summaryrefslogtreecommitdiffstats
path: root/lib/libc_r (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Increment the minor number for fseeko()/ftello() addition.millert2000-02-211-1/+1
|
* mored2000-02-101-8/+19
|
* 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
|
* oopsd2000-02-101-1/+1
|
* add DUMP_INFO helper macrod2000-02-101-4/+11
|
* ident. fix comment.d2000-02-101-8/+1
|
* canceled -> cancelledaaron2000-01-222-6/+6
|
* malloc lock helpersd2000-01-141-0/+18
|
* better test coded2000-01-081-28/+63
|
* test getgrent stuffd2000-01-082-2/+147
|
* for now, use -lpthread on i386. one day every arch will do this...d2000-01-061-1/+7
|
* abstract -pthread switch into PTHREAD vard2000-01-061-2/+4
|
* happy with non-weak testing. bump major versions just in case.d2000-01-061-2/+2
|
* 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
|
* clean. define LIBC_RSRCDIR for lipthread (ugh)d2000-01-061-43/+21
|