NetBSD/sys/compat/irix
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.irix Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
irix_dirent.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
irix_errno.c
irix_errno.h
irix_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
irix_exec.h Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
irix_exec_elf32.c Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
irix_exec_elf64.c Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
irix_fcntl.c Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
irix_fcntl.h
irix_ioctl.c
irix_ioctl.h
irix_kmem.c
irix_kmem.h
irix_misc.c
irix_mman.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
irix_mman.h
irix_mod.c
irix_mount.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
irix_prctl.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
irix_prctl.h
irix_resource.c
irix_resource.h
irix_signal.c typo in comment 2010-02-15 09:39:00 +00:00
irix_signal.h
irix_stat.c
irix_swap.c
irix_swap.h
irix_syscall.h Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
irix_syscallargs.h Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
irix_syscalls.c Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
irix_sysctl.c
irix_sysctl.h
irix_sysent.c Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
irix_sysmp.c Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
irix_sysmp.h
irix_syssgi.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
irix_syssgi.h
irix_systeminfo.c
irix_types.h Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
irix_usema.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
irix_usema.h
syscalls.conf
syscalls.master