summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Begin making libthr async signal safe.mtm2003-07-021-2/+22
* libc/${MACHINE_ARCH} include directory is required by Alpha,kan2003-07-021-1/+1
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-1/+17
* Do not attempt to reque a thread on a mutex queue. It may be thatmtm2003-07-011-1/+1
* Unbreak "make checkdpadd".ru2003-07-012-2/+2
* o strmode(3) returns void not 0.maxim2003-07-011-5/+0
* Axe AINC.ru2003-07-016-7/+2
* Fixed some style bugs.bde2003-07-011-6/+7
* Don't segfault if setproctitle(3) is called with NULL initially.alfred2003-07-011-0/+1
* Separate the description of the flags for mount(2) and unmount(2)iedowse2003-06-301-14/+16
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripru2003-06-301-1/+0
* MFi386: revision 1.19.ru2003-06-301-3/+1
* Catchup with _thread_suspend() changes.mtm2003-06-303-3/+9
* Because there are only _SIG_MAXSIG elements in thread siginfo array,davidxu2003-06-306-32/+32
* Remove surplus unlocking code I accidentally checked in. This won't bedavidxu2003-06-302-8/+0
* Sweep through pthread locking and use the new locking primitives formtm2003-06-297-20/+21
* Locking primitives and operations in libthr should use struct umtx,mtm2003-06-292-4/+22
* In a critical section, separate the aquisition of the thread lockmtm2003-06-292-17/+27
* Add a libc function execvP that takes the search path as an arguement.gordon2003-06-292-15/+40
* Make _thread_suspend work with both the old broken sigtimedwaitjdp2003-06-293-11/+31
* Teach fmtcheck(3) about the flags a, A, F, G, t, and z.das2003-06-291-8/+28
* The move to _retire() a thread in the GC instead of in the thread'smtm2003-06-293-21/+5
* mdoc(7) fix: Use the normal AT&T macro (.At) rather than itsru2003-06-281-1/+1
* o Use a daemon thread to monitor signal events in kernel, if pendingdavidxu2003-06-2827-1172/+1622
* Use mmap retuned value.davidxu2003-06-282-4/+6
* Temporary disable rwlock based code, replace it with low level KSE lockingdavidxu2003-06-282-0/+184
* Write new thread pointer back only when success.davidxu2003-06-282-6/+8
* After thread was interrupted by signal, it should relock mutex.davidxu2003-06-282-4/+2
OpenPOWER on IntegriCloud