summaryrefslogtreecommitdiff
path: root/sys/compat/hpux
AgeCommit message (Expand)Author
2006-07-31Correct last commit to use correct variable name in hpux_sys_getpgrp2().bjh21
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-30Convert from using the no-longer-existing sys_socket to using thehe
2006-06-26regenerate.mrg
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-05-15fix another kauth mistake.yamt
2006-05-15- don't try to use nonexistent variable.yamt
2006-05-15include kauth.h for kauth_authorize_generic, etc.yamt
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-09-14This now needs <compat/sys/signal.h> to build.he
2005-08-22Change from using sys___{,f,l}stat13() to sys___{,f,l}stat30() andhe
2005-06-03Remove __P() and parameter names from a prototype declaration.tsutsui
2005-06-03Appease gcc -Wcast-qual.tsutsui
2005-03-26s/uvm_map_defaultaddr/uvm_default_mapaddr/ HI FRANK!christos
2005-03-26Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses.fvdl
2005-02-26regenperry
2005-02-26make this rebuild generated files by defaultperry
2005-02-26nuke trailing whitespaceperry
2004-11-07Refine bounds check code.david
2004-10-27Bounds check syscall arguments where appropriatedavid
2004-09-12only include emulation syscallnames with SYSCALL_DEBUG, it's not used otherwisejdolecek
2004-08-21Fix my license notice. Back when hpux_exec.c was cloned fromcgd
2004-06-01hpux_ioctl(): acquire a reference to the file.pk
2004-04-25Constify an array.matt
2003-12-20Put back Emmanuel's sigfilter hooks, as decided by Core.fvdl
2003-12-20Introduce lwp_emuldata and the associated hooks. No hook is provided for themanu
2003-12-05back the sigfilter emulation hook change offjdolecek
2003-12-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-11-15We have CVS; there is no reason to make .bak files when generating thethorpej
2003-11-01Fix an uninitialized warning.tsutsui
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
2003-08-18Re-balance parens.he
2003-08-08- GC all the setup_stack functionschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-02replace fuword() with copyin(), and suword() with copyout()jdolecek
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Adapt to ktrace/lwp changes.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-27Adapt to changed signature for ioctl routine (caddr_t -> void*).he
2003-03-21Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTLdsl
2003-02-19update emul alarm syscalls to recent timer changesjdolecek
2003-01-21finish LWPifyjdolecek
2003-01-18Regen to get correct RCS ID.thorpej
2003-01-18Regen: Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-23Update for revised ktrsyscall() prototype.gmcgarry
2002-11-27Complete the rename: s/sa_/<compat>_sa_/gatatat