NetBSD/sys/netbt
rtr 909a1fc699 backout change that made pr_stat return EOPNOTSUPP for protocols that
were not filling in struct stat.

decision made after further discussion with rmind and investigation of
how other operating systems behave.  soo_stat() is doing just enough to
be able to call what gets returned valid and thus justifys a return of
success.

additional review will be done to determine of the pr_stat functions
that were already returning EOPNOTSUPP can be considered successful with
what soo_stat() is doing.
2014-07-07 15:13:21 +00:00
..
bluetooth.h Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
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 Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
files.netbt
hci_event.c cleanup some DIAGNOSTIC and KASSERT code 2011-07-27 10:25:09 +00:00
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 backout change that made pr_stat return EOPNOTSUPP for protocols that 2014-07-07 15:13:21 +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
l2cap_misc.c
l2cap_signal.c CID/90001: missing va_end() 2013-02-09 01:19:05 +00:00
l2cap_socket.c backout change that made pr_stat return EOPNOTSUPP for protocols that 2014-07-07 15:13:21 +00:00
l2cap_upper.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
l2cap.h netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
Makefile
rfcomm_dlc.c fix comment typo 2011-08-21 14:20:34 +00:00
rfcomm_session.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
rfcomm_socket.c backout change that made pr_stat return EOPNOTSUPP for protocols that 2014-07-07 15:13:21 +00:00
rfcomm_upper.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
rfcomm.h netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
sco_socket.c backout change that made pr_stat return EOPNOTSUPP for protocols that 2014-07-07 15:13:21 +00:00
sco_upper.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
sco.h netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00