History log of /netbsd/tests/lib/libc/sys/t_dup.c (Results 1 – 9 of 9)
Revision Date Author Comments
# c9bb75d0 13-Jan-2017 christos <christos@NetBSD.org>

PR/51851: Ngie Cooper: add stdbool.h #include for false/true


# 5d2b5a67 18-Mar-2012 jruoho <jruoho@NetBSD.org>

Move the references to PRs from code comments to the test description. Once
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -rep

Move the references to PRs from code comments to the test description. Once
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -reports via links.

show more ...


# aa298dc8 17-Oct-2011 njoly <njoly@NetBSD.org>

Remove unneeded uneeded err.h include.


# ddaa6042 30-Sep-2011 njoly <njoly@NetBSD.org>

Do not try to open files up to the RLIMIT_NOFILE limit, which fails
when process limit is identical to the whole system limit. Just do it
for a small fixed value, and adjust the limit accordingly ins

Do not try to open files up to the RLIMIT_NOFILE limit, which fails
when process limit is identical to the whole system limit. Just do it
for a small fixed value, and adjust the limit accordingly instead.

show more ...


# 5c846fc7 18-Jul-2011 jruoho <jruoho@NetBSD.org>

Verify that dup2(2) and dup3(2) fail with EBADF if the "new descriptor" is
specified to be larger than RLIMIT_NOFILE.


# da3be20c 16-Jul-2011 jruoho <jruoho@NetBSD.org>

PR lib/45148 was fixed; remove xfail.


# 8c3a0a95 15-Jul-2011 jruoho <jruoho@NetBSD.org>

Add some cases for dup2(2) and dup3(2).


# f83ecd53 07-Jul-2011 jruoho <jruoho@NetBSD.org>

Rewrite the limit-test.


# 774b9069 07-Jul-2011 jruoho <jruoho@NetBSD.org>

Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.