summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/cdev.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-04-04linuxkpi: Move cdev_alloc into .c fileWarner Losh
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-05-11Implement cdev_device_add() and cdev_device_del() in the LinuxKPI.Hans Petter Selasky
2021-05-11cdev_del() should only put it's kernel object in the LinuxKPI.Hans Petter Selasky
2019-01-01linuxkpi: Remove extraneous NULL check on M_WAITOK allocationConrad Meyer
2018-12-30Fix linux_destroy_dev() behaviour when there are still files open fromKonstantin Belousov
2018-12-05linuxkpi: Fix for use-after-free when tearing down character devices.Slava Shwartsman
2018-03-23linuxkpi whitespace cleanupEd Maste
2017-08-02Fix LinuxKPI regression after r321920. The mda_unit and si_drv0 fields are notHans Petter Selasky
2016-12-26Implement register and unregister chrdev in the LinuxKPI.Hans Petter Selasky
2016-05-24Use make_dev_s() instead of make_dev() to avoid race settingHans Petter Selasky
2016-05-23Add support for "cdev_add_ext()" to the LinuxKPI.Hans Petter Selasky
2015-12-31Minor LinuxKPI code cleanup:Hans Petter Selasky
2015-12-31Make the kobject refcounting compliant with Linux. Refcounting on theHans Petter Selasky
2015-11-03Make all the LinuxKPI include files compile standalone.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky