| Age | Commit message (Expand) | Author |
| 2003-02-19 | remove local idea of ELF_AUX_ARGSIZ - since this emul uses elf32_copyargs(), | jdolecek |
| 2003-01-29 | Cull unused variables. Sigh. | atatat |
| 2003-01-28 | No need to pick a "default address" for mmap in compat code, since we | atatat |
| 2003-01-20 | Remove variables that are only assigned too but not referenced. | simonb |
| 2003-01-18 | Regen to get correct RCS ID. | thorpej |
| 2003-01-18 | Regen: Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-21 | ibcs2_debug is used only for IBCS2_DEBUG, so no need to define it otherwise. | kristerw |
| 2002-11-29 | Get the dynamic interpreter location using emul_find_interp(), so that | jdolecek |
| 2002-11-26 | rename: s/sa_/<compat>sa/g | christos |
| 2002-11-01 | set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALL | jdolecek |
| 2002-10-05 | count executable image pages as executable for vm-usage purposes. | chs |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-23 | Commit remaining part of PR1623 so the code in the PR actually gets | simonb |
| 2002-09-23 | ttspeedtab() is a function that returns an int, and returns -1 if | simonb |
| 2002-09-21 | - Introduce a e_fault field in struct proc to provide emulation specific | manu |
| 2002-08-08 | wrong semicolon at EOL. notified by wiz | itojun |
| 2002-08-07 | typo | itojun |
| 2002-08-06 | buffer len check. from silvio@qualys.com | itojun |
| 2002-08-03 | correct range check, have overflow check, fix type mismatches, | itojun |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-03-31 | make signal array handling uniform, and put signal arrays in a separate | christos |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 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-06-16 | Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags. | manu |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-05-24 | Added a 'break' on the last line in a switch statement, since the ISO | kristerw |
| 2001-05-07 | Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so that | manu |
| 2001-01-27 | Regen; add sy_flags. | thorpej |
| 2001-01-22 | Use CHECK_ALT_SYMLINK() instead CHECK_ALT_EXISTS() where appropriate. | jdolecek |
| 2001-01-18 | constify | jdolecek |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 2000-12-11 | Regen. | mycroft |
| 2000-12-11 | Round up sysent table size. | mycroft |
| 2000-12-09 | prototype ibcs2_syscall() in compat/ibcs2/ibcs2_exec.c | jdolecek |
| 2000-12-09 | always fill in e_syscall in respective emul_*; if the emulation doesn't | jdolecek |
| 2000-12-09 | Regen. | mycroft |
| 2000-12-09 | Get rid of the damn EMUL_GET* flags. | mycroft |
| 2000-12-09 | Regen. | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-12-02 | if IBCS2_MACHDEP_HAS_SEPARATED_SYSCALL is defined, put ibcs2_syscall to | jdolecek |
| 2000-12-01 | put executable format specific code from ibcs2_exec.c to separate | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |