Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Condition variable waiters are queued in descending priority order, so | jasone | 2001-05-18 | 1 | -9/+2 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 1 | -9/+9 |
* | Add weak definitions for wrapped system calls. In general: | deischen | 2001-01-24 | 1 | -11/+20 |
* | Implement zero system call thread switching. Performance of | deischen | 2000-10-13 | 1 | -0/+1 |
* | The second call to _thread_kern_sig_defer() in sem_post() should be a call | jasone | 2000-08-23 | 1 | -1/+1 |
* | Make sem_post() safe to call from within a signal handler, as required by | jasone | 2000-08-01 | 1 | -0/+7 |
* | Change my email address in the copyright notices for the sake of consistency | jasone | 2000-07-18 | 1 | -1/+1 |
* | For errors, return -1 and set errno to indicate the error type, rather than | jasone | 2000-02-16 | 1 | -16/+33 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -0/+3 |
* | Add sem_*() functions. Named semaphores and process-shared semaphores | jasone | 2000-01-20 | 1 | -0/+224 |