emax2007-11-05 17:51:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c
Log:
Fix locking issue in ng_btsocket_l2cap_ctloutput()
Submitted by: Heiko Wundram (Beenic) < wundram at beenic dot net >
A
emax2007-11-05 17:48:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c
Log:
Fix locking issue in ng_btsocket_l2cap_ctloutput()
Submitted by: Heiko Wundram (Beenic) < wundram at beenic dot net >
A
emax2007-10-31 16:17:20 UTC
FreeBSD src repository
Modified files:
sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c
Log:
Fix locking issue in ng_btsocket_l2cap_ctloutput()
Submitted by: Heiko Wundram (Beenic) < wundram at beenic dot net >
MFC after: 3 days
emax2007-08-28 17:07:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c
ng_btsocket_rfcomm.c
Log:
MFC:
Return EADDRNOTAVAIL instead of EDESTADDRREQ error when listen
emax2007-08-23 16:55:22 UTC
FreeBSD src repository
Modified files:
sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c
ng_btsocket_rfcomm.c
Log:
Return EADDRNOTAVAIL instead of EDESTADDRREQ error when
listen(2) is called on improperly bound
maxim 2007-03-26 18:17:57 UTC
FreeBSD src repository
Modified files:
sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c
Log:
o Update a comment: sonewconn() lives in uipc_socket.c now.
Revision ChangesPath
1.22 +1 -1 src/sys/netgraph/bluetooth/socket/ng_bts
emax2006-08-25 17:53:14 UTC
FreeBSD src repository
Modified files:
sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c
ng_btsocket_rfcomm.c
Log:
- Catch up with ongoing rwatson's socket work;
- Fix a couple of LORs and panics;
- Temp