Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2009 18:03:46 +0000 (UTC)
From:      Maksim Yevmenkin <emax@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/bluetooth Makefile 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:  <200903051804.n25I49hH045710@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emax        2009-03-05 18:03:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.sbin/bluetooth   Makefile 
  Added files:           (Branch: RELENG_7)
    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 189414 on 2009-03-05 18:03:46Z by emax
  
  MFC r187938
  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.
  
  MFC r188013
  Fix client mode. Pick up service availability changes.
  
  MFC r188014
  Hook up btpand(8) to the build
  
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.7.2.1   +1 -0      src/usr.sbin/bluetooth/Makefile
  1.1.2.1   +13 -0     src/usr.sbin/bluetooth/btpand/Makefile (new)
  1.1.2.1   +755 -0    src/usr.sbin/bluetooth/btpand/bnep.c (new)
  1.1.2.1   +72 -0     src/usr.sbin/bluetooth/btpand/bnep.h (new)
  1.1.2.1   +241 -0    src/usr.sbin/bluetooth/btpand/btpand.8 (new)
  1.2.2.1   +293 -0    src/usr.sbin/bluetooth/btpand/btpand.c (new)
  1.2.2.1   +212 -0    src/usr.sbin/bluetooth/btpand/btpand.h (new)
  1.1.2.1   +335 -0    src/usr.sbin/bluetooth/btpand/channel.c (new)
  1.1.2.1   +192 -0    src/usr.sbin/bluetooth/btpand/client.c (new)
  1.1.2.1   +309 -0    src/usr.sbin/bluetooth/btpand/event.c (new)
  1.1.2.1   +147 -0    src/usr.sbin/bluetooth/btpand/event.h (new)
  1.1.2.1   +110 -0    src/usr.sbin/bluetooth/btpand/packet.c (new)
  1.1.2.1   +209 -0    src/usr.sbin/bluetooth/btpand/sdp.c (new)
  1.1.2.1   +38 -0     src/usr.sbin/bluetooth/btpand/sdp.h (new)
  1.2.2.1   +277 -0    src/usr.sbin/bluetooth/btpand/server.c (new)
  1.1.2.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?200903051804.n25I49hH045710>