summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/sdpcontrol
Commit message (Collapse)AuthorAgeFilesLines
* check boundaries while parsing SDP responsesemax2015-10-201-9/+43
| | | | | | Reported by: hps Reviewed by: hps MFC after: 1 week
* Add META_MODE support.sjg2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-274-4/+5
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Updated dependenciessjg2013-03-111-0/+1
| | |
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Sync from headsjg2012-11-041-1/+1
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDtakawata2015-04-072-0/+2
| | | | | | | | | | | | | | | | This will fix build.
* | | | Make hccontrol(8) and sdpcontrol(8) appear in "man -k bluetooth" output.trasz2015-02-071-2/+2
| | | | | | | | | | | | | | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|/ |/| | | | | | | | Reduce overlinking
* | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
| |/ |/| | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | mdoc: add missing width argument to Bl -tag.joel2012-06-031-1/+1
|/
* mdoc: move remaining sections into consistent orderuqs2010-05-131-7/+7
| | | | | | | This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed by: ru
* Allow search for any UUID entered by user.emax2007-11-041-3/+0
| | | | MFC after: 3 days
* - Grammar fixesmarkus2005-07-091-12/+12
| | | | | | | - s/spdcontrol/sdpcontrol/ Approved by: re (hrs, rwatson), brueffer MFC after: 3 days
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putemax2005-05-271-27/+36
| | | | | | 128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8). MFC after: 3 days
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* - One can use both BD_ADDR or name to specify address of the Bluetooth device.emax2004-08-052-7/+11
| | | | | | | | Update man pages to document this fact. - Update usage messages - Change u_intXXX to uintXXX
* Assorted markup, grammar, and spelling fixes.ru2004-06-131-1/+2
|
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-091-4/+4
| | | | Submitted by: ps
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.emax2004-01-201-0/+1
| | | | | | | | Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8). Reviewed by: imp (mentor) No objection: ru
* Change sdp_open_local(3) API. It now takes a path to a control socketemax2004-01-093-55/+89
| | | | | | | | Teach sdpcontrol(8) how to talk to the local SDP server Update man pages s/u_int/uint Reviewed by: imp (mentor), ru
* Update Bluetooth code.emax2003-10-125-0/+1065
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
OpenPOWER on IntegriCloud