NetBSD/sys/compat/mach
manu dc728f311c Don't allow mappings at address zero in vm_allocate: first page is a
red zone in Darwin, and nothing should be mapped there.
While we are here, ifdef DEBUG_MACH_VM all the VM-related debug messages
2003-12-06 19:34:21 +00:00
..
arch/powerpc
Makefile iTry to gather as much Mach services names as possible, this way we 2003-11-15 22:55:35 +00:00
files.mach Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_bootstrap.c Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_bootstrap.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_clock.c Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_clock.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_errno.c
mach_errno.h
mach_exec.c Remove the reference to struct proc in kernel and host port once the 2003-12-06 17:04:50 +00:00
mach_exec.h Avoid re-allocations of darwin_emuldata structures by COMPAT_MACH. This 2003-11-20 22:05:25 +00:00
mach_host.c Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_host.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_iokit.c Enable tracing of out of line data sent with Mach message 2003-11-24 16:51:33 +00:00
mach_iokit.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_message.c More santity checks when sending data to a port: is there someone listening 2003-12-03 18:18:43 +00:00
mach_message.h In Mach_task_suspend, stop the process without awaking its parent, this is 2003-11-27 23:44:49 +00:00
mach_misc.c Implement swtch_pri() and swtch() 2003-11-16 01:12:30 +00:00
mach_notify.c Don't send Mach exceptions to dying processes 2003-12-06 15:16:38 +00:00
mach_notify.h Move machine dependent definitions to machine dependent headers. 2003-12-03 18:25:44 +00:00
mach_port.c More santity checks when sending data to a port: is there someone listening 2003-12-03 18:18:43 +00:00
mach_port.h First work on Mach exceptions. Things that can turn into signals on UNIX 2003-11-17 01:52:14 +00:00
mach_semaphore.c Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_semaphore.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_services.c Add task_terminate 2003-11-30 20:42:03 +00:00
mach_services.h Add task_terminate 2003-11-30 20:42:03 +00:00
mach_services.master Add task_terminate 2003-11-30 20:42:03 +00:00
mach_services_names.c Add task_terminate 2003-11-30 20:42:03 +00:00
mach_syscall.h Start to implement another strange feature: signals as Mach software 2003-11-20 07:12:34 +00:00
mach_syscallargs.h Start to implement another strange feature: signals as Mach software 2003-11-20 07:12:34 +00:00
mach_syscalls.c Start to implement another strange feature: signals as Mach software 2003-11-20 07:12:34 +00:00
mach_sysent.c Start to implement another strange feature: signals as Mach software 2003-11-20 07:12:34 +00:00
mach_task.c In task_terminate, unstop the process so that we can really terminate it now 2003-12-06 15:16:10 +00:00
mach_task.h Add task_terminate 2003-11-30 20:42:03 +00:00
mach_thread.c In the basic thread info, suspend count is the suspend sempahore. Just return 2003-12-03 22:25:46 +00:00
mach_thread.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_types.h I forgot to commit this file for vm_machine_attribute to build correctly 2003-11-30 20:42:55 +00:00
mach_vm.c Don't allow mappings at address zero in vm_allocate: first page is a 2003-12-06 19:34:21 +00:00
mach_vm.h Implement vm_read, vm_write, and a framework for vm_machine_attribute. 2003-11-29 23:56:08 +00:00
makemachservices.sh Fix minor bug in the script that generate Mach services files (the master 2003-11-30 00:09:59 +00:00
syscalls.conf
syscalls.master