summaryrefslogtreecommitdiffstats
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r293346:kib2016-01-281-6/+24
* MFC 286974,291653:jhb2016-01-231-2/+2
* MFC r274366:smh2015-11-231-1/+1
* MFC r277179, r277199 and r277391:hselasky2015-02-051-0/+1
* MFC r274251:kib2014-11-141-2/+4
* 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
* Add a new group definition to sys/conf.h: GID_TTY.ed2008-05-221-0/+1
* Implement the per-open file data for the cdev.kib2008-05-211-0/+6
* Fix two races in the handling of the d_gianttrick for the D_NEEDGIANTkib2008-03-171-1/+6
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-151-0/+1
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-0/+1
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callskib2007-07-031-0/+10
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+2
* Use int instead of u_int for the 'extra' argument to thebms2007-02-021-1/+1
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence thekib2006-10-201-0/+2
* drop D_MEMDISK, not used in the tree...jmg2006-05-121-1/+0
OpenPOWER on IntegriCloud