summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* Add a test for PR 24345.jasone2001-05-202-0/+110
* Update the verify script.jasone2001-05-202-201/+162
* Don't define _REENTRANT, since the Makefile does so.jasone2001-05-201-2/+0
* Fix a typo.jasone2001-05-201-1/+1
* Instead of using a join queue for each thread, use a single pointer tojasone2001-05-2011-146/+107
* Fixed typo in the description.ru2001-05-181-2/+2
* Condition variable waiters are queued in descending priority order, sojasone2001-05-181-9/+2
* Mark a thread that is suspended while sleeping as interrupted.jasone2001-05-161-1/+3
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childknu2001-05-071-11/+1
* Move the check for a pending signals to after the thread has beendeischen2001-05-042-6/+18
* Compenate for header dethreading.markm2001-05-014-0/+8
* Typo; fix open() so that it is not a cancellation point when calleddeischen2001-04-181-1/+1
* Reinstall the alternate signal stack after a fork.deischen2001-04-181-1/+11
* Clean up a bit. Use the correct TAILQ link when walking the threaddeischen2001-04-101-38/+71
* Added a missing set of braces to a conditional that encompasses more thandeischen2001-04-101-5/+6
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-10116-160/+160
* Activate build of posix1e extensions in libc and libc_r that have beentmm2001-04-041-0/+6
* Add thread safety wrappers for the posix1e syscalls that deal with filetmm2001-04-047-0/+294
* Add a leading underscore to the pthread_main_np function name, andiedowse2001-04-031-1/+2
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-192-0/+46
* Correct a race condition where it was possible for a signaleddeischen2001-03-091-2/+8
* mdoc(7) police: fix markup.ru2001-03-022-7/+9
* Use ``.St -p1003.1-96''.ru2001-02-2632-96/+64
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-266-6/+6
* Really set the flags for a private mutex (used by libc/libc_r).deischen2001-02-261-2/+5
* Limit threads clock resolution to no less than 1000usec (1000Hz).deischen2001-02-262-1/+3
* Remove (int) file descriptor locking. It should be up to thedeischen2001-02-115-478/+51
* Fix typo.nik2001-02-021-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-2/+3
* s/_thread_sys_write/__sys_write/deischen2001-01-311-2/+2
* Unbreak world by correctly specifying the prototype for __sys_aio_suspend.deischen2001-01-291-1/+1
* _exit in libc is now __sys_exit not __sys__exit.deischen2001-01-293-7/+9
* -pthread -> -lc_rdeischen2001-01-241-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-24127-1350/+1464
* Force strong references to several pthread_* functions which are weaklyobrien2001-01-061-0/+32
* Use macro API to <sys/queue.h>phk2000-12-311-4/+4
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
* When retrieving the time of day in nanosleep(), store it in thedeischen2000-12-201-4/+12
* Enable check for pending signals after calling a signal handler.deischen2000-12-201-0/+3
* mdoc(7) police: Er macro usage cleanup.ru2000-11-222-2/+6
* Change a "while {}" loop to a "do {} while" to allow it to bedeischen2000-11-202-3/+7
* Fix MD macros to work for alpha. Without this fix, threads under alphadeischen2000-11-201-4/+4
* Fix a bug where a statically initialized condition variabledeischen2000-11-161-2/+2
* Delete 4 lines of misleading/incorrect comments.deischen2000-11-161-4/+0
* When entering the scheduler from the signal handler, telldeischen2000-11-144-19/+38
* Use Fx macro wherever possible.ru2000-11-141-1/+2
* Bump the shared lib version. There seems to have been an incompatibleobrien2000-11-141-1/+1
* Correct the logic for checking the emptiness of the waiting queue.deischen2000-11-111-1/+1
* Don't needlessly poll file descriptors when there are nodeischen2000-11-0914-784/+627
OpenPOWER on IntegriCloud