summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-01-06dump verbosely only if PTHREAD_DEBUG env var is definedDavid Leonard
2000-01-06include stdlib.h, unused varsDavid Leonard
2000-01-06include stdlib.hDavid Leonard
2000-01-06volatile, unused varsDavid Leonard
2000-01-06put proc pid in fatal error string; don't call abort() - instead deliver SIGA...David Leonard
2000-01-06unused varsDavid Leonard
2000-01-06_SPINLOCK_INIT, unused varsDavid Leonard
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-06clean. define LIBC_RSRCDIR for lipthread (ugh)David 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-06use new tests, and -lpthreadDavid Leonard
2000-01-06ident, cleanDavid Leonard
2000-01-06cleanDavid Leonard
2000-01-06cleanupDavid Leonard
2000-01-06clean docDavid Leonard
2000-01-06longer sleep, doc, get rid of bad signal handlerDavid Leonard
2000-01-06cleanupDavid Leonard
2000-01-06commentDavid Leonard
2000-01-06comment. cleanupDavid Leonard
2000-01-06repair commentDavid Leonard
2000-01-06test close() during a select()David Leonard
2000-01-06updateDavid Leonard
2000-01-06Xr's to pthread_attr_*(3)David Leonard
2000-01-06documentDavid Leonard
2000-01-06wording fix in net.inet6.icmp6.errratelim.Jun-ichiro itojun Hagino
2000-01-06add missing variables under net.inet6.ip6.Jun-ichiro itojun Hagino
2000-01-05sync with libkvmTheo de Raadt
2000-01-05update header requirements; bdeTheo de Raadt
2000-01-05allow reverse lookup for v4 loopbacknet (127.0.0.0/8).Jun-ichiro itojun Hagino
2000-01-05List another condition for which nanosleep returns EINVAL.Paul Janzen
2000-01-05Xr getnameinfo and friendsTheo de Raadt
2000-01-04Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.Alex Feldman
2000-01-04fix bugs in test. now succeedsDavid Leonard
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
2000-01-04Test stdarg for fgsch@David Leonard
2000-01-04Test some signal handlingDavid Leonard
2000-01-03Grammar; deraadt@Aaron Campbell
2000-01-03always enable IPv6 address in /etc/hosts (via _gethtent()).Jun-ichiro itojun Hagino