NetBSD/sys/compat
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
..
common Fix two off-by-one bugs, both present in each recvmsg(2) and sendmsg(2): 1998-08-03 15:15:58 +00:00
freebsd Regen: defopt NFSSERVER 1998-06-25 22:18:53 +00:00
hpux defopt KTRACE 1998-06-25 21:18:11 +00:00
ibcs2 Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, 1998-07-28 21:39:54 +00:00
linux Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, 1998-07-28 21:39:54 +00:00
m68k4k
osf1 Regen. 1998-07-01 00:41:55 +00:00
ossaudio Fix off by 1 error 1998-05-25 17:13:43 +00:00
sunos Include NFSSERVER option header opt_nfsserver.h. 1998-06-26 10:13:14 +00:00
svr4 Now that we have it, add a conversion for _PC_SYNC_IO. 1998-08-03 14:23:30 +00:00
ultrix Add missing include of "opt_nfsserver.h". 1998-07-03 20:03:04 +00:00