Go to file
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
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
commands gas2ack fix 2010-02-05 13:53:10 +00:00
docs Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
drivers Fix some incorrect testing of bit flags. 2010-02-02 12:24:35 +00:00
etc Import NetBSD's make 2010-02-04 16:52:54 +00:00
include a.out.h typo (Bug#398, reported by 7shi) 2010-02-07 12:01:37 +00:00
kernel Kernel: fix sys_irqctl(IRQ_RMPOLICY) 2010-02-09 08:07:47 +00:00
lib small asmconv cleanups. 2010-02-03 13:29:14 +00:00
man Fixes in mkdep.1, suggested by Greg King 2010-02-05 13:07:08 +00:00
servers Fixes for truncate system calls: 2010-02-09 08:12:37 +00:00
test Fixes for truncate system calls: 2010-02-09 08:12:37 +00:00
tools bump version number to 3.1.6, copyright year to 2010. 2010-01-27 16:19:50 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00