summaryrefslogtreecommitdiffstats
path: root/tools/regression/file
Commit message (Expand)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-314-4/+4
* MFC r268385:kib2014-07-151-2/+7
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).jilles2013-08-253-0/+127
* Add tests for dup3().jilles2013-08-161-1/+86
* Add simple testcases for fcntl(F_DUP2FD_CLOEXEC).jilles2013-05-111-1/+47
* Add simple testcases for fcntl(F_DUPFD_CLOEXEC).jilles2013-05-111-1/+23
* Add missing argument to fcntl(F_DUPFD) in regression test.jilles2013-05-111-2/+6
* Spelling fixes for tools/uqs2011-12-301-1/+1
* Fixed missing or broken library dependencies.ru2010-02-252-3/+3
* Fixed error checking of pthread(3) functions.ru2010-02-121-1/+1
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-153-0/+293
* Add a regression test for multiple threads of the same process acquiring the ...zml2009-05-282-0/+110
* Add a regresion test to determine whether or not a file descriptor isrwatson2009-02-112-0/+129
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-50/+182
* Fix the __FreeBSD_version check.dfr2008-03-261-1/+1
* Add some regression tests for posix record locks.dfr2008-03-262-0/+1356
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-2/+71
* o Indent by tab.maxim2006-11-111-1/+1
* o Add several regression tests for dup(2), dup2(2) and fcntl(F_DUPFD).maxim2006-11-113-0/+177
* o style.Makefile(5): WARNS= -> WARNS?=.maxim2006-07-091-1/+1
* When extending a file with truncate, check that newly added bytes haverwatson2006-07-091-21/+55
* Add regression tests to make sure that attempting to call ftruncate() onrwatson2006-07-091-5/+46
* Add very basic ftruncate() regression test, with a comment rather morerwatson2006-07-092-0/+109
OpenPOWER on IntegriCloud