Age | Commit message (Expand) | Author |
2011-04-16 | Output 'starting standard daemons:' to be consistent with the rest. | Antoine Jacoutot |
2011-04-15 | Silence errors in the temp dir cleanup process | Alexander Hall |
2011-04-15 | No need to make depend kernels | Theo de Raadt |
2011-04-14 | Don't compress wtmp by default; the tools dealing with this log are | Stuart Henderson |
2011-04-11 | allow man(1) to find the ports/infrastructure manpages by default. | Stuart Henderson |
2011-04-11 | Delete 'OpenBSD2.1' and 'simpleroot'. Two entries previously used | Kenneth R Westerback |
2011-04-10 | 'fakecdrom' disktab entry no longer needed, nor is mksuncd mangling of | Kenneth R Westerback |
2011-04-09 | Fix multiple issues and make the code simpler and more robust: | Ingo Schwarze |
2011-04-07 | Update transparent HTTP proxy example: | Reyk Floeter |
2011-04-06 | - in case reload fails, print the failed message (from Piotr Sikora) | Robert Nagy |
2011-04-06 | Remove leading/trailing spaces from daemon_flags. | Antoine Jacoutot |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson |
2011-04-05 | Bye bye, kern.emul.freebsd | Philip Guenthe |
2011-04-05 | Handle a daemon_flags of '-n' by using printf '%s\n' instead of echo | Philip Guenthe |
2011-04-05 | Quote $daemon_flags to prevent echo(1) picking them as input flags. | Antoine Jacoutot |
2011-04-04 | Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, | Kenneth R Westerback |
2011-04-04 | show how to disable pool_debug | Theo de Raadt |
2011-03-25 | Bump timeout to 30s. | Antoine Jacoutot |
2011-03-24 | if daemon_flags=NO is set, just exit | Robert Nagy |
2011-03-23 | use ssh-keygen -A; ok deraadt | Kevin Steves |
2011-03-23 | Update since ICMP6 redirects are disabled by default now. | Federico G. Schwindt |
2011-03-19 | Since we now use pkill -0 for "check", it must be run as root, | Ian Darwin |
2011-03-17 | - introduce the INRC environment variable so that rc.subr(8) knows if it | Robert Nagy |
2011-03-14 | Return proper codes so that we don't rc_start if rc_pre failed and we | Antoine Jacoutot |
2011-03-10 | Add a small comment at the top to explain what this file does. | Antoine Jacoutot |
2011-03-09 | Make reload and check consistent with start/stop. | Antoine Jacoutot |
2011-03-09 | Move the redirections into the rc_cmd itself instead of rc_start and | Antoine Jacoutot |
2011-03-09 | Move rc_pre and rc_post out of the rc_start/rc_stop functions into the | Antoine Jacoutot |
2011-03-06 | Add an "rc_bg" variable that is undefined by default and allows to start | Antoine Jacoutot |
2011-02-24 | Remove daemon_shell and force the use of /bin/sh for the su(1) call. | Antoine Jacoutot |
2011-02-16 | allow users to enable access to the /dev/crypto, but keep it turned off | Mike Belopuhov |
2011-02-12 | Add the rc_scripts variable for rc.d(8). | Antoine Jacoutot |
2011-02-09 | fix an unbalanced parenthesis in a comment; while here, split the comment | Igor Sobrado |
2011-01-24 | change default nsd(8) paths. ok sthen@ | Jakob Schlyter |
2011-01-19 | add ldapd.conf; ok sthen@ | David Krause |
2011-01-19 | catch up changelist with recent additions; ok sthen@ | David Krause |
2011-01-19 | Add 2001:2::/48 (prefix used for benchmarking) to the list of | Claudio Jeker |
2011-01-19 | remove EOL whitespace | David Krause |
2011-01-19 | sort entries | David Krause |
2011-01-19 | update location of host.random: it moved from /etc to /var/db in 1999... | David Krause |
2011-01-14 | We should not sum the install*.iso file, since it is not created at build | Theo de Raadt |
2011-01-14 | in the most trivial way, request that the kernel arc4random re-key after | Theo de Raadt |
2011-01-13 | move to 4.9-current | Theo de Raadt |
2011-01-10 | talk to /dev/arandom as a single read or write. | Theo de Raadt |
2011-01-05 | Put the "su -c ..." command into an rcexec variable so that we can | Antoine Jacoutot |
2011-01-04 | Check for a login class that match the rc script name and if we find one | Antoine Jacoutot |
2010-12-30 | Start shipping bsd.mp for hppa; ok miod | Theo de Raadt |
2010-12-29 | After the recent changes, there is no need for an rc_conf function. | Antoine Jacoutot |
2010-12-28 | - add /usr/lib/pkgconfig/ | Jasper Lievisse Adriaanse |
2010-12-27 | There is no point in calling rc_conf manually from each and every rc | Antoine Jacoutot |