| Commit message (Expand) | Author | Age | Files | Lines |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | trasz | 2015-04-29 | 1 | -19/+23 |
* | 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 | -6/+0 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -0/+6 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -6/+0 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -10/+12 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+8 |
* | Style fix. | trasz | 2011-04-06 | 1 | -2/+1 |
* | Add accounting for SysV-related resources. | trasz | 2011-04-06 | 1 | -8/+45 |
* | Add ucred pointer to the SysV-related memory structures. This is required | trasz | 2011-04-06 | 1 | -0/+5 |
* | 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 |
* | Remove useless NULL checks for M_WAITOK mallocs. | trasz | 2010-12-02 | 1 | -17/+0 |
* | Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding | kib | 2010-03-19 | 1 | -11/+209 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 1 | -1/+62 |
* | Deprecate the msgsys(), semsys(), and shmsys() system calls by moving | jhb | 2009-06-24 | 1 | -34/+40 |
* | - Move syscall function argument structure types to be just above the | jhb | 2009-06-24 | 1 | -2/+1 |
* | In non-debugging mode make this define (void)0 instead of nothing. This | rdivacky | 2009-06-21 | 1 | -1/+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 | -5/+5 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -18/+18 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+1 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -4/+0 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -15/+1 |
* | Do allow privilege to create over-sized messages on System V IPC | rwatson | 2007-02-19 | 1 | -1/+2 |
* | MFP4: (part of) 110058 | jkim | 2006-12-20 | 1 | -85/+88 |
* | Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing out | jkim | 2006-11-17 | 1 | -5/+9 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+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 | -32/+7 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | rwatson | 2006-06-10 | 1 | -1/+0 |
* | Add much needed descriptions for a number of the IPC related sysctl OIDs. | csjp | 2005-02-12 | 1 | -6/+12 |
* | - Tweak kern_msgctl() to return a copy of the requested message queue id | jhb | 2005-02-07 | 1 | -7/+5 |
* | Split out kernel side of msgctl(2) into two parts: the first that pops data | sobomax | 2005-01-26 | 1 | -21/+37 |
* | Invoke label initialization, creation, cleanup, and tear-down MAC | rwatson | 2005-01-22 | 1 | -0/+162 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Make the sysctls kern.ipc.msgmnb and kern.ipc.msgtql into tunables as | rwatson | 2004-12-30 | 1 | -2/+4 |
* | Second of several commits to allow kernel System V IPC data structures | rwatson | 2004-11-12 | 1 | -134/+126 |
* | Add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Slight whitespace consistency improvement: | rwatson | 2003-11-07 | 1 | -1/+1 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -3/+3 |
* | Update some argument-documenting comments to match reality. | nectar | 2003-08-07 | 1 | -2/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | fix warnings | alfred | 2003-01-26 | 1 | -2/+2 |
* | Add const qualifier to data argument for msgsnd. | alfred | 2003-01-26 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | o Clear a high bit of ipc_perm.seq so msgget(3) never returns a | maxim | 2002-12-15 | 1 | -1/+1 |
* | Make SYSVMSG mpsafe. Right now there is a global lock over the | alfred | 2002-08-13 | 1 | -19/+31 |
* | Cleanup: | alfred | 2002-07-22 | 1 | -184/+83 |