summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/TEST (follow)
Commit message (Expand)AuthorAgeFilesLines
* TEST has moved to regress/lib/libc_r.fgsch2001-08-1533-3042/+0
* public domaind2001-08-124-4/+8
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-1/+1
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-092-4/+4
* stronger testd2001-03-131-2/+16
* recursive mutex testd2001-03-131-1/+25
* typo in comment, change -> chancebrad2001-01-161-2/+2
* use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2000-12-061-3/+3
* refix breakage in previous commit, d@ forgot to remove his change whilebrad2000-10-121-2/+2
* oopsd2000-10-041-1/+2
* bit of a cleanupd2000-10-048-38/+63
* quiet warningbrad2000-08-071-2/+2
* remove test_pw until we get getpwnam_r() backbrad2000-08-071-2/+2
* this obviously wasn't tested, fix check. We don't even build libpthread bybrad2000-08-071-5/+5
* test re-entrant getpwnam_rd2000-03-231-1/+9
* oopsd2000-02-101-1/+1
* add DUMP_INFO helper macrod2000-02-101-4/+11
* ident. fix comment.d2000-02-101-8/+1
* better test coded2000-01-081-28/+63
* test getgrent stuffd2000-01-082-2/+147
* for now, use -lpthread on i386. one day every arch will do this...d2000-01-061-1/+7
* abstract -pthread switch into PTHREAD vard2000-01-061-2/+4
* use new tests, and -lpthreadd2000-01-061-3/+3
* ident, cleand2000-01-0616-3/+20
* cleand2000-01-061-4/+3
* clean docd2000-01-061-5/+3
* longer sleep, doc, get rid of bad signal handlerd2000-01-061-42/+24
* cleanupd2000-01-062-7/+25
* commentd2000-01-061-5/+3
* comment. cleanupd2000-01-061-3/+10
* repair commentd2000-01-061-5/+3
* test close() during a select()d2000-01-061-0/+64
* fix bugs in test. now succeedsd2000-01-041-6/+12
* Test stdarg for fgsch@d2000-01-041-0/+69
* Test some signal handlingd2000-01-041-0/+48
* add setjmp testd1999-12-021-1/+1
* add _setjmp/_longjmp testd1999-12-021-0/+22
* better testsd1999-12-021-2/+20
* make test a little bit more stressfuld1999-11-301-2/+2
* set the ulimit a little higher for test_preemptiond1999-11-301-1/+1
* enable test_select and test_polld1999-11-301-1/+2
* test poll()d1999-11-301-0/+135
* clean upd1999-11-281-65/+86
* remove redundant macrod1999-11-283-3/+2
* use pthread_join instead of pthread_cancel to test for a thread's existence after forkingd1999-11-261-3/+4
* Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.d1999-06-151-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 returnedd1999-05-261-0/+1
* bye bye gethostbyname_r and getservbyname_r testsd1999-05-261-14/+0
* count and chec the number of times the self-cancelling thread tries to cancel itselfd1999-05-261-1/+4
* show a bit more information when checks faild1999-05-261-1/+1