summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2004-01-02off-by-one error in ary subscript.manu
2004-01-01Try to do a better job at Mach port refcount. That's not perfect, though.manu
2003-12-31Added the getattrlist system call. That was annoying.manu
2003-12-30- Rework the Mach semaphore code to handle threads instead of processesmanu
2003-12-30In DPRINTF? replace uprintf, so that we get debug output for daemons too.manu
2003-12-29Added DARWIN_IOFBSETGAMMATABLEmanu
2003-12-29Added Mach services (no real implementation, just empty shells to makemanu
2003-12-28Added the semaphore_wait_signal_trap Mach system call (untested)manu
2003-12-28When the catcher of an exception dies before releasing the thread thatmanu
2003-12-27The VRAM offset seems to be the offset of the framebuffer within the VRAM.manu
2003-12-26Correctly return the VRAM offset in IOFBGETVRAMMAPOFFSET connect method.manu
2003-12-26union without a name does not build on i386...manu
2003-12-26Chand emul.darwin MIB to fit best current practice.manu
2003-12-24Rework Mach exception and Darwin's ptrace. gdb is now able to attach amanu
2003-12-24Small prototype mistake (I'm juggling with too much uncommitted files)manu
2003-12-24Move the sigfilter hook to a more adequate location, and rename it to bettermanu
2003-12-21clock_sleep was 10 times too fast because of a wrong constant.manu
2003-12-21Fix usage of fifth argument to pool_init().simonb
2003-12-20Provide a kernel port for each thread. This makes the emulation ofmanu
2003-12-20Put back Emmanuel's sigfilter hooks, as decided by Core.fvdl
2003-12-20Introduce lwp_emuldata and the associated hooks. No hook is provided for themanu
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