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
/
device_pager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused #includes.
bde
1997-09-01
1
-6
/
+1
*
Fixed type mismatches for functions with args of type vm_prot_t and/or
bde
1997-08-25
1
-6
/
+2
*
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
*
This set of commits to the VM system does the following, and contain
dyson
1996-05-18
1
-4
/
+4
*
Another sweep over the pmap/vm macros, this time with more focus on
phk
1996-05-03
1
-2
/
+2
*
Add a missing initialization of the hold_count for device pager ficticiouse
dyson
1996-03-09
1
-1
/
+2
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-6
/
+6
*
Another mega commit to staticize things.
phk
1995-12-14
1
-9
/
+22
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-3
/
+3
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-10
/
+12
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+5
*
Fixed the type mismatch in check for the bogus mmap function `nullop'.
bde
1995-12-03
1
-3
/
+5
*
Completed function declarations and/or added prototypes.
bde
1995-12-03
1
-3
/
+4
*
Replaced bogus macros for dummy devswitch entries by functions.
bde
1995-11-06
1
-3
/
+3
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
1
-167
/
+74
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Accessing pages beyond the end of a mapped file results in internal
dg
1995-05-18
1
-4
/
+4
*
Changed "handle" from type caddr_t to void *; "handle" is several different
dg
1995-05-10
1
-3
/
+3
*
Moved some zero-initialized variables into .bss. Made code intended to be
dg
1995-04-16
1
-2
/
+2
*
Clear OBJ_INTERNAL flag for device pager objects and named anonymous
dg
1995-03-11
1
-1
/
+2
*
Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_
dg
1995-02-21
1
-4
/
+3
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-63
/
+63
*
GCC cleanup.
phk
1994-10-02
1
-2
/
+3
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-37
/
+35
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+368