summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2003-12-18KNF, spelling and english fixes to some comments. remove trailinggrant
2003-12-16Darwin's sigprocmask is an hybrid between or modern sigprocmak (old setmanu
2003-12-16Enable SA_SIGINFO for COMPAT_DARWINmanu
2003-12-09Catch signals in clock_sleep, so that sleeping processes can be interupted.manu
2003-12-09One more property needed by WindowServermanu
2003-12-09Fix various broken sanity checks in iokit emulation.manu
2003-12-09In mach_msg_error, don't display error message when the errormanu
2003-12-09Move exception related code to a dedicated filemanu
2003-12-09Move most of the code involved into message header, trailer, and descriptormanu
2003-12-09make this compile again.christos
2003-12-08Factor the code for OOL data movement into mach_ool_copyin andmanu
2003-12-08remove error(1) comment.christos
2003-12-08Use appropriate macro definitions when filling complex messagesmanu
2003-12-08When handling complex messages, uses mach_msg_type_descriptor_t until wemanu
2003-12-07When a task to task message carries ports, translate the port names into themanu
2003-12-07Remove useless and verbose debug messagemanu
2003-12-07Added SCHED_INFO flavor in host_infomanu
2003-12-07fix style. Thanks Simon!dmcmahill
2003-12-07regen after schedctl addition.dmcmahill
2003-12-07Add a dummy entry for syscall #206, schedctl, that simply returns zero.dmcmahill
2003-12-06Don't allow mappings at address zero in vm_allocate: first page is amanu
2003-12-06Remove the reference to struct proc in kernel and host port once themanu
2003-12-06Don't send Mach exceptions to dying processesmanu
2003-12-06In task_terminate, unstop the process so that we can really terminate it nowmanu
2003-12-06Fix some panics caused by incorrect Mach exceptions reference countsmanu
2003-12-06Remove a useless debug printfmanu
2003-12-05darwin_sysctl is no more.christos
2003-12-05back the sigfilter emulation hook change offjdolecek
2003-12-05struct darwin_slock is not undefined, it's just machine dependent.manu
2003-12-05Make this compile.christos
2003-12-04Add the kdebug_trace system call. It does nothing but dumping anything itmanu
2003-12-04When wakeing up a process that was sleeping for a signal when we have a Machmanu
2003-12-04Fix newer compiler warningmanu
2003-12-04Dynamic sysctl.atatat
2003-12-03In the basic thread info, suspend count is the suspend sempahore. Just returnmanu
2003-12-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-12-03Rework Mach exceptions and softignalsmanu
2003-12-03Move machine dependent definitions to machine dependent headers.manu
2003-12-03Trace data movement with vm_read and vm_writemanu
2003-12-03More santity checks when sending data to a port: is there someone listeningmanu
2003-11-30I forgot to commit this file for vm_machine_attribute to build correctlymanu
2003-11-30Add task_terminatemanu
2003-11-30Fix minor bug in the script that generate Mach services files (the mastermanu
2003-11-29Implement vm_read, vm_write, and a framework for vm_machine_attribute.manu
2003-11-28To lookup a map entry in vm_map, use uvm_map_lookup, and not uvm_map_findspace,manu
2003-11-27In Mach_task_suspend, stop the process without awaking its parent, this ismanu
2003-11-26Regen: add new syscalls to the listjdolecek
2003-11-26add the new syscalls to the listjdolecek
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
2003-11-25When sending exception with identity, include right names in themanu