minix/servers
David van Moolenbroek bdd4f5857f Fixes for truncate system calls:
- VFS: check for negative sizes in all truncate calls
- VFS: update file size after truncating with fcntl(F_FREESP)
- VFS: move pos/len checks for F_FREESP with l_len!=0 from FS to VFS
- MFS: do not zero data block for small files when fully truncating
- MFS: do not write out freed indirect blocks after freeing space
- MFS: make truncate work correctly with differing zone/block sizes
- tests: add new test50 for truncate call family
2010-02-09 08:12:37 +00:00
..
ds Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
hgfs HGFS tweaks 2010-01-27 22:59:03 +00:00
inet philip's inet tcp fix. 2010-02-04 22:06:10 +00:00
init Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
ipc Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
is Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
iso9660fs update DS label retrieve calls 2010-01-25 23:23:43 +00:00
mfs Fixes for truncate system calls: 2010-02-09 08:12:37 +00:00
pfs Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
pm Statistical profiling fixes: 2010-02-03 12:27:52 +00:00
rs Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
vfs Fixes for truncate system calls: 2010-02-09 08:12:37 +00:00
vm removal of unused vm<->vfs code. 2010-02-03 13:35:17 +00:00
Makefile HGFS - VMware Shared Folders file system server 2010-01-25 23:18:02 +00:00