|
|
@601
|
6 years |
alain |
Improve the FAT32 file system to support cat, rm, cp commands.
|
|
|
@583
|
6 years |
alain |
Improve signals.
|
|
|
@582
|
6 years |
alain |
New DQDT implementation supporting missing clusters
thanks to the …
|
|
|
@580
|
6 years |
alain |
1) Register the kernel process in the cluster manager local list.
2) …
|
|
|
@577
|
6 years |
alain |
Fix small bugs.
|
|
|
@564
|
6 years |
alain |
Complete restructuration of kernel locks.
|
|
|
@561
|
6 years |
nicolas.van.phan |
Remove y_max in all functions except dqdt_init()
|
|
|
@560
|
6 years |
nicolas.van.phan |
Remove y_max in kernel init barriers
|
|
|
@559
|
6 years |
nicolas.van.phan |
Remove y_max in loops (easy replacements)
|
|
|
@556
|
6 years |
nicolas.van.phan |
Gather LETI-specific macros into hard_config.h
|
|
|
@550
|
6 years |
nicolas.van.phan |
Add SD card driver in kernel
|
|
|
@539
|
6 years |
nicolas.van.phan |
TTY MUX 4 : Multiplex TTY character sending
Now, when a thread wants …
|
|
|
@536
|
6 years |
nicolas.van.phan |
TTY MUX 1 : Init tty chdevs in internal_devices_init()
|
|
|
@535
|
6 years |
nicolas.van.phan |
Replace TXT0 by MTTY0 for LETI
|
|
|
@534
|
6 years |
nicolas.van.phan |
Add mtty driver.
|
|
|
@532
|
6 years |
nicolas.van.phan |
Add message to show enabling of IPI on cores.
|
|
|
@530
|
6 years |
nicolas.van.phan |
Hack to compile on both IOB and LETI for now
|
|
|
@528
|
6 years |
nicolas.van.phan |
Change usage of y_max/x_max for iterating through clusters.
This is …
|
|
|
@517
|
6 years |
viala |
Revert rev515. I introduced a problem.
The fact is that entry is …
|
|
|
@515
|
6 years |
viala |
[kernel_init] Fix a potentially not initalized variable.
I added an …
|
|
|
@492
|
6 years |
viala |
Refactoring assert calling to conform with new assert macro.
Made …
|
|
|
@490
|
6 years |
viala |
Minor: Add extern prototype for kernel_init function.
Also I add …
|
|
|
@457
|
6 years |
alain |
This version modifies the exec syscall and fixes a large number of …
|
|
|
@443
|
6 years |
alain |
Fix few bugs whike debugging the sort multi-thread application.
|
|
|
@440
|
7 years |
alain |
1/ Fix a bug in the Multithreaded "sort" applicationr:
The …
|
|
|
@438
|
7 years |
alain |
Fix a bug in scheduler related to RPC blocking.
|
|
|
@437
|
7 years |
alain |
Fix various bugs
|
|
|
@436
|
7 years |
alain |
1) improve the threads and process destruction mechanism.
2) introduce …
|
|
|
@435
|
7 years |
alain |
Fix a bad bug in scheduler…
|
|
|
@428
|
7 years |
alain |
blip
|
|
|
@409
|
7 years |
alain |
Fix bugs in exec
|
|
|
@408
|
7 years |
alain |
Fix several bugs in the fork() syscall.
|
|
|
@407
|
7 years |
alain |
First implementation of fork/exec.
|
|
|
@406
|
7 years |
alain |
This version executed successfully the user "init" process on a …
|
|
|
@401
|
7 years |
alain |
Few bugs in VMM
|
|
|
@398
|
7 years |
max |
Wrong value in the timer.
|
|
|
@393
|
7 years |
max |
Use panic().
|
|
|
@389
|
7 years |
alain |
Update the RPC_VMM_GET_VSEG.
|
|
|
@381
|
7 years |
alain |
Add missing defines in the TSAR exception handler.
|
|
|
@380
|
7 years |
alain |
Remove the generic kernel/kern/do_exception files to handle exceptions …
|
|
|
@337
|
7 years |
alain |
Introduce the delayed context switch if current thread has a lock.
|
|
|
@317
|
7 years |
alain |
1) Introduce the TSAR hal_cpu_context_switch() function.
2) Introduce …
|
|
|
@296
|
7 years |
alain |
Several modifs in the generic scheduler and in the hal_context to
fix …
|
|
|
@285
|
7 years |
max |
Must be reg_t.
|
|
|
@279
|
7 years |
alain |
1) Introduce independant command fields for the various devices in the …
|
|
|
@265
|
7 years |
alain |
Fix several bugs in VFS.
|
|
|
@249
|
7 years |
max |
Remove the ICU driver.
|
|
|
@247
|
7 years |
max |
Rename soclib_tty->txt_rs232.
|
|
|
@246
|
7 years |
alain |
Fix a major bug in FATFS : miss handling in the FAT mapper.
|
|
|
@204
|
7 years |
alain |
Bug fix in kernel_init
-This line, and those below, will be ignored--
…
|
|
|
@188
|
7 years |
alain |
Redefine the PIC device API.
|
|
|
@127
|
7 years |
max |
style
|
|
|
@124
|
7 years |
max |
rename hal_wbflush->hal_fence
|
|
|
@103
|
7 years |
alain |
Introducing a nolock_printk() function used by kernel_init.
|
|
|
@101
|
7 years |
alain |
euh…
|
|
|
@77
|
7 years |
max |
Start hiding the architecture-specific drivers behind the …
|
|
|
@71
|
7 years |
max |
advance a little
|
|
|
@70
|
7 years |
max |
start constructing the bootinfo structure
|
|
|
@68
|
7 years |
alain |
Fix bug in kernel_init, and reduce size of remote_fifo.
|
|
|
@50
|
7 years |
alain |
bloup
|
|
|
@25
|
7 years |
max |
First shot of the x86_64 port. It uses Multiboot V1. Most of the HAL …
|
|
|
@23
|
7 years |
alain |
Introduce syscalls.
|
|
|
@19
|
7 years |
max |
cosmetic, and a few typos
|
|
|
@14
|
8 years |
alain |
Bugs fix.
|
|
|
@5
|
8 years |
alain |
Introduce the chdev_t structure in place of the device_t structure.
|
|
|
@1
|
8 years |
alain |
First import
|