Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Add ksem_timedwait() to complement ksem_wait(). | deischen | 2004-02-03 | 1 | -6/+61 |
* | Reduce gratuitous includes: don't include jail.h if it's not needed. | rwatson | 2004-01-21 | 1 | -1/+0 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -6/+12 |
* | Use td_ucred of curthread instead of p_ucred of curproc. This required | jhb | 2003-03-20 | 1 | -17/+17 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | make sem_leave return a usable errno instead of -1. | alfred | 2003-01-10 | 1 | -3/+3 |
* | Be consistent about funtions being static. | phk | 2002-10-16 | 1 | -11/+11 |
* | disable debug output by default. | alfred | 2002-10-07 | 1 | -24/+30 |
* | Bring in my implementation of kernel support for posix realtime semaphores | alfred | 2002-09-18 | 1 | -0/+835 |