index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
sys
Age
Commit message (
Expand
)
Author
2021-12-12
Replace deprecated IO::Socket::INET6 with IO::Socket::IP.
Alexander Bluhm
2013-01-03
Reengineer the socket splicing regression tests:
Alexander Bluhm
2021-12-10
Move 'unconacc' test to regress/sys/kern/unixsockets/ directory.
Vitaliy Makkoveev
2021-12-10
Move 'undgram_conclose' test to regress/sys/kern/unixsockets directory.
Vitaliy Makkoveev
2021-12-09
Move 'unsendrecvthr' test to regress/sys/kern/unixsockets directory.
Vitaliy Makkoveev
2021-12-09
Move 'unfdpassfail' test to regress/sys/kern/unixsockets/ directory.
Vitaliy Makkoveev
2021-12-09
Remove old 'ungc' test
Vitaliy Makkoveev
2021-12-09
Commit 'ungc.c'
Vitaliy Makkoveev
2021-12-09
Move 'ungc' test to regress/sys/kern/unixsockets
Vitaliy Makkoveev
2021-12-09
Add sys/kern/unixsockets directory to contain all unix(4) sockets tests.
Vitaliy Makkoveev
2021-12-08
Remove unnecessary select(2) exceptfds kludges.
Visa Hankala
2021-12-06
Test poll/select with various I/O conditions; not hooked up yet.
Visa Hankala
2021-12-01
Make `sun' global variable. It used by threads and could be corrupted
Vitaliy Makkoveev
2021-11-29
Use nanosleep(3) instead of select(2) for test run time delay. Use ~10
Vitaliy Makkoveev
2021-11-29
Create socket within current directory instead of /tmp. Also remove it
Vitaliy Makkoveev
2021-11-29
Register-time event should make poll/select non-blocking.
Visa Hankala
2021-11-29
Add and enable 'unconacc' test which provides multithreaded connect(2)
Vitaliy Makkoveev
2021-11-27
Adjust wait channel name and re-enable test.
Visa Hankala
2021-11-27
Fix timeouts in poll/select regress tests
Visa Hankala
2021-11-24
Disable poll_close test for now as it expects kqueue backend.
Visa Hankala
2021-11-23
A weird little test which can expose buggy return value conditions in poll()
Theo de Raadt
2021-11-22
Add regress test for futexes in shared anonymous memory.
Mark Kettenis
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-31
Also remove pcap files during make clean.
Alexander Bluhm
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-25
open() flags never contain O_CREAT, so variatic mode_t can be removed here also
Theo de Raadt
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-13
Sending live tcpdump output over SSH while running tests may drop
Alexander Bluhm
2021-10-06
This regress uses vnd devices to create a softraid volume. Raid levels
Alexander Bluhm
2021-10-05
add missing sudo
Anton Lindqvist
2021-10-05
add missing sudo
Anton Lindqvist
2021-10-05
build prog once
Anton Lindqvist
2021-10-03
Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfs
Claudio Jeker
2021-10-02
quote sudo
Anton Lindqvist
2021-10-02
add missing sudo
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
Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with base
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
[next]