freebsd-dev/sys/miscfs/union
Poul-Henning Kamp 923502ff91 useracc() the prequel:
Merge the contents (less some trivial bordering the silly comments)
of <vm/vm_prot.h> and <vm/vm_inherit.h> into <vm/vm.h>.  This puts
the #defines for the vm_inherit_t and vm_prot_t types next to their
typedefs.

This paves the road for the commit to follow shortly: change
useracc() to use VM_PROT_{READ|WRITE} rather than B_{READ|WRITE}
as argument.
1999-10-29 18:09:36 +00:00
..
union_subr.c Before we start to mess with the VFS name-cache clean things up a little bit: 1999-10-03 12:18:29 +00:00
union_vfsops.c This is a major fixup of unionfs. At least 30 serious bugs have been 1999-09-26 20:52:41 +00:00
union_vnops.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
union.h Before we start to mess with the VFS name-cache clean things up a little bit: 1999-10-03 12:18:29 +00:00