aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/cdev.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxkpi: Move cdev_alloc into .c fileWarner Losh2022-04-051-11/+2
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* Implement cdev_device_add() and cdev_device_del() in the LinuxKPI.Hans Petter Selasky2021-05-111-1/+10
* cdev_del() should only put it's kernel object in the LinuxKPI.Hans Petter Selasky2021-05-111-4/+0
* linuxkpi: Remove extraneous NULL check on M_WAITOK allocationConrad Meyer2019-01-011-2/+1
* Fix linux_destroy_dev() behaviour when there are still files open fromKonstantin Belousov2018-12-301-3/+5
* linuxkpi: Fix for use-after-free when tearing down character devices.Slava Shwartsman2018-12-051-4/+8
* linuxkpi whitespace cleanupEd Maste2018-03-231-1/+1
* Fix LinuxKPI regression after r321920. The mda_unit and si_drv0 fields are notHans Petter Selasky2017-08-021-2/+0
* Implement register and unregister chrdev in the LinuxKPI.Hans Petter Selasky2016-12-261-2/+4
* Use make_dev_s() instead of make_dev() to avoid race settingHans Petter Selasky2016-05-241-8/+37
* Add support for "cdev_add_ext()" to the LinuxKPI.Hans Petter Selasky2016-05-231-0/+12
* Minor LinuxKPI code cleanup:Hans Petter Selasky2015-12-311-37/+4
* Make the kobject refcounting compliant with Linux. Refcounting on theHans Petter Selasky2015-12-311-0/+7
* Make all the LinuxKPI include files compile standalone.Hans Petter Selasky2015-11-031-0/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+131