NetBSD/sys/compat/mach
yamt 0994e6acb8 introduce a function, proclist_foreach_call, to iterate all procs on
a proclist and call the specified function for each of them.
primarily to fix a procfs locking problem, but i think that it's useful for
others as well.

while i'm here, introduce PROCLIST_FOREACH macro, which is similar to
LIST_FOREACH but skips marker entries which are used by proclist_foreach_call.
2004-10-01 16:30:52 +00:00
..
arch/powerpc Mark the thread id as clean in cthread_set_self 2004-07-03 09:44:04 +00:00
Makefile iTry to gather as much Mach services names as possible, this way we 2003-11-15 22:55:35 +00:00
files.mach Add the emul.mach.exception.hang sysctl, which helps catching programs 2004-07-27 22:01:56 +00:00
mach_bootstrap.c Move most of the code involved into message header, trailer, and descriptor 2003-12-09 11:29:01 +00:00
mach_bootstrap.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_clock.c clock_sleep was 10 times too fast because of a wrong constant. 2003-12-21 14:44:43 +00:00
mach_clock.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_errno.c In mach_msg_error, don't display error message when the error 2003-12-09 17:10:02 +00:00
mach_errno.h Introduced IOKit driver methods. Moved back into Mach some IOKit driver 2003-02-20 22:39:42 +00:00
mach_exception.c Add the emul.mach.exception.hang sysctl, which helps catching programs 2004-07-27 22:01:56 +00:00
mach_exception.h Rework Mach exception and Darwin's ptrace. gdb is now able to attach a 2003-12-24 23:22:22 +00:00
mach_exec.c pass the fork flags down to the emulation fork hook, so that emulation 2004-08-08 08:42:03 +00:00
mach_exec.h pass the fork flags down to the emulation fork hook, so that emulation 2004-08-08 08:42:03 +00:00
mach_host.c Added Mach services (no real implementation, just empty shells to make 2003-12-29 01:30:27 +00:00
mach_host.h Added Mach services (no real implementation, just empty shells to make 2003-12-29 01:30:27 +00:00
mach_iokit.c Fix various broken sanity checks in iokit emulation. 2003-12-09 17:13:18 +00:00
mach_iokit.h Enforce good santity checks with Mach messages sizes: 2003-11-13 13:40:39 +00:00
mach_message.c Use PR_WAITOK instead of M_WAITOK for pool_get(). This is polite, 2004-03-24 16:55:07 +00:00
mach_message.h union without a name does not build on i386... 2003-12-26 16:31:29 +00:00
mach_misc.c - Rework the Mach semaphore code to handle threads instead of processes 2003-12-30 00:15:46 +00:00
mach_notify.c Try to do a better job at Mach port refcount. That's not perfect, though. 2004-01-01 22:48:54 +00:00
mach_notify.h Move exception related code to a dedicated file 2003-12-09 12:13:44 +00:00
mach_port.c introduce a function, proclist_foreach_call, to iterate all procs on 2004-10-01 16:30:52 +00:00
mach_port.h Fix copyright notice - OK'd by the copyright holder. 2004-08-21 18:58:31 +00:00
mach_semaphore.c - Rework the Mach semaphore code to handle threads instead of processes 2003-12-30 00:15:46 +00:00
mach_semaphore.h - Rework the Mach semaphore code to handle threads instead of processes 2003-12-30 00:15:46 +00:00
mach_services.c Regen 2004-07-24 15:47:23 +00:00
mach_services.h Regen 2004-07-24 15:47:23 +00:00
mach_services.master Added port_get_refs and port_mod_refs 2004-07-24 15:46:02 +00:00
mach_services_names.c Regen 2004-07-24 15:47:23 +00:00
mach_syscall.h - Rework the Mach semaphore code to handle threads instead of processes 2003-12-30 00:15:46 +00:00
mach_syscallargs.h - Rework the Mach semaphore code to handle threads instead of processes 2003-12-30 00:15:46 +00:00
mach_syscalls.c - Rework the Mach semaphore code to handle threads instead of processes 2003-12-30 00:15:46 +00:00
mach_sysctl.c Add the emul.mach.exception.hang sysctl, which helps catching programs 2004-07-27 22:01:56 +00:00
mach_sysctl.h Add the emul.mach.exception.hang sysctl, which helps catching programs 2004-07-27 22:01:56 +00:00
mach_sysent.c - Rework the Mach semaphore code to handle threads instead of processes 2003-12-30 00:15:46 +00:00
mach_task.c Try to do a better job at Mach port refcount. That's not perfect, though. 2004-01-01 22:48:54 +00:00
mach_task.h Add task_terminate 2003-11-30 20:42:03 +00:00
mach_thread.c Added Mach services (no real implementation, just empty shells to make 2003-12-29 01:30:27 +00:00
mach_thread.h Added Mach services (no real implementation, just empty shells to make 2003-12-29 01:30:27 +00:00
mach_types.h Added port_get_refs and port_mod_refs 2004-07-24 15:46:02 +00:00
mach_vm.c bugfix: vm_copy was only copying the first page 2004-07-18 23:19:52 +00:00
mach_vm.h KNF, spelling and english fixes to some comments. remove trailing 2003-12-18 01:10:20 +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 - Rework the Mach semaphore code to handle threads instead of processes 2003-12-30 00:15:46 +00:00