Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   plunky
Date:           Mon Aug  3 15:59:42 UTC 2009

Modified Files:
        src/distrib/sets/lists/base: md.amd64 md.sparc64 shl.mi
        src/distrib/sets/lists/comp: mi
        src/lib/libbluetooth: Makefile bluetooth.3 bluetooth.h shlib_version
Added Files:
        src/lib/libbluetooth: bt_dev.3 bt_dev.c
Removed Files:
        src/lib/libbluetooth: devaddr.c

Log Message:
Add bt_dev(3), an platform neutral API for accessing (locally configured)
Bluetooth devices, and bump libbluetooth minor version.

This is a reimplementation of an API largely developed by Maksim Yevmenkin
on FreeBSD to make it easier to port BlueZ/Linux programs which depend on
something similar. Alas, the BlueZ/Linux API is incompatible and unportable
as it depends on a 'device' being referenced by an int, but this will
hopefully make it easier to port software using that.

(bump libbluetooth minor version)


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.55 -r1.56 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.483 -r1.484 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.1287 -r1.1288 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.4 -r1.5 src/lib/libbluetooth/Makefile \
    src/lib/libbluetooth/shlib_version
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/bluetooth.3 \
    src/lib/libbluetooth/bluetooth.h
cvs rdiff -u -r0 -r1.1 src/lib/libbluetooth/bt_dev.3 \
    src/lib/libbluetooth/bt_dev.c
cvs rdiff -u -r1.2 -r0 src/lib/libbluetooth/devaddr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index