Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-09 | Replace nmeattach (which will be removed) with ldattach. | Marc Balmer | |
2008-05-07 | routed is no longer, use ripd instead. | Claudio Jeker | |
2008-01-31 | enable snmpd in the build | Reyk Floeter | |
approved by deraadt@, ok thib@ | |||
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Theo de Raadt | |
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying | |||
2007-11-20 | comment for spamd_flags should refer to spamd(8); | Jason McIntyre | |
pointed out by Daniel Wade and previously by Frank Bax; this time ok beck | |||
2007-10-08 | Add the user _ospf6d otherwise the newly imported ospf6d daemon will not | Esben Norby | |
start. ok dlg@ | |||
2007-03-14 | Allow nmeaattach to start a sensor before starting ntpd. Many modern | Chris Kuethe | |
receivers can cold start in the time it takes the boot process to get close to starting ntpd. Even if the gps is not ready or the fix is not valid, at least the sensor has been created; ntpd won't have to wait a few minutes before scanning for the sensor. This makes using GPS as the sole source of time a bit easier. ok deraadt | |||
2007-02-27 | spamd_grey=YES should really be spamd_black=NO | Bob Beck | |
as disscussed with jmc and millert. ok millert@ | |||
2007-02-24 | Make greylisting the default when spamd is enabled. Uses the new -g flag | Todd C. Miller | |
for spamd-setup. OK beck@ | |||
2007-02-02 | - add a new "accounting" variable (default to NO) to enable accouting | Antoine Jacoutot | |
(if the file /var/account/acct does not exist it will be created) ok mk@ | |||
2007-01-31 | link hoststated to the builds. | Pierre-Yves Ritschard | |
ok miod@, henning@ | |||
2007-01-06 | remove acpid references. ok gwk@, steven@, grange@ and janus@. | Matthieu Herrb | |
2006-10-29 | Add the _ripd user and startup stuff. | Esben Norby | |
ok claudio@ | |||
2006-09-27 | Add ifstated(8) startup bits. | Marco Pfatschbacher | |
OK deraadt@, henning@, mcbride@ | |||
2006-06-02 | Add sasyncd to rc / rc.conf. | Ryan Thomas McBride | |
ok deraadt@ cloder@ | |||
2006-06-01 | Hook dhcrelay(8) into the startup process. | Esben Norby | |
ok henning@ | |||
2006-06-01 | add all the goo to hook dvmrp into the system | Esben Norby | |
ok derradt@ | |||
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy | |
requested by deraadt@ | |||
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy | |
- new sysctl vfs.nfs.privport to require NFS mount requests to be on reserved ports when set to 1 (the default). - mountd now automatically sets the sysctl depending on the -n flag. - add mountd_flags to rc.conf to enable the -n flag at boot. deraadt@ ok | |||
2006-03-27 | add hostapd to rc/rc.conf glue | Reyk Floeter | |
suggested and ok by kettenis@ | |||
2006-03-22 | As the isakmpd fifo race is fixed, hook ipsecctl to rc. | Hans-Joerg Hoexer | |
ok naddy@ todd@ | |||
2005-11-16 | add new ftp-proxy startup bits | Camiel Dobbelaar | |
ok henning beck | |||
2005-11-01 | wsmoused works on amd64 too; carvalholatas@gmail.com | Theo de Raadt | |
2005-10-31 | add bits for watchdogd startup, PR4540 Michael Knudsen <e@molioner.dk> | Henning Brauer | |
but I put it at a different place, watchdogd is really not a network daemon | |||
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-03-22 | add ospfd, ok theo | Henning Brauer | |
From: Jason Crawford <jasonrcrawford@gmail.com>, whitespace fixes me | |||
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-09-18 | back out my previous commit: beck@ says spamd-setup(8) is correct; | Jason McIntyre | |
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-18 | adjust comment for ntpd_flags, "-s" is the normal use in the rc scripts now | Henning Brauer | |
2004-09-17 | correct comment: spamd flags in spamd(8), not spamd-setup(8); | Jason McIntyre | |
from frank bax on misc@; ok deraadt@ | |||
2004-07-15 | new dhcpd doesn't have -q any more, adjust comment accordingly | Henning Brauer | |
From: keoki seu <keoki@camelot.physics.wm.edu> | |||
2004-07-06 | remove startup code for that other ntpd from ports and use the one | Henning Brauer | |
in base instead. theo ok & rush to go for beer | |||
2004-06-04 | hotplugd startup. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-05-25 | SNTP is RFC2030 | Jakob Schlyter | |
2004-03-05 | add the goo for bgpd, theo ok | Henning Brauer | |
2004-02-26 | add support for spamd greylisting with spamd -g and spamlogd to rc/rc.conf | Bob Beck | |
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-11-18 | sensorsd startup via rc/rc.conf | Henning Brauer | |
ok millert@ | |||
2003-07-01 | now that there is multicast routing documentation in netstart(8), | David Krause | |
reference it rather than /etc/netstart ok henning@ millert@ | |||
2003-06-07 | don't tell people to use -u for identd any more, runs as _identd by default | Henning Brauer | |
now | |||
2003-05-14 | No more gated. ok krw@, deraadt@, commments from David Krause, jakob@. | Ian Darwin | |
2003-05-08 | mention shlib_dirs entries are separated by space; ok many people | Peter Valchev | |
2003-03-10 | commented hourly spamd-setup run | Theo de Raadt | |
2003-03-04 | remove support for named_chroot and named_user; always run named as user | Jakob Schlyter | |
named and chrooted to /var/named. ok deraadt@ | |||
2002-12-27 | spewd-setup should read spamd-setup | lebel | |
2002-12-27 | spamd startup stuff | Theo de Raadt | |
2002-12-03 | Compile wsmoused on alpha, as it can be used on vga displays. | Miod Vallat | |
2002-11-23 | no more altqd use | Theo de Raadt | |