History log of /freebsd-10-stable/tests/sys/file/dup_test.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 282842 13-May-2015 ngie

MFC r282067:

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

# 282067 27-Apr-2015 ngie

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

MFC after: 1 week


# 281432 11-Apr-2015 ngie

Integrate tools/regression/file into the FreeBSD test suite as tests/sys/file


# 281414 11-Apr-2015 ngie

Integrate more tests into the FreeBSD test suite from tools/regression, etc


# 254411 16-Aug-2013 jilles

Add tests for dup3().


# 250530 11-May-2013 jilles

Add simple testcases for fcntl(F_DUP2FD_CLOEXEC).


# 250513 11-May-2013 jilles

Add simple testcases for fcntl(F_DUPFD_CLOEXEC).


# 250512 11-May-2013 jilles

Add missing argument to fcntl(F_DUPFD) in regression test.


# 228975 29-Dec-2011 uqs

Spelling fixes for tools/

Add some $FreeBSD$ tags so svn will allow the commit.


# 176957 08-Mar-2008 antoine

Introduce a new F_DUP2FD command to fcntl(2), for compatibility with
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


# 164192 11-Nov-2006 maxim

o Indent by tab.


# 164191 11-Nov-2006 maxim

o Add several regression tests for dup(2), dup2(2) and fcntl(F_DUPFD).

Obtained from: OpenBSD