| Age | Commit message (Expand) | Author |
| 2004-01-02 | off-by-one error in ary subscript. | manu |
| 2004-01-01 | Try to do a better job at Mach port refcount. That's not perfect, though. | manu |
| 2003-12-31 | Added the getattrlist system call. That was annoying. | manu |
| 2003-12-30 | - Rework the Mach semaphore code to handle threads instead of processes | manu |
| 2003-12-30 | In DPRINTF? replace uprintf, so that we get debug output for daemons too. | manu |
| 2003-12-29 | Added DARWIN_IOFBSETGAMMATABLE | manu |
| 2003-12-29 | Added Mach services (no real implementation, just empty shells to make | manu |
| 2003-12-28 | Added the semaphore_wait_signal_trap Mach system call (untested) | manu |
| 2003-12-28 | When the catcher of an exception dies before releasing the thread that | manu |
| 2003-12-27 | The VRAM offset seems to be the offset of the framebuffer within the VRAM. | manu |
| 2003-12-26 | Correctly return the VRAM offset in IOFBGETVRAMMAPOFFSET connect method. | manu |
| 2003-12-26 | union without a name does not build on i386... | manu |
| 2003-12-26 | Chand emul.darwin MIB to fit best current practice. | manu |
| 2003-12-24 | Rework Mach exception and Darwin's ptrace. gdb is now able to attach a | manu |
| 2003-12-24 | Small prototype mistake (I'm juggling with too much uncommitted files) | manu |
| 2003-12-24 | Move the sigfilter hook to a more adequate location, and rename it to better | manu |
| 2003-12-21 | clock_sleep was 10 times too fast because of a wrong constant. | manu |
| 2003-12-21 | Fix usage of fifth argument to pool_init(). | simonb |
| 2003-12-20 | Provide a kernel port for each thread. This makes the emulation of | manu |
| 2003-12-20 | Put back Emmanuel's sigfilter hooks, as decided by Core. | fvdl |
| 2003-12-20 | Introduce lwp_emuldata and the associated hooks. No hook is provided for the | manu |
| 2003-12-18 | KNF, spelling and english fixes to some comments. remove trailing | grant |
| 2003-12-16 | Darwin's sigprocmask is an hybrid between or modern sigprocmak (old set | manu |
| 2003-12-16 | Enable SA_SIGINFO for COMPAT_DARWIN | manu |
| 2003-12-09 | Catch signals in clock_sleep, so that sleeping processes can be interupted. | manu |
| 2003-12-09 | One more property needed by WindowServer | manu |
| 2003-12-09 | Fix various broken sanity checks in iokit emulation. | manu |
| 2003-12-09 | In mach_msg_error, don't display error message when the error | manu |
| 2003-12-09 | Move exception related code to a dedicated file | manu |
| 2003-12-09 | Move most of the code involved into message header, trailer, and descriptor | manu |
| 2003-12-09 | make this compile again. | christos |
| 2003-12-08 | Factor the code for OOL data movement into mach_ool_copyin and | manu |
| 2003-12-08 | remove error(1) comment. | christos |
| 2003-12-08 | Use appropriate macro definitions when filling complex messages | manu |
| 2003-12-08 | When handling complex messages, uses mach_msg_type_descriptor_t until we | manu |
| 2003-12-07 | When a task to task message carries ports, translate the port names into the | manu |
| 2003-12-07 | Remove useless and verbose debug message | manu |
| 2003-12-07 | Added SCHED_INFO flavor in host_info | manu |
| 2003-12-07 | fix style. Thanks Simon! | dmcmahill |
| 2003-12-07 | regen after schedctl addition. | dmcmahill |
| 2003-12-07 | Add a dummy entry for syscall #206, schedctl, that simply returns zero. | dmcmahill |
| 2003-12-06 | Don't allow mappings at address zero in vm_allocate: first page is a | manu |
| 2003-12-06 | Remove the reference to struct proc in kernel and host port once the | manu |
| 2003-12-06 | Don't send Mach exceptions to dying processes | manu |
| 2003-12-06 | In task_terminate, unstop the process so that we can really terminate it now | manu |
| 2003-12-06 | Fix some panics caused by incorrect Mach exceptions reference counts | manu |
| 2003-12-06 | Remove a useless debug printf | manu |
| 2003-12-05 | darwin_sysctl is no more. | christos |
| 2003-12-05 | back the sigfilter emulation hook change off | jdolecek |
| 2003-12-05 | struct darwin_slock is not undefined, it's just machine dependent. | manu |