summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Override libc function raise(), in threading mode, raise() willdavidxu2003-07-195-0/+110
* Make raise and _raise as weak symbols, so they can be overriden bydavidxu2003-07-191-1/+4
* Add some very beta amd64 bits. These will also need some tweaking.deischen2003-07-1911-0/+921
* Add amd64 versions of makecontext() and signalcontext() neededdeischen2003-07-193-1/+208
* Rewrite to reflect slight change in semantics for C99, and note a bugwollman2003-07-191-22/+39
* C99 compliance: time() always sets its return value in both placeswollman2003-07-191-4/+7
* Revert to using yp_order() to probe for master.paswd.by* maps andwpaul2003-07-181-7/+14
* Whitespace after keywords per style(9).wollman2003-07-181-2/+2
* Cleanup thread accounting. Don't reset a threads timeslicedeischen2003-07-186-76/+54
* Add a preemption point when a mutex or condition variable isdeischen2003-07-184-12/+36
* Clean up KSE specific data (KSD) macros a bit.deischen2003-07-181-29/+8
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itdavidxu2003-07-1732-790/+1204
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-167-412/+19
* Add a __DECONST() to unbreak the build.des2003-07-151-1/+1
* Back out revision 1.22.ceri2003-07-151-1/+1
* Fix typo: Passing the first argument to exit() in out2 does not work.marcel2003-07-151-1/+1
* _start() needed to be written in assembly. See crt1.S.marcel2003-07-141-124/+0
* Rewite _start(). We cannot use a C function due to the fact that wemarcel2003-07-132-2/+193
* ioctl macros and defines are now present in ioccom.h, not ioctl.h.ceri2003-07-131-1/+1
* Remove -D_THREAD_SAFE.deischen2003-07-131-1/+1
* Don't resume sigwait thread If signal is masked.davidxu2003-07-092-16/+24
* POSIX says if a thread is in sigwait state, although a signal may not indavidxu2003-07-094-22/+58
* Restore signal mask correctly after fork().davidxu2003-07-094-8/+12
* Save and restore thread's error code around signal handling.davidxu2003-07-092-2/+4
* When _PTHREADSINVARIANTS is defined SIGABRT is not includedmtm2003-07-083-2/+19
* Correctly print signal mask, the bug was introduced by cut and pastedavidxu2003-07-072-22/+40
* Add a newline to debug message.davidxu2003-07-072-2/+2
* Avoid accessing user provided parameters in critical region.davidxu2003-07-0718-92/+130
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-074-8/+0
* Print thread's scope, also print signal mask for every thread and printdavidxu2003-07-072-34/+26
* Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.mtm2003-07-068-23/+23
* There's no need for _umtxtrylock to be a separate function.mtm2003-07-063-13/+8
* Add const to __setrunelocale prototypeache2003-07-061-4/+4
* Reorganize wrapper around setrunelocale() to mark it as deprecatedache2003-07-063-25/+41
* Add more useful cross-references to the SEE ALSO section.tjr2003-07-051-2/+7
* Catch up with recent FP-related changes to scanf.3 and vfwscanf.c.tjr2003-07-051-31/+16
* Fix two incorrect uses of sizeof: we need to divide the size of the buffertjr2003-07-051-11/+6
* Merge recent floating point conversion changes from vfscanf.c.tjr2003-07-051-93/+175
* Correctly lock/unlock signal lock. I must be in bad state, need to sleep.davidxu2003-07-042-2/+4
* Always check and restore sigaction previously set, also access user parameterdavidxu2003-07-042-8/+14
* With the latest mdoc(7), we can now fix the synopsis like this.ru2003-07-031-3/+9
* If select() is only used for sleep, convert it to nanosleep,davidxu2003-07-032-8/+18
* _pthread_mutex_trylock() is another internal libc function that must blockmtm2003-07-031-0/+8
* Check if thread is in critical region, only testing check_pendingdavidxu2003-07-032-2/+4
* Style.ru2003-07-022-4/+4
* Take thr_support.c out of SRCS so that it does not end up in libraries.ru2003-07-024-6/+16
* Set unlock_mutex to 1 after locked mutex.davidxu2003-07-022-4/+8
* Make libc/${MACHINE_ARCH} include directory not required by Alpha.ru2003-07-022-2/+2
* Fix typo.davidxu2003-07-022-2/+2
* When size is 1 should just null terminate the string. The dummy variablejkh2003-07-021-3/+5
OpenPOWER on IntegriCloud