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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
alc
1999-02-25
1
-2
/
+3
*
Comment swstrategy() routine.
dillon
1999-02-25
1
-1
/
+9
*
Remove unnecessary page protects on map_split and collapse operations.
dillon
1999-02-24
3
-6
/
+16
*
Removed ENOMEM error on swap_pager_full condition which ignored the
dillon
1999-02-22
1
-4
/
+2
*
Remove conditional sysctl's
dillon
1999-02-21
1
-46
/
+4
*
Reviewed by: Alan Cox <alc@cs.rice.edu>
dillon
1999-02-21
1
-9
/
+15
*
Eliminate a possible numerical overflow.
luoqi
1999-02-19
1
-7
/
+7
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
5
-19
/
+30
*
Submitted by: Alan Cox <alc@cs.rice.edu>
dillon
1999-02-19
1
-57
/
+8
*
Limit number of simultanious asynchronous swap pager I/Os that can
dillon
1999-02-18
1
-13
/
+109
*
Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
dillon
1999-02-17
1
-1
/
+12
*
Minor reorganization of vm_page_alloc(). No functional changes have
dillon
1999-02-15
2
-114
/
+84
*
Fix a bug in the new madvise() code that would possibly (improperly)
dillon
1999-02-15
1
-24
/
+12
*
Minor optimization to madvise() MADV_FREE to make page as freeable as
dillon
1999-02-12
1
-1
/
+7
*
Fix non-fatal bug in vm_map_insert() which improperly cleared
dillon
1999-02-12
2
-60
/
+49
*
Addendum to vm_map coalesce optimization. Also, this was backed-out
dillon
1999-02-09
1
-1
/
+1
*
Revamp vm_object_[q]collapse(). Despite the complexity of this patch,
dillon
1999-02-08
2
-210
/
+236
*
General cleanup. Remove #if 0's and remove useless register qualifiers.
dillon
1999-02-08
1
-79
/
+34
*
Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in with
dillon
1999-02-08
3
-107
/
+64
*
Backed out vm_map coalesce optimization - it resulted in 22% more page
dillon
1999-02-08
1
-2
/
+2
*
Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to
dillon
1999-02-07
7
-108
/
+43
*
Remove L1 cache coloring optimization ( leave L2 cache coloring opt ).
dillon
1999-02-07
2
-196
/
+91
*
When shadowing objects, adjust the page coloring of the shadowing object
dillon
1999-02-07
1
-1
/
+6
*
Add hysteresis to the 'swap_pager_getswapspace; failed' console message.
dillon
1999-02-06
1
-5
/
+9
*
The elf loader sets the permissions on bss to VM_PROT_READ|VM_PROT_WRITE
dillon
1999-02-05
1
-2
/
+2
*
Fix bug in a KASSERT I introduced in vm_page_qcollapse() rev 1.139.
dillon
1999-02-04
1
-17
/
+40
*
Submitted by: Alan Cox
dillon
1999-02-03
2
-9
/
+11
*
This patch eliminates a pointless test from appearing twice
dillon
1999-02-01
1
-5
/
+1
*
Submitted by: Alan Cox <alc@cs.rice.edu>
julian
1999-01-31
1
-3
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
3
-25
/
+25
*
Remove unintended trigraph sequences in comments for -Wall
dillon
1999-01-27
1
-2
/
+2
*
Mostly remove the VM_STACK OPTION.
julian
1999-01-26
4
-19
/
+9
*
Enable Linux threads support by default.
julian
1999-01-26
1
-12
/
+2
*
Undo last commit - not a bug, just duplicate code. PG_MAPPED and
dillon
1999-01-24
1
-2
/
+1
*
Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL
dillon
1999-01-24
4
-12
/
+10
*
vm_map_split() used to dirty the page manually after calling
dillon
1999-01-24
1
-4
/
+13
*
Add vm_page_dirty() inline with PQ_CACHE sanity check
dillon
1999-01-24
1
-1
/
+20
*
vm_pager_put_pages() is passed an rcval array to hold per-page return
dillon
1999-01-24
7
-33
/
+31
*
Clear PG_MAPPED as well as PG_WRITEABLE when a page is moved to the
dillon
1999-01-24
1
-3
/
+3
*
Added warning printf ( needs INVARIANTS ) when busy cache page is found
dillon
1999-01-24
1
-1
/
+4
*
It is possible for a page in the cache to be busy. vm_pageout.c was not
dillon
1999-01-24
1
-1
/
+5
*
Add invariants to vm_page_busy() and vm_page_wakeup() to check for
dillon
1999-01-24
1
-1
/
+12
*
Clear PG_WRITEABLE in vm_page_cache(). This may or may not be a bug,
dillon
1999-01-24
1
-2
/
+7
*
Depreciate vm_object_pmap_copy() - nobody uses it. Everyone uses
dillon
1999-01-24
1
-2
/
+14
*
Get rid of unused old_m in vm_fault. Add INVARIANTS to test whether
dillon
1999-01-24
1
-4
/
+13
*
Reenable John Dyson's low-memory VM_WAIT code for page reactivations out
dillon
1999-01-23
1
-7
/
+13
*
Mainly changes to support the new swapper. The big adjustment is that
dillon
1999-01-21
1
-1
/
+1
*
Move many of the vm_pager_*() functions from vm_pager.c to inlines in
dillon
1999-01-21
1
-1
/
+1
*
Move many of the vm_pager_*() functions from vm_pager.c to inlines in
dillon
1999-01-21
1
-1
/
+1
*
Reorganized some of the low memory testing code to make it more useful.
dillon
1999-01-21
1
-1
/
+1
[next]