index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
uipc_sem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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