NetBSD/sys/compat/darwin
manu d46d73437c Added the map_memory method for the IOKit, plus an implementation
for the IOHIDSystem driver in Darwin. IOHIDSystem provides access
to user interface devices.

Communication between userspace and kernel is done through a shared
memory page. Our plan is to have a kernel thread waiting on wscons
events (for now it just does nothing), and have it feeding the
shared page.
2003-04-29 22:16:38 +00:00
..
darwin_exec.c
darwin_exec.h
darwin_ioframebuffer.c Added the map_memory method for the IOKit, plus an implementation 2003-04-29 22:16:38 +00:00
darwin_ioframebuffer.h
darwin_iohidsystem.c Added the map_memory method for the IOKit, plus an implementation 2003-04-29 22:16:38 +00:00
darwin_iohidsystem.h Added the map_memory method for the IOKit, plus an implementation 2003-04-29 22:16:38 +00:00
darwin_iokit.c
darwin_iokit.h
darwin_mman.c
darwin_signal.c
darwin_signal.h
darwin_syscall.h Regen 2003-04-20 00:10:20 +00:00
darwin_syscallargs.h Regen 2003-04-20 00:10:20 +00:00
darwin_syscalls.c Regen 2003-04-20 00:10:20 +00:00
darwin_sysctl.c
darwin_sysctl.h
darwin_sysent.c Regen 2003-04-20 00:10:20 +00:00
darwin_thread.c
darwin_unistd.c swapped the words in lseek offset reassembly (that was was confused-endian) 2003-04-20 14:36:05 +00:00
files.darwin
Makefile
syscalls.conf
syscalls.master