NetBSD/lib/libc
thorpej 934426175d - An initialized variable kept LOCAL_CREDS from being set on
the listen socket properly.  This caused spurious rpcbind(8)
  failures.
- Don't define a "credmsg" structure.  Instead, dynamically
  allocate a buffer of the correct size of the message with
  CMSG_SPACE() and free it when we're done.  This gets the
  size of the buffer right on LP64 platforms, which has padding
  for alignment thrown in.
- Check for non-present or truncated cred messages when recvmsg(2)
  returns.
2000-06-05 05:58:46 +00:00
..
arch Make __cerror be LEAF_NOPROFILE. I relies upon having v0 and v1 be unchanged 2000-05-29 15:07:41 +00:00
compat-43 Delint. 2000-01-22 22:30:08 +00:00
db Delint. 2000-01-23 00:49:41 +00:00
dlfcn Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +00:00
gen Clarify the cache size description comments a little. 2000-06-03 13:21:14 +00:00
gmon
hash Delint. 2000-01-22 22:19:07 +00:00
include Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, 2000-06-02 23:11:05 +00:00
locale
md Delint. 2000-01-22 22:19:07 +00:00
net correct arg type (salen) to conform to RFC2553. 2000-06-04 08:52:21 +00:00
nls add EILSEQ entry 2000-03-10 14:06:34 +00:00
quad Use __GNUC_PREREQ__(). 2000-05-05 00:20:22 +00:00
regex Delint. 2000-01-22 22:19:07 +00:00
rpc - An initialized variable kept LOCAL_CREDS from being set on 2000-06-05 05:58:46 +00:00
stdio Comment out a paragraph describing behavior which NetBSD's fopen(3) does 2000-05-17 10:09:35 +00:00
stdlib Disable malloc's hints to the kernel - now that the madvise() syscall 2000-05-20 15:13:31 +00:00
string Delint. 2000-01-22 22:19:07 +00:00
sys s/a // 2000-06-02 21:21:41 +00:00
termios Delint. 2000-01-22 22:19:07 +00:00
thread-stub Delint. 2000-01-22 22:19:07 +00:00
time Delint. 2000-01-22 22:19:07 +00:00
yp Delint. 2000-01-22 22:19:07 +00:00
Makefile Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, 2000-06-02 23:11:05 +00:00
shlib_version Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, 2000-06-02 23:11:05 +00:00