summaryrefslogtreecommitdiff
path: root/lib/libc_r
AgeCommit message (Expand)Author
2000-01-04Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.Alex Feldman
2000-01-04fix bugs in test. now succeedsDavid Leonard
2000-01-04Test stdarg for fgsch@David Leonard
2000-01-04Test some signal handlingDavid Leonard
1999-12-24Fix synopsis. bde@freebsd.orgAlex Feldman
1999-12-02add setjmp testDavid Leonard
1999-12-02add _setjmp/_longjmp testDavid Leonard
1999-12-02better testsDavid Leonard
1999-11-30garbage collect thread-specific dataDavid Leonard
1999-11-30clean up the poll fdsets in the garbage collector, not in exit()David Leonard
1999-11-30set state of new threads using correct macro. This makes debugging a bit easier.David Leonard
1999-11-30really remove all other threads when fork()ing. (bug was in removing elements...David Leonard
1999-11-30make test a little bit more stressfulDavid Leonard
1999-11-30set the ulimit a little higher for test_preemptionDavid Leonard
1999-11-30enable test_select and test_pollDavid Leonard
1999-11-30test poll()David Leonard
1999-11-29add devel/glib and www/squid to the TODO check listBrad Smith
1999-11-29add net/mrtd to the TODO check list, chris@dqc.orgDavid Leonard
1999-11-28clean upDavid Leonard
1999-11-28more freebsd sync stuffDavid Leonard
1999-11-28bumpDavid Leonard
1999-11-28realityDavid Leonard
1999-11-28remove redundant macroDavid Leonard
1999-11-27do it the single-processor wayDavid Leonard
1999-11-26use pthread_join instead of pthread_cancel to test for a thread's existence a...David Leonard
1999-11-26don't use stack cache if user supplied the storageDavid Leonard
1999-11-25NBPG in userland? what were you thiking?Theo de Raadt
1999-11-25sync with FreeBSDDavid Leonard
1999-11-25keep freebsd's thread info distcint from mineDavid Leonard
1999-11-24Add FreeBSD tagsDavid Leonard
1999-09-23Typo fixes.Alex Feldman
1999-09-08TAILQ_FOREACH now is in queue.hMarc Espie
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-06-29temporary crankTheo de Raadt
1999-06-15this should definately have been cranked beforeTheo de Raadt
1999-06-15Remove pthread_atfork()David Leonard
1999-06-15Remove pthread_atfork(). It was only part of draft 10 for a little while and ...David Leonard
1999-06-14mention the process' pid in the debug message. greatly helps to debug problem...David Leonard
1999-06-09document cancellation point handling a bit betterDavid Leonard
1999-06-09sync with freebsdDavid Leonard
1999-06-05capitalize the acronym IDAaron Campbell
1999-05-26back out sigpending hideDavid Leonard
1999-05-26forgot to hide sigpendingDavid Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-05-26document two new states (deadlock and spinblock)David Leonard
1999-05-26add mb (memory barrier) instruction. from FreeBSDDavid Leonard
1999-05-26document double-unlock check and how it relates to the std. (POSIX says in on...David Leonard
1999-05-26bye bye gethostbyname_r and getservbyname_r testsDavid Leonard