|  |  | @473 | 7 years | alain | Fix several GCC warning related to the -Wextra compilation option. | 
                
                  |  |  | @472 | 7 years | alain | Fix the bug found by Axel in the process_register_thread() function
 … | 
                
                  |  |  | @470 | 7 years | viala | minor: add const to cause parameter in sched_yield.
We never mutate … | 
                
                  |  |  | @469 | 7 years | alain | 1) Introduce the libsemaphore library.
2) Introduce a small libmath … | 
                
                  |  |  | @462 | 7 years | viala | FIX: Add a spinlock_init on sheduler->lock. | 
                
                  |  |  | @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 … | 
                
                  |  |  | @456 | 7 years | alain | Fix a bug in cycle computation for DEBUG.
- -This line, and those … | 
                
                  |  |  | @450 | 7 years | alain | Fix a bug in function sched_handle_signal():
When the deleted user … | 
                
                  |  |  | @447 | 7 years | alain | Introduce the chdev_queue_display() function. | 
                
                  |  |  | @446 | 7 years | alain | miscelaneous… | 
                
                  |  |  | @445 | 7 years | alain | Restructure the mini_libc. | 
                
                  |  |  | @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 | 7 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 | 
                
                  |  |  | @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 | 
                
                  |  |  | @418 | 8 years | alain | Fix a bug in hal_kentry.S : the "uzone" pointer in the thread … | 
                
                  |  |  | @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 | 
                
                  |  |  | @398 | 8 years | max | Wrong value in the timer. | 
                
                  |  |  | @393 | 8 years | max | Use panic(). | 
                
                  |  |  | @389 | 8 years | alain | Update the RPC_VMM_GET_VSEG. | 
                
                  |  |  | @381 | 8 years | alain | Add missing defines in the TSAR exception handler. | 
                
                  |  |  | @380 | 8 years | alain | Remove the generic kernel/kern/do_exception files to handle exceptions … | 
                
                  |  |  | @379 | 8 years | max | Remove another vestige. | 
                
                  |  |  | @378 | 8 years | max | Remove misleading vestige. | 
                
                  |  |  | @377 | 8 years | max | Remove vestiges. | 
                
                  |  |  | @376 | 8 years | max | Remove vestiges. | 
                
                  |  |  | @375 | 8 years | max | Use panic(). | 
                
                  |  |  | @374 | 8 years | max | Use panic(). | 
                
                  |  |  | @373 | 8 years | max | Start using panic(). | 
                
                  |  |  | @372 | 8 years | max | Add a panic function. | 
                
                  |  |  | @369 | 8 years | max | style | 
                
                  |  |  | @367 | 8 years | alain | Change Time unit from cycle to TICK (in millisecond).
Fix several bugs … | 
                
                  |  |  | @362 | 8 years | max | Remove vestiges. | 
                
                  |  |  | @357 | 8 years | max | Remove vestige. | 
                
                  |  |  | @356 | 8 years | max | Remove vestige. | 
                
                  |  |  | @355 | 8 years | max | Remove unused include. | 
                
                  |  |  | @354 | 8 years | max | Remove vestige. | 
                
                  |  |  | @353 | 8 years | max | Don't include sys-vfs.h. | 
                
                  |  |  | @350 | 8 years | max | Remove vestige. | 
                
                  |  |  | @346 | 8 years | max | Hide soclib_iob. | 
                
                  |  |  | @338 | 8 years | max | Not sure what Alain meant to do, but disable this for now. | 
                
                  |  |  | @337 | 8 years | alain | Introduce the delayed context switch if current thread has a lock. | 
                
                  |  |  | @326 | 8 years | max | This shouldn't be a remote load. | 
                
                  |  |  | @325 | 8 years | max | Unused variable. | 
                
                  |  |  | @324 | 8 years | max | The process xptr is already local, so no need to do a remote
load. | 
                
                  |  |  | @317 | 8 years | alain | 1) Introduce the TSAR hal_cpu_context_switch() function.
2) Introduce … | 
                
                  |  |  | @315 | 8 years | alain | Redefine the fuctions ppm_base2page() / ppm_page2base() / … | 
                
                  |  |  | @313 | 8 years | alain | RSeveral modifs in the page-fault handling. | 
                
                  |  |  | @311 | 8 years | max | Introduce hal_cpu_context_switch. | 
                
                  |  |  | @306 | 8 years | max | Terrible typo. | 
                
                  |  |  | @296 | 8 years | alain | Several modifs in the generic scheduler and in the hal_context to
fix … | 
                
                  |  |  | @286 | 8 years | max | Fix dangerous typos. | 
                
                  |  |  | @285 | 8 years | max | Must be reg_t. | 
                
                  |  |  | @281 | 8 years | max | The thread has already been registered in thread_user_create, so don't … | 
                
                  |  |  | @279 | 8 years | alain | 1) Introduce independant command fields for the various devices in the … | 
                
                  |  |  | @278 | 8 years | max | Should be 'next'. | 
                
                  |  |  | @265 | 8 years | alain | Fix several bugs in VFS. | 
                
                  |  |  | @249 | 8 years | max | Remove the ICU driver. | 
                
                  |  |  | @248 | 8 years | max | Don't include dev_icu.h when it's not needed. | 
                
                  |  |  | @247 | 8 years | max | Rename soclib_tty->txt_rs232. | 
                
                  |  |  | @246 | 8 years | alain | Fix a major bug in FATFS : miss handling in the FAT mapper. | 
                
                  |  |  | @238 | 8 years | alain | Fixing bugs in vfs_lookup() | 
                
                  |  |  | @204 | 8 years | alain | Bug fix in kernel_init
-This line, and those below, will be ignored--
 … | 
                
                  |  |  | @188 | 8 years | alain | Redefine the PIC device API. | 
                
                  |  |  | @186 | 8 years | max | memory leak (among others) | 
                
                  |  |  | @185 | 8 years | max | use thread_release directly | 
                
                  |  |  | @174 | 8 years | max | style | 
                
                  |  |  | @173 | 8 years | max | style | 
                
                  |  |  | @172 | 8 years | max | style | 
                
                  |  |  | @171 | 8 years | max | style | 
                
                  |  |  | @170 | 8 years | max | remove ';' | 
                
                  |  |  | @140 | 8 years | max | style | 
                
                  |  |  | @127 | 8 years | max | style | 
                
                  |  |  | @126 | 8 years | max | use hal_time_stamp instead, because hal_get_cycles will use the … | 
                
                  |  |  | @124 | 8 years | max | rename hal_wbflush->hal_fence | 
                
                  |  |  | @120 | 8 years | max | don't use hal_remote_lwd, we want the address, not its content | 
                
                  |  |  | @103 | 8 years | alain | Introducing a nolock_printk() function used by kernel_init. | 
                
                  |  |  | @101 | 8 years | alain | euh… | 
                
                  |  |  | @77 | 8 years | max | Start hiding the architecture-specific drivers behind the … | 
                
                  |  |  | @71 | 8 years | max | advance a little | 
                
                  |  |  | @70 | 8 years | max | start constructing the bootinfo structure | 
                
                  |  |  | @68 | 8 years | alain | Fix bug in kernel_init, and reduce size of remote_fifo. | 
                
                  |  |  | @60 | 8 years | max | use reg_t instead of uint32_t | 
                
                  |  |  | @53 | 8 years | alain | Compilation OK pout TSAR | 
                
                  |  |  | @50 | 8 years | alain | bloup | 
                
                  |  |  | @25 | 8 years | max | First shot of the x86_64 port. It uses Multiboot V1. Most of the HAL … | 
                
                  |  |  | @23 | 8 years | alain | Introduce syscalls. | 
                
                  |  |  | @19 | 8 years | max | cosmetic, and a few typos | 
                
                  |  |  |