summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2005-05-02include zbsdmod, Packages, and ipk in the checksums; ok deraadt@David Krause
2005-04-28handle new config -e non-tty input caseTheo de Raadt
2005-04-28chpass will not change the kerberos passwordBjorn Sandell
ok jmc@ millert@
2005-04-28syncTheo de Raadt
2005-04-28nicer ramdisk chunk including wsmouse and ttyC0Theo de Raadt
2005-04-23Make the default syslog.conf not make the console and root loginsBob Beck
unusable when problems occur. Provide commented out examples showing people how to direct output to /dev/console or as messages to root, for situations where such output might acutally be useful, rather than something that keeps you from fixing a problem due to the screen getting spewed at. ok jolan@ ian@ brad@ marco@ krw@ fgsch@
2005-04-21Regen/sync.Kenneth R Westerback
2005-04-21Add a couple more wskbd's to i386 and amd64 'ramdisk)' cases so kbd(8)Kenneth R Westerback
has something to work with when more than one keyboard is present during install/upgrade. Remove some superfluous wd's and sd's while there. Problem noted by Jan Johansson when trying to get a 'sv' keymap to work with his usb keyboard. Diagnosis & solution suggested by miod@. ok deraadt@
2005-04-14move the few needlessly special-cased root:wheel 0644 files to BIN1Henning Brauer
2005-04-13sample hostapd.conf from reyk, to be tweakedHenning Brauer
2005-04-13say hi to _hostapdHenning Brauer
2005-04-09if, at boot time, a /etc/resolv.conf.save is found, assume this is fromTheo de Raadt
a dhclient that crashed so hard it was unable to swap the file back, and hence, finish that job. i convinced krw and henning that this is right right place (not in netstart)
2005-04-04unbreak; ok pval@Damien Miller
2005-04-03if dhcp is used to get an address on any interface, ignore /etc/mygateTheo de Raadt
ok krw (this lets us do something rather cool with the zaurus in particular)
2005-04-02add entries for /usr/share/man/ps2/{cats,zaurus};Jason McIntyre
ok millert@ deraadt@
2005-04-01syncTheo de Raadt
2005-04-01clone from hppaTheo de Raadt
2005-04-01hppa64 chunkiesTheo de Raadt
2005-04-01add hppa64 dirsTheo de Raadt
2005-04-01Document special On/Off key functions, and point at the information.Uwe Stuehler
2005-04-01OK, this is an insane commit. Comes from johnb@ugrad.cs.ualberta.ca, pr 3589.Theo de Raadt
somehow he got his YP and DNS screwed up and nslookup $h was dealing with h = "" which was doing nslookup "", which is bad and hangs boots. be more careful by doing echo $h | nslookup instead.
2005-04-01show that net.inet.etherip.allow can be set here; pr 3972 ckuetheTheo de Raadt
2005-03-30only set HOME if not already set; ok deraadt@Todd C. Miller
2005-03-30remove balony advice, recommended by beckTheo de Raadt
2005-03-29comment fix; ok beck@Uwe Stuehler
2005-03-29Add commented-out machdep.kbdreset example.Uwe Stuehler
2005-03-29RegenMiod Vallat
2005-03-29Move the apm description out of MAKEDEV.common, so that sparc can declare itMiod Vallat
with a specific manpage reference.
2005-03-29No apm on amd64 for now.Miod Vallat
2005-03-29Regen.Miod Vallat
2005-03-29Add an apm interface to the tctrl(4) device found on SPARCbooks; currentlyMiod Vallat
limited to power change events and battery status retrieval. ok deraadt@ mickey@
2005-03-28change root login shell to ksh as promised; ok manyTheo de Raadt
2005-03-26encrypt swap by default. cheap, and why not. can be disabled by peopleTheo de Raadt
who have machines that hit swap a lot. decided after survey of developers, we found that most turned this on. ok various
2005-03-22add ospfd, ok theoHenning Brauer
From: Jason Crawford <jasonrcrawford@gmail.com>, whitespace fixes me
2005-03-20during make release install *bsd* not just bsd*, so we pick up zaurus ↵Theo de Raadt
zbsdmod.o too
2005-03-19Packages for zaurus - yuck yuck; for uweTheo de Raadt
2005-03-18also copy *.ipk files to RELEASEDIRTheo de Raadt
2005-03-17Don't rmdir .ICE-unix from /tmp or /var/tmp either. OK deraadt@Todd C. Miller
2005-03-16Don't rmdir vi.recover or .X11-unix from /tmp or /var/tmp. OK deraadt@Todd C. Miller
2005-03-15remove package list. it has been a pain to maintain for years. simplyTheo de Raadt
tell people where to look; idea from miod
2005-03-15remove ttya reference, doesn't exist on zaurus, ok miod@ deraadt@Dale Rahn
2005-03-15add cat2/{cats,zaurus}Theo de Raadt
2005-03-08Kill hp300 DISKLESS kernel, not worth using against GENERIC for disklessMiod Vallat
systems since it still has all the filesystems for vnd usage and thus does not save much memory... ok deraadt@
2005-03-07move to 3.7-betaTheo de Raadt
2005-03-04syncTodd T. Fries
2005-03-04correct typo, wrong pf majorTodd T. Fries
2005-03-03Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), andUwe Stuehler
apmd(8); missing sysctl variable noticed by drahn@
2005-03-01RegenMiod Vallat
2005-03-01Move serial and parallel devices left by mistake in the ``other'' sectionMiod Vallat
to the appropriate sections. No functional change, except for the manpage being nicer.
2005-03-01regenOtto Moerbeek