aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
Commit message (Expand)AuthorAgeFilesLines
* For pointers use NULL instead of 0.Marcelo Araujo2016-05-161-4/+4
* When rerooting, take the init(8) path from argv[0] instead of fetchingEdward Tomasz Napierala2016-05-111-16/+9
* When rerooting, ignore ESRCH returned from kill(2). I couldn't reproduceEdward Tomasz Napierala2016-05-111-1/+3
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-191-4/+4
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Fix resource leaks in error cases.Edward Tomasz Napierala2015-11-111-8/+9
* Userspace part of reroot support. This makes it possible to changeEdward Tomasz Napierala2015-11-083-19/+281
* Disable suspend when we're shutting down. This solves the "tell FreeBSDColin Percival2015-10-011-0/+14
* Add missing SIGUSR1 description.Edward Tomasz Napierala2015-07-241-1/+2
* new dependsSimon J. Gerraty2015-06-161-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+1
| * | Merge headSimon J. Gerraty2014-04-281-16/+4
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-051-1/+2
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | 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