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 mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
Makefile Removed the boot_*(8) man pages for machines we don't support: 1996-02-12 04:29:10 +00:00
reboot.8 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 16:52:27 +00:00
reboot.c Reboot(8) normally waits 5 seconds after sending SIGTERMs to all 2001-03-20 17:22:48 +00:00