NetBSD/sys/compat/darwin
manu b5139de154 Enforce good santity checks with Mach messages sizes:
1) make sure Mach servers will not work on data beyond the end of the
   request message buffer.
2) make sure that on copying out the reply message buffer, we will not
   leak kernel data located after the buffer.
3) make sure that the server will not overwrite memory beyond the end
   of the reply message buffer. That check is the responsability of the
   server, there is just a DIAGNOSTIC test to check everything is in
   good shape. All currently implemented servers in NetBSD have been
   modified to check for this condition

While we are here, build the mach services table (formerly in mach_namemap.c)
and the services prototypes automatically from mach_services.master, just
as this is done for system calls.

The next step would be to fold the message formats in the mach_services.master
file, but this tends to be difficult, as some messages are quite long and
complex.
2003-11-13 13:40:39 +00:00
..
Makefile Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
darwin_exec.c Correctly terminate the iohidsystem thread (with appropriate cleanups of 2003-10-25 10:43:45 +00:00
darwin_exec.h Correctly terminate the iohidsystem thread (with appropriate cleanups of 2003-10-25 10:43:45 +00:00
darwin_ioctl.c
darwin_ioctl.h
darwin_ioframebuffer.c Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
darwin_ioframebuffer.h
darwin_iohidsystem.c Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
darwin_iohidsystem.h Remove all our real devices from the IOKit registry, as they won't be 2003-11-01 18:41:25 +00:00
darwin_iokit.c
darwin_iokit.h Remove all our real devices from the IOKit registry, as they won't be 2003-11-01 18:41:25 +00:00
darwin_mman.c Fix uninitialized variable warnings 2003-10-25 18:37:49 +00:00
darwin_mount.c
darwin_mount.h
darwin_proc.h
darwin_signal.c Fix uninitialized variable warnings 2003-10-25 18:37:49 +00:00
darwin_signal.h
darwin_stat.c
darwin_syscall.h
darwin_syscallargs.h
darwin_syscalls.c
darwin_sysctl.c Fix uninitialized variable warnings 2003-10-25 18:37:49 +00:00
darwin_sysctl.h
darwin_sysent.c
darwin_thread.c
darwin_types.h
darwin_unistd.c
files.darwin Parent itarators in the IOKit emulation. A driver can only 2003-11-01 00:32:44 +00:00
syscalls.conf
syscalls.master