NetBSD/sys/compat/hpux
sommerfeld 40339b39f9 Reduce use of curproc in several places:
- Change ktrace interface to pass in the current process, rather than
p->p_tracep, since the various ktr* function need curproc anyway.

 - Add curproc as a parameter to mi_switch() since all callers had it
handy anyway.

 - Add a second proc argument for inferior() since callers all had
curproc handy.

Also, miscellaneous cleanups in ktrace:

 - ktrace now always uses file-based, rather than vnode-based I/O
(simplifies, increases type safety); eliminate KTRFLAG_FD & KTRFAC_FD.
Do non-blocking I/O, and yield a finite number of times when receiving
EWOULDBLOCK before giving up.

 - move code duplicated between sys_fktrace and sys_ktrace into ktrace_common.

 - simplify interface to ktrwrite()
2000-05-27 00:40:29 +00:00
..
Makefile Give every emulation its own Makefile for the syscall table. 1996-09-03 03:18:04 +00:00
files.hpux Completely rewrite the HP-UX SVID IPC compat calls. 1999-08-25 04:50:08 +00:00
hpux.h Completely rewrite the HP-UX SVID IPC compat calls. 1999-08-25 04:50:08 +00:00
hpux_compat.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
hpux_errno.c Finish Eric's changes. 1998-10-24 19:04:19 +00:00
hpux_exec.c add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
hpux_exec.h Copyright assigned to The NetBSD Foundation. 1997-10-05 18:26:38 +00:00
hpux_file.c const poisoning 1999-02-09 20:21:18 +00:00
hpux_ipc.c Completely rewrite the HP-UX SVID IPC compat calls. 1999-08-25 04:50:08 +00:00
hpux_ipc.h Completely rewrite the HP-UX SVID IPC compat calls. 1999-08-25 04:50:08 +00:00
hpux_net.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
hpux_sig.c Adapt to signal changes. 1998-10-01 06:35:09 +00:00
hpux_sig.h Adapt to signal changes. 1998-10-01 06:35:09 +00:00
hpux_syscall.h Regen. 1999-08-25 04:51:06 +00:00
hpux_syscallargs.h Regen. 1999-08-25 04:51:06 +00:00
hpux_syscalls.c Regen. 1999-08-25 04:51:06 +00:00
hpux_sysent.c Regen. 1999-08-25 04:51:06 +00:00
hpux_termio.h Add prototypes, and make this compile with -Wall. Remove register 1997-04-01 19:58:58 +00:00
hpux_tty.c Regen 1998-12-10 17:13:06 +00:00
hpux_types.h Erg, fix a typo that snuck in there. 1999-08-23 20:59:33 +00:00
hpux_util.h Assign copyright to TNF. 1998-09-05 14:50:25 +00:00
syscalls.conf
syscalls.master Update for new SVID IPC calls, and also update the list of syscalls 1999-08-25 04:50:53 +00:00