Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-09 | remove lkm | Ted Unangst | |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov | |
2014-07-15 | Remove ppi (hp300 leftover) | Miod Vallat | |
2014-07-11 | remove bluetooth bits | Ted Unangst | |
2013-11-21 | Change /dev/drm* permissions to 0600. | Mark Kettenis | |
ok deraadt@, naddy@, ajacoutot@ | |||
2013-11-05 | kill iop(4); spotted by jmc | Theo de Raadt | |
2013-09-16 | Increase default number of ugen device files: two are too few for | David Coppa | |
modern standards, with people having usb cameras, music players, smartcard readers, UPSs, wifi scanners, rocket launchers and so on... OK sthen@, djm@ | |||
2013-09-05 | no bthub(4) page; | Jason McIntyre | |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot | |
No regression has been reported since libusb became the prefered solution to work with USB scanners. req. by mpi@ ok ian@ mpi@ miod@ | |||
2013-07-06 | create 12 com(4) device nodes by default; requested by deraadt@ | Christian Weisgerber | |
2013-07-06 | create more com(4) entries by default since puc(4)s are now guaranteed | Christian Weisgerber | |
to show up at com4 or higher on x86; ok kettenis@ krw@ | |||
2013-06-21 | Make fuse device clonable. | syl | |
ok tedu@ | |||
2013-06-15 | allow creation of more fuse devices, and create 4 of them by default | Alexander Hall | |
ok syl@ todd@ | |||
2013-06-03 | userland fuse support, but not attaching libfuse yet. ok beck deraadt | Ted Unangst | |
from Sylvestre Gallon ccna.syl gmail.com | |||
2013-03-28 | vscsi(8) -> vscsi(4); | Jason McIntyre | |
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 | |||
2013-01-30 | Create /dev/pppx by default. | YASUOKA Masahiko | |
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-07-06 | Remove obsolete drivers descriptions; no change in generated files on all | Miod Vallat | |
plotfarms. | |||
2011-06-26 | remove mcd | Ted Unangst | |
2011-04-18 | Deprecate vnds in favour of svnds. | Thordur I. Bjornsson | |
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@ | |||
2010-09-30 | Add pppx(4) to MAKEDEV but do not create the device unless requested | Claudio Jeker | |
explicitly. OK dlg@ & todd@ | |||
2010-09-30 | Move the vscsi __devitem() so that it is before the _mcdev() line like | Claudio Jeker | |
for all other definitions. Both dlg@ and todd@ wanted that to be a seperate commit. | |||
2010-08-03 | Create two more usb device nodes by default, as modern Apple hardware | Miod Vallat | |
(among others) attaches *eight* uhub devices. From remco at d-compu, dyndns org; ok deraadt@ | |||
2010-07-23 | Create video1 by default. Can be useful e.g. on many laptops with | Marcus Glocker | |
integrated cams where you want to use an external cam. Suggested by Brad. OK todd@, jakemsr@ | |||
2010-07-21 | Some ss(4) bits escaped the purge, eliminate them. | Nicholas Marriott | |
ok todd krw | |||
2010-06-14 | to assist diskmap testing, lets make the character dev a character dev, doh! | Todd T. Fries | |
ok jsing@ | |||
2010-06-09 | add diskmap entries, not on ramdisks yet | Todd T. Fries | |
get it in! jsing@ | |||
2009-09-23 | Stricter patterns for numbered wsmouse and wskbd devices, so that | Miod Vallat | |
`wsmouse' and `wskbd' without suffixes match the wsmux rule. Reported by Vadim Zhukov (persgray on gmail) | |||
2009-08-13 | Add nodes for vscsi0; ok dlg | Theo de Raadt | |
2009-07-22 | add missing /dev/{rmidi,sequencer,music} bits in MAKEDEV for | Alexandre Ratchov | |
armish, landisk and zaurus. Also fix corresponding .Xr in MAKEDEV.8 ok miod@, todd@ | |||
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-04-05 | video(4) devices use v4l2 api; from J.C. Roberts | Jason McIntyre | |
ok miod | |||
2008-11-30 | make 'MAKEDEV all' create device nodes for 3 separate audio devices | Jacob Meuser | |
instead of just 1. ok todd@ | |||
2008-10-10 | skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3. | Theo de Raadt | |
but that is OK because both minor 3 and 4 now do the same thing. eventually, 2 releases from now, everyone will have forgotten about minor 4 and we can delete the support code for it from sys/dev/rnd.c various versions of this looked at by millert and todd | |||
2008-07-14 | /dev/tuner description should point out to bktr(4), spotted by jmc. | Miod Vallat | |
2008-06-12 | make /dev/drm0 to go with oga@'s libdrm commit moments ago | Todd T. Fries | |
ok oga@ | |||
2008-06-10 | Add /dev/video* for amd64. | Marcus Glocker | |
Help and OK todd@, OK robert@ | |||
2007-07-23 | +bthub | Todd T. Fries | |
ok mk@ | |||
2007-05-28 | remove wt tape drives. prodded by krw@ | Todd T. Fries | |
2007-05-18 | MASSBUSS -> MASSBUS; ok miod | Jason McIntyre | |
2007-03-07 | Forcibly change /dev/pci to a symbolic link if it isn't one. | Kenneth R Westerback | |
Feedback from drahn@, millert@, marco@. "then get it in" deraadt@. | |||
2007-02-16 | create "i" partitions for floppies too, in case we need them | Theo de Raadt | |
2006-12-15 | Create /dev/pci[0-3]. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2006-10-10 | 4 usb tty devices by default; ok msf@ marco@ | Todd T. Fries | |
2006-08-28 | Extend /dev/tty[C-F]* to /dev/tty[C-J]* on sparc64, and to /dev/tty[C-I]* on | Marc Aurele La France | |
sparc. ok miod@ | |||
2006-06-11 | Remove wdt char device stuff from here too. | Michael Knudsen | |
ok todd |