From owner-cvs-all Tue Nov 5 12: 6:40 2002 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 446B337B401; Tue, 5 Nov 2002 12:06:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10F743E6E; Tue, 5 Nov 2002 12:06:38 -0800 (PST) (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 gA5K4pmV057764; Tue, 5 Nov 2002 12:04:51 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA5K4pmG057763; Tue, 5 Nov 2002 12:04:51 -0800 (PST) Message-Id: <200211052004.gA5K4pmG057763@repoman.freebsd.org> From: Julian Elischer Date: Tue, 5 Nov 2002 12:04:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/bluetooth Makefile src/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 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/11/05 12:04:51 PST Added files: usr.sbin/bluetooth Makefile 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 Log: Userland part of bluetooth code Submitted by Maksim Yevmenkin Revision Changes Path 1.1 +10 -0 src/usr.sbin/bluetooth/Makefile (new) 1.1 +14 -0 src/usr.sbin/bluetooth/hccontrol/Makefile (new) 1.1 +161 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.8 (new) 1.1 +274 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.c (new) 1.1 +75 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.h (new) 1.1 +1665 -0 src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c (new) 1.1 +219 -0 src/usr.sbin/bluetooth/hccontrol/info.c (new) 1.1 +973 -0 src/usr.sbin/bluetooth/hccontrol/link_control.c (new) 1.1 +310 -0 src/usr.sbin/bluetooth/hccontrol/link_policy.c (new) 1.1 +412 -0 src/usr.sbin/bluetooth/hccontrol/node.c (new) 1.1 +184 -0 src/usr.sbin/bluetooth/hccontrol/send_recv.c (new) 1.1 +245 -0 src/usr.sbin/bluetooth/hccontrol/status.c (new) 1.1 +350 -0 src/usr.sbin/bluetooth/hccontrol/util.c (new) 1.1 +17 -0 src/usr.sbin/bluetooth/hcseriald/Makefile (new) 1.1 +83 -0 src/usr.sbin/bluetooth/hcseriald/hcseriald.8 (new) 1.1 +279 -0 src/usr.sbin/bluetooth/hcseriald/hcseriald.c (new) 1.1 +12 -0 src/usr.sbin/bluetooth/l2control/Makefile (new) 1.1 +256 -0 src/usr.sbin/bluetooth/l2control/l2cap.c (new) 1.1 +85 -0 src/usr.sbin/bluetooth/l2control/l2control.8 (new) 1.1 +226 -0 src/usr.sbin/bluetooth/l2control/l2control.c (new) 1.1 +49 -0 src/usr.sbin/bluetooth/l2control/l2control.h (new) 1.1 +12 -0 src/usr.sbin/bluetooth/l2ping/Makefile (new) 1.1 +88 -0 src/usr.sbin/bluetooth/l2ping/l2ping.8 (new) 1.1 +279 -0 src/usr.sbin/bluetooth/l2ping/l2ping.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message