NetBSD/sys/compat/ibcs2
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
TODO
files.ibcs2
ibcs2_dirent.h
ibcs2_errno.c
ibcs2_errno.h
ibcs2_exec.c fix wrong preprocessor symbol. 2010-07-22 03:18:30 +00:00
ibcs2_exec.h
ibcs2_exec_coff.c Add more debugging printfs 2010-07-22 03:19:02 +00:00
ibcs2_exec_elf32.c
ibcs2_exec_xout.c
ibcs2_fcntl.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
ibcs2_fcntl.h
ibcs2_grp.h
ibcs2_ioctl.c
ibcs2_ipc.c
ibcs2_misc.c
ibcs2_mman.h
ibcs2_mod.c
ibcs2_mount.h
ibcs2_pwd.h
ibcs2_signal.c
ibcs2_signal.h
ibcs2_signo.c
ibcs2_socksys.c
ibcs2_socksys.h
ibcs2_stat.c
ibcs2_stat.h
ibcs2_statfs.h
ibcs2_stropts.h
ibcs2_syscall.h
ibcs2_syscallargs.h
ibcs2_syscalls.c
ibcs2_sysent.c
ibcs2_sysi86.h
ibcs2_termios.h
ibcs2_time.h
ibcs2_timeb.h
ibcs2_types.h
ibcs2_unistd.h
ibcs2_ustat.h
ibcs2_util.h
ibcs2_utime.h
ibcs2_utsname.h
ibcs2_wait.h
syscalls.conf
syscalls.master document more unimplemented syscalls 2010-07-23 02:46:12 +00:00