NetBSD/sys/fs/ptyfs
dholland 8f6ed30d57 Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.
2010-11-19 06:44:33 +00:00
..
Makefile Install ptyfs userspace header into user's space. 2010-06-14 14:40:47 +00:00
files.ptyfs Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
ptyfs.h Add a chroot flag, so that ptyfs can be mounted in a chrooted environment. 2009-03-15 16:43:55 +00:00
ptyfs_subr.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
ptyfs_vfsops.c The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00
ptyfs_vnops.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00