Go to file
kleink 3d9b4a4320 Fix two off-by-one bugs, both present in each recvmsg(2) and sendmsg(2):
* the first one would cause an unnecessary malloc() of iovec storage for
  a msg_iovlen of UIO_SMALLIOV although the required amount of memory has
  been allocated on the stack.
* the second one would cause a recvmsg() or sendmsg() with a msg_iovlen of
  UIO_MAXIOV to fail with EMSGSIZE, which is also a violation of XNS5.
1998-08-03 15:15:58 +00:00
bin rev man page for eew 1998-07-30 00:58:27 +00:00
distrib Long-needed update of supporting-cast list: Robert V. Baron, 1998-08-03 12:23:13 +00:00
etc Use wsmouse' and wskbd' rather than wms' and wkbd', and make some 1998-08-03 11:43:14 +00:00
games Find setup-program even w/ obj dirs. 1998-08-01 23:02:35 +00:00
gnu Don't build these programs on the PowerPC; we need to update our binutils 1998-07-29 19:18:26 +00:00
include Per XSH5, define _XOPEN_IOV_MAX. 1998-08-03 14:32:04 +00:00
lib UIO_MAXIOV -> IOV_MAX 1998-08-03 15:01:00 +00:00
libexec * implement -u user and -g group - to specify the username and/or 1998-07-29 11:31:22 +00:00
regress Use PF_* for socket(2) calls. 1998-06-24 23:51:30 +00:00
sbin Remove the stats printing code. Now that the ccd driver uses the pool 1998-07-31 01:34:20 +00:00
share Device on vme is set to 'etvme'. This in the hope that we can catch all 1998-08-03 13:06:41 +00:00
sys Fix two off-by-one bugs, both present in each recvmsg(2) and sendmsg(2): 1998-08-03 15:15:58 +00:00
usr.bin Add support to query _POSIX_SYNCHRONIZED_IO, _POSIX_SYNC_IO and IOV_MAX; 1998-08-03 14:48:40 +00:00
usr.sbin oops, KNF that 1998-07-31 21:38:43 +00:00
Makefile Don't try and build non-EGCS libgcc on Alpha and PowerPC. 1998-07-28 18:55:41 +00:00