aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/shm.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure we restrict Linux only IPC calls from being executedChristian S.J. Peron2008-02-121-1/+1
* Change the data type of the upper shared memory limits from a signedChristian S.J. Peron2005-08-061-5/+5
* This header is supposed to declare pid_t, size_t, and time_t.David Schultz2005-04-021-0/+17
* /* -> /*- 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/+1
* First of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-121-1/+9
* Bring shm functions closer the the opengroup standards.Alfred Perlstein2003-01-251-3/+8
* It is possible for an active aio to prevent shared memory from beingMatthew Dillon2003-01-131-1/+2
* Remove __PAlfred Perlstein2002-03-191-7/+7
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makeMichael Reifenberger2001-10-281-0/+16
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* 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
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-1/+3
* 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
* removed:Poul-Henning Kamp1996-05-021-2/+2
* kern_descrip.c: add fdshare()/fdcopy()Peter Wemm1996-02-231-2/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-2/+1
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-2/+2
* Several constants have been missing in the SysV IPC header files thatJoerg Wunsch1995-07-081-1/+7
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-1/+4
* Got rid of compiler warnings.David Greenman1994-09-171-2/+2
* Added SYSV ipcs.Doug Rabson1994-09-131-0/+90