summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2006-01-04RegenMiod Vallat
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon.
2006-01-04+ hostapd.conf, ipsec.conf, sudoersDavid Krause
2005-12-28+/etc/ipsec.confDavid Krause
2005-12-28nuke extra whitespaceDavid Krause
2005-12-28/etc/crontab must be mode 0600; ok millert@David Krause
2005-12-27install sample ipsec.conf; ok hshoexer@Christian Weisgerber
2005-12-27RegenMiod Vallat
2005-12-27Target for basic wscons devices is `wscons', not `ttyC0'; also fix theMiod Vallat
dev/fd comment and point to fd(4).
2005-12-27Remove orphaned ttye nodes. No change in generated output.Miod Vallat
2005-12-24Very basic sample ipsec.conf, more to come. Has been demanded by deraadt@ forHans-Joerg Hoexer
a long time, but i'm a bloody slacker...
2005-12-22document 3 zaurus sysctl optionsTheo de Raadt
2005-12-06Remove fdescfsPedro Martelletto
2005-12-06multicast_host=YES only works if a valid default gateway is available.Reyk Floeter
validate this condition and reject multicast traffic on failure. ok todd@ naddy@
2005-11-30Change "starting rpc daemons" to "starting initial daemons" as weTom Cosgrove
also start ntpd at this time. discussed with jmc@; ok deraadt@
2005-11-24bye bye lkm/vfs dirTheo de Raadt
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-21Make the rc files in / be copies of the ones given by default to root inBob Beck
/root instead of hard links to them. This way multiuser only changes a user makes to the to the ones in /root do not screw them over for getting into single user easily when the have to. ok millert@
2005-11-20add "iapp" (port 3517), as used by hostapd(8).Reyk Floeter
the official assignment by the IANA for the IEEE 802.11f Inter Access Point Protocol on port 3517 is 802-11-iapp, we use it as an alias. ok jakob@, deraadt@
2005-11-19remove unhelpful echo from the ac stuff;Jason McIntyre
ok millert@
2005-11-17remove stale NAMEDB; ok theoJakob Schlyter
2005-11-16remove old ftp-proxy entry, ok henning beckCamiel Dobbelaar
2005-11-16add new ftp-proxy startup bitsCamiel Dobbelaar
ok henning beck
2005-11-16syncTheo de Raadt
2005-11-16gpio for macppcTheo de Raadt
2005-11-16syncTheo de Raadt
2005-11-15enable bktr(4) and radio(4) on alphaRobert Nagy
ok deraadt@ mickey@
2005-11-12move the ac(8) stuff to weekly, rather than monthly, since by defaultJason McIntyre
newsyslog truncates wtmp on a weekly basis; note that the ac stuff remains commented out as before; spotted by andreas bihlmaier; ok deraadt@
2005-11-11do not scan afs/xfs directories; chris.kuetheTheo de Raadt
2005-11-10spelling fix from michael knudsen;Jason McIntyre
2005-11-03fix indentation and spacingDavid Krause
2005-11-02fix inspired by pr#4590Todd T. Fries
ok krw@
2005-11-01wsmoused works on amd64 too; carvalholatas@gmail.comTheo de Raadt
2005-10-31add 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-10-25better logic from krw@:Todd T. Fries
- do not process mygate for v4 if dhcp - do not process mygate for v6 if rtsol this also makes the mygate processing logic more readable ok krw@
2005-10-20defintion -> definition;Jason McIntyre
2005-10-16remove references of apm from here. when we have some power managementFederico G. Schwindt
here they'll come back. deraadt@ ok.
2005-10-14add v6 support for /etc/mygateTodd T. Fries
ok deraadt@ mickey@ krw@ same functionality tested/ok'ed by by mickey, brad, matthieu, and me with this one may now put a v6 IP in /etc/mygate on a separate line from the v4 default gateway and netstart will do the right thing
2005-10-13consistency, remove a few explanations documented in the manpage.Alexandre Anriot
ok reyk@
2005-10-12shrink stripcom(), sync with install.subTodd T. Fries
ok krw@
2005-10-12add -f to #! at top; from bruno@rohee.comTheo de Raadt
2005-10-06regenOtto Moerbeek
2005-10-06Forgat this one, as noted by deraadt@Otto Moerbeek
2005-10-06regenOtto Moerbeek
2005-10-06Greatly speedup MAKEDEV by using arrays instead of very long stringsOtto Moerbeek
that get copied around a lot. Needs sh(1) max array index bump I committed earlier. ok todd@ deraadt@
2005-10-05Remove kerberos4 servicesBjorn Sandell
ok deraadt@
2005-10-04regenOtto Moerbeek
2005-10-04oops, typoOtto Moerbeek
2005-10-04regenOtto Moerbeek
2005-10-04Removing files is handled by M(), and setting the group to operator asOtto Moerbeek
well, so no need to do that on our own in dodisk(). ok todd@ deraadt@