source: trunk/kernel/kern/rpc.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @635   5 years alain This version is a major evolution: The physical memory allocators, …
(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) @628   5 years alain Introduce teh page_min / page_max mechanism in the …
(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) @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) @601   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @591   5 years alain Fix a bug in rpc_process_sigaction_server().
(edit) @583   5 years alain Improve signals.
(edit) @581   5 years alain 1) Improve the busylock debug infrastructure. 2) introduce a …
(edit) @564   5 years alain Complete restructuration of kernel locks.
(edit) @503   6 years viala Add void type on function that takes no parameters, fix invalid call. …
(edit) @492   6 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @485   6 years viala [kern] Add void type to function prototypes with no parameter
(edit) @473   6 years alain Fix several GCC warning related to the -Wextra compilation option.
(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) @450   6 years alain Fix a bug in function sched_handle_signal(): When the deleted user …
(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) @428   6 years alain blip
(edit) @416   6 years alain Improve sys_exec.
(edit) @415   6 years alain Few bugs.
(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) @389   7 years alain Update the RPC_VMM_GET_VSEG.
(edit) @374   7 years max Use panic().
(edit) @337   7 years alain Introduce the delayed context switch if current thread has a lock.
(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) @296   7 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @279   7 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @265   7 years alain Fix several bugs in VFS.
(edit) @248   7 years max Don't include dev_icu.h when it's not needed.
(edit) @238   7 years alain Fixing bugs in vfs_lookup()
(edit) @188   7 years alain Redefine the PIC device API.
(edit) @101   7 years alain euh…
(edit) @68   7 years alain Fix bug in kernel_init, and reduce size of remote_fifo.
(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) @5   7 years alain Introduce the chdev_t structure in place of the device_t structure.
(add) @1   7 years alain First import
Note: See TracRevisionLog for help on using the revision log.