| Age | Commit message (Expand) | Author |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 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-09-08 | Fix typo in variable name. | wiz |
| 2001-07-22 | seperate -> separate | wiz |
| 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-06 | Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. | thorpej |
| 2001-06-06 | Don't define our own (incorrect!) dup(2); just use the NetBSD version. | thorpej |
| 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-01-27 | Regen; 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-22 | Use CHECK_ALT_SYMLINK() instead CHECK_ALT_EXISTS() where appropriate. | jdolecek |
| 2000-12-27 | adapt to recent changes of signal structures | jdolecek |
| 2000-12-14 | Correctly order the contents of the emul_hpux struct so this compiles. | simonb |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 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 | Add the %% separators. | mycroft |
| 2000-12-01 | split aout-specific code to sepatate file hpux_exec_aout.c | jdolecek |
| 2000-12-01 | LKMify, g/c no more needed extern declarations, make hpuxtobsdioctl() static | 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-27 | Add declarations of hpux_setregs() and struct emul emul_hpux. | tsutsui |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-19 | Update extern declarations of {hpux,ultrix}_syscallnames for change | simonb |
| 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-21 | splhigh() -> splsched() | thorpej |
| 2000-08-18 | update for changed makesyscalls.master | cgd |
| 2000-08-18 | update for changed makesyscalls.sh | cgd |
| 2000-07-13 | Add a comment about the hzto() return value. | thorpej |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | remove redundant vm includes. | mrg |
| 2000-05-27 | Reduce use of curproc in several places: | sommerfeld |
| 2000-04-11 | add a new function vn_marktext() for exec code to let others know | chs |
| 2000-03-28 | Centralise the declarations of cpu_model, machine, machine_arch, | simonb |
| 2000-03-25 | Fix typo: hxto -> hzto. | frueauf |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-08-25 | Regen. | thorpej |
| 1999-08-25 | Update for new SVID IPC calls, and also update the list of syscalls | thorpej |
| 1999-08-25 | Completely rewrite the HP-UX SVID IPC compat calls. | thorpej |
| 1999-08-23 | Erg, fix a typo that snuck in there. | thorpej |
| 1999-08-23 | A more-or-less complete list of the types used in HP-UX 9.x hp9000s300. | thorpej |
| 1999-06-13 | FILE_UNUSE needs two args, not one. | oster |