aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Expose UID_xxx and GID_xxx definitions to userspace.Rick Macklem2020-06-161-16/+17
* sys/kern: quiet -Wwrite-stringsRyan Libby2020-02-231-1/+1
* vfs: change si_usecount management to count used vnodesMateusz Guzik2019-11-201-1/+0
* Add a very limited DDB dumpon(8)-alike to MI dumper codeConrad Meyer2019-10-171-0/+4
* Remove the remnants of SI_CHEAPCLONEKyle Evans2019-10-051-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* List-ify kernel dump device configurationConrad Meyer2019-05-061-4/+8
* Bump SPECNAMELEN to MAXNAMLEN.Konstantin Belousov2019-01-271-1/+2
* Refactor some of the MI kernel dump code in preparation for netdump.Mark Johnston2018-05-061-0/+11
* Generalize the gzio API.Mark Johnston2018-01-081-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add support for compressed kernel dumps.Mark Johnston2017-10-251-2/+3
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-7/+9
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-181-0/+2
* Factor out duplicated kernel dump code into dump_{start,finish}().Mark Johnston2017-08-181-5/+4
* Set default uid/gid to nobody/nogroup for NFSv4 mapping.Rick Macklem2017-04-211-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove unused declaration.Konstantin Belousov2016-12-311-1/+0
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-101-1/+9
* Make it explicit that D_MEM cdevsw d_flag is to signify that theKonstantin Belousov2016-05-011-1/+1
* Add 4Kn kernel dump supportConrad Meyer2016-04-151-4/+7
* Make devfs_fpdrop() static. It was not a public KPI, and it has noKonstantin Belousov2016-01-131-1/+0
* Provide yet another KPI for cdev creation, make_dev_s(9).Konstantin Belousov2016-01-071-6/+24
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypeJohn Baldwin2015-12-021-2/+2
* dev_strategy and dev_strategy_csw are unused since r281825. RemoveWarner Losh2015-09-111-2/+0
* Instead of defining the actualy user and group id in the drmP.h filesKoop Mast2015-08-111-0/+1
* Remove the d_thread_t compatibility shim provided in 5.0 to handle theJohn Baldwin2015-01-291-18/+0
* Add a kernel function to delist our kernel character devices, so thatHans Petter Selasky2015-01-141-0/+1
* Factor out duplicated code from dumpsys() on each architecture into genericMark Johnston2015-01-071-1/+0
* Add missing privilege check when setting the dump device. Before that change itPawel Jakub Dawidek2014-11-111-1/+1
* Add DEV_MODULE_ORDERED().Konstantin Belousov2014-11-071-2/+4
* Add error return to dumpsys(), and use it in doadump().Gavin Atkinson2014-07-251-1/+1
* Add support to physio(9) for devices that don't want I/O split andKenneth D. Merry2013-08-241-0/+1
* Change the way that unmapped I/O capability is advertised.Kenneth D. Merry2013-08-151-1/+1
* Add dev_strategy_csw() function, which is similar to dev_strategy()Konstantin Belousov2013-03-271-0/+1
* Do not pass unmapped buffers to drivers that cannot handle themAlexander Kabaev2013-03-261-0/+1
* Provide a device name in the sysctl tree for programs to query theAlfred Perlstein2012-11-011-1/+1
* Remove unused SI_* flags.Ed Schouten2012-08-281-3/+0
* Keep track of the mount point associated with a special deviceKirk McKusick2012-03-281-2/+2
* Merge si_name and __si_namebuf.Ed Schouten2012-02-101-2/+2
* Get rid of D_PSEUDO.Ed Schouten2011-10-181-1/+0
* Fix whitespace.Ed Schouten2011-10-171-25/+25
* Export devfs inode number allocator for the kernel consumers.Konstantin Belousov2011-10-051-0/+3
* sys/sys/conf.h:Justin T. Gibbs2011-06-141-0/+3
* Fix making kernel dumps from the debugger by creating a commandMarcel Moolenaar2011-06-071-0/+1
* Add make_dev_alias_p() function. It is similar to make_dev_alias(),Andrey V. Elsukov2011-05-031-0/+2
* Check the device name validity on device registration.Jaakko Heinonen2010-10-071-5/+6
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdKonstantin Belousov2010-08-061-7/+15
* Remove the unit argument from the recently added make_dev_p().Ed Schouten2010-06-171-2/+2