Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | funlockfile shouldnt assume flockfile has been called | 1998-12-23 | 1 | -3/+12 | ||
| | ||||||
* | rename linkage variable to match freebsd | 1998-12-23 | 2 | -3/+4 | ||
| | ||||||
* | nicer tests | 1998-12-23 | 1 | -11/+18 | ||
| | ||||||
* | update | 1998-12-22 | 1 | -27/+9 | ||
| | ||||||
* | Correct a thinko I had when writing the comment for this code. | 1998-12-22 | 1 | -4/+4 | ||
| | ||||||
* | MD locking and thread support for hppa | 1998-12-21 | 3 | -0/+65 | ||
| | ||||||
* | more spinlock | 1998-12-21 | 4 | -10/+10 | ||
| | ||||||
* | resource stats; force linkage with uthread_autoinit.c; name kern and init threads | 1998-12-21 | 1 | -0/+13 | ||
| | ||||||
* | very important bit of md spinlock | 1998-12-21 | 1 | -0/+79 | ||
| | ||||||
* | md spinlock | 1998-12-21 | 2 | -12/+19 | ||
| | ||||||
* | add variable to force linkage | 1998-12-21 | 1 | -0/+5 | ||
| | ||||||
* | dump thread info on PANIC | 1998-12-21 | 1 | -0/+3 | ||
| | ||||||
* | much nicer SIGINFO display | 1998-12-21 | 1 | -123/+174 | ||
| | ||||||
* | use md spinlock; signal statistics | 1998-12-21 | 1 | -1/+8 | ||
| | ||||||
* | resource accounting; initial timeslice bug fix | 1998-12-21 | 1 | -8/+31 | ||
| | ||||||
* | resource accounting | 1998-12-21 | 2 | -0/+8 | ||
| | ||||||
* | memory leak | 1998-12-21 | 1 | -3/+7 | ||
| | ||||||
* | md spinlock | 1998-12-21 | 9 | -41/+76 | ||
| | ||||||
* | clean | 1998-12-21 | 1 | -26/+10 | ||
| | ||||||
* | unfinished powerpc md stuff.. rahnds? | 1998-12-21 | 3 | -0/+80 | ||
| | ||||||
* | clean | 1998-12-21 | 1 | -31/+29 | ||
| | ||||||
* | remove mit pthread hangover | 1998-12-21 | 1 | -1/+2 | ||
| | ||||||
* | comply with posix when double-unlocking a mutex | 1998-12-18 | 1 | -2/+2 | ||
| | ||||||
* | add md _atomic_is_locked; clean | 1998-12-18 | 5 | -8/+49 | ||
| | ||||||
* | this this | 1998-12-13 | 1 | -1/+1 | ||
| | ||||||
* | sync with FreeBSD | 1998-12-10 | 5 | -29/+74 | ||
| | ||||||
* | split automatic init into own file | 1998-12-10 | 3 | -20/+56 | ||
| | ||||||
* | tests are now useful | 1998-12-10 | 11 | -174/+176 | ||
| | ||||||
* | missed an include | 1998-11-21 | 1 | -1/+2 | ||
| | ||||||
* | link/mention recently added manual pages | 1998-11-20 | 2 | -3/+36 | ||
| | ||||||
* | sync with freebsd | 1998-11-20 | 9 | -56/+95 | ||
| | ||||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 2 | -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; | 1998-11-20 | 13 | -143/+267 | ||
| | | | | | Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs. | |||||
* | fix strcat usage; deraadt | 1998-11-20 | 2 | -10/+38 | ||
| | ||||||
* | sync with FreeBSD (rwlock, gc thread, man pages) | 1998-11-09 | 77 | -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. sigh | 1998-09-05 | 4 | -0/+453 | ||
| | ||||||
* | libpthread tests modified for uthreads | 1998-09-03 | 34 | -0/+2658 | ||
| | ||||||
* | somehow i missed this directory.. | 1998-08-28 | 4 | -0/+175 | ||
| | ||||||
* | experimental threaded libc - kernel only | 1998-08-27 | 126 | -0/+13681 | ||