| Age | Commit message (Expand) | Author |
| 2003-12-18 | KNF, spelling and english fixes to some comments. remove trailing | grant |
| 2003-12-16 | Darwin's sigprocmask is an hybrid between or modern sigprocmak (old set | manu |
| 2003-12-16 | Enable SA_SIGINFO for COMPAT_DARWIN | manu |
| 2003-12-09 | Catch signals in clock_sleep, so that sleeping processes can be interupted. | manu |
| 2003-12-09 | One more property needed by WindowServer | 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-09 | make this compile again. | christos |
| 2003-12-08 | Factor the code for OOL data movement into mach_ool_copyin and | manu |
| 2003-12-08 | remove error(1) comment. | christos |
| 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 | Remove useless and verbose debug message | manu |
| 2003-12-07 | Added SCHED_INFO flavor in host_info | manu |
| 2003-12-07 | fix style. Thanks Simon! | dmcmahill |
| 2003-12-07 | regen after schedctl addition. | dmcmahill |
| 2003-12-07 | Add a dummy entry for syscall #206, schedctl, that simply returns zero. | dmcmahill |
| 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-06 | Remove a useless debug printf | manu |
| 2003-12-05 | darwin_sysctl is no more. | christos |
| 2003-12-05 | back the sigfilter emulation hook change off | jdolecek |
| 2003-12-05 | struct darwin_slock is not undefined, it's just machine dependent. | manu |
| 2003-12-05 | Make this compile. | christos |
| 2003-12-04 | Add the kdebug_trace system call. It does nothing but dumping anything it | manu |
| 2003-12-04 | When wakeing up a process that was sleeping for a signal when we have a Mach | manu |
| 2003-12-04 | Fix newer compiler warning | manu |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 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-26 | Regen: add new syscalls to the list | jdolecek |
| 2003-11-26 | add the new syscalls to the list | jdolecek |
| 2003-11-26 | Hide the register number constants behind an _R_ prefix, and also | he |
| 2003-11-25 | When sending exception with identity, include right names in the | manu |