| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Avoid floating point arithmetic while calculating iquiry length.
Submitted by: Iain Hibbert < plunky -at- rya-online -dot- net >
Notes:
svn path=/stable/7/; revision=193061
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Implement low-level Bluetooth HCI API.
This should make it easier to make Linux BlueZ libhci port.
Reviewed by: Iain Hibbert < plunky -at- rya-online -dot- net > of NetBSD
Inspired by: Linux BlueZ
Inspired by: NetBSD
Notes:
svn path=/stable/7/; revision=191797
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
MFC is ahead of schedule due to request.
Add Bluetooth compatibility shims. Inspired by Linux BlueZ and NetBSD.
Discussed with: Iain Hibbert plunky -at- rya-online -dot- net of NetBSD
Requested by: Bruce Simpson bms -at- incunabulum -dot- net
Tested by: Bruce Simpson bms -at- incunabulum -dot- net
Notes:
svn path=/stable/7/; revision=189989
|
| |
|
|
|
|
|
|
|
|
| |
Import handy shorthand Bluetooth address (BD_ADDR) utility functions
from NetBSD and document them.
Obtained from: NetBSD
Notes:
svn path=/stable/7/; revision=182407
|
| |
|
|
|
|
|
| |
Ok'd by: kan
Notes:
svn path=/head/; revision=169807
|
| |
|
|
|
|
|
|
|
|
| |
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
Notes:
svn path=/head/; revision=148297
|
| |
|
|
|
|
|
|
| |
Submitted by: Markus Brueffer < markus at brueffer dot de >
MFC after: 3 days
Notes:
svn path=/head/; revision=143767
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140568
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140505
|
| |
|
|
|
|
|
| |
not "NULL", see ascii(7).
Notes:
svn path=/head/; revision=140170
|
| |
|
|
|
|
|
|
| |
Submitted by: Markus Brueffer < markus AT brueffer DOT de >
MFC after: 3 days
Notes:
svn path=/head/; revision=139684
|
| |
|
|
|
|
|
| |
Minor markup and grammar nits.
Notes:
svn path=/head/; revision=131631
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131504
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).
There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.
Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".
Tested on: i386 sparc64
Notes:
svn path=/head/; revision=126643
|
|
|
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
Notes:
svn path=/head/; revision=121054
|