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
/
sysv_sem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/kern: spelling fixes in comments.
pfg
2016-04-29
1
-1
/
+1
*
osd(9): Change array pointer to array pointer type from void*
cem
2016-04-26
1
-1
/
+1
*
Redo the changes to the SYSV IPC sysctl functions from r298585, so they
jamie
2016-04-26
1
-28
/
+18
*
Encapsulate SYSV IPC objects in jails. Define per-module parameters
jamie
2016-04-25
1
-48
/
+350
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-1
/
+1
*
Indentation issues.
pfg
2016-04-20
1
-2
/
+1
*
kernel: use our nitems() macro when it is available through param.h.
pfg
2016-04-19
1
-1
/
+1
*
kern: for pointers replace 0 with NULL.
pfg
2016-04-15
1
-2
/
+2
*
semget(): Check for [EEXIST] error first.
jilles
2016-02-07
1
-5
/
+5
*
Add kern.racct.enable tunable and RACCT_DISABLED config option.
trasz
2015-04-29
1
-10
/
+15
*
Avoid dynamic syscall overhead for statically compiled modules.
mjg
2014-10-26
1
-2
/
+2
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-13
/
+3
*
Revert r267961, r267973:
gjb
2014-06-27
1
-3
/
+13
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-13
/
+3
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-10
/
+10
*
Remove semaphore map entry count "semmap" field and its tuning
bz
2011-07-14
1
-7
/
+0
*
All the racct_*() calls need to happen with the proc locked. Fixing this
trasz
2011-07-06
1
-0
/
+4
*
Style fix.
trasz
2011-04-06
1
-2
/
+1
*
Add accounting for SysV-related resources.
trasz
2011-04-06
1
-3
/
+19
*
Add ucred pointer to the SysV-related memory structures. This is required
trasz
2011-04-06
1
-0
/
+4
*
Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/
netchild
2011-02-25
1
-0
/
+2
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
1
-1
/
+1
*
Add some descriptions to sys/kern sysctls.
brucec
2010-11-14
1
-1
/
+1
*
In another move to join with the age of the Fruitbat, increase SYSV
ivoras
2010-06-11
1
-4
/
+4
*
Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding
kib
2010-03-19
1
-13
/
+223
*
Change the ABI of some of the structures used by the SYSV IPC API:
jhb
2009-06-24
1
-1
/
+86
*
Deprecate the msgsys(), semsys(), and shmsys() system calls by moving
jhb
2009-06-24
1
-33
/
+39
*
- Move syscall function argument structure types to be just above the
jhb
2009-06-24
1
-2
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Add hierarchical jails. A jail may further virtualize its environment
jamie
2009-05-27
1
-4
/
+4
*
Fix memory leak in semunload().
brueffer
2009-03-30
1
-0
/
+1
*
Lock the semaphore identifier lock during semaphore initialization to
kib
2009-01-15
1
-0
/
+4
*
It seems that there are at least three issues with IPC_RMID operation
kib
2009-01-14
1
-152
/
+125
*
Renew semaphore's pointer after wakeup since during msleep
gonzo
2008-06-19
1
-0
/
+7
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-8
/
+8
*
Relock the sema_mtxp unconditionally after copyin() for SETALL case in
kib
2007-07-03
1
-1
/
+1
*
Avoid manipulating semu_list outside of the scope of SEMUNDO_LOCK(). This
emaste
2007-03-26
1
-2
/
+5
*
Further system call comment cleanup:
rwatson
2007-03-05
1
-3
/
+0
*
Remove 'MPSAFE' annotations from the comments above most system calls: all
rwatson
2007-03-04
1
-13
/
+2
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longer
rwatson
2006-09-20
1
-19
/
+4
*
Use proper format specifier for pointers in debug printfs (turned off
kib
2006-07-12
1
-8
/
+11
*
Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This
jhb
2006-07-08
1
-84
/
+87
*
Fix semctl(2) breakage from the previous commit. Previously __semctl() had
jhb
2006-06-29
1
-7
/
+12
*
- Add a kern_semctl() helper function for __semctl(). It accepts a pointer
jhb
2006-06-27
1
-39
/
+77
*
Move some functions and definitions from uipc_socket2.c to uipc_socket.c:
rwatson
2006-06-10
1
-1
/
+0
*
Gratuitous renaming of four System V Semaphore MAC Framework entry
rwatson
2005-06-07
1
-4
/
+4
*
Remove end-of-line tabs.
rwatson
2005-04-18
1
-1
/
+1
*
check copyin return value
sam
2005-03-19
1
-1
/
+1
*
Add much needed descriptions for a number of the IPC related sysctl OIDs.
csjp
2005-02-12
1
-10
/
+20
[next]