Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-11 | Bump size of isakmpd RSA host key up to 2048 bits to match the | Christian Weisgerber | |
SSH2-RSA size; ok hshoexer@, no objection from miod@ | |||
2008-11-30 | sync | Jacob Meuser | |
2008-11-30 | make 'MAKEDEV all' create device nodes for 3 separate audio devices | Jacob Meuser | |
instead of just 1. ok todd@ | |||
2008-11-27 | Add bt=YES to /etc/rc.conf.local to start the daemon | Uwe Stuehler | |
2008-11-26 | aliases is sorted alphabetically, so move up '_btd'. | Felix Kronlage | |
pointed out by jmc@ | |||
2008-11-26 | add '_btd' to the aliases too. of course, I forgot that. | Felix Kronlage | |
spotted by rainer@, ok uwe@ | |||
2008-11-25 | add '_btd' here too. | Felix Kronlage | |
2008-11-25 | add user '_btd' for the bluetooth daemon. | Felix Kronlage | |
discussed with and ok uwe@ | |||
2008-11-25 | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. | Markus Friedl | |
ok fries, hshoexer, claudio | |||
2008-11-13 | back out bloaty bullshit from IANA | Theo de Raadt | |
2008-11-13 | Add openvpn, gpsd and subversion, from IANA. ok djm@ | Ian Darwin | |
2008-10-10 | sync | Theo de Raadt | |
2008-10-10 | skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3. | Theo de Raadt | |
but that is OK because both minor 3 and 4 now do the same thing. eventually, 2 releases from now, everyone will have forgotten about minor 4 and we can delete the support code for it from sys/dev/rnd.c various versions of this looked at by millert and todd | |||
2008-10-10 | show examples for sensors. use nmea as suggested by mbalmer, henning agrees. | Stuart Henderson | |
2008-10-03 | sync with grand.central.org; prompted by pr#5817 | Todd T. Fries | |
2008-10-03 | New option -D to daemonize spamd-setup for early bootup use. This avoids | Theo de Raadt | |
spamd-setup hanging if there are various (network?) issues and the system not proceeding to multiuser so that this can be debugged. We do not use & for startup in /etc/rc because this makes the spamd-setup a child of the rc scripts after bootup (that is gross) Problem reported in PR 5864, change discussed with beck, ok millert | |||
2008-10-03 | Remove shared-network from the sample config, people who need | Stuart Henderson | |
that should expect to read the manual anyway and it's caused some confusion in the past. Add example entries for fixed-address and pxeboot. ok krw@ | |||
2008-10-02 | Monitor various named files for changes (root.hint and the standard zones). | Stuart Henderson | |
Closes PR 5625 ok ajacoutot@, jakob@ | |||
2008-10-01 | typo; Daniel Dickman | Theo de Raadt | |
2008-09-27 | - missing documentation bits for trusted-users | Martynas Venckus | |
- spamd(8) configuration now lives in /etc/mail, too - sort some items that were out of order ok jmc@. no objections millert@ | |||
2008-09-27 | remove extra '#'. ok millert@, jmc@ | Martynas Venckus | |
2008-09-24 | sync | Todd T. Fries | |
2008-09-24 | enable /dev/xfs0 creation like other archs in the 'all' mode | Todd T. Fries | |
yes, I know, afs on vax, who would want this? | |||
2008-08-29 | remove BIND's delegation-only from default config files. | Jakob Schlyter | |
ok djm@ millert@ | |||
2008-08-25 | regen | Joel Sing | |
2008-08-25 | Add USB devices. | Joel Sing | |
ok miod@ jasper@ | |||
2008-08-24 | remove the ls=ls -gCF alias: we already have an alias for ls (-CF), | Jason McIntyre | |
and now that the behaviour of -g has changed to be more in line with posix, we get group ID by default anyway; kick started by PR 5784 from Jacek Masiulaniec; discussed with otto and sobrado; ok deraadt millert | |||
2008-08-14 | Tools from /usr may not be used in netstart since it may be NFS-mounted | Stuart Henderson | |
and not available at that time. Rewrite the hostname.if permission check to use only /bin/ls and the shell. Requested by deraadt. ok todd, "Twisted." deraadt | |||
2008-07-24 | Specify a cdroot entry that will actually work on a CD. | Joel Sing | |
ok krw@ | |||
2008-07-23 | Prevent warning about insecure hostnames where no /etc/hostname.* | Stuart Henderson | |
exists. From wcmaier@. Check target of symbolic links to avoid noise at boot and in seucrity output where you have several interfaces symlinked to one config file. "If you think this is the right thing to do" deraadt@ | |||
2008-07-14 | Regen | Miod Vallat | |
2008-07-14 | /dev/tuner description should point out to bktr(4), spotted by jmc. | Miod Vallat | |
2008-07-14 | Do not create /dev/joy* and /dev/{r,}mcd* nodes, these devices are not | Miod Vallat | |
available on amd64. | |||
2008-07-09 | automatically populate net.inet.(tcp|udp).baddynamic with the | Damien Miller | |
contents of /etc/services so as to avoid randomly allocating source ports that correspond to well-known services. Auto-filling of the baddynamic tables is performed before reading sysctl.conf, so it is still possible to add or subtract ports, or override the autofilling entirely there. Note that this requires a new kernel and /sbin/sysctl. feedback markus@ ok markus@ deraadt@ millert@ | |||
2008-07-02 | move to 4.4-beta | Theo de Raadt | |
2008-06-28 | regen | Marcus Glocker | |
2008-06-28 | Move video(4) entry in MAKEDEV(8) from the "USB devices" section to the | Marcus Glocker | |
"Special purpose devices" section, since a hardware driver which uses video(4) also could be none-USB as long it uses the V4L2 API. OK todd@ | |||
2008-06-27 | sync | Todd T. Fries | |
2008-06-27 | fix bio major, only took a year to test | Todd T. Fries | |
2008-06-26 | add _ypldap; ok deraadt@ | Todd T. Fries | |
2008-06-26 | add _ypldap; ok deraadt@ | Otto Moerbeek | |
2008-06-26 | add user and group needed for ypldap. | Pierre-Yves Ritschard | |
2008-06-25 | regen; | Jason McIntyre | |
2008-06-25 | sort; ok todd | Jason McIntyre | |
2008-06-19 | sync | Todd T. Fries | |
2008-06-19 | sort, prompted by jmc@ | Todd T. Fries | |
2008-06-16 | build MAKEDEV.8's conditionally upon more than just rcsid changes also | Todd T. Fries | |
2008-06-16 | +_rtadvd here too; ok deraadt@ | David Krause | |
2008-06-15 | start rpc.statd together with rpc.lockd | Nikolay Sturm | |
"just get it in" deraadt | |||
2008-06-15 | minor touch | Theo de Raadt | |