aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sysv_msg.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-271-1/+1
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-5/+5
* Somehow managed to miss these four files when converting the SYSV IPCGarrett Wollman1996-01-051-1/+3
* Update sysv_*.c to get their argument definitions from sysproto.hPeter Wemm1995-12-151-13/+23
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-5/+5
* Start including <sys/sysproto.h> to get the correct args structs andBruce Evans1995-10-211-19/+35
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-7/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-1/+8
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-1/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-3/+2
* Got rid of compiler warnings.David Greenman1994-09-171-11/+4
* Added SYSV ipcs.Doug Rabson1994-09-131-0/+1006