Age | Commit message (Expand) | Author |
2016-04-27 | We want to run sysmerge(8) a bit earlier in the boot process so that it has a | Antoine Jacoutot |
2016-04-27 | Use 'sort -V' which is actually meant to sort version numbers. | Robert Peichaer |
2016-04-26 | Re-link (only the newest) libc.so, placing the objects in a random | Theo de Raadt |
2015-12-29 | Replace single pattern case-blocks with simpler code. | Robert Peichaer |
2015-12-06 | Add missing rc bits for rebound. | Robert Peichaer |
2015-12-05 | add rcscript for vmd | Jasper Lievisse Adriaanse |
2015-12-02 | Since version 1.467 of /etc/rc, it was no longer possible to add | Robert Peichaer |
2015-11-27 | yppasswd went away | Theo de Raadt |
2015-11-10 | Fix typos in comments | Tim van der Molen |
2015-11-01 | A missed backticks to $() conversion. | Robert Peichaer |
2015-10-18 | Finish first round of rework of the rc script. | Robert Peichaer |
2015-10-18 | Forcibly delete /var/run/ypbind.lock to prepare for the worst cases. | Theo de Raadt |
2015-10-03 | Enable eigrpd(8) and eigrpctl(8) in the builds | Renato Westphal |
2015-09-29 | Besides the usual style changes: | Robert Peichaer |
2015-09-13 | - FOO=bar; export FOO -> export FOO=bar | Robert Peichaer |
2015-09-13 | Remove setup_X_sockets(): | Robert Peichaer |
2015-09-12 | Provide an ftpproxy6 rc script. ftp-proxy can only open one listening socket | Stuart Henderson |
2015-08-28 | Changes for start_daemon(): | Robert Peichaer |
2015-08-22 | - add usage info | Robert Peichaer |
2015-08-22 | Restore previous behaviour for wsconsctl_conf(). | Robert Peichaer |
2015-08-13 | Changes to sysctl_conf(), mixerctl_conf() and wsconsctl_conf(): | Robert Peichaer |
2015-08-12 | Start the rework of the /etc/rc shell script. | Robert Peichaer |
2015-08-03 | Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rc | YASUOKA Masahiko |
2015-07-20 | Disable Strict Bourne shell mode for /etc/rc and /etc/netstart to be | Robert Peichaer |
2015-07-19 | Replace test command with []. | Robert Peichaer |
2015-07-18 | Put the opening curley brackets on the same line as the function name. | Robert Peichaer |
2015-07-18 | - remove trailing blanks introduced in previous commit | Robert Peichaer |
2015-07-18 | Improve comments | Robert Peichaer |
2015-05-02 | Drop pf_rules and ipsec_rules from rc.conf(5); it shouldn't have been made | Antoine Jacoutot |
2015-03-11 | 'rc.firstime' -> 'rc.firsttime' in comment. | Kenneth R Westerback |
2015-01-22 | Use /etc/services names in all the default pf rules (most already | Kenneth R Westerback |
2014-12-03 | Unhook rtsol(8) and rtsold(8) from the build. | Florian Obser |
2014-11-30 | Fix comment: We don't use RC4 anymore, it's better to be more | David Coppa |
2014-11-17 | Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in the | Theo de Raadt |
2014-11-05 | When clearing /tmp, use "-maxdepth -1" instead of "-type d -prune". | Todd C. Miller |
2014-09-15 | Remove sendmail tentacles. ok krw@ ajacoutot@ | Matthieu Herrb |
2014-08-26 | usr.sbin | Robert Nagy |
2014-08-22 | disable use of bind in base; in the base use nsd/unbound instead. | Theo de Raadt |
2014-08-17 | Execute /etc/netstart using sh(1) instead of sourcing it. | Antoine Jacoutot |
2014-08-04 | enable httpd; ok deraadt@ | Christian Weisgerber |
2014-07-19 | Print a warning message if the files with the random seed are not | Alexander Bluhm |
2014-07-18 | ugly ugly whitespace | Theo de Raadt |
2014-07-17 | sh netstart, instead of using . | Theo de Raadt |
2014-07-14 | quiet /etc/rc.shutdown, it may not exist. | Antoine Jacoutot |
2014-07-14 | This isn't C. | Antoine Jacoutot |
2014-07-14 | Only set kern.securelevel=1 if it was not lowered nor bumped by | Antoine Jacoutot |
2014-07-14 | rc.{local,securelevel,shutdown} become examples. If versions of them | Theo de Raadt |
2014-07-14 | check for existance of rc.shutdown, before sourcing it | Theo de Raadt |
2014-07-13 | rc bits for iscsid. Start iscsid as early as possible. Use the new -N | Claudio Jeker |
2014-07-12 | Make rc.conf a parsed configuration file and stop sourcing it as a shell | Robert Nagy |