summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket/ng_btsocket.c
AgeCommit message (Expand)Author
2023-11-30sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff
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-05-09bluetooth: don't assign NULL in C99 sparse initializerGleb Smirnoff
2022-01-03domains: make domain_init() initialize only global stateGleb Smirnoff
2022-01-03protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-21Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni
2013-07-15PR: 168520 170096Craig Rodrigues
2009-07-23Introduce and use a sysinit-based initialization scheme for virtualRobert Watson
2008-07-30Introduce support for Bluetooth SCO sockets. This is based on olderMaksim Yevmenkin
2006-07-21Change semantics of socket close and detach. Add a new protocol switchRobert Watson
2005-11-09Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov
2005-04-06Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMMMaksim Yevmenkin
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-11-30Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theyMax Laier
2004-11-08Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp
2004-06-25Add '#include <sys/mbuf.h>' to fix the kernel build.Maksim Yevmenkin
2004-04-27Address few style issues pointed out by bdeMaksim Yevmenkin
2003-11-18Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson
2003-10-12Update Bluetooth code.Maksim Yevmenkin
2003-06-13Use the <sys/bitstring.h> rather than <bitstring.h>Poul-Henning Kamp
2003-05-10Part one of undating the bluetooth code to the newest versionJulian Elischer
2002-11-20The second try a committing the bluetooth codeJulian Elischer