summaryrefslogtreecommitdiff
path: root/etc/rc
AgeCommit message (Expand)Author
2023-02-07Implement lockdoc_test kernel module; hook run-bench.sh in/etc/rc; add networ...lockdoc-9.3-0.1Merlin Scholz
2017-03-20set cloexec to the rc postprocessor fd (rudolf in tech-userlevel)christos
2017-02-02add +christos
2017-02-02set 7 and 8 to close on exec.christos
2014-07-29In the background subshell that flushes partial output every fewapb
2014-07-27In rc.subr, add _have_rc_postprocessor function and use it instead ofapb
2014-04-09Send a "nop" metadata message to the postprocessor every few seconds,apb
2014-04-09Add comments about the intended use of each type of metadata message.apb
2011-08-11Allow "echo -n" to work as expected in rc.d scripts that are executedapb
2010-06-04print human readable exit code.christos
2009-09-11Add a postprocessor to /etc/rc, which logs messages to /var/run/rc.log,apb
2009-04-10Add rc_directories to specify where to look for rc scripts.joerg
2003-01-04Change how internal boolean variables are used to:lukem
2002-05-19Add two new rc.conf(5) variables:lukem
2002-04-18consistently set rc_(fast|force)=yeslukem
2002-03-22- Rename a bunch of "internal" run_rc_command() variables and officiallylukem
2001-06-14use symbolic signal names instead of numberslukem
2001-05-09explicitly set the umask to 022 to be safelukem
2001-03-12move date before rcorderlukem
2001-02-28various speed-ups (and related work):lukem
2000-12-15- describe what rc.shutdown does, and what invokes itlukem
2000-08-21don't start rc.d scripts with a `nostart' keywordlukem
2000-04-22revert previous; the fast-start functionality already existed, andlukem
2000-04-19Add an "rc_fastboot" variable check in rc.subr, that if set addssimonb
2000-03-29Check rc_configured also here, and bail out if it isn't set to yes.enami
2000-03-10run scripts in /etc/rc.d/* in the order returned by rcorderlukem
2000-03-07make clearing of /tmp after reboot configurable (default on), as per recentjdolecek
2000-02-09ip6forwarding -> ip6mode change (somehow i forgot to commit...)itojun
2000-02-05change IPv6 configuration syntax to avoid ambiguity.itojun
2000-01-31Allow NFS servers to start up.jdc
2000-01-19Start automount daemon even if NFS client is not activated. This makestron
2000-01-19Make some warning message consistient with others.enami
2000-01-07Since the logger(1) puts space between its arguments, there is no needenami
2000-01-07Make sure that warning message starts from the beginning of line. Someenami
2000-01-07Cosmetic changes; folding long lines, using tab instead of spaces whereenami
2000-01-04don't need to background xfs now that it auto-backgrounds itself...lukem
1999-11-23Add some boot time warnings:hubertf
1999-11-23accounting should be controllable via $accounting=YES in rc.conf...lukem
1999-11-15Remove update, it's no longer used.fvdl
1999-10-30Use checkyesno to check the state of $rc_configured like for any otherfrueauf
1999-10-05move old dev_mkdb and "kvm_mkdb /netbsd" up into the section which buildsdarrenr
1999-10-05send sysctl machdep errors to /dev/nulldarrenr
1999-09-28Add support for $defcorenamebouyer
1999-09-16If machdep.booted_kernel can be found in sysctl output, feed that name intodarrenr
1999-09-03add sanity check on rtadvd invocation (allowed on IPv6 routers only).itojun
1999-08-28check if vi recovery files are regular files before trying to e-mail them.christos
1999-08-05Create temp _motd file in /etcchristos
1999-07-03add IPv6 configuration (ip6forwarding, rtsol, route6d and rtadvd).itojun
1999-06-30usbd is dead.augustss
1999-04-13Configure wscons much earlier so that a virtual console can e.g. betron