|  |  | @635 | 6 years | alain | This version is a major evolution: The physical memory allocators, … | 
                
                  |  |  | @629 | 6 years | alain | Remove the "giant" rwlock protecting the GPT, and
use the GPT_LOCKED … | 
                
                  |  |  | @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 … | 
                
                  |  |  | @622 | 7 years | viala | Fix compilation warning about not defined function. ` … | 
                
                  |  |  | @619 | 7 years | alain | 1) Fix a bug in KSH : after the "load" command,
   the [ksh] prompt is … | 
                
                  |  |  | @615 | 7 years | alain | introduce a SYNC_WRITE command in soclib_bdv driver cmd() function. | 
                
                  |  |  | @610 | 7 years | alain | Fix several bugs in VFS to support the following
ksh commandis : cp, … | 
                
                  |  |  | @587 | 7 years | alain | Modify the GPT (Generic Page Table) API to support remote accesses,
in … | 
                
                  |  |  | @570 | 7 years | alain | Introduction of the soclib_mty driver for the TSAR-LETI architecture. | 
                
                  |  |  | @558 | 7 years | nicolas.van.phan | Make soclib_sdc internal function not use globals | 
                
                  |  |  | @550 | 7 years | nicolas.van.phan | Add SD card driver in kernel | 
                
                  |  |  | @543 | 7 years | nicolas.van.phan | Add untested bare SDC driver (from giet)
Changes some hard-coded … | 
                
                  |  |  | @540 | 7 years | nicolas.van.phan | TTY MUX 5/5 : Multiplex TTY character receiving
The multiplexing for … | 
                
                  |  |  | @539 | 7 years | nicolas.van.phan | TTY MUX 4 : Multiplex TTY character sending
Now, when a thread wants … | 
                
                  |  |  | @538 | 7 years | nicolas.van.phan | TTY MUX 3 : Comment multi_tty TX IRQ enabling
Enabling and disabling … | 
                
                  |  |  | @537 | 7 years | nicolas.van.phan | TTY MUX 2 : Make mtty driver only address chan. 0
The physical … | 
                
                  |  |  | @534 | 7 years | nicolas.van.phan | Add mtty driver. | 
                
                  |  |  | @533 | 7 years | nicolas.van.phan | Add untested multi_tty driver | 
                
                  |  |  | @522 | 7 years | viala | FIX rev520: Previous commit contained a superflous '}' | 
                
                  |  |  | @520 | 7 years | viala | [soclib_hba] Use assert instead of printk + Hal_core_sleep for panic. | 
                
                  |  |  | @507 | 7 years | viala | [soclib_nic] Missing default case fixed by adding an assert.
 … | 
                
                  |  |  | @506 | 7 years | viala | [syscalls] add interface in implementation.
Add const where possible, … | 
                
                  |  |  | @494 | 7 years | viala | Fix an error in an assert, style on an other. | 
                
                  |  |  | @493 | 7 years | viala | [hal/drivers] Use asserts and fix a bad call.
We called … | 
                
                  |  |  | @492 | 7 years | viala | Refactoring assert calling to conform with new assert macro.
Made … | 
                
                  |  |  | @481 | 7 years | viala | [hal/mips32] Add void type to function prototypes with no parameter | 
                
                  |  |  | @468 | 7 years | viala | FIX: Wrong assigment in wti/hwi vector in soclib_pic_bind_irq()
We … | 
                
                  |  |  | @457 | 7 years | alain | This version modifies the exec syscall and fixes a large number of … | 
                
                  |  |  | @454 | 7 years | viala | Fix typo in several file. | 
                
                  |  |  | @451 | 7 years | alain | Fix a bug in soclib_pic driver (bad separation between IOPIC an LAPIC … | 
                
                  |  |  | @446 | 7 years | alain | miscelaneous… | 
                
                  |  |  | @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 | 
                
                  |  |  | @436 | 8 years | alain | 1) improve the threads and process destruction mechanism.
2) introduce … | 
                
                  |  |  | @435 | 8 years | alain | Fix a bad bug in scheduler… | 
                
                  |  |  | @432 | 8 years | alain | bloup | 
                
                  |  |  | @424 | 8 years | alain | cosmetic. | 
                
                  |  |  | @418 | 8 years | alain | Fix a bug in hal_kentry.S : the "uzone" pointer in the thread … | 
                
                  |  |  | @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 … | 
                
                  |  |  | @380 | 8 years | alain | Remove the generic kernel/kern/do_exception files to handle exceptions … | 
                
                  |  |  | @337 | 8 years | alain | Introduce the delayed context switch if current thread has a lock. | 
                
                  |  |  | @296 | 8 years | alain | Several modifs in the generic scheduler and in the hal_context to
fix … | 
                
                  |  |  | @291 | 8 years | max | Remove soclib_xcu. | 
                
                  |  |  | @279 | 8 years | alain | 1) Introduce independant command fields for the various devices in the … | 
                
                  |  |  | @265 | 8 years | alain | Fix several bugs in VFS. | 
                
                  |  |  | @261 | 8 years | max | Hide soclib_dma. | 
                
                  |  |  | @259 | 8 years | max | Hide soclib_nic. | 
                
                  |  |  | @257 | 8 years | max | Hide soclib_mmc. | 
                
                  |  |  | @253 | 8 years | max | Remove unused files. | 
                
                  |  |  | @238 | 8 years | alain | Fixing bugs in vfs_lookup() | 
                
                  |  |  | @211 | 8 years | max | hide the fields | 
                
                  |  |  | @205 | 8 years | alain | Change dev_pic_enable_irq() and dev_pic_disable_irq() prototypes
to … | 
                
                  |  |  | @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. | 
                
                  |  |  | @141 | 8 years | max | style | 
                
                  |  |  | @133 | 8 years | max | style | 
                
                  |  |  | @101 | 8 years | alain | euh… | 
                
                  |  |  | @88 | 8 years | alain | Remove oldies. | 
                
                  |  |  | @77 | 8 years | max | Start hiding the architecture-specific drivers behind the … | 
                
                  |  |  | @75 | 8 years | max | Create the drivers/ sub-directory in each hal, and move soclib
into … |