aboutsummaryrefslogtreecommitdiff
path: root/src/network/socketpair.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* add SOCK_CLOEXEC fallback for socketpair on old kernelsRich Felker2014-06-061-1/+19
| | | | | as usual, this is non-atomic, but better than producing an error or failing to set the close-on-exec flag at all.
* cleanup socketcall syscall interface to ease porting to sane(r) archsRich Felker2011-02-151-3/+1
|
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+9