source: trunk/kernel/libk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   5 years alain Fix a bug in list_remote_add_first() and list_remote_add_last() …
(edit) @635   5 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   6 years nicolas.van.phan TTY MUX 5/5 : Multiplex TTY character receiving The multiplexing for …
(edit) @512   6 years viala [libk] Add documentation to memcmp().
(edit) @492   6 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @487   6 years viala [libk/memcpt.c] Add .h in .c. Fix needed for C99 or C11 where not …
(edit) @473   6 years alain Fix several GCC warning related to the -Wextra compilation option.
(edit) @469   6 years alain 1) Introduce the libsemaphore library. 2) Introduce a small libmath …
(edit) @461   6 years viala minor: remove extra ';'
(edit) @460   6 years viala Typo: remote_spinlock_lock/unlock decrement/increment locks
(edit) @459   6 years alain Introduce the math library, to support the floating point data used by …
(edit) @457   6 years alain This version modifies the exec syscall and fixes a large number of …
(edit) @454   6 years viala Fix typo in several file.
(edit) @450   6 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   7 years alain This version executed successfully the user "init" process on a …
(edit) @401   7 years alain Few bugs in VMM
(edit) @396   7 years max Use panic().
(edit) @367   7 years alain Change Time unit from cycle to TICK (in millisecond). Fix several bugs …
(edit) @363   7 years max Remove vestige.
(edit) @362   7 years max Remove vestiges.
(edit) @351   7 years max Simplify bizarre thing.
(edit) @337   7 years alain Introduce the delayed context switch if current thread has a lock.
(edit) @333   7 years max vfs_user_move() returns an error_t, so don't return a count.
(edit) @332   7 years max vfs_kernel_move() return error_t, not a count.
(edit) @331   7 years max style
(edit) @328   7 years max Use vfs_kernel_move(), it's a kernel buffer.
(edit) @323   7 years max Clean up, and define strstr() in libk.
(edit) @318   7 years alain Bug fix : we don't need an atomic access to update the …
(edit) @315   7 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @313   7 years alain RSeveral modifs in the page-fault handling.
(edit) @297   7 years max Remove unused.
(edit) @296   7 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @288   7 years max Re-indent, to appease GCC5 warnings.
(edit) @279   7 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @273   7 years max Mmh, must be Elf64_Xword.
(edit) @270   7 years max Comment out EI_OSABI, and use ELFCLASS.
(edit) @265   7 years alain Fix several bugs in VFS.
(edit) @238   7 years alain Fixing bugs in vfs_lookup()
(edit) @227   7 years max use Elf64 for 64bit architectures (x86_64)
(edit) @223   7 years max Damn, don't do NULL checks here, otherwise we're hiding NULL derefs …
(edit) @204   7 years alain Bug fix in kernel_init -This line, and those below, will be ignored-- …
(edit) @188   7 years alain Redefine the PIC device API.
(edit) @158   7 years max tab ffs
(edit) @157   7 years max add the x86_64 flag
(edit) @156   7 years max style
(edit) @124   7 years max rename hal_wbflush->hal_fence
(edit) @113   7 years max add memcmp in libk; these mem* functions should probably be hal- …
(edit) @104   7 years max style
(edit) @101   7 years alain euh…
(edit) @93   7 years max style
(edit) @68   7 years alain Fix bug in kernel_init, and reduce size of remote_fifo.
(edit) @60   7 years max use reg_t instead of uint32_t
(edit) @50   7 years alain bloup
(edit) @24   7 years max Use intptr_t instead.
(edit) @23   7 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.