summaryrefslogtreecommitdiff
path: root/lib/libc_r
AgeCommit message (Expand)Author
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
1999-05-26count and chec the number of times the self-cancelling thread tries to cancel...David Leonard
1999-05-26show a bit more information when checks failDavid Leonard
1999-05-18Use .St susv2.Alex Feldman
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-14Memory leak; FreeBSD PR 11713 rse@engelschall.comAlex Feldman
1999-05-14Removed extraneous comma in xrefs.Alex Feldman
1999-05-14Added missing comma in xrefs.Alex Feldman
1999-05-12permit NULL result parameter for pthread_create(). Apparently used in Stevens?David Leonard
1999-04-21sucessful -> successfulAaron Campbell
1999-04-21This is OpenBSD.Alex Feldman
1999-04-21First cut at powerpc support for uthread. Not complete.Dale S. Rahn
1999-03-24allow make depend to workDavid Leonard
1999-03-24actually make use of the new manual pagesDavid Leonard
1999-03-24revert to -pthreadDavid Leonard
1999-03-22better, nicer, neater documentationDavid Leonard
1999-03-22minor fixesDavid Leonard
1999-03-22new documentationDavid Leonard
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-10extra includes for WallDavid Leonard
1999-03-10nicer debugging; _GNUC_ -> __GNUC__David Leonard
1999-03-10Fix .Os so that correct OS version appearsDavid Leonard
1999-03-10identDavid Leonard
1999-03-10missing const (freebsd)David Leonard
1999-03-10no need to save signal state in setjmp/longjmp - it will always be the same, ...David Leonard
1999-03-10tidyDavid Leonard
1999-03-10correct asm constraints, espie@; cite m680x0 user manualDavid Leonard
1999-03-10correct asm constraints, espie@David Leonard
1999-03-10define and use a SET_NAME macro so that these tests work under other thread i...David Leonard
1999-03-03m88k addition.Steve Murphree