Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ident | 1999-01-06 | 75 | -44/+162 | ||
| | ||||||
* | preserve FreeBSD idents | 1998-12-23 | 12 | -22/+24 | ||
| | ||||||
* | typo | 1998-12-23 | 1 | -1/+1 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | 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 | 70 | -377/+2051 | ||
| | | | | | | | 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 | ||
| | ||||||
* | somehow i missed this directory.. | 1998-08-28 | 4 | -0/+175 | ||
| | ||||||
* | experimental threaded libc - kernel only | 1998-08-27 | 122 | -0/+13437 | ||
| | ||||||
* | forgot to add this one. | 1998-07-23 | 1 | -0/+56 | ||
| | | | | | | | SYS.h is copied from lib/libc/arch/i386/SYS.h but with "machdep_sys_" preprended to the syscall name in the ENTRY() macro. When the code is a bit more sync'ed, using SYS.h from the linc hierarchy should work. | |||||
* | o for some reason fprintf.c started to conflict with the fprintf defn | 1998-07-22 | 5 | -137/+103 | ||
| | | | | | | | | in xprintf.c - removed fprintf.c from the sources list for now. o tidied up tests/Makefile and swapped some printf's for perror's in a couple of the tests. accept() is still generating an error, but at least we can see the errno value :) | |||||
* | o removed more unused or old, left over files | 1998-07-22 | 20 | -1099/+105 | ||
| | | | | | | | | | | | | | | o general changes so that now the library compiles and many of the tests run correctly o pthreads/Makefile.inc rebuilt using libc/sys/Makefile.inc as a template. this should be kept in sync in case of new syscalls soon TODO: figure out why remaining tests fail and fix look at building .so version of library tidy up arch/i386 directory - no longer uses syscall-template.S port other arch's from libc syscall templates | |||||
* | I must learn to read cvs error messages. When they tell you there are | 1998-07-22 | 2 | -138/+0 | ||
| | | | | still some files left in these directories - listen. | |||||
* | my cvs skills are rusty. I forgot to delete these. | 1998-07-22 | 222 | -15092/+0 | ||
| | ||||||
* | missed one | 1998-07-21 | 1 | -0/+31 | ||
| | ||||||
* | this will now compile on i386 if you move arch/i386/machdep.h to | 1998-07-21 | 10 | -40/+33 | ||
| | | | | | | | arch/i386/pthread/machdep.h - not an ideal solution. Correct fix is welcome. I am quiting work on this for today, so other hackers are welcome to take it up for the rest of the day/night. More from me tomorrow. | |||||
* | move unchanged files from machdep/ into appropriate arch/${MACHINE} | 1998-07-21 | 36 | -847/+378 | ||
| | | | | | | | | directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/ | |||||
* | remove irrelevant files | 1998-07-21 | 92 | -12251/+0 | ||
| | | | | retained some netbsd files to act as templates for openbsd | |||||
* | cvs decided to fix COPYRIGHT and README by itself | 1998-07-21 | 29 | -10766/+0 | ||
| | | | | remove general dross. | |||||
* | fix up those 13 broken merges | 1998-07-21 | 13 | -136/+164 | ||
| | ||||||
* | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | 1998-07-21 | 83 | -1632/+4622 | ||
| | | | | | | | | | | Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ | |||||
* | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | 1998-07-21 | 562 | -0/+67191 | ||
| | | | | | | | | | | | Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ | |||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 9 | -29/+29 | ||
| | ||||||
* | CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS. | 1997-04-13 | 1 | -1/+0 | ||
| |