NetBSD/sys/compat/darwin
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
darwin_attr.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
darwin_attr.h
darwin_audit.c
darwin_audit.h
darwin_commpage.c
darwin_commpage.h
darwin_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
darwin_exec.h
darwin_ioctl.c
darwin_ioctl.h
darwin_ioframebuffer.c Mark some suspicious ENODEV returns (should be ENXIO?) with comments. 2010-02-24 17:59:33 +00:00
darwin_ioframebuffer.h
darwin_iohidsystem.c
darwin_iohidsystem.h
darwin_iokit.c
darwin_iokit.h
darwin_ktrace.c
darwin_mman.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
darwin_mount.c
darwin_mount.h
darwin_proc.h
darwin_ptrace.c
darwin_ptrace.h
darwin_route.c
darwin_route.h
darwin_signal.c
darwin_signal.h
darwin_socket.c
darwin_socket.h
darwin_stat.c
darwin_syscall.h regen: 2010-03-02 21:14:43 +00:00
darwin_syscallargs.h regen: 2010-03-02 21:14:43 +00:00
darwin_syscalls.c regen: 2010-03-02 21:14:43 +00:00
darwin_sysctl.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
darwin_sysctl.h
darwin_sysent.c regen: 2010-03-02 21:14:43 +00:00
darwin_thread.c
darwin_types.h
darwin_unistd.c
files.darwin
syscalls.conf
syscalls.master Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional 2010-03-02 21:07:21 +00:00