Searched hist:74525 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sbin/reboot/
H A Dreboot.cdiff 74525 Tue Mar 20 15:22:48 MST 2001 iedowse 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.

Completed in 160 milliseconds