source: trunk/kernel/fs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @657   4 years alain Introduce remote_buf.c/.h & socket.c/.h files. Update dev_nic.c/.h files.
(edit) @656   4 years alain Fix several bugs in the FATFS and in the VFS, related to the creation …
(edit) @651   4 years alain 1) Improve the VMM MMAP allocator: implement the "buddy" algorithm to …
(edit) @647   4 years alain ...miscelaneous…
(edit) @638   5 years alain Fix a bug in the FFT work function (wrong upriv buffer allocation).
(edit) @637   5 years alain Introduce the non-standard pthread_parallel_create() system call and …
(edit) @635   5 years alain This version is a major evolution: The physical memory allocators, …
(edit) @634   5 years alain Fix a bug in hal_irqmask.c
(edit) @633   5 years alain cosmetic
(edit) @630   5 years alain 1) Fix a bug in the vfs_add_special_dentries() function: The <.> and …
(edit) @629   5 years alain Remove the "giant" rwlock protecting the GPT, and use the GPT_LOCKED …
(edit) @628   5 years alain Introduce teh page_min / page_max mechanism in the …
(edit) @627   5 years alain Replace the queuelock protectingthe FAT by a rwlock in the FATFS.
(edit) @626   5 years alain This version has been tested on the sort multithreaded application …
(edit) @625   5 years alain Fix a bug in the vmm_remove_vseg() function: the physical pages …
(edit) @624   5 years alain Fix several bugs to use the instruction MMU in kernel mode in …
(edit) @623   5 years alain Introduce three new types of vsegs (KCODE,KDATA,KDEV) to map the …
(edit) @614   5 years alain 1) introduce a dev_ioc_sync_write() function in IOC API, to improve …
(edit) @612   5 years alain Fix several bugs in vfs.c, fatfs.c, and devfs.c to support the <.> and …
(edit) @611   5 years alain Introduce sigificant modifs in VFS to support the <ls> command, and …
(edit) @610   5 years alain Fix several bugs in VFS to support the following ksh commandis : cp, …
(edit) @602   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @598   5 years alain 1) Modify the devfs_user_move() function to support large user buffer …
(edit) @568   5 years alain omplete restructuration of kernel locks.
(edit) @561   6 years nicolas.van.phan Remove y_max in all functions except dqdt_init()
(edit) @530   6 years nicolas.van.phan Hack to compile on both IOB and LETI for now
(edit) @528   6 years nicolas.van.phan Change usage of y_max/x_max for iterating through clusters. This is …
(edit) @527   6 years viala Rewrite if-then-else return function into switch case. For safety …
(edit) @519   6 years viala fat/boot_fat32 use unused attribute
(edit) @494   6 years viala Fix an error in an assert, style on an other.
(edit) @492   6 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @484   6 years viala [fs] Add void type to function prototypes with no parameter
(edit) @473   6 years alain Fix several GCC warning related to the -Wextra compilation option.
(edit) @463   6 years viala FIX fatfs.c: fix typo print instead of printk in macro.
(edit) @459   6 years alain Introduce the math library, to support the floating point data used by …
(edit) @457   6 years alain This version modifies the exec syscall and fixes a large number of …
(edit) @441   6 years alain Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).
(edit) @440   6 years alain 1/ Fix a bug in the Multithreaded "sort" applicationr: The …
(edit) @438   6 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @437   6 years alain Fix various bugs
(edit) @436   6 years alain 1) improve the threads and process destruction mechanism. 2) introduce …
(edit) @435   6 years alain Fix a bad bug in scheduler…
(edit) @433   6 years alain blip
(edit) @430   6 years alain blop
(edit) @409   6 years alain Fix bugs in exec
(edit) @408   6 years alain Fix several bugs in the fork() syscall.
(copy) @407   6 years alain First implementation of fork/exec.
copied from trunk/kernel/vfs:
(edit) @401   7 years alain Few bugs in VMM
Note: See TracRevisionLog for help on using the revision log.