Date: Fri, 30 Jan 2009 22:23:21 +0000 (UTC) From: Maksim Yevmenkin <emax@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/bluetooth/btpand Makefile bnep.c bnep.h btpand.8 btpand.c btpand.h channel.c client.c event.c event.h packet.c sdp.c sdp.h server.c tap.c Message-ID: <200901302223.n0UMNUx9055777@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emax 2009-01-30 22:23:21 UTC
FreeBSD src repository
Added files:
usr.sbin/bluetooth/btpand Makefile bnep.c bnep.h btpand.8
btpand.c btpand.h channel.c client.c
event.c event.h packet.c sdp.c sdp.h
server.c tap.c
Log:
SVN rev 187938 on 2009-01-30 22:23:21Z by emax
Add btpand(8) daemon from NetBSD. This daemon provides support for
Bluetooth Network Access Point (NAP), Group Ad-hoc Network (GN) and
Personal Area Network User (PANU) profiles.
Obtained from: NetBSD
MFC after: 1 month
Revision Changes Path
1.1 +13 -0 src/usr.sbin/bluetooth/btpand/Makefile (new)
1.1 +755 -0 src/usr.sbin/bluetooth/btpand/bnep.c (new)
1.1 +72 -0 src/usr.sbin/bluetooth/btpand/bnep.h (new)
1.1 +241 -0 src/usr.sbin/bluetooth/btpand/btpand.8 (new)
1.1 +290 -0 src/usr.sbin/bluetooth/btpand/btpand.c (new)
1.1 +208 -0 src/usr.sbin/bluetooth/btpand/btpand.h (new)
1.1 +335 -0 src/usr.sbin/bluetooth/btpand/channel.c (new)
1.1 +192 -0 src/usr.sbin/bluetooth/btpand/client.c (new)
1.1 +309 -0 src/usr.sbin/bluetooth/btpand/event.c (new)
1.1 +147 -0 src/usr.sbin/bluetooth/btpand/event.h (new)
1.1 +110 -0 src/usr.sbin/bluetooth/btpand/packet.c (new)
1.1 +209 -0 src/usr.sbin/bluetooth/btpand/sdp.c (new)
1.1 +38 -0 src/usr.sbin/bluetooth/btpand/sdp.h (new)
1.1 +286 -0 src/usr.sbin/bluetooth/btpand/server.c (new)
1.1 +167 -0 src/usr.sbin/bluetooth/btpand/tap.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901302223.n0UMNUx9055777>
