summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2001-06-23add /dev/pciMatthieu Herrb
2001-06-23add changelistNiels Provos
2001-06-23With the addition of kernel in bootloader, ksyms now work.Dale Rahn
2001-06-22install new moduliNiels Provos
2001-06-22minor nit.Brad Smith
2001-06-22make it so that audio device creation is consistent with other archs.Brad Smith
2001-06-22Add /dev/audio to alphaNathan Binkert
2001-06-22bail YP if no domainname; dima@unixfreak.orgTheo de Raadt
2001-06-21Add ttyZ for cyclades-Z cardsNathan Binkert
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables
2001-06-17fix audio device creation.Brad Smith
2001-06-13no comment like that, grrTheo de Raadt
2001-06-12Use lpd_flags instead of lpd, thus allowing to pass parameters to lpd;Federico G. Schwindt
patch from Yozo TODA <yozo@imit.chiba-u.ac.jp>, deraadt@ ok.
2001-06-11lost /var/spool/smtpd; deraadt@ okMichael Shalayeff
2001-06-10Since mtu discovery is enabled by default, change line to disable if it'sFederico G. Schwindt
uncommented; niels@ theo@ ok.
2001-06-10check authorized_keys2 too; adm-sclark@gateway.wired2000.netTheo de Raadt
2001-06-05comment out automatic startup of netatalk if installed; pointed out by deraadt@Christian Weisgerber
2001-06-04/dev/io hasn't worked in yearsTodd C. Miller
2001-06-04fix audio device creation.Brad Smith
-- Reported by & fix tested by: Denis A. Doroshenko <d.doroshenko@omnitel.net>
2001-06-02With recent changes to swapctl(8), replace the invocation of swaponMiod Vallat
with two swapctl invocations. Swap on block devices is enabled before fscking filesystems, swap on files is enabled after all filesystems (including remote) are mounted.
2001-06-01do not mention ipnatTheo de Raadt
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-30set dt as wellTheo de Raadt
2001-05-29add auth defaultsTodd C. Miller
2001-05-23USB mice apply here, too.Aaron Campbell
2001-05-23fix wsmoused commentMarco S Hyman
2001-05-16copy i386 floppy3 entryTheo de Raadt
2001-05-15swapon -a before fsck is runTheo de Raadt
2001-05-14NitpickingHans Insulander
2001-05-14Install /etc/kerberosIV/krb.extra and /etc/kerberosIV/krb.equivHans Insulander
2001-05-14Example files with introduction and commented examples.Hans Insulander
2001-05-14clean rm -f usesTheo de Raadt
2001-05-14slight cleaning of rm -f callsTheo de Raadt
2001-05-14various cleanupsTheo de Raadt
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block.
2001-05-04Install empty sudoers file in /etcTodd C. Miller
2001-05-04Add /etc/sudoers; jcs@rt.fmTodd C. Miller
2001-05-03oopsTheo de Raadt
2001-05-02wsmoused support; missed 2.9 -- bad aaron; heko@saitti.netTheo de Raadt
2001-04-30fix function wcd so "cd x && y" returns an appropriate error when x does not ↵Marco S Hyman
exist
2001-04-28openssh will be at 2.9Theo de Raadt
2001-04-25oops, this needs to be updated in 2.9 tooTheo de Raadt
2001-04-19permit passing sshd flags; djmTheo de Raadt
2001-04-19undo broken changeTheo de Raadt
2001-04-18add MySQL port, ok deraadt@Jakob Schlyter
2001-04-18s/timserver/timeserver/, ok deraadt@Jakob Schlyter
2001-04-18Typo; rd@thrush.comAaron Campbell
2001-04-17Spelling, typos, etc; mpech@prosoft.org.lvAaron Campbell
2001-04-17spellingTodd T. Fries
2001-04-14Remove the -o flag from identd's default invocation as it serves only toHugh Graham
obfuscate, and confuses some software. derradt + millert concur.