summaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_rule.c
AgeCommit message (Expand)Author
2024-01-20devfs(5): Fix a typo in a source code commentGordon Bergling
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-07-26make path matching in devfs rules consistent and sane (and safer)Andriy Gapon
2012-02-09Introduce the "ruleset=number" option for devfs(5) mounts.Martin Matuska
2011-11-13- fix duplicate "a a" in some commentsEitan Adler
2010-12-15- Assert that dm_lock is exclusively held in devfs_rules_apply() andJaakko Heinonen
2010-12-12Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set theJaakko Heinonen
2010-08-06Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdKonstantin Belousov
2008-06-22Get pointer to devfs_ruleset struct after garbage collection has beenOleksandr Tymoshenko
2008-03-20Do not dereference cdev->si_cdevsw, use the dev_refthread() to properlyKonstantin Belousov
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-07-17Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inPoul-Henning Kamp
2006-01-03When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive ruleRobert Watson
2005-09-24Make rule zero really magical, that way we don't have to do anythingPoul-Henning Kamp
2005-09-19Rewamp DEVFS internals pretty severely [1].Poul-Henning Kamp
2005-09-15Protect the devfs rule internal global lists with a sx lock, the perPoul-Henning Kamp
2005-09-15Absolve devfs_rule.c from locking responsibility and call it withPoul-Henning Kamp
2005-09-15Close a race which could result in unwarranted "ruleset %d alreadyPoul-Henning Kamp
2005-08-15Eliminate effectively unused dm_basedir field from devfs_mount.Poul-Henning Kamp
2005-03-08Remove kernelside support for devfs rules filtering on major numbers.Poul-Henning Kamp
2004-09-24XXX mark two places where we do not hold a threadcount on the dev whenPoul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-02-15White-space align a struct definition.Poul-Henning Kamp
2004-01-21Fix style(9) of my previous commit.Colin Percival
2004-01-21Allow devfs path rules to work on directories. Without this fix,Colin Percival
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-29NODEVFS cleanup: remove #ifdefs.Poul-Henning Kamp
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-11Add symlink support to devfs_rule_matchpath(). This allows the userDima Dorfman
2002-10-16Fix comments and one resulting code confusion about the type of thePoul-Henning Kamp
2002-10-08Treat the pathptrn field as a real pattern with the aid of fnmatch().Dima Dorfman
2002-07-28Unimplement panic(8) by making sure that we don't recurse into aDima Dorfman
2002-07-17Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman