summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/close (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update error message. inetd has not been used since rev 1.3.fgsch2012-02-261-2/+2
| | | | spotted by miod@
* fix some checks.fgsch2011-10-011-2/+2
|
* Update regression test to match current library semantics. A selectmarc2004-01-081-3/+5
| | | | | is supposed to fail with EBADF if another thread closes the fd/socket that is being selected.
* various cleanups; david says results are samederaadt2003-07-311-5/+6
|
* fork and start up a listener to discard bytes instead ofmarc2002-02-151-5/+61
| | | | | relying on the discard service being enabled. Listener listens on localhost, only
* convert everything to bsd.regress.mkart2002-01-031-3/+2
|
* per man page and gcc 3.0.1, exit requires prototype from stdlib.htodd2001-09-201-1/+2
|
* Regression tests for libc_r (pthreads) library.fgsch2001-08-152-0/+106
Thanks to pval@ for resolving the license stuff.