summaryrefslogtreecommitdiffstats
path: root/lib/libc_r (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* funlockfile shouldnt assume flockfile has been calledd1998-12-231-3/+12
|
* rename linkage variable to match freebsdd1998-12-232-3/+4
|
* nicer testsd1998-12-231-11/+18
|
* updated1998-12-221-27/+9
|
* Correct a thinko I had when writing the comment for this code.rahnds1998-12-221-4/+4
|
* MD locking and thread support for hppamickey1998-12-213-0/+65
|
* more spinlockd1998-12-214-10/+10
|
* resource stats; force linkage with uthread_autoinit.c; name kern and init threadsd1998-12-211-0/+13
|
* very important bit of md spinlockd1998-12-211-0/+79
|
* md spinlockd1998-12-212-12/+19
|
* add variable to force linkaged1998-12-211-0/+5
|
* dump thread info on PANICd1998-12-211-0/+3
|
* much nicer SIGINFO displayd1998-12-211-123/+174
|
* use md spinlock; signal statisticsd1998-12-211-1/+8
|
* resource accounting; initial timeslice bug fixd1998-12-211-8/+31
|
* resource accountingd1998-12-212-0/+8
|
* memory leakd1998-12-211-3/+7
|
* md spinlockd1998-12-219-41/+76
|
* cleand1998-12-211-26/+10
|
* unfinished powerpc md stuff.. rahnds?d1998-12-213-0/+80
|
* cleand1998-12-211-31/+29
|
* remove mit pthread hangoverd1998-12-211-1/+2
|
* comply with posix when double-unlocking a mutexd1998-12-181-2/+2
|
* add md _atomic_is_locked; cleand1998-12-185-8/+49
|
* this thisniklas1998-12-131-1/+1
|
* sync with FreeBSDd1998-12-105-29/+74
|
* split automatic init into own filed1998-12-103-20/+56
|
* tests are now usefuld1998-12-1011-174/+176
|
* missed an included1998-11-211-1/+2
|
* link/mention recently added manual pagesd1998-11-202-3/+36
|
* sync with freebsdd1998-11-209-56/+95
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-202-9/+31
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* Move atomic_lock code from asm to C with inline asm;d1998-11-2013-143/+267
| | | | | Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.
* fix strcat usage; deraadtd1998-11-202-10/+38
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-0977-397/+2648
| | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
* missed these too. sighd1998-09-054-0/+453
|
* libpthread tests modified for uthreadsd1998-09-0334-0/+2658
|
* somehow i missed this directory..d1998-08-284-0/+175
|
* experimental threaded libc - kernel onlyd1998-08-27126-0/+13681