| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | Adjust function definitions in sysv_msg.c to avoid clang 15 warnings | Dimitry Andric | 2022-07-26 | 1 | -2/+2 |
| * | freebsd32: rename old SysV IPC types | Brooks Davis | 2021-11-17 | 1 | -1/+1 |
| * | jail: Change the locking around pr_ref and pr_uref | Jamie Gritton | 2021-02-21 | 1 | -1/+1 |
| * | jail: Add prison_isvalid() and prison_isalive() | Jamie Gritton | 2021-01-18 | 1 | -1/+1 |
| * | kern: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
| * | Avoid copying out kernel pointers from msgctl(IPC_STAT). | Mark Johnston | 2020-07-09 | 1 | -0/+7 |
| * | Remove duplicated empty lines from kern/*.c | Mateusz Guzik | 2020-01-30 | 1 | -2/+0 |
| * | ANSIfy sys/kern | Ed Maste | 2018-06-01 | 1 | -7/+2 |
| * | sysv_msg initialize saved_msgsz | Matt Macy | 2018-05-19 | 1 | -1/+1 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -1/+0 |
| * | Rename kernel-only members of semid_ds and msgid_ds. | Brooks Davis | 2018-03-02 | 1 | -39/+40 |
| * | Correct/improve the descriptions if kern.ipc.(shmsegs,sema,msqids). | Brooks Davis | 2018-02-18 | 1 | -1/+2 |
| * | Add kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32. | Brooks Davis | 2018-02-02 | 1 | -2/+40 |
| * | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Remove register keyword from sys/ and ANSIfy prototypes | Ed Maste | 2017-05-17 | 1 | -48/+28 |
| * | Audit arguments to System V IPC system calls implementing sempahores, | Robert Watson | 2017-03-30 | 1 | -0/+16 |
| * | When handling msgsys(2), semsys(2), and shmsys(2) multiplex system calls, | Robert Watson | 2017-03-29 | 1 | -0/+3 |
| * | Remove a comment that was part of copied code, and is misleading in | Jamie Gritton | 2016-06-09 | 1 | -6/+0 |
| * | osd(9): Change array pointer to array pointer type from void* | Conrad Meyer | 2016-04-26 | 1 | -1/+1 |
| * | Redo the changes to the SYSV IPC sysctl functions from r298585, so they | Jamie Gritton | 2016-04-26 | 1 | -28/+18 |
| * | sys: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -1/+1 |
| * | Encapsulate SYSV IPC objects in jails. Define per-module parameters | Jamie Gritton | 2016-04-25 | 1 | -39/+347 |
| * | Indentation issues. | Pedro F. Giffuni | 2016-04-20 | 1 | -2/+1 |
| * | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | Add kern.racct.enable tunable and RACCT_DISABLED config option. | Edward Tomasz Napierala | 2015-04-29 | 1 | -19/+23 |
| * | 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 | -6/+0 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -0/+6 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -6/+0 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -10/+12 |
| * | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 1 | -0/+8 |
| * | Style fix. | Edward Tomasz Napierala | 2011-04-06 | 1 | -2/+1 |
| * | Add accounting for SysV-related resources. | Edward Tomasz Napierala | 2011-04-06 | 1 | -8/+45 |
| * | Add ucred pointer to the SysV-related memory structures. This is required | Edward Tomasz Napierala | 2011-04-06 | 1 | -0/+5 |
| * | 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 |
| * | Remove useless NULL checks for M_WAITOK mallocs. | Edward Tomasz Napierala | 2010-12-02 | 1 | -17/+0 |
| * | Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding | Konstantin Belousov | 2010-03-19 | 1 | -11/+209 |
| * | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin | 2009-06-24 | 1 | -1/+62 |
| * | Deprecate the msgsys(), semsys(), and shmsys() system calls by moving | John Baldwin | 2009-06-24 | 1 | -34/+40 |
| * | - Move syscall function argument structure types to be just above the | John Baldwin | 2009-06-24 | 1 | -2/+1 |
| * | In non-debugging mode make this define (void)0 instead of nothing. This | Roman Divacky | 2009-06-21 | 1 | -1/+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 | -5/+5 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -18/+18 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+1 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -4/+0 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -15/+1 |