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