summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* t_recvmmsg and t_sendmmsg were enabled in 2022guenther2024-08-151-2/+0
* sched_yield() is not strong enough to overflow the recv buffer on someclaudio2024-07-301-2/+2
* fix signature of main()anton2024-07-151-4/+3
* enable warnings and apply a dash of knfmtanton2024-07-152-1/+2
* Add elf_aux_info(3)jca2024-07-143-1/+59
* t22 and t23 can fail if the first chunk ends up being allocated atotto2024-04-141-2/+12
* Ugly workaround to let this compile again on non-clang platforms.miod2024-03-051-1/+9
* Cope with recent ctype.h prefix changes.anton2024-02-051-5/+5
* More missing voidtb2024-02-041-3/+3
* Remove 3 expected failures those got fixed in the regress code.claudio2023-10-311-4/+1
* unlink("/") just needs to error. Checking for a specific errno makesclaudio2023-10-311-2/+2
* When creating a file in a directory the file gid is inherited fromclaudio2023-10-311-2/+2
* Ignore closefrom() failure. This fails normally since fd 4 and up are allclaudio2023-10-311-3/+2
* Include wait(2) status in error message, in the hopes of providing cluesanton2023-10-271-2/+2
* A few more testsotto2023-10-221-1/+15
* We're not interested in the core dump, so prevent it. Also catchotto2023-09-271-3/+17
* Extent the modf() tests; from Willemijn Coene.miod2023-08-131-18/+50
* add regress tests for the remainder of the function provided by our uuid.hjasper2023-07-031-5/+137
* More thorough write-afetr-free checks.otto2023-06-041-6/+21
* Make malloc tests that set flags more robust against the user alsootto2023-05-092-15/+19
* Enable malloc_errs testotto2023-05-081-2/+2
* Add a regress test to test various malloc API and heap mismanagementotto2023-05-082-0/+291
* remove duplicate includesjsg2023-04-191-2/+1
* Fix compilation on sparc64.mbuhl2023-04-131-2/+3
* WTRAPPED is now supported by waitid(2)guenther2022-12-191-3/+3
* userspace: remove vestigial '?' cases from top-level getopt(3) loopscheloha2022-12-042-4/+2
* simplify makefileanton2022-11-221-8/+2
* Be more helpful and provide details on what the time conversion testsanton2022-11-221-9/+6
* Use /tmp as opposed of /var/tmp as the default directory for temporaryanton2022-11-101-2/+2
* Add tests for boundary conditions of struct tm.beck2022-11-091-1/+125
* Enable time_conversion regress testsbeck2022-11-061-1/+2
* Add a bunch of regression tests for time conversion.beck2022-11-062-0/+1736
* Enable waitid(2) regress tests and a new test derived from NetBSD'skettenis2022-10-263-12/+279
* Add regression tests for the sendmmsg and recvmmsg system calls.mbuhl2022-09-114-2/+410
* Remove test of non-portable implementation details (whether wctype_tguenther2022-07-251-5/+1
* Separate the macro for generating string test functionsschwarze2022-07-251-14/+22
* *** empty log message ***mbuhl2022-05-284-11/+11
* Recent changes to truncate(2) swapped the ordering of some validationsanton2022-05-241-2/+2
* Initialize the mutex before making us of it from many threads. Preventsanton2022-04-031-28/+23
* Remove double slash in path to test program.anton2022-03-301-9/+9
* If running with ASAN, mark test_with{,out}_bzero() with thetb2022-02-101-3/+14
* silence "function declaration isn't a prototype" warning by changingtb2022-02-091-6/+6
* remove unused variable from all copies of _asr_strdname()naddy2022-01-202-6/+6
* Increase the max size of allocations, in prep for a large cache implementation.otto2022-01-091-3/+3
* t_syscall was a test for the gcc 1.x off_t syscall padding,guenther2022-01-062-125/+2
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-1350-227/+77
* For open/openat, if the flags parameter does not contain O_CREAT, thederaadt2021-10-242-4/+4
* Remove recent changes used to unblock the signal undergoing testing, I solved itanton2021-09-282-30/+2
* Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.millert2021-09-272-4/+4
* These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.bluhm2021-09-271-3/+1