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