thorpej e1fb68eb29 In sockargs():
- Add a comment describing my feelings about this interface, in general.
- Remove the COMPAT_OLDSOCK length hack.  Instead, if the socket argument
  is too long to fit in an mbuf, allocate enough external storage to
  hold it.
- If the socket argument is a sockaddr, don't allow the length to be
  greater than 255, as that would overflow sa_len.
Many thanks to enami tsugutomo <enami@cv.sony.co.jp> for his sanity checking.
1997-06-26 06:01:59 +00:00
..
1997-06-12 22:07:47 +00:00
1997-06-12 22:07:47 +00:00
1997-06-24 20:04:45 +00:00
1997-06-26 06:01:59 +00:00
1997-06-11 10:40:16 +00:00