aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* rc.subr add Exists so we can find sedSimon J. Gerraty2024-02-121-5/+35
* rc.subr avoid noise if /usr not mountedSimon J. Gerraty2024-02-101-6/+29
* /etc/rc add trace debug and verifySimon J. Gerraty2024-02-091-5/+228
* Spaces to tabs for consistency. No content change.Jens Schweikhardt2023-11-181-2/+2
* rc.subr: don't require service to be enabled for `status`Daniel Tameling2023-09-211-2/+3
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* cpuset(8): move to /bin/Enji Cooper2023-08-111-2/+2
* /etc/rc.subr: rename sysctl.conf.d to sysctl.kld.dDoug Rabson2023-07-151-2/+2
* /etc/rc.subr: add support for kld sysctl variablesDoug Rabson2023-07-141-0/+3
* rc.subr(8): delete debug cpuset helperEnji Cooper2023-05-131-5/+0
* rc.subr(8): run `trailing-whitespace-fixer`Enji Cooper2023-05-111-5/+5
* rc: add support for cpuset(1)Miroslav Lachman2023-05-111-2/+30
* rc: ignore .pkgsave filesMina Galić2023-03-151-1/+14
* rc.subr: Minor formatting fix for ac102a2a6David E. O'Brien2022-12-291-2/+2
* rc.conf(5): add <service>_umask to run the service using this valueEugene Grosbein2022-08-281-1/+9
* rc: add ${name}_setup script supportFranco Fichtner2022-08-151-3/+11
* rc.subr: Fix a typoMateusz Piotrowski2022-07-081-1/+1
* rc.subr: Make sure oomprotect protects existing childrenMike Walker2022-07-081-1/+1
* Introduce startmsg and use it in rc scriptsJose Luis Duran2022-03-131-1/+10
* rc.subr: boottrace annotationsMitchell Horne2022-02-221-1/+28
* Allow rc.d script to provide "status" method, even if it does notMaxim Sobolev2021-08-201-0/+5
* rc.subr: use _pidcmd to determine pid for protectMariusz Zaborski2021-06-241-3/+3
* Remove trailing tab.Cy Schubert2019-10-271-1/+1
* rc: Honor ${name}_env when a custom *_cmd is defined (e.g., start_cmd)Mateusz Piotrowski2019-09-051-0/+3
* Revert r346017 pending compiled-in zfs fixChris Rees2019-04-101-12/+31
* Remove now unnecessary kldstat check before attempting to load modules.Chris Rees2019-04-071-31/+12
* rc.subr: Fix typoKyle Evans2019-01-061-2/+2
* rc.subr: Provide rc_service variable for service scriptsKyle Evans2019-01-051-0/+12
* rc.subr: Implement list_vars without using 'read'Conrad Meyer2018-12-111-7/+19
* Add new rc keywords: enable, disable, deleteDevin Teske2018-10-311-3/+29
* Move the rc framework out of sbin/init into libexec/rc.Bjoern A. Zeeb2018-10-171-0/+2139