|
|
@612
|
6 years |
alain |
Fix several bugs in vfs.c, fatfs.c, and devfs.c to support
the <.> and …
|
|
|
@611
|
6 years |
alain |
Introduce sigificant modifs in VFS to support the <ls> command,
and …
|
|
|
@610
|
6 years |
alain |
Fix several bugs in VFS to support the following
ksh commandis : cp, …
|
|
|
@602
|
6 years |
alain |
Improve the FAT32 file system to support cat, rm, cp commands.
|
|
|
@598
|
6 years |
alain |
1) Modify the devfs_user_move() function to support large user buffer …
|
|
|
@568
|
6 years |
alain |
omplete restructuration of kernel locks.
|
|
|
@561
|
6 years |
nicolas.van.phan |
Remove y_max in all functions except dqdt_init()
|
|
|
@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 …
|
|
|
@527
|
6 years |
viala |
Rewrite if-then-else return function into switch case.
For safety …
|
|
|
@519
|
6 years |
viala |
fat/boot_fat32 use unused attribute
|
|
|
@494
|
6 years |
viala |
Fix an error in an assert, style on an other.
|
|
|
@492
|
6 years |
viala |
Refactoring assert calling to conform with new assert macro.
Made …
|
|
|
@484
|
6 years |
viala |
[fs] Add void type to function prototypes with no parameter
|
|
|
@473
|
6 years |
alain |
Fix several GCC warning related to the -Wextra compilation option.
|
|
|
@463
|
6 years |
viala |
FIX fatfs.c: fix typo print instead of printk in macro.
|
|
|
@459
|
6 years |
alain |
Introduce the math library, to support the floating point
data used by …
|
|
|
@457
|
6 years |
alain |
This version modifies the exec syscall and fixes a large number of …
|
|
|
@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
|
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…
|
|
|
@433
|
7 years |
alain |
blip
|
|
|
@430
|
7 years |
alain |
blop
|
|
|
@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.
|
|
copied from trunk/kernel/vfs:
|
|
|
@401
|
7 years |
alain |
Few bugs in VMM
|