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