summaryrefslogtreecommitdiffstats
path: root/sbin/init/init.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r290689:trasz2016-01-121-8/+9
* MFC r290548:trasz2016-01-121-15/+269
* MFC r288446: Disable suspend during shutdown.cperciva2015-10-081-0/+14
* init: Set kernel login class and CPU mask on new processes.jilles2013-08-131-1/+2
* init: Remove unnecessary 2-second delay before calling reboot(2).jilles2012-05-251-2/+0
* Properly clear the O_NONBLOCK flag after opening the TTY.ed2012-04-061-1/+5
* Make init(8) slightly more robust when /dev/console is missing.ed2012-03-141-11/+27
* Fix whitespace.ed2012-03-111-8/+8
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-221-1/+2
* Move utmpx handling out of init(8).ed2012-02-111-31/+0
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-4/+4
* init: Only run /etc/rc.shutdown if /etc/rc was run.jilles2011-01-231-10/+35
* Remove stale inclusion of <ulog.h>.ed2010-01-271-1/+0
* Migrate init(8) towards utmpx.ed2010-01-131-3/+6
* Let init(8) and reboot(8) use utmpx to log wtmp entries.ed2009-12-051-5/+11
* Remove redundant code from runshutdown() now tcsetsid(3) works reliably.ed2009-06-151-18/+1
* Fix the staircase issue properly this time.ed2009-06-141-0/+8
* Static-ify procedures in init(8).delphij2008-09-271-80/+80
* Addition style(9) change.obrien2007-11-201-3/+3
* style(9)obrien2007-11-201-95/+96
* Patches to allow one to allow one to specify a directory to chroot to.imp2007-02-041-63/+139
* Reparent the process that executes the window= command from the ttyskib2006-06-081-1/+13
* Fix system shutdown timeout handling by again supporting longer runningrse2005-09-151-1/+1
* Make WARNS=6 happy with our init(8):delphij2005-01-111-24/+39
* Turns out that revision 1.52 was a bad idea. It broke the longimp2004-09-281-1/+1
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Fixed misspellings of 0 as NULL.bde2004-03-111-2/+2
* Fix the case where one goes from zero to more than zero items enabledimp2003-12-051-3/+0
* Back out the previous commit, since there could be dire consequences ifgreen2002-12-171-4/+0
* /home/green/tmp/cvsSFosXggreen2002-12-171-0/+4
* Give up on a tty if opening it's special file returns ENOENT like we do forjhb2002-09-271-1/+1
* I should have committed this ages ago...mux2002-08-031-3/+15
* o remove __Pimp2002-03-201-160/+64
* Remove 'register' keyword.obrien2002-03-201-18/+18
* Allow reboot during runcom.des2001-10-151-0/+3
* Silence non-constant format string warnings by marking functionskris2001-08-191-9/+9
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+1
* Fix typo which could lead to memory leak.mikeh2001-06-201-1/+1
* Fix typo present since 1997: single used mode -> single user mode.asmodai2001-03-031-1/+1
* Fix a cosmetic problem with some very defensive programming: The devfsphk2001-02-081-1/+17
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Mount DEVFS with no options.phk2000-08-261-1/+1
* Remove unused include.asmodai2000-05-011-1/+0
* Add include of errno.h where needed, remove extern int errno where not.imp2000-04-141-2/+0
* detect deleted tty lines in /etc/ttys.alfred2000-02-191-1/+25
* Finish up umntall support. init now passed an argument to thedillon1999-11-221-3/+8
* FreeBSD kernel doesn't allow any process to decrease securelevel. So,kato1999-09-061-6/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a non-critical memory leak.ru1999-07-231-4/+6
* Bring in System V run-level patches (turned off by default).ru1999-06-181-4/+37
OpenPOWER on IntegriCloud