summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2000-10-05missed it by That MuchDavid Leonard
2000-10-05Use volatile on the __asm__ directives, do not allow the compiler to reorderDale S. Rahn
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
2000-10-04if fstat fails fails, as it will on some sockets, close anyway.David Leonard
2000-10-03public domainDavid Leonard
2000-10-03constistent namingDavid Leonard
2000-10-03thread switching codeDavid Leonard
2000-09-25prepare for switching threadsDavid Leonard
2000-09-25prepare for thread switchingDavid Leonard
2000-09-25preparation for switch-based threadsDavid Leonard
2000-06-27forward declaration of struct timespec to avoid warningArtur Grabowski
2000-04-28fix Xr; glam0006@tc.umn.eduTheo de Raadt
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-22MACHINE_STACK_GROWS_UPDavid Leonard
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-07Typo in synopsis: sont --> constAlex Feldman
2000-03-04Use .Va for errno.Aaron Campbell
2000-02-28need string.hTheo de Raadt
2000-02-26alphaDavid Leonard
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