opnsense-src/sys/fs/devfs
Poul-Henning Kamp 6afb3b1c37 Give dev_strategy() an explict cdev argument in preparation for removing
buf->b-dev.

Put a bio between the buf passed to dev_strategy() and the device driver
strategy routine in order to not clobber fields in the buf.

Assert copyright on vfs_bio.c and update copyright message to canonical
text.  There is no legal difference between John Dysons two-clause
abbreviated BSD license and the canonical text.
2004-10-29 07:16:37 +00:00
..
devfs.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
devfs_devs.c Reduce a fair bit of the atomics because we are now called with a 2004-06-18 08:08:47 +00:00
devfs_rule.c XXX mark two places where we do not hold a threadcount on the dev when 2004-09-24 08:32:36 +00:00
devfs_vfsops.c What can I say: don't allow people to mount DEVFS with option "nodev". 2004-10-28 06:03:25 +00:00
devfs_vnops.c Give dev_strategy() an explict cdev argument in preparation for removing 2004-10-29 07:16:37 +00:00