summaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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