Age | Commit message (Expand) | Author |
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 |
2010-12-24 | Fix a flaw in the rc.subr framework reported by stephan@ where | Antoine Jacoutot |
2010-12-22 | Consistantly use /dev/arandom for feeding entropy to the kernel. | Theo de Raadt |
2010-12-17 | allow default blowfish rounds to be tweakable by arch, no behavioral change | Ted Unangst |
2010-12-16 | Add IANA officially assigned numbers for zabbix. | Antoine Jacoutot |
2010-12-13 | Prefer '-l' over '-' which is deprecated. | Antoine Jacoutot |
2010-12-13 | simulate a full login with su, now that the environment is fine after | Robert Nagy |
2010-12-13 | Only run tset for interactive shells. OK robert@ | Todd C. Miller |
2010-12-11 | Make it possible to mark an rc action as unsupported by setting the | Antoine Jacoutot |
2010-12-11 | Sanitise daemon_flags: remove multiple whitespaces from _rcflags. | Antoine Jacoutot |
2010-12-11 | Do not overwrite the settings in the rc scripts itself, so use the same | Robert Nagy |
2010-12-10 | Add support for setting _user _class and _shell for a specific daemon, | Robert Nagy |
2010-12-02 | The awk's split() starts numbering array indices at 1 not 0. | Todd C. Miller |
2010-11-28 | Update example filterset to include a basic IPv6 filterset. | Claudio Jeker |
2010-11-26 | better line for net.inet.carp.log reflecing current reality; | Otto Moerbeek |
2010-11-26 | Do like in rc.local and print the daemon name before running rc_stop. | Antoine Jacoutot |
2010-11-19 | regen | Miod Vallat |
2010-11-19 | Sync MAKEDEV against conf.c, and both against GENERIC. | Miod Vallat |
2010-11-17 | Consistency and remove the >50 spaces after 'do'... | Antoine Jacoutot |
2010-11-11 | Add libXi doc dir | Matthieu Herrb |
2010-11-08 | Don't print 'Null message body; hope that's ok' in the rc output if the | Antoine Jacoutot |
2010-11-05 | Print the daemon name _before_ starting the corresponding rc script. | Antoine Jacoutot |
2010-11-02 | delete excessive ; use | Theo de Raadt |
2010-11-01 | New doc directories for updated libs. remained by naddy@. thanks. | Matthieu Herrb |
2010-10-28 | remove my debug printf | Robert Nagy |