| 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-27 | Fix bogus uninitialised warnings. | simonb |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 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-29 | Fix 'struct lwp *' lossage. | simonb |
| 2003-06-29 | Fix 'struct lwp *' lossage. | simonb |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-07 | sort the ioctl's so we can see what we've implemented and what we have not. | christos |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 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-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-06 | compatibility, not compatiblity. | wiz |
| 2002-11-02 | retval is 'register_t *', not 'int *' | jdolecek |
| 2002-11-01 | set nsysent to 512 (oh well, just three syscalls too many for 256) | 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-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-03-16 | get rid of STACKGAP* shit. | 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-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 2001-09-17 | g/c dead code | jdolecek |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-05-03 | Use NULL instead of an explicit cast. | matt |
| 2001-01-27 | egen; getpid(2) is MP-safe. | thorpej |
| 2001-01-27 | getpid(2) is MP-safe. | thorpej |
| 2001-01-27 | Regen; add sy_flags. | thorpej |
| 2001-01-15 | Grok __HAVE_MINIMAL_EMUL and __HAVE_SYSCALL_INTERN. | thorpej |
| 2001-01-07 | Move prototypes for mips_user_cachectl() and mips_user_cacheflush() | simonb |
| 2000-12-16 | adapt to recent struct emul changes | jdolecek |
| 2000-12-09 | always fill in e_syscall in respective emul_*; if the emulation doesn't | jdolecek |
| 2000-12-09 | split ecoff specific code to separate file ultrix_exec_ecoff.c | jdolecek |
| 2000-12-09 | Regen. | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-12-01 | make LKM safe | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-30 | LKMify | jdolecek |