summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2005-06-15RegenMiod Vallat
2005-06-15Wrong major for lpt.Miod Vallat
2005-06-14split the dummy ruleset pfctl -f - -e into separate -f - and -e.Daniel Hartmeier
relevant when the dummy ruleset can't be loaded, we still want to enable pf, otherwise the real ruleset (even if that does load correctly) won't be active. might happen on a non-GENERIC kernel or after an update (before /etc is manually updated). reported by Jim Rees. ok frantzen@
2005-06-08no acpi here eitherTheo de Raadt
2005-06-06slight reshuffle to make this less confusing;Jason McIntyre
ok beck@
2005-06-05- comment out relaydb entry, since it is not available by defaultJason McIntyre
- add a `method' capability to the whitelist example ok beck@
2005-06-03no /etc/acpi/, this was not really discussedTheo de Raadt
2005-06-02double datasize limits now that mmap is counted in dsizeTodd C. Miller
2005-06-02RegenThorsten Lockert
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@
2005-05-26Enable ifstated in the builds. This still does not mean that ifstated isRyan Thomas McBride
necessary for regular carp setups. There are situations where you need this, but if you're going to use it, think hard about redesigning your network so you don't have to. ok deraadt@ mpf@ henning@
2005-05-25whitespaceDavid Krause
2005-05-25whitespaceDavid Krause
2005-05-24no more telnetd, ba@bsws.deHenning Brauer
2005-05-24Use comma only to separate facilities on the same level. Sort selectorCamiel Dobbelaar
lines on facility. End sentences with a dot. And some whitespace nits. Matrix (debug mode) is equivalent. ok otto millert
2005-05-22Introduce 'ifmstart' to deal with starting multiple interfaces minus a listTodd T. Fries
of interfaces. This reduces the netstart script by 174 chars, 13 words, and 19 lines, but more importantly, makes it more simple and less cluttered should more special case/orderings be needed. ok brad@ and pr 4197 submitter, inspired by and closes pr 4197
2005-05-22sync with latest p0f fingerprintsMike Frantzen
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