Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-13 | When cleaning /tmp at boot, run the slower find unconditionally. | Stuart Henderson | |
Previously if the quick rm -rf failed, find was not run, so some files were not removed. Looks good to tedu@. | |||
2010-07-06 | Add the floppy576 entry back, needed for release. Okay kettenis. | Paul Irofti | |
2010-07-05 | compat_bsdos is gone | Ted Unangst | |
2010-07-03 | Regen. | Kenneth R Westerback | |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback | |
General huzzahs. "go for it" deraadt@ | |||
2010-07-02 | cleanup the disktab files. yes, this means you will have to manually | Ted Unangst | |
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your palm device, but that's the price of progress. hopefully i didn't whack anything important. ok deraadt | |||
2010-07-02 | remove userland bits of compat_sunos | Ted Unangst | |
2010-07-02 | Remove bogus commas from the "bin" entry. | David Coppa | |
OK sobrado@, todd@ | |||
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst | |
2010-06-30 | remove compat_osf1. ok deraadt miod | Ted Unangst | |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe | |
blocking other cleanups ok miod@ | |||
2010-06-29 | no more ultrix, found by miod | Ted Unangst | |
2010-06-29 | No more phones(5), /etc/phones, or dial up bits in remote. | Nicholas Marriott | |
2010-06-29 | zap superfluous newline. ok sthen@ | Stephan A. Rickauer | |
2010-06-29 | Update default ldapd.conf to reflect changes in the schema parser. | Martin Hedenfal | |
Use 'schema' instead of 'include' to parse schema files. | |||
2010-06-28 | Add iked to rc/rc.conf, you can enable it on boot with the iked_flags= var. | Reyk Floeter | |
Also copy the generated RSA key for isakmpd into the iked directory; this way we share the same RSA key by default. ok deraadt@ jsg@ | |||
2010-06-27 | sync with latest version from rs.internic.net | Jakob Schlyter | |
2010-06-27 | Regen. | Joel Sing | |
2010-06-26 | Add /dev/diskmap to ramdisks. | Joel Sing | |
ok todd@ krw@ deraadt@ | |||
2010-06-25 | There is no need for {} to just specifiy an interface. | Claudio Jeker | |
2010-06-16 | permit e.g. -inet6 syntax by slurping all lines not just some | Todd T. Fries | |
noticed by rhsv6 at hushmail dot com, ok sthen@ | |||
2010-06-16 | Mdocdate is not a valid reason to generate a new MAKEDEV.8, finally noticed | Todd T. Fries | |
2010-06-14 | sync | Todd T. Fries | |
2010-06-14 | to assist diskmap testing, lets make the character dev a character dev, doh! | Todd T. Fries | |
ok jsing@ | |||
2010-06-09 | sync | Todd T. Fries | |
2010-06-09 | add diskmap entries, not on ramdisks yet | Todd T. Fries | |
get it in! jsing@ | |||
2010-06-08 | sync | Todd T. Fries | |
2010-06-08 | properly enable vscsi, fix incorrect major | Todd T. Fries | |
ok jasper@ (also compile tested) | |||
2010-06-08 | sync | Todd T. Fries | |
2010-06-08 | added vscsi a while back, add it here too | Todd T. Fries | |
2010-06-07 | switch iked pki files to /etc/iked, discussed with reyk. | Jonathan Gray | |
2010-06-07 | add iked.conf default configuration file example. | Reyk Floeter | |
ok jsg@ | |||
2010-06-05 | Install a default ldapd.conf, and standard schema files in /etc/ldap. | Martin Hedenfal | |
ok deraadt@ | |||
2010-06-03 | add _iked | Reyk Floeter | |
pointed out by jsg@ | |||
2010-06-03 | Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user. | Reyk Floeter | |
ok deraadt@ | |||
2010-06-03 | enable ldapd and ldapctl in the build | Martin Hedenfal | |
ok deraadt@ | |||
2010-06-01 | Create more doc sub-directories for proto docs. | Matthieu Herrb | |
2010-05-25 | Add ldp (port 646) to services. Needs both udp and tcp. | Claudio Jeker | |
Sure deraadt@ | |||
2010-05-17 | create /usr/include/objc | Christian Weisgerber | |
2010-05-05 | Uncomment a variable that is used later on. | Michele Marchetto | |
ok claudio@ | |||
2010-04-26 | don't throw away exit status of various commands; ok sthen@ dcoppa@ halex@ | Otto Moerbeek | |
2010-04-25 | Typo. Noticed by naddy@ who isn't around to commit it himself. | Matthieu Herrb | |
2010-04-25 | Add ldpd(8) to /etc/rc* files. | Michele Marchetto | |
It needs to be started before the routing daemons. In this way every new prefix learnt by them already has a label associated. discussed with and ok'ed by claudio@ | |||
2010-04-24 | Remove now empty XprintAppUtil and XprintUtil directories. | Matthieu Herrb | |
2010-04-23 | New libXaw doc dir. | Matthieu Herrb | |
2010-04-23 | start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is | Alexandre Ratchov | |
the default setting in rc.conf. ok deraadt | |||
2010-04-22 | Allow multiple users to share the same aucat server. If aucat is | Alexandre Ratchov | |
run by root, it binds a shared address to the socket, cranks the process priority and drops privileges. sio_open(3) will try to connect to the private socket first (if any), then to the shared socket. Only one user may have connections to aucat at a given time. based on discussions with henning, pyr and others ok jacek, deraadt | |||
2010-04-15 | Monitor {s,}pwd.db files for changes (in case somebody sneaks in a | Stuart Henderson | |
change without touching {master.,}passwd). ok phessler@ giovanni@ "not sure if that's an ok but it's at least an o" mk@ | |||
2010-04-09 | format all man pages with -Tascii, like the pre-formatted pages in base | Christian Weisgerber | |
ok deraadt@ | |||
2010-04-06 | double size of amd64 boot media | Theo de Raadt | |
tested by krw |