index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sysv_msg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
1
-11
/
+8
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
The function msgrcv() could copy larger data than it should do
sada
1999-04-21
1
-3
/
+3
*
Use suser() to determine super-user-ness, don't examine cr_uid directly.
phk
1999-01-30
1
-3
/
+6
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-5
/
+5
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-20
/
+15
*
Removed unused #includes.
bde
1997-08-02
1
-3
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
1
-5
/
+5
*
Somehow managed to miss these four files when converting the SYSV IPC
wollman
1996-01-05
1
-1
/
+3
*
Update sysv_*.c to get their argument definitions from sysproto.h
peter
1995-12-15
1
-13
/
+23
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-5
/
+5
*
Start including <sys/sysproto.h> to get the correct args structs and
bde
1995-10-21
1
-19
/
+35
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-3
/
+3
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
1
-7
/
+4
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-1
/
+8
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
1
-1
/
+5
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-3
/
+2
*
Got rid of compiler warnings.
dg
1994-09-17
1
-11
/
+4
*
Added SYSV ipcs.
dfr
1994-09-13
1
-0
/
+1006