summaryrefslogtreecommitdiffstats
path: root/lib/libpthread (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* prepare for switching threadsd2000-09-252-0/+70
|
* prepare for thread switchingd2000-09-252-0/+111
|
* preparation for switch-based threadsd2000-09-256-0/+378
|
* forward declaration of struct timespec to avoid warningart2000-06-271-1/+2
|
* fix Xr; glam0006@tc.umn.eduderaadt2000-04-281-3/+3
|
* Mostly punctuation fixes.aaron2000-04-154-8/+8
|
* Trailing whitespace begone!aaron2000-04-1214-43/+43
|
* MACHINE_STACK_GROWS_UPd2000-03-221-18/+26
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-142-4/+4
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* Typo in synopsis: sont --> constalex2000-03-071-2/+2
|
* Use .Va for errno.aaron2000-03-041-2/+4
|
* need string.hderaadt2000-02-281-0/+1
|
* alphad2000-02-261-3/+7
|
* better column titles. show prioq and scheduler timing informationd2000-02-261-5/+34
|
* uninitialised fieldsd2000-02-261-1/+3
|
* its a stack, not a queued2000-02-101-2/+2
|
* protect arguments to Ndd2000-02-101-2/+2
|
* document existence of pthread_setcancelstate and pthread_setcanceltyped2000-02-101-5/+14
|
* canceled -> cancelledaaron2000-01-222-6/+6
|
* malloc lock helpersd2000-01-141-0/+18
|
* build libpthread AND libc_r for i386d2000-01-061-2/+4
|
* use everything in libc_r (sorry, todd)d2000-01-061-11/+12
|
* LIBCR_SRCDIRd2000-01-061-2/+2
|
* unused varsd2000-01-061-2/+2
|
* thread-specific storage helperd2000-01-062-0/+82
|
* quieten gccd2000-01-061-2/+3
|
* copyright, includes, castd2000-01-061-3/+7
|
* kill silly casts to (long)d2000-01-061-3/+3
|
* include unistd.hd2000-01-061-1/+2
|
* quieten gcc with extra parensd2000-01-061-2/+2
|
* fill out cases with new thread statesd2000-01-061-2/+3
|
* unused vard2000-01-062-4/+3
|
* unused var, test lock returnd2000-01-061-2/+5
|
* oopsd2000-01-061-3/+2
|
* SPINLOCK_INIT, volatiled2000-01-061-5/+7
|
* volatiled2000-01-061-3/+4
|
* dump verbosely only if PTHREAD_DEBUG env var is definedd2000-01-061-20/+39
|
* include stdlib.h, unused varsd2000-01-061-3/+2
|
* include stdlib.hd2000-01-061-1/+2
|
* volatile, unused varsd2000-01-061-3/+2
|
* put proc pid in fatal error string; don't call abort() - instead deliver SIGABRT directly (inside #if); unused varsd2000-01-061-5/+24
|
* unused varsd2000-01-062-5/+2
|
* _SPINLOCK_INIT, unused varsd2000-01-061-4/+2
|
* unused variabled2000-01-061-2/+1
|
* /* in commentd2000-01-061-2/+2
|
* volatile; thread_private.h; locking defines moved out; kill(), getpid()d2000-01-061-31/+33
|
* LIBC_RSRCDIRd2000-01-061-3/+3
|
* use uthread_machdep.S if exists; conditionally build syscall objects for libc_rd2000-01-061-5/+28
|
* syncd2000-01-061-3/+12
|
* describe SIGINFO dump betterd2000-01-061-31/+60
|