summaryrefslogtreecommitdiffstats
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: r317269rmacklem2017-05-071-0/+1
* MFC r310925:kib2017-01-071-1/+0
* Make it explicit that D_MEM cdevsw d_flag is to signify that thekib2016-05-011-1/+1
* Add 4Kn kernel dump supportcem2016-04-151-4/+7
* Make devfs_fpdrop() static. It was not a public KPI, and it has nokib2016-01-131-1/+0
* Provide yet another KPI for cdev creation, make_dev_s(9).kib2016-01-071-6/+24
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypejhb2015-12-021-2/+2
* dev_strategy and dev_strategy_csw are unused since r281825. Removeimp2015-09-111-2/+0
* Instead of defining the actualy user and group id in the drmP.h fileskwm2015-08-111-0/+1
* Remove the d_thread_t compatibility shim provided in 5.0 to handle thejhb2015-01-291-18/+0
* Add a kernel function to delist our kernel character devices, so thathselasky2015-01-141-0/+1
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-1/+0
* Add missing privilege check when setting the dump device. Before that change itpjd2014-11-111-1/+1
* Add DEV_MODULE_ORDERED().kib2014-11-071-2/+4
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-1/+1
* Add support to physio(9) for devices that don't want I/O split andken2013-08-241-0/+1
* Change the way that unmapped I/O capability is advertised.ken2013-08-151-1/+1
* Add dev_strategy_csw() function, which is similar to dev_strategy()kib2013-03-271-0/+1
* Do not pass unmapped buffers to drivers that cannot handle themkan2013-03-261-0/+1
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-1/+1
* Remove unused SI_* flags.ed2012-08-281-3/+0
* Keep track of the mount point associated with a special devicemckusick2012-03-281-2/+2
* Merge si_name and __si_namebuf.ed2012-02-101-2/+2
* Get rid of D_PSEUDO.ed2011-10-181-1/+0
* Fix whitespace.ed2011-10-171-25/+25
* Export devfs inode number allocator for the kernel consumers.kib2011-10-051-0/+3
* sys/sys/conf.h:gibbs2011-06-141-0/+3
* Fix making kernel dumps from the debugger by creating a commandmarcel2011-06-071-0/+1
* Add make_dev_alias_p() function. It is similar to make_dev_alias(),ae2011-05-031-0/+2
* Check the device name validity on device registration.jh2010-10-071-5/+6
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-061-7/+15
* Remove the unit argument from the recently added make_dev_p().ed2010-06-171-2/+2
* Add another variation of make_dev(9), make_dev_p(9), that is allowedkib2010-06-121-1/+5
* Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodekib2010-05-061-2/+4
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-11/+4
* Turn unused structure fields of cdevsw into spares.ed2009-10-311-6/+4
* Extend the device pager to support different memory attributes on differentjhb2009-08-281-1/+9
* Remove the d_spare2_t typedef. The d_spare2 field was replaced byjhb2009-06-251-2/+0
* Add an extension to the character device interface that allows characterjhb2009-06-011-2/+6
* Make dumper_t definition conform more closely to stlye(9). This alsoimp2009-02-151-5/+5
* Remove NUMCDEVSW, which is unused since RELENG_5.ed2009-02-031-2/+0
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-4/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+2
* Remove function prototypes of nonexistent TTY functions.ed2008-10-011-9/+0
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-261-3/+3
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-3/+0
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-1/+1
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-121-3/+5
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+2
* Remove the distinction between device minor and unit numbers.ed2008-05-291-2/+0
OpenPOWER on IntegriCloud