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
*
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
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
6
-30
/
+36
*
Changed the log() of "Out of mbuf clusters - increase maxusers" to a
dg
1998-06-05
1
-2
/
+2
*
Cleanup and remove some dead code from the initialization.
dyson
1998-06-02
1
-15
/
+5
*
Correct sleep priority.
dyson
1998-06-02
1
-2
/
+2
*
Support a 16K first level cache for 512K 2nd level. Also, add support
dyson
1998-05-24
1
-2
/
+11
*
Make flushing dirty pages work correctly on filesystems that
dyson
1998-05-21
2
-7
/
+17
*
Make the previous commit compile..
peter
1998-05-19
1
-1
/
+3
*
Plug hole reported on Bugtraq: do not allow mmap with WRITE privs for
guido
1998-05-18
1
-6
/
+18
*
An important fix for proper inheritance of backing objects for
dyson
1998-05-16
1
-2
/
+15
*
Fix the shm panic. I mistakenly used the shadow_count to keep the object
dyson
1998-05-04
2
-4
/
+5
*
Work around some VM bugs, the worst being an overly aggressive
dyson
1998-05-04
3
-25
/
+39
*
Another minor cleanup of the split code. Make sure that pages are
dyson
1998-05-02
1
-2
/
+15
*
Seatbelts for vm_page_bits() in case a file offset is passed in rather than
peter
1998-05-02
1
-2
/
+3
*
Fix minor bug with new over used swap fix.
dyson
1998-05-01
1
-1
/
+2
*
Add a needed prototype, and fix a panic problem with the new
dyson
1998-04-29
1
-1
/
+4
[next]