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
..
Makefile
files.netbsd32
netbsd32.h
netbsd32_compat_09.c
netbsd32_compat_10.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_compat_12.c
netbsd32_compat_13.c
netbsd32_compat_14.c
netbsd32_compat_20.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_compat_30.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_compat_43.c Fix compilation. 2010-04-23 23:05:40 +00:00
netbsd32_compat_50.c -fix internal use of sigwaitinfo(2) by sigwait(3): The former returns 2010-05-30 19:31:39 +00:00
netbsd32_conv.h
netbsd32_core.c
netbsd32_event.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_exec.h
netbsd32_exec_aout.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_exec_elf32.c
netbsd32_execve.c
netbsd32_fs.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_ioctl.c Add support for envsys(4) version 2 ioctls. 2010-09-24 13:12:53 +00:00
netbsd32_ioctl.h Add support for envsys(4) version 2 ioctls. 2010-09-24 13:12:53 +00:00
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 Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_sem.c
netbsd32_signal.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_socket.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_syscall.h regen: 2010-03-02 21:14:43 +00:00
netbsd32_syscallargs.h regen: 2010-03-02 21:14:43 +00:00
netbsd32_syscalls.c regen: 2010-03-02 21:14:43 +00:00
netbsd32_sysctl.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
netbsd32_sysctl.h
netbsd32_sysent.c regen: 2010-03-02 21:14:43 +00:00
netbsd32_time.c Add a new clock_gettime1() function that holds most of the 2010-04-08 11:51:13 +00:00
netbsd32_wait.c
syscalls.conf
syscalls.master Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional 2010-03-02 21:07:21 +00:00