aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
...
* setrlimit_basic: don't leak buf; free it on completionEnji Cooper2017-01-041-0/+3
* revoke_perm: don't leak fd at the end of the test; close itEnji Cooper2017-01-041-0/+3
* stat_symlink: don't leak fd; close the file descriptor when doneEnji Cooper2017-01-041-0/+3
* pipe_restart: free f on function exit to quell complaint from CoverityEnji Cooper2017-01-041-0/+3
* Clarify lifetime of child(..) functionEnji Cooper2017-01-041-0/+6
* mincore_resid: free buf after useEnji Cooper2017-01-041-0/+3
* mmap_prot_3, mmap_truncate, mmap_truncate_signal: don't leak fd and mapEnji Cooper2017-01-041-1/+15
* listen_low_port: check for errors from socket(2) before continuingEnji Cooper2017-01-041-0/+3
* kqueue_desc_passing: initialize m.msg_flags to 0Enji Cooper2017-01-041-0/+3
* umask_open: don't leak fd on successEnji Cooper2017-01-041-0/+3
* unlink_fifo: don't leak the file descriptors opened with mkfifo and openEnji Cooper2017-01-041-0/+17
* Change the process limits for RLIMIT_MEMLOCK to RLIM_INFINITY whenEnji Cooper2016-12-101-2/+13
* Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired.Bryan Drewery2016-12-012-76/+29
* Allow up to 6 arguments only on MIPS.Ruslan Bukin2016-09-271-0/+6
* Don't dedupe signals less than SIGRTMINEnji Cooper2016-09-031-0/+18
* Add copious debugging to aid in determining why :sigqueue_rt is currently fai...Enji Cooper2016-08-261-2/+25
* Expect :mmap_truncate_signal to fail on FreeBSDEnji Cooper2016-08-171-0/+4
* Checkpoint initial integration workEnji Cooper2016-08-1212-29/+765
* Add timer_settime tests using SIGEV_THREAD.John Baldwin2016-08-081-0/+119
* Remove legacy brk and sbrk from RISC-V.Ruslan Bukin2016-05-251-2/+3
* Remove brk and sbrk from arm64. They were defined in The Single UNIXAndrew Turner2016-05-201-0/+4
* Fix coverity issues with contrib/netbsd-tests/lib/libc/sys/t_connect.cEnji Cooper2016-04-201-0/+8
* Disable the NetBSD-specific EFAULT requirements test in gettimeofday_errEnji Cooper2016-04-071-0/+2
* Add debug output via ATF_REQUIRE_MSG when the first call toEnji Cooper2016-01-271-1/+2
* Adjust vm.max_wired in order to avoid hitting EAGAIN artificiallyEnji Cooper2016-01-271-0/+137
* Pass 8 arguments to makecontext on arm64 as this is all we support.Andrew Turner2015-10-011-0/+6
* Expect access_test:access_inval to fail before __FreeBSD_version == 1100033Enji Cooper2014-12-301-0/+5
* Only pass 6 arguments to the 'run' function on amd64. amd64'sJohn Baldwin2014-11-251-14/+10
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withEnji Cooper2014-11-1717-31/+31
* Expect lib.libc.sys.getcontext_test.setcontext_link to fail on amd64; addEnji Cooper2014-11-051-0/+14
* Remove expected failure from lib.libc.sys.t_mincore:mincore_residEnji Cooper2014-11-051-3/+0
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...Enji Cooper2014-11-041-3/+2
* Port t_mincore to FreeBSDEnji Cooper2014-11-011-0/+21
* Port t_kevent to FreeBSDEnji Cooper2014-11-011-0/+26
* getitimer on FreeBSD returns the last set time instead of the remaining time;Enji Cooper2014-11-011-0/+5
* Port lib/libc/sys/t_dup to FreeBSD/LinuxEnji Cooper2014-11-011-0/+20
* - Add sys/types.h for the APIs in sys/sysctl.hEnji Cooper2014-10-241-0/+42
* Correct my previous commit:Enji Cooper2014-10-241-4/+9
* - Mark signo __unused in the signal handler functionEnji Cooper2014-10-241-0/+8
* - Add inttypes.h and stdint.h in lieu of int_limits.h from NetBSDEnji Cooper2014-10-241-0/+8
* - Test for EINVAL requirement when passing an invalid flag in to msync(2)Enji Cooper2014-10-241-0/+11
* - Ignore EINVAL check with mknod(path, S_IFCHR, -1) as the testcase is alwaysEnji Cooper2014-10-241-0/+10
* Omit the mprotect_exec testcase on FreeBSDEnji Cooper2014-10-231-0/+6
* Mark signum __unusedEnji Cooper2014-10-231-0/+8
* Fix a typo (__FreeBSD__ -> __NetBSD__ when omitting setrlimit_nthr)Enji Cooper2014-10-231-1/+1
* Add limits.h #include for SSIZE_MAXEnji Cooper2014-10-231-0/+4
* Add limits.h #include for SSIZE_MAXEnji Cooper2014-10-231-0/+4
* - Omit setrlimit_nthr testcase on FreeBSD (requires lwp.h, et al)Enji Cooper2014-10-231-0/+10
* - Mark sig/signo __unusedEnji Cooper2014-10-231-0/+12
* Use <atf_srcdir>/truncate_test.root_owned instead of /usr/bin/fpr as fpr doesEnji Cooper2014-10-231-0/+13