NetBSD/sys/compat/linux/common
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
..
linux_blkio.c
linux_blkio.h
linux_break.c
linux_cdrom.c
linux_cdrom.h
linux_dirent.h recent versions of linux (which we now claim to be) supply a BSD-style 2010-09-11 20:53:04 +00:00
linux_emuldata.h personality() now interprets its parameter as having 2010-11-02 18:18:07 +00:00
linux_errno.c
linux_errno.h
linux_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
linux_exec.h many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
linux_exec_aout.c Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:39:35 +00:00
linux_exec_elf32.c always supply an auxiliary vector for linux ELF processes. 2010-09-11 20:49:28 +00:00
linux_exec_elf64.c
linux_fcntl.h
linux_fcntl64.c
linux_fdio.c
linux_fdio.h
linux_file.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
linux_file64.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
linux_futex.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
linux_futex.h many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
linux_hdio.c
linux_hdio.h
linux_ioctl.c
linux_ioctl.h
linux_ipc.c Make sure to never leak padding space before copyout or copyin 2009-11-16 08:44:19 +00:00
linux_ipc.h
linux_ipccall.c remove some "inline" from functions which are defined in a .c file 2009-08-18 11:22:09 +00:00
linux_ipccall.h remove some "inline" from functions which are defined in a .c file 2009-08-18 11:22:09 +00:00
linux_limit.h
linux_llseek.c
linux_machdep.h many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
linux_misc.c personality() now interprets its parameter as having 2010-11-02 18:18:07 +00:00
linux_misc.h personality() now interprets its parameter as having 2010-11-02 18:18:07 +00:00
linux_misc_notalpha.c implement the following syscalls for linux32: 2010-11-02 18:14:05 +00:00
linux_mmap.h
linux_mod.c
linux_msg.h Make compat linux/linux32 msgrcv_msgarg type member of type 2009-11-18 15:19:24 +00:00
linux_mtio.c
linux_mtio.h
linux_oldmmap.c more debugging for mmap 2009-08-18 02:04:14 +00:00
linux_oldmmap.h
linux_oldolduname.c
linux_oldolduname.h
linux_oldselect.c
linux_oldselect.h
linux_olduname.c
linux_olduname.h
linux_pipe.c
linux_prctl.h
linux_ptrace.h
linux_reboot.h
linux_sched.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
linux_sched.h
linux_sem.h
linux_sg.c
linux_sg.h
linux_shm.h
linux_sig_notalpha.c Add the mask value returned by siggetmask. 2009-06-02 16:53:07 +00:00
linux_sigaction.c
linux_sigevent.h
linux_siginfo.h
linux_signal.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
linux_signal.h Add native to linux siginfo si_status translation, used on i386 and 2009-05-29 14:19:12 +00:00
linux_signo.c
linux_socket.c update linux_sys_socket() to understand the flags that are now 2010-11-02 18:02:59 +00:00
linux_socket.h update linux_sys_socket() to understand the flags that are now 2010-11-02 18:02:59 +00:00
linux_socketcall.c
linux_socketcall.h Add a new linux_msghdr structure, as its size differs on 64bit archs. 2009-06-17 14:18:51 +00:00
linux_sockio.h Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support. 2009-11-28 22:11:42 +00:00
linux_statfs.h implement the following syscalls for linux32: 2010-11-02 18:14:05 +00:00
linux_sysctl.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
linux_sysctl.h
linux_termios.c
linux_termios.h
linux_time.c Add CLOCK_MONOTONIC support for compat linux/linux32 2010-07-12 12:01:53 +00:00
linux_types.h
linux_uid16.c
linux_uselib.c Another one that needs <sys/exec_aout.h>. 2009-08-28 01:39:03 +00:00
linux_util.h