| Age | Commit message (Expand) | Author |
| 2006-09-02 | add missing initializers | christos |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-12 | stack police: don't allocate PAGE_SIZE bytes on the stack. | christos |
| 2006-05-15 | kauth fallout | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-14 | gcc 4 does not like LHS casts. | christos |
| 2006-04-07 | make this compile w/o KTRACE, | drochner |
| 2006-03-07 | Clean up fallout proc_is_traced_p() change: | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-11 | Call nanotime() directly, instead of doing the | simonb |
| 2005-09-17 | protect p_nrlwps by sched_lock. | yamt |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-06-25 | the exception numbers are MI. | christos |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2005-02-26 | regen | perry |
| 2005-02-26 | remove trailing whitespace after the "created from: NetBSD..." line. | perry |
| 2005-02-26 | make this rebuild generated files by default, and don't build .bak files | perry |
| 2005-02-26 | eliminate creation of .bak files -- we have source control | perry |
| 2005-02-26 | make this rebuild generated files by default | perry |
| 2005-02-26 | regen | perry |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-10-01 | introduce a function, proclist_foreach_call, to iterate all procs on | yamt |
| 2004-08-21 | Fix copyright notice - OK'd by the copyright holder. | hubertf |
| 2004-08-08 | pass the fork flags down to the emulation fork hook, so that emulation | jdolecek |
| 2004-07-27 | Add the emul.mach.exception.hang sysctl, which helps catching programs | manu |
| 2004-07-24 | Regen | manu |
| 2004-07-24 | Added port_get_refs and port_mod_refs | manu |
| 2004-07-18 | bugfix: vm_copy was only copying the first page | manu |
| 2004-07-03 | Mark the thread id as clean in cthread_set_self | manu |
| 2004-03-26 | all ports define __HAVE_SIGINFO now, so remove the CPP conditionals | drochner |
| 2004-03-24 | Use PR_WAITOK instead of M_WAITOK for pool_get(). This is polite, | pooka |
| 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-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 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-26 | union without a name does not build on i386... | manu |
| 2003-12-24 | Rework Mach exception and Darwin's ptrace. gdb is now able to attach a | 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-09 | Catch signals in clock_sleep, so that sleeping processes can be interupted. | manu |