NetBSD/sys/compat/hpux
manu a7cdf998ec Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags.
Async I/O OS specifities should now handled in OS specific code. Linux
has been done, but other emulation should be handled. See case LINUX_F_SETFL
in sys/compat/linux/common/linux_file.c:linux_sys_fcntl() for more details.

The data that has been collected yet:

                                  Net Free Open Linux SunOS AIX OSF1 Darwin
send SIGIO to write end of pipe		Y  N    N     N     N    N   Y     Y
send SIGIO to read end of pipe      Y  Y    N     N     N    ?   Y     ?
send SIGIO to write end of socket   Y  Y    Y     N     N    Y   Y     Y
send SIGIO to read end of socket    Y  Y    Y     Y     Y    ?   Y     ?
2001-06-16 21:44:27 +00:00
..
Makefile
files.hpux split aout-specific code to sepatate file hpux_exec_aout.c 2000-12-01 19:15:12 +00:00
hpux.h
hpux_compat.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
hpux_errno.c
hpux_exec.c Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags. 2001-06-16 21:44:27 +00:00
hpux_exec.h Add declarations of hpux_setregs() and struct emul emul_hpux. 2000-11-27 15:26:17 +00:00
hpux_exec_aout.c split aout-specific code to sepatate file hpux_exec_aout.c 2000-12-01 19:15:12 +00:00
hpux_file.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
hpux_ipc.c use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
hpux_ipc.h
hpux_net.c use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
hpux_sig.c adapt to recent changes of signal structures 2000-12-27 21:58:52 +00:00
hpux_sig.h
hpux_syscall.h Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
hpux_syscallargs.h Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
hpux_syscalls.c Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
hpux_sysent.c Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
hpux_termio.h
hpux_tty.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
hpux_types.h
hpux_util.h add e_path (emulation path) to struct emul, which replaces emulation-specific 2000-12-01 12:28:30 +00:00
syscalls.conf
syscalls.master Don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:17:40 +00:00