summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/socket (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a race by always modifying the 'counter' variable while holding thempi2017-05-301-3/+3
| | | | | | mutex. ok tedu@
* hint: compile before commitderaadt2015-11-191-3/+3
|
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-043-9/+9
|
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
|
* fix regression test, from arttedu2006-01-051-2/+4
|
* -Wall cleanup.fgsch2005-10-302-5/+5
|
* kill bad functions; some sort of ok from marc who is trying to confuse mederaadt2004-02-281-2/+2
|
* various cleanups; david says results are samederaadt2003-07-314-31/+23
|
* Enable test for proper inheritance of NONBLOCK flag on accept.marc2002-10-121-3/+3
| | | | The test will fail -- a reminder that I still need to fix this.
* add socket test to check blocking/non-blocking mode on accept.marc2002-10-103-2/+129
| | | | Enable test in makefile
* comment where code is usedmarc2002-10-091-2/+4
|
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-021-2/+2
| | | | ok art@
* no more need to explicitly specify regress: _SUBDIRUSE targets anymore.art2002-02-231-3/+1
| | | | XXX - what about the install targets?
* Make this into a dummy regress test.art2002-01-041-4/+6
|
* depend regress: on PROG (this whole Makefile is ugly)art2002-01-031-2/+2
|
* convert everything to bsd.regress.mkart2002-01-032-6/+4
|
* Be sure both programs are using the same port.fgsch2002-01-022-6/+8
|
* per man page and gcc 3.0.1, exit requires prototype from stdlib.htodd2001-09-202-2/+4
|
* Regression tests for libc_r (pthreads) library.fgsch2001-08-158-0/+540
Thanks to pval@ for resolving the license stuff.