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
*
cleanup madvise code, add a few more sanity checks.
dillon
1999-09-21
3
-50
/
+89
*
Final commit to remove vnode->v_lastr. vm_fault now handles read
dillon
1999-09-21
1
-36
/
+43
*
Fix bug in pipe code relating to writes of mmap'd but illegal address
dillon
1999-09-20
1
-1
/
+1
*
Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsync
dillon
1999-09-17
1
-2
/
+4
*
Add 'lastr' field to vm_map_entry in preparation for its removal
dillon
1999-09-17
1
-0
/
+1
*
The vnode pager (used when you do file-backed mmaps) must use the
dillon
1999-09-17
1
-3
/
+11
*
Fix a number of spl bugs related to reserving and freeing swap space.
dillon
1999-09-17
2
-292
/
+234
*
Add required BUF_KERNPROC to flushchainbuf() to disassociate the
dillon
1999-09-17
1
-0
/
+1
*
Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
dillon
1999-09-17
5
-116
/
+188
*
$Id$ -> $FreeBSD$
peter
1999-08-28
34
-34
/
+34
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
1
-6
/
+2
*
When the SYSINIT() was removed, it was replaced with a make_dev on-demand
green
1999-08-24
1
-1
/
+2
*
Use devtoname to print dev_t's instead of casting them to u_long for
bde
1999-08-23
1
-6
/
+7
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-33
/
+6
*
Correct the inconsistent formatting in struct vm_map.
alc
1999-08-23
1
-2
/
+2
*
struct vm_map:
alc
1999-08-23
1
-2
/
+9
*
Remove two unused variable declarations.
alc
1999-08-22
1
-3
/
+1
*
vm_page_alloc and contigmalloc1:
alc
1999-08-20
1
-3
/
+3
*
Update for run queue code.
peter
1999-08-19
1
-2
/
+2
*
Fix breakage - an extra brace got inserted where DIAGNOSTIC was defined
mjacob
1999-08-18
1
-2
/
+1
*
Unbreak the nfs KLD_MODULE. It needs a bit more of vm_page.h than was
green
1999-08-17
1
-3
/
+5
*
vm_page_free_toq:
alc
1999-08-17
1
-10
/
+2
*
Correct an accidental omission of one "vm_page_undirty" replacement
alc
1999-08-17
1
-2
/
+2
*
vm_page_free_toq:
alc
1999-08-17
1
-1
/
+2
*
Add the (inline) function vm_page_undirty for clearing the dirty bitmask
alc
1999-08-17
3
-6
/
+18
*
vm_pageout_clean:
alc
1999-08-17
1
-27
/
+1
*
vm_map_lock*:
alc
1999-08-16
1
-41
/
+52
*
Remove the declarations for "vm_map_t io_map". It's been unused
alc
1999-08-15
3
-7
/
+3
*
Remove the declarations for "vm_map_t u_map". It's been unused
alc
1999-08-15
3
-7
/
+3
*
contigmalloc1 (currently) depends on PQ_FREE and PQ_CACHE not being 0
alc
1999-08-15
1
-2
/
+2
*
Add back in old definitions if we're compiling for alpha.
mjacob
1999-08-15
1
-1
/
+10
*
Don't create a "struct vpgqueues" for PQ_NONE.
alc
1999-08-14
1
-7
/
+7
*
vm_map_madvise:
alc
1999-08-13
1
-60
/
+85
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
1
-4
/
+4
*
Make the default page coloring parameters match a (non-Xeon) Pentium II/III.
alc
1999-08-12
1
-2
/
+8
*
vm_object_madvise:
alc
1999-08-12
1
-6
/
+16
*
vm_object_madvise:
alc
1999-08-12
1
-9
/
+11
*
contigmalloc1:
alc
1999-08-11
1
-7
/
+5
*
Add a contigfree() as a corollary to contigmalloc() as it's not clear
peter
1999-08-10
1
-1
/
+10
*
vm_map_madvise:
alc
1999-08-10
1
-17
/
+3
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
2
-7
/
+3
*
Move the memory access behavior information provided by madvise
alc
1999-08-01
5
-19
/
+34
*
Change the type of vpgqueues::lcnt from "int *" to "int". The indirection
alc
1999-07-31
2
-20
/
+18
*
vm_page_queue_init:
alc
1999-07-31
1
-9
/
+4
*
Reduce the number of "magic constants" used for page coloring
alc
1999-07-22
1
-7
/
+1
*
Fix the following problem:
alc
1999-07-21
3
-3
/
+8
*
Make a dev2budev() function, and use it. This refixes pstat (working, broken,
green
1999-07-20
1
-2
/
+2
*
Convert a "page not busy" warning to an assertion.
alc
1999-07-20
1
-7
/
+3
*
Add a field to struct swdevt to avoid a bogus udev2dev() call.
phk
1999-07-17
1
-2
/
+3
[next]