summaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
AgeCommit message (Expand)Author
2025-10-26rtlbtfw(8): Fix a typo in an error messageGordon Bergling
2025-10-17bluetooth: ng_ubt_rtl/rtlbtfw: remove duplicate entry in device tableBjoern A. Zeeb
2025-08-06rtlbtfw.8: Fix typoAlexander Ziaee
2025-08-06man bluetooth/fwdownloaders: Clarify descriptionsAlexander Ziaee
2025-07-24bluetooth: sdpd: switch to getpeereid() instead of LOCAL_PEERCREDKyle Evans
2025-07-13bluetooth-config: Fix command line parsingDirk Engling
2025-05-14rtlbtfw(8): Sync device VID/PID list with Linux 6.15-rc4Vladimir Kondratyev
2025-05-14rtlbtfw(8): Add support for firmware file format V2Vladimir Kondratyev
2025-04-29rtlbtfw(8): Fix incorrect chunk index overwrap in rtlbt_load_fwfile()Vladimir Kondratyev
2025-04-29rtlbtfw(8): Add Mercusys MA530 VID/PID for Realtek 8761BUVVladimir Kondratyev
2025-01-30iwmbtfw(8): fix getopt flags, unify usage()/manual page contentsEygene Ryabinkin
2025-01-30iwmbtfw(8): don't program hardware without existing firmware imageEygene Ryabinkin
2025-01-30Refactor iwmbtfw: modularize and de-constifyEygene Ryabinkin
2025-01-30Refactor iwmbtfw: set default firmware_dir after argument parsingEygene Ryabinkin
2025-01-17iwmbtfw: Check firmware exists before trying to upload itGavin Atkinson
2024-11-07rtlbtfw: Firmware loader for Realtek 87XX/88XX bluetooth USB adaptorsVladimir Kondratyev
2024-11-07iwmbtfw(8): Ignore unexpected HCI eventsVladimir Kondratyev
2024-11-07iwmbtfw(4): Add support for 9260/9560 bluetooth adaptorsVladimir Kondratyev
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-09bthidd: declare appropriate size bitstringRyan Libby
2024-06-03Fix off-by-one bug in btpandDapeng Gao
2024-05-31man bluetooth/fwdownloaders: alignment nits, SPDXAlexander Ziaee
2024-05-31man bluetooth/fwdownloaders: terse descriptionsAlexander Ziaee
2024-04-28bluetooth: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas
2023-12-26bluetooth: fix comment in bluetooth.device.conflherschi
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-10-29dirdeps: Update Makefile.depend* files with empty contentsStephen J. Kiernan
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-06-20bluetooth: Remove set but unused variable.John Baldwin
2023-06-20bluetooth/ath3kfw: Propagate return value from ath3k_load_fwfile.John Baldwin
2023-06-01bluetooth: Fix typosElyes Haouas
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-04bluetooth/hccontrol: Fix unterminated command listBrian Campbell
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-03-02bluetooth/hccontrol: Remove useless return at the end of void functionElyes Haouas
2023-01-11iwmbtfw(8): Fix a typo in a kernel messageGordon Bergling
2022-10-25hccontrol.8: missed underscore fixed.Maxim Konovalov
2022-08-14Indicate that X(7) cross refs are satisfied by ports/x11/xorg-docs.Jens Schweikhardt
2022-07-31bluetooth(3): Fix a typo in a source code commentGordon Bergling
2021-09-29bluetooth: remove hcserialdWarner Losh
2021-09-29bluetooth: Fix build after ng_h4 removalJung-uk Kim