alc 2006-04-25 17:27:24 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageq.c
Log:
Add synchronization to vm_pageq_add_new_page() so that it can be called
safely after kernel initialization. Remove GIANT_REQUIRED.
MFC after: 6 weeks
Revision
alc 2006-01-27 21:06:37 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageq.c
Log:
Style: Add blank line after local variable declarations.
Revision ChangesPath
1.24 +1 -0 src/sys/vm/vm_pageq.c
___
netchild2006-01-04 19:19:42 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageq.c
Log:
Convert the PAGE_SIZE check into a CTASSERT.
Suggested by: jhb
Revision ChangesPath
1.21 +3 -1 src/sys/vm/vm_pageq.c
__
netchild2006-01-04 18:26:54 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageq.c
Log:
Prevent divide by zero, use default values in case one of the divisor's
is zero.
Tested by: Randy Bush <[EMAIL PROTECTED]>
Revision ChangesPath
1.20