From owner-cvs-share Sun Jun 14 09:13:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20820 for cvs-share-outgoing; Sun, 14 Jun 1998 09:13:29 -0700 (PDT) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20476; Sun, 14 Jun 1998 09:11:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA10873; Sun, 14 Jun 1998 09:10:51 -0700 (PDT) Date: Sun, 14 Jun 1998 09:10:51 -0700 (PDT) Message-Id: <199806141610.JAA10873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.dep.mk bsd.lib.mk bsd.prog.mk sys.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/06/14 09:10:51 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.dep.mk bsd.lib.mk bsd.prog.mk sys.mk Log: MFC: Allow .cpp extension for C++ files. PR: 6913 Submitted by: Greg Moncreaff Revision Changes Path 1.8.2.5 +4 -3 src/share/mk/bsd.dep.mk 1.46.2.9 +5 -5 src/share/mk/bsd.lib.mk 1.41.2.7 +2 -2 src/share/mk/bsd.prog.mk 1.16.2.4 +3 -3 src/share/mk/sys.mk From owner-cvs-share Sun Jun 14 13:08:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21985 for cvs-share-outgoing; Sun, 14 Jun 1998 13:08:55 -0700 (PDT) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21578; Sun, 14 Jun 1998 13:06:11 -0700 (PDT) (envelope-from ahasty@FreeBSD.org) From: Amancio Hasty Received: (from ahasty@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12307; Sun, 14 Jun 1998 13:05:28 -0700 (PDT) Date: Sun, 14 Jun 1998 13:05:28 -0700 (PDT) Message-Id: <199806142005.NAA12307@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ahasty 1998/06/14 13:05:28 PDT Modified files: share/man/man5 rc.conf.5 sys/i386/include mouse.h usr.sbin/moused moused.8 moused.c Log: Reviewed by: Amancio Submitted by: Randall Hopper The patch supports using the X10 Mouse Remote in both stand-alone and pass-through configurations, so you can plug your mouse and remote into the same serial port, use the mouse for X, and use the remote for other apps like Fxtv. For instance, we can now control fxtv via the remote control just like a TV : change channels, mute, increase volume, zoom video, freeze frame 8) The mouse events are channeled through the syscons/sysmouse I/F like normal, and the remote buttons are "syphoned off" to a UNIX-domain stream socket (defined as _PATH_MOUSEREMOTE in ) for a remote-aware app to grab and use. For further info on the X10 Mouse Remote see: http://www.x10.com/products/x10_mk19a.htm Revision Changes Path 1.20 +2 -1 src/share/man/man5/rc.conf.5 1.10 +5 -1 src/sys/i386/include/mouse.h 1.15 +5 -1 src/usr.sbin/moused/moused.8 1.19 +120 -1 src/usr.sbin/moused/moused.c From owner-cvs-share Sun Jun 14 13:51:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28261 for cvs-share-outgoing; Sun, 14 Jun 1998 13:51:02 -0700 (PDT) (envelope-from owner-cvs-share) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA28154; Sun, 14 Jun 1998 13:50:18 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0ylJj1-0001ia-00; Sun, 14 Jun 1998 14:50:03 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id OAA03605; Sun, 14 Jun 1998 14:49:55 -0600 (MDT) Message-Id: <199806142049.OAA03605@harmony.village.org> To: Amancio Hasty Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-share@freebsd.org, cvs-sys@freebsd.org, cvs-usrsbin@freebsd.org In-reply-to: Your message of "Sun, 14 Jun 1998 13:05:28 PDT." <199806142005.NAA12307@freefall.freebsd.org> References: <199806142005.NAA12307@freefall.freebsd.org> Date: Sun, 14 Jun 1998 14:49:54 -0600 From: Warner Losh Sender: owner-cvs-share@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199806142005.NAA12307@freefall.freebsd.org> Amancio Hasty writes: : The mouse events are channeled through the syscons/sysmouse I/F like : normal, and the remote buttons are "syphoned off" to a UNIX-domain stream : socket (defined as _PATH_MOUSEREMOTE in ) for a : remote-aware app to grab and use. How does this interact, if at all, with the xten driver that is in -current? Warner From owner-cvs-share Sun Jun 14 14:25:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02592 for cvs-share-outgoing; Sun, 14 Jun 1998 14:25:50 -0700 (PDT) (envelope-from owner-cvs-share) Received: from antipodes.cdrom.com (castles353.castles.com [208.214.167.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02481; Sun, 14 Jun 1998 14:25:13 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id NAA06888; Sun, 14 Jun 1998 13:20:21 -0700 (PDT) Message-Id: <199806142020.NAA06888@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Warner Losh cc: Amancio Hasty , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-share@FreeBSD.org, cvs-sys@FreeBSD.org, cvs-usrsbin@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c In-reply-to: Your message of "Sun, 14 Jun 1998 14:49:54 MDT." <199806142049.OAA03605@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Jun 1998 13:20:20 -0700 From: Mike Smith Sender: owner-cvs-share@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > In message <199806142005.NAA12307@freefall.freebsd.org> Amancio Hasty writes: > : The mouse events are channeled through the syscons/sysmouse I/F like > : normal, and the remote buttons are "syphoned off" to a UNIX-domain stream > : socket (defined as _PATH_MOUSEREMOTE in ) for a > : remote-aware app to grab and use. > > How does this interact, if at all, with the xten driver that is in > -current? Completely different animals. One is a cordless infrared TV-like remote control, the other is a home power control system. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-share Sun Jun 14 23:02:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17093 for cvs-share-outgoing; Sun, 14 Jun 1998 23:02:53 -0700 (PDT) (envelope-from owner-cvs-share) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA17047; Sun, 14 Jun 1998 23:02:08 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0ylSL9-0001uM-00; Mon, 15 Jun 1998 00:01:59 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id AAA05542; Mon, 15 Jun 1998 00:01:55 -0600 (MDT) Message-Id: <199806150601.AAA05542@harmony.village.org> To: Mike Smith Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c Cc: Amancio Hasty , cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-share@freebsd.org, cvs-sys@freebsd.org, cvs-usrsbin@freebsd.org In-reply-to: Your message of "Sun, 14 Jun 1998 13:20:20 PDT." <199806142020.NAA06888@antipodes.cdrom.com> References: <199806142020.NAA06888@antipodes.cdrom.com> Date: Mon, 15 Jun 1998 00:01:55 -0600 From: Warner Losh Sender: owner-cvs-share@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199806142020.NAA06888@antipodes.cdrom.com> Mike Smith writes: : Completely different animals. One is a cordless infrared TV-like remote : control, the other is a home power control system. OK. I saw the X10 letters and was interested... Warner From owner-cvs-share Tue Jun 16 05:52:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00404 for cvs-share-outgoing; Tue, 16 Jun 1998 05:52:39 -0700 (PDT) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00334; Tue, 16 Jun 1998 05:52:19 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA26191; Tue, 16 Jun 1998 05:51:26 -0700 (PDT) Date: Tue, 16 Jun 1998 05:51:26 -0700 (PDT) Message-Id: <199806161251.FAA26191@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c isa_device.h sio.c src/share/man/man4/man4.i386 sio.4 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/16 05:51:25 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa isa.c isa_device.h sio.c share/man/man4/man4.i386 sio.4 Log: MFC (sio.c revs.1.203-1.205 and 1.207 and infrastructure: made tests 3, 5 and 8 non-fatal, etc). This may fix failing probes for builtin ports on IWill motherboards. PR: 6201 Revision Changes Path 1.74.2.7 +10 -10 src/sys/i386/isa/isa.c 1.33.2.3 +2 -2 src/sys/i386/isa/isa_device.h 1.147.2.16 +33 -25 src/sys/i386/isa/sio.c 1.18.2.6 +3 -8 src/share/man/man4/man4.i386/sio.4 From owner-cvs-share Wed Jun 17 01:34:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04050 for cvs-share-outgoing; Wed, 17 Jun 1998 01:34:22 -0700 (PDT) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03986; Wed, 17 Jun 1998 01:34:12 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00384; Wed, 17 Jun 1998 01:33:12 -0700 (PDT) Date: Wed, 17 Jun 1998 01:33:12 -0700 (PDT) Message-Id: <199806170833.BAA00384@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 ie.4 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/06/17 01:33:11 PDT Modified files: share/man/man4/man4.i386 ie.4 Log: Add mention of Intel EtherExpress 16 cards in the supported list. Noticed by: Bob Van Valzah on the -doc list. Revision Changes Path 1.6 +3 -2 src/share/man/man4/man4.i386/ie.4 From owner-cvs-share Wed Jun 17 01:40:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04863 for cvs-share-outgoing; Wed, 17 Jun 1998 01:40:58 -0700 (PDT) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04791; Wed, 17 Jun 1998 01:40:25 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00437; Wed, 17 Jun 1998 01:39:25 -0700 (PDT) Date: Wed, 17 Jun 1998 01:39:25 -0700 (PDT) Message-Id: <199806170839.BAA00437@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 ie.4 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/06/17 01:39:25 PDT Modified files: (Branch: RELENG_2_2) share/man/man4/man4.i386 ie.4 Log: MFC: {rev 1.6} Added mention of Intel EE16 to man page. Revision Changes Path 1.1.8.2 +3 -2 src/share/man/man4/man4.i386/ie.4 From owner-cvs-share Sat Jun 20 21:47:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01651 for cvs-share-outgoing; Sat, 20 Jun 1998 21:47:41 -0700 (PDT) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01619; Sat, 20 Jun 1998 21:47:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA24791; Sat, 20 Jun 1998 21:46:07 -0700 (PDT) Date: Sat, 20 Jun 1998 21:46:07 -0700 (PDT) Message-Id: <199806210446.VAA24791@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/misc airport Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/06/20 21:46:07 PDT Removed files: share/misc airport Log: Nuke this, it's bogus and out of date. Pointed out by: An anonymous air traffic controller. :) From owner-cvs-share Sat Jun 20 21:48:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01785 for cvs-share-outgoing; Sat, 20 Jun 1998 21:48:30 -0700 (PDT) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01752; Sat, 20 Jun 1998 21:48:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA24820; Sat, 20 Jun 1998 21:46:56 -0700 (PDT) Date: Sat, 20 Jun 1998 21:46:56 -0700 (PDT) Message-Id: <199806210446.VAA24820@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/misc Makefile Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/06/20 21:46:55 PDT Modified files: share/misc Makefile Log: Say goodbye to Airport 71 Revision Changes Path 1.13 +2 -2 src/share/misc/Makefile From owner-cvs-share Sat Jun 20 21:49:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02024 for cvs-share-outgoing; Sat, 20 Jun 1998 21:49:31 -0700 (PDT) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01950; Sat, 20 Jun 1998 21:49:11 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA24875; Sat, 20 Jun 1998 21:47:42 -0700 (PDT) Date: Sat, 20 Jun 1998 21:47:42 -0700 (PDT) Message-Id: <199806210447.VAA24875@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/misc Makefile Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/06/20 21:47:41 PDT Modified files: (Branch: RELENG_2_2) share/misc Makefile Log: MFC: Bye, airport. Revision Changes Path 1.6.2.4 +2 -2 src/share/misc/Makefile