summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
1998-12-23preserve FreeBSD identsDavid Leonard
1998-12-23typoDavid Leonard
1998-12-23funlockfile shouldnt assume flockfile has been calledDavid Leonard
1998-12-23rename linkage variable to match freebsdDavid Leonard
1998-12-22Correct a thinko I had when writing the comment for this code.Dale S. Rahn
1998-12-21MD locking and thread support for hppaMichael Shalayeff
1998-12-21more spinlockDavid Leonard
1998-12-21resource stats; force linkage with uthread_autoinit.c; name kern and init thr...David Leonard
1998-12-21very important bit of md spinlockDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21add variable to force linkageDavid Leonard
1998-12-21dump thread info on PANICDavid Leonard
1998-12-21much nicer SIGINFO displayDavid Leonard
1998-12-21use md spinlock; signal statisticsDavid Leonard
1998-12-21resource accounting; initial timeslice bug fixDavid Leonard
1998-12-21resource accountingDavid Leonard
1998-12-21memory leakDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21cleanDavid Leonard
1998-12-21unfinished powerpc md stuff.. rahnds?David Leonard
1998-12-18comply with posix when double-unlocking a mutexDavid Leonard
1998-12-18add md _atomic_is_locked; cleanDavid Leonard
1998-12-13this thisNiklas Hallqvist
1998-12-10sync with FreeBSDDavid Leonard
1998-12-10split automatic init into own fileDavid Leonard
1998-11-21missed an includeDavid Leonard
1998-11-20link/mention recently added manual pagesDavid Leonard
1998-11-20sync with freebsdDavid Leonard
1998-11-20Move atomic_lock code from asm to C with inline asm;David Leonard
1998-11-20fix strcat usage; deraadtDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-09-05missed these too. sighDavid Leonard
1998-08-28somehow i missed this directory..David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard
1998-07-23forgot to add this one.Peter Galbavy
1998-07-22o for some reason fprintf.c started to conflict with the fprintf defnPeter Galbavy
1998-07-22o removed more unused or old, left over filesPeter Galbavy
1998-07-22I must learn to read cvs error messages. When they tell you there arePeter Galbavy
1998-07-22my cvs skills are rusty. I forgot to delete these.Peter Galbavy
1998-07-21missed onePeter Galbavy
1998-07-21this will now compile on i386 if you move arch/i386/machdep.h toPeter Galbavy
1998-07-21move unchanged files from machdep/ into appropriate arch/${MACHINE}Peter Galbavy
1998-07-21remove irrelevant filesPeter Galbavy
1998-07-21cvs decided to fix COPYRIGHT and README by itselfPeter Galbavy
1998-07-21fix up those 13 broken mergesPeter Galbavy
1998-07-21Complete initial import from mySQL 3.22.4 (mit-pthreads/).Peter Galbavy
1998-07-21Complete initial import from mySQL 3.22.4 (mit-pthreads/).Peter Galbavy
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-04-13CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS.briggs