aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
Commit message (Expand)AuthorAgeFilesLines
* Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
* Remove LOG_ODELAY because it does nothing.Neel Natu2014-08-171-1/+1
* init: Remove code to track line numbers in /etc/ttys.Jilles Tjoelker2014-02-081-16/+4
* init: Set kernel login class and CPU mask on new processes.Jilles Tjoelker2013-08-131-1/+2
* init: Remove unnecessary 2-second delay before calling reboot(2).Jilles Tjoelker2012-05-251-2/+0
* Properly clear the O_NONBLOCK flag after opening the TTY.Ed Schouten2012-04-061-1/+5
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
* Make init(8) slightly more robust when /dev/console is missing.Ed Schouten2012-03-143-17/+34
* Fix whitespace.Ed Schouten2012-03-111-8/+8
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-1/+2
* Move utmpx handling out of init(8).Ed Schouten2012-02-112-40/+2
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-4/+4
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* init(8): Document that login(1) is now responsible for recording logouts.Jilles Tjoelker2011-01-231-5/+5
* init: Only run /etc/rc.shutdown if /etc/rc was run.Jilles Tjoelker2011-01-231-10/+35
* Remove stale inclusion of <ulog.h>.Ed Schouten2010-01-271-1/+0
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-15/+5
* Migrate init(8) towards utmpx.Ed Schouten2010-01-132-5/+8
* Let init(8) and reboot(8) use utmpx to log wtmp entries.Ed Schouten2009-12-052-7/+13
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Remove redundant code from runshutdown() now tcsetsid(3) works reliably.Ed Schouten2009-06-151-18/+1
* Fix the staircase issue properly this time.Ed Schouten2009-06-141-0/+8
* Static-ify procedures in init(8).Xin LI2008-09-271-80/+80
* Addition style(9) change.David E. O'Brien2007-11-201-3/+3
* style(9)David E. O'Brien2007-11-201-95/+96
* I understood the MLINK part incorrectly, it should be the other way aroundRemko Lodder2007-06-011-1/+0
* Patches to allow one to allow one to specify a directory to chroot to.Warner Losh2007-02-041-63/+139
* Fix typo: effected -> affectedRalf S. Engelschall2007-01-021-1/+1
* Reparent the process that executes the window= command from the ttysKonstantin Belousov2006-06-081-1/+13
* use standard mode instead of 500 for /sbin/init.Luigi Rizzo2006-02-281-1/+0
* -mdoc sweep.Ruslan Ermilov2005-11-181-2/+3
* Fix system shutdown timeout handling by again supporting longer runningRalf S. Engelschall2005-09-152-2/+8
* Moved descriptions of securelevels from init(7) to security(7).Gary W. Swearingen2005-09-031-62/+5
* Sort sections.Ruslan Ermilov2005-01-181-17/+17
* Make WARNS=6 happy with our init(8):Xin LI2005-01-112-25/+40
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+2
* Turns out that revision 1.52 was a bad idea. It broke the longWarner Losh2004-09-281-1/+1
* Add references to pf(4) and pfctl(8) at the description ofGiorgos Keramidas2004-07-221-2/+7
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+7
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-093-12/+1
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-111-2/+2
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Mention that securelevel 1 also blocks access to /dev/io if itMaxime Henrion2004-02-201-2/+3
* Fix the case where one goes from zero to more than zero items enabledWarner Losh2003-12-051-3/+0
* Make init statically linked by default. It's not worth the pain of havingGordon Tetlow2003-11-191-0/+2
* - Add some information about how init, securelevel, and jailsKen Smith2003-11-111-1/+17
* Add section number to .XrPhilippe Charnier2003-06-081-1/+1
* There are 5 securelevels, not 4.Giorgos Keramidas2003-03-261-1/+1