|  |  | @635 | 6 years | alain | This version is a major evolution: The physical memory allocators, … | 
                
                  |  |  | @633 | 6 years | alain | cosmetic | 
                
                  |  |  | @630 | 6 years | alain | 1) Fix a bug in the vfs_add_special_dentries() function:
The <.> and … | 
                
                  |  |  | @628 | 6 years | alain | Introduce teh page_min / page_max mechanism in the … | 
                
                  |  |  | @627 | 7 years | alain | Replace the queuelock protectingthe FAT by a rwlock in the FATFS. | 
                
                  |  |  | @626 | 7 years | alain | This version has been tested on the sort multithreaded application  … | 
                
                  |  |  | @625 | 7 years | alain | Fix a bug in the vmm_remove_vseg() function: the physical pages … | 
                
                  |  |  | @623 | 7 years | alain | Introduce three new types of vsegs (KCODE,KDATA,KDEV)
to map the … | 
                
                  |  |  | @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, … | 
                
                  |  |  | @602 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @568 | 7 years | alain | omplete restructuration of kernel locks. | 
                
                  |  |  | @519 | 7 years | viala | fat/boot_fat32 use unused attribute | 
                
                  |  |  | @492 | 7 years | viala | Refactoring assert calling to conform with new assert macro.
Made … | 
                
                  |  |  | @484 | 7 years | viala | [fs] Add void type to function prototypes with no parameter | 
                
                  |  |  | @473 | 7 years | alain | Fix several GCC warning related to the -Wextra compilation option. | 
                
                  |  |  | @463 | 7 years | viala | FIX fatfs.c: fix typo print instead of printk in macro. | 
                
                  |  |  | @457 | 7 years | alain | This version modifies the exec syscall and fixes a large number of … | 
                
                  |  |  | @440 | 8 years | alain | 1/ Fix a bug in the Multithreaded "sort" applicationr:
The … | 
                
                  |  |  | @438 | 8 years | alain | Fix a bug in scheduler related to RPC blocking. | 
                
                  |  |  | @435 | 8 years | alain | Fix a bad bug in scheduler… | 
                
                  |  |  | @407 | 8 years | alain | First implementation of fork/exec. | 
                
                  |  | copied from trunk/kernel/vfs/fatfs.c: | 
                
                  |  |  | @406 | 8 years | alain | This version executed successfully the user "init" process on a … |