| 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-19 | Previous fix was incomplete; did not handle negative values. | christos |
| 2003-11-18 | avoid integer type truncation. be picky about integer computation overflow. | itojun |
| 2003-11-15 | We have CVS; there is no reason to make .bak files when generating the | thorpej |
| 2003-11-05 | remove malloc.h (we don't need it) | christos |
| 2003-11-05 | limit malloc so that corrupted executables don't allocate a lot of memory. | christos |
| 2003-10-31 | adapt for changes to kern/exec_elf32.c | drochner |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-01 | avoid out-of-bound memory access. found by openbsd "bound" C attribute. | itojun |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-25 | constify sendsig/trapsignal | christos |
| 2003-09-13 | regen | christos |
| 2003-09-13 | add __HAVE_SIGINFO | christos |
| 2003-09-10 | regen | christos |
| 2003-09-10 | sys__sigreturn14 -> compat_16_sys___sigreturn14 | christos |
| 2003-09-06 | SA_SIGINFO changes | christos |
| 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-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-16 | use strlcpy | itojun |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 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 |