| Age | Commit message (Expand) | Author |
| 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-05 | back the sigfilter emulation hook change off | jdolecek |
| 2003-12-03 | Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() | manu |
| 2003-11-15 | We have CVS; there is no reason to make .bak files when generating the | thorpej |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-09-23 | regen | cl |
| 2003-09-23 | catch up with sys___sigaction14 compat_16 rename | cl |
| 2003-09-12 | regen | christos |
| 2003-09-12 | catch up with sigreturn changes | christos |
| 2003-09-06 | Use vn_marktext to set the VTEXT flag on the vnode of the executable. | erh |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-08 | - GC all the setup_stack functions | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | these two got missed in darrenr's proc -> lwp changes | dogcow |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | #ifdef _KERNEL_OPT police | martin |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-04-08 | Regen. | oki |
| 2003-04-08 | Added missing syscalls from native syscalls.master. | oki |
| 2003-01-18 | Regen for correct RCS ID. | thorpej |
| 2003-01-18 | Regen: Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-08 | Use text size in COFF header instead of size of section header | oki |
| 2003-01-08 | Use uprintf for debug print. | oki |
| 2002-11-29 | add comment why this doesn't need to use emul_find_interp() | jdolecek |
| 2002-11-01 | set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALL | jdolecek |
| 2002-09-21 | - Introduce a e_fault field in struct proc to provide emulation specific | manu |
| 2002-08-26 | Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. | christos |
| 2002-07-07 | Regen. | oki |
| 2002-07-07 | PECOFF version of stat13 and lstat13 couldn't look for | oki |
| 2002-05-03 | Regen. | eeh |
| 2002-05-03 | Use #if defined(_LP64) to determine if we're generating 64-bit binaries, | eeh |
| 2002-03-29 | pecoff_misc.c: Remove compat functions. | kent |
| 2002-03-29 | Exclude all compat syscalls. | kent |
| 2002-03-25 | Move a variable `emul_pecoff' to new file. | kent |
| 2002-03-24 | Read /usr/libexec/ld.so.dll if failed to read | oki |
| 2002-03-18 | Use /emul/pecoff as prefix to run PE/COFF binaries. | oki |
| 2001-12-03 | pecoff_copyargs(): Fix incorrect pointer type of the variable `ap'. | kent |
| 2001-11-27 | Fixed forgot map .idata section for some binaries. | oki |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-07-29 | Adjust to the new copyargs() footprint. | christos |
| 2001-07-14 | rename elf32_read_from to exec_read_from since it is used in many places | christos |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-01-15 | Add support to mmap .bss section. | oki |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 2000-12-09 | always fill in e_syscall in respective emul_*; if the emulation doesn't | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |