summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2005-09-25package name changed; steve.shockley@shockley.netTheo de Raadt
2005-09-23add eppc, Remote AppleEvents; ok theoJakob Schlyter
2005-09-22split ypserv & ypbind startup; ypserv does not depend on you being aTheo de Raadt
client; from amh@POBOX.COM
2005-09-19change printed line from `printer' to `lpd'; deraadt@ ok.Federico G. Schwindt
2005-09-13add sql server from iana. comments jolan@, sturm@; 'ok with the right names' ↵Ian Darwin
deraadt@
2005-09-10kern.usercrypto is enabled by default, so commented out entry shouldJason McIntyre
show how to disable it; ok deraadt@
2005-08-29spamhaus not longer allows free downloads of its blacklist so makeTodd C. Miller
spews1 the default. OK deraadt@
2005-08-28Fix ^From line date because mail(1) cares about spacing; kili@outback.escape.deTheo de Raadt
2005-08-27backout unapproved diffTheo de Raadt
2005-08-25fix date spec in mbox From lineHenning Brauer
From: Matthias Kilian <kili@outback.escape.de>
2005-08-23replace the "pass quick" example line for loopback and the inner interfaceHenning Brauer
with a set skip statement to the same effect, performs way better suggested by Stuart Henderson <stu@spacehopper.org>, theo ok
2005-08-15Generate login.conf from a template with optional per-architecture overridesTodd C. Miller
2005-08-12crank datasize-cur to 512M; requested by pvalchev@Todd C. Miller
2005-08-09move to 3.8-betaTheo de Raadt
2005-08-07locale dirs. okay deraadt@Marc Espie
2005-08-02match indentationDavid Krause
2005-08-01syncTheo de Raadt
2005-08-01old ses device goes awayTheo de Raadt
2005-08-01kernal->kernel;Jason McIntyre
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
2005-07-25Fix the test for successful ifconfig of carp interface on shutdown, makesRyan Thomas McBride
graceful shutdown work correctly. ok mpf@ deraadt@ a long time ago, committed to local repository by accident.
2005-07-23Adding netplan, 2983/tcpMarc Balmer
ok deraadt@
2005-07-21grammar;Jason McIntyre
ok deraadt@
2005-07-19Fix grammar. From art@.Tom Cosgrove
2005-07-17RegenMiod Vallat
2005-06-29syncTodd T. Fries
2005-06-29add bioTodd T. Fries
prompted by deraadt@ and henning@, ok marco@
2005-06-21syncMartin Reindl
2005-06-21USB supportMartin Reindl
ok mickey@
2005-06-19ntpd -s by default is just a pause if there is no netTheo de Raadt
2005-06-17add some configuration examples for the new hostapd(8) event rulesReyk Floeter
(commented out).
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