alc 89e5d72c2b Initialize the virtual memory-related resource limits in a single place.
Previously, one of these limits was initialized in two places to a
different value in each place.  Moreover, because an unsigned int was used
to represent the amount of pageable physical memory, some of these limits
were incorrectly initialized on 64-bit architectures.  (Currently, this
error is masked by login.conf's default settings.)

Make vm_thread_swapin() and vm_thread_swapout() static.

Submitted by:	bde (an earlier version)
Reviewed by:	kib
2010-04-11 16:26:07 +00:00
..
2010-04-07 18:24:38 +00:00
2010-04-11 13:51:20 +00:00
2010-04-07 18:52:51 +00:00
2010-03-27 06:53:11 +00:00
2010-04-10 13:54:00 +00:00
2010-04-07 16:29:10 +00:00
2010-04-09 23:00:24 +00:00