NetBSD/sys/compat/svr4_32
dsl d7f93c5c67 Split sys_bind() and sys_connect() so that compat code can use common code
once the 'address' has been copied into an mbuf.
Add extra flags for 'struct msghdr.msg_flags' to indicate that the address
  and control are already in mbufs, and that the uio structure is in userspace
  for sending data, rename sendit() to do_sys_sendmsg() to ensure no old code
  passes in random flags.
Changes to compat code to use new functions - removing some stackgap use.
Fix a 'use after free' in compat_43_sys_recvmsg.
I ***THINK*** the code that converts 'cmsg' formatted data is borked!
svr4_stream.c ought to be generated from svr4_32_stream.c during the build.
2007-06-01 22:53:52 +00:00
..
files.svr4_32 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sed.script Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
svr4_32_acl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
svr4_32_dirent.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_exec_elf32.c Change the way that emulations locate files within the emulation root to 2007-04-22 08:29:55 +00:00
svr4_32_exec.c Introduce a new member to struct emul, e_startlwp, to be used by 2007-02-19 15:10:02 +00:00
svr4_32_exec.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
svr4_32_fcntl.c Rework the svr4_32 fcntl support (again). 2007-05-13 08:14:06 +00:00
svr4_32_fcntl.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_filio.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
svr4_32_fuser.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_hrt.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_ioctl.c remove all the double (and triple) casts used to convert 32bit userspace 2007-03-16 22:21:40 +00:00
svr4_32_ioctl.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
svr4_32_ipc.c remove all the double (and triple) casts used to convert 32bit userspace 2007-03-16 22:21:40 +00:00
svr4_32_ipc.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_lwp.c Typo. Reported by martin. 2007-03-20 09:11:04 +00:00
svr4_32_lwp.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_misc.c Remember to call calcru() before using the rusage values. 2007-05-12 18:10:20 +00:00
svr4_32_net.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
svr4_32_resource.c remove all the double (and triple) casts used to convert 32bit userspace 2007-03-16 22:21:40 +00:00
svr4_32_resource.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_schedctl.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
svr4_32_schedctl.h remove dup decl 2006-04-02 06:45:16 +00:00
svr4_32_siginfo.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_signal.c remove all the double (and triple) casts used to convert 32bit userspace 2007-03-16 22:21:40 +00:00
svr4_32_signal.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_socket.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
svr4_32_socket.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
svr4_32_sockio.c Add a sockaddr_storage member to "struct ifreq" maintaining backwards 2007-05-29 21:32:27 +00:00
svr4_32_sockio.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_stat.c Change the compat sys_[fl]utime code to not use the stackgap. 2007-05-12 17:28:19 +00:00
svr4_32_stat.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_statvfs.h
svr4_32_stream.c Split sys_bind() and sys_connect() so that compat code can use common code 2007-06-01 22:53:52 +00:00
svr4_32_stropts.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_syscall.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_syscallargs.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_syscalls.c fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_sysent.c fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_termios.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
svr4_32_termios.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_time.h
svr4_32_timod.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_types.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_ucontext.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_ustat.h fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
svr4_32_util.h
syscalls.conf
syscalls.master fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00