summaryrefslogtreecommitdiff
path: root/sys/compat/darwin
AgeCommit message (Expand)Author
2003-12-31Added the getattrlist system call. That was annoying.manu
2003-12-29Added DARWIN_IOFBSETGAMMATABLEmanu
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-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-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-16Darwin's sigprocmask is an hybrid between or modern sigprocmak (old setmanu
2003-12-16Enable SA_SIGINFO for COMPAT_DARWINmanu
2003-12-09One more property needed by WindowServermanu
2003-12-09Fix various broken sanity checks in iokit emulation.manu
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-07Remove useless and verbose debug messagemanu
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-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-12-03Rework Mach exceptions and softignalsmanu
2003-11-22Add HW_PAGE_SIZE sysctlmanu
2003-11-20Avoid re-allocations of darwin_emuldata structures by COMPAT_MACH. Thismanu
2003-11-20Start to implement another strange feature: signals as Mach softwaremanu
2003-11-18More work on exceptions. Once a task has raised an exception, it remainsmanu
2003-11-17First work on Mach exceptions. Things that can turn into signals on UNIXmanu
2003-11-15We have CVS; there is no reason to make .bak files when generating thethorpej
2003-11-13Enforce good santity checks with Mach messages sizes:manu
2003-11-02Finnally, the missing field in IOHIDSystem keyboard events was identified. Themanu
2003-11-01Remove all our real devices from the IOKit registry, as they won't bemanu
2003-11-01Build again whereas I removed adarwin_ioresource.c (removed before itmanu
2003-11-01Parent itarators in the IOKit emulation. A driver can onlymanu
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Fix uninitialized variable warningschristos
2003-10-25Correctly terminate the iohidsystem thread (with appropriate cleanups ofmanu
2003-10-25Typomanu
2003-10-19Support Darwin static binaries (I should say: support the only Darwinmanu
2003-10-18Remove references to wsmux_cdevsw and wsdisplay_cdevsw (how to removemanu
2003-09-30Build PowerPC again with _HAS_SIGINFO. Remove the ifdef on _HAS_SIGINFOmanu
2003-09-30Report keyup and keydown eventsmanu
2003-09-30Attempt to restore colormap after a display server crashedmanu