Go to file
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
bin G/C evar() - now that everything is in the one structure it was exactly 2000-06-02 03:39:02 +00:00
dist Resolve conflicts. 2000-05-23 06:07:42 +00:00
distrib Add xntp 3.5 programs, libraries and doco to the obsolete list 2000-06-05 03:17:23 +00:00
etc Fix typo in last commit. 2000-06-04 09:34:58 +00:00
games Fix core dump. 2000-05-24 14:43:00 +00:00
gnu Read fp regs from core file. 2000-06-04 12:06:43 +00:00
include correct arg type for getnameinfo(3) for RFC2553 conformance. 2000-06-04 08:51:23 +00:00
lib - An initialized variable kept LOCAL_CREDS from being set on 2000-06-05 05:58:46 +00:00
libexec include sys/sched.h to get definition of CPUSTATES 2000-06-04 01:38:52 +00:00
regress
sbin In certain cases (e.g. where it makes sense) read/display the 2000-06-03 16:59:36 +00:00
share Document APM_ALLOW_BOGUS_SEGMENTS. Update description for APM_POWER_CHANGE, 2000-06-04 22:38:58 +00:00
sys add support for counting soft interrupts 2000-06-05 03:45:23 +00:00
usr.bin Now that the CPUSTATES info is in <sys/sched.h>, we don't need to include 2000-06-05 05:24:07 +00:00
usr.sbin Back out the last commit. It seems that your includes are out of date. 2000-06-04 13:49:21 +00:00
Makefile
Makefile.inc