NetBSD/sys/netatalk
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
..
aarp.c
aarp.h
at_control.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
at_extern.h fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
at_print.c - s/u_intX/uintX/ 2014-12-02 19:33:44 +00:00
at_proto.c Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
at_rmx.c
at_var.h
at.h - s/u_intX/uintX/ 2014-12-02 19:33:44 +00:00
ddp_input.c
ddp_output.c
ddp_private.h
ddp_usrreq.c * change pr_bind to accept struct sockaddr * instead of struct mbuf * 2015-04-03 20:01:07 +00:00
ddp_var.h
ddp.h
files.netatalk Define netatalk module. 2014-12-08 07:18:45 +00:00
Makefile
phase2.h