Go to file
manu 5a6b8191b5 Added two flags to emulation packages:
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.

EMUL_NO_SIGIO_ON_READ notes that the emulated binaries that requested
asynchrnous I/O expect the reader process to be notified by a SIGIO, but
not the writer process. OSes without this flag expect the reader and the
writer to be notified when some data has arrived or when some data have been
read. As far as we know, the OSes that need EMUL_NO_SIGIO_ON_READ are Linux
and SunOS.
2001-05-06 19:09:52 +00:00
bin Various cleanups/fixes. 2001-05-06 06:20:39 +00:00
crypto fix argument number test 2001-05-04 13:09:43 +00:00
dist Prefer long names for months; correct comment in resulting man page. 2001-04-27 00:02:23 +00:00
distrib Add ld.aout_so.1. 2001-05-06 14:00:03 +00:00
etc Enable logging options for (commented out) uucpd and fingerd by default. 2001-05-06 12:08:57 +00:00
games Its is Dr. Elizabeth Dehner, not Dehaver. 2001-05-02 10:42:34 +00:00
gnu Turn on SVR4_SHARED_LIBRARIES (make gdb build on i386). 2001-05-04 04:18:03 +00:00
include Employ __static_cast(); suggested by Dave Sainty in PR lib/11766. 2001-05-06 15:31:09 +00:00
lib More fixes: 2001-05-06 04:48:41 +00:00
libexec Rename rtld.1 to ld.aout_so.1, since it only describes ld.so for a.out. 2001-05-06 13:54:04 +00:00
regress Add a better description for calling test_expr 2001-05-06 06:26:56 +00:00
sbin If the position of the formatted panic string can be found in the 2001-05-06 13:36:51 +00:00
share Update manpages to reality. 2001-05-06 17:48:14 +00:00
sys Added two flags to emulation packages: 2001-05-06 19:09:52 +00:00
usr.bin Improve usage of `comprise' according to Webster and misc/10893 2001-05-06 12:29:18 +00:00
usr.sbin Improve usage of `comprise' according to Webster and misc/10893 2001-05-06 12:29:18 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Extend note to mention named user as well 2001-03-06 19:03:31 +00:00