NetBSD/sys
manu 573ce64c6b implement the recently introduced EMUL_BSD_ASYNCIO_PIPE emulation package
flag.

EMUL_BSD_ASYNCIO_PIPE notes that the emulated binaries expect the original
BSD pipe behavior for asynchronous I/O, which is to fire SIGIO on read() and
write(). OSes without this flag do not expect any SIGIO to be fired on
read() and write() for pipes, even when async I/O was requested. As far as
we know, the OSes that need EMUL_BSD_ASYNCIO_PIPE are NetBSD, OSF/1 and
Darwin.
2001-05-06 19:22:32 +00:00
..
adosfs in adosfs_read(), only do the UBC thang for "FFS" files (ie. those that 2001-04-12 04:12:04 +00:00
altq Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
arch The arch/arm32/kshell code was removed three years ago. Kill references to it. 2001-05-06 18:38:58 +00:00
coda delint newline in string 2001-04-30 03:30:45 +00:00
compat Added two flags to emulation packages: 2001-05-06 19:09:52 +00:00
conf divided into PCMCIA attachment and common code of wi. 2001-05-06 03:26:38 +00:00
crypto
ddb Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
dev Since __HAVE_OLD_DISKLABEL, DISKMINOR(u, p) isn't continuous over "p" 2001-05-06 18:30:56 +00:00
filecorefs
gdbscripts
ipkdb
isofs Same change as in the UFS code: unlock vnode before setting v_op 2001-03-23 21:10:48 +00:00
kern implement the recently introduced EMUL_BSD_ASYNCIO_PIPE emulation package 2001-05-06 19:22:32 +00:00
lib remove some lint 2001-04-30 02:34:58 +00:00
lkm Remove aoutm68k_misc.c from SRCS since it is only needed 2001-04-09 16:03:22 +00:00
miscfs Since union_getpages may be called with PGO_LOCKED, 2001-04-26 05:25:14 +00:00
msdosfs
net Add an in-kernel PPPoE (ppp over ethernet, RFC 2516) implementation, 2001-04-29 09:50:36 +00:00
netatalk Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netccitt remove superfluous ; 2001-05-01 16:39:00 +00:00
netinet Make it possible to override TCP_NDEBUG. The default value of 100 2001-04-29 15:18:01 +00:00
netinet6 do not copy TTL field on ipsec tunnel mode encapsulation. sync with kame 2001-04-15 01:55:49 +00:00
netisdn Demangle an #ifdef mess and make all ioctl routines take an u_long 2001-04-21 07:23:41 +00:00
netiso Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netkey Negative exit code cleanup: Replace exit(-x) with exit(x). 2001-04-06 11:13:45 +00:00
netnatm Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netns Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netsmb Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
nfs Drop vnode lock before removing the sillyrename file, to avoid a 2001-05-03 15:53:04 +00:00
ntfs set debug level via patchable variable, and fix some debug printf warnings 2001-03-29 10:51:16 +00:00
smbfs
stand
sys implement the recently introduced EMUL_BSD_ASYNCIO_PIPE emulation package 2001-05-06 19:22:32 +00:00
ufs Don't flush possibilly relocated file system block if write is done 2001-04-18 03:48:23 +00:00
uvm Fix overflow errors in brk(2). 2001-05-06 04:32:08 +00:00
Makefile