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_object.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another mega commit to staticize things.
phk
1995-12-14
1
-4
/
+1
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-12
/
+14
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-5
/
+1
*
Greatly simplify the msync code. Eliminate complications in vm_pageout
dyson
1995-11-05
1
-1
/
+3
*
Change vm_object_print() to have the correct number and type of args
bde
1995-08-26
1
-2
/
+5
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
1
-7
/
+7
*
1) Merged swpager structure into vm_object.
dg
1995-07-16
1
-3
/
+7
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
1
-41
/
+26
*
Changed object hash list to be a list rather than a tailq. This saves
dg
1995-05-02
1
-3
/
+3
*
Changes from John Dyson and myself:
dg
1995-04-09
1
-1
/
+3
*
Removed unused fifth argument to vm_object_page_clean(). Fixed bug with
dg
1995-03-22
1
-2
/
+2
*
Added a new boolean argument to vm_object_page_clean that causes it to
dg
1995-03-21
1
-2
/
+2
*
Fixed "objde1" hang. It was caused by a "&" where an "&&" belonged in the
dg
1995-03-20
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-1
/
+7
*
Move a kernel inline function inside `#ifdef KERNEL' so that including
bde
1995-03-12
1
-7
/
+7
*
Deleted vm_object_setpager().
dg
1995-03-12
1
-2
/
+1
*
Remove a gratutious cast.
jkh
1995-03-04
1
-2
/
+2
*
Various changes from John and myself that do the following:
dg
1995-03-01
1
-1
/
+11
*
Removed object locking code (it was a left over from an abortion that
dg
1995-02-22
1
-41
/
+2
*
Only do object paging_in_progress wakeups if someone is waiting on this
dg
1995-02-22
1
-1
/
+2
*
swap_pager.c:
dg
1995-02-02
1
-11
/
+10
*
Added ability to detect sequential faults and DTRT. (swap_pager.c)
dg
1995-01-24
1
-1
/
+2
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-74
/
+108
*
Added support for starting the experimental "vmdaemon" system process.
dg
1994-11-06
1
-1
/
+3
*
Added $Id$
dg
1994-08-02
1
-1
/
+3
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+173