Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-13 | /dev/speaker node on cats. | Miod Vallat | |
2004-09-28 | Move ksym to a more reasonable number. (matches committed ksym entry) | Dale Rahn | |
2004-04-11 | Update for pty changes (62 per letter instead of just 16) | Todd C. Miller | |
2004-03-12 | replace usbs with uall to avoid matching balony | Theo de Raadt | |
2004-02-16 | Harmonize MAKEDEV sources: | Miod Vallat | |
- homogenize section order - sort devices inside sections - make sure all platforms provide a local target (sigh) - remove a few dead devices not worth mentioning on a few arches while there. disabused ok deraadt@ | |||
2004-02-14 | copyright 2004 as well, prompted/reminded by miod | Todd T. Fries | |
2004-02-13 | We have no such thing as non-wscons ttyE. | Miod Vallat | |
"looks ok" drahn@ deraadt@ | |||
2004-02-11 | fix wsdisplay (ttyC0) major | Dale Rahn | |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. | |||
2004-02-01 | etc support pieces for cats. | Dale Rahn | |