Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | add /dev/pci | Matthieu Herrb | |
2001-06-23 | add changelist | Niels Provos | |
2001-06-23 | With the addition of kernel in bootloader, ksyms now work. | Dale Rahn | |
2001-06-22 | install new moduli | Niels Provos | |
2001-06-22 | minor nit. | Brad Smith | |
2001-06-22 | make it so that audio device creation is consistent with other archs. | Brad Smith | |
2001-06-22 | Add /dev/audio to alpha | Nathan Binkert | |
2001-06-22 | bail YP if no domainname; dima@unixfreak.org | Theo de Raadt | |
2001-06-21 | Add ttyZ for cyclades-Z cards | Nathan Binkert | |
2001-06-18 | o move passwd.conf variables into login.conf | Todd 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-17 | fix audio device creation. | Brad Smith | |
2001-06-13 | no comment like that, grr | Theo de Raadt | |
2001-06-12 | Use 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-11 | lost /var/spool/smtpd; deraadt@ ok | Michael Shalayeff | |
2001-06-10 | Since mtu discovery is enabled by default, change line to disable if it's | Federico G. Schwindt | |
uncommented; niels@ theo@ ok. | |||
2001-06-10 | check authorized_keys2 too; adm-sclark@gateway.wired2000.net | Theo de Raadt | |
2001-06-05 | comment out automatic startup of netatalk if installed; pointed out by deraadt@ | Christian Weisgerber | |
2001-06-04 | /dev/io hasn't worked in years | Todd C. Miller | |
2001-06-04 | fix audio device creation. | Brad Smith | |
-- Reported by & fix tested by: Denis A. Doroshenko <d.doroshenko@omnitel.net> | |||
2001-06-02 | With recent changes to swapctl(8), replace the invocation of swapon | Miod 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-01 | do not mention ipnat | Theo de Raadt | |
2001-05-30 | Remove 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-30 | set dt as well | Theo de Raadt | |
2001-05-29 | add auth defaults | Todd C. Miller | |
2001-05-23 | USB mice apply here, too. | Aaron Campbell | |
2001-05-23 | fix wsmoused comment | Marco S Hyman | |
2001-05-16 | copy i386 floppy3 entry | Theo de Raadt | |
2001-05-15 | swapon -a before fsck is run | Theo de Raadt | |
2001-05-14 | Nitpicking | Hans Insulander | |
2001-05-14 | Install /etc/kerberosIV/krb.extra and /etc/kerberosIV/krb.equiv | Hans Insulander | |
2001-05-14 | Example files with introduction and commented examples. | Hans Insulander | |
2001-05-14 | clean rm -f uses | Theo de Raadt | |
2001-05-14 | slight cleaning of rm -f calls | Theo de Raadt | |
2001-05-14 | various cleanups | Theo de Raadt | |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. | |||
2001-05-04 | Install empty sudoers file in /etc | Todd C. Miller | |
2001-05-04 | Add /etc/sudoers; jcs@rt.fm | Todd C. Miller | |
2001-05-03 | oops | Theo de Raadt | |
2001-05-02 | wsmoused support; missed 2.9 -- bad aaron; heko@saitti.net | Theo de Raadt | |
2001-04-30 | fix function wcd so "cd x && y" returns an appropriate error when x does not ↵ | Marco S Hyman | |
exist | |||
2001-04-28 | openssh will be at 2.9 | Theo de Raadt | |
2001-04-25 | oops, this needs to be updated in 2.9 too | Theo de Raadt | |
2001-04-19 | permit passing sshd flags; djm | Theo de Raadt | |
2001-04-19 | undo broken change | Theo de Raadt | |
2001-04-18 | add MySQL port, ok deraadt@ | Jakob Schlyter | |
2001-04-18 | s/timserver/timeserver/, ok deraadt@ | Jakob Schlyter | |
2001-04-18 | Typo; rd@thrush.com | Aaron Campbell | |
2001-04-17 | Spelling, typos, etc; mpech@prosoft.org.lv | Aaron Campbell | |
2001-04-17 | spelling | Todd T. Fries | |
2001-04-14 | Remove the -o flag from identd's default invocation as it serves only to | Hugh Graham | |
obfuscate, and confuses some software. derradt + millert concur. |