Age | Commit message (Expand) | Author |
2024-08-15 | t_recvmmsg and t_sendmmsg were enabled in 2022 | Philip Guenther |
2024-07-30 | sched_yield() is not strong enough to overflow the recv buffer on some | Claudio Jeker |
2024-07-15 | fix signature of main() | Anton Lindqvist |
2024-07-15 | enable warnings and apply a dash of knfmt | Anton Lindqvist |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-04-14 | t22 and t23 can fail if the first chunk ends up being allocated at | Otto Moerbeek |
2024-03-05 | Ugly workaround to let this compile again on non-clang platforms. | Miod Vallat |
2024-02-05 | Cope with recent ctype.h prefix changes. | Anton Lindqvist |
2024-02-04 | More missing void | Theo Buehler |
2023-10-31 | Remove 3 expected failures those got fixed in the regress code. | Claudio Jeker |
2023-10-31 | unlink("/") just needs to error. Checking for a specific errno makes | Claudio Jeker |
2023-10-31 | When creating a file in a directory the file gid is inherited from | Claudio Jeker |
2023-10-31 | Ignore closefrom() failure. This fails normally since fd 4 and up are all | Claudio Jeker |
2023-10-27 | Include wait(2) status in error message, in the hopes of providing clues | Anton Lindqvist |
2023-10-22 | A few more tests | Otto Moerbeek |
2023-09-27 | We're not interested in the core dump, so prevent it. Also catch | Otto Moerbeek |
2023-08-13 | Extent the modf() tests; from Willemijn Coene. | Miod Vallat |
2023-07-03 | add regress tests for the remainder of the function provided by our uuid.h | Jasper Lievisse Adriaanse |
2023-06-04 | More thorough write-afetr-free checks. | Otto Moerbeek |
2023-05-09 | Make malloc tests that set flags more robust against the user also | Otto Moerbeek |
2023-05-08 | Enable malloc_errs test | Otto Moerbeek |
2023-05-08 | Add a regress test to test various malloc API and heap mismanagement | Otto Moerbeek |
2023-04-19 | remove duplicate includes | Jonathan Gray |
2023-04-13 | Fix compilation on sparc64. | Moritz Buhl |
2022-12-19 | WTRAPPED is now supported by waitid(2) | Philip Guenther |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-11-22 | simplify makefile | Anton Lindqvist |
2022-11-22 | Be more helpful and provide details on what the time conversion tests | Anton Lindqvist |
2022-11-10 | Use /tmp as opposed of /var/tmp as the default directory for temporary | Anton Lindqvist |
2022-11-09 | Add tests for boundary conditions of struct tm. | Bob Beck |
2022-11-06 | Enable time_conversion regress tests | Bob Beck |
2022-11-06 | Add a bunch of regression tests for time conversion. | Bob Beck |
2022-10-26 | Enable waitid(2) regress tests and a new test derived from NetBSD's | Mark Kettenis |
2022-09-11 | Add regression tests for the sendmmsg and recvmmsg system calls. | Moritz Buhl |
2022-07-25 | Remove test of non-portable implementation details (whether wctype_t | Philip Guenther |
2022-07-25 | Separate the macro for generating string test functions | Ingo Schwarze |
2022-05-28 | *** empty log message *** | mbuhl |
2022-05-24 | Recent changes to truncate(2) swapped the ordering of some validations | Anton Lindqvist |
2022-04-03 | Initialize the mutex before making us of it from many threads. Prevents | Anton Lindqvist |
2022-03-30 | Remove double slash in path to test program. | Anton Lindqvist |
2022-02-10 | If running with ASAN, mark test_with{,out}_bzero() with the | Theo Buehler |
2022-02-09 | silence "function declaration isn't a prototype" warning by changing | Theo Buehler |
2022-01-20 | remove unused variable from all copies of _asr_strdname() | Christian Weisgerber |
2022-01-09 | Increase the max size of allocations, in prep for a large cache implementation. | Otto Moerbeek |
2022-01-06 | t_syscall was a test for the gcc 1.x off_t syscall padding, | Philip Guenther |
2021-12-13 | remove a couple hundred sys/param.h includes in userland code, and | Theo de Raadt |
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm |
2021-09-28 | Remove recent changes used to unblock the signal undergoing testing, I solved it | Anton Lindqvist |