NetBSD/sys/compat/sunos32
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
files.sunos32
sunos32.h
sunos32_dirent.h
sunos32_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
sunos32_exec.h
sunos32_exec_aout.c
sunos32_ioctl.c
sunos32_misc.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
sunos32_mod.c
sunos32_syscall.h regen: 2010-03-02 21:14:43 +00:00
sunos32_syscallargs.h regen: 2010-03-02 21:14:43 +00:00
sunos32_syscalls.c regen: 2010-03-02 21:14:43 +00:00
sunos32_sysent.c regen: 2010-03-02 21:14:43 +00:00
syscalls.conf
syscalls.master Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional 2010-03-02 21:07:21 +00:00