aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-275-11/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* Use 115200 bps by default for serial communicationEd Maste2023-08-171-2/+2
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* init: allow to start script executions with sh -o verifySebastien Bini2022-10-111-23/+30
* init: fix shutdown raceCorvin Köhne2022-09-061-3/+3
* init(8): use proper boolean type for globalsMitchell Horne2022-02-221-13/+11
* boottrace: annotate init and shutdown utilitiesMitchell Horne2022-02-221-6/+78
* init: execute /etc/rc.final after all user processes have terminatedKyle Evans2021-07-233-3/+66
* etc/ttys: add xen consoleJulien Grall2021-07-061-0/+2
* etc/ttys: merge ttys file down to single fileElliott Mitchell2021-07-068-291/+2
* ttys: diff reductionWarner Losh2021-05-043-13/+13
* init: use explicit_bzero() for clearing passwordsKyle Evans2021-03-031-1/+1
* sbin/init: Reduce code duplication by using %m for error messageXin LI2020-12-261-28/+25
* Remove risky compatability with old kernelsBrooks Davis2020-09-021-20/+2
* - Cleanups related to sparc64 removal.Yoshihiro Takahashi2020-07-281-54/+0
* init(8): set environment variables from the "daemon" class as wellKyle Evans2020-02-051-0/+1
* Small tweak to the default behavior of shutdown -cWarner Losh2020-01-171-2/+4
* add ability to set watchdog timeout for a shutdownAndriy Gapon2019-10-031-1/+10
* init: pedantic correction to "can't exec" script warningEd Maste2019-03-261-1/+1
* Move the rc framework out of sbin/init into libexec/rc.Bjoern A. Zeeb2018-10-17178-17154/+1
* Fix information about $firewall_myservicesDanilo G. Baio2018-10-051-1/+1
* Run 32-bit compat ldconfig on mips64.John Baldwin2018-09-281-1/+1
* Remove -m (update) from ldconfig -32 & -soft invocation on startup.Konstantin Belousov2018-09-271-2/+2
* Move etc/ttys to sbin/init/.Brad Davis2018-09-049-1/+398
* Implement blacklisting for devmatchWarner Losh2018-08-232-5/+12
* Improve devmatch driver loadingWarner Losh2018-08-231-2/+4
* Consistently use NULL to terminate the argv; no functional changes.Edward Tomasz Napierala2018-08-171-7/+7
* Add SECURITY section to loader(8).Edward Tomasz Napierala2018-08-151-1/+10
* Add init_exec kenv(1) variable, to make init(8) execute a fileEdward Tomasz Napierala2018-08-142-1/+33
* Use NULLs instead of casted zeroes, for consistency.Edward Tomasz Napierala2018-08-091-7/+7
* Refactor common code into execute_script().Edward Tomasz Napierala2018-08-091-76/+56
* Move description of init_shell, init_script, and init_chroot kenvEdward Tomasz Napierala2018-08-071-1/+69
* dhclient: Don't chroot if we are in capability mode.Mark Johnston2018-08-061-1/+1
* Make it possible for init to execute any executable, not just sh(1)Edward Tomasz Napierala2018-08-041-2/+32
* Fix a variable name typo in r336845 that prevented the rc.d scriptsDon Lewis2018-07-291-1/+4
* Fix a typo that prevented some rc scripts from being installed.Brad Davis2018-07-291-14/+14
* Switch these to CONFS as well so they work with etcupdate/mergemaster.Brad Davis2018-07-281-9/+9
* Opps, I missed moving a couple of files in r336845.Brad Davis2018-07-2810-0/+5657
* Move rc startup scripts from etc/ to sbin/init/Brad Davis2018-07-28168-0/+11485
* Improve missing tty handling in init(8). This removes a check that didEdward Tomasz Napierala2018-02-271-14/+36
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Implement power cycle in init.Warner Losh2017-10-252-3/+5
* Correct sense of crypt(3) NULL checks in init(8) and lock(1)Conrad Meyer2017-10-031-1/+1
* - Use strlcat() instead of strncat().Xin LI2017-07-071-6/+6