summaryrefslogtreecommitdiffstats
path: root/lib/libkse
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-2010-145/+106
* 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-011-0/+2
* 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
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-1080-122/+122
* 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-041-0/+14
* Add a leading underscore to the pthread_main_np function name, andiedowse2001-04-031-1/+2
* 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
* 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-113-17/+4
* 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-292-7/+6
* -pthread -> -lc_rdeischen2001-01-241-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-2489-1062/+1213
* Force strong references to several pthread_* functions which are weaklyobrien2001-01-061-0/+32
* 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
* 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
* 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-0913-660/+594
* At the beginning of pthread_mutex_lock(), call _thread_init() ifjdp2000-11-011-0/+3
* Make pthread_kill() know about temporary signal handlers installeddeischen2000-10-252-32/+124
* We use ___setjmp (non-signal saving) to setup a signal frame. Whendeischen2000-10-221-1/+1
* Try and get libc_r to compile again on the alpha after deischen's commitpeter2000-10-171-3/+3
* #include <sys/types.h>brian2000-10-151-0/+2
* Enable _PTHREADS_INVARIANTS until the recent libc_r changes aredeischen2000-10-131-1/+1
* Implement zero system call thread switching. Performance ofdeischen2000-10-1323-1098/+1686
* Add thread-safe wrapper for fpathconf(2) syscall.sobomax2000-09-192-0/+2
* The second call to _thread_kern_sig_defer() in sem_post() should be a calljasone2000-08-231-1/+1
* Fix an off-by-one error in the recursive mutex handling that made italfred2000-08-131-3/+3
* Add wrapper for kevent() syscalljlemon2000-08-074-3/+5
* Make sem_post() safe to call from within a signal handler, as required byjasone2000-08-011-0/+7
OpenPOWER on IntegriCloud