source: trunk/kernel/libk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @683   3 years alain All modifications required to support the <tcp_chat> application …
(edit) @671   3 years alain Cosmetic.
(edit) @666   3 years alain Cosmetic.
(edit) @657   4 years alain Introduce remote_buf.c/.h & socket.c/.h files. Update dev_nic.c/.h files.
(edit) @656   4 years alain Fix several bugs in the FATFS and in the VFS, related to the creation …
(edit) @651   4 years alain 1) Improve the VMM MMAP allocator: implement the "buddy" algorithm to …
(edit) @641   4 years alain - Fix several bugs. - Introduce the "stat" command in KSH. This …
(edit) @640   4 years alain Remove all RPCs in page-fault handling.
(edit) @636   4 years alain Fix a bug in list_remote_add_first() and list_remote_add_last() …
(edit) @635   4 years alain This version is a major evolution: The physical memory allocators, …
(edit) @633   5 years alain cosmetic
(edit) @632   5 years alain This version replace the RPC by direct remote memory access for …
(edit) @629   5 years alain Remove the "giant" rwlock protecting the GPT, and use the GPT_LOCKED …
(edit) @627   5 years alain Replace the queuelock protectingthe FAT by a rwlock in the FATFS.
(edit) @626   5 years alain This version has been tested on the sort multithreaded application …
(edit) @625   5 years alain Fix a bug in the vmm_remove_vseg() function: the physical pages …
(edit) @624   5 years alain Fix several bugs to use the instruction MMU in kernel mode in …
(edit) @623   5 years alain Introduce three new types of vsegs (KCODE,KDATA,KDEV) to map the …
(edit) @619   5 years alain 1) Fix a bug in KSH : after the "load" command, the [ksh] prompt is …
(edit) @614   5 years alain 1) introduce a dev_ioc_sync_write() function in IOC API, to improve …
(edit) @613   5 years alain - introduce the sys_rename.c file to support the mv command. - …
(edit) @612   5 years alain Fix several bugs in vfs.c, fatfs.c, and devfs.c to support the <.> and …
(edit) @611   5 years alain Introduce sigificant modifs in VFS to support the <ls> command, and …
(edit) @610   5 years alain Fix several bugs in VFS to support the following ksh commandis : cp, …
(edit) @603   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @600   5 years alain Cosmetic: improve debug.
(edit) @581   5 years alain 1) Improve the busylock debug infrastructure. 2) introduce a …
(edit) @580   5 years alain 1) Register the kernel process in the cluster manager local list. 2) …
(edit) @563   5 years alain Complete restructuration of kernel spinlocks.
(edit) @540   5 years nicolas.van.phan TTY MUX 5/5 : Multiplex TTY character receiving The multiplexing for …
(edit) @512   5 years viala [libk] Add documentation to memcmp().
(edit) @492   5 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @487   5 years viala [libk/memcpt.c] Add .h in .c. Fix needed for C99 or C11 where not …
(edit) @473   5 years alain Fix several GCC warning related to the -Wextra compilation option.
(edit) @469   5 years alain 1) Introduce the libsemaphore library. 2) Introduce a small libmath …
(edit) @461   5 years viala minor: remove extra ';'
(edit) @460   5 years viala Typo: remote_spinlock_lock/unlock decrement/increment locks
(edit) @459   5 years alain Introduce the math library, to support the floating point data used by …
(edit) @457   5 years alain This version modifies the exec syscall and fixes a large number of …
(edit) @454   5 years viala Fix typo in several file.
(edit) @450   5 years alain Fix a bug in function sched_handle_signal(): When the deleted user …
(edit) @443   6 years alain Fix few bugs whike debugging the sort multi-thread application.
(edit) @441   6 years alain Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).
(edit) @440   6 years alain 1/ Fix a bug in the Multithreaded "sort" applicationr: The …
(edit) @438   6 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @437   6 years alain Fix various bugs
(edit) @436   6 years alain 1) improve the threads and process destruction mechanism. 2) introduce …
(edit) @435   6 years alain Fix a bad bug in scheduler…
(edit) @433   6 years alain blip
(edit) @423   6 years alain cosmetic
(edit) @409   6 years alain Fix bugs in exec
(edit) @408   6 years alain Fix several bugs in the fork() syscall.
(edit) @407   6 years alain First implementation of fork/exec.
(edit) @406   6 years alain This version executed successfully the user "init" process on a …
(edit) @401   6 years alain Few bugs in VMM
(edit) @396   6 years max Use panic().
(edit) @367   6 years alain Change Time unit from cycle to TICK (in millisecond). Fix several bugs …
(edit) @363   6 years max Remove vestige.
(edit) @362   6 years max Remove vestiges.
(edit) @351   6 years max Simplify bizarre thing.
(edit) @337   6 years alain Introduce the delayed context switch if current thread has a lock.
(edit) @333   6 years max vfs_user_move() returns an error_t, so don't return a count.
(edit) @332   6 years max vfs_kernel_move() return error_t, not a count.
(edit) @331   6 years max style
(edit) @328   6 years max Use vfs_kernel_move(), it's a kernel buffer.
(edit) @323   6 years max Clean up, and define strstr() in libk.
(edit) @318   6 years alain Bug fix : we don't need an atomic access to update the …
(edit) @315   6 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @313   6 years alain RSeveral modifs in the page-fault handling.
(edit) @297   6 years max Remove unused.
(edit) @296   6 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @288   6 years max Re-indent, to appease GCC5 warnings.
(edit) @279   6 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @273   6 years max Mmh, must be Elf64_Xword.
(edit) @270   6 years max Comment out EI_OSABI, and use ELFCLASS.
(edit) @265   6 years alain Fix several bugs in VFS.
(edit) @238   6 years alain Fixing bugs in vfs_lookup()
(edit) @227   6 years max use Elf64 for 64bit architectures (x86_64)
(edit) @223   6 years max Damn, don't do NULL checks here, otherwise we're hiding NULL derefs …
(edit) @204   6 years alain Bug fix in kernel_init -This line, and those below, will be ignored-- …
(edit) @188   6 years alain Redefine the PIC device API.
(edit) @158   6 years max tab ffs
(edit) @157   6 years max add the x86_64 flag
(edit) @156   6 years max style
(edit) @124   6 years max rename hal_wbflush->hal_fence
(edit) @113   6 years max add memcmp in libk; these mem* functions should probably be hal- …
(edit) @104   6 years max style
(edit) @101   6 years alain euh…
(edit) @93   6 years max style
(edit) @68   6 years alain Fix bug in kernel_init, and reduce size of remote_fifo.
(edit) @60   6 years max use reg_t instead of uint32_t
(edit) @50   6 years alain bloup
(edit) @24   6 years max Use intptr_t instead.
(edit) @23   6 years alain Introduce syscalls.
(edit) @16   7 years alain mprove the HAL for interrupt, exception, syscall handling.
(edit) @14   7 years alain Bugs fix.
(edit) @11   7 years alain Merge all FS related files in one single vfs directory.
(add) @1   7 years alain First import
Note: See TracRevisionLog for help on using the revision log.