| Commit message (Expand) | Author | Age | Files | Lines |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -3/+0 |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 1 | -5/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -4/+13 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Swap the names "sem_exithook" and "sem_exechook" in the previous commit to | cperciva | 2006-08-16 | 1 | -4/+4 |
* | - Change process_exec function handlers prototype to include struct | netchild | 2006-08-15 | 1 | -1/+8 |
* | Convert remaining functions to ANSI C function declarations. | rwatson | 2006-01-22 | 1 | -86/+28 |
* | Const-qualify ksem_timedwait's parameter abstime as it's only passed in. | stefanf | 2005-10-18 | 1 | -1/+1 |
* | In sem_forkhook(), don't attempt to generate a copy of the process semaphore | rwatson | 2005-06-08 | 1 | -0/+4 |
* | Introduce MAC Framework and MAC Policy entry points to label and control | rwatson | 2005-05-04 | 1 | -9/+56 |
* | Move definitions of 'struct kuser' and 'struct ksem' from uipc_sem.c | rwatson | 2005-05-03 | 1 | -19/+1 |
* | Insert missing increment of (i) when walking the temporary semaphore | rwatson | 2005-02-25 | 1 | -2/+3 |
* | Add an exit hook, sem_forkhook(), which walks the list of POSIX semaphores | rwatson | 2005-02-25 | 1 | -1/+113 |
* | Assert sem_lock in id_to_sem() and sem_lookup_byname(), since these | rwatson | 2005-02-25 | 1 | -0/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Assert the sem lock in sem_ref() and sem_rel(), as it is required to | rwatson | 2004-12-23 | 1 | -0/+2 |
* | 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 |