Go to file
thorpej 724a90318e - Fix file descriptor passing AGAIN. This has apparently been broken
on LP64 systems (and probably the SPARC) since the __cmsg_alignbytes()
  changes went in.
- Change file descriptor passing to use CMSG_DATA(), not (cm + 1).  This
  pretty much has to be done in order to make it work properly on LP64,
  and considering that it's been broken this long...
- Use CMSG_SPACE() to determine the mbuf length needed for a given
  control message, and CMSG_LEN() to stash in the cmsg_len member.
2000-06-05 06:06:07 +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 - Kill some warnings, and enable WARNS=1. 2000-06-05 06:01:42 +00:00
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 - Fix file descriptor passing AGAIN. This has apparently been broken 2000-06-05 06:06:07 +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 remove two of the previous ${_M}; they were invoked before $DESTDIR/share/mk may have existed. add one more. 2000-05-21 07:33:05 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00