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_shm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct style bugs with regards to long lines and comments.
dd
2001-05-23
1
-15
/
+22
*
Correct the vm_mtx handling; specifically, don't acquire it in
dd
2001-05-22
1
-5
/
+13
*
Sort includes.
jhb
2001-05-21
1
-1
/
+1
*
Aquire vm mutex when releasing sysv shm segments.
alfred
2001-05-20
1
-0
/
+4
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+6
*
Raise the SysV shared memory defaults to more reasonable values.
dillon
2001-05-04
1
-3
/
+3
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+2
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-6
/
+6
*
It is _DEFINITELY_ not okay to change shmseg on a running system.
green
2001-02-04
1
-1
/
+1
*
Use predictable internal names for the sysvipc modules, so we have a
des
2001-01-14
1
-3
/
+4
*
sysvipc loadable.
alfred
2000-12-01
1
-8
/
+62
*
o Deny access to System V IPC from within jail by default, as in the
rwatson
2000-10-31
1
-0
/
+19
*
This is a cleanup patch to Peter's new OBJT_PHYS VM object type
dillon
2000-05-29
1
-7
/
+10
*
Provide a temporary undocumented option: SHM_PHYS_BACKED. This will
peter
2000-05-21
1
-0
/
+5
*
Make sysv-style shared memory tuneable params fully runtime adjustable
peter
2000-03-30
1
-23
/
+81
*
shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ,
alc
2000-03-10
1
-0
/
+4
*
useracc() the prequel:
phk
1999-10-29
1
-2
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
For consistency with other implementations, check for the existence
alc
1999-06-19
1
-3
/
+3
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
1
-11
/
+7
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-1
/
+2
*
Fixed two potentially serious classes of bugs:
dg
1998-10-13
1
-4
/
+3
*
Change various syscalls to use size_t arguments instead of u_int.
dfr
1998-08-24
1
-3
/
+3
*
Fix the shm panic. I mistakenly used the shadow_count to keep the object
dyson
1998-05-04
1
-3
/
+2
*
Work around some VM bugs, the worst being an overly aggressive
dyson
1998-05-04
1
-1
/
+5
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-5
/
+5
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-1
/
+2
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-31
/
+23
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make DFLDSIZ and MAXDSIZ fully-supported options.
joerg
1996-12-22
1
-1
/
+2
*
Fix a problem with child inheritance of sysv shm. Problem brought
dyson
1996-09-10
1
-0
/
+4
*
Make sure that the pager is allocated before it is needed. Hangs
dyson
1996-09-10
1
-2
/
+8
*
Corrected an error where precious kernel virtual space was being allocated
dyson
1996-09-07
1
-26
/
+21
*
uninitialized auto variable shmseg is used in ...
joerg
1996-05-05
1
-2
/
+2
*
Another sweep over the pmap/vm macros, this time with more focus on
phk
1996-05-03
1
-5
/
+5
*
removed:
phk
1996-05-02
1
-6
/
+6
*
kern_descrip.c: add fdshare()/fdcopy()
peter
1996-02-23
1
-3
/
+2
*
Somehow managed to miss these four files when converting the SYSV IPC
wollman
1996-01-05
1
-1
/
+3
*
I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)
joerg
1995-12-26
1
-2
/
+2
*
Update sysv_*.c to get their argument definitions from sysproto.h
peter
1995-12-15
1
-4
/
+18
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-5
/
+5
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+6
*
Close PR: kern/865
jkh
1995-12-04
1
-1
/
+3
*
Submitted by: jb@cimlogic.com.au (John Birrell)
julian
1995-11-30
1
-2
/
+2
[next]