summaryrefslogtreecommitdiff
path: root/sys/compat/mach/mach_thread.h
AgeCommit message (Expand)Author
2003-12-29Added Mach services (no real implementation, just empty shells to makemanu
2003-12-24Rework Mach exception and Darwin's ptrace. gdb is now able to attach amanu
2003-12-18KNF, spelling and english fixes to some comments. remove trailinggrant
2003-11-13Enforce good santity checks with Mach messages sizes:manu
2003-11-11Added mach_thread_set_statemanu
2003-11-11Implement mach_thread_get_state.manu
2003-09-06Added vm_region_64 and thread_infomanu
2003-04-05Implement task_infomanu
2003-01-26Remove right duplication on thread creation, which became useless now wemanu
2003-01-21Do a preliminary switchover of the mach code to lwp's. It compiles nowmatt
2002-12-27Several things:manu
2002-12-17Added support for exchange of Mach messages between processes.manu
2002-12-12Added thread_switch and some bits of Mach semaphoresmanu
2002-12-12Added a few Mach traps: mach_boostrap_register, mach_port_set_attributes,manu
2002-11-28Check for alternate receive buffer for mach_msg_overwrite_trapmanu
2002-11-26Add thread_policy and clock_get_time mach traps. Implementmanu