NetBSD/sys/miscfs/kernfs
bouyer 59b64d6167 Allow optionnal /kern regular files to have custom read methods, the same
way writes are handled: Add KERNFS_XREAD and KERNFS_FILEOP_WRITE files
operations definitions to kfsfileop, a xread function pointer to
kernfs_fileop, rename kernfs_read to kernfs_default_xread and add a
kernfs_read calling kernfs_try_fileop(KERNFS_FILEOP_READ).

Proposed on tech-kern on Feb 18 2006.
2006-03-14 20:47:52 +00:00
..
files.kernfs merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kernfs_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kernfs_vfsops.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kernfs_vnops.c Allow optionnal /kern regular files to have custom read methods, the same 2006-03-14 20:47:52 +00:00
kernfs.h Allow optionnal /kern regular files to have custom read methods, the same 2006-03-14 20:47:52 +00:00
Makefile