summaryrefslogtreecommitdiff
path: root/sys/compat/mach
AgeCommit message (Expand)Author
2006-09-02add missing initializerschristos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-12stack police: don't allocate PAGE_SIZE bytes on the stack.christos
2006-05-15kauth falloutchristos
2006-05-14integrate kauth.elad
2006-05-14gcc 4 does not like LHS casts.christos
2006-04-07make this compile w/o KTRACE,drochner
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-11merge ktrace-lwp.christos
2005-11-11Call nanotime() directly, instead of doing thesimonb
2005-09-17protect p_nrlwps by sched_lock.yamt
2005-08-1964 bit inode changes.christos
2005-06-25the exception numbers are MI.christos
2005-05-29- sprinkle const.christos
2005-03-26Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses.fvdl
2005-02-26regenperry
2005-02-26remove trailing whitespace after the "created from: NetBSD..." line.perry
2005-02-26make this rebuild generated files by default, and don't build .bak filesperry
2005-02-26eliminate creation of .bak files -- we have source controlperry
2005-02-26make this rebuild generated files by defaultperry
2005-02-26regenperry
2005-02-26nuke trailing whitespaceperry
2004-10-01introduce a function, proclist_foreach_call, to iterate all procs onyamt
2004-08-21Fix copyright notice - OK'd by the copyright holder.hubertf
2004-08-08pass the fork flags down to the emulation fork hook, so that emulationjdolecek
2004-07-27Add the emul.mach.exception.hang sysctl, which helps catching programsmanu
2004-07-24Regenmanu
2004-07-24Added port_get_refs and port_mod_refsmanu
2004-07-18bugfix: vm_copy was only copying the first pagemanu
2004-07-03Mark the thread id as clean in cthread_set_selfmanu
2004-03-26all ports define __HAVE_SIGINFO now, so remove the CPP conditionalsdrochner
2004-03-24Use PR_WAITOK instead of M_WAITOK for pool_get(). This is polite,pooka
2004-01-02off-by-one error in ary subscript.manu
2004-01-01Try 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 processesmanu
2003-12-30In DPRINTF? replace uprintf, so that we get debug output for daemons too.manu
2003-12-29Added Mach services (no real implementation, just empty shells to makemanu
2003-12-28Added the semaphore_wait_signal_trap Mach system call (untested)manu
2003-12-28When the catcher of an exception dies before releasing the thread thatmanu
2003-12-26union without a name does not build on i386...manu
2003-12-24Rework Mach exception and Darwin's ptrace. gdb is now able to attach amanu
2003-12-21clock_sleep was 10 times too fast because of a wrong constant.manu
2003-12-21Fix usage of fifth argument to pool_init().simonb
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-18KNF, spelling and english fixes to some comments. remove trailinggrant
2003-12-09Catch signals in clock_sleep, so that sleeping processes can be interupted.manu