summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2010-08-03regenMiod Vallat
2010-08-03Create two more usb device nodes by default, as modern Apple hardwareMiod Vallat
(among others) attaches *eight* uhub devices. From remco at d-compu, dyndns org; ok deraadt@
2010-07-29replace two misleading ie. with e.g.; from Jan StaryJason McIntyre
2010-07-27Add ldapd to rc and rc.conf. Enable it at boot with ldapd_flags=.Martin Hedenfal
ok deraadt@ gilles@
2010-07-25handle portslock. reminded by antoine@Marc Espie
2010-07-24move to 4.8-betaTheo de Raadt
2010-07-23Sync.Marcus Glocker
2010-07-23Create video1 by default. Can be useful e.g. on many laptops withMarcus Glocker
integrated cams where you want to use an external cam. Suggested by Brad. OK todd@, jakemsr@
2010-07-23Permit a few more syscalls for named to run.Ray Lai
OK deraadt
2010-07-22syncTheo de Raadt
2010-07-21Some ss(4) bits escaped the purge, eliminate them.Nicholas Marriott
ok todd krw
2010-07-13When 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-06Add the floppy576 entry back, needed for release. Okay kettenis.Paul Irofti
2010-07-05compat_bsdos is goneTed Unangst
2010-07-03Regen.Kenneth R Westerback
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
General huzzahs. "go for it" deraadt@
2010-07-02cleanup the disktab files. yes, this means you will have to manuallyTed 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-02remove userland bits of compat_sunosTed Unangst
2010-07-02Remove bogus commas from the "bin" entry.David Coppa
OK sobrado@, todd@
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-06-30remove compat_osf1. ok deraadt miodTed Unangst
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
blocking other cleanups ok miod@
2010-06-29no more ultrix, found by miodTed Unangst
2010-06-29No more phones(5), /etc/phones, or dial up bits in remote.Nicholas Marriott
2010-06-29zap superfluous newline. ok sthen@Stephan A. Rickauer
2010-06-29Update default ldapd.conf to reflect changes in the schema parser.Martin Hedenfal
Use 'schema' instead of 'include' to parse schema files.
2010-06-28Add 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-27sync with latest version from rs.internic.netJakob Schlyter
2010-06-27Regen.Joel Sing
2010-06-26Add /dev/diskmap to ramdisks.Joel Sing
ok todd@ krw@ deraadt@
2010-06-25There is no need for {} to just specifiy an interface.Claudio Jeker
2010-06-16permit e.g. -inet6 syntax by slurping all lines not just someTodd T. Fries
noticed by rhsv6 at hushmail dot com, ok sthen@
2010-06-16Mdocdate is not a valid reason to generate a new MAKEDEV.8, finally noticedTodd T. Fries
2010-06-14syncTodd T. Fries
2010-06-14to assist diskmap testing, lets make the character dev a character dev, doh!Todd T. Fries
ok jsing@
2010-06-09syncTodd T. Fries
2010-06-09add diskmap entries, not on ramdisks yetTodd T. Fries
get it in! jsing@
2010-06-08syncTodd T. Fries
2010-06-08properly enable vscsi, fix incorrect majorTodd T. Fries
ok jasper@ (also compile tested)
2010-06-08syncTodd T. Fries
2010-06-08added vscsi a while back, add it here tooTodd T. Fries
2010-06-07switch iked pki files to /etc/iked, discussed with reyk.Jonathan Gray
2010-06-07add iked.conf default configuration file example.Reyk Floeter
ok jsg@
2010-06-05Install a default ldapd.conf, and standard schema files in /etc/ldap.Martin Hedenfal
ok deraadt@
2010-06-03add _ikedReyk Floeter
pointed out by jsg@
2010-06-03Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user.Reyk Floeter
ok deraadt@
2010-06-03enable ldapd and ldapctl in the buildMartin Hedenfal
ok deraadt@
2010-06-01Create more doc sub-directories for proto docs.Matthieu Herrb
2010-05-25Add ldp (port 646) to services. Needs both udp and tcp.Claudio Jeker
Sure deraadt@
2010-05-17create /usr/include/objcChristian Weisgerber