NetBSD/sys/compat/netbsd32
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
..
files.netbsd32
Makefile
netbsd32_compat_09.c
netbsd32_compat_10.c
netbsd32_compat_12.c
netbsd32_compat_13.c
netbsd32_compat_14.c
netbsd32_compat_20.c
netbsd32_compat_30.c
netbsd32_compat_43.c
netbsd32_compat_50.c
netbsd32_conv.h
netbsd32_core.c
netbsd32_event.c
netbsd32_exec_aout.c
netbsd32_exec_elf32.c
netbsd32_exec.h
netbsd32_execve.c
netbsd32_fs.c
netbsd32_ioctl.c
netbsd32_ioctl.h
netbsd32_ipc.c
netbsd32_lwp.c
netbsd32_mod.c
netbsd32_netbsd.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
netbsd32_sa.c
netbsd32_sa.h
netbsd32_select.c
netbsd32_sem.c
netbsd32_signal.c
netbsd32_socket.c
netbsd32_syscall.h
netbsd32_syscallargs.h
netbsd32_syscalls.c
netbsd32_sysctl.c
netbsd32_sysctl.h
netbsd32_sysent.c
netbsd32_time.c
netbsd32_wait.c
netbsd32.h
syscalls.conf
syscalls.master