Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
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-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-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-07-30 | no more acd | Theo de Raadt | |
1999-04-28 | Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog | Alex Feldman | |
timers. | |||
1999-01-11 | Add raid devices | Niklas Hallqvist | |
1999-01-01 | Create midi and sequencer devices | Niklas Hallqvist | |
1998-11-25 | remove bogus comment about pty use; chris@sefl.satelnet.org | Todd C. Miller | |
1998-11-19 | add support for more ptys | Dug Song | |
1998-09-15 | need bpf nodes for RAMDISK dhclient | Theo de Raadt | |
1998-09-15 | Added definition for ipauth, a new piece for IPFilter v3.2.9 | pattonme | |
1998-09-12 | Don't build pcmcia devices. | Federico G. Schwindt | |
1998-09-02 | make the xfs device | Artur Grabowski | |
1998-08-24 | remove ksyms in std entry like other std things | Todd C. Miller | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-07-23 | add bktr* and tuner* devices | Michael Shalayeff | |
1998-04-27 | make the appropriate audio devices | Niels Provos | |
1998-03-24 | Change fd* names to agree with man page | Marco S Hyman | |
1998-02-17 | add /dev/xf86 | Matthieu Herrb | |
1998-01-26 | Add /dev/ipnat and /dev/ipstate for IPF 3.2.3 | dgregor | |
1997-12-16 | fix major number for fd/*; felix reported the i386 flaw | Theo de Raadt | |
1997-12-08 | fix chN (N > 0) problem | Michael Shalayeff | |
1997-10-06 | make ttyC5; disable getty on ttyC4 (XFree86) | Theo de Raadt | |
1997-09-19 | make ttyC0-C4 for all) | Theo de Raadt | |
1997-09-16 | 10 bpf devices | Theo de Raadt | |
1997-09-07 | In pty* rule:\n Change 'rm -rf' to 'rm -f'\n Fix {pty,tty}$n -> {pty,tty}$nam | dgregor | |
1997-08-06 | fix cyclades mknod stuff | Theo de Raadt | |
1997-08-04 | Add cyclades devices. | dgregor | |
1997-06-02 | make more resistant to bad args | kstailey | |
1997-05-22 | corrections from mickey | Theo de Raadt | |
1997-05-14 | Make svnd nodes too, please test this on your port | Niklas Hallqvist | |
1997-05-13 | Only run MAKEDEV.local if it exists. Avoids an error message | Todd C. Miller | |
during installs where there is no MAKEDEV.local. | |||
1997-05-04 | Do not use awk | Thorsten Lockert | |
1997-04-25 | sd2 & sd3 in ramdisk too | Theo de Raadt | |
1997-04-16 | no printers on install disk | Theo de Raadt | |