summaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_int.h
AgeCommit message (Expand)Author
2025-10-24devfs: make destroy_dev() a release barrier for cdevpriv destructors runsKonstantin Belousov
2023-09-21devfs: add integrity asserts for cdevp_listJason A. Harmening
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-20Retire clone_drain_lockMateusz Guzik
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2020-08-12devfs: Abstract locking assertionsConrad Meyer
2019-11-30devfs: introduce a per-dev lock to protect ->si_devswMateusz Guzik
2017-11-27sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-01-19Stop enforcing additional reference on all cdevs, which was introducedKonstantin Belousov
2012-09-15Prefer __containerof() above member2struct().Ed Schouten
2010-10-12Format prototypes to follow style(9) more closely.Jaakko Heinonen
2010-09-27Add a new function devfs_dev_exists() to be able to find out if aJaakko Heinonen
2010-09-27Add reference counting for devfs paths containing user created symbolicJaakko Heinonen
2010-05-06Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodeKonstantin Belousov
2010-04-16Revert r206560. The change doesn't work correctly in all cases withJaakko Heinonen
2010-04-13- Ignore and report duplicate and empty device names in devfs_populate_loop()Jaakko Heinonen
2008-06-16Struct cdev is always the member of the struct cdev_priv. When devfsKonstantin Belousov
2008-05-21Implement the per-open file data for the cdev.Konstantin Belousov
2007-07-03Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callsKonstantin Belousov
2006-10-18Properly lock the vnode around vgone() calls.Konstantin Belousov
2005-09-19Rewamp DEVFS internals pretty severely [1].Poul-Henning Kamp
2005-08-16Create a new internal .h file to communicate very private stuffPoul-Henning Kamp