aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/file
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing or broken library dependencies.Ruslan Ermilov2010-02-252-3/+3
* Fixed error checking of pthread(3) functions.Ruslan Ermilov2010-02-121-1/+1
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-153-0/+293
* Add a regression test for multiple threads of the same process acquiring the ...Zachary Loafman2009-05-282-0/+110
* Add a regresion test to determine whether or not a file descriptor isRobert Watson2009-02-112-0/+129
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-50/+182
* Fix the __FreeBSD_version check.Doug Rabson2008-03-261-1/+1
* Add some regression tests for posix record locks.Doug Rabson2008-03-262-0/+1356
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withAntoine Brodin2008-03-081-2/+71
* o Indent by tab.Maxim Konovalov2006-11-111-1/+1
* o Add several regression tests for dup(2), dup2(2) and fcntl(F_DUPFD).Maxim Konovalov2006-11-113-0/+177
* o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov2006-07-091-1/+1
* When extending a file with truncate, check that newly added bytes haveRobert Watson2006-07-091-21/+55
* Add regression tests to make sure that attempting to call ftruncate() onRobert Watson2006-07-091-5/+46
* Add very basic ftruncate() regression test, with a comment rather moreRobert Watson2006-07-092-0/+109