Age | Commit message (Expand) | Author |
2021-11-21 | Add tests for concurrent closing of a poll/select monitored fd. | Visa Hankala |
2021-11-19 | Add and enable the new 'undgram_conclose' test which tries to kill the | Vitaliy Makkoveev |
2021-11-19 | Add and enable new 'unsendrecvthr' test which performs multithreaded | Vitaliy Makkoveev |
2021-11-13 | hook up unfdpassfail and ungc | Anton Lindqvist |
2021-10-29 | If the test fails, do not hang forever. Abort with a 10 seconds | Alexander Bluhm |
2021-10-29 | Hook poll tests. | Martin Pieuchot |
2021-10-29 | Test that poll(2) returns POLLNVAL for an already closed fd. | Martin Pieuchot |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-22 | knf nits | Anton Lindqvist |
2021-10-22 | add pipe select hangup test case; ok mpi@ | Anton Lindqvist |
2021-10-05 | build prog once | Anton Lindqvist |
2021-09-30 | Quote SUDO value during propagation, allowing `doas -n' to be correctly | Anton Lindqvist |
2021-09-28 | Turns out that older SPARC CPUs (like the UltraSPARC II) do report an exact | Mark Kettenis |
2021-09-28 | add missing sudo | Anton Lindqvist |
2021-09-27 | Return 0 from main() otherwise the exit code is garbage on sparc64. | Alexander Bluhm |
2021-09-20 | Use proper sigsuspend() instead of old pause() and use sigprocmask() to | Claudio Jeker |
2021-08-30 | Test for the pathetic case that the 2nd unveil in | Claudio Jeker |
2021-08-30 | Check that fchdir() works. The problem in unveil was fixed some time ago. | Claudio Jeker |
2021-08-30 | Make lines not wrap on 80 char terminals. Code gets more readable. | Claudio Jeker |
2021-07-06 | This regress checks that 400 singals are evenly distributed over 4 | Alexander Bluhm |
2021-07-06 | alarm(3) cannot fail, remove error handling. | Alexander Bluhm |
2021-06-20 | use __riscv instead of __riscv64 | Theo de Raadt |
2021-06-12 | Exercise resetting of expired and unexpired timers. | Visa Hankala |
2021-06-11 | Adjust futex regress test since futex(2) now returns -1 on error and sets | Mark Kettenis |
2021-06-01 | Introduce the new test which enforces unp_gc() run and close | mvs |
2021-05-27 | Introduce the new test which enforces unp_internalize() to follow error | mvs |
2021-05-22 | On powerpc64 calling a function needs 64 bytes of stack overhead | Alexander Bluhm |
2021-05-21 | Fix the calculation of the maximum stack size in the command line | Alexander Bluhm |
2021-05-21 | Set the stack size attribute of the pthreads large enough to allocate | Alexander Bluhm |
2021-05-17 | Skip sosplice loop test if Perl packages are not installed. | Alexander Bluhm |
2021-05-16 | add riscv asm for these two security-feature checking regress tests | Theo de Raadt |
2021-05-08 | Fix a race in the kqueue-read test. If the writer thread managed to fill | anton |
2021-05-07 | Dynamic socket buffers make tests unreliable, set fixed buffer size. | Alexander Bluhm |
2021-05-04 | Create memory pressure in test. Allocate heap and stack in child | Alexander Bluhm |
2021-04-29 | Extend the fork and exit test with threads. Simultaneously kill | Alexander Bluhm |
2021-04-28 | To hunt kernel bugs during exit, terminate processes simultaneously. | Alexander Bluhm |
2021-04-14 | Unify pivot.h; brings powerpc/powerpc64 support to the usr.bin/lastcomm | Mark Kettenis |
2021-02-09 | These regress tests expect coredumps to be written so run them with | Claudio Jeker |
2021-02-09 | These regress test expect coredumps as an effect of the test so run | Claudio Jeker |
2021-01-21 | Pledge violation for SO_RTABLE prints "wroute" now. Adapt test. | Alexander Bluhm |
2021-01-09 | Test that local UDP broadcast packets to 255.255.255.255 are handled | Alexander Bluhm |
2021-01-03 | Increase file descriptor limit to allow long chains of spliced | Alexander Bluhm |
2021-01-02 | Create chains and loops of spliced tcp and udp sockets. Send data | Alexander Bluhm |
2020-12-30 | py3-scapy is now scapy | kn |
2020-12-27 | Ensure that a sufficient part of the remote log file has been | Alexander Bluhm |
2020-12-26 | Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits. | Alexander Bluhm |
2020-12-25 | Switch to scapy with python 3. | Alexander Bluhm |
2020-12-17 | Fix regress target name, they must be unique. | Alexander Bluhm |
2020-12-17 | Remove echo headlines. | Alexander Bluhm |
2020-12-16 | Remove echo headlines. Makefile cleanup. | Alexander Bluhm |