summaryrefslogtreecommitdiffstats
path: root/sys/sys/conf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-231-1/+9
* kstat does open, close, and ioctl.dlg2020-07-061-1/+9
* ipmi: add a matching kqfilter filter for `seltrue' as well, allowing ussthen2020-06-291-3/+3
* fix /dev/ipmi. conf.h r1.150 changed from enodev->selfalse for the pollsthen2020-06-291-2/+2
* Make cdev_{audio,video}_init() expose a kqfilter handler.mpi2020-05-261-4/+4
* Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.mpi2020-05-131-2/+2
* Correct cdev_ipmi_init()'s poll stub to return 0 instead of ENODEV.mpi2020-04-211-3/+4
* Kill unused cdev_mousewr_init().mpi2020-04-031-8/+1
* add pppac(4) code for a dedicated PPP Access Concentrator interface.dlg2020-01-221-1/+2
* Import dt(4) a driver and framework for Dynamic Profiling.mpi2020-01-211-1/+10
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-171-1/+9
* Move kcov device definitions into <sys/conf.h>.visa2018-08-311-1/+9
* add kqueue support to drm(4) by making the drm_sysfs_hotplug_event()robert2018-01-131-2/+2
* Remove support for tape block devices. Nobody mount(8)s tapes any longer.naddy2016-09-041-11/+4
* Add switch(4) cdev entrygoda2016-09-021-1/+9
* more systrace goes awayderaadt2016-04-261-9/+1
* Enable device cloning for bpf. This allows to have just one bpf devicenatano2016-04-141-2/+2
* Move misplaced cdev_ipmi_init() back into within #ifdef _KERNEL.uebayasi2016-02-251-3/+3
* Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)uebayasi2016-02-051-1/+9
* Add a key-value interface to pvbus(4) that allows to get or set valuesreyk2016-01-271-1/+10
* Add pledge "drm", which allows a subset of the drm(4) ioctls. These arekettenis2016-01-061-1/+2
* Allocate a new major for tap(4) also note that pseudo-device tun is for tapclaudio2015-10-231-1/+2
* kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).mpi2015-09-101-3/+3
* Reimplement the audio driver in a simpler way, removing unused/unusableratchov2015-06-251-2/+2
* for decades, wsdisplay has acted in one way like it is not a ttyderaadt2015-05-171-2/+2
* dragonflybsd has added a urio driver. conservation of urios requirestedu2014-12-111-7/+1
* no need for lkm dummytedu2014-10-091-19/+1
* remove LKM supporttedu2014-10-091-11/+3
* Bye bye /dev/cryptomikeb2014-08-201-9/+1
* Remove the userland AGP interface. Now that we have KMS, it is no longerkettenis2014-03-141-8/+1
* remove iop(4) driver. it is entirely unmaintained and supports somethingderaadt2013-11-041-21/+1
* Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.ajacoutot2013-08-201-2/+1
* Make fuse device clonable.syl2013-06-211-2/+2
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-5/+5
* changes for isc fuse support. not enabled. ok beck deraadt.tedu2013-06-031-1/+9
* sw_vp is now in struct nfs_diskless, remove it from struct swdevt.florian2013-04-191-2/+1
* remove forgotten sequencer function prototypesratchov2013-03-151-2/+1
* kill nnpfs deadderaadt2012-08-231-8/+1
* ccd goes to the atticderaadt2011-10-061-4/+1
* Introduce a kqfilter wrapper for the controlling tty device entrymikeb2011-10-061-2/+2
* Don't bother keeping a {u,}lptioctl function which is a duplicate ofmiod2011-09-171-7/+7
* Add a new kqfilter for random which returns ARC4_MAIN_MAX_BYTES for readnicm2011-07-061-2/+2
* remove compat_svr4 support. ok deraadttedu2011-07-041-14/+1
* Nuke the useless D_KQFILTER flag and just check that d_kqfilter isnicm2011-07-041-25/+24
* wsdisplay should use wsdisplaypoll not ttpoll.nicm2011-07-031-2/+2
* Fix chrtoblk() and blktochr() prototypes to reflect that they returnmatthew2011-06-271-3/+3
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-2/+2
* split randomattach into random_init() and random_start(), so that wederaadt2011-01-081-2/+1
* all random nodes have been arc4-based for a while, so none of them everderaadt2010-12-311-3/+3
* Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdclaudio2010-09-221-1/+9