aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ipc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix build if COMPAT_43 is defined without one ofEitan Adler2012-10-221-1/+2
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-4/+20
* Make sure we restrict Linux only IPC calls from being executedChristian S.J. Peron2008-02-121-0/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* It is possible for an active aio to prevent shared memory from beingMatthew Dillon2003-01-131-1/+2
* Spell `unsigned short' in a way which does not depend on namespace pollution.Garrett Wollman2002-12-191-7/+7
* o Add typedefs for gid_t, key_t, mode_t, and uid_t.Mike Barcroft2002-10-141-4/+30
* Remove __PAlfred Perlstein2002-03-191-2/+2
* Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).Alan Cox2001-12-301-1/+0
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makeMichael Reifenberger2001-10-281-0/+1
* KSE Milestone 2Julian Elischer2001-09-121-1/+2
* sysvipc loadable.Alfred Perlstein2000-12-011-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-3/+3
* Removed _POSIX_SOURCE ifdef. This is not a POSIX.1 header.Bruce Evans1998-02-251-3/+1
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-2/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add a prototype for ftok(). Doesn't really belong into a <sys/...>Joerg Wunsch1996-06-031-1/+13
* Merge in Lite2: only update CSRG id---the one change made in Lite2Jeffrey Hsu1996-03-111-2/+2
* move typedef for key_t from sys/ipc.h to sys/types.h, as suggested in thePeter Wemm1995-12-151-3/+1
* Fix specification of octal constants.David Greenman1994-12-301-7/+7
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-1/+3
* Added SYSV ipcs.Doug Rabson1994-09-131-1/+9
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+79