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
*
Don't ever try to kill off process 1 - even if we are out of swap space
dg
1994-11-17
1
-2
/
+3
*
Remove a peice of commented out code that was left over from the early
gibbs
1994-11-17
1
-3
/
+2
*
pmap.h:
bde
1994-11-14
2
-8
/
+9
*
Set laundry flag when transitioning an inactive page from clean to dirty.
dg
1994-11-14
1
-2
/
+4
*
Fixed bug where a read-behind to a negative offset would occur if the
dg
1994-11-13
2
-19
/
+25
*
Fixed bugs in accounting of swap space that resulted in the pager thinking
dg
1994-11-13
1
-62
/
+19
*
Implemented swap locking via P_SWAPPING flag. It was possible for a process
dg
1994-11-13
1
-5
/
+11
*
Fixed return status from pagers. Ahem...the previous method would manufacture
dg
1994-11-06
3
-17
/
+25
*
Added support for starting the experimental "vmdaemon" system process.
dg
1994-11-06
3
-80
/
+358
*
Improved I/O error reporting.
dg
1994-10-25
1
-5
/
+19
*
#if 0'd out the object cache trimming code - there are multiple ways
dg
1994-10-25
1
-1
/
+3
*
Fixed object cache trimming policy so it actually works.
dg
1994-10-23
1
-7
/
+5
*
Adjusted reserved levels to fix a deadlock condition.
dg
1994-10-23
1
-3
/
+3
*
Changed a thread_sleep into an spl protected tsleep. A deadlock can occur
dg
1994-10-23
2
-9
/
+12
*
Contrary to my last commit here: NFS-swap is enabled automatically.
phk
1994-10-22
1
-1
/
+15
*
Fixed a comment from the previous commit.
dg
1994-10-22
1
-4
/
+4
*
Various changes to allow operation without any swapspace configured. Note
dg
1994-10-22
3
-13
/
+75
*
ATTENTION!
phk
1994-10-21
1
-9
/
+4
*
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
wollman
1994-10-21
1
-1
/
+5
*
Fix the remaining vmmeter counters. They all now work correctly.
dg
1994-10-18
2
-3
/
+7
*
Put sanity check for negative hold count into #ifdef DIAGNOSTIC so that
dg
1994-10-17
1
-1
/
+5
*
1) Some of the counters in the vmmeter struct don't fit well into the Mach VM
dg
1994-10-15
4
-11
/
+26
*
Count vm faults as v_vm_fault, not v_fault.
dg
1994-10-15
1
-2
/
+2
*
Properly count object lookups and hits.
dg
1994-10-15
2
-5
/
+5
*
Got rid of redundant declaration warnings.
dg
1994-10-14
2
-7
/
+2
*
Add missing )'s to previous midnight changes. :-)
jkh
1994-10-14
1
-3
/
+3
*
Fixed bug where page modifications would be lost when swap space was
dg
1994-10-14
1
-2
/
+11
*
Changed I/O error messages to be somewhat less cryptic. Removed a piece
dg
1994-10-14
1
-6
/
+3
*
Fixed an object reference count problem that was caused by a call to
dg
1994-10-13
1
-4
/
+3
*
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
dg
1994-10-09
2
-9
/
+11
*
Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.
phk
1994-10-09
15
-138
/
+145
*
Call resetpriority, not setpriority() ...oops.
dg
1994-10-09
1
-2
/
+2
*
Cosmetics. Unused vars and other warnings.
phk
1994-10-07
1
-14
/
+10
*
Stuff object into v_vmdata rather than pager. Not important which at
dg
1994-10-05
4
-99
/
+130
*
Fixed minor bug caused by some missing parens that can result in slightly
dg
1994-10-05
1
-2
/
+2
*
John Dyson's work in progress. Not currently used.
dg
1994-10-04
1
-0
/
+389
*
Fixed bug related to proper sensing of page modification that we
dg
1994-10-04
1
-8
/
+9
*
GCC cleanup.
phk
1994-10-02
1
-2
/
+3
*
Previous commit should have read ...in vm_page_alloc_contig().
dg
1994-09-27
1
-2
/
+3
*
Fixed another bug, and cleaned up the code.
dg
1994-09-27
1
-6
/
+6
*
Fixed multiple bugs in previous version of vm_page_alloc_contig.
dg
1994-09-27
1
-14
/
+15
*
1) New "vm_page_alloc_contig" routine by me.
dg
1994-09-27
3
-5
/
+83
*
Removed unimplemented subr_rmap.c and unused references to it.
dg
1994-09-25
1
-24
/
+1
*
Disabled swap anti-fragmentation code. It reduces swap paging performance
dg
1994-09-25
1
-7
/
+9
*
Fixed a bug I introduced when fixing the rss limit code. Changed swapout
dg
1994-09-12
2
-8
/
+15
*
Eliminated a whole pile of ancient (we're taking 4.3BSD) VM system
dg
1994-09-12
1
-2
/
+1
*
Don't deactivate pages in 0-refcount objects. Added a couple of missing
dg
1994-09-12
1
-23
/
+19
*
Fixed problem with no swap on boot device, but there is some on an
dg
1994-09-11
1
-3
/
+7
*
Disabled a debugging printf.
dg
1994-09-06
1
-1
/
+3
*
Simple changes to paging algorithms...but boy do they make a difference.
dg
1994-09-06
2
-21
/
+100
[next]