aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* vfs: Fix vop_stdis_text()Mark Johnston2024-11-191-0/+35
* man filesystems: fix more xrefs after move to s4Alexander Ziaee2024-06-281-3/+3
* netbsd-tests: Remove some pointless sleeps from message queue testsMark Johnston2023-03-103-6/+0
* netbsd-tests: Fix the libc stat_socket testMark Johnston2022-01-141-7/+4
* Revert "Disable flaky test lib.libc.sys.setrlimit_test.setrlimit_stack"Mark Johnston2022-01-141-3/+0
* Revert "t_setrlimit: Adjust resource limit to 20M"Marcin Wojtas2021-12-201-4/+0
* t_setrlimit: Adjust resource limit to 20MDawid Gorecki2021-12-201-0/+4
* t_mlock.c: Remove null_errno, it is write-onlyKonstantin Belousov2021-11-291-8/+0
* Disable flaky test lib.libc.sys.setrlimit_test.setrlimit_stackLi-Wen Hsu2021-11-281-0/+3
* libc/tests: Correctly compare si_status from wait6()Jilles Tjoelker2021-07-251-1/+1
* t_getgroups: No longer expected to failWarner Losh2021-06-021-3/+0
* Fix two failing tests after ATF updateAlex Richardson2021-02-152-6/+23
* [tests] Fix itimer test warning-errors on gcc-6.4Adrian Chadd2020-10-151-2/+2
* fix setitimer test for returned it_valueEric van Gyzen2020-10-011-2/+4
* Adjust tests after page fault changes in r352807Jilles Tjoelker2019-09-291-4/+0
* Temporarily skip flakey test case lib.libc.sys.stat_test.stat_socketLi-Wen Hsu2019-09-171-0/+3
* Add missing mode in open(2) calls with O_CREAT.Brooks Davis2019-07-164-10/+10
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-131-1/+1
* Replace __riscv__ with __riscv.Ruslan Bukin2018-08-031-2/+2
* Stop writing past the end of the buffer in the msgget_limit test. The valueAndrew Turner2018-07-191-1/+0
* nanosleep(2): Fix bogus incrementing of rmtp by tc_tick_sbt on [EINTR].Bryan Drewery2018-02-141-0/+81
* Convert tools/regression/sockets/socketpair to ATFAlan Somers2018-02-101-5/+55
* Update limits on makecontext() arguments in the setcontext_link test.John Baldwin2018-01-311-12/+12
* mlock(2): correct documentation for error conditions.Alan Somers2018-01-221-18/+99
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-2/+2
* Skip tests depending on coredumps if coredumps are disabled via kern.coredump.John Baldwin2017-05-161-0/+12
* Annotate all changes made in r316178-r316180 with __FreeBSD__Enji Cooper2017-03-302-0/+36
* t_msgctl: Fix the same msgsnd() misuse as t_msgsndConrad Meyer2017-03-291-2/+2
* Follow-up to r316179: More of the sameConrad Meyer2017-03-291-6/+6
* t_msgsnd: Use msgsnd()'s msgsz argument correctly to avoid overflowConrad Meyer2017-03-291-1/+1
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+4
* Add #else case in run(..) to fix test on non-{amd64,arm64,mips} afterEnji Cooper2017-02-071-0/+3
* Add back #else block accidentally removed in r312145Enji Cooper2017-01-181-0/+2
* Use sys/param.h instead of sys/types.h to prep for upstreaming to NetBSDEnji Cooper2017-01-161-1/+1
* Remove unnecessary whitespace diffEnji Cooper2017-01-161-0/+1
* Merge ^/vendor/NetBSD/tests/dist@r312294Enji Cooper2017-01-162-11/+5
* Diff reduce with upstream and consolidate #ifdefs where possibleEnji Cooper2017-01-154-15/+4
* Pull in ^/vendor/NetBSD/tests/dist@r312219Enji Cooper2017-01-153-47/+9
* Fix the build using hunks pending upstream contributionsEnji Cooper2017-01-141-0/+4
* Diff reduce with upstream by taking diff hunks that were contributed backEnji Cooper2017-01-1411-47/+13
* Readd the CMSG_DATA for assigning the kqueue... this testcase isn't officiallyEnji Cooper2017-01-141-0/+4
* Remove extra EVSET I added in r312146 by accidentEnji Cooper2017-01-141-1/+0
* Diff reduce with upstreamEnji Cooper2017-01-141-22/+4
* Try to consolidate the #ifdef soup into FreeBSD vs non-FreeBSD blocks betterEnji Cooper2017-01-141-6/+10
* Diff reduce with upstreamEnji Cooper2017-01-141-0/+1
* Merge content currently under test from ^/vendor/NetBSD/tests/dist/@r312123Enji Cooper2017-01-1426-165/+82
* Upgrade NetBSD tests to 01.11.2017_23.20 snapshotEnji Cooper2017-01-134-0/+442
* Fix lib/libc/sys/access_test after r311925Enji Cooper2017-01-121-1/+5
* Import testcase updates with code contributed back to NetBSDEnji Cooper2017-01-115-53/+102
* Partially revert r311236Enji Cooper2017-01-111-10/+0