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
/
default_pager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-0
/
+1
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+2
*
- If swap metadata does not fit into the KVM, reduce the number of
tanimura
2000-12-13
1
-0
/
+1
*
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 #include's.
alc
1999-11-07
1
-2
/
+0
*
The functions declared by this header file no longer exist.
alc
1999-11-07
1
-1
/
+0
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
vm_pager_put_pages() is passed an rcval array to hold per-page return
dillon
1999-01-24
1
-4
/
+4
*
The default_pager's interaction with the swap_pager has been reorganized,
dillon
1999-01-21
1
-1
/
+1
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-41
/
+41
*
Fixed two potentially serious classes of bugs:
dg
1998-10-13
1
-4
/
+4
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Removed unused #includes.
bde
1997-09-01
1
-4
/
+1
*
Fixed type mismatches for functions with args of type vm_prot_t and/or
bde
1997-08-25
1
-6
/
+3
*
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
*
Various bugfixes/cleanups from me and others:
dyson
1996-06-16
1
-1
/
+14
*
Make sure that pageout deadlocks cannot occur. There is a problem
dyson
1996-05-29
1
-7
/
+15
*
Make the conversion from the default pager to swap pager more robust
dyson
1996-05-24
1
-5
/
+7
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-2
/
+2
*
Another mega commit to staticize things.
phk
1995-12-14
1
-6
/
+14
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-4
/
+4
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-2
/
+6
*
Added a copyright to this file.
dg
1995-07-13
1
-0
/
+33
*
Oops, forgot to add the "default" pager files...
dg
1995-07-13
1
-0
/
+100