| 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 | Regen | christos |
| 2003-10-26 | Add __HAVE_SIGINFO | christos |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-21 | Don't use NULL in integer-type assignments/comparisons. | kleink |
| 2003-09-28 | constify | martin |
| 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 | struct proc * -> struct lwp * | martin |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-17 | Avoid strict-ailas warnings in gcc 3.3; | nakayama |
| 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-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-04 | Spell output with two ts. | wiz |
| 2002-11-10 | handle __HAVE_MINIMAL_EMUL | jdolecek |
| 2002-11-01 | set nsysent to 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-05-05 | Add missing const. | thorpej |
| 2002-04-29 | regenerate. | mrg |
| 2002-04-29 | build the netbsd32_compat* objects into libcompat.a, so they are available | mrg |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2002-01-03 | regen | mrg |
| 2002-01-03 | ooops, socket() and socketpair() need args now. | mrg |
| 2002-01-03 | move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the | mrg |
| 2001-11-29 | SUNOS_M_NATIVE is now a macro that takes an arg, not a constant. | briggs |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-09-20 | Add sunos32_setregs(), thus making sunos32 compile again. | thorpej |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 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-06-04 | fix lint exposed by GCC 3.0 20010604 (prerelease). | mrg |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-05-07 | Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so that | manu |
| 2001-05-06 | Added two flags to emulation packages: | manu |
| 2001-02-08 | header is struct netbsd32_exec | mrg |
| 2001-02-07 | use the standard alt check for creat. | mrg |