summaryrefslogtreecommitdiff
path: root/sys/compat/hpux
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-09-08Fix typo in variable name.wiz
2001-07-22seperate -> separatewiz
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-06-16Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags.manu
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-06-06Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version.thorpej
2001-06-06Don't define our own (incorrect!) dup(2); just use the NetBSD version.thorpej
2001-05-30use _KERNEL_OPT.mrg
2001-05-07Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so thatmanu
2001-01-27Regen; getpid(2) is MP-safe.thorpej
2001-01-27getpid(2) is MP-safe.thorpej
2001-01-27Regen; add sy_flags.thorpej
2001-01-22Use CHECK_ALT_SYMLINK() instead CHECK_ALT_EXISTS() where appropriate.jdolecek
2000-12-27adapt to recent changes of signal structuresjdolecek
2000-12-14Correctly order the contents of the emul_hpux struct so this compiles.simonb
2000-12-11Introduce 2 new flags in types.h:mycroft
2000-12-09always fill in e_syscall in respective emul_*; if the emulation doesn'tjdolecek
2000-12-09Regen.mycroft
2000-12-09Add the %% separators.mycroft
2000-12-01split aout-specific code to sepatate file hpux_exec_aout.cjdolecek
2000-12-01LKMify, g/c no more needed extern declarations, make hpuxtobsdioctl() staticjdolecek
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-11-30LKMifyjdolecek
2000-11-29LKMifyjdolecek
2000-11-27Add declarations of hpux_setregs() and struct emul emul_hpux.tsutsui
2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek
2000-11-19Update extern declarations of {hpux,ultrix}_syscallnames for changesimonb
2000-11-13change the type of *syscallnames[] array to 'const char * const foo[]'jdolecek
2000-08-29Emulation stackgap sanity checks, based partly on fixes fromsommerfeld
2000-08-21splhigh() -> splsched()thorpej
2000-08-18update for changed makesyscalls.mastercgd
2000-08-18update for changed makesyscalls.shcgd
2000-07-13Add a comment about the hzto() return value.thorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove redundant vm includes.mrg
2000-05-27Reduce use of curproc in several places:sommerfeld
2000-04-11add a new function vn_marktext() for exec code to let others knowchs
2000-03-28Centralise the declarations of cpu_model, machine, machine_arch,simonb
2000-03-25Fix typo: hxto -> hzto.frueauf
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-08-25Regen.thorpej
1999-08-25Update for new SVID IPC calls, and also update the list of syscallsthorpej
1999-08-25Completely rewrite the HP-UX SVID IPC compat calls.thorpej
1999-08-23Erg, fix a typo that snuck in there.thorpej
1999-08-23A more-or-less complete list of the types used in HP-UX 9.x hp9000s300.thorpej
1999-06-13FILE_UNUSE needs two args, not one.oster