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
*
Move the declaration of faultin() from the vm headers to proc.h, since
peter
1999-04-13
1
-2
/
+1
*
Staticize
eivind
1999-04-11
1
-2
/
+2
*
Convert usage of vm_page_bits() to the new convention ("Inputs are required
dt
1999-04-10
1
-2
/
+2
*
Lock vnode correctly for VOP_OPEN.
eivind
1999-04-10
1
-1
/
+5
*
Don't forcibly kill processes that are locked in-core via PHOLD - it was
peter
1999-04-06
1
-2
/
+3
*
Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is no
peter
1999-04-06
1
-2
/
+2
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
4
-38
/
+157
*
Two changes to vm_map_delete:
alc
1999-04-04
1
-13
/
+10
*
Mainly, eliminate the comments about share maps. (We don't have share maps
alc
1999-03-27
1
-33
/
+7
*
Correct a comment.
eivind
1999-03-27
1
-2
/
+2
*
Two changes:
alc
1999-03-21
1
-19
/
+24
*
Construct the free queue(s) in descending order (by physical
alc
1999-03-19
1
-2
/
+8
*
Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" may
alc
1999-03-16
1
-3
/
+5
*
Two changes:
alc
1999-03-15
1
-10
/
+5
*
Fix breakage in last commit
julian
1999-03-15
1
-3
/
+3
*
A bit of a hack, but allows the vn device to be a module again.
julian
1999-03-14
1
-1
/
+15
*
Submitted by: Matt Dillon <dillon@freebsd.org>
julian
1999-03-14
3
-20
/
+406
*
Correct two optimization errors in vm_object_page_remove:
alc
1999-03-14
1
-3
/
+4
*
Remove vm_page_frees from kmem_malloc that are performed
alc
1999-03-12
1
-7
/
+1
*
Stop the mfs from trying to swap out crucial bits of the mfs
julian
1999-03-12
1
-2
/
+2
*
Remove (redundant) map timestamp increments from some properly
alc
1999-03-09
1
-6
/
+1
*
Remove an unused variable from vmspace_fork.
alc
1999-03-08
1
-3
/
+1
*
Change vm_map_growstack to acquire and hold a read lock (instead of a write
alc
1999-03-07
1
-11
/
+17
*
Upgrading a map's lock to exclusive status should increment
alc
1999-03-06
1
-2
/
+6
*
To avoid a conflict for the vm_map's lock with vm_fault, release
alc
1999-03-02
1
-4
/
+33
*
Remove the last of the share map code: struct vm_map::is_main_map.
alc
1999-03-02
2
-15
/
+10
*
mincore doesn't modify the vm_map. Therefore, it doesn't require
alc
1999-03-01
1
-6
/
+6
*
Reviewed by: "John S. Dyson" <dyson@iquest.net>
alc
1999-02-27
1
-1
/
+20
*
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
[next]