aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/sys
Commit message (Expand)AuthorAgeFilesLines
* libc/powerpc64: Fix swapcontext(3)Timothy Pearson2025-07-132-2/+65
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc/sys: add errno testKonstantin Belousov2024-02-252-0/+37
* libc: Purge unneeded cdefs.hWarner Losh2023-11-014-4/+0
* Remove a few more stray __FBSDID usesJohn Baldwin2023-09-251-3/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* netbsd-tests: Serialize message queue testsMark Johnston2023-03-101-0/+7
* sendfile_test: fix copy-paste bugEric van Gyzen2022-02-241-1/+1
* kyua/qemu: When running in qemu, don't teset sendfileWarner Losh2022-02-021-0/+54
* jail: allow root to implicitly widen its cpuset to attachKyle Evans2021-03-011-1/+202
* libc: tests: add some tests for cpuset(2)Kyle Evans2020-12-312-0/+494
* lib/libc/tests/sys: raise WARNS to 6Alan Somers2020-09-241-6/+0
* Pass a valid mode with O_CREATE to open(2).John Baldwin2020-09-021-6/+6
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-2/+0
* Avoid using non-portable dd status=none flagAlex Richardson2020-06-051-1/+5
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-131-11/+11
* Fix `get_int_via_sysctlbyname(..)` on JenkinsEnji Cooper2019-04-221-0/+2
* Make `server_cat(..)` handle short receivesEnji Cooper2019-02-191-27/+27
* Avoid the DNS lookup for "localhost"Enji Cooper2019-02-041-4/+13
* Fix reporting errors with `gai_strerror(..)`Enji Cooper2019-01-261-1/+1
* Fix up r343367Enji Cooper2019-01-231-1/+1
* Unbreak the build on architectures where size_t isn't synonymous with uintmax_tEnji Cooper2019-01-231-2/+2
* Unbreak the gcc build with sendfile_test after r343362Enji Cooper2019-01-231-5/+5
* Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfileEnji Cooper2019-01-232-0/+1147
* Don't build brk_test on platforms that don't support brk().Mark Johnston2018-06-051-0/+2
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-042-0/+150
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Properly set userid for truncate_test.Bryan Drewery2017-07-211-1/+1
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+1
* style(9): sort the #includesEnji Cooper2017-03-091-1/+1
* Upgrade NetBSD tests to 01.11.2017_23.20 snapshotEnji Cooper2017-01-131-0/+4
* Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired.Bryan Drewery2016-12-012-0/+117
* Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and addEnji Cooper2016-09-191-0/+2
* Checkpoint initial integration workEnji Cooper2016-08-121-0/+4
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-6/+1
* MFHGlen Barber2016-03-101-0/+24
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+24
* | MFHGlen Barber2016-02-221-1/+1
|\|
| * Remove dd xfer stats emitted during buildworldEd Maste2016-02-181-1/+1
* | More 'tests' packaging fixes.Glen Barber2016-02-031-1/+3
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-4/+2
* Add some initial tests for SLIST and STAILQ macrosEnji Cooper2015-11-162-0/+239
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Enable mincore_test on arm64, we now have a working pmap_mincore.Andrew Turner2015-09-081-3/+0
* On arm64 disable three tests that hang or panicEd Maste2015-08-171-0/+3
* Add support for makecontext. This supports up to 8 arguments as thisAndrew Turner2015-07-101-2/+0
* Disable the tests that use makecontext on arm64, it still needs to beAndrew Turner2015-04-271-0/+2