Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-06 | ident | David Leonard | |
1998-12-23 | preserve FreeBSD idents | David Leonard | |
1998-12-23 | typo | David Leonard | |
1998-12-23 | funlockfile shouldnt assume flockfile has been called | David Leonard | |
1998-12-23 | rename linkage variable to match freebsd | David Leonard | |
1998-12-22 | Correct a thinko I had when writing the comment for this code. | Dale S. Rahn | |
1998-12-21 | MD locking and thread support for hppa | Michael Shalayeff | |
1998-12-21 | more spinlock | David Leonard | |
1998-12-21 | resource stats; force linkage with uthread_autoinit.c; name kern and init ↵ | David Leonard | |
threads | |||
1998-12-21 | very important bit of md spinlock | David Leonard | |
1998-12-21 | md spinlock | David Leonard | |
1998-12-21 | add variable to force linkage | David Leonard | |
1998-12-21 | dump thread info on PANIC | David Leonard | |
1998-12-21 | much nicer SIGINFO display | David Leonard | |
1998-12-21 | use md spinlock; signal statistics | David Leonard | |
1998-12-21 | resource accounting; initial timeslice bug fix | David Leonard | |
1998-12-21 | resource accounting | David Leonard | |
1998-12-21 | memory leak | David Leonard | |
1998-12-21 | md spinlock | David Leonard | |
1998-12-21 | md spinlock | David Leonard | |
1998-12-21 | clean | David Leonard | |
1998-12-21 | unfinished powerpc md stuff.. rahnds? | David Leonard | |
1998-12-18 | comply with posix when double-unlocking a mutex | David Leonard | |
1998-12-18 | add md _atomic_is_locked; clean | David Leonard | |
1998-12-13 | this this | Niklas Hallqvist | |
1998-12-10 | sync with FreeBSD | David Leonard | |
1998-12-10 | split automatic init into own file | David Leonard | |
1998-11-21 | missed an include | David Leonard | |
1998-11-20 | link/mention recently added manual pages | David Leonard | |
1998-11-20 | sync with freebsd | David Leonard | |
1998-11-20 | Move atomic_lock code from asm to C with inline asm; | David Leonard | |
Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs. | |||
1998-11-20 | fix strcat usage; deraadt | David Leonard | |
1998-11-09 | sync with FreeBSD (rwlock, gc thread, man pages) | David Leonard | |
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) | |||
1998-09-05 | missed these too. sigh | David Leonard | |
1998-08-28 | somehow i missed this directory.. | David Leonard | |
1998-08-27 | experimental threaded libc - kernel only | David Leonard | |
1998-07-23 | forgot to add this one. | Peter Galbavy | |
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. | |||
1998-07-22 | o for some reason fprintf.c started to conflict with the fprintf defn | Peter Galbavy | |
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 :) | |||
1998-07-22 | o removed more unused or old, left over files | Peter Galbavy | |
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 | |||
1998-07-22 | I must learn to read cvs error messages. When they tell you there are | Peter Galbavy | |
still some files left in these directories - listen. | |||
1998-07-22 | my cvs skills are rusty. I forgot to delete these. | Peter Galbavy | |
1998-07-21 | missed one | Peter Galbavy | |
1998-07-21 | this will now compile on i386 if you move arch/i386/machdep.h to | Peter Galbavy | |
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. | |||
1998-07-21 | move unchanged files from machdep/ into appropriate arch/${MACHINE} | Peter Galbavy | |
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/ | |||
1998-07-21 | remove irrelevant files | Peter Galbavy | |
retained some netbsd files to act as templates for openbsd | |||
1998-07-21 | cvs decided to fix COPYRIGHT and README by itself | Peter Galbavy | |
remove general dross. | |||
1998-07-21 | fix up those 13 broken merges | Peter Galbavy | |
1998-07-21 | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | Peter Galbavy | |
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/ | |||
1998-07-21 | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | Peter Galbavy | |
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/ | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |