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