| Age | Commit message (Expand) | Author |
| 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 |
| 2000-11-30 | LKMify | jdolecek |
| 2000-11-29 | LKMify | jdolecek |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-13 | change the type of *syscallnames[] array to 'const char * const foo[]' | jdolecek |
| 2000-08-29 | Emulation stackgap sanity checks, based partly on fixes from | sommerfeld |
| 2000-08-23 | When reading dir entry by dir entry, we need to pad out the receive buffer | matt |
| 2000-08-18 | update for changed makesyscalls.master | cgd |
| 2000-08-18 | update for changed makesyscalls.sh | cgd |
| 2000-08-18 | Fix read problem on directories on UFS. | matt |
| 2000-08-17 | Fix IBCS2_S_IFWGRP | matt |
| 2000-08-11 | fix some size_t/int confusion. | matt |
| 2000-08-11 | Add ibcs2_sys_gtty. | matt |
| 2000-08-11 | Use size_t appropriately. | matt |
| 2000-08-11 | Regen. | matt |
| 2000-08-11 | add ibcs2_sys_gtty | matt |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-28 | If we loaded an nmagic on a subpage boundary, adjust epp->ep_d{addr,size} so | matt |
| 2000-06-26 | remove redundant vm includes. | mrg |
| 2000-06-23 | simply the abutting text/data case. | matt |
| 2000-06-21 | For omagic & nmagic, add bss size into data magic (needed for brk to work | matt |
| 2000-06-21 | Move COFF_LDPGSZ to ibcs2_machdep.h. Fix nmagic loader to deal with | matt |
| 2000-06-16 | Allow dynamic twiddling of debug messages. | matt |
| 2000-06-04 | Move a bunch of the COFF definitions into exec_coff.h, so they can be used by | mycroft |
| 2000-04-11 | add a new function vn_marktext() for exec code to let others know | chs |