aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup thread accounting. Don't reset a threads timesliceDaniel Eischen2003-07-186-76/+54
* Add a preemption point when a mutex or condition variable isDaniel Eischen2003-07-184-12/+36
* Clean up KSE specific data (KSD) macros a bit.Daniel Eischen2003-07-181-29/+8
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itDavid Xu2003-07-1732-790/+1204
* Very big makeover in the way telnet, telnetd and libtelnet are built.Mark Murray2003-07-167-412/+19
* Add a __DECONST() to unbreak the build.Dag-Erling Smørgrav2003-07-151-1/+1
* Back out revision 1.22.Ceri Davies2003-07-151-1/+1
* Fix typo: Passing the first argument to exit() in out2 does not work.Marcel Moolenaar2003-07-151-1/+1
* _start() needed to be written in assembly. See crt1.S.Marcel Moolenaar2003-07-141-124/+0
* Rewite _start(). We cannot use a C function due to the fact that weMarcel Moolenaar2003-07-132-2/+193
* ioctl macros and defines are now present in ioccom.h, not ioctl.h.Ceri Davies2003-07-131-1/+1
* Remove -D_THREAD_SAFE.Daniel Eischen2003-07-131-1/+1
* Don't resume sigwait thread If signal is masked.David Xu2003-07-092-16/+24
* POSIX says if a thread is in sigwait state, although a signal may not inDavid Xu2003-07-094-22/+58
* Restore signal mask correctly after fork().David Xu2003-07-094-8/+12
* Save and restore thread's error code around signal handling.David Xu2003-07-092-2/+4
* When _PTHREADSINVARIANTS is defined SIGABRT is not includedMike Makonnen2003-07-083-2/+19
* Correctly print signal mask, the bug was introduced by cut and pasteDavid Xu2003-07-072-22/+40
* Add a newline to debug message.David Xu2003-07-072-2/+2
* Avoid accessing user provided parameters in critical region.David Xu2003-07-0718-92/+130
* Remove MAINTAINER= lines from individual Makefiles in favor of theGregory Neil Shapiro2003-07-074-8/+0
* Print thread's scope, also print signal mask for every thread and printDavid Xu2003-07-072-34/+26
* Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.Mike Makonnen2003-07-068-23/+23
* There's no need for _umtxtrylock to be a separate function.Mike Makonnen2003-07-063-13/+8
* Add const to __setrunelocale prototypeAndrey A. Chernov2003-07-061-4/+4
* Reorganize wrapper around setrunelocale() to mark it as deprecatedAndrey A. Chernov2003-07-063-25/+41
* Add more useful cross-references to the SEE ALSO section.Tim J. Robbins2003-07-051-2/+7
* Catch up with recent FP-related changes to scanf.3 and vfwscanf.c.Tim J. Robbins2003-07-051-31/+16
* Fix two incorrect uses of sizeof: we need to divide the size of the bufferTim J. Robbins2003-07-051-11/+6
* Merge recent floating point conversion changes from vfscanf.c.Tim J. Robbins2003-07-051-93/+175
* Correctly lock/unlock signal lock. I must be in bad state, need to sleep.David Xu2003-07-042-2/+4
* Always check and restore sigaction previously set, also access user parameterDavid Xu2003-07-042-8/+14
* With the latest mdoc(7), we can now fix the synopsis like this.Ruslan Ermilov2003-07-031-3/+9
* If select() is only used for sleep, convert it to nanosleep,David Xu2003-07-032-8/+18
* _pthread_mutex_trylock() is another internal libc function that must blockMike Makonnen2003-07-031-0/+8
* Check if thread is in critical region, only testing check_pendingDavid Xu2003-07-032-2/+4
* Style.Ruslan Ermilov2003-07-022-4/+4
* Take thr_support.c out of SRCS so that it does not end up in libraries.Ruslan Ermilov2003-07-024-6/+16
* Set unlock_mutex to 1 after locked mutex.David Xu2003-07-022-4/+8
* Make libc/${MACHINE_ARCH} include directory not required by Alpha.Ruslan Ermilov2003-07-022-2/+2
* Fix typo.David Xu2003-07-022-2/+2
* When size is 1 should just null terminate the string. The dummy variableJordan K. Hubbard2003-07-021-3/+5
* Begin making libthr async signal safe.Mike Makonnen2003-07-021-2/+22
* libc/${MACHINE_ARCH} include directory is required by Alpha,Alexander Kabaev2003-07-021-1/+1
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileIan Dowse2003-07-011-1/+17
* Do not attempt to reque a thread on a mutex queue. It may be thatMike Makonnen2003-07-011-1/+1
* Unbreak "make checkdpadd".Ruslan Ermilov2003-07-012-2/+2
* o strmode(3) returns void not 0.Maxim Konovalov2003-07-011-5/+0
* Axe AINC.Ruslan Ermilov2003-07-016-7/+2
* Fixed some style bugs.Bruce Evans2003-07-011-6/+7