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
*
Implemented zero-copy TCP/IP extensions via sendfile(2) - send a
dg
1998-11-05
1
-3
/
+1
*
Add John Dyson's SYSCTL descriptions, and an export of more stats to
peter
1998-10-31
3
-16
/
+118
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
2
-5
/
+5
*
Fixed wrong comments in and about vm_page_deactivate().
dg
1998-10-28
1
-13
/
+3
*
Added a second argument, "activate" to the vm_page_unwire() call so that
dg
1998-10-28
3
-11
/
+19
*
Added needed splvm() protection around object page traversal in
dg
1998-10-27
1
-1
/
+4
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-7
/
+4
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
5
-23
/
+9
*
Oops, revert part of last fix. vm_pager_dealloc() can't be called until
dg
1998-10-23
1
-7
/
+8
*
Fixed two bugs in recent commit: in vm_object_terminate, vm_pager_dealloc
dg
1998-10-23
1
-8
/
+10
*
Make the VM system handle the case where a terminating object contains
dg
1998-10-22
1
-43
/
+31
*
Convert fake page allocs to use the zone allocator, thus eliminating the
dg
1998-10-22
1
-14
/
+8
*
Set m->object to NULL in dev_pager_getfake().
dg
1998-10-21
1
-1
/
+2
*
Nuked PG_TABLED flag. Replaced with m->object != NULL.
dg
1998-10-21
2
-10
/
+5
*
Add a diagnostic printf for freeing a wired page. This will eventually
dg
1998-10-21
1
-1
/
+2
*
Fixed two potentially serious classes of bugs:
dg
1998-10-13
11
-45
/
+47
*
Fix a panic on SMP systems, caused by sleeping while holding a
jdp
1998-10-09
1
-1
/
+13
*
Fix a bug in which a page index was used where a byte offset was
jdp
1998-10-01
1
-2
/
+2
*
Make #define NO_SWAPPING a normal kernel config option.
abial
1998-09-29
2
-2
/
+4
*
John Dyson approved of this solution; make vnode_pager_input_old set m->valid
rvb
1998-09-28
1
-1
/
+3
*
Be more selctive about when we clear p->valid.
dg
1998-09-28
1
-3
/
+5
*
Removed unused file.
bde
1998-09-20
1
-46
/
+0
*
Instantiate `nfs_mount_type' in a standard file so that it is present
bde
1998-09-05
1
-3
/
+2
*
Cosmetic changes to the PAGE_XXX macros to make them consistent with
dfr
1998-09-04
10
-104
/
+130
*
Separate wakeup conditions for page I/O count (pg_busy) and lock (PG_BUSY).
wollman
1998-09-01
1
-4
/
+3
*
Fix a rounding problem that causes vnode pager to fail to remove the last
luoqi
1998-08-25
1
-11
/
+9
*
Change various syscalls to use size_t arguments instead of u_int.
dfr
1998-08-24
12
-119
/
+143
*
Correct/clarify some comments.
mckay
1998-08-22
1
-3
/
+3
*
Protect all modifications to paging_in_progress with splvm().
dfr
1998-08-13
1
-1
/
+3
*
Protect all modifications to paging_in_progress with splvm(). The i386
dfr
1998-08-06
5
-14
/
+25
*
Fixed two spl nesting bugs. They caused (at least) the entire pageout
bde
1998-07-28
1
-2
/
+2
*
Notify pmap when a page is freed on the alpha to allow it to clean up
dfr
1998-07-26
2
-2
/
+9
*
Improved pager input failure message.
dg
1998-07-22
1
-3
/
+3
*
There is a comment in vm_param.h which doesn't belong to the
phk
1998-07-22
1
-5
/
+1
*
Cast pointers to [u]intptr_t instead of to [unsigned] long.
bde
1998-07-15
1
-2
/
+2
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
2
-5
/
+5
*
Print pointers using %p instead of attempting to print them by
bde
1998-07-14
1
-12
/
+13
*
Print pointers using %p instead of attempting to print them by
bde
1998-07-14
1
-14
/
+17
*
Fixed printf format errors.
bde
1998-07-11
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-07-11
3
-12
/
+20
*
Fixed printf format errors.
bde
1998-07-11
4
-17
/
+23
*
Removed no longer valid comment about swb_block being int instead of
alex
1998-07-10
1
-2
/
+2
*
Removed unnecessary test from if/else construct.
alex
1998-07-10
1
-2
/
+2
*
Don't truncate the return value of mmap to sizeof(int).
dfr
1998-07-05
1
-2
/
+2
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-7
/
+23
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
3
-8
/
+8
*
document some VM paging options for cache sizes:
jmg
1998-06-30
1
-1
/
+3
*
Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().
phk
1998-06-25
1
-13
/
+9
*
Removed unused includes.
bde
1998-06-21
3
-9
/
+3
*
Removed unused includes.
bde
1998-06-21
3
-7
/
+3
[next]