aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/msg.h
Commit message (Expand)AuthorAgeFilesLines
* Don't define struct mymsg.Brooks Davis2018-03-021-17/+0
* Rename kernel-only members of semid_ds and msgid_ds.Brooks Davis2018-03-021-4/+4
* Get rid of the requirement to include SysV IPC headers with _KERNELBrooks Davis2018-02-161-6/+11
* style(9): use a type for each member in struct defintions.Brooks Davis2018-02-081-6/+6
* Remove part of a comment reverting to nonexistant struct members.Brooks Davis2018-02-071-1/+1
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-201-2/+0
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-191-1/+1
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-2/+2
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Change the return type of msgrcv() to ssize_t as required by POSIX.Ed Schouten2016-07-281-2/+1
* Get function prototypes for msg, shm, sem functionsCraig Rodrigues2015-07-301-2/+3
* Add ucred pointer to the SysV-related memory structures. This is requiredEdward Tomasz Napierala2011-04-061-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-4/+21
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* In the kernel-only portionss of System V IPC objects (messages,Robert Watson2004-11-171-0/+2
* Second of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-121-0/+9
* First of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-121-0/+14
* Add const qualifier to data argument for msgsnd.Alfred Perlstein2003-01-261-2/+1
* o Fix ordering of typedefs.Mike Barcroft2002-12-291-10/+12
* o Add new types: msgqnum_t and msglen_t.Mike Barcroft2002-12-181-7/+38
* fix comment typo: naem -> nameAlfred Perlstein2002-08-161-1/+1
* Remove __PAlfred Perlstein2002-03-191-5/+5
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-011-57/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Removed #undef of MSGMAX, so that a warning gets printed if it isBruce Evans1997-01-271-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-3/+1
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-5/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+3
* Got rid of compiler warnings.David Greenman1994-09-171-6/+4
* Added SYSV ipcs.Doug Rabson1994-09-131-0/+161