index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
hpux
/
hpux_exec.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-15
New function vn_marktext - mark a vnode as executing a text image.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-11
Unnecessary and redundant includes.
Artur Grabowski
1999-11-26
Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG.
Artur Grabowski
1999-11-10
include syscallnames only if compiling w/ SYSCALL_DEBUG.
Michael Shalayeff
1997-06-17
careful with stackgap handling in execve()
Theo de Raadt
1997-03-26
Merge in NetBSD changes as if 3/19/97, undo some of ours.
Jason Downs
1997-02-23
sigcode -> hpux_sigcode
Jason Downs
1996-12-23
use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
Theo de Raadt
1996-08-31
Cleanup exec
Per Fogelstrom
1996-08-25
route execve via compat filename translation
Theo de Raadt
1996-08-02
Added Makefiles to build stuff from syscalls.master in some emulations.
Niklas Hallqvist
1996-01-07
from netbsd:
Theo de Raadt
1995-12-14
update from netbsd
Theo de Raadt