summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2003-03-03Added vm_region and vm_msync trapsmanu
2003-03-01Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair numberthorpej
2003-02-28Notification request packets format, nothing implemented yet.manu
2003-02-28in irix_syssgi_mapelf: use vn_marktext where necessary, and make surecgd
2003-02-27make compat_linux struct file interlock friendly.yamt
2003-02-23Remember the allocated ptimer object so that it won't leak.enami
2003-02-23Make updating a file's reference and use count MP-safe.pk
2003-02-20Introduced IOKit driver methods. Moved back into Mach some IOKit drivermanu
2003-02-19update emul alarm syscalls to recent timer changesjdolecek
2003-02-19remove local idea of ELF_AUX_ARGSIZ - since this emul uses elf32_copyargs(),jdolecek
2003-02-16- Make sure darwin_iokit_ioframebuffer is invokedmanu
2003-02-16Match IOHIDSystem and IOFramebuffer request in the IOKit and handle them inmanu
2003-02-14Use find_stopped_child() and proc_free() in compat wait() code todsl
2003-02-10include more opt_ files for nfs.christos
2003-02-10getfh is needed for NFS server.christos
2003-02-09A first attempt at providing access to our device tree through the IOKit.manu
2003-02-07More IOKit shell. This makes ioreg looping on device discovery: foobarmanu
2003-02-07More iokit shell: it does nothing, but WindowServer get a bit more farmanu
2003-02-05More IOKit basics. Also introduced a mach_port flag to get a precise ideamanu
2003-02-04Some bits of the first iokit callmanu
2003-02-03Fixed typomanu
2003-02-02- WindowServer wants io_master_port? Give it a port!manu
2003-01-30For cproc_t, use a per thread value instead of a per process value. ifdefmanu
2003-01-29Cull unused variables. Sigh.atatat
2003-01-28lwpified sproc emulation so that it builds and works again. COMPAT_IRIXmanu
2003-01-28No need to pick a "default address" for mmap in compat code, since weatatat
2003-01-26Fixed dumb bugmanu
2003-01-26For thread creation, make the newly created thread runnable. Mach threadsmanu
2003-01-26Remove right duplication on thread creation, which became useless now wemanu
2003-01-24Use per process emuldata for the thread id for now, but this will changemanu
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-24Make the beast build again (but it is still probably broken)manu
2003-01-22Last bit of LWP'ification of compat_irix; this is probably wrong, but atrafal
2003-01-22lwp'ifychristos
2003-01-22regen.christos
2003-01-22regenchristos
2003-01-22lwp conversionchristos
2003-01-22Mechanical LWP'ification of IRIX compat code; untested as of right now.rafal
2003-01-21Do a preliminary switchover of the mach code to lwp's. It compiles nowmatt
2003-01-21Regen.matt
2003-01-21Add <sys/sa.h>matt
2003-01-21Adapt to the LWP world.matt
2003-01-21Regen.matt
2003-01-21Add <sys/sa.h>matt
2003-01-21finish LWPifyjdolecek
2003-01-20Fix lwp_wait syscallargs. This closes PR 19941.martin
2003-01-20Don't need a semi-colon after the closing brace of a function.simonb
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-20Remove variables that are only assigned too but not referenced.simonb
2003-01-19Regen to get correct RCS ID.thorpej