Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |