| Age | Commit message (Expand) | Author |
| 2004-01-01 | Try to do a better job at Mach port refcount. That's not perfect, though. | manu |
| 2003-12-24 | Rework Mach exception and Darwin's ptrace. gdb is now able to attach a | manu |
| 2003-12-20 | Provide a kernel port for each thread. This makes the emulation of | manu |
| 2003-12-18 | KNF, spelling and english fixes to some comments. remove trailing | grant |
| 2003-12-09 | Move most of the code involved into message header, trailer, and descriptor | manu |
| 2003-12-08 | Factor the code for OOL data movement into mach_ool_copyin and | manu |
| 2003-12-08 | Use appropriate macro definitions when filling complex messages | manu |
| 2003-12-06 | In task_terminate, unstop the process so that we can really terminate it now | manu |
| 2003-12-06 | Fix some panics caused by incorrect Mach exceptions reference counts | manu |
| 2003-11-30 | Add task_terminate | manu |
| 2003-11-27 | In Mach_task_suspend, stop the process without awaking its parent, this is | manu |
| 2003-11-24 | Also allow to change special and exception ports from a remote process | manu |
| 2003-11-24 | Don't free a buffer before we finished reading it | manu |
| 2003-11-24 | Enable tracing of out of line data sent with Mach message | manu |
| 2003-11-24 | Once a process has the kernel port to another process or thread, it can | manu |
| 2003-11-22 | Don't use the target port in task_for_pid: it is only usefull on | manu |
| 2003-11-20 | Start to implement another strange feature: signals as Mach software | manu |
| 2003-11-18 | More work on exceptions. Once a task has raised an exception, it remains | manu |
| 2003-11-17 | Illegal instruction exceptions | manu |
| 2003-11-17 | First work on Mach exceptions. Things that can turn into signals on UNIX | manu |
| 2003-11-15 | Try to add all mach servers defined in Darwin in the server list. Most of | manu |
| 2003-11-13 | Enforce good santity checks with Mach messages sizes: | manu |
| 2003-11-12 | mach_msg_ool_ports_descriptor_t describe a memory region containing | manu |
| 2003-11-11 | Correctly implement task_suspend and task_resume: the struct proc is | manu |
| 2003-11-11 | Fix an unitialized variable bug that caused a crash in mach_task_suspend(). | manu |
| 2003-11-09 | Better warnings on not fully implemented mach traps. | manu |
| 2003-10-25 | Previous changes were not correct. | mycroft |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-04-29 | More debug | manu |
| 2003-04-06 | First attempt with task_suspend/task_resume, but we hit some bugs somewhere | manu |
| 2003-04-05 | Implement task_info | manu |
| 2003-03-29 | First work on notifications. Not really working for now. | manu |
| 2003-01-24 | Make the beast build again (but it is still probably broken) | manu |
| 2003-01-21 | Do a preliminary switchover of the mach code to lwp's. It compiles now | matt |
| 2002-12-31 | Introduce port names, deallocate mach ressources at Darwin process exit | manu |
| 2002-12-30 | - When mach_init saves the bootstrap port, make it the default bootstrap port | manu |
| 2002-12-27 | - When MACH_MSG_RCV_LARGE is set, we must return a message with just a header | manu |
| 2002-12-27 | Several things: | manu |
| 2002-12-24 | Typo | manu |
| 2002-12-19 | First attempt on mach ports sets. Also maitian only one list of rights | manu |
| 2002-12-17 | In mach_ports_lookup, allow the out of band data mapping anywhere we have | manu |
| 2002-12-17 | Added support for exchange of Mach messages between processes. | manu |
| 2002-12-15 | FIrst attempt at mach ports and rights, which are needed if we ever want | manu |
| 2002-12-12 | Added a few Mach traps: mach_boostrap_register, mach_port_set_attributes, | manu |
| 2002-12-09 | Remove debug printf (now ktrace does the job) | manu |
| 2002-12-09 | Added support for dumping mach messages in ktrace/kdump. While we are | manu |
| 2002-11-28 | Check for alternate receive buffer for mach_msg_overwrite_trap | manu |
| 2002-11-26 | Add thread_policy and clock_get_time mach traps. Implement | manu |
| 2002-11-14 | improve on debugging. | christos |
| 2002-11-12 | mach_ports_lookup allocate one page of memory and returns its address. | manu |