summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_int.h
Commit message (Expand)AuthorAgeFilesLines
* Stop enforcing additional reference on all cdevs, which was introducedkib2015-01-191-0/+1
* Prefer __containerof() above member2struct().ed2012-09-151-1/+1
* Format prototypes to follow style(9) more closely.jh2010-10-121-6/+6
* Add a new function devfs_dev_exists() to be able to find out if ajh2010-09-271-0/+1
* Add reference counting for devfs paths containing user created symbolicjh2010-09-271-0/+6
* Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodekib2010-05-061-1/+1
* Revert r206560. The change doesn't work correctly in all cases withjh2010-04-161-1/+0
* - Ignore and report duplicate and empty device names in devfs_populate_loop()jh2010-04-131-0/+1
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-0/+2
* Implement the per-open file data for the cdev.kib2008-05-211-0/+11
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callskib2007-07-031-0/+6
* Properly lock the vnode around vgone() calls.kib2006-10-181-0/+2
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-0/+22
* Create a new internal .h file to communicate very private stuffphk2005-08-161-0/+45
OpenPOWER on IntegriCloud