freebsd-dev/sbin/init
Ed Schouten 4ae35b5d2a Fix the staircase issue properly this time.
Even though I thought this bug was somewhere in the TTY layer, it turns
out init(8) doesn't make sure /dev/console is opened initially properly.
I've added revoke() to two pieces of code:

- death(): Apart from killing the gettys on shutdown, this doesn't
  guarantee the TTY to be closed immediately.
- runshutdown(): Just like setctty(), we should revoke /dev/console.
  Applications like syslogd may have file descriptors to the console.
2009-06-14 17:00:35 +00:00
..
init.8 Fix typo: effected -> affected 2007-01-02 09:12:37 +00:00
init.c Fix the staircase issue properly this time. 2009-06-14 17:00:35 +00:00
Makefile I understood the MLINK part incorrectly, it should be the other way around 2007-06-01 21:48:07 +00:00
NOTES
pathnames.h