From owner-cvs-all@FreeBSD.ORG Sat May 10 14:50:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0230037B401; Sat, 10 May 2003 14:50:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FF543FA3; Sat, 10 May 2003 14:50:38 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4ALoc0U007992; Sat, 10 May 2003 14:50:38 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4ALobsK007991; Sat, 10 May 2003 14:50:37 -0700 (PDT) Message-Id: <200305102150.h4ALobsK007991@repoman.freebsd.org> From: Julian Elischer Date: Sat, 10 May 2003 14:50:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bluetooth Makefilesrc/usr.sbin/bluetooth/bt3cfw Makefile bt3cfw.8 bt3cfw.c src/usr.sbin/bluetooth/hccontrol Makefile hccontrol.8 hccontrol.c hccontrol.h host_controller_baseband.c info.c link_control.c link_policy.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 21:50:39 -0000 julian 2003/05/10 14:50:37 PDT FreeBSD src repository Modified files: usr.sbin/bluetooth Makefile usr.sbin/bluetooth/bt3cfw Makefile bt3cfw.8 bt3cfw.c usr.sbin/bluetooth/hccontrol Makefile hccontrol.8 hccontrol.c hccontrol.h host_controller_baseband.c info.c link_control.c link_policy.c node.c send_recv.c status.c util.c usr.sbin/bluetooth/hcseriald Makefile hcseriald.8 hcseriald.c usr.sbin/bluetooth/l2control Makefile l2cap.c l2control.8 l2control.c l2control.h usr.sbin/bluetooth/l2ping Makefile l2ping.8 l2ping.c Added files: usr.sbin/bluetooth/hcsecd Makefile hcsecd.8 hcsecd.c hcsecd.conf hcsecd.h lexer.l parser.y usr.sbin/bluetooth/rfcomm_pppd Makefile rfcomm_pppd.8 rfcomm_pppd.c Log: Part 2 of the commit if new bluetooth code. Submitted by: Maksim Yevmenkin Approved by: re@ Revision Changes Path 1.2 +5 -2 src/usr.sbin/bluetooth/Makefile 1.2 +2 -2 src/usr.sbin/bluetooth/bt3cfw/Makefile 1.3 +23 -20 src/usr.sbin/bluetooth/bt3cfw/bt3cfw.8 1.2 +1 -1 src/usr.sbin/bluetooth/bt3cfw/bt3cfw.c 1.2 +2 -2 src/usr.sbin/bluetooth/hccontrol/Makefile 1.3 +101 -100 src/usr.sbin/bluetooth/hccontrol/hccontrol.8 1.2 +4 -4 src/usr.sbin/bluetooth/hccontrol/hccontrol.c 1.2 +1 -1 src/usr.sbin/bluetooth/hccontrol/hccontrol.h 1.2 +1 -1 src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c 1.2 +1 -1 src/usr.sbin/bluetooth/hccontrol/info.c 1.2 +27 -20 src/usr.sbin/bluetooth/hccontrol/link_control.c 1.2 +1 -1 src/usr.sbin/bluetooth/hccontrol/link_policy.c 1.2 +128 -59 src/usr.sbin/bluetooth/hccontrol/node.c 1.2 +1 -1 src/usr.sbin/bluetooth/hccontrol/send_recv.c 1.3 +2 -2 src/usr.sbin/bluetooth/hccontrol/status.c 1.2 +1 -1 src/usr.sbin/bluetooth/hccontrol/util.c 1.1 +12 -0 src/usr.sbin/bluetooth/hcsecd/Makefile (new) 1.1 +101 -0 src/usr.sbin/bluetooth/hcsecd/hcsecd.8 (new) 1.1 +422 -0 src/usr.sbin/bluetooth/hcsecd/hcsecd.c (new) 1.1 +64 -0 src/usr.sbin/bluetooth/hcsecd/hcsecd.conf (new) 1.1 +57 -0 src/usr.sbin/bluetooth/hcsecd/hcsecd.h (new) 1.1 +95 -0 src/usr.sbin/bluetooth/hcsecd/lexer.l (new) 1.1 +339 -0 src/usr.sbin/bluetooth/hcsecd/parser.y (new) 1.2 +2 -2 src/usr.sbin/bluetooth/hcseriald/Makefile 1.3 +27 -27 src/usr.sbin/bluetooth/hcseriald/hcseriald.8 1.2 +6 -4 src/usr.sbin/bluetooth/hcseriald/hcseriald.c 1.2 +2 -2 src/usr.sbin/bluetooth/l2control/Makefile 1.2 +58 -17 src/usr.sbin/bluetooth/l2control/l2cap.c 1.3 +33 -33 src/usr.sbin/bluetooth/l2control/l2control.8 1.2 +4 -10 src/usr.sbin/bluetooth/l2control/l2control.c 1.2 +1 -1 src/usr.sbin/bluetooth/l2control/l2control.h 1.2 +2 -2 src/usr.sbin/bluetooth/l2ping/Makefile 1.3 +31 -39 src/usr.sbin/bluetooth/l2ping/l2ping.8 1.2 +46 -39 src/usr.sbin/bluetooth/l2ping/l2ping.c 1.1 +13 -0 src/usr.sbin/bluetooth/rfcomm_pppd/Makefile (new) 1.1 +246 -0 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 (new) 1.1 +332 -0 src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c (new)