source: trunk/kernel/libk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.