Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-22 | split ypserv & ypbind startup; ypserv does not depend on you being a | Theo de Raadt | |
client; from amh@POBOX.COM | |||
2005-09-19 | change printed line from `printer' to `lpd'; deraadt@ ok. | Federico G. Schwindt | |
2005-07-25 | Fix the test for successful ifconfig of carp interface on shutdown, makes | Ryan Thomas McBride | |
graceful shutdown work correctly. ok mpf@ deraadt@ a long time ago, committed to local repository by accident. | |||
2005-06-19 | ntpd -s by default is just a pause if there is no net | Theo de Raadt | |
2005-06-14 | split the dummy ruleset pfctl -f - -e into separate -f - and -e. | Daniel Hartmeier | |
relevant when the dummy ruleset can't be loaded, we still want to enable pf, otherwise the real ruleset (even if that does load correctly) won't be active. might happen on a non-GENERIC kernel or after an update (before /etc is manually updated). reported by Jim Rees. ok frantzen@ | |||
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ | |||
2005-05-19 | o change wsconsctl.conf subshell into a function | Todd C. Miller | |
o move test for foo.conf into the foo_conf function proper | |||
2005-05-18 | Make test(1) usage consistent when testing a variable that may not be set. | Todd C. Miller | |
OK deraadt@ | |||
2005-05-18 | o move sysctl and mixerctl parsing into a subroutine instead of a subshell | Todd C. Miller | |
o update resource limits if kern.maxproc or kern.maxfiles is changed | |||
2005-04-09 | if, at boot time, a /etc/resolv.conf.save is found, assume this is from | Theo de Raadt | |
a dhclient that crashed so hard it was unable to swap the file back, and hence, finish that job. i convinced krw and henning that this is right right place (not in netstart) | |||
2005-04-01 | OK, this is an insane commit. Comes from johnb@ugrad.cs.ualberta.ca, pr 3589. | Theo de Raadt | |
somehow he got his YP and DNS screwed up and nslookup $h was dealing with h = "" which was doing nslookup "", which is bad and hangs boots. be more careful by doing echo $h | nslookup instead. | |||
2005-03-22 | add ospfd, ok theo | Henning Brauer | |
From: Jason Crawford <jasonrcrawford@gmail.com>, whitespace fixes me | |||
2005-01-19 | Only try to run pflogd if pflog0 exists; from mpech@ | Todd C. Miller | |
OK deraadt@ and fgsch@ | |||
2004-11-22 | Add support for setting mixerctl values in a sysctl.conf like manner | Jonathan Gray | |
via mixerctl.conf. ok deraadt@, earlier version ok henning@ | |||
2004-11-03 | introduce spamlogd_flags to make it easier to e. g. bind spamlogd | Henning Brauer | |
to an interface; no change in default config from Toni Mueller <support@oeko.net>, ja ja ja ja bob | |||
2004-10-22 | default pf rule too restrictive for IPv6 (need to allow NS/NA). deraadt ok | Jun-ichiro itojun Hagino | |
2004-10-19 | Use inet6 pf rules only for inet6-capable setups, first spotted | Alexander Yurchenko | |
by form@pdp-11.org.ru. ok todd@ henning@ | |||
2004-09-27 | kill double whitespace, PR3934, for rea this time and without unrelated | Henning Brauer | |
changes | |||
2004-09-27 | ooopppssss, backout last, lots of unrelated changes creeped in, noticed | Henning Brauer | |
by jmc | |||
2004-09-27 | double whitespace, one from PR3934 | Henning Brauer | |
2004-09-18 | unconditionally add -s to ntpd_flags in rc and suggest "" for normal | Henning Brauer | |
use in the comment in rc.conf again, idea & ok theo | |||
2004-09-17 | Set up alternate keyboard encoding earlier in rc. | Ryan Thomas McBride | |
ok miod@ henning@ deraadt@ | |||
2004-08-21 | no need anymore to require isamkpd.policy for isakmpd startup | Hans-Joerg Hoexer | |
ok ho@ henning@ | |||
2004-08-07 | permit icmp6-type routersol out, and icmp6-type routeradv in, at boot time | Theo de Raadt | |
2004-07-06 | eh, actually add the startup code for ntpd | Henning Brauer | |
2004-06-04 | hotplugd startup. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-05-16 | dhclient doesn't write a pid file any more; do remove the code that | Henning Brauer | |
deals with it at startup; noticed by wilfried, millert ok | |||
2004-05-16 | Bring down carp interfaces gracefully even if powerdown=YES in rc.shutdown. | Ryan Thomas McBride | |
ok krw@ deraadt@ | |||
2004-04-28 | spacing | Theo de Raadt | |
2004-04-27 | generate a isakmpd (host) key; ok henning, deraadt, cedric | Markus Friedl | |
2004-04-26 | double check that the carp* interfaces exist before knocking them down, | Theo de Raadt | |
mcbride and i think this diff looks good but do not feel like doing the 250 meter walk to go test it | |||
2004-03-30 | Allow spamd_flags banner to contain spaces. Resolves PR 3720. | Otto Moerbeek | |
ok beck@ millert@ | |||
2004-03-22 | Fix CARP shutdown. ok deraadt | Cedric Berger | |
2004-03-22 | Pass pfsync and carp traffic in the boot-time pf configuration. | Ryan Thomas McBride | |
Bring carp interfaces down at shutdown, to make a graceful exit if we're master. ok deraadt@ | |||
2004-03-05 | add the goo for bgpd, theo ok | Henning Brauer | |
2004-03-03 | move spamd to a better place; ok henning beck | Theo de Raadt | |
2004-03-02 | A better place for sshd; pointed out by millert | Theo de Raadt | |
2004-03-02 | start sshd earlier, ok from various | Theo de Raadt | |
2004-02-26 | add support for spamd greylisting with spamd -g and spamlogd to rc/rc.conf | Bob Beck | |
2004-02-25 | remove -w option to sysctl; | Jason McIntyre | |
diffs from Paul de Weerd; ok deraadt@ | |||
2004-02-11 | simplify afs startup so all you have to do is say "YES" to get basic | Bob Beck | |
AFS functionality (enough to to pkg_add's) | |||
2004-01-23 | permit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu | Theo de Raadt | |
2003-12-29 | Move vi.recover invocation until after after ldconf is run. Fixes | Todd C. Miller | |
a problem when postfix w/ sasl & tls is used instead of sendmail and perl is dynamically linked anyway. Closes PR 3605. OK deraadt@ and drahn@ | |||
2003-12-05 | spacing | Theo de Raadt | |
2003-11-18 | sensorsd startup via rc/rc.conf | Henning Brauer | |
ok millert@ | |||
2003-07-29 | "pass on lo0" in the intermediate pf ruleset loaded during boot. | Henning Brauer | |
solves PR3376 by matthew.gream@pobox.com, fix slightly different ok mcbride@ deraadt@ | |||
2003-05-14 | No more gated. ok krw@, deraadt@, commments from David Krause, jakob@. | Ian Darwin | |
2003-04-08 | fix another non-POSIX chown; Chuck Yerkes | Todd C. Miller | |
2003-03-23 | Fix operational typo. Bug reported by William Yodlowsky | Marco S Hyman | |
bsd at openbsd dot rutgers dot edu. OK millert@, others. | |||
2003-03-21 | grammar; ok miod@ | Todd T. Fries | |