Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-21 | Forgot to remove uscan_dev after uscanner(4) was sent to the attic. | Antoine Jacoutot | |
spotted by Nathanael Rensen, thanks! | |||
2013-06-03 | userland fuse support, but not attaching libfuse yet. ok beck deraadt | Ted Unangst | |
from Sylvestre Gallon ccna.syl gmail.com | |||
2012-08-23 | get rid of the nnpfs nodes | Theo de Raadt | |
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 | |||
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@ | |||
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb | |
ok miod@, deraadt@, todd@. | |||
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 | |
2008-06-12 | no /dev/*random on ramdisks, libc uses the sysctl | Todd T. Fries | |
please commit from deraadt@ | |||
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries | |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries | |
prompted by/ok dlg@ deraadt@ | |||
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries | |
grudgingly ok deraadt@ | |||
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-01-11 | hotplug(4) and hotplugd(8) here | Martin Reindl | |
2005-08-01 | old ses device goes away | Theo de Raadt | |
2005-06-21 | USB support | Martin Reindl | |
ok mickey@ | |||
2005-06-15 | Wrong major for lpt. | Miod Vallat | |
2004-09-15 | make pdc device too | Michael Shalayeff | |
2004-08-06 | add wd | Michael Shalayeff | |
2004-04-11 | Update for pty changes (62 per letter instead of just 16) | Todd C. Miller | |
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. | |||
2003-12-09 | add pci device and sort per major | Michael Shalayeff | |
2003-08-07 | wrong major for xfs | Michael Shalayeff | |
2003-06-18 | switch to share/misc/license.template | Todd T. Fries | |
2003-02-05 | add ws* devices; fries@ ok | Michael Shalayeff | |
2002-12-05 | remove altq entries. I should have done these before MAKEDEV. | Kenjiro Cho | |
pointed out by todd@ | |||
2002-10-24 | ksyms is majopr 25 not 29 | 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-10-01 | sync w/ conf.c | Michael Shalayeff | |
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-02-25 | don't generate errors on ramdisk) for devices that have | Todd T. Fries | |
'not came into the picture, yet' ok mickey@ | |||
2002-02-21 | I should back out the base files too | Theo de Raadt | |
2002-02-21 | there never was a 'hil' defined, don't try to put it on ramdisk | Todd T. Fries | |
com ports are not needed on ramdisk | |||
2002-02-14 | complete the function arg KNF spacing | Todd T. Fries | |
2002-02-13 | fix tty/pty #'s (off by one) | Todd T. Fries | |
2002-02-09 | use "ramdisk" for the ramdisk target, always | Theo de Raadt | |
2002-01-08 | add hppa 'source' | Todd T. Fries | |