summaryrefslogtreecommitdiff
path: root/lib/libc/tests/sys
AgeCommit message (Expand)Author
2025-10-29libc: report _SC_NPROCESSORS_ONLN more accurately in cpu-limited jailsKyle Evans
2025-07-13libc/powerpc64: Fix swapcontext(3)Timothy Pearson
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-25libc/sys: add errno testKonstantin Belousov
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-09-25Remove a few more stray __FBSDID usesJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-10netbsd-tests: Serialize message queue testsMark Johnston
2022-02-24sendfile_test: fix copy-paste bugEric van Gyzen
2022-02-02kyua/qemu: When running in qemu, don't teset sendfileWarner Losh
2021-03-01jail: allow root to implicitly widen its cpuset to attachKyle Evans
2020-12-31libc: tests: add some tests for cpuset(2)Kyle Evans
2020-09-24lib/libc/tests/sys: raise WARNS to 6Alan Somers
2020-09-02Pass a valid mode with O_CREATE to open(2).John Baldwin
2020-08-17Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI
2020-06-05Avoid using non-portable dd status=none flagAlex Richardson
2019-05-13Provide separate accounting for user-wired pages.Mark Johnston
2019-04-22Fix `get_int_via_sysctlbyname(..)` on JenkinsEnji Cooper
2019-02-19Make `server_cat(..)` handle short receivesEnji Cooper
2019-02-04Avoid the DNS lookup for "localhost"Enji Cooper
2019-01-26Fix reporting errors with `gai_strerror(..)`Enji Cooper
2019-01-23Fix up r343367Enji Cooper
2019-01-23Unbreak the build on architectures where size_t isn't synonymous with uintmax_tEnji Cooper
2019-01-23Unbreak the gcc build with sendfile_test after r343362Enji Cooper
2019-01-23Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfileEnji Cooper
2018-06-05Don't build brk_test on platforms that don't support brk().Mark Johnston
2018-06-04Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-07-21Properly set userid for truncate_test.Bryan Drewery
2017-03-19Add clock_nanosleep()Eric van Gyzen
2017-03-09style(9): sort the #includesEnji Cooper
2017-01-13Upgrade NetBSD tests to 01.11.2017_23.20 snapshotEnji Cooper
2016-12-01Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired.Bryan Drewery
2016-09-19Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and addEnji Cooper
2016-08-12Checkpoint initial integration workEnji Cooper
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-22MFHGlen Barber
2016-02-18Remove dd xfer stats emitted during buildworldEd Maste
2016-02-03More 'tests' packaging fixes.Glen Barber
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-11-16Add some initial tests for SLIST and STAILQ macrosEnji Cooper
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-09-08Enable mincore_test on arm64, we now have a working pmap_mincore.Andrew Turner
2015-08-17On arm64 disable three tests that hang or panicEd Maste
2015-07-10Add support for makecontext. This supports up to 8 arguments as thisAndrew Turner