summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2000-01-06unused variableDavid Leonard
2000-01-06/* in commentDavid Leonard
2000-01-06volatile; thread_private.h; locking defines moved out; kill(), getpid()David Leonard
2000-01-06LIBC_RSRCDIRDavid Leonard
2000-01-06use uthread_machdep.S if exists; conditionally build syscall objects for libc_rDavid Leonard
2000-01-06syncDavid Leonard
2000-01-06describe SIGINFO dump betterDavid Leonard
2000-01-06documentDavid Leonard
2000-01-06volatile the spinlockDavid Leonard
2000-01-06always define _POSIX_THREADS; volatile some types (mickey@)David Leonard
2000-01-06use art's thread context setjmp codeDavid Leonard
2000-01-06thread context setjmp code, art@David Leonard
2000-01-06Xr's to pthread_attr_*(3)David Leonard
2000-01-06documentDavid Leonard
2000-01-04Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.Alex Feldman
2000-01-04a version separate from libc's to make things simpler.David Leonard
2000-01-04fleshDavid Leonard
2000-01-04libpthread lives again!David Leonard
1999-12-24Fix synopsis. bde@freebsd.orgAlex Feldman
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-27do it the single-processor wayDavid 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-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-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-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