CVS commit: src/sys/netbt

2024-03-13 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Mar 13 07:22:16 UTC 2024 Added Files: src/sys/netbt: hci_le.h Log Message: Bluetooth low energy - A beginning at least. This was the start of support for low energy bluetooth support that I have not as yet completed. I'm commit

CVS commit: src/sys/netbt

2024-03-13 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Mar 13 07:22:16 UTC 2024 Added Files: src/sys/netbt: hci_le.h Log Message: Bluetooth low energy - A beginning at least. This was the start of support for low energy bluetooth support that I have not as yet completed. I'm commit

CVS commit: src/sys/netbt

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 13:31:54 UTC 2023 Modified Files: src/sys/netbt: bt_proto.c Log Message: netbt(4): Initialize bt_lock earlier. Use a driver-class module modcmd init function, instead of a socket domain init function; the socket-dom

CVS commit: src/sys/netbt

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 13:31:54 UTC 2023 Modified Files: src/sys/netbt: bt_proto.c Log Message: netbt(4): Initialize bt_lock earlier. Use a driver-class module modcmd init function, instead of a socket domain init function; the socket-dom

CVS commit: src/sys/netbt

2021-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 21 15:03:08 UTC 2021 Modified Files: src/sys/netbt: hci_ioctl.c Log Message: don't opencode kauth_cred_get() To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/netbt/hci_ioctl.c Please note that dif

CVS commit: src/sys/netbt

2021-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 21 15:03:08 UTC 2021 Modified Files: src/sys/netbt: hci_ioctl.c Log Message: don't opencode kauth_cred_get() To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/netbt/hci_ioctl.c Please note that dif

CVS commit: src/sys/netbt

2019-09-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Sep 28 07:10:55 UTC 2019 Modified Files: src/sys/netbt: hci_socket.c Log Message: permit read_encryption_key_size from userland To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/netbt/hci_socket.c Please

CVS commit: src/sys/netbt

2019-09-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Sep 28 07:10:55 UTC 2019 Modified Files: src/sys/netbt: hci_socket.c Log Message: permit read_encryption_key_size from userland To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/netbt/hci_socket.c Please

CVS commit: src/sys/netbt

2019-09-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Sep 28 07:06:33 UTC 2019 Modified Files: src/sys/netbt: hci.h hci_event.c Log Message: When encrypted connections are configured, verify that the encryption key length has a minimum size when the adaptor supports that. This a

CVS commit: src/sys/netbt

2019-09-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Sep 28 07:06:33 UTC 2019 Modified Files: src/sys/netbt: hci.h hci_event.c Log Message: When encrypted connections are configured, verify that the encryption key length has a minimum size when the adaptor supports that. This a

CVS commit: src/sys/netbt

2010-01-04 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Jan 4 19:20:05 UTC 2010 Modified Files: src/sys/netbt: l2cap_upper.c rfcomm_upper.c sco_upper.c Log Message: prevent local socket address from being changed after socket is in use (connect or listen) To generate a diff of t

CVS commit: src/sys/netbt

2010-01-03 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Jan 3 16:38:15 UTC 2010 Modified Files: src/sys/netbt: rfcomm_session.c Log Message: when receiving a MCC PN response, the max frame size that the remote party requests must be less than the one we asked for which will not be