|  |  | @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, … | 
                
                  |  |  | @634 | 6 years | alain | Fix a bug in hal_irqmask.c | 
                
                  |  |  | @633 | 6 years | alain | cosmetic | 
                
                  |  |  | @632 | 6 years | alain | This version replace the RPC by direct remote memory access
for … | 
                
                  |  |  | @630 | 6 years | alain | 1) Fix a bug in the vfs_add_special_dentries() function:
The <.> and … | 
                
                  |  |  | @629 | 6 years | alain | Remove the "giant" rwlock protecting the GPT, and
use the GPT_LOCKED … | 
                
                  |  |  | @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 … | 
                
                  |  |  | @621 | 7 years | viala | Fix lock untaken in vmm_delete_vseg.
Catched thanks to gcc warning. | 
                
                  |  |  | @619 | 7 years | alain | 1) Fix a bug in KSH : after the "load" command,
   the [ksh] prompt is … | 
                
                  |  |  | @617 | 7 years | alain | cosmetic | 
                
                  |  |  | @614 | 7 years | alain | 1) introduce a dev_ioc_sync_write() function in IOC API,
   to improve … | 
                
                  |  |  | @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, … | 
                
                  |  |  | @606 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @595 | 7 years | alain | Cosmetic: improve debug. | 
                
                  |  |  | @585 | 7 years | alain | Introduce two separate vmm_handle_page_fault() & vmm_handle_cow() … | 
                
                  |  |  | @580 | 7 years | alain | 1) Register the kernel process in the cluster manager local list.
2) … | 
                
                  |  |  | @577 | 7 years | alain | Fix small bugs. | 
                
                  |  |  | @567 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @561 | 7 years | nicolas.van.phan | Remove y_max in all functions except dqdt_init() | 
                
                  |  |  | @530 | 7 years | nicolas.van.phan | Hack to compile on both IOB and LETI for now | 
                
                  |  |  | @528 | 7 years | nicolas.van.phan | Change usage of y_max/x_max for iterating through clusters.
This is … | 
                
                  |  |  | @492 | 7 years | viala | Refactoring assert calling to conform with new assert macro.
Made … | 
                
                  |  |  | @473 | 7 years | alain | Fix several GCC warning related to the -Wextra compilation option. | 
                
                  |  |  | @469 | 7 years | alain | 1) Introduce the libsemaphore library.
2) Introduce a small libmath … | 
                
                  |  |  | @457 | 7 years | alain | This version modifies the exec syscall and fixes a large number of … | 
                
                  |  |  | @443 | 7 years | alain | Fix few bugs whike debugging the sort multi-thread application. | 
                
                  |  |  | @441 | 7 years | alain | Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index). | 
                
                  |  |  | @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. | 
                
                  |  |  | @437 | 8 years | alain | Fix various bugs | 
                
                  |  |  | @435 | 8 years | alain | Fix a bad bug in scheduler… | 
                
                  |  |  | @433 | 8 years | alain | blip | 
                
                  |  |  | @429 | 8 years | alain | blap | 
                
                  |  |  | @416 | 8 years | alain | Improve sys_exec. | 
                
                  |  |  | @415 | 8 years | alain | Few bugs. | 
                
                  |  |  | @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. | 
                
                  |  |  | @406 | 8 years | alain | This version executed successfully the user "init" process on a … | 
                
                  |  |  | @401 | 8 years | alain | Few bugs in VMM | 
                
                  |  |  | @400 | 8 years | alain | cosmetic bis | 
                
                  |  |  | @399 | 8 years | alain | cosmetic | 
                
                  |  |  | @394 | 8 years | max | Make it compile again, and use panic(). Not sure it is what Alain … | 
                
                  |  |  | @390 | 8 years | alain | RPC_VMM_GET_REF_VSEG renamed to RPC_VMM_GET_VSEG | 
                
                  |  |  | @388 | 8 years | alain | Change the vmm_get_vseg() function to access the reference cluster … | 
                
                  |  |  | @385 | 8 years | max | Remove redundant (and buggy) code. | 
                
                  |  |  | @315 | 8 years | alain | Redefine the fuctions ppm_base2page() / ppm_page2base() / … | 
                
                  |  |  | @313 | 8 years | alain | RSeveral modifs in the page-fault handling. | 
                
                  |  |  | @286 | 8 years | max | Fix dangerous typos. | 
                
                  |  |  | @204 | 8 years | alain | Bug fix in kernel_init
-This line, and those below, will be ignored--
 … | 
                
                  |  |  | @179 | 8 years | max | fix a lock leak, there are many others left… | 
                
                  |  |  | @178 | 8 years | max | style | 
                
                  |  |  | @124 | 8 years | max | rename hal_wbflush->hal_fence | 
                
                  |  |  | @101 | 8 years | alain | euh… | 
                
                  |  |  | @68 | 8 years | alain | Fix bug in kernel_init, and reduce size of remote_fifo. | 
                
                  |  |  | @50 | 8 years | alain | bloup | 
                
                  |  |  | @23 | 8 years | alain | Introduce syscalls. | 
                
                  |  |  | @21 | 8 years | max | cosmetic & comments | 
                
                  |  |  | @14 | 9 years | alain | Bugs fix. | 
                
                  |  |  | @1 | 9 years | alain | First import |