Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-05 | We need /dev/random on the install media | Theo de Raadt | |
discussed with rpe and halex | |||
2013-11-05 | kill iop(4); spotted by jmc | Theo de Raadt | |
2013-08-21 | Forgot to remove uscan_dev after uscanner(4) was sent to the attic. | Antoine Jacoutot | |
spotted by Nathanael Rensen, thanks! | |||
2013-08-08 | create drm device nodes on sparc64 and create additional entries | Jonathan Gray | |
elsewhere for running with multiple cards. | |||
2013-06-03 | fuse on more archs | Ted Unangst | |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov | |
mostly from armani. ok miod, mpi, jsg and help from sthen | |||
2012-12-04 | Add agp node | Martin Pieuchot | |
2012-09-08 | Add drm node | Martin Pieuchot | |
ok kettenis@ | |||
2012-08-23 | get rid of the nnpfs nodes | Theo de Raadt | |
2012-04-06 | Remove raidframe device nodes. | Joel Sing | |
2011-10-22 | Move the audio* device creation stanzas from MI to MD, and reduce the | Miod Vallat | |
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable vax can receive another audio device as expansion (until we get TURBOchannel support with DMA on VS4k/90). ok deraadt@ todd@ | |||
2011-10-06 | ccd goes to the attic | Theo de Raadt | |
discussed with jsing and millert | |||
2011-04-19 | as confirmed by my 11mo old son, this makes midi keyboards work with macppc | Todd T. Fries | |
"no objection" drahn@ | |||
2010-09-30 | Add pppx(4) to MAKEDEV but do not create the device unless requested | Claudio Jeker | |
explicitly. OK dlg@ & todd@ | |||
2010-09-04 | Reorder device entries within sections, for MAKEDEV.8 to have them sorted. | Miod Vallat | |
Prodded by jmc@. | |||
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback | |
General huzzahs. "go for it" deraadt@ | |||
2010-06-26 | Add /dev/diskmap to ramdisks. | Joel Sing | |
ok todd@ krw@ deraadt@ | |||
2010-06-09 | add diskmap entries, not on ramdisks yet | Todd T. Fries | |
get it in! jsing@ | |||
2009-08-13 | Add nodes for vscsi0; ok dlg | Theo de Raadt | |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-02-06 | Bump the number of /dev/sd* files on usb-capable archs. With modern | Alexander Yurchenko | |
all-in-one usb card readers and memory sticks you run out of sd device files very quickly with default install. This doesn't affect install media. ok krw@ miod@ | |||
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat | |
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 | |