freebsd-dev/sbin/reboot
Ian Dowse 85ae580ccb Reboot(8) normally waits 5 seconds after sending SIGTERMs to all
processes and then sends SIGKILLs. If a lot of processes are swapped
out, this delay may not be long enough, so processes such as an X
server may be killed before they have had time to clean up properly.

Make this delay more dynamic by waiting up to 60 seconds for swap
page-in activity to end. While I'm here, ANSIfy and remove a
`register' specifier.
2001-03-20 17:22:48 +00:00
..
boot_i386.8
Makefile
reboot.8
reboot.c Reboot(8) normally waits 5 seconds after sending SIGTERMs to all 2001-03-20 17:22:48 +00:00