summaryrefslogtreecommitdiff
path: root/tools/regression/file/dup
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifoEnji Cooper2015-04-273-403/+0
| | | | | | | | | and tools/regression/file into the FreeBSD test suite as tests/sys/file MFC after: 1 week Notes: svn path=/head/; revision=282067
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Add tests for dup3().Jilles Tjoelker2013-08-161-1/+86
| | | | Notes: svn path=/head/; revision=254411
* Add simple testcases for fcntl(F_DUP2FD_CLOEXEC).Jilles Tjoelker2013-05-111-1/+47
| | | | Notes: svn path=/head/; revision=250530
* Add simple testcases for fcntl(F_DUPFD_CLOEXEC).Jilles Tjoelker2013-05-111-1/+23
| | | | Notes: svn path=/head/; revision=250513
* Add missing argument to fcntl(F_DUPFD) in regression test.Jilles Tjoelker2013-05-111-2/+6
| | | | Notes: svn path=/head/; revision=250512
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-1/+1
| | | | | | | Add some $FreeBSD$ tags so svn will allow the commit. Notes: svn path=/head/; revision=228975
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withAntoine Brodin2008-03-081-2/+71
| | | | | | | | | | | | | | | Solaris and AIX. fcntl(fd, F_DUP2FD, arg) and dup2(fd, arg) are functionnaly equivalent. Document it. Add some regression tests (identical to the dup2(2) regression tests). PR: 120233 Submitted by: Jukka Ukkonen Approved by: rwaston (mentor) MFC after: 1 month Notes: svn path=/head/; revision=176957
* o Indent by tab.Maxim Konovalov2006-11-111-1/+1
| | | | Notes: svn path=/head/; revision=164192
* o Add several regression tests for dup(2), dup2(2) and fcntl(F_DUPFD).Maxim Konovalov2006-11-113-0/+177
Obtained from: OpenBSD Notes: svn path=/head/; revision=164191