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
/
vm
/
vm_glue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Catch a machine/mutex.h -> sys/mutex.h I somehow missed.
jhb
2000-10-25
1
-3
/
+3
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-1
/
+10
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Revert spelling mistake I made in the previous commit
charnier
2000-03-27
1
-1
/
+1
*
Spelling
charnier
2000-03-26
1
-1
/
+1
*
Remove unused 3rd argument from vsunlock() which abused B_WRITE.
phk
2000-03-13
1
-5
/
+1
*
User ldt sharing.
luoqi
1999-12-06
1
-1
/
+16
*
Reverse the sense of the test in the KASSERT's from the last commit.
alc
1999-10-30
1
-2
/
+2
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-2
/
+8
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
dillon
1999-09-17
1
-12
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Update for run queue code.
peter
1999-08-19
1
-2
/
+2
*
Fix the following problem:
alc
1999-07-21
1
-1
/
+3
*
Remove some unused function and variable declarations.
alc
1999-06-19
1
-5
/
+1
*
Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is no
peter
1999-04-06
1
-2
/
+2
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
1
-3
/
+2
*
Enable Linux threads support by default.
julian
1999-01-26
1
-12
/
+2
*
Removed low-memory blockages at fork. This is the wrong place to put
dillon
1999-01-21
1
-1
/
+1
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-1
/
+10
*
Changes to the LINUX_THREADS support to only allocate extra memory for
julian
1999-01-07
1
-1
/
+10
*
Fix two bogons created by 'patch(1)' in my last commit.
julian
1998-12-19
1
-6
/
+8
*
Reviewed by: Luoqi Chen, Jordan Hubbard
julian
1998-12-19
1
-1
/
+8
*
Fixed two potentially serious classes of bugs:
dg
1998-10-13
1
-8
/
+8
*
Make #define NO_SWAPPING a normal kernel config option.
abial
1998-09-29
1
-1
/
+2
*
Reviewed by: msmith, bde long ago
dufault
1998-03-04
1
-2
/
+2
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
1) Start using a cleaner and more consistant page allocator instead
dyson
1998-02-05
1
-3
/
+3
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
VM level code cleanups.
dyson
1998-01-22
1
-4
/
+1
*
Fix the prototype for swapout_procs();
dyson
1997-12-11
1
-2
/
+3
*
Support an optional, sysctl enabled feature of idle process swapout. This
dyson
1997-12-06
1
-10
/
+42
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-6
/
+1
*
Removed unused #includes.
bde
1997-09-01
1
-5
/
+1
*
#include <machine/limits.h> explicitly in the few places that it is required.
bde
1997-08-21
1
-1
/
+3
*
Unused variable (upobj is now purely handled within pmap)
peter
1997-04-14
1
-2
/
+1
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
1
-5
/
+7
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
1
-16
/
+18
*
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
-3
/
+5
*
Removed redundant spl0()'s from kernel processes. They were work-arounds
bde
1997-01-15
1
-1
/
+0
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
EEEK!!! useracc and kernacc didn't lock their respective
dyson
1996-12-30
1
-2
/
+16
*
Make DFLDSIZ and MAXDSIZ fully-supported options.
joerg
1996-12-22
1
-1
/
+3
*
Make processes waken up eligible for immediate swap-in.
dyson
1996-10-17
1
-3
/
+8
*
Move much of the machine dependent code from vm_glue.c into
dyson
1996-10-15
1
-105
/
+6
*
Removed iprintf(). It was copied to db_iprintf() in ddb.
bde
1996-09-15
1
-38
/
+1
*
Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential
dyson
1996-07-02
1
-3
/
+3
*
Make -current consistant with -stable regarding time that a process
dyson
1996-06-30
1
-2
/
+2
[next]