Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-28 | Move video(4) entry in MAKEDEV(8) from the "USB devices" section to the | Marcus Glocker | |
"Special purpose devices" section, since a hardware driver which uses video(4) also could be none-USB as long it uses the V4L2 API. OK todd@ | |||
2008-06-14 | redo the way MAKEDEV files are generated | Todd T. Fries | |
get it in, deraadt@ | |||
2008-06-13 | /dev/bio on ramdisks, it is safe and small | Todd T. Fries | |
ok deraadt@, marco@ | |||
2008-06-12 | video on all usb archs, ok mglocker@ | Todd T. Fries | |
2007-11-12 | openprom | Mark Kettenis | |
2007-07-25 | same # of bthub devices created by default to match i386 | Todd T. Fries | |
pointed out by xsa@ | |||
2007-07-25 | bthub for macppc, ok mk@ | Todd T. Fries | |
2007-02-07 | add bio(4), ok dlg@ | Todd T. Fries | |
2006-04-16 | remove some rather deceptively unused lines; no change to generated MAKEDEV's | Todd T. Fries | |
2006-04-16 | shuffle ramdisk device targets to MAKEDEV.common to avoid duplication and | Todd T. Fries | |
pave the way for future work; ok since this does not change the generated MAKEDEV | |||
2006-03-28 | now move /dev/tty0* to refer to the com(4) driver, away from the zs(4) | Theo de Raadt | |
driver | |||
2006-03-27 | do not make {cua,tty}[cd] here | Theo de Raadt | |
2006-03-27 | make /dev/ttya be an alias for /dev/tty00. | Theo de Raadt | |
we are making the move where ttya will become the zs devices, and tty00 will support com(4) devices. ok drahn | |||
2006-03-15 | /dev/reload is an old amiga thing, how did it make it here? | Theo de Raadt | |
2005-11-16 | gpio for macppc | Theo de Raadt | |
2005-08-01 | old ses device goes away | Theo de Raadt | |
2005-03-29 | Move the apm description out of MAKEDEV.common, so that sparc can declare it | Miod Vallat | |
with a specific manpage reference. | |||
2004-05-30 | Add hotplug device. | Alexander Yurchenko | |
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-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-01-13 | ttyE has not been valid for some time. bye | Todd T. Fries | |
2004-01-12 | utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@ | Todd T. Fries | |
2003-06-18 | switch to share/misc/license.template | Todd T. Fries | |
2002-12-05 | remove altq entries. I should have done these before MAKEDEV. | Kenjiro Cho | |
pointed out by todd@ | |||
2002-11-08 | add bktr and radio | Michael Shalayeff | |
2002-10-16 | move md things into md files (pass 1) as discussed a long time ago | Todd T. Fries | |
ok miod@ | |||
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat | |
Tested by various people on various platforms, I'm willing to fix any breakage this causes. ok niels@ deraadt@ and mickey@ (after his comments were applied) | |||
2002-04-21 | use M correctly | Theo de Raadt | |
2002-02-23 | Aperture driver support for macppc. OK, deraadt@ | Matthieu Herrb | |
2002-02-14 | complete the function arg KNF spacing | Todd T. Fries | |
2002-01-23 | use ramdisk) target from MAKEDEV.mi | Todd T. Fries | |
2002-01-08 | 'delete ofdisk' drahn@ | Todd T. Fries | |
2002-01-07 | add macppc 'source' | Todd T. Fries | |