NetBSD/sys/fs/filecorefs
elad 009f5d2f88 Where possible, extract the file-system's access() routine to two internal
functions: the first checking if the operation is possible (regardless of
permissions), the second checking file-system permissions, ACLs, etc.

Mailing list reference:

	http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html
2009-07-03 21:17:40 +00:00
..
filecore_bmap.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
filecore_extern.h Remove all the __P() from sys (excluding sys/dist) 2009-03-14 14:45:51 +00:00
filecore_lookup.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
filecore_mount.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
filecore_node.c ansify function definitions 2009-03-15 22:16:09 +00:00
filecore_node.h Remove all the __P() from sys (excluding sys/dist) 2009-03-14 14:45:51 +00:00
filecore_utils.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
filecore_vfsops.c Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
filecore_vnops.c Where possible, extract the file-system's access() routine to two internal 2009-07-03 21:17:40 +00:00
filecore.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
files.filecorefs merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile