summaryrefslogtreecommitdiff
path: root/sys/compat/hpux/hpux_exec.c
AgeCommit message (Collapse)Author
1999-11-26Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-10include syscallnames only if compiling w/ SYSCALL_DEBUG.Michael Shalayeff
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1997-03-26Merge in NetBSD changes as if 3/19/97, undo some of ours.Jason Downs
1997-02-23sigcode -> hpux_sigcodeJason Downs
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-08-31Cleanup execPer Fogelstrom
1996-08-25route execve via compat filename translationTheo de Raadt
1996-08-02Added Makefiles to build stuff from syscalls.master in some emulations.Niklas Hallqvist
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
1996-01-07from netbsd:Theo de Raadt
Move the obviously machine-dependent HP-UX compat code to hpux_machdep.{c,h}. A fair bit of this, the m68k core dump and exec goo, can probably be made into a generic m68k hpux module, eventually.
1995-12-14update from netbsdTheo de Raadt