summaryrefslogtreecommitdiffstats
path: root/sbin/init
Commit message (Expand)AuthorAgeFilesLines
* MFC r314655:ngie2017-05-301-1/+1
* MFC r306808:kib2016-10-281-2/+7
* MFC r306807:kib2016-10-281-1/+9
* MFC r306605:sevan2016-10-101-2/+2
* For pointers use NULL instead of 0.araujo2016-05-161-4/+4
* When rerooting, take the init(8) path from argv[0] instead of fetchingtrasz2016-05-111-16/+9
* When rerooting, ignore ESRCH returned from kill(2). I couldn't reproducetrasz2016-05-111-1/+3
* Use NULL instead of 0 for pointers.araujo2016-04-191-4/+4
* Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
* Fix resource leaks in error cases.trasz2015-11-111-8/+9
* Userspace part of reroot support. This makes it possible to changetrasz2015-11-083-19/+281
* Disable suspend when we're shutting down. This solves the "tell FreeBSDcperciva2015-10-011-0/+14
* Add missing SIGUSR1 description.trasz2015-07-241-1/+2
* new dependssjg2015-06-161-0/+1
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-101-0/+1
| * | Merge headsjg2014-04-281-16/+4
| |\ \
| * \ \ Merge from headsjg2013-09-051-1/+2
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
* | | | | Convert sbin/ to LIBADDbapt2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Remove LOG_ODELAY because it does nothing.neel2014-08-171-1/+1
| |_|/ |/| |
* | | init: Remove code to track line numbers in /etc/ttys.jilles2014-02-081-16/+4
| |/ |/|
* | 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
* mdoc: terminate quoted strings.joel2012-03-261-1/+1
* Make init(8) slightly more robust when /dev/console is missing.ed2012-03-143-17/+34
* 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-112-40/+2
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-4/+4
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* init(8): Document that login(1) is now responsible for recording logouts.jilles2011-01-231-5/+5
* 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
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-15/+5
* Migrate init(8) towards utmpx.ed2010-01-132-5/+8
* Let init(8) and reboot(8) use utmpx to log wtmp entries.ed2009-12-052-7/+13
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-1/+0
* 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
* I understood the MLINK part incorrectly, it should be the other way aroundremko2007-06-011-1/+0
OpenPOWER on IntegriCloud