aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/file
Commit message (Expand)AuthorAgeFilesLines
* Remove directory for test that has been integrated in under tests/sys/...Enji Cooper2015-05-243-293/+0
* Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifoEnji Cooper2015-04-2712-2450/+0
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* Make this compile with WARNS=6 and clang/gccEnji Cooper2015-01-221-5/+9
* Make this compilable on latest Linux'es without warnings.Konstantin Belousov2014-07-081-2/+7
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-134-4/+4
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).Jilles Tjoelker2013-08-253-0/+127
* Add tests for dup3().Jilles Tjoelker2013-08-161-1/+86
* Add simple testcases for fcntl(F_DUP2FD_CLOEXEC).Jilles Tjoelker2013-05-111-1/+47
* Add simple testcases for fcntl(F_DUPFD_CLOEXEC).Jilles Tjoelker2013-05-111-1/+23
* Add missing argument to fcntl(F_DUPFD) in regression test.Jilles Tjoelker2013-05-111-2/+6
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-1/+1
* 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