| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
just "FAIL" output, in order to make it consistent with other tests in
the regression test tree.
|
| |
|
|
|
|
|
| |
holding the value O_NONBLOCK. This worked previously because I was
lucky.
|
|
|
|
| |
compiler line.
|
|
|
|
|
| |
it into accept(). Depending on the initial value in memory, it is
otherwise possible to get EINVAL.
|
|
|
|
|
|
| |
elementary exercising of kqueues on datagram and stream sockets. Note
that the datagram write kqueue case is left untested due to potentially
confusing behavior for the developer (me) that might require attention.
|
|
|
|
|
| |
(and close) PF_UNIX socket pairs, and that we can't create PF_INET
socket pairs. More tests to follow.
|
|
|
|
|
|
| |
filter to an inet socket and check at various points during the socket
life cycle that the filter can or cannot be attached, and that once
attached that the right one is attached and that it can be queried.
|
|
accept() returns EAGAIN on a non-blocking listen socket. This is the
tool I used to check that such a bug was resolved when merging accept()
locking.
|