Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-03 | Add two I2O devices as iop[01] | Niklas Hallqvist | |
2001-06-28 | add an entry for ALTQ. | Kenjiro Cho | |
2001-06-24 | Add the pf device for the shiny new packet filter | Kjell Wooding | |
2001-06-24 | let other read /dev/pci (so that they can call ioctl(..., PCIOCREAD, ...)) | Matthieu Herrb | |
2001-06-23 | add /dev/pci | Matthieu Herrb | |
2001-06-21 | Add ttyZ for cyclades-Z cards | Nathan Binkert | |
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-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-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-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-10 | keep naming of audio devices consistent across all archs that have audio | Brad Smith | |
support. -- Ok'd by: deraadt@ | |||
2001-03-13 | at install time, if X is chosen, set machdep.aperature to 2 instead of 1. | Theo de Raadt | |
2001-02-20 | Import of wsmouse-compatible lms and mms drivers from NetBSD. | jbm | |
Remove creation of non-wsmouse device in MAKEDEV (/dev/lms{0,1}, /dev/mms{0,1} /dev/psm0, /dev/pms0). Remove cdevsw[] entries for the devices above, as new mouse protocols are only accessible trough /dev/wsmouse. aaron@ ok. | |||
2001-02-11 | Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only | Aaron Campbell | |
6 are enabled by default. After these changes, to enable more you must change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and edit /etc/ttys to switch the new ones from 'off' to 'on'. | |||
2001-02-08 | vt100 -> vt220. wscons supports at least a subset of vt220 functionality. This | Aaron Campbell | |
makes the PGUP and PGDN keys work again as expected. | |||
2001-01-30 | one entry for ttyC0; brad | Theo de Raadt | |
2001-01-30 | move console ttys around. serial becomes tty0?, console ttyC? | Theo de Raadt | |
2001-01-30 | Support for the wscons machine-independent console driver on the i386. To | Aaron Campbell | |
become default in a few moments once deraadt commits new kernel config files. IMPORTANT NOTE: A few important pieces are still required to be worked out over the next few days. Users (and developers) relying on X should probably stay away from -current until further notice. This should not take long, but here is your first heads up. If you decide to upgrade your kernel anyway, be sure to update your /etc/ttys file to use vt100 instead of vt220. The rest of the fallout from this should be minor. | |||
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-22 | spelling | Todd T. Fries | |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman | |
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt). | |||
2000-11-23 | enforce ttyC[0-f]; thanks to millert for some help | Theo de Raadt | |
2000-11-23 | tabs | Theo de Raadt | |
2000-10-16 | Create /dev/pcvtctl mode 600. | Aaron Campbell | |
2000-09-01 | New "pcvtctl" device used by moused to communicate with PCVT in the kernel. | Aaron Campbell | |
2000-08-16 | Catch the bogus 'MAKEDEV mouse' and spit out a reasonable | Marco S Hyman | |
error message. OK deraadt@ | |||
2000-08-04 | fix typo on utty creation; problem found by cfegan@cisco.com | Federico G. Schwindt | |
2000-07-06 | add utty, serial port for USB devices. | Federico G. Schwindt | |
2000-05-23 | fix pt and signature offsets; from Alejo Sanchez <alejos@fibertel.com.ar> | Michael Shalayeff | |
2000-05-17 | typo (reported by Adam Rogoyski <rogoyski@cs.utexas.edu>) | Marc Espie | |
2000-05-15 | remove double specification of fa#; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-04-15 | add urio(4) | Jakob Schlyter | |
2000-04-09 | fix ulpt major # allocation | Matthieu Herrb | |
2000-03-29 | Uncomment ulpt targets. | Aaron Campbell | |
2000-03-22 | operator should have perms to write and change tapes. ch* is still missing | Niklas Hallqvist | |
in some MAKEDEVs, will see to them in a separate commit. | |||
2000-02-21 | add SES device | mjacob | |
1999-12-05 | expr(1)-less makedev. | Michael Shalayeff | |
includes some works from todd@ and millert@ verified by todd@ and millert@ | |||
1999-10-25 | extra entries; joe@nall.com | Theo de Raadt | |
1999-08-20 | Change the default serial port device and /var/spool/lock permissions. | Jason Downs | |
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices become uucp.dialer, mode 660. (A couple of "dead" MAKEDEVs have been updated because they conformed the the old permission scheme, while others have not because they didn't.) | |||
1999-08-13 | Create USB devices. | Federico G. Schwindt | |
1999-08-06 | 2.88 floppies | Theo de Raadt | |
1999-07-30 | no more acd | Theo de Raadt | |
1999-07-24 | shorter lines | Theo de Raadt | |
1999-07-06 | document machdep.kbdreset | Theo de Raadt | |
1999-04-28 | Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog | Alex Feldman | |
timers. | |||
1999-04-18 | new docs; espie | Theo de Raadt | |