summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Part of the last patch.mtm2003-05-252-9/+9
* Start locking up the active and dead threads lists. The active threadsmtm2003-05-257-127/+135
* The libthr code makes use of higher-level primitives (pthread_mutex_t andmtm2003-05-252-0/+14
* The struct mcontext has changed. It's using the register sets. Bringmarcel2003-05-251-1/+1
* mdoc(7) fixes.ru2003-05-244-30/+38
* Repair PIC mode. It seems I was a bit too excited about thepeter2003-05-247-15/+89
* Change low-level locking a bit so that we can tell ifdeischen2003-05-2424-314/+594
* Lock the cond queue (condition variables):mtm2003-05-241-70/+43
* Add two functions: _spinlock_pthread() and _spinunlock_pthread()mtm2003-05-233-4/+20
* EDOOFUSmtm2003-05-232-10/+3
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-2316-10/+41
* note to self: do not confuse void* with int.mtm2003-05-231-1/+1
* Fix two misuses of __BSD_VISIBLE.mike2003-05-221-2/+2
* Assorted mdoc(7) fixes.ru2003-05-2216-89/+98
* o Make the defenition of _set_curthread() match its declarationmtm2003-05-211-5/+27
* Insert a debugging aid:mtm2003-05-212-2/+18
* Re-enable the garbage collector thread in anticipation of furthermtm2003-05-211-2/+0
* When a thread exits it does not return from the kernel unless itmtm2003-05-211-0/+4
* The thread id was being set *before* zeroing out the thread. Reversemtm2003-05-211-2/+3
* Move a misplaced comment.mtm2003-05-201-1/+1
* Eek, staticize a couple of functions that shouldn'tdeischen2003-05-197-47/+45
* Retire the useless NOSECURE knob.des2003-05-194-8/+5
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-184-5/+6
* Fix a simple bug that prevents svc_tli_create to bind to the addressmbr2003-05-181-1/+1
* Moved libgeom.so dependencies to where they belong.ru2003-05-171-0/+3
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-164-13/+24
* Add a method of yielding the current thread with the schedulerdeischen2003-05-1628-628/+686
* Catch up with the renaming of the "union" filesystem to "unionfs".tjr2003-05-161-1/+1
* Do some cleanup with respect to condition variables. The implementationmtm2003-05-151-15/+14
* o Make the setting/checking of cancel state atomic withmtm2003-05-151-87/+111
* s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel.jhb2003-05-141-10/+6
* Bandaid for world. jhb gets the pointy hat here and he needs to look atpeter2003-05-141-0/+4
* * The copy of the stat struct in the man page has rotted, so remove it.dougb2003-05-131-29/+2
* Following MLINKS added, which point to host_access(3):hmp2003-05-121-0/+2
* msg2mtm2003-05-121-7/+7
* msg1mtm2003-05-123-263/+181
* Update ldexp.c for amd64.peter2003-05-102-7/+1
* Add a comment describing why it's important for the values in thisdas2003-05-086-0/+42
* SIG_SETMASK is 3, not 1. Sigh.peter2003-05-081-1/+1
* Fix an embarresing transcription error from i386 to amd64. Put the argumentspeter2003-05-082-13/+12
* Tidy up modf.S and make it actually work. It wasn't extractingpeter2003-05-081-16/+13
* Fix typo, even though this is unused.peter2003-05-081-1/+1
* Like ia64, amd64 has got a 16 byte sized and aligned 'long double'.peter2003-05-081-1/+2
* Turn off alloca.S - it cannot possibly work like this since on AMD64, gccpeter2003-05-071-1/+1
* Actually use the correct values for AMD64. It is a 64 bit platform,peter2003-05-071-0/+4
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.jhb2003-05-071-0/+4
* Fix a null dereference leading to a core dump whenmtm2003-05-061-1/+4
* o Correct a debug message that refered to the wrong functionmtm2003-05-062-23/+20
* Make pthread_join() async-cancel-safe. David was going to commitdeischen2003-05-062-18/+0
* OpenPAM is WANRS6-clean.des2003-05-051-1/+1
OpenPOWER on IntegriCloud