NetBSD/lib/libc
kleink 7b07ad780a Per XNS Issue 5, calling recvmsg(2) or sendmsg(2) with an msg.msg_iovlen less
than or equal to 0 shall fail with EMSGSIZE; the latter condition was not being
checked for.  Also, document the msg.msg_iovlen > {IOV_MAX} case.
1998-08-04 19:48:34 +00:00
..
arch add memcmp.S 1998-08-04 03:35:32 +00:00
compat-43 If AUDIT, do not compile certain functions. 1998-07-27 13:36:43 +00:00
db Reinitialize the mkstemp() template each time it's used. 1998-07-26 14:05:20 +00:00
gen Add support for _SC_SYNCHRONIZED_IO and _SC_IOV_MAX. Rearrange documentation 1998-08-03 14:41:21 +00:00
gmon Prefer STDERR_FILENO over 2. 1998-07-04 20:22:05 +00:00
include Add an internal name for perror(3). 1998-07-28 12:22:31 +00:00
locale constify some tables. 1998-07-26 11:11:07 +00:00
md constify some tables. 1998-07-26 11:38:24 +00:00
net const poisoning. 1998-07-26 19:05:06 +00:00
nls clean up a bit more 1998-07-26 18:55:09 +00:00
quad use machine/limits.h if _KERNEL or _STANDALONE 1998-03-27 01:01:54 +00:00
regex const poisoning. 1998-07-26 12:17:51 +00:00
rpc const poisoning. 1998-07-26 14:13:00 +00:00
stdio Update the date on this man page. 1998-07-28 17:11:12 +00:00
stdlib English. 1998-07-29 03:38:30 +00:00
string switch bzero to version in memset.c. 1998-08-04 06:25:10 +00:00
sys Per XNS Issue 5, calling recvmsg(2) or sendmsg(2) with an msg.msg_iovlen less 1998-08-04 19:48:34 +00:00
termios Remove some unnecessary header file inclusions (<sys/tty.h> was one them!). 1998-03-31 09:50:01 +00:00
time Slight adjustment needed for previous. 1998-07-28 20:28:04 +00:00
yp Remove a little lint. 1998-07-27 12:29:21 +00:00
Makefile add strchr.c, strrchr.c, memmove.c, memcpy.c, to KSRC for copy to libkern. 1998-08-04 05:55:56 +00:00
shlib_version Add a mktempdir(), like mkstemp(), but it creates a directory. 1998-07-27 16:05:07 +00:00