aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sysv_msg.c
Commit message (Expand)AuthorAgeFilesLines
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longerRobert Watson2006-09-201-32/+7
* Move some functions and definitions from uipc_socket2.c to uipc_socket.c:Robert Watson2006-06-101-1/+0
* Add much needed descriptions for a number of the IPC related sysctl OIDs.Christian S.J. Peron2005-02-121-6/+12
* - Tweak kern_msgctl() to return a copy of the requested message queue idJohn Baldwin2005-02-071-7/+5
* Split out kernel side of msgctl(2) into two parts: the first that pops dataMaxim Sobolev2005-01-261-21/+37
* Invoke label initialization, creation, cleanup, and tear-down MACRobert Watson2005-01-221-0/+162
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Make the sysctls kern.ipc.msgmnb and kern.ipc.msgtql into tunables asRobert Watson2004-12-301-2/+4
* Second of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-121-134/+126
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Slight whitespace consistency improvement:Robert Watson2003-11-071-1/+1
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-3/+3
* Update some argument-documenting comments to match reality.Jacques Vidrine2003-08-071-2/+3
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* fix warningsAlfred Perlstein2003-01-261-2/+2
* Add const qualifier to data argument for msgsnd.Alfred Perlstein2003-01-261-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* o Clear a high bit of ipc_perm.seq so msgget(3) never returns aMaxim Konovalov2002-12-151-1/+1
* Make SYSVMSG mpsafe. Right now there is a global lock over theAlfred Perlstein2002-08-131-19/+31
* Cleanup:Alfred Perlstein2002-07-221-184/+83
* Remove caddr_t.Alfred Perlstein2002-07-221-16/+14
* Consistently use semicolons to terminate macro invocations. CleanerMark Murray2002-07-151-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* - Use td_ucred for jail checks.John Baldwin2002-03-051-30/+17
* Make AIO a loadable module.Alfred Perlstein2001-12-291-5/+5
* Make msgseg, msgssz (->msgmax) and msgmni TUNABLE.Michael Reifenberger2001-09-211-0/+5
* KSE Milestone 2Julian Elischer2001-09-121-35/+30
* Giant Pushdown: sysv shm, sem, and msg calls.Matthew Dillon2001-08-311-86/+158
* Fix obsolete code.Jeroen Ruigrok van der Werven2001-07-301-5/+0
* Export via sysctl:Dima Dorfman2001-05-301-0/+18
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-5/+5
* Use predictable internal names for the sysvipc modules, so we have aDag-Erling Smørgrav2001-01-141-3/+4
* Add forgotten SYSCALL_MODULE_HELPER() for msgsys() syscall.Alfred Perlstein2000-12-051-0/+1
* sysvipc loadable.Alfred Perlstein2000-12-011-4/+69
* o Deny access to System V IPC from within jail by default, as in theRobert Watson2000-10-311-0/+16
* Fully initialize msqids[]. This could lead to ENOSPC and other strangePeter Wemm2000-09-191-0/+1
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-011-36/+93
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-11/+8
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* The function msgrcv() could copy larger data than it should doSADA Kenji1999-04-211-3/+3
* Use suser() to determine super-user-ness, don't examine cr_uid directly.Poul-Henning Kamp1999-01-301-3/+6
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+5
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-20/+15
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* 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