|  |  | @657 | 6 years | alain | Introduce remote_buf.c/.h & socket.c/.h files.
Update dev_nic.c/.h files. | 
                
                  |  |  | @641 | 6 years | alain | - Fix several bugs.
- Introduce the "stat" command in KSH.
This … | 
                
                  |  |  | @640 | 6 years | alain | Remove all RPCs in page-fault handling. | 
                
                  |  |  | @635 | 6 years | alain | This version is a major evolution: The physical memory allocators, … | 
                
                  |  |  | @632 | 6 years | alain | This version replace the RPC by direct remote memory access
for … | 
                
                  |  |  | @628 | 6 years | alain | Introduce teh page_min / page_max mechanism in the … | 
                
                  |  |  | @625 | 7 years | alain | Fix a bug in the vmm_remove_vseg() function: the physical pages … | 
                
                  |  |  | @624 | 7 years | alain | Fix several bugs to use the instruction MMU in kernel mode
in … | 
                
                  |  |  | @623 | 7 years | alain | Introduce three new types of vsegs (KCODE,KDATA,KDEV)
to map the … | 
                
                  |  |  | @619 | 7 years | alain | 1) Fix a bug in KSH : after the "load" command,
   the [ksh] prompt is … | 
                
                  |  |  | @614 | 7 years | alain | 1) introduce a dev_ioc_sync_write() function in IOC API,
   to improve … | 
                
                  |  |  | @612 | 7 years | alain | Fix several bugs in vfs.c, fatfs.c, and devfs.c to support
the <.> and … | 
                
                  |  |  | @611 | 7 years | alain | Introduce sigificant modifs in VFS to support the <ls> command,
and … | 
                
                  |  |  | @610 | 7 years | alain | Fix several bugs in VFS to support the following
ksh commandis : cp, … | 
                
                  |  |  | @601 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @583 | 7 years | alain | Improve signals. | 
                
                  |  |  | @564 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @503 | 7 years | viala | Add void type on function that takes no parameters, fix invalid call.
 … | 
                
                  |  |  | @485 | 7 years | viala | [kern] Add void type to function prototypes with no parameter | 
                
                  |  |  | @459 | 7 years | alain | Introduce the math library, to support the floating point
data used by … | 
                
                  |  |  | @457 | 7 years | alain | This version modifies the exec syscall and fixes a large number of … | 
                
                  |  |  | @450 | 7 years | alain | Fix a bug in function sched_handle_signal():
When the deleted user … | 
                
                  |  |  | @438 | 8 years | alain | Fix a bug in scheduler related to RPC blocking. | 
                
                  |  |  | @437 | 8 years | alain | Fix various bugs | 
                
                  |  |  | @436 | 8 years | alain | 1) improve the threads and process destruction mechanism.
2) introduce … | 
                
                  |  |  | @435 | 8 years | alain | Fix a bad bug in scheduler… | 
                
                  |  |  | @433 | 8 years | alain | blip | 
                
                  |  |  | @428 | 8 years | alain | blip | 
                
                  |  |  | @416 | 8 years | alain | Improve sys_exec. | 
                
                  |  |  | @409 | 8 years | alain | Fix bugs in exec | 
                
                  |  |  | @408 | 8 years | alain | Fix several bugs in the fork() syscall. | 
                
                  |  |  | @407 | 8 years | alain | First implementation of fork/exec. | 
                
                  |  |  | @401 | 8 years | alain | Few bugs in VMM | 
                
                  |  |  | @389 | 8 years | alain | Update the RPC_VMM_GET_VSEG. | 
                
                  |  |  | @313 | 8 years | alain | RSeveral modifs in the page-fault handling. | 
                
                  |  |  | @296 | 8 years | alain | Several modifs in the generic scheduler and in the hal_context to
fix … | 
                
                  |  |  | @279 | 8 years | alain | 1) Introduce independant command fields for the various devices in the … | 
                
                  |  |  | @265 | 8 years | alain | Fix several bugs in VFS. | 
                
                  |  |  | @238 | 8 years | alain | Fixing bugs in vfs_lookup() | 
                
                  |  |  | @188 | 8 years | alain | Redefine the PIC device API. | 
                
                  |  |  | @23 | 8 years | alain | Introduce syscalls. | 
                
                  |  |  | @16 | 8 years | alain | mprove the HAL for interrupt, exception, syscall handling. | 
                
                  |  |  | @14 | 9 years | alain | Bugs fix. | 
                
                  |  |  | @5 | 9 years | alain | Introduce the chdev_t structure in place of the device_t structure. | 
                
                  |  |  | @1 | 9 years | alain | First import |