Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
bluetooth: Fix a mandoc related issues- new sentence, new line- sections out of conventional order: Sh FILES- unusual Xr order: bthost(1) after bthidd(8)- no blank before trailing delimiter- wh
bluetooth: Fix a mandoc related issues- new sentence, new line- sections out of conventional order: Sh FILES- unusual Xr order: bthost(1) after bthidd(8)- no blank before trailing delimiter- whitespace at end of input line- sections out of conventional order: Sh EXIT STATUSMFC after: 1 week
show more ...
pkgbase: Add a FreeBSD-bluetooth packageMove the bluetooth related files from FreeBSD-runtime to a new package namedFreeBSD-bluetoothThe FreeBSD runtime is only intended to have everything for a
pkgbase: Add a FreeBSD-bluetooth packageMove the bluetooth related files from FreeBSD-runtime to a new package namedFreeBSD-bluetoothThe FreeBSD runtime is only intended to have everything for a workingFreeBSD installation and bluetooth isn't needed for that.Reviewed by: bapt, gjbDifferential Revision: https://reviews.freebsd.org/D20959
This new version of bluetooth-config.sh tries to follow the style of othershell scripts in base, removes the bogus "copyleft", adds the BeerWare licenseheader and uses rc.subr(8) new 'enable' keywo
This new version of bluetooth-config.sh tries to follow the style of othershell scripts in base, removes the bogus "copyleft", adds the BeerWare licenseheader and uses rc.subr(8) new 'enable' keyword for adding entries inrc.conf(5).Submitted by: erdgeist <erdgeist@erdgeist.org>Approved by: baptMFC after: 2 weeks
Fix duplication.The patch adding the manpage was probably applied twice, so it resultedin duplication of the manpage
Add `bluetooth-config` script to simplify setting up bluetooth connections todevices like mice, keyboards, bt-audio, ...This script currently allows scanning for nearby devices, adds one to/etc/b
Add `bluetooth-config` script to simplify setting up bluetooth connections todevices like mice, keyboards, bt-audio, ...This script currently allows scanning for nearby devices, adds one to/etc/bluetooth/hosts, adds an entry to hcsecd's conf and if it is a HID, add anentry to bthidd's configs, as well.Submitted by: erdgeist <erdgeist@erdgeist.org>Approved by: baptMFC after: 2 weeksDifferential Revision: D3778Reviewers: bapt, emax