aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
Commit message (Expand)AuthorAgeFilesLines
* bluetooth socket sysinit: correct memset initializationRyan Libby2024-07-011-2/+1
* ng_hci: Add sockaddr validation to sendto()Mark Johnston2024-04-221-0/+11
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-20/+9
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-121-1/+1
* sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff2022-05-171-4/+4
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-6/+4
* socket: Implement SO_RERRORRoy Marples2021-07-281-0/+1
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-1/+0
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-0/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+6
* Allow some Bluetooth LE related HCI request to non-root user.Takanori Watanabe2020-07-011-0/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* avoid holding PCB mutex during copyin/copyout()Maksim Yevmenkin2019-08-301-38/+63
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Initial Bluetooth LE support.Takanori Watanabe2015-04-071-0/+3
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalsMikolaj Golub2014-06-101-0/+7
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-5/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-9/+5
* Implement ratelimiting for debug messages. For now, allow at mostMaksim Yevmenkin2008-08-011-4/+10
* Increase maximum input queue size limit for raw Bluetooth HCI sockets.Maksim Yevmenkin2008-08-011-2/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-1/+5
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canMaksim Yevmenkin2006-05-171-1/+64
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-9/+4
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-2/+2
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.Maksim Yevmenkin2005-07-281-21/+29
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-0/+1
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-121-0/+1
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-13/+10
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-271-5/+5
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-1/+1
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneHartmut Brandt2004-01-261-1/+1
* NULL -> 0 where appropriate.Alfred Perlstein2003-12-241-4/+4
* Update Bluetooth code.Maksim Yevmenkin2003-10-121-2/+2
* Use the <sys/bitstring.h> rather than <bitstring.h>Poul-Henning Kamp2003-06-131-1/+1
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-101-143/+392
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-4/+2
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-261-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-8/+8
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* The second try a committing the bluetooth codeJulian Elischer2002-11-201-0/+1320