summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket
AgeCommit message (Expand)Author
2025-09-15ng_btsocket_rfcomm: Mark a couple buffers as const in a helper functionMark Johnston
2025-05-08Remove remaining mentions of pr_usrreq.Dag-Erling Smørgrav
2024-09-20bluetooth(3): Fix two typos in source code commentsGordon Bergling
2024-07-01bluetooth socket sysinit: correct memset initializationRyan Libby
2024-04-22ng_hci: Add sockaddr validation to sendto()Mark Johnston
2023-11-30sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff
2023-11-30sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-17protosw: refactor protosw and domain static declaration and loadGleb Smirnoff
2022-08-12protosw: change prototype for pr_controlGleb Smirnoff
2022-05-17sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff
2022-05-09bluetooth: don't assign NULL in C99 sparse initializerGleb Smirnoff
2022-04-06ng_btsocket(4): Fix a typo in an error messageGordon Bergling
2022-01-03domains: make domain_init() initialize only global stateGleb Smirnoff
2022-01-03protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff
2021-09-07socket: Properly interlock when transitioning to a listening socketMark Johnston
2021-07-28socket: Implement SO_RERRORRoy Marples
2021-06-14Consistently use the SOLISTENING() macroMark Johnston
2021-02-08Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov
2021-02-08SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-01Allow some Bluetooth LE related HCI request to non-root user.Takanori Watanabe
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-08-30avoid holding PCB mutex during copyin/copyout()Maksim Yevmenkin
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-08Listening sockets improvements.Gleb Smirnoff
2016-06-07Disconnect LE socket when the HCI connection associated is disconnected.Takanori Watanabe
2016-04-29sys/netgraph: spelling fixes in comments.Pedro F. Giffuni
2016-04-21Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni
2016-01-08Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeGleb Smirnoff
2015-12-23- grab ng_btsocket_l2cap_sockets_mtx lock inMaksim Yevmenkin
2015-11-07Fix encryption error handling.Takanori Watanabe
2015-10-27Bluetooth LE Security Management channel support.Takanori Watanabe
2015-07-07Fix rfcomm_sppd regression I could reproduced.Takanori Watanabe
2015-04-07Initial Bluetooth LE support.Takanori Watanabe
2014-11-12In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff
2014-09-20Use callout(9) instead of timeout(9).John Baldwin
2014-06-10PF_BLUETOOTH protocols: skip initialization of non-virtualized globalsMikolaj Golub
2013-07-15PR: 168520 170096Craig Rodrigues
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2011-02-16Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2009-07-23Introduce and use a sysinit-based initialization scheme for virtualRobert Watson
2009-06-01Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin
2009-02-10Update comment. soalloc() is no longer performing M_WAITOK memory allocations.Maksim Yevmenkin