| Commit message (Expand) | Author | Age | Files | Lines |
* | t_recvmmsg and t_sendmmsg were enabled in 2022 | guenther | 2024-08-15 | 1 | -2/+0 |
* | sched_yield() is not strong enough to overflow the recv buffer on some | claudio | 2024-07-30 | 1 | -2/+2 |
* | fix signature of main() | anton | 2024-07-15 | 1 | -4/+3 |
* | enable warnings and apply a dash of knfmt | anton | 2024-07-15 | 2 | -1/+2 |
* | Add elf_aux_info(3) | jca | 2024-07-14 | 3 | -1/+59 |
* | t22 and t23 can fail if the first chunk ends up being allocated at | otto | 2024-04-14 | 1 | -2/+12 |
* | Ugly workaround to let this compile again on non-clang platforms. | miod | 2024-03-05 | 1 | -1/+9 |
* | Cope with recent ctype.h prefix changes. | anton | 2024-02-05 | 1 | -5/+5 |
* | More missing void | tb | 2024-02-04 | 1 | -3/+3 |
* | Remove 3 expected failures those got fixed in the regress code. | claudio | 2023-10-31 | 1 | -4/+1 |
* | unlink("/") just needs to error. Checking for a specific errno makes | claudio | 2023-10-31 | 1 | -2/+2 |
* | When creating a file in a directory the file gid is inherited from | claudio | 2023-10-31 | 1 | -2/+2 |
* | Ignore closefrom() failure. This fails normally since fd 4 and up are all | claudio | 2023-10-31 | 1 | -3/+2 |
* | Include wait(2) status in error message, in the hopes of providing clues | anton | 2023-10-27 | 1 | -2/+2 |
* | A few more tests | otto | 2023-10-22 | 1 | -1/+15 |
* | We're not interested in the core dump, so prevent it. Also catch | otto | 2023-09-27 | 1 | -3/+17 |
* | Extent the modf() tests; from Willemijn Coene. | miod | 2023-08-13 | 1 | -18/+50 |
* | add regress tests for the remainder of the function provided by our uuid.h | jasper | 2023-07-03 | 1 | -5/+137 |
* | More thorough write-afetr-free checks. | otto | 2023-06-04 | 1 | -6/+21 |
* | Make malloc tests that set flags more robust against the user also | otto | 2023-05-09 | 2 | -15/+19 |
* | Enable malloc_errs test | otto | 2023-05-08 | 1 | -2/+2 |
* | Add a regress test to test various malloc API and heap mismanagement | otto | 2023-05-08 | 2 | -0/+291 |
* | remove duplicate includes | jsg | 2023-04-19 | 1 | -2/+1 |
* | Fix compilation on sparc64. | mbuhl | 2023-04-13 | 1 | -2/+3 |
* | WTRAPPED is now supported by waitid(2) | guenther | 2022-12-19 | 1 | -3/+3 |
* | userspace: remove vestigial '?' cases from top-level getopt(3) loops | cheloha | 2022-12-04 | 2 | -4/+2 |
* | simplify makefile | anton | 2022-11-22 | 1 | -8/+2 |
* | Be more helpful and provide details on what the time conversion tests | anton | 2022-11-22 | 1 | -9/+6 |
* | Use /tmp as opposed of /var/tmp as the default directory for temporary | anton | 2022-11-10 | 1 | -2/+2 |
* | Add tests for boundary conditions of struct tm. | beck | 2022-11-09 | 1 | -1/+125 |
* | Enable time_conversion regress tests | beck | 2022-11-06 | 1 | -1/+2 |
* | Add a bunch of regression tests for time conversion. | beck | 2022-11-06 | 2 | -0/+1736 |
* | Enable waitid(2) regress tests and a new test derived from NetBSD's | kettenis | 2022-10-26 | 3 | -12/+279 |
* | Add regression tests for the sendmmsg and recvmmsg system calls. | mbuhl | 2022-09-11 | 4 | -2/+410 |
* | Remove test of non-portable implementation details (whether wctype_t | guenther | 2022-07-25 | 1 | -5/+1 |
* | Separate the macro for generating string test functions | schwarze | 2022-07-25 | 1 | -14/+22 |
* | *** empty log message *** | mbuhl | 2022-05-28 | 4 | -11/+11 |
* | Recent changes to truncate(2) swapped the ordering of some validations | anton | 2022-05-24 | 1 | -2/+2 |
* | Initialize the mutex before making us of it from many threads. Prevents | anton | 2022-04-03 | 1 | -28/+23 |
* | Remove double slash in path to test program. | anton | 2022-03-30 | 1 | -9/+9 |
* | If running with ASAN, mark test_with{,out}_bzero() with the | tb | 2022-02-10 | 1 | -3/+14 |
* | silence "function declaration isn't a prototype" warning by changing | tb | 2022-02-09 | 1 | -6/+6 |
* | remove unused variable from all copies of _asr_strdname() | naddy | 2022-01-20 | 2 | -6/+6 |
* | Increase the max size of allocations, in prep for a large cache implementation. | otto | 2022-01-09 | 1 | -3/+3 |
* | t_syscall was a test for the gcc 1.x off_t syscall padding, | guenther | 2022-01-06 | 2 | -125/+2 |
* | remove a couple hundred sys/param.h includes in userland code, and | deraadt | 2021-12-13 | 50 | -227/+77 |
* | For open/openat, if the flags parameter does not contain O_CREAT, the | deraadt | 2021-10-24 | 2 | -4/+4 |
* | Remove recent changes used to unblock the signal undergoing testing, I solved it | anton | 2021-09-28 | 2 | -30/+2 |
* | Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp. | millert | 2021-09-27 | 2 | -4/+4 |
* | These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS. | bluhm | 2021-09-27 | 1 | -3/+1 |