| Commit message (Expand) | Author | Age | Files | Lines |
* | TEST has moved to regress/lib/libc_r. |  fgsch | 2001-08-15 | 33 | -3042/+0 |
* | public domain |  d | 2001-08-12 | 4 | -4/+8 |
* | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 2001-08-12 | 1 | -1/+1 |
* | correct type on last arg to execl(); nordin@cse.ogi.edu |  deraadt | 2001-07-09 | 2 | -4/+4 |
* | stronger test |  d | 2001-03-13 | 1 | -2/+16 |
* | recursive mutex test |  d | 2001-03-13 | 1 | -1/+25 |
* | typo in comment, change -> chance |  brad | 2001-01-16 | 1 | -2/+2 |
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu |  deraadt | 2000-12-06 | 1 | -3/+3 |
* | refix breakage in previous commit, d@ forgot to remove his change while |  brad | 2000-10-12 | 1 | -2/+2 |
* | oops |  d | 2000-10-04 | 1 | -1/+2 |
* | bit of a cleanup |  d | 2000-10-04 | 8 | -38/+63 |
* | quiet warning |  brad | 2000-08-07 | 1 | -2/+2 |
* | remove test_pw until we get getpwnam_r() back |  brad | 2000-08-07 | 1 | -2/+2 |
* | this obviously wasn't tested, fix check. We don't even build libpthread by |  brad | 2000-08-07 | 1 | -5/+5 |
* | test re-entrant getpwnam_r |  d | 2000-03-23 | 1 | -1/+9 |
* | oops |  d | 2000-02-10 | 1 | -1/+1 |
* | add DUMP_INFO helper macro |  d | 2000-02-10 | 1 | -4/+11 |
* | ident. fix comment. |  d | 2000-02-10 | 1 | -8/+1 |
* | better test code |  d | 2000-01-08 | 1 | -28/+63 |
* | test getgrent stuff |  d | 2000-01-08 | 2 | -2/+147 |
* | for now, use -lpthread on i386. one day every arch will do this... |  d | 2000-01-06 | 1 | -1/+7 |
* | abstract -pthread switch into PTHREAD var |  d | 2000-01-06 | 1 | -2/+4 |
* | use new tests, and -lpthread |  d | 2000-01-06 | 1 | -3/+3 |
* | ident, clean |  d | 2000-01-06 | 16 | -3/+20 |
* | clean |  d | 2000-01-06 | 1 | -4/+3 |
* | clean doc |  d | 2000-01-06 | 1 | -5/+3 |
* | longer sleep, doc, get rid of bad signal handler |  d | 2000-01-06 | 1 | -42/+24 |
* | cleanup |  d | 2000-01-06 | 2 | -7/+25 |
* | comment |  d | 2000-01-06 | 1 | -5/+3 |
* | comment. cleanup |  d | 2000-01-06 | 1 | -3/+10 |
* | repair comment |  d | 2000-01-06 | 1 | -5/+3 |
* | test close() during a select() |  d | 2000-01-06 | 1 | -0/+64 |
* | fix bugs in test. now succeeds |  d | 2000-01-04 | 1 | -6/+12 |
* | Test stdarg for fgsch@ |  d | 2000-01-04 | 1 | -0/+69 |
* | Test some signal handling |  d | 2000-01-04 | 1 | -0/+48 |
* | add setjmp test |  d | 1999-12-02 | 1 | -1/+1 |
* | add _setjmp/_longjmp test |  d | 1999-12-02 | 1 | -0/+22 |
* | better tests |  d | 1999-12-02 | 1 | -2/+20 |
* | make test a little bit more stressful |  d | 1999-11-30 | 1 | -2/+2 |
* | set the ulimit a little higher for test_preemption |  d | 1999-11-30 | 1 | -1/+1 |
* | enable test_select and test_poll |  d | 1999-11-30 | 1 | -1/+2 |
* | test poll() |  d | 1999-11-30 | 1 | -0/+135 |
* | clean up |  d | 1999-11-28 | 1 | -65/+86 |
* | remove redundant macro |  d | 1999-11-28 | 3 | -3/+2 |
* | use pthread_join instead of pthread_cancel to test for a thread's existence after forking |  d | 1999-11-26 | 1 | -3/+4 |
* | Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization. |  d | 1999-06-15 | 1 | -57/+3 |
* | document double-unlock check and how it relates to the std. (POSIX says in one paragraph that the behaviour is undefined, then in another says that EPERM should be returned |  d | 1999-05-26 | 1 | -0/+1 |
* | bye bye gethostbyname_r and getservbyname_r tests |  d | 1999-05-26 | 1 | -14/+0 |
* | count and chec the number of times the self-cancelling thread tries to cancel itself |  d | 1999-05-26 | 1 | -1/+4 |
* | show a bit more information when checks fail |  d | 1999-05-26 | 1 | -1/+1 |