NetBSD/sys/compat
rtr a2ba5e69ab * change pr_bind to accept struct sockaddr * instead of struct mbuf *
* update protocol bind implementations to use/expect sockaddr *
  instead of mbuf *
* introduce sockaddr_big struct for storage of addr data passed via
  sys_bind; sockaddr_big is of sufficient size and alignment to
  accommodate all addr data sizes received.
* modify sys_bind to allocate sockaddr_big instead of using an mbuf.
* bump kernel version to 7.99.9 for change to pr_bind() parameter type.

Patch posted to tech-net@
  http://mail-index.netbsd.org/tech-net/2015/03/15/msg005004.html

The choice to use a new structure sockaddr_big has been retained since
changing sockaddr_storage size would lead to unnecessary ABI change. The
use of the new structure does not preclude future work that increases
the size of sockaddr_storage and at that time sockaddr_big may be
trivially replaced.

Tested by mrg@ and myself, discussed with rmind@, posted to tech-net@
2015-04-03 20:01:07 +00:00
..
aoutm68k regen 2015-03-07 16:38:49 +00:00
common Tweak ifconf variants 2014-11-26 09:53:53 +00:00
freebsd regen 2015-03-07 16:38:49 +00:00
ibcs2 regen 2015-03-07 16:38:49 +00:00
linux * change pr_bind to accept struct sockaddr * instead of struct mbuf * 2015-04-03 20:01:07 +00:00
linux32 Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, the 2015-03-20 20:36:27 +00:00
m68k4k Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
ndis Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
net
netbsd32 Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, the 2015-03-20 20:36:27 +00:00
netinet6
osf1 regen 2015-03-07 16:38:49 +00:00
ossaudio Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
sunos regen 2015-03-07 16:38:49 +00:00
sunos32 regen 2015-03-07 16:38:49 +00:00
svr4 * change pr_bind to accept struct sockaddr * instead of struct mbuf * 2015-04-03 20:01:07 +00:00
svr4_32 Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, the 2015-03-20 20:36:27 +00:00
sys add a struct for the 4.3BSD struct direct 2014-01-28 01:29:35 +00:00
ultrix regen 2015-03-07 16:38:49 +00:00
vax1k Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
Makefile