summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hcsecd
Commit message (Collapse)AuthorAgeFilesLines
* Fix world after byacc import:bapt2012-05-221-0/+1
| | | | | | | | - old yacc(1) use to magicially append stdlib.h, while new one don't - new yacc(1) do declare yyparse by itself, fix redundant declaration of 'yyparse' Approved by: des (mentor)
* Don't generate input() since it's not used.brucec2010-11-221-1/+1
|
* Clenup code a bit and do not call fork(2) before dameon(3) where not needed.emax2009-02-041-3/+2
| | | | MFC after: 1 month
* Pacify new GCC4 warnings.emax2006-09-211-2/+2
| | | | | Submitted by: kan MFC after: 1 week
* Use socklen_t instead of int32_t where appropriate to pacify new GCC4emax2006-09-211-1/+2
| | | | | | | warnings. Submitted by: kan MFC after: 1 week
* - Grammar fixesmarkus2006-02-111-21/+21
| | | | | | | - Reword one sentence Approved by: brueffer MFC after: 3 days
* Sort sections.ru2005-01-181-6/+6
|
* Add missing #includeemax2004-09-142-1/+2
| | | | | | | | Bump WARNS level to 2 PR: bin/71668 Submitted by: Dan Lukes <dan@obluda.cz> MFC after: 3 days
* - One can use both BD_ADDR or name to specify address of the Bluetooth device.emax2004-08-051-3/+3
| | | | | | | | Update man pages to document this fact. - Update usage messages - Change u_intXXX to uintXXX
* Assorted markup, grammar, and spelling fixes.ru2004-06-131-8/+10
|
* Use uint instead of u_intemax2004-04-092-6/+6
|
* Fix uncontrolled access to the buffer in rfcomm_sppd(1).emax2003-12-191-2/+2
| | | | | | | | Fix typo in hcsecd(8) man page. Submitted by: Guido Falsi <mad@madpilot.net> Reviewed by: imp (mentor) Approved by: imp (mentor)
* Update Bluetooth code.emax2003-10-126-117/+394
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* Account for the fact that "buildworld" builds in the 'obj' treejulian2003-06-241-1/+1
| | | | Pointed out by: Andrew Gallatin <gallatin@cs.duke.edu>
* Reapply mdoc(7) fixes that got accidentally lost in the lastru2003-05-201-33/+38
| | | | | | | Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru Approved by: re (blanket)
* Part 2 of the commit if new bluetooth code.julian2003-05-107-0/+1090
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@
OpenPOWER on IntegriCloud