NetBSD/sys/compat/netbsd32
yamt 4977b4bbc0 some filehandle syscall related changes.
- remove the support of variable-sized filehandle from compat version of
  syscalls.  (strictly speaking, it breaks abi.  i don't think it's a problem
  because this feature is short-lived and there are no affected in-tree
  filesystems.)
- unify vfs_copyinfh_alloc and vfs_copyinfh_alloc_size.
- vfs_copyinfh_alloc_size: check fhsize strictly.
- reduce code duplication between compat and current syscalls.
2006-08-04 16:29:51 +00:00
..
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.netbsd32 Implement the _lwp* and sa_* families of syscalls, using the newly 2006-03-29 23:04:12 +00:00
netbsd32.h Fix alignement problems for fhandle_t, exposed by gcc4.1. 2006-07-13 12:00:24 +00:00
netbsd32_compat_09.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_compat_10.c need compat/sys/shm.h 2005-11-10 18:47:53 +00:00
netbsd32_compat_12.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_compat_13.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_compat_14.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netbsd32_compat_20.c Make filehandles opaque to userland 2006-07-31 16:34:42 +00:00
netbsd32_compat_30.c some filehandle syscall related changes. 2006-08-04 16:29:51 +00:00
netbsd32_compat_43.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_conv.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
netbsd32_core.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_event.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_exec.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
netbsd32_exec_aout.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_exec_elf32.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netbsd32_execve.c Clean up fallout proc_is_traced_p() change: 2006-03-07 03:32:04 +00:00
netbsd32_fs.c some filehandle syscall related changes. 2006-08-04 16:29:51 +00:00
netbsd32_ioctl.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
netbsd32_ioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_ipc.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netbsd32_netbsd.c Make filehandles opaque to userland 2006-07-31 16:34:42 +00:00
netbsd32_sa.c netbsd32_sacopyout: don't leak kernel stack garbage to userland. 2006-06-25 08:11:06 +00:00
netbsd32_sa.h Implement the _lwp* and sa_* families of syscalls, using the newly 2006-03-29 23:04:12 +00:00
netbsd32_select.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_sem.c Implement the ksem_* family of syscalls. 2006-03-05 01:28:20 +00:00
netbsd32_signal.c SA introduce a new case of siginfo structure. Be ready for it when the 2006-03-15 09:09:47 +00:00
netbsd32_socket.c More variable sized MALLOC -> malloc changes. 2006-03-19 22:39:28 +00:00
netbsd32_syscall.h Make filehandles opaque to userland 2006-07-31 16:34:42 +00:00
netbsd32_syscallargs.h Make filehandles opaque to userland 2006-07-31 16:34:42 +00:00
netbsd32_syscalls.c Make filehandles opaque to userland 2006-07-31 16:34:42 +00:00
netbsd32_sysctl.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netbsd32_sysent.c Make filehandles opaque to userland 2006-07-31 16:34:42 +00:00
netbsd32_time.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netbsd32_wait.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
syscalls.conf Add compat_30 as a compatopts. 2006-05-05 13:27:29 +00:00
syscalls.master Step 1 to make filehandles completely opaque to userland 2006-07-31 16:32:51 +00:00