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
..
files.ibcs2 Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
ibcs2_dirent.h
ibcs2_errno.c
ibcs2_errno.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_exec.c fix wrong preprocessor symbol. 2010-07-22 03:18:30 +00:00
ibcs2_exec.h Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
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 ioctl commands are defined unsigned long, so cast cmd to unsigned long before comparison. 2008-06-24 10:03:17 +00:00
ibcs2_ipc.c
ibcs2_misc.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
ibcs2_mman.h
ibcs2_mod.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
ibcs2_mount.h
ibcs2_pwd.h
ibcs2_signal.c
ibcs2_signal.h
ibcs2_signo.c
ibcs2_socksys.c merge christos-time_t 2009-01-11 02:45:45 +00:00
ibcs2_socksys.h
ibcs2_stat.c Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
ibcs2_stat.h
ibcs2_statfs.h
ibcs2_stropts.h
ibcs2_syscall.h Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
ibcs2_syscallargs.h Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
ibcs2_syscalls.c Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
ibcs2_sysent.c Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
ibcs2_sysi86.h
ibcs2_termios.h
ibcs2_time.h
ibcs2_timeb.h
ibcs2_types.h
ibcs2_unistd.h
ibcs2_ustat.h
ibcs2_util.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ibcs2_utime.h
ibcs2_utsname.h
ibcs2_wait.h
Makefile
syscalls.conf
syscalls.master document more unimplemented syscalls 2010-07-23 02:46:12 +00:00
TODO