| Commit message (Expand) | Author | Age | Files | Lines |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | Edward Tomasz Napierala | 2015-04-29 | 1 | -10/+15 |
* | Avoid dynamic syscall overhead for statically compiled modules. | Mateusz Guzik | 2014-10-26 | 1 | -2/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -13/+3 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -3/+13 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -13/+3 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -10/+10 |
* | Remove semaphore map entry count "semmap" field and its tuning | Bjoern A. Zeeb | 2011-07-14 | 1 | -7/+0 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 1 | -0/+4 |
* | Style fix. | Edward Tomasz Napierala | 2011-04-06 | 1 | -2/+1 |
* | Add accounting for SysV-related resources. | Edward Tomasz Napierala | 2011-04-06 | 1 | -3/+19 |
* | Add ucred pointer to the SysV-related memory structures. This is required | Edward Tomasz Napierala | 2011-04-06 | 1 | -0/+4 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger | 2011-02-25 | 1 | -0/+2 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -1/+1 |
* | Add some descriptions to sys/kern sysctls. | Rebecca Cran | 2010-11-14 | 1 | -1/+1 |
* | In another move to join with the age of the Fruitbat, increase SYSV | Ivan Voras | 2010-06-11 | 1 | -4/+4 |
* | Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding | Konstantin Belousov | 2010-03-19 | 1 | -13/+223 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin | 2009-06-24 | 1 | -1/+86 |
* | Deprecate the msgsys(), semsys(), and shmsys() system calls by moving | John Baldwin | 2009-06-24 | 1 | -33/+39 |
* | - Move syscall function argument structure types to be just above the | John Baldwin | 2009-06-24 | 1 | -2/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -4/+4 |
* | Fix memory leak in semunload(). | Christian Brueffer | 2009-03-30 | 1 | -0/+1 |
* | Lock the semaphore identifier lock during semaphore initialization to | Konstantin Belousov | 2009-01-15 | 1 | -0/+4 |
* | It seems that there are at least three issues with IPC_RMID operation | Konstantin Belousov | 2009-01-14 | 1 | -152/+125 |
* | Renew semaphore's pointer after wakeup since during msleep | Oleksandr Tymoshenko | 2008-06-19 | 1 | -0/+7 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -8/+8 |
* | Relock the sema_mtxp unconditionally after copyin() for SETALL case in | Konstantin Belousov | 2007-07-03 | 1 | -1/+1 |
* | Avoid manipulating semu_list outside of the scope of SEMUNDO_LOCK(). This | Ed Maste | 2007-03-26 | 1 | -2/+5 |
* | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -3/+0 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -13/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longer | Robert Watson | 2006-09-20 | 1 | -19/+4 |
* | Use proper format specifier for pointers in debug printfs (turned off | Konstantin Belousov | 2006-07-12 | 1 | -8/+11 |
* | Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This | John Baldwin | 2006-07-08 | 1 | -84/+87 |
* | Fix semctl(2) breakage from the previous commit. Previously __semctl() had | John Baldwin | 2006-06-29 | 1 | -7/+12 |
* | - Add a kern_semctl() helper function for __semctl(). It accepts a pointer | John Baldwin | 2006-06-27 | 1 | -39/+77 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | Robert Watson | 2006-06-10 | 1 | -1/+0 |
* | Gratuitous renaming of four System V Semaphore MAC Framework entry | Robert Watson | 2005-06-07 | 1 | -4/+4 |
* | Remove end-of-line tabs. | Robert Watson | 2005-04-18 | 1 | -1/+1 |
* | check copyin return value | Sam Leffler | 2005-03-19 | 1 | -1/+1 |
* | Add much needed descriptions for a number of the IPC related sysctl OIDs. | Christian S.J. Peron | 2005-02-12 | 1 | -10/+20 |
* | Invoke label initialization, creation, cleanup, and tear-down MAC | Robert Watson | 2005-01-22 | 1 | -0/+83 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Correct two incorrectly merged changes introduced in sysv_sem.c:1.71: | Robert Watson | 2004-11-13 | 1 | -2/+1 |
* | Second of several commits to allow kernel System V IPC data structures | Robert Watson | 2004-11-12 | 1 | -127/+130 |
* | Add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Adjust the number of processes waiting on a semaphore properly if we're | Colin Percival | 2004-03-17 | 1 | -6/+12 |
* | Reduce the overhead of semop() by using the kernel stack instead of | Tim J. Robbins | 2003-12-19 | 1 | -4/+11 |
* | Initialize sequence numbers to 0 in seminit() instead of using whatever | Tim J. Robbins | 2003-11-15 | 1 | -0/+1 |
* | When there are no free sem_undo structs available in semu_alloc(), only | Tim J. Robbins | 2003-11-10 | 1 | -3/+4 |