NetBSD/sys/netbt
rtr eddf3af3c6 make accept, getsockname and getpeername syscalls use sockaddr_big and modify
pr_{accept,sockname,peername} nam parameter type from mbuf * to sockaddr *.

* retained use of mbuftypes[MT_SONAME] for now.
* bump to netbsd version 7.99.12 for parameter type change.

patch posted to tech-net@ 2015/04/19
2015-04-24 22:32:37 +00:00
..
bluetooth.h
bt_proto.c - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. 2014-05-19 02:51:24 +00:00
bt_sysctl.c
files.netbt
hci_event.c
hci_ioctl.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
hci_link.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
hci_misc.c
hci_socket.c make accept, getsockname and getpeername syscalls use sockaddr_big and modify 2015-04-24 22:32:37 +00:00
hci_unit.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
hci.h fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
l2cap_lower.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
l2cap_misc.c
l2cap_signal.c
l2cap_socket.c make accept, getsockname and getpeername syscalls use sockaddr_big and modify 2015-04-24 22:32:37 +00:00
l2cap_upper.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
l2cap.h split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
Makefile
rfcomm_dlc.c * split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic() 2014-07-09 04:54:03 +00:00
rfcomm_session.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
rfcomm_socket.c make accept, getsockname and getpeername syscalls use sockaddr_big and modify 2015-04-24 22:32:37 +00:00
rfcomm_upper.c since rfcomm_attach_pcb may be called from (soft) interrupt context 2014-11-16 21:34:27 +00:00
rfcomm.h split PRU_RCVD function out of pr_generic() usrreq switches and put into 2014-08-08 03:05:44 +00:00
sco_socket.c make accept, getsockname and getpeername syscalls use sockaddr_big and modify 2015-04-24 22:32:37 +00:00
sco_upper.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
sco.h split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00