summaryrefslogtreecommitdiff
path: root/sbin/init
AgeCommit message (Expand)Author
2025-09-16init: Use root's home directory in single-user modeJilles Tjoelker
2025-04-22Search for mntopts.h globally, not locallyBrooks Davis
2025-04-22Move mntopts(3) suppport into libutilBrooks Davis
2024-10-07manuals: Fix "missing end of block" errorsGraham Percival
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-17Use 115200 bps by default for serial communicationEd Maste
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-10-11init: allow to start script executions with sh -o verifySebastien Bini
2022-09-06init: fix shutdown raceCorvin Köhne
2022-02-21init(8): use proper boolean type for globalsMitchell Horne
2022-02-21boottrace: annotate init and shutdown utilitiesMitchell Horne
2021-07-22init: execute /etc/rc.final after all user processes have terminatedKyle Evans
2021-07-06etc/ttys: add xen consoleJulien Grall
2021-07-06etc/ttys: merge ttys file down to single fileElliott Mitchell
2021-05-04ttys: diff reductionWarner Losh
2021-03-02init: use explicit_bzero() for clearing passwordsKyle Evans
2020-12-25sbin/init: Reduce code duplication by using %m for error messageXin LI
2020-09-02Remove risky compatability with old kernelsBrooks Davis
2020-07-28- Cleanups related to sparc64 removal.Yoshihiro Takahashi
2020-02-05init(8): set environment variables from the "daemon" class as wellKyle Evans
2020-01-17Small tweak to the default behavior of shutdown -cWarner Losh
2019-10-03add ability to set watchdog timeout for a shutdownAndriy Gapon
2019-03-26init: pedantic correction to "can't exec" script warningEd Maste
2018-10-17Move the rc framework out of sbin/init into libexec/rc.Bjoern A. Zeeb
2018-10-05Fix information about $firewall_myservicesDanilo G. Baio
2018-09-28Run 32-bit compat ldconfig on mips64.John Baldwin
2018-09-27Remove -m (update) from ldconfig -32 & -soft invocation on startup.Konstantin Belousov
2018-09-04Move etc/ttys to sbin/init/.Brad Davis
2018-08-23Implement blacklisting for devmatchWarner Losh
2018-08-23Improve devmatch driver loadingWarner Losh
2018-08-17Consistently use NULL to terminate the argv; no functional changes.Edward Tomasz Napierala
2018-08-15Add SECURITY section to loader(8).Edward Tomasz Napierala
2018-08-14Add init_exec kenv(1) variable, to make init(8) execute a fileEdward Tomasz Napierala
2018-08-09Use NULLs instead of casted zeroes, for consistency.Edward Tomasz Napierala
2018-08-09Refactor common code into execute_script().Edward Tomasz Napierala
2018-08-07Move description of init_shell, init_script, and init_chroot kenvEdward Tomasz Napierala
2018-08-06dhclient: Don't chroot if we are in capability mode.Mark Johnston
2018-08-04Make it possible for init to execute any executable, not just sh(1)Edward Tomasz Napierala
2018-07-29Fix a variable name typo in r336845 that prevented the rc.d scriptsDon Lewis
2018-07-29Fix a typo that prevented some rc scripts from being installed.Brad Davis
2018-07-28Switch these to CONFS as well so they work with etcupdate/mergemaster.Brad Davis
2018-07-28Opps, I missed moving a couple of files in r336845.Brad Davis
2018-07-28Move rc startup scripts from etc/ to sbin/init/Brad Davis
2018-02-27Improve missing tty handling in init(8). This removes a check that didEdward Tomasz Napierala