| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Invoke label initialization, creation, cleanup, and tear-down MAC | rwatson | 2005-01-22 | 1 | -0/+83 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Correct two incorrectly merged changes introduced in sysv_sem.c:1.71: | rwatson | 2004-11-13 | 1 | -2/+1 |
* | Second of several commits to allow kernel System V IPC data structures | rwatson | 2004-11-12 | 1 | -127/+130 |
* | Add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Adjust the number of processes waiting on a semaphore properly if we're | cperciva | 2004-03-17 | 1 | -6/+12 |
* | Reduce the overhead of semop() by using the kernel stack instead of | tjr | 2003-12-19 | 1 | -4/+11 |
* | Initialize sequence numbers to 0 in seminit() instead of using whatever | tjr | 2003-11-15 | 1 | -0/+1 |
* | When there are no free sem_undo structs available in semu_alloc(), only | tjr | 2003-11-10 | 1 | -3/+4 |
* | Slight whitespace consistency improvement: | rwatson | 2003-11-07 | 1 | -2/+2 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -6/+6 |
* | Update some argument-documenting comments to match reality. | nectar | 2003-08-07 | 1 | -2/+3 |
* | 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 | -4/+8 |