summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* _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
* 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
OpenPOWER on IntegriCloud