summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
AgeCommit message (Collapse)Author
2002-06-23Fix pthread floatting point preemption test and enable it. NextMarco S Hyman
step is to figure out why it fails on i386, yet works on sparc
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
'make' will do the regression tests using libc_r 'make USELIBPTHREAD=yes' will do the regression tests using libpthread
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
in line with all of the other pthread regression tests.
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2002-05-03+pthread_specificWilbern Cobb
ok fgsch@.
2002-05-03test pthread_key_create(), pthread_key_delete(), pthread_getspecific()Wilbern Cobb
and pthread_setspecific(). ok fgsch@.
2002-04-20Raise the time limit from 5 seconds to 30 seconds.Artur Grabowski
5 seconds is not enough to compile those tests on sun4c (actually, the time limit should not be applied to compilation, but fixing that is a pain).
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
XXX - what about the install targets?
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
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
Requires bsd.regress.mk version 1.9 or later
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-15fork and start up a listener to discard bytes instead ofMarco S Hyman
relying on the discard service being enabled. Listener listens on localhost, only
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
sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet)
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
2001-11-11signal race fixesTheo de Raadt
2001-11-11bring back test, this time in the public domainMarco S Hyman
2001-11-11place 2 line test in the public domainMarco S Hyman
2001-11-11remove files that have a copyright theo doesn't likeMarco S Hyman
2001-11-10Add a pcap/pthread test as it was reported that usingMarco S Hyman
libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib.
2001-11-09another pthread regression test: system/waitpid/wait4Marco S Hyman
2001-11-03Fix pthread_mutex regression test... undefined behavior does notMarco S Hyman
mean != EPERM in one test, minor changes to recursive mutex test. remove printf in signal test signal handler, run test long enough to ensure signal hander is called at least twice, reduce output. Note: running these tests over a remote console may indicate bogus falures due to console output latency. Any test that takes longer than 5 seconds to complete may be flagged as a failure.
2001-09-20per man page and gcc 3.0.1, exit requires prototype from stdlib.hTodd T. Fries
2001-09-20comment extra tokens at end of #endif directiveTodd T. Fries
2001-09-12Fix test.Federico G. Schwindt
2001-09-11match getgrgid_r() changePeter Valchev
2001-08-30this shouldn't be commented out.Federico G. Schwindt
2001-08-23while im here, remove -Wall warnings.Federico G. Schwindt
2001-08-23Uncomment SUBDIR in libc_r/Makefile and remove libc_r from SUBDIR.Federico G. Schwindt
Makes easy to test without actually doing the regress in make build.
2001-08-22You are not allowed to break entire architecturesTheo de Raadt
2001-08-15Use int instead of char to avoid promotion.Federico G. Schwindt
2001-08-15Regression tests for libc_r (pthreads) library.Federico G. Schwindt
Thanks to pval@ for resolving the license stuff.