Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r282067: | ngie | 2015-05-13 | 1 | -386/+0 |
| | | | | | Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo and tools/regression/file into the FreeBSD test suite as tests/sys/file | ||||
* | Add tests for dup3(). | jilles | 2013-08-16 | 1 | -1/+86 |
| | |||||
* | Add simple testcases for fcntl(F_DUP2FD_CLOEXEC). | jilles | 2013-05-11 | 1 | -1/+47 |
| | |||||
* | Add simple testcases for fcntl(F_DUPFD_CLOEXEC). | jilles | 2013-05-11 | 1 | -1/+23 |
| | |||||
* | Add missing argument to fcntl(F_DUPFD) in regression test. | jilles | 2013-05-11 | 1 | -2/+6 |
| | |||||
* | Spelling fixes for tools/ | uqs | 2011-12-30 | 1 | -1/+1 |
| | | | | Add some $FreeBSD$ tags so svn will allow the commit. | ||||
* | Introduce a new F_DUP2FD command to fcntl(2), for compatibility with | antoine | 2008-03-08 | 1 | -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 | ||||
* | o Indent by tab. | maxim | 2006-11-11 | 1 | -1/+1 |
| | |||||
* | o Add several regression tests for dup(2), dup2(2) and fcntl(F_DUPFD). | maxim | 2006-11-11 | 1 | -0/+160 |
Obtained from: OpenBSD |