| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make t_gettimeofday pass on sparc64. | mbuhl | 2021-09-27 | 1 | -1/+3 |
* | At least t_fork and t_vfork tests need coredumps enabled to succeed. | claudio | 2021-09-19 | 1 | -1/+2 |
* | Ensure that the kill signal undergoing testing is not ignored. | anton | 2021-09-09 | 1 | -1/+15 |
* | Disable tests that don't work in bluhms regress framework. | mbuhl | 2021-09-04 | 1 | -1/+7 |
* | Enable vfork syscall test. Disable SIGSTOP test as it is masked until | mbuhl | 2021-09-02 | 5 | -6/+45 |
* | Import more NetBSD system call regression tests. | mbuhl | 2021-09-02 | 17 | -50/+2350 |
* | delete %n using test cases, which now intentionally fault | deraadt | 2021-09-02 | 1 | -13/+1 |
* | remove manual fiddling with MALLOC_OPTIONS from libc regress tests | jasper | 2021-09-01 | 5 | -20/+5 |
* | enter uuid/ | jasper | 2021-08-31 | 1 | -1/+2 |
* | add initial tests for uuid_from_string, uuid_to_string, uuid_create_nil | jasper | 2021-08-31 | 2 | -0/+134 |
* | Ensure that the kill signal undergoing testing is not ignored. | anton | 2021-07-29 | 1 | -1/+15 |
* | Add basic regression tests for strchr() and strrchr(). | visa | 2021-07-24 | 3 | -2/+79 |
* | fix a bug that resulted in incomplete testing: | schwarze | 2021-07-03 | 1 | -4/+4 |
* | Like ARM, RISC-V does not implement floating point exceptions. | kettenis | 2021-06-17 | 3 | -6/+6 |
* | Enable libexecinfo regress. | mortimer | 2021-06-09 | 1 | -1/+4 |
* | Since our unix receive queue got longer, the test run-t_sendrecv | bluhm | 2021-05-31 | 1 | -24/+30 |
* | The powerpc64 ELFv2 ABI explicitly states that exception enable bits | kettenis | 2021-04-19 | 1 | -1/+9 |
* | Two cases of BRE involving counts and backrefs that go wrong and | otto | 2021-04-02 | 1 | -1/+16 |
* | Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux. | bcook | 2021-03-27 | 1 | -7/+24 |
* | A few more flag combo's to test | otto | 2021-02-12 | 1 | -2/+14 |
* | Remove unused categories in re_guts; they are written to but never read. | millert | 2020-12-31 | 1 | -39/+2 |
* | Fix an off-by-one error in the marking of the O_CH operator following | millert | 2020-12-28 | 1 | -1/+4 |
* | Remove echo headlines. | bluhm | 2020-12-17 | 2 | -5/+2 |
* | Enable t_mmap-1 test. It is skipped on NetBSD, but works for us. | bluhm | 2020-12-06 | 2 | -3/+10 |
* | Run the atf cleanup block after each test. This makes more tests | bluhm | 2020-11-11 | 1 | -9/+11 |
* | Declare prototype of __syscall locally. Fixes t_syscall test. | bluhm | 2020-11-10 | 2 | -3/+7 |
* | Sync libc syscall tests with changes in upstream NetBSD. Use #ifdef | bluhm | 2020-11-09 | 20 | -283/+212 |
* | On machines with a userland timecounter we bypass the gettimeofday(2) | kettenis | 2020-10-21 | 1 | -2/+16 |
* | Skip floating-point exception checks on arm64 and armv7 as the hardware | kettenis | 2020-10-19 | 2 | -2/+6 |
* | XFAIL tests on arm64 and armv7 as floating-point exception support is | kettenis | 2020-10-18 | 1 | -1/+6 |
* | Use std=gnu99 to be able to build the tests with both base clang and gcc. | mpi | 2020-10-06 | 1 | -1/+3 |
* | Fix append mode so it always writes to the end and expand regress.libressl-v3.2.1 | millert | 2020-08-17 | 1 | -26/+77 |
* | getopt(3) returns an int so don't use a char to store its return value. | kettenis | 2020-07-14 | 2 | -4/+4 |