aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_dir.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* r326394 is calling malloc with M_WAITOK under a lock, revert for nowEmmanuel Vadot2017-11-301-5/+6
* devfs: Avoid a malloc/free if we just need to increment the refcountEmmanuel Vadot2017-11-301-6/+5
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add reference counting for devfs paths containing user created symbolicJaakko Heinonen2010-09-271-0/+175