NetBSD/sys/compat/mach
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
..
arch/powerpc
Makefile
files.mach
mach_bootstrap.c Replace strlcpy by strncpy so that it builds again 2003-06-04 19:51:03 +00:00
mach_bootstrap.h
mach_clock.c
mach_clock.h
mach_errno.c
mach_errno.h
mach_exec.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
mach_exec.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
mach_host.c
mach_host.h
mach_iokit.c Added IOHIDSystem properties (this is about keyboard mapping) 2003-06-03 06:48:47 +00:00
mach_iokit.h Added IOHIDSystem properties (this is about keyboard mapping) 2003-06-03 06:48:47 +00:00
mach_message.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
mach_message.h Added IOHIDSystem properties (this is about keyboard mapping) 2003-06-03 06:48:47 +00:00
mach_misc.c
mach_namemap.c Added vm_copy 2003-06-03 20:09:37 +00:00
mach_notify.c Fix a few bugs and get a better notification support (A sample program 2003-04-05 19:27:51 +00:00
mach_notify.h Fix a few bugs and get a better notification support (A sample program 2003-04-05 19:27:51 +00:00
mach_port.c Fix a few bugs and get a better notification support (A sample program 2003-04-05 19:27:51 +00:00
mach_port.h Make io_iterator_reset working for device class itaerators 2003-04-30 18:38:19 +00:00
mach_semaphore.c
mach_semaphore.h
mach_syscall.h
mach_syscallargs.h
mach_syscalls.c
mach_sysent.c
mach_task.c More debug 2003-04-29 22:12:51 +00:00
mach_task.h First attempt with task_suspend/task_resume, but we hit some bugs somewhere 2003-04-06 17:58:49 +00:00
mach_thread.c
mach_thread.h Implement task_info 2003-04-05 21:18:02 +00:00
mach_types.h Implement task_info 2003-04-05 21:18:02 +00:00
mach_vm.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
mach_vm.h Added vm_copy 2003-06-03 20:09:37 +00:00
syscalls.conf
syscalls.master