summaryrefslogtreecommitdiffstats
path: root/sys/kern/sysv_msg.c
Commit message (Expand)AuthorAgeFilesLines
* fix warningsalfred2003-01-261-2/+2
* Add const qualifier to data argument for msgsnd.alfred2003-01-261-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* o Clear a high bit of ipc_perm.seq so msgget(3) never returns amaxim2002-12-151-1/+1
* Make SYSVMSG mpsafe. Right now there is a global lock over thealfred2002-08-131-19/+31
* Cleanup:alfred2002-07-221-184/+83
* Remove caddr_t.alfred2002-07-221-16/+14
* Consistently use semicolons to terminate macro invocations. Cleanermarkm2002-07-151-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-191-4/+4
* - Use td_ucred for jail checks.jhb2002-03-051-30/+17
* Make AIO a loadable module.alfred2001-12-291-5/+5
* Make msgseg, msgssz (->msgmax) and msgmni TUNABLE.mr2001-09-211-0/+5
* KSE Milestone 2julian2001-09-121-35/+30
* Giant Pushdown: sysv shm, sem, and msg calls.dillon2001-08-311-86/+158
* Fix obsolete code.asmodai2001-07-301-5/+0
* Export via sysctl:dd2001-05-301-0/+18
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-5/+5
* Use predictable internal names for the sysvipc modules, so we have ades2001-01-141-3/+4
* Add forgotten SYSCALL_MODULE_HELPER() for msgsys() syscall.alfred2000-12-051-0/+1
* sysvipc loadable.alfred2000-12-011-4/+69
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-311-0/+16
* Fully initialize msqids[]. This could lead to ENOSPC and other strangepeter2000-09-191-0/+1
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-011-36/+93
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change suser_xxx() to suser() where it applies.phk1999-04-271-11/+8
* Suser() simplification:phk1999-04-271-2/+2
* The function msgrcv() could copy larger data than it should dosada1999-04-211-3/+3
* Use suser() to determine super-user-ness, don't examine cr_uid directly.phk1999-01-301-3/+6
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+5
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-20/+15
* Removed unused #includes.bde1997-08-021-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-5/+5
* Somehow managed to miss these four files when converting the SYSV IPCwollman1996-01-051-1/+3
* Update sysv_*.c to get their argument definitions from sysproto.hpeter1995-12-151-13/+23
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-5/+5
* Start including <sys/sysproto.h> to get the correct args structs andbde1995-10-211-19/+35
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-7/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-1/+8
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-1/+5
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-3/+2
* Got rid of compiler warnings.dg1994-09-171-11/+4
* Added SYSV ipcs.dfr1994-09-131-0/+1006
OpenPOWER on IntegriCloud