| Age | Commit message (Expand) | Author |
| 2004-01-02 | off-by-one error in ary subscript. | manu |
| 2004-01-01 | Try to do a better job at Mach port refcount. That's not perfect, though. | manu |
| 2003-12-30 | - Rework the Mach semaphore code to handle threads instead of processes | manu |
| 2003-12-30 | In DPRINTF? replace uprintf, so that we get debug output for daemons too. | manu |
| 2003-12-29 | Added Mach services (no real implementation, just empty shells to make | manu |
| 2003-12-28 | Added the semaphore_wait_signal_trap Mach system call (untested) | manu |
| 2003-12-28 | When the catcher of an exception dies before releasing the thread that | manu |
| 2003-12-26 | union without a name does not build on i386... | manu |
| 2003-12-24 | Rework Mach exception and Darwin's ptrace. gdb is now able to attach a | manu |
| 2003-12-21 | clock_sleep was 10 times too fast because of a wrong constant. | manu |
| 2003-12-21 | Fix usage of fifth argument to pool_init(). | simonb |
| 2003-12-20 | Provide a kernel port for each thread. This makes the emulation of | manu |
| 2003-12-20 | Put back Emmanuel's sigfilter hooks, as decided by Core. | fvdl |
| 2003-12-20 | Introduce lwp_emuldata and the associated hooks. No hook is provided for the | manu |
| 2003-12-18 | KNF, spelling and english fixes to some comments. remove trailing | grant |
| 2003-12-09 | Catch signals in clock_sleep, so that sleeping processes can be interupted. | manu |
| 2003-12-09 | Fix various broken sanity checks in iokit emulation. | manu |
| 2003-12-09 | In mach_msg_error, don't display error message when the error | manu |
| 2003-12-09 | Move exception related code to a dedicated file | manu |
| 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-08 | When handling complex messages, uses mach_msg_type_descriptor_t until we | manu |
| 2003-12-07 | When a task to task message carries ports, translate the port names into the | manu |
| 2003-12-07 | Added SCHED_INFO flavor in host_info | manu |
| 2003-12-06 | Don't allow mappings at address zero in vm_allocate: first page is a | manu |
| 2003-12-06 | Remove the reference to struct proc in kernel and host port once the | manu |
| 2003-12-06 | Don't send Mach exceptions to dying processes | 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-12-05 | back the sigfilter emulation hook change off | jdolecek |
| 2003-12-03 | In the basic thread info, suspend count is the suspend sempahore. Just return | manu |
| 2003-12-03 | Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() | manu |
| 2003-12-03 | Rework Mach exceptions and softignals | manu |
| 2003-12-03 | Move machine dependent definitions to machine dependent headers. | manu |
| 2003-12-03 | Trace data movement with vm_read and vm_write | manu |
| 2003-12-03 | More santity checks when sending data to a port: is there someone listening | manu |
| 2003-11-30 | I forgot to commit this file for vm_machine_attribute to build correctly | manu |
| 2003-11-30 | Add task_terminate | manu |
| 2003-11-30 | Fix minor bug in the script that generate Mach services files (the master | manu |
| 2003-11-29 | Implement vm_read, vm_write, and a framework for vm_machine_attribute. | manu |
| 2003-11-28 | To lookup a map entry in vm_map, use uvm_map_lookup, and not uvm_map_findspace, | manu |
| 2003-11-27 | In Mach_task_suspend, stop the process without awaking its parent, this is | manu |
| 2003-11-25 | When sending exception with identity, include right names in the | manu |
| 2003-11-25 | lr is uninitialized if we goto out1 | christos |
| 2003-11-25 | Outch, uninitialized variable. How could that work before? | manu |
| 2003-11-25 | Don't change process' special ports on exec(). If gdb attached the process, | 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 |