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
*
Removed redundant spl0()'s from kernel processes. They were work-arounds
bde
1997-01-15
2
-5
/
+0
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
35
-35
/
+35
*
Slightly correct the code that moves pages from the active to the
dyson
1997-01-11
1
-5
/
+7
*
Prepare better for multi-platform by eliminating another required
dyson
1997-01-11
3
-7
/
+12
*
Undo the collapse breakage (swap space usage problem.)
dyson
1997-01-03
4
-16
/
+4
*
Guess what? We left alot of the old collapse code that is not needed
dyson
1997-01-01
4
-2
/
+15
*
A very significant improvement in the management of process maps
dyson
1996-12-31
2
-43
/
+46
*
Let the VM system know that on certain arch's that VM_PROT_READ
dyson
1996-12-30
1
-1
/
+13
*
EEEK!!! useracc and kernacc didn't lock their respective
dyson
1996-12-30
1
-2
/
+16
*
Superficial cleanup of comment.
dyson
1996-12-29
1
-2
/
+2
*
Eliminate the redundancy due to the similarity between the routines
dyson
1996-12-28
3
-84
/
+18
*
The code unnecessarily created an object with no handle up-front, which
dyson
1996-12-28
1
-5
/
+10
*
Make DFLDSIZ and MAXDSIZ fully-supported options.
joerg
1996-12-22
2
-2
/
+6
*
Implement closer-to POSIX mlock semantics. The major difference is
dyson
1996-12-14
5
-9
/
+217
*
Expunge inlines...
dyson
1996-12-07
1
-4
/
+4
*
Fix a map entry leak problem found by DG. Also, de-inline a function
dyson
1996-12-07
1
-3
/
+5
*
Make vm_map_insert much more intelligent in the MAP_NOFAULT case so
dyson
1996-12-07
2
-7
/
+29
*
Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation
dyson
1996-11-30
4
-25
/
+37
*
Make the kernel smaller with at worst a neutral effect on perf by
dyson
1996-11-28
3
-34
/
+34
*
Improve the locality of reference for variables in vm_page and
dyson
1996-11-17
2
-27
/
+27
*
Vastly improved contigmalloc routine. It does not solve the
dyson
1996-11-05
1
-63
/
+153
*
Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default
dyson
1996-10-29
1
-2
/
+2
*
The way we get a vnode for swapdev is not quite kosher. In particular
phk
1996-10-27
1
-4
/
+18
*
Remove a bogus optimization in the mmap code. It is superfluous,
dyson
1996-10-24
1
-24
/
+5
*
Make processes waken up eligible for immediate swap-in.
dyson
1996-10-17
1
-3
/
+8
*
Clean up the rundown of the object backing a vnode. This should fix
dyson
1996-10-17
2
-2
/
+9
*
Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed
bde
1996-10-15
1
-4
/
+2
*
Move much of the machine dependent code from vm_glue.c into
dyson
1996-10-15
3
-110
/
+12
*
Remove a stale comment.
phk
1996-10-13
1
-2
/
+1
*
Removed __pure's and __pure2's. __pure is a no-op for recent versions
bde
1996-10-12
2
-10
/
+7
*
Make the default cache size optim to be 256K, the old default was
dyson
1996-10-06
1
-9
/
+10
*
Fix a problem with the page coloring code that the system will not always
dyson
1996-10-06
1
-3
/
+7
*
Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.
bde
1996-09-28
1
-4
/
+3
*
Reviewed by:
dyson
1996-09-28
4
-84
/
+111
*
Fixed bug with reversed trunc/round_page() in madvise...start must be
dg
1996-09-19
1
-3
/
+3
*
Removed iprintf(). It was copied to db_iprintf() in ddb.
bde
1996-09-15
2
-40
/
+2
*
Attached vm ddb commands `show map', `show vmochk', `show object',
bde
1996-09-14
4
-105
/
+113
*
The whole issue of not support VOP_LOCK for VBLK devices should be
dyson
1996-09-10
1
-3
/
+10
*
Fixed the use of the wrong variable in vm_map_madvise.
dyson
1996-09-08
1
-4
/
+4
*
Addition of page coloring support. Various levels of coloring are afforded.
dyson
1996-09-08
10
-109
/
+441
*
Improve the scalability of certain pmap operations.
dyson
1996-09-08
1
-2
/
+1
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
3
-7
/
+14
*
Backed out the recent changes/enhancements to the VM code. The
dyson
1996-07-30
11
-362
/
+207
*
Slight performance tweak for previous commit.
dg
1996-07-28
1
-2
/
+3
*
Undo part of the scalability commit. Many of the changes
dyson
1996-07-28
1
-29
/
+15
*
Allow sequentially created mmap'ed anonymous regions to coalesce. There
dyson
1996-07-27
1
-23
/
+33
*
Clean up some lint.
dyson
1996-07-27
1
-3
/
+3
*
Remove experimental header file. My test-build must have picked it
dyson
1996-07-27
1
-1
/
+3
*
Missing (prototype) change from the previous commit.
dyson
1996-07-27
1
-2
/
+2
*
This commit is meant to solve a couple of VM system problems or
dyson
1996-07-27
10
-209
/
+365
[next]