From owner-cvs-usrsbin Mon Mar 18 12:34:42 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09267 for cvs-usrsbin-outgoing; Mon, 18 Mar 1996 12:34:42 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09207 Mon, 18 Mar 1996 12:34:32 -0800 (PST) Date: Mon, 18 Mar 1996 12:34:32 -0800 (PST) From: Nate Williams Message-Id: <199603182034.MAA09207@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/apm apm.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/03/18 12:34:31 Modified: usr.sbin/apm apm.c Log: Open up /dev/apm instead of /dev/apm0. Revision Changes Path 1.6 +1 -1 src/usr.sbin/apm/apm.c From owner-cvs-usrsbin Mon Mar 18 12:35:35 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09493 for cvs-usrsbin-outgoing; Mon, 18 Mar 1996 12:35:35 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09428 Mon, 18 Mar 1996 12:35:20 -0800 (PST) Date: Mon, 18 Mar 1996 12:35:20 -0800 (PST) From: Nate Williams Message-Id: <199603182035.MAA09428@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/apmconf apmconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/03/18 12:35:19 Modified: usr.sbin/apmconf apmconf.c Log: Use /dev/apm instead of /dev/apm0. Revision Changes Path 1.6 +1 -1 src/usr.sbin/apmconf/apmconf.c From owner-cvs-usrsbin Tue Mar 19 07:17:51 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA07665 for cvs-usrsbin-outgoing; Tue, 19 Mar 1996 07:17:51 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA07644 Tue, 19 Mar 1996 07:17:36 -0800 (PST) Date: Tue, 19 Mar 1996 07:17:36 -0800 (PST) From: Bruce Evans Message-Id: <199603191517.HAA07644@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm_scan ctm_scan.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/03/19 07:17:35 Modified: usr.sbin/ctm/ctm_scan ctm_scan.c Log: Updated format strings to match Lite2's fixed-width type changes. uids and gids aren't unreasonably long any more, so we get to change all the format strings that were fixed to use %lu back to %u. Revision Changes Path 1.13 +3 -3 src/usr.sbin/ctm/ctm_scan/ctm_scan.c From owner-cvs-usrsbin Tue Mar 19 07:36:52 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA09183 for cvs-usrsbin-outgoing; Tue, 19 Mar 1996 07:36:52 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA09159 Tue, 19 Mar 1996 07:36:35 -0800 (PST) Date: Tue, 19 Mar 1996 07:36:35 -0800 (PST) From: Bruce Evans Message-Id: <199603191536.HAA09159@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm_smail ctm_smail.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/03/19 07:36:34 Modified: usr.sbin/ctm/ctm_smail ctm_smail.c Log: Updated howmany() to be once again identical with the namespace-polluting one in . Lite2 changed the white space in the latter. Revision Changes Path 1.5 +1 -1 src/usr.sbin/ctm/ctm_smail/ctm_smail.c From owner-cvs-usrsbin Tue Mar 19 07:38:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA09310 for cvs-usrsbin-outgoing; Tue, 19 Mar 1996 07:38:57 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA09280 Tue, 19 Mar 1996 07:38:47 -0800 (PST) Date: Tue, 19 Mar 1996 07:38:47 -0800 (PST) From: Bruce Evans Message-Id: <199603191538.HAA09280@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/diskpart diskpart.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/03/19 07:38:46 Modified: usr.sbin/diskpart diskpart.c Log: Merged type changes and overflow bug fixes from Lite2. Fixed the gets() changes. The buffer contents is indeterminate when fgets() returns NULL... Now when you type EOT at one of the prompts, the program usually spins reading the sticky EOF instead of dumping core. Even GUIs could do better. Added $Id$. Obtained from: partly from 4.4BSD-Lite2 Revision Changes Path 1.6 +35 -22 src/usr.sbin/diskpart/diskpart.c From owner-cvs-usrsbin Tue Mar 19 09:25:26 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA16842 for cvs-usrsbin-outgoing; Tue, 19 Mar 1996 09:25:26 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA16827 Tue, 19 Mar 1996 09:25:15 -0800 (PST) Date: Tue, 19 Mar 1996 09:25:15 -0800 (PST) From: Bill Fenner Message-Id: <199603191725.JAA16827@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump print-ip.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 96/03/19 09:25:14 Modified: usr.sbin/tcpdump/tcpdump print-ip.c Log: Update IGMP printing, removing the obsolete packet header version number & changing "new" and "old" to "v2" and "v1" to allow for future changes not having to be "newer new" Recognize Router Alert IP option Revision Changes Path 1.6 +42 -28 src/usr.sbin/tcpdump/tcpdump/print-ip.c From owner-cvs-usrsbin Wed Mar 20 11:06:08 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25297 for cvs-usrsbin-outgoing; Wed, 20 Mar 1996 11:06:08 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25283 Wed, 20 Mar 1996 11:06:02 -0800 (PST) Date: Wed, 20 Mar 1996 11:06:02 -0800 (PST) From: John Polstra Message-Id: <199603201906.LAA25283@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/create perform.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/03/20 11:06:01 Modified: usr.sbin/pkg_install/create perform.c Log: Close a file descriptor that I had (harmlessly) left open in a child process. Revision Changes Path 1.30 +2 -1 src/usr.sbin/pkg_install/create/perform.c From owner-cvs-usrsbin Thu Mar 21 00:23:13 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA07226 for cvs-usrsbin-outgoing; Thu, 21 Mar 1996 00:23:13 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA07210 Thu, 21 Mar 1996 00:23:02 -0800 (PST) Date: Thu, 21 Mar 1996 00:23:02 -0800 (PST) From: Paul Traina Message-Id: <199603210823.AAA07210@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user, cvs-sys, cvs-usrsbin Subject: cvs commit: src/lkm/qcam Makefile src/sys/i386/include qcam.h src/usr.sbin/qcamcontrol qcamcontrol.c src/sys/i386/isa qcam.c qcamdefs.h qcamio.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/03/21 00:23:01 Modified: lkm/qcam Makefile Log: Add in both parts of the driver. LKM qcam driver now works. Revision Changes Path 1.2 +1 -1 src/lkm/qcam/Makefile Modified: usr.sbin/qcamcontrol qcamcontrol.c sys/i386/include qcam.h Log: Add support for /very/ experimental -e (exposure) option. Not documented yet, because it's for grownups and geeks for now. Revision Changes Path 1.2 +29 -5 src/usr.sbin/qcamcontrol/qcamcontrol.c 1.3 +2 -1 src/sys/i386/include/qcam.h Modified: sys/i386/isa qcam.c qcamdefs.h qcamio.c Log: Add support for /very/ experimental -e (exposure) option. Add support for LKM operation. Change M_NOWAIT on buffer memory allocation to M_WAIT in hopes we'll be able to get ourselves a nice fat buffer from the kernel if we suspend. Note: The LKM support looks kinda screwy in two areas, where I found problems with the kernel proper. First, calling dev_attach() at module load time will cause a panic. I haven't investigated. Secondly, I had to manually call qcam_drvinit() to register the device softc structure by hand at module load time. This seems bogus, it should be called as a core part of the module load process for character/block device drivers. Revision Changes Path 1.6 +74 -5 src/sys/i386/isa/qcam.c 1.2 +5 -0 src/sys/i386/isa/qcamdefs.h 1.2 +22 -9 src/sys/i386/isa/qcamio.c From owner-cvs-usrsbin Thu Mar 21 12:54:04 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA25009 for cvs-usrsbin-outgoing; Thu, 21 Mar 1996 12:54:04 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24975 Thu, 21 Mar 1996 12:53:52 -0800 (PST) Date: Thu, 21 Mar 1996 12:53:52 -0800 (PST) From: Nate Williams Message-Id: <199603212053.MAA24975@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/apm apm.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/03/21 12:53:51 Branch: usr.sbin/apm RELENG_2_1_0 Modified: usr.sbin/apm apm.c Log: Open up /dev/apm instead of /dev/apm0 (which is no longer used). Revision Changes Path 1.4.4.2 +1 -1 src/usr.sbin/apm/apm.c From owner-cvs-usrsbin Thu Mar 21 12:54:41 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA25084 for cvs-usrsbin-outgoing; Thu, 21 Mar 1996 12:54:41 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA25064 Thu, 21 Mar 1996 12:54:34 -0800 (PST) Date: Thu, 21 Mar 1996 12:54:34 -0800 (PST) From: Nate Williams Message-Id: <199603212054.MAA25064@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/apmconf apmconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/03/21 12:54:33 Branch: usr.sbin/apmconf RELENG_2_1_0 Modified: usr.sbin/apmconf apmconf.c Log: Open up /dev/apm instead of /dev/apm0 (which is no longer used). Revision Changes Path 1.5.4.1 +1 -1 src/usr.sbin/apmconf/apmconf.c From owner-cvs-usrsbin Fri Mar 22 14:23:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05298 for cvs-usrsbin-outgoing; Fri, 22 Mar 1996 14:23:00 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05268 Fri, 22 Mar 1996 14:22:46 -0800 (PST) Date: Fri, 22 Mar 1996 14:22:46 -0800 (PST) From: Joerg Wunsch Message-Id: <199603222222.OAA05268@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/03/22 14:22:45 Modified: usr.sbin/tzsetup main.c tzmenu.c Log: All this was horribly broken. The menues were overflowing, the `diff' calculation wrong, bogus `reboot now!' hints given, and the displayed month off by one. Fix all of this. Requested by: jkh Revision Changes Path 1.5 +20 -15 src/usr.sbin/tzsetup/main.c 1.3 +25 -5 src/usr.sbin/tzsetup/tzmenu.c From owner-cvs-usrsbin Fri Mar 22 14:24:34 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05580 for cvs-usrsbin-outgoing; Fri, 22 Mar 1996 14:24:34 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05549 Fri, 22 Mar 1996 14:24:19 -0800 (PST) Date: Fri, 22 Mar 1996 14:24:19 -0800 (PST) From: Joerg Wunsch Message-Id: <199603222224.OAA05549@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/03/22 14:24:19 Branch: usr.sbin/tzsetup RELENG_2_1_0 Modified: usr.sbin/tzsetup main.c tzmenu.c Log: Merge all the fixes from HEAD. Revision Changes Path 1.3.2.2 +20 -15 src/usr.sbin/tzsetup/main.c 1.2.4.1 +25 -5 src/usr.sbin/tzsetup/tzmenu.c From owner-cvs-usrsbin Fri Mar 22 14:38:30 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA06972 for cvs-usrsbin-outgoing; Fri, 22 Mar 1996 14:38:30 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA06962 Fri, 22 Mar 1996 14:38:26 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id OAA25683; Fri, 22 Mar 1996 14:38:23 -0800 From: "Rodney W. Grimes" Message-Id: <199603222238.OAA25683@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c To: joerg@freefall.freebsd.org (Joerg Wunsch) Date: Fri, 22 Mar 1996 14:38:23 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199603222222.OAA05268@freefall.freebsd.org> from "Joerg Wunsch" at Mar 22, 96 02:22:46 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > joerg 96/03/22 14:22:45 > > Modified: usr.sbin/tzsetup main.c tzmenu.c > Log: > All this was horribly broken. The menues were overflowing, the `diff' > calculation wrong, bogus `reboot now!' hints given, and the displayed > month off by one. > > Fix all of this. > > Requested by: jkh > > Revision Changes Path > 1.5 +20 -15 src/usr.sbin/tzsetup/main.c > 1.3 +25 -5 src/usr.sbin/tzsetup/tzmenu.c > Similiar problems exists in -stable, can you fix it as well... -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-usrsbin Fri Mar 22 14:38:48 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07010 for cvs-usrsbin-outgoing; Fri, 22 Mar 1996 14:38:48 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA07005 Fri, 22 Mar 1996 14:38:41 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id OAA25692; Fri, 22 Mar 1996 14:38:39 -0800 From: "Rodney W. Grimes" Message-Id: <199603222238.OAA25692@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c To: joerg@freefall.freebsd.org (Joerg Wunsch) Date: Fri, 22 Mar 1996 14:38:38 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199603222224.OAA05549@freefall.freebsd.org> from "Joerg Wunsch" at Mar 22, 96 02:24:19 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > joerg 96/03/22 14:24:19 > > Branch: usr.sbin/tzsetup RELENG_2_1_0 > Modified: usr.sbin/tzsetup main.c tzmenu.c > Log: > Merge all the fixes from HEAD. Ignore my last request... -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-usrsbin Fri Mar 22 17:40:55 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19354 for cvs-usrsbin-outgoing; Fri, 22 Mar 1996 17:40:55 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA19348 Fri, 22 Mar 1996 17:40:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id RAA22649; Fri, 22 Mar 1996 17:40:41 -0800 (PST) To: Joerg Wunsch cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c In-reply-to: Your message of "Fri, 22 Mar 1996 14:22:46 PST." <199603222222.OAA05268@freefall.freebsd.org> Date: Fri, 22 Mar 1996 17:40:41 -0800 Message-ID: <22647.827545241@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yay!! Thanks, Joerg! Jordan > joerg 96/03/22 14:22:45 > > Modified: usr.sbin/tzsetup main.c tzmenu.c > Log: > All this was horribly broken. The menues were overflowing, the `diff' > calculation wrong, bogus `reboot now!' hints given, and the displayed > month off by one. > > Fix all of this. > > Requested by: jkh > > Revision Changes Path > 1.5 +20 -15 src/usr.sbin/tzsetup/main.c > 1.3 +25 -5 src/usr.sbin/tzsetup/tzmenu.c