| Age | Commit message (Expand) | Author |
| 2025-07-07 | kern: add kern_nosys() and use it instead of type-punning the sys_nosys() arg | Konstantin Belousov |
| 2025-06-17 | Internal scheduling priorities: Always use symbolic ones | Olivier Certner |
| 2024-10-07 | sysv_ipc: remove sys/cdefs.h include | Konstantin Belousov |
| 2024-05-16 | SysV IPC: provide in-kernel helpers to obtain ipcs(8)-like information | Konstantin Belousov |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-07-26 | Adjust function definitions in sysv_msg.c to avoid clang 15 warnings | Dimitry Andric |
| 2021-11-17 | freebsd32: rename old SysV IPC types | Brooks Davis |
| 2021-02-21 | jail: Change the locking around pr_ref and pr_uref | Jamie Gritton |
| 2021-01-18 | jail: Add prison_isvalid() and prison_isalive() | Jamie Gritton |
| 2020-09-01 | kern: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-07-09 | Avoid copying out kernel pointers from msgctl(IPC_STAT). | Mark Johnston |
| 2020-01-30 | Remove duplicated empty lines from kern/*.c | Mateusz Guzik |
| 2018-06-01 | ANSIfy sys/kern | Ed Maste |
| 2018-05-19 | sysv_msg initialize saved_msgsz | Matt Macy |
| 2018-04-06 | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis |
| 2018-03-02 | Rename kernel-only members of semid_ds and msgid_ds. | Brooks Davis |
| 2018-02-18 | Correct/improve the descriptions if kern.ipc.(shmsegs,sema,msqids). | Brooks Davis |
| 2018-02-02 | Add kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32. | Brooks Davis |
| 2017-11-27 | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-05-17 | Remove register keyword from sys/ and ANSIfy prototypes | Ed Maste |
| 2017-03-30 | Audit arguments to System V IPC system calls implementing sempahores, | Robert Watson |
| 2017-03-29 | When handling msgsys(2), semsys(2), and shmsys(2) multiplex system calls, | Robert Watson |
| 2016-06-09 | Remove a comment that was part of copied code, and is misleading in | Jamie Gritton |
| 2016-04-26 | osd(9): Change array pointer to array pointer type from void* | Conrad Meyer |
| 2016-04-26 | Redo the changes to the SYSV IPC sysctl functions from r298585, so they | Jamie Gritton |
| 2016-04-26 | sys: extend use of the howmany() macro when available. | Pedro F. Giffuni |
| 2016-04-25 | Encapsulate SYSV IPC objects in jails. Define per-module parameters | Jamie Gritton |
| 2016-04-20 | Indentation issues. | Pedro F. Giffuni |
| 2016-04-19 | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni |
| 2015-04-29 | Add kern.racct.enable tunable and RACCT_DISABLED config option. | Edward Tomasz Napierala |
| 2014-10-26 | Avoid dynamic syscall overhead for statically compiled modules. | Mateusz Guzik |
| 2014-06-28 | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky |
| 2014-06-27 | Revert r267961, r267973: | Glen Barber |
| 2014-06-27 | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky |
| 2011-09-16 | In order to maximize the re-usability of kernel code in user space this | Kip Macy |
| 2011-07-06 | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala |
| 2011-04-06 | Style fix. | Edward Tomasz Napierala |
| 2011-04-06 | Add accounting for SysV-related resources. | Edward Tomasz Napierala |
| 2011-04-06 | Add ucred pointer to the SysV-related memory structures. This is required | Edward Tomasz Napierala |
| 2011-02-25 | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger |
| 2011-01-18 | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming |
| 2010-12-02 | Remove useless NULL checks for M_WAITOK mallocs. | Edward Tomasz Napierala |
| 2010-03-19 | Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding | Konstantin Belousov |
| 2009-06-24 | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin |
| 2009-06-24 | Deprecate the msgsys(), semsys(), and shmsys() system calls by moving | John Baldwin |
| 2009-06-24 | - Move syscall function argument structure types to be just above the | John Baldwin |
| 2009-06-21 | In non-debugging mode make this define (void)0 instead of nothing. This | Roman Divacky |
| 2009-06-05 | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson |
| 2009-05-27 | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton |