summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2010-04-25Add 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-24Remove now empty XprintAppUtil and XprintUtil directories.Matthieu Herrb
2010-04-23New libXaw doc dir.Matthieu Herrb
2010-04-23start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which isAlexandre Ratchov
the default setting in rc.conf. ok deraadt
2010-04-22Allow multiple users to share the same aucat server. If aucat isAlexandre 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-15Monitor {s,}pwd.db files for changes (in case somebody sneaks in aStuart 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-09format all man pages with -Tascii, like the pre-formatted pages in baseChristian Weisgerber
ok deraadt@
2010-04-06double size of amd64 boot mediaTheo de Raadt
tested by krw
2010-03-31Add bnx firmware on installation media; this causes a media oflow, soMiod Vallat
enlarge bsd.rd filesystem; this in turn causes a cd oflow, so enlarge cd filesystem. ok jsing@ deraadt@
2010-03-30regenMatthieu Herrb
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
ok miod@, deraadt@, todd@.
2010-03-27Add missing directories.Matthieu Herrb
2010-03-23install mtree alwaysMarc Espie
okay deraadt@
2010-03-13regenMiod Vallat
2010-03-13make ``MAKEDEV all'' create device nodes for up to four heads.Miod Vallat
"go ahead" kettenis@
2010-03-11add 'softcar' to tty00, to make getty work in the non-serialOtto Moerbeek
console case; ok deraadt@ miod@
2010-03-07Make the console terminal type default to `vt220' rather than `unknown'. IfMiod Vallat
it is wrong you still have to change it, but it will be correct 99% of the time and thus you can simply press enter when tset asks for the terminal type and be done with it. This is already the standard for most platforms, but a few had been left in the dark. pointed to by and ok deraadt@
2010-03-05default to 115200 baud for serial console and tty00, spotted byOtto Moerbeek
kettenis@; ok kettenis@ miod@
2010-02-28sync for realOtto Moerbeek
2010-02-28syncOtto Moerbeek
2010-02-28add apmOtto Moerbeek
2010-02-26grow the miniroot a wee little bitTheo de Raadt
2010-02-23include boot and miniroot image in MDEXT; ok miod@Otto Moerbeek
2010-02-22add ldpd.conf to changelist and mtree/specialClaudio Jeker
2010-02-22Add _ldpd user for ldpd(8). OK dlg, deraadtClaudio Jeker
2010-02-22Install a sample ldpd.conf file. OK dlg, deraadtClaudio Jeker
2010-02-22Fix a typo spotted by Vivien Moreaugiovanni
2010-02-17Build and install the boot blocks, and put it as part of the snapshots files.Miod Vallat
2010-02-17Add serial port (for the Fuloong)Miod Vallat
2010-02-16disktab entry for minirootOtto Moerbeek
2010-02-16Add instructions to dual-boot OpenBSD with Grub2giovanni
"I think that's ok" sthen@, "sure" miod@
2010-02-15Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.miniMark Kettenis
since it makes a fairly decent template for fdisk -i. Change the procedure that makes the rb600 installation miniroot image to use fdisk -i instead of dd(1) to create the MBR for the image. Adjust the miniroot disk type in /etc/disktab to the slightly different layout that fdisk -i creates.
2010-02-15Remove entries for ancient hardware that we'll never see on socppc, leavingMark Kettenis
only the ramdisk entry and a new entry for building rb600 installation miniroot images. ok miod@
2010-02-13Copy bsd.elf into ${RELEASEDIR}.Mark Kettenis
2010-02-10remove /usr/libdata/ssh; ok miod, djmMarkus Friedl
2010-02-05tweak cdboot slightly upwards so all files can fitTodd T. Fries
2010-01-30More loongson directories for manpages.Miod Vallat
2010-01-28- bump pkgname...just like in portsJasper Lievisse Adriaanse
ok miod@
2010-01-264.7-BETA (also, lo-carb and ozone layer friendly)Miod Vallat
2010-01-24link man section 8 for loongson. ok miod@Matthieu Herrb
2010-01-23generate 1st version.Matthieu Herrb
2010-01-23Add etc.loongson. ok miod@Matthieu Herrb
2010-01-23md etc bits for loongson. ok miod@Matthieu Herrb
2010-01-19Build GENERIC-IP30.MP as bsd.mp.IP30 in the distribution, and allow theMiod Vallat
installer to pick it and install it as /bsd when applicable.
2010-01-17add template nsd.conf (with examples)Jakob Schlyter
2010-01-17remove unintentionally added fileJakob Schlyter
2010-01-17add l2tpDavid Gwynne
2010-01-16add _nsdJakob Schlyter
2010-01-16add user/group for nsd; ok nick@Jakob Schlyter
2010-01-12when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity andHenning Brauer
correctness. it's not 1992 any more, kids. ok mcbride dlg krw