summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
AgeCommit message (Expand)Author
2002-12-13don't fail if stdout is not a tty.Marco S Hyman
2002-12-08comment out bogus portion of test until I figureMarco S Hyman
2002-11-16use -lnpthread when USELIBPTHREAD=yesMarco S Hyman
2002-11-12dueling mallocs -- test for proper serialization when multiple threadsMarco S Hyman
2002-10-27remove MD bits from test.Marco S Hyman
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-21regression tests should test for proper operation, not what the codeMarco S Hyman
2002-10-21Clean up the siginfo test. pthreads siginfo delivery code stillMarco S Hyman
2002-10-21Add new testsMarco S Hyman
2002-10-21Add test for non-deferred signal handling in threads. pthreads codeMarco S Hyman
2002-10-21Add test for pthread_kill. The test currently fails as threadMarco S Hyman
2002-10-12Enable test for proper inheritance of NONBLOCK flag on accept.Marco S Hyman
2002-10-12reduce the amount of output on this test so you can see when thingsMarco S Hyman
2002-10-12oops, add the testMarco S Hyman
2002-10-12signal deliver to blocked thread testMarco S Hyman
2002-10-12Do not depend upon bugs in the pthreads implementation for properMarco S Hyman
2002-10-10add socket test to check blocking/non-blocking mode on accept.Marco S Hyman
2002-10-09comment where code is usedMarco S Hyman
2002-10-09clean-up. check that SA_RESETHAND does the right thing, too.Marco S Hyman
2002-10-07more meaningful errorMarco S Hyman
2002-10-07use/check SA_RESETHAND, too.Marco S Hyman
2002-10-07add pthread siginfo support testMarco S Hyman
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
2002-06-23Fix pthread floatting point preemption test and enable it. NextMarco S Hyman
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-17Remove bogus make expression that only confused readers of the file.Marco S Hyman
2002-06-16write newline before successful test completionMarco S Hyman
2002-06-16write output to stdout instead of fprintf to stderr. This brings itMarco S Hyman
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-03+pthread_specificWilbern Cobb
2002-05-03test pthread_key_create(), pthread_key_delete(), pthread_getspecific()Wilbern Cobb
2002-04-20Raise the time limit from 5 seconds to 30 seconds.Artur Grabowski
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-17use semaphore to sync threads, not sleepMarco S Hyman
2002-02-17a state variable used by multiple threads needs to be volatileMarco S Hyman
2002-02-17This test requires root, make it use REGRESSROOTTARGETS.Marco S Hyman
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-15fork and start up a listener to discard bytes instead ofMarco S Hyman
2002-02-01minor changes.Federico G. Schwindt
2002-02-01getaddrinfo regressTodd T. Fries
2002-01-08Better version of pcap regression test. Use mutex and conditions toMarco S Hyman
2002-01-04Make this into a dummy regress test.Artur Grabowski
2002-01-03depend regress: on PROG (this whole Makefile is ugly)Artur Grabowski
2002-01-03convert everything to bsd.regress.mkArtur Grabowski
2002-01-02Be sure both programs are using the same port.Federico G. Schwindt
2001-12-12indent.Federico G. Schwindt
2001-12-12Set MAXTIME to 10, allowing to pass on slower machines like p 300.Federico G. Schwindt
2001-11-12Make MAXTIME overrideable.Federico G. Schwindt
2001-11-12add missing -lpcap, lost in resurection of the fileMarco S Hyman