| Age | Commit message (Expand) | Author |
| 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 |
| 1999-04-01 | Change mount_critical_filesystems() so that if given an argument | cjs |
| 1999-03-26 | start xdm after wscons configuration - the X server might want an own | drochner |
| 1999-03-26 | Add dhcrelay startup (allow only if dhcpd isn't started) | sommerfe |
| 1999-03-26 | Nuke the line 'raidctl -r raid$dev'. a) The '-r' option is now '-i', and | oster |
| 1999-03-24 | - Move critical filesystem mounting code into a shell function and put | mellon |
| 1999-03-19 | change to new syslog socket. make symlink from old to new location, too. | perry |
| 1999-03-17 | rc.wscons can take arguments, so we shouldn't simply source it but exec in | drochner |
| 1999-03-14 | introduce a "wscons" rc.conf flag and run /etc/rc.wscons from /etc/rc | drochner |
| 1999-02-07 | No need to involve awk in the securelevel part, since sysctl has the -n switch. | frueauf |
| 1999-02-07 | Use peers too when setting the time via ntpdate. | bad |