NetBSD/sys
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
..
adosfs
altq HZ -> hz 2001-06-05 05:12:18 +00:00
arch Add iha at pci, which just works on my CATS. 2001-06-16 13:58:18 +00:00
coda
compat Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags. 2001-06-16 21:44:27 +00:00
conf Add port of high performance pipe implementation written by John S. Dyson 2001-06-16 12:00:02 +00:00
crypto
ddb Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
dev Split the Tx and Rx interrupt routines into separate functions, 2001-06-15 22:16:00 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Use SB_ASYNC in struct sockbuf sb_flags field instead of SS_ASYNC in 2001-06-16 21:29:32 +00:00
lib
lkm build svr4 & svr4_32 on sparc64. 2001-06-06 21:38:49 +00:00
miscfs Add DTYPE_PIPE (to be used by new pipe implementation) and handle 2001-06-16 08:28:39 +00:00
msdosfs retrieve, not retreive 2001-06-12 14:59:27 +00:00
net fix comment on ifi_lastchange, for 1.4 if_data 2001-06-14 06:37:34 +00:00
netatalk
netccitt change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
netinet receive, not recieve 2001-06-12 15:17:10 +00:00
netinet6 senderr needs only be declared when PFIL_HOOKS is defined 2001-06-12 17:55:52 +00:00
netisdn change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
netiso change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
netkey avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors. 2001-06-04 21:38:28 +00:00
netnatm
netns
netsmb Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
nfs receive, not recieve 2001-06-12 15:17:10 +00:00
ntfs
smbfs
stand
sys Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags. 2001-06-16 21:44:27 +00:00
ufs only include "fs_lfs.h" if _KERNEL_OPT. 2001-06-05 09:19:33 +00:00
uvm Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
Makefile