summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2005-05-19o change wsconsctl.conf subshell into a functionTodd C. Miller
o move test for foo.conf into the foo_conf function proper
2005-05-18Make test(1) usage consistent when testing a variable that may not be set.Todd C. Miller
OK deraadt@
2005-05-18o move sysctl and mixerctl parsing into a subroutine instead of a subshellTodd C. Miller
o update resource limits if kern.maxproc or kern.maxfiles is changed
2005-05-15no need to install and checksum *.ipk since *bsd* will already catch itDavid Krause
ok deraadt@
2005-05-13RegenMiod Vallat
2005-05-13/dev/speaker node on cats.Miod Vallat
2005-05-11some punctuation/whitespace cleanup from stuart henderson (pr #4183);Jason McIntyre
2005-05-05grammar correction in comment;Jason McIntyre
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