aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/msg.h
Commit message (Expand)AuthorAgeFilesLines
* 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