follow'/>
summaryrefslogtreecommitdiff
path: root/sys/compat/mach/mach_exec.c
AgeCommit message (Expand)Author
2011-04-26Remove Darwin, MACH and Mach-O support.joerg
2010-07-25Add reference to mach_syscallnames. Spotted by compiling ALL.jym
2010-07-07many changes for COMPAT_LINUX:chs
2009-06-02Declare extern syscallnames in a header.pooka
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-07-02Remove proc_representative_lwp(), use a simple LIST_FIRST() instead.rmind
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-03fix malloc type mismatches.yamt
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-05lockmgr -> rwlockad
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-02-19Introduce a new member to struct emul, e_startlwp, to be used bycube
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02add missing initializerschristos
2005-12-11merge ktrace-lwp.christos
2005-05-29- sprinkle const.christos
2005-03-26Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses.fvdl
2005-02-26nuke trailing whitespaceperry
2004-08-08pass the fork flags down to the emulation fork hook, so that emulationjdolecek
2004-03-26all ports define __HAVE_SIGINFO now, so remove the CPP conditionalsdrochner
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-28When the catcher of an exception dies before releasing the thread thatmanu
2003-12-24Rework Mach exception and Darwin's ptrace. gdb is now able to attach amanu
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-06Remove the reference to struct proc in kernel and host port once themanu
2003-12-06Fix some panics caused by incorrect Mach exceptions reference countsmanu
2003-12-05back the sigfilter emulation hook change offjdolecek
2003-12-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-11-25Don't change process' special ports on exec(). If gdb attached the process,manu
2003-11-20Avoid re-allocations of darwin_emuldata structures by COMPAT_MACH. Thismanu
2003-11-18Don't release the bootstrap port too much, as it is shared betweenmanu
2003-11-18Avoid leaking some Mach ports allocated in the kernel on fork, exec andmanu
2003-11-18More work on exceptions. Once a task has raised an exception, it remainsmanu
2003-11-17First work on Mach exceptions. Things that can turn into signals on UNIXmanu
2003-09-10don't abuse the native sigcode.christos
2003-08-24add support for non-executable mappings (where the hardware allows this)chs