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
*
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
*
Tighten up management of memory and swap space during map allocation,
dyson
1998-04-29
5
-127
/
+214
*
Fix a pseudo-swap leak problem. This mitigates "leaks" due to
dyson
1998-04-28
1
-14
/
+35
*
Correct copyright.
dyson
1998-04-25
2
-12
/
+5
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
3
-14
/
+14
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
2
-5
/
+5
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+2
*
Some VM improvements, including elimination of alot of Sig-11
dyson
1998-03-16
5
-33
/
+108
*
Fix for mmap of char devices bug as described in OpenBSD advisory of
guido
1998-03-12
1
-7
/
+36
*
Complement diagnostic messages about missing per-FS VOP page operations,
msmith
1998-03-09
1
-5
/
+14
*
Quell unneeded pageout daemon activity.
dyson
1998-03-08
1
-2
/
+2
*
Remove a very ill advised vm_page_protect. This was being called
dyson
1998-03-08
1
-2
/
+1
*
Some cruft left over from my megacommit. A page rotation optimization
dyson
1998-03-08
1
-7
/
+2
[next]