| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r337534-r337535 | Kyle Evans | 2019-04-21 | 1 | -83/+63 |
| * | MFC r337321, r337435, r337707, r337740, r337834, r337836, r337968 | Kyle Evans | 2019-04-21 | 2 | -10/+149 |
| * | MFC r315733, r315737, r315740, r330054: | Glen Barber | 2018-05-18 | 1 | -14/+36 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 2 | -4/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 2 | -0/+4 |
| * | MFC r320761: | Xin LI | 2017-08-02 | 1 | -6/+6 |
| * | MFC r314655: | Enji Cooper | 2017-05-30 | 1 | -1/+1 |
| * | MFC r306808: | Konstantin Belousov | 2016-10-28 | 1 | -2/+7 |
| * | MFC r306807: | Konstantin Belousov | 2016-10-28 | 1 | -1/+9 |
| * | MFC r306605: | Sevan Janiyan | 2016-10-10 | 1 | -2/+2 |
| * | For pointers use NULL instead of 0. | Marcelo Araujo | 2016-05-16 | 1 | -4/+4 |
| * | When rerooting, take the init(8) path from argv[0] instead of fetching | Edward Tomasz Napierala | 2016-05-11 | 1 | -16/+9 |
| * | When rerooting, ignore ESRCH returned from kill(2). I couldn't reproduce | Edward Tomasz Napierala | 2016-05-11 | 1 | -1/+3 |
| * | Use NULL instead of 0 for pointers. | Marcelo Araujo | 2016-04-19 | 1 | -4/+4 |
| * | Explicitly add more files to the 'runtime' package. | Glen Barber | 2016-02-09 | 1 | -0/+1 |
| * | Fix resource leaks in error cases. | Edward Tomasz Napierala | 2015-11-11 | 1 | -8/+9 |
| * | Userspace part of reroot support. This makes it possible to change | Edward Tomasz Napierala | 2015-11-08 | 3 | -19/+281 |
| * | Disable suspend when we're shutting down. This solves the "tell FreeBSD | Colin Percival | 2015-10-01 | 1 | -0/+14 |
| * | Add missing SIGUSR1 description. | Edward Tomasz Napierala | 2015-07-24 | 1 | -1/+2 |
| * | new depends | Simon J. Gerraty | 2015-06-16 | 1 | -0/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+19 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -2/+1 |
| | |\
| |/
|/| |
|
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -1/+1 |
| | |\ |
|
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+1 |
| | * | | Merge head | Simon J. Gerraty | 2014-04-28 | 1 | -16/+4 |
| | |\ \ |
|
| | * \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -1/+2 |
| | |\ \ \ |
|
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+20 |
| * | | | | | Convert sbin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| | |_|_|/
|/| | | |
|
| * | | | | Remove LOG_ODELAY because it does nothing. | Neel Natu | 2014-08-17 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | init: Remove code to track line numbers in /etc/ttys. | Jilles Tjoelker | 2014-02-08 | 1 | -16/+4 |
| | |/
|/| |
|
| * | | init: Set kernel login class and CPU mask on new processes. | Jilles Tjoelker | 2013-08-13 | 1 | -1/+2 |
| |/ |
|
| * | init: Remove unnecessary 2-second delay before calling reboot(2). | Jilles Tjoelker | 2012-05-25 | 1 | -2/+0 |
| * | Properly clear the O_NONBLOCK flag after opening the TTY. | Ed Schouten | 2012-04-06 | 1 | -1/+5 |
| * | mdoc: terminate quoted strings. | Joel Dahl | 2012-03-26 | 1 | -1/+1 |
| * | Make init(8) slightly more robust when /dev/console is missing. | Ed Schouten | 2012-03-14 | 3 | -17/+34 |
| * | Fix whitespace. | Ed Schouten | 2012-03-11 | 1 | -8/+8 |
| * | Handle NULL return from crypt(3). Mostly from DragonFly | Kevin Lo | 2012-02-22 | 1 | -1/+2 |
| * | Move utmpx handling out of init(8). | Ed Schouten | 2012-02-11 | 2 | -40/+2 |
| * | Add missing static keywords for global variables to tools in sbin/. | Ed Schouten | 2011-11-04 | 1 | -4/+4 |
| * | - change "is is" to "is" or "it is" | Eitan Adler | 2011-10-16 | 1 | -1/+1 |
| * | init(8): Document that login(1) is now responsible for recording logouts. | Jilles Tjoelker | 2011-01-23 | 1 | -5/+5 |
| * | init: Only run /etc/rc.shutdown if /etc/rc was run. | Jilles Tjoelker | 2011-01-23 | 1 | -10/+35 |
| * | Remove stale inclusion of <ulog.h>. | Ed Schouten | 2010-01-27 | 1 | -1/+0 |
| * | Remove stale references to utmp(5) and its corresponding filenames. | Ed Schouten | 2010-01-21 | 1 | -15/+5 |
| * | Migrate init(8) towards utmpx. | Ed Schouten | 2010-01-13 | 2 | -5/+8 |
| * | Let init(8) and reboot(8) use utmpx to log wtmp entries. | Ed Schouten | 2009-12-05 | 2 | -7/+13 |
| * | Switch the default WARNS level for sbin/ to 6. | Ruslan Ermilov | 2009-10-19 | 1 | -1/+0 |