summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2000-02-26better column titles. show prioq and scheduler timing informationDavid Leonard
2000-02-26uninitialised fieldsDavid Leonard
2000-02-10its a stack, not a queueDavid Leonard
2000-02-10protect arguments to NdDavid Leonard
2000-02-10document existence of pthread_setcancelstate and pthread_setcanceltypeDavid Leonard
2000-01-22canceled -> cancelledAaron Campbell
2000-01-14malloc lock helpersDavid Leonard
2000-01-06build libpthread AND libc_r for i386David Leonard
2000-01-06use everything in libc_r (sorry, todd)David Leonard
2000-01-06LIBCR_SRCDIRDavid Leonard
2000-01-06unused varsDavid Leonard
2000-01-06thread-specific storage helperDavid Leonard
2000-01-06quieten gccDavid Leonard
2000-01-06copyright, includes, castDavid Leonard
2000-01-06kill silly casts to (long)David Leonard
2000-01-06include unistd.hDavid Leonard
2000-01-06quieten gcc with extra parensDavid Leonard
2000-01-06fill out cases with new thread statesDavid Leonard
2000-01-06unused varDavid Leonard
2000-01-06unused var, test lock returnDavid Leonard
2000-01-06oopsDavid Leonard
2000-01-06SPINLOCK_INIT, volatileDavid Leonard
2000-01-06volatileDavid Leonard
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-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