NetBSD/sys/compat/linux/arch
joerg 48717cfc00 Refactor ps_strings access. Based on PK_32, write either the normal
version or the 32bit compat layout in execve1. Introduce a new function
copyin_psstrings for reading it back from userland and converting it to
the native layout. Refactor procfs to share most of the code with the
kern.proc_args sysctl handler.

This material is based upon work partially supported by
The NetBSD Foundation under a contract with Joerg Sonnenberger.
2011-03-04 22:25:24 +00:00
..
alpha Refactor ps_strings access. Based on PK_32, write either the normal 2011-03-04 22:25:24 +00:00
amd64 define LINUX_O_CLOEXEC. 2010-11-02 18:01:25 +00:00
arm define LINUX_O_CLOEXEC. 2010-11-02 18:01:25 +00:00
i386 Refactor ps_strings access. Based on PK_32, write either the normal 2011-03-04 22:25:24 +00:00
m68k define LINUX_O_CLOEXEC. 2010-11-02 18:01:25 +00:00
mips Deal with differences in signal delivery between o32/n32/n64. 2011-02-20 08:14:10 +00:00
powerpc save_fpu_lwp() was renamed to fpu_save_lwp(), so follow suit. 2011-01-20 11:59:24 +00:00
sparc
sparc64