From owner-cvs-all Sat May 8 13:20:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61FC015010; Sat, 8 May 1999 13:20:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA34940; Sat, 8 May 1999 13:20:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082020.NAA34940@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 13:20:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa vga_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 13:20:21 PDT Modified files: sys/isa vga_isa.c Log: Brace initializers to avoid a warning. Revision Changes Path 1.6 +16 -16 src/sys/isa/vga_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 13:24:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F8A314FAB; Sat, 8 May 1999 13:24:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35253; Sat, 8 May 1999 13:24:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082024.NAA35253@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 13:24:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 13:24:47 PDT Modified files: sys/i386/i386 nexus.c Log: Don't print 'interrupting at irq nn' on the x86 family, it's not all that big a deal just yet and isn't worth a whole line on the boot screen. This could change later in the face of multi-ISA-bus (eg: laptop docking stations with two independent ISA busses) and SMP/APIC systems. The Alpha already has multiple interrupt destinations to deal with. Revision Changes Path 1.6 +4 -4 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 13:25:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2E47150B3; Sat, 8 May 1999 13:25:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35307; Sat, 8 May 1999 13:25:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082025.NAA35307@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 13:25:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa atkbdc_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 13:25:43 PDT Modified files: sys/isa atkbdc_isa.c Log: Print the child IRQ on it's identification line. Revision Changes Path 1.3 +3 -1 src/sys/isa/atkbdc_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 13:28: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A035D14FAB; Sat, 8 May 1999 13:28:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35415; Sat, 8 May 1999 13:28:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082028.NAA35415@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 13:28:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 13:28:06 PDT Modified files: sys/pci pci.c Log: Print 'irq nn' on the device attach line like the old pci code did. However, we are not printing 'int a/b/c/d' yet, is it worth it on non-SMP systems? (It's useful when tracing PCI->IO-APIC routing on SMP systems) Revision Changes Path 1.99 +8 -1 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:21:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C1EC15558; Sat, 8 May 1999 14:21:55 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA38088; Sat, 8 May 1999 14:21:54 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905082121.OAA38088@freefall.freebsd.org> From: Doug Rabson Date: Sat, 8 May 1999 14:21:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/08 14:21:53 PDT Modified files: lib/libdisk disk.c Log: Make libdisk see the existing partitiions on the alpha. Revision Changes Path 1.43 +2 -1 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:24:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AAC0154AD; Sat, 8 May 1999 14:24:13 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA38295; Sat, 8 May 1999 14:24:12 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905082124.OAA38295@freefall.freebsd.org> From: Doug Rabson Date: Sat, 8 May 1999 14:24:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c disk.c tst01.c write_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/08 14:24:12 PDT Modified files: (Branch: RELENG_3) lib/libdisk create_chunk.c disk.c tst01.c write_disk.c Log: MFC: More alpha-related fixes. Revision Changes Path 1.34.2.1 +3 -1 src/lib/libdisk/create_chunk.c 1.39.2.2 +2 -1 src/lib/libdisk/disk.c 1.21.2.1 +3 -1 src/lib/libdisk/tst01.c 1.25.2.1 +10 -2 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:28:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 637F714E33; Sat, 8 May 1999 14:28:22 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39505; Sat, 8 May 1999 14:28:21 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905082128.OAA39505@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 8 May 1999 14:28:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 cd.4 ch.4 da.4 pass.4 sa.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/08 14:28:21 PDT Modified files: share/man/man4 cd.4 ch.4 da.4 pass.4 sa.4 Log: Devices are hardwired with "unit 0", not "lun 0" as was in these man pages. Also, update the pass(4) man page to indicate that some CCBs must be sent through the xpt(4) device and cannot be sent through a pass device. PR: 8826 Revision Changes Path 1.14 +2 -2 src/share/man/man4/cd.4 1.14 +2 -2 src/share/man/man4/ch.4 1.14 +2 -2 src/share/man/man4/da.4 1.3 +11 -5 src/share/man/man4/pass.4 1.16 +2 -2 src/share/man/man4/sa.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:28:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B461014E33; Sat, 8 May 1999 14:28:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39540; Sat, 8 May 1999 14:28:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082128.OAA39540@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 14:28:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 14:28:41 PDT Modified files: sys/i386/isa isa.c Log: GC some #if 0 junk Revision Changes Path 1.124 +1 -9 src/sys/i386/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:30:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1B5414E33; Sat, 8 May 1999 14:30:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39684; Sat, 8 May 1999 14:30:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082130.OAA39684@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 14:30:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 14:30:42 PDT Modified files: sys/pci pcisupport.c Log: Fix a typo (eisa<->isa) and some minor cosmetics. Revision Changes Path 1.106 +5 -5 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:32: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAE9014E33; Sat, 8 May 1999 14:32:05 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39755; Sat, 8 May 1999 14:32:05 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199905082132.OAA39755@freefall.freebsd.org> From: John Polstra Date: Sat, 8 May 1999 14:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpam/modules/pam_deny Makefile README pam_deny.c src/contrib/libpam/modules/pam_permit Makefile README pam_permit.c src/lib/libpam/libpam Makefile src/lib/libpam/modules Makefile src/lib/libpam/modules/pam_deny Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/05/08 14:32:05 PDT Modified files: (Branch: RELENG_3) lib/libpam/libpam Makefile lib/libpam/modules Makefile lib/libpam/modules/pam_unix Makefile pam_unix.c Added files: (Branch: RELENG_3) contrib/libpam/modules/pam_deny Makefile README pam_deny.c contrib/libpam/modules/pam_permit Makefile README pam_permit.c lib/libpam/modules/pam_deny Makefile lib/libpam/modules/pam_permit Makefile Log: MFC: Add pam_deny and pam_permit modules. Add account management to the pam_unix module. Revision Changes Path 1.4.2.2 +3 -1 src/lib/libpam/libpam/Makefile 1.1.1.1.2.1 +3 -1 src/lib/libpam/modules/Makefile 1.2.2.1 +3 -3 src/lib/libpam/modules/pam_unix/Makefile 1.2.2.2 +75 -1 src/lib/libpam/modules/pam_unix/pam_unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:34:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C4F514E33; Sat, 8 May 1999 14:34:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39910; Sat, 8 May 1999 14:34:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082134.OAA39910@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 14:34:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 14:34:37 PDT Modified files: sys/i386/i386 nexus.c Log: Add some notes about the globalness of certain things like interrupts and ISA DMA channels (ie: on most PCI systems, they are not.. they are on the ISA side of the PCI-ISA bridge and could be duplicated if there were multiple PCI-ISA bridges, say in a laptop docking station), while the APIC resources would be global on SMP systems. Also, revert a previous change, change some printfs back to panics. Revision Changes Path 1.7 +22 -5 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:36: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEDA814E33; Sat, 8 May 1999 14:36:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40752; Sat, 8 May 1999 14:36:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082136.OAA40752@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 14:36:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 14:36:05 PDT Modified files: sys/dev/usb ohci.c Log: Trivial tweak to avoid a warning. Revision Changes Path 1.16 +3 -1 src/sys/dev/usb/ohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:38:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72C8514E33; Sat, 8 May 1999 14:38:50 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41053; Sat, 8 May 1999 14:38:50 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905082138.OAA41053@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 8 May 1999 14:38:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 cd.4 ch.4 da.4 pass.4 sa.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/08 14:38:49 PDT Modified files: (Branch: RELENG_3) share/man/man4 cd.4 ch.4 da.4 pass.4 sa.4 Log: MFC: Devices are hardwired with "unit 0", not "lun 0" as was in these man pages. Also, update the pass(4) man page to indicate that some CCBs must be sent through the xpt(4) device and cannot be sent through a pass device. PR: 8826 Revision Changes Path 1.12.2.2 +2 -2 src/share/man/man4/cd.4 1.12.2.2 +2 -2 src/share/man/man4/ch.4 1.12.2.2 +2 -2 src/share/man/man4/da.4 1.2.2.1 +11 -5 src/share/man/man4/pass.4 1.12.2.3 +2 -2 src/share/man/man4/sa.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:43:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E7E5150D0; Sat, 8 May 1999 14:43:31 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41310; Sat, 8 May 1999 14:43:31 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905082143.OAA41310@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 8 May 1999 14:43:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 ahc.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/08 14:43:30 PDT Modified files: share/man/man4/man4.i386 ahc.4 Log: The 2930U2 and 3950U2 are supported by the Adaptec driver. Revision Changes Path 1.14 +3 -1 src/share/man/man4/man4.i386/ahc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:44:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66B2214CE5; Sat, 8 May 1999 14:44:26 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41446; Sat, 8 May 1999 14:44:26 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905082144.OAA41446@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 8 May 1999 14:44:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 ahc.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/08 14:44:26 PDT Modified files: (Branch: RELENG_3) share/man/man4/man4.i386 ahc.4 Log: MFC: The 2930U2 and 3950U2 are supported by the Adaptec driver. Revision Changes Path 1.13.2.1 +3 -1 src/share/man/man4/man4.i386/ahc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:55:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E40914CE5; Sat, 8 May 1999 14:55:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41969; Sat, 8 May 1999 14:55:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905082155.OAA41969@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 May 1999 14:55:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh src/contrib/gcc/config/i386 freebsd.h src/sys/sys param.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/08 14:55:43 PDT Modified files: (Branch: RELENG_3) sys/conf newvers.sh contrib/gcc/config/i386 freebsd.h sys/sys param.h Log: Enter 3.2-BETA. This is needed because the packages reflect the version of the build machine, and we want to get "3.2" in them vs. "3.1". Revision Changes Path 1.41.2.5 +3 -3 src/sys/conf/newvers.sh 1.21.2.2 +1 -1 src/contrib/gcc/config/i386/Attic/freebsd.h 1.38.2.5 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 14:58:42 1999 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 6F11215058; Sat, 8 May 1999 14:58:38 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id OAA45350; Sat, 8 May 1999 14:58:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id VAA09364; Sat, 8 May 1999 21:58:37 GMT (envelope-from obrien) Date: Sat, 8 May 1999 14:58:37 -0700 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh src/contrib/gcc/config/i386 freebsd.h src/sys/sys param.h Message-ID: <19990508145837.A9345@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <199905082155.OAA41969@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199905082155.OAA41969@freefall.freebsd.org>; from David E. O'Brien on Sat, May 08, 1999 at 02:55:43PM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Log: > Enter 3.2-BETA. This is needed because the packages reflect the version > of the build machine, and we want to get "3.2" in them vs. "3.1". Sorry if this was rushed -- I just realized the ports freeze is the 10th and not the 15th. The compiler ports are sensative to ``uname -r''. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 15: 0:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E52014CFE; Sat, 8 May 1999 14:59:45 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA42483; Sat, 8 May 1999 14:59:44 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905082159.OAA42483@freefall.freebsd.org> From: Doug Rabson Date: Sat, 8 May 1999 14:59:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa.c isavar.h mcclock_isa.c src/sys/alpha/pci apecs.c apecs_pci.c cia.c cia_pci.c lca.c lca_pci.c pcibus.c src/sys/alpha/tc esp.c if_le_ioasic.c ioasic.c mcclock_ioasic.c tc.c tcasic.c tcds.c src/sys/alpha/tlsb dwlpx.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/08 14:59:44 PDT Modified files: sys/alpha/isa isa.c isavar.h mcclock_isa.c sys/alpha/pci apecs.c apecs_pci.c cia.c cia_pci.c lca.c lca_pci.c pcibus.c sys/alpha/tc esp.c if_le_ioasic.c ioasic.c mcclock_ioasic.c tc.c tcasic.c tcds.c sys/alpha/tlsb dwlpx.c gbus.c kftxx.c mcclock_tlsb.c tlsb.c zs_tlsb.c sys/dev/aic7xxx aic7xxx.c sys/dev/ata ata-all.c sys/dev/buslogic bt.c sys/dev/iicbus if_ic.c iic.c iicbb.c iicbus.c iicsmb.c sys/dev/ppbus lpbb.c sys/dev/smbus smb.c smbus.c sys/dev/usb uhub.c usb_port.h sys/i386/apm apm.c sys/i386/eisa 3c5x9.c adv_eisa.c ahb.c ahc_eisa.c bt_eisa.c dpt_eisa.c eisaconf.c if_vx_eisa.c sys/i386/i386 nexus.c sys/i386/isa bt_isa.c fd.c isa.c isa_compat.c isa_compat.h npx.c pcf.c sys/isa atkbd_isa.c atkbdc_isa.c psm.c sio.c syscons_isa.c vga_isa.c sys/kern bus_if.m subr_bus.c sys/pci ahc_pci.c alpm.c bt848_i2c.c bt_pci.c if_fxp.c intpm.c ohci_pci.c pci.c pci_compat.c pcisupport.c uhci_pci.c sys/sys bus.h Log: Move the declaration of the interrupt type from the driver structure to the BUS_SETUP_INTR call. Revision Changes Path 1.12 +2 -3 src/sys/alpha/isa/isa.c 1.2 +3 -2 src/sys/alpha/isa/isavar.h 1.4 +1 -2 src/sys/alpha/isa/mcclock_isa.c 1.7 +7 -6 src/sys/alpha/pci/apecs.c 1.2 +1 -2 src/sys/alpha/pci/apecs_pci.c 1.17 +4 -4 src/sys/alpha/pci/cia.c 1.2 +1 -2 src/sys/alpha/pci/cia_pci.c 1.7 +1 -2 src/sys/alpha/pci/lca.c 1.2 +1 -2 src/sys/alpha/pci/lca_pci.c 1.12 +3 -2 src/sys/alpha/pci/pcibus.c 1.2 +1 -2 src/sys/alpha/tc/esp.c 1.2 +1 -2 src/sys/alpha/tc/if_le_ioasic.c 1.2 +1 -2 src/sys/alpha/tc/ioasic.c 1.2 +1 -2 src/sys/alpha/tc/mcclock_ioasic.c 1.3 +1 -2 src/sys/alpha/tc/tc.c 1.3 +1 -2 src/sys/alpha/tc/tcasic.c 1.2 +1 -2 src/sys/alpha/tc/tcds.c 1.9 +2 -3 src/sys/alpha/tlsb/dwlpx.c 1.5 +0 -1 src/sys/alpha/tlsb/gbus.c 1.5 +1 -2 src/sys/alpha/tlsb/kftxx.c 1.4 +1 -2 src/sys/alpha/tlsb/mcclock_tlsb.c 1.6 +2 -3 src/sys/alpha/tlsb/tlsb.c 1.10 +3 -5 src/sys/alpha/tlsb/zs_tlsb.c 1.26 +3 -3 src/sys/dev/aic7xxx/aic7xxx.c 1.12 +7 -7 src/sys/dev/ata/ata-all.c 1.21 +3 -2 src/sys/dev/buslogic/bt.c 1.4 +1 -2 src/sys/dev/iicbus/if_ic.c 1.9 +1 -2 src/sys/dev/iicbus/iic.c 1.4 +1 -2 src/sys/dev/iicbus/iicbb.c 1.9 +1 -2 src/sys/dev/iicbus/iicbus.c 1.3 +1 -2 src/sys/dev/iicbus/iicsmb.c 1.5 +1 -2 src/sys/dev/ppbus/lpbb.c 1.10 +1 -2 src/sys/dev/smbus/smb.c 1.9 +1 -2 src/sys/dev/smbus/smbus.c 1.15 +1 -2 src/sys/dev/usb/uhub.c 1.15 +1 -2 src/sys/dev/usb/usb_port.h 1.83 +1 -2 src/sys/i386/apm/apm.c 1.12 +2 -3 src/sys/i386/eisa/3c5x9.c 1.4 +2 -3 src/sys/i386/eisa/adv_eisa.c 1.12 +2 -3 src/sys/i386/eisa/ahb.c 1.8 +1 -2 src/sys/i386/eisa/ahc_eisa.c 1.7 +1 -2 src/sys/i386/eisa/bt_eisa.c 1.6 +2 -3 src/sys/i386/eisa/dpt_eisa.c 1.43 +1 -3 src/sys/i386/eisa/eisaconf.c 1.11 +1 -2 src/sys/i386/eisa/if_vx_eisa.c 1.8 +10 -12 src/sys/i386/i386/nexus.c 1.11 +1 -2 src/sys/i386/isa/bt_isa.c 1.142 +3 -5 src/sys/i386/isa/fd.c 1.125 +4 -5 src/sys/i386/isa/isa.c 1.9 +8 -5 src/sys/i386/isa/isa_compat.c 1.6 +65 -65 src/sys/i386/isa/isa_compat.h 1.71 +3 -3 src/sys/i386/isa/npx.c 1.9 +1 -2 src/sys/i386/isa/pcf.c 1.4 +3 -4 src/sys/isa/atkbd_isa.c 1.4 +1 -2 src/sys/isa/atkbdc_isa.c 1.7 +3 -4 src/sys/isa/psm.c 1.234 +4 -4 src/sys/isa/sio.c 1.3 +1 -2 src/sys/isa/syscons_isa.c 1.7 +1 -2 src/sys/isa/vga_isa.c 1.8 +2 -1 src/sys/kern/bus_if.m 1.20 +8 -7 src/sys/kern/subr_bus.c 1.10 +1 -2 src/sys/pci/ahc_pci.c 1.3 +1 -2 src/sys/pci/alpm.c 1.3 +1 -2 src/sys/pci/bt848_i2c.c 1.7 +1 -2 src/sys/pci/bt_pci.c 1.68 +3 -3 src/sys/pci/if_fxp.c 1.9 +1 -2 src/sys/pci/intpm.c 1.4 +3 -3 src/sys/pci/ohci_pci.c 1.100 +1 -3 src/sys/pci/pci.c 1.26 +11 -10 src/sys/pci/pci_compat.c 1.107 +1 -6 src/sys/pci/pcisupport.c 1.8 +3 -3 src/sys/pci/uhci_pci.c 1.14 +11 -12 src/sys/sys/bus.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 15:28:41 1999 Delivered-To: cvs-all@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 9881E154AD; Sat, 8 May 1999 15:28:32 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id AAA34012; Sun, 9 May 1999 00:22:39 +0200 (CEST) Message-Id: <199905082222.AAA34012@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf Makefile.alpha src/sys/i386/conf Makefile.i386 Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 08 May 1999 13:04:40 PDT." <199905082004.NAA34290@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 May 1999 00:22:39 +0200 From: Gary Jennejohn Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm writes: >peter 1999/05/08 13:04:40 PDT > > Modified files: > sys/alpha/conf Makefile.alpha > sys/i386/conf Makefile.i386 > Log: > I'm sick of the automatic rename of /kernel to /kernel.old while doing > development that leads to lots of crashes during boot. > > I have made a 'reinstall' target (like in ports, and reinstall.debug) > This is most useful if you want to keep /kernel.old as a known bootable > kernel. If you test a new kernel and have to reboot for a fix, a > 'make reinstall' will install the new kernel over the top of the old > non-viable one, leaving the old one untouched. This is mainly meant > for development, not general users. > > Revision Changes Path > 1.24 +5 -1 src/sys/alpha/conf/Makefile.alpha > 1.149 +5 -1 src/sys/i386/conf/Makefile.i386 > > great idea ! --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 15:32: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 53C8514C3D; Sat, 8 May 1999 15:30:17 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id SAA00481; Sat, 8 May 1999 18:24:48 -0400 (EDT) Date: Sat, 8 May 1999 18:24:46 -0400 (EDT) From: Chuck Robey To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf Makefile.alpha src/sys/i386/conf Makefile.i386 In-Reply-To: <199905082004.NAA34290@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 8 May 1999, Peter Wemm wrote: > peter 1999/05/08 13:04:40 PDT > > Modified files: > sys/alpha/conf Makefile.alpha > sys/i386/conf Makefile.i386 > Log: > I'm sick of the automatic rename of /kernel to /kernel.old while doing > development that leads to lots of crashes during boot. Yea!! > > I have made a 'reinstall' target (like in ports, and reinstall.debug) > This is most useful if you want to keep /kernel.old as a known bootable > kernel. If you test a new kernel and have to reboot for a fix, a > 'make reinstall' will install the new kernel over the top of the old > non-viable one, leaving the old one untouched. This is mainly meant > for development, not general users. > > Revision Changes Path > 1.24 +5 -1 src/sys/alpha/conf/Makefile.alpha > 1.149 +5 -1 src/sys/i386/conf/Makefile.i386 > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 15:46:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4CFC14DC7; Sat, 8 May 1999 15:46:47 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44615; Sat, 8 May 1999 15:46:47 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905082246.PAA44615@freefall.freebsd.org> From: Dmitrij Tejblum Date: Sat, 8 May 1999 15:46:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lockf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/08 15:46:47 PDT Modified files: sys/kern kern_lockf.c Log: Fix a freelist trashing under following confitions: - first program lock a region in a file, - second program wait on the lock, - first program extend the region, - second program interrupted by a signal. Revision Changes Path 1.22 +2 -1 src/sys/kern/kern_lockf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 16: 5: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AAC315053; Sat, 8 May 1999 16:05:05 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45399; Sat, 8 May 1999 16:05:05 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905082305.QAA45399@freefall.freebsd.org> From: Nick Hibma Date: Sat, 8 May 1999 16:05:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb hid.c hid.h ohci.c ohcireg.h ohcivar.h ugen.c uhci.c uhcireg.h uhcivar.h uhid.c uhub.c ulpt.c ums.c usb.c usb.h usb_if.m usb_mem.h usb_port.h usb_quirks.c usb_quirks.h usb_subr.c usbcdc.h usbdevs.h usbdevs_data.h usbdi.c usbdi.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/08 16:05:04 PDT Modified files: (Branch: RELENG_3) sys/dev/usb hid.c hid.h ohci.c ohcireg.h ohcivar.h ugen.c uhci.c uhcireg.h uhcivar.h uhid.c uhub.c ulpt.c ums.c usb.c usb.h usb_if.m usb_mem.h usb_port.h usb_quirks.c usb_quirks.h usb_subr.c usbcdc.h usbdevs.h usbdevs_data.h usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h usbhid.h Log: MFC: 1999-05-04 problems solved: 1) create function usbd_errstr which turns a usbd_status into a sensible error message 2) ohci.c: Interrupt transfers worked only for the first packet. The second packet was not seen as finished. 3) change printf to logprintf 4) add definitions for Commun. Device Clas 5) uhci.c: many a change, all problems up to rev. 1.25 6) ums.c: mouse now looks like a mouse systems mouse 7) usbdevs*.h: add loads of device id's 8) lots of textual changes Revision Changes Path 1.6.2.1 +4 -4 src/sys/dev/usb/hid.c 1.4.2.1 +1 -1 src/sys/dev/usb/hid.h 1.10.2.1 +37 -21 src/sys/dev/usb/ohci.c 1.5.2.1 +1 -1 src/sys/dev/usb/ohcireg.h 1.5.2.1 +3 -11 src/sys/dev/usb/ohcivar.h 1.8.2.1 +30 -13 src/sys/dev/usb/ugen.c 1.7.2.2 +130 -114 src/sys/dev/usb/uhci.c 1.4.2.1 +5 -2 src/sys/dev/usb/uhcireg.h 1.5.2.1 +1 -10 src/sys/dev/usb/uhcivar.h 1.8.2.1 +11 -11 src/sys/dev/usb/uhid.c 1.7.2.1 +53 -47 src/sys/dev/usb/uhub.c 1.8.2.1 +17 -19 src/sys/dev/usb/ulpt.c 1.9.2.1 +156 -68 src/sys/dev/usb/ums.c 1.7.2.1 +23 -15 src/sys/dev/usb/usb.c 1.7.2.1 +60 -28 src/sys/dev/usb/usb.h 1.3.2.1 +2 -3 src/sys/dev/usb/usb_if.m 1.5.2.1 +1 -1 src/sys/dev/usb/usb_mem.h 1.10.2.1 +12 -7 src/sys/dev/usb/usb_port.h 1.6.2.1 +1 -1 src/sys/dev/usb/usb_quirks.c 1.5.2.1 +1 -1 src/sys/dev/usb/usb_quirks.h 1.7.2.1 +68 -87 src/sys/dev/usb/usb_subr.c 1.1.2.1 +25 -11 src/sys/dev/usb/usbcdc.h 1.7.2.1 +44 -6 src/sys/dev/usb/usbdevs.h 1.7.2.1 +124 -10 src/sys/dev/usb/usbdevs_data.h 1.8.2.1 +78 -53 src/sys/dev/usb/usbdi.c 1.5.2.1 +10 -6 src/sys/dev/usb/usbdi.h 1.6.2.1 +4 -4 src/sys/dev/usb/usbdi_util.c 1.5.2.1 +1 -1 src/sys/dev/usb/usbdi_util.h 1.7.2.1 +4 -2 src/sys/dev/usb/usbdivar.h 1.4.2.1 +1 -1 src/sys/dev/usb/usbhid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 16: 5:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 052CD15AD0; Sat, 8 May 1999 16:05:15 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45426; Sat, 8 May 1999 16:05:15 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905082305.QAA45426@freefall.freebsd.org> From: Nick Hibma Date: Sat, 8 May 1999 16:05:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci uhci_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/08 16:05:15 PDT Modified files: (Branch: RELENG_3) sys/dev/pci uhci_pci.c Log: MFC: Check whether the PIRQD enable bit is set in LegSup and if not, set it. Revision Changes Path 1.8.2.1 +24 -1 src/sys/dev/pci/Attic/uhci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 17: 0:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70F3315356; Sat, 8 May 1999 17:00:35 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47652; Sat, 8 May 1999 17:00:35 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905090000.RAA47652@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 8 May 1999 17:00:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/08 17:00:35 PDT Modified files: en/projects projects.sgml Log: Added The FreeBSD Advocacy Project Revision Changes Path 1.60 +10 -2 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 17: 4:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BBDB715356; Sat, 8 May 1999 17:04:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47802; Sat, 8 May 1999 17:04:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905090004.RAA47802@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 May 1999 17:04:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/mkhybrid12 Makefile ports/sysutils/mkhybrid12/files md5 ports/sysutils/mkhybrid12/patches patch-aa patch-ab ports/sysutils/mkhybrid12/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/08 17:04:51 PDT Modified files: sysutils/mkhybrid12 Makefile sysutils/mkhybrid12/files md5 sysutils/mkhybrid12/pkg PLIST Added files: sysutils/mkhybrid12/patches patch-aa patch-ab Log: Update to 1.12b5.2. Revision Changes Path 1.6 +3 -5 ports/sysutils/mkhybrid12/Makefile 1.5 +1 -1 ports/sysutils/mkhybrid12/files/md5 1.5 +1 -0 ports/sysutils/mkhybrid12/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 17: 7: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C06B15356; Sat, 8 May 1999 17:07:03 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47915; Sat, 8 May 1999 17:07:03 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905090007.RAA47915@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 May 1999 17:07:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/mkhybrid Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/08 17:07:03 PDT Modified files: sysutils/mkhybrid Makefile Log: Distfile moved on MASTER_SITE. Revision Changes Path 1.4 +2 -2 ports/sysutils/mkhybrid/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 17:28: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9118E14C0B; Sat, 8 May 1999 17:27:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA49013; Sat, 8 May 1999 17:27:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905090027.RAA49013@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 May 1999 17:27:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ddd/patches patch-02 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/08 17:27:59 PDT Added files: devel/ddd/patches patch-02 Log: Fix linage breakage. DDD author made a workaround for Motif 2.1 on Solaris, but it seems to have broken building with Motif 2.1 on most every other platform. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 17:47:26 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id C920F14E2A; Sat, 8 May 1999 17:47:18 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id KAA09463; Sun, 9 May 1999 10:17:17 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA09958; Sun, 9 May 1999 10:17:16 +0930 (CST) Date: Sun, 9 May 1999 10:17:15 +0930 From: Greg Lehey To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf Makefile.alpha src/sys/i386/conf Makefile.i386 Message-ID: <19990509101715.O68170@freebie.lemis.com> References: <199905082004.NAA34290@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905082004.NAA34290@freefall.freebsd.org>; from Peter Wemm on Sat, May 08, 1999 at 01:04:40PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Saturday, 8 May 1999 at 13:04:40 -0700, Peter Wemm wrote: > peter 1999/05/08 13:04:40 PDT > > Modified files: > sys/alpha/conf Makefile.alpha > sys/i386/conf Makefile.i386 > Log: > I'm sick of the automatic rename of /kernel to /kernel.old while doing > development that leads to lots of crashes during boot. > > I have made a 'reinstall' target (like in ports, and reinstall.debug) > This is most useful if you want to keep /kernel.old as a known bootable > kernel. If you test a new kernel and have to reboot for a fix, a > 'make reinstall' will install the new kernel over the top of the old > non-viable one, leaving the old one untouched. This is mainly meant > for development, not general users. Great idea. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18: 0: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCD5014A09; Sat, 8 May 1999 18:00:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA50549; Sat, 8 May 1999 18:00:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905090100.SAA50549@freefall.freebsd.org> From: Steve Price Date: Sat, 8 May 1999 18:00:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtool/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/08 18:00:05 PDT Removed files: devel/libtool/patches patch-ad Log: Remove an empty patch leftover from my last commit. Noticed by: OKAZAKI Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:13:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEEE315482; Sat, 8 May 1999 18:13:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51632; Sat, 8 May 1999 18:13:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905090113.SAA51632@freefall.freebsd.org> From: Steve Price Date: Sat, 8 May 1999 18:13:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ncurses/files md5 ports/devel/ncurses/patches patch-aa ports/devel/ncurses/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/08 18:13:44 PDT Modified files: devel/ncurses/files md5 devel/ncurses/patches patch-aa devel/ncurses/pkg PLIST Log: Second half of botched commit to fix this for -current users and add support for TERM=xterm-color. PR: 7314, 11492 Submitted by: maintainer, steve Revision Changes Path 1.3 +1 -0 ports/devel/ncurses/files/md5 1.4 +11 -2 ports/devel/ncurses/patches/patch-aa 1.5 +282 -9 ports/devel/ncurses/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:15:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26ED71516B; Sat, 8 May 1999 18:15:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51689; Sat, 8 May 1999 18:15:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905090115.SAA51689@freefall.freebsd.org> From: Steve Price Date: Sat, 8 May 1999 18:15:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/08 18:15:13 PDT Modified files: . modules Log: libnet --> ports/net/libnet Revision Changes Path 1.3096 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:16:25 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 1C3891516B; Sat, 8 May 1999 18:16:20 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id LAA12556; Sun, 9 May 1999 11:16:19 +1000 Date: Sun, 9 May 1999 11:16:19 +1000 From: Bruce Evans Message-Id: <199905090116.LAA12556@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, peter@FreeBSD.org Subject: Re: cvs commit: src/sys/kern link_aout.c link_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/kern link_aout.c link_elf.c > Log: > Use KERNBASE for the load address of the kernel rather than magic constants > as it seems to work.. (at least on i386/elf). Even wrong magic constants (still at 0xf0100000 for i386) seemed to work. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:16:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6012A157BF; Sat, 8 May 1999 18:16:29 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51763; Sat, 8 May 1999 18:16:29 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905090116.SAA51763@freefall.freebsd.org> From: Greg Lehey Date: Sat, 8 May 1999 18:16:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/08 18:16:29 PDT Modified files: en support.sgml Log: Update HOUFUG. Submitted by: Houston FreeBSD Users Group Revision Changes Path 1.137 +11 -7 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:16:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9761815B14; Sat, 8 May 1999 18:16:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51778; Sat, 8 May 1999 18:16:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905090116.SAA51778@freefall.freebsd.org> From: Steve Price Date: Sat, 8 May 1999 18:16:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libnet - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/08 18:16:36 PDT ports/net/libnet - Imported sources Update of /home/ncvs/ports/net/libnet In directory freefall.freebsd.org:/d/users/steve/work/libnet Log Message: A C library for creating IP packets. PR: 9901 Submitted by: Peter Shipley Status: Vendor Tag: SHIPLEY Release Tags: v0_9_2 N ports/net/libnet/Makefile I ports/net/libnet/CVS N ports/net/libnet/files/md5 N ports/net/libnet/pkg/COMMENT N ports/net/libnet/pkg/DESCR N ports/net/libnet/pkg/PLIST N ports/net/libnet/patches/patch-aa N ports/net/libnet/patches/patch-ab No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:17:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0529614DB1; Sat, 8 May 1999 18:17:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51819; Sat, 8 May 1999 18:17:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905090117.SAA51819@freefall.freebsd.org> From: Steve Price Date: Sat, 8 May 1999 18:17:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/08 18:17:12 PDT Modified files: net Makefile Log: Activate the libnet port. Revision Changes Path 1.261 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:19:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9E82151CA; Sat, 8 May 1999 18:19:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51959; Sat, 8 May 1999 18:19:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905090119.SAA51959@freefall.freebsd.org> From: Steve Price Date: Sat, 8 May 1999 18:19:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libnet/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/08 18:19:14 PDT Modified files: net/libnet/pkg COMMENT Log: Hopefully a little bit better worded COMMENT. :) Revision Changes Path 1.2 +1 -1 ports/net/libnet/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:25:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B9DB151CA; Sat, 8 May 1999 18:25:39 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA52847; Sat, 8 May 1999 18:25:39 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905090125.SAA52847@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 8 May 1999 18:25:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c src/sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/08 18:25:38 PDT Modified files: sys/cam cam_periph.c sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c Log: Add a facility in the CAM error handling code to retry selection timeouts. If the client requests that the error recovery code retry a selection timeout, it will be retried after half a second. The delay is to give the device time to recover. For most of these drivers, I only added selection timeout retries where they were also retrying unit attention type errors. The sa(4) driver calls saerror() in a number of places, but most of them don't request retrying unit attentions. Also, bump the default minimum CD changer timeout from 2 to 5 seconds and the maximum timeout from 10 to 15 seconds. Some Pioneer changers seem to have trouble with the shorter timeout. Reviewed by: gibbs Revision Changes Path 1.13 +18 -2 src/sys/cam/cam_periph.c 1.7 +2 -1 src/sys/cam/scsi/scsi_all.h 1.20 +21 -17 src/sys/cam/scsi/scsi_cd.c 1.11 +18 -14 src/sys/cam/scsi/scsi_ch.c 1.24 +8 -3 src/sys/cam/scsi/scsi_da.c 1.9 +2 -2 src/sys/cam/scsi/scsi_pass.c 1.7 +3 -1 src/sys/cam/scsi/scsi_pt.c 1.23 +4 -2 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:27:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7FE5155F6; Sat, 8 May 1999 18:27:50 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53112; Sat, 8 May 1999 18:27:50 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905090127.SAA53112@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 8 May 1999 18:27:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c src/sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/08 18:27:49 PDT Modified files: (Branch: RELENG_3) sys/cam cam_periph.c sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c Log: MFC: Add a facility in the CAM error handling code to retry selection timeouts. If the client requests that the error recovery code retry a selection timeout, it will be retried after half a second. The delay is to give the device time to recover. For most of these drivers, I only added selection timeout retries where they were also retrying unit attention type errors. The sa(4) driver calls saerror() in a number of places, but most of them don't request retrying unit attentions. Also, bump the default minimum CD changer timeout from 2 to 5 seconds and the maximum timeout from 10 to 15 seconds. Some Pioneer changers seem to have trouble with the shorter timeout. Reviewed by: gibbs Revision Changes Path 1.9.2.2 +18 -2 src/sys/cam/cam_periph.c 1.6.2.1 +2 -1 src/sys/cam/scsi/scsi_all.h 1.14.2.5 +21 -17 src/sys/cam/scsi/scsi_cd.c 1.9.2.2 +18 -14 src/sys/cam/scsi/scsi_ch.c 1.19.2.4 +8 -3 src/sys/cam/scsi/scsi_da.c 1.5.2.3 +2 -2 src/sys/cam/scsi/scsi_pass.c 1.4.2.2 +3 -1 src/sys/cam/scsi/scsi_pt.c 1.16.2.3 +4 -2 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 18:34:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A10C814C21; Sat, 8 May 1999 18:34:48 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53598; Sat, 8 May 1999 18:34:48 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905090134.SAA53598@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 8 May 1999 18:34:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/man/man1 sockstat.1 Makefile doc/ja/man/man5 dhclient.conf.5 dhclient.leases.5 dhcp-options.5 hosts_access.5 hosts_options.5 loader.conf.5 Makefile doc/ja/man/man8 boot0cfg.8 dhclient-script.8 dhclient.8 kget.8 loader.4th.8 loader.8 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/08 18:34:45 PDT Modified files: ja/man/man1 Makefile ja/man/man5 Makefile ja/man/man8 Makefile camcontrol.8 Added files: ja/man/man1 sockstat.1 ja/man/man5 dhclient.conf.5 dhclient.leases.5 dhcp-options.5 hosts_access.5 hosts_options.5 loader.conf.5 ja/man/man8 boot0cfg.8 dhclient-script.8 dhclient.8 kget.8 loader.4th.8 loader.8 mount_ntfs.8 pccardc.8 tcpdchk.8 tcpdmatch.8 Log: Catching up to 3.1-19990507-STABLE. Reviewed by: Japanese Online Manual Project Submitted by: Kazuo Horikawa Revision Changes Path 1.14 +1 -0 doc/ja/man/man1/Makefile 1.5 +6 -3 doc/ja/man/man5/Makefile 1.12 +10 -0 doc/ja/man/man8/Makefile 1.4 +217 -3 doc/ja/man/man8/camcontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 20: 1:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAF3314F17; Sat, 8 May 1999 20:01:27 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA60340; Sat, 8 May 1999 20:01:27 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Message-Id: <199905090301.UAA60340@freefall.freebsd.org> From: "Justin M. Seger" Date: Sat, 8 May 1999 20:01:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/dontspace Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1999/05/08 20:01:26 PDT Modified files: games/dontspace Makefile Log: Switch to using tk8.0 Revision Changes Path 1.6 +4 -4 ports/games/dontspace/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 20:37:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B22EE15372; Sat, 8 May 1999 20:37:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62135; Sat, 8 May 1999 20:37:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905090337.UAA62135@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 8 May 1999 20:37:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xglobe/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/08 20:37:17 PDT Modified files: astro/xglobe/patches patch-aa Log: Port include files go under /usr/X11R6/include, not /usr/X11R6/share/include I have no idea why my X installation has a hardlink from the former to the latter. Obtained from: bento Revision Changes Path 1.3 +23 -42 ports/astro/xglobe/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 20:39: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD91415372; Sat, 8 May 1999 20:39:04 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62248; Sat, 8 May 1999 20:39:04 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905090339.UAA62248@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 8 May 1999 20:39:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/08 20:39:04 PDT Modified files: ja/handbook/staff chapter.sgml Log: MFen: 1.21 -> 1.22 staff/chapter.sgml Submitted by: Ichimiya Ryo Reviewed by: kuriyama Revision Changes Path 1.3 +6 -2 doc/ja/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 20:40:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BDE815372; Sat, 8 May 1999 20:40:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62360; Sat, 8 May 1999 20:40:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905090340.UAA62360@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 8 May 1999 20:40:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nvi-perl Makefile ports/editors/nvi-perl/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/08 20:40:19 PDT Modified files: editors/nvi-perl Makefile editors/nvi-perl/patches patch-ab Log: Fix for perl5. Submitted by: Yasuhiro Fukuma Revision Changes Path 1.12 +1 -3 ports/editors/nvi-perl/Makefile 1.2 +11 -2 ports/editors/nvi-perl/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 20:42:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE8A615372; Sat, 8 May 1999 20:42:09 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62435; Sat, 8 May 1999 20:42:09 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905090342.UAA62435@freefall.freebsd.org> From: Alan Cox Date: Sat, 8 May 1999 20:42:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/08 20:42:09 PDT Modified files: (Branch: RELENG_3) sys/vm vm_object.c Log: MFC: 1.153 Correct an optimization in vm_object_page_remove. Revision Changes Path 1.138.2.4 +4 -3 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21: 0:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E79B815797; Sat, 8 May 1999 21:00:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA62984; Sat, 8 May 1999 21:00:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905090400.VAA62984@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 8 May 1999 21:00:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/vtcl Makefile ports/devel/vtcl/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/08 21:00:21 PDT Modified files: devel/vtcl Makefile devel/vtcl/files md5 Log: Unbreak by pointing at the correct distfile. There's now a vtcl-1.2.0.tar.gz so use that instead of current.tar.gz in a DIST_SUBDIR. Also the package is renamed in line with the distfile name (1.20 -> 1.2.0) Revision Changes Path 1.16 +4 -9 ports/devel/vtcl/Makefile 1.7 +1 -1 ports/devel/vtcl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21: 7:31 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id E387415758; Sat, 8 May 1999 21:07:28 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id XAA24596; Sat, 8 May 1999 23:07:28 -0500 (CDT) Date: Sat, 8 May 1999 23:07:27 -0500 (CDT) From: Steve Price To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/vtcl Makefile ports/devel/vtcl/files md5 In-Reply-To: <199905090400.VAA62984@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk See also PR ports/11590. On Sat, 8 May 1999, Kris Kennaway wrote: # kris 1999/05/08 21:00:21 PDT # # Modified files: # devel/vtcl Makefile # devel/vtcl/files md5 # Log: # Unbreak by pointing at the correct distfile. There's now a # vtcl-1.2.0.tar.gz so use that instead of current.tar.gz in a DIST_SUBDIR. # Also the package is renamed in line with the distfile name (1.20 -> 1.2.0) # # Revision Changes Path # 1.16 +4 -9 ports/devel/vtcl/Makefile # 1.7 +1 -1 ports/devel/vtcl/files/md5 # # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:26:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59EEE155F5; Sat, 8 May 1999 21:26:11 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA65130; Sat, 8 May 1999 21:26:11 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090426.VAA65130@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:26:10 PDT Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.149. Revision Changes Path 1.63 +5 -1 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:27:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A974214F17; Sat, 8 May 1999 21:27:34 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA65266; Sat, 8 May 1999 21:27:34 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090427.VAA65266@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:27:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:27:34 PDT Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.238. Revision Changes Path 1.93 +2 -1 src/sys/pc98/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:28:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 455B2156C9; Sat, 8 May 1999 21:28:27 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA65387; Sat, 8 May 1999 21:28:27 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090428.VAA65387@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:28:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:28:27 PDT Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.72. Revision Changes Path 1.54 +2 -1 src/sys/pc98/conf/majors.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:30:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 552A914F17; Sat, 8 May 1999 21:30:11 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA65549; Sat, 8 May 1999 21:30:11 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090430.VAA65549@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:30:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:30:11 PDT Modified files: sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/userconfig.c revision 1.141. Revision Changes Path 1.77 +49 -19 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:34:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20EBC14FAB; Sat, 8 May 1999 21:34:35 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66100; Sat, 8 May 1999 21:34:35 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090434.VAA66100@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:34:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:34:32 PDT Modified files: sys/pc98/pc98 fd.c Log: Sync with sys/i386/isa/fd.c revision 1.142. Revision Changes Path 1.60 +3 -11 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:37:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99C4814FAB; Sat, 8 May 1999 21:37:20 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66406; Sat, 8 May 1999 21:37:20 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090437.VAA66406@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:37:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 mse.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:37:20 PDT Modified files: sys/pc98/pc98 mse.c Log: Sync with sys/i386/isa/mse.c revision 1.42. Revision Changes Path 1.20 +8 -6 src/sys/pc98/pc98/mse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:38:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA4EA14FAB; Sat, 8 May 1999 21:38:29 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66666; Sat, 8 May 1999 21:38:29 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090438.VAA66666@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:38:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 npx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:38:29 PDT Modified files: sys/pc98/pc98 npx.c Log: Sync with sys/i386/isa/npx.c revision 1.61. Revision Changes Path 1.45 +9 -7 src/sys/pc98/pc98/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:39:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D190C1575A; Sat, 8 May 1999 21:39:38 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66755; Sat, 8 May 1999 21:39:38 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090439.VAA66755@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:39:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 pcaudio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:39:38 PDT Modified files: sys/pc98/pc98 pcaudio.c Log: Sync with sys/i386/isa/pcausio.c revision 1.48. Revision Changes Path 1.22 +4 -4 src/sys/pc98/pc98/pcaudio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:42:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B39651575A; Sat, 8 May 1999 21:42:12 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66946; Sat, 8 May 1999 21:42:12 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090442.VAA66946@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:42:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:42:12 PDT Modified files: sys/pc98/pc98 wd.c Log: Sync with sys/i386/isa/wd.c revision 1.197. Revision Changes Path 1.81 +1 -7 src/sys/pc98/pc98/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:46:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D682A1575A; Sat, 8 May 1999 21:46:36 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67553; Sat, 8 May 1999 21:46:36 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905090446.VAA67553@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 8 May 1999 21:46:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg Makefile ports/security/gnupg/files md5 ports/security/gnupg/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/08 21:46:36 PDT Modified files: security/gnupg Makefile security/gnupg/files md5 security/gnupg/pkg PLIST Log: Upgrade to v0.9.6. # In my environment (3.1-19990331-STABLE), I cannot finish to build # with CFLAGS+=-pipe. Hmmm.... Revision Changes Path 1.10 +3 -3 ports/security/gnupg/Makefile 1.8 +1 -1 ports/security/gnupg/files/md5 1.7 +0 -2 ports/security/gnupg/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:52:41 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 44D53157C8; Sat, 8 May 1999 21:52:04 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id XAA07253; Sat, 8 May 1999 23:52:03 -0500 (CDT) Date: Sat, 8 May 1999 23:52:03 -0500 (CDT) From: Steve Price To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/gnupg Makefile ports/security/gnupg/files md5 ports/security/gnupg/pkg PLIST In-Reply-To: <199905090446.VAA67553@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk See also PR ports/11591. On Sat, 8 May 1999, Jun Kuriyama wrote: # kuriyama 1999/05/08 21:46:36 PDT # # Modified files: # security/gnupg Makefile # security/gnupg/files md5 # security/gnupg/pkg PLIST # Log: # Upgrade to v0.9.6. # # # In my environment (3.1-19990331-STABLE), I cannot finish to build # # with CFLAGS+=-pipe. Hmmm.... # # Revision Changes Path # 1.10 +3 -3 ports/security/gnupg/Makefile # 1.8 +1 -1 ports/security/gnupg/files/md5 # 1.7 +0 -2 ports/security/gnupg/pkg/PLIST # # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:54: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7CCC14FF1; Sat, 8 May 1999 21:54:00 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68041; Sat, 8 May 1999 21:54:00 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090454.VAA68041@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:54:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 pc98kbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:53:59 PDT Modified files: sys/pc98/pc98 pc98kbd.c Log: Sync with sys/isa/atkbd_isa.c revision 1.4. Revision Changes Path 1.7 +3 -4 src/sys/pc98/pc98/pc98kbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:56:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89DC214FF1; Sat, 8 May 1999 21:56:43 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68252; Sat, 8 May 1999 21:56:43 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090456.VAA68252@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 21:56:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 pc98gdc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 21:56:42 PDT Modified files: sys/pc98/pc98 pc98gdc.c Log: Removed DRIVER_TYPE_TTY field. Revision Changes Path 1.8 +1 -2 src/sys/pc98/pc98/pc98gdc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:58: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6445414FF1; Sat, 8 May 1999 21:57:53 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68357; Sat, 8 May 1999 21:57:52 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905090457.VAA68357@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 8 May 1999 21:57:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/08 21:57:52 PDT Modified files: usr.sbin/kbdcontrol kbdcontrol.c Log: Added backward compatibility to set key repeat rate. Requested by: bde Revision Changes Path 1.25 +28 -7 src/usr.sbin/kbdcontrol/kbdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:58:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1616D14FF1; Sat, 8 May 1999 21:58:14 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68387; Sat, 8 May 1999 21:58:14 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905090458.VAA68387@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 8 May 1999 21:58:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/08 21:58:14 PDT Modified files: sys/i386/apm apm.c Log: Make apm_probe() properly return an error code when APM BIOS calls failed, so that the apm driver won't be attached. Revision Changes Path 1.84 +4 -4 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:58:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAE5C14FF1; Sat, 8 May 1999 21:58:36 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68421; Sat, 8 May 1999 21:58:36 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905090458.VAA68421@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 8 May 1999 21:58:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa psm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/08 21:58:36 PDT Modified files: sys/isa psm.c Log: Revive APM hooking code for i386 arch now that the same source file is used for both i386 and alpha (the code was in sys/i386/isa/psm.c, but was disabled when ported to alpha.) Revision Changes Path 1.8 +8 -3 src/sys/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:58:52 1999 Delivered-To: cvs-all@freebsd.org Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by hub.freebsd.org (Postfix) with ESMTP id 1585715AF8; Sat, 8 May 1999 21:58:38 -0700 (PDT) (envelope-from jeff-ml@mountin.net) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id XAA28029; Sat, 8 May 1999 23:58:06 -0500 (CDT) (envelope-from jeff-ml@mountin.net) Received: from 156.46.8.190(156.46.8.190) by peak.mountin.net via smap (V1.3) id sma028021; Sat May 8 23:57:49 1999 Message-Id: <3.0.3.32.19990508234910.01143b50@207.227.119.2> X-Sender: jeff-ml@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sat, 08 May 1999 23:49:10 -0500 To: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: "Jeffrey J. Mountin" Subject: Re: cvs commit: src/lib/compat/compat22 In-Reply-To: <199905081757.KAA22255@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk At 10:57 AM 5/8/99 -0700, David E. O'Brien wrote: >obrien 1999/05/08 10:57:11 PDT > > Added files: (Branch: RELENG_3) > lib/compat/compat22 Makefile libalias.so.2.4.gz.uu > libc.so.3.1.gz.uu libc_r.so.3.0.gz.uu > libcalendar.so.2.0.gz.uu > libcom_err.so.2.0.gz.uu > libcurses.so.2.0.gz.uu > libdialog.so.3.1.gz.uu > libedit.so.2.0.gz.uu libf2c.so.2.0.gz.uu > libftpio.so.4.0.gz.uu libg++.so.4.0.gz.uu > libgmp.so.3.0.gz.uu > libgnuregex.so.2.0.gz.uu > libipx.so.2.0.gz.uu libkvm.so.2.0.gz.uu > libm.so.2.0.gz.uu libmp.so.3.0.gz.uu > libmytinfo.so.2.0.gz.uu > libncurses.so.3.1.gz.uu > libopie.so.2.0.gz.uu libpcap.so.2.2.gz.uu > libreadline.so.3.0.gz.uu > librpcsvc.so.2.0.gz.uu > libscrypt.so.2.0.gz.uu > libscsi.so.2.0.gz.uu libskey.so.2.0.gz.uu > libss.so.2.0.gz.uu libstdc++.so.2.0.gz.uu > libtelnet.so.2.0.gz.uu > libtermcap.so.2.1.gz.uu > libutil.so.2.2.gz.uu libvgl.so.1.0.gz.uu > libxpg4.so.2.0.gz.uu libz.so.2.0.gz.uu > Log: > MFC: 2.2.x / a.out compatability libraries. Does this mean that 'make -DNOAOUT' will shortly be a thing of the past and AOUT support will (finally, yea :) make it to compat22? Assuming this was a stepping stone to 3.2R, since /etc/make.conf has not yet been updated. 8-) Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve '86 Yamaha MaxiumX (not FBSD powered) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 21:59:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 839A81570A; Sat, 8 May 1999 21:59:25 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68454; Sat, 8 May 1999 21:59:25 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905090459.VAA68454@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 8 May 1999 21:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/08 21:59:24 PDT Modified files: sys/dev/kbd atkbd.c Log: Minor tweak after the introduction of new-bus to i386; properly check "disabled" and "flags" probe hints. Revision Changes Path 1.7 +14 -14 src/sys/dev/kbd/atkbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 22: 0:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E09C151A2; Sat, 8 May 1999 22:00:20 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68500; Sat, 8 May 1999 22:00:20 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905090500.WAA68500@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 8 May 1999 22:00:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/08 22:00:19 PDT Modified files: sys/dev/kbd atkbd.c Log: Don't confuse cursor keys with numpad keys when composing a char code. PR: kern/10988 Revision Changes Path 1.8 +5 -5 src/sys/dev/kbd/atkbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 22: 0:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF5CC157AF; Sat, 8 May 1999 22:00:55 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68536; Sat, 8 May 1999 22:00:55 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090500.WAA68536@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 22:00:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 22:00:55 PDT Modified files: sys/pc98/pc98 sio.c Log: Sync with sys/isa/sio.c revision 1.234. Revision Changes Path 1.92 +78 -27 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 22: 2:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 333D1151A2; Sat, 8 May 1999 22:02:16 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68610; Sat, 8 May 1999 22:02:16 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905090502.WAA68610@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 8 May 1999 22:02:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf majors.i386 src/sys/alpha/conf majors.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/08 22:02:16 PDT Modified files: sys/i386/conf majors.i386 sys/alpha/conf majors.alpha Log: Reserve a major number for the frame buffer device. Revision Changes Path 1.73 +2 -1 src/sys/i386/conf/majors.i386 1.8 +2 -1 src/sys/alpha/conf/majors.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 22: 2:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A63B6157AF; Sat, 8 May 1999 22:02:33 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68641; Sat, 8 May 1999 22:02:33 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905090502.WAA68641@freefall.freebsd.org> From: KATO Takenori Date: Sat, 8 May 1999 22:02:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/08 22:02:27 PDT Modified files: sys/pc98/pc98 syscons.c Log: Removed DRIVER_TYPE_TTY field. Revision Changes Path 1.118 +1 -2 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 8 23:16:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E9D514C46; Sat, 8 May 1999 23:16:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA76743; Sat, 8 May 1999 23:16:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905090616.XAA76743@freefall.freebsd.org> From: Satoshi Asami Date: Sat, 8 May 1999 23:16:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/08 23:16:57 PDT Modified files: x11-clocks Makefile Log: Add asclock-gtk. Revision Changes Path 1.12 +2 -1 ports/x11-clocks/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 0:20:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97A7F14D0E; Sun, 9 May 1999 00:20:39 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA85208; Sun, 9 May 1999 00:20:39 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905090720.AAA85208@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 9 May 1999 00:20:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-ParallelUA Makefile ports/www/p5-ParallelUA/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/09 00:20:39 PDT Modified files: www/p5-ParallelUA Makefile www/p5-ParallelUA/pkg PLIST Log: Add BUILD_DEPENDS to p5-URI in order to build on clean environment. Use @unexec instead of @dirrm to remove directory which is shared with other port. Revision Changes Path 1.6 +3 -2 ports/www/p5-ParallelUA/Makefile 1.4 +2 -2 ports/www/p5-ParallelUA/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 0:44:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8448914E36; Sun, 9 May 1999 00:44:55 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA87608; Sun, 9 May 1999 00:44:55 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905090744.AAA87608@freefall.freebsd.org> From: John Birrell Date: Sun, 9 May 1999 00:44:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread.h pthread_np.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/09 00:44:55 PDT Modified files: (Branch: RELENG_3) include pthread.h pthread_np.h Log: MFC: (mostly) Realtime scheduling patches from Dan Eischen. Revision Changes Path 1.10.2.1 +71 -36 src/include/pthread.h 1.5.2.1 +7 -0 src/include/pthread_np.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 0:48:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B669614E36; Sun, 9 May 1999 00:48:56 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88251; Sun, 9 May 1999 00:48:56 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905090748.AAA88251@freefall.freebsd.org> From: John Birrell Date: Sun, 9 May 1999 00:48:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_fork.c uthread_gc.c uthread_getprio.c uthread_info.c uthread_init.c uthread_kern.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/09 00:48:56 PDT Modified files: (Branch: RELENG_3) lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_fork.c uthread_gc.c uthread_getprio.c uthread_info.c uthread_init.c uthread_kern.c uthread_kill.c uthread_mattr_init.c uthread_mutex.c uthread_resume_np.c uthread_select.c uthread_setprio.c uthread_sig.c uthread_sigaction.c uthread_sigwait.c uthread_spinlock.c uthread_suspend_np.c Log: MFC: (mostly) Realtime scheduling patches from Dan Eischen. Revision Changes Path 1.16.2.1 +16 -1 src/lib/libc_r/uthread/Makefile.inc 1.16.2.1 +214 -21 src/lib/libc_r/uthread/pthread_private.h 1.12.2.1 +230 -62 src/lib/libc_r/uthread/uthread_cond.c 1.11.2.1 +30 -10 src/lib/libc_r/uthread/uthread_create.c 1.6.2.1 +13 -0 src/lib/libc_r/uthread/uthread_detach.c 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_execve.c 1.6.2.1 +14 -1 src/lib/libc_r/uthread/uthread_exit.c 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fd.c 1.8.2.1 +33 -1 src/lib/libc_r/uthread/uthread_fork.c 1.2.4.1 +9 -1 src/lib/libc_r/uthread/uthread_gc.c 1.3.2.1 +5 -6 src/lib/libc_r/uthread/uthread_getprio.c 1.9.2.1 +49 -2 src/lib/libc_r/uthread/uthread_info.c 1.9.2.2 +33 -6 src/lib/libc_r/uthread/uthread_init.c 1.15.2.2 +298 -334 src/lib/libc_r/uthread/uthread_kern.c 1.5.2.1 +13 -0 src/lib/libc_r/uthread/uthread_kill.c 1.2.2.1 +1 -1 src/lib/libc_r/uthread/uthread_mattr_init.c 1.12.2.1 +1073 -189 src/lib/libc_r/uthread/uthread_mutex.c 1.3.2.1 +13 -0 src/lib/libc_r/uthread/uthread_resume_np.c 1.5.2.1 +5 -1 src/lib/libc_r/uthread/uthread_select.c 1.3.2.1 +7 -11 src/lib/libc_r/uthread/uthread_setprio.c 1.15.2.1 +39 -12 src/lib/libc_r/uthread/uthread_sig.c 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigaction.c 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigwait.c 1.4.4.1 +15 -17 src/lib/libc_r/uthread/uthread_spinlock.c 1.3.2.1 +13 -0 src/lib/libc_r/uthread/uthread_suspend_np.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 0:50:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C93F151CD; Sun, 9 May 1999 00:50:32 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88520; Sun, 9 May 1999 00:50:32 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905090750.AAA88520@freefall.freebsd.org> From: John Birrell Date: Sun, 9 May 1999 00:50:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/test Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/09 00:50:32 PDT Modified files: lib/libc_r/test Makefile Log: Add mutex test program. Revision Changes Path 1.3 +2 -2 src/lib/libc_r/test/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 0:55:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80D1D14E36; Sun, 9 May 1999 00:55:24 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89317; Sun, 9 May 1999 00:55:24 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905090755.AAA89317@freefall.freebsd.org> From: John Birrell Date: Sun, 9 May 1999 00:55:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/test/mutex Makefile mutex.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/09 00:55:24 PDT Added files: lib/libc_r/test/mutex Makefile mutex.c Log: Mutex test program. Submitted by: Daniel Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 0:56:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0377D15461; Sun, 9 May 1999 00:56:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89736; Sun, 9 May 1999 00:56:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905090756.AAA89736@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 00:56:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 00:56:36 PDT Modified files: sys/i386/i386 autoconf.c Log: Duh, bdevsw() takes dev_t arg. Revision Changes Path 1.118 +9 -8 src/sys/i386/i386/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 1:10:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95A4914F9A; Sun, 9 May 1999 01:10:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA91269; Sun, 9 May 1999 01:10:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905090810.BAA91269@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 01:10:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 01:10:18 PDT Modified files: sys/kern kern_conf.c Log: Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (no bdevsw_add any more). Revision Changes Path 1.34 +1 -4 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 1:16:52 1999 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 85AE114E01; Sun, 9 May 1999 01:16:47 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id RAA01311; Sun, 9 May 1999 17:16:45 +0900 (JST) Message-ID: <373543E4.268A527C@newsguy.com> Date: Sun, 09 May 1999 17:14:28 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 nexus.c References: <199905082024.NAA35253@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > > peter 1999/05/08 13:24:47 PDT > > Modified files: > sys/i386/i386 nexus.c > Log: > Don't print 'interrupting at irq nn' on the x86 family, it's not all > that big a deal just yet and isn't worth a whole line on the boot screen. > This could change later in the face of multi-ISA-bus (eg: laptop docking > stations with two independent ISA busses) and SMP/APIC systems. The Alpha > already has multiple interrupt destinations to deal with. Make it -v only message? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "Proof of Trotsky's farsightedness is that _none_ of his predictions have come true yet." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 1:18:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D94DF1551C; Sun, 9 May 1999 01:18:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA92146; Sun, 9 May 1999 01:18:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905090818.BAA92146@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 01:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 01:18:14 PDT Modified files: sys/kern kern_conf.c Log: Peter beat me to half this patch, but didn't do the other half: set d_bmaj don't cast a dev_t to int before comparing to NODEV Revision Changes Path 1.35 +5 -4 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 1:34:48 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id C5E1E15043; Sun, 9 May 1999 01:34:44 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA33439; Sun, 9 May 1999 09:34:37 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sun, 9 May 1999 09:34:37 +0100 (BST) From: Doug Rabson To: Bruce Evans Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org, peter@freebsd.org Subject: Re: cvs commit: src/sys/kern link_aout.c link_elf.c In-Reply-To: <199905090116.LAA12556@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 9 May 1999, Bruce Evans wrote: > > Modified files: > > sys/kern link_aout.c link_elf.c > > Log: > > Use KERNBASE for the load address of the kernel rather than magic constants > > as it seems to work.. (at least on i386/elf). > > Even wrong magic constants (still at 0xf0100000 for i386) seemed to work. For the kernel file, its really just informational (its printed out by kldstat). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 1:58:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D79E215164; Sun, 9 May 1999 01:58:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA95760; Sun, 9 May 1999 01:58:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905090858.BAA95760@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 01:58:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha promcons.c src/sys/sys conf.h param.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 01:58:46 PDT Modified files: sys/alpha/alpha promcons.c sys/sys conf.h param.h Log: Don't confuse dev_t and major numbers in DEV_MODULE() Revision Changes Path 1.7 +2 -2 src/sys/alpha/alpha/promcons.c 1.53 +5 -5 src/sys/sys/conf.h 1.46 +2 -1 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 2:56:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16C6514F9A; Sun, 9 May 1999 02:56:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA15390; Sun, 9 May 1999 02:56:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905090956.CAA15390@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 02:56:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci intpm.c src/sys/i386/isa isa_compat.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 02:56:53 PDT Modified files: sys/pci intpm.c sys/i386/isa isa_compat.h Log: fix some DRIVER_TYPE / INTR_TYPE confusions. Revision Changes Path 1.10 +2 -3 src/sys/pci/intpm.c 1.7 +2 -2 src/sys/i386/isa/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 3:15:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11D90151CD; Sun, 9 May 1999 03:15:14 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA16705; Sun, 9 May 1999 03:15:13 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <199905091015.DAA16705@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sun, 9 May 1999 03:15:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/lv Makefile ports/misc/lv/files md5 ports/misc/lv/patches patch-aa ports/misc/lv/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1999/05/09 03:15:13 PDT Modified files: misc/lv Makefile misc/lv/files md5 misc/lv/pkg DESCR Removed files: misc/lv/patches patch-aa Log: master distribution updated to 4.41. Submitted by: sumikawa@kame.net (maintainer) Revision Changes Path 1.4 +7 -4 ports/misc/lv/Makefile 1.2 +1 -1 ports/misc/lv/files/md5 1.3 +1 -1 ports/misc/lv/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 3:25:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ED691538B; Sun, 9 May 1999 03:25:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA17505; Sun, 9 May 1999 03:25:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091025.DAA17505@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 03:25:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_stats.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 03:25:34 PDT Modified files: sys/i386/linux linux_stats.c Log: Yet another place which knew too much. Still not sure how much good this does in the end. Revision Changes Path 1.11 +2 -2 src/sys/i386/linux/linux_stats.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 3:28: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 1451914D47; Sun, 9 May 1999 03:27:54 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id MAA05440; Sun, 9 May 1999 12:27:53 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id MAA05627; Sun, 9 May 1999 12:27:53 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id MAA00314; Sun, 9 May 1999 12:28:23 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id KAA25971; Sun, 9 May 1999 10:28:17 GMT (envelope-from ust) Date: Sun, 9 May 1999 12:28:17 +0200 From: Udo Schweigert To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: RELENG_3 broken for libc_r, libpam and truss/kdump Message-ID: <19990509122817.A25953@alaska.cert.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Operating-System: FreeBSD 3.1-STABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hello all, after cvsup today the "make world" with following errors: ===> libc_r make: don't know how to make uthread_attr_getinheritsched.c(continuing) *** Error code 2 ===> libpam/modules/pam_deny install -C -c -o root -g wheel -m 444 pam_deny.so /usr/obj/home/src/RELENG_3/tmp/usr/lib install: pam_deny.so: No such file or directory *** Error code 71 (continuing) `install' not remade because of errors. ===> libpam/modules/pam_permit install -C -c -o root -g wheel -m 444 pam_permit.so /usr/obj/home/src/RELENG_3/tmp/usr/lib install: pam_permit.so: No such file or directory *** Error code 71 (continuing) `install' not remade because of errors. ===> usr.bin/kdump cc -O2 -pipe -I/home/src/RELENG_3/usr.bin/kdump/../ktrace -I/home/src/RELENG_3/usr.bin/kdump/../.. -I/usr/obj/home/src/RELENG_3/tmp/usr/include -c ioctl.c ioctl.c: In function `ioctlname': ioctl.c:790: `SIOCSPVCTX' undeclared (first use this function) ioctl.c:790: (Each undeclared identifier is reported only once ioctl.c:790: for each function it appears in.) ioctl.c:1168: `SIOCGPVCSIF' undeclared (first use this function) ioctl.c:1244: `SIOCSPVCSIF' undeclared (first use this function) ioctl.c:1278: `SIOCGPVCTX' undeclared (first use this function) *** Error code 1 `all' not remade because of errors. ===> usr.bin/truss cc -O2 -pipe -I/home/src/RELENG_3/usr.bin/truss -I. -I/usr/obj/home/src/RELENG_3/tmp/usr/include -c ioctl.c ioctl.c: In function `ioctlname': ioctl.c:790: `SIOCSPVCTX' undeclared (first use this function) ioctl.c:790: (Each undeclared identifier is reported only once ioctl.c:790: for each function it appears in.) ioctl.c:1168: `SIOCGPVCSIF' undeclared (first use this function) ioctl.c:1244: `SIOCSPVCSIF' undeclared (first use this function) ioctl.c:1278: `SIOCGPVCTX' undeclared (first use this function) *** Error code 1 `all' not remade because of errors. Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 3:31: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FD8315B49; Sun, 9 May 1999 03:28:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA17730; Sun, 9 May 1999 03:28:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091028.DAA17730@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 03:28:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 03:28:55 PDT Modified files: sys/isa sio.c Log: siocngetc & putc can be staticized. Revision Changes Path 1.235 +3 -7 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 3:42:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4D6314C41; Sun, 9 May 1999 03:42:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA18876; Sun, 9 May 1999 03:42:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091042.DAA18876@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 03:42:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swapgeneric.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 03:42:42 PDT Modified files: sys/i386/i386 swapgeneric.c Log: Yet a major/dev_t confusion Spotted by Bruce. Revision Changes Path 1.30 +7 -4 src/sys/i386/i386/swapgeneric.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 3:43:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17BA614C41; Sun, 9 May 1999 03:43:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA19078; Sun, 9 May 1999 03:43:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091043.DAA19078@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 03:43:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci es1370.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 03:43:56 PDT Modified files: sys/pci es1370.c Log: Fix warnings. Revision Changes Path 1.3 +4 -3 src/sys/pci/es1370.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 3:46: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CE1314C41; Sun, 9 May 1999 03:45:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA19282; Sun, 9 May 1999 03:45:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091045.DAA19282@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 03:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 03:45:57 PDT Modified files: sys/pci if_fxp.c Log: Fix two warnings. Revision Changes Path 1.69 +5 -1 src/sys/pci/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 3:51:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0E014C41; Sun, 9 May 1999 03:51:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA19797; Sun, 9 May 1999 03:51:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091051.DAA19797@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 03:51:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_command.c ddb.h src/sys/i386/i386 i386-gdbstub.c src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 03:51:15 PDT Modified files: sys/ddb db_command.c ddb.h sys/i386/i386 i386-gdbstub.c sys/isa sio.c Log: add some amount of sanity to the way the gdb stuff finds its device. I'm not too happy about the result either, but at least it has less chance of backfiring. This particular feature could be called "a mess" without offending anybody. Revision Changes Path 1.31 +7 -3 src/sys/ddb/db_command.c 1.22 +11 -1 src/sys/ddb/ddb.h 1.11 +2 -9 src/sys/i386/i386/i386-gdbstub.c 1.236 +10 -9 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 4: 2:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AC6014E0C; Sun, 9 May 1999 04:02:40 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA22545; Sun, 9 May 1999 04:02:39 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905091102.EAA22545@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sun, 9 May 1999 04:02:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include console.h src/sys/i386/include console.h src/sys/i386/isa atkbd_isa.c src/usr.sbin/kbdcontrol kbdcontrol.c src/sys/isa atkbd_isa.c src/sys/dev/kbd atkbd.c atkbdreg.h kbd.c kbdreg.h kbdtables.h src/sys/dev/syscons ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/09 04:02:39 PDT Modified files: (Branch: RELENG_3) sys/alpha/include console.h sys/i386/include console.h sys/i386/isa atkbd_isa.c usr.sbin/kbdcontrol kbdcontrol.c sys/isa atkbd_isa.c sys/dev/kbd atkbd.c atkbdreg.h kbd.c kbdreg.h kbdtables.h sys/dev/syscons syscons.c sys/dev/usb ukbd.c sys/i386/conf LINT files.i386 options.i386 sys/i386/isa/pcvt pcvt_kbd.c usr.sbin/vidcontrol vidcontrol.c Log: YAMFC: merge updated keyboard driver code: - Refined internal interface in keyboard drivers so that: 1. the side effect of device probe is kept minimal, 2. polling mode function is added, 3. and new ioctl and configuration options are added (see below). - Added new ioctl: KDSETREPEAT Set keyboard typematic rate. There has existed an ioctl command, KDSETRAD, for the same purpose. However, KDSETRAD is dependent on the AT keyboard. KDSETREPEAT provides more generic interface. KDSETRAD will still be supported in the atkbd driver. - Added new configuration options: ATKBD_DFLT_KEYMAP Specify a keymap to be used as the default, built-in keymap. (There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP, SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap. These options are now gone for good. The new option is more general.) KBD_DISABLE_KEYMAP_LOADING Don't allow the user to change the keymap. - And other minor fixes and updates. merged files and revisions --------------------------------------------------------------------- usr.sbin/kbdcontrol/kbdcontrol.c 1.22, 1.23, 1.24, 1.25 usr.sbin/vidcontrol/vidcontrol.c 1.27 sys/alpha/include/console.h 1.42, 1.43, 1.44 sys/dev/kbd/kbd.c 1.4 sys/dev/kbd/kbdreg.h 1.3 sys/dev/kbd/kbdtables.h 1.45 sys/dev/kbd/atkbd.c 1.5, 1.8 sys/dev/kbd/atkbdreg.h 1.2 sys/dev/syscons/syscons.c 1.295, 1.296, 1.299 sys/dev/usb/ukbd.c 1.9, 1.10, 1.11, 1.12, 1.13 sys/i386/conf/LINT 1.565 sys/i386/conf/options.i386 1.109 sys/i386/conf/files.i386 1.228 sys/i386/include/console.h 1.45 sys/i386/isa/atkbd_isa.c 1.3 sys/i386/isa/pcvt/pcvt_kbd.c 1.28, 1.29 sys/isa/atkbd_isa.c 1.2 Revision Changes Path 1.41.2.3 +4 -2 src/sys/alpha/include/console.h 1.43.2.2 +4 -2 src/sys/i386/include/console.h 1.2.2.1 +7 -20 src/sys/i386/isa/Attic/atkbd_isa.c 1.21.2.2 +20 -25 src/usr.sbin/kbdcontrol/kbdcontrol.c 1.3.2.2 +19 -8 src/sys/isa/atkbd_isa.c 1.3.2.2 +162 -90 src/sys/dev/kbd/atkbd.c 1.1.2.1 +3 -3 src/sys/dev/kbd/atkbdreg.h 1.3.2.1 +60 -14 src/sys/dev/kbd/kbd.c 1.2.2.1 +13 -7 src/sys/dev/kbd/kbdreg.h 1.42.2.2 +124 -1087 src/sys/dev/kbd/kbdtables.h 1.293.2.3 +16 -4 src/sys/dev/syscons/syscons.c 1.8.2.1 +1304 -447 src/sys/dev/usb/ukbd.c 1.539.2.17 +12 -5 src/sys/i386/conf/LINT 1.220.2.3 +12 -2 src/sys/i386/conf/files.i386 1.103.2.4 +5 -1 src/sys/i386/conf/options.i386 1.27.2.1 +3 -3 src/sys/i386/isa/pcvt/pcvt_kbd.c 1.26.2.1 +4 -12 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 4:27:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D1614E28; Sun, 9 May 1999 04:27:47 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24056; Sun, 9 May 1999 04:27:46 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905091127.EAA24056@freefall.freebsd.org> From: Doug Rabson Date: Sun, 9 May 1999 04:27:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/09 04:27:45 PDT Modified files: sys/kern subr_diskslice.c Log: Hack the diskslice stuff so that it allows the alpha sysinstall to manipulate the disklabel. This is almost certainly not the right way to do it but I'm desperate. Revision Changes Path 1.63 +8 -2 src/sys/kern/subr_diskslice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 4:29:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4FA814E28; Sun, 9 May 1999 04:29:11 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24097; Sun, 9 May 1999 04:29:11 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905091129.EAA24097@freefall.freebsd.org> From: Doug Rabson Date: Sun, 9 May 1999 04:29:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/09 04:29:10 PDT Modified files: (Branch: RELENG_3) sys/kern subr_diskslice.c Log: MFC: Allow sysinstall to access disklabel on alpha. Revision Changes Path 1.61.2.1 +8 -2 src/sys/kern/subr_diskslice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 4:35: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C83E114C3D; Sun, 9 May 1999 04:35:01 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24439; Sun, 9 May 1999 04:35:01 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905091135.EAA24439@freefall.freebsd.org> From: Doug Rabson Date: Sun, 9 May 1999 04:35:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c write_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/09 04:35:01 PDT Modified files: lib/libdisk disk.c write_disk.c Log: Back out the last change to disk.c - a kernel change removed the need. Enabled writing to the disklabel when writing a disk (only affects alpha). Revision Changes Path 1.44 +1 -2 src/lib/libdisk/disk.c 1.27 +5 -1 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 4:36:10 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 3D05914C3D; Sun, 9 May 1999 04:36:04 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id VAA13442; Sun, 9 May 1999 21:43:53 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905091143.VAA13442@cimlogic.com.au> Subject: Re: RELENG_3 broken for libc_r, libpam and truss/kdump In-Reply-To: <19990509122817.A25953@alaska.cert.siemens.de> from Udo Schweigert at "May 9, 1999 12:28:17 pm" To: ust@cert.siemens.de (Udo Schweigert) Date: Sun, 9 May 1999 21:43:53 +1000 (EST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Udo Schweigert wrote: > Hello all, > > after cvsup today the "make world" with following errors: > > ===> libc_r > make: don't know how to make uthread_attr_getinheritsched.c(continuing) > *** Error code 2 This one should be fixed. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 4:36:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD46215B49; Sun, 9 May 1999 04:36:26 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24521; Sun, 9 May 1999 04:36:26 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905091136.EAA24521@freefall.freebsd.org> From: Doug Rabson Date: Sun, 9 May 1999 04:36:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c write_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/09 04:36:26 PDT Modified files: (Branch: RELENG_3) lib/libdisk disk.c write_disk.c Log: MFC: More disklabel tweaks for sysinstall Revision Changes Path 1.39.2.3 +1 -2 src/lib/libdisk/disk.c 1.25.2.2 +5 -1 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 4:42:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62EFE14C3D; Sun, 9 May 1999 04:42:23 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24896; Sun, 9 May 1999 04:42:23 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905091142.EAA24896@freefall.freebsd.org> From: Doug Rabson Date: Sun, 9 May 1999 04:42:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/09 04:42:22 PDT Modified files: sys/alpha/conf GENERIC Log: Remove DDB. Revision Changes Path 1.21 +1 -4 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 4:44:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7635F15025; Sun, 9 May 1999 04:44:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25111; Sun, 9 May 1999 04:44:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905091144.EAA25111@freefall.freebsd.org> From: Doug Rabson Date: Sun, 9 May 1999 04:44:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/09 04:44:43 PDT Modified files: (Branch: RELENG_3) sys/alpha/conf GENERIC Log: MFC: Remove DDB. Revision Changes Path 1.14.2.6 +1 -4 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 5:28:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D014A14C09; Sun, 9 May 1999 05:28:54 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA26884; Sun, 9 May 1999 05:28:54 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905091228.FAA26884@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 9 May 1999 05:28:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tvision Makefile ports/devel/tvision/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/09 05:28:54 PDT Modified files: devel/tvision Makefile Added files: devel/tvision/patches patch-aa patch-ab Log: Unbreak for ELF. Found by: bento Revision Changes Path 1.8 +1 -3 ports/devel/tvision/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 5:29:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E736614C09; Sun, 9 May 1999 05:29:23 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA26952; Sun, 9 May 1999 05:29:23 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905091229.FAA26952@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 9 May 1999 05:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/man/man1 cat.1 chmod.1 cp.1 csh.1 date.1 dd.1 echo.1 gdb.1 ls.1 mkdir.1 mv.1 nfsstat.1 ps.1 pwd.1 stty.1 doc/ja/man/man5 dhclient.conf.5 dhcp-options.5 doc/ja/man/man8 dhclient.8 kget.8 pccardc.8 ping.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/09 05:29:23 PDT Modified files: ja/man/man1 cat.1 chmod.1 cp.1 csh.1 date.1 dd.1 echo.1 gdb.1 ls.1 mkdir.1 mv.1 nfsstat.1 ps.1 pwd.1 stty.1 ja/man/man5 dhclient.conf.5 dhcp-options.5 ja/man/man8 dhclient.8 kget.8 pccardc.8 ping.8 Log: Catching up to 3.1-19990508-STABLE. Reviewed by: Japanese Online Manual Project Submitted by: Kazuo Horikawa Revision Changes Path 1.5 +2 -2 doc/ja/man/man1/cat.1 1.7 +3 -3 doc/ja/man/man1/chmod.1 1.6 +5 -5 doc/ja/man/man1/cp.1 1.8 +3 -3 doc/ja/man/man1/csh.1 1.8 +3 -1 doc/ja/man/man1/date.1 1.6 +3 -3 doc/ja/man/man1/dd.1 1.4 +2 -3 doc/ja/man/man1/echo.1 1.4 +1 -1 doc/ja/man/man1/gdb.1 1.9 +2 -2 doc/ja/man/man1/ls.1 1.6 +5 -4 doc/ja/man/man1/mkdir.1 1.5 +6 -5 doc/ja/man/man1/mv.1 1.3 +3 -3 doc/ja/man/man1/nfsstat.1 1.8 +2 -2 doc/ja/man/man1/ps.1 1.6 +5 -4 doc/ja/man/man1/pwd.1 1.7 +5 -4 doc/ja/man/man1/stty.1 1.2 +16 -12 doc/ja/man/man5/dhclient.conf.5 1.2 +117 -3 doc/ja/man/man5/dhcp-options.5 1.2 +13 -1 doc/ja/man/man8/dhclient.8 1.2 +6 -5 doc/ja/man/man8/kget.8 1.2 +1 -1 doc/ja/man/man8/pccardc.8 1.6 +9 -2 doc/ja/man/man8/ping.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 5:57:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0E5214CFE; Sun, 9 May 1999 05:57:17 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA27702; Sun, 9 May 1999 05:57:17 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905091257.FAA27702@freefall.freebsd.org> From: KATO Takenori Date: Sun, 9 May 1999 05:57:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 options.pc98 src/sys/pc98/pc98 pc98kbd.c syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/09 05:57:16 PDT Modified files: (Branch: RELENG_3) sys/pc98/conf files.pc98 options.pc98 sys/pc98/pc98 pc98kbd.c syscons.c Log: MFC: Merged updated keyboard driver. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.81.2.5 +19 -11 src/sys/pc98/conf/files.pc98 1.78.2.4 +5 -3 src/sys/pc98/conf/options.pc98 1.4.2.1 +115 -110 src/sys/pc98/pc98/pc98kbd.c 1.109.2.5 +5 -1 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 5:59:25 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 4B4C414CFE; Sun, 9 May 1999 05:59:21 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id OAA18615; Sun, 9 May 1999 14:59:21 +0200 (CEST) (envelope-from des) To: Kenneth Merry Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4/man4.i386 ahc.4 References: <199905082143.OAA41310@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 09 May 1999 14:59:20 +0200 In-Reply-To: Kenneth Merry's message of "Sat, 8 May 1999 14:43:30 -0700 (PDT)" Message-ID: Lines: 9 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Kenneth Merry writes: > Log: > The 2930U2 and 3950U2 are supported by the Adaptec driver. Please update the list in the handbook. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6: 0:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB3EA14F04; Sun, 9 May 1999 06:00:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28192; Sun, 9 May 1999 06:00:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091300.GAA28192@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 06:00:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tlsb zs_tlsb.c src/sys/dev/iicbus iic.c src/sys/dev/smbus smb.c src/sys/dev/usb ugen.c ulpt.c ums.c src/sys/i386/apm apm.c src/sys/isa psm.c sio.c src/sys/kern kern_conf.c src/sys/pc98/pc98 sio.c src/sys/sys bus.h conf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 06:00:51 PDT Modified files: sys/alpha/tlsb zs_tlsb.c sys/dev/iicbus iic.c sys/dev/smbus smb.c sys/dev/usb ugen.c ulpt.c ums.c sys/i386/apm apm.c sys/isa psm.c sio.c sys/kern kern_conf.c sys/pc98/pc98 sio.c sys/sys bus.h conf.h Log: Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between a major number for a dev_t. Revision Changes Path 1.11 +2 -2 src/sys/alpha/tlsb/zs_tlsb.c 1.10 +2 -2 src/sys/dev/iicbus/iic.c 1.11 +2 -2 src/sys/dev/smbus/smb.c 1.15 +2 -2 src/sys/dev/usb/ugen.c 1.15 +2 -2 src/sys/dev/usb/ulpt.c 1.20 +2 -2 src/sys/dev/usb/ums.c 1.85 +2 -2 src/sys/i386/apm/apm.c 1.9 +2 -2 src/sys/isa/psm.c 1.237 +2 -2 src/sys/isa/sio.c 1.36 +11 -2 src/sys/kern/kern_conf.c 1.93 +2 -2 src/sys/pc98/pc98/sio.c 1.15 +2 -2 src/sys/sys/bus.h 1.54 +7 -5 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6: 7: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 883B214CFE; Sun, 9 May 1999 06:06:58 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28505; Sun, 9 May 1999 06:06:58 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905091306.GAA28505@freefall.freebsd.org> From: Doug Rabson Date: Sun, 9 May 1999 06:06:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/sys sigpending.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/09 06:06:58 PDT Modified files: (Branch: RELENG_3) lib/libc/alpha/sys sigpending.S Log: MFC: Rename when building libc_r. Revision Changes Path 1.1.1.1.2.1 +2 -2 src/lib/libc/alpha/sys/sigpending.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6:10:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1306154DC; Sun, 9 May 1999 06:10:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28869; Sun, 9 May 1999 06:10:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091310.GAA28869@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 06:10:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/isa sio.c src/sys/i386/conf options.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 06:10:51 PDT Modified files: sys/conf options sys/isa sio.c sys/i386/conf options.i386 Log: Move opt_sio.h options to conf/options and activate in isa/sio.c Revision Changes Path 1.136 +6 -1 src/sys/conf/options 1.238 +2 -2 src/sys/isa/sio.c 1.113 +1 -4 src/sys/i386/conf/options.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6:11:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B5F715B59; Sun, 9 May 1999 06:11:40 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28970; Sun, 9 May 1999 06:11:40 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091311.GAA28970@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 06:11:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 06:11:40 PDT Modified files: sys/coda coda_vfsops.c Log: remove cast from dev_t to dev_t. Revision Changes Path 1.13 +11 -2 src/sys/coda/coda_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6:13:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D09B515522; Sun, 9 May 1999 06:13:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA29148; Sun, 9 May 1999 06:13:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091313.GAA29148@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 06:13:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 06:13:55 PDT Modified files: sys/kern vfs_aio.c Log: major(something) can never become NODEV. Revision Changes Path 1.50 +2 -4 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6:21:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0278C150E5; Sun, 9 May 1999 06:21:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA29599; Sun, 9 May 1999 06:21:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091321.GAA29599@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 06:21:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/snd sbcard.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 06:21:10 PDT Modified files: sys/i386/isa/snd sbcard.h Log: Quiet a warning, put a #if 0 around some (I believe) unused static structs. Revision Changes Path 1.7 +2 -0 src/sys/i386/isa/snd/sbcard.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6:41:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7740B150E5; Sun, 9 May 1999 06:41:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30427; Sun, 9 May 1999 06:41:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905091341.GAA30427@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 9 May 1999 06:41:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: /src/lib/libc/gen arc4random.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/09 06:41:22 PDT Modified files: src/lib/libc/gen arc4random.3 Log: Typo. Obtained from: OpenBSD Revision Changes Path 1.3 +1 -1 /src/lib/libc/gen/arc4random.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6:44:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A59E514F43; Sun, 9 May 1999 06:43:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30478; Sun, 9 May 1999 06:43:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905091343.GAA30478@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 9 May 1999 06:43:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen arc4random.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/09 06:43:49 PDT Modified files: (Branch: RELENG_3) lib/libc/gen arc4random.3 Log: MFC: Typos Revision Changes Path 1.2.4.1 +3 -3 src/lib/libc/gen/arc4random.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6:46:20 1999 Delivered-To: cvs-all@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 4600214C2D; Sun, 9 May 1999 06:46:12 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id XAA26052; Sun, 9 May 1999 23:16:11 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA17372; Sun, 9 May 1999 23:16:53 +0930 Date: Sun, 9 May 1999 23:16:53 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: /src/lib/libc/gen arc4random.3 In-Reply-To: <199905091341.GAA30427@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 9 May 1999, Kris Kennaway wrote: > Subject: cvs commit: /src/lib/libc/gen arc4random.3 ^ I must have checked out my repository with CVSROOT=/home/ncvs/ (trailing /) Is there any way I can fix this without having to re-check it out and losing my local mods? Kris ----- "That suit's sharper than a page of Oscar Wilde witticisms that's been rolled up into a point, sprinkled with lemon juice and jabbed into someone's eye" "Wow, that's sharp!" - Ace Rimmer and the Cat, _Red Dwarf_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 6:46:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FBDB15AAE; Sun, 9 May 1999 06:46:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA54211; Sun, 9 May 1999 06:46:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905091346.GAA54211@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 9 May 1999 06:46:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: /src/lib/libc/gen arc4random.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/09 06:46:32 PDT Modified files: src/lib/libc/gen arc4random.3 Log: More typos. Revision Changes Path 1.4 +2 -2 /src/lib/libc/gen/arc4random.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 7:15: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65C7D14C23; Sun, 9 May 1999 07:15:06 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA87259; Sun, 9 May 1999 07:15:06 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905091415.HAA87259@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Sun, 9 May 1999 07:15:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xzx Makefile ports/emulators/xzx/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/09 07:15:05 PDT Modified files: emulators/xzx Makefile emulators/xzx/files md5 Log: Update to 2.8.1 Fix 'make fetch error problem' Revision Changes Path 1.10 +3 -3 ports/emulators/xzx/Makefile 1.5 +1 -1 ports/emulators/xzx/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 7:29:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D772A154A7; Sun, 9 May 1999 07:29:18 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA88989; Sun, 9 May 1999 07:29:18 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905091429.HAA88989@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Sun, 9 May 1999 07:29:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/irssi Makefile ports/net/irssi/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/09 07:29:18 PDT Modified files: net/irssi Makefile net/irssi/files md5 Log: Update to 0.7.8 PR: ports/11577 Submitted by: jim@blues.ghis.net Revision Changes Path 1.2 +3 -3 ports/net/irssi/Makefile 1.2 +1 -1 ports/net/irssi/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 8: 0:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FC791572E; Sun, 9 May 1999 08:00:08 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92458; Sun, 9 May 1999 08:00:08 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905091500.IAA92458@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 9 May 1999 08:00:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/squeak2 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/09 08:00:07 PDT Modified files: lang/squeak2 Makefile Log: Fix MASTER_SITES: * alix.inria.fr has been inaccessible for a couple of weeks * path on ftp.cs.uni-magdeburg.de was wrong Revision Changes Path 1.10 +3 -5 ports/lang/squeak2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 8:17:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59D6815518; Sun, 9 May 1999 08:17:08 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA94260; Sun, 9 May 1999 08:17:08 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905091517.IAA94260@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 9 May 1999 08:17:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/squeak2 Makefile ports/lang/squeak2/files md5 ports/lang/squeak2/patches patch-aa ports/lang/squeak2/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/09 08:17:07 PDT Modified files: lang/squeak2 Makefile lang/squeak2/files md5 lang/squeak2/pkg PLIST Removed files: lang/squeak2/patches patch-aa Log: Update 2.3 -> 2.4 Revision Changes Path 1.11 +5 -5 ports/lang/squeak2/Makefile 1.4 +1 -1 ports/lang/squeak2/files/md5 1.4 +2 -2 ports/lang/squeak2/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 8:20:41 1999 Delivered-To: cvs-all@freebsd.org Received: from widefw.csl.sony.co.jp (widefw.csl.sony.co.jp [133.138.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 8C26A15518; Sun, 9 May 1999 08:20:31 -0700 (PDT) (envelope-from kjc@csl.sony.co.jp) Received: from hotaka.csl.sony.co.jp (root@hotaka.csl.sony.co.jp [43.27.100.57]) by widefw.csl.sony.co.jp (8.9.3/3.7Wwidefw/99041417) with ESMTP id AAA28124; Mon, 10 May 1999 00:20:30 +0900 (JST) Received: from localhost (kjc@[127.0.0.1]) by hotaka.csl.sony.co.jp (8.8.8/3.6W/hotaka/98122515) with ESMTP id AAA25705; Mon, 10 May 1999 00:20:29 +0900 (JST) Message-Id: <199905091520.AAA25705@hotaka.csl.sony.co.jp> To: Udo Schweigert Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: RELENG_3 broken for libc_r, libpam and truss/kdump In-reply-to: Your message of "Sun, 09 May 1999 12:28:17 +0200." <19990509122817.A25953@alaska.cert.siemens.de> Date: Mon, 10 May 1999 00:20:28 +0900 From: Kenjiro Cho Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk These ioctls are removed so that you need to remake ioctl.c. (Do "make clean" under usr.bin/kdump.) --Kenjiro >> ===> usr.bin/kdump >> cc -O2 -pipe -I/home/src/RELENG_3/usr.bin/kdump/../ktrace -I/home/src/RELENG_3/usr.bin/kdump/../.. -I/usr/obj/home/src/RELENG_3/tmp/usr/include -c ioctl.c >> ioctl.c: In function `ioctlname': >> ioctl.c:790: `SIOCSPVCTX' undeclared (first use this function) >> ioctl.c:790: (Each undeclared identifier is reported only once >> ioctl.c:790: for each function it appears in.) >> ioctl.c:1168: `SIOCGPVCSIF' undeclared (first use this function) >> ioctl.c:1244: `SIOCSPVCSIF' undeclared (first use this function) >> ioctl.c:1278: `SIOCGPVCTX' undeclared (first use this function) >> *** Error code 1 >> `all' not remade because of errors. >> ===> usr.bin/truss >> cc -O2 -pipe -I/home/src/RELENG_3/usr.bin/truss -I. -I/usr/obj/home/src/RELENG_3/tmp/usr/include -c ioctl.c >> ioctl.c: In function `ioctlname': >> ioctl.c:790: `SIOCSPVCTX' undeclared (first use this function) >> ioctl.c:790: (Each undeclared identifier is reported only once >> ioctl.c:790: for each function it appears in.) >> ioctl.c:1168: `SIOCGPVCSIF' undeclared (first use this function) >> ioctl.c:1244: `SIOCSPVCSIF' undeclared (first use this function) >> ioctl.c:1278: `SIOCGPVCTX' undeclared (first use this function) >> *** Error code 1 >> `all' not remade because of errors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 8:21: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90BE115518; Sun, 9 May 1999 08:21:04 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA94694; Sun, 9 May 1999 08:21:04 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905091521.IAA94694@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Sun, 9 May 1999 08:21:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/xopps/patches patch-aa patch-ac ports/deskutils/xopps/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/09 08:21:04 PDT Modified files: deskutils/xopps/patches patch-aa patch-ac deskutils/xopps/pkg PLIST Log: Fix HELPDIR in patch-aa and DEFAULT_HELPPATH in patch-ac Now this can make package Revision Changes Path 1.5 +2 -2 ports/deskutils/xopps/patches/patch-aa 1.2 +2 -2 ports/deskutils/xopps/patches/patch-ac 1.3 +1 -1 ports/deskutils/xopps/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 8:38:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD67815276; Sun, 9 May 1999 08:38:16 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA96570; Sun, 9 May 1999 08:38:16 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905091538.IAA96570@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 9 May 1999 08:38:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/handbook Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/09 08:38:16 PDT Modified files: japanese/handbook Makefile Log: Add ${DOC_BASE}/en/share handlings. Pointed out by: NAKAJI Hiroyuki Revision Changes Path 1.15 +3 -2 ports/japanese/handbook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 8:54: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 481D314FB1; Sun, 9 May 1999 08:54:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA97986; Sun, 9 May 1999 08:54:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091554.IAA97986@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 08:54:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 08:54:07 PDT Modified files: sys/pci pci.c Log: Argh, don't clobber the pci device list if there are multiple busses! (An AGP counts as a PCI bus, it seems...) This stopped 'pciconf -l' from working on AGP or PCI->PCI bridge systems. Revision Changes Path 1.101 +2 -5 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 8:57:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 742D1150C7; Sun, 9 May 1999 08:57:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98185; Sun, 9 May 1999 08:57:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091557.IAA98185@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 08:57:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa vesa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 08:57:54 PDT Modified files: sys/i386/isa vesa.c Log: Always use the module system, rather than in an #ifdef. Revision Changes Path 1.23 +1 -10 src/sys/i386/isa/vesa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9: 4:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB6B41562F; Sun, 9 May 1999 09:04:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA98678; Sun, 9 May 1999 09:04:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091604.JAA98678@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 09:04:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/ibcs2 imgact_coff.c src/sys/i386/linux imgact_linux.c linux_ioctl.c src/sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c imgact_shell.c src/sys/svr4 imgact_svr4.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 09:04:15 PDT Modified files: sys/i386/ibcs2 imgact_coff.c sys/i386/linux imgact_linux.c linux_ioctl.c sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c imgact_shell.c sys/svr4 imgact_svr4.c Log: Fix a couple of warnings and some bitrot in comments. Revision Changes Path 1.36 +2 -4 src/sys/i386/ibcs2/imgact_coff.c 1.32 +2 -5 src/sys/i386/linux/imgact_linux.c 1.33 +3 -1 src/sys/i386/linux/linux_ioctl.c 1.50 +1 -3 src/sys/kern/imgact_aout.c 1.56 +1 -3 src/sys/kern/imgact_elf.c 1.37 +1 -4 src/sys/kern/imgact_gzip.c 1.19 +1 -3 src/sys/kern/imgact_shell.c 1.4 +1 -3 src/sys/svr4/imgact_svr4.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:14:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90FE714BF4; Sun, 9 May 1999 09:14:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA99532; Sun, 9 May 1999 09:14:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091614.JAA99532@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:14:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/PDL/patches patch-ff Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:14:33 PDT Added files: math/PDL/patches patch-ff Log: Fix build for -current. PR: 11546 Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:14:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D330315AF8; Sun, 9 May 1999 09:14:49 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA99676; Sun, 9 May 1999 09:14:49 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091614.JAA99676@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:14:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel-emacs Makefile ports/editors/apel-emacs/files md5 ports/editors/apel-emacs/patches patch-ac ports/editors/apel-emacs/pkg DESCR PLIST ports/editors/apel-mule Makefile ports/editors/apel-mule/pkg DESCR PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:14:48 PDT Modified files: editors/apel-emacs Makefile editors/apel-emacs/files md5 editors/apel-emacs/pkg DESCR PLIST editors/apel-mule Makefile editors/apel-mule/pkg DESCR PLIST editors/apel-emacs20 Makefile editors/apel-emacs20/pkg DESCR PLIST Removed files: editors/apel-emacs/patches patch-ac Log: Update to 9.18. Revision Changes Path 1.6 +19 -6 ports/editors/apel-emacs/Makefile 1.3 +1 -1 ports/editors/apel-emacs/files/md5 1.3 +3 -2 ports/editors/apel-emacs/pkg/DESCR 1.2 +16 -6 ports/editors/apel-emacs/pkg/PLIST 1.3 +6 -4 ports/editors/apel-mule/Makefile 1.3 +3 -2 ports/editors/apel-mule/pkg/DESCR 1.2 +20 -10 ports/editors/apel-mule/pkg/PLIST 1.3 +4 -4 ports/editors/apel-emacs20/Makefile 1.3 +3 -2 ports/editors/apel-emacs20/pkg/DESCR 1.2 +22 -14 ports/editors/apel-emacs20/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:15:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87FEE14D7D; Sun, 9 May 1999 09:15:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA99806; Sun, 9 May 1999 09:15:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091615.JAA99806@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/amaya Makefile ports/www/amaya/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:15:49 PDT Modified files: www/amaya Makefile www/amaya/files md5 Log: Update to version 2.0a. PR: 11565 Submitted by: maintainer Revision Changes Path 1.4 +4 -4 ports/www/amaya/Makefile 1.4 +1 -1 ports/www/amaya/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:17:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88D5715752; Sun, 9 May 1999 09:17:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA99980; Sun, 9 May 1999 09:17:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091617.JAA99980@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:17:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ascpu Makefile ports/sysutils/ascpu/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:17:46 PDT Modified files: sysutils/ascpu Makefile sysutils/ascpu/files md5 Log: Update to version 1.6. PR: 11585 Submitted by: Chris Piazza Revision Changes Path 1.4 +3 -3 ports/sysutils/ascpu/Makefile 1.4 +1 -1 ports/sysutils/ascpu/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:18:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F33715743; Sun, 9 May 1999 09:18:09 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00178; Sun, 9 May 1999 09:18:09 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091618.JAA00178@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:18:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:18:08 PDT Modified files: . modules Log: flim-emacs --> ports/editors/flim-emacs Revision Changes Path 1.3097 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:19:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D8BE14BF4; Sun, 9 May 1999 09:19:31 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00282; Sun, 9 May 1999 09:19:31 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091619.JAA00282@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:19:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:19:30 PDT ports/editors/flim-emacs - Imported sources Update of /home/ncvs/ports/editors/flim-emacs In directory freefall.freebsd.org:/c/users/shige/ports/editors/flim-emacs Log Message: New port: editors/flim-emacs. Status: Vendor Tag: SHIGE Release Tags: v1_9_2 N ports/editors/flim-emacs/Makefile I ports/editors/flim-emacs/CVS N ports/editors/flim-emacs/files/flim-setup.el.in N ports/editors/flim-emacs/files/md5 N ports/editors/flim-emacs/patches/patch-aa N ports/editors/flim-emacs/patches/patch-ab N ports/editors/flim-emacs/patches/patch-ad N ports/editors/flim-emacs/patches/patch-ac N ports/editors/flim-emacs/pkg/COMMENT N ports/editors/flim-emacs/pkg/DESCR N ports/editors/flim-emacs/pkg/PLIST N ports/editors/flim-emacs/scripts/configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:20: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 185F814BF4; Sun, 9 May 1999 09:20:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00334; Sun, 9 May 1999 09:20:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091620.JAA00334@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:20:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/aterm Makefile ports/x11/aterm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:20:00 PDT Modified files: x11/aterm Makefile x11/aterm/files md5 Log: Update to version 0.3.5. PR: 11573 Submitted by: maintainer Revision Changes Path 1.4 +10 -7 ports/x11/aterm/Makefile 1.6 +1 -2 ports/x11/aterm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:21:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F25315737; Sun, 9 May 1999 09:21:21 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00480; Sun, 9 May 1999 09:21:21 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091621.JAA00480@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:21:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:21:20 PDT Modified files: . modules Log: flim-mule --> ports/editors/flim-mule Revision Changes Path 1.3098 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:22:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15CC114BF4; Sun, 9 May 1999 09:22:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00578; Sun, 9 May 1999 09:22:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091622.JAA00578@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:22:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exmh2/patches patch-ax Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:22:27 PDT Modified files: mail/exmh2/patches patch-ax Log: Fix conversion of some 'Date:' headers by adding the remaining part of date.patch. PR: 8181 Submitted by: David Kelly Revision Changes Path 1.3 +18 -14 ports/mail/exmh2/patches/patch-ax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:22:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC3A415743; Sun, 9 May 1999 09:22:39 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00626; Sun, 9 May 1999 09:22:39 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091622.JAA00626@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:22:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-mule - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:22:39 PDT ports/editors/flim-mule - Imported sources Update of /home/ncvs/ports/editors/flim-mule In directory freefall.freebsd.org:/c/users/shige/ports/editors/flim-mule Log Message: New port: editors/flim-mule. Status: Vendor Tag: SHIGE Release Tags: v1_9_2 N ports/editors/flim-mule/Makefile I ports/editors/flim-mule/CVS N ports/editors/flim-mule/pkg/COMMENT N ports/editors/flim-mule/pkg/DESCR N ports/editors/flim-mule/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:25:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9DC3157A7; Sun, 9 May 1999 09:25:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00986; Sun, 9 May 1999 09:25:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091625.JAA00986@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:25:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/fltk Makefile ports/x11-toolkits/fltk/files md5 ports/x11-toolkits/fltk/patches patch-ab ports/x11-toolkits/fltk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:25:07 PDT Modified files: x11-toolkits/fltk Makefile x11-toolkits/fltk/files md5 x11-toolkits/fltk/patches patch-ab x11-toolkits/fltk/pkg PLIST Log: Update to version 1.0.3 and cleanup a few nits. PR: 11583 Submitted by: Chris Piazza Revision Changes Path 1.8 +4 -5 ports/x11-toolkits/fltk/Makefile 1.4 +1 -1 ports/x11-toolkits/fltk/files/md5 1.2 +24 -16 ports/x11-toolkits/fltk/patches/patch-ab 1.4 +2 -3 ports/x11-toolkits/fltk/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:26:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DBDF15743; Sun, 9 May 1999 09:26:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA01211; Sun, 9 May 1999 09:26:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091626.JAA01211@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/greed Makefile ports/net/greed/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:26:15 PDT Modified files: net/greed Makefile net/greed/files md5 Log: Update to version 0.801. PR: 11584 Submitted by: maintainer Revision Changes Path 1.7 +3 -3 ports/net/greed/Makefile 1.7 +1 -1 ports/net/greed/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:26:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85B7B15748; Sun, 9 May 1999 09:26:52 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA01289; Sun, 9 May 1999 09:26:52 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091626.JAA01289@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:26:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs20 Makefile ports/editors/flim-emacs20/files md5 ports/editors/flim-emacs20/patches patch-aa patch-ab ports/editors/flim-emacs20/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:26:52 PDT Modified files: editors/flim-emacs20 Makefile editors/flim-emacs20/pkg DESCR PLIST Removed files: editors/flim-emacs20/files md5 editors/flim-emacs20/patches patch-aa patch-ab Log: Change from master to slave. New master port is editors/flim-emacs. Revision Changes Path 1.8 +10 -51 ports/editors/flim-emacs20/Makefile 1.2 +2 -2 ports/editors/flim-emacs20/pkg/DESCR 1.3 +1 -1 ports/editors/flim-emacs20/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:28:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 432B715780; Sun, 9 May 1999 09:28:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA01584; Sun, 9 May 1999 09:28:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091628.JAA01584@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:28:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax Makefile ports/comms/hylafax/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:28:11 PDT Modified files: comms/hylafax Makefile comms/hylafax/files md5 Log: Add a patch so this builds on -current. Porlint. PR: 11310 Submitted by: Adrian Wontroba Revision Changes Path 1.25 +11 -4 ports/comms/hylafax/Makefile 1.6 +2 -1 ports/comms/hylafax/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:29:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DD1E1581F; Sun, 9 May 1999 09:29:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA01810; Sun, 9 May 1999 09:29:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091629.JAA01810@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:29:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/gnotepad+ Makefile ports/editors/gnotepad+/files md5 ports/editors/gnotepad+/patches patch-aa ports/editors/gnotepad+/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:29:56 PDT Modified files: editors/gnotepad+ Makefile editors/gnotepad+/files md5 editors/gnotepad+/pkg PLIST Removed files: editors/gnotepad+/patches patch-aa Log: Update to version 1.1.4. PR: 11588 Submitted by: Chris Piazza Revision Changes Path 1.2 +4 -4 ports/editors/gnotepad+/Makefile 1.2 +1 -1 ports/editors/gnotepad+/files/md5 1.2 +1 -0 ports/editors/gnotepad+/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:32:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 068F7151AB; Sun, 9 May 1999 09:32:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02038; Sun, 9 May 1999 09:32:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091632.JAA02038@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 09:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 09:32:04 PDT Modified files: sys/pci pcisupport.c Log: Make the pci vga detection work so that the card is claimed and it's interrupt configuration reported. (I just discovered my vga card is being configured for irq 5... :-) This is just reporting. The vga_isa driver does the real work using the isa compat mappings. Revision Changes Path 1.108 +5 -10 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:32:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7087E150AF; Sun, 9 May 1999 09:32:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02227; Sun, 9 May 1999 09:32:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091632.JAA02227@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:32:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/icewm Makefile ports/x11-wm/icewm/files md5 ports/x11-wm/icewm/patches patch-ag patch-ab ports/x11-wm/icewm/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:32:42 PDT Modified files: x11-wm/icewm Makefile x11-wm/icewm/files md5 x11-wm/icewm/patches patch-ab x11-wm/icewm/pkg COMMENT DESCR PLIST Added files: x11-wm/icewm/patches patch-ag Log: Update to version 0.9.38 and change I18N to USE_I18N to avoid compilation problems. PR: 11473 Submitted by: Chris Piazza Revision Changes Path 1.35 +12 -11 ports/x11-wm/icewm/Makefile 1.23 +1 -1 ports/x11-wm/icewm/files/md5 1.10 +3 -4 ports/x11-wm/icewm/patches/patch-ab 1.2 +1 -1 ports/x11-wm/icewm/pkg/COMMENT 1.7 +4 -2 ports/x11-wm/icewm/pkg/DESCR 1.17 +8 -2 ports/x11-wm/icewm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:33:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FDEA14D08; Sun, 9 May 1999 09:33:20 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02364; Sun, 9 May 1999 09:33:20 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091633.JAA02364@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:33:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:33:19 PDT Modified files: . modules Log: flim-emacs-current --> ports/editors/flim-emacs-current Revision Changes Path 1.3099 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:34: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 065F614F42; Sun, 9 May 1999 09:34:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02420; Sun, 9 May 1999 09:34:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091634.JAA02420@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:34:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/irssi/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:34:00 PDT Added files: net/irssi/patches patch-aa Log: Fix build on -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:34:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22BF115791; Sun, 9 May 1999 09:34:30 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02503; Sun, 9 May 1999 09:34:29 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091634.JAA02503@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:34:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs-current - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:34:29 PDT ports/editors/flim-emacs-current - Imported sources Update of /home/ncvs/ports/editors/flim-emacs-current In directory freefall.freebsd.org:/c/users/shige/ports/editors/flim-emacs-current Log Message: New port: editors/flim-emacs-current. Status: Vendor Tag: SHIGE Release Tags: v1_12_5 N ports/editors/flim-emacs-current/Makefile I ports/editors/flim-emacs-current/CVS N ports/editors/flim-emacs-current/files/flim-setup.el.in N ports/editors/flim-emacs-current/files/md5 N ports/editors/flim-emacs-current/patches/patch-aa N ports/editors/flim-emacs-current/patches/patch-ab N ports/editors/flim-emacs-current/patches/patch-ad N ports/editors/flim-emacs-current/patches/patch-ac N ports/editors/flim-emacs-current/pkg/COMMENT N ports/editors/flim-emacs-current/pkg/DESCR N ports/editors/flim-emacs-current/pkg/PLIST N ports/editors/flim-emacs-current/scripts/configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:35:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA44D14D08; Sun, 9 May 1999 09:35:36 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02736; Sun, 9 May 1999 09:35:36 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091635.JAA02736@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:35:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:35:35 PDT Modified files: . modules Log: flim-mule-current --> ports/editors/flim-mule-current Revision Changes Path 1.3100 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:36:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AD7C157F5; Sun, 9 May 1999 09:36:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02843; Sun, 9 May 1999 09:36:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091636.JAA02843@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:36:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/eterm Makefile ports/japanese/eterm/files md5 ports/japanese/eterm/patches patch-ao patch-ad patch-ae patch-af patch-ag patch-ah patch-aj patch-ab patch-al patch-an ports/japanese/eterm/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:36:27 PDT Modified files: japanese/eterm Makefile japanese/eterm/files md5 japanese/eterm/patches patch-ad patch-ae patch-af patch-ag patch-ah patch-aj japanese/eterm/pkg DESCR PLIST Added files: japanese/eterm/patches patch-ao Removed files: japanese/eterm/patches patch-ab patch-al patch-an Log: Update to version 0.8.9. PR: 11586 Submitted by: maintainer Revision Changes Path 1.5 +12 -14 ports/japanese/eterm/Makefile 1.3 +1 -1 ports/japanese/eterm/files/md5 1.3 +9 -9 ports/japanese/eterm/patches/patch-ad 1.3 +206 -279 ports/japanese/eterm/patches/patch-ae 1.3 +8 -8 ports/japanese/eterm/patches/patch-af 1.3 +15 -15 ports/japanese/eterm/patches/patch-ag 1.3 +8 -8 ports/japanese/eterm/patches/patch-ah 1.3 +24 -5 ports/japanese/eterm/patches/patch-aj 1.5 +2 -2 ports/japanese/eterm/pkg/DESCR 1.3 +14 -13 ports/japanese/eterm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:36:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A7B714FA6; Sun, 9 May 1999 09:36:52 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02877; Sun, 9 May 1999 09:36:51 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091636.JAA02877@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:36:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-mule-current - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:36:51 PDT ports/editors/flim-mule-current - Imported sources Update of /home/ncvs/ports/editors/flim-mule-current In directory freefall.freebsd.org:/c/users/shige/ports/editors/flim-mule-current Log Message: New port: editors/flim-mule-current. Status: Vendor Tag: SHIGE Release Tags: v1_12_5 N ports/editors/flim-mule-current/Makefile I ports/editors/flim-mule-current/CVS N ports/editors/flim-mule-current/pkg/COMMENT N ports/editors/flim-mule-current/pkg/DESCR N ports/editors/flim-mule-current/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:37:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93F3F14FA6; Sun, 9 May 1999 09:37:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02957; Sun, 9 May 1999 09:37:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091637.JAA02957@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:37:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs/patches patch-a3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:37:48 PDT Added files: x11/kdelibs/patches patch-a3 Log: Fix a coredump in kwmsound. PR: 6434 Submitted by: Chia-liang Kao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:39:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05CCB14FA6; Sun, 9 May 1999 09:39:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA03283; Sun, 9 May 1999 09:39:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091639.JAA03283@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 09:39:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa vga_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 09:39:28 PDT Modified files: sys/isa vga_isa.c Log: Delete the #if'ed out old isa bus probe/attach routines Revision Changes Path 1.8 +1 -73 src/sys/isa/vga_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:40:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A68B15718; Sun, 9 May 1999 09:40:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA03457; Sun, 9 May 1999 09:40:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091640.JAA03457@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:40:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ocaml Makefile ports/lang/ocaml/patches patch-ab patch-ac patch-aa ports/lang/ocaml/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:40:17 PDT Modified files: lang/ocaml Makefile lang/ocaml/patches patch-aa lang/ocaml/pkg PLIST Added files: lang/ocaml/patches patch-ab patch-ac Log: Fix profiling on ELF systems. PR: 11566 Submitted by: Ronald Kuehn Revision Changes Path 1.7 +5 -6 ports/lang/ocaml/Makefile 1.3 +76 -59 ports/lang/ocaml/patches/patch-aa 1.6 +33 -0 ports/lang/ocaml/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:40:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F7CA157A7; Sun, 9 May 1999 09:40:21 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA03473; Sun, 9 May 1999 09:40:20 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091640.JAA03473@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:40:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs20-current Makefile ports/editors/flim-emacs20-current/files md5 ports/editors/flim-emacs20-current/patches patch-aa patch-ab ports/editors/flim-emacs20-current/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:40:20 PDT Modified files: editors/flim-emacs20-current Makefile editors/flim-emacs20-current/pkg DESCR Removed files: editors/flim-emacs20-current/files md5 editors/flim-emacs20-current/patches patch-aa patch-ab Log: Change from master to slave. New master port is editors/flim-emacs-current. Revision Changes Path 1.7 +10 -51 ports/editors/flim-emacs20-current/Makefile 1.2 +2 -2 ports/editors/flim-emacs20-current/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:41:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 233AC15780; Sun, 9 May 1999 09:41:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA03609; Sun, 9 May 1999 09:41:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091641.JAA03609@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:41:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/otcl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:41:32 PDT Modified files: lang/otcl Makefile Log: This port needs X11 libs. PR: 11522 Submitted by: maintainer Revision Changes Path 1.2 +3 -1 ports/lang/otcl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:43:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25D5C15718; Sun, 9 May 1999 09:43:42 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA03978; Sun, 9 May 1999 09:43:42 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091643.JAA03978@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:43:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:43:41 PDT Modified files: . modules Log: semi-emacs --> ports/editors/semi-emacs Revision Changes Path 1.3101 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:43:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C4D8157FA; Sun, 9 May 1999 09:43:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04025; Sun, 9 May 1999 09:43:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091643.JAA04025@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:43:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:43:53 PDT Modified files: lang/perl5/pkg PLIST Log: Add '%D' so we get the whole path for the '@unexec rm's. PR: 7848 Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.21 +2 -1 ports/lang/perl5/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:46:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0E41579B; Sun, 9 May 1999 09:46:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04435; Sun, 9 May 1999 09:46:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091646.JAA04435@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 09:46:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 09:46:05 PDT Modified files: sys/conf options sys/i386/i386 autoconf.c sys/i386/conf GENERIC LINT Makefile.i386 files.i386 Log: Major lobotomy of config(8). The config kernel mumble mumble line has been obsoleted and removed and with it went all knowledge of devices on the part of config. You can still configure a root device (which is used if you give the "-r" flag) but now with an option: options ROOTDEVNAME=\"da0s2e\" The string is parsed by the same code as at the "boot -a" prompt. At the same time, make the "boot -a" prompt both more able and more informative. ALPHA/PC98 people: You will have to adapt a few simple changes (defining rootdev and dumpdev somewhere else) before config works for you again, sorry, but it's all in the name of progress. Revision Changes Path 1.137 +3 -1 src/sys/conf/options 1.119 +126 -2 src/sys/i386/i386/autoconf.c 1.169 +1 -3 src/sys/i386/conf/GENERIC 1.595 +4 -10 src/sys/i386/conf/LINT 1.150 +2 -2 src/sys/i386/conf/Makefile.i386 1.239 +1 -2 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:46: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D43C15718; Sun, 9 May 1999 09:46:05 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04428; Sun, 9 May 1999 09:46:05 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091646.JAA04428@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:46:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:46:04 PDT ports/editors/semi-emacs - Imported sources Update of /home/ncvs/ports/editors/semi-emacs In directory freefall.freebsd.org:/c/users/shige/ports/editors/semi-emacs Log Message: New port: editors/semi-emacs. Status: Vendor Tag: SHIGE Release Tags: v1_8_6 N ports/editors/semi-emacs/Makefile I ports/editors/semi-emacs/CVS N ports/editors/semi-emacs/files/md5 N ports/editors/semi-emacs/files/semi-setup.el.in N ports/editors/semi-emacs/pkg/COMMENT N ports/editors/semi-emacs/pkg/DESCR N ports/editors/semi-emacs/pkg/PLIST N ports/editors/semi-emacs/patches/patch-aa N ports/editors/semi-emacs/patches/patch-ab N ports/editors/semi-emacs/patches/patch-ac N ports/editors/semi-emacs/scripts/configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:46:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6813615BDE; Sun, 9 May 1999 09:46:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04470; Sun, 9 May 1999 09:46:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091646.JAA04470@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:46:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ppxp Makefile ports/net/ppxp/files md5 ports/net/ppxp/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af ports/net/ppxp/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:46:21 PDT Modified files: net/ppxp Makefile net/ppxp/files md5 net/ppxp/patches patch-aa net/ppxp/pkg DESCR PLIST Removed files: net/ppxp/patches patch-ab patch-ac patch-ad patch-ae patch-af Log: Update to version 0.99030108. PR: 11578 Submitted by: maintainer Revision Changes Path 1.5 +8 -6 ports/net/ppxp/Makefile 1.2 +1 -1 ports/net/ppxp/files/md5 1.2 +11 -28 ports/net/ppxp/patches/patch-aa 1.4 +1 -1 ports/net/ppxp/pkg/DESCR 1.2 +3 -3 ports/net/ppxp/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:46:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E165157AD; Sun, 9 May 1999 09:46:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04536; Sun, 9 May 1999 09:46:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091646.JAA04536@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 09:46:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swapgeneric.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 09:46:42 PDT Removed files: sys/i386/i386 swapgeneric.c Log: no longer used. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:47:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6ADC157C0; Sun, 9 May 1999 09:47:38 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04774; Sun, 9 May 1999 09:47:38 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091647.JAA04774@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:47:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:47:37 PDT Modified files: . modules Log: semi-mule --> ports/editors/semi-mule Revision Changes Path 1.3102 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:48:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 511411579B; Sun, 9 May 1999 09:48:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04912; Sun, 9 May 1999 09:48:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091648.JAA04912@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:48:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qstat Makefile ports/games/qstat/files md5 ports/games/qstat/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:48:30 PDT Modified files: games/qstat Makefile games/qstat/files md5 Added files: games/qstat/patches patch-aa Log: Update to version 2.3c. PR: 11568 Submitted by: Chris Piazza Revision Changes Path 1.3 +4 -4 ports/games/qstat/Makefile 1.3 +1 -1 ports/games/qstat/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:48:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBCAD157C0; Sun, 9 May 1999 09:48:46 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04941; Sun, 9 May 1999 09:48:46 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091648.JAA04941@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:48:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:48:46 PDT ports/editors/semi-mule - Imported sources Update of /home/ncvs/ports/editors/semi-mule In directory freefall.freebsd.org:/c/users/shige/ports/editors/semi-mule Log Message: New port: editors/semi-mule. Status: Vendor Tag: SHIGE Release Tags: v1_8_6 N ports/editors/semi-mule/Makefile I ports/editors/semi-mule/CVS N ports/editors/semi-mule/pkg/COMMENT N ports/editors/semi-mule/pkg/DESCR N ports/editors/semi-mule/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:49:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41B3715794; Sun, 9 May 1999 09:49:54 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05138; Sun, 9 May 1999 09:49:54 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905091649.JAA05138@freefall.freebsd.org> From: SADA Kenji Date: Sun, 9 May 1999 09:49:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xjman Makefile ports/japanese/xjman/files COPYRIGHT.XJDP md5 ports/japanese/xjman/pkg DESCR MESSAGE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/09 09:49:53 PDT Modified files: japanese/xjman Makefile japanese/xjman/files COPYRIGHT.XJDP md5 japanese/xjman/pkg DESCR MESSAGE Log: Upgrade to version 0.3. Obtained from: The X Japanese Documentation Project Revision Changes Path 1.4 +4 -5 ports/japanese/xjman/Makefile 1.2 +1 -1 ports/japanese/xjman/files/COPYRIGHT.XJDP 1.2 +1 -1 ports/japanese/xjman/files/md5 1.2 +2 -2 ports/japanese/xjman/pkg/DESCR 1.2 +1 -1 ports/japanese/xjman/pkg/MESSAGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:50:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BF7115794; Sun, 9 May 1999 09:50:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05216; Sun, 9 May 1999 09:50:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091650.JAA05216@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:50:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/qtarch Makefile ports/devel/qtarch/files md5 ports/devel/qtarch/patches patch-aa patch-ab ports/devel/qtarch/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:50:12 PDT Modified files: devel/qtarch Makefile devel/qtarch/files md5 devel/qtarch/patches patch-aa devel/qtarch/pkg DESCR PLIST Removed files: devel/qtarch/patches patch-ab Log: Update to version 1.4.4. PR: 11564 Submitted by: maintainer Revision Changes Path 1.2 +10 -4 ports/devel/qtarch/Makefile 1.2 +1 -1 ports/devel/qtarch/files/md5 1.2 +71 -4 ports/devel/qtarch/patches/patch-aa 1.2 +4 -0 ports/devel/qtarch/pkg/DESCR 1.2 +3 -2 ports/devel/qtarch/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:51:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 113AF15643; Sun, 9 May 1999 09:51:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05511; Sun, 9 May 1999 09:51:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091651.JAA05511@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:51:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tac_plus/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:51:47 PDT Added files: net/tac_plus/patches patch-ad Log: Avoid a segmentation fault when the configuration file is not found. PR: 11593 Submitted by: Dan Lukes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:52: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46E06157F9; Sun, 9 May 1999 09:52:02 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05596; Sun, 9 May 1999 09:52:02 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091652.JAA05596@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:52:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs20 Makefile ports/editors/semi-emacs20/files md5 ports/editors/semi-emacs20/patches patch-aa patch-ab ports/editors/semi-emacs20/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:52:01 PDT Modified files: editors/semi-emacs20 Makefile editors/semi-emacs20/pkg COMMENT DESCR Removed files: editors/semi-emacs20/files md5 editors/semi-emacs20/patches patch-aa patch-ab Log: Change from master to slave. New master port is editors/semi-emacs. Revision Changes Path 1.8 +13 -63 ports/editors/semi-emacs20/Makefile 1.2 +1 -1 ports/editors/semi-emacs20/pkg/COMMENT 1.2 +2 -2 ports/editors/semi-emacs20/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:53:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86AA81579B; Sun, 9 May 1999 09:53:16 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05869; Sun, 9 May 1999 09:53:16 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091653.JAA05869@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:53:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:53:15 PDT Modified files: . modules Log: semi-emacs-current --> ports/editors/semi-emacs-current Revision Changes Path 1.3103 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:53:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB1831579B; Sun, 9 May 1999 09:53:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06045; Sun, 9 May 1999 09:53:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091653.JAA06045@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:53:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/vtcl Makefile ports/devel/vtcl/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:53:42 PDT Modified files: devel/vtcl Makefile devel/vtcl/pkg PLIST Log: Make the do-install target more manageable. PR: rest of 11590 Submitted by: Chirs Piazza Revision Changes Path 1.17 +7 -13 ports/devel/vtcl/Makefile 1.6 +0 -1 ports/devel/vtcl/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:53:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5D6915B6F; Sun, 9 May 1999 09:53:51 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06096; Sun, 9 May 1999 09:53:51 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905091653.JAA06096@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Sun, 9 May 1999 09:53:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/superlu/files md5 ports/math/superlu/patches patch-aa ports/math/superlu/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/09 09:53:51 PDT Modified files: math/superlu/files md5 math/superlu/patches patch-aa math/superlu/pkg PLIST Log: Fix checksum And fix patches/patch-aa Revision Changes Path 1.2 +1 -1 ports/math/superlu/files/md5 1.2 +41 -84 ports/math/superlu/patches/patch-aa 1.3 +2 -0 ports/math/superlu/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:54:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53AD8157FA; Sun, 9 May 1999 09:54:13 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06167; Sun, 9 May 1999 09:54:13 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091654.JAA06167@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:54:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs-current - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:54:12 PDT ports/editors/semi-emacs-current - Imported sources Update of /home/ncvs/ports/editors/semi-emacs-current In directory freefall.freebsd.org:/c/users/shige/ports/editors/semi-emacs-current Log Message: New port: editors/semi-emacs-current. Status: Vendor Tag: SHIGE Release Tags: v1_13_3 N ports/editors/semi-emacs-current/Makefile I ports/editors/semi-emacs-current/CVS N ports/editors/semi-emacs-current/files/md5 N ports/editors/semi-emacs-current/files/semi-setup.el.in N ports/editors/semi-emacs-current/pkg/COMMENT N ports/editors/semi-emacs-current/pkg/DESCR N ports/editors/semi-emacs-current/pkg/PLIST N ports/editors/semi-emacs-current/patches/patch-aa N ports/editors/semi-emacs-current/patches/patch-ab N ports/editors/semi-emacs-current/patches/patch-ac N ports/editors/semi-emacs-current/scripts/configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:55: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5B4C15860; Sun, 9 May 1999 09:55:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06381; Sun, 9 May 1999 09:55:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091655.JAA06381@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:55:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/wget/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:55:01 PDT Added files: net/wget/patches patch-ad Log: Fix for relative link rewrites. PR: 11509 Submitted by: Kensaku Masuda To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:55:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67DD01581F; Sun, 9 May 1999 09:55:49 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06661; Sun, 9 May 1999 09:55:49 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091655.JAA06661@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:55:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:55:49 PDT Modified files: . modules Log: semi-mule-current --> ports/editors/semi-mule-current Revision Changes Path 1.3104 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:56:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78C151580A; Sun, 9 May 1999 09:56:12 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06741; Sun, 9 May 1999 09:56:12 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091656.JAA06741@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 09:56:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 09:56:11 PDT Modified files: sys/i386/i386 autoconf.c Log: Oops. If ROOTDEVNAME isn't defined, have -r call -a. Revision Changes Path 1.120 +5 -1 src/sys/i386/i386/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:56:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E9E715B14; Sun, 9 May 1999 09:56:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06775; Sun, 9 May 1999 09:56:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091656.JAA06775@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:56:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/wmcp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:56:16 PDT Modified files: misc/wmcp Makefile Log: New MASTER_SITE. PR: 11576 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/misc/wmcp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:56:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34B6F1580A; Sun, 9 May 1999 09:56:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06912; Sun, 9 May 1999 09:56:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091656.JAA06912@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 09:56:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 09:56:41 PDT Modified files: sys/isa sio.c Log: Optimize out a couple of places where com_addr() is used twice in a row, although this is pretty trivial. devclass_get_softc() is a tad more expensive than the old com_addr() implementation. If Bruce is really worried about the cost of this, it could always be changed so that the softc pointer is stored in a local array again. Revision Changes Path 1.239 +9 -27 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:57: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18C8415945; Sun, 9 May 1999 09:56:56 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06998; Sun, 9 May 1999 09:56:56 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091656.JAA06998@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:56:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule-current - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:56:55 PDT ports/editors/semi-mule-current - Imported sources Update of /home/ncvs/ports/editors/semi-mule-current In directory freefall.freebsd.org:/c/users/shige/ports/editors/semi-mule-current Log Message: New port: editors/semi-mule-current. Status: Vendor Tag: SHIGE Release Tags: v1_13_3 N ports/editors/semi-mule-current/Makefile I ports/editors/semi-mule-current/CVS N ports/editors/semi-mule-current/pkg/COMMENT N ports/editors/semi-mule-current/pkg/DESCR N ports/editors/semi-mule-current/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:57: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4904115A41; Sun, 9 May 1999 09:56:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA07014; Sun, 9 May 1999 09:56:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905091656.JAA07014@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 09:56:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 09:56:57 PDT Modified files: (Branch: RELENG_3) release Makefile Log: Turn on both compat22 and compat3x dists. Revision Changes Path 1.460.2.15 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:57:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B1A51580A; Sun, 9 May 1999 09:57:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA07205; Sun, 9 May 1999 09:57:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091657.JAA07205@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:57:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xchat Makefile ports/net/xchat/files md5 ports/net/xchat/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:57:33 PDT Modified files: net/xchat Makefile net/xchat/files md5 net/xchat/pkg PLIST Log: Update to version 0.9.5. PR: 11574 Submitted by: maintainer Revision Changes Path 1.10 +16 -6 ports/net/xchat/Makefile 1.7 +1 -1 ports/net/xchat/files/md5 1.2 +12 -0 ports/net/xchat/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:58:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14EA615804; Sun, 9 May 1999 09:58:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA07498; Sun, 9 May 1999 09:58:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905091658.JAA07498@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 09:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 09:58:42 PDT Modified files: (Branch: RELENG_3) release Makefile Log: Remove the compat31 dist. (What the hell is a RELENG_3 tagged src/release/ doing in my -CURRENT tree??) Revision Changes Path 1.460.2.16 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:59:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64097157F5; Sun, 9 May 1999 09:59:10 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA07602; Sun, 9 May 1999 09:59:10 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091659.JAA07602@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 09:59:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs20-current Makefile ports/editors/semi-emacs20-current/files md5 ports/editors/semi-emacs20-current/patches patch-aa patch-ab ports/editors/semi-emacs20-current/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 09:59:10 PDT Modified files: editors/semi-emacs20-current Makefile editors/semi-emacs20-current/pkg COMMENT DESCR Removed files: editors/semi-emacs20-current/files md5 editors/semi-emacs20-current/patches patch-aa patch-ab Log: Change from master to slave. New master port is editors/semi-emacs-current. Revision Changes Path 1.7 +12 -62 ports/editors/semi-emacs20-current/Makefile 1.2 +1 -1 ports/editors/semi-emacs20-current/pkg/COMMENT 1.2 +2 -2 ports/editors/semi-emacs20-current/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 9:59:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3536515812; Sun, 9 May 1999 09:59:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA07722; Sun, 9 May 1999 09:59:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091659.JAA07722@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 09:59:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xqf Makefile ports/games/xqf/files md5 ports/games/xqf/patches patch-aa patch-ab ports/games/xqf/pkg MESSAGE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 09:59:39 PDT Modified files: games/xqf Makefile games/xqf/files md5 games/xqf/patches patch-aa Added files: games/xqf/pkg MESSAGE Removed files: games/xqf/patches patch-ab Log: Update to version 0.8.99.2. Also honor CFLAGS and PREFIX. PR: 11567 Submitted by: Chris Piazza Revision Changes Path 1.3 +6 -3 ports/games/xqf/Makefile 1.3 +1 -1 ports/games/xqf/files/md5 1.3 +30 -34 ports/games/xqf/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10: 0: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81C0115812; Sun, 9 May 1999 10:00:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07902; Sun, 9 May 1999 10:00:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905091700.KAA07902@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 10:00:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 10:00:05 PDT Modified files: release Makefile Log: Turn on compat22 dist. Revision Changes Path 1.482 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10: 1:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC58E15804; Sun, 9 May 1999 10:01:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08337; Sun, 9 May 1999 10:01:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091701.KAA08337@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:01:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomeadmin Makefile ports/sysutils/gnomeadmin/files md5 ports/sysutils/gnomeadmin/patches patch-aa ports/sysutils/gnomeadmin/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:01:27 PDT Modified files: sysutils/gnomeadmin Makefile sysutils/gnomeadmin/files md5 sysutils/gnomeadmin/patches patch-aa sysutils/gnomeadmin/pkg PLIST Log: Update to version 1.0.2. PR: 11548 Submitted by: Ade Lovett Revision Changes Path 1.7 +4 -4 ports/sysutils/gnomeadmin/Makefile 1.4 +1 -1 ports/sysutils/gnomeadmin/files/md5 1.4 +5 -60 ports/sysutils/gnomeadmin/patches/patch-aa 1.3 +2 -0 ports/sysutils/gnomeadmin/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10: 3:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58EDB15945; Sun, 9 May 1999 10:03:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08967; Sun, 9 May 1999 10:03:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091703.KAA08967@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:03:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomecontrolcenter Makefile ports/sysutils/gnomecontrolcenter/files md5 ports/sysutils/gnomecontrolcenter/patches patch-cd patch-aa patch-af patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl patch-ab ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:03:46 PDT Modified files: sysutils/gnomecontrolcenter Makefile sysutils/gnomecontrolcenter/files md5 sysutils/gnomecontrolcenter/patches patch-aa patch-af patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl sysutils/gnomecontrolcenter/pkg PLIST Added files: sysutils/gnomecontrolcenter/patches patch-cd Removed files: sysutils/gnomecontrolcenter/patches patch-ab patch-ae Log: Update to version 1.0.5. PR: 11549 Submitted by: Ade Lovett Revision Changes Path 1.10 +6 -4 ports/sysutils/gnomecontrolcenter/Makefile 1.6 +1 -1 ports/sysutils/gnomecontrolcenter/files/md5 1.6 +4 -4 ports/sysutils/gnomecontrolcenter/patches/patch-aa 1.2 +4 -4 ports/sysutils/gnomecontrolcenter/patches/patch-af 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-ba 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-bb 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-bc 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-bd 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-be 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-bf 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-bg 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-bh 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-bi 1.2 +10 -10 ports/sysutils/gnomecontrolcenter/patches/patch-bj 1.2 +6 -6 ports/sysutils/gnomecontrolcenter/patches/patch-bk 1.2 +4 -4 ports/sysutils/gnomecontrolcenter/patches/patch-bl 1.6 +6 -2 ports/sysutils/gnomecontrolcenter/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10: 5: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F6921578E; Sun, 9 May 1999 10:05:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA09434; Sun, 9 May 1999 10:05:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091705.KAA09434@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:05:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomecore Makefile ports/x11/gnomecore/files md5 ports/x11/gnomecore/patches patch-aj patch-ae patch-ah ports/x11/gnomecore/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:05:04 PDT Modified files: x11/gnomecore Makefile x11/gnomecore/files md5 x11/gnomecore/patches patch-ae patch-ah x11/gnomecore/pkg PLIST Added files: x11/gnomecore/patches patch-aj Log: Update to version 1.0.5. PR: 11538 Submitted by: Ade Lovett Revision Changes Path 1.23 +4 -4 ports/x11/gnomecore/Makefile 1.11 +1 -1 ports/x11/gnomecore/files/md5 1.10 +11 -11 ports/x11/gnomecore/patches/patch-ae 1.6 +7 -7 ports/x11/gnomecore/patches/patch-ah 1.10 +179 -45 ports/x11/gnomecore/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10: 6:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9762514F6D; Sun, 9 May 1999 10:06:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA09866; Sun, 9 May 1999 10:06:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091706.KAA09866@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:06:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gnomegames Makefile ports/games/gnomegames/files md5 ports/games/gnomegames/patches patch-ad ports/games/gnomegames/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:06:40 PDT Modified files: games/gnomegames Makefile games/gnomegames/files md5 games/gnomegames/patches patch-ad games/gnomegames/pkg PLIST Log: Update to version 1.0.2. PR: 11547 Submitted by: Ade Lovett Revision Changes Path 1.16 +4 -4 ports/games/gnomegames/Makefile 1.8 +1 -1 ports/games/gnomegames/files/md5 1.7 +5 -5 ports/games/gnomegames/patches/patch-ad 1.10 +10 -3 ports/games/gnomegames/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10: 7:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38CCB15D03; Sun, 9 May 1999 10:07:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10145; Sun, 9 May 1999 10:07:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091707.KAA10145@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 10:07:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci adv_pci.c adw_pci.c alpm.c brooktree848.c cy_pci.c dpt_pci.c es1370.c ide_pci.c if_ax.c if_de.c if_ed_p.c if_en_pci.c if_fpa.c if_lnc_p.c if_mx.c if_pn.c if_rl.c if_sr_p.c if_ti.c if_tl.c if_tx.c if_vr.c if_vx_pci.c if_wb.c if_xl.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 10:07:32 PDT Modified files: sys/pci adv_pci.c adw_pci.c alpm.c brooktree848.c cy_pci.c dpt_pci.c es1370.c ide_pci.c if_ax.c if_de.c if_ed_p.c if_en_pci.c if_fpa.c if_lnc_p.c if_mx.c if_pn.c if_rl.c if_sr_p.c if_ti.c if_tl.c if_tx.c if_vr.c if_vx_pci.c if_wb.c if_xl.c isp_pci.c meteor.c ncr.c pcic_p.c simos.c xrpu.c sys/i4b/layer1 i4b_isic_pci.c sys/i386/isa rp.c si.c stallion.c sys/contrib/dev/oltr if_oltr.c sys/dev/hea eni.c sys/dev/hfa fore_load.c Log: Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: #define COMPAT_PCI_DRIVER(name,data) DATA_SET(pcidevice_set,data) .. to 2.2.x and 3.x if people think it's worth it. Driver writers can do this if it's not defined. (The reason for this is that I'm trying to progressively eliminate use of linker_sets where it hurts modularity and runtime load capability, and these DATA_SET's keep getting in the way.) Revision Changes Path 1.6 +1 -5 src/sys/pci/adv_pci.c 1.5 +1 -5 src/sys/pci/adw_pci.c 1.4 +1 -5 src/sys/pci/alpm.c 1.74 +1 -5 src/sys/pci/brooktree848.c 1.14 +1 -5 src/sys/pci/cy_pci.c 1.13 +1 -5 src/sys/pci/dpt_pci.c 1.4 +1 -5 src/sys/pci/es1370.c 1.34 +1 -5 src/sys/pci/ide_pci.c 1.9 +2 -6 src/sys/pci/if_ax.c 1.105 +1 -5 src/sys/pci/if_de.c 1.16 +1 -5 src/sys/pci/if_ed_p.c 1.8 +0 -4 src/sys/pci/if_en_pci.c 1.10 +1 -5 src/sys/pci/if_fpa.c 1.9 +1 -5 src/sys/pci/if_lnc_p.c 1.17 +2 -6 src/sys/pci/if_mx.c 1.19 +2 -6 src/sys/pci/if_pn.c 1.15 +2 -6 src/sys/pci/if_rl.c 1.9 +3 -6 src/sys/pci/if_sr_p.c 1.5 +2 -6 src/sys/pci/if_ti.c 1.32 +2 -6 src/sys/pci/if_tl.c 1.26 +3 -6 src/sys/pci/if_tx.c 1.11 +2 -6 src/sys/pci/if_vr.c 1.15 +0 -4 src/sys/pci/if_vx_pci.c 1.9 +2 -6 src/sys/pci/if_wb.c 1.37 +2 -6 src/sys/pci/if_xl.c 1.21 +1 -5 src/sys/pci/isp_pci.c 1.40 +0 -4 src/sys/pci/meteor.c 1.145 +2 -6 src/sys/pci/ncr.c 1.12 +1 -5 src/sys/pci/pcic_p.c 1.6 +1 -5 src/sys/pci/simos.c 1.10 +1 -5 src/sys/pci/xrpu.c 1.5 +1 -5 src/sys/i4b/layer1/i4b_isic_pci.c 1.26 +1 -5 src/sys/i386/isa/rp.c 1.85 +1 -5 src/sys/i386/isa/si.c 1.31 +1 -5 src/sys/i386/isa/stallion.c 1.5 +1 -5 src/sys/contrib/dev/oltr/if_oltr.c 1.7 +2 -6 src/sys/dev/hea/eni.c 1.7 +2 -6 src/sys/dev/hfa/fore_load.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10: 8:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 677A015A5E; Sun, 9 May 1999 10:08:43 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10243; Sun, 9 May 1999 10:08:43 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091708.KAA10243@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 10:08:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/perl5 Makefile ports/japanese/perl5/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 10:08:42 PDT Modified files: japanese/perl5 Makefile japanese/perl5/pkg PLIST Log: Update to 5.005.03 (manpage etc...). Revision Changes Path 1.17 +5 -5 ports/japanese/perl5/Makefile 1.7 +6 -0 ports/japanese/perl5/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:12:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AFAB14C21; Sun, 9 May 1999 10:12:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10933; Sun, 9 May 1999 10:12:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091712.KAA10933@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 10:12:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_en_pci.c if_vx_pci.c meteor.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 10:12:28 PDT Modified files: sys/pci if_en_pci.c if_vx_pci.c meteor.c Log: Missing revision markers. Revision Changes Path 1.9 +2 -0 src/sys/pci/if_en_pci.c 1.16 +1 -0 src/sys/pci/if_vx_pci.c 1.41 +2 -0 src/sys/pci/meteor.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:13:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABC3B15724; Sun, 9 May 1999 10:13:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11155; Sun, 9 May 1999 10:13:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091713.KAA11155@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:13:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile ports/x11/gnomelibs/files md5 ports/x11/gnomelibs/patches patch-ba patch-bc patch-bd patch-bg ports/x11/gnomelibs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:13:40 PDT Modified files: x11/gnomelibs Makefile x11/gnomelibs/files md5 x11/gnomelibs/patches patch-ba patch-bc patch-bd patch-bg x11/gnomelibs/pkg PLIST Log: Update to version 1.0.9. PR: 11529 Submitted by: Ade Lovett Revision Changes Path 1.40 +4 -4 ports/x11/gnomelibs/Makefile 1.14 +1 -1 ports/x11/gnomelibs/files/md5 1.2 +5 -5 ports/x11/gnomelibs/patches/patch-ba 1.4 +1 -1 ports/x11/gnomelibs/patches/patch-bc 1.4 +1 -1 ports/x11/gnomelibs/patches/patch-bd 1.4 +1 -1 ports/x11/gnomelibs/patches/patch-bg 1.14 +3 -0 ports/x11/gnomelibs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:15:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C94214C21; Sun, 9 May 1999 10:15:55 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11504; Sun, 9 May 1999 10:15:55 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905091715.KAA11504@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 9 May 1999 10:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/09 10:15:54 PDT Modified files: editors Makefile Log: Activate the following ports: flim-emacs flim-emacs-current flim-mule flim-mule-current semi-emacs semi-emacs-current semi-mule semi-mule-current Revision Changes Path 1.76 +9 -1 ports/editors/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:16:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16C4414D96; Sun, 9 May 1999 10:16:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11617; Sun, 9 May 1999 10:16:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091716.KAA11617@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:16:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gnomemc Makefile ports/x11-fm/gnomemc/files md5 ports/x11-fm/gnomemc/patches patch-ab patch-ac patch-af ports/x11-fm/gnomemc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:16:32 PDT Modified files: x11-fm/gnomemc Makefile x11-fm/gnomemc/files md5 x11-fm/gnomemc/patches patch-ab patch-ac patch-af x11-fm/gnomemc/pkg PLIST Log: Update to version 4.5.30. PR: 11541 Submitted by: Ade Lovett Revision Changes Path 1.5 +5 -5 ports/x11-fm/gnomemc/Makefile 1.4 +1 -1 ports/x11-fm/gnomemc/files/md5 1.2 +11 -11 ports/x11-fm/gnomemc/patches/patch-ab 1.3 +17 -13 ports/x11-fm/gnomemc/patches/patch-ac 1.3 +25 -27 ports/x11-fm/gnomemc/patches/patch-af 1.4 +24 -0 ports/x11-fm/gnomemc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:18:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17FF314D96; Sun, 9 May 1999 10:18:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11900; Sun, 9 May 1999 10:18:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091718.KAA11900@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomenetwork/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:18:13 PDT Added files: net/gnomenetwork/patches patch-af Log: Fixup so this will work with gnomeobjc version 1.0.2. PR: 11550 Submitted by: Ade Lovett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:19:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9866A15276; Sun, 9 May 1999 10:19:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA12220; Sun, 9 May 1999 10:19:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091719.KAA12220@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnomeobjc Makefile ports/lang/gnomeobjc/files md5 ports/lang/gnomeobjc/patches patch-aa patch-ab ports/lang/gnomeobjc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:19:50 PDT Modified files: lang/gnomeobjc Makefile lang/gnomeobjc/files md5 lang/gnomeobjc/patches patch-aa patch-ab lang/gnomeobjc/pkg PLIST Log: Update to version 1.0.2. PR: 11543 Submitted by: Ade Lovett Revision Changes Path 1.11 +4 -4 ports/lang/gnomeobjc/Makefile 1.5 +1 -1 ports/lang/gnomeobjc/files/md5 1.5 +4 -116 ports/lang/gnomeobjc/patches/patch-aa 1.5 +1 -1 ports/lang/gnomeobjc/patches/patch-ab 1.4 +2 -1 ports/lang/gnomeobjc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:21:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63E4214D96; Sun, 9 May 1999 10:21:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA12427; Sun, 9 May 1999 10:21:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091721.KAA12427@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:21:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnomepim Makefile ports/deskutils/gnomepim/files md5 ports/deskutils/gnomepim/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:21:07 PDT Modified files: deskutils/gnomepim Makefile deskutils/gnomepim/files md5 deskutils/gnomepim/pkg PLIST Log: Update to version 1.0.7. PR: 11545 Submitted by: Ade Lovett Revision Changes Path 1.8 +4 -4 ports/deskutils/gnomepim/Makefile 1.5 +1 -1 ports/deskutils/gnomepim/files/md5 1.5 +1 -0 ports/deskutils/gnomepim/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:23: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1672914D96; Sun, 9 May 1999 10:22:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13008; Sun, 9 May 1999 10:22:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091722.KAA13008@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:22:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric Makefile ports/math/gnumeric/files md5 ports/math/gnumeric/patches patch-bi patch-bj patch-aa patch-ba patch-bb ports/math/gnumeric/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:22:56 PDT Modified files: math/gnumeric Makefile math/gnumeric/files md5 math/gnumeric/patches patch-aa patch-ba patch-bb math/gnumeric/pkg PLIST Added files: math/gnumeric/patches patch-bi patch-bj Log: Update to version 0.25. PR: 11544 Submitted by: Ade Lovett Revision Changes Path 1.11 +3 -3 ports/math/gnumeric/Makefile 1.6 +1 -1 ports/math/gnumeric/files/md5 1.5 +26 -6 ports/math/gnumeric/patches/patch-aa 1.2 +2 -2 ports/math/gnumeric/patches/patch-ba 1.2 +4 -4 ports/math/gnumeric/patches/patch-bb 1.4 +11 -0 ports/math/gnumeric/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:23:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6813E14F6D; Sun, 9 May 1999 10:23:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13156; Sun, 9 May 1999 10:23:41 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091723.KAA13156@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 10:23:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.h config.y configvers.h lang.l main.c mkmakefile.c mkswapconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 10:23:41 PDT Modified files: usr.sbin/config config.h config.y configvers.h lang.l main.c mkmakefile.c mkswapconf.c Log: config(8) lobotomy, please see commit msg in sys. (I have no idea why cvs didn't take these changes before.) Revision Changes Path 1.25 +1 -14 src/usr.sbin/config/config.h 1.32 +1 -365 src/usr.sbin/config/config.y 1.14 +2 -2 src/usr.sbin/config/configvers.h 1.21 +1 -7 src/usr.sbin/config/lang.l 1.33 +24 -4 src/usr.sbin/config/main.c 1.42 +6 -29 src/usr.sbin/config/mkmakefile.c 1.20 +10 -193 src/usr.sbin/config/mkswapconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:24:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ABA314F6D; Sun, 9 May 1999 10:24:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13241; Sun, 9 May 1999 10:24:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091724.KAA13241@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:24:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:24:37 PDT Modified files: . modules Log: bbdate --> ports/x11-clocks/bbdate Revision Changes Path 1.3105 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:25:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02A0C15276; Sun, 9 May 1999 10:25:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13349; Sun, 9 May 1999 10:25:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091725.KAA13349@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/bbdate - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:25:44 PDT ports/x11-clocks/bbdate - Imported sources Update of /home/ncvs/ports/x11-clocks/bbdate In directory freefall.freebsd.org:/d/users/steve/work/bbdate Log Message: Initial import of bbdate version 0.2.0. An xbiff-like mailbox program for the Blackbox window manager. PR: 11476 Submitted by: Chris Piazza Status: Vendor Tag: CPIAZZA Release Tags: v0_2_0 N ports/x11-clocks/bbdate/Makefile I ports/x11-clocks/bbdate/CVS N ports/x11-clocks/bbdate/files/md5 N ports/x11-clocks/bbdate/pkg/COMMENT N ports/x11-clocks/bbdate/pkg/DESCR N ports/x11-clocks/bbdate/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:27:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A766314F6D; Sun, 9 May 1999 10:27:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13714; Sun, 9 May 1999 10:27:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091727.KAA13714@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:27:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:27:12 PDT Modified files: x11-clocks Makefile Log: Activate the bbdate port. Revision Changes Path 1.13 +2 -1 ports/x11-clocks/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:28: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E54AA1535F; Sun, 9 May 1999 10:28:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13917; Sun, 9 May 1999 10:28:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091728.KAA13917@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 10:28:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_swap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 10:28:04 PDT Modified files: sys/vm vm_swap.c Log: No point in swapdev being a static global when used only locally. Revision Changes Path 1.67 +2 -2 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:28:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A455C1535F; Sun, 9 May 1999 10:28:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13986; Sun, 9 May 1999 10:28:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905091728.KAA13986@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 10:28:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ups-debug Makefile ports/devel/ups-debug/files md5 ports/devel/ups-debug/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 10:28:20 PDT Modified files: devel/ups-debug Makefile devel/ups-debug/files md5 devel/ups-debug/pkg PLIST Log: Update to 3.33-03. Ups now supports both ELF and a.out debugging on FreeBSD. Revision Changes Path 1.10 +9 -5 ports/devel/ups-debug/Makefile 1.8 +1 -1 ports/devel/ups-debug/files/md5 1.4 +3 -1 ports/devel/ups-debug/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:28:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8808114F6D; Sun, 9 May 1999 10:28:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14104; Sun, 9 May 1999 10:28:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091728.KAA14104@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:28:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:28:38 PDT Modified files: . modules Log: bbmail --> ports/mail/bbmail Revision Changes Path 1.3106 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:30:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE8BD14F6D; Sun, 9 May 1999 10:30:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14536; Sun, 9 May 1999 10:30:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091730.KAA14536@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:30:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bbmail - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:30:46 PDT ports/mail/bbmail - Imported sources Update of /home/ncvs/ports/mail/bbmail In directory freefall.freebsd.org:/d/users/steve/work/bbmail Log Message: Initial import of bbmail version 0.5.0. A tool intended for Blackbox that checks for new mail. PR: 11477 Submitted by: Chris Piazza Status: Vendor Tag: CPIAZZA Release Tags: v0_5_0 N ports/mail/bbmail/Makefile I ports/mail/bbmail/CVS N ports/mail/bbmail/files/md5 N ports/mail/bbmail/patches/patch-aa N ports/mail/bbmail/pkg/COMMENT N ports/mail/bbmail/pkg/DESCR N ports/mail/bbmail/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:31: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEF251544B; Sun, 9 May 1999 10:31:03 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14582; Sun, 9 May 1999 10:31:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905091731.KAA14582@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 10:31:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ups-debug Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 10:31:01 PDT Modified files: devel/ups-debug Makefile Log: cleanup some droppings. Revision Changes Path 1.11 +1 -4 ports/devel/ups-debug/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:32:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B188E1544B; Sun, 9 May 1999 10:32:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14916; Sun, 9 May 1999 10:32:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091732.KAA14916@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:32:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:32:19 PDT Modified files: mail Makefile Log: Activate the bbmail port. Revision Changes Path 1.91 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:33:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F11514F6D; Sun, 9 May 1999 10:33:13 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15102; Sun, 9 May 1999 10:33:12 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199905091733.KAA15102@freefall.freebsd.org> From: Nick Sayer Date: Sun, 9 May 1999 10:33:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/05/09 10:33:11 PDT Modified files: . modules Log: raproxy --> ports/security/raproxy Revision Changes Path 1.3107 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:34:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1E5C14F6D; Sun, 9 May 1999 10:34:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15205; Sun, 9 May 1999 10:34:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091734.KAA15205@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/bbdate/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:34:08 PDT Modified files: x11-clocks/bbdate/pkg COMMENT Log: Cut-n-paste the right comment this time. Revision Changes Path 1.2 +1 -1 ports/x11-clocks/bbdate/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:34:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB62B15B9F; Sun, 9 May 1999 10:34:17 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15242; Sun, 9 May 1999 10:34:16 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199905091734.KAA15242@freefall.freebsd.org> From: Nick Sayer Date: Sun, 9 May 1999 10:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/raproxy - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/05/09 10:34:15 PDT ports/security/raproxy - Imported sources Update of /home/ncvs/ports/security/raproxy In directory freefall.freebsd.org:/d/users/nsayer/raproxy Log Message: Adding port for real audio proxy (raproxy) for pnm: streams Status: Vendor Tag: NSAYER Release Tags: nsayer N ports/security/raproxy/Makefile I ports/security/raproxy/CVS N ports/security/raproxy/files/md5 N ports/security/raproxy/pkg/COMMENT N ports/security/raproxy/pkg/PLIST N ports/security/raproxy/pkg/DESCR N ports/security/raproxy/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:35: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62767156D9; Sun, 9 May 1999 10:35:00 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15329; Sun, 9 May 1999 10:34:59 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199905091734.KAA15329@freefall.freebsd.org> From: Nick Sayer Date: Sun, 9 May 1999 10:34:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/05/09 10:34:59 PDT Modified files: security Makefile Log: Add entry for new raproxy port Revision Changes Path 1.53 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:35:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 095E0156F2; Sun, 9 May 1999 10:35:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15413; Sun, 9 May 1999 10:35:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091735.KAA15413@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:35:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/bbdate Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:35:51 PDT Modified files: x11-clocks/bbdate Makefile Log: Correction this is not an xbiff-like program rather it is: A tool made for Blackbox that displays the date in a decorated window. Cut-n-paste-o'd by: steve Revision Changes Path 1.2 +1 -1 ports/x11-clocks/bbdate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:37:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20579156E3; Sun, 9 May 1999 10:37:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15574; Sun, 9 May 1999 10:37:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091737.KAA15574@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:37:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:37:20 PDT Modified files: . modules Log: cdk --> ports/devel/cdk Revision Changes Path 1.3108 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:38:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C8A114E82; Sun, 9 May 1999 10:38:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15754; Sun, 9 May 1999 10:38:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091738.KAA15754@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:38:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cdk - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:38:41 PDT ports/devel/cdk - Imported sources Update of /home/ncvs/ports/devel/cdk In directory freefall.freebsd.org:/d/users/steve/work/cdk Log Message: Initial import of cdk version 4.9.1. Curses Development Kit for speedy development of full screen programs. PR: 11534 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ANDY Release Tags: v4_9_1 N ports/devel/cdk/Makefile I ports/devel/cdk/CVS N ports/devel/cdk/files/md5 N ports/devel/cdk/patches/patch-aa N ports/devel/cdk/patches/patch-ab N ports/devel/cdk/patches/patch-ad N ports/devel/cdk/patches/patch-ac N ports/devel/cdk/patches/patch-ae N ports/devel/cdk/patches/patch-af N ports/devel/cdk/pkg/PLIST N ports/devel/cdk/pkg/COMMENT N ports/devel/cdk/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:39:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 896C014E82; Sun, 9 May 1999 10:39:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA16075; Sun, 9 May 1999 10:39:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091739.KAA16075@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:39:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:39:50 PDT Modified files: devel Makefile Log: Activate the cdk port. Revision Changes Path 1.182 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:42:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3837B1579A; Sun, 9 May 1999 10:42:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA16410; Sun, 9 May 1999 10:42:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091742.KAA16410@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:42:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:42:53 PDT Modified files: . modules Log: zh-muni --> ports/chinese/muni Revision Changes Path 1.3109 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:44:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1486E1579A; Sun, 9 May 1999 10:44:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA16713; Sun, 9 May 1999 10:44:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091744.KAA16713@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:44:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/muni - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:44:12 PDT ports/chinese/muni - Imported sources Update of /home/ncvs/ports/chinese/muni In directory freefall.freebsd.org:/d/users/steve/work/muni Log Message: Initial import of zh-muni version 1.0. A program for finding Unicode values for Chinese characters. PR: 11551 Submitted by: G. Adam Stanislav Status: Vendor Tag: ADAM Release Tags: v1_0 N ports/chinese/muni/Makefile I ports/chinese/muni/CVS N ports/chinese/muni/pkg/PLIST N ports/chinese/muni/pkg/COMMENT N ports/chinese/muni/pkg/DESCR N ports/chinese/muni/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:45:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61042156F2; Sun, 9 May 1999 10:45:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA16991; Sun, 9 May 1999 10:45:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091745.KAA16991@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:45:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:45:30 PDT Modified files: chinese Makefile Log: Activate the zh-muni port. Revision Changes Path 1.33 +2 -1 ports/chinese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:46: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0744A156F2; Sun, 9 May 1999 10:46:03 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17078; Sun, 9 May 1999 10:46:02 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199905091746.KAA17078@freefall.freebsd.org> From: Nick Sayer Date: Sun, 9 May 1999 10:46:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/raproxy Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/05/09 10:46:02 PDT Modified files: security/raproxy Makefile Log: fix a stupid typo Revision Changes Path 1.2 +2 -2 ports/security/raproxy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:47:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69791156F2; Sun, 9 May 1999 10:47:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17376; Sun, 9 May 1999 10:47:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091747.KAA17376@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:47:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:47:34 PDT Modified files: . modules Log: slush --> ports/security/slush Revision Changes Path 1.3110 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:48:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFD65156F2; Sun, 9 May 1999 10:48:07 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17514; Sun, 9 May 1999 10:48:07 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905091748.KAA17514@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Sun, 9 May 1999 10:48:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/povray31 Makefile ports/graphics/povray31/files md5 ports/graphics/povray31/patches patch-aa patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/09 10:48:07 PDT Modified files: graphics/povray31 Makefile graphics/povray31/files md5 graphics/povray31/patches patch-aa patch-ad Log: Update to 3.1e And fix checksum Revision Changes Path 1.2 +2 -2 ports/graphics/povray31/Makefile 1.2 +1 -1 ports/graphics/povray31/files/md5 1.2 +2 -2 ports/graphics/povray31/patches/patch-aa 1.2 +1 -1 ports/graphics/povray31/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:48:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03AEF15A5C; Sun, 9 May 1999 10:48:27 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17576; Sun, 9 May 1999 10:48:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091748.KAA17576@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 10:48:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 10:48:26 PDT Modified files: usr.sbin/config config.h Log: We don't have composite devices here either. Revision Changes Path 1.26 +2 -18 src/usr.sbin/config/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:49:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0482E156F2; Sun, 9 May 1999 10:49:09 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17681; Sun, 9 May 1999 10:49:09 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199905091749.KAA17681@freefall.freebsd.org> From: Nick Sayer Date: Sun, 9 May 1999 10:49:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/raproxy/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/05/09 10:49:09 PDT Modified files: security/raproxy/pkg PLIST Log: Make deinstalling the man page work Revision Changes Path 1.2 +1 -1 ports/security/raproxy/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:49:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13CA115A6F; Sun, 9 May 1999 10:49:30 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17763; Sun, 9 May 1999 10:49:29 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199905091749.KAA17763@freefall.freebsd.org> From: Nick Sayer Date: Sun, 9 May 1999 10:49:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/raproxy Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/05/09 10:49:29 PDT Modified files: security/raproxy Makefile Log: fix more stupid typos Revision Changes Path 1.3 +3 -3 ports/security/raproxy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:50:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BB9D156F2; Sun, 9 May 1999 10:50:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17873; Sun, 9 May 1999 10:50:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091750.KAA17873@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:50:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/slush - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:50:09 PDT ports/security/slush - Imported sources Update of /home/ncvs/ports/security/slush In directory freefall.freebsd.org:/d/users/steve/work/slush Log Message: Initial import of slush version 0.1.0. A telnet-like application which uses a secure SSL channel. PR: 11557 Submitted by: Peter Shipley Status: Vendor Tag: SHIPLEY Release Tags: v0_1_0 N ports/security/slush/Makefile I ports/security/slush/CVS N ports/security/slush/files/md5 N ports/security/slush/pkg/COMMENT N ports/security/slush/pkg/DESCR N ports/security/slush/pkg/PLIST N ports/security/slush/patches/patch-aa N ports/security/slush/patches/patch-ab N ports/security/slush/patches/patch-ac No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:51:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7600415A8C; Sun, 9 May 1999 10:51:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA18092; Sun, 9 May 1999 10:51:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091751.KAA18092@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:51:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:51:23 PDT Modified files: security Makefile Log: Activate the slush port. Revision Changes Path 1.54 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 10:53:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEBD41578C; Sun, 9 May 1999 10:53:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA18311; Sun, 9 May 1999 10:53:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091753.KAA18311@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 10:53:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/slush Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 10:53:15 PDT Modified files: security/slush Makefile Log: Put a little more of DISTNAME into EXTRACT_SUFX so it is a little more consistent with tradition. Revision Changes Path 1.2 +3 -4 ports/security/slush/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11: 0:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1AAF14D57; Sun, 9 May 1999 11:00:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19255; Sun, 9 May 1999 11:00:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905091800.LAA19255@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 11:00:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ups-debug/patches patch-08 patch-01 patch-02 patch-04 patch-07 patch-05 patch-06 ports/devel/ups-debug/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 11:00:36 PDT Modified files: devel/ups-debug/patches patch-01 patch-02 patch-04 patch-07 devel/ups-debug/pkg PLIST Added files: devel/ups-debug/patches patch-08 Removed files: devel/ups-debug/patches patch-05 patch-06 Log: Update to 3.33-03. Ups now supports both ELF and a.out debugging on FreeBSD. Revision Changes Path 1.3 +9 -61 ports/devel/ups-debug/patches/patch-01 1.3 +10 -10 ports/devel/ups-debug/patches/patch-02 1.4 +8 -21 ports/devel/ups-debug/patches/patch-04 1.2 +9 -9 ports/devel/ups-debug/patches/patch-07 1.5 +1 -0 ports/devel/ups-debug/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11: 3:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8404E14D57; Sun, 9 May 1999 11:03:50 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19728; Sun, 9 May 1999 11:03:50 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091803.LAA19728@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 11:03:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 11:03:49 PDT Modified files: sys/sys types.h Log: Make minor, major and makedev inline functions so we gain type checking and prevent compile time creation of dev_t's from happening again. Revision Changes Path 1.30 +20 -4 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11: 4:34 1999 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 3BACF150AF; Sun, 9 May 1999 11:04:29 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.3/8.9.1) with ESMTP id LAA01400; Sun, 9 May 1999 11:04:28 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA65586; Sun, 9 May 1999 18:04:28 GMT (envelope-from obrien) Date: Sun, 9 May 1999 11:04:28 -0700 From: "David O'Brien" To: Shigeyuki Fukushima Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/flim-emacs20 Makefile ports/editors/flim-emacs20/files md5 ports/editors/flim-emacs20/patches patch-aa patch-ab ports/editors/flim-emacs20/pkg DESCR PLIST Message-ID: <19990509110428.B65449@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <199905091626.JAA01289@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199905091626.JAA01289@freefall.freebsd.org>; from Shigeyuki Fukushima on Sun, May 09, 1999 at 09:26:52AM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > editors/flim-emacs20 Makefile > editors/flim-emacs20/pkg DESCR PLIST > Removed files: > editors/flim-emacs20/files md5 > editors/flim-emacs20/patches patch-aa patch-ab > Log: > Change from master to slave. > New master port is editors/flim-emacs. Should this and "editors/flim-emacs-current" have been a repository copy?? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11:24:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59B7F15AD0; Sun, 9 May 1999 11:24:18 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22972; Sun, 9 May 1999 11:24:18 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <199905091824.LAA22972@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sun, 9 May 1999 11:24:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile ports/net/zebra/files md5 ports/net/zebra/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1999/05/09 11:24:17 PDT Modified files: net/zebra Makefile net/zebra/files md5 net/zebra/pkg PLIST Log: upgrade to 0.64.1. (I tested this with KAME-ready kernel so it should work fine) Revision Changes Path 1.13 +2 -2 ports/net/zebra/Makefile 1.7 +1 -1 ports/net/zebra/files/md5 1.8 +0 -1 ports/net/zebra/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11:24:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DC5215CA5; Sun, 9 May 1999 11:24:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22998; Sun, 9 May 1999 11:24:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905091824.LAA22998@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 11:24:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape3/files netscape.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 11:24:32 PDT Modified files: www/netscape3/files netscape.sh Log: Hand off all arguments in the netscape wrapper script. PR: 4083 Submitted by: Jesse Rosenstock Revision Changes Path 1.3 +1 -1 ports/www/netscape3/files/netscape.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11:30: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71A1A15BBA; Sun, 9 May 1999 11:29:42 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA23712; Sun, 9 May 1999 11:29:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905091829.LAA23712@freefall.freebsd.org> From: Nick Hibma Date: Sun, 9 May 1999 11:29:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/09 11:29:41 PDT Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Added Thrustmaster Fusion Digital Gamepad Revision Changes Path 1.16 +4 -0 src/sys/dev/usb/usbdevs.h 1.16 +12 -0 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11:41:57 1999 Delivered-To: cvs-all@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id D5F1C150FD; Sun, 9 May 1999 11:41:46 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id WAA54703; Sun, 9 May 1999 22:41:46 +0400 (MSD) (envelope-from ache) Date: Sun, 9 May 1999 22:41:45 +0400 From: "Andrey A. Chernov" To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/p5-ParallelUA Makefile ports/www/p5-ParallelUA/pkg PLIST Message-ID: <19990509224145.A54651@nagual.pp.ru> References: <199905090720.AAA85208@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905090720.AAA85208@freefall.freebsd.org>; from kuriyama@FreeBSD.org on Sun, May 09, 1999 at 12:20:39AM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, May 09, 1999 at 12:20:39AM -0700, Jun Kuriyama wrote: > Use @unexec instead of @dirrm to remove directory which is shared with > other port. Please back it out, @dirrm not remove any directory unless it is _empty_ as I remember. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11:42:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB52515BA6; Sun, 9 May 1999 11:41:55 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA24525; Sun, 9 May 1999 11:41:55 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905091841.LAA24525@freefall.freebsd.org> From: Alan Cox Date: Sun, 9 May 1999 11:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/09 11:41:54 PDT Modified files: (Branch: RELENG_3) lib/libc/stdlib malloc.3 malloc.c Log: MFC: Disable the "Hint" option in phkmalloc as default. Reviewed by: Poul-Henning Kamp Revision Changes Path 1.17.2.1 +2 -2 src/lib/libc/stdlib/malloc.3 1.43.2.1 +2 -2 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11:54:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 400C614C22; Sun, 9 May 1999 11:54:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25287; Sun, 9 May 1999 11:54:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091854.LAA25287@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 11:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config Makefile config.h config.y configvers.h main.c mkmakefile.c mkswapconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 11:54:26 PDT Modified files: usr.sbin/config Makefile config.h config.y configvers.h main.c mkmakefile.c Removed files: usr.sbin/config mkswapconf.c Log: Put on my viking helmet from the closet, and get out the war axe and "retire" some more stuff. Revision Changes Path 1.24 +2 -2 src/usr.sbin/config/Makefile 1.27 +3 -8 src/usr.sbin/config/config.h 1.33 +1 -36 src/usr.sbin/config/config.y 1.15 +2 -2 src/usr.sbin/config/configvers.h 1.34 +1 -26 src/usr.sbin/config/main.c 1.43 +3 -68 src/usr.sbin/config/mkmakefile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 11:57: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6527B14C22; Sun, 9 May 1999 11:57:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25372; Sun, 9 May 1999 11:57:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091857.LAA25372@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 11:57:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 11:57:05 PDT Modified files: sys/i386/conf Makefile.i386 Log: Move a couple of bits of (now) static content from config(8) (ie: %LOAD) directly into the Makefile. Remove references to swapkernel.c, it's not generated by config(8) now. (The previous config commits had generated it, but they had an unused 'char *' in them). Revision Changes Path 1.151 +13 -8 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 12: 1:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC7A214E0E; Sun, 9 May 1999 12:01:50 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA25571; Sun, 9 May 1999 12:01:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091901.MAA25571@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 12:01:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c src/sys/i386/include asnames.h src/sys/i386/i386 locore.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 12:01:51 PDT Modified files: sys/kern init_main.c sys/i386/include asnames.h sys/i386/i386 locore.s Log: s/main/mi_startup/ for the kernel entry point so that egcs doesn't get upset about it (and generate things like __main() calls that are reserved for main()). Renaming was phk's suggestion, but I'd already thought about it too. (phk liked my suggested name tada() but I decided against it :-) Reviewed by: phk Revision Changes Path 1.120 +6 -13 src/sys/kern/init_main.c 1.34 +2 -2 src/sys/i386/include/asnames.h 1.122 +2 -2 src/sys/i386/i386/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 12: 3:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76CAE14E0E; Sun, 9 May 1999 12:03:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA25679; Sun, 9 May 1999 12:03:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905091903.MAA25679@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 12:03:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha locore.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 12:03:56 PDT Modified files: sys/alpha/alpha locore.s Log: s/main/mi_startup/ Revision Changes Path 1.7 +3 -3 src/sys/alpha/alpha/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 12:35:18 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 7E5CB14CF2; Sun, 9 May 1999 12:35:11 -0700 (PDT) (envelope-from hibma@skylink.it) Received: from heidi.plazza.it (va-135.skylink.it [194.185.55.135]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id VAA24628; Sun, 9 May 1999 21:36:12 +0200 Received: from localhost (localhost.plazza.it [127.0.0.1]) by heidi.plazza.it (8.8.8/8.8.5) with SMTP id VAA02684; Sun, 9 May 1999 21:10:04 +0200 (CEST) Date: Sun, 9 May 1999 21:10:04 +0200 (CEST) From: Nick Hibma X-Sender: n_hibma@heidi.plazza.it Reply-To: Nick Hibma To: Kazutaka YOKOTA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include console.h src/sys/i386/include console.h src/sys/i386/isa atkbd_isa.c src/usr.sbin/kbdcontrol kbdcontrol.c src/sys/isa atkbd_isa.c src/sys/dev/kbd atkbd.c atkbdreg.h kbd.c kbdreg.h kbdtables.h src/sys/dev/syscons ... In-Reply-To: <199905091102.EAA22545@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk And you merged in the support for USB keyboards. Nick On Sun, 9 May 1999, Kazutaka YOKOTA wrote: > yokota 1999/05/09 04:02:39 PDT > > Modified files: (Branch: RELENG_3) > sys/alpha/include console.h > sys/i386/include console.h > sys/i386/isa atkbd_isa.c > usr.sbin/kbdcontrol kbdcontrol.c > sys/isa atkbd_isa.c > sys/dev/kbd atkbd.c atkbdreg.h kbd.c kbdreg.h > kbdtables.h > sys/dev/syscons syscons.c > sys/dev/usb ukbd.c > sys/i386/conf LINT files.i386 options.i386 > sys/i386/isa/pcvt pcvt_kbd.c > usr.sbin/vidcontrol vidcontrol.c > Log: > YAMFC: merge updated keyboard driver code: > > - Refined internal interface in keyboard drivers so that: > 1. the side effect of device probe is kept minimal, > 2. polling mode function is added, > 3. and new ioctl and configuration options are added (see below). > > - Added new ioctl: KDSETREPEAT > Set keyboard typematic rate. There has existed an ioctl command, > KDSETRAD, for the same purpose. However, KDSETRAD is dependent on > the AT keyboard. KDSETREPEAT provides more generic interface. > KDSETRAD will still be supported in the atkbd driver. > > - Added new configuration options: > ATKBD_DFLT_KEYMAP > Specify a keymap to be used as the default, built-in keymap. > (There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP, > SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap. > These options are now gone for good. The new option is more general.) > > KBD_DISABLE_KEYMAP_LOADING > Don't allow the user to change the keymap. > > - And other minor fixes and updates. > > merged files and revisions > --------------------------------------------------------------------- > usr.sbin/kbdcontrol/kbdcontrol.c 1.22, 1.23, 1.24, 1.25 > usr.sbin/vidcontrol/vidcontrol.c 1.27 > > sys/alpha/include/console.h 1.42, 1.43, 1.44 > > sys/dev/kbd/kbd.c 1.4 > sys/dev/kbd/kbdreg.h 1.3 > sys/dev/kbd/kbdtables.h 1.45 > sys/dev/kbd/atkbd.c 1.5, 1.8 > sys/dev/kbd/atkbdreg.h 1.2 > > sys/dev/syscons/syscons.c 1.295, 1.296, 1.299 > > sys/dev/usb/ukbd.c 1.9, 1.10, 1.11, 1.12, 1.13 > > sys/i386/conf/LINT 1.565 > sys/i386/conf/options.i386 1.109 > sys/i386/conf/files.i386 1.228 > sys/i386/include/console.h 1.45 > sys/i386/isa/atkbd_isa.c 1.3 > sys/i386/isa/pcvt/pcvt_kbd.c 1.28, 1.29 > > sys/isa/atkbd_isa.c 1.2 > > Revision Changes Path > 1.41.2.3 +4 -2 src/sys/alpha/include/console.h > 1.43.2.2 +4 -2 src/sys/i386/include/console.h > 1.2.2.1 +7 -20 src/sys/i386/isa/Attic/atkbd_isa.c > 1.21.2.2 +20 -25 src/usr.sbin/kbdcontrol/kbdcontrol.c > 1.3.2.2 +19 -8 src/sys/isa/atkbd_isa.c > 1.3.2.2 +162 -90 src/sys/dev/kbd/atkbd.c > 1.1.2.1 +3 -3 src/sys/dev/kbd/atkbdreg.h > 1.3.2.1 +60 -14 src/sys/dev/kbd/kbd.c > 1.2.2.1 +13 -7 src/sys/dev/kbd/kbdreg.h > 1.42.2.2 +124 -1087 src/sys/dev/kbd/kbdtables.h > 1.293.2.3 +16 -4 src/sys/dev/syscons/syscons.c > 1.8.2.1 +1304 -447 src/sys/dev/usb/ukbd.c > 1.539.2.17 +12 -5 src/sys/i386/conf/LINT > 1.220.2.3 +12 -2 src/sys/i386/conf/files.i386 > 1.103.2.4 +5 -1 src/sys/i386/conf/options.i386 > 1.27.2.1 +3 -3 src/sys/i386/isa/pcvt/pcvt_kbd.c > 1.26.2.1 +4 -12 src/usr.sbin/vidcontrol/vidcontrol.c > > -- e-Mail: hibma@skylink.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 12:35:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D44F715811; Sun, 9 May 1999 12:35:57 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA26619; Sun, 9 May 1999 12:35:56 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905091935.MAA26619@freefall.freebsd.org> From: Nick Hibma Date: Sun, 9 May 1999 12:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 umass.4 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/09 12:35:54 PDT Modified files: share/man/man4/man4.i386 Makefile Added files: share/man/man4/man4.i386 umass.4 Log: Add the USB Mass Storage manual page Revision Changes Path 1.106 +3 -2 src/share/man/man4/man4.i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 12:38:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92FD814CF2; Sun, 9 May 1999 12:38:23 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27135; Sun, 9 May 1999 12:38:22 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905091938.MAA27135@freefall.freebsd.org> From: Nick Hibma Date: Sun, 9 May 1999 12:38:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/09 12:38:22 PDT Modified files: sys/i386/conf majors.i386 Log: Reserve 124 for USB Communications Class Drivers Revision Changes Path 1.74 +2 -1 src/sys/i386/conf/majors.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 12:40: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BDDA1581D; Sun, 9 May 1999 12:39:58 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27362; Sun, 9 May 1999 12:39:58 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <199905091939.MAA27362@freefall.freebsd.org> From: Kirk McKusick Date: Sun, 9 May 1999 12:39:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 1999/05/09 12:39:57 PDT Modified files: contrib/sys/softupdates ffs_softdep.c Log: Put back changes that might be causing trouble on Alpha. Revision Changes Path 1.27 +5 -3 src/contrib/sys/softupdates/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13: 2:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AD1015B53; Sun, 9 May 1999 13:02:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35270; Sun, 9 May 1999 13:02:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905092002.NAA35270@freefall.freebsd.org> From: Brian Somers Date: Sun, 9 May 1999 13:02:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ccp.c fsm.c ip.c ipcp.c lcp.c log.c lqr.c lqr.h mbuf.c mbuf.h pred.c slcompress.c systems.c timer.c vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/09 13:02:30 PDT Modified files: usr.sbin/ppp ccp.c fsm.c ip.c ipcp.c lcp.c log.c lqr.c lqr.h mbuf.c mbuf.h pred.c slcompress.c systems.c timer.c vjcomp.c Log: Deal with the fact that as we now mbuf_Read the fsm header in fsm_Input() we often end up with a NULL mbuf. Deal with a possible NULL mbuf being passed into mbuf_Prepend(). Adjust some spacing to make things more consistent. Revision Changes Path 1.48 +2 -4 src/usr.sbin/ppp/ccp.c 1.43 +27 -27 src/usr.sbin/ppp/fsm.c 1.60 +2 -2 src/usr.sbin/ppp/ip.c 1.77 +2 -2 src/usr.sbin/ppp/ipcp.c 1.74 +3 -7 src/usr.sbin/ppp/lcp.c 1.37 +2 -2 src/usr.sbin/ppp/log.c 1.34 +11 -10 src/usr.sbin/ppp/lqr.c 1.15 +2 -2 src/usr.sbin/ppp/lqr.h 1.26 +31 -27 src/usr.sbin/ppp/mbuf.c 1.17 +6 -3 src/usr.sbin/ppp/mbuf.h 1.26 +2 -2 src/usr.sbin/ppp/pred.c 1.26 +2 -2 src/usr.sbin/ppp/slcompress.c 1.44 +2 -2 src/usr.sbin/ppp/systems.c 1.33 +4 -4 src/usr.sbin/ppp/timer.c 1.29 +2 -2 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:13:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38A8A15271; Sun, 9 May 1999 13:13:54 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35630; Sun, 9 May 1999 13:13:53 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905092013.NAA35630@freefall.freebsd.org> From: Nick Hibma Date: Sun, 9 May 1999 13:13:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhid.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/09 13:13:53 PDT Modified files: sys/dev/usb uhid.c Log: Enable the support for a file interface on the HID driver for easy testing of the HID reports that come back. Submitted by: MAEKAWA Masahide Revision Changes Path 1.14 +23 -2 src/sys/dev/usb/uhid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:14: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FD9E15522; Sun, 9 May 1999 13:13:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35634; Sun, 9 May 1999 13:13:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905092013.NAA35634@freefall.freebsd.org> From: Brian Somers Date: Sun, 9 May 1999 13:13:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp physical.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/09 13:13:53 PDT Modified files: usr.sbin/ppp physical.c Log: Revert to the previous behaviour of only doing a utmp login if we're -direct on a tty device. Revision Changes Path 1.10 +2 -2 src/usr.sbin/ppp/physical.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:25: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55C9C1502D; Sun, 9 May 1999 13:25:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA36613; Sun, 9 May 1999 13:25:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092025.NAA36613@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 13:25:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 13:25:03 PDT Modified files: sys/pci pcivar.h Log: GC unused variable in struct. Revision Changes Path 1.30 +1 -2 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:27:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F38AF14F93; Sun, 9 May 1999 13:27:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA36721; Sun, 9 May 1999 13:27:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092027.NAA36721@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 13:27:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 13:27:30 PDT Modified files: sys/pci pci.c Log: For the ioctl that reads the pci configuration, look up the name and unit on the fly so that we can see the driver assignment of new pci devices as well in the 'pciconf -l' display. Revision Changes Path 1.102 +14 -16 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:29:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A475614F93; Sun, 9 May 1999 13:29:09 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA36778; Sun, 9 May 1999 13:29:09 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905092029.NAA36778@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 13:29:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa scd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 13:29:09 PDT Modified files: sys/i386/isa scd.c Log: don't confuse units and devices. Revision Changes Path 1.45 +4 -6 src/sys/i386/isa/scd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:29:23 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 68C3A15BD8; Sun, 9 May 1999 13:29:13 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id GAA15011; Mon, 10 May 1999 06:39:46 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905092039.GAA15011@cimlogic.com.au> Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-Reply-To: <199905091646.JAA04435@freefall.freebsd.org> from Poul-Henning Kamp at "May 9, 1999 9:46: 6 am" To: phk@FreeBSD.org (Poul-Henning Kamp) Date: Mon, 10 May 1999 06:39:46 +1000 (EST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Poul-Henning Kamp wrote: > Major lobotomy of config(8). The > > config kernel mumble mumble > > line has been obsoleted and removed and with it went all knowledge of > devices on the part of config. Does this change mean that it is no longer possible to choose the name of the "kernel"? I was using this "feature" for embedded kernels that get loaded into flash on boards. These embedded kernels aren't general, so I thought they deserved to have board-specific names. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:33: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id D1FFF14F93; Sun, 9 May 1999 13:33:01 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id WAA10224; Sun, 9 May 1999 22:33:00 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id WAA21971; Sun, 9 May 1999 22:32:52 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-reply-to: Your message of "Mon, 10 May 1999 06:39:46 +1000." <199905092039.GAA15011@cimlogic.com.au> Date: Sun, 09 May 1999 22:32:52 +0200 Message-ID: <21969.926281972@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905092039.GAA15011@cimlogic.com.au>, John Birrell writes: >Poul-Henning Kamp wrote: >> Major lobotomy of config(8). The >> >> config kernel mumble mumble >> >> line has been obsoleted and removed and with it went all knowledge of >> devices on the part of config. > >Does this change mean that it is no longer possible to choose the name >of the "kernel"? I was using this "feature" for embedded kernels that >get loaded into flash on boards. These embedded kernels aren't general, >so I thought they deserved to have board-specific names. Uhm, sorry, didn't think anybody used that feature (considering how many places "kernel" was already hardcoded). -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:35: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F341714F93; Sun, 9 May 1999 13:35:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA36979; Sun, 9 May 1999 13:35:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092035.NAA36979@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 13:35:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 13:35:06 PDT Modified files: sys/isa sio.c Log: Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work.. Revision Changes Path 1.240 +6 -6 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:42:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CD4014F93; Sun, 9 May 1999 13:42:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA37518; Sun, 9 May 1999 13:42:50 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092042.NAA37518@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 13:42:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 13:42:50 PDT Modified files: sys/kern init_main.c Log: Lites2 seems to have pretty much disappeared from the radar, and I suspect far more than this hack would be needed now.. Revision Changes Path 1.121 +2 -5 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:45:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C742414EBD; Sun, 9 May 1999 13:45:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA37611; Sun, 9 May 1999 13:45:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092045.NAA37611@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 13:45:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa atkbdc_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 13:45:56 PDT Modified files: sys/isa atkbdc_isa.c Log: Remove hackish foot protection.. If you ask for an atkbd on an isa bus rather than on the keyboard controller, you will get it.. (and shoot your feet) Revision Changes Path 1.5 +1 -17 src/sys/isa/atkbdc_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:53:26 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id C098B15217; Sun, 9 May 1999 13:53:20 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id VAA37856; Sun, 9 May 1999 21:53:15 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sun, 9 May 1999 21:53:15 +0100 (BST) From: Doug Rabson To: Peter Wemm Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/config Makefile config.h config.y configvers.h main.c mkmakefile.c mkswapconf.c In-Reply-To: <199905091854.LAA25287@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 9 May 1999, Peter Wemm wrote: > peter 1999/05/09 11:54:26 PDT > > Modified files: > usr.sbin/config Makefile config.h config.y configvers.h > main.c mkmakefile.c > Removed files: > usr.sbin/config mkswapconf.c > Log: > Put on my viking helmet from the closet, and get out the war axe and > "retire" some more stuff. I just love the sound of code being deleted, especially in config(8). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 13:56:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D036A15760; Sun, 9 May 1999 13:56:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA37836; Sun, 9 May 1999 13:56:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905092056.NAA37836@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 13:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/a2ps43-letter/patches patch-aa patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 13:56:34 PDT Modified files: print/a2ps43-letter/patches patch-aa patch-ab patch-ac Log: Build in a different way to enable the use of the "-nP", "-P", and "-Pprinter" flags. This now matches the manpage. PR: 3958 Revision Changes Path 1.7 +3 -4 ports/print/a2ps43-letter/patches/patch-aa 1.5 +21 -7 ports/print/a2ps43-letter/patches/patch-ab 1.4 +16 -5 ports/print/a2ps43-letter/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 14:17:26 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 0DE16157EB; Sun, 9 May 1999 14:17:09 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA29799; Sun, 9 May 1999 15:16:17 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA47831; Sun, 9 May 1999 15:16:43 -0600 (MDT) Message-Id: <199905092116.PAA47831@harmony.village.org> To: Poul-Henning Kamp Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 Cc: John Birrell , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 09 May 1999 22:32:52 +0200." <21969.926281972@critter.freebsd.dk> References: <21969.926281972@critter.freebsd.dk> Date: Sun, 09 May 1999 15:16:43 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <21969.926281972@critter.freebsd.dk> Poul-Henning Kamp writes: : Uhm, sorry, didn't think anybody used that feature (considering how : many places "kernel" was already hardcoded). I've been using config kernel.imp ... in my config files for a while now so that make install will install kernel.imp rather than kernel so I can easily test kernels with new device driver support in them w/o hosing the last stable kernel that was "released" to the machine in question. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 14:17:54 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B855514C83; Sun, 9 May 1999 14:17:47 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA29803; Sun, 9 May 1999 15:16:55 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA47844; Sun, 9 May 1999 15:17:21 -0600 (MDT) Message-Id: <199905092117.PAA47844@harmony.village.org> To: Doug Rabson Subject: Re: cvs commit: src/usr.sbin/config Makefile config.h config.y configvers.h main.c mkmakefile.c mkswapconf.c Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 09 May 1999 21:53:15 BST." References: Date: Sun, 09 May 1999 15:17:21 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Doug Rabson writes: : I just love the sound of code being deleted, especially in config(8). Me too. It is a pita for my uncommitted arc changes, but I don't mind this pita :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 14:25:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43967151E5; Sun, 9 May 1999 14:25:57 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39110; Sun, 9 May 1999 14:25:57 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905092125.OAA39110@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 14:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 14:25:57 PDT Modified files: news/tin Makefile Log: Tweak fetch URLs slightly. Revision Changes Path 1.71 +3 -3 ports/news/tin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 14:42:14 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 2A41015168; Sun, 9 May 1999 14:42:12 -0700 (PDT) Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-Reply-To: <21969.926281972@critter.freebsd.dk> from Poul-Henning Kamp at "May 9, 1999 10:32:52 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Sun, 9 May 1999 14:42:12 -0700 (PDT) Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, jb@cimlogic.com.au X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1277 Message-Id: <19990509214212.2A41015168@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > In message <199905092039.GAA15011@cimlogic.com.au>, John Birrell writes: > >Poul-Henning Kamp wrote: > >> Major lobotomy of config(8). The > >> > >> config kernel mumble mumble > >> > >> line has been obsoleted and removed and with it went all knowledge of > >> devices on the part of config. > > > >Does this change mean that it is no longer possible to choose the name > >of the "kernel"? I was using this "feature" for embedded kernels that > >get loaded into flash on boards. These embedded kernels aren't general, > >so I thought they deserved to have board-specific names. > > Uhm, sorry, didn't think anybody used that feature (considering how > many places "kernel" was already hardcoded). Well now you know. Please put it back (not all of it, just the ability to say "config foo" to specify the name of the kernel image). As for "kernel" being hardcoded, it should not be. Anything that needs to know the name of the currently running kernel image should be getting it from the kern.bootfile sysctl variable. Harcoding "kernel" is generally a bug. (savecore(8) is one example.) It's certainly a bug here. I name all my kernels "vmunix". Anyone who does something that breaks my ability to do that will have to face me and *my* axe. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 14:49: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61DD414EFC; Sun, 9 May 1999 14:47:28 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39860; Sun, 9 May 1999 14:47:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905092147.OAA39860@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 14:47:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 14:47:27 PDT Modified files: mail/adcomplain Makefile mail/adcomplain/files md5 Log: Update to 3.51 for ache (I think he is on vacation) in time for 3.2-R. (hope he doesn't mind) Revision Changes Path 1.24 +2 -2 ports/mail/adcomplain/Makefile 1.17 +1 -1 ports/mail/adcomplain/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 14:52:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 703B914C87; Sun, 9 May 1999 14:52:31 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40006; Sun, 9 May 1999 14:52:31 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905092152.OAA40006@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 9 May 1999 14:52:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mshell/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/09 14:52:30 PDT Modified files: misc/mshell/pkg DESCR Log: Update description. Revision Changes Path 1.2 +2 -2 ports/misc/mshell/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15: 1: 3 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 2FAFF14C87; Sun, 9 May 1999 15:01:02 -0700 (PDT) Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-Reply-To: <21969.926281972@critter.freebsd.dk> from Poul-Henning Kamp at "May 9, 1999 10:32:52 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Sun, 9 May 1999 15:01:02 -0700 (PDT) Cc: committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 148 Message-Id: <19990509220102.2FAFF14C87@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Oh, and incidentally, this undoubtedly breaks kernel compilation on FreeBSD/alpha. (I didn't see any changes to /sys/alpha, only /sys/i386.) -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15: 4:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31F7B14EFB; Sun, 9 May 1999 15:04:11 -0700 (PDT) (envelope-from abial@FreeBSD.org) Received: (from abial@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA40427; Sun, 9 May 1999 15:04:11 -0700 (PDT) (envelope-from abial@FreeBSD.org) Message-Id: <199905092204.PAA40427@freefall.freebsd.org> From: Andrzej Bialecki Date: Sun, 9 May 1999 15:04:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/dial/mfs.tree Makefile src/release/picobsd/isp/mfs.tree Makefile src/release/picobsd/net/mfs.tree Makefile src/release/picobsd/router/mfs.tree Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1999/05/09 15:04:11 PDT Modified files: (Branch: RELENG_3) release/picobsd/dial/mfs.tree Makefile release/picobsd/isp/mfs.tree Makefile release/picobsd/net/mfs.tree Makefile release/picobsd/router/mfs.tree Makefile Log: MFC: deal with recursive MAKEDEV calls. Submitted by: Patrick Powell Revision Changes Path 1.5.2.1 +6 -4 src/release/picobsd/dial/mfs.tree/Makefile 1.2.2.1 +9 -4 src/release/picobsd/isp/mfs.tree/Makefile 1.2.2.1 +6 -2 src/release/picobsd/net/mfs.tree/Makefile 1.2.2.1 +6 -2 src/release/picobsd/router/mfs.tree/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15: 9:49 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 7FC0314D95; Sun, 9 May 1999 15:09:43 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA24862; Mon, 10 May 1999 08:09:43 +1000 Date: Mon, 10 May 1999 08:09:43 +1000 From: Bruce Evans Message-Id: <199905092209.IAA24862@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, peter@FreeBSD.org Subject: Re: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/isa sio.c > Log: > Optimize out a couple of places where com_addr() is used twice in a row, > although this is pretty trivial. devclass_get_softc() is a tad more > expensive than the old com_addr() implementation. If Bruce is really > worried about the cost of this, it could always be changed so that the > softc pointer is stored in a local array again. I'm not very worried about the cost. I'm worried about the invalid implementation. It is invalid to access data not managed by the driver from a fast interrupt handler. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:11: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54F0915105; Sun, 9 May 1999 15:11:01 -0700 (PDT) (envelope-from abial@FreeBSD.org) Received: (from abial@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA40785; Sun, 9 May 1999 15:11:02 -0700 (PDT) (envelope-from abial@FreeBSD.org) Message-Id: <199905092211.PAA40785@freefall.freebsd.org> From: Andrzej Bialecki Date: Sun, 9 May 1999 15:11:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/kget kget.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1999/05/09 15:11:01 PDT Modified files: (Branch: RELENG_3) sbin/kget kget.c Log: Silence message about absence of PnP overrides. Revision Changes Path 1.1.2.1 +5 -4 src/sbin/kget/kget.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:16:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BEFE15105; Sun, 9 May 1999 15:16:32 -0700 (PDT) (envelope-from abial@FreeBSD.org) Received: (from abial@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA40879; Sun, 9 May 1999 15:16:32 -0700 (PDT) (envelope-from abial@FreeBSD.org) Message-Id: <199905092216.PAA40879@freefall.freebsd.org> From: Andrzej Bialecki Date: Sun, 9 May 1999 15:16:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/kget kget.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1999/05/09 15:16:31 PDT Modified files: sbin/kget kget.c Log: Silence message about absence of PnP overrides. Revision Changes Path 1.2 +5 -4 src/sbin/kget/kget.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:22: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 1C29315B57; Sun, 9 May 1999 15:21:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA25882; Mon, 10 May 1999 08:21:50 +1000 Date: Mon, 10 May 1999 08:21:50 +1000 From: Bruce Evans Message-Id: <199905092221.IAA25882@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, phk@FreeBSD.org Subject: Re: cvs commit: src/sys/sys types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/sys types.h > Log: > Make minor, major and makedev inline functions so we gain type checking > and prevent compile time creation of dev_t's from happening again. You can't do that. It adds gratuitous dependencies on the compiler being gcc to the most central header in the system. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:22:23 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 2CD75157DE; Sun, 9 May 1999 15:22:16 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id B069E1F73; Mon, 10 May 1999 06:22:12 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: wpaul@FreeBSD.ORG (Bill Paul) Cc: phk@critter.freebsd.dk (Poul-Henning Kamp), cvs-committers@freebsd.org, cvs-all@freebsd.org, jb@cimlogic.com.au Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-reply-to: Your message of "Sun, 09 May 1999 14:42:12 MST." <19990509214212.2A41015168@hub.freebsd.org> Date: Mon, 10 May 1999 06:22:12 +0800 From: Peter Wemm Message-Id: <19990509222214.B069E1F73@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Paul wrote: > > In message <199905092039.GAA15011@cimlogic.com.au>, John Birrell writes: > > >Poul-Henning Kamp wrote: > > >> Major lobotomy of config(8). The > > >> > > >> config kernel mumble mumble > > >> > > >> line has been obsoleted and removed and with it went all knowledge of > > >> devices on the part of config. > > > > > >Does this change mean that it is no longer possible to choose the name > > >of the "kernel"? I was using this "feature" for embedded kernels that > > >get loaded into flash on boards. These embedded kernels aren't general, > > >so I thought they deserved to have board-specific names. > > > > Uhm, sorry, didn't think anybody used that feature (considering how > > many places "kernel" was already hardcoded). > > Well now you know. Please put it back (not all of it, just the ability > to say "config foo" to specify the name of the kernel image). Umm, would this do? makeoptions KERNEL=foo > As for "kernel" being hardcoded, it should not be. Anything that needs > to know the name of the currently running kernel image should be getting > it from the kern.bootfile sysctl variable. Harcoding "kernel" is generally > a bug. (savecore(8) is one example.) It's certainly a bug here. That part isn't, it's passed in from the bootblocks and the loader. > I name all my kernels "vmunix". Anyone who does something that breaks > my ability to do that will have to face me and *my* axe. peter@overcee[6:17am]~src/sys/compile/OVERCEE-111> make [..] linking vmunix text data bss dec hex filename 1517673 144151 209936 1871760 1c8f90 vmunix peter@overcee[6:20am]~src/sys/compile/OVERCEE-118> make -n install if [ ! -f vmunix ] ; then echo "You must first build a kernel first." ; exit 1 ; fi PATH=${PATH}:/sbin:/usr/sbin; if [ `sysctl -n kern.bootfile` = /vmunix ] ; then sysctl -w kern.bootfile=/vmunix.old ; if [ -f /var/db/kvm_kernel.db ] ; then mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; fi fi install -c -m 555 -o root -g wheel -fschg vmunix /vmunix This is with: peter@overcee[6:20am]~src/sys/compile/OVERCEE-119> grep vmunix ../../i386/conf/OVERCEE makeoptions KERNEL=vmunix That should be as near to a replacement for 'config vmunix' as you can get. There are a couple of places where the old name "kernel" is still hard coded into the Makefiles, but they are much easier to fix now. > -Bill Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:26:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2E4D151E8; Sun, 9 May 1999 15:26:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41193; Sun, 9 May 1999 15:26:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092226.PAA41193@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 15:26:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 15:26:14 PDT Modified files: sys/i386/conf LINT Log: Put an example of 'makeoptions KERNEL=foo' to replace the old 'config foo' functionality. Revision Changes Path 1.596 +5 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:26:44 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 372A8151E8; Sun, 9 May 1999 15:26:40 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 6EE9E1F74; Mon, 10 May 1999 06:26:38 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Warner Losh Cc: Poul-Henning Kamp , John Birrell , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-reply-to: Your message of "Sun, 09 May 1999 15:16:43 CST." <199905092116.PAA47831@harmony.village.org> Date: Mon, 10 May 1999 06:26:38 +0800 From: Peter Wemm Message-Id: <19990509222638.6EE9E1F74@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Warner Losh wrote: > In message <21969.926281972@critter.freebsd.dk> Poul-Henning Kamp writes: > : Uhm, sorry, didn't think anybody used that feature (considering how > : many places "kernel" was already hardcoded). > > I've been using config kernel.imp ... in my config files for a while > now so that make install will install kernel.imp rather than kernel so > I can easily test kernels with new device driver support in them w/o > hosing the last stable kernel that was "released" to the machine in > question. Try: makeoptions KERNEL=kernel.imp > Warner Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:28:16 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 040BB151E8; Sun, 9 May 1999 15:28:09 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 590741F72; Mon, 10 May 1999 06:28:05 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: John Birrell Cc: phk@FreeBSD.org (Poul-Henning Kamp), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-reply-to: Your message of "Mon, 10 May 1999 06:39:46 +1000." <199905092039.GAA15011@cimlogic.com.au> Date: Mon, 10 May 1999 06:28:05 +0800 From: Peter Wemm Message-Id: <19990509222807.590741F72@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell wrote: > Poul-Henning Kamp wrote: > > Major lobotomy of config(8). The > > > > config kernel mumble mumble > > > > line has been obsoleted and removed and with it went all knowledge of > > devices on the part of config. > > Does this change mean that it is no longer possible to choose the name > of the "kernel"? I was using this "feature" for embedded kernels that > get loaded into flash on boards. These embedded kernels aren't general, > so I thought they deserved to have board-specific names. As long as you are building no more than one kernel per compile area, you should be able to set the kernel name via 'makeoptions KERNEL=kernel.board' or whatever. Is this sufficient? Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:30:42 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 110E6151E8; Sun, 9 May 1999 15:30:32 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA26672; Mon, 10 May 1999 08:30:31 +1000 Date: Mon, 10 May 1999 08:30:31 +1000 From: Bruce Evans Message-Id: <199905092230.IAA26672@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, peter@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_main.c src/sys/i386/include asnames.h src/sys/i386/i386 locore.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/kern init_main.c > sys/i386/include asnames.h > sys/i386/i386 locore.s > Log: > s/main/mi_startup/ for the kernel entry point so that egcs doesn't get > upset about it (and generate things like __main() calls that are reserved > for main()). Renaming was phk's suggestion, but I'd already thought about > it too. (phk liked my suggested name tada() but I decided against it :-) I tried the "correct" fix of compiling with `-ffreestanding [-fbuiltin]', but found that main() was still specially handled, despite gcc.1 explicitly saying otherwise. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:33:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B0BB151E8; Sun, 9 May 1999 15:33:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41603; Sun, 9 May 1999 15:33:52 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905092233.PAA41603@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 9 May 1999 15:33:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/protocols dumprestore.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/09 15:33:51 PDT Modified files: (Branch: RELENG_3) include/protocols dumprestore.h Log: MFC: 16 characters for the device name in /etc/dumpdates is not long enough, particularly when using vinum. Allow 32 characters (arbitrary, I know) instead. PR: bin/11433 Revision Changes Path 1.5.2.1 +2 -2 src/include/protocols/dumprestore.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:34:10 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 94E9515C24; Sun, 9 May 1999 15:33:59 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id IAA15439; Mon, 10 May 1999 08:44:16 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905092244.IAA15439@cimlogic.com.au> Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-Reply-To: <19990509222807.590741F72@spinner.netplex.com.au> from Peter Wemm at "May 10, 1999 6:28: 5 am" To: peter@netplex.com.au (Peter Wemm) Date: Mon, 10 May 1999 08:44:15 +1000 (EST) Cc: jb@cimlogic.com.au, phk@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > As long as you are building no more than one kernel per compile area, you > should be able to set the kernel name via 'makeoptions KERNEL=kernel.board' > or whatever. Is this sufficient? Yes it is. Since I post process the kernel to add my "boot loader" (not the FreeBSD one), I can actually handle any name. I just used a feature that was there. No big deal to me. 8-) -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:34:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E158514D2E; Sun, 9 May 1999 15:34:51 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41704; Sun, 9 May 1999 15:34:52 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199905092234.PAA41704@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 9 May 1999 15:34:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/05/09 15:34:51 PDT Modified files: . modules Log: xsane --> ports/graphics/xsane Revision Changes Path 1.3111 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:38:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C909714FC6; Sun, 9 May 1999 15:38:26 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41794; Sun, 9 May 1999 15:38:26 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199905092238.PAA41794@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 9 May 1999 15:38:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/05/09 15:38:26 PDT ports/graphics/xsane - Imported sources Update of /home/ncvs/ports/graphics/xsane In directory freefall.freebsd.org:/e/users/dirk/ports/graphics/xsane Log Message: Import of xsane-0.22. XSANE is a gtk based X11 frontend for SANE (Scanner Access Now Easy). PR: ports/11044 Submitted by: Dominik Brettnacher Status: Vendor Tag: DOMI Release Tags: v0_22 N ports/graphics/xsane/Makefile I ports/graphics/xsane/CVS N ports/graphics/xsane/files/md5 N ports/graphics/xsane/pkg/COMMENT N ports/graphics/xsane/pkg/DESCR N ports/graphics/xsane/pkg/MESSAGE N ports/graphics/xsane/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:40:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92DAA14C8E; Sun, 9 May 1999 15:40:36 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41989; Sun, 9 May 1999 15:40:36 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199905092240.PAA41989@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 9 May 1999 15:40:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/05/09 15:40:35 PDT Modified files: graphics Makefile Log: Activate xsane. Revision Changes Path 1.124 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:42:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48D0E14C8E; Sun, 9 May 1999 15:42:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42037; Sun, 9 May 1999 15:42:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092242.PAA42037@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 15:42:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 15:42:20 PDT Modified files: sys/i386/conf Makefile.i386 Log: Move KERNEL?=kernel to top of the file where it's more obvious and add a pointer to 'makeoptions' and /etc/make.conf. Catch a few stray "kernel" hardcoded references. Move the kernel.debug and related kernel build rules together. Revision Changes Path 1.152 +18 -21 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:44:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5875314C8E; Sun, 9 May 1999 15:44:47 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42175; Sun, 9 May 1999 15:44:47 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <199905092244.PAA42175@freefall.freebsd.org> From: Stefan Esser Date: Sun, 9 May 1999 15:44:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk se 1999/05/09 15:44:46 PDT Modified files: sys/pci ncr.c Log: Really support Ultra-2 chips. Symbios redefined a register that was available to the programmer to hold chip state information: Use the SDID register instead of CTEST3. This change actually simplifies the SCRIPTS code, but I'm not absolutely sure, that it is OK for all variants of NCR chips around and all device combinations. I have had this code running on several systems with 53c810, 875 and 895 controllers for several months. Suggested by: Gerard Roudier Revision Changes Path 1.146 +11 -33 src/sys/pci/ncr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:45:13 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 2840514C8E; Sun, 9 May 1999 15:45:06 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA28122; Mon, 10 May 1999 08:45:03 +1000 Date: Mon, 10 May 1999 08:45:03 +1000 From: Bruce Evans Message-Id: <199905092245.IAA28122@godzilla.zeta.org.au> To: peter@netplex.com.au, wpaul@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, jb@cimlogic.com.au, phk@critter.freebsd.dk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Well now you know. Please put it back (not all of it, just the ability >> to say "config foo" to specify the name of the kernel image). > >Umm, would this do? > >makeoptions KERNEL=foo Renaming at install time is easier and more flexible. E.g., `cp -p kernel /kernel.new'. Add a chflags step if you want to get in your own way. >> As for "kernel" being hardcoded, it should not be. Anything that needs >> to know the name of the currently running kernel image should be getting >> it from the kern.bootfile sysctl variable. Harcoding "kernel" is generally >> a bug. (savecore(8) is one example.) It's certainly a bug here. > >That part isn't, it's passed in from the bootblocks and the loader. savecore(8) puts the copies the active kernel to an almost fixed place (/var/crash/kernel.NNN). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:51:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 150A414EE2; Sun, 9 May 1999 15:51:45 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42474; Sun, 9 May 1999 15:51:45 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905092251.PAA42474@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 9 May 1999 15:51:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mshell/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/09 15:51:45 PDT Modified files: misc/mshell/pkg DESCR Log: Remove stale test instructions, fix grammar. Submitted by: Christian Recktenwald Revision Changes Path 1.3 +1 -6 ports/misc/mshell/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:56:31 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 4FB2514EE2; Sun, 9 May 1999 15:56:23 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id IAA14435; Mon, 10 May 1999 08:26:21 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id IAA38545; Mon, 10 May 1999 08:26:21 +0930 (CST) Date: Mon, 10 May 1999 08:26:21 +0930 From: Greg Lehey To: John Birrell Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 Message-ID: <19990510082620.I22791@freebie.lemis.com> References: <199905091646.JAA04435@freefall.freebsd.org> <199905092039.GAA15011@cimlogic.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905092039.GAA15011@cimlogic.com.au>; from John Birrell on Mon, May 10, 1999 at 06:39:46AM +1000 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Monday, 10 May 1999 at 6:39:46 +1000, John Birrell wrote: > Poul-Henning Kamp wrote: >> Major lobotomy of config(8). The >> >> config kernel mumble mumble >> >> line has been obsoleted and removed and with it went all knowledge of >> devices on the part of config. > > Does this change mean that it is no longer possible to choose the name > of the "kernel"? I was using this "feature" for embedded kernels that > get loaded into flash on boards. These embedded kernels aren't general, > so I thought they deserved to have board-specific names. I thought that hadn't worked for a long time. I put some code back in config, but it wasn't complete. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 15:58:29 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 901EA14EE2; Sun, 9 May 1999 15:58:21 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id IAA14452; Mon, 10 May 1999 08:28:15 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id IAA38561; Mon, 10 May 1999 08:28:15 +0930 (CST) Date: Mon, 10 May 1999 08:28:15 +0930 From: Greg Lehey To: Peter Wemm Cc: Bill Paul , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jb@cimlogic.com.au Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 Message-ID: <19990510082815.J22791@freebie.lemis.com> References: <19990509214212.2A41015168@hub.freebsd.org> <19990509222214.B069E1F73@spinner.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990509222214.B069E1F73@spinner.netplex.com.au>; from Peter Wemm on Mon, May 10, 1999 at 06:22:12AM +0800 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Monday, 10 May 1999 at 6:22:12 +0800, Peter Wemm wrote: > Bill Paul wrote: >>> In message <199905092039.GAA15011@cimlogic.com.au>, John Birrell writes: >>>> Poul-Henning Kamp wrote: >>>>> Major lobotomy of config(8). The >>>>> >>>>> config kernel mumble mumble >>>>> >>>>> line has been obsoleted and removed and with it went all knowledge of >>>>> devices on the part of config. >>>> >>>> Does this change mean that it is no longer possible to choose the name >>>> of the "kernel"? I was using this "feature" for embedded kernels that >>>> get loaded into flash on boards. These embedded kernels aren't general, >>>> so I thought they deserved to have board-specific names. >>> >>> Uhm, sorry, didn't think anybody used that feature (considering how >>> many places "kernel" was already hardcoded). >> >> Well now you know. Please put it back (not all of it, just the ability >> to say "config foo" to specify the name of the kernel image). > > Umm, would this do? > > makeoptions KERNEL=foo What advantage does this have over "config foo"? The obvious disadvantage is that it appears to be a gratuitous change. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16: 4:37 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id A041E14EE2; Sun, 9 May 1999 16:04:30 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id IAA14476; Mon, 10 May 1999 08:34:30 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id IAA38597; Mon, 10 May 1999 08:34:29 +0930 (CST) Date: Mon, 10 May 1999 08:34:28 +0930 From: Greg Lehey To: Bruce Evans Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, phk@FreeBSD.org Subject: Re: cvs commit: src/sys/sys types.h Message-ID: <19990510083428.K22791@freebie.lemis.com> References: <199905092221.IAA25882@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905092221.IAA25882@godzilla.zeta.org.au>; from Bruce Evans on Mon, May 10, 1999 at 08:21:50AM +1000 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Monday, 10 May 1999 at 8:21:50 +1000, Bruce Evans wrote: >> Modified files: >> sys/sys types.h >> Log: >> Make minor, major and makedev inline functions so we gain type checking >> and prevent compile time creation of dev_t's from happening again. > > You can't do that. It adds gratuitous dependencies on the compiler being > gcc to the most central header in the system. Well, the dependency is on a compiler that understands `inline'. Are we planning to migrate to one that doesn't in the near future? It also allows more type checking than a macro. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16: 6:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3EBC14EE2; Sun, 9 May 1999 16:06:55 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA43125; Sun, 9 May 1999 16:06:55 -0700 (PDT) (envelope-from mph@FreeBSD.org) Message-Id: <199905092306.QAA43125@freefall.freebsd.org> From: Matthew Hunt Date: Sun, 9 May 1999 16:06:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xzip Makefile ports/games/xzip/files md5 ports/games/xzip/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1999/05/09 16:06:54 PDT Modified files: games/xzip Makefile games/xzip/files md5 Added files: games/xzip/patches patch-ab Log: Correct distfile fennerage by upgrading to 1.8.1. Revision Changes Path 1.8 +4 -4 ports/games/xzip/Makefile 1.4 +1 -1 ports/games/xzip/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:21:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C347B14E6C; Sun, 9 May 1999 16:21:50 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA43776; Sun, 9 May 1999 16:21:51 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905092321.QAA43776@freefall.freebsd.org> From: Stefan Bethke Date: Sun, 9 May 1999 16:21:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/setiathome/files setiathome.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/09 16:21:50 PDT Modified files: astro/setiathome/files setiathome.1 Log: Explain manual set-up when one wants to run multiple processes, or let setiathome run under a different user id. Suggested by: "Stein M. Sandbech" Revision Changes Path 1.4 +30 -2 ports/astro/setiathome/files/setiathome.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:22:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A025B14F76; Sun, 9 May 1999 16:22:26 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA43833; Sun, 9 May 1999 16:22:27 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905092322.QAA43833@freefall.freebsd.org> From: Alan Cox Date: Sun, 9 May 1999 16:22:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/09 16:22:26 PDT Modified files: (Branch: RELENG_3) sys/vm vm_map.c Log: MFC: Two OBJ_ONEMAPPING maintenance changes: 1. Fix a non-fatal bug in vm_map_insert (from 1.149). 2. Remove pointless maintenance in vm_map_remove (from 1.160). Remove pointless comparisons from vm_map_simplify_entry (from 1.146). Remove an incorrect comment (from 1.159) and an unused variable (from 1.155). Revision Changes Path 1.139.2.6 +15 -27 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:24:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6763314EEA; Sun, 9 May 1999 16:24:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44022; Sun, 9 May 1999 16:24:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092324.QAA44022@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 16:24:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_ed.c if_lnc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 16:24:51 PDT Modified files: sys/i386/isa if_ed.c if_lnc.c Log: #ifdef BRIDGE around a goto label used by the bridge code to silcence a warning. Revision Changes Path 1.152 +3 -1 src/sys/i386/isa/if_ed.c 1.60 +3 -1 src/sys/i386/isa/if_lnc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:26:54 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 4711114F2B; Sun, 9 May 1999 16:26:48 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id JAA32555; Mon, 10 May 1999 09:26:46 +1000 Date: Mon, 10 May 1999 09:26:46 +1000 From: Bruce Evans Message-Id: <199905092326.JAA32555@godzilla.zeta.org.au> To: bde@zeta.org.au, grog@lemis.com Subject: Re: cvs commit: src/sys/sys types.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, phk@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >>> Make minor, major and makedev inline functions so we gain type checking >>> and prevent compile time creation of dev_t's from happening again. >> >> You can't do that. It adds gratuitous dependencies on the compiler being >> gcc to the most central header in the system. > >Well, the dependency is on a compiler that understands `inline'. Are >we planning to migrate to one that doesn't in the near future? It I use bcc in regression tests. `inline' (actually `__inline') gets defined away unless the compiler is gcc or supports C++, so the main effect for old compilers is to pessimise the macros into static functions (one copy of each for every file that includes ). The namespace change breaks working code even for gcc. E.g.: --- #include /* %^%^@#%^ defines major(). */ #undef major struct mymajor *major(void); --- >also allows more type checking than a macro. Actually, it allows less type checking than a (gcc) macro. Args are implicitly cast before they are used. Even the old macros detected some type errors. E.g., makedev(1.2, 3.4) was an error; now it is silently converted to makedev(1, 3). The current implementation also requires an ANSI compiler. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:30: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59CFC14C16; Sun, 9 May 1999 16:30:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44217; Sun, 9 May 1999 16:30:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092330.QAA44217@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 16:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ipl_funcs.c src/sys/i386/include cpufunc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 16:30:04 PDT Modified files: sys/i386/isa ipl_funcs.c sys/i386/include cpufunc.h Log: loadandclear() uses an atomic instruction (even on SMP, where it's an implicitly LOCK'ed instruction), so there shouldn't be any harm in making it volatile pointer compatable for one of the users of it. It seems to generate the same code regardless. Revision Changes Path 1.19 +3 -3 src/sys/i386/isa/ipl_funcs.c 1.87 +2 -2 src/sys/i386/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:32:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6308514C16; Sun, 9 May 1999 16:32:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44390; Sun, 9 May 1999 16:32:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092332.QAA44390@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 16:32:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 16:32:32 PDT Modified files: sys/i386/isa clock.c Log: For what it's worth, idelayed is declared as a volatile in the headers, and even though it's not used in this file make it a volatile here too. Revision Changes Path 1.133 +2 -2 src/sys/i386/isa/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:40:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C1C7156B4; Sun, 9 May 1999 16:40:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44701; Sun, 9 May 1999 16:40:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092340.QAA44701@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 16:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ipl_funcs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 16:40:32 PDT Modified files: sys/i386/isa ipl_funcs.c Log: Un-duplicate DO_SETBITS() (it was identical for both SMP and !SMP).. Revision Changes Path 1.20 +16 -30 src/sys/i386/isa/ipl_funcs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:43: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from qix.jmz.org (hibou.obs-besancon.fr [193.52.184.7]) by hub.freebsd.org (Postfix) with ESMTP id A330815682; Sun, 9 May 1999 16:42:22 -0700 (PDT) (envelope-from jmz@FreeBSD.ORG) Received: (from jmz@localhost) by qix.jmz.org (8.9.3/8.9.2) id BAA06452; Mon, 10 May 1999 01:43:43 +0200 (MET DST) (envelope-from jmz@FreeBSD.ORG) Date: Mon, 10 May 1999 01:43:43 +0200 (MET DST) Message-Id: <199905092343.BAA06452@qix.jmz.org> From: Jean-Marc Zucconi To: billf@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199905092251.PAA42474@freefall.freebsd.org> (message from Bill Fumerola on Sun, 9 May 1999 15:51:45 -0700 (PDT)) Subject: Re: cvs commit: ports/misc/mshell/pkg DESCR X-Mailer: Emacs References: <199905092251.PAA42474@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Please back out this commit. I already fixed DESCR in rev 1.2. (a few minutes ago) Jean-Marc >>>>> Bill Fumerola writes: > billf 1999/05/09 15:51:45 PDT > Modified files: > misc/mshell/pkg DESCR > Log: > Remove stale test instructions, fix grammar. > Submitted by: Christian Recktenwald > Revision Changes Path > 1.3 +1 -6 ports/misc/mshell/pkg/DESCR -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:56: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A79A9156B4; Sun, 9 May 1999 16:56:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45466; Sun, 9 May 1999 16:56:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905092356.QAA45466@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 16:56:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_dma.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 16:56:02 PDT Modified files: sys/i386/isa isa_dma.c Log: Clean out some unused leftovers from before the split from the old isa.c. Revision Changes Path 1.3 +3 -15 src/sys/i386/isa/isa_dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:56:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FF8115D15; Sun, 9 May 1999 16:56:13 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45493; Sun, 9 May 1999 16:56:14 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199905092356.QAA45493@freefall.freebsd.org> From: Nick Sayer Date: Sun, 9 May 1999 16:56:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_time.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/05/09 16:56:14 PDT Modified files: (Branch: RELENG_3) sys/kern kern_time.c Log: MFC: securelevel time setting handling code. This has worked perfectly on a number of RELENG_3 machines since it was added to -current. Revision Changes Path 1.59.2.1 +35 -8 src/sys/kern/kern_time.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 16:56:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A37D156B4; Sun, 9 May 1999 16:56:34 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45511; Sun, 9 May 1999 16:56:34 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905092356.QAA45511@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 9 May 1999 16:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mshell/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/09 16:56:34 PDT Modified files: misc/mshell/pkg DESCR Log: Back out change to DESCR Apologies to: jmz Revision Changes Path 1.4 +6 -1 ports/misc/mshell/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 17: 1:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CEF514F52; Sun, 9 May 1999 17:01:52 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA45805; Sun, 9 May 1999 17:01:52 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905100001.RAA45805@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 9 May 1999 17:01:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mshell/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/09 17:01:52 PDT Modified files: misc/mshell/pkg DESCR Log: Spelling fix. Revision Changes Path 1.5 +1 -1 ports/misc/mshell/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 17:20:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C7AB15018; Sun, 9 May 1999 17:20:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46664; Sun, 9 May 1999 17:20:50 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905100020.RAA46664@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 17:20:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_tx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 17:20:50 PDT Modified files: sys/pci if_tx.c Log: #if 0 some unused code (debug?) to quiet a warning. Revision Changes Path 1.27 +5 -2 src/sys/pci/if_tx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 17:33:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F50814BDB; Sun, 9 May 1999 17:33:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47156; Sun, 9 May 1999 17:33:36 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905100033.RAA47156@freefall.freebsd.org> From: Warner Losh Date: Sun, 9 May 1999 17:33:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/09 17:33:36 PDT Modified files: usr.bin/vmstat vmstat.c Log: Sometime since this file was written, the list of kernel malloc types changed from a simple list to a circular one. We compensate by only looping until we see the first address again. Before, things would terminate because it was limited to 200 iterations. This lead to bogus statistics and repeating stats for memory types. This should be merged into 3.2, as the same bug is there. Revision Changes Path 1.34 +15 -4 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 17:44: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id D265F14CA4; Sun, 9 May 1999 17:43:48 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA08334; Mon, 10 May 1999 10:43:44 +1000 Date: Mon, 10 May 1999 10:43:44 +1000 From: Bruce Evans Message-Id: <199905100043.KAA08334@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, nsayer@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_time.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: (Branch: RELENG_3) > sys/kern kern_time.c > Log: > MFC: securelevel time setting handling code. This has worked > perfectly on a number of RELENG_3 machines since it was added > to -current. This should be backed out of both -current and RELENG_3. Only the part that disallows setting the clock forward is correct. Bugs in the other parts include: - success is returned after clamping the time to a time other than the one requested. - error messages about clamping are printed at splhigh(). An application can only avoid these problems by being fairly aware of the implementation and doing micro-adjustments, but micro-adjustments can be done better using adjtime(2), modulo the reluctance of adjtime() to adjust the time rapidly. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 17:50:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 733A414DF1; Sun, 9 May 1999 17:50:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48293; Sun, 9 May 1999 17:50:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905100050.RAA48293@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 17:50:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts compat22-install.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 17:50:44 PDT Added files: (Branch: RELENG_3) release/scripts compat22-install.sh Log: Add install support for ``compat22''. (oh the fun of hunting down all places I need to fixup for my commit... so foolish for volenteering...) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 17:54:15 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 5F18014DF1; Sun, 9 May 1999 17:54:05 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA09504; Mon, 10 May 1999 10:54:02 +1000 Date: Mon, 10 May 1999 10:54:02 +1000 From: Bruce Evans Message-Id: <199905100054.KAA09504@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, imp@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > usr.bin/vmstat vmstat.c > Log: > Sometime since this file was written, the list of kernel malloc types > changed from a simple list to a circular one. We compensate by only > looping until we see the first address again. Before, things would But it is still supposed to be a simple list (it doesn't even use the queue macros). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 17:54:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37CE915BD5; Sun, 9 May 1999 17:54:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48558; Sun, 9 May 1999 17:54:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905100054.RAA48558@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 9 May 1999 17:54:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts compat22-install.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/09 17:54:20 PDT Added files: release/scripts compat22-install.sh Log: MFS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 17:59:14 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id F423714DF1; Sun, 9 May 1999 17:59:12 -0700 (PDT) Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-Reply-To: <19990509222214.B069E1F73@spinner.netplex.com.au> from Peter Wemm at "May 10, 1999 6:22:12 am" To: peter@netplex.com.au (Peter Wemm) Date: Sun, 9 May 1999 17:59:12 -0700 (PDT) Cc: phk@FreeBSD.ORG (Poul-Henning Kamp), cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jb@cimlogic.com.au X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 642 Message-Id: <19990510005912.F423714DF1@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > >Does this change mean that it is no longer possible to choose the name > > > >of the "kernel"? I was using this "feature" for embedded kernels that > > > >get loaded into flash on boards. These embedded kernels aren't general, > > > >so I thought they deserved to have board-specific names. > > > > > > Uhm, sorry, didn't think anybody used that feature (considering how > > > many places "kernel" was already hardcoded). > > > > Well now you know. Please put it back (not all of it, just the ability > > to say "config foo" to specify the name of the kernel image). > > Umm, would this do? > > makeoptions KERNEL=foo No. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 18:10:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A43154E3; Sun, 9 May 1999 18:10:22 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA49337; Sun, 9 May 1999 18:10:21 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905100110.SAA49337@freefall.freebsd.org> From: Stefan Bethke Date: Sun, 9 May 1999 18:10:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk-asun/patches patch-bb Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/09 18:10:20 PDT Modified files: net/netatalk-asun/patches patch-bb Log: Update man page for atalkd: add explanation for -router. Revision Changes Path 1.4 +57 -2 ports/net/netatalk-asun/patches/patch-bb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 18:53:59 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 87A9214FC5; Sun, 9 May 1999 18:53:45 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id TAA30379; Sun, 9 May 1999 19:52:52 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id TAA50069; Sun, 9 May 1999 19:53:19 -0600 (MDT) Message-Id: <199905100153.TAA50069@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Mon, 10 May 1999 10:54:02 +1000." <199905100054.KAA09504@godzilla.zeta.org.au> References: <199905100054.KAA09504@godzilla.zeta.org.au> Date: Sun, 09 May 1999 19:53:19 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905100054.KAA09504@godzilla.zeta.org.au> Bruce Evans writes: : But it is still supposed to be a simple list (it doesn't even use the : queue macros). All I know is that the last element of the list points to the first on all the machines I tried it on. I don't know why that is, but I did fix things so that at least the numbers are right... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 19:23: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6B3F152B5; Sun, 9 May 1999 19:23:00 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA54023; Sun, 9 May 1999 19:23:00 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905100223.TAA54023@freefall.freebsd.org> From: Stefan Bethke Date: Sun, 9 May 1999 19:23:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus Makefile ports/mail/cyrus/files md5 ports/mail/cyrus/patches patch-aa patch-bb ports/mail/cyrus/pkg COMMENT INSTALL PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/09 19:23:00 PDT Modified files: mail/cyrus Makefile mail/cyrus/files md5 mail/cyrus/patches patch-aa patch-bb mail/cyrus/pkg COMMENT INSTALL PLIST Log: - Update to 1.5.19 - Don't overwrite pre-existing imapd.conf - Fix installation of doc files - Clean up pkg/COMMENT Revision Changes Path 1.18 +24 -8 ports/mail/cyrus/Makefile 1.3 +1 -1 ports/mail/cyrus/files/md5 1.2 +4 -4 ports/mail/cyrus/patches/patch-aa 1.4 +13 -22 ports/mail/cyrus/patches/patch-bb 1.2 +1 -1 ports/mail/cyrus/pkg/COMMENT 1.2 +36 -2 ports/mail/cyrus/pkg/INSTALL 1.5 +2 -19 ports/mail/cyrus/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 19:31:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3195F15491; Sun, 9 May 1999 19:31:23 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA54890; Sun, 9 May 1999 19:31:22 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905100231.TAA54890@freefall.freebsd.org> From: Stefan Bethke Date: Sun, 9 May 1999 19:31:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus/files inetd.conf.cyrus Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/09 19:31:22 PDT Added files: mail/cyrus/files inetd.conf.cyrus Log: Add example for inetd.conf (forgotten in last commit). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 19:35:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB49C152B5; Sun, 9 May 1999 19:35:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55230; Sun, 9 May 1999 19:35:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905100235.TAA55230@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 9 May 1999 19:35:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mshell/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/09 19:35:18 PDT Modified files: misc/mshell/pkg DESCR Log: Kind-of like "musical typos" or perhaps duck, duck, typo. Revision Changes Path 1.6 +1 -1 ports/misc/mshell/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 19:39:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77DC6152B5; Sun, 9 May 1999 19:39:21 -0700 (PDT) (envelope-from smace@FreeBSD.org) Received: (from smace@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55684; Sun, 9 May 1999 19:39:21 -0700 (PDT) (envelope-from smace@FreeBSD.org) Message-Id: <199905100239.TAA55684@freefall.freebsd.org> From: Scott Mace Date: Sun, 9 May 1999 19:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pbm2ppa Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk smace 1999/05/09 19:39:20 PDT Modified files: print/pbm2ppa Makefile Log: Update master site. Revision Changes Path 1.4 +2 -2 ports/print/pbm2ppa/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 19:43: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F1DF152B5; Sun, 9 May 1999 19:43:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55894; Sun, 9 May 1999 19:43:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905100243.TAA55894@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 19:42:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config lang.l config.y Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 19:42:59 PDT Modified files: usr.sbin/config lang.l config.y Log: Understand 'config kernelname' and pretend it was a 'makeoptions KERNEL=kernelname'. Warn about any trailing stuff as it's not handled here. This is a simple bandaid, hopefully to head off some complaints from certain people. Revision Changes Path 1.22 +1 -0 src/usr.sbin/config/lang.l 1.34 +28 -0 src/usr.sbin/config/config.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 19:45:32 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (castles553.castles.com [208.214.165.117]) by hub.freebsd.org (Postfix) with ESMTP id 0203314D76; Sun, 9 May 1999 19:45:28 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id TAA10132; Sun, 9 May 1999 19:44:06 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905100244.TAA10132@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-reply-to: Your message of "Sun, 09 May 1999 09:46:06 PDT." <199905091646.JAA04435@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 May 1999 19:44:05 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > You can still configure a root device (which is used if you give > the "-r" flag) but now with an option: > > options ROOTDEVNAME=\"da0s2e\" > > The string is parsed by the same code as at the "boot -a" prompt. Could you use something like: rootdevname = getenv("kern.rootdev.name"); #ifdef ROOTDEVNAME if (!rootdevname) rootdevname = ROOTDEVNAME; #else if (!rootdevname) rootdevname = ... old guessing behaviour so that the loader can unconditionally override the root device name? I have this crazy plan to read /etc/fstab to try find the root device before starting the kernel, which should make all this crap about guessing it based on the disk label obsolete. -- \\ 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 19:48:52 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id B9AFA1508A; Sun, 9 May 1999 19:48:41 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id MAA15242; Mon, 10 May 1999 12:18:39 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id MAA43298; Mon, 10 May 1999 12:18:39 +0930 (CST) Date: Mon, 10 May 1999 12:18:37 +0930 From: Greg Lehey To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config lang.l config.y Message-ID: <19990510121837.X22791@freebie.lemis.com> References: <199905100243.TAA55894@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905100243.TAA55894@freefall.freebsd.org>; from Peter Wemm on Sun, May 09, 1999 at 07:42:59PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sunday, 9 May 1999 at 19:42:59 -0700, Peter Wemm wrote: > peter 1999/05/09 19:42:59 PDT > > Modified files: > usr.sbin/config lang.l config.y > Log: > Understand 'config kernelname' and pretend it was a > 'makeoptions KERNEL=kernelname'. Warn about any trailing stuff as it's > not handled here. This is a simple bandaid, hopefully to head off some > complaints from certain people. Bandaid or not, I think it's the right thing to do. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 19:56:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BB0014D23; Sun, 9 May 1999 19:56:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA58654; Sun, 9 May 1999 19:56:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905100256.TAA58654@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 19:56:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 19:56:38 PDT Modified files: sys/alpha/alpha autoconf.c Log: Apparently we need to define rootdev and dumpdev here now. This is (obviously) not finished yet. Revision Changes Path 1.20 +3 -1 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 20: 2:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A956814E62; Sun, 9 May 1999 20:02:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59228; Sun, 9 May 1999 20:02:23 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905100302.UAA59228@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 20:02:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf Makefile.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 20:02:23 PDT Modified files: sys/alpha/conf Makefile.alpha Log: Make corresponding changes to match config update Revision Changes Path 1.25 +24 -20 src/sys/alpha/conf/Makefile.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 20:13:21 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id ACCEC14FE2; Sun, 9 May 1999 20:13:16 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id AD4CF1F72; Mon, 10 May 1999 11:13:12 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c In-reply-to: Your message of "Sun, 09 May 1999 19:56:39 MST." <199905100256.TAA58654@freefall.freebsd.org> Date: Mon, 10 May 1999 11:13:11 +0800 From: Peter Wemm Message-Id: <19990510031314.AD4CF1F72@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > Modified files: > sys/alpha/alpha autoconf.c > Log: > Apparently we need to define rootdev and dumpdev here now. This is > (obviously) not finished yet. Hmm, actually, it might work.. The alpha autoconf looks up the scsi device name and uses that to initialize. This might not do so well if booting from a non-scsi device though. And that's assuming it compiles in the first place.. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 20:45:31 1999 Delivered-To: cvs-all@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 350D0152E7; Sun, 9 May 1999 20:45:23 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id FAA02792; Mon, 10 May 1999 05:45:19 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id FAA94699; Mon, 10 May 1999 05:45:17 +0200 (MET DST) Date: Mon, 10 May 1999 05:45:17 +0200 From: Eivind Eklund To: "Kenneth D. Merry" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c src/sys/cam cam_ccb.h cam_sim.c cam_sim.h cam_xpt.c src/sys/cam/sc Message-ID: <19990510054516.V76212@bitbox.follo.net> References: <19990508122349.L76212@bitbox.follo.net> <199905081909.NAA64618@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199905081909.NAA64618@panzer.plutotech.com>; from Kenneth D. Merry on Sat, May 08, 1999 at 01:09:36PM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, May 08, 1999 at 01:09:36PM -0600, Kenneth D. Merry wrote: > Eivind Eklund wrote... > > I wasn't saying that it wasn't the right decision - I was just > > registering surprise. > > > > I think it would be appropriate to send a message to -announce, and it > > definately needs to go into the release notes for 3.2. Breaking > > binary compatibility in -stable is supposed to be an event. > > I don't think it's a big enough event to bother people on -announce. If > people are running -stable, they should read the -stable list. I sent mail > there, so those folks should be informed of the situation. This does not match with the guidelines we've given to our users previously. We've said that they were adviced to read the -stable list, but it wasn't a requirement for following the branch. Adding it as a requirement makes -stable much less useful; IMO, we don't even *want* all users of -stable to read the -stable list, as that would create much too much noise on the list. I will repeat myself: Breaking binary compatibility in -stable is *supposed to be an event*. This means that if you are doing it, you'd better be doing it for a reason that is good enough to send a message to -announce. > And this isn't the only thing that'll break binary compatibility in > 3.2. I fixed some problems in the devstat code back in February (just > after 3.1 went out, I think) that will also break ports that use the > devstat code. Ouch. > I think people should probably expect some interfaces to be broken between > releases, since a completely stagnant userland<->kernel interface for > everything would probably indicate a dead branch. Then all of RELENG_2_2 was dead. AFAIR, the only breaks of binary compatibility there was ipfw (broken twice, due to people ignoring the requirement not to break binary compatibility); at no time was anything done that would break the installed packages. People, we are not supposed to be creating interfaces that *need* to break binary compatibility. It isn't as if the techniques for creating extensible interfaces weren't well known 20 years ago; there is no reason not to use them today. > It might be worth mentioning this stuff in the release notes, though. It is 100% necessary that this be mentioned in the release notes or backed out; if it isn't worth mentioning in the release notes, it definately isn't worth breaking binary compatibility for. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 20:51:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 537BE1525B; Sun, 9 May 1999 20:51:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62480; Sun, 9 May 1999 20:51:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905100351.UAA62480@freefall.freebsd.org> From: Bruce Evans Date: Sun, 9 May 1999 20:51:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/09 20:51:08 PDT Modified files: share/man/man4/man4.i386 Makefile Log: Fixed disordering in previous commit. Revision Changes Path 1.107 +3 -3 src/share/man/man4/man4.i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21: 5:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3116E15712; Sun, 9 May 1999 21:05:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA63697; Sun, 9 May 1999 21:05:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905100405.VAA63697@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 21:05:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3c-httpd Makefile ports/www/w3c-httpd/patches patch-SSL patch-bb Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 21:05:30 PDT Modified files: www/w3c-httpd Makefile www/w3c-httpd/patches patch-SSL patch-bb Log: Port is no longer broken for ELF. Also turn off DEBUG and handle FD sets properly. PR: 11606 Submitted by: Pedro F. Giffuni Revision Changes Path 1.20 +2 -4 ports/www/w3c-httpd/Makefile 1.2 +9 -9 ports/www/w3c-httpd/patches/patch-SSL 1.2 +34 -9 ports/www/w3c-httpd/patches/patch-bb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21: 7:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABEDE156E7; Sun, 9 May 1999 21:07:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA63993; Sun, 9 May 1999 21:07:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905100407.VAA63993@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 21:07:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mixer.app Makefile ports/audio/mixer.app/files md5 ports/audio/mixer.app/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 21:07:22 PDT Modified files: audio/mixer.app Makefile audio/mixer.app/files md5 audio/mixer.app/pkg DESCR Log: Update to version 1.4.0. PR: 11613 Submitted by: maintainer Revision Changes Path 1.5 +4 -4 ports/audio/mixer.app/Makefile 1.4 +1 -1 ports/audio/mixer.app/files/md5 1.2 +1 -0 ports/audio/mixer.app/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21: 8:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A206514CD3; Sun, 9 May 1999 21:08:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64166; Sun, 9 May 1999 21:08:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905100408.VAA64166@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 21:08:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/bbdate Makefile ports/x11-clocks/bbdate/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 21:08:26 PDT Modified files: x11-clocks/bbdate Makefile x11-clocks/bbdate/files md5 Log: Update to version 0.2.1. PR: 11616 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/x11-clocks/bbdate/Makefile 1.2 +1 -1 ports/x11-clocks/bbdate/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:10: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C80D214C08; Sun, 9 May 1999 21:10:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64329; Sun, 9 May 1999 21:10:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905100410.VAA64329@freefall.freebsd.org> From: Steve Price Date: Sun, 9 May 1999 21:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bbmail Makefile ports/mail/bbmail/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/09 21:10:05 PDT Modified files: mail/bbmail Makefile mail/bbmail/files md5 Log: Update to version 0.5.1. PR: 11617 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/mail/bbmail/Makefile 1.2 +1 -1 ports/mail/bbmail/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:18:14 1999 Delivered-To: cvs-all@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 914B814F33; Sun, 9 May 1999 21:18:08 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id NAA00145; Mon, 10 May 1999 13:48:08 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA29500; Mon, 10 May 1999 13:48:49 +0930 Date: Mon, 10 May 1999 13:48:48 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Eivind Eklund Cc: "Kenneth D. Merry" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c src/sys/cam cam_ccb.h cam_sim.c cam_sim.h cam_xpt.c src/sys/cam/sc In-Reply-To: <19990510054516.V76212@bitbox.follo.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 10 May 1999, Eivind Eklund wrote: > I will repeat myself: Breaking binary compatibility in -stable is > *supposed to be an event*. This means that if you are doing it, you'd > better be doing it for a reason that is good enough to send a message > to -announce. I have to agree with this. Suppose a third-party vendor was producing CAM-using code in binary form: this is no longer usable when people upgrade. This can only hurt us. -STABLE is supposed to be the branch which people can follow without having to worry excessively about whether or not it will break things for them..we /want/ users to track close to the head of the branch (at least the most recent release), and this is much less attractive if it involves people auditing their systems for things which will be broken by the upgrade (of course, people still need to have their eyes open when they do it, but it shouldn't be a major event). Kris ----- "That suit's sharper than a page of Oscar Wilde witticisms that's been rolled up into a point, sprinkled with lemon juice and jabbed into someone's eye" "Wow, that's sharp!" - Ace Rimmer and the Cat, _Red Dwarf_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:24:12 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 4A13B14F33; Sun, 9 May 1999 21:24:08 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id GAA12371; Mon, 10 May 1999 06:23:28 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id GAA23275; Mon, 10 May 1999 06:23:17 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: wpaul@FreeBSD.org (Bill Paul) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jb@cimlogic.com.au Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-reply-to: Your message of "Sun, 09 May 1999 14:42:12 PDT." <19990509214212.2A41015168@hub.freebsd.org> Date: Mon, 10 May 1999 06:23:15 +0200 Message-ID: <23273.926310195@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19990509214212.2A41015168@hub.freebsd.org>, Bill Paul writes: >I name all my kernels "vmunix". Anyone who does something that breaks >my ability to do that will have to face me and *my* axe. mv kernel vmunix -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:25:10 1999 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 35AD614F33; Sun, 9 May 1999 21:25:07 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [170.1.70.5]) by quack.kfu.com (8.9.2/8.8.5) with ESMTP id VAA28646; Sun, 9 May 1999 21:25:06 -0700 (PDT) Received: (from nsayer@localhost) by medusa.kfu.com (8.9.2/8.8.8) id VAA24216; Sun, 9 May 1999 21:25:05 -0700 (PDT) (envelope-from nsayer) From: Nick Sayer Message-Id: <199905100425.VAA24216@medusa.kfu.com> Subject: Re: cvs commit: src/sys/kern kern_time.c In-Reply-To: <199905100043.KAA08334@godzilla.zeta.org.au> from Bruce Evans at "May 10, 1999 10:43:44 am" To: bde@zeta.org.au (Bruce Evans) Date: Sun, 9 May 1999 21:25:05 -0700 (PDT) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, nsayer@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Modified files: (Branch: RELENG_3) > > sys/kern kern_time.c > > Log: > > MFC: securelevel time setting handling code. This has worked > > perfectly on a number of RELENG_3 machines since it was added > > to -current. > > This should be backed out of both -current and RELENG_3. **SIGH** We went through this and through this and through this. > Only the part > that disallows setting the clock forward is correct. Bugs in the other > parts include: > > - success is returned after clamping the time to a time other than the > one requested. That can be fixed without having the fix "backed out of both -current and RELENG_3". > - error messages about clamping are printed at splhigh(). That can be fixed without having the fix "backed out of both -current and RELENG_3". > An application can only avoid these problems by being fairly aware of > the implementation and doing micro-adjustments, but micro-adjustments > can be done better using adjtime(2), modulo the reluctance of adjtime() > to adjust the time rapidly. Fine. Then YOU fix xntpd so that it doesn't do EXACTLY AS YOU DESCRIBE, in that when the adjustment is too large it switches to making smallish calls to settimeofday(). Then we can just plain outlaw settimeofday() when securelevel>0. In the mean time, the code in question makes xntpd not FAIL COMPLETELY on systems running with securelevel>0, it actually WORKS in that it prevents what the previous code did not -- setting the clock to a value in the past (it was possible to set the clock forward twice and get into the past by wrapping a clock_t). Egads! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:25:23 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 646621572A; Sun, 9 May 1999 21:25:10 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id GAA12385; Mon, 10 May 1999 06:25:08 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id GAA23322; Mon, 10 May 1999 06:24:58 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Bruce Evans Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys types.h In-reply-to: Your message of "Mon, 10 May 1999 08:21:50 +1000." <199905092221.IAA25882@godzilla.zeta.org.au> Date: Mon, 10 May 1999 06:24:58 +0200 Message-ID: <23320.926310298@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905092221.IAA25882@godzilla.zeta.org.au>, Bruce Evans writes: >> Modified files: >> sys/sys types.h >> Log: >> Make minor, major and makedev inline functions so we gain type checking >> and prevent compile time creation of dev_t's from happening again. > >You can't do that. It adds gratuitous dependencies on the compiler being >gcc to the most central header in the system. It is a temporary thing. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:32: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id A023614F33; Sun, 9 May 1999 21:31:55 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id GAA12427; Mon, 10 May 1999 06:31:54 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id GAA23560; Mon, 10 May 1999 06:31:44 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-reply-to: Your message of "Sun, 09 May 1999 19:44:05 PDT." <199905100244.TAA10132@dingo.cdrom.com> Date: Mon, 10 May 1999 06:31:43 +0200 Message-ID: <23558.926310703@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Feel free to do so. In message <199905100244.TAA10132@dingo.cdrom.com>, Mike Smith writes: >> You can still configure a root device (which is used if you give >> the "-r" flag) but now with an option: >> >> options ROOTDEVNAME=\"da0s2e\" >> >> The string is parsed by the same code as at the "boot -a" prompt. > >Could you use something like: > > rootdevname = getenv("kern.rootdev.name"); >#ifdef ROOTDEVNAME > if (!rootdevname) > rootdevname = ROOTDEVNAME; >#else > if (!rootdevname) > rootdevname = ... old guessing behaviour > >so that the loader can unconditionally override the root device name? >I have this crazy plan to read /etc/fstab to try find the root device >before starting the kernel, which should make all this crap about >guessing it based on the disk label obsolete. > >-- >\\ 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 > > > > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:33:54 1999 Delivered-To: cvs-all@freebsd.org Received: from eagle.phc.igs.net (eagle.phc.igs.net [207.210.17.201]) by hub.freebsd.org (Postfix) with ESMTP id D461214F33; Sun, 9 May 1999 21:33:32 -0700 (PDT) (envelope-from eagle@eagle.phc.igs.net) Received: by eagle.phc.igs.net (Postfix, from userid 1003) id 1BDBC189D; Sun, 9 May 1999 23:32:50 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by eagle.phc.igs.net (Postfix) with SMTP id 19B1E13; Sun, 9 May 1999 23:32:50 +0000 (GMT) Date: Sun, 9 May 1999 23:32:50 +0000 (GMT) From: eagle To: Poul-Henning Kamp Cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys types.h In-Reply-To: <23320.926310298@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 10 May 1999, Poul-Henning Kamp wrote: > In message <199905092221.IAA25882@godzilla.zeta.org.au>, Bruce Evans writes: > >> Modified files: > >> sys/sys types.h > >> Log: > >> Make minor, major and makedev inline functions so we gain type checking > >> and prevent compile time creation of dev_t's from happening again. > > > >You can't do that. It adds gratuitous dependencies on the compiler being > >gcc to the most central header in the system. > > It is a temporary thing. > could this be why make mknod.c is broken now? Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:50:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7066914F33; Sun, 9 May 1999 21:50:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66565; Sun, 9 May 1999 21:50:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905100450.VAA66565@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 21:50:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mknod mknod.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 21:50:29 PDT Modified files: sbin/mknod mknod.c Log: Fix mknod which overloaded a little too much on "minor" and "major" Revision Changes Path 1.9 +6 -6 src/sbin/mknod/mknod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 21:52:54 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 37B7A15268; Sun, 9 May 1999 21:52:49 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id OAA04584; Mon, 10 May 1999 14:52:46 +1000 Date: Mon, 10 May 1999 14:52:46 +1000 From: Bruce Evans Message-Id: <199905100452.OAA04584@godzilla.zeta.org.au> To: bde@zeta.org.au, nsayer@quack.kfu.com Subject: Re: cvs commit: src/sys/kern kern_time.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, nsayer@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> An application can only avoid these problems by being fairly aware of >> the implementation and doing micro-adjustments, but micro-adjustments >> can be done better using adjtime(2), modulo the reluctance of adjtime() >> to adjust the time rapidly. > >Fine. Then YOU fix xntpd so that it doesn't do EXACTLY AS YOU DESCRIBE, >in that when the adjustment is too large it switches to making smallish >calls to settimeofday(). Then we can just plain outlaw settimeofday() >when securelevel>0. In the mean time, the code in question makes Use the standard xntpd options SLEWALWAYS and maybe FORCE_NTPDATE_STEP. From xntpd/include/ntp_machine.h: STEP SLEW OR TWO STEP - The Default is to step. SLEWALWAYS - setttimeofday can not be used to set the time of day at all. STEP_SLEW - setttimeofday can not set the seconds part of time time use setttimeofday to set the seconds part of the time and the slew the seconds. FORCE_NTPDATE_STEP - even if SLEWALWAYS is defined, force a step of of the systemtime (via settimeofday()). Only takes affect if STEP_SLEW isn't defined. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 22:16:51 1999 Delivered-To: cvs-all@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A7B214C96; Sun, 9 May 1999 22:16:40 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id XAA74004; Sun, 9 May 1999 23:16:40 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199905100516.XAA74004@panzer.plutotech.com> Subject: Re: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c src/sys/cam cam_ccb.h cam_sim.c cam_sim.h cam_xpt.c src/sys/cam/sc In-Reply-To: <19990510054516.V76212@bitbox.follo.net> from Eivind Eklund at "May 10, 1999 5:45:17 am" To: eivind@FreeBSD.org (Eivind Eklund) Date: Sun, 9 May 1999 23:16:40 -0600 (MDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM926313400-73939-0_ Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk --ELM926313400-73939-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Eivind Eklund wrote... > On Sat, May 08, 1999 at 01:09:36PM -0600, Kenneth D. Merry wrote: > > Eivind Eklund wrote... > > > I wasn't saying that it wasn't the right decision - I was just > > > registering surprise. > > > > > > I think it would be appropriate to send a message to -announce, and it > > > definately needs to go into the release notes for 3.2. Breaking > > > binary compatibility in -stable is supposed to be an event. > > > > I don't think it's a big enough event to bother people on -announce. If > > people are running -stable, they should read the -stable list. I sent mail > > there, so those folks should be informed of the situation. > > This does not match with the guidelines we've given to our users > previously. We've said that they were adviced to read the -stable > list, but it wasn't a requirement for following the branch. Adding it > as a requirement makes -stable much less useful; IMO, we don't even > *want* all users of -stable to read the -stable list, as that would > create much too much noise on the list. You might be right, there already seems to be lots of noise on that list. :) (at least it isn't as bad as -questions yet) > I will repeat myself: Breaking binary compatibility in -stable is > *supposed to be an event*. This means that if you are doing it, you'd > better be doing it for a reason that is good enough to send a message > to -announce. I think the reasons are certainly good, although I'm not sure stuff like this should really go to -announce. I think that bugging people on -announce should generally be for for big things like release announcements and such, but who am I to say what it's for? > > And this isn't the only thing that'll break binary compatibility in > > 3.2. I fixed some problems in the devstat code back in February (just > > after 3.1 went out, I think) that will also break ports that use the > > devstat code. > > Ouch. > > > I think people should probably expect some interfaces to be broken between > > releases, since a completely stagnant userland<->kernel interface for > > everything would probably indicate a dead branch. > > Then all of RELENG_2_2 was dead. AFAIR, the only breaks of binary > compatibility there was ipfw (broken twice, due to people ignoring the > requirement not to break binary compatibility); at no time was > anything done that would break the installed packages. Just out of curiosity, will a ps binary from 2.2 work on 2.2.8? (I really don't know the answer, but if it won't, my guess is lsof would be broken as well.) > People, we are not supposed to be creating interfaces that *need* to > break binary compatibility. It isn't as if the techniques for > creating extensible interfaces weren't well known 20 years ago; there > is no reason not to use them today. I've been on both sides of the argument with this one. On one hand, it's difficult to be on the receiving end of interface changes that break existing software. The temptation is to flog the developer who broke the interface until he puts in backwards-compatibility code. On the other hand, continually having to make your code 100% backwards compatible is a real drag. As a practical matter, these changes won't break any commercial software that I know of. The only commercial product I know of that has ever used FreeBSD's SCSI-passthrough interface was xvscan. And, as far as I know, it still hasn't been updated for CAM. (at least their web page hasn't changed) As for the ports, people can generally recompile them or reinstall the package. It may be inconvenient, but I think it's worth it for the bug fixes and feature enhancements. > > It might be worth mentioning this stuff in the release notes, though. > > It is 100% necessary that this be mentioned in the release notes or > backed out; if it isn't worth mentioning in the release notes, it > definately isn't worth breaking binary compatibility for. diffs are attached. I think they explain things sufficiently. Ken -- Kenneth Merry ken@plutotech.com --ELM926313400-73939-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=relnotes.diffs.050999 Content-Description: relnotes.diffs.050999 Content-Transfer-Encoding: 7bit ==== //depot/cam/release/texts/HARDWARE.TXT#11 - /a/ken/perforce/cam/release/texts/HARDWARE.TXT ==== *** /tmp/tmp.73933.0 Sun May 9 22:56:37 1999 --- /a/ken/perforce/cam/release/texts/HARDWARE.TXT Sun May 9 22:13:40 1999 *************** *** 329,335 **** Adaptec 1535 ISA SCSI controllers Adaptec 154x series ISA SCSI controllers Adaptec 174x series EISA SCSI controller in standard and enhanced mode. ! Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series EISA/VLB/PCI SCSI controllers. Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers. --- 329,335 ---- Adaptec 1535 ISA SCSI controllers Adaptec 154x series ISA SCSI controllers Adaptec 174x series EISA SCSI controller in standard and enhanced mode. ! Adaptec 274X/284X/2920C/2930U2/294x/2950/3940/3950 (Narrow/Wide/Twin) series EISA/VLB/PCI SCSI controllers. Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers. ==== //depot/cam/release/texts/RELNOTES.TXT#16 - /a/ken/perforce/cam/release/texts/RELNOTES.TXT ==== *** /tmp/tmp.73933.1 Sun May 9 22:56:37 1999 --- /a/ken/perforce/cam/release/texts/RELNOTES.TXT Sun May 9 22:54:35 1999 *************** *** 68,73 **** --- 68,84 ---- adapters based on the Lucent Hermes chipset, including the Lucent WaveLAN/IEEE 802.11 and the Cabletron RoamAbout. + There have been a couple of kernel changes that will break the binary + interface for clients of the CAM passthrough interface or the devstat(9) + statistics interface. These changes were made to fix some interface + deficiencies. We regret any inconvenience this will cause, but we + anticipate that this will have minimal impact as there are no known + commercial binary-only applications that use either interface. This will + require that programs that use those two interfaces be recompiled. Ports + that use the CAM interface include xmcd, tosha, SANE, cdrecord and cdda2wav. + Ports that use the devstat interface include xsysinfo and xperfmon. + + 1.2. SECURITY FIXES ------------------- *************** *** 89,94 **** --- 100,117 ---- Groff/troff/eqn has been updated to version 1.11. + camcontrol now allows users to view the number of tagged openings for any + given device, and allows users to set the number of tagged openings for any + device that supports tagged queueing. + + camcontrol also now allows users to change SCSI negotiation parameters + (e.g. sync rate, offset, bus width, disconnection) for devices on certain + controllers. Note that this feature is only fully functional for Adaptec + 7xxx series controllers, Advansys narrow controllers and NCR/Symbios + controllers. + + systat, vmstat, and iostat now print out statistics in a more "interesting" + order than before. 2. Supported Configurations --------------------------- *************** *** 113,119 **** Adaptec 1535 ISA SCSI controllers Adaptec 154x series ISA SCSI controllers Adaptec 174x series EISA SCSI controller in standard and enhanced mode. ! Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series EISA/VLB/PCI SCSI controllers. Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers. --- 136,142 ---- Adaptec 1535 ISA SCSI controllers Adaptec 154x series ISA SCSI controllers Adaptec 174x series EISA SCSI controller in standard and enhanced mode. ! Adaptec 274X/284X/2920C/2930U2/294x/2950/3940/3950 (Narrow/Wide/Twin) series EISA/VLB/PCI SCSI controllers. Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers. --ELM926313400-73939-0_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 22:18: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 71AC114C89; Sun, 9 May 1999 22:17:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA08696; Mon, 10 May 1999 15:17:53 +1000 Date: Mon, 10 May 1999 15:17:53 +1000 From: Bruce Evans Message-Id: <199905100517.PAA08696@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, phk@FreeBSD.org Subject: Re: cvs commit: src/sbin/mknod mknod.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sbin/mknod mknod.c > Log: > Fix mknod which overloaded a little too much on "minor" and "major" mknod wasn't broken (except for K&R compilers). In ANSI C, the macro major() doesn't conflict with the local variable `major'. nfs_serv.c has local variables named major and minor, but there is no problem (except for K&R compilers) since it doesn't use major() or minor(). Applications that #define `dev', `x' or `y' before including are also broken. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 22:22:49 1999 Delivered-To: cvs-all@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA2214DB4; Sun, 9 May 1999 22:22:43 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id XAA74043; Sun, 9 May 1999 23:22:22 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199905100522.XAA74043@panzer.plutotech.com> Subject: Re: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c src/sys/cam cam_ccb.h cam_sim.c cam_sim.h cam_xpt.c src/sys/cam/sc In-Reply-To: from Kris Kennaway at "May 10, 1999 1:48:48 pm" To: kkennawa@physics.adelaide.edu.au (Kris Kennaway) Date: Sun, 9 May 1999 23:22:22 -0600 (MDT) Cc: eivind@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Kris Kennaway wrote... > On Mon, 10 May 1999, Eivind Eklund wrote: > > > I will repeat myself: Breaking binary compatibility in -stable is > > *supposed to be an event*. This means that if you are doing it, you'd > > better be doing it for a reason that is good enough to send a message > > to -announce. > > I have to agree with this. Suppose a third-party vendor was producing > CAM-using code in binary form: this is no longer usable when people upgrade. > This can only hurt us. Fortunately, I think that's just a hyptothetical situation. As I said in my mail to Eivind, the only commercial application that I know of that ever used FreeBSD's SCSI passthrough interface (*) was xvscan. It still hasn't even been updated for CAM. (*) By this I mean an application that is sold to FreeBSD end-users. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 22:28:49 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2EC5D14C89; Sun, 9 May 1999 22:28:45 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA30793; Sun, 9 May 1999 23:27:53 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA51486; Sun, 9 May 1999 23:28:24 -0600 (MDT) Message-Id: <199905100528.XAA51486@harmony.village.org> To: "Kenneth D. Merry" Subject: Re: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c src/sys/cam cam_ccb.h cam_sim.c cam_sim.h cam_xpt.c src/sys/cam/sc Cc: eivind@FreeBSD.org (Eivind Eklund), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 09 May 1999 23:16:40 MDT." <199905100516.XAA74004@panzer.plutotech.com> References: <199905100516.XAA74004@panzer.plutotech.com> Date: Sun, 09 May 1999 23:28:24 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905100516.XAA74004@panzer.plutotech.com> "Kenneth D. Merry" writes: : I think the reasons are certainly good, although I'm not sure stuff like : this should really go to -announce. I think that bugging people on : -announce should generally be for for big things like release announcements : and such, but who am I to say what it's for? -announce is a moderated list. If you send noise to it, the moderator will let you know. If there is doubt, I'd tend to send it to him with a note asking if it is appropriate. If it isn't, he can suggest the proper place for the information (RELEASE NOTES, UPDATING, etc). : Just out of curiosity, will a ps binary from 2.2 work on 2.2.8? (I really : don't know the answer, but if it won't, my guess is lsof would be broken as : well.) Yes. At least I know that I've booted a 2.2.8 kernel on a system that had 2.2.2R installed on it. dmesg and ps worked for me. I had less luck in the 2.0 series of releases... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 22:32:15 1999 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 5B19B14F21; Sun, 9 May 1999 22:32:13 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [170.1.70.5]) by quack.kfu.com (8.9.2/8.8.5) with ESMTP id WAA28924; Sun, 9 May 1999 22:32:12 -0700 (PDT) Received: (from nsayer@localhost) by medusa.kfu.com (8.9.2/8.8.8) id WAA25008; Sun, 9 May 1999 22:32:11 -0700 (PDT) (envelope-from nsayer) From: Nick Sayer Message-Id: <199905100532.WAA25008@medusa.kfu.com> Subject: Re: cvs commit: src/sys/kern kern_time.c In-Reply-To: <199905100452.OAA04584@godzilla.zeta.org.au> from Bruce Evans at "May 10, 1999 2:52:46 pm" To: bde@zeta.org.au (Bruce Evans) Date: Sun, 9 May 1999 22:32:11 -0700 (PDT) Cc: bde@zeta.org.au, nsayer@quack.kfu.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, nsayer@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >> An application can only avoid these problems by being fairly aware of > >> the implementation and doing micro-adjustments, but micro-adjustments > >> can be done better using adjtime(2), modulo the reluctance of adjtime() > >> to adjust the time rapidly. > > > >Fine. Then YOU fix xntpd so that it doesn't do EXACTLY AS YOU DESCRIBE, > >in that when the adjustment is too large it switches to making smallish > >calls to settimeofday(). Then we can just plain outlaw settimeofday() > >when securelevel>0. In the mean time, the code in question makes > > Use the standard xntpd options SLEWALWAYS and maybe FORCE_NTPDATE_STEP. Then those should be defined in the xntpd that is supplied by default, otherwise the default configuration of FreeBSD will not keep time correctly when securelevel>0 (without this patch, that is). Can I take it, then, that you are in favor of commiting that and then outlawing settimeofday() when securelevel>0? > >From xntpd/include/ntp_machine.h: [...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 22:34:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB7B815529; Sun, 9 May 1999 22:34:33 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA70065; Sun, 9 May 1999 22:34:33 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905100534.WAA70065@freefall.freebsd.org> From: Warner Losh Date: Sun, 9 May 1999 22:34:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/09 22:34:33 PDT Modified files: . UPDATING Log: Add update on the status of new bus. Add libcam ABI change warning. Revision Changes Path 1.32 +8 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 22:37:37 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 855DE1551D; Sun, 9 May 1999 22:37:10 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA10793; Mon, 10 May 1999 15:37:09 +1000 Date: Mon, 10 May 1999 15:37:09 +1000 From: Bruce Evans Message-Id: <199905100537.PAA10793@godzilla.zeta.org.au> To: bde@zeta.org.au, nsayer@quack.kfu.com Subject: Re: cvs commit: src/sys/kern kern_time.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, nsayer@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Use the standard xntpd options SLEWALWAYS and maybe FORCE_NTPDATE_STEP. > >Then those should be defined in the xntpd that is supplied by default, >otherwise the default configuration of FreeBSD will not keep time >correctly when securelevel>0 (without this patch, that is). > >Can I take it, then, that you are in favor of commiting that and then >outlawing settimeofday() when securelevel>0? Not in RELENG_3. ISTR that someone said that newer versions of xntpd have a runtime switch for the slewing behaviour. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 22:45:18 1999 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 776E714D0B; Sun, 9 May 1999 22:45:14 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [170.1.70.5]) by quack.kfu.com (8.9.2/8.8.5) with ESMTP id WAA28964; Sun, 9 May 1999 22:45:14 -0700 (PDT) Received: (from nsayer@localhost) by medusa.kfu.com (8.9.2/8.8.8) id WAA25334; Sun, 9 May 1999 22:45:13 -0700 (PDT) (envelope-from nsayer) From: Nick Sayer Message-Id: <199905100545.WAA25334@medusa.kfu.com> Subject: Re: cvs commit: src/sys/kern kern_time.c In-Reply-To: <199905100537.PAA10793@godzilla.zeta.org.au> from Bruce Evans at "May 10, 1999 3:37: 9 pm" To: bde@zeta.org.au (Bruce Evans) Date: Sun, 9 May 1999 22:45:13 -0700 (PDT) Cc: bde@zeta.org.au, nsayer@quack.kfu.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, nsayer@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >> Use the standard xntpd options SLEWALWAYS and maybe FORCE_NTPDATE_STEP. > > > >Then those should be defined in the xntpd that is supplied by default, > >otherwise the default configuration of FreeBSD will not keep time > >correctly when securelevel>0 (without this patch, that is). > > > >Can I take it, then, that you are in favor of commiting that and then > >outlawing settimeofday() when securelevel>0? > > Not in RELENG_3. So you're in favor of RELENG_3 having broken timekeeping then? I'm not sure I understand. > ISTR that someone said that newer versions of xntpd have a runtime switch > for the slewing behaviour. Then at the very least it should be documented somewhere that such a version (in a port, perhaps?) is required for securelevel>0. But in no way does that excuse leaving broken functionality in RELENG_3 (which was what was there before). The code that was there MASQUERADED as a security fix, in that it hand-waved not allowing negative time steps while not in actual fact preventing them. That same phony security precaution actually made the standard configuration break badly when the code was exercised. Who wins in keeping that around until 4.0-RELEASE? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 23: 1:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C07C1574B; Sun, 9 May 1999 23:01:47 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA72347; Sun, 9 May 1999 23:01:46 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905100601.XAA72347@freefall.freebsd.org> From: Alan Cox Date: Sun, 9 May 1999 23:01:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook authors.ent doc/en/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/09 23:01:46 PDT Modified files: en/handbook authors.ent en/handbook/staff chapter.sgml Log: Finally, ... add myself to handbook. (The old handbook was frozen for changeover when I got my commit rights.) Revision Changes Path 1.15 +3 -1 doc/en/handbook/authors.ent 1.23 +5 -1 doc/en/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 9 23:17:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2132E152B4; Sun, 9 May 1999 23:17:53 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA73755; Sun, 9 May 1999 23:17:54 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905100617.XAA73755@freefall.freebsd.org> From: Alan Cox Date: Sun, 9 May 1999 23:17:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/09 23:17:53 PDT Modified files: en/handbook/staff chapter.sgml Log: Oops. Add the semicolon that was missing from the (one) entry that I happened to cut-and-paste from. Revision Changes Path 1.24 +3 -3 doc/en/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 0:12:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A52C014FB5; Mon, 10 May 1999 00:12:36 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA78950; Mon, 10 May 1999 00:12:36 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905100712.AAA78950@freefall.freebsd.org> From: Michael Haro Date: Mon, 10 May 1999 00:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xzx/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/10 00:12:36 PDT Modified files: emulators/xzx/pkg DESCR Log: add WWW PR: 11621 Submitted by: maintainer Revision Changes Path 1.2 +2 -0 ports/emulators/xzx/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 0:49:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D079C152B4; Mon, 10 May 1999 00:49:14 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA84981; Mon, 10 May 1999 00:49:14 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905100749.AAA84981@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 10 May 1999 00:49:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/10 00:49:14 PDT Modified files: en/handbook/staff chapter.sgml Log: Added Joseph Koshy as In the Press Editor. Revision Changes Path 1.25 +10 -1 doc/en/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 1: 9:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B8D114C08; Mon, 10 May 1999 01:09:41 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA88008; Mon, 10 May 1999 01:09:41 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905100809.BAA88008@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 10 May 1999 01:09:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/fxtv/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/10 01:09:40 PDT Added files: graphics/fxtv/patches patch-ab Log: Fix typo in function XUTILGetVisualBpp(), it causes fxtv to fail on X server with both depth 8 and 24 visuals. Submitted by: Luoqi Chen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 1:17: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65B9114C08; Mon, 10 May 1999 01:17:02 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA89005; Mon, 10 May 1999 01:17:02 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905100817.BAA89005@freefall.freebsd.org> From: Michael Haro Date: Mon, 10 May 1999 01:17:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/mergemaster Makefile ports/sysutils/mergemaster/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/10 01:17:01 PDT Modified files: sysutils/mergemaster Makefile sysutils/mergemaster/files md5 Log: upgrade mergemaster to version 1.24 PR: 11622 Submitted by: maintainer Revision Changes Path 1.4 +8 -7 ports/sysutils/mergemaster/Makefile 1.3 +1 -1 ports/sysutils/mergemaster/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 1:23: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id D90F1156FA; Mon, 10 May 1999 01:18:29 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA28334; Mon, 10 May 1999 18:18:27 +1000 Date: Mon, 10 May 1999 18:18:27 +1000 From: Bruce Evans Message-Id: <199905100818.SAA28334@godzilla.zeta.org.au> To: bde@zeta.org.au, imp@harmony.village.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >: But it is still supposed to be a simple list (it doesn't even use the >: queue macros). > >All I know is that the last element of the list points to the first on >all the machines I tried it on. I don't know why that is, but I did >fix things so that at least the numbers are right... Simple lists can only be circular if they are corrupted. The corruption is caused by not handling the head of the list specially. Here the sysinit in builds the list correctly, with M_ISADEV at the tail of the list. The first malloc(M_ISADEV, ...) then circularises the list. More serious corruption may occur later when malloc types are uninited on module unload. I fixed this by abusing ks_limit as an on-the-list flag. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 1:26:28 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C3F9A15847; Mon, 10 May 1999 01:26:25 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id CAA31234; Mon, 10 May 1999 02:25:32 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id CAA00777; Mon, 10 May 1999 02:25:23 -0600 (MDT) Message-Id: <199905100825.CAA00777@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Mon, 10 May 1999 18:18:27 +1000." <199905100818.SAA28334@godzilla.zeta.org.au> References: <199905100818.SAA28334@godzilla.zeta.org.au> Date: Mon, 10 May 1999 02:25:23 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905100818.SAA28334@godzilla.zeta.org.au> Bruce Evans writes: : I fixed this by abusing ks_limit as an on-the-list flag. Cool. That sounds like an excellent candidate for 3.1-stable since I originally saw this bug in a 3.1-stable based system at work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 1:26:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26A2615C6F; Mon, 10 May 1999 01:26:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA89958; Mon, 10 May 1999 01:26:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905100826.BAA89958@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 01:26:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 01:26:36 PDT Modified files: (Branch: RELENG_3) release/texts HARDWARE.TXT RELNOTES.TXT Log: * Update supported AHA controlers. * Camcontrol now offers more configurability * devstat and friends list devices in a "better" order Submitted by: Ken Merry Revision Changes Path 1.5.2.8 +1 -1 src/release/texts/HARDWARE.TXT 1.12.2.15 +25 -1 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 1:28:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7A0C1581E; Mon, 10 May 1999 01:28:08 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA90247; Mon, 10 May 1999 01:28:08 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905100828.BAA90247@freefall.freebsd.org> From: Greg Lehey Date: Mon, 10 May 1999 01:28:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum vinum.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/10 01:28:07 PDT Modified files: (Branch: RELENG_3) sbin/vinum vinum.8 Log: MFC: Arrange the "CONFIGURATION FILE" section in the order in which the entries go into the config file. Clarify what names can be used for Vinum drives, and what will happen to you if you use other names. Forcibly-demonstrated-by: Thomas Stromberg Peter K Campbell George Cox many others, but those were the only three today. Revision Changes Path 1.5.2.5 +44 -23 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 1:30:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27AC21581E; Mon, 10 May 1999 01:30:39 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA90668; Mon, 10 May 1999 01:30:38 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905100830.BAA90668@freefall.freebsd.org> From: David Greenman Date: Mon, 10 May 1999 01:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/10 01:30:38 PDT Modified files: (Branch: RELENG_3) sys/kern uipc_socket.c Log: Backed out changes in rev 1.51.2.1 since it causes a socket leak and there is insufficient time to troubleshoot this prior to the 3.2 release. Not backed out from current. Some collateral changes in uipc_socket2.c and sys/socketvar.h were also not backed out as they are harmless. Revision Changes Path 1.51.2.3 +4 -21 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 1:48:38 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id BE0961581E; Mon, 10 May 1999 01:48:33 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 350F41F72; Mon, 10 May 1999 16:48:29 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: David Greenman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c In-reply-to: Your message of "Mon, 10 May 1999 01:30:38 MST." <199905100830.BAA90668@freefall.freebsd.org> Date: Mon, 10 May 1999 16:48:29 +0800 From: Peter Wemm Message-Id: <19990510084832.350F41F72@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk David Greenman wrote: > dg 1999/05/10 01:30:38 PDT > > Modified files: (Branch: RELENG_3) > sys/kern uipc_socket.c > Log: > Backed out changes in rev 1.51.2.1 since it causes a socket leak and there > is insufficient time to troubleshoot this prior to the 3.2 release. > Not backed out from current. Some collateral changes in uipc_socket2.c and > sys/socketvar.h were also not backed out as they are harmless. Oh dear.. This is an expensive backout :-(. Among the things that break include libc's rpc and things like amd as a result, which leads to NFS deadlocks. (This was *the* primary cause of the nfsrcvlk deadlocks on freefall under 2.2.8 a while ago) Do you have any ideas where the problem is? Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2: 0:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1A6E14CA9; Mon, 10 May 1999 02:00:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95210; Mon, 10 May 1999 02:00:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100900.CAA95210@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:00:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC98 Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:00:32 PDT Modified files: sys/pc98/conf GENERIC98 Makefile.pc98 Log: Sync with sys/i386/conf/GENERIC and Makefile.i386 revisions 1.169 and 1.152, respectively. Revision Changes Path 1.75 +1 -3 src/sys/pc98/conf/GENERIC98 1.64 +29 -27 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2: 1:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB4C714CA9; Mon, 10 May 1999 02:01:21 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95434; Mon, 10 May 1999 02:01:21 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100901.CAA95434@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:01:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:01:21 PDT Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.239. Revision Changes Path 1.94 +1 -2 src/sys/pc98/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2: 2: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id CD16E156DA; Mon, 10 May 1999 02:01:33 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA51700; Mon, 10 May 1999 10:01:19 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 10 May 1999 10:01:19 +0100 (BST) From: Doug Rabson To: Bruce Evans Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org, peter@freebsd.org Subject: Re: cvs commit: src/sys/isa sio.c In-Reply-To: <199905092209.IAA24862@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 10 May 1999, Bruce Evans wrote: > > Modified files: > > sys/isa sio.c > > Log: > > Optimize out a couple of places where com_addr() is used twice in a row, > > although this is pretty trivial. devclass_get_softc() is a tad more > > expensive than the old com_addr() implementation. If Bruce is really > > worried about the cost of this, it could always be changed so that the > > softc pointer is stored in a local array again. > > I'm not very worried about the cost. I'm worried about the invalid > implementation. It is invalid to access data not managed by the driver > from a fast interrupt handler. After the driver is attached, the device system won't touch any memory in the path of devclass_get_softc() without calling DEVICE_DETACH unless a new device is added to that devclass (a new sio unit). The interrupt routine is passed the softc directly I think so this isn't a problem. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2: 2:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBEBC14DDD; Mon, 10 May 1999 02:02:24 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95664; Mon, 10 May 1999 02:02:24 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100902.CAA95664@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:02:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:02:24 PDT Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.74. Revision Changes Path 1.55 +3 -1 src/sys/pc98/conf/majors.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2: 3:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 266C414CA9; Mon, 10 May 1999 02:03:12 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95740; Mon, 10 May 1999 02:03:12 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100903.CAA95740@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:03:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf options.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:03:11 PDT Modified files: sys/pc98/conf options.pc98 Log: Sync with sys/i386/conf/options.i386 revision 1.113. Revision Changes Path 1.86 +1 -4 src/sys/pc98/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2: 5: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3894614CA9; Mon, 10 May 1999 02:05:04 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95945; Mon, 10 May 1999 02:05:04 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100905.CAA95945@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:05:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:05:03 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.133. Revision Changes Path 1.69 +2 -2 src/sys/pc98/pc98/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2: 6:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9F4715202; Mon, 10 May 1999 02:06:15 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA96111; Mon, 10 May 1999 02:06:15 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100906.CAA96111@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:06:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 if_ed.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:06:14 PDT Modified files: sys/pc98/pc98 if_ed.c Log: Sync with sys/i386/isa/if_ed.c revision 1.152. Revision Changes Path 1.63 +3 -1 src/sys/pc98/pc98/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2: 9:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65EF615362; Mon, 10 May 1999 02:09:10 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA96258; Mon, 10 May 1999 02:09:10 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100909.CAA96258@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:09:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 isa_dma.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:09:09 PDT Modified files: sys/pc98/pc98 isa_dma.c Log: Sync with sys/i386/isa/isa_dma.c revision 1.3. Revision Changes Path 1.3 +3 -15 src/sys/pc98/pc98/isa_dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2:14:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65E0B14CB4; Mon, 10 May 1999 02:14:43 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA97067; Mon, 10 May 1999 02:14:43 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100914.CAA97067@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:14:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:14:42 PDT Modified files: sys/pc98/pc98 sio.c Log: Sync with sys/isa/sio.c revision 1.240. Revision Changes Path 1.94 +26 -47 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2:22:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12F2214CB4; Mon, 10 May 1999 02:22:53 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA97804; Mon, 10 May 1999 02:22:52 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905100922.CAA97804@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 10 May 1999 02:22:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/10 02:22:51 PDT Modified files: (Branch: RELENG_3) . UPDATING Log: Initial attempt at what I believe to be just 3.x-relative changes. Revision Changes Path 1.14.2.1 +45 -7 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2:29: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE6CE1502D; Mon, 10 May 1999 02:28:17 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA98231; Mon, 10 May 1999 02:28:16 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905100928.CAA98231@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 10 May 1999 02:28:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/10 02:28:16 PDT Modified files: (Branch: RELENG_3) release/sysinstall dist.h Log: Remove COMPAT22 from canned target list (you have to ask for it now). Revision Changes Path 1.29.2.4 +3 -3 src/release/sysinstall/dist.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2:37:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75B7614D6E; Mon, 10 May 1999 02:37:41 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA99402; Mon, 10 May 1999 02:37:41 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905100937.CAA99402@freefall.freebsd.org> From: KATO Takenori Date: Mon, 10 May 1999 02:37:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/10 02:37:40 PDT Modified files: sys/pc98/pc98 sio.c Log: Fixed for COM_MULTIPORT option. Members flags and unit should be obtained via appropriate functions. Revision Changes Path 1.95 +3 -2 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 2:51:46 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 7F2A014DEA; Mon, 10 May 1999 02:51:40 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id TAA04277; Mon, 10 May 1999 19:51:39 +1000 Date: Mon, 10 May 1999 19:51:39 +1000 From: Bruce Evans Message-Id: <199905100951.TAA04277@godzilla.zeta.org.au> To: bde@zeta.org.au, dfr@nlsystems.com Subject: Re: cvs commit: src/sys/isa sio.c Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org, peter@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> I'm not very worried about the cost. I'm worried about the invalid >> implementation. It is invalid to access data not managed by the driver >> from a fast interrupt handler. > >After the driver is attached, the device system won't touch any memory in >the path of devclass_get_softc() without calling DEVICE_DETACH unless a >new device is added to that devclass (a new sio unit). Even read access and function calls are invalid, since the complete C environment is not necessarily set up for fast interrupt handlers. >The interrupt routine is passed the softc directly I think so this isn't a >problem. It is a problem for the COM_MULTIPORT case. That case ignores the passed-in softc and checks all sio devices that have a non-NULL softc. I think there are no problems in practice, but this is not easy to see (it depends on the driver disabling interrupts on all known sio ports in the first call to sioattach(), and pointer writes being atomic on supported machines). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 3: 8:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77C4B1523B; Mon, 10 May 1999 03:08:08 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03774; Mon, 10 May 1999 03:08:08 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905101008.DAA03774@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 10 May 1999 03:08:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci bt848_i2c.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/10 03:08:07 PDT Modified files: sys/pci bt848_i2c.c Log: Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code. Revision Changes Path 1.4 +7 -4 src/sys/pci/bt848_i2c.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 3: 8:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34DDD14DEA; Mon, 10 May 1999 03:08:52 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03871; Mon, 10 May 1999 03:08:52 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905101008.DAA03871@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 10 May 1999 03:08:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brktree_reg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/10 03:08:51 PDT Modified files: sys/pci brktree_reg.h Log: Update card type to support GPIO mask Add NSMBUS checks around smbus/iicbus i2c bus code. Revision Changes Path 1.27 +7 -5 src/sys/pci/brktree_reg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 3:10:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5504814DEA; Mon, 10 May 1999 03:10:17 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04011; Mon, 10 May 1999 03:10:17 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905101010.DAA04011@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 10 May 1999 03:10:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/10 03:10:16 PDT Modified files: sys/pci brooktree848.c Log: Support LifeView FlyVideo 98 cards. Use EEPROM for card autodetection.Use bttv's audio mux values. Automatically locate the EEPROM i2c address and read the subsystem_vendor_id from EEPROM and not the PCI registers. Add NSMBUS checks around smbus/iicbus i2c bus code Add GPIO mask for the audio mux to each card type. Add CARD_ZOLTRIX and CARD_KISS from mailing list searches. Tested by: Paul Reece , Ivan Brawley and Gilad Rom Revision Changes Path 1.75 +182 -65 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 3:17:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 107FE1523B; Mon, 10 May 1999 03:17:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04811; Mon, 10 May 1999 03:17:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101017.DAA04811@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 03:17:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile src/usr.sbin Makefile src/sbin/sysctl Makefile src/usr.sbin/sysctl Makefile pathconf.c sysctl.8 sysctl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 03:17:23 PDT Modified files: sbin Makefile usr.sbin Makefile sbin/sysctl Makefile Removed files: usr.sbin/sysctl Makefile pathconf.c sysctl.8 sysctl.c Log: Move sysctl/ to src/sbin/ where it now belongs. Repository copied by: Peter Revision Changes Path 1.69 +2 -1 src/sbin/Makefile 1.155 +1 -2 src/usr.sbin/Makefile 1.4 +1 -4 src/sbin/sysctl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 3:23:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11EE914E58; Mon, 10 May 1999 03:23:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05703; Mon, 10 May 1999 03:23:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905101023.DAA05703@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 03:23:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci cy_pci.c cy_pcireg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 03:23:43 PDT Modified files: sys/pci cy_pci.c cy_pcireg.h Log: Detect PCI device IDs for latest boards. Simplified the ID comparisons. Submitted by: Ivan Passos (rewritten by me) Revision Changes Path 1.15 +4 -5 src/sys/pci/cy_pci.c 1.6 +1 -5 src/sys/pci/cy_pcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 3:42:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B96FB14C39; Mon, 10 May 1999 03:42:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA08102; Mon, 10 May 1999 03:42:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905101042.DAA08102@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 03:42:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci cy_pci.c cy_pcireg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 03:42:20 PDT Modified files: (Branch: RELENG_3) sys/pci cy_pci.c cy_pcireg.h Log: MFC (1.15: detect new PCI device IDs; 1.11: added missing newline). Revision Changes Path 1.10.2.1 +5 -6 src/sys/pci/cy_pci.c 1.5.2.1 +1 -5 src/sys/pci/cy_pcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 3:51:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9482414CEB; Mon, 10 May 1999 03:51:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09148; Mon, 10 May 1999 03:51:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905101051.DAA09148@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 03:51:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 03:51:28 PDT Modified files: sys/i386/i386 identcpu.c Log: [Forgot to commit this in the batch a few days ago.] Fixed profiling of elf kernels. Made high resolution profiling compile for elf kernels (it is broken for all kernels due to lack of egcs support). Renaming of many assembler labels is avoided by declaring by declaring the labels that need to be visible to gprof as having type "function" and depending on the elf version of gprof being zealous about discarding the others. A few type declarations are still missing, mainly for SMP. PR: 9413 Submitted by: Assar Westerlund (initial parts) Revision Changes Path 1.62 +3 -1 src/sys/i386/i386/identcpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 3:54:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAD181502D; Mon, 10 May 1999 03:54:17 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09392; Mon, 10 May 1999 03:54:17 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905101054.DAA09392@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 10 May 1999 03:54:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/10 03:54:16 PDT Modified files: (Branch: RELENG_3) release/texts RELNOTES.TXT Log: Remove all the 3.1-release specific cruft from here. Revision Changes Path 1.12.2.16 +4 -56 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 4:12:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BF9114FD0; Mon, 10 May 1999 04:12:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA12323; Mon, 10 May 1999 04:12:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905101112.EAA12323@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 10 May 1999 04:12:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xglobe/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/10 04:12:24 PDT Modified files: astro/xglobe/patches patch-aa Log: Oops, commit the new patch, not the patch to the previous patch. Revision Changes Path 1.4 +42 -23 ports/astro/xglobe/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 4:13:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF73914FD0; Mon, 10 May 1999 04:13:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA12478; Mon, 10 May 1999 04:13:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101113.EAA12478@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 04:13:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ups-debug Makefile ports/devel/ups-debug/files md5 ports/devel/ups-debug/patches patch-09 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 04:13:33 PDT Modified files: devel/ups-debug Makefile devel/ups-debug/files md5 Added files: devel/ups-debug/patches patch-09 Log: update to 3.34beta Revision Changes Path 1.12 +3 -3 ports/devel/ups-debug/Makefile 1.9 +1 -2 ports/devel/ups-debug/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 4:32: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30ECF1544C; Mon, 10 May 1999 04:32:06 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA14936; Mon, 10 May 1999 04:32:05 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905101132.EAA14936@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 10 May 1999 04:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnustep - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/10 04:32:04 PDT ports/devel/gnustep - Imported sources Update of /home/ncvs/ports/devel/gnustep In directory freefall.freebsd.org:/x/tmp/cvs-serv14478 Log Message: New port gnustep. GNUstep is a set of general-purpose Objective-C libraries base on the OpenStep standard developed by NeXT (now Apple) Inc. Status: Vendor Tag: TG Release Tags: gnustep_0_5_5 N ports/devel/gnustep/Makefile N ports/devel/gnustep/patches/patch-aa N ports/devel/gnustep/files/md5 N ports/devel/gnustep/pkg/PLIST N ports/devel/gnustep/pkg/COMMENT N ports/devel/gnustep/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 4:32:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87255154EB; Mon, 10 May 1999 04:32:09 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA14952; Mon, 10 May 1999 04:32:09 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905101132.EAA14952@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 10 May 1999 04:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/10 04:32:08 PDT Modified files: . modules Log: gnustep -> ports/devel/gnustep Revision Changes Path 1.3112 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 4:34:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F2C715451; Mon, 10 May 1999 04:34:14 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA15147; Mon, 10 May 1999 04:34:13 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905101134.EAA15147@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 10 May 1999 04:34:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/10 04:34:12 PDT Modified files: devel Makefile Log: Activate gnustep. Revision Changes Path 1.183 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 4:37:26 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (Postfix) with ESMTP id BA09E15451; Mon, 10 May 1999 04:37:23 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp503.kt.rim.or.jp [202.247.140.153]) by mail.kt.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id UAA10271; Mon, 10 May 1999 20:37:20 +0900 (JST) Received: from sky.rim.or.jp (earth.sky.rim.or.jp [192.168.1.2]) by moon.sky.rim.or.jp (8.8.8/3.5Wpl4/moon-1.0) with ESMTP id UAA01457; Mon, 10 May 1999 20:37:18 +0900 (JST) Message-ID: <3736C4BA.D6F167F4@sky.rim.or.jp> Date: Mon, 10 May 1999 20:36:26 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.06 [ja] (Win95; I) MIME-Version: 1.0 To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/p5-ParallelUA Makefile ports/www/p5-ParallelUA/pkg PLIST References: <199905090720.AAA85208@freefall.freebsd.org> <19990509224145.A54651@nagual.pp.ru> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Andrey A. Chernov wrote: > Please back it out, @dirrm not remove any directory unless it is _empty_ > as I remember. Sorry for my less infomation on commit log. I've replaced @dirrm into below: @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LWP 2>/dev/null || true This stops warning on pkg_delete'ing when that directory is used by other port. So reason of this change is only stopping warning message, as described in Handbook. Should I back it out? -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:16:42 1999 Delivered-To: cvs-all@freebsd.org Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (Postfix) with ESMTP id 27D0714E8A; Mon, 10 May 1999 05:15:51 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id IAA05437; Mon, 10 May 1999 08:15:49 -0400 (EDT) Received: from john.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.63]) by sable.cc.vt.edu (8.8.8/8.8.8) with ESMTP id IAA08431; Mon, 10 May 1999 08:15:49 -0400 (EDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199905100528.XAA51486@harmony.village.org> Date: Mon, 10 May 1999 08:15:49 -0400 (EDT) From: John Baldwin To: Warner Losh Subject: Re: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c sr Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, (Eivind Eklund) , "Kenneth D. Merry" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 10-May-99 Warner Losh wrote: > In message <199905100516.XAA74004@panzer.plutotech.com> "Kenneth D. Merry" > writes: >: I think the reasons are certainly good, although I'm not sure stuff like >: this should really go to -announce. I think that bugging people on >: -announce should generally be for for big things like release announcements >: and such, but who am I to say what it's for? > > -announce is a moderated list. If you send noise to it, the moderator > will let you know. If there is doubt, I'd tend to send it to him with > a note asking if it is appropriate. If it isn't, he can suggest the > proper place for the information (RELEASE NOTES, UPDATING, etc). > >: Just out of curiosity, will a ps binary from 2.2 work on 2.2.8? (I really >: don't know the answer, but if it won't, my guess is lsof would be broken as >: well.) > > Yes. At least I know that I've booted a 2.2.8 kernel on a system that > had 2.2.2R installed on it. dmesg and ps worked for me. I had less > luck in the 2.0 series of releases... In my experience, a 2.2.6 dmesg did not work with a 2.2.7 kernel, instead it complained about a non-matching magic value. > Warner --- John Baldwin -- http://members.freedomnet.com/~jbaldwin/ PGP Key: http://members.freedomnet.com/~jbaldwin/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:20:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4120F15362; Mon, 10 May 1999 05:20:34 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA21022; Mon, 10 May 1999 05:20:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905101220.FAA21022@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 10 May 1999 05:20:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache Makefile ports/www/p5-Apache/files md5 ports/www/p5-Apache/patches patch-aa ports/www/p5-Apache/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/10 05:20:31 PDT Modified files: www/p5-Apache Makefile www/p5-Apache/files md5 www/p5-Apache/patches patch-aa www/p5-Apache/pkg PLIST Log: o Fix for Perl5. o Upgrade to v1.19. No response for 24 hours from: maintainer (sorry, jfitz!) Revision Changes Path 1.13 +18 -12 ports/www/p5-Apache/Makefile 1.4 +1 -1 ports/www/p5-Apache/files/md5 1.5 +23 -25 ports/www/p5-Apache/patches/patch-aa 1.4 +95 -24 ports/www/p5-Apache/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:24:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6DB415100; Mon, 10 May 1999 05:24:13 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA21584; Mon, 10 May 1999 05:24:13 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905101224.FAA21584@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 05:24:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gd Makefile ports/japanese/gd/files md5 ports/japanese/gd/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 05:24:12 PDT Modified files: japanese/gd Makefile japanese/gd/files md5 japanese/gd/patches patch-aa Log: Unbreak-elf ports/japanese/gd. Submitted by: Taguchi Takeshi Revision Changes Path 1.5 +5 -10 ports/japanese/gd/Makefile 1.2 +1 -1 ports/japanese/gd/files/md5 1.2 +7 -9 ports/japanese/gd/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:30: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFDD115462; Mon, 10 May 1999 05:29:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA22363; Mon, 10 May 1999 05:29:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101229.FAA22363@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 05:29:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/i386/isa dgb.c dgm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 05:29:58 PDT Modified files: (Branch: RELENG_3) sys/gnu/i386/isa dgb.c dgm.c Log: MFC: s/size == 0;/size = 0;/ Revision Changes Path 1.41.2.2 +3 -3 src/sys/gnu/i386/isa/dgb.c 1.6.2.1 +3 -3 src/sys/gnu/i386/isa/dgm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:32: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D14FB15462; Mon, 10 May 1999 05:32:04 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA22882; Mon, 10 May 1999 05:31:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101231.FAA22882@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 05:31:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/snd ad1848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 05:31:58 PDT Modified files: (Branch: RELENG_3) sys/i386/isa/snd ad1848.c Log: MFC: rev 1.21 (operator precedence bug) PR: 11410 Revision Changes Path 1.20.2.1 +1 -1 src/sys/i386/isa/snd/ad1848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:33:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA6F815100; Mon, 10 May 1999 05:33:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23172; Mon, 10 May 1999 05:33:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101233.FAA23172@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 05:33:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/snd clones.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 05:33:11 PDT Modified files: (Branch: RELENG_3) sys/i386/isa/snd clones.c Log: MFC: rev 1.3 [Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)] PR: 11411 Revision Changes Path 1.2.4.1 +2 -2 src/sys/i386/isa/snd/clones.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:34:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E8915100; Mon, 10 May 1999 05:34:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23326; Mon, 10 May 1999 05:34:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101234.FAA23326@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 05:34:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 05:34:36 PDT Modified files: (Branch: RELENG_3) sys/pccard pcic.c Log: MFC: rev 1.72 [operator precedence (nit: in #if 0 code) bug] PR: 11413 Revision Changes Path 1.64.2.4 +2 -2 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:36:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F99A15495; Mon, 10 May 1999 05:36:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23600; Mon, 10 May 1999 05:36:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101236.FAA23600@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 05:36:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa wst.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 05:36:48 PDT Modified files: (Branch: RELENG_3) sys/i386/isa wst.c Log: MFC: rev 1.18 (operator precedence bug) PR: 11415 Revision Changes Path 1.15.2.1 +2 -2 src/sys/i386/isa/wst.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:37:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22D4D15495; Mon, 10 May 1999 05:37:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23713; Mon, 10 May 1999 05:37:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101237.FAA23713@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 05:37:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pcf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 05:37:29 PDT Modified files: (Branch: RELENG_3) sys/i386/isa pcf.c Log: MFC: rev 1.7 (operator precedence bug) PR: 11411 Revision Changes Path 1.6.2.1 +2 -2 src/sys/i386/isa/pcf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 5:38:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CA9815495; Mon, 10 May 1999 05:38:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23866; Mon, 10 May 1999 05:38:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101238.FAA23866@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 05:38:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 imgact_svr4.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 05:38:44 PDT Modified files: sys/svr4 imgact_svr4.c Log: Ack! I deleted "struct", not "const".. Oh boy... Submitted by: jkh Revision Changes Path 1.5 +1 -1 src/sys/svr4/imgact_svr4.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:23:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E6D915130; Mon, 10 May 1999 06:23:55 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30184; Mon, 10 May 1999 06:23:55 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101323.GAA30184@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 06:23:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs Makefile ports/editors/flim-emacs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 06:23:54 PDT Modified files: editors/flim-emacs Makefile editors/flim-emacs/pkg PLIST Log: Fix REQUIRE_SETUPEL. Revision Changes Path 1.2 +2 -2 ports/editors/flim-emacs/Makefile 1.2 +1 -0 ports/editors/flim-emacs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:26:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F52915130; Mon, 10 May 1999 06:26:26 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30521; Mon, 10 May 1999 06:26:26 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101326.GAA30521@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 06:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-mule/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 06:26:25 PDT Modified files: editors/flim-mule/pkg PLIST Log: Add flim-setup.el to PLIST. Revision Changes Path 1.2 +1 -0 ports/editors/flim-mule/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:27:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24CA515495; Mon, 10 May 1999 06:27:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30676; Mon, 10 May 1999 06:27:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101327.GAA30676@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 06:27:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 06:27:42 PDT Modified files: (Branch: RELENG_3) sys/pci pcivar.h Log: Add a 4.0-current compatability hack for COMPAT_PCI_DRIVER() to try and ease portability between -current and -stable. This won't help -current to 3.1-RELEASE portability though. Revision Changes Path 1.25.2.2 +5 -1 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:30:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FF3915130; Mon, 10 May 1999 06:30:56 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31085; Mon, 10 May 1999 06:30:55 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905101330.GAA31085@freefall.freebsd.org> From: Doug Rabson Date: Mon, 10 May 1999 06:30:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/10 06:30:55 PDT Modified files: sys/alpha/conf GENERIC Log: Remove obsolete 'config kernel' line. Revision Changes Path 1.22 +1 -3 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:31:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12C7715130; Mon, 10 May 1999 06:31:47 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31181; Mon, 10 May 1999 06:31:46 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101331.GAA31181@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 06:31:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs-current Makefile ports/editors/flim-emacs-current/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 06:31:45 PDT Modified files: editors/flim-emacs-current Makefile Log: Fix REQUIRE_SETUPEL. Revision Changes Path 1.2 +2 -2 ports/editors/flim-emacs-current/Makefile Modified files: editors/flim-emacs-current/pkg PLIST Log: Add flim-setup.el to PLIST. Revision Changes Path 1.2 +1 -0 ports/editors/flim-emacs-current/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:33:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1CF515130; Mon, 10 May 1999 06:33:13 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31442; Mon, 10 May 1999 06:33:13 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101333.GAA31442@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 06:33:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 06:33:12 PDT Modified files: (Branch: RELENG_3) sys/pci pcisupport.c Log: MFC: recognize a few more chips - this was merged ages ago, well before new-bus. Revision Changes Path 1.86.2.6 +16 -8 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:34:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D872515130; Mon, 10 May 1999 06:34:11 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31642; Mon, 10 May 1999 06:34:11 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101334.GAA31642@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 06:34:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-mule-current/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 06:34:11 PDT Modified files: editors/flim-mule-current/pkg PLIST Log: Add flim-setup.el to PLIST. Revision Changes Path 1.2 +1 -0 ports/editors/flim-mule-current/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:36:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACCAD14CBB; Mon, 10 May 1999 06:36:34 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA32165; Mon, 10 May 1999 06:36:34 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101336.GAA32165@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 06:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 06:36:31 PDT Modified files: . modules Log: wemi-emacs --> ports/editors/wemi-emacs Revision Changes Path 1.3113 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:37:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2E2014EB2; Mon, 10 May 1999 06:37:25 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA32351; Mon, 10 May 1999 06:37:25 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101337.GAA32351@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 06:37:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-emacs - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 06:37:24 PDT ports/editors/wemi-emacs - Imported sources Update of /home/ncvs/ports/editors/wemi-emacs In directory freefall.freebsd.org:/c/users/shige/ports/editors/wemi-emacs Log Message: New port: editors/wemi-emacs. Status: Vendor Tag: SHIGE Release Tags: v1_8_6 N ports/editors/wemi-emacs/Makefile I ports/editors/wemi-emacs/CVS N ports/editors/wemi-emacs/files/md5 N ports/editors/wemi-emacs/files/wemi-setup.el.in N ports/editors/wemi-emacs/pkg/COMMENT N ports/editors/wemi-emacs/pkg/DESCR N ports/editors/wemi-emacs/pkg/PLIST N ports/editors/wemi-emacs/patches/patch-aa N ports/editors/wemi-emacs/patches/patch-ab N ports/editors/wemi-emacs/patches/patch-ac N ports/editors/wemi-emacs/patches/patch-ad N ports/editors/wemi-emacs/scripts/configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:38: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4756F157FE; Mon, 10 May 1999 06:38:07 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA32532; Mon, 10 May 1999 06:38:07 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101338.GAA32532@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 06:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 06:38:06 PDT Modified files: . modules Log: wemi-mule --> ports/editors/wemi-mule Revision Changes Path 1.3114 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:39: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E952015711; Mon, 10 May 1999 06:38:57 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA32693; Mon, 10 May 1999 06:38:57 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101338.GAA32693@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 06:38:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-mule - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 06:38:56 PDT ports/editors/wemi-mule - Imported sources Update of /home/ncvs/ports/editors/wemi-mule In directory freefall.freebsd.org:/c/users/shige/ports/editors/wemi-mule Log Message: New port: editors/wemi-mule Status: Vendor Tag: SHIGE Release Tags: v1_8_6 N ports/editors/wemi-mule/Makefile I ports/editors/wemi-mule/CVS N ports/editors/wemi-mule/pkg/COMMENT N ports/editors/wemi-mule/pkg/DESCR N ports/editors/wemi-mule/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 6:49:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0297714CBB; Mon, 10 May 1999 06:49:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA07335; Mon, 10 May 1999 06:49:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101349.GAA07335@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 06:49:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src diff.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 06:49:53 PDT Modified files: contrib/cvs/src diff.c Log: Don't assume branch heads are alive.. (related to previous change to the older 1.9.26 baseline) Revision Changes Path 1.12 +2 -1 src/contrib/cvs/src/diff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7: 1:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B78FD152E5; Mon, 10 May 1999 07:01:38 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA92731; Mon, 10 May 1999 07:01:38 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905101401.HAA92731@freefall.freebsd.org> From: Doug Rabson Date: Mon, 10 May 1999 07:01:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c src/sys/dev/syscons syscons.c src/sys/alpha/alpha prom.c src/sys/alpha/tlsb zs_tlsb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/10 07:01:36 PDT Modified files: sys/isa sio.c sys/dev/syscons syscons.c sys/alpha/alpha prom.c sys/alpha/tlsb zs_tlsb.c Log: Adjust console stuff now that makedev is no longer a macro. Revision Changes Path 1.241 +3 -2 src/sys/isa/sio.c 1.302 +3 -2 src/sys/dev/syscons/syscons.c 1.4 +2 -1 src/sys/alpha/alpha/prom.c 1.12 +3 -2 src/sys/alpha/tlsb/zs_tlsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7: 7:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECF17152E5; Mon, 10 May 1999 07:07:17 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA93807; Mon, 10 May 1999 07:07:17 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905101407.HAA93807@freefall.freebsd.org> From: Nick Hibma Date: Mon, 10 May 1999 07:07:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/10 07:07:16 PDT Modified files: sys/pci pcisupport.c Log: Remove VIA USB controller (was '#if 0' out), to make sure no one adds it back. Chip handled by uhci_pci.c . Revision Changes Path 1.109 +1 -3 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:12:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A6B8152E5; Mon, 10 May 1999 07:12:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA94813; Mon, 10 May 1999 07:12:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101412.HAA94813@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 07:12:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 07:12:30 PDT Modified files: sys/pci if_de.c Log: #include "pci.h" for the build dir, not Revision Changes Path 1.106 +2 -2 src/sys/pci/if_de.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:32:37 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 68A46152CB; Mon, 10 May 1999 07:32:15 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id E2FD91F72; Mon, 10 May 1999 22:32:12 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pcisupport.c In-reply-to: Your message of "Mon, 10 May 1999 07:07:17 MST." <199905101407.HAA93807@freefall.freebsd.org> Date: Mon, 10 May 1999 22:32:11 +0800 From: Peter Wemm Message-Id: <19990510143213.E2FD91F72@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Nick Hibma wrote: > n_hibma 1999/05/10 07:07:16 PDT > > Modified files: > sys/pci pcisupport.c > Log: > Remove VIA USB controller (was '#if 0' out), to make sure > no one adds it back. Chip handled by uhci_pci.c . I was thinking of doing this, the same as alpm and intpm: case 0x: #if NUHCI > 0 return NULL; #else return "VIA blah USB controller"; #endif Once Doug commits his tweaks to enable preferential probing or driver priorities or whatever he has in mind, this should come back so that we can see the identification if the USB code isn't activated. Without it, the devices go anonymously and it's easy to not even notice that you've got supported motherboard services that you could be taking advantage of. This is more useful in the power management area though, it's hard to miss USB ports. :-) Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:40:15 1999 Delivered-To: cvs-all@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id D567E14BF2; Mon, 10 May 1999 07:40:09 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id SAA67420; Mon, 10 May 1999 18:40:00 +0400 (MSD) (envelope-from ache) Date: Mon, 10 May 1999 18:39:59 +0400 From: "Andrey A. Chernov" To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/p5-ParallelUA Makefile ports/www/p5-ParallelUA/pkg PLIST Message-ID: <19990510183959.A63871@nagual.pp.ru> References: <199905090720.AAA85208@freefall.freebsd.org> <19990509224145.A54651@nagual.pp.ru> <3736C4BA.D6F167F4@sky.rim.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <3736C4BA.D6F167F4@sky.rim.or.jp>; from kuriyama@sky.rim.or.jp on Mon, May 10, 1999 at 08:36:26PM +0900 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, May 10, 1999 at 08:36:26PM +0900, Jun Kuriyama wrote: > This stops warning on pkg_delete'ing when that directory is used by > other port. So reason of this change is only stopping warning message, > as described in Handbook. > > Should I back it out? No, OK for this case. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:41:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C011814BD6; Mon, 10 May 1999 07:41:55 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00136; Mon, 10 May 1999 07:41:55 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101441.HAA00136@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 07:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-emacs20 Makefile ports/editors/wemi-emacs20/files md5 ports/editors/wemi-emacs20/patches patch-aa patch-ab ports/editors/wemi-emacs20/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 07:41:54 PDT Modified files: editors/wemi-emacs20 Makefile editors/wemi-emacs20/pkg DESCR Removed files: editors/wemi-emacs20/files md5 editors/wemi-emacs20/patches patch-aa patch-ab Log: Change from master to slave. New master port is editors/wemi-emacs. Revision Changes Path 1.9 +13 -63 ports/editors/wemi-emacs20/Makefile 1.2 +2 -2 ports/editors/wemi-emacs20/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:43:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25F0F15080; Mon, 10 May 1999 07:43:37 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00412; Mon, 10 May 1999 07:43:36 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101443.HAA00412@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 07:43:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 07:43:36 PDT Modified files: . modules Log: wemi-emacs-current --> ports/editors/wemi-emacs-current Revision Changes Path 1.3115 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:44:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83DF415080; Mon, 10 May 1999 07:44:29 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00543; Mon, 10 May 1999 07:44:29 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101444.HAA00543@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 07:44:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-emacs-current - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 07:44:27 PDT ports/editors/wemi-emacs-current - Imported sources Update of /home/ncvs/ports/editors/wemi-emacs-current In directory freefall.freebsd.org:/c/users/shige/ports/editors/wemi-emacs-current Log Message: New port: editors/wemi-emacs-current. Status: Vendor Tag: SHIGE Release Tags: v1_13_3 N ports/editors/wemi-emacs-current/Makefile I ports/editors/wemi-emacs-current/CVS N ports/editors/wemi-emacs-current/files/md5 N ports/editors/wemi-emacs-current/files/wemi-setup.el.in N ports/editors/wemi-emacs-current/pkg/COMMENT N ports/editors/wemi-emacs-current/pkg/DESCR N ports/editors/wemi-emacs-current/pkg/PLIST N ports/editors/wemi-emacs-current/patches/patch-aa N ports/editors/wemi-emacs-current/patches/patch-ab N ports/editors/wemi-emacs-current/patches/patch-ac N ports/editors/wemi-emacs-current/scripts/configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:45:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F305E15153; Mon, 10 May 1999 07:45:34 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00702; Mon, 10 May 1999 07:45:34 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101445.HAA00702@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 07:45:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 07:45:34 PDT Modified files: . modules Log: wemi-mule-current --> ports/editors/wemi-mule-current Revision Changes Path 1.3116 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:47:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A9C015153; Mon, 10 May 1999 07:47:29 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00953; Mon, 10 May 1999 07:47:28 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101447.HAA00953@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 07:47:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-mule-current - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 07:47:28 PDT ports/editors/wemi-mule-current - Imported sources Update of /home/ncvs/ports/editors/wemi-mule-current In directory freefall.freebsd.org:/c/users/shige/ports/editors/wemi-mule-current Log Message: New port: editors/wemi-mule-current. Status: Vendor Tag: SHIGE Release Tags: v1_13_3 N ports/editors/wemi-mule-current/Makefile I ports/editors/wemi-mule-current/CVS N ports/editors/wemi-mule-current/pkg/COMMENT N ports/editors/wemi-mule-current/pkg/DESCR N ports/editors/wemi-mule-current/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:51:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84F4414BD6; Mon, 10 May 1999 07:51:57 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA01728; Mon, 10 May 1999 07:51:57 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101451.HAA01728@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 07:51:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-emacs20-current Makefile ports/editors/wemi-emacs20-current/files md5 ports/editors/wemi-emacs20-current/patches patch-aa patch-ab ports/editors/wemi-emacs20-current/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 07:51:55 PDT Modified files: editors/wemi-emacs20-current Makefile editors/wemi-emacs20-current/pkg DESCR Removed files: editors/wemi-emacs20-current/files md5 editors/wemi-emacs20-current/patches patch-aa patch-ab Log: Change from master to slave. New master port is editors/wemi-emacs-current. Revision Changes Path 1.7 +11 -61 ports/editors/wemi-emacs20-current/Makefile 1.2 +2 -2 ports/editors/wemi-emacs20-current/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:55:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B52014BD6; Mon, 10 May 1999 07:55:18 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02369; Mon, 10 May 1999 07:55:18 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101455.HAA02369@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 07:55:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 07:55:18 PDT Modified files: editors Makefile Log: Activate the following ports: editors/wemi-emacs editors/wemi-emacs-current editors/wemi-mule editors/wemi-mule-current Revision Changes Path 1.77 +5 -1 ports/editors/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:56: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C232314BD6; Mon, 10 May 1999 07:56:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02509; Mon, 10 May 1999 07:56:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905101456.HAA02509@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 10 May 1999 07:56:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xmhtml Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/10 07:56:05 PDT Modified files: x11-toolkits/xmhtml Makefile Log: Unbreak for ELF. (setenv PORTOBJFORMAT at xmkmf) I think this hack solves mharo's problem... Found by: bento and mharo Revision Changes Path 1.6 +2 -3 ports/x11-toolkits/xmhtml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:56: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7B5C15153; Mon, 10 May 1999 07:56:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02513; Mon, 10 May 1999 07:56:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905101456.HAA02513@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 10 May 1999 07:56:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Term-ReadKey/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/10 07:56:05 PDT Modified files: devel/p5-Term-ReadKey/pkg PLIST Log: Cleanup empty directory and fix typo (missing %D in @unexec rmdir). Revision Changes Path 1.4 +2 -1 ports/devel/p5-Term-ReadKey/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:57:21 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 8E60614BD6; Mon, 10 May 1999 07:57:08 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id QAA26448; Mon, 10 May 1999 16:57:07 +0200 (CEST) (envelope-from des) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config Makefile config.h config.y configvers.h main.c mkmakefile.c mkswapconf.c References: <199905091854.LAA25287@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 10 May 1999 16:57:06 +0200 In-Reply-To: Peter Wemm's message of "Sun, 9 May 1999 11:54:26 -0700 (PDT)" Message-ID: Lines: 10 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm writes: > Log: > Put on my viking helmet from the closet, and get out the war axe and > "retire" some more stuff. Any details on what is being retired? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:57:26 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 0209D1565E; Mon, 10 May 1999 07:57:18 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elpc36.jrc.it (elpc36.jrc.it [139.191.71.36]) by mrelay.jrc.it (LMC5692) with SMTP id QAA19999; Mon, 10 May 1999 16:56:23 +0200 (MET DST) Date: Mon, 10 May 1999 16:55:25 +0200 (CEST) From: Nick Hibma X-Sender: n_hibma@elpc36.jrc.it Reply-To: Nick Hibma To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pcisupport.c In-Reply-To: <19990510143213.E2FD91F72@spinner.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk How would you unbind those stubs in case a module is loaded? As in, not load USB support at boottime. The stub would prevent the module loaded later on from obtaining the device. In USB land we already have that problem (the generic driver that attaches to anything not taken by any other driver). The solution there is to detach anything called ugen\d+ when a module is loaded/before a probe is done. An option would be to return as a priority PRIORITY_STUB, and, when a new driver for PCI is loaded, detach anything that has attached at this priority. Or more general (for PCI that is): reprobe all the devices. If the device is probed at a higher priority detach it from the old one and reattach it to the new one. This assumes probes with no side effects. This also is not compatible with the statement that anything that probes at maximum priority can expect the device structs to be as it left it after the probe. Cheers, Nick On Mon, 10 May 1999, Peter Wemm wrote: > Nick Hibma wrote: > > n_hibma 1999/05/10 07:07:16 PDT > > > > Modified files: > > sys/pci pcisupport.c > > Log: > > Remove VIA USB controller (was '#if 0' out), to make sure > > no one adds it back. Chip handled by uhci_pci.c . > > I was thinking of doing this, the same as alpm and intpm: > > case 0x: > #if NUHCI > 0 > return NULL; > #else > return "VIA blah USB controller"; > #endif > > Once Doug commits his tweaks to enable preferential probing or driver > priorities or whatever he has in mind, this should come back so that we can > see the identification if the USB code isn't activated. Without it, the > devices go anonymously and it's easy to not even notice that you've got > supported motherboard services that you could be taking advantage of. This > is more useful in the power management area though, it's hard to miss USB > ports. :-) > > Cheers, > -Peter > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 7:59:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B876114BD6; Mon, 10 May 1999 07:59:19 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02944; Mon, 10 May 1999 07:59:19 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101459.HAA02944@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 07:59:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs Makefile ports/editors/semi-emacs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 07:59:18 PDT Modified files: editors/semi-emacs Makefile Log: Fix REQUIRE_SETUPEL. Revision Changes Path 1.2 +2 -2 ports/editors/semi-emacs/Makefile Modified files: editors/semi-emacs/pkg PLIST Log: Add semi-setup.el to PLIST. Revision Changes Path 1.2 +1 -0 ports/editors/semi-emacs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8: 0:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B39AE14BD6; Mon, 10 May 1999 08:00:52 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03440; Mon, 10 May 1999 08:00:52 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101500.IAA03440@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 08:00:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs BUGS ChangeLog INSTALL Makefile.in NEWS TESTS acconfig.h config.h.in configure configure.in src/contrib/cvs/contrib ChangeLog log.pl src/contrib/cvs/diff diffrun.h ChangeLog Makefile.in context.c diff.c diff.h diff3.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 08:00:52 PDT Modified files: (Branch: RELENG_3) contrib/cvs BUGS ChangeLog INSTALL Makefile.in NEWS TESTS acconfig.h config.h.in configure configure.in contrib/cvs/contrib ChangeLog log.pl contrib/cvs/diff ChangeLog Makefile.in context.c diff.c diff.h diff3.c ed.c ifdef.c normal.c side.c util.c contrib/cvs/doc ChangeLog RCSFILES cvs.texinfo cvsclient.texi contrib/cvs/lib ChangeLog Makefile.in contrib/cvs/man ChangeLog cvs.1 contrib/cvs/src ChangeLog Makefile.in add.c admin.c checkout.c classify.c client.c commit.c cvs.h diff.c edit.c error.c fileattr.c filesubr.c hardlink.c hardlink.h history.c import.c main.c mkmodules.c options.h.in parseinfo.c rcs.c rcs.h rcscmds.c recurse.c rtag.c sanity.sh server.c status.c tag.c update.c version.c wrapper.c gnu/usr.bin/cvs/cvs Makefile Added files: (Branch: RELENG_3) contrib/cvs/diff diffrun.h Removed files: (Branch: RELENG_3) contrib/cvs/diff .cvsignore diagmeet.note contrib/cvs/tools/pcl-cvs ChangeLog.woods ToDo Log: MFC: cvs-1.10 + FreeBSD mods preserved. Revision Changes Path 1.1.1.4.2.1 +0 -14 src/contrib/cvs/BUGS 1.1.1.6.2.1 +83 -0 src/contrib/cvs/ChangeLog 1.1.1.4.2.1 +5 -9 src/contrib/cvs/INSTALL 1.1.1.4.2.1 +1 -1 src/contrib/cvs/Makefile.in 1.1.1.4.2.1 +13 -6 src/contrib/cvs/NEWS 1.1.1.2.2.1 +6 -5 src/contrib/cvs/TESTS 1.1.1.4.2.1 +4 -0 src/contrib/cvs/acconfig.h 1.1.1.5.2.1 +13 -0 src/contrib/cvs/config.h.in 1.1.1.5.2.1 +116 -73 src/contrib/cvs/configure 1.1.1.5.2.1 +30 -26 src/contrib/cvs/configure.in 1.1.1.5.2.1 +4 -0 src/contrib/cvs/contrib/ChangeLog 1.2.2.1 +10 -1 src/contrib/cvs/contrib/log.pl 1.1.1.1.4.1 +53 -0 src/contrib/cvs/diff/ChangeLog 1.1.1.1.4.1 +4 -3 src/contrib/cvs/diff/Makefile.in 1.1.1.1.4.1 +25 -29 src/contrib/cvs/diff/context.c 1.1.1.1.4.1 +71 -26 src/contrib/cvs/diff/diff.c 1.1.1.1.4.1 +12 -1 src/contrib/cvs/diff/diff.h 1.1.1.1.4.1 +219 -125 src/contrib/cvs/diff/diff3.c 1.1.1.1.4.1 +20 -20 src/contrib/cvs/diff/ed.c 1.1.1.1.4.1 +39 -31 src/contrib/cvs/diff/ifdef.c 1.1.1.1.4.1 +4 -4 src/contrib/cvs/diff/normal.c 1.1.1.1.4.1 +27 -17 src/contrib/cvs/diff/side.c 1.1.1.1.4.1 +119 -26 src/contrib/cvs/diff/util.c 1.1.1.7.2.1 +127 -8 src/contrib/cvs/doc/ChangeLog 1.1.1.4.2.1 +59 -6 src/contrib/cvs/doc/RCSFILES 1.1.1.7.2.1 +332 -645 src/contrib/cvs/doc/cvs.texinfo 1.1.1.6.2.1 +45 -2 src/contrib/cvs/doc/cvsclient.texi 1.1.1.5.2.1 +4 -0 src/contrib/cvs/lib/ChangeLog 1.1.1.4.2.1 +1 -1 src/contrib/cvs/lib/Makefile.in 1.1.1.3.2.1 +5 -0 src/contrib/cvs/man/ChangeLog 1.11.2.1 +29 -82 src/contrib/cvs/man/cvs.1 1.1.1.7.2.1 +708 -4 src/contrib/cvs/src/ChangeLog 1.1.1.4.2.1 +4 -1 src/contrib/cvs/src/Makefile.in 1.1.1.5.2.1 +29 -4 src/contrib/cvs/src/add.c 1.1.1.4.2.1 +16 -4 src/contrib/cvs/src/admin.c 1.1.1.6.2.1 +66 -37 src/contrib/cvs/src/checkout.c 1.1.1.4.2.1 +10 -0 src/contrib/cvs/src/classify.c 1.1.1.6.2.1 +41 -19 src/contrib/cvs/src/client.c 1.5.2.1 +95 -89 src/contrib/cvs/src/commit.c 1.9.2.1 +5 -2 src/contrib/cvs/src/cvs.h 1.10.2.1 +18 -6 src/contrib/cvs/src/diff.c 1.1.1.4.2.1 +20 -0 src/contrib/cvs/src/edit.c 1.1.1.3.2.1 +13 -1 src/contrib/cvs/src/error.c 1.1.1.3.2.1 +8 -0 src/contrib/cvs/src/fileattr.c 1.2.2.1 +5 -25 src/contrib/cvs/src/filesubr.c 1.1.1.1.4.1 +114 -106 src/contrib/cvs/src/hardlink.c 1.1.1.1.4.1 +3 -3 src/contrib/cvs/src/hardlink.h 1.1.1.4.2.1 +21 -22 src/contrib/cvs/src/history.c 1.5.2.1 +3 -29 src/contrib/cvs/src/import.c 1.15.2.1 +35 -6 src/contrib/cvs/src/main.c 1.7.2.1 +5 -0 src/contrib/cvs/src/mkmodules.c 1.1.1.3.2.1 +6 -7 src/contrib/cvs/src/options.h.in 1.1.1.5.2.1 +12 -0 src/contrib/cvs/src/parseinfo.c 1.16.2.1 +958 -103 src/contrib/cvs/src/rcs.c 1.5.2.1 +9 -0 src/contrib/cvs/src/rcs.h 1.5.2.1 +78 -38 src/contrib/cvs/src/rcscmds.c 1.4.2.1 +34 -18 src/contrib/cvs/src/recurse.c 1.1.1.5.2.1 +1 -1 src/contrib/cvs/src/rtag.c 1.1.1.6.2.1 +1667 -203 src/contrib/cvs/src/sanity.sh 1.11.2.1 +76 -20 src/contrib/cvs/src/server.c 1.1.1.4.2.1 +1 -1 src/contrib/cvs/src/status.c 1.1.1.4.2.1 +12 -3 src/contrib/cvs/src/tag.c 1.4.2.1 +43 -39 src/contrib/cvs/src/update.c 1.1.1.6.2.1 +2 -1 src/contrib/cvs/src/version.c 1.1.1.5.2.1 +10 -0 src/contrib/cvs/src/wrapper.c 1.24.2.1 +3 -2 src/gnu/usr.bin/cvs/cvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8: 1:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D74B15AD2; Mon, 10 May 1999 08:01:07 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03469; Mon, 10 May 1999 08:01:07 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101501.IAA03469@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 08:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs-current Makefile ports/editors/semi-emacs-current/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 08:01:06 PDT Modified files: editors/semi-emacs-current Makefile Log: Fix REQUIRE_SETUPEL. Revision Changes Path 1.2 +2 -2 ports/editors/semi-emacs-current/Makefile Modified files: editors/semi-emacs-current/pkg PLIST Log: Add semi-setup.el to PLIST. Revision Changes Path 1.2 +1 -0 ports/editors/semi-emacs-current/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8: 2:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C8201532B; Mon, 10 May 1999 08:02:22 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03633; Mon, 10 May 1999 08:02:22 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101502.IAA03633@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 08:02:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 08:02:22 PDT Modified files: editors/semi-mule/pkg PLIST Log: Add semi-setup.el to PLIST. Revision Changes Path 1.2 +1 -0 ports/editors/semi-mule/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8: 6:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6909114EE4; Mon, 10 May 1999 08:06:23 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA04366; Mon, 10 May 1999 08:06:23 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101506.IAA04366@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 08:06:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule-current/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 08:06:23 PDT Modified files: editors/semi-mule-current/pkg PLIST Log: Add semi-setup.el to PLIST. Revision Changes Path 1.2 +1 -0 ports/editors/semi-mule-current/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:15:11 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 82170158D0; Mon, 10 May 1999 08:15:05 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 796D81F73; Mon, 10 May 1999 23:15:01 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config Makefile config.h config.y configvers.h main.c mkmakefile.c mkswapconf.c In-reply-to: Your message of "10 May 1999 16:57:06 +0200." Date: Mon, 10 May 1999 23:15:01 +0800 From: Peter Wemm Message-Id: <19990510151503.796D81F73@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dag-Erling Smorgrav wrote: > Peter Wemm writes: > > Log: > > Put on my viking helmet from the closet, and get out the war axe and > > "retire" some more stuff. > > Any details on what is being retired? In this particular case, I traced calls through, looked at the kernel interfaces, etc etc and eliminated a stack more dead code or code that is run but has no side effects. eg: mkswapconf.c was creating a file that had was linked into the kernel, but the contents of the file were completely unused. Other things like static generated data for %LOAD was moved to the Makefile directly, etc. This commit in itself was just a cleanup - there should have been no user visible changes except for the version bump caused by stuff moving from config(8) to Makefile.* directly. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:20:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7BFD1511E; Mon, 10 May 1999 08:20:35 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA05956; Mon, 10 May 1999 08:20:35 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905101520.IAA05956@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 10 May 1999 08:20:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/syscons/fire fire_saver.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/10 08:20:34 PDT Modified files: (Branch: RELENG_3) sys/modules/syscons/fire fire_saver.c Log: MFC (with a little help from indent): style cleanup. Revision Changes Path 1.2.2.1 +75 -72 src/sys/modules/syscons/fire/fire_saver.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:25:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D58A1535C; Mon, 10 May 1999 08:25:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA06823; Mon, 10 May 1999 08:25:54 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905101525.IAA06823@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 10 May 1999 08:25:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/syscons/fire fire_saver.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/10 08:25:54 PDT Modified files: sys/modules/syscons/fire fire_saver.c Log: MFS: indent-assisted style cleanup. Revision Changes Path 1.4 +27 -30 src/sys/modules/syscons/fire/fire_saver.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:43:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B08F714BDA; Mon, 10 May 1999 08:43:17 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08465; Mon, 10 May 1999 08:43:15 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101543.IAA08465@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 08:43:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs Makefile ports/editors/semi-emacs/files semi-setupel.el.in semi-setup.el.in ports/editors/semi-emacs/pkg DESCR PLIST ports/editors/semi-emacs/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 08:43:15 PDT Modified files: editors/semi-emacs Makefile editors/semi-emacs/pkg DESCR PLIST editors/semi-emacs/scripts configure Added files: editors/semi-emacs/files semi-setupel.el.in Removed files: editors/semi-emacs/files semi-setup.el.in Log: Change semi-setup.el to semi-setupel.el. Revision Changes Path 1.3 +3 -3 ports/editors/semi-emacs/Makefile 1.2 +1 -1 ports/editors/semi-emacs/pkg/DESCR 1.3 +1 -1 ports/editors/semi-emacs/pkg/PLIST 1.2 +1 -1 ports/editors/semi-emacs/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:44:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F5671587A; Mon, 10 May 1999 08:44:37 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08783; Mon, 10 May 1999 08:44:35 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101544.IAA08783@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 08:44:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 08:44:35 PDT Modified files: editors/semi-mule/pkg PLIST Log: Change semi-setup.el to semi-setupel.el. Revision Changes Path 1.3 +1 -1 ports/editors/semi-mule/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:46:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DD4114BDA; Mon, 10 May 1999 08:46:31 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA09153; Mon, 10 May 1999 08:46:31 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905101546.IAA09153@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 10 May 1999 08:46:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-TraceFuncs Makefile ports/devel/p5-TraceFuncs/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/10 08:46:31 PDT Modified files: devel/p5-TraceFuncs Makefile devel/p5-TraceFuncs/pkg DESCR PLIST Log: Cleanup empty directories and portlint. # I think p5-TraceFuncs and p5-Term-ReadKey need to be upgraded for # Perl 5.00503. Revision Changes Path 1.4 +1 -1 ports/devel/p5-TraceFuncs/Makefile 1.2 +0 -1 ports/devel/p5-TraceFuncs/pkg/DESCR 1.4 +2 -0 ports/devel/p5-TraceFuncs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:46:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B36A15CD9; Mon, 10 May 1999 08:46:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA09208; Mon, 10 May 1999 08:46:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101546.IAA09208@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 08:46:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci lca.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 08:46:38 PDT Modified files: sys/alpha/pci lca.c Log: Unused variable Revision Changes Path 1.8 +1 -3 src/sys/alpha/pci/lca.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:46:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89D67158B9; Mon, 10 May 1999 08:46:34 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA09180; Mon, 10 May 1999 08:46:34 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905101546.IAA09180@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 10 May 1999 08:46:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/man/man8 vinum.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/10 08:46:33 PDT Modified files: ja/man/man8 vinum.8 Log: Catching up to 3.1-19990510-STABLE. Reviewed by: Japanese Online Manual Project Submitted by: Kazuo Horikawa Revision Changes Path 1.9 +50 -28 doc/ja/man/man8/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:47: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 8539115EAF; Mon, 10 May 1999 08:46:58 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA01703; Mon, 10 May 1999 09:46:45 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA13757; Mon, 10 May 1999 09:46:43 -0600 Date: Mon, 10 May 1999 09:46:43 -0600 Message-Id: <199905101546.JAA13757@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Poul-Henning Kamp Cc: Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys types.h In-Reply-To: <23320.926310298@critter.freebsd.dk> References: <199905092221.IAA25882@godzilla.zeta.org.au> <23320.926310298@critter.freebsd.dk> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >> Modified files: > >> sys/sys types.h > >> Log: > >> Make minor, major and makedev inline functions so we gain type checking > >> and prevent compile time creation of dev_t's from happening again. > > > >You can't do that. It adds gratuitous dependencies on the compiler being > >gcc to the most central header in the system. > > It is a temporary thing. Based on previous history, your idea of temporary is '18-24 months', which is not my idea of temporary. (I'm *still* waiting for the TCL tools to be imported in the next couple weeks. :) :) :) :) :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:48: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E63A158CB; Mon, 10 May 1999 08:48:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA09428; Mon, 10 May 1999 08:48:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101548.IAA09428@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 08:48:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tc am7990.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 08:48:02 PDT Modified files: sys/alpha/tc am7990.c Log: Give 'i' a type (int). Revision Changes Path 1.3 +2 -2 src/sys/alpha/tc/am7990.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:51:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A02F914DFD; Mon, 10 May 1999 08:51:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA09725; Mon, 10 May 1999 08:51:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101551.IAA09725@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 08:51:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tc ioasic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 08:51:24 PDT Modified files: sys/alpha/tc ioasic.c Log: Fix warnings (I hope) Revision Changes Path 1.3 +6 -8 src/sys/alpha/tc/ioasic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:53:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99C991554B; Mon, 10 May 1999 08:53:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA09983; Mon, 10 May 1999 08:53:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101553.IAA09983@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 08:53:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tc tc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 08:53:34 PDT Modified files: sys/alpha/tc tc.c Log: Fix warnings (unused vars, long != int in printf) Revision Changes Path 1.4 +5 -8 src/sys/alpha/tc/tc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:54:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E824614C36; Mon, 10 May 1999 08:54:24 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10067; Mon, 10 May 1999 08:54:24 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101554.IAA10067@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 08:54:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs-current Makefile ports/editors/semi-emacs-current/files semi-setupel.el.in semi-setup.el.in ports/editors/semi-emacs-current/pkg DESCR PLIST ports/editors/semi-emacs-current/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 08:54:24 PDT Modified files: editors/semi-emacs-current Makefile editors/semi-emacs-current/pkg DESCR PLIST editors/semi-emacs-current/scripts configure Added files: editors/semi-emacs-current/files semi-setupel.el.in Removed files: editors/semi-emacs-current/files semi-setup.el.in Log: Change semi-setup.el to semi-setupel.el. Revision Changes Path 1.3 +3 -3 ports/editors/semi-emacs-current/Makefile 1.2 +1 -1 ports/editors/semi-emacs-current/pkg/DESCR 1.3 +1 -1 ports/editors/semi-emacs-current/pkg/PLIST 1.2 +1 -1 ports/editors/semi-emacs-current/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:55:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFB3C15EEF; Mon, 10 May 1999 08:54:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10218; Mon, 10 May 1999 08:54:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101554.IAA10218@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 08:54:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tc tcasic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 08:54:58 PDT Modified files: sys/alpha/tc tcasic.c Log: Fix warnings (unused vars) Revision Changes Path 1.4 +1 -4 src/sys/alpha/tc/tcasic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:55:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E10D15EF3; Mon, 10 May 1999 08:55:08 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10240; Mon, 10 May 1999 08:55:08 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101555.IAA10240@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 08:55:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 08:55:07 PDT Modified files: editors/semi-mule/pkg DESCR Log: Change semi-setup.el to semi-setupel.el. Revision Changes Path 1.2 +1 -1 ports/editors/semi-mule/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 8:56:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16E391554B; Mon, 10 May 1999 08:56:39 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10356; Mon, 10 May 1999 08:56:39 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101556.IAA10356@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 08:56:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule-current/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 08:56:38 PDT Modified files: editors/semi-mule-current/pkg DESCR PLIST Log: Change semi-setup.el to semi-setupel.el. Revision Changes Path 1.2 +1 -1 ports/editors/semi-mule-current/pkg/DESCR 1.3 +1 -1 ports/editors/semi-mule-current/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9: 0: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECB6D14E8F; Mon, 10 May 1999 09:00:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA10791; Mon, 10 May 1999 09:00:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101600.JAA10791@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 09:00:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha diskslice_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 09:00:02 PDT Modified files: sys/alpha/alpha diskslice_machdep.c Log: Add some explicit parens to avoid && within || warnings Revision Changes Path 1.7 +5 -5 src/sys/alpha/alpha/diskslice_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9: 0:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC59614F5F; Mon, 10 May 1999 09:00:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11001; Mon, 10 May 1999 09:00:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101600.JAA11001@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 09:00:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 09:00:57 PDT Modified files: sys/alpha/alpha trap.c Log: Explicit braces to avoid nested else warnings Revision Changes Path 1.14 +3 -2 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9: 2:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30A7F14F51; Mon, 10 May 1999 09:02:13 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11221; Mon, 10 May 1999 09:02:13 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101602.JAA11221@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 09:02:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha ieee_float.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 09:02:13 PDT Modified files: sys/alpha/alpha ieee_float.c Log: Explicit brace to avoid nested else warnings Revision Changes Path 1.3 +3 -2 src/sys/alpha/alpha/ieee_float.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9: 4:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7187115610; Mon, 10 May 1999 09:04:46 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11590; Mon, 10 May 1999 09:04:46 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905101604.JAA11590@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 10 May 1999 09:04:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs-current Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/10 09:04:46 PDT Modified files: editors/flim-emacs-current Makefile Log: Depend on mail/metamail (mmencode). Revision Changes Path 1.3 +5 -1 ports/editors/flim-emacs-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9: 4:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CC9D15C6E; Mon, 10 May 1999 09:04:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11625; Mon, 10 May 1999 09:04:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101604.JAA11625@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 09:04:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 09:04:53 PDT Modified files: sys/alpha/alpha autoconf.c Log: Don't do a nested extern for mfs_getimage() Revision Changes Path 1.21 +5 -2 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9: 6:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC6BD14BF5; Mon, 10 May 1999 09:06:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11991; Mon, 10 May 1999 09:06:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101606.JAA11991@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 09:06:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 09:06:34 PDT Modified files: sys/pci pci_compat.c Log: Fix 'assignment used as truth value' on alpha. Revision Changes Path 1.27 +5 -3 src/sys/pci/pci_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:11:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 240B214DFD; Mon, 10 May 1999 09:11:48 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA13195; Mon, 10 May 1999 09:11:49 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <199905101611.JAA13195@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 10 May 1999 09:11:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1999/05/10 09:11:48 PDT Added files: lang/python/patches patch-ab Log: Add a patch for 4.0current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:20:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1B0D151BE; Mon, 10 May 1999 09:20:33 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA14173; Mon, 10 May 1999 09:20:33 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101620.JAA14173@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 09:20:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/aterm Makefile ports/chinese/aterm/files cli_xcin.c protocol.h state.h md5 ports/chinese/aterm/patches patch-aa patch-ab patch-ac patch-ad patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 09:20:33 PDT Modified files: chinese/aterm Makefile chinese/aterm/files md5 chinese/aterm/patches patch-aa patch-ab Added files: chinese/aterm/files cli_xcin.c protocol.h state.h Removed files: chinese/aterm/patches patch-ac patch-ad patch-ae Log: Update to 0.3.5 PR: ports/11625 Submitted by: davidyu@ken.csie.ntu.edu.tw Revision Changes Path 1.3 +14 -6 ports/chinese/aterm/Makefile 1.3 +1 -2 ports/chinese/aterm/files/md5 1.2 +20 -149 ports/chinese/aterm/patches/patch-aa 1.2 +29 -26 ports/chinese/aterm/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:27:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B46314F5F; Mon, 10 May 1999 09:27:18 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA14813; Mon, 10 May 1999 09:27:17 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905101627.JAA14813@freefall.freebsd.org> From: Doug Rabson Date: Mon, 10 May 1999 09:27:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf Makefile.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/10 09:27:17 PDT Modified files: (Branch: RELENG_3) sys/alpha/conf Makefile.alpha Log: Make install target work properly. Revision Changes Path 1.16.2.4 +3 -1 src/sys/alpha/conf/Makefile.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:27:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DABDE14F5F; Mon, 10 May 1999 09:27:57 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15056; Mon, 10 May 1999 09:27:57 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101627.JAA15056@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 09:27:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/rxvt Makefile ports/japanese/rxvt/files md5 ports/japanese/rxvt/patches z-patch-aa z-patch-ad z-patch-aj patch-aa patch-ad patch-aj ports/japanese/rxvt/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 09:27:57 PDT Modified files: japanese/rxvt Makefile japanese/rxvt/files md5 japanese/rxvt/patches patch-aa patch-ad patch-aj japanese/rxvt/pkg DESCR Added files: japanese/rxvt/patches z-patch-aa z-patch-ad z-patch-aj Log: Update to 2.6p4 PR: ports/11624 Submitted by: honda@kashio.info.mie-u.ac.jp Revision Changes Path 1.9 +5 -5 ports/japanese/rxvt/Makefile 1.6 +1 -1 ports/japanese/rxvt/files/md5 1.4 +4 -4 ports/japanese/rxvt/patches/patch-aa 1.5 +4 -4 ports/japanese/rxvt/patches/patch-ad 1.2 +4 -4 ports/japanese/rxvt/patches/patch-aj 1.5 +1 -1 ports/japanese/rxvt/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:34: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BC4115894; Mon, 10 May 1999 09:34:03 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15786; Mon, 10 May 1999 09:34:03 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101634.JAA15786@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 09:34:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xosview Makefile ports/sysutils/xosview/patches patch-ad patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 09:34:03 PDT Modified files: sysutils/xosview Makefile Added files: sysutils/xosview/patches patch-ad patch-ae Log: Network stats fixed, and turned on by default. PR: ports/11620 Tom Pavel Revision Changes Path 1.15 +3 -3 ports/sysutils/xosview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:36:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EBE91569B; Mon, 10 May 1999 09:36:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16352; Mon, 10 May 1999 09:36:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101636.JAA16352@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 09:36:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c src/sys/alpha/tc ioasic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 09:36:44 PDT Modified files: sys/alpha/alpha autoconf.c sys/alpha/tc ioasic.c Log: Serves me right for doing this by inspection and then a build afterwards on a remote machine. Sigh.. Revision Changes Path 1.22 +2 -2 src/sys/alpha/alpha/autoconf.c 1.4 +2 -1 src/sys/alpha/tc/ioasic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:41:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3194C157B8; Mon, 10 May 1999 09:41:15 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16858; Mon, 10 May 1999 09:41:15 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101641.JAA16858@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 09:41:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 09:41:13 PDT Modified files: . modules Log: asbutton --> ports/misc/asbutton Revision Changes Path 1.3117 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:44:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB4531561A; Mon, 10 May 1999 09:44:10 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17020; Mon, 10 May 1999 09:44:11 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101644.JAA17020@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 09:44:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/asbutton - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 09:44:08 PDT ports/misc/asbutton - Imported sources Update of /home/ncvs/ports/misc/asbutton In directory freefall.freebsd.org:/e/users/flathill/asbutton Log Message: PR: ports/11619 Submitted by: jim@blues.ghis.net A dockapp that displays 4 or 9 buttons to run apps of your choice. Status: Vendor Tag: JIM Release Tags: v0_2 N ports/misc/asbutton/Makefile I ports/misc/asbutton/CVS N ports/misc/asbutton/files/md5 N ports/misc/asbutton/pkg/DESCR N ports/misc/asbutton/pkg/PLIST N ports/misc/asbutton/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:45:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 213261583E; Mon, 10 May 1999 09:45:25 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17166; Mon, 10 May 1999 09:45:25 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905101645.JAA17166@freefall.freebsd.org> From: Doug Rabson Date: Mon, 10 May 1999 09:45:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern makedevops.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/10 09:45:22 PDT Removed files: sys/kern makedevops.sh Log: Superceded by makedevops.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 9:45:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A13D91561A; Mon, 10 May 1999 09:45:57 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17221; Mon, 10 May 1999 09:45:57 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101645.JAA17221@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 09:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 09:45:56 PDT Modified files: misc Makefile Log: Activate asbutton Revision Changes Path 1.207 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10: 6:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8079015886; Mon, 10 May 1999 10:06:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19135; Mon, 10 May 1999 10:06:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905101706.KAA19135@freefall.freebsd.org> From: Doug Rabson Date: Mon, 10 May 1999 10:06:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus_private.h src/sys/kern bus_if.m device_if.m makedevops.pl subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/10 10:06:15 PDT Modified files: sys/sys bus_private.h sys/kern bus_if.m device_if.m makedevops.pl subr_bus.c Log: * Augment the interface language to allow arbitrary C code to be 'passed through' to the C compiler. * Allow the interface to specify a default implementation for methods. * Allow 'static' methods which are not device specific. * Add a simple scheme for probe routines to return a priority value. To make life simple, priority values are negative numbers (positive numbers are standard errno codes) with zero being the highest priority. The driver which returns the highest priority will be chosen for the device. Revision Changes Path 1.7 +9 -5 src/sys/sys/bus_private.h 1.9 +16 -2 src/sys/kern/bus_if.m 1.4 +38 -5 src/sys/kern/device_if.m 1.7 +42 -16 src/sys/kern/makedevops.pl 1.21 +55 -6 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10: 6:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D72B3158CE; Mon, 10 May 1999 10:06:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19209; Mon, 10 May 1999 10:06:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101706.KAA19209@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 10:06:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 10:06:48 PDT Removed files: . modules Log: Zap modules (preparing to recreate it to make modules,v sane.) Reviewed by: jdp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10: 7:33 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 90824158E0; Mon, 10 May 1999 10:07:04 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id SAA52907; Mon, 10 May 1999 18:07:06 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 10 May 1999 18:07:06 +0100 (BST) From: Doug Rabson To: Nick Hibma Cc: Peter Wemm , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci pcisupport.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 10 May 1999, Nick Hibma wrote: > > How would you unbind those stubs in case a module is loaded? > > As in, not load USB support at boottime. The stub would prevent the > module loaded later on from obtaining the device. > > In USB land we already have that problem (the generic driver that > attaches to anything not taken by any other driver). The solution there > is to detach anything called ugen\d+ when a module is loaded/before a > probe is done. > > An option would be to return as a priority PRIORITY_STUB, and, when > a new driver for PCI is loaded, detach anything that has attached at > this priority. > > > Or more general (for PCI that is): reprobe all the devices. If the > device is probed at a higher priority detach it from the old one and > reattach it to the new one. This assumes probes with no side effects. > This also is not compatible with the statement that anything that > probes at maximum priority can expect the device structs to be as it > left it after the probe. The scheme which I chose in the end uses negative numbers to represent priorities (I think you suggested this a while ago). As a special case, drivers which return zero stop the probing and are attached immediately. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10: 9: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D7941561A; Mon, 10 May 1999 10:09:00 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19368; Mon, 10 May 1999 10:09:00 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101709.KAA19368@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 10:09:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/libjcode - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 10:08:59 PDT ports/japanese/libjcode - Imported sources Update of /home/ncvs/ports/japanese/libjcode In directory freefall.freebsd.org:/e/users/flathill/libjcode Log Message: PR: ports/11579 Submitted by: stanaka@bb.mbn.or.jp Japanese charset conversion libraly Status: Vendor Tag: STANAKA Release Tags: v1_00 N ports/japanese/libjcode/Makefile I ports/japanese/libjcode/CVS N ports/japanese/libjcode/pkg/PLIST N ports/japanese/libjcode/pkg/COMMENT N ports/japanese/libjcode/pkg/DESCR N ports/japanese/libjcode/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10: 9:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE269158CB; Mon, 10 May 1999 10:09:26 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19413; Mon, 10 May 1999 10:09:26 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905101709.KAA19413@freefall.freebsd.org> From: Luoqi Chen Date: Mon, 10 May 1999 10:09:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/10 10:09:26 PDT Modified files: (Branch: RELENG_3) sys/vm vm_mmap.c Log: MFC: Don't ignore mmap() address hint below the text section. Revision Changes Path 1.86.2.2 +4 -2 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10:10:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57BC115830; Mon, 10 May 1999 10:10:24 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19507; Mon, 10 May 1999 10:10:24 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101710.KAA19507@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 10:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 10:10:23 PDT Modified files: japanese Makefile Log: Activate libjcode Revision Changes Path 1.198 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10:10:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A55615C19; Mon, 10 May 1999 10:10:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19531; Mon, 10 May 1999 10:10:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101710.KAA19531@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 10:10:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 10:10:28 PDT Modified files: . modules Log: (oops, cvs commit aborted. Original message follows) Re-add modules.. That's a lot of metadata that doesn't have to be checked over and over again (and consumes network bandwidth on cvsup). Revision Changes Path 1.2 +1 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10:12:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88FBD1561A; Mon, 10 May 1999 10:12:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20134; Mon, 10 May 1999 10:12:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101712.KAA20134@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 10:12:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c src/sys/i386/i386 autoconf.c src/sys/ufs/mfs mfs_extern.h mfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 10:12:46 PDT Modified files: sys/alpha/alpha autoconf.c sys/i386/i386 autoconf.c sys/ufs/mfs mfs_extern.h mfs_vfsops.c Log: Move the mfs_getimage() prototype to mfs_extern.h duplicating it everywhere. Revision Changes Path 1.23 +5 -9 src/sys/alpha/alpha/autoconf.c 1.121 +8 -8 src/sys/i386/i386/autoconf.c 1.13 +2 -1 src/sys/ufs/mfs/mfs_extern.h 1.61 +1 -3 src/sys/ufs/mfs/mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10:15: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B5DB150BA; Mon, 10 May 1999 10:15:03 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20540; Mon, 10 May 1999 10:15:02 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <199905101715.KAA20540@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 10 May 1999 10:15:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/xinetd Makefile ports/security/xinetd/files md5 ports/security/xinetd/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1999/05/10 10:15:02 PDT Modified files: security/xinetd Makefile security/xinetd/files md5 security/xinetd/patches patch-aa patch-ab Log: Upgrade to latest version, and change MASTER_SITES to synack.net. Revision Changes Path 1.7 +13 -16 ports/security/xinetd/Makefile 1.3 +1 -1 ports/security/xinetd/files/md5 1.4 +11 -20 ports/security/xinetd/patches/patch-aa 1.2 +14 -30 ports/security/xinetd/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10:19:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3642158E5; Mon, 10 May 1999 10:19:18 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA21337; Mon, 10 May 1999 10:19:17 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101719.KAA21337@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 10:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 10:19:17 PDT Modified files: en/handbook/contrib chapter.sgml Log: Add Shuichi Tanka for his japanese/libjcode Revision Changes Path 1.35 +5 -1 doc/en/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10:46: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7191315B02; Mon, 10 May 1999 10:45:52 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA25724; Mon, 10 May 1999 10:45:52 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905101745.KAA25724@freefall.freebsd.org> From: Nick Hibma Date: Mon, 10 May 1999 10:45:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern makedevops.pl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/10 10:45:51 PDT Modified files: sys/kern makedevops.pl Log: Remove hack to accept French spelling of METHOD (METHODE) Revision Changes Path 1.8 +2 -4 src/sys/kern/makedevops.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10:47: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE8B414DFD; Mon, 10 May 1999 10:47:04 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA25961; Mon, 10 May 1999 10:47:03 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101747.KAA25961@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 10:47:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/nmh Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 10:47:03 PDT Modified files: mail/nmh Makefile Log: Change MASTER_SITES PR: ports/11628 Submitted by: Scott.Blachowicz@seaslug.org Revision Changes Path 1.14 +2 -2 ports/mail/nmh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 10:56:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 322F614BD6; Mon, 10 May 1999 10:56:26 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA27059; Mon, 10 May 1999 10:56:25 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905101756.KAA27059@freefall.freebsd.org> From: Doug Rabson Date: Mon, 10 May 1999 10:56:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c src/sys/pci pci.c pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/10 10:56:25 PDT Modified files: sys/i386/i386 nexus.c sys/pci pci.c pcisupport.c Log: Add missing suspend/resume methods. Revision Changes Path 1.9 +5 -1 src/sys/i386/i386/nexus.c 1.103 +3 -1 src/sys/pci/pci.c 1.110 +5 -1 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11: 0: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C255151B0; Mon, 10 May 1999 11:00:02 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27455; Mon, 10 May 1999 11:00:02 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101800.LAA27455@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 11:00:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 11:00:01 PDT Modified files: . modules Log: coda-doc --> ports/net/coda-doc Revision Changes Path 1.3 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11: 4: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B31E15285; Mon, 10 May 1999 11:03:59 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28216; Mon, 10 May 1999 11:03:59 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101803.LAA28216@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 11:03:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 11:03:59 PDT Modified files: . modules Log: Remove coda-doc Revision Changes Path 1.4 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11: 6:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B574715C50; Mon, 10 May 1999 11:06:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28487; Mon, 10 May 1999 11:06:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905101806.LAA28487@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 10 May 1999 11:06:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file fsmagic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/10 11:06:39 PDT Modified files: usr.bin/file fsmagic.c Log: Don't go looking for weird #includes if major isn't a macro. Revision Changes Path 1.8 +1 -16 src/usr.bin/file/fsmagic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11: 8:22 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 5441815B9A; Mon, 10 May 1999 11:07:42 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id TAA53421; Mon, 10 May 1999 19:08:00 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 10 May 1999 19:08:00 +0100 (BST) From: Doug Rabson To: Nick Hibma Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern makedevops.pl In-Reply-To: <199905101745.KAA25724@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 10 May 1999, Nick Hibma wrote: > n_hibma 1999/05/10 10:45:51 PDT > > Modified files: > sys/kern makedevops.pl > Log: > Remove hack to accept French spelling of METHOD (METHODE) Ha! I almost removed it an hour ago but I was going to check with you. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11: 9:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0AE615DF1; Mon, 10 May 1999 11:09:41 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28740; Mon, 10 May 1999 11:09:41 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <199905101809.LAA28740@freefall.freebsd.org> From: Don Lewis Date: Mon, 10 May 1999 11:09:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk truckman 1999/05/10 11:09:41 PDT Modified files: sys/kern uipc_usrreq.c Log: Fix descriptor leak provoked by KKIS.05051999.003b exploit code. unp_internalize() takes a reference to the descriptor. If the send fails after unp_internalize(), the control mbuf would be freed ophaning the reference. Tested in -CURRENT by: Pierre Beyssac Revision Changes Path 1.44 +4 -1 src/sys/kern/uipc_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:10:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9B8415C17; Mon, 10 May 1999 11:10:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28870; Mon, 10 May 1999 11:10:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905101810.LAA28870@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 10 May 1999 11:10:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_snoop.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/10 11:10:10 PDT Modified files: sys/kern tty_snoop.c Log: Use NODEV instead of -1 Revision Changes Path 1.36 +4 -4 src/sys/kern/tty_snoop.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:13:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E65DA150BE; Mon, 10 May 1999 11:13:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29139; Mon, 10 May 1999 11:13:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905101813.LAA29139@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 10 May 1999 11:13:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/sound soundcard.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/10 11:13:32 PDT Modified files: sys/i386/isa/sound soundcard.c Log: correct params for sndmmap(). Don't bogo-initialize fields we don't understand. Revision Changes Path 1.82 +2 -3 src/sys/i386/isa/sound/soundcard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:15:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D844715285; Mon, 10 May 1999 11:15:44 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29394; Mon, 10 May 1999 11:15:44 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905101815.LAA29394@freefall.freebsd.org> From: Peter Wemm Date: Mon, 10 May 1999 11:15:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/10 11:15:43 PDT Modified files: sys/kern uipc_socket2.c Log: Update one set of comments.. s/so_q0/so_incomp/ and s/so_q/so_comp/ (that's incomplete and complete connections I think) Revision Changes Path 1.46 +6 -6 src/sys/kern/uipc_socket2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:16: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 6DEE715E2C; Mon, 10 May 1999 11:15:55 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elpc36.jrc.it (elpc36.jrc.it [139.191.71.36]) by mrelay.jrc.it (LMC5692) with SMTP id UAA25840; Mon, 10 May 1999 20:15:18 +0200 (MET DST) Date: Mon, 10 May 1999 20:14:18 +0200 (CEST) From: Nick Hibma X-Sender: n_hibma@elpc36.jrc.it Reply-To: Nick Hibma To: Doug Rabson Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern makedevops.pl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nah nah nah-nah nah... my commit... :-P Back in the days when Nicolas Souchu was playing he made some spelling mistakes. And with Perl this was the easy way out, to avoid breaking his source. But METHODE is not found anymore in the sources. On Mon, 10 May 1999, Doug Rabson wrote: > On Mon, 10 May 1999, Nick Hibma wrote: > > > n_hibma 1999/05/10 10:45:51 PDT > > > > Modified files: > > sys/kern makedevops.pl > > Log: > > Remove hack to accept French spelling of METHOD (METHODE) > > Ha! I almost removed it an hour ago but I was going to check with you. > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 442 9037 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:19:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B36114E11; Mon, 10 May 1999 11:19:42 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29680; Mon, 10 May 1999 11:19:42 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905101819.LAA29680@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 11:19:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xsol Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 11:19:41 PDT Modified files: games/xsol Makefile Log: Fix MASTER_SITE Submitted by: s974123@cc.matsuyama-u.ac.jp Revision Changes Path 1.10 +3 -2 ports/games/xsol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:21:44 1999 Delivered-To: cvs-all@freebsd.org Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 83FAF14BF2; Mon, 10 May 1999 11:21:26 -0700 (PDT) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id WAA10825; Mon, 10 May 1999 22:15:28 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.3/8.9.1) with ESMTP id WAA01570; Mon, 10 May 1999 22:17:51 +0400 (MSD) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199905101817.WAA01570@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file fsmagic.c In-reply-to: Your message of "Mon, 10 May 1999 11:06:39 PDT." <199905101806.LAA28487@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 May 1999 22:17:50 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Poul-Henning Kamp wrote: > phk 1999/05/10 11:06:39 PDT > > Modified files: > usr.bin/file fsmagic.c > Log: > Don't go looking for weird #includes if major isn't a macro. > Try something like this instead: --- types.h Mon May 10 21:55:39 1999 +++ types.h Mon May 10 22:00:54 1999 @@ -119,26 +119,38 @@ * bits 16-31 for devices that don't use them. */ +#ifdef __GNUC__ + static __inline int -minor(dev_t dev) +__minor(dev_t _dev) { - return(dev & 0xffff00ff); + return(_dev & 0xffff00ff); } static __inline int -major(dev_t dev) +__major(dev_t _dev) { - return((dev & 0xff00) >> 8); + return((_dev & 0xff00) >> 8); } static __inline dev_t -makedev(int x, int y) +__makedev(int _x, int _y) { - return ((x << 8) | y); + return ((_x << 8) | _y); } -#endif +#define major(x) __major(x) +#define minor(x) __minor(x) +#define makedev(x,y) __makedev(x,y) + +#else +#define major(x) ((int)(((u_int)(x) >> 8)&0xff)) /* major number */ +#define minor(x) ((int)((x)&0xffff00ff)) /* minor number */ +#define makedev(x,y) ((dev_t)(((x) << 8) | (y))) /* create dev_t */ + +#endif +#endif #include #ifdef _BSD_CLOCK_T_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:36:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECD0814ED1; Mon, 10 May 1999 11:36:38 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA31494; Mon, 10 May 1999 11:36:38 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <199905101836.LAA31494@freefall.freebsd.org> From: Don Lewis Date: Mon, 10 May 1999 11:36:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk truckman 1999/05/10 11:36:37 PDT Modified files: (Branch: RELENG_3) sys/kern uipc_usrreq.c Log: MFC: Fix descriptor leak provoked by KKIS.05051999.003b exploit code. Revision Changes Path 1.37.2.3 +4 -1 src/sys/kern/uipc_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:41:41 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 3AF8214D55; Mon, 10 May 1999 11:41:37 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id MAA03435; Mon, 10 May 1999 12:41:34 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id MAA14987; Mon, 10 May 1999 12:41:34 -0600 Date: Mon, 10 May 1999 12:41:34 -0600 Message-Id: <199905101841.MAA14987@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Don Lewis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c In-Reply-To: <199905101836.LAA31494@freefall.freebsd.org> References: <199905101836.LAA31494@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > truckman 1999/05/10 11:36:37 PDT > > Modified files: (Branch: RELENG_3) > sys/kern uipc_usrreq.c > Log: > MFC: Fix descriptor leak provoked by KKIS.05051999.003b exploit code. David G. backed out the code that caused the leak, so will this do bad things now? Should the 'security fix' be brought back in? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 11:54:59 1999 Delivered-To: cvs-all@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id D8AC414D9B; Mon, 10 May 1999 11:54:54 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id LAA28877; Mon, 10 May 1999 11:50:58 -0700 (PDT) Message-Id: <199905101850.LAA28877@implode.root.com> To: Nate Williams Cc: Don Lewis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c In-reply-to: Your message of "Mon, 10 May 1999 12:41:34 MDT." <199905101841.MAA14987@mt.sri.com> From: David Greenman Reply-To: dg@root.com Date: Mon, 10 May 1999 11:50:58 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> truckman 1999/05/10 11:36:37 PDT >> >> Modified files: (Branch: RELENG_3) >> sys/kern uipc_usrreq.c >> Log: >> MFC: Fix descriptor leak provoked by KKIS.05051999.003b exploit code. > >David G. backed out the code that caused the leak, so will this do bad >things now? Should the 'security fix' be brought back in? These are different, unrelated leaks. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12: 0:14 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 955A715285; Mon, 10 May 1999 12:00:11 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA03602; Mon, 10 May 1999 13:00:10 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA15107; Mon, 10 May 1999 13:00:08 -0600 Date: Mon, 10 May 1999 13:00:08 -0600 Message-Id: <199905101900.NAA15107@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: dg@root.com Cc: Nate Williams , Don Lewis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c In-Reply-To: <199905101850.LAA28877@implode.root.com> References: <199905101841.MAA14987@mt.sri.com> <199905101850.LAA28877@implode.root.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >> truckman 1999/05/10 11:36:37 PDT > >> > >> Modified files: (Branch: RELENG_3) > >> sys/kern uipc_usrreq.c > >> Log: > >> MFC: Fix descriptor leak provoked by KKIS.05051999.003b exploit code. > > > >David G. backed out the code that caused the leak, so will this do bad > >things now? Should the 'security fix' be brought back in? > > These are different, unrelated leaks. Ok, thanks for the enlightenment. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12: 1:16 1999 Delivered-To: cvs-all@freebsd.org Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id 8598315201; Mon, 10 May 1999 12:01:12 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id MAA25952; Mon, 10 May 1999 12:01:08 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id MAA22577; Mon, 10 May 1999 12:01:07 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id MAA24520; Mon, 10 May 1999 12:01:06 -0700 (PDT) From: Don Lewis Message-Id: <199905101901.MAA24520@salsa.gv.tsc.tdk.com> Date: Mon, 10 May 1999 12:01:06 -0700 In-Reply-To: Nate Williams "Re: cvs commit: src/sys/kern uipc_usrreq.c" (May 10, 12:41pm) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Nate Williams , Don Lewis Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On May 10, 12:41pm, Nate Williams wrote: } Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c } > truckman 1999/05/10 11:36:37 PDT } > } > Modified files: (Branch: RELENG_3) } > sys/kern uipc_usrreq.c } > Log: } > MFC: Fix descriptor leak provoked by KKIS.05051999.003b exploit code. } } David G. backed out the code that caused the leak, so will this do bad } things now? Should the 'security fix' be brought back in? I'm pretty sure that's a different leak. The KKIS (unintentionally I think) exploits a bug in the code that implements the passing of descriptors across Unix domain datagram sockets. If there is a failure in the middle of the operation, there is an extra reference to the descriptor which is being passed that gets orphaned. The reason I think this exploit is unintentional in FreeBSD >= 3.1, is that it exploits another bug in older versions of FreeBSD that pretty quickly provokes a panic. The descriptor leak takes longer to DoS the machine. BTW, should someone prepare a patch for both bugs in 2.2.X? I haven't observed the other leak. It looks like a problem with stream sockets. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12: 5:46 1999 Delivered-To: cvs-all@freebsd.org Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (Postfix) with ESMTP id D660A14D9B; Mon, 10 May 1999 12:05:42 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.9.3/RDY&DVV) id MAA29210; Mon, 10 May 1999 12:05:26 -0700 (PDT) Message-Id: <199905101905.MAA29210@burka.rdy.com> Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c In-Reply-To: <199905101901.MAA24520@salsa.gv.tsc.tdk.com> from Don Lewis at "May 10, 1999 12:01:06 pm" To: Don.Lewis@tsc.tdk.com (Don Lewis) Date: Mon, 10 May 1999 12:05:26 -0700 (PDT) Cc: nate@mt.sri.com (Nate Williams), truckman@FreeBSD.org (Don Lewis), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Don Lewis writes: > I'm pretty sure that's a different leak. The KKIS (unintentionally I > think) exploits a bug in the code that implements the passing of > descriptors across Unix domain datagram sockets. If there is a failure in > the middle of the operation, there is an extra reference to the descriptor > which is being passed that gets orphaned. The reason I think this exploit > is unintentional in FreeBSD >= 3.1, is that it exploits another bug in > older versions of FreeBSD that pretty quickly provokes a panic. The > descriptor leak takes longer to DoS the machine. > > BTW, should someone prepare a patch for both bugs in 2.2.X? I was just gonna suggest this. We still use 2.x-stable in the production enviroment. > > I haven't observed the other leak. It looks like a problem with stream > sockets. > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12:11:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97E9014FD3; Mon, 10 May 1999 12:11:19 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA58463; Mon, 10 May 1999 12:11:18 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905101911.MAA58463@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 10 May 1999 12:11:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/10 12:11:18 PDT Modified files: . modules Log: Fix a mis-alphabetized entry. Mis-alphabetized by: Dunno, there's no more history to this file. :-> Revision Changes Path 1.5 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12:31: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id B3C6514E37; Mon, 10 May 1999 12:30:50 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id MAA26602; Mon, 10 May 1999 12:30:27 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id MAA22778; Mon, 10 May 1999 12:30:26 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id MAA24633; Mon, 10 May 1999 12:30:24 -0700 (PDT) From: Don Lewis Message-Id: <199905101930.MAA24633@salsa.gv.tsc.tdk.com> Date: Mon, 10 May 1999 12:30:24 -0700 In-Reply-To: dima@best.net (Dima Ruban) "Re: cvs commit: src/sys/kern uipc_usrreq.c" (May 10, 12:05pm) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: dima@best.net, Don.Lewis@tsc.tdk.com (Don Lewis) Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On May 10, 12:05pm, Dima Ruban wrote: } Subject: Re: cvs commit: src/sys/kern uipc_usrreq.c } Don Lewis writes: } > I'm pretty sure that's a different leak. The KKIS (unintentionally I } > think) exploits a bug in the code that implements the passing of } > descriptors across Unix domain datagram sockets. If there is a failure in } > the middle of the operation, there is an extra reference to the descriptor } > which is being passed that gets orphaned. The reason I think this exploit } > is unintentional in FreeBSD >= 3.1, is that it exploits another bug in } > older versions of FreeBSD that pretty quickly provokes a panic. The } > descriptor leak takes longer to DoS the machine. } > } > BTW, should someone prepare a patch for both bugs in 2.2.X? } } I was just gonna suggest this. We still use 2.x-stable in the production } enviroment. I don't have any way of testing this patch: Index: uipc_usrreq.c =================================================================== RCS file: /home/ncvs/src/sys/kern/uipc_usrreq.c,v retrieving revision 1.15.4.2 diff -u -u -r1.15.4.2 uipc_usrreq.c --- uipc_usrreq.c 1997/08/15 13:54:00 1.15.4.2 +++ uipc_usrreq.c 1999/05/10 19:28:06 @@ -283,6 +283,8 @@ socantsendmore(so); unp_shutdown(unp); } + if (control && error != 0) + unp_dispose(control); break; case PRU_ABORT: @@ -885,8 +887,13 @@ /* * for each FD on our hit list, do the following two things */ - for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) - sorflush((struct socket *)(*fpp)->f_data); + for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) { + struct file *tfp = *fpp; + if (tfp->f_type == DTYPE_SOCKET && tfp->f_data != NULL) + sorflush((struct socket *)(tfp->f_data)); + } + + for (i = nunref, fpp = extra_ref; --i >= 0; ++fpp) closef(*fpp,(struct proc*) NULL); free((caddr_t)extra_ref, M_FILE); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12:44:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D43C14BEC; Mon, 10 May 1999 12:44:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA61294; Mon, 10 May 1999 12:44:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101944.MAA61294@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 12:44:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin Makefile src/sbin Makefile src/usr.sbin/sysctl Makefile pathconf.c sysctl.8 sysctl.c src/sbin/sysctl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 12:44:31 PDT Modified files: (Branch: RELENG_3) usr.sbin Makefile sbin Makefile sbin/sysctl Makefile Removed files: (Branch: RELENG_3) usr.sbin/sysctl Makefile pathconf.c sysctl.8 sysctl.c Log: MFC: move sysctl/ to src/sbin/ due to its installation place Revision Changes Path 1.147.2.4 +1 -2 src/usr.sbin/Makefile 1.62.2.5 +2 -1 src/sbin/Makefile 1.3.2.1 +1 -4 src/sbin/sysctl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12:50: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CE7915240; Mon, 10 May 1999 12:50:04 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA61621; Mon, 10 May 1999 12:50:02 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905101950.MAA61621@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 12:50:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mtio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 12:50:02 PDT Modified files: sys/sys mtio.h Log: Correct a typo about driver state. Add new get/set eot model mt ioctl values. Revision Changes Path 1.18 +9 -2 src/sys/sys/mtio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12:56: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F72814F4D; Mon, 10 May 1999 12:56:03 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA61995; Mon, 10 May 1999 12:56:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101956.MAA61995@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 12:56:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile Makefile.inc0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 12:56:01 PDT Modified files: (Branch: RELENG_3) . Makefile Makefile.inc0 Log: MFC: NOAOUT --> WANT_AOUT Revision Changes Path 1.222.2.4 +2 -2 src/Makefile 1.14.2.1 +5 -5 src/Makefile.inc0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12:56:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E7F214FDC; Mon, 10 May 1999 12:56:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA62119; Mon, 10 May 1999 12:56:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905101956.MAA62119@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 12:56:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 12:56:50 PDT Modified files: (Branch: RELENG_3) . UPDATING Log: Document 'nlpt'->'lpt' devstat and friends API change NOAOUT->WANT_AOUT Revision Changes Path 1.14.2.2 +15 -4 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 12:57:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDF7E1535D; Mon, 10 May 1999 12:57:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA62169; Mon, 10 May 1999 12:57:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905101957.MAA62169@freefall.freebsd.org> From: Steve Price Date: Mon, 10 May 1999 12:57:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tiff34 Makefile ports/graphics/tiff34/files md5 ports/graphics/tiff34/patches patch-ab patch-ac patch-ae ports/graphics/tiff34/pkg PLIST.nodocs DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/10 12:57:21 PDT Modified files: graphics/tiff34 Makefile graphics/tiff34/files md5 graphics/tiff34/patches patch-ab patch-ac graphics/tiff34/pkg DESCR PLIST Added files: graphics/tiff34/pkg PLIST.nodocs Removed files: graphics/tiff34/patches patch-ae Log: Update to version 3.4-beta37. PR: 9641 Submitted by: Mikhail Teterin Revision Changes Path 1.17 +13 -7 ports/graphics/tiff34/Makefile 1.3 +1 -1 ports/graphics/tiff34/files/md5 1.6 +14 -18 ports/graphics/tiff34/patches/patch-ab 1.5 +10 -17 ports/graphics/tiff34/patches/patch-ac 1.4 +10 -14 ports/graphics/tiff34/pkg/DESCR 1.11 +3 -0 ports/graphics/tiff34/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 13: 0:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F31F15BF0; Mon, 10 May 1999 13:00:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62448; Mon, 10 May 1999 13:00:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905102000.NAA62448@freefall.freebsd.org> From: Steve Price Date: Mon, 10 May 1999 13:00:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3c-httpd Makefile ports/www/w3c-httpd/patches patch-bb Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/10 13:00:28 PDT Modified files: www/w3c-httpd Makefile www/w3c-httpd/patches patch-bb Log: Enable WAIS support. Submitted by: Pdero F. Giffuni Revision Changes Path 1.21 +6 -4 ports/www/w3c-httpd/Makefile 1.3 +15 -11 ports/www/w3c-httpd/patches/patch-bb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 13: 5:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B66414DDF; Mon, 10 May 1999 13:05:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62774; Mon, 10 May 1999 13:05:19 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905102005.NAA62774@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 13:05:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mt mt.1 mt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 13:05:19 PDT Modified files: usr.bin/mt mt.1 mt.c Log: add and document seteotmodel and geteotmodel commands Revision Changes Path 1.15 +16 -0 src/usr.bin/mt/mt.1 1.25 +29 -1 src/usr.bin/mt/mt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 13:43:21 1999 Delivered-To: cvs-all@freebsd.org Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id 8E863152A7; Mon, 10 May 1999 13:43:00 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id RAA15433; Mon, 10 May 1999 17:42:54 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199905102042.RAA15433@roma.coe.ufrj.br> Subject: Re: cvs commit: src UPDATING In-Reply-To: <199905101956.MAA62119@freefall.freebsd.org> from "David E. O'Brien" at "May 10, 1999 12:56:50 pm" To: obrien@FreeBSD.ORG (David E. O'Brien) Date: Mon, 10 May 1999 17:42:54 -0300 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk #define quoting(David E. O'Brien) // obrien 1999/05/10 12:56:50 PDT // // Modified files: (Branch: RELENG_3) // . UPDATING // Log: // Document 'nlpt'->'lpt' Thanks a lot. I've been beaten by this last weekend. I knew, but forgot when needed to upgrade... :) Very curious: config(8) shows no error at all, could this be fixed ? Jonny -- João Carlos Mendes Luís jonny@jonny.eng.br Networking Enginner jcml@ieee.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 13:55:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93D8A14C1A; Mon, 10 May 1999 13:55:32 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66541; Mon, 10 May 1999 13:55:31 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905102055.NAA66541@freefall.freebsd.org> From: Bill Paul Date: Mon, 10 May 1999 13:55:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ypxfr ypxfr_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/10 13:55:30 PDT Modified files: libexec/ypxfr ypxfr_main.c Log: Fix ypxfr so that it can be run from cron. Patch submitted by: Dan Nelson Revision Changes Path 1.13 +4 -4 src/libexec/ypxfr/ypxfr_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 13:57:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6672014EA9; Mon, 10 May 1999 13:57:08 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66622; Mon, 10 May 1999 13:57:08 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905102057.NAA66622@freefall.freebsd.org> From: Bill Paul Date: Mon, 10 May 1999 13:57:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ypxfr ypxfr_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/10 13:57:07 PDT Modified files: (Branch: RELENG_3) libexec/ypxfr ypxfr_main.c Log: MFC: small patch to ypxfr to allow it to run properly from cron. Revision Changes Path 1.12.2.1 +4 -4 src/libexec/ypxfr/ypxfr_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15: 1:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5AF614C86; Mon, 10 May 1999 15:01:40 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA70387; Mon, 10 May 1999 15:01:40 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905102201.PAA70387@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 10 May 1999 15:01:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardc pccardc.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/10 15:01:40 PDT Modified files: usr.sbin/pccard/pccardc pccardc.8 Log: Fix typo. Submitted by: Hiroki Sato Revision Changes Path 1.2 +3 -3 src/usr.sbin/pccard/pccardc/pccardc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15: 4:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 100B014C86; Mon, 10 May 1999 15:04:23 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA70708; Mon, 10 May 1999 15:04:22 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905102204.PAA70708@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 10 May 1999 15:04:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardc pccardc.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/10 15:04:22 PDT Modified files: (Branch: RELENG_3) usr.sbin/pccard/pccardc pccardc.8 Log: MFC: Fix typo. Submitted by: Hiroki Sato Revision Changes Path 1.1.2.2 +3 -3 src/usr.sbin/pccard/pccardc/pccardc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15:21:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 997A014BDA; Mon, 10 May 1999 15:21:14 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA71698; Mon, 10 May 1999 15:21:14 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905102221.PAA71698@freefall.freebsd.org> From: Dmitrij Tejblum Date: Mon, 10 May 1999 15:21:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru/FAQ install.sgml preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/10 15:21:14 PDT Modified files: ru/FAQ install.sgml preface.sgml Log: Synchronize with the following revision of the English version: install.sgml 1.15 preface.sgml 1.35 PR: 11233, 11234 Submitted by: Andrey Zakhvatov Revision Changes Path 1.4 +5 -4 doc/ru/FAQ/install.sgml 1.10 +16 -16 doc/ru/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15:22:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 503D514BDA; Mon, 10 May 1999 15:22:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA71771; Mon, 10 May 1999 15:22:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905102222.PAA71771@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 10 May 1999 15:22:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pbasic/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/10 15:22:46 PDT Added files: lang/pbasic/patches patch-ab Log: Rename all pwrite()s to deal with this change: 1.24.2.1 Wed May 5 23:19:59 1999 UTC by dt Branch: RELENG_3 Diffs to 1.24 ; Diffs to 1.26 MFC: pread() and pwrite(). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15:28:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9B1114BDA; Mon, 10 May 1999 15:28:20 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA72307; Mon, 10 May 1999 15:28:20 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905102228.PAA72307@freefall.freebsd.org> From: Dmitrij Tejblum Date: Mon, 10 May 1999 15:28:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/grep Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/10 15:28:19 PDT Modified files: (Branch: RELENG_3) gnu/usr.bin/grep Makefile Log: Revert previous commit, since it caused problems. OKed by: wosch Revision Changes Path 1.14.2.1 +1 -1 src/gnu/usr.bin/grep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15:36:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFDB514E7F; Mon, 10 May 1999 15:35:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA72726; Mon, 10 May 1999 15:35:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905102235.PAA72726@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 10 May 1999 15:35:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork11/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/10 15:35:46 PDT Modified files: net/kdenetwork11/pkg PLIST Log: Remove missing files. I'm not sure if this is the right fix but it will at least get the build going again. Revision Changes Path 1.9 +0 -76 ports/net/kdenetwork11/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15:39:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60EB215183; Mon, 10 May 1999 15:39:42 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA72982; Mon, 10 May 1999 15:39:41 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <199905102239.PAA72982@freefall.freebsd.org> From: Paul Richards Date: Mon, 10 May 1999 15:39:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_lnc_p.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk paul 1999/05/10 15:39:40 PDT Modified files: sys/pci if_lnc_p.c Log: Set the bus master bit. Submitted by: Ted Faber Revision Changes Path 1.10 +11 -4 src/sys/pci/if_lnc_p.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15:50:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2B8415183; Mon, 10 May 1999 15:50:26 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA73466; Mon, 10 May 1999 15:50:26 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905102250.PAA73466@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 10 May 1999 15:50:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/10 15:50:24 PDT Modified files: x11/kdebase11 Makefile Log: Categories "misc kde" should be "x11 kde". Reported by: imura@cs.titech.ac.jp Revision Changes Path 1.36 +2 -2 ports/x11/kdebase11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15:53:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C9CA1536A; Mon, 10 May 1999 15:53:47 -0700 (PDT) (envelope-from mks@FreeBSD.org) Received: (from mks@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA73691; Mon, 10 May 1999 15:53:47 -0700 (PDT) (envelope-from mks@FreeBSD.org) Message-Id: <199905102253.PAA73691@freefall.freebsd.org> From: Mike Spengler Date: Mon, 10 May 1999 15:53:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hea eni.c src/sys/dev/hfa fore_load.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mks 1999/05/10 15:53:46 PDT Modified files: sys/dev/hea eni.c sys/dev/hfa fore_load.c Log: Enable PCI bus master during attach in case the BIOS hasn't done it for us. Revision Changes Path 1.8 +48 -47 src/sys/dev/hea/eni.c 1.8 +15 -2 src/sys/dev/hfa/fore_load.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 15:59:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 605B915183; Mon, 10 May 1999 15:59:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA73900; Mon, 10 May 1999 15:59:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905102259.PAA73900@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 10 May 1999 15:59:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/kdesupport11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/10 15:59:33 PDT Modified files: converters/kdesupport11 Makefile Log: Categories should be "converters kde", not "x11 kde". Reportde by: imura@cs.titech.ac.jp Revision Changes Path 1.22 +2 -2 ports/converters/kdesupport11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 16: 2:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AF3E15183; Mon, 10 May 1999 16:02:31 -0700 (PDT) (envelope-from mks@FreeBSD.org) Received: (from mks@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74043; Mon, 10 May 1999 16:02:31 -0700 (PDT) (envelope-from mks@FreeBSD.org) Message-Id: <199905102302.QAA74043@freefall.freebsd.org> From: Mike Spengler Date: Mon, 10 May 1999 16:02:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hfa fore_globals.c src/sys/dev/hea eni_globals.c src/sys/netatm atm_ioctl.h src/sys/netatm/ipatm ipatm_load.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mks 1999/05/10 16:02:31 PDT Modified files: sys/dev/hfa fore_globals.c sys/dev/hea eni_globals.c sys/netatm atm_ioctl.h sys/netatm/ipatm ipatm_load.c Log: Allow configuration of up to 256 network interfaces per physical interface - just like the docs say it should. Revision Changes Path 1.3 +3 -3 src/sys/dev/hfa/fore_globals.c 1.3 +3 -3 src/sys/dev/hea/eni_globals.c 1.2 +2 -2 src/sys/netatm/atm_ioctl.h 1.4 +3 -3 src/sys/netatm/ipatm/ipatm_load.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 16:11:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8DF9156D5; Mon, 10 May 1999 16:11:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74400; Mon, 10 May 1999 16:11:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905102311.QAA74400@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 10 May 1999 16:11:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/10 16:11:11 PDT Modified files: Mk bsd.port.mk Log: Spell out LIBTOOL with full path, otherwise it won't work since it's called as an argument to /bin/sh. Submitted by: reg@shale.csir.co.za Revision Changes Path 1.313 +2 -2 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 16:20: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6FB114F4E; Mon, 10 May 1999 16:20:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA75058; Mon, 10 May 1999 16:20:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905102320.QAA75058@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 16:20:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 16:20:02 PDT Modified files: sys/i386/i386 userconfig.c Log: Fixed checking for maddr/msize conflicts. It was complete nonsense, but was fairly harmless because not many devices have statically configured msizes (none should have, but old-bus is missing post-probe checks for maddr/msize conflicts, so sizes had to be statically configured for maddr/msize conflict checking to actually work). PR: 11146 (side issue) Revision Changes Path 1.142 +6 -7 src/sys/i386/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 16:30:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F20E14EB1; Mon, 10 May 1999 16:30:09 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76120; Mon, 10 May 1999 16:30:08 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905102330.QAA76120@freefall.freebsd.org> From: Kenneth Merry Date: Mon, 10 May 1999 16:30:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c camcontrol.h modeedit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/10 16:30:08 PDT Modified files: sbin/camcontrol camcontrol.8 camcontrol.c camcontrol.h modeedit.c Log: Add a new device specification syntax to camcontrol. It is now possible to do things like: camcontrol tur da5 or camcontrol tur 1:2:0 or camcontrol tur 1:2 These changes are fully backwards compatible with the original device specification syntax (-n dev -u unit), so it is possible to use either method to specify a device now. The device specification changes do not affect the rescan, reset or debug commands, since by design, those commands work on a bus or bus:target:lun basis only. Also, shorten the default usage statement so that it fits in a 24 column terminal. The full usage statement is still available by using the "help" "-h" or "-?" arguments to camcontrol. Submitted by: Joerg Wunsch Revision Changes Path 1.12 +56 -6 src/sbin/camcontrol/camcontrol.8 1.11 +140 -77 src/sbin/camcontrol/camcontrol.c 1.2 +2 -2 src/sbin/camcontrol/camcontrol.h 1.2 +3 -3 src/sbin/camcontrol/modeedit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 16:33: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 260F114EB1; Mon, 10 May 1999 16:32:58 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76229; Mon, 10 May 1999 16:32:57 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905102332.QAA76229@freefall.freebsd.org> From: Kenneth Merry Date: Mon, 10 May 1999 16:32:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c camcontrol.h modeedit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/10 16:32:57 PDT Modified files: (Branch: RELENG_3) sbin/camcontrol camcontrol.8 camcontrol.c camcontrol.h modeedit.c Log: MFC: Add a new device specification syntax to camcontrol. It is now possible to do things like: camcontrol tur da5 or camcontrol tur 1:2:0 or camcontrol tur 1:2 These changes are fully backwards compatible with the original device specification syntax (-n dev -u unit), so it is possible to use either method to specify a device now. The device specification changes do not affect the rescan, reset or debug commands, since by design, those commands work on a bus or bus:target:lun basis only. Also, shorten the default usage statement so that it fits in a 24 column terminal. The full usage statement is still available by using the "help" "-h" or "-?" arguments to camcontrol. Submitted by: Joerg Wunsch Revision Changes Path 1.9.2.3 +56 -6 src/sbin/camcontrol/camcontrol.8 1.9.2.2 +140 -77 src/sbin/camcontrol/camcontrol.c 1.1.2.1 +2 -2 src/sbin/camcontrol/camcontrol.h 1.1.2.1 +3 -3 src/sbin/camcontrol/modeedit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 16:34: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9DBA14EB1; Mon, 10 May 1999 16:34:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76351; Mon, 10 May 1999 16:34:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905102334.QAA76351@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 16:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 16:34:04 PDT Modified files: (Branch: RELENG_3) sys/i386/i386 userconfig.c Log: MFC (1.142: fixed checking for maddr/msize conflicts). Revision Changes Path 1.126.2.4 +6 -7 src/sys/i386/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 17:45:10 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id B1BC715721; Mon, 10 May 1999 17:45:02 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA06817; Tue, 11 May 1999 10:06:49 +1000 Date: Tue, 11 May 1999 10:06:49 +1000 From: Bruce Evans Message-Id: <199905110006.KAA06817@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, phk@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file fsmagic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > usr.bin/file fsmagic.c > Log: > Don't go looking for weird #includes if major isn't a macro. Don't forget to check for major breakage in 2000+ ports. major() is a macro in my version. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 17:53: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id BA5FE15187; Mon, 10 May 1999 17:53:05 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id TAA00101; Mon, 10 May 1999 19:36:10 -0500 (CDT) Date: Mon, 10 May 1999 19:36:10 -0500 (CDT) From: Steve Price To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk In-Reply-To: <199905102311.QAA74400@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Still doesn't work as gmake and friends do. How about the patch I suggested instead? With gmake, autoconf, et al, the only requirement is that they are in my path. As it stands now if I set '${PREFIX}=/opt' and install libtool, then nothing that uses USE_LIBTOOL will work. BTW, the only reason the 'echo ...' is there is to give a meaningful message when ${LIBTOOL} doesn't exist and to avoid sending libtool's arguments to ${SH} with who knows what kind of ill side-effects. -steve Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.313 diff -u -r1.313 bsd.port.mk --- bsd.port.mk 1999/05/10 23:11:07 1.313 +++ bsd.port.mk 1999/05/11 00:23:56 @@ -660,7 +660,7 @@ # Miscellaneous overridable commands: GMAKE?= gmake AUTOCONF?= autoconf -LIBTOOL?= ${LOCALBASE}/bin/libtool +LIBTOOL?= `which libtool || echo ${LOCALBASE}/bin/libtool` XMKMF?= xmkmf -a .if exists(/sbin/md5) MD5?= /sbin/md5 On Mon, 10 May 1999, Satoshi Asami wrote: # asami 1999/05/10 16:11:11 PDT # # Modified files: # Mk bsd.port.mk # Log: # Spell out LIBTOOL with full path, otherwise it won't work since it's # called as an argument to /bin/sh. # # Submitted by: reg@shale.csir.co.za # # Revision Changes Path # 1.313 +2 -2 ports/Mk/bsd.port.mk # # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18: 3:29 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 44D6815E49; Mon, 10 May 1999 18:03:22 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id JAA20854; Tue, 11 May 1999 09:59:41 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA61921; Tue, 11 May 1999 09:59:40 +0930 (CST) Date: Tue, 11 May 1999 09:59:40 +0930 From: Greg Lehey To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin Makefile src/usr.sbin Makefile src/sbin/sysctl Makefile src/usr.sbin/sysctl Makefile pathconf.c sysctl.8 sysctl.c Message-ID: <19990511095940.P22791@freebie.lemis.com> References: <199905101017.DAA04811@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905101017.DAA04811@freefall.freebsd.org>; from David E. O'Brien on Mon, May 10, 1999 at 03:17:24AM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Monday, 10 May 1999 at 3:17:24 -0700, David E. O'Brien wrote: > obrien 1999/05/10 03:17:23 PDT > > Modified files: > sbin Makefile > usr.sbin Makefile > sbin/sysctl Makefile > Removed files: > usr.sbin/sysctl Makefile pathconf.c sysctl.8 sysctl.c > Log: > Move sysctl/ to src/sbin/ where it now belongs. > > Repository copied by: Peter Finally! Thanks. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:18:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75FDF14EF2; Mon, 10 May 1999 18:18:53 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03581; Mon, 10 May 1999 18:18:53 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110118.SAA03581@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 18:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gd Makefile ports/japanese/gd/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 18:18:52 PDT Modified files: japanese/gd Makefile japanese/gd/files md5 Log: Fix files/md5. Revision Changes Path 1.6 +1 -3 ports/japanese/gd/Makefile 1.3 +1 -1 ports/japanese/gd/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:19:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 306A815C30; Mon, 10 May 1999 18:19:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03685; Mon, 10 May 1999 18:19:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905110119.SAA03685@freefall.freebsd.org> From: Michael Haro Date: Mon, 10 May 1999 18:19:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 intro.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/10 18:19:37 PDT Modified files: share/man/man9 intro.9 Log: s/file it possible/file if possible/ Revision Changes Path 1.9 +2 -2 src/share/man/man9/intro.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:22: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FB7114EF2; Mon, 10 May 1999 18:22:02 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03790; Mon, 10 May 1999 18:22:02 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905110122.SAA03790@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 18:22:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/coda5_doc Makefile ports/net/coda5_doc/files md5 ports/net/coda5_doc/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 18:22:02 PDT Modified files: net/coda5_doc Makefile net/coda5_doc/files md5 net/coda5_doc/pkg DESCR PLIST Log: Update to 5.2.0 PR: ports/11610 Submitted by: ijliao@Terry.Dorm10.NCTU.edu.tw Revision Changes Path 1.4 +12 -15 ports/net/coda5_doc/Makefile 1.2 +1 -1 ports/net/coda5_doc/files/md5 1.3 +1 -1 ports/net/coda5_doc/pkg/DESCR 1.3 +121 -110 ports/net/coda5_doc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:22:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1D4014EB1; Mon, 10 May 1999 18:22:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03834; Mon, 10 May 1999 18:22:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905110122.SAA03834@freefall.freebsd.org> From: Michael Haro Date: Mon, 10 May 1999 18:22:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 intro.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/10 18:22:52 PDT Modified files: (Branch: RELENG_3) share/man/man9 intro.9 Log: MFC: s/it/if/ Revision Changes Path 1.8.2.1 +2 -2 src/share/man/man9/intro.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:25: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F51A1553F; Mon, 10 May 1999 18:25:00 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03998; Mon, 10 May 1999 18:24:59 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905110124.SAA03998@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 18:24:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 18:24:59 PDT Modified files: . modules net Makefile Log: Activate coda5_doc Revision Changes Path 1.6 +2 -1 CVSROOT/modules 1.262 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:32:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A20BB14DCF; Mon, 10 May 1999 18:32:16 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA04460; Mon, 10 May 1999 18:32:15 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905110132.SAA04460@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 18:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/rxvt/patches z-patch-aa z-patch-ad z-patch-aj Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 18:32:15 PDT Removed files: japanese/rxvt/patches z-patch-aa z-patch-ad z-patch-aj Log: patches/z-patch-* is garbage PR: ports/11630 Submitted by: honda@kashio.info.mie-u.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:34:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E75114D19; Mon, 10 May 1999 18:34:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA04651; Mon, 10 May 1999 18:34:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905110134.SAA04651@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 18:34:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger finger.c finger.h net.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 18:34:15 PDT Modified files: (Branch: RELENG_3) usr.bin/finger finger.c finger.h net.c Log: MFC: Impliment elements of TCP Wrappers's `safe_finger'. Revision Changes Path 1.12.2.1 +12 -1 src/usr.bin/finger/finger.c 1.2.10.1 +6 -0 src/usr.bin/finger/finger.h 1.10.2.1 +28 -1 src/usr.bin/finger/net.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:35: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A70E7150A4; Mon, 10 May 1999 18:35:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA04754; Mon, 10 May 1999 18:35:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905110135.SAA04754@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 18:35:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc hosts.allow Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 18:35:05 PDT Modified files: (Branch: RELENG_3) etc hosts.allow Log: MFC: s/safe_finger/finger/g Revision Changes Path 1.2.2.2 +2 -2 src/etc/hosts.allow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:35:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C130115186; Mon, 10 May 1999 18:35:46 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA04804; Mon, 10 May 1999 18:35:45 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110135.SAA04804@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 18:35:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exmh2 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 18:35:44 PDT Modified files: mail/exmh2 Makefile Log: Changed to a master port of japanese/exmh2 PR: ports/10592 Submitted by: Takeshi WATANABE Revision Changes Path 1.31 +16 -5 ports/mail/exmh2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:45: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A1F2150A4; Mon, 10 May 1999 18:45:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05585; Mon, 10 May 1999 18:45:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110145.SAA05585@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 18:45:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 18:45:05 PDT Modified files: . modules Log: ja-gtkicq --> ports/japanese/gtkicq Revision Changes Path 1.7 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:46:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90453150A4; Mon, 10 May 1999 18:46:32 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05709; Mon, 10 May 1999 18:46:32 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110146.SAA05709@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 18:46:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gtkicq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 18:46:31 PDT ports/japanese/gtkicq - Imported sources Update of /home/ncvs/ports/japanese/gtkicq In directory freefall.freebsd.org:/x/tmp/cvs-serv5609 Log Message: icq clone for japanese user PR: 11580 Submitted by: Shuichi Tanaka Status: Vendor Tag: TANAKA Release Tags: v0_60_jp N ports/japanese/gtkicq/Makefile N ports/japanese/gtkicq/pkg/PLIST N ports/japanese/gtkicq/pkg/COMMENT N ports/japanese/gtkicq/pkg/DESCR N ports/japanese/gtkicq/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:48: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94090150A4; Mon, 10 May 1999 18:48:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05794; Mon, 10 May 1999 18:48:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110148.SAA05794@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 18:48:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 18:48:06 PDT Modified files: japanese Makefile Log: Add gtkicq Revision Changes Path 1.199 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:54:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6416815264; Mon, 10 May 1999 18:54:53 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06341; Mon, 10 May 1999 18:54:53 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905110154.SAA06341@freefall.freebsd.org> From: Alan Cox Date: Mon, 10 May 1999 18:54:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 perfmon.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/10 18:54:53 PDT Modified files: sys/i386/i386 perfmon.c Log: The Intel Pentium Pro's performance counters are 40 bits wide. The Intel manuals specifically say that reading the counters using the rdmsr instruction returns a 64 bit value of which the higher 24 bits are undefined. The code that reads the counters should then clear the high 24 bits. PR: i386/10632 Revision Changes Path 1.18 +3 -3 src/sys/i386/i386/perfmon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:55:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 121CB15264; Mon, 10 May 1999 18:55:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06395; Mon, 10 May 1999 18:55:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110155.SAA06395@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 18:55:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 18:55:30 PDT Modified files: . modules Log: enlightenment-conf --> ports/misc/enlightenment-conf Revision Changes Path 1.8 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:57:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47F40154A9; Mon, 10 May 1999 18:57:57 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06602; Mon, 10 May 1999 18:57:57 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110157.SAA06602@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 18:57:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 18:57:57 PDT Modified files: . modules Log: rlpr --> ports/print/rlpr Revision Changes Path 1.9 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:58:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B424615721; Mon, 10 May 1999 18:58:00 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06627; Mon, 10 May 1999 18:58:00 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110158.SAA06627@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 18:58:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt-i18n Makefile ports/x11-toolkits/qt-i18n/files md5 ports/x11-toolkits/qt-i18n/patches patch-aa patch-ab ports/x11-toolkits/qt-i18n/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 18:58:00 PDT Modified files: x11-toolkits/qt-i18n Makefile x11-toolkits/qt-i18n/files md5 x11-toolkits/qt-i18n/patches patch-aa patch-ab x11-toolkits/qt-i18n/pkg DESCR PLIST Log: I18N qt port. Submitted by: Ryuichiro IMURA Revision Changes Path 1.34 +107 -105 ports/x11-toolkits/qt-i18n/Makefile 1.10 +2 -1 ports/x11-toolkits/qt-i18n/files/md5 1.6 +20 -20 ports/x11-toolkits/qt-i18n/patches/patch-aa 1.2 +21 -11 ports/x11-toolkits/qt-i18n/patches/patch-ab 1.3 +3 -1 ports/x11-toolkits/qt-i18n/pkg/DESCR 1.19 +7 -5 ports/x11-toolkits/qt-i18n/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:58:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F8F3154A9; Mon, 10 May 1999 18:58:35 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06872; Mon, 10 May 1999 18:58:35 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110158.SAA06872@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 18:58:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/enlightenment-conf - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 18:58:35 PDT ports/misc/enlightenment-conf - Imported sources Update of /home/ncvs/ports/misc/enlightenment-conf In directory freefall.freebsd.org:/x/tmp/cvs-serv6429 Log Message: enlightenment's configuration tool. PR: 11183 Submiited by: Clive Lin Status: Vendor Tag: LIN Release Tags: v0_15 N ports/misc/enlightenment-conf/Makefile N ports/misc/enlightenment-conf/pkg/COMMENT N ports/misc/enlightenment-conf/pkg/DESCR N ports/misc/enlightenment-conf/pkg/PLIST N ports/misc/enlightenment-conf/patches/patch-aa N ports/misc/enlightenment-conf/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 18:59:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22B0B154A9; Mon, 10 May 1999 18:59:52 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07069; Mon, 10 May 1999 18:59:51 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110159.SAA07069@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 18:59:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/rlpr - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 18:59:51 PDT ports/print/rlpr - Imported sources Update of /home/ncvs/ports/print/rlpr In directory freefall.freebsd.org:/x/tmp/cvs-serv6789 Log Message: Send print jobs to lpd servers anywhere on a network. PR: 11072 Submiited by: Mikhail Teterin Status: Vendor Tag: TETERIN Release Tags: v2_0 N ports/print/rlpr/Makefile N ports/print/rlpr/patches/patch-aa N ports/print/rlpr/pkg/PLIST N ports/print/rlpr/pkg/COMMENT N ports/print/rlpr/pkg/DESCR N ports/print/rlpr/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19: 1:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DA915721; Mon, 10 May 1999 19:01:13 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA07435; Mon, 10 May 1999 19:01:13 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110201.TAA07435@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 19:01:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/kdesupport-i18n-11 Makefile ports/converters/kdesupport-i18n-11/patches patch-aa patch-ab ports/converters/kdesupport-i18n-11/pkg PLIST ports/x11/kdelibs-i18n-11 Makefile ports/x11/kdelibs-i18n-11/files md5 ports/x11/kdelibs-i18n-11/patches patch-aa patch-ac patch-ab ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 19:01:13 PDT Modified files: converters/kdesupport-i18n-11 Makefile converters/kdesupport-i18n-11/patches patch-aa patch-ab converters/kdesupport-i18n-11/pkg PLIST x11/kdelibs-i18n-11 Makefile x11/kdelibs-i18n-11/files md5 x11/kdelibs-i18n-11/patches patch-ab x11/kdelibs-i18n-11/pkg PLIST x11/kdebase-i18n-11 Makefile x11/kdebase-i18n-11/files md5 x11/kdebase-i18n-11/pkg PLIST Added files: x11/kdelibs-i18n-11/patches patch-aa patch-ac x11/kdebase-i18n-11/patches patch-aa patch-ab patch-ac patch-ba patch-bb patch-bc Removed files: x11/kdebase-i18n-11/patches patch-ai patch-an patch-ao patch-ap patch-aq patch-ar patch-at Log: I18Nized kdesupport, kdelibs, and kdebase. Submitted by: Ryuichiro IMURA Revision Changes Path 1.22 +32 -17 ports/converters/kdesupport-i18n-11/Makefile 1.4 +42 -15 ports/converters/kdesupport-i18n-11/patches/patch-aa 1.2 +58 -15 ports/converters/kdesupport-i18n-11/patches/patch-ab 1.10 +22 -31 ports/converters/kdesupport-i18n-11/pkg/PLIST 1.31 +36 -25 ports/x11/kdelibs-i18n-11/Makefile 1.11 +1 -0 ports/x11/kdelibs-i18n-11/files/md5 1.2 +31 -15 ports/x11/kdelibs-i18n-11/patches/patch-ab 1.15 +277 -267 ports/x11/kdelibs-i18n-11/pkg/PLIST 1.37 +26 -15 ports/x11/kdebase-i18n-11/Makefile 1.11 +2 -0 ports/x11/kdebase-i18n-11/files/md5 1.17 +19 -24 ports/x11/kdebase-i18n-11/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19: 2: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C27A71557E; Mon, 10 May 1999 19:02:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA07514; Mon, 10 May 1999 19:02:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110202.TAA07514@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 19:02:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 19:02:04 PDT Modified files: print Makefile Log: Added rlpr Revision Changes Path 1.91 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19: 2:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 316D015561; Mon, 10 May 1999 19:02:28 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA07571; Mon, 10 May 1999 19:02:27 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110202.TAA07571@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 19:02:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 19:02:27 PDT Modified files: misc Makefile Log: Added enlightenment-conf Revision Changes Path 1.208 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19: 4:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47AA8155B3; Mon, 10 May 1999 19:04:34 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA07778; Mon, 10 May 1999 19:04:33 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905110204.TAA07778@freefall.freebsd.org> From: Alan Cox Date: Mon, 10 May 1999 19:04:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 perfmon.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/10 19:04:33 PDT Modified files: (Branch: RELENG_3) sys/i386/i386 perfmon.c Log: MFC: 1.18 (Clear the undefined bits returned by a rdmsr on the performance counters.) Revision Changes Path 1.17.2.1 +3 -3 src/sys/i386/i386/perfmon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19: 5:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D1751555D; Mon, 10 May 1999 19:05:43 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA07926; Mon, 10 May 1999 19:05:43 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Message-Id: <199905110205.TAA07926@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Mon, 10 May 1999 19:05:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/povray31 Makefile ports/graphics/povray31/files script md5 ports/graphics/povray31/patches patch-ab patch-ac patch-ad ports/graphics/povray31/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/05/10 19:05:43 PDT Modified files: graphics/povray31 Makefile graphics/povray31/files md5 graphics/povray31/patches patch-ab graphics/povray31/pkg PLIST Added files: graphics/povray31/files script Removed files: graphics/povray31/patches patch-ac patch-ad Log: Remove povmsd_s.zip from DISTFILES Update to 3.1e, I mistook commit before. Submitted by: yasuf@big.or.jp Revision Changes Path 1.3 +12 -23 ports/graphics/povray31/Makefile 1.3 +2 -3 ports/graphics/povray31/files/md5 1.2 +26 -487 ports/graphics/povray31/patches/patch-ab 1.2 +457 -630 ports/graphics/povray31/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19: 7:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F412615902; Mon, 10 May 1999 19:07:31 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08044; Mon, 10 May 1999 19:07:31 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110207.TAA08044@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:07:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mtio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:07:31 PDT Modified files: (Branch: RELENG_3) sys/sys mtio.h Log: MFC: version 1.18 Revision Changes Path 1.15.2.2 +9 -2 src/sys/sys/mtio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19: 8:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABD5614EF1; Mon, 10 May 1999 19:08:30 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08116; Mon, 10 May 1999 19:08:30 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110208.TAA08116@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 19:08:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml doc/ja/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 19:08:29 PDT Modified files: en/handbook/contrib chapter.sgml ja/handbook/contrib chapter.sgml Log: Welcome-in Ryuichiro IMURA. Revision Changes Path 1.36 +5 -1 doc/en/handbook/contrib/chapter.sgml 1.5 +5 -1 doc/ja/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:12:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1863114C0C; Mon, 10 May 1999 19:12:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08298; Mon, 10 May 1999 19:12:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905110212.TAA08298@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 19:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lsof/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 19:12:15 PDT Added files: sysutils/lsof/patches patch-ab Log: Add knowledge of FreeBSD 3.2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:13:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7183515DCE; Mon, 10 May 1999 19:12:51 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08366; Mon, 10 May 1999 19:12:50 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110212.TAA08366@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:12:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mt mt.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:12:50 PDT Modified files: (Branch: RELENG_3) usr.bin/mt mt.1 Log: MFC version 1.15 Revision Changes Path 1.12.2.3 +16 -0 src/usr.bin/mt/mt.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:14:29 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 5362014C0C; Mon, 10 May 1999 19:14:21 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id VAA27633; Mon, 10 May 1999 21:14:19 -0500 (CDT) Date: Mon, 10 May 1999 21:14:19 -0500 (CDT) From: Steve Price To: SADA Kenji Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/converters/kdesupport-i18n-11 ... In-Reply-To: <199905110201.TAA07435@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Just out of curiosity why were these named different than the rest of -i18n ports; for example, fvwm2-i18n and fvwm2, gimp1-i18n and gimp1, afterstep-i18n and afterstep, fvwm95-i18n and fvwm95, windowmaker-i18n and windowmaker. IMHO it would have been more consistent to have kdesupport11-i18n and kdesupport11 kdelibs11-i18n and kdelibs11 kdebase11-i18n and kdebase11 ... On Mon, 10 May 1999, SADA Kenji wrote: # sada 1999/05/10 19:01:13 PDT # # Modified files: # converters/kdesupport-i18n-11 Makefile # converters/kdesupport-i18n-11/patches patch-aa patch-ab # converters/kdesupport-i18n-11/pkg PLIST # x11/kdelibs-i18n-11 Makefile # x11/kdelibs-i18n-11/files md5 # x11/kdelibs-i18n-11/patches patch-ab # x11/kdelibs-i18n-11/pkg PLIST # x11/kdebase-i18n-11 Makefile # x11/kdebase-i18n-11/files md5 # x11/kdebase-i18n-11/pkg PLIST # Added files: # x11/kdelibs-i18n-11/patches patch-aa patch-ac # x11/kdebase-i18n-11/patches patch-aa patch-ab patch-ac # patch-ba patch-bb patch-bc # Removed files: # x11/kdebase-i18n-11/patches patch-ai patch-an patch-ao # patch-ap patch-aq patch-ar # patch-at # Log: # I18Nized kdesupport, kdelibs, and kdebase. # Submitted by: Ryuichiro IMURA # # Revision Changes Path # 1.22 +32 -17 ports/converters/kdesupport-i18n-11/Makefile # 1.4 +42 -15 ports/converters/kdesupport-i18n-11/patches/patch-aa # 1.2 +58 -15 ports/converters/kdesupport-i18n-11/patches/patch-ab # 1.10 +22 -31 ports/converters/kdesupport-i18n-11/pkg/PLIST # 1.31 +36 -25 ports/x11/kdelibs-i18n-11/Makefile # 1.11 +1 -0 ports/x11/kdelibs-i18n-11/files/md5 # 1.2 +31 -15 ports/x11/kdelibs-i18n-11/patches/patch-ab # 1.15 +277 -267 ports/x11/kdelibs-i18n-11/pkg/PLIST # 1.37 +26 -15 ports/x11/kdebase-i18n-11/Makefile # 1.11 +2 -0 ports/x11/kdebase-i18n-11/files/md5 # 1.17 +19 -24 ports/x11/kdebase-i18n-11/pkg/PLIST # # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:14:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F64B15CB0; Mon, 10 May 1999 19:14:30 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08443; Mon, 10 May 1999 19:14:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110214.TAA08443@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:14:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mt mt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:14:29 PDT Modified files: (Branch: RELENG_3) usr.bin/mt mt.c Log: MFC version 1.25 Revision Changes Path 1.20.2.2 +45 -12 src/usr.bin/mt/mt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:17: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E15FA14BF1; Mon, 10 May 1999 19:16:58 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08613; Mon, 10 May 1999 19:16:57 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110216.TAA08613@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 19:16:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 19:16:57 PDT Modified files: x11-toolkits Makefile Log: Activate qt-i18n. Revision Changes Path 1.29 +2 -1 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:18:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E748914D3B; Mon, 10 May 1999 19:18:24 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08697; Mon, 10 May 1999 19:18:23 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110218.TAA08697@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 19:18:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 19:18:22 PDT Modified files: converters Makefile x11 Makefile Log: Activate kdesupport-i18n-11, kdelibs-i18n-11, kdebase-i18n-11. Revision Changes Path 1.19 +2 -1 ports/converters/Makefile 1.260 +3 -1 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:23:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED90614D22; Mon, 10 May 1999 19:23:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09135; Mon, 10 May 1999 19:23:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110223.TAA09135@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:23:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:23:41 PDT Modified files: sys/cam/scsi scsi_sa.h Log: Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2 entity. Add the Device Configuration page data structure- this structure should be used if you fail to fetch the DATA COMPRESSION page. Make a union type of a mode header, a device configuration page and the data compression page. Add a couple of QIC density defines (QIC 2G/QIC 4GB). Revision Changes Path 1.5 +38 -3 src/sys/cam/scsi/scsi_sa.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:26:51 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 8B52E14BD5; Mon, 10 May 1999 19:26:45 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA07638; Mon, 10 May 1999 19:27:22 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id TAA34958; Mon, 10 May 1999 19:25:54 -0700 (PDT) (envelope-from asami) Date: Mon, 10 May 1999 19:25:54 -0700 (PDT) Message-Id: <199905110225.TAA34958@bubble.didi.com> To: sprice@hiwaay.net Cc: sada@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: (message from Steve Price on Mon, 10 May 1999 21:14:19 -0500 (CDT)) Subject: Re: cvs commit: ports/converters/kdesupport-i18n-11 ... From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Steve Price * Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org * * Just out of curiosity why were these named different than * the rest of -i18n ports; for example, fvwm2-i18n and fvwm2, * gimp1-i18n and gimp1, afterstep-i18n and afterstep, fvwm95-i18n * and fvwm95, windowmaker-i18n and windowmaker. IMHO it would * have been more consistent to have * * kdesupport11-i18n and kdesupport11 * kdelibs11-i18n and kdelibs11 * kdebase11-i18n and kdebase11 * ... Because your friendly Ports Wraith wasn't paying enough attention? ;) Sada-san (and others), please let me know when you are done with the upgrades. I'll do another copy and fix up the mess afterwards. Sorry. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:27: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9B5D15C22; Mon, 10 May 1999 19:26:58 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09349; Mon, 10 May 1999 19:26:59 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110226.TAA09349@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 19:26:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 19:26:58 PDT Modified files: . modules Log: ja-kdelocale --> ports/japanese/kdelocale Revision Changes Path 1.10 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:27:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FBE815E1C; Mon, 10 May 1999 19:27:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09377; Mon, 10 May 1999 19:27:11 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110227.TAA09377@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:27:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:27:10 PDT Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_sa.h Log: MFC version 1.5 Revision Changes Path 1.3.2.2 +38 -3 src/sys/cam/scsi/scsi_sa.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:29:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 689E614DD1; Mon, 10 May 1999 19:29:22 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09487; Mon, 10 May 1999 19:29:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110229.TAA09487@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 19:29:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kdelocale - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 19:29:21 PDT ports/japanese/kdelocale - Imported sources Update of /home/ncvs/ports/japanese/kdelocale In directory freefall.freebsd.org:/c/users/sada/work/kdelocale Log Message: This package provides a Japanese menu for the KDE. Submitted by: Ryuichiro IMURA Status: Vendor Tag: IMURA Release Tags: v0_9_3 N ports/japanese/kdelocale/Makefile I ports/japanese/kdelocale/CVS N ports/japanese/kdelocale/files/md5 N ports/japanese/kdelocale/pkg/DESCR N ports/japanese/kdelocale/pkg/PLIST N ports/japanese/kdelocale/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:29:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E74015C94; Mon, 10 May 1999 19:29:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09532; Mon, 10 May 1999 19:29:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905110229.TAA09532@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 10 May 1999 19:29:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdrecord Makefile ports/sysutils/cdrecord/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/10 19:29:33 PDT Modified files: sysutils/cdrecord Makefile sysutils/cdrecord/files md5 Log: Update to 1.8a21. Revision Changes Path 1.14 +2 -2 ports/sysutils/cdrecord/Makefile 1.8 +1 -1 ports/sysutils/cdrecord/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:32:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB9F214E50; Mon, 10 May 1999 19:32:15 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09647; Mon, 10 May 1999 19:32:15 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110232.TAA09647@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 19:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 19:32:15 PDT Modified files: japanese Makefile Log: Activate kdelocale. Revision Changes Path 1.200 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:41: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from rr.iij4u.or.jp (h087.p060.iij4u.or.jp [210.130.60.87]) by hub.freebsd.org (Postfix) with SMTP id E8A6515171 for ; Mon, 10 May 1999 19:40:55 -0700 (PDT) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 30235 invoked by uid 1000); 11 May 1999 11:40:54 +0900 Date: 11 May 1999 11:40:54 +0900 Message-ID: <19990511024054.30234.sada@rr.iij4u.or.jp> To: asami@FreeBSD.org Cc: sprice@hiwaay.net, sada@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/converters/kdesupport-i18n-11 ... In-Reply-To: Your message of "Tue, 11 May 1999 11:25:54 JST". <199905110225.TAA34958@bubble.didi.com> From: sada@rr.IIJ4U.OR.JP (SADA Kenji) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Sada-san (and others), please let me know when you are done with the >> upgrades. I'll do another copy and fix up the mess afterwards. I believe, now I finished all. Please make good about them. m(__)m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:41:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F41AB15C57; Mon, 10 May 1999 19:41:04 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA10227; Mon, 10 May 1999 19:41:04 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110241.TAA10227@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:41:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:41:04 PDT Modified files: sys/cam cam_xpt.c Log: Quirk NOLUNS CALIPER CP150. Revision Changes Path 1.56 +11 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:41:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13BF315DF0; Mon, 10 May 1999 19:41:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA10273; Mon, 10 May 1999 19:41:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905110241.TAA10273@freefall.freebsd.org> From: Steve Price Date: Mon, 10 May 1999 19:41:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/mergemaster Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/10 19:41:32 PDT Modified files: sysutils/mergemaster Makefile Log: Update MASTER_SITES. PR: 11633 Submitted by: maintainer Revision Changes Path 1.5 +2 -3 ports/sysutils/mergemaster/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:53: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEBE614C8B; Mon, 10 May 1999 19:53:02 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11146; Mon, 10 May 1999 19:53:03 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110253.TAA11146@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:53:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:53:02 PDT Modified files: (Branch: RELENG_3) sys/cam cam_xpt.c Log: MFC version 1.56. I think 1.53 ought to go too. Revision Changes Path 1.42.2.9 +11 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:53:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7262915082; Mon, 10 May 1999 19:53:17 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11217; Mon, 10 May 1999 19:53:18 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110253.TAA11217@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 19:53:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt-i18n Makefile ports/x11/kdelibs-i18n-11 Makefile ports/x11/kdebase-i18n-11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 19:53:17 PDT Modified files: x11-toolkits/qt-i18n Makefile x11/kdelibs-i18n-11 Makefile x11/kdebase-i18n-11 Makefile Log: PATCH_SITES are moved. Submitted by: maintainer Revision Changes Path 1.35 +2 -2 ports/x11-toolkits/qt-i18n/Makefile 1.32 +2 -2 ports/x11/kdelibs-i18n-11/Makefile 1.38 +2 -2 ports/x11/kdebase-i18n-11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 19:56:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13DB61555A; Mon, 10 May 1999 19:56:37 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11504; Mon, 10 May 1999 19:56:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110256.TAA11504@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 19:56:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp asm_pci.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 19:56:38 PDT Modified files: sys/dev/isp asm_pci.h Log: roll ISP 1080/1240 f/w Revision Changes Path 1.10 +1575 -1571src/sys/dev/isp/asm_pci.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20: 1:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E2B41522E; Mon, 10 May 1999 20:01:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA12031; Mon, 10 May 1999 20:01:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110301.UAA12031@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 20:01:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp asm_pci.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 20:01:29 PDT Modified files: (Branch: RELENG_3) sys/dev/isp asm_pci.h Log: MFC versions 1.5-1.10 Revision Changes Path 1.4.2.1 +15488 -13460src/sys/dev/isp/asm_pci.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20: 3:29 1999 Delivered-To: cvs-all@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id 0296A15957; Mon, 10 May 1999 20:03:24 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id VAA80765; Mon, 10 May 1999 21:03:23 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199905110303.VAA80765@panzer.plutotech.com> Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: <199905110253.TAA11146@freefall.freebsd.org> from Matt Jacob at "May 10, 1999 7:53: 3 pm" To: mjacob@FreeBSD.org (Matt Jacob) Date: Mon, 10 May 1999 21:03:23 -0600 (MDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matt Jacob wrote... > mjacob 1999/05/10 19:53:02 PDT > > Modified files: (Branch: RELENG_3) > sys/cam cam_xpt.c > Log: > MFC version 1.56. I think 1.53 ought to go too. > > Revision Changes Path > 1.42.2.9 +11 -1 src/sys/cam/cam_xpt.c You mean 1.54. 1.53 was a new-bus type commit, and should not go. As for 1.54, I don't think it'll be a big deal to leave it out, but Justin should probably make the call. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20: 5:10 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 986D01522E; Mon, 10 May 1999 20:05:06 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id WAA21736; Mon, 10 May 1999 22:05:05 -0500 (CDT) Date: Mon, 10 May 1999 22:05:05 -0500 (CDT) From: Steve Price To: Satoshi - Ports Wraith - Asami Cc: sada@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/converters/kdesupport-i18n-11 ... In-Reply-To: <199905110225.TAA34958@bubble.didi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 10 May 1999, Satoshi - Ports Wraith - Asami wrote: # Because your friendly Ports Wraith wasn't paying enough attention? ;) No sweat really, just curious. :-) BTW, I was thinking that the freeze would be a good time for me to catch up with the Alpha ports collection. I'm not asking for free reign, but if I have Alpha-related changes will I still be able to get them in? I know this is not an Alpha release, but it would be nice to get them in nonetheless. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20: 6:35 1999 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id B5E9E158CA; Mon, 10 May 1999 20:06:32 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from feral.com (mjacob@feral.com [192.67.166.1]) by feral.com (8.8.7/8.8.7) with ESMTP id UAA16094; Mon, 10 May 1999 20:06:26 -0700 Date: Mon, 10 May 1999 20:06:26 -0700 (PWT) From: Matthew Jacob Reply-To: mjacob@feral.com To: "Kenneth D. Merry" Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: <199905110303.VAA80765@panzer.plutotech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Matt Jacob wrote... > > mjacob 1999/05/10 19:53:02 PDT > > > > Modified files: (Branch: RELENG_3) > > sys/cam cam_xpt.c > > Log: > > MFC version 1.56. I think 1.53 ought to go too. > > > > Revision Changes Path > > 1.42.2.9 +11 -1 src/sys/cam/cam_xpt.c > > You mean 1.54. 1.53 was a new-bus type commit, and should not go. > > As for 1.54, I don't think it'll be a big deal to leave it out, but Justin > should probably make the call. Probably- sorry about the version- Yes, I'll leave it to Justin... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:11:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CABB1522E; Mon, 10 May 1999 20:11:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA12845; Mon, 10 May 1999 20:11:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905110311.UAA12845@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 20:11:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/mfs mfs_extern.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 20:11:10 PDT Modified files: sys/ufs/mfs mfs_extern.h Log: Fixed disordering in previous 2 commits. Revision Changes Path 1.14 +3 -3 src/sys/ufs/mfs/mfs_extern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:11:29 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 90DD115924; Mon, 10 May 1999 20:11:20 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id VAA08128; Mon, 10 May 1999 21:11:20 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id VAA18704; Mon, 10 May 1999 21:11:19 -0600 Date: Mon, 10 May 1999 21:11:19 -0600 Message-Id: <199905110311.VAA18704@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sa.h In-Reply-To: <199905110227.TAA09377@freefall.freebsd.org> References: <199905110227.TAA09377@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > mjacob 1999/05/10 19:27:10 PDT > > Modified files: (Branch: RELENG_3) > sys/cam/scsi scsi_sa.h > Log: > MFC version 1.5 Matt, can you be a bit more explicit when you make these commits as to what exactly V1.5 is? You don't have to quote it verbatim, but a very short description would certainly be nice. Thanks! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:13:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2CE215A22; Mon, 10 May 1999 20:13:24 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA13124; Mon, 10 May 1999 20:13:24 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905110313.UAA13124@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 10 May 1999 20:13:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/converters Makefile ports/converters/kdesupport-i18n-11 Makefile ports/converters/kdesupport-i18n-11/files md5 ports/converters/kdesupport-i18n-11/patches patch-aa patch-ab ports/converters/kdesupport-i18n-11/pkg COMMENT DESCR PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/10 20:13:24 PDT Modified files: . modules converters Makefile x11 Makefile x11/kdebase11-i18n Makefile x11/kdelibs11-i18n Makefile Removed files: converters/kdesupport-i18n-11 Makefile converters/kdesupport-i18n-11/files md5 converters/kdesupport-i18n-11/patches patch-aa patch-ab converters/kdesupport-i18n-11/pkg COMMENT DESCR PLIST x11/kdebase-i18n-11 Makefile x11/kdebase-i18n-11/files md5 x11/kdebase-i18n-11/patches patch-aa patch-ab patch-ac patch-ba patch-bb patch-bc x11/kdebase-i18n-11/pkg COMMENT DESCR PLIST x11/kdelibs-i18n-11 Makefile x11/kdelibs-i18n-11/files md5 x11/kdelibs-i18n-11/patches patch-aa patch-ab patch-ac x11/kdelibs-i18n-11/pkg COMMENT DESCR PLIST Log: Clean up after yet another repository copy. Renamed "kde*-i18n-11" to "kde*11-i18n". Suggested by: sprice Revision Changes Path 1.11 +4 -1 CVSROOT/modules 1.20 +2 -2 ports/converters/Makefile 1.261 +3 -3 ports/x11/Makefile 1.39 +2 -2 ports/x11/kdebase11-i18n/Makefile 1.33 +2 -2 ports/x11/kdelibs11-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:15: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 3984515A22; Mon, 10 May 1999 20:14:56 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from feral.com (mjacob@feral.com [192.67.166.1]) by feral.com (8.8.7/8.8.7) with ESMTP id UAA16132; Mon, 10 May 1999 20:14:45 -0700 Date: Mon, 10 May 1999 20:14:45 -0700 (PWT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Nate Williams Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_sa.h In-Reply-To: <199905110311.VAA18704@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Oh. Okay. Will do. On Mon, 10 May 1999, Nate Williams wrote: > > mjacob 1999/05/10 19:27:10 PDT > > > > Modified files: (Branch: RELENG_3) > > sys/cam/scsi scsi_sa.h > > Log: > > MFC version 1.5 > > Matt, can you be a bit more explicit when you make these commits as to > what exactly V1.5 is? You don't have to quote it verbatim, but a very > short description would certainly be nice. > > Thanks! > > > Nate > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:21: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC1A21591E; Mon, 10 May 1999 20:21:06 -0700 (PDT) (envelope-from jmb@FreeBSD.org) Received: (from jmb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA13701; Mon, 10 May 1999 20:21:05 -0700 (PDT) (envelope-from jmb@FreeBSD.org) Message-Id: <199905110321.UAA13701@freefall.freebsd.org> From: "Jonathan M. Bresler" Date: Mon, 10 May 1999 20:21:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail Makefile README sendmail.cf.additions src/etc/sendmail freefall.mc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmb 1999/05/10 20:21:05 PDT Modified files: (Branch: RELENG_3) etc/mail Makefile README etc/sendmail freefall.mc Removed files: (Branch: RELENG_3) etc/mail sendmail.cf.additions Log: update spam countermeasures add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html Revision Changes Path 1.5.2.2 +2 -9 src/etc/mail/Makefile 1.5.2.2 +14 -71 src/etc/mail/README 1.12.2.1 +7 -1 src/etc/sendmail/freefall.mc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:27:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 028A615994; Mon, 10 May 1999 20:27:16 -0700 (PDT) (envelope-from jmb@FreeBSD.org) Received: (from jmb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA14074; Mon, 10 May 1999 20:27:16 -0700 (PDT) (envelope-from jmb@FreeBSD.org) Message-Id: <199905110327.UAA14074@freefall.freebsd.org> From: "Jonathan M. Bresler" Date: Mon, 10 May 1999 20:27:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/sendmail freebsd.mc freefall.mc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmb 1999/05/10 20:27:16 PDT Modified files: etc/sendmail freebsd.mc freefall.mc Log: update spam countermeasures add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html Revision Changes Path 1.6 +1 -1 src/etc/sendmail/freebsd.mc 1.13 +7 -1 src/etc/sendmail/freefall.mc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:29:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF3921555D; Mon, 10 May 1999 20:29:07 -0700 (PDT) (envelope-from jmb@FreeBSD.org) Received: (from jmb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA14318; Mon, 10 May 1999 20:29:07 -0700 (PDT) (envelope-from jmb@FreeBSD.org) Message-Id: <199905110329.UAA14318@freefall.freebsd.org> From: "Jonathan M. Bresler" Date: Mon, 10 May 1999 20:29:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail Makefile README sendmail.cf.additions Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmb 1999/05/10 20:29:07 PDT Modified files: etc/mail Makefile README Removed files: etc/mail sendmail.cf.additions Log: update spam countermeasures add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html (grrr.....should have been one commit did the last commit from a subdirectory) Revision Changes Path 1.7 +2 -9 src/etc/mail/Makefile 1.7 +14 -71 src/etc/mail/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:33:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24F9415BF6; Mon, 10 May 1999 20:33:04 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA14588; Mon, 10 May 1999 20:33:04 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110333.UAA14588@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 20:33:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kdelocale Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 20:33:03 PDT Modified files: japanese/kdelocale Makefile Log: Depended port kdelibs-i18n-111 is moved to kdelibs-i18n. Revision Changes Path 1.2 +2 -2 ports/japanese/kdelocale/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:55:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 565C2155CA; Mon, 10 May 1999 20:55:36 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA16042; Mon, 10 May 1999 20:55:37 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905110355.UAA16042@freefall.freebsd.org> From: Greg Lehey Date: Mon, 10 May 1999 20:55:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumparser.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/10 20:55:36 PDT Modified files: sys/dev/vinum vinumparser.c Log: Fix a bogon which stopped Vinum from recognizing half its keywords. Revision Changes Path 1.10 +1 -1 src/sys/dev/vinum/vinumparser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 20:59:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0202A15152; Mon, 10 May 1999 20:59:31 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA16293; Mon, 10 May 1999 20:59:32 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905110359.UAA16293@freefall.freebsd.org> From: Greg Lehey Date: Mon, 10 May 1999 20:59:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumparser.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/10 20:59:31 PDT Modified files: (Branch: RELENG_3) sys/dev/vinum vinumparser.c Log: MFC: Fix a bogon which stopped Vinum from recognizing half its keywords. It doesn't in fact bite here, but it's filth, and it could potentially jump out of the woodwork and do harm. Revision Changes Path 1.5.2.4 +2 -2 src/sys/dev/vinum/vinumparser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 21: 1:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 949041510C; Mon, 10 May 1999 21:01:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16388; Mon, 10 May 1999 21:01:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110401.VAA16388@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 21:01:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kdelocale Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 21:01:21 PDT Modified files: japanese/kdelocale Makefile Log: Directory name missed; x11/kdelibs-i18n -> x11/kdelibs11-i18n Revision Changes Path 1.3 +2 -2 ports/japanese/kdelocale/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 21: 1:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D47881516C; Mon, 10 May 1999 21:01:36 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16416; Mon, 10 May 1999 21:01:36 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110401.VAA16416@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 21:01:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 21:01:36 PDT Modified files: sys/cam/scsi scsi_sa.c Log: Add a SA_FLAG_COMP_SUPP flag (to quirk compression as SUPPORTED). Add a SA_FLAG_TAPE_FROZEN for (see below). Add a queue_count field to softc. Add HP T20* Travan-5 like tape device as a FIXED/512 type device. Works for me. Add TANDBERG SLR5 as a variable SA_QUIRK_1FM device. Change VIPER 2525 to 1024 byte blocksize. It's possible other drives should change too, but see below.. Change argument to sagetparams to be pointer to a sa_comp_t union- this can be either a DATA COMPRESSION or a DEVICE CONFIGURATION page. In general compression now tries to use the DATA COMPRESSION page and if that fails tries the DEVICE CONFIGURATION page. Change close routine to not rewind tape if there's a failure in either writing filemarks or in backing over one of two filemarks for a 2FM at EOT tape- instead mark the tape as 'frozen' and print a message saying that either an OFFLINE or REWIND or an MTEOM command is needed to clear this state (all bring certainty back to tape position). Fix sastrategy to not allow I/O to a frozen tape. Add MTIOCGETEOTMODEL/MTIOCSETEOTMODEL ioctls that get and set the EOT model for a tape drive (you can now dynamically change whether it's a 2 FM @ EOT or 1FM at EOT tape device). This ought to give folks something to handle the QIC drives we don't know about. Correctly propagate record of compression algorithm back. Clear FROZEN flag for EOM, REWIND and OFFLINE (and RETENSION and ERASE) cases. Fix an egregious bug in sadone that had left the device queue frozen for deferred (for fixed mode case) errors. Add comment in samount about how useless the test unit ready is for invalidating a mount (this has to be fixed later). Fix residual calculation (per Eivind) in saerror so that negative values for tape records being too large for the supplied buffer get caught. Do some other saerrro cleanup. Per Ken && Justin, add my name to copyright comment. Revision Changes Path 1.24 +568 -449 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 21:22:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4A03155CA; Mon, 10 May 1999 21:22:51 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17642; Mon, 10 May 1999 21:22:51 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110422.VAA17642@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 21:22:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs11-i18n Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 21:22:51 PDT Modified files: x11/kdelibs11-i18n Makefile Log: Invalid dependency / *DEPENDS* to converters/kdesupport11-i18n -> replaced with *LIB_DEPENDS* Submitted by: asami@FreeBSD.ORG Revision Changes Path 1.34 +3 -3 ports/x11/kdelibs11-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 21:23:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 410491599E; Mon, 10 May 1999 21:23:24 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17769; Mon, 10 May 1999 21:23:24 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110423.VAA17769@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 21:23:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/pmars Makefile ports/games/pmars/patches patch-aa ports/games/pmars/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 21:23:23 PDT Modified files: games/pmars Makefile games/pmars/patches patch-aa games/pmars/pkg PLIST Log: Patch for building failure of games/pmars on the Package Builder. PR: 11635 Submitted by: Yasuhiro Fukuma Revision Changes Path 1.2 +2 -1 ports/games/pmars/Makefile 1.3 +0 -9 ports/games/pmars/patches/patch-aa 1.2 +1 -0 ports/games/pmars/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 21:46:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D34E1158DA; Mon, 10 May 1999 21:46:39 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA20273; Mon, 10 May 1999 21:46:39 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110446.VAA20273@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 21:46:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.i386 MAKEDEV src/etc/etc.alpha MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 21:46:39 PDT Modified files: (Branch: RELENG_3) etc/etc.i386 MAKEDEV etc/etc.alpha MAKEDEV Log: MFC: Move the cleaner versions that Bruce had encouraged me to do back into the mainstream. Revision Changes Path 1.183.2.6 +14 -18 src/etc/etc.i386/MAKEDEV 1.3.2.3 +17 -21 src/etc/etc.alpha/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 21:54: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5822414C32; Mon, 10 May 1999 21:53:59 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA20604; Mon, 10 May 1999 21:53:59 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110453.VAA20604@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 21:53:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 21:53:59 PDT Modified files: sys/pci isp_pci.c Log: Clean up 2.2.X support (which might have to be cleaned up again after some of the previous commits). Add in support for the 1240 dual channel ISP card. Try the dance of unmapping a PCI interrupt if we don't configure (if that ever works it'll be helpful). Revision Changes Path 1.22 +53 -30 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 21:58:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47A9D14FC0; Mon, 10 May 1999 21:58:32 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA20838; Mon, 10 May 1999 21:58:32 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905110458.VAA20838@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 21:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 21:58:31 PDT Modified files: sys/i386/isa fd.c Log: Fixed reset handling for motor off resets. I first fixed this together with other reset handling in rev.1.83 but broke it in rev.1.120. The breakage didn't seem to cause any problems even on the system which had problems ("extra" interrupts and botched handling thereof) before rev.1.83. It only affects multi-floppy systems anyway. Revision Changes Path 1.143 +3 -2 src/sys/i386/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22: 0:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 536D414BEC; Mon, 10 May 1999 22:00:36 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA20939; Mon, 10 May 1999 22:00:36 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110500.WAA20939@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:00:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispmbox.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:00:35 PDT Modified files: sys/dev/isp ispmbox.h Log: add a couple of missing commands Revision Changes Path 1.10 +5 -5 src/sys/dev/isp/ispmbox.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22: 1:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9696614BEC; Mon, 10 May 1999 22:01:27 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21007; Mon, 10 May 1999 22:01:27 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110501.WAA21007@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:01:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:01:27 PDT Modified files: sys/dev/isp ispreg.h Log: Clean up some macros. Add in ISP 1080/1240 NVRAM layout definitions. Revision Changes Path 1.9 +128 -8 src/sys/dev/isp/ispreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22: 2:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16C3414BED; Mon, 10 May 1999 22:02:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21118; Mon, 10 May 1999 22:02:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110502.WAA21118@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:02:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:02:23 PDT Modified files: sys/dev/isp ispvar.h Log: Roll core minor number. Re-layout a lot of SCSI fields to accomodate multiple bus adapters. Revision Changes Path 1.14 +23 -21 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22: 3:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA67514BEC; Mon, 10 May 1999 22:03:34 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21184; Mon, 10 May 1999 22:03:34 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110503.WAA21184@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:03:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:03:34 PDT Modified files: sys/dev/isp isp_freebsd.h Log: Clean up some sprintfs. Add in a SCSI_QFULL an XS_CHANNEL definition for 2.X versions. Disable fast posting for FC. Revision Changes Path 1.15 +9 -5 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22: 4:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D26314BEC; Mon, 10 May 1999 22:04:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21225; Mon, 10 May 1999 22:04:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110504.WAA21225@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:04:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd_cam.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:04:24 PDT Modified files: sys/dev/isp isp_freebsd_cam.h Log: Add in SCSI_QFULL definitions. Add in local storage for second SIM for dual bus adapters. Add in XS_CHANNEL macro to get at it. Revision Changes Path 1.17 +10 -2 src/sys/dev/isp/isp_freebsd_cam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22: 6:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 796D114E9C; Mon, 10 May 1999 22:06:56 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21515; Mon, 10 May 1999 22:06:56 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110506.WAA21515@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:06:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:06:56 PDT Modified files: sys/dev/isp isp.c Log: Some massive thwunking in initialization to handle dual bus adapters. More massive thwunking to include an XS_CHANNEL value. Some changes of how parameters are reported to outer layers (including bus, e.g.). Yet more stirring around in isp_mboxcmd to try and get it right. Decode of 1080/1240 NVRAM. Revision Changes Path 1.19 +602 -313 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:10: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FDE514ED7; Mon, 10 May 1999 22:10:07 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21598; Mon, 10 May 1999 22:10:06 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110510.WAA21598@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:10:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:10:06 PDT Modified files: sys/dev/isp isp_freebsd.c Log: A large set of changes to handle dual bus adapters. Revision Changes Path 1.18 +106 -50 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:22:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D33A3151F5; Mon, 10 May 1999 22:22:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22495; Mon, 10 May 1999 22:22:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905110522.WAA22495@freefall.freebsd.org> From: SADA Kenji Date: Mon, 10 May 1999 22:22:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase11-i18n Makefile ports/x11/kdebase11-i18n/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/10 22:22:43 PDT Modified files: x11/kdebase11-i18n Makefile x11/kdebase11-i18n/pkg PLIST Log: Made up pkg/PLIST. Change depend method to japanese/kdelocale, DEPENDS -> RUN_DEPENDS. Revision Changes Path 1.40 +2 -2 ports/x11/kdebase11-i18n/Makefile 1.18 +2 -0 ports/x11/kdebase11-i18n/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:25:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DE3C14FC0; Mon, 10 May 1999 22:25:27 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22790; Mon, 10 May 1999 22:25:26 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905110525.WAA22790@freefall.freebsd.org> From: Kenneth Merry Date: Mon, 10 May 1999 22:25:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/10 22:25:26 PDT Modified files: (Branch: RELENG_3) release/texts RELNOTES.TXT Log: Note that support has been added for the Adaptec 2930U2 and 3950U2. Revision Changes Path 1.12.2.17 +2 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:31: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F511151F5; Mon, 10 May 1999 22:30:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA23043; Mon, 10 May 1999 22:30:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905110530.WAA23043@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 22:30:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 22:30:58 PDT Modified files: (Branch: RELENG_3) sys/i386/isa fd.c Log: MFC (1.143: fixed reset handling for motor off resets). Revision Changes Path 1.132.2.2 +3 -2 src/sys/i386/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:35:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D271C151F5; Mon, 10 May 1999 22:35:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA23529; Mon, 10 May 1999 22:35:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110535.WAA23529@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:35:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:35:32 PDT Modified files: (Branch: RELENG_3) sys/conf options Log: MFC 1.126 && 1.130 to bring ISP host adapter options back into stable branch. Revision Changes Path 1.121.2.5 +11 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:40:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CB3A151F5; Mon, 10 May 1999 22:40:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA23831; Mon, 10 May 1999 22:40:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110540.WAA23831@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:40:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:40:47 PDT Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_sa.c Log: MFC: Add a SA_FLAG_COMP_SUPP flag (to quirk compression as SUPPORTED). Add a SA_FLAG_TAPE_FROZEN for (see below). Add a queue_count field to softc. Add HP T20* Travan-5 like tape device as a FIXED/512 type device. Works for me. Add TANDBERG SLR5 as a variable SA_QUIRK_1FM device. Change VIPER 2525 to 1024 byte blocksize. It's possible other drives should change too, but see below.. Change argument to sagetparams to be pointer to a sa_comp_t union- this can be either a DATA COMPRESSION or a DEVICE CONFIGURATION page. In general compression now tries to use the DATA COMPRESSION page and if that fails tries the DEVICE CONFIGURATION page. Change close routine to not rewind tape if there's a failure in either writing filemarks or in backing over one of two filemarks for a 2FM at EOT tape- instead mark the tape as 'frozen' and print a message saying that either an OFFLINE or REWIND or an MTEOM command is needed to clear this state (all bring certainty back to tape position). Fix sastrategy to not allow I/O to a frozen tape. Add MTIOCGETEOTMODEL/MTIOCSETEOTMODEL ioctls that get and set the EOT model for a tape drive (you can now dynamically change whether it's a 2 FM @ EOT or 1FM at EOT tape device). This ought to give folks something to handle the QIC drives we don't know about. Correctly propagate record of compression algorithm back. Clear FROZEN flag for EOM, REWIND and OFFLINE (and RETENSION and ERASE) cases. Fix an egregious bug in sadone that had left the device queue frozen for deferred (for fixed mode case) errors. Add comment in samount about how useless the test unit ready is for invalidating a mount (this has to be fixed later). Fix residual calculation (per Eivind) in saerror so that negative values for tape records being too large for the supplied buffer get caught. Do some other saerrro cleanup. Per Ken && Justin, add my name to copyright comment. Revision Changes Path 1.16.2.4 +594 -457 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:43:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82B8D15444; Mon, 10 May 1999 22:43:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24007; Mon, 10 May 1999 22:43:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110543.WAA24007@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:43:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:43:48 PDT Modified files: (Branch: RELENG_3) sys/i386/conf LINT Log: MFC 1.551 && 1.570 options pertinent for ISP host adapter. Revision Changes Path 1.539.2.18 +35 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:47:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DBAA15444; Mon, 10 May 1999 22:47:43 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24459; Mon, 10 May 1999 22:47:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110547.WAA24459@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:47:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:47:42 PDT Modified files: (Branch: RELENG_3) sys/dev/isp isp.c Log: MFC: Add in dual bus support. Add in 1080 LVD support. Add in NVRAM decdoing. Go to a 3 level f/w usage. Handle PDB change events properly. See revisions 1.12-1.19. Revision Changes Path 1.11.2.1 +1641 -740 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:50: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA05815444; Mon, 10 May 1999 22:50:01 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24765; Mon, 10 May 1999 22:50:01 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110550.WAA24765@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:50:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispmbox.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:50:01 PDT Modified files: (Branch: RELENG_3) sys/dev/isp ispmbox.h Log: MFC: use FAST POSTING codes. Add in 1080/1240 support which caused a quite large set of changes. Correct bogus BIG_ENDIAN defines. See revisions 1.5-1.10. Revision Changes Path 1.4.2.1 +123 -109 src/sys/dev/isp/ispmbox.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:51:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0912B15444; Mon, 10 May 1999 22:51:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25001; Mon, 10 May 1999 22:51:41 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110551.WAA25001@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:51:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:51:41 PDT Modified files: (Branch: RELENG_3) sys/dev/isp ispreg.h Log: MFC: Add in 1080/1240 support (new register layouts) and NVRAM for same. See revistions 1.5-1.9. Revision Changes Path 1.4.2.1 +198 -49 src/sys/dev/isp/ispreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:54:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82C7B158C2; Mon, 10 May 1999 22:54:08 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25306; Mon, 10 May 1999 22:54:08 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110554.WAA25306@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:54:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:54:07 PDT Modified files: (Branch: RELENG_3) sys/dev/isp ispvar.h Log: MFC: Do 3 level f/w versions. 1080/1240 support (for dual bus hbas). See revistions 1.9-1.14. Revision Changes Path 1.8.2.1 +88 -34 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:55:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DBB9158C2; Mon, 10 May 1999 22:55:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25603; Mon, 10 May 1999 22:55:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110555.WAA25603@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:55:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd_cam.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:55:42 PDT Modified files: (Branch: RELENG_3) sys/dev/isp isp_freebsd_cam.h Log: MFC: support for dual bus adapters. Revision Changes Path 1.12.2.1 +20 -18 src/sys/dev/isp/isp_freebsd_cam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 22:57:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03B82158C2; Mon, 10 May 1999 22:57:27 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25857; Mon, 10 May 1999 22:57:26 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110557.WAA25857@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 22:57:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 22:57:26 PDT Modified files: (Branch: RELENG_3) sys/dev/isp isp_freebsd.h Log: MFC: cleanups and dual bus definitions. Revision Changes Path 1.9.2.1 +119 -32 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 23: 3:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 015741590D; Mon, 10 May 1999 23:03:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26347; Mon, 10 May 1999 23:03:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110603.XAA26347@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 23:03:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 23:03:29 PDT Modified files: (Branch: RELENG_3) sys/dev/isp isp_freebsd.c Log: MFC: revisions 1.10-1.16 and 1.18. A large set of changes to handle dual bus adapters and changes in how f/w is handled. Revision Changes Path 1.10.2.2 +503 -79 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 23: 9: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55DDB158DC; Mon, 10 May 1999 23:09:02 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26655; Mon, 10 May 1999 23:09:02 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110609.XAA26655@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 23:09:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 23:09:02 PDT Modified files: (Branch: RELENG_3) sys/pci isp_pci.c Log: MFC: changes to support dual bus host adapters. Revision Changes Path 1.13.2.1 +391 -112 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 23:14:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF61C158DC; Mon, 10 May 1999 23:14:27 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA27100; Mon, 10 May 1999 23:14:27 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110614.XAA27100@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 23:14:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 23:14:27 PDT Modified files: release/texts RELNOTES.TXT Log: add in mention of 1080/1240 support Revision Changes Path 1.26 +2 -1 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 23:15:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E960F14BEE; Mon, 10 May 1999 23:15:54 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA27501; Mon, 10 May 1999 23:15:54 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905110615.XAA27501@freefall.freebsd.org> From: Matt Jacob Date: Mon, 10 May 1999 23:15:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/10 23:15:53 PDT Modified files: (Branch: RELENG_3) release/texts RELNOTES.TXT Log: MFC: add in mention of 1080/1240 support Revision Changes Path 1.12.2.18 +2 -1 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 23:27: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2573914C1E; Mon, 10 May 1999 23:27:01 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA28549; Mon, 10 May 1999 23:27:01 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110627.XAA28549@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 23:27:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 23:27:00 PDT Modified files: japanese Makefile Log: Added exmh2 Approved by: asami Revision Changes Path 1.201 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 23:27:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0DFD14DAA; Mon, 10 May 1999 23:27:18 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA28642; Mon, 10 May 1999 23:27:18 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110627.XAA28642@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 23:27:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 23:27:18 PDT Modified files: . modules Log: ja-exmh2 --> ports/japanese/exmh2 Revision Changes Path 1.12 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 10 23:30: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3971014CAA; Mon, 10 May 1999 23:30:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA29030; Mon, 10 May 1999 23:30:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905110630.XAA29030@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 10 May 1999 23:30:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/exmh2 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/10 23:30:05 PDT ports/japanese/exmh2 - Imported sources Update of /home/ncvs/ports/japanese/exmh2 In directory freefall.freebsd.org:/x/tmp/cvs-serv28819 Log Message: X11/TK based mail reader front end to MH for Japanese environments PR: 10592 Submitted by: Takeshi WATANABE Approved by: asami Status: Vendor Tag: WATANABE Release Tags: v2_0_2_ja N ports/japanese/exmh2/Makefile N ports/japanese/exmh2/pkg/COMMENT N ports/japanese/exmh2/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:10: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A05D158AA; Tue, 11 May 1999 00:10:06 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA33978; Tue, 11 May 1999 00:10:06 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905110710.AAA33978@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 00:10:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc login.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 00:10:06 PDT Modified files: (Branch: RELENG_3) etc login.conf Log: MFC: add /usr/X11R6/bin to default path. Revision Changes Path 1.26.2.3 +2 -2 src/etc/login.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:27: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D0D915A27; Tue, 11 May 1999 00:27:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35655; Tue, 11 May 1999 00:27:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905110727.AAA35655@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 11 May 1999 00:27:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/f77 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/11 00:27:06 PDT Modified files: lang/f77 Makefile Log: Don't write to ${PKGDIR}/PLIST. Revision Changes Path 1.2 +5 -7 ports/lang/f77/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:28: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1335159AA; Tue, 11 May 1999 00:28:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35793; Tue, 11 May 1999 00:28:04 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905110728.AAA35793@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 00:28:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/upgrade move_aout_libs.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 00:28:04 PDT Modified files: (Branch: RELENG_3) tools/tools/upgrade move_aout_libs.sh Log: MFC: catch more a.out libs Revision Changes Path 1.2.2.3 +3 -3 src/tools/tools/upgrade/move_aout_libs.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:29: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE9B3159AA; Tue, 11 May 1999 00:28:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35892; Tue, 11 May 1999 00:28:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905110728.AAA35892@freefall.freebsd.org> From: Bruce Evans Date: Tue, 11 May 1999 00:28:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/protocols routed.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/11 00:28:57 PDT Modified files: include/protocols routed.h Log: Restored rev.1.11 which was clobbered by rev.1.12 (translated to `C'). Revision Changes Path 1.13 +2 -2 src/include/protocols/routed.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:35:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6943F15C31; Tue, 11 May 1999 00:35:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA36934; Tue, 11 May 1999 00:35:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905110735.AAA36934@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 00:35:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 00:35:37 PDT Modified files: (Branch: RELENG_3) usr.bin/doscmd Makefile Log: Don't make this sgid by default. Requested by: jkb Revision Changes Path 1.13.2.2 +4 -2 src/usr.bin/doscmd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:44:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E74415940; Tue, 11 May 1999 00:44:50 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA38083; Tue, 11 May 1999 00:44:50 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905110744.AAA38083@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 11 May 1999 00:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/11 00:44:48 PDT Modified files: en/handbook/contrib chapter.sgml Log: BSDI contributed 'doscmd', not 'dosemu'. Noticed by: Alexey Zelkin on the -doc list. Revision Changes Path 1.37 +2 -2 doc/en/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:54:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7D7D14C9A; Tue, 11 May 1999 00:54:26 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA39221; Tue, 11 May 1999 00:54:26 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905110754.AAA39221@freefall.freebsd.org> From: David Greenman Date: Tue, 11 May 1999 00:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c kern_subr.c src/sys/sys proc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/11 00:54:26 PDT Modified files: (Branch: RELENG_3) sys/kern kern_lock.c kern_subr.c sys/sys proc.h Log: MFC: Changes to shared locking to elevate the priority over exclusive lock when both have been requested and the P_DEADLKTREAT process flag is set. Believed to fix PR 8416. Revision Changes Path 1.23.2.1 +24 -3 src/sys/kern/kern_lock.c 1.24.2.3 +12 -4 src/sys/kern/kern_subr.c 1.66.2.3 +2 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:55:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8692B15913; Tue, 11 May 1999 00:55:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA39484; Tue, 11 May 1999 00:55:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905110755.AAA39484@freefall.freebsd.org> From: Peter Wemm Date: Tue, 11 May 1999 00:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/11 00:55:34 PDT Modified files: sys/pci pcisupport.c pcivar.h Log: Use the probe priority mechanism to make sure the chip* probes do not displace a real driver. Revert rev 1.109. Pick up a few things from elsewhere (a couple of SiS id's). As an *experiment*, have the chip* driver claim (for reporting purposes) IDE controllers if there isn't another PCI-aware ide or ata driver to grab them. I've exported the match function since it could be used from the ata-all.c code replacing ata_pcimatch() - but I have not touched the ata code. I'd like to catch a few more devices this way, including USB and other bridges etc. Revision Changes Path 1.111 +59 -23 src/sys/pci/pcisupport.c 1.31 +2 -3 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 0:57:17 1999 Delivered-To: cvs-all@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id D958314F8C; Tue, 11 May 1999 00:56:59 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id JAA25564; Tue, 11 May 1999 09:56:56 +0200 (SAT) (envelope-from reg) Date: Tue, 11 May 1999 09:56:56 +0200 From: Jeremy Lea To: Satoshi Taoka Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/misc Makefile Message-ID: <19990511095655.A24932@shale.csir.co.za> References: <199905110202.TAA07571@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905110202.TAA07571@freefall.freebsd.org>; from Satoshi Taoka on Mon, May 10, 1999 at 07:02:27PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi, On Mon, May 10, 1999 at 07:02:27PM -0700, Satoshi Taoka wrote: > taoka 1999/05/10 19:02:27 PDT > > Modified files: > misc Makefile > Log: > Added enlightenment-conf My turn... can't let Steve have all the fun. I'd have put this in x11-wm, since that's where I would look for something about Enlightenment. -Jeremy -- | What will people think when they hear that I'm a Jesus freak? --+-- What will people do when they find that it's true? | I don't really care if they label me a Jesus Freak, | There ain't no disguising the truth. - d c Talk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1: 0: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A49C315958; Tue, 11 May 1999 01:00:07 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA40130; Tue, 11 May 1999 01:00:07 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905110800.BAA40130@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 01:00:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall installUpgrade.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 01:00:07 PDT Modified files: release/sysinstall installUpgrade.c Log: Preserve /root's dotfiles across upgrades too. PR: 6559 Revision Changes Path 1.67 +5 -1 src/release/sysinstall/installUpgrade.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1: 1: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC6F715988; Tue, 11 May 1999 01:01:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA40225; Tue, 11 May 1999 01:01:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905110801.BAA40225@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 11 May 1999 01:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/tth Makefile ports/textproc/tth/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/11 01:01:06 PDT Modified files: textproc/tth Makefile textproc/tth/files md5 Log: Update to 2.22 to fix checksum mismatch. Submitted by: tg Revision Changes Path 1.11 +5 -4 ports/textproc/tth/Makefile 1.9 +1 -1 ports/textproc/tth/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1: 5:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82C8415938; Tue, 11 May 1999 01:05:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA40744; Tue, 11 May 1999 01:05:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905110805.BAA40744@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 01:05:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 01:05:21 PDT Modified files: (Branch: RELENG_3) release/texts RELNOTES.TXT Log: Make note of recent KKIS.05051999.003b exploit fix. Revision Changes Path 1.12.2.19 +4 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1: 7:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C92F315938; Tue, 11 May 1999 01:07:54 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41171; Tue, 11 May 1999 01:07:54 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905110807.BAA41171@freefall.freebsd.org> From: Bruce Evans Date: Tue, 11 May 1999 01:07:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/11 01:07:54 PDT Modified files: gnu/usr.bin/binutils/gdb Makefile Log: Fixed some regressions in rev.1.40: - rev.1.39 was clobbered. - PROG was defined twice, once as nm. - style bugs. Revision Changes Path 1.42 +4 -7 src/gnu/usr.bin/binutils/gdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1:12:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D964015938; Tue, 11 May 1999 01:12:12 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41994; Tue, 11 May 1999 01:12:12 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905110812.BAA41994@freefall.freebsd.org> From: Warner Losh Date: Tue, 11 May 1999 01:12:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/11 01:12:11 PDT Modified files: sys/dev/aha aha.c Log: Add another kludge to the card identification probe. It appears that some aha 1542B cards will return 0x7f for the unimplemented GEOMETRY register. This is a good 3.2 candidate. PR: 11469 Submitted by: Thomas David Rivers Revision Changes Path 1.24 +7 -4 src/sys/dev/aha/aha.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1:22:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AA3A15120; Tue, 11 May 1999 01:22:19 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA43832; Tue, 11 May 1999 01:22:19 -0700 (PDT) (envelope-from hm@FreeBSD.org) Message-Id: <199905110822.BAA43832@freefall.freebsd.org> From: Hellmuth Michaelis Date: Tue, 11 May 1999 01:22:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnmonitor main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hm 1999/05/11 01:22:19 PDT Modified files: usr.sbin/i4b/isdnmonitor main.c Log: fix name clash for variables named "minor" and "major" Submitted by: Steve Kargl Revision Changes Path 1.3 +6 -6 src/usr.sbin/i4b/isdnmonitor/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1:33:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C201B15CBE; Tue, 11 May 1999 01:33:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA45679; Tue, 11 May 1999 01:33:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905110833.BAA45679@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 01:33:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 01:33:50 PDT Modified files: release/sysinstall menus.c Log: Make KDE the "default" desktop. Revision Changes Path 1.199 +4 -4 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1:36:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA8DE15940; Tue, 11 May 1999 01:36:16 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA45958; Tue, 11 May 1999 01:36:16 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905110836.BAA45958@freefall.freebsd.org> From: KATO Takenori Date: Tue, 11 May 1999 01:36:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/11 01:36:16 PDT Modified files: sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/usercnofig.c revision 1.142. Revision Changes Path 1.78 +6 -7 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1:37:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E86E15940; Tue, 11 May 1999 01:37:20 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA46009; Tue, 11 May 1999 01:37:20 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905110837.BAA46009@freefall.freebsd.org> From: KATO Takenori Date: Tue, 11 May 1999 01:37:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/11 01:37:20 PDT Modified files: sys/pc98/pc98 fd.c Log: Sync with sys/i386/isa/fd.c revision 1.143. Revision Changes Path 1.61 +3 -2 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 1:38:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D2B815940; Tue, 11 May 1999 01:38:34 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA46092; Tue, 11 May 1999 01:38:33 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905110838.BAA46092@freefall.freebsd.org> From: KATO Takenori Date: Tue, 11 May 1999 01:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/11 01:38:32 PDT Modified files: sys/pc98/pc98 sio.c Log: Sync with sys/isa/sio.c revision 1.241. Revision Changes Path 1.96 +3 -2 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 2:12:35 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id A3C5415017; Tue, 11 May 1999 02:12:30 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA08018; Tue, 11 May 1999 02:13:20 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id CAA29081; Tue, 11 May 1999 02:11:30 -0700 (PDT) Date: Tue, 11 May 1999 02:11:30 -0700 (PDT) Message-Id: <199905110911.CAA29081@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: tg@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905101132.EAA14936@freefall.freebsd.org> (message from Thomas Gellekum on Mon, 10 May 1999 04:32:05 -0700 (PDT)) Subject: Re: cvs commit: ports/devel/gnustep - Imported sources From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905101132.EAA14936@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Thomas Gellekum * New port gnustep. GNUstep is a set of general-purpose Objective-C libraries * base on the OpenStep standard developed by NeXT (now Apple) Inc. General-purpose libraries for Objective-C? Sounds more like "lang" material to me. :> -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 2:13:56 1999 Delivered-To: cvs-all@freebsd.org Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-22.fwi.com [209.84.172.27]) by hub.freebsd.org (Postfix) with ESMTP id 8195B15E3B; Tue, 11 May 1999 02:13:31 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id EAA11729; Tue, 11 May 1999 04:13:31 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.2) id EAA91674; Tue, 11 May 1999 04:15:01 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) To: "Jonathan M. Bresler" Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mail Makefile README sendmail.cf.additions src/etc/sendmail freefall.mc References: <199905110321.UAA13701@freefall.freebsd.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 11 May 1999 04:15:00 -0500 Organization: Minimal at best In-Reply-To: "Jonathan M. Bresler"'s message of "Mon, 10 May 1999 20:21:05 -0700 (PDT)" Message-ID: <863e14m0h7.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 32 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Jonathan M. Bresler" writes: > jmb 1999/05/10 20:21:05 PDT > Removed files: (Branch: RELENG_3) > etc/mail sendmail.cf.additions This causes mergemaster (and probably make release) to choke. *** etc/Makefile.orig Thu May 6 18:41:06 1999 --- etc/Makefile Tue May 11 04:08:21 1999 *************** *** 24,30 **** BSD.var.dist BSD.x11.dist NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost PPPCNF= ppp.deny ppp.shells.sample ! NOSPAM= Makefile README sendmail.cf.additions # Special top level files for FreeBSD --- 24,30 ---- BSD.var.dist BSD.x11.dist NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost PPPCNF= ppp.deny ppp.shells.sample ! NOSPAM= Makefile README # Special top level files for FreeBSD . -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 2:52: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (Postfix) with ESMTP id B7AD9158D3; Tue, 11 May 1999 02:52:01 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.8/8.8.6) with ESMTP id LAA04762; Tue, 11 May 1999 11:51:45 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id LAA28458; Tue, 11 May 1999 11:51:42 +0200 (CEST) To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/gnustep - Imported sources References: <199905101132.EAA14936@freefall.freebsd.org> <199905110911.CAA29081@silvia.hip.berkeley.edu> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 11 May 1999 11:51:42 +0200 In-Reply-To: asami@FreeBSD.org's message of "Tue, 11 May 1999 02:11:30 -0700 (PDT)" Message-ID: <87emko7x3l.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 18 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) writes: > * From: Thomas Gellekum > > * New port gnustep. GNUstep is a set of general-purpose Objective-C libraries > * base on the OpenStep standard developed by NeXT (now Apple) Inc. > > General-purpose libraries for Objective-C? Sounds more like "lang" > material to me. :> What about glib* then? Or a bunch of the C or Fortran specific libs? The crosscompilers? As with some other categories, the lines between "lang" and "devel" are not always very clear. OTOH, I don't have any warm fuzzy feelings for "devel". If want (me) to move the port that's also fine with me. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 3: 8:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 047A815958; Tue, 11 May 1999 03:08:13 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66054; Tue, 11 May 1999 03:08:13 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905111008.DAA66054@freefall.freebsd.org> From: John Birrell Date: Tue, 11 May 1999 03:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/11 03:08:13 PDT Modified files: sys/kern init_main.c Log: Use colons instead of semi-colons to behave like UNIX instead of DOS. Suggested by: bde Revision Changes Path 1.122 +4 -4 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 3:10:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F16A7159A9; Tue, 11 May 1999 03:10:42 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66326; Tue, 11 May 1999 03:10:42 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905111010.DAA66326@freefall.freebsd.org> From: John Birrell Date: Tue, 11 May 1999 03:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/11 03:10:42 PDT Modified files: sys/i386/conf LINT Log: Change the INIT_PATH option example to use colons instead of semi-colons (per rev 1.122 of sys/kern/init_main.c). Revision Changes Path 1.597 +2 -2 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 3:25:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07E2115A10; Tue, 11 May 1999 03:25:40 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67622; Tue, 11 May 1999 03:25:40 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905111025.DAA67622@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 03:25:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall installUpgrade.c menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 03:25:39 PDT Modified files: (Branch: RELENG_3) release/sysinstall installUpgrade.c menus.c Log: MFC: desktop ordering, preserve /root. Revision Changes Path 1.61.2.6 +5 -1 src/release/sysinstall/installUpgrade.c 1.180.2.18 +4 -4 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 3:30:18 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 46F9315981; Tue, 11 May 1999 03:29:36 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id MAA30354; Tue, 11 May 1999 12:29:36 +0200 (CEST) (envelope-from des) To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf LINT References: <199905111010.DAA66326@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 11 May 1999 12:29:35 +0200 In-Reply-To: John Birrell's message of "Tue, 11 May 1999 03:10:42 -0700 (PDT)" Message-ID: Lines: 10 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell writes: > Log: > Change the INIT_PATH option example to use colons instead of semi-colons > (per rev 1.122 of sys/kern/init_main.c). You forgot the man page. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 3:30:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 801C5159B9; Tue, 11 May 1999 03:29:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67905; Tue, 11 May 1999 03:29:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905111029.DAA67905@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 03:29:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 03:29:49 PDT Modified files: release/texts RELNOTES.TXT Log: Hmm. Could have sworn I committed this before. Mention the jail() stuff in release notes. Be kinda neat if the jail stuff refused to allow read/write access to raw devices too. :) Revision Changes Path 1.27 +3 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 3:32:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4BD515953; Tue, 11 May 1999 03:32:10 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68371; Tue, 11 May 1999 03:32:10 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905111032.DAA68371@freefall.freebsd.org> From: "Howard F. Hu" Date: Tue, 11 May 1999 03:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/zh/FAQ FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml commercial.sgml hackers.sgml hardware.sgml includes.sgml install.sgml kernelconfig.sgml misc.sgml network.sgml preface.sgml serial.sgml troubleshoot.sgml x.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/11 03:32:08 PDT Modified files: zh/FAQ FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml commercial.sgml hackers.sgml hardware.sgml includes.sgml install.sgml kernelconfig.sgml misc.sgml network.sgml preface.sgml serial.sgml troubleshoot.sgml x.sgml Log: Sync with English version, correct context style. Submitted by: Chinese Documentation Project. Revision Changes Path 1.4 +3 -3 doc/zh/FAQ/FAQ.sgml 1.3 +1 -1 doc/zh/FAQ/acknowledgments.sgml 1.10 +18 -4 doc/zh/FAQ/admin.sgml 1.5 +23 -28 doc/zh/FAQ/applications.sgml 1.3 +98 -28 doc/zh/FAQ/commercial.sgml 1.4 +2 -3 doc/zh/FAQ/hackers.sgml 1.5 +7 -7 doc/zh/FAQ/hardware.sgml 1.2 +1 -1 doc/zh/FAQ/includes.sgml 1.6 +5 -5 doc/zh/FAQ/install.sgml 1.5 +2 -2 doc/zh/FAQ/kernelconfig.sgml 1.5 +237 -155 doc/zh/FAQ/misc.sgml 1.5 +2 -2 doc/zh/FAQ/network.sgml 1.6 +21 -27 doc/zh/FAQ/preface.sgml 1.4 +1 -1 doc/zh/FAQ/serial.sgml 1.4 +2 -2 doc/zh/FAQ/troubleshoot.sgml 1.5 +14 -12 doc/zh/FAQ/x.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 3:33:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC47D15444; Tue, 11 May 1999 03:33:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68449; Tue, 11 May 1999 03:33:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905111033.DAA68449@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 03:33:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa atapi-cd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 03:33:30 PDT Modified files: (Branch: RELENG_3) sys/i386/isa atapi-cd.c Log: Make the driver work on HP8100 and the newer Philips, etc drives. Submitted by: sos Revision Changes Path 1.7.2.1 +3 -24 src/sys/i386/isa/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 3:39:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2DDE14C21; Tue, 11 May 1999 03:39:30 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68999; Tue, 11 May 1999 03:39:30 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <199905111039.DAA68999@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 11 May 1999 03:39:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa atapi-cd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/05/11 03:39:30 PDT Modified files: sys/i386/isa atapi-cd.c Log: Make the driver work on HP8100 and the newer Philips that does not support the rezero command. Revision Changes Path 1.18 +3 -24 src/sys/i386/isa/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4: 2:30 1999 Delivered-To: cvs-all@freebsd.org Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 6703114CAA; Tue, 11 May 1999 04:02:27 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (vlb-210-182.ppp.uni2.dk [129.142.210.182]) by cicero1.cybercity.dk (8.8.8/8.8.7) with ESMTP id NAA09044; Tue, 11 May 1999 13:02:16 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id MAA07289; Tue, 11 May 1999 12:57:10 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts RELNOTES.TXT In-reply-to: Your message of "Tue, 11 May 1999 03:29:49 PDT." <199905111029.DAA67905@freefall.freebsd.org> Date: Tue, 11 May 1999 12:57:05 +0200 Message-ID: <7287.926420225@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905111029.DAA67905@freefall.freebsd.org>, "Jordan K. Hubbard" wr ites: >jkh 1999/05/11 03:29:49 PDT > > Modified files: > release/texts RELNOTES.TXT > Log: > Hmm. Could have sworn I committed this before. Mention the jail() stuff > in release notes. Be kinda neat if the jail stuff refused to allow read/write > access to raw devices too. :) It should if they're disks... It most certainly does if there is not cdev node for it in /dev inside the jail. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4: 3:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D183515017; Tue, 11 May 1999 04:03:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA72879; Tue, 11 May 1999 04:03:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905111103.EAA72879@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 04:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dpt dpt_control.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 04:03:21 PDT Modified files: sys/dev/dpt dpt_control.c Log: During probe, the page lockdown code in dpt_control.c does some bad math: it does not handle page-boundary conditions, and will not end up mapping all of the requested addresses. This will cause a panic: page fault during probe on some systems. I have a machine that will panic every time (when using the dpt driver) on kernel probe when there are 5 drives installed. When there are 4 drives, it is fine. Fix is to always allocate/deallocate an extra page. There is also a bonus splx() fix on an early error return. Submitted by: Mark J. Taylor PR: 9367 Revision Changes Path 1.11 +4 -2 src/sys/dev/dpt/dpt_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4: 4:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3593614CAA; Tue, 11 May 1999 04:04:15 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA72945; Tue, 11 May 1999 04:04:15 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905111104.EAA72945@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 04:04:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dpt dpt_control.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 04:04:14 PDT Modified files: (Branch: RELENG_3) sys/dev/dpt dpt_control.c Log: MFC: PR 9367 Revision Changes Path 1.10.2.1 +4 -2 src/sys/dev/dpt/dpt_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4:13:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFDDC14CAA; Tue, 11 May 1999 04:13:19 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA73635; Tue, 11 May 1999 04:13:19 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905111113.EAA73635@freefall.freebsd.org> From: "Howard F. Hu" Date: Tue, 11 May 1999 04:13:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/zh/FAQ admin.sgml hackers.sgml hardware.sgml install.sgml kernelconfig.sgml misc.sgml network.sgml preface.sgml troubleshoot.sgml x.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/11 04:13:18 PDT Modified files: zh/FAQ admin.sgml hackers.sgml hardware.sgml install.sgml kernelconfig.sgml misc.sgml network.sgml preface.sgml troubleshoot.sgml x.sgml Log: Fixed link to English handbook, and add a CR to the end of some files. Revision Changes Path 1.11 +2 -2 doc/zh/FAQ/admin.sgml 1.5 +5 -4 doc/zh/FAQ/hackers.sgml 1.6 +7 -7 doc/zh/FAQ/hardware.sgml 1.7 +5 -5 doc/zh/FAQ/install.sgml 1.6 +2 -2 doc/zh/FAQ/kernelconfig.sgml 1.6 +4 -3 doc/zh/FAQ/misc.sgml 1.6 +15 -14 doc/zh/FAQ/network.sgml 1.7 +14 -13 doc/zh/FAQ/preface.sgml 1.5 +2 -2 doc/zh/FAQ/troubleshoot.sgml 1.6 +2 -1 doc/zh/FAQ/x.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4:15:46 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 159AA14CAA; Tue, 11 May 1999 04:15:43 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id EAA21443; Tue, 11 May 1999 04:12:17 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Poul-Henning Kamp Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts RELNOTES.TXT In-reply-to: Your message of "Tue, 11 May 1999 12:57:05 +0200." <7287.926420225@critter.freebsd.dk> Date: Tue, 11 May 1999 04:12:17 -0700 Message-ID: <21387.926421137@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > It should if they're disks... > > It most certainly does if there is not cdev node for it in /dev inside > the jail. Hmmm. Let me look at this some more. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4:20:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BDBC14CAA; Tue, 11 May 1999 04:20:18 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA74288; Tue, 11 May 1999 04:20:17 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905111120.EAA74288@freefall.freebsd.org> From: John Birrell Date: Tue, 11 May 1999 04:20:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader loader.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/11 04:20:16 PDT Modified files: sys/boot/i386/loader loader.8 Log: Found the needle in the haystack! Use colons instead of semi-colons in the default init_path to behave like UNIX instead of DOS. Suggested by: bde Reminded by: des (with no hint as to *which* man page). Revision Changes Path 1.5 +2 -2 src/sys/boot/i386/loader/loader.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4:36:19 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id C943914D85; Tue, 11 May 1999 04:36:15 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id NAA30489; Tue, 11 May 1999 13:36:14 +0200 (CEST) (envelope-from des) To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader loader.8 References: <199905111120.EAA74288@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 11 May 1999 13:36:13 +0200 In-Reply-To: John Birrell's message of "Tue, 11 May 1999 04:20:17 -0700 (PDT)" Message-ID: Lines: 9 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell writes: > Reminded by: des (with no hint as to *which* man page). It can't have been that hard to just grep the -committers archive and find my commit message :) DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4:52:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2AF31551B; Tue, 11 May 1999 04:52:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA77327; Tue, 11 May 1999 04:52:31 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905111152.EAA77327@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 04:52:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 04:52:31 PDT Modified files: etc Makefile Log: Sync with changes in /etc/mail. Revision Changes Path 1.198 +2 -2 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 4:54:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AD87159C9; Tue, 11 May 1999 04:53:10 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA77367; Tue, 11 May 1999 04:53:10 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905111153.EAA77367@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 04:53:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 04:53:10 PDT Modified files: (Branch: RELENG_3) etc Makefile Log: MFC: catch up with /etc/mail Revision Changes Path 1.187.2.6 +2 -2 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 5:13:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA59514F37; Tue, 11 May 1999 05:13:08 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA55320; Tue, 11 May 1999 05:13:08 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905111213.FAA55320@freefall.freebsd.org> From: Wolfram Schneider Date: Tue, 11 May 1999 05:13:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/internal Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/11 05:13:07 PDT Modified files: es/internal Makefile Log: delete developer.sgml Revision Changes Path 1.5 +1 -2 www/es/internal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 5:21:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1889E1551B; Tue, 11 May 1999 05:21:26 -0700 (PDT) (envelope-from newton@FreeBSD.org) Received: (from newton@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA60392; Tue, 11 May 1999 05:21:25 -0700 (PDT) (envelope-from newton@FreeBSD.org) Message-Id: <199905111221.FAA60392@freefall.freebsd.org> From: Mark Newton Date: Tue, 11 May 1999 05:21:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1999/05/11 05:21:25 PDT Modified files: (Branch: RELENG_3) etc/defaults rc.conf Log: svr4_enable shouldn't have been mentioned here, considering svr4 won't be in any releases 'til 4.0 comes out. Submitted by: Greg Lehey Reviewed by: Jordan Hubbard Revision Changes Path 1.1.2.5 +1 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 5:50:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABC7E159BC; Tue, 11 May 1999 05:50:17 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA77262; Tue, 11 May 1999 05:50:17 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905111250.FAA77262@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 11 May 1999 05:50:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/11 05:50:16 PDT Modified files: usr.sbin/inetd inetd.c Log: Don't stop listening to the signal pipe just because you don't have anything else to do. PR: 10468, 11594 Revision Changes Path 1.49 +6 -6 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 7:10: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from imap.ncsa.es (imap.ncsa.es [194.179.50.6]) by hub.freebsd.org (Postfix) with ESMTP id CBED215127; Tue, 11 May 1999 07:09:45 -0700 (PDT) (envelope-from jesusr@ncsa.es) Received: from ender.ncsa.es (ender.ncsa.es [194.179.50.15]) by imap.ncsa.es (8.9.3/8.9.1) with ESMTP id QAA43707; Tue, 11 May 1999 16:09:46 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199905111213.FAA55320@freefall.freebsd.org> Date: Tue, 11 May 1999 16:09:17 +0200 (CEST) Reply-To: jesusr@ncsa.es Organization: Nexus Comunicaciones, S.A. From: Jesus Rodriguez To: Wolfram Schneider Subject: RE: cvs commit: www/es/internal Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 11-May-99 Wolfram Schneider wrote: > wosch 1999/05/11 05:13:07 PDT > > Modified files: > es/internal Makefile > Log: > delete developer.sgml Why?, there is some problem with this file? Thanks. JesusR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 7:16:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FB1F159B1; Tue, 11 May 1999 07:16:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA81472; Tue, 11 May 1999 07:16:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905111416.HAA81472@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 11 May 1999 07:16:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/11 07:16:55 PDT Modified files: mail/adcomplain Makefile mail/adcomplain/files md5 Log: upgrade to 3.52 Revision Changes Path 1.25 +2 -2 ports/mail/adcomplain/Makefile 1.18 +1 -1 ports/mail/adcomplain/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 7:23:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD21C15992; Tue, 11 May 1999 07:23:18 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA95070; Tue, 11 May 1999 07:23:18 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905111423.HAA95070@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 11 May 1999 07:23:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/touch touch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/11 07:23:17 PDT Modified files: usr.bin/touch touch.c Log: Sync usage() with man page. PR: 11539 Submitted by: Ruslan Ermilov Revision Changes Path 1.9 +2 -2 src/usr.bin/touch/touch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 7:25:56 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id 7C9A214E48; Tue, 11 May 1999 07:25:41 -0700 (PDT) (envelope-from wosch@cs.tu-berlin.de) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id QAA11206; Tue, 11 May 1999 16:14:45 +0200 (MET DST) Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.9.1/8.9.0) id QAA27054; Tue, 11 May 1999 16:14:43 +0200 (MET DST) Message-ID: <19990511161442.A24134@cs.tu-berlin.de> Date: Tue, 11 May 1999 16:14:42 +0200 From: Wolfram Schneider To: jesusr@ncsa.es, Wolfram Schneider Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: www/es/internal Makefile References: <199905111213.FAA55320@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Jesus Rodriguez on Tue, May 11, 1999 at 04:09:17PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 1999-05-11 16:09:17 +0200, Jesus Rodriguez wrote: > > On 11-May-99 Wolfram Schneider wrote: > > wosch 1999/05/11 05:13:07 PDT > > > > Modified files: > > es/internal Makefile > > Log: > > delete developer.sgml > > Why?, there is some problem with this file? There is no developer.sgml in the repository. The webbuild process is now broken for several days. -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 7:26:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2680B15EC9; Tue, 11 May 1999 07:26:29 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99296; Tue, 11 May 1999 07:26:28 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905111426.HAA99296@freefall.freebsd.org> From: Wolfram Schneider Date: Tue, 11 May 1999 07:26:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/handbook Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/11 07:26:28 PDT Modified files: ja/handbook Makefile Log: Install the japanese handbook in /ja/handbook and not in /handbook. Thanks good the english handbook will be installed as the last handbook and overrides any contents in /handbook. Please test your changes before you commit a patch! Build the web server from scratch if you do a major change!!! Revision Changes Path 1.2 +2 -2 www/ja/handbook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 7:30: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C5D214C84; Tue, 11 May 1999 07:30:01 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02009; Tue, 11 May 1999 07:30:01 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905111430.HAA02009@freefall.freebsd.org> From: Peter Wemm Date: Tue, 11 May 1999 07:30:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/kern subr_rlist.c src/sys/sys rlist.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/11 07:30:00 PDT Modified files: sys/conf files Removed files: sys/kern subr_rlist.c sys/sys rlist.h Log: Send subr_rlist.c off to the big Attic in the sky. It's been #if 0'ed for quite some time now and can be revived in a moment's notice if needed. (It was replaced by subr_blist.c for VM/swap) Revision Changes Path 1.213 +0 -1 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 7:32:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B606A14C18; Tue, 11 May 1999 07:32:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02920; Tue, 11 May 1999 07:32:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905111432.HAA02920@freefall.freebsd.org> From: Peter Wemm Date: Tue, 11 May 1999 07:32:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_getswapinfo.c src/usr.bin/systat swap.c src/usr.bin/top machine.c src/usr.sbin/pstat pstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/11 07:32:20 PDT Modified files: lib/libkvm kvm_getswapinfo.c usr.bin/systat swap.c usr.bin/top machine.c usr.sbin/pstat pstat.c Log: Tidy up references to and support for the old swap management that went away in January. Revision Changes Path 1.7 +9 -88 src/lib/libkvm/kvm_getswapinfo.c 1.11 +1 -2 src/usr.bin/systat/swap.c 1.25 +1 -2 src/usr.bin/top/machine.c 1.41 +1 -2 src/usr.sbin/pstat/pstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 7:50:22 1999 Delivered-To: cvs-all@freebsd.org Received: from dt057n14.san.rr.com (dt051nc7.san.rr.com [204.210.32.199]) by hub.freebsd.org (Postfix) with ESMTP id 895E315992; Tue, 11 May 1999 07:50:17 -0700 (PDT) (envelope-from Studded@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt057n14.san.rr.com (8.8.8/8.8.8) with ESMTP id HAA21947; Tue, 11 May 1999 07:50:13 -0700 (PDT) (envelope-from Studded@gorean.org) Message-ID: <373843A4.51DE5B9D@gorean.org> Date: Tue, 11 May 1999 07:50:12 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-BETA-0509 i386) X-Accept-Language: en MIME-Version: 1.0 To: Don Croyle Cc: "Jonathan M. Bresler" , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mail Makefile README sendmail.cf.additions src/etc/sendmail freefall.mc References: <199905110321.UAA13701@freefall.freebsd.org> <863e14m0h7.fsf@emerson.gelemna.ft-wayne.in.us> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Don Croyle wrote: > > "Jonathan M. Bresler" writes: > > > jmb 1999/05/10 20:21:05 PDT > > > Removed files: (Branch: RELENG_3) > > etc/mail sendmail.cf.additions > > This causes mergemaster (and probably make release) to choke. Can you provide some details on how it chokes? I just cvsup'ed and ran mergemaster and didn't have any problems. Thanks, Doug > *** etc/Makefile.orig Thu May 6 18:41:06 1999 > --- etc/Makefile Tue May 11 04:08:21 1999 > *************** > *** 24,30 **** > BSD.var.dist BSD.x11.dist > NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost > PPPCNF= ppp.deny ppp.shells.sample > ! NOSPAM= Makefile README sendmail.cf.additions > > > # Special top level files for FreeBSD > --- 24,30 ---- > BSD.var.dist BSD.x11.dist > NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost > PPPCNF= ppp.deny ppp.shells.sample > ! NOSPAM= Makefile README > > > # Special top level files for FreeBSD > . > -- > I've always wanted to be a dilettante, but I've never quite been ready > to make the commitment. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 8: 7:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66E6E15564; Tue, 11 May 1999 08:07:11 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA38273; Tue, 11 May 1999 08:07:11 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905111507.IAA38273@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Tue, 11 May 1999 08:07:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/internal developer.sgml Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/11 08:07:10 PDT Modified files: es/internal Makefile Added files: es/internal developer.sgml Log: Makefile: Add developer.sgml file developer.sgml: Added resources for FreeBSD commiters. On last commit i forgot to make "cvs add" for new developer.sgml file. Thanks to Wolfram for point it. Revision Changes Path 1.6 +2 -1 www/es/internal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 8:11:36 1999 Delivered-To: cvs-all@freebsd.org Received: from imap.ncsa.es (imap.ncsa.es [194.179.50.6]) by hub.freebsd.org (Postfix) with ESMTP id C493C159A7; Tue, 11 May 1999 08:11:25 -0700 (PDT) (envelope-from jesusr@ncsa.es) Received: from ender.ncsa.es (ender.ncsa.es [194.179.50.15]) by imap.ncsa.es (8.9.3/8.9.1) with ESMTP id RAA45263; Tue, 11 May 1999 17:11:10 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990511161442.A24134@cs.tu-berlin.de> Date: Tue, 11 May 1999 17:10:42 +0200 (CEST) Reply-To: jesusr@ncsa.es Organization: Nexus Comunicaciones, S.A. From: Jesus Rodriguez To: Wolfram Schneider Subject: Re: cvs commit: www/es/internal Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Wolfram Schneider Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 11-May-99 Wolfram Schneider wrote: > On 1999-05-11 16:09:17 +0200, Jesus Rodriguez wrote: >> >> On 11-May-99 Wolfram Schneider wrote: >> > wosch 1999/05/11 05:13:07 PDT >> > >> > Modified files: >> > es/internal Makefile >> > Log: >> > delete developer.sgml >> >> Why?, there is some problem with this file? > > There is no developer.sgml in the repository. Argh... you are right. I forgot to make "cvs add" for the new file :( I've just committed developer.sgml and Makefile. Thanks for point it. > The webbuild process is now broken for several days. Sorry. JesusR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 8:28:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F119514F8F; Tue, 11 May 1999 08:28:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52641; Tue, 11 May 1999 08:28:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905111528.IAA52641@freefall.freebsd.org> From: Peter Wemm Date: Tue, 11 May 1999 08:28:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/11 08:28:39 PDT Modified files: sys/pci pci_compat.c Log: Take a shot at handling INTR_FAST and INTR_EXCL for CY_PCI_FASTINTR. Bruce suggested a patch before but that was based on the old DRIVER_TYPE_* interfaces. Revision Changes Path 1.28 +21 -12 src/sys/pci/pci_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 8:44:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2AE714D4E; Tue, 11 May 1999 08:44:41 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA53820; Tue, 11 May 1999 08:44:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905111544.IAA53820@freefall.freebsd.org> From: Matt Jacob Date: Tue, 11 May 1999 08:44:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/11 08:44:41 PDT Modified files: sys/cam cam_xpt.c Log: Quirk this drive- all luns show up the same. Submitted by: Stephen McKay Revision Changes Path 1.57 +11 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 8:48:11 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id EA03814F85; Tue, 11 May 1999 08:48:06 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id RAA24683; Tue, 11 May 1999 17:48:05 +0200 (MET DST) Date: Tue, 11 May 1999 17:47:57 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: <199905111544.IAA53820@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Which drive? Please post the name of the drive as well next time. Nick On Tue, 11 May 1999, Matt Jacob wrote: > mjacob 1999/05/11 08:44:41 PDT > > Modified files: > sys/cam cam_xpt.c > Log: > Quirk this drive- all luns show up the same. > Submitted by: Stephen McKay > > Revision Changes Path > 1.57 +11 -1 src/sys/cam/cam_xpt.c > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 8:51:12 1999 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 1C81114D4C; Tue, 11 May 1999 08:50:57 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from feral.com (mjacob@feral.com [192.67.166.1]) by feral.com (8.8.7/8.8.7) with ESMTP id IAA18453; Tue, 11 May 1999 08:50:42 -0700 Date: Tue, 11 May 1999 08:50:42 -0700 (PWT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Nick Hibma Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Which drive? Please post the name of the drive as well next time. Really? I'm all for lots of information but that drive name is in the quirk information itself (which is a blight to have to compile in). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 8:57:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B61B14CA9; Tue, 11 May 1999 08:57:45 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA55016; Tue, 11 May 1999 08:57:45 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905111557.IAA55016@freefall.freebsd.org> From: Luoqi Chen Date: Tue, 11 May 1999 08:57:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm86bios.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/11 08:57:44 PDT Modified files: sys/i386/i386 vm86bios.s Log: Trap frame size has increased by 4. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.10 +3 -3 src/sys/i386/i386/vm86bios.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 9: 4:21 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 6A86914CA9; Tue, 11 May 1999 09:04:17 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id SAA25428; Tue, 11 May 1999 18:04:10 +0200 (MET DST) Date: Tue, 11 May 1999 18:04:02 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Matthew Jacob Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In the commit message, I mean. Or is it just me, that I am too lazy to do a diff between the two versions to see whether _that_ version solves my problem. Nick On Tue, 11 May 1999, Matthew Jacob wrote: > > > > Which drive? Please post the name of the drive as well next time. > > Really? I'm all for lots of information but that drive name is in the > quirk information itself (which is a blight to have to compile in). > > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 9: 4:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D554514F85; Tue, 11 May 1999 09:04:43 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55570; Tue, 11 May 1999 09:04:43 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905111604.JAA55570@freefall.freebsd.org> From: Luoqi Chen Date: Tue, 11 May 1999 09:04:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c vm86bios.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/11 09:04:42 PDT Modified files: sys/i386/i386 genassym.c vm86bios.s Log: Do not hardcode size of struct vm86frame. Submitted by: Jonathan Lemon Revision Changes Path 1.67 +7 -1 src/sys/i386/i386/genassym.c 1.11 +3 -3 src/sys/i386/i386/vm86bios.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 9: 7:22 1999 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 660B114EC6; Tue, 11 May 1999 09:07:16 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from feral.com (mjacob@feral.com [192.67.166.1]) by feral.com (8.8.7/8.8.7) with ESMTP id JAA18559; Tue, 11 May 1999 09:06:58 -0700 Date: Tue, 11 May 1999 09:06:57 -0700 (PWT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > In the commit message, I mean. Or is it just me, that I am too lazy to > do a diff between the two versions to see whether _that_ version solves > my problem. Possibly. I mean, yes, my commit messages can be a bit terse. In this case, though, a commit message including the drive is as long as the commit (for all intents and purposes). Read the code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 9: 7:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EBE7151C1; Tue, 11 May 1999 09:07:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55776; Tue, 11 May 1999 09:07:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905111607.JAA55776@freefall.freebsd.org> From: Peter Wemm Date: Tue, 11 May 1999 09:07:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet mlf_ipl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/11 09:07:19 PDT Modified files: sys/netinet mlf_ipl.c Log: "fix" warning. This still needs to be kld-ified some day (or removed). Revision Changes Path 1.14 +4 -1 src/sys/netinet/mlf_ipl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 9:29:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 238B814BEE; Tue, 11 May 1999 09:29:24 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57422; Tue, 11 May 1999 09:29:23 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905111629.JAA57422@freefall.freebsd.org> From: Luoqi Chen Date: Tue, 11 May 1999 09:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include frame.h src/sys/i386/isa npx.c src/sys/pc98/pc98 npx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/11 09:29:23 PDT Modified files: sys/i386/include frame.h sys/i386/isa npx.c sys/pc98/pc98 npx.c Log: Yet another place I missed when increasing trapframe size, which causes problem to SIGFPE handling. Reviewed by: Bruce Evans Revision Changes Path 1.17 +3 -1 src/sys/i386/include/frame.h 1.72 +2 -2 src/sys/i386/isa/npx.c 1.46 +2 -2 src/sys/pc98/pc98/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 9:39:43 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 86EE015BAA; Tue, 11 May 1999 09:39:42 -0700 (PDT) From: "Jonathan M. Bresler" To: croyle@gelemna.ft-wayne.in.us Cc: cvs-all@freebsd.org In-reply-to: <863e14m0h7.fsf@emerson.gelemna.ft-wayne.in.us> (message from Don Croyle on 11 May 1999 04:15:00 -0500) Subject: Re: cvs commit: src/etc/mail Makefile README sendmail.cf.additions src/etc/sendmail freefall.mc Message-Id: <19990511163942.86EE015BAA@hub.freebsd.org> Date: Tue, 11 May 1999 09:39:42 -0700 (PDT) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thanks to you for finding this omission and to jordan for committing the fix. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 11:38:25 1999 Delivered-To: cvs-all@freebsd.org Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (Postfix) with ESMTP id 2F5D614DE0; Tue, 11 May 1999 11:38:18 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.9.2/8.9.1) with ESMTP id MAA54352; Tue, 11 May 1999 12:38:11 -0600 (MDT) (envelope-from gibbs@plutotech.com) Message-Id: <199905111838.MAA54352@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: mjacob@feral.com Cc: Nick Hibma , Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-reply-to: Your message of "Tue, 11 May 1999 08:50:42 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 11 May 1999 12:28:24 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > >> Which drive? Please post the name of the drive as well next time. > >Really? I'm all for lots of information but that drive name is in the >quirk information itself (which is a blight to have to compile in). Sure, it is in the code, but if you mention the drive name, we don't need to go pull the revision to see which one you added. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 11:55:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A545615228; Tue, 11 May 1999 11:55:21 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA66958; Tue, 11 May 1999 11:55:21 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905111855.LAA66958@freefall.freebsd.org> From: Dmitrij Tejblum Date: Tue, 11 May 1999 11:55:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha db_interface.c machdep.c pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/11 11:55:21 PDT Modified files: sys/alpha/alpha db_interface.c machdep.c pmap.c Log: Initialize bootifo.envp, so that the kernel environment can be used. Set kernelname. Get it as getenv("kernelname"), bootinfo.booted_kernel does not contain path to the directory. Revision Changes Path 1.4 +0 -2 src/sys/alpha/alpha/db_interface.c 1.41 +6 -1 src/sys/alpha/alpha/machdep.c 1.22 +10 -3 src/sys/alpha/alpha/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 12: 0: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C953215159; Tue, 11 May 1999 11:59:58 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA67388; Tue, 11 May 1999 11:59:58 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905111859.LAA67388@freefall.freebsd.org> From: Dmitrij Tejblum Date: Tue, 11 May 1999 11:59:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/11 11:59:58 PDT Modified files: sys/alpha/alpha pmap.c Log: Oops, back out previous, it is not quite ready for commit and has nothing to do with the commit message. Revision Changes Path 1.23 +2 -9 src/sys/alpha/alpha/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 12: 2:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D97715891; Tue, 11 May 1999 12:02:55 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA67653; Tue, 11 May 1999 12:02:55 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905111902.MAA67653@freefall.freebsd.org> From: Dmitrij Tejblum Date: Tue, 11 May 1999 12:02:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha db_interface.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/11 12:02:54 PDT Modified files: sys/alpha/alpha db_interface.c Log: Oops, the correct commit message is: remove unused variable db_recover. Revision Changes Path 1.5 +0 -0 src/sys/alpha/alpha/db_interface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 12:55:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A7AB14EEC; Tue, 11 May 1999 12:55:09 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA72062; Tue, 11 May 1999 12:55:09 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905111955.MAA72062@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 11 May 1999 12:55:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda.h coda_venus.c src/sys/dev/ata ata-disk.c src/sys/dev/ccd ccd.c src/sys/dev/vn vn.c src/sys/i386/apm apm.c src/sys/i386/i386 mem.c src/sys/i386/isa diskslice_machdep.c if_le.c src/sys/i386/isa/pcvt pcvt_hdr.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/11 12:55:08 PDT Modified files: sys/coda coda.h coda_venus.c sys/dev/ata ata-disk.c sys/dev/ccd ccd.c sys/dev/vn vn.c sys/i386/apm apm.c sys/i386/i386 mem.c sys/i386/isa diskslice_machdep.c if_le.c sys/i386/isa/pcvt pcvt_hdr.h sys/i386/linux linux_file.c linux_stats.c sys/isofs/cd9660 cd9660_node.c cd9660_node.h cd9660_rrip.c cd9660_vnops.c sys/kern kern_conf.c kern_descrip.c kern_proc.c subr_diskslice.c subr_dkbad.c uipc_usrreq.c vfs_subr.c sys/miscfs/devfs devfs_vnops.c sys/miscfs/kernfs kernfs_vfsops.c sys/miscfs/specfs spec_vnops.c specdev.h sys/msdosfs msdosfs_denode.c msdosfs_vnops.c sys/nfs nfs_serv.c nfs_subs.c nfs_vnops.c sys/ntfs ntfs_ihash.c ntfs_vfsops.c ntfs_vnops.c sys/sys conf.h param.h stat.h systm.h types.h vnode.h sys/ufs/mfs mfs_vfsops.c sys/ufs/ufs ufs_ihash.c ufs_vnops.c sys/vm device_pager.c Log: Divorce "dev_t" from the "major|minor" bitmap, which is now called udev_t in the kernel but still called dev_t in userland. Provide functions to manipulate both types: major() umajor() minor() uminor() makedev() umakedev() dev2udev() udev2dev() For now they're functions, they will become in-line functions after one of the next two steps in this process. Return major/minor/makedev to macro-hood for userland. Register a name in cdevsw[] for the "filedescriptor" driver. In the kernel the udev_t appears in places where we have the major/minor number combination, (ie: a potential device: we may not have the driver nor the device), like in inodes, vattr, cdevsw registration and so on, whereas the dev_t appears where we carry around a reference to a actual device. In the future the cdevsw and the aliased-from vnode will be hung directly from the dev_t, along with up to two softc pointers for the device driver and a few houskeeping bits. This will essentially replace the current "alias" check code (same buck, bigger bang). A little stunt has been provided to try to catch places where the wrong type is being used (dev_t vs udev_t), if you see something not working, #undef DEVT_FASCIST in kern/kern_conf.c and see if it makes a difference. If it does, please try to track it down (many hands make light work) or at least try to reproduce it as simply as possible, and describe how to do that. Without DEVT_FASCIST I belive this patch is a no-op. Stylistic/posixoid comments about the userland view of the files welcome now, from userland they now contain the end result. Next planned step: make all dev_t's refer to the same devsw[] which means convert BLK's to CHR's at the perimeter of the vnodes and other places where they enter the game (bootdev, mknod, sysctl). Revision Changes Path 1.7 +2 -2 src/sys/coda/coda.h 1.7 +2 -2 src/sys/coda/coda_venus.c 1.10 +2 -2 src/sys/dev/ata/ata-disk.c 1.47 +2 -2 src/sys/dev/ccd/ccd.c 1.79 +2 -1 src/sys/dev/vn/vn.c 1.86 +2 -2 src/sys/i386/apm/apm.c 1.61 +2 -2 src/sys/i386/i386/mem.c 1.34 +2 -2 src/sys/i386/isa/diskslice_machdep.c 1.50 +2 -2 src/sys/i386/isa/if_le.c 1.32 +1 -1 src/sys/i386/isa/pcvt/pcvt_hdr.h 1.26 +5 -3 src/sys/i386/linux/linux_file.c 1.12 +2 -2 src/sys/i386/linux/linux_stats.c 1.28 +2 -2 src/sys/isofs/cd9660/cd9660_node.c 1.18 +2 -2 src/sys/isofs/cd9660/cd9660_node.h 1.15 +3 -3 src/sys/isofs/cd9660/cd9660_rrip.c 1.56 +2 -2 src/sys/isofs/cd9660/cd9660_vnops.c 1.37 +73 -2 src/sys/kern/kern_conf.c 1.61 +2 -2 src/sys/kern/kern_descrip.c 1.50 +3 -2 src/sys/kern/kern_proc.c 1.64 +2 -2 src/sys/kern/subr_diskslice.c 1.9 +2 -1 src/sys/kern/subr_dkbad.c 1.45 +2 -2 src/sys/kern/uipc_usrreq.c 1.194 +13 -10 src/sys/kern/vfs_subr.c 1.74 +4 -4 src/sys/miscfs/devfs/devfs_vnops.c 1.27 +1 -2 src/sys/miscfs/kernfs/kernfs_vfsops.c 1.86 +2 -2 src/sys/miscfs/specfs/spec_vnops.c 1.17 +2 -6 src/sys/miscfs/specfs/specdev.h 1.45 +2 -2 src/sys/msdosfs/msdosfs_denode.c 1.85 +2 -2 src/sys/msdosfs/msdosfs_vnops.c 1.77 +3 -3 src/sys/nfs/nfs_serv.c 1.74 +6 -6 src/sys/nfs/nfs_subs.c 1.129 +3 -3 src/sys/nfs/nfs_vnops.c 1.4 +2 -2 src/sys/ntfs/ntfs_ihash.c 1.5 +2 -2 src/sys/ntfs/ntfs_vfsops.c 1.4 +3 -3 src/sys/ntfs/ntfs_vnops.c 1.55 +13 -2 src/sys/sys/conf.h 1.47 +6 -1 src/sys/sys/param.h 1.16 +13 -5 src/sys/sys/stat.h 1.89 +13 -1 src/sys/sys/systm.h 1.31 +22 -20 src/sys/sys/types.h 1.87 +3 -3 src/sys/sys/vnode.h 1.62 +2 -2 src/sys/ufs/mfs/mfs_vfsops.c 1.19 +2 -2 src/sys/ufs/ufs/ufs_ihash.c 1.114 +3 -3 src/sys/ufs/ufs/ufs_vnops.c 1.41 +4 -4 src/sys/vm/device_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 14:56:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A0361518B; Tue, 11 May 1999 14:56:49 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA79970; Tue, 11 May 1999 14:56:49 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905112156.OAA79970@freefall.freebsd.org> From: Kenneth Merry Date: Tue, 11 May 1999 14:56:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/install chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/11 14:56:49 PDT Modified files: en/handbook/install chapter.sgml Log: Update the list of currently supported SCSI controllers to reflect reality. This is correct for 3.2. (even includes the two new Qlogic boards) This seemed to work okay for me, the generated HTML looked okay, but it could stand to get looked over by someone more familiar with SGML and our formatting standards... Revision Changes Path 1.12 +161 -88 doc/en/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 16:43: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71F8014DFE; Tue, 11 May 1999 16:42:58 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA86731; Tue, 11 May 1999 16:42:58 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <199905112342.QAA86731@freefall.freebsd.org> From: Paul Richards Date: Tue, 11 May 1999 16:42:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_lnc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk paul 1999/05/11 16:42:57 PDT Modified files: (Branch: RELENG_3) sys/i386/isa if_lnc.c Log: MFC Mainly memory allocation fixes plus some cleanups that aren't needed in -stable but bring the versions together. Approved by: jkh Revision Changes Path 1.51.2.3 +30 -16 src/sys/i386/isa/if_lnc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 16:46:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47AE214DFE; Tue, 11 May 1999 16:46:24 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA86989; Tue, 11 May 1999 16:46:24 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <199905112346.QAA86989@freefall.freebsd.org> From: Paul Richards Date: Tue, 11 May 1999 16:46:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_lnc_p.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk paul 1999/05/11 16:46:23 PDT Modified files: (Branch: RELENG_3) sys/pci if_lnc_p.c Log: MFC - set bust master enable bit. Approved by: jkh Revision Changes Path 1.7.2.1 +11 -4 src/sys/pci/if_lnc_p.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 17: 7:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E597014D4E; Tue, 11 May 1999 17:07:34 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA88510; Tue, 11 May 1999 17:07:34 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905120007.RAA88510@freefall.freebsd.org> From: KATO Takenori Date: Tue, 11 May 1999 17:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/11 17:07:34 PDT Modified files: (Branch: RELENG_3) sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/userconfig.c revision 1.126.2.4. Submitted by: Takahashi Yoshihiro Approved by: jkh Revision Changes Path 1.65.2.4 +6 -7 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 17: 8:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0DCD14D4E; Tue, 11 May 1999 17:08:34 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA88625; Tue, 11 May 1999 17:08:34 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905120008.RAA88625@freefall.freebsd.org> From: KATO Takenori Date: Tue, 11 May 1999 17:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/11 17:08:34 PDT Modified files: (Branch: RELENG_3) sys/pc98/pc98 fd.c Log: Sync with sys/i386/isa/fd.c revision 1.132.2.2. Submitted by: Takahashi Yoshihiro Approved by: jkh Revision Changes Path 1.50.2.2 +3 -2 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 18:30:22 1999 Delivered-To: cvs-all@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id F2AD215207; Tue, 11 May 1999 18:30:19 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.9.3/8.7.3) id SAA03044; Tue, 11 May 1999 18:30:19 -0700 (PDT) Date: Tue, 11 May 1999 18:30:19 -0700 (PDT) Message-Id: <199905120130.SAA03044@vader.cs.berkeley.edu> X-Authentication-Warning: vader.cs.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ache@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905111416.HAA81472@freefall.freebsd.org> (ache@FreeBSD.org) Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905111416.HAA81472@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * ache 1999/05/11 07:16:55 PDT * * Modified files: * mail/adcomplain Makefile * mail/adcomplain/files md5 * Log: * upgrade to 3.52 Andrey, How many times do I need to tell you not to commit stuff during the ports freeze? :< You are a first-rate idiot. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 18:33:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A0E5150E7; Tue, 11 May 1999 18:33:38 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA94238; Tue, 11 May 1999 18:33:38 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120133.SAA94238@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 11 May 1999 18:33:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/11 18:33:38 PDT Modified files: mail/adcomplain Makefile mail/adcomplain/files md5 Log: Back out unapproved commit from an idiot committer who can't understand what "ports freeze" means. Revision Changes Path 1.26 +2 -2 ports/mail/adcomplain/Makefile 1.19 +1 -1 ports/mail/adcomplain/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 18:55:20 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id D010515289; Tue, 11 May 1999 18:55:16 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id SAA60670; Tue, 11 May 1999 18:55:18 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Cc: ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 In-reply-to: Your message of "Tue, 11 May 1999 18:30:19 PDT." <199905120130.SAA03044@vader.cs.berkeley.edu> Date: Tue, 11 May 1999 18:55:17 -0700 Message-ID: <60666.926474117@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > How many times do I need to tell you not to commit stuff during the > ports freeze? :< > > You are a first-rate idiot. Um. That's totally uncalled for, Satoshi, and you know it. Correct people in public on their actions if you will, but don't resort to this kind of public name-calling. It does damage to your credibility and to the credibility of the core team, and the rest of us in the core team don't care for that one bit. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 19:13: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A81E14E04; Tue, 11 May 1999 19:13:06 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA96722; Tue, 11 May 1999 19:13:06 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905120213.TAA96722@freefall.freebsd.org> From: David Greenman Date: Tue, 11 May 1999 19:13:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c softdep.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/11 19:13:06 PDT Modified files: (Branch: RELENG_3) contrib/sys/softupdates ffs_softdep.c softdep.h Log: Updated to rev 1.24 of ffs_softdep.c. Includes various fixes but not the most recent performance optimization (which hasn't had enough testing yet). Approved by: jkh Revision Changes Path 1.20.2.2 +63 -14 src/contrib/sys/softupdates/ffs_softdep.c 1.4.2.1 +3 -2 src/contrib/sys/softupdates/softdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 20:37:16 1999 Delivered-To: cvs-all@freebsd.org Received: from bubba.whistle.com (s205m7.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 771201500F; Tue, 11 May 1999 20:37:14 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id UAA58892; Tue, 11 May 1999 20:36:42 -0700 (PDT) From: Archie Cobbs Message-Id: <199905120336.UAA58892@bubba.whistle.com> Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 In-Reply-To: <60666.926474117@zippy.cdrom.com> from "Jordan K. Hubbard" at "May 11, 99 06:55:17 pm" To: jkh@zippy.cdrom.com (Jordan K. Hubbard) Date: Tue, 11 May 1999 20:36:42 -0700 (PDT) Cc: asami@FreeBSD.org, ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Jordan K. Hubbard writes: > > How many times do I need to tell you not to commit stuff during the > > ports freeze? :< > > > > You are a first-rate idiot. > > Um. That's totally uncalled for, Satoshi, and you know it. Correct > people in public on their actions if you will, but don't resort to > this kind of public name-calling. It does damage to your credibility > and to the credibility of the core team, and the rest of us in the > core team don't care for that one bit. Whatever happened to the idea of having CVS enforce "freezes"? Seems like it would be a lot more efficient system than this. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:11:56 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 57D6214DDB; Tue, 11 May 1999 21:11:54 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA09653; Tue, 11 May 1999 21:12:33 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id VAA38498; Tue, 11 May 1999 21:10:40 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Tue, 11 May 1999 21:10:40 -0700 (PDT) Message-Id: <199905120410.VAA38498@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: jkh@zippy.cdrom.com Cc: ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <60666.926474117@zippy.cdrom.com> (jkh@zippy.cdrom.com) Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <60666.926474117@zippy.cdrom.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: "Jordan K. Hubbard" * Um. That's totally uncalled for, Satoshi, and you know it. Correct No I don't. I absolutely stand by my decision to call that committer, who hos ignored the ports freeze at least *three times* (as far as I can remember -- there might be more) now, a certified idiot. It is a fact, and he has proven it himself. :> Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:41:36 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 5873B15254; Tue, 11 May 1999 21:41:30 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id VAA61429; Tue, 11 May 1999 21:41:37 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Cc: ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 In-reply-to: Your message of "Tue, 11 May 1999 21:10:40 PDT." <199905120410.VAA38498@bubble.didi.com> Date: Tue, 11 May 1999 21:41:37 -0700 Message-ID: <61425.926484097@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > No I don't. I absolutely stand by my decision to call that committer, > who hos ignored the ports freeze at least *three times* (as far as I > can remember -- there might be more) now, a certified idiot. I honestly don't care what you think about him as a result of past experiences, I can only say that if you feel compelled to speak to him this way then at least do so in private. This was a breach of etiquette, period. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:46: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C6DE15254; Tue, 11 May 1999 21:45:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA08375; Tue, 11 May 1999 21:45:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120445.VAA08375@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 11 May 1999 21:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_lib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/11 21:45:57 PDT Modified files: emulators/linux_lib/pkg PLIST Log: Fix pkg_add errors. Submitted by: sprice Revision Changes Path 1.13 +14 -13 ports/emulators/linux_lib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:46: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D18E15A21; Tue, 11 May 1999 21:45:59 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA08388; Tue, 11 May 1999 21:45:59 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905120445.VAA08388@freefall.freebsd.org> From: Bruce Evans Date: Tue, 11 May 1999 21:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/11 21:45:58 PDT Modified files: sys/dev/syscons syscons.c Log: Removed global variable `Crtat'. This was once (bogusly) shared with pcvt, but it had rotted into unuse here, and of course its type had become inconsisent with its type in pcvt. Fixed some minor style bugs. Revision Changes Path 1.303 +3 -6 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:46:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C29C315A21; Tue, 11 May 1999 21:46:29 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA08431; Tue, 11 May 1999 21:46:29 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Message-Id: <199905120446.VAA08431@freefall.freebsd.org> From: Motoyuki Konno Date: Tue, 11 May 1999 21:46:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/FAQ admin.sgml jcontrib.sgml jmembers.sgml misc.sgml network.sgml preface.sgml x.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk motoyuki 1999/05/11 21:46:29 PDT Modified files: ja/FAQ admin.sgml jcontrib.sgml jmembers.sgml misc.sgml network.sgml preface.sgml x.sgml Log: Update member list jcontrib.sgml jmembers.sgml Merge from English version: admin.sgml 1.11 -> 1.12 misc.sgml 1.10 -> 1.16 preface.sgml 1.20 -> 1.35 network.sgml 1.22 -> 1.24 x.sgml 1.6 -> 1.8 Submitted by: FreeBSD Japanese Documentation Project Ichimiya Ryo Mitsuru IWASAKI Motoyuki Konno Nishika Yasuhiro Fukuma Yoshiaki Uchikawa Revision Changes Path 1.13 +164 -51 doc/ja/FAQ/admin.sgml 1.3 +2 -1 doc/ja/FAQ/jcontrib.sgml 1.4 +7 -3 doc/ja/FAQ/jmembers.sgml 1.11 +129 -14 doc/ja/FAQ/misc.sgml 1.12 +21 -3 doc/ja/FAQ/network.sgml 1.13 +92 -80 doc/ja/FAQ/preface.sgml 1.7 +11 -4 doc/ja/FAQ/x.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:49:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51D7715254; Tue, 11 May 1999 21:49:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA08665; Tue, 11 May 1999 21:49:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905120449.VAA08665@freefall.freebsd.org> From: Matt Jacob Date: Tue, 11 May 1999 21:49:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/11 21:49:31 PDT Modified files: (Branch: RELENG_3) sys/cam cam_xpt.c Log: Approved by Jordan... MFC: Quirk of a Kennedy 962X* Half-Inch Reel Tape drive. An ancient and venerable technology that we're proud to continue to support by quirking around it's slightly crotchety interpretations of the SCSI specification. - 30 - Revision Changes Path 1.42.2.10 +11 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:52:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31D0515254; Tue, 11 May 1999 21:52:44 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA08946; Tue, 11 May 1999 21:52:44 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120452.VAA08946@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 21:52:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 21:52:43 PDT Modified files: release/sysinstall config.c menus.c Log: Fix a couple of bogons in the X server/desktop setup menus. Revision Changes Path 1.130 +14 -5 src/release/sysinstall/config.c 1.200 +6 -4 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:53:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4D8115254; Tue, 11 May 1999 21:53:13 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA08996; Tue, 11 May 1999 21:53:13 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120453.VAA08996@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 21:53:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 21:53:13 PDT Modified files: (Branch: RELENG_3) release/sysinstall config.c menus.c Log: MFC: better desktop / server configuration. Revision Changes Path 1.115.2.14 +14 -5 src/release/sysinstall/config.c 1.180.2.19 +6 -4 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:54:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 775BB15A44; Tue, 11 May 1999 21:54:29 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA09248; Tue, 11 May 1999 21:54:29 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Message-Id: <199905120454.VAA09248@freefall.freebsd.org> From: Motoyuki Konno Date: Tue, 11 May 1999 21:54:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja docs.sgml jmember.sgml where.sgml y2kbug.sgml www/ja/copyright daemon.sgml www/ja/docproj current.sgml sgml.sgml submitting.sgml translations.sgml www/ja/news newsflash.sgml webchanges.sgml www/ja/projects newbies.sgml www/ja/releases ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk motoyuki 1999/05/11 21:54:29 PDT Modified files: ja docs.sgml jmember.sgml where.sgml y2kbug.sgml ja/copyright daemon.sgml ja/docproj current.sgml sgml.sgml submitting.sgml translations.sgml ja/news newsflash.sgml webchanges.sgml ja/projects newbies.sgml ja/releases index.sgml ja/releases/3.1R errata.sgml Log: Update member list jmember.sgml Merge from English version: docs.sgml 1.66 -> 1.68 where.sgml 1.31 -> 1.32 y2kbugs.sgml 1.20 -> 1.21 copyright/daemon.sgml 1.12 -> 1.13 docproj/current.sgml 1.10 -> 1.11 docproj/sgml.sgml 1.7 -> 1.8 docproj/submitting.sgml 1.2 -> 1.3 docproj/translations.sgml 1.21 -> 1.23 news/newsflash.sgml 1.114 -> 1.127 news/webchanges.sgml 1.25 -> 1.40 projects/newbies.sgml 1.8 -> 1.9 releases/index.sgml 1.27 -> 1.28 releases/3.1R/errata.sgml 1.1 -> 1.5 Submitted by: FreeBSD Japanese Documentation Project Mitsuru IWASAKI TER Software Develop Revision Changes Path 1.23 +10 -4 www/ja/docs.sgml 1.4 +3 -3 www/ja/jmember.sgml 1.9 +9 -9 www/ja/where.sgml 1.9 +19 -3 www/ja/y2kbug.sgml 1.9 +6 -3 www/ja/copyright/daemon.sgml 1.7 +3 -19 www/ja/docproj/current.sgml 1.9 +17 -6 www/ja/docproj/sgml.sgml 1.3 +3 -3 www/ja/docproj/submitting.sgml 1.16 +10 -6 www/ja/docproj/translations.sgml 1.32 +66 -11 www/ja/news/newsflash.sgml 1.8 +207 -3 www/ja/news/webchanges.sgml 1.10 +4 -4 www/ja/projects/newbies.sgml 1.18 +4 -4 www/ja/releases/index.sgml 1.2 +53 -4 www/ja/releases/3.1R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 21:59:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1A7E15208; Tue, 11 May 1999 21:59:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA09493; Tue, 11 May 1999 21:59:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905120459.VAA09493@freefall.freebsd.org> From: Bruce Evans Date: Tue, 11 May 1999 21:59:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_hdr.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/11 21:59:28 PDT Modified files: sys/i386/isa/pcvt pcvt_hdr.h Log: Updated a comment (Crtat is no longer bogusly shared with syscons). Don't declare a nonexistent variable. Revision Changes Path 1.33 +0 -2 src/sys/i386/isa/pcvt/pcvt_hdr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 22:10:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F003A15A8A; Tue, 11 May 1999 22:10:25 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA10810; Tue, 11 May 1999 22:10:25 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Message-Id: <199905120510.WAA10810@freefall.freebsd.org> From: Motoyuki Konno Date: Tue, 11 May 1999 22:10:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/handbook authors.ent doc/ja/handbook/contrib chapter.sgml doc/ja/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk motoyuki 1999/05/11 22:10:25 PDT Modified files: ja/handbook authors.ent ja/handbook/contrib chapter.sgml ja/handbook/staff chapter.sgml Log: Merge from English version: authors.ent 1.14 -> 1.15 contrib/chapter.sgml 1.34 -> 1.35 staff/chapter.sgml 1.22 -> 1.25 Submitted by: FreeBSD Japanese Documentation Project Ichimiya Ryo Yasuhiro Fukuma Revision Changes Path 1.5 +4 -2 doc/ja/handbook/authors.ent 1.6 +6 -2 doc/ja/handbook/contrib/chapter.sgml 1.4 +16 -3 doc/ja/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 22:21:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B235814E63; Tue, 11 May 1999 22:21:13 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA11866; Tue, 11 May 1999 22:21:13 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120521.WAA11866@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 11 May 1999 22:21:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/AbiWord Makefile ports/editors/AbiWord/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-aa ports/editors/AbiWord/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/11 22:21:13 PDT Modified files: editors/AbiWord Makefile editors/AbiWord/patches patch-aa editors/AbiWord/pkg DESCR Added files: editors/AbiWord/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am Log: Fix compilation errors. PR: 11612 Submitted by: cpiazza@home.net Revision Changes Path 1.2 +18 -7 ports/editors/AbiWord/Makefile 1.2 +2 -148 ports/editors/AbiWord/patches/patch-aa 1.2 +2 -1 ports/editors/AbiWord/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 22:29:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B52C14ED2; Tue, 11 May 1999 22:29:13 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA12675; Tue, 11 May 1999 22:29:13 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120529.WAA12675@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 11 May 1999 22:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/sr/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/11 22:29:12 PDT Modified files: lang/sr/pkg PLIST Log: Remove missing file. Revision Changes Path 1.3 +0 -1 ports/lang/sr/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 22:29:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C61C214ED2; Tue, 11 May 1999 22:29:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA12964; Tue, 11 May 1999 22:29:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120529.WAA12964@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 11 May 1999 22:29:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/sr Makefile ports/lang/sr/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/11 22:29:52 PDT Modified files: lang/sr Makefile Added files: lang/sr/patches patch-ab Log: Fix ELF build. Change maintainer's mail address. Submitted by: maintainer, of course Revision Changes Path 1.5 +1 -3 ports/lang/sr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 23: 6:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A77E514F20; Tue, 11 May 1999 23:06:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA17703; Tue, 11 May 1999 23:06:53 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120606.XAA17703@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 23:06:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 23:06:51 PDT Modified files: usr.sbin/pkg_install/lib file.c Log: Revive the PKG_ADD_BASE stuff a bit. Revision Changes Path 1.36 +2 -1 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 23:10:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38C3A14F20; Tue, 11 May 1999 23:10:30 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA18055; Tue, 11 May 1999 23:10:29 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120610.XAA18055@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 23:10:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 23:10:27 PDT Modified files: (Branch: RELENG_3) usr.sbin/pkg_install/lib file.c Log: MFC: revive PKG_ADD_BASE Revision Changes Path 1.35.2.1 +2 -1 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 23:11:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3C4B14F20; Tue, 11 May 1999 23:11:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA18103; Tue, 11 May 1999 23:11:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120611.XAA18103@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 23:11:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 23:11:34 PDT Modified files: release/sysinstall package.c Log: Set PKG_ADD_BASE hint in a certain case. Revision Changes Path 1.69 +9 -4 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 23:21:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8801714E39; Tue, 11 May 1999 23:21:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA18764; Tue, 11 May 1999 23:21:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120621.XAA18764@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 11 May 1999 23:21:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/qtarch Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/11 23:21:11 PDT Modified files: devel/qtarch Makefile Log: Add -b to fetch args to fix fetch problem. Submitted by: tg Revision Changes Path 1.3 +2 -2 ports/devel/qtarch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 23:57:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87B3215182; Tue, 11 May 1999 23:57:10 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA20902; Tue, 11 May 1999 23:57:10 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905120657.XAA20902@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 11 May 1999 23:57:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/touch touch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/11 23:57:09 PDT Modified files: usr.bin/touch touch.c Log: Brucify. Revision Changes Path 1.10 +1 -2 src/usr.bin/touch/touch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 23:58:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A09E15182; Tue, 11 May 1999 23:58:22 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA21015; Tue, 11 May 1999 23:58:22 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120658.XAA21015@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 23:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 23:58:21 PDT Modified files: release/sysinstall menus.c Log: We don't bundle the XFree86 release notes on the floppies anymore; take it out of the appropriate menus. Revision Changes Path 1.201 +13 -13 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 11 23:59:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2671415182; Tue, 11 May 1999 23:59:41 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA21179; Tue, 11 May 1999 23:59:40 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120659.XAA21179@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 11 May 1999 23:59:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/11 23:59:40 PDT Modified files: (Branch: RELENG_3) release/sysinstall menus.c Log: MFC: update XFree86 help pointers. Revision Changes Path 1.180.2.20 +13 -13 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0: 2: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22C771510A; Wed, 12 May 1999 00:02:05 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA21418; Wed, 12 May 1999 00:02:04 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905120702.AAA21418@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 12 May 1999 00:02:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/12 00:02:04 PDT Modified files: (Branch: RELENG_3) usr.sbin/inetd inetd.c Log: MFC: Don't stop listening to the signal pipe just because you don't have anything else to do. PR: 10468, 11594 Approved by: jkh Revision Changes Path 1.46.2.2 +6 -6 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0: 2:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73AB015182; Wed, 12 May 1999 00:02:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA21450; Wed, 12 May 1999 00:02:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905120702.AAA21450@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 12 May 1999 00:02:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/touch touch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/12 00:02:34 PDT Modified files: (Branch: RELENG_3) usr.bin/touch touch.c Log: MFC: Sync usage() with man page. PS: 11539 Submitted by: Ruslan Ermilov Revision Changes Path 1.8.2.1 +1 -2 src/usr.bin/touch/touch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:12: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A339A153C6; Wed, 12 May 1999 00:12:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA22367; Wed, 12 May 1999 00:12:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120712.AAA22367@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 00:12:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 00:12:05 PDT Modified files: release/sysinstall package.c Log: Erm, delete the package base hint again. Gotta lay off the crack! I simply forgot that I'd already proven this to be a "really good idea that unfortunately didn't work at all" the *last* time I tried it. Now I remember. Hmmm. I WILL defeat this evil problem. Revision Changes Path 1.70 +3 -7 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:19:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9AEC15315; Wed, 12 May 1999 00:19:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA22788; Wed, 12 May 1999 00:19:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120719.AAA22788@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 00:19:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/libhelp/patches patch-ao patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 00:19:54 PDT Modified files: x11/libhelp/patches patch-ab Added files: x11/libhelp/patches patch-ao Log: Fix building by properly using MOTIFLIB (actually just changed "MOTIFLIB=" to "MOTIFLIB?="). Revision Changes Path 1.3 +1 -1 ports/x11/libhelp/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:26:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB1FE15313; Wed, 12 May 1999 00:26:29 -0700 (PDT) (envelope-from torstenb@FreeBSD.org) Received: (from torstenb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA23546; Wed, 12 May 1999 00:26:29 -0700 (PDT) (envelope-from torstenb@FreeBSD.org) Message-Id: <199905120726.AAA23546@freefall.freebsd.org> From: Torsten Blum Date: Wed, 12 May 1999 00:26:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/inn Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk torstenb 1999/05/12 00:26:29 PDT Modified files: news/inn Makefile Log: Fix a typo. Approved by: asami Noticed by: Andrew Gallatin , Jeremy Prior Revision Changes Path 1.32 +2 -2 ports/news/inn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:35:45 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id CCCB615C36; Wed, 12 May 1999 00:35:38 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id BAA38643; Wed, 12 May 1999 01:34:30 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id BAA19676; Wed, 12 May 1999 01:34:48 -0600 (MDT) Message-Id: <199905120734.BAA19676@harmony.village.org> To: Dag-Erling Smorgrav Subject: Re: cvs commit: src/usr.bin/touch touch.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 11 May 1999 23:57:09 PDT." <199905120657.XAA20902@freefall.freebsd.org> References: <199905120657.XAA20902@freefall.freebsd.org> Date: Wed, 12 May 1999 01:34:47 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk : Brucify. First we had purify, now we have brucify(1). When are you going to release it for the rest of us :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:38:42 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id DA75215AB6; Wed, 12 May 1999 00:38:38 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id JAA23596; Wed, 12 May 1999 09:38:37 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id JAA03527; Wed, 12 May 1999 09:38:34 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Warner Losh Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/touch touch.c In-reply-to: Your message of "Wed, 12 May 1999 01:34:47 MDT." <199905120734.BAA19676@harmony.village.org> Date: Wed, 12 May 1999 09:38:34 +0200 Message-ID: <3525.926494714@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905120734.BAA19676@harmony.village.org>, Warner Losh writes: >: Brucify. > >First we had purify, now we have brucify(1). When are you going to >release it for the rest of us :-) Do we really want that to be widely available ? :-) -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:40:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB195152C4; Wed, 12 May 1999 00:40:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA24429; Wed, 12 May 1999 00:40:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905120740.AAA24429@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 12 May 1999 00:40:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/12 00:40:52 PDT Modified files: sys/i386/i386 autoconf.c Log: Fix dumpon. It passes a udev_t from userland to kernel, that needs a udev2dev() before we use it. It really should pass a name like swapon does. Revision Changes Path 1.122 +4 -4 src/sys/i386/i386/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:41:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FD8B15D23; Wed, 12 May 1999 00:41:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA24481; Wed, 12 May 1999 00:41:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905120741.AAA24481@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 12 May 1999 00:41:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/12 00:41:51 PDT Modified files: sys/sys types.h Log: #define udev_t dev_t in userland, so that programs which peek at vnodes and stuff compile. They may still not work however. Revision Changes Path 1.32 +2 -1 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:43:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A31D14D29; Wed, 12 May 1999 00:43:49 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA24576; Wed, 12 May 1999 00:43:49 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120743.AAA24576@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 00:43:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/grace Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 00:43:48 PDT Modified files: math/grace Makefile Log: Um, it's REQUIRE*S*_MOTIF, not REQUIRE_MOTIF.... ;) Revision Changes Path 1.2 +2 -2 ports/math/grace/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:46:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A76E414D29; Wed, 12 May 1999 00:46:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA24765; Wed, 12 May 1999 00:46:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120746.AAA24765@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 00:46:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/xmgr Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 00:46:55 PDT Modified files: math/xmgr Makefile Log: Another REQUIRE_MOTIF -> REQUIRES_MOTIF.... Revision Changes Path 1.14 +2 -2 ports/math/xmgr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 0:55:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5345715CA8; Wed, 12 May 1999 00:55:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA25811; Wed, 12 May 1999 00:55:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905120755.AAA25811@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 12 May 1999 00:55:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys stat.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/12 00:55:43 PDT Modified files: sys/sys stat.h Log: $ brucify sys/stat.h _devt should be __dev_t $ Revision Changes Path 1.17 +8 -8 src/sys/sys/stat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 1: 5:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B984314D4F; Wed, 12 May 1999 01:05:14 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA26764; Wed, 12 May 1999 01:05:14 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120805.BAA26764@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 01:05:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libnet Makefile ports/net/libnet/files md5 ports/net/libnet/patches patch-aa patch-ab ports/net/libnet/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 01:05:14 PDT Modified files: net/libnet Makefile net/libnet/files md5 net/libnet/patches patch-aa net/libnet/pkg PLIST Removed files: net/libnet/patches patch-ab Log: Upgrade to fix build problem. Submitted by: maintainer Revision Changes Path 1.2 +4 -4 ports/net/libnet/Makefile 1.2 +1 -1 ports/net/libnet/files/md5 1.2 +2 -2 ports/net/libnet/patches/patch-aa 1.2 +6 -2 ports/net/libnet/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 1: 9:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7509214C84; Wed, 12 May 1999 01:09:20 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA27018; Wed, 12 May 1999 01:09:20 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120809.BAA27018@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 01:09:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/3/bindist README ports/Tools/portbuild/4/bindist README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 01:09:19 PDT Modified files: Tools/portbuild/3/bindist README Tools/portbuild/4/bindist README Log: Update to reflect recent world order. In particular, you need /dev/bpf0 to build some ports. Revision Changes Path 1.5 +5 -9 ports/Tools/portbuild/3/bindist/README 1.5 +5 -9 ports/Tools/portbuild/4/bindist/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 1:17: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58B5414CCD; Wed, 12 May 1999 01:17:06 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA27645; Wed, 12 May 1999 01:17:06 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120817.BAA27645@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 01:17:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha INSTALL.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 01:17:06 PDT Added files: release/texts/alpha INSTALL.TXT Log: A special installation guide for the Alpha. Thanks, Doug! This is good! Submitted by: Doug Rabson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 1:18: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57FFE14CCD; Wed, 12 May 1999 01:17:59 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA27794; Wed, 12 May 1999 01:17:59 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120817.BAA27794@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 01:17:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts INSTALL.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 01:17:59 PDT Removed files: release/texts INSTALL.TXT Log: Punt! This file is now architecture specific. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 1:19:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A32914C12; Wed, 12 May 1999 01:19:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA27901; Wed, 12 May 1999 01:19:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120819.BAA27901@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 01:19:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 01:19:57 PDT Modified files: release Makefile Log: Support divergent docs for different architectures. Revision Changes Path 1.483 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 1:33:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78C9D152D8; Wed, 12 May 1999 01:33:30 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA29119; Wed, 12 May 1999 01:33:30 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905120833.BAA29119@freefall.freebsd.org> From: KATO Takenori Date: Wed, 12 May 1999 01:33:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 atcompat_diskslice.c diskslice_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/12 01:33:28 PDT Modified files: sys/pc98/pc98 atcompat_diskslice.c diskslice_machdep.c Log: Sync with sys/i386/isa/diskslice_machdep.c revision 1.34. Revision Changes Path 1.15 +2 -2 src/sys/pc98/pc98/atcompat_diskslice.c 1.19 +2 -2 src/sys/pc98/pc98/diskslice_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2: 2:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1FBD153E0; Wed, 12 May 1999 02:02:40 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA31496; Wed, 12 May 1999 02:02:40 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120902.CAA31496@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 02:02:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c index.c install.c package.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 02:02:40 PDT Modified files: release/sysinstall config.c index.c install.c package.c sysinstall.h Log: Completely change the way package_add() does its work. Now we handle dependencies at a lower level and use package add for this. Also made index searches stricter. Revision Changes Path 1.131 +23 -50 src/release/sysinstall/config.c 1.65 +53 -5 src/release/sysinstall/index.c 1.236 +2 -2 src/release/sysinstall/install.c 1.71 +19 -11 src/release/sysinstall/package.c 1.164 +4 -1 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2: 4:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00AA115CAA; Wed, 12 May 1999 02:04:19 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA31704; Wed, 12 May 1999 02:04:19 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120904.CAA31704@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 02:04:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c index.c install.c package.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 02:04:19 PDT Modified files: (Branch: RELENG_3) release/sysinstall config.c index.c install.c package.c sysinstall.h Log: MFC: change the internals of package_add(). Revision Changes Path 1.115.2.15 +23 -50 src/release/sysinstall/config.c 1.60.2.4 +53 -5 src/release/sysinstall/index.c 1.223.2.13 +2 -2 src/release/sysinstall/install.c 1.65.2.3 +18 -7 src/release/sysinstall/package.c 1.153.2.11 +4 -1 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:10: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63D4415C1A; Wed, 12 May 1999 02:10:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32195; Wed, 12 May 1999 02:10:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120910.CAA32195@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 02:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 02:10:05 PDT Modified files: (Branch: RELENG_3) release Makefile Log: MFC: support multiple archs Revision Changes Path 1.460.2.17 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:12:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E767D14D24; Wed, 12 May 1999 02:12:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32509; Wed, 12 May 1999 02:12:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120912.CAA32509@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 02:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xmhtml/patches patch-ac patch-ad patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 02:12:42 PDT Added files: x11-toolkits/xmhtml/patches patch-ac patch-ad patch-ae Log: Correctly use MOTIFLIB. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:22:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50F8414DB0; Wed, 12 May 1999 02:22:49 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33522; Wed, 12 May 1999 02:22:49 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120922.CAA33522@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 02:22:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel-emacs/pkg PLIST ports/editors/apel-mule/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 02:22:47 PDT Modified files: editors/apel-emacs/pkg PLIST editors/apel-mule/pkg PLIST Log: Remove two missing files so packaging works. Revision Changes Path 1.3 +0 -2 ports/editors/apel-emacs/pkg/PLIST 1.3 +0 -2 ports/editors/apel-mule/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:23:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D440014FDF; Wed, 12 May 1999 02:22:52 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33535; Wed, 12 May 1999 02:22:52 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120922.CAA33535@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 02:22:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 02:22:52 PDT Modified files: release/sysinstall config.c Log: Add some extra checks to make *sure* we got what we were told we got. Revision Changes Path 1.132 +19 -7 src/release/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:24:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08A7915DD2; Wed, 12 May 1999 02:23:26 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33595; Wed, 12 May 1999 02:23:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120923.CAA33595@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 02:23:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/exmh2 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 02:23:25 PDT Modified files: japanese/exmh2 Makefile Log: Correctly specify WRKDIR. Revision Changes Path 1.2 +2 -2 ports/japanese/exmh2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:31:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CE4314D67; Wed, 12 May 1999 02:31:41 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA34437; Wed, 12 May 1999 02:31:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120931.CAA34437@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 02:31:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xabacus/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 02:31:39 PDT Modified files: games/xabacus/patches patch-ab Log: Use MOTIFLIB. Note this is a patch to configure, so the $ in front is escaped for lazy evaluation. Revision Changes Path 1.2 +1 -1 ports/games/xabacus/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:32:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5575C14EDC; Wed, 12 May 1999 02:32:56 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA34529; Wed, 12 May 1999 02:32:56 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905120932.CAA34529@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 02:32:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 02:32:55 PDT Modified files: (Branch: RELENG_3) release/sysinstall config.c Log: MFC: more rigorous checks. Revision Changes Path 1.115.2.16 +19 -7 src/release/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:43:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C14D14BF9; Wed, 12 May 1999 02:43:14 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35725; Wed, 12 May 1999 02:43:13 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Message-Id: <199905120943.CAA35725@freefall.freebsd.org> From: Ustimenko Semen Date: Wed, 12 May 1999 02:43:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/05/12 02:43:12 PDT Modified files: sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Log: Driver is now ported to NetBSD. Submitted by: Christos Zoulas Revision Changes Path 1.5 +29 -1 src/sys/ntfs/ntfs.h 1.4 +5 -1 src/sys/ntfs/ntfs_compr.c 1.4 +3 -1 src/sys/ntfs/ntfs_compr.h 1.4 +3 -1 src/sys/ntfs/ntfs_extern.h 1.5 +5 -2 src/sys/ntfs/ntfs_ihash.c 1.3 +3 -1 src/sys/ntfs/ntfs_ihash.h 1.4 +12 -6 src/sys/ntfs/ntfs_inode.h 1.4 +15 -11 src/sys/ntfs/ntfs_subr.c 1.4 +8 -4 src/sys/ntfs/ntfs_subr.h 1.6 +111 -24 src/sys/ntfs/ntfs_vfsops.c 1.3 +3 -1 src/sys/ntfs/ntfs_vfsops.h 1.5 +54 -63 src/sys/ntfs/ntfs_vnops.c 1.4 +3 -1 src/sys/ntfs/ntfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:49:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1239414BD3; Wed, 12 May 1999 02:49:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA36314; Wed, 12 May 1999 02:49:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905120949.CAA36314@freefall.freebsd.org> From: Brian Somers Date: Wed, 12 May 1999 02:49:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp udp.c udp.h Makefile alias_cmd.c async.c bundle.c ccp.c command.c datalink.c exec.c exec.h link.c log.c log.h mp.c physical.c physical.h ppp.8 proto.c sync.c tcp.c tcp.h tty.c tty.h vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/12 02:49:17 PDT Modified files: usr.sbin/ppp Makefile alias_cmd.c async.c bundle.c ccp.c command.c datalink.c exec.c exec.h link.c log.c log.h mp.c physical.c physical.h ppp.8 proto.c sync.c tcp.c tcp.h tty.c tty.h vjcomp.c Added files: usr.sbin/ppp udp.c udp.h Log: Allow ``host:port/udp'' devices and support ``host:port/tcp'' as being the same as the previous (still supported) ``host:port'' syntax for tcp socket devices. A udp device uses synchronous ppp rather than async, and avoids the double-retransmit overhead that comes with ppp over tcp (it's usually a bad idea to transport IP over a reliable transport that itself is using an unreliable transport). PPP over UDP provides througput of ** 1.5Mb per second ** with all compression disabled, maxing out a PPro/200 when running ppp twice, back-to-back. This proves that PPPoE is plausable in userland.... This change adds a few more handler functions to struct device and allows derivations of struct device (which may contain their own data etc) to pass themselves through the unix domain socket for MP. ** At last **, struct physical has lost all the tty crud ! iov2physical() is now smart enough to restore the correct stack of layers so that MP servers will work again. The version number has bumped as our MP link transfer contents have changed (they now may contain a `struct device'). Don't extract the protocol twice in MP mode (resulting in protocol rejects for every MP packet). This was broken with my original layering changes. Add ``Physical'' and ``Sync'' log levels for logging the relevent raw packets and add protocol-tracking LogDEBUG stuff in various LayerPush & LayerPull functions. Assign our physical device name for incoming tcp connections by calling getpeername(). Assign our physical device name for incoming udp connections from the address retrieved by the first recvfrom(). Revision Changes Path 1.54 +2 -2 src/usr.sbin/ppp/Makefile 1.25 +4 -2 src/usr.sbin/ppp/alias_cmd.c 1.20 +3 -2 src/usr.sbin/ppp/async.c 1.53 +2 -2 src/usr.sbin/ppp/bundle.c 1.49 +7 -2 src/usr.sbin/ppp/ccp.c 1.193 +3 -3 src/usr.sbin/ppp/command.c 1.39 +3 -3 src/usr.sbin/ppp/datalink.c 1.2 +32 -20 src/usr.sbin/ppp/exec.c 1.2 +7 -2 src/usr.sbin/ppp/exec.h 1.10 +3 -2 src/usr.sbin/ppp/link.c 1.38 +3 -1 src/usr.sbin/ppp/log.c 1.24 +11 -9 src/usr.sbin/ppp/log.h 1.20 +3 -14 src/usr.sbin/ppp/mp.c 1.11 +78 -51 src/usr.sbin/ppp/physical.c 1.10 +17 -13 src/usr.sbin/ppp/physical.h 1.168 +39 -15 src/usr.sbin/ppp/ppp.8 1.2 +5 -1 src/usr.sbin/ppp/proto.c 1.2 +12 -2 src/usr.sbin/ppp/sync.c 1.2 +93 -39 src/usr.sbin/ppp/tcp.c 1.2 +6 -2 src/usr.sbin/ppp/tcp.h 1.2 +142 -92 src/usr.sbin/ppp/tty.c 1.2 +5 -4 src/usr.sbin/ppp/tty.h 1.30 +6 -7 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:53:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64E4E14DE1; Wed, 12 May 1999 02:53:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA37356; Wed, 12 May 1999 02:53:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120953.CAA37356@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 02:53:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/otcl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 02:53:21 PDT Modified files: lang/otcl Makefile Log: Depend on tk, not tcl (which is pulled in from tk anyway). Revision Changes Path 1.3 +2 -2 ports/lang/otcl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:54:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D37A614CEF; Wed, 12 May 1999 02:54:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA37448; Wed, 12 May 1999 02:54:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905120954.CAA37448@freefall.freebsd.org> From: Brian Somers Date: Wed, 12 May 1999 02:54:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp sync.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/12 02:54:35 PDT Modified files: usr.sbin/ppp sync.c Log: Oops - hook the sync push diagnostics correctly. Revision Changes Path 1.3 +3 -3 src/usr.sbin/ppp/sync.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 2:56:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B16B14D67; Wed, 12 May 1999 02:56:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA38465; Wed, 12 May 1999 02:56:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905120956.CAA38465@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 02:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xview-clients Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 02:56:54 PDT Modified files: x11-toolkits/xview-clients Makefile Log: Add ${WRKDIRPREFIX} in front of ${WRKSRC}. Revision Changes Path 1.18 +2 -2 ports/x11-toolkits/xview-clients/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 3: 0:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30F7714D67; Wed, 12 May 1999 03:00:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA39227; Wed, 12 May 1999 03:00:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905121000.DAA39227@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 03:00:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nana Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 03:00:17 PDT Modified files: devel/nana Makefile Log: Remove RUN_DEPENDS on gdb -- we've always had gdb in /usr/bin so this never did anything useful. Revision Changes Path 1.2 +1 -3 ports/devel/nana/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 3: 5:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1274E14D67; Wed, 12 May 1999 03:05:33 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA40815; Wed, 12 May 1999 03:05:32 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905121005.DAA40815@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 03:05:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/gdb Makefile ports/devel/gdb/files i386freebsd.h kcorelow.c kvm-fbsd.c md5 tm-fbsd.h ports/devel/gdb/patches patch-aa patch-ab patch-ac patch-ad patch-ae ports/devel/gdb/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 03:05:31 PDT Modified files: . modules devel Makefile Removed files: devel/gdb Makefile devel/gdb/files i386freebsd.h kcorelow.c kvm-fbsd.c md5 tm-fbsd.h devel/gdb/patches patch-aa patch-ab patch-ac patch-ad patch-ae devel/gdb/pkg COMMENT DESCR PLIST Log: Remove the gdb port. This is now *2* versions behind the system gdb. ;) Revision Changes Path 1.13 +1 -2 CVSROOT/modules 1.184 +1 -2 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 3:10:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 763AE14EA8; Wed, 12 May 1999 03:10:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA41829; Wed, 12 May 1999 03:10:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905121010.DAA41829@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 03:10:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdbtk Makefile ports/devel/gdbtk/files i386freebsd.h kcorelow.c kvm-fbsd.c tm-fbsd.h ports/devel/gdbtk/patches patch-aa patch-ab patch-ac patch-ad patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 03:10:50 PDT Modified files: devel/gdbtk Makefile Added files: devel/gdbtk/files i386freebsd.h kcorelow.c kvm-fbsd.c tm-fbsd.h devel/gdbtk/patches patch-aa patch-ab patch-ac patch-ad patch-ae Log: Decouple this port from devel/gdb. Since this one's pretty old, it should probably be deleted too. Revision Changes Path 1.11 +5 -11 ports/devel/gdbtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 3:38:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 412471522D; Wed, 12 May 1999 03:38:10 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA43562; Wed, 12 May 1999 03:38:10 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905121038.DAA43562@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 03:38:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cdrdao Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 03:38:09 PDT Modified files: audio/cdrdao Makefile Log: Fix bogus CATEGORIES line. Submitted by: jkh Revision Changes Path 1.2 +2 -2 ports/audio/cdrdao/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 3:39:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AB541522D; Wed, 12 May 1999 03:39:46 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA43708; Wed, 12 May 1999 03:39:46 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905121039.DAA43708@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 03:39:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase11-i18n/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 03:39:45 PDT Modified files: x11/kdebase11-i18n/pkg PLIST Log: Remove missing files to make this package. Revision Changes Path 1.19 +0 -13 ports/x11/kdebase11-i18n/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 3:55:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E8FF159D0; Wed, 12 May 1999 03:55:23 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA44399; Wed, 12 May 1999 03:55:18 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905121055.DAA44399@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 03:55:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 03:55:17 PDT Modified files: (Branch: RELENG_3) release/sysinstall package.c Log: Mild pull-up to -current. Revision Changes Path 1.65.2.4 +4 -1 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4: 5:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A18C414F79; Wed, 12 May 1999 04:05:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46411; Wed, 12 May 1999 04:05:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905121105.EAA46411@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 12 May 1999 04:05:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_swap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/12 04:05:25 PDT Modified files: sys/vm vm_swap.c Log: Fix a udev_t/dev_t mismatch which prevent paging from working. Revision Changes Path 1.68 +2 -2 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4: 6:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6363C14F79; Wed, 12 May 1999 04:06:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46524; Wed, 12 May 1999 04:06:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905121106.EAA46524@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 12 May 1999 04:06:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/12 04:06:11 PDT Modified files: sys/kern vfs_subr.c Log: Don't peek into dev_t Revision Changes Path 1.195 +2 -2 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4: 7: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89120159D0; Wed, 12 May 1999 04:06:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46574; Wed, 12 May 1999 04:06:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905121106.EAA46574@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 12 May 1999 04:06:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c src/sys/sys types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/12 04:06:58 PDT Modified files: sys/kern kern_conf.c sys/sys types.h Log: Produce compiler warning if dev_t and udev_t is confused. Revision Changes Path 1.38 +10 -6 src/sys/kern/kern_conf.c 1.33 +2 -2 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4:11:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 238E915379; Wed, 12 May 1999 04:11:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46926; Wed, 12 May 1999 04:11:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905121111.EAA46926@freefall.freebsd.org> From: Bruce Evans Date: Wed, 12 May 1999 04:11:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/12 04:11:31 PDT Modified files: sys/kern kern_malloc.c Log: Fixed corruption of the kmemstatistcs list. The first malloc() with malloc type at the tail of the list changed the list from linear to circular. This seemed to cause surprisingly few problems, but it now causes weird output from `vmstat -m', probably because a more important malloc type is now at the tail of the list. Fix it by abusing ks_limit instead of ks_next as a flag for being on the list. Don't forget to clear the flag when a malloc type is uninit'ed. Uninit'ing is still fundamentally broken -- it loses history. Revision Changes Path 1.56 +9 -5 src/sys/kern/kern_malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4:16:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3E7B14F79; Wed, 12 May 1999 04:16:39 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA47284; Wed, 12 May 1999 04:16:39 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905121116.EAA47284@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 12 May 1999 04:16:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/12 04:16:38 PDT Modified files: en/news press.sgml Log: Add links to a couple of recent press releases. Requested by: wosch Revision Changes Path 1.63 +16 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4:19:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0CFB14F79; Wed, 12 May 1999 04:19:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA47632; Wed, 12 May 1999 04:19:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905121119.EAA47632@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 04:19:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/geda/pkg PLIST ports/net/samba/pkg PLIST ports/security/pgp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 04:19:25 PDT Modified files: cad/geda/pkg PLIST net/samba/pkg PLIST security/pgp/pkg PLIST Log: Misc. PLIST cleanups. Submitted by: Jeremy Lea Revision Changes Path 1.4 +2 -1 ports/cad/geda/pkg/PLIST 1.19 +4 -1 ports/net/samba/pkg/PLIST 1.5 +1 -0 ports/security/pgp/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4:33:28 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 67D3415C8B; Wed, 12 May 1999 04:33:23 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id VAA21073; Wed, 12 May 1999 21:33:22 +1000 Date: Wed, 12 May 1999 21:33:22 +1000 From: Bruce Evans Message-Id: <199905121133.VAA21073@godzilla.zeta.org.au> To: bde@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >bde 1999/05/12 04:11:31 PDT > > Modified files: > sys/kern kern_malloc.c > Log: > Fixed corruption of the kmemstatistcs list. The first malloc() > with malloc type at the tail of the list changed the list from > linear to circular. This seemed to cause surprisingly few problems, > but it now causes weird output from `vmstat -m', probably because > a more important malloc type is now at the tail of the list. > > Fix it by abusing ks_limit instead of ks_next as a flag for being > on the list. Don't forget to clear the flag when a malloc type is > uninit'ed. Uninit'ing is still fundamentally broken -- it loses > history. > > Revision Changes Path > 1.56 +9 -5 src/sys/kern/kern_malloc.c This should be merged into RELENG_3 after some testing. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4:49:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8434F14FFC; Wed, 12 May 1999 04:49:52 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA48826; Wed, 12 May 1999 04:49:52 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905121149.EAA48826@freefall.freebsd.org> From: Bruce Evans Date: Wed, 12 May 1999 04:49:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/12 04:49:51 PDT Modified files: usr.bin/vmstat vmstat.c Log: Backed out the previous commit, except for the parts that reduced the magicness of 200. Cleaned up the remaining parts. Circularisation of the list of malloc types was a kernel bug (now fixed). Interfering with applications' definitions of pgtok is a system header bug (not fixed). Revision Changes Path 1.35 +5 -11 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4:52:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA4E81506E; Wed, 12 May 1999 04:52:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA49020; Wed, 12 May 1999 04:52:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905121152.EAA49020@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 04:52:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk-- Makefile ports/x11-toolkits/gtk--/patches patch-ah patch-ai patch-ad ports/x11-toolkits/gtk--/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 04:52:48 PDT Modified files: x11-toolkits/gtk-- Makefile x11-toolkits/gtk--/pkg PLIST Added files: x11-toolkits/gtk--/patches patch-ah patch-ai Removed files: x11-toolkits/gtk--/patches patch-ad Log: Make this compile. Submitted by: Jeremy Lea Revision Changes Path 1.8 +7 -11 ports/x11-toolkits/gtk--/Makefile 1.3 +1 -0 ports/x11-toolkits/gtk--/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 4:58:31 1999 Delivered-To: cvs-all@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id 56A0B14FC3; Wed, 12 May 1999 04:58:26 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id PAA07007; Wed, 12 May 1999 15:58:25 +0400 (MSD) (envelope-from ache) Date: Wed, 12 May 1999 15:58:25 +0400 From: "Andrey A. Chernov" To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 Message-ID: <19990512155824.A6949@nagual.pp.ru> References: <199905111416.HAA81472@freefall.freebsd.org> <199905120130.SAA03044@vader.cs.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905120130.SAA03044@vader.cs.berkeley.edu>; from asami@FreeBSD.org on Tue, May 11, 1999 at 06:30:19PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, May 11, 1999 at 06:30:19PM -0700, Satoshi - Ports Wraith - Asami wrote: > Andrey, > > How many times do I need to tell you not to commit stuff during the > ports freeze? :< Sorry, I miss ports freeze announcement somehow. CVS must be fixed to disable commits to choosed directory prefix during this period and not relay on human mistakes. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 5: 5:31 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 1D50F14FC3; Wed, 12 May 1999 05:05:30 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA10205; Wed, 12 May 1999 05:06:12 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA35321; Wed, 12 May 1999 05:04:05 -0700 (PDT) Date: Wed, 12 May 1999 05:04:05 -0700 (PDT) Message-Id: <199905121204.FAA35321@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ache@nagual.pp.ru Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <19990512155824.A6949@nagual.pp.ru> (ache@nagual.pp.ru) Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905111416.HAA81472@freefall.freebsd.org> <199905120130.SAA03044@vader.cs.berkeley.edu> <19990512155824.A6949@nagual.pp.ru> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: "Andrey A. Chernov" * Sorry, I miss ports freeze announcement somehow. You seem to be doing this at an alarming rate. I've posted the messages several times in the past few weeks, including one right at the freeze time. Do you read your -committers mail at all? * CVS must be fixed to disable commits to choosed directory prefix during * this period and not relay on human mistakes. CVS already has that ability, but I don't want to disable commits to the whole ports tree since there are others that want to commit to the tree. You just need explicit approval. Next time maybe I'll take you out of avail as part of the ports freeze announcement. :] -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 5:29:56 1999 Delivered-To: cvs-all@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id 06EC814CA3; Wed, 12 May 1999 05:29:51 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id QAA08606; Wed, 12 May 1999 16:29:50 +0400 (MSD) (envelope-from ache) Date: Wed, 12 May 1999 16:29:49 +0400 From: "Andrey A. Chernov" To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 Message-ID: <19990512162948.A7115@nagual.pp.ru> References: <199905111416.HAA81472@freefall.freebsd.org> <199905120130.SAA03044@vader.cs.berkeley.edu> <19990512155824.A6949@nagual.pp.ru> <199905121204.FAA35321@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905121204.FAA35321@silvia.hip.berkeley.edu>; from asami@FreeBSD.org on Wed, May 12, 1999 at 05:04:05AM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, May 12, 1999 at 05:04:05AM -0700, Satoshi - Ports Wraith - Asami wrote: > * CVS must be fixed to disable commits to choosed directory prefix during > * this period and not relay on human mistakes. > > CVS already has that ability, but I don't want to disable commits to > the whole ports tree since there are others that want to commit to the > tree. You just need explicit approval. In this case global "avail" list must be splitted to manage per-area access lists, maybe whole ports tree must be under different CVS tree to not interfere with system CVS tree. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 5:43:41 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 42CD815075; Wed, 12 May 1999 05:43:39 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA10240; Wed, 12 May 1999 05:44:25 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA35481; Wed, 12 May 1999 05:42:29 -0700 (PDT) Date: Wed, 12 May 1999 05:42:29 -0700 (PDT) Message-Id: <199905121242.FAA35481@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ache@nagual.pp.ru Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <19990512162948.A7115@nagual.pp.ru> (ache@nagual.pp.ru) Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905111416.HAA81472@freefall.freebsd.org> <199905120130.SAA03044@vader.cs.berkeley.edu> <19990512155824.A6949@nagual.pp.ru> <199905121204.FAA35321@silvia.hip.berkeley.edu> <19990512162948.A7115@nagual.pp.ru> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: "Andrey A. Chernov" I don't know why it is so hard for you to read commit messages while nobody else has problems with it, Andrey. * In this case global "avail" list must be splitted to manage per-area * access lists, maybe whole ports tree must be under different CVS tree to * not interfere with system CVS tree. Ok, during the next ports freeze, I'll disable commits from you to the ports tree. You asked for it. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 5:55:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7B9214FA8; Wed, 12 May 1999 05:55:18 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA53554; Wed, 12 May 1999 05:55:18 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905121255.FAA53554@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 12 May 1999 05:55:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/handbook/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/12 05:55:17 PDT Removed files: japanese/handbook/pkg PLIST Log: Remove unused PLIST. Pointed out by: sada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 6: 0: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id E90A115094; Wed, 12 May 1999 06:00:00 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id GAA10263; Wed, 12 May 1999 06:01:01 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA35547; Wed, 12 May 1999 05:59:56 -0700 (PDT) Date: Wed, 12 May 1999 05:59:56 -0700 (PDT) Message-Id: <199905121259.FAA35547@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: kuriyama@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905121255.FAA53554@freefall.freebsd.org> (message from Jun Kuriyama on Wed, 12 May 1999 05:55:18 -0700 (PDT)) Subject: Re: cvs commit: ports/japanese/handbook/pkg PLIST From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905121255.FAA53554@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Removed files: * japanese/handbook/pkg PLIST Hey! The ports tree is frozen now! This is your first offense so I'll let it go, but next time I won't be so nice. ;> Satoshi P.S. This does appear to be a harmless change (unlike adcomplain).... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 6: 0:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0665215D85; Wed, 12 May 1999 06:00:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53879; Wed, 12 May 1999 06:00:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905121300.GAA53879@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 06:00:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ups-debug Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 06:00:23 PDT Modified files: devel/ups-debug Makefile Log: Add USE_XLIB. Revision Changes Path 1.13 +2 -1 ports/devel/ups-debug/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 6: 6:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2FB414BFE; Wed, 12 May 1999 06:06:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA54345; Wed, 12 May 1999 06:06:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905121306.GAA54345@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 12 May 1999 06:06:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/12 06:06:36 PDT Modified files: sys/kern kern_conf.c Log: braino. Revision Changes Path 1.39 +3 -3 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 6:19:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E68B14FFC; Wed, 12 May 1999 06:19:26 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA55256; Wed, 12 May 1999 06:19:26 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905121319.GAA55256@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 12 May 1999 06:19:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/install chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/12 06:19:25 PDT Modified files: en/handbook/install chapter.sgml Log: Fix some sintax problems from last commit that broke the build of the handbook and "make release". The handbook builds again and "make release" would must do it. Pointed by: olli@dorifer.heim3.tu-clausthal.de Revision Changes Path 1.13 +74 -34 doc/en/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 6:30: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DA915A0E; Wed, 12 May 1999 06:30:00 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id HAA02457; Wed, 12 May 1999 07:30:00 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199905121330.HAA02457@panzer.plutotech.com> Subject: Re: cvs commit: doc/en/handbook/install chapter.sgml In-Reply-To: <199905121319.GAA55256@freefall.freebsd.org> from Jesus Rodriguez Cuesta at "May 12, 1999 6:19:26 am" To: jesusr@FreeBSD.org (Jesus Rodriguez Cuesta) Date: Wed, 12 May 1999 07:30:00 -0600 (MDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Jesus Rodriguez Cuesta wrote... > jesusr 1999/05/12 06:19:25 PDT > > Modified files: > en/handbook/install chapter.sgml > Log: > Fix some sintax problems from last commit that broke the build > of the handbook and "make release". > > The handbook builds again and "make release" would must do it. > > Pointed by: olli@dorifer.heim3.tu-clausthal.de Sorry about that! That may be the last time I go mucking around with SGML. Pass the pointy hat... Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 6:48:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0E2715040; Wed, 12 May 1999 06:48:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA57277; Wed, 12 May 1999 06:48:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905121348.GAA57277@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 12 May 1999 06:48:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ln ln.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/12 06:48:48 PDT Modified files: bin/ln ln.1 Log: Grammatical fixes. Obtained from: OpenBSD Revision Changes Path 1.7 +5 -5 src/bin/ln/ln.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 6:51:49 1999 Delivered-To: cvs-all@freebsd.org Received: from imap.ncsa.es (imap.ncsa.es [194.179.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 0585515040; Wed, 12 May 1999 06:51:41 -0700 (PDT) (envelope-from jesusr@ncsa.es) Received: from ender.ncsa.es (ender.ncsa.es [194.179.50.15]) by imap.ncsa.es (8.9.3/8.9.1) with ESMTP id PAA62096; Wed, 12 May 1999 15:50:59 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199905121330.HAA02457@panzer.plutotech.com> Date: Wed, 12 May 1999 15:49:22 +0200 (CEST) Reply-To: jesusr@ncsa.es Organization: Nexus Comunicaciones, S.A. From: Jesus Rodriguez To: "Kenneth D. Merry" Subject: Re: cvs commit: doc/en/handbook/install chapter.sgml Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, (Jesus Rodriguez Cuesta) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 12-May-99 Kenneth D. Merry wrote: > Jesus Rodriguez Cuesta wrote... >> jesusr 1999/05/12 06:19:25 PDT >> >> Modified files: >> en/handbook/install chapter.sgml >> Log: >> Fix some sintax problems from last commit that broke the build >> of the handbook and "make release". >> >> The handbook builds again and "make release" would must do it. >> >> Pointed by: olli@dorifer.heim3.tu-clausthal.de > > Sorry about that! > > That may be the last time I go mucking around with SGML. No problem... this is the first time i fix something not broken for myself :-) JesusR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 7: 2:47 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (Postfix) with ESMTP id DEEEA15D7D; Wed, 12 May 1999 07:02:39 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp537.kt.rim.or.jp [202.247.140.187]) by mail.kt.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id XAA12997; Wed, 12 May 1999 23:02:37 +0900 (JST) Received: from sky.rim.or.jp (earth.sky.rim.or.jp [192.168.1.2]) by moon.sky.rim.or.jp (8.8.8/3.5Wpl4/moon-1.0) with ESMTP id XAA05778; Wed, 12 May 1999 23:02:36 +0900 (JST) Message-ID: <373989C8.C3201944@sky.rim.or.jp> Date: Wed, 12 May 1999 23:01:44 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.06 [ja] (Win95; I) MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/handbook/pkg PLIST References: <199905121255.FAA53554@freefall.freebsd.org> <199905121259.FAA35547@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Satoshi - Ports Wraith - Asami wrote: > This is your first offense so I'll let it go, but next time I won't be > so nice. ;> Sorry... This is absolutely my fault caused by my carelessness. Please don't mind to suspend my commit privs for these mistakes... -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 7:44:48 1999 Delivered-To: cvs-all@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 31D5115D06; Wed, 12 May 1999 07:44:41 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id IAA08874; Wed, 12 May 1999 08:44:40 -0600 (CST) (envelope-from obonilla) Date: Wed, 12 May 1999 08:44:40 -0600 From: Oscar Bonilla To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/otcl Makefile Message-ID: <19990512084440.B8004@fisicc-ufm.edu> References: <199905120953.CAA37356@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905120953.CAA37356@freefall.freebsd.org>; from Satoshi Asami on Wed, May 12, 1999 at 02:53:21AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, May 12, 1999 at 02:53:21AM -0700, Satoshi Asami wrote: > asami 1999/05/12 02:53:21 PDT > > Modified files: > lang/otcl Makefile > Log: > Depend on tk, not tcl (which is pulled in from tk anyway). > > Revision Changes Path > 1.3 +2 -2 ports/lang/otcl/Makefile > > shouldn't you drop the dependency on X too since it is also pulled by tk? -Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 8:50:51 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 766) id 3AA1114FA4; Wed, 12 May 1999 08:50:49 -0700 (PDT) Date: Wed, 12 May 1999 08:50:49 -0700 From: Michael Haro To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Tools/portbuild/3/bindist README ports/Tools/portbuild/4/bindist README Message-ID: <19990512085049.A52781@hub.freebsd.org> References: <199905120809.BAA27018@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905120809.BAA27018@freefall.freebsd.org>; from Satoshi Asami on Wed, May 12, 1999 at 01:09:20AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, May 12, 1999 at 01:09:20AM -0700, Satoshi Asami wrote: > asami 1999/05/12 01:09:19 PDT > > Modified files: > Tools/portbuild/3/bindist README > Tools/portbuild/4/bindist README > Log: > Update to reflect recent world order. In particular, you need /dev/bpf0 > to build some ports. Which ports require /dev/bpf0? Do they check if it exists and give an error message if it doesn't exist? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 10:28:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A20C1544F; Wed, 12 May 1999 10:28:34 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78809; Wed, 12 May 1999 10:28:34 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199905121728.KAA78809@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 12 May 1999 10:28:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/traceroute traceroute.8 traceroute.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/05/12 10:28:33 PDT Modified files: contrib/traceroute traceroute.8 traceroute.c Log: Add a min TTL flag to go along with the max TTL flag. That is, this flag allows you to start tracing at a hop number other than 1. Submitted by: Stefan `Sec` Zehl Revision Changes Path 1.5 +19 -11 src/contrib/traceroute/traceroute.8 1.10 +25 -9 src/contrib/traceroute/traceroute.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 11:40:28 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 58C8214FCB; Wed, 12 May 1999 11:40:15 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA00356; Wed, 12 May 1999 14:41:35 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 12 May 1999 14:41:35 -0400 (EDT) From: Bill Fumerola To: Archie Cobbs Cc: "Jordan K. Hubbard" , asami@FreeBSD.org, ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 In-Reply-To: <199905120336.UAA58892@bubba.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 11 May 1999, Archie Cobbs wrote: > Whatever happened to the idea of having CVS enforce "freezes"? > Seems like it would be a lot more efficient system than this. Sometimes a committer runs a post-freeze commit by jkh or asami, and they give the nod. Instead of giving the nod, they'd also have to temporarily (re)add them to CVSROOT/avail. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 11:56:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBC4114EDD; Wed, 12 May 1999 11:56:57 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA85782; Wed, 12 May 1999 11:56:57 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905121856.LAA85782@freefall.freebsd.org> From: Matt Jacob Date: Wed, 12 May 1999 11:56:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/12 11:56:57 PDT Modified files: sys/dev/isp isp.c Log: be a bit more chatty about some speed negotiations Revision Changes Path 1.20 +8 -2 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 12: 0:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42B441507F; Wed, 12 May 1999 12:00:17 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA86024; Wed, 12 May 1999 12:00:17 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905121900.MAA86024@freefall.freebsd.org> From: Matt Jacob Date: Wed, 12 May 1999 12:00:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/12 12:00:17 PDT Modified files: sys/dev/isp isp_freebsd.c Log: When asked to get the current transfer settings go do a dev_refresh isp_update call to get a better chance at seeing whether a recent settings change has latched up. Revision Changes Path 1.19 +26 -12 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 12: 1:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D65DB14EDD; Wed, 12 May 1999 12:01:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA86187; Wed, 12 May 1999 12:01:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905121901.MAA86187@freefall.freebsd.org> From: Peter Wemm Date: Wed, 12 May 1999 12:01:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/12 12:01:31 PDT Modified files: sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Log: Fix dev_t/minor problems Revision Changes Path 1.23 +12 -8 src/sys/i386/isa/snd/ad1848.c 1.17 +9 -6 src/sys/i386/isa/snd/sb_dsp.c 1.28 +10 -9 src/sys/i386/isa/snd/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 12: 6:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 881DD150D9; Wed, 12 May 1999 12:06:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA86838; Wed, 12 May 1999 12:06:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905121906.MAA86838@freefall.freebsd.org> From: Peter Wemm Date: Wed, 12 May 1999 12:06:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/12 12:06:42 PDT Modified files: sys/kern vfs_subr.c Log: Fix (?) SPECHASH dev_t/major/minor/etc args Revision Changes Path 1.196 +2 -2 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 12:10:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9052152C1; Wed, 12 May 1999 12:10:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA87231; Wed, 12 May 1999 12:10:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905121910.MAA87231@freefall.freebsd.org> From: Brian Somers Date: Wed, 12 May 1999 12:10:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp timer.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/12 12:10:24 PDT Modified files: usr.sbin/ppp timer.c Log: Adjust our first timer delta according to the return from getitimer() so that times are correct for ``show timer''. Revision Changes Path 1.34 +12 -5 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 12:27:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 312FE14DA9; Wed, 12 May 1999 12:27:48 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89376; Wed, 12 May 1999 12:27:48 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905121927.MAA89376@freefall.freebsd.org> From: Dmitrij Tejblum Date: Wed, 12 May 1999 12:27:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/perl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/12 12:27:47 PDT Modified files: gnu/usr.bin/perl/perl Makefile Log: Added some missing dependencies. Revision Changes Path 1.18 +9 -7 src/gnu/usr.bin/perl/perl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 12:36:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EC8815336; Wed, 12 May 1999 12:36:24 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89870; Wed, 12 May 1999 12:36:24 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905121936.MAA89870@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 12 May 1999 12:36:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook authors.ent Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/12 12:36:24 PDT Modified files: en/handbook authors.ent Log: Spell 'joerg' with an 'e' (was 'jorg') Revision Changes Path 1.16 +2 -2 doc/en/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 13: 1:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA001155A7; Wed, 12 May 1999 13:01:11 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA91971; Wed, 12 May 1999 13:01:11 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905122001.NAA91971@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 12 May 1999 13:01:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup doc-supfile www-supfile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/12 13:01:11 PDT Added files: share/examples/cvsup doc-supfile www-supfile Log: Add doc-supfile and www-supfile, for those who'd like to track those repositories. On a side note, I think www should be called www-all, like all of our other collections. Requested By: jesusr No Problems: jdp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 13: 8: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id CA1E914D1D; Wed, 12 May 1999 13:07:59 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id QAA02695; Wed, 12 May 1999 16:10:01 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 12 May 1999 16:10:01 -0400 (EDT) From: Bill Fumerola To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/cvsup doc-supfile www-supfile In-Reply-To: <199905122001.NAA91971@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 12 May 1999, Bill Fumerola wrote: > Added files: > share/examples/cvsup doc-supfile www-supfile > Log: > Add doc-supfile and www-supfile, for those who'd like to track those > repositories. Just so I can sound cool: Merge candidate? This commit gives all of our collections supfiles(save 'mail-archive') on the base system. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 13:12:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 541E214E10; Wed, 12 May 1999 13:12:48 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92703; Wed, 12 May 1999 13:12:48 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905122012.NAA92703@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 12 May 1999 13:12:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup/sup README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/12 13:12:47 PDT Modified files: cvsup/sup README Log: Sync with reality, it was missing x11-*/cvs Revision Changes Path 1.18 +6 -1 distrib/cvsup/sup/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 14:30:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8574014BE0; Wed, 12 May 1999 14:30:54 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA97202; Wed, 12 May 1999 14:30:54 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905122130.OAA97202@freefall.freebsd.org> From: Luoqi Chen Date: Wed, 12 May 1999 14:30:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c vm86bios.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/12 14:30:53 PDT Modified files: sys/i386/i386 genassym.c vm86bios.s Log: VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words. Requested by: Bruce Revision Changes Path 1.68 +2 -2 src/sys/i386/i386/genassym.c 1.12 +3 -3 src/sys/i386/i386/vm86bios.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 14:31:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD3B114BE0; Wed, 12 May 1999 14:31:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA97238; Wed, 12 May 1999 14:31:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905122131.OAA97238@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 14:31:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/rlpr Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 14:31:23 PDT Modified files: print/rlpr Makefile Log: Add missing gettext dependency. Submitted by: Mikhail Teterin Revision Changes Path 1.2 +3 -1 ports/print/rlpr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 14:37: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id 5E66E14BE0; Wed, 12 May 1999 14:36:57 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id BAA15779; Thu, 13 May 1999 01:36:56 +0400 (MSD) (envelope-from ache) Date: Thu, 13 May 1999 01:36:56 +0400 From: "Andrey A. Chernov" To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 Message-ID: <19990513013655.B15675@nagual.pp.ru> References: <199905111416.HAA81472@freefall.freebsd.org> <199905120130.SAA03044@vader.cs.berkeley.edu> <19990512155824.A6949@nagual.pp.ru> <199905121204.FAA35321@silvia.hip.berkeley.edu> <19990512162948.A7115@nagual.pp.ru> <199905121242.FAA35481@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905121242.FAA35481@silvia.hip.berkeley.edu>; from asami@FreeBSD.org on Wed, May 12, 1999 at 05:42:29AM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, May 12, 1999 at 05:42:29AM -0700, Satoshi - Ports Wraith - Asami wrote: > I don't know why it is so hard for you to read commit messages while > nobody else has problems with it, Andrey. In this particular case I was traveling from one country to another and have non-convinient access to my mailbox. Don't remember about previous cases. > Ok, during the next ports freeze, I'll disable commits from you to the > ports tree. > > You asked for it. Ok, but to the ports tree only. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 14:38:22 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id 758B114BE0; Wed, 12 May 1999 14:38:20 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id OAA01332; Wed, 12 May 1999 14:36:56 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905122136.OAA01332@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Paul Richards Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_lnc_p.c In-reply-to: Your message of "Tue, 11 May 1999 16:46:24 PDT." <199905112346.QAA86989@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 May 1999 14:36:56 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I'm going to print this one out and frame it. > paul 1999/05/11 16:46:23 PDT > > Modified files: (Branch: RELENG_3) > sys/pci if_lnc_p.c > Log: > MFC - set bust master enable bit. > > Approved by: jkh > > Revision Changes Path > 1.7.2.1 +11 -4 src/sys/pci/if_lnc_p.c > > -- \\ 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 14:39:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A41F14D25; Wed, 12 May 1999 14:39:09 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA97717; Wed, 12 May 1999 14:39:09 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905122139.OAA97717@freefall.freebsd.org> From: Luoqi Chen Date: Wed, 12 May 1999 14:39:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c globals.s machdep.c mp_machdep.c swtch.s vm86.c vm86bios.s src/sys/i386/include asnames.h globaldata.h globals.h src/sys/pc98/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/12 14:39:08 PDT Modified files: sys/i386/i386 genassym.c globals.s machdep.c mp_machdep.c swtch.s vm86.c vm86bios.s sys/i386/include asnames.h globaldata.h globals.h sys/pc98/i386 machdep.c Log: Unbreak VESA on SMP. Revision Changes Path 1.69 +2 -1 src/sys/i386/i386/genassym.c 1.11 +5 -3 src/sys/i386/i386/globals.s 1.335 +4 -3 src/sys/i386/i386/machdep.c 1.101 +3 -2 src/sys/i386/i386/mp_machdep.c 1.81 +7 -10 src/sys/i386/i386/swtch.s 1.25 +1 -4 src/sys/i386/i386/vm86.c 1.13 +5 -7 src/sys/i386/i386/vm86bios.s 1.35 +2 -1 src/sys/i386/include/asnames.h 1.9 +2 -1 src/sys/i386/include/globaldata.h 1.2 +3 -1 src/sys/i386/include/globals.h 1.117 +4 -3 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15: 6: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 068F315086; Wed, 12 May 1999 15:06:03 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA99103; Wed, 12 May 1999 15:06:03 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905122206.PAA99103@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 15:06:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 15:06:02 PDT Modified files: release/sysinstall menus.c Log: Update norwegian time server. Noted by: dag Revision Changes Path 1.202 +3 -3 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15: 6:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAB8515304; Wed, 12 May 1999 15:06:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA99142; Wed, 12 May 1999 15:06:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905122206.PAA99142@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 15:06:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 15:06:21 PDT Modified files: (Branch: RELENG_3) release/sysinstall menus.c Log: MFC: norwegian time server. Revision Changes Path 1.180.2.21 +3 -3 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15:29:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66EF615DB3; Wed, 12 May 1999 15:29:57 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA00836; Wed, 12 May 1999 15:29:57 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905122229.PAA00836@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 15:29:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase11-i18n Makefile ports/x11/kdebase11-i18n/patches patch-ab ports/x11/kdebase11-i18n/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 15:29:56 PDT Modified files: x11/kdebase11-i18n Makefile x11/kdebase11-i18n/patches patch-ab x11/kdebase11-i18n/pkg PLIST Log: Add RUN_KAPPFINDER=no so packaging works. (Back out my incomplete fix from yesterday.) Submitted by: maintainer Revision Changes Path 1.41 +3 -2 ports/x11/kdebase11-i18n/Makefile 1.2 +1 -1 ports/x11/kdebase11-i18n/patches/patch-ab 1.20 +22 -5 ports/x11/kdebase11-i18n/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15:30:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E1E515D98; Wed, 12 May 1999 15:30:55 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA00905; Wed, 12 May 1999 15:30:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905122230.PAA00905@freefall.freebsd.org> From: Peter Wemm Date: Wed, 12 May 1999 15:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c subr_xxx.c vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/12 15:30:53 PDT Modified files: sys/kern kern_shutdown.c subr_xxx.c vfs_bio.c Log: Try an fix a couple of dev_t/major/minor etc nits. Revision Changes Path 1.52 +3 -2 src/sys/kern/kern_shutdown.c 1.13 +2 -2 src/sys/kern/subr_xxx.c 1.211 +4 -3 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15:32:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BDD2153C4; Wed, 12 May 1999 15:32:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA01043; Wed, 12 May 1999 15:32:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905122232.PAA01043@freefall.freebsd.org> From: Peter Wemm Date: Wed, 12 May 1999 15:32:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/12 15:32:11 PDT Modified files: sys/ufs/ffs ffs_alloc.c Log: Try and fix a dev_t/major/minor etc nit. Revision Changes Path 1.58 +3 -3 src/sys/ufs/ffs/ffs_alloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15:33:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CA8015DD4; Wed, 12 May 1999 15:33:12 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA01089; Wed, 12 May 1999 15:33:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905122233.PAA01089@freefall.freebsd.org> From: Peter Wemm Date: Wed, 12 May 1999 15:33:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys conf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/12 15:33:11 PDT Modified files: sys/sys conf.h Log: dev is a pointer, printf it as such Revision Changes Path 1.56 +2 -2 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15:35: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 442F5153C4; Wed, 12 May 1999 15:35:03 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA01186; Wed, 12 May 1999 15:35:03 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905122235.PAA01186@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 15:35:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 15:35:02 PDT Modified files: graphics/xsane Makefile Log: Add missing dependency to sane. Submitted by: maintainer Revision Changes Path 1.2 +2 -1 ports/graphics/xsane/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15:45: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C353D151ED; Wed, 12 May 1999 15:45:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA02572; Wed, 12 May 1999 15:45:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905122245.PAA02572@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 15:45:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/guavac Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 15:45:04 PDT Modified files: lang/guavac Makefile Log: Fix up dependencies so this will build in 3.x. Submitted by: Jeremy Lea Revision Changes Path 1.13 +9 -5 ports/lang/guavac/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 15:56:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 931D814DDC; Wed, 12 May 1999 15:56:32 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA03598; Wed, 12 May 1999 15:56:32 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905122256.PAA03598@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 15:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 15:56:31 PDT Added files: x11-toolkits/py-gnome/patches patch-ac Log: Fix to cope with gnomeui interface change (what's new? ;). Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16: 1:34 1999 Delivered-To: cvs-all@freebsd.org Received: from imap.ncsa.es (imap.ncsa.es [194.179.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 135A015146; Wed, 12 May 1999 16:01:15 -0700 (PDT) (envelope-from jesusr@freebsd.org) Received: from kk (modem224-103.ncsa.es [195.77.224.103]) by imap.ncsa.es (8.9.3/8.9.1) with SMTP id BAA23886; Thu, 13 May 1999 01:00:40 +0200 (CEST) Message-ID: <001001be9ccb$a578bcc0$67e04dc3@kk> From: "Jesus Rodriguez" To: "Bill Fumerola" , , Subject: RE: cvs commit: src/share/examples/cvsup doc-supfile www-supfile Date: Thu, 13 May 1999 01:03:22 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >billf 1999/05/12 13:01:11 PDT > > Added files: > share/examples/cvsup doc-supfile www-supfile > Log: > Add doc-supfile and www-supfile, for those who'd like to track those > repositories. > > On a side note, I think www should be called www-all, like all of our > other collections. > > Requested By: jesusr > No Problems: jdp Thanks, Bill. JesusR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16: 2:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA9EB15146; Wed, 12 May 1999 16:02:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03978; Wed, 12 May 1999 16:02:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905122302.QAA03978@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 16:02:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/otcl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 16:02:33 PDT Modified files: lang/otcl Makefile Log: Minor cleanup - remove Xlib dependency, as it's already there through tk. Submitted by: maintainer Revision Changes Path 1.4 +2 -3 ports/lang/otcl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16: 3: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 74AC215146; Wed, 12 May 1999 16:03:03 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA10869; Wed, 12 May 1999 16:04:04 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id QAA38360; Wed, 12 May 1999 16:02:58 -0700 (PDT) Date: Wed, 12 May 1999 16:02:58 -0700 (PDT) Message-Id: <199905122302.QAA38360@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obonilla@fisicc-ufm.edu Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <19990512084440.B8004@fisicc-ufm.edu> (message from Oscar Bonilla on Wed, 12 May 1999 08:44:40 -0600) Subject: Re: cvs commit: ports/lang/otcl Makefile From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199905120953.CAA37356@freefall.freebsd.org> <19990512084440.B8004@fisicc-ufm.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Oscar Bonilla * shouldn't you drop the dependency on X too since it is also pulled by * tk? You're right. I removed USE_XLIB, thanks. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16: 5:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 183FE153F1; Wed, 12 May 1999 16:05:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04162; Wed, 12 May 1999 16:05:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905122305.QAA04162@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 16:05:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel-emacs Makefile ports/editors/apel-emacs/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 16:05:18 PDT Modified files: editors/apel-emacs Makefile editors/apel-emacs/pkg DESCR Log: Fix some typos. Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/editors/apel-emacs/Makefile 1.4 +3 -2 ports/editors/apel-emacs/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16: 5:48 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id E055915146; Wed, 12 May 1999 16:04:27 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id IAA03032; Thu, 13 May 1999 08:34:11 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id IAA14945; Thu, 13 May 1999 08:34:11 +0930 (CST) Date: Thu, 13 May 1999 08:34:10 +0930 From: Greg Lehey To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en/handbook authors.ent Message-ID: <19990513083410.T89091@freebie.lemis.com> References: <199905121936.MAA89870@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.4i In-Reply-To: <199905121936.MAA89870@freefall.freebsd.org>; from Bill Fumerola on Wed, May 12, 1999 at 12:36:24PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wednesday, 12 May 1999 at 12:36:24 -0700, Bill Fumerola wrote: > billf 1999/05/12 12:36:24 PDT > > Modified files: > en/handbook authors.ent > Log: > Spell 'joerg' with an 'e' (was 'jorg') Why not spell it Jörg, as it's intended to be? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16: 8: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C388315146; Wed, 12 May 1999 16:08:04 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04245; Wed, 12 May 1999 16:08:04 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905122308.QAA04245@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 16:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall kget.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 16:08:04 PDT Modified files: release/sysinstall kget.c Log: Correct a bug which could cause a segfault if there is no uc_devlist data. Noticed by: Bill Swingle Revision Changes Path 1.9 +11 -10 src/release/sysinstall/kget.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16: 8:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41CA815446; Wed, 12 May 1999 16:08:31 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04285; Wed, 12 May 1999 16:08:31 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905122308.QAA04285@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 16:08:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall kget.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 16:08:31 PDT Modified files: (Branch: RELENG_3) release/sysinstall kget.c Log: MFC: avoid bogus uc_devlist data. Revision Changes Path 1.1.2.8 +11 -10 src/release/sysinstall/kget.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16:16:33 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 739431585B; Wed, 12 May 1999 16:16:26 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA10886; Wed, 12 May 1999 16:17:09 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id QAA38442; Wed, 12 May 1999 16:15:24 -0700 (PDT) Date: Wed, 12 May 1999 16:15:24 -0700 (PDT) Message-Id: <199905122315.QAA38442@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: mharo@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <19990512085049.A52781@hub.freebsd.org> (message from Michael Haro on Wed, 12 May 1999 08:50:49 -0700) Subject: Re: cvs commit: ports/Tools/portbuild/3/bindist README ports/Tools/portbuild/4/bindist README From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199905120809.BAA27018@freefall.freebsd.org> <19990512085049.A52781@hub.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Michael Haro * Which ports require /dev/bpf0? Do they check if it exists and give an * error message if it doesn't exist? net/libnet gets confused and thinks it's some other OS. Or something like that. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16:26:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03D2E15A2D; Wed, 12 May 1999 16:26:45 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05469; Wed, 12 May 1999 16:26:44 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905122326.QAA05469@freefall.freebsd.org> From: Matt Jacob Date: Wed, 12 May 1999 16:26:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/12 16:26:44 PDT Modified files: (Branch: RELENG_3) sys/dev/isp isp_freebsd.c Log: Approved by jkh: MFC: When asked to get the current transfer settings go do a dev_refresh isp_update call to get a better chance at seeing whether a recent settings change has latched up. Revision Changes Path 1.10.2.3 +26 -12 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16:27:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 117C915A9C; Wed, 12 May 1999 16:27:31 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05511; Wed, 12 May 1999 16:27:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905122327.QAA05511@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 16:27:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/octave Makefile ports/math/octave/patches patch-aa patch-ab patch-ac patch-ad ports/math/octave/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 16:27:30 PDT Modified files: math/octave Makefile math/octave/pkg PLIST Added files: math/octave/patches patch-aa patch-ab patch-ac patch-ad Log: Misc. build fix. I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea Revision Changes Path 1.19 +21 -17 ports/math/octave/Makefile 1.21 +159 -157 ports/math/octave/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16:50:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1433515A0E; Wed, 12 May 1999 16:50:53 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA07307; Wed, 12 May 1999 16:50:53 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199905122350.QAA07307@freefall.freebsd.org> From: Mike Smith Date: Wed, 12 May 1999 16:50:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/05/12 16:50:53 PDT Modified files: lib/libdisk create_chunk.c Log: Fix my own Pie Floater. (Correctly handle 'wd' devices) Revision Changes Path 1.36 +2 -2 src/lib/libdisk/create_chunk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16:52: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED6D815DCC; Wed, 12 May 1999 16:51:59 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA07342; Wed, 12 May 1999 16:51:59 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199905122351.QAA07342@freefall.freebsd.org> From: Mike Smith Date: Wed, 12 May 1999 16:51:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/05/12 16:51:59 PDT Modified files: (Branch: RELENG_3) lib/libdisk create_chunk.c Log: MFC: Fix handling of 'wd' in MakeDev. Remove axe from foot. Revision Changes Path 1.34.2.2 +2 -2 src/lib/libdisk/create_chunk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 16:58:11 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id CAA4C15E1D; Wed, 12 May 1999 16:57:56 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id KAA29077; Thu, 13 May 1999 10:09:35 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905130009.KAA29077@cimlogic.com.au> Subject: Re: cvs commit: src/lib/libdisk create_chunk.c In-Reply-To: <199905122350.QAA07307@freefall.freebsd.org> from Mike Smith at "May 12, 1999 4:50:53 pm" To: msmith@FreeBSD.org (Mike Smith) Date: Thu, 13 May 1999 10:09:34 +1000 (EST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Mike Smith wrote: > msmith 1999/05/12 16:50:53 PDT > > Modified files: > lib/libdisk create_chunk.c > Log: > Fix my own Pie Floater. Chuckle. Home sick are we?! -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 17: 7:52 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 1F58014DBF; Wed, 12 May 1999 17:06:47 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id JAA03409; Thu, 13 May 1999 09:36:36 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA15357; Thu, 13 May 1999 09:36:32 +0930 (CST) Date: Thu, 13 May 1999 09:36:31 +0930 From: Greg Lehey To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha INSTALL.TXT Message-ID: <19990513093631.Y89091@freebie.lemis.com> References: <199905120817.BAA27645@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905120817.BAA27645@freefall.freebsd.org>; from Jordan Hubbard on Wed, May 12, 1999 at 01:17:06AM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wednesday, 12 May 1999 at 1:17:06 -0700, Jordan Hubbard wrote: > jkh 1999/05/12 01:17:06 PDT > > Added files: > release/texts/alpha INSTALL.TXT > Log: > A special installation guide for the Alpha. Thanks, Doug! This is good! I still don't understand this: The easiest type of installation is from CD. If you have a supported CDROM drive and a FreeBSD installation CD from Walnut Creek CDROM, you can start the installation by building a set of FreeBSD boot floppy from the files floppies/kern.flp and floppies/mfsroot.flp using the instructions found in floppies/README.TXT. Is this a different installation CD? If so, you should say so. Otherwise you'll have people trying to boot from the i386 CD, especially since WC don't seem to offer an Alpha CD. This is a serious problem for me. I'm trying to get something about Alpha into "The Complete FreeBSD", and I still don't know what to tell them. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 17:11:43 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id E925F15258; Wed, 12 May 1999 17:11:36 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id RAA02365; Wed, 12 May 1999 17:08:43 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905130008.RAA02365@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Greg Lehey Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha INSTALL.TXT In-reply-to: Your message of "Thu, 13 May 1999 09:36:31 +0930." <19990513093631.Y89091@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 May 1999 17:08:43 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Wednesday, 12 May 1999 at 1:17:06 -0700, Jordan Hubbard wrote: > > jkh 1999/05/12 01:17:06 PDT > > > > Added files: > > release/texts/alpha INSTALL.TXT > > Log: > > A special installation guide for the Alpha. Thanks, Doug! This is good! > > I still don't understand this: > > The easiest type of installation is from CD. If you have a > supported CDROM drive and a FreeBSD installation CD from Walnut > Creek CDROM, you can start the installation by building a set of > FreeBSD boot floppy from the files floppies/kern.flp and > floppies/mfsroot.flp using the instructions found in > floppies/README.TXT. > > Is this a different installation CD? If so, you should say so. > Otherwise you'll have people trying to boot from the i386 CD, > especially since WC don't seem to offer an Alpha CD. > > This is a serious problem for me. I'm trying to get something about > Alpha into "The Complete FreeBSD", and I still don't know what to tell > them. Like we keep telling you, the Alpha install bits are ON THE SECOND CDROM. -- \\ 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 17:16: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6979A14DBF; Wed, 12 May 1999 17:16:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08880; Wed, 12 May 1999 17:16:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905130016.RAA08880@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 12 May 1999 17:16:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mico Makefile ports/devel/mico/patches patch-am patch-ak ports/devel/mico/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/12 17:16:06 PDT Modified files: devel/mico Makefile devel/mico/patches patch-ak devel/mico/pkg PLIST Added files: devel/mico/patches patch-am Log: Build fix, misc. cleanup. Submitted by: Jeremy Lea Revision Changes Path 1.32 +7 -14 ports/devel/mico/Makefile 1.5 +17 -2 ports/devel/mico/patches/patch-ak 1.11 +308 -310 ports/devel/mico/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 17:17:18 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 8E64A14E53; Wed, 12 May 1999 17:17:15 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id RAA67165; Wed, 12 May 1999 17:17:10 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Greg Lehey Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha INSTALL.TXT In-reply-to: Your message of "Thu, 13 May 1999 09:36:31 +0930." <19990513093631.Y89091@freebie.lemis.com> Date: Wed, 12 May 1999 17:17:10 -0700 Message-ID: <67162.926554630@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk One of the CDs will be marked "Alpha installation" - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 17:22: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 1782714DBF; Wed, 12 May 1999 17:21:59 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id JAA03500; Thu, 13 May 1999 09:51:54 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA15564; Thu, 13 May 1999 09:51:53 +0930 (CST) Date: Thu, 13 May 1999 09:51:52 +0930 From: Greg Lehey To: Mike Smith Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha INSTALL.TXT Message-ID: <19990513095152.A89091@freebie.lemis.com> References: <19990513093631.Y89091@freebie.lemis.com> <199905130008.RAA02365@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905130008.RAA02365@dingo.cdrom.com>; from Mike Smith on Wed, May 12, 1999 at 05:08:43PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wednesday, 12 May 1999 at 17:08:43 -0700, Mike Smith wrote: >> On Wednesday, 12 May 1999 at 1:17:06 -0700, Jordan Hubbard wrote: >>> jkh 1999/05/12 01:17:06 PDT >>> >>> Added files: >>> release/texts/alpha INSTALL.TXT >>> Log: >>> A special installation guide for the Alpha. Thanks, Doug! This is good! >> >> I still don't understand this: >> >> The easiest type of installation is from CD. If you have a >> supported CDROM drive and a FreeBSD installation CD from Walnut >> Creek CDROM, you can start the installation by building a set of >> FreeBSD boot floppy from the files floppies/kern.flp and >> floppies/mfsroot.flp using the instructions found in >> floppies/README.TXT. >> >> Is this a different installation CD? If so, you should say so. >> Otherwise you'll have people trying to boot from the i386 CD, >> especially since WC don't seem to offer an Alpha CD. >> >> This is a serious problem for me. I'm trying to get something about >> Alpha into "The Complete FreeBSD", and I still don't know what to tell >> them. > > Like we keep telling you, the Alpha install bits are ON THE SECOND > CDROM. You have told me that. Jordan has told me they're on the Toolkit CD-ROM, and I see a reply saying they're on the Alpha Install CD-ROM. INSTALL says they're on the CD-ROM. Don't you think there's potential for misunderstanding here? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 19:36:37 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 766) id F235F14FB2; Wed, 12 May 1999 19:36:35 -0700 (PDT) Date: Wed, 12 May 1999 19:36:35 -0700 From: Michael Haro To: Satoshi - Ports Wraith - Asami Cc: mharo@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/Tools/portbuild/3/bindist README ports/Tools/portbuild/4/bindist README Message-ID: <19990512193635.A93523@hub.freebsd.org> References: <199905120809.BAA27018@freefall.freebsd.org> <19990512085049.A52781@hub.freebsd.org> <199905122315.QAA38442@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905122315.QAA38442@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Wed, May 12, 1999 at 04:15:24PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, May 12, 1999 at 04:15:24PM -0700, Satoshi - Ports Wraith - Asami wrote: > * From: Michael Haro > > * Which ports require /dev/bpf0? Do they check if it exists and give an > * error message if it doesn't exist? > > net/libnet gets confused and thinks it's some other OS. Or something > like that. Maybe it should check for /dev/bpf0 and if it doesn't exist exit telling the user it requires /dev/bpf0 exist and bpffilter is required to be compiled into the kernel? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 19:49:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04BBD14BE7; Wed, 12 May 1999 19:49:27 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA17925; Wed, 12 May 1999 19:49:27 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905130249.TAA17925@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 19:49:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 19:49:27 PDT Modified files: release Makefile Log: fix stupid typo. Revision Changes Path 1.484 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 19:51: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B36E14C15; Wed, 12 May 1999 19:51:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA18012; Wed, 12 May 1999 19:50:59 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905130250.TAA18012@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 19:50:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 19:50:59 PDT Modified files: (Branch: RELENG_3) release Makefile Log: MFC: typo Revision Changes Path 1.460.2.18 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 21: 2:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5036B14D91; Wed, 12 May 1999 21:02:09 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23433; Wed, 12 May 1999 21:02:09 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905130402.VAA23433@freefall.freebsd.org> From: Luoqi Chen Date: Wed, 12 May 1999 21:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm device_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/12 21:02:09 PDT Modified files: sys/vm device_pager.c Log: Device pager's handle is dev_t not udev_t. Revision Changes Path 1.42 +3 -3 src/sys/vm/device_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 21:29:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E270214FB8; Wed, 12 May 1999 21:29:13 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25016; Wed, 12 May 1999 21:29:13 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905130429.VAA25016@freefall.freebsd.org> From: Luoqi Chen Date: Wed, 12 May 1999 21:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore savecore.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/12 21:29:13 PDT Modified files: sbin/savecore savecore.c Log: Read dumpdev using sysctl(3) interface. Now savecore should work again after the dev_t changes. Revision Changes Path 1.23 +22 -16 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 22:24:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BBCD15220; Wed, 12 May 1999 22:24:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA29752; Wed, 12 May 1999 22:24:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905130524.WAA29752@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 22:24:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dpt dpt_control.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 22:24:56 PDT Modified files: sys/dev/dpt dpt_control.c Log: I'm told by the PR author that this page_size increment was in the wrong place; back it out. Revision Changes Path 1.12 +1 -2 src/sys/dev/dpt/dpt_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 22:25:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CA6315220; Wed, 12 May 1999 22:25:26 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA29866; Wed, 12 May 1999 22:25:26 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905130525.WAA29866@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 12 May 1999 22:25:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dpt dpt_control.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/12 22:25:26 PDT Modified files: (Branch: RELENG_3) sys/dev/dpt dpt_control.c Log: MFC: minor back-out of parts of 1.10. Revision Changes Path 1.10.2.2 +1 -2 src/sys/dev/dpt/dpt_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 23: 7:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 585F1151DF; Wed, 12 May 1999 23:07:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA32757; Wed, 12 May 1999 23:07:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905130607.XAA32757@freefall.freebsd.org> From: Bruce Evans Date: Wed, 12 May 1999 23:07:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_examine.c db_variables.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/12 23:07:47 PDT Modified files: sys/ddb db_examine.c db_variables.c Log: Restored used include of . -Wmissing-prototypes doesn't work for builtin functions. Revision Changes Path 1.25 +3 -1 src/sys/ddb/db_examine.c 1.17 +2 -1 src/sys/ddb/db_variables.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 12 23:27:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFD34153A0; Wed, 12 May 1999 23:27:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA34629; Wed, 12 May 1999 23:27:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905130627.XAA34629@freefall.freebsd.org> From: Bruce Evans Date: Wed, 12 May 1999 23:27:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/12 23:27:55 PDT Modified files: sys/gnu/ext2fs ext2_alloc.c Log: Fixed printing of a dev_t in a panic message. Fixed the function name in this message. Revision Changes Path 1.26 +2 -2 src/sys/gnu/ext2fs/ext2_alloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 0: 0:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0308614FDD; Thu, 13 May 1999 00:00:36 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA37198; Thu, 13 May 1999 00:00:36 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905130700.AAA37198@freefall.freebsd.org> From: Warner Losh Date: Thu, 13 May 1999 00:00:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/13 00:00:36 PDT Modified files: (Branch: RELENG_3) sys/dev/aha aha.c Log: Merge the test for 0x7f for the undocumented geometry register from current. The patch didn't want to apply, so this is reimplemented. Approved by: jkh Revision Changes Path 1.19.2.2 +5 -3 src/sys/dev/aha/aha.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 0:34:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47E5B15415; Thu, 13 May 1999 00:34:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA39486; Thu, 13 May 1999 00:34:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905130734.AAA39486@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 00:34:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 i386-gdbstub.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 00:34:27 PDT Modified files: sys/i386/i386 i386-gdbstub.c Log: Renamed the private copies of strlen and strcpy to gdb_strlen and gdb_strcpy, respectively. This saves fixing the wrong return type of the private strlen and makes the addresses of strlen and strcpy unambiguous. Revision Changes Path 1.12 +3 -4 src/sys/i386/i386/i386-gdbstub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 0:54:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FC3D14D5B; Thu, 13 May 1999 00:54:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41207; Thu, 13 May 1999 00:54:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905130754.AAA41207@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 00:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 00:54:26 PDT Modified files: sys/pci brooktree848.c Log: memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunately it exists as a gcc builtin provided the kernel is not compiled with -O0 or -fno-builtin. Revision Changes Path 1.76 +2 -2 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 2: 9:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E809914BD2; Thu, 13 May 1999 02:09:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA47284; Thu, 13 May 1999 02:09:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905130909.CAA47284@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 02:09:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master src/sys/sys ktrace.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 02:09:38 PDT Modified files: sys/kern syscalls.master sys/sys ktrace.h Log: Fixed nonsense arg type `const caddr_t' in the prototype() for utrace(). Changed to `const void *'. utrace() is undocumented, so nothing should notice. Fixed missing consts for utrace() and ktrace() in syscalls.master. sys/ktrace.h is missing some Lite2 changes of shorts to ints. Revision Changes Path 1.59 +3 -3 src/sys/kern/syscalls.master 1.13 +2 -2 src/sys/sys/ktrace.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 2:13: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A19115470; Thu, 13 May 1999 02:12:59 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA47611; Thu, 13 May 1999 02:12:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905130912.CAA47611@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 02:12:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.c init_sysent.c src/sys/sys syscall.h sysproto.h syscall.mk syscall-hide.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 02:12:58 PDT Modified files: sys/kern syscalls.c init_sysent.c sys/sys syscall.h sysproto.h syscall.mk syscall-hide.h Log: Regenerated. Revision Changes Path 1.59 +1 -1 src/sys/kern/syscalls.c 1.66 +1 -1 src/sys/kern/init_sysent.c 1.57 +1 -1 src/sys/sys/syscall.h 1.47 +3 -3 src/sys/sys/sysproto.h 1.12 +1 -1 src/sys/sys/syscall.mk 1.53 +1 -1 src/sys/sys/syscall-hide.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 2:18:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5374915173; Thu, 13 May 1999 02:18:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA47843; Thu, 13 May 1999 02:18:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905130918.CAA47843@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 13 May 1999 02:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/custom-emacs Makefile ports/games/bnetd Makefile ports/devel/tclgetopts Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/13 02:18:17 PDT Modified files: editors/custom-emacs Makefile games/bnetd Makefile devel/tclgetopts Makefile Log: Fix a few more category typos. Revision Changes Path 1.2 +2 -2 ports/editors/custom-emacs/Makefile 1.3 +2 -2 ports/games/bnetd/Makefile 1.2 +2 -2 ports/devel/tclgetopts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 2:19:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31A6E154B6; Thu, 13 May 1999 02:19:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA47926; Thu, 13 May 1999 02:19:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905130919.CAA47926@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 02:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 02:19:16 PDT Modified files: sys/kern Makefile Log: Added ../sys/syscall.mk to targets. Back it up like all the other targets. Revision Changes Path 1.5 +2 -1 src/sys/kern/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 2:21: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9886815173; Thu, 13 May 1999 02:21:02 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA48120; Thu, 13 May 1999 02:21:02 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905130921.CAA48120@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 13 May 1999 02:21:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/13 02:21:02 PDT Modified files: . INDEX Log: New index, with 2 x 2 x 2 x 5 x 59 (that's 2,360 for our calculator-challenged friends out there) ports. Unless I screwed up something, this should be the official INDEX for 3.2R. You should be able to get the 3.2R ports tree with cvs co -rRELEASE_3_2_0 ports Revision Changes Path 1.222 +303 -251 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 2:22:33 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id E67BE15613; Thu, 13 May 1999 02:20:07 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA01432; Thu, 13 May 1999 10:19:36 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Thu, 13 May 1999 10:19:36 +0100 (BST) From: Doug Rabson To: Greg Lehey Cc: Mike Smith , "Jordan K. Hubbard" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha INSTALL.TXT In-Reply-To: <19990513095152.A89091@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 13 May 1999, Greg Lehey wrote: > On Wednesday, 12 May 1999 at 17:08:43 -0700, Mike Smith wrote: > >> On Wednesday, 12 May 1999 at 1:17:06 -0700, Jordan Hubbard wrote: > >>> jkh 1999/05/12 01:17:06 PDT > >>> > >>> Added files: > >>> release/texts/alpha INSTALL.TXT > >>> Log: > >>> A special installation guide for the Alpha. Thanks, Doug! This is good! > >> > >> I still don't understand this: > >> > >> The easiest type of installation is from CD. If you have a > >> supported CDROM drive and a FreeBSD installation CD from Walnut > >> Creek CDROM, you can start the installation by building a set of > >> FreeBSD boot floppy from the files floppies/kern.flp and > >> floppies/mfsroot.flp using the instructions found in > >> floppies/README.TXT. > >> > >> Is this a different installation CD? If so, you should say so. > >> Otherwise you'll have people trying to boot from the i386 CD, > >> especially since WC don't seem to offer an Alpha CD. > >> > >> This is a serious problem for me. I'm trying to get something about > >> Alpha into "The Complete FreeBSD", and I still don't know what to tell > >> them. > > > > Like we keep telling you, the Alpha install bits are ON THE SECOND > > CDROM. > > You have told me that. Jordan has told me they're on the Toolkit > CD-ROM, and I see a reply saying they're on the Alpha Install CD-ROM. > INSTALL says they're on the CD-ROM. Don't you think there's potential > for misunderstanding here? The text should be changed to say 'Alpha Install CD-ROM' then. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 2:27:22 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 4BC90155BD; Thu, 13 May 1999 02:27:20 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA11569; Thu, 13 May 1999 02:28:10 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id CAA40344; Thu, 13 May 1999 02:26:39 -0700 (PDT) Date: Thu, 13 May 1999 02:26:39 -0700 (PDT) Message-Id: <199905130926.CAA40344@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905130921.CAA48120@freefall.freebsd.org> (message from Satoshi Asami on Thu, 13 May 1999 02:21:02 -0700 (PDT)) Subject: Re: cvs commit: ports INDEX From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905130921.CAA48120@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi all, * Modified files: * . INDEX * Log: * New index, with 2 x 2 x 2 x 5 x 59 (that's 2,360 for our * calculator-challenged friends out there) ports. I've given the packages and distfiles to Steve for partitioning. Thanks for all your fixes, I've got about 20 more packages today as a result. And of course, thanks to all the porters and committers who helped grow this file by 55 in just a week! The ports freeze is not over yet, as we need to make sure the entire release is generated correctly. I'll yell when we are all clear. Thanks, Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 2:43:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A154515498; Thu, 13 May 1999 02:43:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49641; Thu, 13 May 1999 02:43:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905130943.CAA49641@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 13 May 1999 02:43:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/13 02:43:31 PDT Modified files: sys/modules Makefile Log: Vinum doesn't compile right now. Revision Changes Path 1.61 +5 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 4:11:15 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id B34E014CC1; Thu, 13 May 1999 04:11:05 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id EAA69414; Thu, 13 May 1999 04:09:18 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Doug Rabson Cc: Greg Lehey , Mike Smith , "Jordan K. Hubbard" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha INSTALL.TXT In-reply-to: Your message of "Thu, 13 May 1999 10:19:36 BST." Date: Thu, 13 May 1999 04:09:17 -0700 Message-ID: <69410.926593757@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk It does. > On Thu, 13 May 1999, Greg Lehey wrote: > > > On Wednesday, 12 May 1999 at 17:08:43 -0700, Mike Smith wrote: > > >> On Wednesday, 12 May 1999 at 1:17:06 -0700, Jordan Hubbard wrote: > > >>> jkh 1999/05/12 01:17:06 PDT > > >>> > > >>> Added files: > > >>> release/texts/alpha INSTALL.TXT > > >>> Log: > > >>> A special installation guide for the Alpha. Thanks, Doug! This is g ood! > > >> > > >> I still don't understand this: > > >> > > >> The easiest type of installation is from CD. If you have a > > >> supported CDROM drive and a FreeBSD installation CD from Walnut > > >> Creek CDROM, you can start the installation by building a set of > > >> FreeBSD boot floppy from the files floppies/kern.flp and > > >> floppies/mfsroot.flp using the instructions found in > > >> floppies/README.TXT. > > >> > > >> Is this a different installation CD? If so, you should say so. > > >> Otherwise you'll have people trying to boot from the i386 CD, > > >> especially since WC don't seem to offer an Alpha CD. > > >> > > >> This is a serious problem for me. I'm trying to get something about > > >> Alpha into "The Complete FreeBSD", and I still don't know what to tell > > >> them. > > > > > > Like we keep telling you, the Alpha install bits are ON THE SECOND > > > CDROM. > > > > You have told me that. Jordan has told me they're on the Toolkit > > CD-ROM, and I see a reply saying they're on the Alpha Install CD-ROM. > > INSTALL says they're on the CD-ROM. Don't you think there's potential > > for misunderstanding here? > > The text should be changed to say 'Alpha Install CD-ROM' then. > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 442 9037 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 4:20:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31B8514E05; Thu, 13 May 1999 04:20:22 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA54703; Thu, 13 May 1999 04:20:21 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905131120.EAA54703@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 13 May 1999 04:20:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal developer.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/13 04:20:20 PDT Modified files: en/internal developer.sgml Log: Added: FreeBSD Documentation Project Primer for New Contributors Revision Changes Path 1.2 +10 -2 www/en/internal/developer.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 4:53:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F119314DD9; Thu, 13 May 1999 04:53:30 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA56832; Thu, 13 May 1999 04:53:30 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905131153.EAA56832@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 13 May 1999 04:53:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/ports Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/13 04:53:30 PDT Modified files: en/ports Makefile Log: If we cannot login into ftp.freebsd.org, use the old packages.exists file. Revision Changes Path 1.23 +7 -2 www/en/ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 4:58:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A2BE14DDB; Thu, 13 May 1999 04:58:43 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA57304; Thu, 13 May 1999 04:58:43 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905131158.EAA57304@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 13 May 1999 04:58:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/13 04:58:43 PDT Modified files: . INDEX Log: A typo in mhonarc URL broke the web pages build. Revision Changes Path 1.223 +1 -1 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 4:59:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E52A514DD9; Thu, 13 May 1999 04:59:16 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA57353; Thu, 13 May 1999 04:59:16 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905131159.EAA57353@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 13 May 1999 04:59:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/13 04:59:16 PDT Modified files: en/news press.sgml Log: Add link to Inktomi press release about Traffic Server 3.0. Submitted by: Terry (via jkh/wosch) Revision Changes Path 1.64 +9 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 5: 2:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD9AD14FE7; Thu, 13 May 1999 05:02:35 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA57501; Thu, 13 May 1999 05:02:35 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905131202.FAA57501@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 13 May 1999 05:02:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mhonarc/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/13 05:02:35 PDT Modified files: www/mhonarc/pkg DESCR Log: Do what the previous commit claimed. Revision Changes Path 1.5 +1 -1 ports/www/mhonarc/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 5:18:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A169D14C29; Thu, 13 May 1999 05:18:27 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA58495; Thu, 13 May 1999 05:18:27 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905131218.FAA58495@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 13 May 1999 05:18:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/jot Makefile jot.1 jot.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/13 05:18:27 PDT Modified files: usr.bin/jot Makefile jot.1 jot.c Log: Correct an error in a manpage example, add -Wall -W to Makefile (no warnings given) and modify source to use arc4random() instead of random(). Reviewed by: ache Revision Changes Path 1.2 +2 -0 src/usr.bin/jot/Makefile 1.4 +2 -2 src/usr.bin/jot/jot.1 1.9 +2 -6 src/usr.bin/jot/jot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 5:21:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5444D14C0D; Thu, 13 May 1999 05:21:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA58887; Thu, 13 May 1999 05:21:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905131221.FAA58887@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 05:21:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/ic i82586.h src/sys/i386/isa if_ie.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 05:21:44 PDT Modified files: sys/i386/isa/ic i82586.h sys/i386/isa if_ie.c Log: Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were for old confusion of `volatile char *' with `volatile caddr_t'. 7 lines were for not being careful about aligning pointers to volatiles. Revision Changes Path 1.8 +11 -4 src/sys/i386/isa/ic/i82586.h 1.60 +12 -14 src/sys/i386/isa/if_ie.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 5:22:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 233D315254; Thu, 13 May 1999 05:22:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA58931; Thu, 13 May 1999 05:22:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905131222.FAA58931@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 13 May 1999 05:22:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ln ln.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/13 05:22:05 PDT Modified files: (Branch: RELENG_3) bin/ln ln.1 Log: MFC: Grammatical fixes Approved by: jkh Revision Changes Path 1.6.2.1 +5 -5 src/bin/ln/ln.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 5:26:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60B8814DCF; Thu, 13 May 1999 05:26:11 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA59289; Thu, 13 May 1999 05:26:11 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905131226.FAA59289@freefall.freebsd.org> From: Dmitrij Tejblum Date: Thu, 13 May 1999 05:26:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/perl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/13 05:26:11 PDT Modified files: gnu/usr.bin/perl/perl Makefile Log: Add one more dependency (oops). Revision Changes Path 1.19 +2 -2 src/gnu/usr.bin/perl/perl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 5:55:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF5B814C48; Thu, 13 May 1999 05:55:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA61029; Thu, 13 May 1999 05:55:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905131255.FAA61029@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 05:55:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm device_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 05:55:39 PDT Modified files: sys/vm device_pager.c Log: Casting handles from void * to uintptr_t on the way to dev_t became especially bogus when dev_t became a pointer. Revision Changes Path 1.43 +3 -3 src/sys/vm/device_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 6: 1:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4040214C48; Thu, 13 May 1999 06:01:49 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61308; Thu, 13 May 1999 06:01:49 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905131301.GAA61308@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 06:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_ps.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 06:01:48 PDT Modified files: sys/ddb db_ps.c Log: Removed an especially bogus cast. Revision Changes Path 1.18 +2 -2 src/sys/ddb/db_ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 7:34: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47B6414C57; Thu, 13 May 1999 07:34:04 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA23889; Thu, 13 May 1999 07:34:04 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905131434.HAA23889@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 13 May 1999 07:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/man/man1 mt.1 doc/ja/man/man8 camcontrol.8 pccardc.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/13 07:34:03 PDT Modified files: ja/man/man1 mt.1 ja/man/man8 camcontrol.8 pccardc.8 Log: Catching up to 3.1-19990510-STABLE. Reviewed by: Japanese Online Manual Project Submitted by: Kazuo Horikawa Revision Changes Path 1.6 +26 -6 doc/ja/man/man1/mt.1 1.5 +59 -8 doc/ja/man/man8/camcontrol.8 1.3 +1 -1 doc/ja/man/man8/pccardc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 7:53:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DD1A14D4E; Thu, 13 May 1999 07:53:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA25252; Thu, 13 May 1999 07:53:15 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905131453.HAA25252@freefall.freebsd.org> From: Brian Somers Date: Thu, 13 May 1999 07:53:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/13 07:53:15 PDT Modified files: sys/boot/forth loader.conf.5 Log: Better English. Revision Changes Path 1.3 +2 -2 src/sys/boot/forth/loader.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 8:27:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 324B114DBB; Thu, 13 May 1999 08:27:18 -0700 (PDT) (envelope-from abial@FreeBSD.org) Received: (from abial@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28061; Thu, 13 May 1999 08:27:18 -0700 (PDT) (envelope-from abial@FreeBSD.org) Message-Id: <199905131527.IAA28061@freefall.freebsd.org> From: Andrzej Bialecki Date: Thu, 13 May 1999 08:27:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/router/crunch1 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1999/05/13 08:27:17 PDT Modified files: (Branch: RELENG_3) release/picobsd/router/crunch1 Makefile Log: Set environment, not CFLAGS. Approved by: jkh Revision Changes Path 1.2.2.1 +3 -5 src/release/picobsd/router/crunch1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 8:47: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF7D414DB6; Thu, 13 May 1999 08:47:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA29529; Thu, 13 May 1999 08:47:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905131547.IAA29529@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 13 May 1999 08:47:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.config Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/13 08:47:06 PDT Modified files: gnu/usr.bin/man/manpath manpath.config Log: upgrade to perl 5.00503 Revision Changes Path 1.10 +2 -2 src/gnu/usr.bin/man/manpath/manpath.config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 8:48:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1073614E2C; Thu, 13 May 1999 08:48:19 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA29634; Thu, 13 May 1999 08:48:19 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905131548.IAA29634@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 13 May 1999 08:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/13 08:48:19 PDT Modified files: gnu/usr.bin/man/man man.c Log: fix typo uid_t -> gid_t add unsigned char cast to ctype macros Revision Changes Path 1.29 +5 -5 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 8:59:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D3814F23; Thu, 13 May 1999 08:59:28 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA30628; Thu, 13 May 1999 08:59:28 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905131559.IAA30628@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 13 May 1999 08:59:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/lib util.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/13 08:59:28 PDT Modified files: gnu/usr.bin/man/lib util.c Log: fix downcase() for chars with 8bit Revision Changes Path 1.8 +2 -2 src/gnu/usr.bin/man/lib/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 9:16:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E0F714FCE; Thu, 13 May 1999 09:16:51 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA32451; Thu, 13 May 1999 09:16:50 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905131616.JAA32451@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 13 May 1999 09:16:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login_class.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/13 09:16:49 PDT Modified files: lib/libutil login_class.c Log: fix potential memory overwrite in escape parsing PR: 11687 Submitted by: Don Lewis Revision Changes Path 1.11 +2 -2 src/lib/libutil/login_class.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 9:35: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28D8614EF5; Thu, 13 May 1999 09:35:01 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33748; Thu, 13 May 1999 09:35:00 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905131635.JAA33748@freefall.freebsd.org> From: Brian Somers Date: Thu, 13 May 1999 09:35:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/13 09:35:00 PDT Modified files: usr.sbin/ppp main.c Log: Ignore repeated signals sent to the parent in background mode. Revision Changes Path 1.155 +2 -1 src/usr.sbin/ppp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 9:35:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72AD514EF9; Thu, 13 May 1999 09:35:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33783; Thu, 13 May 1999 09:35:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905131635.JAA33783@freefall.freebsd.org> From: Brian Somers Date: Thu, 13 May 1999 09:35:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/13 09:35:16 PDT Modified files: usr.sbin/ppp tty.c Log: Fix a bum pointer dereference and make some variable names more consistent. Stack trace supplied by: Joe Clarke Revision Changes Path 1.3 +39 -46 src/usr.sbin/ppp/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 9:58:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FCF614EE1; Thu, 13 May 1999 09:58:32 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36506; Thu, 13 May 1999 09:58:32 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905131658.JAA36506@freefall.freebsd.org> From: Brian Somers Date: Thu, 13 May 1999 09:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.8 natd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/13 09:58:32 PDT Modified files: sbin/natd natd.8 natd.c Log: /sbin/natd portrange documentation and bugfix Submitted by: Ruslan Ermilov PR: 11690 3.2 candidate ? Revision Changes Path 1.18 +17 -5 src/sbin/natd/natd.8 1.16 +3 -3 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 10: 9:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 787B6151F2; Thu, 13 May 1999 10:09:45 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA37681; Thu, 13 May 1999 10:09:45 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905131709.KAA37681@freefall.freebsd.org> From: Brian Somers Date: Thu, 13 May 1999 10:09:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/13 10:09:44 PDT Modified files: sbin/natd natd.c Log: Oops - missing parenthesis Revision Changes Path 1.17 +2 -2 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 10:47: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from bubba.whistle.com (s205m7.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id E7F801532A; Thu, 13 May 1999 10:46:57 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id KAA28081; Thu, 13 May 1999 10:45:38 -0700 (PDT) From: Archie Cobbs Message-Id: <199905131745.KAA28081@bubba.whistle.com> Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 In-Reply-To: from Bill Fumerola at "May 12, 99 02:41:35 pm" To: billf@jade.chc-chimes.com (Bill Fumerola) Date: Thu, 13 May 1999 10:45:38 -0700 (PDT) Cc: jkh@zippy.cdrom.com, asami@FreeBSD.org, ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola writes: > On Tue, 11 May 1999, Archie Cobbs wrote: > > > Whatever happened to the idea of having CVS enforce "freezes"? > > Seems like it would be a lot more efficient system than this. > > Sometimes a committer runs a post-freeze commit by jkh or asami, and they > give the nod. Instead of giving the nod, they'd also have to temporarily > (re)add them to CVSROOT/avail. SO.... just have CVS emit a warning message when someone attempt to commit anything explaining the situation .. eg, "If you have not been given explicit permission to commit, press CTRL-C now!!" My point is that human error is not a resolvable problem. The system is the problem. We should adjust the system to accomodate the humans. Maybe with more 'obvious' emails to this list, or whatever. In any case, no amount of yelling after the fact is going to prevent the same thing from happening in the future with some new committer, etc. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 11:43:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0CB614D8A; Thu, 13 May 1999 11:43:18 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA45737; Thu, 13 May 1999 11:43:18 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905131843.LAA45737@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 13 May 1999 11:43:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup doc-supfile www-supfile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/13 11:43:18 PDT Added files: (Branch: RELENG_3) share/examples/cvsup doc-supfile www-supfile Log: "jkh-ok"-MFC: {www,doc}-supfile additions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 11:45: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 18E7D1536D; Thu, 13 May 1999 11:44:55 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA29380; Thu, 13 May 1999 14:47:00 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 13 May 1999 14:47:00 -0400 (EDT) From: Bill Fumerola To: Jesus Rodriguez Cc: Bill Fumerola , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: RE: cvs commit: src/share/examples/cvsup doc-supfile www-supfile In-Reply-To: <001001be9ccb$a578bcc0$67e04dc3@kk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 13 May 1999, Jesus Rodriguez wrote: > > Requested By: jesusr > > No Problems: jdp > > Thanks, Bill. No problem. These have been merged as well, they'll make it into the release, I believe. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 11:50:47 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 529C114F0C; Thu, 13 May 1999 11:50:25 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA01523; Thu, 13 May 1999 14:52:30 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 13 May 1999 14:52:30 -0400 (EDT) From: Bill Fumerola To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX In-Reply-To: <199905130921.CAA48120@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 13 May 1999, Satoshi Asami wrote: > cvs co -rRELEASE_3_2_0 ports Is there a reason we use different tags the the src/ tree? Just curious. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 11:51:40 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 4328C153C3; Thu, 13 May 1999 11:51:28 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA00548; Thu, 13 May 1999 14:48:06 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 13 May 1999 14:48:06 -0400 (EDT) From: Bill Fumerola To: Greg Lehey Cc: Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en/handbook authors.ent In-Reply-To: <19990513083410.T89091@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 13 May 1999, Greg Lehey wrote: > Why not spell it J=F6rg, as it's intended to be? Really? Anything I've ever seen has been Joerg, I can back this out, though. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 11:59:22 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id F268A14F58; Thu, 13 May 1999 11:59:11 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id PAA05277; Thu, 13 May 1999 15:00:45 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 13 May 1999 15:00:45 -0400 (EDT) From: Bill Fumerola To: Archie Cobbs Cc: jkh@zippy.cdrom.com, asami@FreeBSD.org, ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 In-Reply-To: <199905131745.KAA28081@bubba.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 13 May 1999, Archie Cobbs wrote: > SO.... just have CVS emit a warning message when someone attempt to > commit anything explaining the situation .. eg, "If you have not been > given explicit permission to commit, press CTRL-C now!!" That could be a hack I can live with. > My point is that human error is not a resolvable problem. The system > is the problem. We should adjust the system to accomodate the humans. Human error is a quite resolvable problem. > Maybe with more 'obvious' emails to this list, or whatever. In any case, > no amount of yelling after the fact is going to prevent the same thing > from happening in the future with some new committer, etc. (1) The mail couldn't have been more obvious, without being ALL CAPS. (2) New committers recieve a neat document explaining all of these things. Whoever gives them their privledges should probably also explain these things the first time. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 12:29:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2433C14BDE; Thu, 13 May 1999 12:29:41 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA50536; Thu, 13 May 1999 12:29:41 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905131929.MAA50536@freefall.freebsd.org> From: Brian Somers Date: Thu, 13 May 1999 12:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp physical.c tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/13 12:29:40 PDT Modified files: usr.sbin/ppp physical.c tty.c Log: Initialise the struct device part of struct ttydevice. Revision Changes Path 1.12 +4 -5 src/usr.sbin/ppp/physical.c 1.4 +69 -68 src/usr.sbin/ppp/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 12:45: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 6CF2514E09; Thu, 13 May 1999 12:44:59 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id MAA00737; Thu, 13 May 1999 12:47:54 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199905131947.MAA00737@troutmask.apl.washington.edu> Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 In-Reply-To: from Bill Fumerola at "May 13, 1999 03:00:45 pm" To: billf@jade.chc-chimes.com (Bill Fumerola) Date: Thu, 13 May 1999 12:47:54 -0700 (PDT) Cc: archie@whistle.com (Archie Cobbs), jkh@zippy.cdrom.com, asami@FreeBSD.ORG, ache@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola wrote: > On Thu, 13 May 1999, Archie Cobbs wrote: > > > Maybe with more 'obvious' emails to this list, or whatever. In any case, > > no amount of yelling after the fact is going to prevent the same thing > > from happening in the future with some new committer, etc. > > (1) The mail couldn't have been more obvious, without being ALL CAPS. I didn't see an announcement of a freeze in the ports tree. Oh, the message was sent to the committers list. There are numerous people who submit port PR's, and it would be nice to notify these people so they can ensure that their PR's will be committed/closed before the final freeze. Now, if you'll commit the lesstif port that I submitted almost a month ago, it will make almost all the other motif-consuming ports useful. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 12:51: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 9624514F5E; Thu, 13 May 1999 12:50:54 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id PAA24252; Thu, 13 May 1999 15:52:52 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 13 May 1999 15:52:52 -0400 (EDT) From: Bill Fumerola To: Steve Kargl Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 In-Reply-To: <199905131947.MAA00737@troutmask.apl.washington.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 13 May 1999, Steve Kargl wrote: > I didn't see an announcement of a freeze in the ports tree. Oh, the > message was sent to the committers list. There are numerous people > who submit port PR's, and it would be nice to notify these people > so they can ensure that their PR's will be committed/closed before > the final freeze. Now, if you'll commit the lesstif port that I > submitted almost a month ago, it will make almost all the other > motif-consuming ports useful. The notice was sent to -ports as well, IIRC. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 13:36: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFBE114E77; Thu, 13 May 1999 13:36:03 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA57556; Thu, 13 May 1999 13:36:03 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905132036.NAA57556@freefall.freebsd.org> From: Bill Paul Date: Thu, 13 May 1999 13:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/13 13:36:03 PDT Modified files: sys/pci if_wb.c Log: Remove unneeded line of code that got left behind when I converted this driver to use bus_space_read_foo()/bus_space_write_foo(). The line is not visible unless you compile the driver to use PCI memory mapped mode, which not done by default, but it should be fixed anyway. Revision Changes Path 1.10 +2 -3 src/sys/pci/if_wb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 14:19:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 373EE14FD1; Thu, 13 May 1999 14:19:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61535; Thu, 13 May 1999 14:19:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905132119.OAA61535@freefall.freebsd.org> From: Bill Paul Date: Thu, 13 May 1999 14:19:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/13 14:19:33 PDT Modified files: (Branch: RELENG_3) sys/pci if_wb.c Log: MFC: remove stray line of bogus code (only seen if WB_USEIOSPACE is not #defined). Approved by: jkh Revision Changes Path 1.6.2.2 +2 -3 src/sys/pci/if_wb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 14:40:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F0FD14FD1; Thu, 13 May 1999 14:40:33 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA62955; Thu, 13 May 1999 14:40:33 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905132140.OAA62955@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 13 May 1999 14:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook authors.ent Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/13 14:40:32 PDT Modified files: en/handbook authors.ent Log: Back out previous invalid commit. Revision Changes Path 1.17 +1 -1 doc/en/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 14:52:24 1999 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id A286B15200; Thu, 13 May 1999 14:52:11 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.2/8.9.2) id WAA80543; Thu, 13 May 1999 22:21:40 +0100 (BST) (envelope-from nik) Date: Thu, 13 May 1999 22:21:40 +0100 From: Nik Clayton To: Jesus Rodriguez Cc: "Kenneth D. Merry" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jesus Rodriguez Cuesta , doc@freebsd.org Subject: Re: cvs commit: doc/en/handbook/install chapter.sgml Message-ID: <19990513222140.B79207@catkin.nothing-going-on.org> References: <199905121330.HAA02457@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Jesus Rodriguez on Wed, May 12, 1999 at 03:49:22PM +0200 Organization: Nik at home, where there's nothing going on Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, May 12, 1999 at 03:49:22PM +0200, Jesus Rodriguez wrote: > >> Pointed by: olli@dorifer.heim3.tu-clausthal.de > > > > Sorry about that! > > > > That may be the last time I go mucking around with SGML. > > No problem... this is the first time i fix something not broken for myself :-) Chortle. There's a "validate" target in the standard DocBook Makefile now, so you can do % cd /path/to/doc/en/handbook % make DOC_PREFIX=../.. validate nsgmls -s ... and if you get no other output then it's valid SGML. This is a little less resource intensive than having to run Jade. N -- There's some milk in the fridge about to go off. . . and there it goes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 14:55: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DC0115200; Thu, 13 May 1999 14:55:00 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id OAA20251; Thu, 13 May 1999 14:55:00 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id OAA15965; Thu, 13 May 1999 14:54:58 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id OAA05444; Thu, 13 May 1999 14:54:57 -0700 (PDT) From: Don Lewis Message-Id: <199905132154.OAA05444@salsa.gv.tsc.tdk.com> Date: Thu, 13 May 1999 14:54:57 -0700 In-Reply-To: "Andrey A. Chernov" "cvs commit: src/lib/libutil login_class.c" (May 13, 9:16am) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jkh@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil login_class.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Does this deserve a MFC before 3.2-RELEASE? On May 13, 9:16am, "Andrey A. Chernov" wrote: } Subject: cvs commit: src/lib/libutil login_class.c } ache 1999/05/13 09:16:49 PDT } } Modified files: } lib/libutil login_class.c } Log: } fix potential memory overwrite in escape parsing } } PR: 11687 } Submitted by: Don Lewis } } Revision Changes Path } 1.11 +2 -2 src/lib/libutil/login_class.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 15:24:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 390F914F2D; Thu, 13 May 1999 15:24:44 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA66257; Thu, 13 May 1999 15:24:44 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905132224.PAA66257@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 13 May 1999 15:24:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/man/man1 cvs.1 pax.1 doc/ja/man/man5 hosts_options.5 loader.conf.5 doc/ja/man/man8 dhclient-script.8 pccardc.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/13 15:24:43 PDT Modified files: ja/man/man1 cvs.1 pax.1 ja/man/man5 hosts_options.5 loader.conf.5 ja/man/man8 dhclient-script.8 pccardc.8 Log: Catching up to 3.2-19990513-BETA. Reviewed by: Japanese Online Manual Project Submitted by: Kazuo Horikawa Revision Changes Path 1.7 +34 -79 doc/ja/man/man1/cvs.1 1.7 +2 -2 doc/ja/man/man1/pax.1 1.2 +15 -13 doc/ja/man/man5/hosts_options.5 1.2 +6 -6 doc/ja/man/man5/loader.conf.5 1.2 +47 -8 doc/ja/man/man8/dhclient-script.8 1.4 +1 -1 doc/ja/man/man8/pccardc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 15:54:21 1999 Delivered-To: cvs-all@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id 2A35B14C98; Thu, 13 May 1999 15:54:00 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id CAA32909; Fri, 14 May 1999 02:53:23 +0400 (MSD) (envelope-from ache) Date: Fri, 14 May 1999 02:53:23 +0400 From: "Andrey A. Chernov" To: Don Lewis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jkh@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil login_class.c Message-ID: <19990514025323.A32878@nagual.pp.ru> References: <199905132154.OAA05444@salsa.gv.tsc.tdk.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905132154.OAA05444@salsa.gv.tsc.tdk.com>; from Don.Lewis@tsc.tdk.com on Thu, May 13, 1999 at 02:54:57PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, May 13, 1999 at 02:54:57PM -0700, Don Lewis wrote: > Does this deserve a MFC before 3.2-RELEASE? > Yes. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 16:47:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88B6815262; Thu, 13 May 1999 16:47:49 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA73170; Thu, 13 May 1999 16:47:48 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905132347.QAA73170@freefall.freebsd.org> From: David Greenman Date: Thu, 13 May 1999 16:47:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c kern_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/13 16:47:48 PDT Modified files: (Branch: RELENG_3) sys/kern kern_lock.c kern_subr.c Log: Backed out P_DEADLKTREAT stuff as it doesn't appear to fix the problem. Revision Changes Path 1.23.2.2 +2 -23 src/sys/kern/kern_lock.c 1.24.2.4 +3 -11 src/sys/kern/kern_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 16:50: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D459015438; Thu, 13 May 1999 16:49:58 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA73259; Thu, 13 May 1999 16:49:58 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905132349.QAA73259@freefall.freebsd.org> From: David Greenman Date: Thu, 13 May 1999 16:49:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/13 16:49:58 PDT Modified files: (Branch: RELENG_3) sys/kern kern_lock.c Log: Brought in Luoqi's fix from PR 8416. This likely has benign priority inversion problems, but that's much better than hanging the system. Revision Changes Path 1.23.2.3 +7 -1 src/sys/kern/kern_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 17:28:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C98BD14FFB; Thu, 13 May 1999 17:28:44 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA75315; Thu, 13 May 1999 17:28:44 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <199905140028.RAA75315@freefall.freebsd.org> From: John-Mark Gurney Date: Thu, 13 May 1999 17:28:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.1 date.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmg 1999/05/13 17:28:44 PDT Modified files: bin/date date.1 date.c Log: the month and three days are up for -hackers and the 24hrs for -committers. add a -j flag that tells date not to try to set the date. This allows you to use date as a userland interface to strptime. example: TZ=GMT date -j -f "%a, %d %b %Y %T %Z" "Sun, 08 Nov 1998 02:22:20 GMT" +%s which is the standard format for Last-modified headers in HTTP requests. only one to respond: eivind Revision Changes Path 1.29 +8 -2 src/bin/date/date.1 1.28 +26 -18 src/bin/date/date.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 17:41: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C56314E76; Thu, 13 May 1999 17:41:05 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA76062; Thu, 13 May 1999 17:41:05 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199905140041.RAA76062@freefall.freebsd.org> From: Mike Smith Date: Thu, 13 May 1999 17:41:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha diskslice_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/05/13 17:41:04 PDT Modified files: sys/alpha/alpha diskslice_machdep.c Log: Include earlier as required by include changes. Revision Changes Path 1.8 +2 -2 src/sys/alpha/alpha/diskslice_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 18:26:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B36E91522E; Thu, 13 May 1999 18:26:10 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA78462; Thu, 13 May 1999 18:26:10 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <199905140126.SAA78462@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 13 May 1999 18:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_extern.h ffs_vnops.c ffs_softdep_stub.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 1999/05/13 18:26:10 PDT Modified files: sys/ufs/ffs ffs_extern.h ffs_vnops.c ffs_softdep_stub.c Log: Add a hook to ffs_fsync to allow soft updates to get first chance at doing a sync on the block device for the filesystem. That allows it to push the bitmap blocks before the inode blocks which greatly reduces the number of inode rollbacks that need to be done. Revision Changes Path 1.26 +2 -1 src/sys/ufs/ffs/ffs_extern.h 1.56 +6 -1 src/sys/ufs/ffs/ffs_vnops.c 1.3 +8 -0 src/sys/ufs/ffs/ffs_softdep_stub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 18:26:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 589D01522E; Thu, 13 May 1999 18:26:50 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA78490; Thu, 13 May 1999 18:26:50 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <199905140126.SAA78490@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 13 May 1999 18:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 1999/05/13 18:26:50 PDT Modified files: contrib/sys/softupdates ffs_softdep.c Log: Add a hook to ffs_fsync to allow soft updates to get first chance at doing a sync on the block device for the filesystem. That allows it to push the bitmap blocks before the inode blocks which greatly reduces the number of inode rollbacks that need to be done. Revision Changes Path 1.28 +97 -28 src/contrib/sys/softupdates/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 18:29:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C4D1533C; Thu, 13 May 1999 18:29:26 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA78582; Thu, 13 May 1999 18:29:26 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <199905140129.SAA78582@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 13 May 1999 18:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 1999/05/13 18:29:26 PDT Modified files: sys/kern vfs_subr.c Log: Previously directories were sync'ed every 10 seconds while bitmaps & inodes were synced every 15 seconds. This is now reversed as during directory create, we cannot commit the directory entry until its inode has been written. With this switch, the inodes will be more likely to be written by the time that the directory is written thus reducing the number of directory rollbacks that are needed. Revision Changes Path 1.197 +3 -3 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 18:41:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69E95152C1; Thu, 13 May 1999 18:41:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79696; Thu, 13 May 1999 18:41:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140141.SAA79696@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 18:41:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 18:41:26 PDT src/sys/dev/pccard - Imported sources Update of /home/ncvs/src/sys/dev/pccard In directory freefall.freebsd.org:/d/users/obrien/Xircom/1.13 Log Message: Virgin import of Xircom PCCARD driver v1.13 Status: Vendor Tag: SCOTT_MITCHELL Release Tags: xe_1_13 N src/sys/dev/pccard/if_xe.c N src/sys/dev/pccard/if_xereg.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 18:50:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD99E152C1; Thu, 13 May 1999 18:50:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80440; Thu, 13 May 1999 18:50:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140150.SAA80440@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 18:50:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 18:50:12 PDT src/sys/dev/pccard - Imported sources Update of /home/ncvs/src/sys/dev/pccard In directory freefall.freebsd.org:/d/users/obrien/Xircom/1.14 Log Message: Virgin import of Xircom PCCARD driver v1.14 This driver is mostly based on the `xirc2ps' driver for Linux by Werner Koch. Werner has even allowed his code to be distributed under a BSD licence, making our life considerably easier -- thanks Werner! This driver supports: * Intel EtherExpress(TM) PRO/100 PCCARD (16-bit version) * Xircom CreditCard CE2 / CEM28 / CEM33 / CE3 / CEM56 Ethernet adapters. * Toshiba Advanced Network 10/100 PCCARD * Certain Compaq Netelligent 10/100 branded cards v1.14 has major changes to media selection code, and bugfixes in the probe routine. Developed by: Scott Mitchell Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/ Status: Vendor Tag: SCOTT_MITCHELL Release Tags: xe_1_14 U src/sys/dev/pccard/if_xe.c U src/sys/dev/pccard/if_xereg.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 18:52:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FF5714CB6; Thu, 13 May 1999 18:52:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80585; Thu, 13 May 1999 18:52:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140152.SAA80585@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 18:52:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 18:52:13 PDT src/sys/dev/pccard - Imported sources Update of /home/ncvs/src/sys/dev/pccard In directory freefall.freebsd.org:/d/users/obrien/Xircom/1.15 Log Message: Virgin import of Xircom PCCARD driver v1.15 v1.15 fixed driver registration bug under 3.1-STABLE. Developed by: Scott Mitchell Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/ Status: Vendor Tag: SCOTT_MITCHELL Release Tags: xe_1_15 U src/sys/dev/pccard/if_xe.c U src/sys/dev/pccard/if_xereg.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 18:53:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8999A15320; Thu, 13 May 1999 18:53:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80698; Thu, 13 May 1999 18:53:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140153.SAA80698@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 18:53:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 18:53:34 PDT src/sys/dev/pccard - Imported sources Update of /home/ncvs/src/sys/dev/pccard In directory freefall.freebsd.org:/d/users/obrien/Xircom/1.16 Log Message: Virgin import of Xircom PCCARD driver v1.16. v1.16 (1999/03/08) fixed BPF input hang and infinite loop on CE2 short-packet output. Developed by: Scott Mitchell Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/ Status: Vendor Tag: SCOTT_MITCHELL Release Tags: xe_1_16 U src/sys/dev/pccard/if_xe.c U src/sys/dev/pccard/if_xereg.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 18:59: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A6C7151FB; Thu, 13 May 1999 18:59:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA81134; Thu, 13 May 1999 18:59:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140159.SAA81134@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 18:59:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 18:59:00 PDT src/sys/dev/pccard - Imported sources Update of /home/ncvs/src/sys/dev/pccard In directory freefall.freebsd.org:/d/users/obrien/Xircom/1.17 Log Message: Virgin import of Xircom PCCARD driver v1.17 v1.17 (1999/03/28) has xperimental fixes to 10Mbit autonegotiation and CE2 input lockup. KNOWN BUGS ========== * Media auto-negotiation is definitely not right. It will work in most circumstances and seems to connect OK to most 100Mbit networks, however some pathological combinations of hubs/networks/peers seem to confuse it. * CE2 support is somewhat flakey (ranging from 'works perfectly' to 'hangs the machine' so far). I've fixed the probe routine and a potential lockup in the output routine, but a lot of people still report that they can't receive or transmit. * You won't be able to use the modem and Ethenet parts of a multifunction card simultaneously. This is limitation the current FreeBSD PCMCIA support. Likewise, there is no support for CardBus devices. Developed by: Scott Mitchell Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/ Status: Vendor Tag: SCOTT_MITCHELL Release Tags: xe_1_17 U src/sys/dev/pccard/if_xe.c U src/sys/dev/pccard/if_xereg.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 19: 1:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B44F015666; Thu, 13 May 1999 19:00:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA81454; Thu, 13 May 1999 19:00:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140200.TAA81454@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 19:00:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 19:00:40 PDT src/sys/dev/pccard - Imported sources Update of /home/ncvs/src/sys/dev/pccard In directory freefall.freebsd.org:/d/users/obrien/Xircom/1.18 Log Message: Virgin import of Xircom PCCARD driver v1.18 v1.18 (1999/04/08) adds support for CEM56 and REM56 multifunction cards. Developed by: Scott Mitchell Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/ Status: Vendor Tag: SCOTT_MITCHELL Release Tags: xe_1_18 U src/sys/dev/pccard/if_xe.c U src/sys/dev/pccard/if_xereg.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 19:26:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1A1314BE7; Thu, 13 May 1999 19:26:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83289; Thu, 13 May 1999 19:26:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140226.TAA83289@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 19:26:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 19:26:23 PDT src/sys/dev/pccard - Imported sources Update of /home/ncvs/src/sys/dev/pccard In directory freefall.freebsd.org:/d/users/obrien/Xircom/1.19 Log Message: Virgin import of Xircom PCCARD driver v1.19. v1.19 (1999/04/15) updates the CEM56/REM56 support. Current bugs & misfeatures -------------------------- * CE2 cards still not working reliably. Unclear if this is related to packet I/O code or interrupt handling. * Autonegotiation support remains flaky. We're now OK with 10Mbit auto hubs, but certain combination of hardware will fail to connect. Developed by: Scott Mitchell Obtained from: http://www.freebsd-uk.eu.org/~scott/xe_drv/ Status: Vendor Tag: SCOTT_MITCHELL Release Tags: xe_1_19 U src/sys/dev/pccard/if_xe.c U src/sys/dev/pccard/if_xereg.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 20: 2:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0464F152C1; Thu, 13 May 1999 20:02:53 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA85401; Thu, 13 May 1999 20:02:53 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905140302.UAA85401@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 13 May 1999 20:02:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/13 20:02:53 PDT Modified files: en/news press.sgml Log: Add link to Data Communications April 99 article. Submitted by: Jeff Eisel Revision Changes Path 1.65 +9 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 20:35:17 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 30FFE14C06; Thu, 13 May 1999 20:35:15 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id UAA12676; Thu, 13 May 1999 20:35:52 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id UAA43946; Thu, 13 May 1999 20:33:09 -0700 (PDT) Date: Thu, 13 May 1999 20:33:09 -0700 (PDT) Message-Id: <199905140333.UAA43946@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: wosch@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905131202.FAA57501@freefall.freebsd.org> (message from Wolfram Schneider on Thu, 13 May 1999 05:02:35 -0700 (PDT)) Subject: Re: cvs commit: ports/www/mhonarc/pkg DESCR From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905131202.FAA57501@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * www/mhonarc/pkg DESCR * Log: * Do what the previous commit claimed. Oops. That's what I get by doing a "vi DESCRG$xZZcvs commit" over a bad connection. (I deleted a space after the extra " instead of the " itself....) By the way, the ports tree is still frozen. Please send me mail before you commit something. Thanks. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 20:41:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD1C14E0B; Thu, 13 May 1999 20:41:56 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA87587; Thu, 13 May 1999 20:41:56 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <199905140341.UAA87587@freefall.freebsd.org> From: Bill Fenner Date: Thu, 13 May 1999 20:41:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/fltk Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1999/05/13 20:41:56 PDT Modified files: x11-toolkits/fltk Makefile Log: Fix rev 1.7: ports use ${PORTOBJFORMAT}. Approved by: asami Revision Changes Path 1.9 +2 -2 ports/x11-toolkits/fltk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 20:52:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97E0B14E0B; Thu, 13 May 1999 20:52:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA88254; Thu, 13 May 1999 20:52:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140352.UAA88254@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 20:52:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pccard.conf.sample Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 20:52:08 PDT Modified files: etc pccard.conf.sample Log: Add the entry for my Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison). Add additional entries (might need a little tweaking) for the Xircom adapters. Xircom entries obtained from: http://www.lovett.com/lists/freebsd-xircom/ Revision Changes Path 1.36 +25 -1 src/etc/pccard.conf.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 20:57:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC57515056; Thu, 13 May 1999 20:57:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA88814; Thu, 13 May 1999 20:57:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140357.UAA88814@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 20:57:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 20:57:27 PDT Modified files: sys/i386/conf GENERIC LINT files.i386 Log: Add the `xe' Xircom PC Card driver. Revision Changes Path 1.170 +2 -1 src/sys/i386/conf/GENERIC 1.598 +3 -1 src/sys/i386/conf/LINT 1.240 +2 -1 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 21:18:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A87A15205; Thu, 13 May 1999 21:18:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90312; Thu, 13 May 1999 21:18:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905140418.VAA90312@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 13 May 1999 21:18:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard if_xe.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/13 21:18:26 PDT Modified files: sys/dev/pccard if_xe.c Log: if_xe* now lives in sys/dev/pccard/ Revision Changes Path 1.2 +1753 -1502src/sys/dev/pccard/if_xe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 22: 5:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DC67154B6; Thu, 13 May 1999 22:05:36 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA94932; Thu, 13 May 1999 22:05:36 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905140505.WAA94932@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 13 May 1999 22:05:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern quad.h ucmpdi2.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/13 22:05:34 PDT Modified files: sys/libkern quad.h ucmpdi2.c Log: Add ucmpdi2.c to i386 libkern build. Its required for some quad manipulation in the aic7xxx driver. Revision Changes Path 1.7 +2 -1 src/sys/libkern/quad.h 1.5 +2 -2 src/sys/libkern/ucmpdi2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 22: 7:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92DDC15425; Thu, 13 May 1999 22:07:27 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA95046; Thu, 13 May 1999 22:07:27 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905140507.WAA95046@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 13 May 1999 22:07:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/13 22:07:26 PDT Modified files: sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq Log: Better workaround for aic7890 chip bug. Use the HS_MAILBOX register to tell the sequencer to pause itself for a target msg variable update. This avoids the pause race entirely as HS_MAILBOX can be accessed without pausing the chip. 3.2 Merge candidate. Revision Changes Path 1.27 +26 -11 src/sys/dev/aic7xxx/aic7xxx.c 1.8 +4 -3 src/sys/dev/aic7xxx/aic7xxx.h 1.15 +12 -1 src/sys/dev/aic7xxx/aic7xxx.reg 1.88 +13 -1 src/sys/dev/aic7xxx/aic7xxx.seq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 22: 9:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E302E15425; Thu, 13 May 1999 22:09:30 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA95253; Thu, 13 May 1999 22:09:30 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905140509.WAA95253@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 13 May 1999 22:09:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/13 22:09:29 PDT Modified files: sys/pci ahc_pci.c Log: Take the subvendor and subdevice ids into account during device probe. Sync up device Ids with the master Adaptec list. Add probe support for the 2940 Pro although it isn't obvious that all of the termination support is correct for this adapter yet. Revision Changes Path 1.11 +230 -92 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 22:10:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EA2B15425; Thu, 13 May 1999 22:10:18 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA95386; Thu, 13 May 1999 22:10:17 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905140510.WAA95386@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 13 May 1999 22:10:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/13 22:10:17 PDT Modified files: sys/i386/conf files.i386 Log: Add ucmpdi2.c to the i386 libkern build. Revision Changes Path 1.241 +2 -1 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 22:16:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD8761549B; Thu, 13 May 1999 22:16:21 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA96027; Thu, 13 May 1999 22:16:21 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905140516.WAA96027@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 13 May 1999 22:16:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 pnp.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/13 22:16:21 PDT Modified files: share/man/man4/man4.i386 pnp.4 Log: Refer to kget(8) instead of dset(8). PR: docs/11702 Submitted by: Matthew D. Fuller Revision Changes Path 1.3 +3 -3 src/share/man/man4/man4.i386/pnp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 22:25:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA59E15425; Thu, 13 May 1999 22:25:48 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA96504; Thu, 13 May 1999 22:25:48 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905140525.WAA96504@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 13 May 1999 22:25:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/13 22:25:48 PDT Modified files: sys/i386/i386 userconfig.c Log: Correct comment to refer to kget(8). Revision Changes Path 1.143 +3 -3 src/sys/i386/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 23: 7:17 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 8A21D15320; Thu, 13 May 1999 23:07:13 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA12963; Thu, 13 May 1999 23:08:07 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id XAA45111; Thu, 13 May 1999 23:07:00 -0700 (PDT) Date: Thu, 13 May 1999 23:07:00 -0700 (PDT) Message-Id: <199905140607.XAA45111@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: billf@jade.chc-chimes.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: (message from Bill Fumerola on Thu, 13 May 1999 14:52:30 -0400 (EDT)) Subject: Re: cvs commit: ports INDEX From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Bill Fumerola * > cvs co -rRELEASE_3_2_0 ports * * Is there a reason we use different tags the the src/ tree? Just curious. These are not "release engineering" tags. We don't guarantee anything about the tags in the ports tree like we do in src (you move stuff around, the tags still appear in the right place, etc.). So don't give people the illusion that it means much more than just a snapshot tag that might have been screwed up in a few months after some repository copies. Or something like that. Peter gave the reason in a long mail a while ago. I'll dig it up if you are interested. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 23:32:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 343BC14BF7; Thu, 13 May 1999 23:32:45 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA01089; Thu, 13 May 1999 23:32:45 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905140632.XAA01089@freefall.freebsd.org> From: David Greenman Date: Thu, 13 May 1999 23:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/13 23:32:45 PDT Modified files: (Branch: RELENG_3) sys/sys proc.h Log: Remove vestige of P_DEADLKTREAT. Revision Changes Path 1.66.2.4 +1 -1 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 23:43:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B77B014BF7; Thu, 13 May 1999 23:43:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA01757; Thu, 13 May 1999 23:43:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905140643.XAA01757@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 13 May 1999 23:43:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX ports/astro Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/13 23:43:25 PDT Modified files: . INDEX astro Makefile Log: Remove duplicate wmmoonclock's. Revision Changes Path 1.224 +0 -1 ports/INDEX 1.13 +1 -2 ports/astro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 13 23:45:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freja.webgiro.com (freja.webgiro.com [212.209.29.10]) by hub.freebsd.org (Postfix) with ESMTP id 3018A15279; Thu, 13 May 1999 23:45:47 -0700 (PDT) (envelope-from abial@webgiro.com) Received: by freja.webgiro.com (Postfix, from userid 1001) id DE87918D0; Fri, 14 May 1999 08:45:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by freja.webgiro.com (Postfix) with ESMTP id D61F649F0; Fri, 14 May 1999 08:45:55 +0200 (CEST) Date: Fri, 14 May 1999 08:45:52 +0200 (CEST) From: Andrzej Bialecki To: Joseph Koshy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 userconfig.c In-Reply-To: <199905140525.WAA96504@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 13 May 1999, Joseph Koshy wrote: > jkoshy 1999/05/13 22:25:48 PDT > > Modified files: > sys/i386/i386 userconfig.c > Log: > Correct comment to refer to kget(8). > > Revision Changes Path > 1.143 +3 -3 src/sys/i386/i386/userconfig.c I think these two commits should be MFC as well - please ask Jordan. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // ------------------------------------------------------------------- // ------ FreeBSD: The Power to Serve. http://www.freebsd.org -------- // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0: 1: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 285E115200; Fri, 14 May 1999 00:00:57 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id AAA72984; Fri, 14 May 1999 00:00:54 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Joseph Koshy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.sgml In-reply-to: Your message of "Thu, 13 May 1999 20:02:53 PDT." <199905140302.UAA85401@freefall.freebsd.org> Date: Fri, 14 May 1999 00:00:53 -0700 Message-ID: <72980.926665253@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Actually, I have to question the wisdom of pointing to this article. Have you read it? It's not very factual in [m]any of its descriptions of BSD. :( - Jordan > jkoshy 1999/05/13 20:02:53 PDT > > Modified files: > en/news press.sgml > Log: > Add link to Data Communications April 99 article. > > Submitted by: Jeff Eisel > > Revision Changes Path > 1.65 +9 -2 www/en/news/press.sgml > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0: 3:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FE0B153BA; Fri, 14 May 1999 00:03:21 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03927; Fri, 14 May 1999 00:03:21 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905140703.AAA03927@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 14 May 1999 00:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/14 00:03:20 PDT Modified files: contrib/groff/tmac doc-common Log: Complete the list of FreeBSD version numbers accepted by the .Fx macro. PR: docs/11705 Submitted by: Stephen J. Roznowski Revision Changes Path 1.14 +6 -0 src/contrib/groff/tmac/doc-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0:13:43 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 6D95F154A1; Fri, 14 May 1999 00:13:37 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id JAA14922; Fri, 14 May 1999 09:13:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id JAA12488; Fri, 14 May 1999 09:13:32 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Jordan K. Hubbard" Cc: Joseph Koshy , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.sgml In-reply-to: Your message of "Fri, 14 May 1999 00:00:53 PDT." <72980.926665253@zippy.cdrom.com> Date: Fri, 14 May 1999 09:13:32 +0200 Message-ID: <12486.926666012@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <72980.926665253@zippy.cdrom.com>, "Jordan K. Hubbard" writes: >Actually, I have to question the wisdom of pointing to this >article. Have you read it? It's not very factual in [m]any >of its descriptions of BSD. :( I will agree that this particular article suffer from neither insight nor precision but I think we should maintain the link, I hate the concept of "selected references". -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0:15:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 187E0154D1; Fri, 14 May 1999 00:15:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA04978; Fri, 14 May 1999 00:15:08 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905140715.AAA04978@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 00:15:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c dist.h menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 00:15:08 PDT Modified files: release/sysinstall dist.c dist.h menus.c Log: Yikes! I almost left out the 3D Labs server. :) Revision Changes Path 1.140 +2 -2 src/release/sysinstall/dist.c 1.35 +2 -2 src/release/sysinstall/dist.h 1.203 +3 -3 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0:16:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8210F1547C; Fri, 14 May 1999 00:16:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA05171; Fri, 14 May 1999 00:16:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905140716.AAA05171@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 00:16:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c dist.h menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 00:16:37 PDT Modified files: (Branch: RELENG_3) release/sysinstall dist.c dist.h menus.c Log: MFC: list X3DL server. Revision Changes Path 1.132.2.7 +2 -2 src/release/sysinstall/dist.c 1.29.2.5 +2 -2 src/release/sysinstall/dist.h 1.180.2.22 +3 -3 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0:22:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FCBD152A5; Fri, 14 May 1999 00:22:11 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA05655; Fri, 14 May 1999 00:22:11 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Message-Id: <199905140722.AAA05655@freefall.freebsd.org> From: Motoyuki Konno Date: Fri, 14 May 1999 00:22:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk motoyuki 1999/05/14 00:22:11 PDT Modified files: ja/FAQ admin.sgml Log: Fix typo. Submitted by: Hidehiro Ohki Revision Changes Path 1.14 +2 -2 doc/ja/FAQ/admin.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0:24:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2328E152A5; Fri, 14 May 1999 00:24:35 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA05867; Fri, 14 May 1999 00:24:35 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Message-Id: <199905140724.AAA05867@freefall.freebsd.org> From: Motoyuki Konno Date: Fri, 14 May 1999 00:24:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk motoyuki 1999/05/14 00:24:34 PDT Modified files: ja/handbook/contrib chapter.sgml Log: Yasuhito FUTATUKI is listed twice in contributor's list. So, delete one. Submitted by: futatuki@fureai.or.jp (Yasuhito FUTATSUKI) Revision Changes Path 1.7 +1 -5 doc/ja/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0:31: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5358314D5C; Fri, 14 May 1999 00:31:07 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA06293; Fri, 14 May 1999 00:31:07 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Fri, 14 May 1999 00:31:07 -0700 (PDT) From: Message-Id: <199905140731.AAA06293@freefall.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Poul-Henning Kamp Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: www/en/news press.sgml In-Reply-To: Your message of "Fri, 14 May 1999 09:13:32 +0200." <12486.926666012@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk> I will agree that this particular article suffer from neither phk> insight nor precision but I think we should maintain the link, I phk> hate the concept of "selected references". The one redeeming feature that I noticed was the link to "www.freebsd.org" :). Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 0:32:57 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id DB4F114D5C; Fri, 14 May 1999 00:32:54 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id AAA73181; Fri, 14 May 1999 00:32:49 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: jkoshy@FreeBSD.org Cc: Poul-Henning Kamp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: www/en/news press.sgml In-reply-to: Your message of "Fri, 14 May 1999 00:31:07 PDT." <199905140731.AAA06293@freefall.freebsd.org> Date: Fri, 14 May 1999 00:32:49 -0700 Message-ID: <73177.926667169@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I don't feel strongly enough about it to actually yank it, no. :) > > > phk> I will agree that this particular article suffer from neither > phk> insight nor precision but I think we should maintain the link, I > phk> hate the concept of "selected references". > > The one redeeming feature that I noticed was the link to > "www.freebsd.org" :). > > Koshy > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 2:13:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B56D415479; Fri, 14 May 1999 02:13:46 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA14332; Fri, 14 May 1999 02:13:46 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905140913.CAA14332@freefall.freebsd.org> From: Doug Rabson Date: Fri, 14 May 1999 02:13:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus_private.h src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/14 02:13:45 PDT Modified files: sys/sys bus_private.h sys/kern subr_bus.c Log: Adjust method dispatch to ensure that default methods are called properly. Revision Changes Path 1.8 +10 -8 src/sys/sys/bus_private.h 1.22 +8 -1 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 2:14:10 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9A17015503; Fri, 14 May 1999 02:14:06 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id LAA42091; Fri, 14 May 1999 11:14:05 +0200 (CEST) (envelope-from des) To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile References: <199905130943.CAA49641@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 May 1999 11:14:05 +0200 In-Reply-To: Poul-Henning Kamp's message of "Thu, 13 May 1999 02:43:31 -0700 (PDT)" Message-ID: Lines: 9 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Poul-Henning Kamp writes: > Log: > Vinum doesn't compile right now. Disabling it won't fix it. Have you tried talking to Greg about it? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 2:29:11 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 27707152A5; Fri, 14 May 1999 02:29:05 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id LAA42146; Fri, 14 May 1999 11:29:04 +0200 (CEST) (envelope-from des) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 References: <199905140357.UAA88814@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 May 1999 11:29:03 +0200 In-Reply-To: "David E. O'Brien"'s message of "Thu, 13 May 1999 20:57:27 -0700 (PDT)" Message-ID: Lines: 18 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "David E. O'Brien" writes: > obrien 1999/05/13 20:57:27 PDT > > Modified files: > sys/i386/conf GENERIC LINT files.i386 > Log: > Add the `xe' Xircom PC Card driver. > > Revision Changes Path > 1.170 +2 -1 src/sys/i386/conf/GENERIC > 1.598 +3 -1 src/sys/i386/conf/LINT > 1.240 +2 -1 src/sys/i386/conf/files.i386 You forgot src/sys/i386/i386/userconfig.c :) DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 2:35:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5363C152A5; Fri, 14 May 1999 02:35:56 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA16024; Fri, 14 May 1999 02:35:56 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905140935.CAA16024@freefall.freebsd.org> From: Brian Somers Date: Fri, 14 May 1999 02:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/14 02:35:55 PDT Modified files: usr.sbin/ppp ip.c Log: Ensure that we're not going to overflow our ``struct tun'' when we mbuf_Read() into it. Add the link name to a few diagnostics. Revision Changes Path 1.61 +10 -3 src/usr.sbin/ppp/ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 2:36:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA4B3154F5; Fri, 14 May 1999 02:36:09 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA16086; Fri, 14 May 1999 02:36:09 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905140936.CAA16086@freefall.freebsd.org> From: Brian Somers Date: Fri, 14 May 1999 02:36:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp fsm.c lqr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/14 02:36:09 PDT Modified files: usr.sbin/ppp fsm.c lqr.c Log: Handle LCP echo reqs properly again (broken with the layering changes). Revision Changes Path 1.44 +3 -17 src/usr.sbin/ppp/fsm.c 1.35 +21 -8 src/usr.sbin/ppp/lqr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3: 3:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0197014EE3; Fri, 14 May 1999 03:03:51 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA17530; Fri, 14 May 1999 03:03:51 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905141003.DAA17530@freefall.freebsd.org> From: KATO Takenori Date: Fri, 14 May 1999 03:03:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/14 03:03:51 PDT Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.241. Revision Changes Path 1.95 +3 -1 src/sys/pc98/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3: 4:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADC43155E2; Fri, 14 May 1999 03:04:02 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA17550; Fri, 14 May 1999 03:04:02 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905141004.DAA17550@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 14 May 1999 03:04:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/14 03:04:01 PDT Modified files: sys/boot/forth loader.conf Log: Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THAT doing here?). Candidate for 3.2. Revision Changes Path 1.4 +5 -5 src/sys/boot/forth/loader.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3: 6: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 729A914C39; Fri, 14 May 1999 03:05:59 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA17634; Fri, 14 May 1999 03:05:59 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905141005.DAA17634@freefall.freebsd.org> From: KATO Takenori Date: Fri, 14 May 1999 03:05:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/14 03:05:58 PDT Modified files: sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/userconfig.c revision 1.143. Revision Changes Path 1.79 +3 -3 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3:14:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB8E014C14; Fri, 14 May 1999 03:14:53 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA17966; Fri, 14 May 1999 03:14:53 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905141014.DAA17966@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 14 May 1999 03:14:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/14 03:14:53 PDT Modified files: sys/boot/forth loader.conf Log: Remove atapi and joy, add svr4 and streams. I wonder if removing vinum is in order or not... (things are _not_ loaded by default, but it serves as a reference to people tweaking their own loader.conf files) Revision Changes Path 1.5 +3 -3 src/sys/boot/forth/loader.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3:18:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ECCD14C14; Fri, 14 May 1999 03:18:47 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA18106; Fri, 14 May 1999 03:18:47 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905141018.DAA18106@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 14 May 1999 03:18:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate/locate locate.updatedb.8 updatedb.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/14 03:18:46 PDT Modified files: usr.bin/locate/locate locate.updatedb.8 updatedb.sh Log: Don't overwrite the variable LOCATE_CONFIG This is useful for people who want index their home directory: $ env LOCATE_CONFIG=$HOME/.locate.rc /usr/libexec/locate.updatedb Submitted by: Dmitry Morozovsky Revision Changes Path 1.4 +7 -1 src/usr.bin/locate/locate/locate.updatedb.8 1.14 +2 -2 src/usr.bin/locate/locate/updatedb.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3:19:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E9DD14C14; Fri, 14 May 1999 03:19:51 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA18194; Fri, 14 May 1999 03:19:51 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905141019.DAA18194@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 14 May 1999 03:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/14 03:19:50 PDT Modified files: en/news press.sgml Log: typo. Revision Changes Path 1.66 +3 -3 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3:21: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ADB414C14; Fri, 14 May 1999 03:20:58 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA18301; Fri, 14 May 1999 03:20:58 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905141020.DAA18301@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 14 May 1999 03:20:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/14 03:20:57 PDT Modified files: sys/boot/forth loader.conf Log: Add fxp on a category of it's own. Revision Changes Path 1.6 +8 -1 src/sys/boot/forth/loader.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3:21:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0BE914C14; Fri, 14 May 1999 03:21:22 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA18339; Fri, 14 May 1999 03:21:22 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905141021.DAA18339@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 14 May 1999 03:21:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/14 03:21:22 PDT Modified files: en/news news.sgml Log: Added FreeBSD Rocks. Revision Changes Path 1.13 +13 -2 www/en/news/news.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 3:48: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 7BDA4151EA; Fri, 14 May 1999 03:48:01 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id MAA16832; Fri, 14 May 1999 12:48:01 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id MAA13070; Fri, 14 May 1999 12:47:54 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile In-reply-to: Your message of "14 May 1999 11:14:05 +0200." Date: Fri, 14 May 1999 12:47:54 +0200 Message-ID: <13068.926678874@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message , Dag-Erling Smorgrav writes: >Poul-Henning Kamp writes: >> Log: >> Vinum doesn't compile right now. > >Disabling it won't fix it. Have you tried talking to Greg about it? yes, Greg was forewarned. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 4:13:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45B5A154B0; Fri, 14 May 1999 04:13:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA23999; Fri, 14 May 1999 04:13:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905141113.EAA23999@freefall.freebsd.org> From: Doug Rabson Date: Fri, 14 May 1999 04:13:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/14 04:13:23 PDT Modified files: sys/alpha/alpha autoconf.c machdep.c Log: Make sure to pass a dev_t to dkunit. Revision Changes Path 1.24 +2 -2 src/sys/alpha/alpha/autoconf.c 1.42 +5 -3 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 4:15:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 561D7154B0; Fri, 14 May 1999 04:15:18 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24156; Fri, 14 May 1999 04:15:18 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905141115.EAA24156@freefall.freebsd.org> From: Doug Rabson Date: Fri, 14 May 1999 04:15:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/14 04:15:17 PDT Modified files: sys/alpha/alpha machdep.c Log: The previous log message should have read: Use breakpoint() to start debugger to avoid crashing back to the firmware when gdb tries to print the msg argument to Debugger(). Revision Changes Path 1.43 +1 -1 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 4:22:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F70314E2A; Fri, 14 May 1999 04:22:50 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25177; Fri, 14 May 1999 04:22:50 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905141122.EAA25177@freefall.freebsd.org> From: Doug Rabson Date: Fri, 14 May 1999 04:22:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa.c src/sys/conf files src/sys/i386/isa isa.c src/sys/isa isahint.c isavar.h src/sys/kern bus_if.m device_if.m subr_bus.c src/sys/sys bus.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/14 04:22:49 PDT Modified files: sys/alpha/isa isa.c sys/conf files sys/i386/isa isa.c sys/isa isavar.h sys/kern bus_if.m device_if.m subr_bus.c sys/sys bus.h Added files: sys/isa isahint.c Log: * Define a new static method DEVICE_IDENTIFY which is called to add device instances to a parent bus. * Define a new method BUS_ADD_CHILD which can be called from DEVICE_IDENTIFY to add new instances. * Add a generic implementation of DEVICE_PROBE which calls DEVICE_IDENTIFY for each driver attached to the parent's devclass. * Move the hint-based isa probe from the isa driver to a new isahint driver which can be shared between i386 and alpha. Revision Changes Path 1.13 +63 -139 src/sys/alpha/isa/isa.c 1.214 +1 -0 src/sys/conf/files 1.126 +36 -106 src/sys/i386/isa/isa.c 1.6 +2 -2 src/sys/isa/isavar.h 1.10 +14 -1 src/sys/kern/bus_if.m 1.5 +9 -1 src/sys/kern/device_if.m 1.23 +17 -1 src/sys/kern/subr_bus.c 1.16 +2 -1 src/sys/sys/bus.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 4:40:27 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 2D54514E7B; Fri, 14 May 1999 04:40:23 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id NAA42533; Fri, 14 May 1999 13:37:20 +0200 (CEST) (envelope-from des) To: Poul-Henning Kamp Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile References: <13068.926678874@critter.freebsd.dk> From: Dag-Erling Smorgrav Date: 14 May 1999 13:37:20 +0200 In-Reply-To: Poul-Henning Kamp's message of "Fri, 14 May 1999 12:47:54 +0200" Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Poul-Henning Kamp writes: > In message , Dag-Erling Smorgrav writes: > > Poul-Henning Kamp writes: > > > Log: > > > Vinum doesn't compile right now. > > Disabling it won't fix it. Have you tried talking to Greg about it? > yes, Greg was forewarned. Yah. Sorry for the knee-jerk reaction, I didn't realize Greg had OKed this. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 4:55: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB38514CE6; Fri, 14 May 1999 04:54:59 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA27401; Fri, 14 May 1999 04:54:59 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905141154.EAA27401@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 14 May 1999 04:54:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/14 04:54:58 PDT Modified files: . INDEX Log: Despite what I said before, this is the official INDEX file for 3.2R, with 7 x 337 (= 2,359) ports. The tag is "RELEASE_3_2_0". Revision Changes Path 1.225 +0 -0 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 5:15:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 448AF15372; Fri, 14 May 1999 05:15:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA29324; Fri, 14 May 1999 05:15:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141215.FAA29324@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 05:15:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 05:15:35 PDT Modified files: release/sysinstall index.c package.c Log: Correct return status logic a bit. Revision Changes Path 1.66 +6 -4 src/release/sysinstall/index.c 1.72 +11 -9 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 5:15:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB58015642; Fri, 14 May 1999 05:15:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA29361; Fri, 14 May 1999 05:15:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141215.FAA29361@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 05:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 05:15:54 PDT Modified files: (Branch: RELENG_3) release/sysinstall index.c package.c Log: MFC: return status fixes. Revision Changes Path 1.60.2.5 +6 -4 src/release/sysinstall/index.c 1.65.2.5 +11 -9 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 6:15:21 1999 Delivered-To: cvs-all@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 4C1BE14D84; Fri, 14 May 1999 06:15:15 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id IAA28683; Fri, 14 May 1999 08:15:14 -0500 (CDT) Date: Fri, 14 May 1999 08:15:14 -0500 From: "Matthew D. Fuller" To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports INDEX Message-ID: <19990514081514.B27823@futuresouth.com> References: <199905141154.EAA27401@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199905141154.EAA27401@freefall.freebsd.org>; from Satoshi Asami on Fri, May 14, 1999 at 04:54:59AM -0700 X-OS: FreeBSD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, May 14, 1999 at 04:54:59AM -0700, a little birdie told me that Satoshi Asami remarked > asami 1999/05/14 04:54:58 PDT > > Modified files: > . INDEX > Log: > Despite what I said before, this is the official INDEX file for > 3.2R, with 7 x 337 (= 2,359) ports. The tag is "RELEASE_3_2_0". So it's for a release on 3, and it's 7 337. It's a sign of something. What, I hesitate to imagine... -- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller MF4839 http://www.over-yonder.net/ | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 7: 2: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 759741509E; Fri, 14 May 1999 07:02:01 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA95636; Fri, 14 May 1999 07:02:01 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905141402.HAA95636@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Fri, 14 May 1999 07:02:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/internal developer.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/14 07:02:00 PDT Modified files: es/internal developer.sgml Log: Add Doc. Proj. Primer. Revision Changes Path 1.2 +9 -2 www/es/internal/developer.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 7: 3:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B00931509E; Fri, 14 May 1999 07:03:50 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA95848; Fri, 14 May 1999 07:03:50 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905141403.HAA95848@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Fri, 14 May 1999 07:03:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/news news.sgml press.sgml webchanges.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/14 07:03:49 PDT Modified files: es/news news.sgml press.sgml webchanges.sgml Log: news.sgml: Add FreeBSD Rocks press.sgml: Update to version 1.66 webchanges.sgml: Add last changes. Revision Changes Path 1.4 +11 -2 www/es/news/news.sgml 1.11 +38 -2 www/es/news/press.sgml 1.9 +19 -2 www/es/news/webchanges.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 7:14:42 1999 Delivered-To: cvs-all@freebsd.org Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.206.244]) by hub.freebsd.org (Postfix) with ESMTP id 74F791558A; Fri, 14 May 1999 07:14:32 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.zippynet.iol.net.au (backup.zippynet.iol.net.au [172.22.2.4]) by backup.af.speednet.com.au (8.9.1/8.9.1) with ESMTP id AAA11618; Sat, 15 May 1999 00:14:30 +1000 (EST) Date: Sat, 15 May 1999 00:14:30 +1000 (EST) From: Andy Farkas X-Sender: andyf@backup.zippynet.iol.net.au To: Wolfram Schneider Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/locate/locate locate.updatedb.8 updatedb.sh In-Reply-To: <199905141018.DAA18106@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > usr.bin/locate/locate locate.updatedb.8 updatedb.sh > Log: > Don't overwrite the variable LOCATE_CONFIG > This is useful for people who want index their home directory: > > $ env LOCATE_CONFIG=$HOME/.locate.rc /usr/libexec/locate.updatedb > While you're there... wanna delete the last line in file updatedb.sh? See bin/9793 I've been testing that patch for, oh, about 5 months now, and havn't seen any problems yet :) -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speed Internet Services http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 7:29:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F5F14E27; Fri, 14 May 1999 07:29:55 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99500; Fri, 14 May 1999 07:29:55 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141429.HAA99500@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 07:29:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 07:29:54 PDT Modified files: release/sysinstall package.c Log: Be properly verbose. Revision Changes Path 1.73 +5 -2 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 7:30:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B8CB14E66; Fri, 14 May 1999 07:30:12 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99667; Fri, 14 May 1999 07:30:12 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141430.HAA99667@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 07:30:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 07:30:11 PDT Modified files: (Branch: RELENG_3) release/sysinstall package.c Log: MFC: extra verbosity. Revision Changes Path 1.65.2.6 +5 -2 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 7:32: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F394214E66; Fri, 14 May 1999 07:32:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99874; Fri, 14 May 1999 07:32:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141432.HAA99874@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 07:32:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 07:32:00 PDT Modified files: (Branch: RELENG_3) sys/conf newvers.sh Log: change branch name. Revision Changes Path 1.41.2.6 +2 -2 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 7:58: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDE3D15427; Fri, 14 May 1999 07:58:02 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02365; Fri, 14 May 1999 07:58:02 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141458.HAA02365@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 07:58:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 07:58:02 PDT Modified files: release/sysinstall package.c Log: DTRT for "Latest" search keywords. Revision Changes Path 1.74 +4 -3 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 7:58:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4581E155C6; Fri, 14 May 1999 07:58:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02407; Fri, 14 May 1999 07:58:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141458.HAA02407@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 07:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 07:58:20 PDT Modified files: (Branch: RELENG_3) release/sysinstall package.c Log: MFC: DTRT for Latest Revision Changes Path 1.65.2.7 +4 -3 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 8: 4:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB20A15427; Fri, 14 May 1999 08:04:28 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA02964; Fri, 14 May 1999 08:04:28 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141504.IAA02964@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 08:04:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 08:04:28 PDT Modified files: release/sysinstall config.c Log: Do more impressive things for windowmaker. Revision Changes Path 1.133 +2 -3 src/release/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 8: 4:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8776015443; Fri, 14 May 1999 08:04:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA02998; Fri, 14 May 1999 08:04:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141504.IAA02998@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 08:04:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 08:04:50 PDT Modified files: (Branch: RELENG_3) release/sysinstall config.c Log: MFC: more impressive windowmakerness. Revision Changes Path 1.115.2.17 +2 -3 src/release/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 8:12:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 412E9154E9; Fri, 14 May 1999 08:12:30 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03759; Fri, 14 May 1999 08:12:30 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905141512.IAA03759@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 14 May 1999 08:12:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/14 08:12:30 PDT Modified files: (Branch: RELENG_3) sys/i386/conf GENERIC Log: MFC: add pnp support. Revision Changes Path 1.143.2.12 +2 -1 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 9:33:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 860D014CEF; Fri, 14 May 1999 09:33:09 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA09503; Fri, 14 May 1999 09:33:09 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905141633.JAA09503@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 14 May 1999 09:33:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/14 09:33:08 PDT Modified files: (Branch: RELENG_3) sys/boot/forth loader.conf Log: MFC. Slight adjustment in modules available. Approved by: jkh Revision Changes Path 1.3.2.2 +5 -5 src/sys/boot/forth/loader.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 10:29: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 8D4B214D71; Fri, 14 May 1999 10:28:38 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA46575; Fri, 14 May 1999 11:27:38 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA34857; Fri, 14 May 1999 11:28:29 -0600 (MDT) Message-Id: <199905141728.LAA34857@harmony.village.org> To: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "14 May 1999 11:29:03 +0200." References: <199905140357.UAA88814@freefall.freebsd.org> Date: Fri, 14 May 1999 11:28:29 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Dag-Erling Smorgrav writes: : You forgot src/sys/i386/i386/userconfig.c :) For a pccard device? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 10:32:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C64714E47; Fri, 14 May 1999 10:32:23 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13712; Fri, 14 May 1999 10:32:23 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <199905141732.KAA13712@freefall.freebsd.org> From: Bill Fenner Date: Fri, 14 May 1999 10:32:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-syms Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1999/05/14 10:32:22 PDT Modified files: contrib/groff/tmac doc-syms Log: Add 3.2 to the list of legal FreeBSD versions for the .Fx macro. Revision Changes Path 1.20 +1 -0 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 10:35:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACEF614C3C; Fri, 14 May 1999 10:35:20 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13840; Fri, 14 May 1999 10:35:20 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <199905141735.KAA13840@freefall.freebsd.org> From: Bill Fenner Date: Fri, 14 May 1999 10:35:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1999/05/14 10:35:19 PDT Modified files: contrib/groff/tmac doc-common Log: Add 3.2 to the list of legal FreeBSD versions for the .Os FreeBSD macro. Revision Changes Path 1.15 +1 -0 src/contrib/groff/tmac/doc-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 10:38:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DEC14C3C; Fri, 14 May 1999 10:38:10 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14000; Fri, 14 May 1999 10:38:10 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905141738.KAA14000@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 14 May 1999 10:38:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/14 10:38:09 PDT Modified files: sys/pci ahc_pci.c Log: Use a lookup table for device matching instead of a switch on a 64bit value. EGCS generates poor code for sparse switch statements on 64bit values. Requested by: bde Revision Changes Path 1.12 +450 -269 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 10:39:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5DE114F62; Fri, 14 May 1999 10:39:54 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14179; Fri, 14 May 1999 10:39:54 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905141739.KAA14179@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 14 May 1999 10:39:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/libkern quad.h ucmpdi2.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/14 10:39:54 PDT Modified files: sys/i386/conf files.i386 sys/libkern quad.h ucmpdi2.c Log: Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switch statements on 64bit values generate poor code. Requested by: bde Revision Changes Path 1.242 +1 -2 src/sys/i386/conf/files.i386 1.8 +1 -2 src/sys/libkern/quad.h 1.6 +2 -2 src/sys/libkern/ucmpdi2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 10:41:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE3251543B; Fri, 14 May 1999 10:41:13 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14295; Fri, 14 May 1999 10:41:13 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905141741.KAA14295@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 14 May 1999 10:41:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/14 10:41:13 PDT Modified files: (Branch: RELENG_3) sys/i386/conf LINT Log: Better description of how to get the bt848 (bktr) driver working with smbus,iicbus and iicbb Approved by: JKH Revision Changes Path 1.539.2.19 +8 -4 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 10:48:29 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 2A83415553; Fri, 14 May 1999 10:48:22 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id TAA43771; Fri, 14 May 1999 19:48:13 +0200 (CEST) (envelope-from des) To: Warner Losh Cc: Dag-Erling Smorgrav , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 References: <199905140357.UAA88814@freefall.freebsd.org> <199905141728.LAA34857@harmony.village.org> From: Dag-Erling Smorgrav Date: 14 May 1999 19:48:12 +0200 In-Reply-To: Warner Losh's message of "Fri, 14 May 1999 11:28:29 -0600" Message-ID: Lines: 10 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Warner Losh writes: > In message Dag-Erling Smorgrav writes: > : You forgot src/sys/i386/i386/userconfig.c :) > For a pccard device? Of course. Why shouldn't it go into the userconfig list? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 11: 6:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C2381512D; Fri, 14 May 1999 11:06:30 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16387; Fri, 14 May 1999 11:06:29 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905141806.LAA16387@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 14 May 1999 11:06:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/bootforth loader.rc menuconf.4th README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/14 11:06:29 PDT Modified files: share/examples/bootforth README Added files: share/examples/bootforth loader.rc menuconf.4th Log: Add a menu example making use of loader.4th(8) facilities. Merge candidate, as it is just an example... Revision Changes Path 1.2 +15 -2 src/share/examples/bootforth/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 11:31:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E2D614CFE; Fri, 14 May 1999 11:31:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA17820; Fri, 14 May 1999 11:31:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905141831.LAA17820@freefall.freebsd.org> From: Bill Paul Date: Fri, 14 May 1999 11:31:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.8 wicontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/14 11:31:33 PDT Modified files: usr.sbin/wicontrol wicontrol.8 wicontrol.c Log: Fix usage in wicontrol.c to agree with man page. Update documentation for -f frequency selection option to include complete list of channel numbers and frequencies. Revision Changes Path 1.5 +33 -8 src/usr.sbin/wicontrol/wicontrol.8 1.5 +6 -6 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 11:42:57 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 9BCB714D10; Fri, 14 May 1999 11:42:41 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA26893; Fri, 14 May 1999 14:44:49 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Fri, 14 May 1999 14:44:49 -0400 (EDT) From: Bill Fumerola To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX In-Reply-To: <199905140607.XAA45111@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 13 May 1999, Satoshi - Ports Wraith - Asami wrote: > These are not "release engineering" tags. We don't guarantee anything > about the tags in the ports tree like we do in src (you move stuff > around, the tags still appear in the right place, etc.). So don't > give people the illusion that it means much more than just a snapshot > tag that might have been screwed up in a few months after some > repository copies. I see. It just prohibits someone from doing 'cvs co -rFOO ports/ src/' to get that kind of snapshot. That's all. > Or something like that. Peter gave the reason in a long mail a while > ago. I'll dig it up if you are interested. I'll take your word for it. :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 11:45:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01AA414D10; Fri, 14 May 1999 11:45:19 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA18958; Fri, 14 May 1999 11:45:19 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905141845.LAA18958@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 14 May 1999 11:45:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate/locate updatedb.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/14 11:45:19 PDT Modified files: usr.bin/locate/locate updatedb.sh Log: Delete debug line. PR: bin/9793 Submitted by: Andy Farkas Revision Changes Path 1.15 +1 -2 src/usr.bin/locate/locate/updatedb.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 11:54:36 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id E5DDB14E18; Fri, 14 May 1999 11:54:33 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA46788; Fri, 14 May 1999 12:53:33 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA35280; Fri, 14 May 1999 12:54:25 -0600 (MDT) Message-Id: <199905141854.MAA35280@harmony.village.org> To: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "14 May 1999 19:48:12 +0200." References: <199905140357.UAA88814@freefall.freebsd.org> <199905141728.LAA34857@harmony.village.org> Date: Fri, 14 May 1999 12:54:25 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Dag-Erling Smorgrav writes: : Of course. Why shouldn't it go into the userconfig list? Because all config is done via pccardd. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 11:59:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B278914E18; Fri, 14 May 1999 11:59:29 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA20248; Fri, 14 May 1999 11:59:29 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905141859.LAA20248@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 14 May 1999 11:59:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.4th loader.4th.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/14 11:59:28 PDT Modified files: sys/boot/forth loader.4th loader.4th.8 Log: Add "initialize" to loader.4th, so running "start" is not actually needed. Revision Changes Path 1.3 +14 -2 src/sys/boot/forth/loader.4th 1.3 +13 -1 src/sys/boot/forth/loader.4th.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 12: 0:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0827714E18; Fri, 14 May 1999 12:00:40 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA20445; Fri, 14 May 1999 12:00:39 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905141900.MAA20445@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 14 May 1999 12:00:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/bootforth loader.rc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/14 12:00:39 PDT Modified files: share/examples/bootforth loader.rc Log: Slight not-exactly-bug-but-useful-as-example-code fix. Revision Changes Path 1.2 +2 -2 src/share/examples/bootforth/loader.rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 12: 8: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D851B14E18; Fri, 14 May 1999 12:08:02 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA21220; Fri, 14 May 1999 12:08:02 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905141908.MAA21220@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 14 May 1999 12:08:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/bootforth menuconf.4th Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/14 12:08:02 PDT Modified files: share/examples/bootforth menuconf.4th Log: Rewording. Revision Changes Path 1.2 +3 -3 src/share/examples/bootforth/menuconf.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 12:18: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 2B3BF14E18; Fri, 14 May 1999 12:17:59 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA20303; Fri, 14 May 1999 13:17:55 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA12363; Fri, 14 May 1999 13:17:54 -0600 Date: Fri, 14 May 1999 13:17:54 -0600 Message-Id: <199905141917.NAA12363@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Dag-Erling Smorgrav Cc: Warner Losh , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 In-Reply-To: References: <199905140357.UAA88814@freefall.freebsd.org> <199905141728.LAA34857@harmony.village.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Warner Losh writes: > > In message Dag-Erling Smorgrav writes: > > : You forgot src/sys/i386/i386/userconfig.c :) > > For a pccard device? > > Of course. Why shouldn't it go into the userconfig list? Because none of it's resources are settable, and are determined at runtime by the configuration manager. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 13:40:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CBA014DA8; Fri, 14 May 1999 13:40:26 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA27732; Fri, 14 May 1999 13:40:25 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905142040.NAA27732@freefall.freebsd.org> From: Luoqi Chen Date: Fri, 14 May 1999 13:40:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/14 13:40:25 PDT Modified files: sys/kern vfs_subr.c sys/ufs/mfs mfs_vfsops.c Log: Legally acquire a major number for mfs. Revision Changes Path 1.198 +2 -5 src/sys/kern/vfs_subr.c 1.63 +7 -2 src/sys/ufs/mfs/mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 13:44:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2F4414DA8; Fri, 14 May 1999 13:44:23 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA28073; Fri, 14 May 1999 13:44:23 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905142044.NAA28073@freefall.freebsd.org> From: Luoqi Chen Date: Fri, 14 May 1999 13:44:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_pty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/14 13:44:22 PDT Modified files: sys/kern tty_pty.c Log: Ignore some ioctls on the master until the slave is open. Revision Changes Path 1.58 +12 -3 src/sys/kern/tty_pty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 14: 3:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 671751544A; Fri, 14 May 1999 14:03:14 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA29298; Fri, 14 May 1999 14:03:14 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <199905142103.OAA29298@freefall.freebsd.org> From: Alex Nash Date: Fri, 14 May 1999 14:03:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_rwlockattr_init.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1999/05/14 14:03:13 PDT Modified files: lib/libc_r/man pthread_rwlockattr_init.3 Log: Added missing comma in xrefs. Revision Changes Path 1.2 +2 -2 src/lib/libc_r/man/pthread_rwlockattr_init.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 14: 3:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5A4615754; Fri, 14 May 1999 14:03:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA29330; Fri, 14 May 1999 14:03:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <199905142103.OAA29330@freefall.freebsd.org> From: Alex Nash Date: Fri, 14 May 1999 14:03:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_rwlock_destroy.3 pthread_rwlockattr_destroy.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1999/05/14 14:03:25 PDT Modified files: lib/libc_r/man pthread_rwlock_destroy.3 pthread_rwlockattr_destroy.3 Log: Removed extraneous comma in xrefs. Revision Changes Path 1.2 +2 -2 src/lib/libc_r/man/pthread_rwlock_destroy.3 1.2 +2 -2 src/lib/libc_r/man/pthread_rwlockattr_destroy.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 14:36:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B5F4155F1; Fri, 14 May 1999 14:36:22 -0700 (PDT) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA31117; Fri, 14 May 1999 14:36:22 -0700 (PDT) (envelope-from nate@FreeBSD.org) Message-Id: <199905142136.OAA31117@freefall.freebsd.org> From: Nate Williams Date: Fri, 14 May 1999 14:36:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_spec.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1999/05/14 14:36:21 PDT Modified files: lib/libc_r/uthread uthread_spec.c Log: - Fixed bug where we NULL'd before we freed the data causing a memory leak. Submitted by: Ralf S. Engelschall Obtained from: PR i386/11713 Revision Changes Path 1.11 +1 -1 src/lib/libc_r/uthread/uthread_spec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 16: 9:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6C1314FFF; Fri, 14 May 1999 16:09:38 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA35680; Fri, 14 May 1999 16:09:38 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905142309.QAA35680@freefall.freebsd.org> From: Alan Cox Date: Fri, 14 May 1999 16:09:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c src/sys/vm vm_map.c vm_map.h vm_mmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/14 16:09:37 PDT Modified files: sys/kern imgact_aout.c imgact_elf.c sys/vm vm_map.c vm_map.h vm_mmap.c Log: Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option. It never makes sense to specify MAP_COPY_NEEDED without also specifying MAP_COPY_ON_WRITE, and vice versa. Thus, MAP_COPY_ON_WRITE suffices. Reviewed by: David Greenman Revision Changes Path 1.51 +3 -3 src/sys/kern/imgact_aout.c 1.57 +3 -3 src/sys/kern/imgact_elf.c 1.161 +3 -5 src/sys/vm/vm_map.c 1.39 +4 -4 src/sys/vm/vm_map.h 1.97 +2 -2 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 16:10:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EFA314FFF; Fri, 14 May 1999 16:10:28 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA35727; Fri, 14 May 1999 16:10:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905142310.QAA35727@freefall.freebsd.org> From: Warner Losh Date: Fri, 14 May 1999 16:10:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/14 16:10:27 PDT Modified files: sys/dev/aha aha.c Log: Put a small delay in before sending the inquire_setup command. The docs don't seem to shed light on why this is needed, but reports from the field indicate this helps prevent problems in this area. Ken's changes seem to have exposed this bug, rather than caused it, as far as I can tell. Thanks to Jack O'Neill for tracking this down. Submitted by: jack@germanium.xtalwind.net Very strong 3.2 merge candidate. Revision Changes Path 1.25 +6 -4 src/sys/dev/aha/aha.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 17:54:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38D4D15025; Fri, 14 May 1999 17:54:31 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA49949; Fri, 14 May 1999 17:54:31 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905150054.RAA49949@freefall.freebsd.org> From: Andreas Klemm Date: Fri, 14 May 1999 17:54:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/lyx/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/14 17:54:30 PDT Added files: print/lyx/patches patch-aa Log: Fix for this problem: if you update a DVI file once during a Lyx session, it won't update it again! Submitted by: Mikhail Teterin Obtained from: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg00611.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 18: 6:25 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 757D014D54; Fri, 14 May 1999 18:06:15 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA14380; Fri, 14 May 1999 18:07:19 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id SAA56019; Fri, 14 May 1999 18:06:10 -0700 (PDT) Date: Fri, 14 May 1999 18:06:10 -0700 (PDT) Message-Id: <199905150106.SAA56019@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: andreas@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905150054.RAA49949@freefall.freebsd.org> (message from Andreas Klemm on Fri, 14 May 1999 17:54:30 -0700 (PDT)) Subject: Re: cvs commit: ports/print/lyx/patches patch-aa From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905150054.RAA49949@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * andreas 1999/05/14 17:54:30 PDT * * Added files: * print/lyx/patches patch-aa (rolling eyes) The ports freeze is not over yet, Andreas.... -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 18: 8:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C76C14D47; Fri, 14 May 1999 18:08:30 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA50737; Fri, 14 May 1999 18:08:29 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <199905150108.SAA50737@freefall.freebsd.org> From: Don Lewis Date: Fri, 14 May 1999 18:08:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login_class.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk truckman 1999/05/14 18:08:29 PDT Modified files: (Branch: RELENG_3) lib/libutil login_class.c Log: MFC: fix potential memory overwrite in escape parsing PR: 11687 Reviewed by: ache Revision Changes Path 1.10.2.1 +2 -2 src/lib/libutil/login_class.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 18:14:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 771DE14D63; Fri, 14 May 1999 18:14:37 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51230; Fri, 14 May 1999 18:14:37 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905150114.SAA51230@freefall.freebsd.org> From: Andreas Klemm Date: Fri, 14 May 1999 18:14:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript55 Makefile ports/print/ghostscript55/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/14 18:14:36 PDT Modified files: print/ghostscript55 Makefile print/ghostscript55/pkg PLIST Log: unix-lpr.sh and lprsetup.sh are missing from the package. fixed install target and PLIST file. Reported by: Marko Schuetz Revision Changes Path 1.33 +3 -1 ports/print/ghostscript55/Makefile 1.9 +2 -0 ports/print/ghostscript55/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 18:17:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D234114D63; Fri, 14 May 1999 18:17:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51394; Fri, 14 May 1999 18:17:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905150117.SAA51394@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 14 May 1999 18:17:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/14 18:17:23 PDT Modified files: . avail Log: Temporarily suspend Andreas' commit privs before he can do any more damage to the ports tree. He's apparently not reading mail. Revision Changes Path 1.81 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 18:21:44 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 8E82514E69; Fri, 14 May 1999 18:21:42 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-212.ix.netcom.com [209.111.209.212]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA14443; Fri, 14 May 1999 18:22:46 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id SAA56150; Fri, 14 May 1999 18:21:37 -0700 (PDT) Date: Fri, 14 May 1999 18:21:37 -0700 (PDT) Message-Id: <199905150121.SAA56150@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: andreas@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905150117.SAA51394@freefall.freebsd.org> (message from Satoshi Asami on Fri, 14 May 1999 18:17:23 -0700 (PDT)) Subject: Re: cvs commit: CVSROOT avail From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905150117.SAA51394@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * . avail * Log: * Temporarily suspend Andreas' commit privs before he can do any more * damage to the ports tree. He's apparently not reading mail. I didn't want to do this but you did not respond to my earlier mail and I can't find you on freefall. Please acknowledge when you read this. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 18:24:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09A6814EE3; Fri, 14 May 1999 18:24:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA51829; Fri, 14 May 1999 18:24:44 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905150124.SAA51829@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 14 May 1999 18:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/14 18:24:44 PDT Modified files: . avail Log: Add andreas back, he has acknowleged the reception of my mail and won't commit anything until the ports freeze is over. Revision Changes Path 1.82 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 18:26:59 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 9A95714E69; Fri, 14 May 1999 18:26:53 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id KAA15809; Sat, 15 May 1999 10:56:52 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA37253; Sat, 15 May 1999 10:56:49 +0930 (CST) Date: Sat, 15 May 1999 10:56:49 +0930 From: Greg Lehey To: Dag-Erling Smorgrav Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile Message-ID: <19990515105648.I89091@freebie.lemis.com> References: <13068.926678874@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Dag-Erling Smorgrav on Fri, May 14, 1999 at 01:37:20PM +0200 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Friday, 14 May 1999 at 13:37:20 +0200, Dag-Erling Smorgrav wrote: > Poul-Henning Kamp writes: >> In message , Dag-Erling Smorgrav writes: >>> Poul-Henning Kamp writes: >>>> Log: >>>> Vinum doesn't compile right now. >>> Disabling it won't fix it. Have you tried talking to Greg about it? >> yes, Greg was forewarned. > > Yah. Sorry for the knee-jerk reaction, I didn't realize Greg had OKed > this. Well, I was forewarned, but to be fair I thought phk was going to hold off on this until Monday, or at least confirm that things would still compile with the changes. But I'll be working on it today. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 18:34:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EF5A14EE3; Fri, 14 May 1999 18:34:40 -0700 (PDT) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA52270; Fri, 14 May 1999 18:34:40 -0700 (PDT) (envelope-from nate@FreeBSD.org) Message-Id: <199905150134.SAA52270@freefall.freebsd.org> From: Nate Williams Date: Fri, 14 May 1999 18:34:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_spec.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1999/05/14 18:34:39 PDT Modified files: (Branch: RELENG_3) lib/libc_r/uthread uthread_spec.c Log: MFC: Fix memory leak. Revision Changes Path 1.10.2.1 +1 -1 src/lib/libc_r/uthread/uthread_spec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 19:24:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B26314EBB; Fri, 14 May 1999 19:24:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA56270; Fri, 14 May 1999 19:24:20 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905150224.TAA56270@freefall.freebsd.org> From: Brian Somers Date: Fri, 14 May 1999 19:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c link.c link.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/14 19:24:20 PDT Modified files: usr.sbin/ppp command.c link.c link.h Log: Add ``show layers'' to see the protocol layering for a link. Revision Changes Path 1.194 +4 -2 src/usr.sbin/ppp/command.c 1.11 +17 -1 src/usr.sbin/ppp/link.c 1.6 +3 -1 src/usr.sbin/ppp/link.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 19:26:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E931C156FF; Fri, 14 May 1999 19:24:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA56303; Fri, 14 May 1999 19:24:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905150224.TAA56303@freefall.freebsd.org> From: Brian Somers Date: Fri, 14 May 1999 19:24:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ network.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/14 19:24:47 PDT Modified files: FAQ network.sgml Log: Typo Identified by: John-Mark Gurney Revision Changes Path 1.25 +2 -2 doc/FAQ/network.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 22: 2:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BC0C15049; Fri, 14 May 1999 22:02:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68536; Fri, 14 May 1999 22:02:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905150502.WAA68536@freefall.freebsd.org> From: Warner Losh Date: Fri, 14 May 1999 22:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/14 22:02:49 PDT Modified files: (Branch: RELENG_3) sys/dev/aha aha.c Log: MFC: Add small delay before inquire_setup. It would be nice if this could be in 3.2, but if not, oh well. Revision Changes Path 1.19.2.3 +6 -4 src/sys/dev/aha/aha.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 22:49:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7462F14BDB; Fri, 14 May 1999 22:49:23 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98306; Fri, 14 May 1999 22:49:23 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905150549.WAA98306@freefall.freebsd.org> From: Greg Lehey Date: Fri, 14 May 1999 22:49:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinum.c vinumconfig.c vinumdaemon.c vinumio.c vinumioctl.c vinumlock.c vinumparser.c vinumrequest.c vinumrevive.c vinumutil.c vinumvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/14 22:49:22 PDT Modified files: sys/dev/vinum vinum.c vinumconfig.c vinumdaemon.c vinumio.c vinumioctl.c vinumlock.c vinumparser.c vinumrequest.c vinumrevive.c vinumutil.c vinumvar.h Log: Modify to work with new style dev_t. With_copious_input_from: peter phk Revision Changes Path 1.23 +3 -7 src/sys/dev/vinum/vinum.c 1.22 +1 -1 src/sys/dev/vinum/vinumconfig.c 1.9 +3 -2 src/sys/dev/vinum/vinumdaemon.c 1.26 +7 -21 src/sys/dev/vinum/vinumio.c 1.16 +1 -3 src/sys/dev/vinum/vinumioctl.c 1.10 +2 -2 src/sys/dev/vinum/vinumlock.c 1.11 +3 -1 src/sys/dev/vinum/vinumparser.c 1.24 +16 -13 src/sys/dev/vinum/vinumrequest.c 1.12 +3 -2 src/sys/dev/vinum/vinumrevive.c 1.11 +7 -12 src/sys/dev/vinum/vinumutil.c 1.18 +24 -27 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 14 23:13:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 338AF14C05; Fri, 14 May 1999 23:13:30 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA20037; Fri, 14 May 1999 23:13:29 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905150613.XAA20037@freefall.freebsd.org> From: Greg Lehey Date: Fri, 14 May 1999 23:13:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/14 23:13:28 PDT Modified files: sys/modules Makefile Log: Reenable vinum build. Revision Changes Path 1.62 +2 -5 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 2:23:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19A2D15614; Sat, 15 May 1999 02:22:58 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA74341; Sat, 15 May 1999 02:22:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905150922.CAA74341@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 15 May 1999 02:22:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/15 02:22:56 PDT Modified files: (Branch: RELENG_3) sys/conf newvers.sh Log: We're now in 3.2-STABLE Revision Changes Path 1.41.2.7 +2 -2 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 3:16:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1C2114CCB; Sat, 15 May 1999 03:16:09 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA77511; Sat, 15 May 1999 03:16:09 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905151016.DAA77511@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 15 May 1999 03:16:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/ports Makefile.inc Makefile.inc0 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/15 03:16:08 PDT Modified files: en/ports Makefile Added files: en/ports Makefile.inc Makefile.inc0 Log: Try to solve a chicken-egg problem: Makefile first includes Makefile.gen and then regenerate Makefile.gen - but it don't read Makefile.gen again. If the contents of the old and the new Makefile.gen differs make may fail. This happens if a category disappeared from INDEX (e.g. a typo in CATEGORY variable). The Makefile try to build the old category.sgml file which is no longer available. Revision Changes Path 1.24 +9 -18 www/en/ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 3:28:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6376714CD3; Sat, 15 May 1999 03:28:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA78079; Sat, 15 May 1999 03:28:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905151028.DAA78079@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 15 May 1999 03:28:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts ERRATA.TXT README.TXT RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/15 03:28:23 PDT Modified files: (Branch: RELENG_3) release/texts ERRATA.TXT README.TXT RELNOTES.TXT Log: Fix a minor doc nit and two references to 3.1-RELEASE which got by me on the first pass. Tags slid appropriately. Revision Changes Path 1.1.4.3 +1 -1 src/release/texts/ERRATA.TXT 1.1.4.3 +6 -6 src/release/texts/README.TXT 1.12.2.20 +1 -1 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 4:51:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FFC414D03; Sat, 15 May 1999 04:51:42 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32285; Sat, 15 May 1999 04:51:42 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905151151.EAA32285@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 15 May 1999 04:51:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/15 04:51:41 PDT Modified files: release Makefile Log: target is ${KERNEL}, not kernel. Noticed by: "John W. DeBoskey" Revision Changes Path 1.485 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 4:54:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD08514D03; Sat, 15 May 1999 04:54:37 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32468; Sat, 15 May 1999 04:54:37 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905151154.EAA32468@freefall.freebsd.org> From: Bruce Evans Date: Sat, 15 May 1999 04:54:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kvm_mkdb extern.h kvm_mkdb.c testdb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/15 04:54:36 PDT Modified files: usr.sbin/kvm_mkdb extern.h kvm_mkdb.c testdb.c Log: Test the correct database file (not necessarily the one corresponding to the running kernel if the nlist file is specified explicitly). Revision Changes Path 1.2 +1 -2 src/usr.sbin/kvm_mkdb/extern.h 1.8 +4 -3 src/usr.sbin/kvm_mkdb/kvm_mkdb.c 1.4 +4 -4 src/usr.sbin/kvm_mkdb/testdb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 4:55:15 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id C980914D03; Sat, 15 May 1999 04:55:10 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id NAA48824; Sat, 15 May 1999 13:55:10 +0200 (CEST) (envelope-from des) To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_fork.c uthread_gc.c uthread_getprio.c uthread_info.c uthread_init.c uthread_kern.c ... References: <199905090748.AAA88251@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 15 May 1999 13:55:09 +0200 In-Reply-To: John Birrell's message of "Sun, 9 May 1999 00:48:56 -0700 (PDT)" Message-ID: Lines: 56 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This commit is probably responsible for the current MySQL breakage. I'll have to find a box on which to do before-and-after tests to be sure, though. John Birrell writes: > jb 1999/05/09 00:48:56 PDT > > Modified files: (Branch: RELENG_3) > lib/libc_r/uthread Makefile.inc pthread_private.h > uthread_cond.c uthread_create.c > uthread_detach.c uthread_execve.c > uthread_exit.c uthread_fd.c > uthread_fork.c uthread_gc.c > uthread_getprio.c uthread_info.c > uthread_init.c uthread_kern.c > uthread_kill.c uthread_mattr_init.c > uthread_mutex.c uthread_resume_np.c > uthread_select.c uthread_setprio.c > uthread_sig.c uthread_sigaction.c > uthread_sigwait.c uthread_spinlock.c > uthread_suspend_np.c > Log: > MFC: (mostly) Realtime scheduling patches from Dan Eischen. > > Revision Changes Path > 1.16.2.1 +16 -1 src/lib/libc_r/uthread/Makefile.inc > 1.16.2.1 +214 -21 src/lib/libc_r/uthread/pthread_private.h > 1.12.2.1 +230 -62 src/lib/libc_r/uthread/uthread_cond.c > 1.11.2.1 +30 -10 src/lib/libc_r/uthread/uthread_create.c > 1.6.2.1 +13 -0 src/lib/libc_r/uthread/uthread_detach.c > 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_execve.c > 1.6.2.1 +14 -1 src/lib/libc_r/uthread/uthread_exit.c > 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fd.c > 1.8.2.1 +33 -1 src/lib/libc_r/uthread/uthread_fork.c > 1.2.4.1 +9 -1 src/lib/libc_r/uthread/uthread_gc.c > 1.3.2.1 +5 -6 src/lib/libc_r/uthread/uthread_getprio.c > 1.9.2.1 +49 -2 src/lib/libc_r/uthread/uthread_info.c > 1.9.2.2 +33 -6 src/lib/libc_r/uthread/uthread_init.c > 1.15.2.2 +298 -334 src/lib/libc_r/uthread/uthread_kern.c > 1.5.2.1 +13 -0 src/lib/libc_r/uthread/uthread_kill.c > 1.2.2.1 +1 -1 src/lib/libc_r/uthread/uthread_mattr_init.c > 1.12.2.1 +1073 -189 src/lib/libc_r/uthread/uthread_mutex.c > 1.3.2.1 +13 -0 src/lib/libc_r/uthread/uthread_resume_np.c > 1.5.2.1 +5 -1 src/lib/libc_r/uthread/uthread_select.c > 1.3.2.1 +7 -11 src/lib/libc_r/uthread/uthread_setprio.c > 1.15.2.1 +39 -12 src/lib/libc_r/uthread/uthread_sig.c > 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigaction.c > 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigwait.c > 1.4.4.1 +15 -17 src/lib/libc_r/uthread/uthread_spinlock.c > 1.3.2.1 +13 -0 src/lib/libc_r/uthread/uthread_suspend_np.c > > DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 5:25:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBA7B15135; Sat, 15 May 1999 05:25:35 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA36935; Sat, 15 May 1999 05:25:35 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905151225.FAA36935@freefall.freebsd.org> From: Roger Hardiman Date: Sat, 15 May 1999 05:25:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci bt848_i2c.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/15 05:25:35 PDT Modified files: (Branch: RELENG_3) sys/pci bt848_i2c.c Log: MFC: Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code. Revision Changes Path 1.2.2.1 +7 -5 src/sys/pci/bt848_i2c.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 6: 3:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2FAE14FA7; Sat, 15 May 1999 06:03:27 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA39378; Sat, 15 May 1999 06:03:27 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905151303.GAA39378@freefall.freebsd.org> From: Roger Hardiman Date: Sat, 15 May 1999 06:03:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci bt848_i2c.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/15 06:03:26 PDT Modified files: (Branch: RELENG_3) sys/pci bt848_i2c.c Log: Put back the DRIVER_TYPE_MISC definition. It is no longer required in -current but is still needed in 3.x Revision Changes Path 1.2.2.2 +2 -1 src/sys/pci/bt848_i2c.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 7:30:47 1999 Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 4C7D714FF1; Sat, 15 May 1999 07:30:44 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id KAA21384; Sat, 15 May 1999 10:30:05 -0400 (EDT) Date: Sat, 15 May 1999 10:30:05 -0400 (EDT) From: Daniel Eischen Message-Id: <199905151430.KAA21384@pcnet1.pcnet.com> To: des@flood.ping.uio.no, jb@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_fork.c uthread_gc.c uthread_getprio.c uthread_info.c uthread_init.c uthread_kern.c ... Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > This commit is probably responsible for the current MySQL breakage. > I'll have to find a box on which to do before-and-after tests to be > sure, though. > > John Birrell writes: > > jb 1999/05/09 00:48:56 PDT > > > > Modified files: (Branch: RELENG_3) > > lib/libc_r/uthread Makefile.inc pthread_private.h [...] > > Log: > > MFC: (mostly) Realtime scheduling patches from Dan Eischen. Make sure you also CC me if you find out anything. I've got other changes in progress, and I'd like to fix anything else that this last commit may have broke. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 7:34:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 604A514C29; Sat, 15 May 1999 07:34:26 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA03932; Sat, 15 May 1999 07:34:26 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905151434.HAA03932@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 15 May 1999 07:34:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall cdrom.c config.c index.c menus.c package.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/15 07:34:25 PDT Modified files: release/sysinstall cdrom.c config.c index.c menus.c package.c sysinstall.h Log: o Prevent alpha installs from grabbing x86 bits and vice-versa, at least on CDs and FTP sites. o Collapse some redundant code. o Fix typo'd menu. o Restrict searches properly to packages rather than categories. o Small tweaks to signal handling. All RELENG_3 candidates. Revision Changes Path 1.46 +43 -22 src/release/sysinstall/cdrom.c 1.134 +3 -2 src/release/sysinstall/config.c 1.67 +18 -33 src/release/sysinstall/index.c 1.204 +2 -2 src/release/sysinstall/menus.c 1.75 +12 -7 src/release/sysinstall/package.c 1.165 +2 -3 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 7:38:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8767114E40; Sat, 15 May 1999 07:38:46 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA04362; Sat, 15 May 1999 07:38:46 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905151438.HAA04362@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 15 May 1999 07:38:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall cdrom.c config.c index.c menus.c package.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/15 07:38:45 PDT Modified files: (Branch: RELENG_3) release/sysinstall cdrom.c config.c index.c menus.c package.c sysinstall.h Log: MFC: fix search bogons, prevent architectural miscegenation, etc. Revision Changes Path 1.45.2.1 +43 -22 src/release/sysinstall/cdrom.c 1.115.2.18 +3 -2 src/release/sysinstall/config.c 1.60.2.6 +18 -32 src/release/sysinstall/index.c 1.180.2.23 +2 -2 src/release/sysinstall/menus.c 1.65.2.8 +6 -6 src/release/sysinstall/package.c 1.153.2.12 +2 -3 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 8: 5:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1247D14BEF; Sat, 15 May 1999 08:05:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA07924; Sat, 15 May 1999 08:05:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905151505.IAA07924@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 15 May 1999 08:05:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/15 08:05:09 PDT Modified files: release/sysinstall config.c Log: Small typo in windowmaker startup line. Revision Changes Path 1.135 +2 -2 src/release/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 8: 5:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DB6A14F87; Sat, 15 May 1999 08:05:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA07961; Sat, 15 May 1999 08:05:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905151505.IAA07961@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 15 May 1999 08:05:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/15 08:05:24 PDT Modified files: (Branch: RELENG_3) release/sysinstall config.c Log: MFC: wmaker typo fix Revision Changes Path 1.115.2.19 +2 -2 src/release/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 9:25:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE5B114F51; Sat, 15 May 1999 09:25:27 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA14939; Sat, 15 May 1999 09:25:27 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905151625.JAA14939@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 15 May 1999 09:25:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/15 09:25:27 PDT Modified files: share/sgml man-refs.ent Log: Show pkg_add(1) and pkg_create(1) instead pkg.add(1) and pkg.create(1) Added entry for pkg_delete(1). Submmitted by: cjc@cc942873-a.ewndsr1.nj.home.com Right patch by: chris@calldei.com Revision Changes Path 1.5 +4 -3 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 9:32:20 1999 Delivered-To: cvs-all@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-61-180.guate.net [200.12.61.180]) by hub.freebsd.org (Postfix) with ESMTP id C971414FC1; Sat, 15 May 1999 09:32:04 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id KAA01590; Sat, 15 May 1999 10:31:59 -0600 (CST) (envelope-from obonilla) Date: Sat, 15 May 1999 10:31:58 -0600 From: Oscar Bonilla To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, advocacy@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf newvers.sh Message-ID: <19990515103157.A324@fisicc-ufm.edu> References: <199905150922.CAA74341@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905150922.CAA74341@freefall.freebsd.org>; from Jordan K. Hubbard on Sat, May 15, 1999 at 02:22:57AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, May 15, 1999 at 02:22:57AM -0700, Jordan K. Hubbard wrote: > jkh 1999/05/15 02:22:56 PDT > > Modified files: (Branch: RELENG_3) > sys/conf newvers.sh > Log: > We're now in 3.2-STABLE GREAT!!! now perhaps whoever did the nice splash images can upgrade them to read 3.2-STABLE instead of 3.1-STABLE :) -Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 10:18:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freja.webgiro.com (freja.webgiro.com [212.209.29.10]) by hub.freebsd.org (Postfix) with ESMTP id 198C415290; Sat, 15 May 1999 10:18:09 -0700 (PDT) (envelope-from abial@webgiro.com) Received: by freja.webgiro.com (Postfix, from userid 1001) id C91B618D0; Sat, 15 May 1999 19:18:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by freja.webgiro.com (Postfix) with ESMTP id C007949DE; Sat, 15 May 1999 19:18:20 +0200 (CEST) Date: Sat, 15 May 1999 19:18:20 +0200 (CEST) From: Andrzej Bialecki To: "Daniel C. Sobral" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/bootforth loader.rc menuconf.4th README In-Reply-To: <199905141806.LAA16387@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 14 May 1999, Daniel C. Sobral wrote: > dcs 1999/05/14 11:06:29 PDT > > Modified files: > share/examples/bootforth README > Added files: > share/examples/bootforth loader.rc menuconf.4th > Log: > Add a menu example making use of loader.4th(8) facilities. > > Merge candidate, as it is just an example... Can you ask Jordan, please? My previous examples are too primitive - it would be good if they could reflect the current state of affairs... Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // ------------------------------------------------------------------- // ------ FreeBSD: The Power to Serve. http://www.freebsd.org -------- // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 10:34: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FB1714BCD; Sat, 15 May 1999 10:34:05 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22324; Sat, 15 May 1999 10:34:04 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905151734.KAA22324@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 15 May 1999 10:34:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/15 10:33:57 PDT Modified files: ja/news newsflash.sgml Log: Fix image path. Revision Changes Path 1.33 +3 -3 www/ja/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 10:56:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F9F414C9F; Sat, 15 May 1999 10:56:35 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24383; Sat, 15 May 1999 10:56:35 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905151756.KAA24383@freefall.freebsd.org> From: Doug Rabson Date: Sat, 15 May 1999 10:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/15 10:56:34 PDT Modified files: sys/alpha/alpha autoconf.c Log: Make sure sysctls use udev_t, not dev_t. Submitted by: Thomas Valentino Crimi Revision Changes Path 1.25 +4 -4 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 10:59: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 752AD150A0; Sat, 15 May 1999 10:58:59 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24799; Sat, 15 May 1999 10:58:59 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905151758.KAA24799@freefall.freebsd.org> From: Peter Wemm Date: Sat, 15 May 1999 10:58:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/15 10:58:59 PDT Modified files: sys/i386/isa npx.c Log: Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardware though, on systems (386 mostly) that still have a seperate fpu, but it might be possible to find systems where the FPU coprocessor is wired to a different IRQ pin. Revision Changes Path 1.73 +11 -6 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 11: 9:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ADD914C9F; Sat, 15 May 1999 11:09:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25742; Sat, 15 May 1999 11:09:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905151809.LAA25742@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 15 May 1999 11:09:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard if_xe.c if_xereg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/15 11:09:09 PDT Added files: (Branch: RELENG_3) sys/dev/pccard if_xe.c if_xereg.h Log: MFC: Xircom PC Card Ethernet driver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 11:14:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCAAD15051; Sat, 15 May 1999 11:14:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26415; Sat, 15 May 1999 11:14:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905151814.LAA26415@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 15 May 1999 11:14:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 GENERIC LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/15 11:14:01 PDT Modified files: (Branch: RELENG_3) sys/i386/conf files.i386 GENERIC LINT Log: MFC: add `xe', the Xircom PC Card Ethernet driver Revision Changes Path 1.220.2.4 +2 -1 src/sys/i386/conf/files.i386 1.143.2.13 +2 -1 src/sys/i386/conf/GENERIC 1.539.2.20 +2 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 11:14:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7304314E4E; Sat, 15 May 1999 11:14:04 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26442; Sat, 15 May 1999 11:14:04 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905151814.LAA26442@freefall.freebsd.org> From: Doug Rabson Date: Sat, 15 May 1999 11:14:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha cons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/15 11:14:04 PDT Modified files: sys/alpha/alpha cons.c Log: Make sure sysctls use udev_t, not dev_t. Submitted by: Thomas Valentino Crimi Revision Changes Path 1.7 +5 -2 src/sys/alpha/alpha/cons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 11:19:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7DA414E4E; Sat, 15 May 1999 11:19:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26845; Sat, 15 May 1999 11:19:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905151819.LAA26845@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 15 May 1999 11:19:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/15 11:19:39 PDT Modified files: (Branch: RELENG_3) sys/i386/i386 userconfig.c Log: MFC: `xe' driver. Revision Changes Path 1.126.2.5 +3 -2 src/sys/i386/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 11:20:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9018B14E4E; Sat, 15 May 1999 11:20:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26989; Sat, 15 May 1999 11:20:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905151820.LAA26989@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 15 May 1999 11:20:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/15 11:20:20 PDT Modified files: sys/i386/i386 userconfig.c Log: Add `xe', the Xircom PC Card Ethernet driver. Revision Changes Path 1.144 +3 -2 src/sys/i386/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 11:22:13 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 6195214E4E; Sat, 15 May 1999 11:22:08 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id E22A71F58; Sun, 16 May 1999 02:22:05 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Luoqi Chen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/savecore savecore.c In-reply-to: Your message of "Wed, 12 May 1999 21:29:13 MST." <199905130429.VAA25016@freefall.freebsd.org> Date: Sun, 16 May 1999 02:22:05 +0800 From: Peter Wemm Message-Id: <19990515182206.E22A71F58@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Luoqi Chen wrote: > luoqi 1999/05/12 21:29:13 PDT > > Modified files: > sbin/savecore savecore.c > Log: > Read dumpdev using sysctl(3) interface. Now savecore should work again > after the dev_t changes. I looked at this before and was tempted to do the same, but there is a problem.. Using the sysctl() requires that the kernel that crashed is the current running kernel. For example, if you do a 'make install', then your running /kernel gets moved to /kernel.old. If you defer the shutdown because it's inconvenient, and some time later you have a crash and dump, then when you reboot, you can't do a savecore unless you first boot from kernel.old. Previously you would just do a 'savecore -N /kernel.old /var/crash' and it would save the crashdump and kernel.old as vm(unix|core).nnn. I think it would be better to either have a seperate udumpdev, or save the pathname string, or look up dumpdev->udev or whatever. (I have been rather busy for the last few days though and have not had time to try it myself yet. The ISP that has been giving me free connectivity in return for advice and help is moving to a new building) Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 11:26:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 443B414E4E; Sat, 15 May 1999 11:26:56 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27447; Sat, 15 May 1999 11:26:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905151826.LAA27447@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 15 May 1999 11:26:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pccard.conf.sample Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/15 11:26:55 PDT Modified files: (Branch: RELENG_3) etc pccard.conf.sample Log: MFC: rev 1.36 (Intel and Xircom cards using the `xe' driver) Revision Changes Path 1.24.2.8 +25 -1 src/etc/pccard.conf.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 12: 5:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4052914E0B; Sat, 15 May 1999 12:05:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29540; Sat, 15 May 1999 12:05:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905151905.MAA29540@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 15 May 1999 12:05:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/15 12:05:41 PDT Modified files: release Makefile Log: cp ${KERNEL} instead of cp kernel Revision Changes Path 1.486 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 12: 7:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA03514C9E; Sat, 15 May 1999 12:07:37 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29631; Sat, 15 May 1999 12:07:37 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905151907.MAA29631@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 15 May 1999 12:07:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/mirrors chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/15 12:07:37 PDT Modified files: en/handbook/mirrors chapter.sgml Log: Close pr docs/9455 : Added ftp.cz.freebsd.org Added cvsup.cz.freebsd.org Submitted by: cejkar@dcse.fee.vutbr.cz Use tag for all cvsup mirrors. Revision Changes Path 1.13 +41 -9 doc/en/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 12:21:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E01F14C9E; Sat, 15 May 1999 12:21:18 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30381; Sat, 15 May 1999 12:21:18 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905151921.MAA30381@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 15 May 1999 12:21:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/15 12:21:17 PDT Modified files: usr.sbin/ppp Makefile Log: Be more non-crypto friendly at make release time. Revision Changes Path 1.55 +2 -2 src/usr.sbin/ppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 12:29:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E3431540F; Sat, 15 May 1999 12:29:49 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31009; Sat, 15 May 1999 12:29:49 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <199905151929.MAA31009@freefall.freebsd.org> From: Bill Fenner Date: Sat, 15 May 1999 12:29:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common doc-syms Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1999/05/15 12:29:48 PDT Modified files: (Branch: RELENG_3) contrib/groff/tmac doc-common doc-syms Log: MFC: Add version numbers (including 3.2) to .Os and .Fx macros. Definite candidate for tag-sliding! Revision Changes Path 1.10.2.3 +7 -0 src/contrib/groff/tmac/doc-common 1.17.2.3 +1 -0 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 12:42:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7314152CF; Sat, 15 May 1999 12:42:22 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31968; Sat, 15 May 1999 12:42:22 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905151942.MAA31968@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 15 May 1999 12:42:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/bootforth loader.rc menuconf.4th README menu.4th Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/15 12:42:22 PDT Modified files: (Branch: RELENG_3) share/examples/bootforth README menu.4th Added files: (Branch: RELENG_3) share/examples/bootforth loader.rc menuconf.4th Log: MFC. Add a new example. Revision Changes Path 1.1.2.1 +15 -2 src/share/examples/bootforth/README 1.2.2.2 +0 -1 src/share/examples/bootforth/menu.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 12:46:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91F8F14A2D; Sat, 15 May 1999 12:46:42 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA32325; Sat, 15 May 1999 12:46:42 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905151946.MAA32325@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 15 May 1999 12:46:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.4th loader.4th.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/15 12:46:42 PDT Modified files: (Branch: RELENG_3) sys/boot/forth loader.4th loader.4th.8 Log: Add "initialize" which can be used instead of "start". Revision Changes Path 1.2.2.2 +14 -2 src/sys/boot/forth/loader.4th 1.1.2.3 +14 -2 src/sys/boot/forth/loader.4th.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 13: 2: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 9D52514A2D; Sat, 15 May 1999 13:01:53 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id FAA11567; Sun, 16 May 1999 05:01:51 +0900 (JST) Message-ID: <373DCAD0.85DBDDF6@newsguy.com> Date: Sun, 16 May 1999 04:28:16 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sysinstall cdrom.c config.c index.cmenus.c package.c sysinstall.h References: <199905151434.HAA03932@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Jordan K. Hubbard" wrote: > > jkh 1999/05/15 07:34:25 PDT > ... > > All RELENG_3 candidates. Ask Jordan permission to commit them. ;-> -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "Proof of Trotsky's farsightedness is that _none_ of his predictions have come true yet." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 13:47:55 1999 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [206.156.231.253]) by hub.freebsd.org (Postfix) with ESMTP id B1D5714BD7; Sat, 15 May 1999 13:47:48 -0700 (PDT) (envelope-from paul@elvis.mu.org) Received: (from paul@localhost) by elvis.mu.org (8.9.1/8.9.1) id PAA03528; Sat, 15 May 1999 15:47:41 -0500 (CDT) (envelope-from paul) Date: Sat, 15 May 1999 15:47:41 -0500 From: Paul Saab To: Dag-Erling Smorgrav Cc: John Birrell , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_fork.c uthread_gc.c uthread_getprio.c uthread_info.c uthread_init.c uthread_kern.c ... Message-ID: <19990515154741.A3357@elvis.mu.org> References: <199905090748.AAA88251@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Dag-Erling Smorgrav on Sat, May 15, 1999 at 01:55:09PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Ok, After running mysql with this commit and watching it core dump, I backed out this commit and then rebuilt libc_r. After I rebuilt it mysql works just fine. Maybe this commit should be backed out before 3.2 is sent out? Otherwise you are going to get a lot of people who depend on mysql upset. paul Dag-Erling Smorgrav (des@flood.ping.uio.no) wrote: > This commit is probably responsible for the current MySQL breakage. > I'll have to find a box on which to do before-and-after tests to be > sure, though. > > John Birrell writes: > > jb 1999/05/09 00:48:56 PDT > > > > Modified files: (Branch: RELENG_3) > > lib/libc_r/uthread Makefile.inc pthread_private.h > > uthread_cond.c uthread_create.c > > uthread_detach.c uthread_execve.c > > uthread_exit.c uthread_fd.c > > uthread_fork.c uthread_gc.c > > uthread_getprio.c uthread_info.c > > uthread_init.c uthread_kern.c > > uthread_kill.c uthread_mattr_init.c > > uthread_mutex.c uthread_resume_np.c > > uthread_select.c uthread_setprio.c > > uthread_sig.c uthread_sigaction.c > > uthread_sigwait.c uthread_spinlock.c > > uthread_suspend_np.c > > Log: > > MFC: (mostly) Realtime scheduling patches from Dan Eischen. > > > > Revision Changes Path > > 1.16.2.1 +16 -1 src/lib/libc_r/uthread/Makefile.inc > > 1.16.2.1 +214 -21 src/lib/libc_r/uthread/pthread_private.h > > 1.12.2.1 +230 -62 src/lib/libc_r/uthread/uthread_cond.c > > 1.11.2.1 +30 -10 src/lib/libc_r/uthread/uthread_create.c > > 1.6.2.1 +13 -0 src/lib/libc_r/uthread/uthread_detach.c > > 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_execve.c > > 1.6.2.1 +14 -1 src/lib/libc_r/uthread/uthread_exit.c > > 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fd.c > > 1.8.2.1 +33 -1 src/lib/libc_r/uthread/uthread_fork.c > > 1.2.4.1 +9 -1 src/lib/libc_r/uthread/uthread_gc.c > > 1.3.2.1 +5 -6 src/lib/libc_r/uthread/uthread_getprio.c > > 1.9.2.1 +49 -2 src/lib/libc_r/uthread/uthread_info.c > > 1.9.2.2 +33 -6 src/lib/libc_r/uthread/uthread_init.c > > 1.15.2.2 +298 -334 src/lib/libc_r/uthread/uthread_kern.c > > 1.5.2.1 +13 -0 src/lib/libc_r/uthread/uthread_kill.c > > 1.2.2.1 +1 -1 src/lib/libc_r/uthread/uthread_mattr_init.c > > 1.12.2.1 +1073 -189 src/lib/libc_r/uthread/uthread_mutex.c > > 1.3.2.1 +13 -0 src/lib/libc_r/uthread/uthread_resume_np.c > > 1.5.2.1 +5 -1 src/lib/libc_r/uthread/uthread_select.c > > 1.3.2.1 +7 -11 src/lib/libc_r/uthread/uthread_setprio.c > > 1.15.2.1 +39 -12 src/lib/libc_r/uthread/uthread_sig.c > > 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigaction.c > > 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigwait.c > > 1.4.4.1 +15 -17 src/lib/libc_r/uthread/uthread_spinlock.c > > 1.3.2.1 +13 -0 src/lib/libc_r/uthread/uthread_suspend_np.c > > > > > > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 14:54:18 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 28A9314C8F; Sat, 15 May 1999 14:54:12 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id IAA11239; Sun, 16 May 1999 08:06:37 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905152206.IAA11239@cimlogic.com.au> Subject: Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c In-Reply-To: <19990515154741.A3357@elvis.mu.org> from Paul Saab at "May 15, 1999 3:47:41 pm" To: paul@mu.org (Paul Saab) Date: Sun, 16 May 1999 08:06:37 +1000 (EST) Cc: des@flood.ping.uio.no, jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Paul Saab wrote: > After running mysql with this commit and watching it core dump, I > backed out this commit and then rebuilt libc_r. After I rebuilt > it mysql works just fine. What function does mysql core dump in? -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 15:22:25 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 6C1DF14CCB; Sat, 15 May 1999 15:22:20 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id AAA50448; Sun, 16 May 1999 00:22:09 +0200 (CEST) (envelope-from des) To: John Birrell Cc: paul@mu.org (Paul Saab), jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c References: <199905152206.IAA11239@cimlogic.com.au> From: Dag-Erling Smorgrav Date: 16 May 1999 00:22:08 +0200 In-Reply-To: John Birrell's message of "Sun, 16 May 1999 08:06:37 +1000 (EST)" Message-ID: Lines: 15 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell writes: > Paul Saab wrote: > > After running mysql with this commit and watching it core dump, I > > backed out this commit and then rebuilt libc_r. After I rebuilt > > it mysql works just fine. > What function does mysql core dump in? Better yet, can you show us a full stack trace? Did you build libc_r with debugging symbols? If not, can you rebuild it with debugging symbols, then tickle the bug and post a full stack trace of the resulting core dump? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 15:26:34 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 32EF014CC7; Sat, 15 May 1999 15:26:27 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id IAA11340; Sun, 16 May 1999 08:38:54 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905152238.IAA11340@cimlogic.com.au> Subject: Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c In-Reply-To: from Dag-Erling Smorgrav at "May 16, 1999 0:22: 8 am" To: des@flood.ping.uio.no (Dag-Erling Smorgrav) Date: Sun, 16 May 1999 08:38:52 +1000 (EST) Cc: jb@cimlogic.com.au, paul@mu.org, jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dag-Erling Smorgrav wrote: > John Birrell writes: > > Paul Saab wrote: > > > After running mysql with this commit and watching it core dump, I > > > backed out this commit and then rebuilt libc_r. After I rebuilt > > > it mysql works just fine. > > What function does mysql core dump in? > > Better yet, can you show us a full stack trace? Did you build libc_r > with debugging symbols? If not, can you rebuild it with debugging > symbols, then tickle the bug and post a full stack trace of the > resulting core dump? Actually, a full stack trace might not show much. The most common problem in a threaded environment is that the stack gets trashed. I just want to know if the core dump is in a call to longjmp. If it is, then my guess is that the core dump is occurring after a low priority thread has just been joined and detached. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 16:18:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0965A14EB8; Sat, 15 May 1999 16:18:34 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45677; Sat, 15 May 1999 16:18:33 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <199905152318.QAA45677@freefall.freebsd.org> From: Eivind Eklund Date: Sat, 15 May 1999 16:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_aout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1999/05/15 16:18:33 PDT Modified files: sys/kern link_aout.c Log: Add enough include files to make this actually compile on an a.out system. Revision Changes Path 1.21 +8 -1 src/sys/kern/link_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 16:42:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6C6A14D3D; Sat, 15 May 1999 16:42:41 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA47362; Sat, 15 May 1999 16:42:41 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905152342.QAA47362@freefall.freebsd.org> From: Dmitrij Tejblum Date: Sat, 15 May 1999 16:42:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vnode_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/15 16:42:41 PDT Modified files: sys/vm vnode_pager.c Log: Fix confusion of size of transfer with size of the pager. PR: 11658 Broken in: 1.89 (1998/03/07) Revision Changes Path 1.110 +4 -3 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 17: 8:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B776214E84; Sat, 15 May 1999 17:08:49 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48794; Sat, 15 May 1999 17:08:49 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905160008.RAA48794@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 15 May 1999 17:08:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c src/sys/i386/eisa ahc_eisa.c src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm_symbol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/15 17:08:48 PDT Modified files: (Branch: RELENG_3) sys/pci ahc_pci.c Log: MFC: Use 'new' PCI API. Look at subvendor ID during probe. Use bus dma so this driver works on the Alpha. Revision Changes Path 1.5.2.4 +605 -256 src/sys/pci/ahc_pci.c Modified files: (Branch: RELENG_3) sys/i386/eisa ahc_eisa.c Log: MFC: Use bus dma so this driver works on the Alpha. Revision Changes Path 1.4.2.2 +21 -25 src/sys/i386/eisa/ahc_eisa.c Modified files: (Branch: RELENG_3) sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm_symbol.c Log: MFC: Use bus dma so this driver works on the Alpha. Take advantage of the HS_MAILBOX register to avoid the aic7890/91/96/97 pause race during sync/wide negotiation. Revision Changes Path 1.16.2.8 +613 -367 src/sys/dev/aic7xxx/aic7xxx.c 1.5.2.2 +84 -53 src/sys/dev/aic7xxx/aic7xxx.h 1.12.2.3 +12 -1 src/sys/dev/aic7xxx/aic7xxx.reg 1.84.2.4 +13 -1 src/sys/dev/aic7xxx/aic7xxx.seq 1.5.2.1 +11 -9 src/sys/dev/aic7xxx/aicasm_symbol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 18:13: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [206.156.231.253]) by hub.freebsd.org (Postfix) with ESMTP id 2BE1314FFA; Sat, 15 May 1999 18:13:05 -0700 (PDT) (envelope-from paul@elvis.mu.org) Received: (from paul@localhost) by elvis.mu.org (8.9.1/8.9.1) id UAA12770; Sat, 15 May 1999 20:12:50 -0500 (CDT) (envelope-from paul) Date: Sat, 15 May 1999 20:12:50 -0500 From: Paul Saab To: John Birrell Cc: Dag-Erling Smorgrav , jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c Message-ID: <19990515201250.A12723@elvis.mu.org> References: <199905152238.IAA11340@cimlogic.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905152238.IAA11340@cimlogic.com.au>; from John Birrell on Sun, May 16, 1999 at 08:38:52AM +1000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell (jb@cimlogic.com.au) wrote: > Dag-Erling Smorgrav wrote: > > John Birrell writes: > > > Paul Saab wrote: > > > > After running mysql with this commit and watching it core dump, I > > > > backed out this commit and then rebuilt libc_r. After I rebuilt > > > > it mysql works just fine. > > > What function does mysql core dump in? > > > > Better yet, can you show us a full stack trace? Did you build libc_r > > with debugging symbols? If not, can you rebuild it with debugging > > symbols, then tickle the bug and post a full stack trace of the > > resulting core dump? > > Actually, a full stack trace might not show much. The most common > problem in a threaded environment is that the stack gets trashed. > > I just want to know if the core dump is in a call to longjmp. If it > is, then my guess is that the core dump is occurring after a low > priority thread has just been joined and detached. It is.. The stack did indeed get trashed and all I got is: Program received signal SIGSEGV, Segmentation fault. 0x281b846b in longjmp () from /usr/lib/libc_r.so.3 (gdb) where #0 0x281b846b in longjmp () from /usr/lib/libc_r.so.3 Error accessing memory address 0x8aa3e3c: Bad address. paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 21:13: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 7BA1C14CC5; Sat, 15 May 1999 21:13:06 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id AAA06902; Sun, 16 May 1999 00:12:25 -0400 (EDT) Date: Sun, 16 May 1999 00:12:25 -0400 (EDT) From: Daniel Eischen Message-Id: <199905160412.AAA06902@pcnet1.pcnet.com> To: des@flood.ping.uio.no, jb@cimlogic.com.au Subject: Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jb@FreeBSD.ORG, paul@mu.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell wrote: > I just want to know if the core dump is in a call to longjmp. If it > is, then my guess is that the core dump is occurring after a low > priority thread has just been joined and detached. This does seem to be the problem. The following patch lets me run simple mysqladmin commands without dumping core. Dan Eischen eischen@vigrid.com Index: uthread_exit.c =================================================================== RCS file: /opt/b/CVS/src/lib/libc_r/uthread/uthread_exit.c,v retrieving revision 1.7 diff -c -r1.7 uthread_exit.c *** uthread_exit.c 1999/03/23 05:07:55 1.7 --- uthread_exit.c 1999/05/15 23:44:23 *************** *** 164,175 **** if (pthread_cond_signal(&_gc_cond) != 0) PANIC("Cannot signal gc cond"); /* Unlock the garbage collector mutex: */ if (pthread_mutex_unlock(&_gc_mutex) != 0) PANIC("Cannot lock gc mutex"); /* This this thread will never be re-scheduled. */ ! _thread_kern_sched_state(PS_DEAD, __FILE__, __LINE__); /* This point should not be reached. */ PANIC("Dead thread has resumed"); --- 164,181 ---- if (pthread_cond_signal(&_gc_cond) != 0) PANIC("Cannot signal gc cond"); + /* + * Mark the thread as dead so it will not return if it + * gets context switched out when the mutex is unlocked. + */ + PTHREAD_SET_STATE(_thread_run, PS_DEAD); + /* Unlock the garbage collector mutex: */ if (pthread_mutex_unlock(&_gc_mutex) != 0) PANIC("Cannot lock gc mutex"); /* This this thread will never be re-scheduled. */ ! _thread_kern_sched(NULL); /* This point should not be reached. */ PANIC("Dead thread has resumed"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 22: 7:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6840A14C58; Sat, 15 May 1999 22:07:37 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA67084; Sat, 15 May 1999 22:07:37 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905160507.WAA67084@freefall.freebsd.org> From: Alan Cox Date: Sat, 15 May 1999 22:07:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_map.h vm_mmap.c vm_object.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/15 22:07:37 PDT Modified files: sys/vm vm_map.c vm_map.h vm_mmap.c vm_object.c Log: Remove prototypes for functions that don't exist anymore (vm_map.h). Remove a useless argument from vm_map_madvise's interface (vm_map.c, vm_map.h, and vm_mmap.c). Remove a redundant test in vm_uiomove (vm_map.c). Make two changes to vm_object_coalesce: 1. Determine whether the new range of pages actually overlaps the existing object's range of pages before calling vm_object_page_remove. (Prior to this change almost 90% of the calls to vm_object_page_remove were to remove pages that were beyond the end of the object.) 2. Free any swap space allocated to removed pages. Revision Changes Path 1.162 +4 -7 src/sys/vm/vm_map.c 1.40 +2 -4 src/sys/vm/vm_map.h 1.98 +2 -7 src/sys/vm/vm_mmap.c 1.154 +14 -10 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 22:25:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15C3814D1E; Sat, 15 May 1999 22:25:41 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68121; Sat, 15 May 1999 22:25:40 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905160525.WAA68121@freefall.freebsd.org> From: John Birrell Date: Sat, 15 May 1999 22:25:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_exit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/15 22:25:40 PDT Modified files: lib/libc_r/uthread uthread_exit.c Log: Ensure that an existing thread gets it's state set to PS_DEAD to prevent being rescheduled. Submitted by: Dan Eischen Revision Changes Path 1.8 +7 -1 src/lib/libc_r/uthread/uthread_exit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 15 22:38:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1A5914F28; Sat, 15 May 1999 22:38:57 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68548; Sat, 15 May 1999 22:38:57 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905160538.WAA68548@freefall.freebsd.org> From: John Birrell Date: Sat, 15 May 1999 22:38:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_exit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/15 22:38:56 PDT Modified files: (Branch: RELENG_3) lib/libc_r/uthread uthread_exit.c Log: MFC: Ensure that an existing thread gets it's state set to PS_DEAD to prevent being rescheduled. Revision Changes Path 1.6.2.2 +7 -1 src/lib/libc_r/uthread/uthread_exit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 1: 7:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CA6414C58; Sun, 16 May 1999 01:07:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA78199; Sun, 16 May 1999 01:07:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905160807.BAA78199@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 16 May 1999 01:07:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/16 01:07:37 PDT Modified files: release Makefile Log: INSTALL.TXT is gone in -current (despite what Jordan says :-) kerberisIV requires crypto as well. Revision Changes Path 1.487 +4 -4 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 1: 9:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A2DF15201; Sun, 16 May 1999 01:09:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA78280; Sun, 16 May 1999 01:09:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905160809.BAA78280@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 16 May 1999 01:09:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vnconfig vnconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/16 01:09:24 PDT Modified files: usr.sbin/vnconfig vnconfig.c Log: Turn an error into a warning. If running a 4.x binary on a 3.x system we may still have vn in the kernel but not be able to see it. This enables building -current SNAPS in a chroot on a -stable system Revision Changes Path 1.10 +2 -2 src/usr.sbin/vnconfig/vnconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 2:19:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7FB21501B; Sun, 16 May 1999 02:19:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA82292; Sun, 16 May 1999 02:19:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905160919.CAA82292@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 16 May 1999 02:19:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/16 02:19:47 PDT Modified files: etc/defaults rc.conf Log: Change tcp_extension comment. Submitted by: Studded Reviewed by: phk Revision Changes Path 1.9 +2 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 3:51:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A195315199; Sun, 16 May 1999 03:51:54 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA86985; Sun, 16 May 1999 03:51:54 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905161051.DAA86985@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 16 May 1999 03:51:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys jail.2 src/sys/sys jail.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/16 03:51:53 PDT Modified files: lib/libc/sys jail.2 sys/sys jail.h Log: $ brucify -deblunder Revision Changes Path 1.2 +2 -2 src/lib/libc/sys/jail.2 1.2 +7 -3 src/sys/sys/jail.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 4:35:44 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 43CF41534F; Sun, 16 May 1999 04:35:39 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id EAA02024; Sun, 16 May 1999 04:36:28 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Sun, 16 May 1999 01:07:37 PDT." <199905160807.BAA78199@freefall.freebsd.org> Date: Sun, 16 May 1999 04:36:28 -0700 Message-ID: <2021.926854588@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk root@zippy-> pwd /usr/src/release/texts root@zippy-> find . -name INSTALL.TXT ./alpha/INSTALL.TXT ./i386/INSTALL.TXT > phk 1999/05/16 01:07:37 PDT > > Modified files: > release Makefile > Log: > INSTALL.TXT is gone in -current (despite what Jordan says :-) > kerberisIV requires crypto as well. > > Revision Changes Path > 1.487 +4 -4 src/release/Makefile > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 4:39:39 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 88C781534F; Sun, 16 May 1999 04:39:35 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id NAA22690; Sun, 16 May 1999 13:39:34 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id NAA00718; Sun, 16 May 1999 13:39:33 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Sun, 16 May 1999 04:36:28 PDT." <2021.926854588@zippy.cdrom.com> Date: Sun, 16 May 1999 13:39:33 +0200 Message-ID: <716.926854773@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <2021.926854588@zippy.cdrom.com>, "Jordan K. Hubbard" writes: >root@zippy-> pwd >/usr/src/release/texts >root@zippy-> find . -name INSTALL.TXT >./alpha/INSTALL.TXT >./i386/INSTALL.TXT Ahh, that is likely the cause, it was trying to take it from texts: gzip -9c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz for i in README.TXT RELNOTES.TXT INSTALL.TXT UPGRADE.TXT HARDWARE.TXT; do \ gzip -9c ${.CURDIR}/texts/$${i} > ${RD}/mfsfd/stand/help/$${i}.gz; done > >> phk 1999/05/16 01:07:37 PDT >> >> Modified files: >> release Makefile >> Log: >> INSTALL.TXT is gone in -current (despite what Jordan says :-) >> kerberisIV requires crypto as well. >> >> Revision Changes Path >> 1.487 +4 -4 src/release/Makefile >> > > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 4:52:32 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id BFA6915389; Sun, 16 May 1999 04:52:30 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id EAA02118; Sun, 16 May 1999 04:49:16 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Sun, 16 May 1999 13:39:33 +0200." <716.926854773@critter.freebsd.dk> Date: Sun, 16 May 1999 04:49:16 -0700 Message-ID: <2115.926855356@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Ahh, that is likely the cause, it was trying to take it from > texts: Ah, I missed a case. Will fix. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 4:58:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D910214EF1; Sun, 16 May 1999 04:58:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA91910; Sun, 16 May 1999 04:58:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905161158.EAA91910@freefall.freebsd.org> From: Brian Somers Date: Sun, 16 May 1999 04:58:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/16 04:58:52 PDT Modified files: usr.sbin/ppp tty.c Log: Initialise ttydevice::Timer Revision Changes Path 1.5 +2 -1 src/usr.sbin/ppp/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 5: 0: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E17BA14C04; Sun, 16 May 1999 04:59:57 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA92039; Sun, 16 May 1999 04:59:57 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905161159.EAA92039@freefall.freebsd.org> From: Brian Somers Date: Sun, 16 May 1999 04:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.8 natd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/16 04:59:57 PDT Modified files: (Branch: RELENG_3) sbin/natd natd.8 natd.c Log: MFC: /sbin/natd portrange documentation and bugfix Revision Changes Path 1.16.2.3 +17 -5 src/sbin/natd/natd.8 1.11.2.4 +3 -3 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 5:22: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE35F15407; Sun, 16 May 1999 05:22:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA93625; Sun, 16 May 1999 05:22:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905161222.FAA93625@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 16 May 1999 05:22:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/16 05:21:59 PDT Modified files: release Makefile Log: More crypto bogosity. (I just built a current snap-shot) Revision Changes Path 1.488 +3 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:26:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF11E14EB8; Sun, 16 May 1999 06:26:34 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA97521; Sun, 16 May 1999 06:26:34 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905161326.GAA97521@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 06:26:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/security chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 06:26:34 PDT Modified files: en/handbook/security chapter.sgml Log: Update the ls(1) output, show the changed file ownerships. PR: docs/11150 Submitted by: Chris Costello Revision Changes Path 1.14 +5 -6 doc/en/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:28:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5014314EB8; Sun, 16 May 1999 06:28:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA97583; Sun, 16 May 1999 06:28:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905161328.GAA97583@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 06:28:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 06:28:30 PDT Modified files: en/handbook/ports chapter.sgml Log: Change prompt to "ftp>" Mention /usr/X11R6 Mention "make deinstall" Change bin:bin ownership to root:wheel PR: docs/11153 Submitted by: Chris Costello Revision Changes Path 1.17 +17 -10 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:29:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECF0014EB8; Sun, 16 May 1999 06:29:13 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA97618; Sun, 16 May 1999 06:29:13 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905161329.GAA97618@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 06:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/kernelconfig chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 06:29:13 PDT Modified files: en/handbook/kernelconfig chapter.sgml Log: iUpdated to reflect changes to kernel config on the 3.x branch, new devices, and so on and so forth. PR: docs/11182 Submitted by: Chris Costello Revision Changes Path 1.15 +138 -23 doc/en/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:38:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FE9014EB8; Sun, 16 May 1999 06:38:36 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98066; Sun, 16 May 1999 06:38:36 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905161338.GAA98066@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 06:38:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/introduction chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 06:38:36 PDT Modified files: en/handbook/introduction chapter.sgml Log: Refer to "Lite2" instead of "Lite", update the GPL acronyms, and include information about new release dates. PR: docs/11190 Submitted by: Chris Costello Revision Changes Path 1.12 +6 -6 doc/en/handbook/introduction/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:39: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 555DE15413; Sun, 16 May 1999 06:39:08 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98176; Sun, 16 May 1999 06:39:08 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905161339.GAA98176@freefall.freebsd.org> From: Brian Somers Date: Sun, 16 May 1999 06:39:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/16 06:39:07 PDT Modified files: usr.sbin/ppp ppp.8 Log: Mention ``show layers'' Revision Changes Path 1.169 +3 -1 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:40:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60FF514EB8; Sun, 16 May 1999 06:40:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98302; Sun, 16 May 1999 06:40:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905161340.GAA98302@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 06:40:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/disks chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 06:40:18 PDT Modified files: en/handbook/disks chapter.sgml Log: Refer to "da" instead of "sd". "Jazz" -> "Jaz" PR: docs/11215 Submitted by: Chris Costello Revision Changes Path 1.6 +17 -17 doc/en/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:41:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A50414EB8; Sun, 16 May 1999 06:41:41 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98448; Sun, 16 May 1999 06:41:41 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905161341.GAA98448@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 06:41:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook authors.ent Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 06:41:39 PDT Modified files: en/handbook authors.ent Log: Update Sean Kelly's e-mail address. PR: docs/8547 Submitted by: Sean Kelly Revision Changes Path 1.18 +2 -2 doc/en/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:41:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9457514EB8; Sun, 16 May 1999 06:41:57 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98479; Sun, 16 May 1999 06:41:57 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905161341.GAA98479@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 06:41:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/printing chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 06:41:57 PDT Modified files: en/handbook/printing chapter.sgml Log: Changes to the form-feed eject sequence for HP/PCL-based printers, plus a better filter script for Ghostscript scan conversion for non-PostScript printers. It also updates the acknowledgements to credit those who've suggested the changes. PR: docs/8547 Submitted by: Sean Kelly Revision Changes Path 1.15 +43 -8 doc/en/handbook/printing/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 6:45:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA87B15474; Sun, 16 May 1999 06:45:24 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98977; Sun, 16 May 1999 06:45:24 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905161345.GAA98977@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 06:45:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/eresources chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 06:45:24 PDT Modified files: en/handbook/eresources chapter.sgml Log: Update links, fix typo. PR: docs/11184 Submitted by: Chris Costello Revision Changes Path 1.12 +4 -9 doc/en/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 10: 9:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC06914F5A; Sun, 16 May 1999 10:09:21 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA74038; Sun, 16 May 1999 10:09:21 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199905161709.KAA74038@freefall.freebsd.org> From: Pierre Beyssac Date: Sun, 16 May 1999 10:09:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/05/16 10:09:21 PDT Modified files: sys/net if_var.h Log: PR: kern/10570 Submitted by: adrian@freebsd.org Change reference count in struct ifaddr to a u_int, to be able to handle more than 2^16 routes to the same interface. Fix suggested by Andrew Bangs in PR kern/10570. Tested by and me under -current. Revision Changes Path 1.13 +2 -2 src/sys/net/if_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 13:21:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9994614C24; Sun, 16 May 1999 13:21:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86938; Sun, 16 May 1999 13:21:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905162021.NAA86938@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 13:21:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard if_xe.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 13:21:55 PDT Modified files: (Branch: RELENG_3) sys/dev/pccard if_xe.c Log: Include if_xereg.h from the correct directory Revision Changes Path 1.2.2.2 +1 -1 src/sys/dev/pccard/if_xe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 13:48:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06B6E15159; Sun, 16 May 1999 13:48:24 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88750; Sun, 16 May 1999 13:48:24 -0700 (PDT) (envelope-from mph@FreeBSD.org) Message-Id: <199905162048.NAA88750@freefall.freebsd.org> From: Matthew Hunt Date: Sun, 16 May 1999 13:48:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 atkbd.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1999/05/16 13:48:24 PDT Modified files: share/man/man4/man4.i386 atkbd.4 Log: This needs to be "at atkbdc?" rather than "at isa?". It's correct in GENERIC and LINT, which is why I only needed four reboots to figure out why my keyboard wasn't keyboarding. Revision Changes Path 1.3 +2 -2 src/share/man/man4/man4.i386/atkbd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 15:53:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4508A14C96; Sun, 16 May 1999 15:53:34 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA97317; Sun, 16 May 1999 15:53:34 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905162253.PAA97317@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 May 1999 15:53:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/16 15:53:33 PDT Modified files: en/handbook/contrib chapter.sgml Log: Update Chris Costello's e-mail address. PR: docs/11738 Revision Changes Path 1.38 +2 -2 doc/en/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 15:58:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 937F414C96; Sun, 16 May 1999 15:58:28 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA97587; Sun, 16 May 1999 15:58:28 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905162258.PAA97587@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 May 1999 15:58:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/16 15:58:27 PDT Modified files: mail/adcomplain Makefile mail/adcomplain/files md5 Log: upgrade to 3.52 Revision Changes Path 1.27 +2 -2 ports/mail/adcomplain/Makefile 1.20 +1 -1 ports/mail/adcomplain/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16: 7:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E038815031; Sun, 16 May 1999 16:07:33 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98320; Sun, 16 May 1999 16:07:33 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905162307.QAA98320@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 16:07:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bnc Makefile ports/net/bnc/files md5 ports/net/bnc/patches patch-ab patch-aa ports/net/bnc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 16:07:33 PDT Modified files: net/bnc Makefile net/bnc/files md5 net/bnc/patches patch-aa net/bnc/pkg PLIST Added files: net/bnc/patches patch-ab Log: update to version 2.6.2 PR: 10648 Submitted by: me with help finding a new MASTER_SITE from #freebsd Revision Changes Path 1.3 +13 -9 ports/net/bnc/Makefile 1.2 +1 -1 ports/net/bnc/files/md5 1.2 +7 -7 ports/net/bnc/patches/patch-aa 1.2 +3 -1 ports/net/bnc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16: 9: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E95115030; Sun, 16 May 1999 16:09:08 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98571; Sun, 16 May 1999 16:09:08 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199905162309.QAA98571@freefall.freebsd.org> From: Archie Cobbs Date: Sun, 16 May 1999 16:09:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/skip/patches patch-bl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/05/16 16:09:08 PDT Modified files: security/skip/patches patch-bl Log: Fix compilation problem caused by change in suser() calling convention. Revision Changes Path 1.3 +31 -20 ports/security/skip/patches/patch-bl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:14:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED26715030; Sun, 16 May 1999 16:14:35 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99156; Sun, 16 May 1999 16:14:35 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905162314.QAA99156@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 May 1999 16:14:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/premail/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/16 16:14:35 PDT Modified files: mail/premail/patches patch-aa Log: Since perl 503 set close-on-exec on pipe() call, turn it back Revision Changes Path 1.10 +48 -23 ports/mail/premail/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:15:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 693C815030; Sun, 16 May 1999 16:15:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99357; Sun, 16 May 1999 16:15:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905162315.QAA99357@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 16:15:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pcre Makefile ports/devel/pcre/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 16:15:30 PDT Modified files: devel/pcre Makefile devel/pcre/files md5 Log: Update to 2.05 PR: 11730 Submitted by: Ollivier Robert roberto@keltia.freenix.fr Revision Changes Path 1.2 +5 -3 ports/devel/pcre/Makefile 1.2 +1 -1 ports/devel/pcre/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:20:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A772815030; Sun, 16 May 1999 16:20:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99564; Sun, 16 May 1999 16:20:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905162320.QAA99564@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 16:20:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/icewm Makefile ports/x11-wm/icewm/files md5 ports/x11-wm/icewm/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 16:20:25 PDT Modified files: x11-wm/icewm Makefile x11-wm/icewm/files md5 x11-wm/icewm/patches patch-aa Log: update to 0.9.39 (note that digit % 3 == 0) PR: 11735 Submitted by: Chris Piazza cpiazza@home.net Revision Changes Path 1.36 +3 -3 ports/x11-wm/icewm/Makefile 1.24 +1 -1 ports/x11-wm/icewm/files/md5 1.9 +4 -4 ports/x11-wm/icewm/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:24:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A3691518D; Sun, 16 May 1999 16:24:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99984; Sun, 16 May 1999 16:24:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905162324.QAA99984@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 16:24:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cmp3 Makefile ports/audio/cmp3/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 16:24:42 PDT Modified files: audio/cmp3 Makefile audio/cmp3/files md5 Log: update MASTER_SITES and MD5 checksum PR: 11661 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/audio/cmp3/Makefile 1.2 +1 -1 ports/audio/cmp3/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:32:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34E8714C82; Sun, 16 May 1999 16:32:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00867; Sun, 16 May 1999 16:32:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162332.QAA00867@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/aterm Makefile ports/x11/aterm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:32:38 PDT Modified files: x11/aterm Makefile x11/aterm/files md5 Log: Update to version 0.3.6. PR: 11715 Submitted by: Chris Piazza Revision Changes Path 1.5 +5 -4 ports/x11/aterm/Makefile 1.7 +1 -1 ports/x11/aterm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:34:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00C8D156B0; Sun, 16 May 1999 16:34:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01092; Sun, 16 May 1999 16:34:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905162334.QAA01092@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 16:34:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/flwm Makefile ports/x11-wm/flwm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 16:34:18 PDT Modified files: x11-wm/flwm Makefile x11-wm/flwm/files md5 Log: Update to 0.24 PR: 11729 Submitted by: Chris Piazza cpiazza@home.net Revision Changes Path 1.5 +3 -4 ports/x11-wm/flwm/Makefile 1.4 +1 -1 ports/x11-wm/flwm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:35: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64337156C4; Sun, 16 May 1999 16:34:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01164; Sun, 16 May 1999 16:34:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162334.QAA01164@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:34:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gqmpeg Makefile ports/audio/gqmpeg/files md5 ports/audio/gqmpeg/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:34:36 PDT Modified files: audio/gqmpeg Makefile audio/gqmpeg/files md5 audio/gqmpeg/pkg DESCR Log: Update to version 0.5.2. PR: 11701 Submitted by: Chris Piazza Revision Changes Path 1.13 +5 -4 ports/audio/gqmpeg/Makefile 1.8 +1 -1 ports/audio/gqmpeg/files/md5 1.4 +1 -1 ports/audio/gqmpeg/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:35:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04F3715561; Sun, 16 May 1999 16:35:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01340; Sun, 16 May 1999 16:35:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162335.QAA01340@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:35:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:35:51 PDT Modified files: mail/fetchmail Makefile mail/fetchmail/files md5 Log: Update to version 5.0.3. PR: 11694 Submitted by: maintainer Revision Changes Path 1.75 +2 -2 ports/mail/fetchmail/Makefile 1.67 +1 -1 ports/mail/fetchmail/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:37:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BC8114C0F; Sun, 16 May 1999 16:37:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01603; Sun, 16 May 1999 16:37:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162337.QAA01603@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:37:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmcd Makefile ports/audio/xmcd/files md5 ports/audio/xmcd/patches patch-ae ports/audio/xmcd/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:37:38 PDT Modified files: audio/xmcd Makefile audio/xmcd/files md5 audio/xmcd/patches patch-ae audio/xmcd/pkg PLIST Log: Update to version 2.5. PR: 11693 Submitted by: maintainer Revision Changes Path 1.19 +4 -3 ports/audio/xmcd/Makefile 1.10 +1 -1 ports/audio/xmcd/files/md5 1.2 +0 -12 ports/audio/xmcd/patches/patch-ae 1.12 +49 -38 ports/audio/xmcd/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:42:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A476115790; Sun, 16 May 1999 16:41:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02221; Sun, 16 May 1999 16:41:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162341.QAA02221@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:41:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/slrn Makefile ports/news/slrn/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:41:05 PDT Modified files: news/slrn Makefile news/slrn/files md5 Log: Update to version 9.5.5. PR: 11673 Submitted by: maintainer Revision Changes Path 1.13 +3 -3 ports/news/slrn/Makefile 1.9 +1 -1 ports/news/slrn/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:42:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA751576B; Sun, 16 May 1999 16:39:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02047; Sun, 16 May 1999 16:39:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162339.QAA02047@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:39:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/ifm Makefile ports/games/ifm/files md5 ports/games/ifm/patches patch-aa ports/games/ifm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:39:39 PDT Modified files: games/ifm Makefile games/ifm/files md5 games/ifm/pkg PLIST Removed files: games/ifm/patches patch-aa Log: Update to version 4.1. PR: 11678 Submitted by: maintainer Revision Changes Path 1.2 +9 -8 ports/games/ifm/Makefile 1.2 +1 -1 ports/games/ifm/files/md5 1.2 +5 -0 ports/games/ifm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:43: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F94B1579E; Sun, 16 May 1999 16:41:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02309; Sun, 16 May 1999 16:41:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905162341.QAA02309@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 16:41:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qstat Makefile ports/games/qstat/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 16:41:16 PDT Modified files: games/qstat Makefile games/qstat/files md5 Log: update to 2.3d PR: 11703 Submitted by: Chris Piazza cpiazza@home.net Revision Changes Path 1.4 +4 -4 ports/games/qstat/Makefile 1.4 +1 -1 ports/games/qstat/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:43:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF77F1554D; Sun, 16 May 1999 16:42:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02419; Sun, 16 May 1999 16:42:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162342.QAA02419@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:42:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpilot/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:42:24 PDT Modified files: games/xpilot/pkg DESCR Log: Add WWW site. PR: 11668 Submitted by: maintainer Revision Changes Path 1.2 +2 -0 ports/games/xpilot/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:44:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FAEC14C02; Sun, 16 May 1999 16:44:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02862; Sun, 16 May 1999 16:44:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162344.QAA02862@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:44:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ninja Makefile ports/net/ninja/files md5 ports/net/ninja/patches patch-ab ports/net/ninja/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:44:14 PDT Modified files: net/ninja Makefile net/ninja/files md5 net/ninja/patches patch-ab net/ninja/pkg PLIST Log: Update to version 1.0.9. PR: 11659 Submitted by: maintainer Revision Changes Path 1.3 +4 -16 ports/net/ninja/Makefile 1.3 +1 -1 ports/net/ninja/files/md5 1.2 +3 -3 ports/net/ninja/patches/patch-ab 1.2 +0 -7 ports/net/ninja/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:46: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74E0B14BB8; Sun, 16 May 1999 16:45:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03092; Sun, 16 May 1999 16:45:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162345.QAA03092@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xquarto Makefile ports/games/xquarto/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:45:59 PDT Modified files: games/xquarto Makefile games/xquarto/pkg DESCR Log: New MASTER_SITE and add WWW to description. PR: 11644 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/games/xquarto/Makefile 1.2 +2 -2 ports/games/xquarto/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:47:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 754F714A12; Sun, 16 May 1999 16:47:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03280; Sun, 16 May 1999 16:47:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162347.QAA03280@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:47:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/mpack Makefile ports/converters/mpack/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:47:46 PDT Modified files: converters/mpack Makefile converters/mpack/patches patch-aa Log: Make this port PREFIX friendly. Revision Changes Path 1.8 +3 -2 ports/converters/mpack/Makefile 1.2 +19 -2 ports/converters/mpack/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:48:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 253C014A12; Sun, 16 May 1999 16:48:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03385; Sun, 16 May 1999 16:48:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162348.QAA03385@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:48:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xv/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:48:47 PDT Modified files: graphics/xv/pkg PLIST Log: Add a missing file to packing list. Revision Changes Path 1.10 +1 -0 ports/graphics/xv/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 16:51:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C15BC14A12; Sun, 16 May 1999 16:51:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03547; Sun, 16 May 1999 16:51:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905162351.QAA03547@freefall.freebsd.org> From: Steve Price Date: Sun, 16 May 1999 16:51:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 screen.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/16 16:51:11 PDT Modified files: share/man/man4/man4.i386 screen.4 Log: s/cF/nF/ in a couple of places. PR: 10841 Submitted by: Kaneda Hiloshi Revision Changes Path 1.11 +5 -5 src/share/man/man4/man4.i386/screen.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 17:54: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3324214BED; Sun, 16 May 1999 17:53:59 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09308; Sun, 16 May 1999 17:53:59 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905170053.RAA09308@freefall.freebsd.org> From: Alan Cox Date: Sun, 16 May 1999 17:53:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c src/sys/vm vm_map.c vm_map.h vm_mmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/16 17:53:57 PDT Modified files: sys/kern imgact_aout.c imgact_elf.c sys/vm vm_map.c vm_map.h vm_mmap.c Log: Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, eliminating the need for the pmap_object_init_pt calls in imgact_* and mmap. Reviewed by: David Greenman Revision Changes Path 1.52 +3 -7 src/sys/kern/imgact_aout.c 1.58 +3 -14 src/sys/kern/imgact_elf.c 1.163 +6 -1 src/sys/vm/vm_map.c 1.41 +3 -1 src/sys/vm/vm_map.h 1.99 +2 -10 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 18:56:15 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id AAD7C14FC7; Sun, 16 May 1999 18:55:53 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA23574; Mon, 17 May 1999 11:25:49 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA87775; Mon, 17 May 1999 11:25:49 +0930 (CST) Date: Mon, 17 May 1999 11:25:49 +0930 From: Greg Lehey To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c Message-ID: <19990517112548.L89091@freebie.lemis.com> References: <199905160538.WAA68548@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905160538.WAA68548@freefall.freebsd.org>; from John Birrell on Sat, May 15, 1999 at 10:38:56PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Saturday, 15 May 1999 at 22:38:56 -0700, John Birrell wrote: > jb 1999/05/15 22:38:56 PDT > > Modified files: (Branch: RELENG_3) > lib/libc_r/uthread uthread_exit.c > Log: > MFC: Ensure that an existing thread gets it's state set to PS_DEAD to > prevent being rescheduled. Is this the fix for the dying MySQL? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 19:15:50 1999 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [206.156.231.253]) by hub.freebsd.org (Postfix) with ESMTP id 1063915059; Sun, 16 May 1999 19:15:47 -0700 (PDT) (envelope-from paul@elvis.mu.org) Received: (from paul@localhost) by elvis.mu.org (8.9.1/8.9.1) id VAA61898; Sun, 16 May 1999 21:15:45 -0500 (CDT) (envelope-from paul) Date: Sun, 16 May 1999 21:15:45 -0500 From: Paul Saab To: Greg Lehey Cc: John Birrell , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c Message-ID: <19990516211545.A61841@elvis.mu.org> References: <199905160538.WAA68548@freefall.freebsd.org> <19990517112548.L89091@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990517112548.L89091@freebie.lemis.com>; from Greg Lehey on Mon, May 17, 1999 at 11:25:49AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk It seems to have fixed the problem for me. All my applications which would cause an immediate crash to mysql before don't with this fix. paul Greg Lehey (grog@lemis.com) wrote: > On Saturday, 15 May 1999 at 22:38:56 -0700, John Birrell wrote: > > jb 1999/05/15 22:38:56 PDT > > > > Modified files: (Branch: RELENG_3) > > lib/libc_r/uthread uthread_exit.c > > Log: > > MFC: Ensure that an existing thread gets it's state set to PS_DEAD to > > prevent being rescheduled. > > Is this the fix for the dying MySQL? > > Greg > -- > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 19:38:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE0751523C; Sun, 16 May 1999 19:38:52 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA17101; Sun, 16 May 1999 19:38:52 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905170238.TAA17101@freefall.freebsd.org> From: Satoshi Asami Date: Sun, 16 May 1999 19:38:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/acm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/16 19:38:51 PDT Modified files: games/acm Makefile Log: This port needs USE_XLIB. Submitted by: maintainer Revision Changes Path 1.17 +2 -1 ports/games/acm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 20:32:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A89E15517; Sun, 16 May 1999 20:32:23 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA21791; Sun, 16 May 1999 20:32:23 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905170332.UAA21791@freefall.freebsd.org> From: Joseph Koshy Date: Sun, 16 May 1999 20:32:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 pnp.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/16 20:32:23 PDT Modified files: (Branch: RELENG_3) share/man/man4/man4.i386 pnp.4 Log: MFC: {rev 1.3} refer to kget(8) instead of dset(8). Revision Changes Path 1.2.2.1 +3 -3 src/share/man/man4/man4.i386/pnp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 20:44:43 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 7D9C514C1E; Sun, 16 May 1999 20:44:37 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id NAA14605; Mon, 17 May 1999 13:57:38 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905170357.NAA14605@cimlogic.com.au> Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c In-Reply-To: <19990517112548.L89091@freebie.lemis.com> from Greg Lehey at "May 17, 1999 11:25:49 am" To: grog@lemis.com (Greg Lehey) Date: Mon, 17 May 1999 13:57:38 +1000 (EST) Cc: jb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Greg Lehey wrote: > On Saturday, 15 May 1999 at 22:38:56 -0700, John Birrell wrote: > > jb 1999/05/15 22:38:56 PDT > > > > Modified files: (Branch: RELENG_3) > > lib/libc_r/uthread uthread_exit.c > > Log: > > MFC: Ensure that an existing thread gets it's state set to PS_DEAD to > > prevent being rescheduled. > > Is this the fix for the dying MySQL? Hopefully, yes. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 22:19:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FD25151FA; Sun, 16 May 1999 22:19:17 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA30352; Sun, 16 May 1999 22:19:16 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905170519.WAA30352@freefall.freebsd.org> From: Joseph Koshy Date: Sun, 16 May 1999 22:19:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/swapon swapon.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/16 22:19:16 PDT Modified files: sbin/swapon swapon.8 Log: Refer to current names for swap partitions in the `FILES' section. PR: docs/11709 Submitted by: Matthew D. Fuller Revision Changes Path 1.11 +3 -3 src/sbin/swapon/swapon.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 22:21:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C62C8151C0; Sun, 16 May 1999 22:21:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA30581; Sun, 16 May 1999 22:21:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905170521.WAA30581@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 22:21:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/portsentry Makefile ports/security/portsentry/files md5 ports/security/portsentry/patches patch-aa patch-ab patch-ac ports/security/portsentry/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 22:21:26 PDT Modified files: security/portsentry Makefile security/portsentry/files md5 security/portsentry/patches patch-aa patch-ab patch-ac security/portsentry/pkg PLIST Log: Upgrade to 0.90 Noticed by: Jim Dutton Revision Changes Path 1.4 +18 -8 ports/security/portsentry/Makefile 1.3 +1 -1 ports/security/portsentry/files/md5 1.5 +7 -43 ports/security/portsentry/patches/patch-aa 1.2 +8 -8 ports/security/portsentry/patches/patch-ab 1.3 +9 -7 ports/security/portsentry/patches/patch-ac 1.3 +7 -6 ports/security/portsentry/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 22:22:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D3ED1518C; Sun, 16 May 1999 22:22:31 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA30692; Sun, 16 May 1999 22:22:31 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905170522.WAA30692@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 May 1999 22:22:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/portsentry/pkg MESSAGE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/16 22:22:31 PDT Added files: security/portsentry/pkg MESSAGE Log: Make more package friendly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 22:23:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ED3B1518C; Sun, 16 May 1999 22:23:19 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA30754; Sun, 16 May 1999 22:23:19 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905170523.WAA30754@freefall.freebsd.org> From: Joseph Koshy Date: Sun, 16 May 1999 22:23:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpon dumpon.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/16 22:23:19 PDT Modified files: sbin/dumpon dumpon.8 Log: Use current names for swap devices. PR: docs/11708 Submitted by: Matthew D. Fuller Revision Changes Path 1.10 +3 -3 src/sbin/dumpon/dumpon.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 22:49:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19CC0150DE; Sun, 16 May 1999 22:49:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA33075; Sun, 16 May 1999 22:49:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905170549.WAA33075@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 16 May 1999 22:49:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/16 22:49:48 PDT Modified files: (Branch: RELENG_3) sys/i386/conf GENERIC Log: Don't compile the `xe' driver by default. Unlike the zp and ze drivers, xe requires the `card' controler to be defined. And unlike the ed, ep and fe drivers, the xe driver doesn't support a non-PCMCIA NIC. Revision Changes Path 1.143.2.14 +2 -2 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 23:22:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7153F1514F; Sun, 16 May 1999 23:22:10 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA36068; Sun, 16 May 1999 23:22:10 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905170622.XAA36068@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 16 May 1999 23:22:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mm Makefile ports/devel/mm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/16 23:22:09 PDT Modified files: devel/mm Makefile devel/mm/files md5 Log: Upgrade to MM Shared Memory Library, Version 1.0.3 Revision Changes Path 1.5 +3 -3 ports/devel/mm/Makefile 1.5 +1 -1 ports/devel/mm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 16 23:23:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69D911516E; Sun, 16 May 1999 23:23:47 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA36169; Sun, 16 May 1999 23:23:47 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905170623.XAA36169@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 16 May 1999 23:23:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/shtool Makefile ports/devel/shtool/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/16 23:23:47 PDT Modified files: devel/shtool Makefile devel/shtool/files md5 Log: Upgrade to shtool, Version 1.2.7 Revision Changes Path 1.6 +3 -3 ports/devel/shtool/Makefile 1.6 +1 -1 ports/devel/shtool/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 1:18: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 165501545B; Mon, 17 May 1999 01:18:00 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA48596; Mon, 17 May 1999 01:18:00 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905170818.BAA48596@freefall.freebsd.org> From: Stefan Bethke Date: Mon, 17 May 1999 01:18:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/macipgw Makefile ports/net/netatalk Makefile ports/net/netatalk-asun Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/17 01:17:59 PDT Modified files: net/macipgw Makefile net/netatalk Makefile net/netatalk-asun Makefile Log: Fix MASTER_SITES. Revision Changes Path 1.4 +2 -3 ports/net/macipgw/Makefile 1.10 +2 -2 ports/net/netatalk/Makefile 1.7 +2 -2 ports/net/netatalk-asun/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 1:18:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8998C1558D; Mon, 17 May 1999 01:18:06 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA48626; Mon, 17 May 1999 01:18:06 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905170818.BAA48626@freefall.freebsd.org> From: Stefan Bethke Date: Mon, 17 May 1999 01:18:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/setiathome Makefile ports/astro/setiathome/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/17 01:18:05 PDT Modified files: astro/setiathome Makefile astro/setiathome/files md5 Log: Update to 1.1 Revision Changes Path 1.8 +18 -18 ports/astro/setiathome/Makefile 1.3 +5 -5 ports/astro/setiathome/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 1:40:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53DBC154F2; Mon, 17 May 1999 01:40:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA50718; Mon, 17 May 1999 01:40:27 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905170840.BAA50718@freefall.freebsd.org> From: Michael Haro Date: Mon, 17 May 1999 01:40:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/slrn Makefile ports/news/slrn/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/17 01:40:26 PDT Modified files: news/slrn Makefile news/slrn/files md5 Log: update to 0.9.5.6 Submitted by: jim@phrantic.phear.net PR #: 11741 Revision Changes Path 1.14 +2 -4 ports/news/slrn/Makefile 1.10 +1 -1 ports/news/slrn/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 2:22: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from xkis.kis.ru (xkis.kis.ru [195.98.32.200]) by hub.freebsd.org (Postfix) with ESMTP id 4D0B314BF4; Mon, 17 May 1999 02:21:54 -0700 (PDT) (envelope-from dv@dv.ru) Received: from localhost (dv@localhost) by xkis.kis.ru (8.9.3/8.9.0) with SMTP id NAA18723; Mon, 17 May 1999 13:21:11 +0400 (MSD) Date: Mon, 17 May 1999 13:21:11 +0400 (MSD) From: Dmitry Valdov X-Sender: dv@xkis.kis.ru To: Paul Saab Cc: Greg Lehey , John Birrell , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c In-Reply-To: <19990516211545.A61841@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 16 May 1999, Paul Saab wrote: > Date: Sun, 16 May 1999 21:15:45 -0500 > From: Paul Saab > To: Greg Lehey > Cc: John Birrell , cvs-committers@FreeBSD.ORG, > cvs-all@FreeBSD.ORG > Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c > > It seems to have fixed the problem for me. All my applications > which would cause an immediate crash to mysql before don't with > this fix. Ultima Online (ports/games/uox3) still crashes.... > > paul > > Greg Lehey (grog@lemis.com) wrote: > > On Saturday, 15 May 1999 at 22:38:56 -0700, John Birrell wrote: > > > jb 1999/05/15 22:38:56 PDT > > > > > > Modified files: (Branch: RELENG_3) > > > lib/libc_r/uthread uthread_exit.c > > > Log: > > > MFC: Ensure that an existing thread gets it's state set to PS_DEAD to > > > prevent being rescheduled. > > > > Is this the fix for the dying MySQL? > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 2:27:15 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 8A33A14C1E; Mon, 17 May 1999 02:26:12 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id TAA15388; Mon, 17 May 1999 19:38:36 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905170938.TAA15388@cimlogic.com.au> Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c In-Reply-To: from Dmitry Valdov at "May 17, 1999 1:21:11 pm" To: dv@dv.ru (Dmitry Valdov) Date: Mon, 17 May 1999 19:38:33 +1000 (EST) Cc: paul@mu.org, grog@lemis.com, jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dmitry Valdov wrote: > > > On Sun, 16 May 1999, Paul Saab wrote: > > > Date: Sun, 16 May 1999 21:15:45 -0500 > > From: Paul Saab > > To: Greg Lehey > > Cc: John Birrell , cvs-committers@FreeBSD.ORG, > > cvs-all@FreeBSD.ORG > > Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c > > > > It seems to have fixed the problem for me. All my applications > > which would cause an immediate crash to mysql before don't with > > this fix. > > Ultima Online (ports/games/uox3) still crashes.... Please, if you want to consume mail bandwidth, GIVE SOME [expletive deleted] DETAILS! -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 2:35:20 1999 Delivered-To: cvs-all@freebsd.org Received: from xkis.kis.ru (xkis.kis.ru [195.98.32.200]) by hub.freebsd.org (Postfix) with ESMTP id E1A6B14BF4; Mon, 17 May 1999 02:35:06 -0700 (PDT) (envelope-from dv@dv.ru) Received: from localhost (dv@localhost) by xkis.kis.ru (8.9.3/8.9.0) with SMTP id NAA23386; Mon, 17 May 1999 13:34:17 +0400 (MSD) Date: Mon, 17 May 1999 13:34:17 +0400 (MSD) From: Dmitry Valdov X-Sender: dv@xkis.kis.ru To: John Birrell Cc: paul@mu.org, grog@lemis.com, jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c In-Reply-To: <199905170938.TAA15388@cimlogic.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 17 May 1999, John Birrell wrote: > Date: Mon, 17 May 1999 19:38:33 +1000 (EST) > From: John Birrell > To: Dmitry Valdov > Cc: paul@mu.org, grog@lemis.com, jb@FreeBSD.ORG, > cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG > Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c > > Dmitry Valdov wrote: > > > > > > On Sun, 16 May 1999, Paul Saab wrote: > > > > > Date: Sun, 16 May 1999 21:15:45 -0500 > > > From: Paul Saab > > > To: Greg Lehey > > > Cc: John Birrell , cvs-committers@FreeBSD.ORG, > > > cvs-all@FreeBSD.ORG > > > Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c > > > > > > It seems to have fixed the problem for me. All my applications > > > which would cause an immediate crash to mysql before don't with > > > this fix. > > > > Ultima Online (ports/games/uox3) still crashes.... > > Please, if you want to consume mail bandwidth, GIVE SOME [expletive > deleted] DETAILS! > As I already said, the problem is 100% reproduceable. (btw, look at the 'BROKEN=' line of this port. ) So, I think that it will be better if developers reproduce the problem than try to understand it from my letter. Dmitry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 2:55:45 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 899DF14DE7; Mon, 17 May 1999 02:55:42 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id LAA56341; Mon, 17 May 1999 11:55:31 +0200 (CEST) (envelope-from des) To: Dmitry Valdov Cc: John Birrell , paul@mu.org, grog@lemis.com, jb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c References: From: Dag-Erling Smorgrav Date: 17 May 1999 11:55:30 +0200 In-Reply-To: Dmitry Valdov's message of "Mon, 17 May 1999 13:34:17 +0400 (MSD)" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dmitry Valdov writes: > As I already said, the problem is 100% reproduceable. (btw, look at the > 'BROKEN=' line of this port. ) > So, I think that it will be better if developers reproduce the problem > than try to understand it from my letter. Right. So we should install a piece of software we don't know, traipse around the web to find some data files you vaguely mentioned which the software needs to run, try to run it and hope it crashes on our system as it does on yours, just to make you happy? Get real! If you want the problem fixed, provide us with all the necessary information, starting with version and configuration information and a stack trace. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 3:10:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 764DE14BC9; Mon, 17 May 1999 03:10:41 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA59825; Mon, 17 May 1999 03:10:41 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905171010.DAA59825@freefall.freebsd.org> From: "Howard F. Hu" Date: Mon, 17 May 1999 03:10:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/17 03:10:40 PDT Modified files: . modules Log: nessus --> ports/security/nessus Revision Changes Path 1.14 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 3:26:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F63414F9E; Mon, 17 May 1999 03:26:43 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61285; Mon, 17 May 1999 03:26:43 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905171026.DAA61285@freefall.freebsd.org> From: "Howard F. Hu" Date: Mon, 17 May 1999 03:26:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/17 03:26:42 PDT ports/security/nessus - Imported sources Update of /home/ncvs/ports/security/nessus In directory freefall.freebsd.org:/e/users/foxfair/ncvs/nessus Log Message: PR: 11457 Submitted by: Anders Nordby Nessus is a security scanner. That is, it's a program which will scan a given network and will seek for vulnerabilities which could be exploited by some remote intruder. Check the homepage at: http://www.nessus.org/ Status: Vendor Tag: ANDERS Release Tags: v0_a2 N ports/security/nessus/Makefile I ports/security/nessus/CVS N ports/security/nessus/files/md5 N ports/security/nessus/pkg/COMMENT N ports/security/nessus/pkg/PLIST N ports/security/nessus/pkg/DESCR N ports/security/nessus/patches/patch-aa N ports/security/nessus/patches/patch-af N ports/security/nessus/patches/patch-ad N ports/security/nessus/patches/patch-ac No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 3:29:39 1999 Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 068E11500E; Mon, 17 May 1999 03:29:33 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id GAA27173; Mon, 17 May 1999 06:28:51 -0400 (EDT) Date: Mon, 17 May 1999 06:28:51 -0400 (EDT) From: Daniel Eischen Message-Id: <199905171028.GAA27173@pcnet1.pcnet.com> To: dv@dv.ru, jb@cimlogic.com.au Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, grog@lemis.com, jb@FreeBSD.ORG, paul@mu.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > Ultima Online (ports/games/uox3) still crashes.... > > > > Please, if you want to consume mail bandwidth, GIVE SOME [expletive > > deleted] DETAILS! > > > > As I already said, the problem is 100% reproduceable. (btw, look at the > 'BROKEN=' line of this port. ) > So, I think that it will be better if developers reproduce the problem > than try to understand it from my letter. Alright, I just built uox3. bash-2.02$ ldd uox3 uox3: libm.so.2 => /usr/lib/libm.so.2 (0x280e6000) libc.so.3 => /usr/lib/libc.so.3 (0x28100000) This doesn't even use the threads library (libc_r). Am I missing something here? Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 3:32:38 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 54E0114C85; Mon, 17 May 1999 03:32:30 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id UAA15575; Mon, 17 May 1999 20:45:30 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905171045.UAA15575@cimlogic.com.au> Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_exit.c In-Reply-To: <199905171028.GAA27173@pcnet1.pcnet.com> from Daniel Eischen at "May 17, 1999 6:28:51 am" To: eischen@vigrid.com (Daniel Eischen) Date: Mon, 17 May 1999 20:45:29 +1000 (EST) Cc: dv@dv.ru, jb@cimlogic.com.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, grog@lemis.com, jb@FreeBSD.ORG, paul@mu.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Daniel Eischen wrote: > Alright, I just built uox3. > > bash-2.02$ ldd uox3 > uox3: > libm.so.2 => /usr/lib/libm.so.2 (0x280e6000) > libc.so.3 => /usr/lib/libc.so.3 (0x28100000) > > This doesn't even use the threads library (libc_r). > > Am I missing something here? Chuckle. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 3:33:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C57BE150F1; Mon, 17 May 1999 03:32:47 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61612; Mon, 17 May 1999 03:32:47 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905171032.DAA61612@freefall.freebsd.org> From: "Howard F. Hu" Date: Mon, 17 May 1999 03:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pdq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/17 03:32:44 PDT ports/print/pdq - Imported sources Update of /home/ncvs/ports/print/pdq In directory freefall.freebsd.org:/e/users/foxfair/ncvs/pdq Log Message: PR: 11721 Submitted by: Yin-Jieh Chen Status: Vendor Tag: YINJIEH Release Tags: v2_1_1 N ports/print/pdq/Makefile N ports/print/pdq/files/md5 N ports/print/pdq/patches/patch-aa N ports/print/pdq/patches/patch-ab N ports/print/pdq/patches/patch-ac N ports/print/pdq/patches/patch-ad N ports/print/pdq/patches/patch-ae N ports/print/pdq/patches/patch-af N ports/print/pdq/patches/patch-ag N ports/print/pdq/patches/patch-ah N ports/print/pdq/patches/patch-ai N ports/print/pdq/patches/patch-aj N ports/print/pdq/patches/patch-ak N ports/print/pdq/pkg/COMMENT N ports/print/pdq/pkg/DESCR N ports/print/pdq/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 3:44:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C788C14ED2; Mon, 17 May 1999 03:44:29 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63203; Mon, 17 May 1999 03:44:29 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905171044.DAA63203@freefall.freebsd.org> From: "Howard F. Hu" Date: Mon, 17 May 1999 03:44:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/17 03:44:28 PDT Modified files: print Makefile Log: Enable pdq. Revision Changes Path 1.92 +2 -1 ports/print/Makefile Modified files: security Makefile Log: Enable pdq. Enable nessus. Revision Changes Path 1.55 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 3:48:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC35B14F1A; Mon, 17 May 1999 03:48:50 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63792; Mon, 17 May 1999 03:48:50 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905171048.DAA63792@freefall.freebsd.org> From: "Howard F. Hu" Date: Mon, 17 May 1999 03:48:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/17 03:48:47 PDT Modified files: . modules Log: pdq --> ports/print/pdq Revision Changes Path 1.15 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 3:58:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B866A14CA5; Mon, 17 May 1999 03:58:14 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA65138; Mon, 17 May 1999 03:58:14 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905171058.DAA65138@freefall.freebsd.org> From: Stefan Bethke Date: Mon, 17 May 1999 03:58:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/setiathome Makefile ports/astro/setiathome/files setiathome.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/17 03:58:13 PDT Modified files: astro/setiathome Makefile astro/setiathome/files setiathome.1 Log: - Add ftp.cdrom.com to MASTER_SITES - Add new options to man page Revision Changes Path 1.9 +2 -1 ports/astro/setiathome/Makefile 1.5 +18 -9 ports/astro/setiathome/files/setiathome.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 4:26:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D40AD14E93; Mon, 17 May 1999 04:26:41 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA69700; Mon, 17 May 1999 04:26:41 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905171126.EAA69700@freefall.freebsd.org> From: "Howard F. Hu" Date: Mon, 17 May 1999 04:26:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/aterm Makefile ports/chinese/aterm/files md5 ports/chinese/aterm/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/17 04:26:40 PDT Modified files: chinese/aterm Makefile chinese/aterm/files md5 chinese/aterm/patches patch-aa patch-ab Log: PR: 11698 Submitted by: Chia-Hsing Yu Update to v0.3.6. Revision Changes Path 1.4 +4 -4 ports/chinese/aterm/Makefile 1.4 +1 -1 ports/chinese/aterm/files/md5 1.3 +2 -2 ports/chinese/aterm/patches/patch-aa 1.3 +6 -6 ports/chinese/aterm/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 5: 7: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5262D14D29; Mon, 17 May 1999 05:07:02 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA73342; Mon, 17 May 1999 05:07:02 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905171207.FAA73342@freefall.freebsd.org> From: KATO Takenori Date: Mon, 17 May 1999 05:07:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/17 05:07:01 PDT Modified files: sys/pc98/conf files.pc98 Log: Removed ucmpdi2.c Revision Changes Path 1.96 +1 -2 src/sys/pc98/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 5: 9:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9819014F3E; Mon, 17 May 1999 05:09:09 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA73466; Mon, 17 May 1999 05:09:09 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905171209.FAA73466@freefall.freebsd.org> From: KATO Takenori Date: Mon, 17 May 1999 05:09:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/17 05:09:08 PDT Modified files: sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/userconfig.c revision 1.144. Revision Changes Path 1.80 +3 -2 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 5:13:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB9C915271; Mon, 17 May 1999 05:13:31 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA74133; Mon, 17 May 1999 05:13:31 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905171213.FAA74133@freefall.freebsd.org> From: KATO Takenori Date: Mon, 17 May 1999 05:13:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 npx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/17 05:13:30 PDT Modified files: sys/pc98/pc98 npx.c Log: Sync with sys/i386/isa/npx.c revision 1.73. Revision Changes Path 1.47 +12 -15 src/sys/pc98/pc98/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 5:38:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A3457152DB; Mon, 17 May 1999 05:38:31 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA77069; Mon, 17 May 1999 05:38:31 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905171238.FAA77069@freefall.freebsd.org> From: KATO Takenori Date: Mon, 17 May 1999 05:38:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 npx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/17 05:38:30 PDT Modified files: sys/pc98/pc98 npx.c Log: - Fixed default irq in SMP kernel. - Removed hardcode IRQ in #ifdef PC98. Revision Changes Path 1.48 +9 -7 src/sys/pc98/pc98/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 5:40:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A169152D1; Mon, 17 May 1999 05:40:38 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA77405; Mon, 17 May 1999 05:40:37 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905171240.FAA77405@freefall.freebsd.org> From: KATO Takenori Date: Mon, 17 May 1999 05:40:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/17 05:40:37 PDT Modified files: (Branch: RELENG_3) sys/pc98/conf GENERIC98 Log: Sync with sys/i386/conf/GENERIC revision 1.143.2.12. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.63.2.7 +2 -1 src/sys/pc98/conf/GENERIC98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 5:41:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F1115324; Mon, 17 May 1999 05:41:08 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA77474; Mon, 17 May 1999 05:41:08 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905171241.FAA77474@freefall.freebsd.org> From: KATO Takenori Date: Mon, 17 May 1999 05:41:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/17 05:41:08 PDT Modified files: (Branch: RELENG_3) sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.220.2.4. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.81.2.6 +2 -1 src/sys/pc98/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 5:41:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83B121531D; Mon, 17 May 1999 05:41:55 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA77614; Mon, 17 May 1999 05:41:55 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905171241.FAA77614@freefall.freebsd.org> From: KATO Takenori Date: Mon, 17 May 1999 05:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/17 05:41:55 PDT Modified files: (Branch: RELENG_3) sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/userconfig.c revision 1.126.2.5. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.65.2.5 +3 -2 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 6:28:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C12714FA8; Mon, 17 May 1999 06:28:38 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA82640; Mon, 17 May 1999 06:28:38 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905171328.GAA82640@freefall.freebsd.org> From: Doug Rabson Date: Mon, 17 May 1999 06:28:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys user.h src/sys/kern kern_proc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/17 06:28:38 PDT Modified files: sys/sys user.h sys/kern kern_proc.c Log: Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_t Reviewed by: Poul-Henning Kamp Revision Changes Path 1.21 +2 -2 src/sys/sys/user.h 1.51 +2 -2 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 6:50:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17C281504E; Mon, 17 May 1999 06:50:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA43843; Mon, 17 May 1999 06:50:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905171350.GAA43843@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 17 May 1999 06:50:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/17 06:50:27 PDT Modified files: sys/kern kern_proc.c Log: Use NOUDEV for udev_t's Revision Changes Path 1.52 +2 -2 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 7: 5:48 1999 Delivered-To: cvs-all@freebsd.org Received: from goliath.camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (Postfix) with ESMTP id C08091542C; Mon, 17 May 1999 07:05:42 -0700 (PDT) (envelope-from thyerm@camtech.com.au) Received: from camtech.com.au (dialup-ad-10-79.camtech.net.au [203.28.1.207]) by goliath.camtech.net.au (8.8.5/8.8.2) with ESMTP id XAA06036; Mon, 17 May 1999 23:40:56 +0930 (CST) Message-ID: <3740228F.7D540DAB@camtech.com.au> Date: Mon, 17 May 1999 23:37:11 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf GENERIC References: <199905170549.WAA33075@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk A lot of laptop users are going to be annoyed by not being able to install FreeBSD using their PCMCIA Xircom card. I have already had one person at work give up the idea of installing FreeBSD on his laptop and put RedHat 5.2 on their instead as it supports installing via his Xircom. On this particular laptop there was no floppy drive so the only way to install was via the network or a CD-ROM and he wasn't keen enough to buy a CD-ROM just to see what FreeBSD is like. So the project should aim to have the 'card' controller and various PCMCIA cards in GENERIC as soon as possible. Maybe this cant happen until the kernel is more modular. Excuse me if I'm stating the obvious but laptop users need this soon. "David E. O'Brien" wrote: > > obrien 1999/05/16 22:49:48 PDT > > Modified files: (Branch: RELENG_3) > sys/i386/conf GENERIC > Log: > Don't compile the `xe' driver by default. Unlike the zp and ze drivers, > xe requires the `card' controler to be defined. And unlike the ed, ep and > fe drivers, the xe driver doesn't support a non-PCMCIA NIC. > > Revision Changes Path > 1.143.2.14 +2 -2 src/sys/i386/conf/GENERIC > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- /=======================================================================\ | Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au | \=======================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 8:20: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5961614FDA; Mon, 17 May 1999 08:20:02 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA73999; Mon, 17 May 1999 08:20:02 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905171520.IAA73999@freefall.freebsd.org> From: SADA Kenji Date: Mon, 17 May 1999 08:20:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml doc/ja/handbook/contrib chapter.sgml ports/x11/XttXF98srv-EGC Makefile ports/x11/XttXF98srv-GA968 Makefile ports/x11/XttXF98srv-GANBWAP Makefile ports/x11/XttXF98srv-MGA Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/17 08:20:00 PDT Modified files: en/handbook/contrib chapter.sgml ja/handbook/contrib chapter.sgml x11/XttXF98srv-EGC Makefile x11/XttXF98srv-GA968 Makefile x11/XttXF98srv-GANBWAP Makefile x11/XttXF98srv-MGA Makefile x11/XttXF98srv-NEC480 Makefile x11/XttXF98srv-NECS3 Makefile x11/XttXF98srv-NKVNEC Makefile x11/XttXF98srv-PWLB Makefile x11/XttXF98srv-PWSKB Makefile x11/XttXF98srv-SVGA Makefile x11/XttXF98srv-TGUI Makefile x11/XttXF98srv-WABEP Makefile x11/XttXF98srv-WABS Makefile x11/XttXF98srv-WSNA Makefile Log: Change Mr.Nakaji's Email address. Submitted by: NAKAJI Hiroyuki Revision Changes Path 1.39 +2 -7 doc/en/handbook/contrib/chapter.sgml 1.8 +2 -7 doc/ja/handbook/contrib/chapter.sgml 1.6 +3 -3 ports/x11/XttXF98srv-EGC/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-GA968/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-GANBWAP/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-MGA/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-NEC480/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-NECS3/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-NKVNEC/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-PWLB/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-PWSKB/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-SVGA/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-TGUI/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-WABEP/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-WABS/Makefile 1.6 +3 -3 ports/x11/XttXF98srv-WSNA/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 8:56:41 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id DA38914C20; Mon, 17 May 1999 08:56:37 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA56451; Mon, 17 May 1999 09:55:32 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA70739; Mon, 17 May 1999 09:57:02 -0600 (MDT) Message-Id: <199905171557.JAA70739@harmony.village.org> To: Matthew Thyer Subject: Re: cvs commit: src/sys/i386/conf GENERIC Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 17 May 1999 23:37:11 +0930." <3740228F.7D540DAB@camtech.com.au> References: <3740228F.7D540DAB@camtech.com.au> <199905170549.WAA33075@freefall.freebsd.org> Date: Mon, 17 May 1999 09:57:02 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <3740228F.7D540DAB@camtech.com.au> Matthew Thyer writes: : A lot of laptop users are going to be annoyed by not being able to : install FreeBSD using their PCMCIA Xircom card. David's commit doesn't change the fact that you have to use PAO or one of the legecy 'z' devices. Work is underway to correct this problem. : So the project should aim to have the 'card' controller and various : PCMCIA cards in GENERIC as soon as possible. Maybe this cant happen until : the kernel is more modular. Actually the card controller is going to be shot in the head soon. It will be replaced by two controllers (pccard and cardbus). It will attach to the pccard/card bus bridges rather than the current backwards way that it is done now. I know the importance of being able to install over the net with a laptop. Believe me, I've jumped through enough hoops to get my VAIO up and running (and before that my Libretto). Installation is currently the weak point in the FreeBSD laptop support. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 8:58:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DE491567D; Mon, 17 May 1999 08:58:49 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA90198; Mon, 17 May 1999 08:58:49 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <199905171558.IAA90198@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 17 May 1999 08:58:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/05/17 08:58:48 PDT Modified files: sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c Log: Seventh update to the new ATA/ATAPI driver: Fixed problems: LS120 drives currupted data. The workaround for drives not supporting upto 64K transfers has been reworked. It works now both on LS120 & ZIP drives. ISA only configs wont compile. Fixed. The ATA driver wont share interrupts. Fixed. The "unwanted interrupt" warning gave wrong controller. Another lun<>unit messup from the newbus integration. Some minor cleanups and rearrangements as well. As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code. Especially the DMA support can hose your disk real bad if anything goes wrong, again you have been warned :) Notebook owners should be carefull that their machines dont suspend as this might cause trouble... But please tell me how it works for you! Enjoy! -Søren Revision Changes Path 1.13 +20 -14 src/sys/dev/ata/ata-all.c 1.11 +2 -5 src/sys/dev/ata/ata-disk.c 1.7 +11 -9 src/sys/dev/ata/ata-dma.c 1.8 +4 -1 src/sys/dev/ata/atapi-all.c 1.5 +2 -1 src/sys/dev/ata/atapi-all.h 1.8 +3 -3 src/sys/dev/ata/atapi-cd.c 1.7 +9 -7 src/sys/dev/ata/atapi-fd.c 1.8 +2 -2 src/sys/dev/ata/atapi-tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 9: 0: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03F241513B; Mon, 17 May 1999 09:00:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA90304; Mon, 17 May 1999 09:00:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905171600.JAA90304@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 17 May 1999 09:00:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/17 09:00:00 PDT Modified files: games/fortune/datfiles fortunes2 Log: This gem deserve to live forever: "Non stop trains to Roma Termini Station leave from 7.38 a.m. to 10.08 p.m., hourly." (from: http://www.italyhotel.com/roma/guida/collegamenti.html) Revision Changes Path 1.12 +4 -0 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 9:48: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id BD7F115101; Mon, 17 May 1999 09:47:59 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id MAA19874; Mon, 17 May 1999 12:47:52 -0400 (EDT) (envelope-from luoqi) Date: Mon, 17 May 1999 12:47:52 -0400 (EDT) From: Luoqi Chen Message-Id: <199905171647.MAA19874@lor.watermarkgroup.com> To: peter@netplex.com.au Subject: Re: cvs commit: src/sbin/savecore savecore.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Luoqi Chen wrote: > > luoqi 1999/05/12 21:29:13 PDT > > > > Modified files: > > sbin/savecore savecore.c > > Log: > > Read dumpdev using sysctl(3) interface. Now savecore should work again > > after the dev_t changes. > > I looked at this before and was tempted to do the same, but there is a > problem.. Using the sysctl() requires that the kernel that crashed is the > current running kernel. > > For example, if you do a 'make install', then your running /kernel gets > moved to /kernel.old. If you defer the shutdown because it's inconvenient, > and some time later you have a crash and dump, then when you reboot, you > can't do a savecore unless you first boot from kernel.old. Previously you > would just do a 'savecore -N /kernel.old /var/crash' and it would save the > crashdump and kernel.old as vm(unix|core).nnn. > > I think it would be better to either have a seperate udumpdev, or save the > pathname string, or look up dumpdev->udev or whatever. (I have been rather > busy for the last few days though and have not had time to try it myself > yet. The ISP that has been giving me free connectivity in return for > advice and help is moving to a new building) > > Cheers, > -Peter > savecore *always* gets dumpdev (and some other variables) from the live kernel, this makes sense because the value of dumpdev (in .data section of kernel) will be overwritten after a reboot. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 10: 8:49 1999 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 4A71A14E04; Mon, 17 May 1999 10:08:45 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id CAA01147; Tue, 18 May 1999 02:08:29 +0900 (JST) Message-ID: <37404C43.F0E3A616@newsguy.com> Date: Tue, 18 May 1999 02:05:07 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Warner Losh Cc: Matthew Thyer , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC References: <3740228F.7D540DAB@camtech.com.au> <199905170549.WAA33075@freefall.freebsd.org> <199905171557.JAA70739@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Warner Losh wrote: > > : So the project should aim to have the 'card' controller and various > : PCMCIA cards in GENERIC as soon as possible. Maybe this cant happen until > : the kernel is more modular. > > Actually the card controller is going to be shot in the head soon. It > will be replaced by two controllers (pccard and cardbus). It will > attach to the pccard/card bus bridges rather than the current > backwards way that it is done now. Actually, "soon" does not really apply to 3.x, does it? We still have a lot of ground to cover on the 3.x series. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "Proof of Trotsky's farsightedness is that _none_ of his predictions have come true yet." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 10:23:49 1999 Delivered-To: cvs-all@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id BF4D715561; Mon, 17 May 1999 10:23:41 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:qV2Xevg/MpwAZqsINGrTitZ0BmBVRxuY@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id CAA15416; Tue, 18 May 1999 02:23:48 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id CAA02501; Tue, 18 May 1999 02:27:39 +0900 (JST) Message-Id: <199905171727.CAA02501@zodiac.mech.utsunomiya-u.ac.jp> To: Doug Rabson Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: cvs commit: src/sys/alpha/alpha cons.c In-reply-to: Your message of "Sat, 15 May 1999 11:14:04 MST." <199905151814.LAA26442@freefall.freebsd.org> References: <199905151814.LAA26442@freefall.freebsd.org> Date: Tue, 18 May 1999 02:27:38 +0900 From: Kazutaka YOKOTA Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Maybe similar change is necessary for i386/i386/cons.c as well? Kazu >dfr 1999/05/15 11:14:04 PDT > > Modified files: > sys/alpha/alpha cons.c > Log: > Make sure sysctls use udev_t, not dev_t. > > Submitted by: Thomas Valentino Crimi > > Revision Changes Path > 1.7 +5 -2 src/sys/alpha/alpha/cons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 10:32:47 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 4773614E49; Mon, 17 May 1999 10:32:44 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA56846; Mon, 17 May 1999 11:31:35 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA71333; Mon, 17 May 1999 11:33:07 -0600 (MDT) Message-Id: <199905171733.LAA71333@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: cvs commit: src/sys/i386/conf GENERIC Cc: Matthew Thyer , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 18 May 1999 02:05:07 +0900." <37404C43.F0E3A616@newsguy.com> References: <37404C43.F0E3A616@newsguy.com> <3740228F.7D540DAB@camtech.com.au> <199905170549.WAA33075@freefall.freebsd.org> <199905171557.JAA70739@harmony.village.org> Date: Mon, 17 May 1999 11:33:07 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <37404C43.F0E3A616@newsguy.com> "Daniel C. Sobral" writes: : Actually, "soon" does not really apply to 3.x, does it? We still : have a lot of ground to cover on the 3.x series. The short term fix is to basically bring in the PAO installation patches that Hosokawa-san sent me a while ago. When that happens, all the z* drivers will be removed from GENERIC and the pccard ones will replace them. However, that is at least 3-4 weeks away from happening. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 11:21:37 1999 Delivered-To: cvs-all@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id E344A15031; Mon, 17 May 1999 11:21:31 -0700 (PDT) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.2/8.9.2) with ESMTP id TAA17152; Mon, 17 May 1999 19:15:48 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id SAA01545; Mon, 17 May 1999 18:26:24 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905171726.SAA01545@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: S ren Schmidt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c In-reply-to: Your message of "Mon, 17 May 1999 08:58:48 PDT." <199905171558.IAA90198@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Mon, 17 May 1999 18:26:24 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk [.....] > Seventh update to the new ATA/ATAPI driver: [.....] > Notebook owners should be carefull that their machines dont suspend > as this might cause trouble... [.....] What sort of trouble ? -- = Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 12:34: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 30B8E1520D; Mon, 17 May 1999 12:33:59 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.1/8.9.1) id VAA25846; Mon, 17 May 1999 21:32:26 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <199905171932.VAA25846@freebsd.dk> Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c In-Reply-To: <199905171726.SAA01545@keep.lan.Awfulhak.org> from Brian Somers at "May 17, 1999 6:26:24 pm" To: brian@Awfulhak.org (Brian Somers) Date: Mon, 17 May 1999 21:32:26 +0200 (CEST) Cc: sos@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk It seems Brian Somers wrote: > [.....] > > Seventh update to the new ATA/ATAPI driver: > [.....] > > Notebook owners should be carefull that their machines dont suspend > > as this might cause trouble... > [.....] > > What sort of trouble ? Some drives come out of sleep with no memory of how they where set up before they went to sleep. That will fail if the drive is in multisector mode or a higher than std. DMA mode... This is an item on my list, just there are lots of items there, and too little time currently... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 12:50:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25BDE1521C; Mon, 17 May 1999 12:50:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA22501; Mon, 17 May 1999 12:50:45 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905171950.MAA22501@freefall.freebsd.org> From: Nik Clayton Date: Mon, 17 May 1999 12:50:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/install chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/17 12:50:45 PDT Modified files: en/handbook/install chapter.sgml Log: White space only, cleaning up after previous commit. Revision Changes Path 1.14 +108 -64 doc/en/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 12:52:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36DCD15457; Mon, 17 May 1999 12:52:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA22772; Mon, 17 May 1999 12:52:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905171952.MAA22772@freefall.freebsd.org> From: Michael Haro Date: Mon, 17 May 1999 12:52:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gftp Makefile ports/net/gftp/files md5 ports/net/gftp/patches patch-ab patch-ac patch-ad patch-ae ports/net/gftp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/17 12:52:14 PDT Modified files: net/gftp Makefile net/gftp/files md5 net/gftp/patches patch-ab patch-ac net/gftp/pkg PLIST Removed files: net/gftp/patches patch-ad patch-ae Log: Update to 2.0.1 Submitted by: Chris Piazza cpiazza@home.net PR Number: 11726 Revision Changes Path 1.3 +10 -6 ports/net/gftp/Makefile 1.2 +1 -1 ports/net/gftp/files/md5 1.2 +8 -8 ports/net/gftp/patches/patch-ab 1.2 +5 -4 ports/net/gftp/patches/patch-ac 1.2 +1 -2 ports/net/gftp/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 12:53:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 205F515349; Mon, 17 May 1999 12:53:42 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA23021; Mon, 17 May 1999 12:53:42 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905171953.MAA23021@freefall.freebsd.org> From: Nik Clayton Date: Mon, 17 May 1999 12:53:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/mirrors chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/17 12:53:41 PDT Modified files: en/handbook/mirrors chapter.sgml Log: Add New Zealand mirror, and delete one line of whitespace. PR: docs/11015 Submitted by: junkmale@xtra.co.nz Update the list of AFS mirrors, and reformat as . Apparently the listing should show the entries as they would appear in a CellServDB file. No PR associated with this change. Submitted by: Love Revision Changes Path 1.14 +23 -24 doc/en/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 12:55:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B50B514E02; Mon, 17 May 1999 12:55:56 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA23526; Mon, 17 May 1999 12:55:56 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905171955.MAA23526@freefall.freebsd.org> From: Nik Clayton Date: Mon, 17 May 1999 12:55:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/17 12:55:56 PDT Modified files: en/handbook/ports chapter.sgml Log: Do not use contractions (as much as possible). Update the __FreeBSD_version table to include latest -current and the introduction of 3.2-stable. PR: docs/11740 Submitted by: Chris Costello Revision Changes Path 1.18 +77 -41 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 14:24:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0507E15720; Mon, 17 May 1999 14:24:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA33826; Mon, 17 May 1999 14:24:41 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905172124.OAA33826@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 May 1999 14:24:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww Makefile ports/www/p5-libwww/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/17 14:24:41 PDT Modified files: www/p5-libwww Makefile www/p5-libwww/files md5 Log: upgrade to 5.43 Revision Changes Path 1.32 +3 -3 ports/www/p5-libwww/Makefile 1.13 +1 -1 ports/www/p5-libwww/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 14:34:26 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id BF3A2153B5; Mon, 17 May 1999 14:34:19 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id WAA57482; Mon, 17 May 1999 22:35:04 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 17 May 1999 22:35:04 +0100 (BST) From: Doug Rabson To: Kazutaka YOKOTA Cc: Doug Rabson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha cons.c In-Reply-To: <199905171727.CAA02501@zodiac.mech.utsunomiya-u.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 18 May 1999, Kazutaka YOKOTA wrote: > > Maybe similar change is necessary for i386/i386/cons.c as well? Possibly. I'll take a look tomorrow. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 14:35:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA867157F3; Mon, 17 May 1999 14:34:53 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA34727; Mon, 17 May 1999 14:34:53 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905172134.OAA34727@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 May 1999 14:34:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-ParallelUA Makefile ports/www/p5-ParallelUA/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/17 14:34:53 PDT Modified files: www/p5-ParallelUA Makefile www/p5-ParallelUA/files md5 Log: upgrade to 2.42 Revision Changes Path 1.7 +5 -5 ports/www/p5-ParallelUA/Makefile 1.4 +1 -1 ports/www/p5-ParallelUA/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 14:43: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C11CB14D20; Mon, 17 May 1999 14:43:03 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39542; Mon, 17 May 1999 14:43:03 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905172143.OAA39542@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 May 1999 14:43:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3mir Makefile ports/www/w3mir/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/17 14:43:02 PDT Modified files: www/w3mir Makefile www/w3mir/files md5 Log: upgrade to 1.0.7 Revision Changes Path 1.16 +2 -2 ports/www/w3mir/Makefile 1.6 +1 -1 ports/www/w3mir/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 14:51:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 237C514DC3; Mon, 17 May 1999 14:51:16 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA43228; Mon, 17 May 1999 14:51:15 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905172151.OAA43228@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 17 May 1999 14:51:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mtools/patches patch-d Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/17 14:51:15 PDT Added files: emulators/mtools/patches patch-d Log: Man page fix. PR: ports/11748 Submitted by: Lowell Gilbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 14:53:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 762A71559A; Mon, 17 May 1999 14:53:53 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA43608; Mon, 17 May 1999 14:53:53 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905172153.OAA43608@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 May 1999 14:53:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/eisa ahc_eisa.c src/sys/pci ahc_pci.c src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/17 14:53:52 PDT Modified files: sys/i386/eisa ahc_eisa.c Log: Fix whitespace. Correct a comment. Revision Changes Path 1.9 +18 -15 src/sys/i386/eisa/ahc_eisa.c Modified files: sys/pci ahc_pci.c Log: Add a masking scheme to allow for detection of unknown cards using a chip we think we understand. Correct identification entry for the AHA2950U2. Revision Changes Path 1.13 +131 -95 src/sys/pci/ahc_pci.c Modified files: sys/dev/aic7xxx aic7xxx.c aic7xxx.h Log: Update copyright. Correct some whitespace. Revision Changes Path 1.28 +3 -3 src/sys/dev/aic7xxx/aic7xxx.c 1.9 +2 -2 src/sys/dev/aic7xxx/aic7xxx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 14:56: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F207C153CD; Mon, 17 May 1999 14:56:00 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA43869; Mon, 17 May 1999 14:56:00 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905172156.OAA43869@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 May 1999 14:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/eisa ahc_eisa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/17 14:56:00 PDT Modified files: sys/i386/eisa ahc_eisa.c Log: Correct the comment for the last commit. Clean up the handling of failure modes in our attach so we don't free resources twice. ahc_free() will do all of the work for us (as would be required by an unload event) so we only need to handle resources that the softc has not taken ownership of. Revision Changes Path 1.10 +1 -1 src/sys/i386/eisa/ahc_eisa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 14:58:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BE0115382; Mon, 17 May 1999 14:58:42 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA44109; Mon, 17 May 1999 14:58:42 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905172158.OAA44109@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 May 1999 14:58:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/17 14:58:41 PDT Modified files: (Branch: RELENG_3) sys/pci ahc_pci.c Log: MFC: Use an id masking scheme to provide generic chip probes. Fix 2950U2B ident entry. Revision Changes Path 1.5.2.5 +128 -100 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 15:49:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 892ED14BE0; Mon, 17 May 1999 15:49:49 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA49532; Mon, 17 May 1999 15:49:49 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199905172249.PAA49532@freefall.freebsd.org> From: Pierre Beyssac Date: Mon, 17 May 1999 15:49:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ip.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/05/17 15:49:48 PDT Modified files: share/man/man4 ip.4 Log: Typo. PR: doc/11582 Revision Changes Path 1.11 +2 -2 src/share/man/man4/ip.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 15:55:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 40EFE14BE0; Mon, 17 May 1999 15:55:46 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA50011; Mon, 17 May 1999 15:55:46 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199905172255.PAA50011@freefall.freebsd.org> From: Pierre Beyssac Date: Mon, 17 May 1999 15:55:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ip.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/05/17 15:55:45 PDT Modified files: (Branch: RELENG_3) share/man/man4 ip.4 Log: MFC: typo. PR: doc/11582 Revision Changes Path 1.9.2.2 +2 -2 src/share/man/man4/ip.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 16:35: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id E0DDA1540E; Mon, 17 May 1999 16:35:02 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id CC6AB1F72; Tue, 18 May 1999 07:34:55 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Luoqi Chen Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/savecore savecore.c In-reply-to: Your message of "Mon, 17 May 1999 12:47:52 -0400." <199905171647.MAA19874@lor.watermarkgroup.com> Date: Tue, 18 May 1999 07:34:55 +0800 From: Peter Wemm Message-Id: <19990517233500.CC6AB1F72@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Luoqi Chen wrote: > > Luoqi Chen wrote: > > > luoqi 1999/05/12 21:29:13 PDT > > > > > > Modified files: > > > sbin/savecore savecore.c > > > Log: > > > Read dumpdev using sysctl(3) interface. Now savecore should work again > > > after the dev_t changes. > > > > I looked at this before and was tempted to do the same, but there is a > > problem.. Using the sysctl() requires that the kernel that crashed is the > > current running kernel. [..] > savecore *always* gets dumpdev (and some other variables) from the live kerne l, > this makes sense because the value of dumpdev (in .data section of kernel) wi ll > be overwritten after a reboot. I realized this a while ago and nearly posted a self correction. IMHO, What savecore should be doing is: - savecore: usage: savecore [-cfvz] [-N system] directory + savecore: usage: savecore [-cfvz] [-M dumpdev] [-N system] directory or something like that. That way you can do a savecore from a specific device or before dumpon. > -lq Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 16:47:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1753D1540E; Mon, 17 May 1999 16:47:30 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA54450; Mon, 17 May 1999 16:47:29 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199905172347.QAA54450@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 17 May 1999 16:47:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fopen.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/05/17 16:47:29 PDT Modified files: lib/libc/stdio fopen.3 Log: Add a note that when a stream opened via fdopen() is closed via fclose(), the underlying file descriptor is also closed. To me at least this wasn't immediately obvious. Revision Changes Path 1.5 +4 -0 src/lib/libc/stdio/fopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 17:31:35 1999 Delivered-To: cvs-all@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id E382F14BF8; Mon, 17 May 1999 17:31:32 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id UAA24252; Mon, 17 May 1999 20:31:27 -0400 (EDT) (envelope-from luoqi) Date: Mon, 17 May 1999 20:31:27 -0400 (EDT) From: Luoqi Chen Message-Id: <199905180031.UAA24252@lor.watermarkgroup.com> To: luoqi@watermarkgroup.com, peter@netplex.com.au Subject: Re: cvs commit: src/sbin/savecore savecore.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > IMHO, What savecore should be doing is: > - savecore: usage: savecore [-cfvz] [-N system] directory > + savecore: usage: savecore [-cfvz] [-M dumpdev] [-N system] directory > > or something like that. That way you can do a savecore from a specific > device or before dumpon. > > > -lq > > Cheers, > -Peter > I like the idea. But dumpdev is not enough to locate the core, we need dumplo as well. I'm thinking, maybe we should write these information (dumplo, rootfs device, kernel inode number) to the last block of the dump device, so we have all the information we need for a crash dump given dumpdev. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 17:41:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38D3D15146; Mon, 17 May 1999 17:41:09 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA57828; Mon, 17 May 1999 17:41:09 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905180041.RAA57828@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 May 1999 17:41:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/17 17:41:08 PDT Modified files: sys/cam cam_xpt.c Log: Make xpt_path_comp work on wildcarded paths again. Revision Changes Path 1.58 +7 -7 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 17:41:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8870D151ED; Mon, 17 May 1999 17:41:47 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA57957; Mon, 17 May 1999 17:41:47 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905180041.RAA57957@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 May 1999 17:41:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/17 17:41:47 PDT Modified files: (Branch: RELENG_3) sys/cam cam_xpt.c Log: MFC: Make xpt_path_comp work on wildcarded paths again. Revision Changes Path 1.42.2.11 +7 -7 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 17:44:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C31915146; Mon, 17 May 1999 17:44:29 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA58097; Mon, 17 May 1999 17:44:29 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905180044.RAA58097@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 17 May 1999 17:44:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/17 17:44:29 PDT Modified files: release/sysinstall config.c package.c Log: deal with a.out ldconfig paths also. Revision Changes Path 1.136 +5 -3 src/release/sysinstall/config.c 1.76 +2 -1 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 17:49:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCB0815146; Mon, 17 May 1999 17:49:43 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA58671; Mon, 17 May 1999 17:49:43 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905180049.RAA58671@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 17 May 1999 17:49:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c package.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/17 17:49:42 PDT Modified files: (Branch: RELENG_3) release/sysinstall config.c package.c Log: MFC: handle a.out ldconfig paths. Revision Changes Path 1.115.2.20 +5 -3 src/release/sysinstall/config.c 1.65.2.9 +2 -1 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 18:27:52 1999 Delivered-To: cvs-all@freebsd.org Received: from po9.andrew.cmu.edu (PO9.ANDREW.CMU.EDU [128.2.10.109]) by hub.freebsd.org (Postfix) with ESMTP id 291C815124; Mon, 17 May 1999 18:27:43 -0700 (PDT) (envelope-from tcrimi+@andrew.cmu.edu) Received: (from postman@localhost) by po9.andrew.cmu.edu (8.8.5/8.8.2) id VAA24526; Mon, 17 May 1999 21:27:41 -0400 (EDT) Received: via switchmail; Mon, 17 May 1999 21:27:41 -0400 (EDT) Received: from unix12.andrew.cmu.edu via qmail ID ; Mon, 17 May 1999 21:27:19 -0400 (EDT) Received: from unix12.andrew.cmu.edu via qmail ID ; Mon, 17 May 1999 21:27:19 -0400 (EDT) Received: from mms.4.60.Jun.27.1996.03.02.53.sun4.51.EzMail.2.0.CUILIB.3.45.SNAP.NOT.LINKED.unix12.andrew.cmu.edu.sun4m.54 via MS.5.6.unix12.andrew.cmu.edu.sun4_51; Mon, 17 May 1999 21:27:19 -0400 (EDT) Message-ID: Date: Mon, 17 May 1999 21:27:19 -0400 (EDT) From: Thomas Valentino Crimi To: Doug Rabson , Kazutaka YOKOTA Subject: Re: cvs commit: src/sys/alpha/alpha cons.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp In-Reply-To: <199905171727.CAA02501@zodiac.mech.utsunomiya-u.ac.jp> References: <199905151814.LAA26442@freefall.freebsd.org> <199905171727.CAA02501@zodiac.mech.utsunomiya-u.ac.jp> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Excerpts from FreeBSD-CVS: 18-May-99 Re: cvs commit: src/sys/alp.. by Kazutaka YOKOTA@zodiac.m > > > Maybe similar change is necessary for i386/i386/cons.c as well? > > Kazu Yup, same problem. Hrmm, wonder if it'd be most useful to define dev_t as some 64 bit value on the i386 as well? :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 18:37:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E944A14CFD; Mon, 17 May 1999 18:37:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA62535; Mon, 17 May 1999 18:37:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905180137.SAA62535@freefall.freebsd.org> From: Brian Somers Date: Mon, 17 May 1999 18:37:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp physical.c tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/17 18:37:48 PDT Modified files: usr.sbin/ppp physical.c tty.c Log: Move the tty locking stuff back out to physical.c so that we lock the device *before* we open it. We still open the device only once - and then ask all our handlers if they know how to handle it. Revision Changes Path 1.13 +100 -43 src/usr.sbin/ppp/physical.c 1.6 +56 -109 src/usr.sbin/ppp/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 18:49:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1699614CFD; Mon, 17 May 1999 18:49:11 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Received: (from nsj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA63332; Mon, 17 May 1999 18:49:10 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Message-Id: <199905180149.SAA63332@freefall.freebsd.org> From: Nate Johnson Date: Mon, 17 May 1999 18:49:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsj 1999/05/17 18:49:10 PDT Modified files: en support.sgml Log: Added User Group entry for NYC FreeBSD Users's Group. Submitted by: dan13@erols.com Revision Changes Path 1.138 +6 -2 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 19: 0:46 1999 Delivered-To: cvs-all@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id 6098E14CFD; Mon, 17 May 1999 19:00:16 -0700 (PDT) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.2/8.9.2) with ESMTP id DAA01582; Tue, 18 May 1999 03:00:08 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id CAA05095; Tue, 18 May 1999 02:59:40 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905180159.CAA05095@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fopen.3 In-reply-to: Your message of "Mon, 17 May 1999 16:47:29 PDT." <199905172347.QAA54450@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 May 1999 02:59:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > archie 1999/05/17 16:47:29 PDT > > Modified files: > lib/libc/stdio fopen.3 > Log: > Add a note that when a stream opened via fdopen() is closed via fclose(), > the underlying file descriptor is also closed. To me at least this wasn't > immediately obvious. [.....] Thanks ! I've had to look in the source more than once to discover this :-/ -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 19: 2:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93C51153F2; Mon, 17 May 1999 19:02:33 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Received: (from nsj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65210; Mon, 17 May 1999 19:02:33 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Message-Id: <199905180202.TAA65210@freefall.freebsd.org> From: Nate Johnson Date: Mon, 17 May 1999 19:02:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.db gallery.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsj 1999/05/17 19:02:33 PDT Modified files: en/gallery gallery.db gallery.sgml Log: Added all new gallery entries through 2200 EDT 17 MAY 1999. Commercial: 985 Personal: 177 Non-Profit: 435 ----------- ---- Total: 1597 Revision Changes Path 1.19 +615 -284 www/en/gallery/gallery.db 1.44 +4 -4 www/en/gallery/gallery.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 19: 7:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B7A01537E; Mon, 17 May 1999 19:07:39 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Received: (from nsj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65554; Mon, 17 May 1999 19:07:38 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Message-Id: <199905180207.TAA65554@freefall.freebsd.org> From: Nate Johnson Date: Mon, 17 May 1999 19:07:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.db gallery.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsj 1999/05/17 19:07:38 PDT Modified files: en/gallery gallery.db gallery.sgml Log: All gallery entries through 2200 EDT 17 MAY 1999, pruned cleaned up. Revision Changes Path 1.20 +392 -418 www/en/gallery/gallery.db 1.45 +4 -4 www/en/gallery/gallery.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 19:15:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75D7315395; Mon, 17 May 1999 19:15:11 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Received: (from nsj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65991; Mon, 17 May 1999 19:15:10 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Message-Id: <199905180215.TAA65991@freefall.freebsd.org> From: Nate Johnson Date: Mon, 17 May 1999 19:15:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi gallery.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsj 1999/05/17 19:15:10 PDT Modified files: en/cgi gallery.cgi Log: Fixed to elimate extra step in gallery process (to remove the space in "nonprofit"). This is an internal change only, and should not affect gallery entry submitters in any way. Revision Changes Path 1.14 +3 -3 www/en/cgi/gallery.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 19:53:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDCEF14D0A; Mon, 17 May 1999 19:53:44 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA71388; Mon, 17 May 1999 19:53:44 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905180253.TAA71388@freefall.freebsd.org> From: Michael Haro Date: Mon, 17 May 1999 19:53:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cgiwrap Makefile ports/www/cgiwrap/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/17 19:53:44 PDT Modified files: www/cgiwrap Makefile www/cgiwrap/files md5 Log: Update to version 3.6.3 Revision Changes Path 1.3 +3 -3 ports/www/cgiwrap/Makefile 1.3 +1 -1 ports/www/cgiwrap/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 20:58:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 145CB14E46; Mon, 17 May 1999 20:58:51 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA77592; Mon, 17 May 1999 20:58:50 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905180358.UAA77592@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 May 1999 20:58:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/17 20:58:50 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Correct a bug where the chip could be unpaused in the middle of a bus or device reset error recovery operation. Revision Changes Path 1.29 +35 -23 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 20:59:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC97214FB2; Mon, 17 May 1999 20:59:42 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA77646; Mon, 17 May 1999 20:59:42 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905180359.UAA77646@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 May 1999 20:59:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/17 20:59:42 PDT Modified files: (Branch: RELENG_3) sys/dev/aic7xxx aic7xxx.c Log: MFC: Fix unpause during bus or device reset operation. Revision Changes Path 1.16.2.9 +35 -23 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 21:49: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 952D714D37; Mon, 17 May 1999 21:49:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA86092; Mon, 17 May 1999 21:49:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905180449.VAA86092@freefall.freebsd.org> From: Peter Wemm Date: Mon, 17 May 1999 21:49:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include signal.h string.h src/lib/libc/gen psignal.3 siglist.c src/lib/libc/string strsignal.c Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/17 21:48:59 PDT Modified files: include signal.h string.h lib/libc/gen psignal.3 siglist.c lib/libc/string Makefile.inc Added files: lib/libc/string strsignal.c Log: Add a strsignal(3) (like strerror(3)) for libc compatability with other systems. NetBSD, Linux, SVR4 etc all have it. Revision Changes Path 1.12 +1 -0 src/include/signal.h 1.5 +1 -0 src/include/string.h 1.7 +19 -4 src/lib/libc/gen/psignal.3 1.2 +1 -0 src/lib/libc/gen/siglist.c 1.16 +3 -2 src/lib/libc/string/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 22:38:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16E0D1506E; Mon, 17 May 1999 22:38:52 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA89994; Mon, 17 May 1999 22:38:52 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905180538.WAA89994@freefall.freebsd.org> From: Alan Cox Date: Mon, 17 May 1999 22:38:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/17 22:38:52 PDT Modified files: sys/vm vm_map.c Log: vm_map_insert: General cleanup. Eliminate coalescing checks that are duplicated by vm_object_coalesce. Revision Changes Path 1.164 +38 -47 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 22:51:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C2B314D9A; Mon, 17 May 1999 22:51:12 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA91022; Mon, 17 May 1999 22:51:12 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905180551.WAA91022@freefall.freebsd.org> From: Peter Wemm Date: Mon, 17 May 1999 22:51:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/fingerd fingerd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/17 22:51:11 PDT Modified files: libexec/fingerd fingerd.c Log: Identify illegal switches, don't print them as '?' in the error.. Revision Changes Path 1.14 +2 -2 src/libexec/fingerd/fingerd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 23: 1:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A61CF151EE; Mon, 17 May 1999 23:01:51 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91668; Mon, 17 May 1999 23:01:51 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905180601.XAA91668@freefall.freebsd.org> From: Alan Cox Date: Mon, 17 May 1999 23:01:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/17 23:01:51 PDT Modified files: sys/i386/i386 pmap.c Log: pmap_qremove: Eliminate unnecessary TLB shootdowns. Revision Changes Path 1.235 +17 -4 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 23:32: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id CC92E14DE9; Mon, 17 May 1999 23:31:58 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10jdPt-0000xl-00; Tue, 18 May 1999 08:31:53 +0200 From: Sheldon Hearn To: Søren Schmidt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c In-reply-to: Your message of "Mon, 17 May 1999 08:58:48 MST." <199905171558.IAA90198@freefall.freebsd.org> Date: Tue, 18 May 1999 08:31:53 +0200 Message-ID: <3704.927009113@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 17 May 1999 08:58:48 MST, Søren Schmidt wrote: > Some minor cleanups and rearrangements as well. Crashdumps are still on the way, yes? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 17 23:53:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 4CB6A15457; Mon, 17 May 1999 23:53:39 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.1/8.9.1) id IAA27296; Tue, 18 May 1999 08:53:30 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <199905180653.IAA27296@freebsd.dk> Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c In-Reply-To: <3704.927009113@axl.noc.iafrica.com> from Sheldon Hearn at "May 18, 1999 8:31:53 am" To: sheldonh@uunet.co.za (Sheldon Hearn) Date: Tue, 18 May 1999 08:53:30 +0200 (CEST) Cc: sos@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk It seems Sheldon Hearn wrote: > > > On Mon, 17 May 1999 08:58:48 MST, Søren Schmidt wrote: > > > Some minor cleanups and rearrangements as well. > > Crashdumps are still on the way, yes? Sure, they are on my list, I just thought this was needed and it has been sitting here for some time ready to commmit. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 4: 6: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37755156A1; Tue, 18 May 1999 04:06:03 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29521; Tue, 18 May 1999 04:06:03 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905181106.EAA29521@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 18 May 1999 04:06:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/18 04:06:01 PDT Modified files: sys/dev/kbd atkbd.c Log: The previous commit was wrong! This is the correct one ;-< Revision Changes Path 1.9 +2 -2 src/sys/dev/kbd/atkbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 4: 7:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 422091569F; Tue, 18 May 1999 04:07:16 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29595; Tue, 18 May 1999 04:07:16 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905181107.EAA29595@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 18 May 1999 04:07:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd kbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/18 04:07:15 PDT Modified files: sys/dev/kbd kbd.c Log: Remove unnecessary function call. Revision Changes Path 1.5 +1 -2 src/sys/dev/kbd/kbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 4: 8:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50F8F1546F; Tue, 18 May 1999 04:08:42 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29665; Tue, 18 May 1999 04:08:42 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905181108.EAA29665@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 18 May 1999 04:08:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd kbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/18 04:08:42 PDT Modified files: sys/dev/kbd kbd.c Log: Silence warnings. Revision Changes Path 1.6 +10 -10 src/sys/dev/kbd/kbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 4:33:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E865915652; Tue, 18 May 1999 04:33:16 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA31685; Tue, 18 May 1999 04:33:16 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905181133.EAA31685@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 18 May 1999 04:33:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbdc.c atkbdcreg.h src/sys/isa atkbdc_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/18 04:33:16 PDT Modified files: sys/dev/kbd atkbdc.c atkbdcreg.h sys/isa atkbdc_isa.c Log: Slight reorganization of internal interface in the keyboard controller driver. Revision Changes Path 1.2 +10 -2 src/sys/dev/kbd/atkbdc.c 1.2 +3 -2 src/sys/dev/kbd/atkbdcreg.h 1.6 +25 -24 src/sys/isa/atkbdc_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 5: 2:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECCAA15436; Tue, 18 May 1999 05:02:27 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34580; Tue, 18 May 1999 05:02:27 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905181202.FAA34580@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 18 May 1999 05:02:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases Makefile index.sgml www/en/releases/3.2R Makefile announce.sgml errata.sgml notes.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/18 05:02:27 PDT Modified files: en/releases Makefile index.sgml Added files: en/releases/3.2R Makefile announce.sgml errata.sgml notes.sgml Log: Add 3.2-RELEASE announcement text. Revision Changes Path 1.18 +2 -2 www/en/releases/Makefile 1.29 +16 -9 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 5:16:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EC991558B; Tue, 18 May 1999 05:16:18 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA36106; Tue, 18 May 1999 05:16:18 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905181216.FAA36106@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 18 May 1999 05:16:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include ioctl_bt848.h src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/18 05:16:17 PDT Modified files: sys/i386/include ioctl_bt848.h Log: Bt848 driver release 1.65 Updated with australian channel set Submitted by: Ivan Brawley Revision Changes Path 1.23 +3 -2 src/sys/i386/include/ioctl_bt848.h Modified files: sys/pci brooktree848.c Log: Bt848 driver release 1.65 Change Intel GPIO mask to hopefully stop turning the Intel Camera off Fixed tuner selection on Hauppauge card with tuner 0x0a Replaced none tuner with no tuner for Theo de Raadt . Ivan Brawley added the Australian channel frequencies. Revision Changes Path 1.77 +31 -7 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 5:27:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F4EC14DB5; Tue, 18 May 1999 05:27:44 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) Received: (from cracauer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37519; Tue, 18 May 1999 05:27:44 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) Message-Id: <199905181227.FAA37519@freefall.freebsd.org> From: Martin Cracauer Date: Tue, 18 May 1999 05:27:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/cstream Makefile ports/misc/cstream/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cracauer 1999/05/18 05:27:43 PDT Modified files: misc/cstream Makefile misc/cstream/files md5 Log: Update to 1.4 Revision Changes Path 1.5 +2 -2 ports/misc/cstream/Makefile 1.5 +1 -1 ports/misc/cstream/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 5:55:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E620914CFF; Tue, 18 May 1999 05:55:14 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA40304; Tue, 18 May 1999 05:55:14 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905181255.FAA40304@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 18 May 1999 05:55:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/18 05:55:13 PDT Modified files: sys/i386/conf LINT Log: Update text on using the smbus, iibus, iicbb controllers with the bktr device. Revision Changes Path 1.599 +8 -4 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 6:14:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB645152EF; Tue, 18 May 1999 06:14:45 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA43128; Tue, 18 May 1999 06:14:45 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905181314.GAA43128@freefall.freebsd.org> From: Luoqi Chen Date: Tue, 18 May 1999 06:14:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/18 06:14:44 PDT Modified files: sys/kern kern_conf.c Log: Avoid negative numbers in dev_t manipulation. This should fix recent MFS related crashes. Revision Changes Path 1.40 +3 -3 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 7:53:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 627B3155DC; Tue, 18 May 1999 07:53:55 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14964; Tue, 18 May 1999 07:53:55 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905181453.HAA14964@freefall.freebsd.org> From: Luoqi Chen Date: Tue, 18 May 1999 07:53:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_pty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/18 07:53:54 PDT Modified files: sys/kern tty_pty.c Log: TIOCEXT is also inapproriate before the slave is open, return EAGAIN when these ioctls are attempted. Move a misplaced comment. Pointed out by: Bruce Revision Changes Path 1.59 +31 -29 src/sys/kern/tty_pty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 8:22:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E706114CC8; Tue, 18 May 1999 08:22:54 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA18442; Tue, 18 May 1999 08:22:54 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Message-Id: <199905181522.IAA18442@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 18 May 1999 08:22:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/ctk/patches patch-f Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1999/05/18 08:22:53 PDT Added files: misc/ctk/patches patch-f Log: Initialize LC_CTYPE early in Tk_Main(), so non-ASCII environments will display the curses output correctly. (I don't know on which machine in .freebsd.org i'm allowed to fetch something to /usr/ports/distfiles/, thus i can't test-build.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 8:47:14 1999 Delivered-To: cvs-all@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id 1F71F15108; Tue, 18 May 1999 08:46:21 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.2) id RAA02829; Tue, 18 May 1999 17:46:34 +0200 (CEST) (envelope-from tg) To: Joerg Wunsch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/ctk/patches patch-f References: <199905181522.IAA18442@freefall.freebsd.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 18 May 1999 17:46:34 +0200 In-Reply-To: Joerg Wunsch's message of "Tue, 18 May 1999 08:22:54 -0700 (PDT)" Message-ID: Lines: 8 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Joerg Wunsch writes: > (I don't know on which machine in .freebsd.org i'm allowed to fetch > something to /usr/ports/distfiles/, thus i can't test-build.) DISTDIR=${HOME}/distfiles tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 9:18:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F674156FE; Tue, 18 May 1999 09:18:45 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA25212; Tue, 18 May 1999 09:18:45 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905181618.JAA25212@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 18 May 1999 09:18:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf majors.i386 src/sys/pc98/conf majors.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/18 09:18:45 PDT Modified files: sys/i386/conf majors.i386 sys/pc98/conf majors.pc98 Log: Added device major 125 for the Advantech PCI-1750 Digital IO card. A very nice i/o board with 16 open collector outputs (capable of driving 5-40v) and 16 inputs Also has 2 16 bit cascadable counters (10Mhz clock) capable of generating interrupts. It is a PCI card, and emulates the Intel 8254 timer. It uses the PLX PCI-9050 PCI bus interface to map the 8254 style hardware and the i/o registers into the IO space. Developed by Jennifer Clark Strathclyde University Transparent Telepresence Research Group Revision Changes Path 1.75 +2 -1 src/sys/i386/conf/majors.i386 1.56 +2 -1 src/sys/pc98/conf/majors.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 10: 1:14 1999 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 82EDA14BEA; Tue, 18 May 1999 10:01:09 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id NAA09457; Tue, 18 May 1999 13:01:05 -0400 (EDT) (envelope-from wollman) Date: Tue, 18 May 1999 13:01:05 -0400 (EDT) From: Garrett Wollman Message-Id: <199905181701.NAA09457@khavrinen.lcs.mit.edu> To: Nate Johnson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.db gallery.sgml In-Reply-To: <199905180202.TAA65210@freefall.freebsd.org> References: <199905180202.TAA65210@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > Total: 1597 You forgot to mention that 1597 is a prime! -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 10:51:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 670F214CE0; Tue, 18 May 1999 10:51:42 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA34168; Tue, 18 May 1999 10:51:42 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905181751.KAA34168@freefall.freebsd.org> From: Nik Clayton Date: Tue, 18 May 1999 10:51:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk docproj.docbook.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/18 10:51:41 PDT Modified files: share/mk docproj.docbook.mk Log: Be smarter about setting DOC_PREFIX to /usr/doc. Only do it if /usr/doc/share/mk/docproj.docbook.mk exists. Otherwise, warn the user they need to set it, and exit. Revision Changes Path 1.4 +22 -3 doc/share/mk/docproj.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 11:15:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17BE914CF6; Tue, 18 May 1999 11:15:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA37068; Tue, 18 May 1999 11:15:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905181815.LAA37068@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 May 1999 11:15:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs-devel Makefile ports/lang/egcs-devel/files md5 ports/lang/egcs-devel/patches patch-ak patch-al Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/18 11:15:36 PDT Modified files: lang/egcs-devel Makefile lang/egcs-devel/files md5 lang/egcs-devel/patches patch-ak patch-al Log: Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the upcoming 1.2 release. Which, BTW, will be called GCC-2.95. Revision Changes Path 1.58 +3 -3 ports/lang/egcs-devel/Makefile 1.24 +6 -6 ports/lang/egcs-devel/files/md5 1.7 +8 -10 ports/lang/egcs-devel/patches/patch-ak 1.6 +8 -10 ports/lang/egcs-devel/patches/patch-al To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 11:17:38 1999 Delivered-To: cvs-all@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id C916614CF6; Tue, 18 May 1999 11:17:35 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id LAA32848; Tue, 18 May 1999 11:17:34 -0700 (PDT) (envelope-from mph) Date: Tue, 18 May 1999 11:17:34 -0700 From: Matthew Hunt To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/egcs-devel Makefile ports/lang/egcs-devel/files md5 ports/lang/egcs-devel/patches patch-ak patch-al Message-ID: <19990518111734.A32766@wopr.caltech.edu> References: <199905181815.LAA37068@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199905181815.LAA37068@freefall.freebsd.org>; from David E. O'Brien on Tue, May 18, 1999 at 11:15:36AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, May 18, 1999 at 11:15:36AM -0700, David E. O'Brien wrote: > Log: > Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the > upcoming 1.2 release. Which, BTW, will be called GCC-2.95. s/not/now/ ? -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 11:56:48 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 47D1215399; Tue, 18 May 1999 11:55:16 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA23188; Tue, 18 May 1999 14:57:19 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 18 May 1999 14:57:19 -0400 (EDT) From: Bill Fumerola To: Joerg Wunsch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/ctk/patches patch-f In-Reply-To: <199905181522.IAA18442@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 18 May 1999, Joerg Wunsch wrote: > (I don't know on which machine in .freebsd.org i'm allowed to fetch > something to /usr/ports/distfiles/, thus i can't test-build.) $ export DISTDIR=~ $ cvs co ctk $ (cd ctk && make) - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 11:59:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8009D14E7C; Tue, 18 May 1999 11:59:54 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA41417; Tue, 18 May 1999 11:59:54 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905181859.LAA41417@freefall.freebsd.org> From: Michael Haro Date: Tue, 18 May 1999 11:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/18 11:59:53 PDT Modified files: mail/exim/pkg DESCR Log: add WWW: PR: 11759 Submitted by: Sheldon Hearn Revision Changes Path 1.4 +2 -0 ports/mail/exim/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 12:21:29 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id 05E9B14FAA; Tue, 18 May 1999 12:21:26 -0700 (PDT) Message-ID: <19990518122126.38528@freebsd.org> Date: Tue, 18 May 1999 12:21:26 -0700 From: "David E. O'Brien" To: Matthew Hunt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/egcs-devel Makefile ports/lang/egcs-devel/files md5 ports/lang/egcs-devel/patches patch-ak patch-al Reply-To: obrien@nuxi.com References: <199905181815.LAA37068@freefall.freebsd.org> <19990518111734.A32766@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19990518111734.A32766@wopr.caltech.edu>; from Matthew Hunt on Tue, May 18, 1999 at 11:17:34AM -0700 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 3.1-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Log: > > Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the > > s/not/now/ ? You are correct. Sorry. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 12:35:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F6A614EDA; Tue, 18 May 1999 12:35:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44607; Tue, 18 May 1999 12:35:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905181935.MAA44607@freefall.freebsd.org> From: Michael Haro Date: Tue, 18 May 1999 12:35:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/nmh/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/18 12:35:07 PDT Modified files: mail/nmh/pkg DESCR Log: Add WWW: PR: 11762 Submitted by: Sheldon Hearn Revision Changes Path 1.2 +2 -0 ports/mail/nmh/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 12:37:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 752F81528F; Tue, 18 May 1999 12:37:41 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44993; Tue, 18 May 1999 12:37:41 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <199905181937.MAA44993@freefall.freebsd.org> From: John-Mark Gurney Date: Tue, 18 May 1999 12:37:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmg 1999/05/18 12:37:40 PDT Modified files: usr.bin/fetch http.c Log: make md5 checksums actually work instead of simply calculating the length of an empty buffer... the output file wasn't readable... also warn that we can't checksum on stdout and print out the base64 encoded version of the md5 checksum... Site to actually return md5 digest: web.golux.com Verified that fetch was broken: Ken Coar Revision Changes Path 1.27 +7 -3 src/usr.bin/fetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 12:44:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18A9C152B9; Tue, 18 May 1999 12:44:57 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA46997; Tue, 18 May 1999 12:44:57 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905181944.MAA46997@freefall.freebsd.org> From: Doug Rabson Date: Tue, 18 May 1999 12:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/18 12:44:56 PDT Modified files: sys/alpha/isa isa.c Log: Update isa_print_child to match i386. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.14 +10 -10 src/sys/alpha/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 12:57:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5B411539D; Tue, 18 May 1999 12:57:31 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA48125; Tue, 18 May 1999 12:57:31 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <199905181957.MAA48125@freefall.freebsd.org> From: John-Mark Gurney Date: Tue, 18 May 1999 12:57:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmg 1999/05/18 12:57:30 PDT Modified files: (Branch: RELENG_3) usr.bin/fetch http.c Log: MFC: make md5 digest actually work Revision Changes Path 1.24.2.2 +7 -3 src/usr.bin/fetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 13:43:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8FE314DA9; Tue, 18 May 1999 13:43:53 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA52530; Tue, 18 May 1999 13:43:53 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905182043.NAA52530@freefall.freebsd.org> From: Doug Rabson Date: Tue, 18 May 1999 13:43:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/18 13:43:53 PDT Modified files: sys/alpha/isa isa.c Log: Another minor fix from i386 to remember when the port is set to -1. Revision Changes Path 1.15 +2 -2 src/sys/alpha/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 13:48:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 094CC14DA9; Tue, 18 May 1999 13:48:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA53053; Tue, 18 May 1999 13:48:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905182048.NAA53053@freefall.freebsd.org> From: Peter Wemm Date: Tue, 18 May 1999 13:48:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcivar.h src/sys/i386/i386 nexus.c src/sys/i386/isa pcibus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/18 13:48:45 PDT Modified files: sys/pci pcivar.h sys/i386/i386 nexus.c sys/i386/isa pcibus.c Log: Move pcibus (host -> pci bus) probe/attach routines from nexus to pcibus.c. pci_cfgopen() becomes static and there are no more bus #ifdef's in nexus.c. Revision Changes Path 1.32 +1 -2 src/sys/pci/pcivar.h 1.10 +4 -54 src/sys/i386/i386/nexus.c 1.42 +47 -3 src/sys/i386/isa/pcibus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 14: 3:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F3E14F16; Tue, 18 May 1999 14:03:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA54619; Tue, 18 May 1999 14:03:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905182103.OAA54619@freefall.freebsd.org> From: Peter Wemm Date: Tue, 18 May 1999 14:03:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/eisa eisaconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/18 14:03:33 PDT Modified files: sys/i386/eisa eisaconf.c Log: Don't detect an EISA bus unless we see a "card" there somewhere. An EISA motherboard will have a card for the "motherboard" on slot 0. eisa0: on motherboard mainboard0: at slot 0 on eisa0 This should stop the probe "detecting" an EISA bus everywhere that has a 'controller eisa0' line regardless of whether it's really there. Revision Changes Path 1.44 +10 -2 src/sys/i386/eisa/eisaconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 14:24:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94D9814FB3; Tue, 18 May 1999 14:24:17 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA56519; Tue, 18 May 1999 14:24:17 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905182124.OAA56519@freefall.freebsd.org> From: Doug Rabson Date: Tue, 18 May 1999 14:24:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha clock.c clock_if.m src/sys/alpha/isa mcclock_isa.c src/sys/dev/dec mcclock.c mcclockvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/18 14:24:17 PDT Modified files: sys/alpha/alpha clock.c clock_if.m sys/alpha/isa mcclock_isa.c sys/dev/dec mcclock.c mcclockvar.h Log: Calibrate the processor cycle counter instead of believing what the firmware says. Revision Changes Path 1.9 +63 -4 src/sys/alpha/alpha/clock.c 1.3 +6 -1 src/sys/alpha/alpha/clock_if.m 1.5 +2 -1 src/sys/alpha/isa/mcclock_isa.c 1.3 +27 -1 src/sys/dev/dec/mcclock.c 1.3 +1 -0 src/sys/dev/dec/mcclockvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 14:26:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AACD014FB3; Tue, 18 May 1999 14:26:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA56870; Tue, 18 May 1999 14:26:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905182126.OAA56870@freefall.freebsd.org> From: Doug Rabson Date: Tue, 18 May 1999 14:26:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tlsb mcclock_tlsb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/18 14:26:24 PDT Modified files: sys/alpha/tlsb mcclock_tlsb.c Log: Add support for clock calibration. Revision Changes Path 1.5 +2 -1 src/sys/alpha/tlsb/mcclock_tlsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 14:27:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F089A14BEC; Tue, 18 May 1999 14:27:49 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA57051; Tue, 18 May 1999 14:27:49 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905182127.OAA57051@freefall.freebsd.org> From: Doug Rabson Date: Tue, 18 May 1999 14:27:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha clock.c clock_if.m src/sys/alpha/isa mcclock_isa.c src/sys/alpha/tlsb mcclock_tlsb.c src/sys/dev/dec mcclock.c mcclockvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/18 14:27:49 PDT Modified files: (Branch: RELENG_3) sys/alpha/alpha clock.c clock_if.m sys/alpha/isa mcclock_isa.c sys/alpha/tlsb mcclock_tlsb.c sys/dev/dec mcclock.c mcclockvar.h Log: MFC: Calibrate the PCC. Revision Changes Path 1.5.2.2 +63 -4 src/sys/alpha/alpha/clock.c 1.2.2.1 +6 -1 src/sys/alpha/alpha/clock_if.m 1.3.2.1 +2 -1 src/sys/alpha/isa/mcclock_isa.c 1.3.2.1 +2 -1 src/sys/alpha/tlsb/mcclock_tlsb.c 1.2.2.1 +27 -1 src/sys/dev/dec/mcclock.c 1.2.2.1 +1 -0 src/sys/dev/dec/mcclockvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 15:10: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AB9414C93; Tue, 18 May 1999 15:10:07 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA61055; Tue, 18 May 1999 15:10:07 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905182210.PAA61055@freefall.freebsd.org> From: Robert Nordier Date: Tue, 18 May 1999 15:10:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/btx Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/18 15:10:06 PDT Modified files: sys/boot/i386/btx Makefile Log: Drop some non-existent commented-out targets. Revision Changes Path 1.5 +2 -2 src/sys/boot/i386/btx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 15:31:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 130C314DDA; Tue, 18 May 1999 15:31:54 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA62873; Tue, 18 May 1999 15:31:53 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905182231.PAA62873@freefall.freebsd.org> From: Nick Hibma Date: Tue, 18 May 1999 15:31:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c ohci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/18 15:31:52 PDT Modified files: (Branch: RELENG_3) sys/dev/usb uhci.c ohci.c Log: Unbreak compilation of LINT Revision Changes Path 1.7.2.3 +2 -1 src/sys/dev/usb/uhci.c 1.10.2.2 +4 -3 src/sys/dev/usb/ohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 15:40:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0846D14F5E; Tue, 18 May 1999 15:40:36 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA63973; Tue, 18 May 1999 15:40:36 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905182240.PAA63973@freefall.freebsd.org> From: Stefan Bethke Date: Tue, 18 May 1999 15:40:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/setiathome Makefile ports/astro/setiathome/files setiathome.sh setiathome.1 ports/astro/setiathome/pkg INSTALL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/18 15:40:35 PDT Modified files: astro/setiathome Makefile astro/setiathome/files setiathome.1 astro/setiathome/pkg INSTALL Added files: astro/setiathome/files setiathome.sh Log: - Added support for SMP systems to etc/rc.d/setiathome.sh - Added etc/setiathome.conf with options to set the nice level, the max. number of processes to run, the working directory, and the the user id to run as. - setiathome.1 was missing from Makefile (and +CONTENTS subsequently) - Updated the man page to reflect the changes. Revision Changes Path 1.10 +4 -1 ports/astro/setiathome/Makefile 1.6 +132 -49 ports/astro/setiathome/files/setiathome.1 1.4 +26 -41 ports/astro/setiathome/pkg/INSTALL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 15:48:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4180151CC; Tue, 18 May 1999 15:48:20 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA64537; Tue, 18 May 1999 15:48:20 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905182248.PAA64537@freefall.freebsd.org> From: Nick Hibma Date: Tue, 18 May 1999 15:48:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/18 15:48:20 PDT Modified files: release/texts HARDWARE.TXT Log: Update the list of devices supported (nothing spectacular) Revision Changes Path 1.17 +7 -0 src/release/texts/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 15:51: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 73B08151CC; Tue, 18 May 1999 15:50:48 -0700 (PDT) (envelope-from hibma@skylink.it) Received: from heidi.plazza.it (va-149.skylink.it [194.185.55.149]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id AAA31980; Wed, 19 May 1999 00:51:38 +0200 Received: from localhost (localhost.plazza.it [127.0.0.1]) by heidi.plazza.it (8.8.8/8.8.5) with SMTP id AAA00843; Wed, 19 May 1999 00:50:39 +0200 (CEST) Date: Wed, 19 May 1999 00:50:38 +0200 (CEST) From: Nick Hibma X-Sender: n_hibma@heidi.plazza.it Reply-To: Nick Hibma To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts HARDWARE.TXT In-Reply-To: <199905182248.PAA64537@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk That should read '...the list of USB devices...'. Sorry. Nick > Modified files: > release/texts HARDWARE.TXT > Log: > Update the list of devices supported (nothing spectacular) > > Revision Changes Path > 1.17 +7 -0 src/release/texts/HARDWARE.TXT > > -- e-Mail: hibma@skylink.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 16:20:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 805ED14D89; Tue, 18 May 1999 16:20:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA66920; Tue, 18 May 1999 16:20:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905182320.QAA66920@freefall.freebsd.org> From: Peter Wemm Date: Tue, 18 May 1999 16:20:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci pcibus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/18 16:20:17 PDT Modified files: sys/alpha/pci pcibus.c Log: Nearly forgot, remove pci_cfgopen() - it's unused on the alpha and is no longer exported on the i386. Revision Changes Path 1.13 +1 -7 src/sys/alpha/pci/pcibus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 18:48:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 588EE14E38; Tue, 18 May 1999 18:48:30 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80165; Tue, 18 May 1999 18:48:30 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199905190148.SAA80165@freefall.freebsd.org> From: Julian Elischer Date: Tue, 18 May 1999 18:48:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/05/18 18:48:30 PDT Modified files: (Branch: RELENG_3) sys/kern kern_synch.c Log: MFC: 1.74->1.75 fix the kern.quantum sysctl to match -current This is measured in usecs. default value is 100000 (10 ticks). Submitted by: BDE Revision Changes Path 1.72.2.2 +23 -30 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 19: 5:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 840A215273; Tue, 18 May 1999 19:05:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA81765; Tue, 18 May 1999 19:05:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905190205.TAA81765@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 May 1999 19:05:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/18 19:05:12 PDT Modified files: (Branch: RELENG_3) etc make.conf Log: Add a commented out COMPAT22, since we have the others. Revision Changes Path 1.73.2.3 +2 -1 src/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 19: 5:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF7CC14CE0; Tue, 18 May 1999 19:05:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA81833; Tue, 18 May 1999 19:05:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905190205.TAA81833@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 May 1999 19:05:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/18 19:05:51 PDT Modified files: etc make.conf Log: Add a commented out COMPAT22 and COMPAT3x, since we have the others. Revision Changes Path 1.78 +3 -1 src/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 19:30:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 40135151D6; Tue, 18 May 1999 19:30:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84185; Tue, 18 May 1999 19:30:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905190230.TAA84185@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 May 1999 19:30:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 wd.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/18 19:30:16 PDT Modified files: share/man/man4/man4.i386 wd.4 Log: Show the usage of flags in the synopsis. (I couldn't figure out how to suround `flags _flags_' by []'s :-( ) Revision Changes Path 1.11 +4 -4 src/share/man/man4/man4.i386/wd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 18 23:32: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0848E14E55; Tue, 18 May 1999 23:32:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA03941; Tue, 18 May 1999 23:32:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905190632.XAA03941@freefall.freebsd.org> From: Bruce Evans Date: Tue, 18 May 1999 23:32:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen Makefile.inc src/lib/libc/string Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/18 23:32:03 PDT Modified files: lib/libc/gen Makefile.inc lib/libc/string Makefile.inc Log: Fixed disordering and duplication of MLINKS in previous commit to libc/string/Makefile.inc. psignal.3 doesn't live in libc/string. Revision Changes Path 1.52 +2 -1 src/lib/libc/gen/Makefile.inc 1.17 +1 -2 src/lib/libc/string/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 0: 3: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E999814D91; Wed, 19 May 1999 00:03:02 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA06454; Wed, 19 May 1999 00:03:02 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905190703.AAA06454@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 19 May 1999 00:03:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/pysol Makefile ports/games/pysol/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/19 00:03:02 PDT Modified files: games/pysol Makefile games/pysol/files md5 Log: Upgrade to 2.13. Revision Changes Path 1.13 +3 -3 ports/games/pysol/Makefile 1.12 +1 -1 ports/games/pysol/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 0:22:44 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 1F95D15442; Wed, 19 May 1999 00:22:24 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1) id 10k0gF-00005y-00; Wed, 19 May 1999 09:22:19 +0200 From: Sheldon Hearn To: Luoqi Chen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c In-reply-to: Your message of "Tue, 18 May 1999 06:14:45 MST." <199905181314.GAA43128@freefall.freebsd.org> Date: Wed, 19 May 1999 09:22:19 +0200 Message-ID: <369.927098539@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 18 May 1999 06:14:45 MST, Luoqi Chen wrote: > Modified files: > sys/kern kern_conf.c > Log: > Avoid negative numbers in dev_t manipulation. This should fix recent MFS > related crashes. Hi Luoqi, It certainly does over here. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 1:47:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DC0214E39; Wed, 19 May 1999 01:47:53 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA21216; Wed, 19 May 1999 01:47:53 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905190847.BAA21216@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 19 May 1999 01:47:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/19 01:47:52 PDT Modified files: lang/python Makefile Log: Better support for local $CFLAGS. Revision Changes Path 1.49 +3 -3 ports/lang/python/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 1:57: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59F8614D7C; Wed, 19 May 1999 01:56:58 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA22438; Wed, 19 May 1999 01:56:58 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905190856.BAA22438@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 19 May 1999 01:56:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/19 01:56:58 PDT Modified files: release/sysinstall menus.c Log: Add ftp5.uk.freebsd.org Submitted by: Roger Hardiman Revision Changes Path 1.205 +3 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 1:57:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA509151D1; Wed, 19 May 1999 01:57:23 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA22541; Wed, 19 May 1999 01:57:23 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905190857.BAA22541@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 19 May 1999 01:57:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/19 01:57:23 PDT Modified files: (Branch: RELENG_3) release/sysinstall menus.c Log: MFC: add ftp5.uk.freebsd.org Revision Changes Path 1.180.2.24 +3 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 2:40:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6E1815293; Wed, 19 May 1999 02:40:38 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA27569; Wed, 19 May 1999 02:40:38 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905190940.CAA27569@freefall.freebsd.org> From: Wolfram Schneider Date: Wed, 19 May 1999 02:40:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/19 02:40:35 PDT Modified files: en/handbook/staff chapter.sgml Log: FreeBSD Documentation Project: cleanup the list of responsible persons. Added Nik as Commercial Editor. Revision Changes Path 1.26 +2 -34 doc/en/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 2:41:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5EFB15293; Wed, 19 May 1999 02:41:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA27748; Wed, 19 May 1999 02:41:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905190941.CAA27748@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 19 May 1999 02:41:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sketch Makefile ports/graphics/sketch/files md5 Setup.Modules Setup.Pax ports/graphics/sketch/patches patch-aa ports/graphics/sketch/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/19 02:41:30 PDT Modified files: graphics/sketch Makefile graphics/sketch/files md5 graphics/sketch/pkg PLIST Added files: graphics/sketch/patches patch-aa Removed files: graphics/sketch/files Setup.Modules Setup.Pax Log: Upgrade to 0.6.0. Revision Changes Path 1.4 +7 -16 ports/graphics/sketch/Makefile 1.4 +1 -1 ports/graphics/sketch/files/md5 1.5 +6 -0 ports/graphics/sketch/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 3:49:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CABE15442; Wed, 19 May 1999 03:49:08 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA01401; Wed, 19 May 1999 03:49:09 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905191049.DAA01401@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 19 May 1999 03:49:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/noweb Makefile ports/devel/noweb/files md5 ports/devel/noweb/patches patch-a Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/19 03:49:08 PDT Modified files: devel/noweb Makefile devel/noweb/files md5 devel/noweb/patches patch-a Log: Upgrade to 2.9a. Revision Changes Path 1.13 +3 -3 ports/devel/noweb/Makefile 1.6 +1 -1 ports/devel/noweb/files/md5 1.6 +10 -12 ports/devel/noweb/patches/patch-a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 3:49:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D45F415414; Wed, 19 May 1999 03:49:48 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA01536; Wed, 19 May 1999 03:49:48 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905191049.DAA01536@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 19 May 1999 03:49:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall network.c src/release/sysinstall/help network_device.hlp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/19 03:49:48 PDT Modified files: release/sysinstall network.c release/sysinstall/help network_device.hlp Log: Add CHAP/PAP question to the ppp setup dialog, simplifying things considerably for some. Submitted by: Jack O'Neill Revision Changes Path 1.36 +34 -10 src/release/sysinstall/network.c 1.7 +9 -7 src/release/sysinstall/help/network_device.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 3:50:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A455515418; Wed, 19 May 1999 03:50:17 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA01688; Wed, 19 May 1999 03:50:17 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905191050.DAA01688@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 19 May 1999 03:50:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall network.c src/release/sysinstall/help network_device.hlp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/19 03:50:16 PDT Modified files: (Branch: RELENG_3) release/sysinstall network.c release/sysinstall/help network_device.hlp Log: MFC: PAP/CHAP dialog. Revision Changes Path 1.33.2.3 +34 -10 src/release/sysinstall/network.c 1.4.2.1 +9 -7 src/release/sysinstall/help/network_device.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 5:47:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35CA6154F3; Wed, 19 May 1999 05:47:56 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA18304; Wed, 19 May 1999 05:47:56 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905191247.FAA18304@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 19 May 1999 05:47:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/19 05:47:56 PDT Modified files: FAQ preface.sgml Log: Update last FreeBSD release version to 3.2 PR: docs/11761 Submitted by: kevlo@hello.com.tw Revision Changes Path 1.36 +8 -8 doc/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 5:50:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1F6F15595; Wed, 19 May 1999 05:50:52 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA18667; Wed, 19 May 1999 05:50:52 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905191250.FAA18667@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 19 May 1999 05:50:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ install.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/19 05:50:52 PDT Modified files: FAQ install.sgml Log: PR: docs/11763 Submitted by: kevlo@hello.com.tw Add section explaining error "archsw.readin.failed" Revision Changes Path 1.16 +10 -1 doc/FAQ/install.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 5:53:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A617E14D6D; Wed, 19 May 1999 05:53:16 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA19115; Wed, 19 May 1999 05:53:16 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905191253.FAA19115@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 19 May 1999 05:53:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ commercial.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/19 05:53:16 PDT Modified files: FAQ commercial.sgml Log: PR: docs/11764 Submitted by: kevlo@hello.com.tw Add section with links explaining how to run Oracle for Linux on FreeBSD Revision Changes Path 1.5 +14 -2 doc/FAQ/commercial.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6: 9:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48F2614C0D; Wed, 19 May 1999 06:09:30 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA21567; Wed, 19 May 1999 06:09:30 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905191309.GAA21567@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 19 May 1999 06:09:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en where.sgml doc/en/handbook handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/19 06:09:29 PDT Modified files: en where.sgml en/handbook handbook.sgml Log: 3.1 -> 3.2 Revision Changes Path 1.33 +4 -4 www/en/where.sgml 1.76 +2 -2 doc/en/handbook/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:11:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B813D14DE1; Wed, 19 May 1999 06:11:16 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA21694; Wed, 19 May 1999 06:11:16 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905191311.GAA21694@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 19 May 1999 06:11:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ commercial.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/19 06:11:16 PDT Modified files: FAQ commercial.sgml Log: Update one link in Oracle section. Revision Changes Path 1.6 +2 -2 doc/FAQ/commercial.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:12:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8370614C0D; Wed, 19 May 1999 06:12:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA21923; Wed, 19 May 1999 06:12:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191312.GAA21923@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:12:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:12:20 PDT Modified files: . modules Log: Moved textproc/tuc to converters/tuc Obtained from: "David O'Brien" Revision Changes Path 1.16 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:12:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D57051584E; Wed, 19 May 1999 06:12:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA21948; Wed, 19 May 1999 06:12:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191312.GAA21948@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:12:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/textproc Makefile ports/converters/tuc Makefile ports/textproc/tuc Makefile ports/textproc/tuc/files md5 ports/textproc/tuc/patches patch-aa ports/textproc/tuc/pkg COMMENT DESCR PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:12:30 PDT Modified files: converters Makefile textproc Makefile converters/tuc Makefile converters/i18ntools Makefile graphics/tifmerge Makefile Removed files: textproc/tuc Makefile textproc/tuc/files md5 textproc/tuc/patches patch-aa textproc/tuc/pkg COMMENT DESCR PLIST Log: Moved textproc/tuc to converters/tuc Obtained from: "David O'Brien" Revision Changes Path 1.21 +2 -1 ports/converters/Makefile 1.51 +1 -2 ports/textproc/Makefile 1.2 +2 -2 ports/converters/tuc/Makefile 1.2 +2 -2 ports/converters/i18ntools/Makefile 1.3 +2 -2 ports/graphics/tifmerge/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:14:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62B42153AD; Wed, 19 May 1999 06:14:37 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA22128; Wed, 19 May 1999 06:14:37 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191314.GAA22128@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:14:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:14:36 PDT Modified files: . LEGAL Log: Added tuc Revision Changes Path 1.139 +3 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:20:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14D7F14C0D; Wed, 19 May 1999 06:20:10 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA22863; Wed, 19 May 1999 06:20:10 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191320.GAA22863@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:20:10 PDT Modified files: . modules Log: ja-emacs-manual --> ports/japanese/emacs-manual Revision Changes Path 1.17 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:24: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10EE51549B; Wed, 19 May 1999 06:24:01 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA23148; Wed, 19 May 1999 06:24:00 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191324.GAA23148@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:24:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs-manual - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:24:00 PDT ports/japanese/emacs-manual - Imported sources Update of /home/ncvs/ports/japanese/emacs-manual In directory freefall.freebsd.org:/x/tmp/cvs-serv22899 Log Message: Japanese translation of the GNU Emacs Manual PR: 11638 Submitted by: OKAZAKI Tetsurou Status: Vendor Tag: OKAZAKI Release Tags: v13_1998_11_25 N ports/japanese/emacs-manual/Makefile N ports/japanese/emacs-manual/pkg/COMMENT N ports/japanese/emacs-manual/pkg/DESCR N ports/japanese/emacs-manual/pkg/PLIST N ports/japanese/emacs-manual/files/md5 N ports/japanese/emacs-manual/files/Makefile.in N ports/japanese/emacs-manual/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:28:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5712514D5B; Wed, 19 May 1999 06:28:55 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA23941; Wed, 19 May 1999 06:28:55 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191328.GAA23941@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:28:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:28:54 PDT Modified files: japanese Makefile Log: Add emacs-manual Revision Changes Path 1.202 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:34:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4596B14E2A; Wed, 19 May 1999 06:34:15 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA24809; Wed, 19 May 1999 06:34:14 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191334.GAA24809@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:34:14 PDT Modified files: . modules Log: deft --> ports/biology/deft Revision Changes Path 1.18 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:36: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D739A154D9; Wed, 19 May 1999 06:36:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25041; Wed, 19 May 1999 06:36:03 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191336.GAA25041@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:36:02 PDT Modified files: . modules Log: ortep3 --> ports/biology/ortep3 Revision Changes Path 1.19 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:37:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B956154D9; Wed, 19 May 1999 06:37:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25266; Wed, 19 May 1999 06:37:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191337.GAA25266@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:37:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/deft - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:37:08 PDT ports/biology/deft - Imported sources Update of /home/ncvs/ports/biology/deft In directory freefall.freebsd.org:/x/tmp/cvs-serv24921 Log Message: Density functional molecular orbital calculation. PR: 11647 Submitted by: Ryo MIYAMOTO Status: Vendor Tag: MIYAMOTO Release Tags: v2_2 N ports/biology/deft/Makefile N ports/biology/deft/files/Makefile.deft N ports/biology/deft/files/md5 N ports/biology/deft/files/DeFT N ports/biology/deft/patches/patch-aa N ports/biology/deft/pkg/COMMENT N ports/biology/deft/pkg/DESCR N ports/biology/deft/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:38: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75CDD1556A; Wed, 19 May 1999 06:38:01 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25335; Wed, 19 May 1999 06:38:01 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191338.GAA25335@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:38:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/ortep3 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:38:00 PDT ports/biology/ortep3 - Imported sources Update of /home/ncvs/ports/biology/ortep3 In directory freefall.freebsd.org:/x/tmp/cvs-serv25130 Log Message: The Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structure PR: 11649 Submitted by: Ryo MIYAMOTO Status: Vendor Tag: MIYAMOTO Release Tags: v1_0 N ports/biology/ortep3/Makefile N ports/biology/ortep3/files/md5 N ports/biology/ortep3/files/patch-aa N ports/biology/ortep3/files/patch-ab N ports/biology/ortep3/files/Makefile.ortep3 N ports/biology/ortep3/pkg/COMMENT N ports/biology/ortep3/pkg/DESCR N ports/biology/ortep3/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:38:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42A1F15595; Wed, 19 May 1999 06:38:48 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25427; Wed, 19 May 1999 06:38:48 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191338.GAA25427@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 06:38:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 06:38:47 PDT Modified files: biology Makefile Log: Added deft and ortep3 Revision Changes Path 1.11 +3 -1 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:39: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80E41155BF; Wed, 19 May 1999 06:39:04 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25483; Wed, 19 May 1999 06:39:04 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905191339.GAA25483@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 19 May 1999 06:39:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases Makefile index.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/19 06:39:03 PDT Modified files: es/releases Makefile index.sgml Log: Add 3.2-RELEASE Revision Changes Path 1.3 +2 -2 www/es/releases/Makefile 1.7 +13 -9 www/es/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:40:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10143155F4; Wed, 19 May 1999 06:40:27 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25854; Wed, 19 May 1999 06:40:26 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905191340.GAA25854@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 19 May 1999 06:40:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases/3.2R Makefile announce.sgml errata.sgml notes.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/19 06:40:26 PDT Added files: es/releases/3.2R Makefile announce.sgml errata.sgml notes.sgml Log: Add 3.2-RELEASE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:44:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8670154D9; Wed, 19 May 1999 06:44:10 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44914; Wed, 19 May 1999 06:44:10 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905191344.GAA44914@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 19 May 1999 06:44:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es where.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/19 06:44:10 PDT Modified files: es where.sgml Log: Update to FreeBSD 3.2-RELEASE Revision Changes Path 1.6 +5 -5 www/es/where.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 6:51: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E332157F4; Wed, 19 May 1999 06:51:06 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA18770; Wed, 19 May 1999 06:51:06 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905191351.GAA18770@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 19 May 1999 06:51:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/19 06:51:05 PDT Modified files: es/FAQ preface.sgml Log: Update to FreeBSD 3.2-RELEASE Revision Changes Path 1.10 +9 -9 doc/es/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 7:20:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B0F614E77; Wed, 19 May 1999 07:20:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA89576; Wed, 19 May 1999 07:20:10 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199905191420.HAA89576@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 19 May 1999 07:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/ortep3/pkg DESCR ports/biology/deft/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/05/19 07:20:09 PDT Modified files: biology/ortep3/pkg DESCR biology/deft/pkg DESCR Log: Added WWW: for www-site target in DESCR Revision Changes Path 1.2 +1 -1 ports/biology/ortep3/pkg/DESCR 1.2 +1 -1 ports/biology/deft/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 7:46:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8902155DE; Wed, 19 May 1999 07:46:10 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA91950; Wed, 19 May 1999 07:46:10 -0700 (PDT) (envelope-from stb@FreeBSD.org) Message-Id: <199905191446.HAA91950@freefall.freebsd.org> From: Stefan Bethke Date: Wed, 19 May 1999 07:46:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/setiathome/files setiathome.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1999/05/19 07:46:09 PDT Modified files: astro/setiathome/files setiathome.1 Log: Minor coorections for style and typos. Revision Changes Path 1.7 +11 -10 ports/astro/setiathome/files/setiathome.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 9: 7:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90C2214D2B; Wed, 19 May 1999 09:07:27 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA03424; Wed, 19 May 1999 09:07:27 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905191607.JAA03424@freefall.freebsd.org> From: SADA Kenji Date: Wed, 19 May 1999 09:07:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape4-communicator Makefile ports/www/netscape4-communicator/patches patch-aa ports/www/netscape4-communicator/scripts configure ports/www/netscape4-navigator Makefile ports/www/netscape46-communicator Makefile ports/www/netscape46-communicator/files md5 mailcap ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/19 09:07:27 PDT Modified files: www/netscape4-communicator Makefile www/netscape4-navigator Makefile www/netscape46-communicator Makefile www/netscape46-communicator/files md5 www/netscape46-communicator/pkg COMMENT DESCR PLIST www/netscape46-navigator Makefile www/netscape46-navigator/files md5 www/netscape46-navigator/pkg COMMENT DESCR PLIST Removed files: www/netscape4-communicator/patches patch-aa www/netscape4-communicator/scripts configure www/netscape46-communicator/files mailcap netscape.sh www/netscape46-communicator/patches patch-aa www/netscape46-navigator/files mailcap netscape.sh www/netscape46-navigator/patches patch-aa www/netscape46-navigator/scripts configure Log: Upgrade to v4.6. v4.08 ports are changed because v.4.6 ports' Makefile includes v4.08s'. Revision Changes Path 1.34 +20 -12 ports/www/netscape4-communicator/Makefile 1.39 +1 -4 ports/www/netscape4-navigator/Makefile 1.41 +14 -56 ports/www/netscape46-communicator/Makefile 1.26 +1 -3 ports/www/netscape46-communicator/files/md5 1.7 +1 -1 ports/www/netscape46-communicator/pkg/COMMENT 1.19 +2 -17 ports/www/netscape46-communicator/pkg/DESCR 1.21 +193 -193 ports/www/netscape46-communicator/pkg/PLIST 1.36 +11 -50 ports/www/netscape46-navigator/Makefile 1.24 +1 -2 ports/www/netscape46-navigator/files/md5 1.6 +1 -1 ports/www/netscape46-navigator/pkg/COMMENT 1.18 +2 -5 ports/www/netscape46-navigator/pkg/DESCR 1.23 +149 -149 ports/www/netscape46-navigator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 11:22:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 221D015673; Wed, 19 May 1999 11:22:25 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA20013; Wed, 19 May 1999 11:22:24 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905191822.LAA20013@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 19 May 1999 11:22:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/19 11:22:24 PDT Modified files: . modules Log: Add netscape46-{navigator,communicator}. It had to be done eventually, and I wanted to check them out by name. Revision Changes Path 1.20 +3 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 11:28:33 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 6A61614DF2; Wed, 19 May 1999 11:27:06 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA08302; Wed, 19 May 1999 14:29:28 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 19 May 1999 14:29:28 -0400 (EDT) From: Bill Fumerola Reply-To: Bill Fumerola To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules In-Reply-To: <199905191822.LAA20013@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 19 May 1999, Bill Fumerola wrote: > Add netscape46-{navigator,communicator}. It had to be done eventually, > and I wanted to check them out by name. Scratch that, it was actually forgotten. I was going to mark them BROKEN until sada updated them, but he seems to have done that. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 12:14: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 6FAC3155E2 for ; Wed, 19 May 1999 12:14:00 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) with ESMTP id NAA05163; Wed, 19 May 1999 13:13:45 -0600 (MDT) (envelope-from handy@lambic.physics.montana.edu) Date: Wed, 19 May 1999 13:13:45 -0600 (MDT) From: Brian Handy To: Bill Fumerola Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT modules In-Reply-To: Message-ID: X-files: The truth is out there MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >On Wed, 19 May 1999, Bill Fumerola wrote: > >> Add netscape46-{navigator,communicator}. It had to be done eventually, >> and I wanted to check them out by name. Fortify has been upgraded to cope with Netscape 4.6, might be good to patch the port to work accordingly for those interested. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 12:39:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 661FC14D38; Wed, 19 May 1999 12:39:14 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29054; Wed, 19 May 1999 12:39:14 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905191939.MAA29054@freefall.freebsd.org> From: Kenneth Merry Date: Wed, 19 May 1999 12:39:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/19 12:39:13 PDT Modified files: sbin/camcontrol camcontrol.8 Log: Fix a typo, and get rid of the bugs section that talks about adding different ways to specify devices. That code has been added. Revision Changes Path 1.13 +2 -5 src/sbin/camcontrol/camcontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 12:40:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81C8614CD5; Wed, 19 May 1999 12:40:24 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29287; Wed, 19 May 1999 12:40:24 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905191940.MAA29287@freefall.freebsd.org> From: Kenneth Merry Date: Wed, 19 May 1999 12:40:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/19 12:40:24 PDT Modified files: (Branch: RELENG_3) sbin/camcontrol camcontrol.8 Log: MFC: Fix a typo, and get rid of the bugs section that talks about adding different ways to specify devices. That code has been added. Revision Changes Path 1.9.2.4 +2 -5 src/sbin/camcontrol/camcontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 12:47:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDF2614D1C; Wed, 19 May 1999 12:47:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30318; Wed, 19 May 1999 12:47:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905191947.MAA30318@freefall.freebsd.org> From: Michael Haro Date: Wed, 19 May 1999 12:47:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pavuk Makefile ports/net/pavuk/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/19 12:47:50 PDT Modified files: net/pavuk Makefile net/pavuk/files md5 Log: update to p113 PR: 11749 Submitted by: Chris Piazza cpiazza@home.net Revision Changes Path 1.7 +4 -4 ports/net/pavuk/Makefile 1.6 +1 -1 ports/net/pavuk/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 14:23:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75A3A14CC3; Wed, 19 May 1999 14:23:47 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39041; Wed, 19 May 1999 14:23:47 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905192123.OAA39041@freefall.freebsd.org> From: SADA Kenji Date: Wed, 19 May 1999 14:23:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape4-communicator Makefile ports/www/netscape4-communicator/files md5 ports/www/netscape46-communicator Makefile ports/www/netscape46-communicator/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/19 14:23:47 PDT Modified files: www/netscape4-communicator Makefile www/netscape4-communicator/files md5 www/netscape46-communicator Makefile www/netscape46-communicator/files md5 Log: Cope with Fortify 1.4.2. Requested by: billf Revision Changes Path 1.35 +4 -3 ports/www/netscape4-communicator/Makefile 1.22 +1 -1 ports/www/netscape4-communicator/files/md5 1.42 +1 -2 ports/www/netscape46-communicator/Makefile 1.27 +1 -0 ports/www/netscape46-communicator/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 14:33:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08B7214CC3; Wed, 19 May 1999 14:33:56 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39770; Wed, 19 May 1999 14:33:56 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905192133.OAA39770@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 19 May 1999 14:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/analog Makefile ports/www/analog/files md5 ports/www/analog/patches patch-aa ports/www/analog/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/19 14:33:56 PDT Modified files: www/analog Makefile www/analog/files md5 www/analog/patches patch-aa www/analog/pkg PLIST Log: upgrade to 3.3 Revision Changes Path 1.16 +7 -13 ports/www/analog/Makefile 1.9 +1 -1 ports/www/analog/files/md5 1.8 +19 -13 ports/www/analog/patches/patch-aa 1.10 +42 -28 ports/www/analog/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 14:45:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44B7314CA7; Wed, 19 May 1999 14:45:54 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40827; Wed, 19 May 1999 14:45:54 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199905192145.OAA40827@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 19 May 1999 14:45:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pdflib Makefile ports/print/pdflib/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/05/19 14:45:54 PDT Modified files: print/pdflib Makefile Added files: print/pdflib/patches patch-ac Log: - PDF_close() shouldn't fclose() the file because PDF_open() expects an open file descriptor (see http://www.php.net/manual/function.pdf-close.php3 for details) - honor ${CC} PR: ports/11501 Submitted by: Palle Girgensohn Revision Changes Path 1.2 +2 -1 ports/print/pdflib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 15: 4:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D0A515363; Wed, 19 May 1999 15:04:26 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42449; Wed, 19 May 1999 15:04:25 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905192204.PAA42449@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 19 May 1999 15:04:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/19 15:04:25 PDT Modified files: sys/pci brooktree848.c Log: Updated Australian channel frequencies Submitted by: Ivan Brawley Revision Changes Path 1.78 +12 -7 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 15: 8: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0B0914CA7; Wed, 19 May 1999 15:08:03 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42884; Wed, 19 May 1999 15:08:03 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905192208.PAA42884@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 May 1999 15:08:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 wd.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/19 15:08:03 PDT Modified files: share/man/man4/man4.i386 wd.4 Log: * Remove "'s in the synopsis as config(8) does not require them any more. * Optional bits now shown as such. Submitted by: Philippe Charnier & bde Revision Changes Path 1.12 +4 -4 src/share/man/man4/man4.i386/wd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 16: 0:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70A4614DBE; Wed, 19 May 1999 16:00:21 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45814; Wed, 19 May 1999 16:00:21 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199905192300.QAA45814@freefall.freebsd.org> From: Pierre Beyssac Date: Wed, 19 May 1999 16:00:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/05/19 16:00:20 PDT Modified files: (Branch: RELENG_3) sys/net if_var.h Log: MFC: change reference count in struct ifaddr to a u_int, to be able to handle more than 2^16 routes to the same interface. Fix suggested by Andrew Bangs in PR kern/10570. Tested by Don Lewis under -stable. PR: kern/10570 Revision Changes Path 1.10.2.1 +2 -2 src/sys/net/if_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 17: 1: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D304F14EFC; Wed, 19 May 1999 17:01:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA49830; Wed, 19 May 1999 17:01:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905200001.RAA49830@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 May 1999 17:00:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_module.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/19 17:00:59 PDT Modified files: sys/kern kern_module.c Log: Oops, set module->file.. PR: 1179 Submitted-by: lha@stacken.kth.se Revision Changes Path 1.18 +2 -1 src/sys/kern/kern_module.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 18:30:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CEC214D3F; Wed, 19 May 1999 18:30:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA56901; Wed, 19 May 1999 18:30:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905200130.SAA56901@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 19 May 1999 18:30:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/19 18:30:54 PDT Modified files: www Makefile Log: Add netscape46-{commnicator,navigator}. It's been 9 hours since the upgrade commit so I assume Sada-san's just forgotten about it. Revision Changes Path 1.128 +3 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 20:36:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADACD14C88; Wed, 19 May 1999 20:36:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68714; Wed, 19 May 1999 20:36:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905200336.UAA68714@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 May 1999 20:36:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc/config/i386 t-freebsd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/19 20:36:30 PDT Removed files: contrib/egcs/gcc/config/i386 t-freebsd Log: This got added back when I added other configs for reference. Delete it so people do not think this is the one we are using. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 20:37: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD2F9158B2; Wed, 19 May 1999 20:36:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68763; Wed, 19 May 1999 20:36:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905200336.UAA68763@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 May 1999 20:36:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc/config/i386 freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/19 20:36:57 PDT Modified files: contrib/egcs/gcc/config/i386 freebsd.h Log: "COMMENT_BEGIN" is no longer used. Revision Changes Path 1.16 +0 -3 src/contrib/egcs/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 20:52: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 185AB14C83; Wed, 19 May 1999 20:52:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA70336; Wed, 19 May 1999 20:52:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905200352.UAA70336@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 19 May 1999 20:52:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc/config/i386 freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/19 20:52:05 PDT Modified files: contrib/egcs/gcc/config/i386 freebsd.h Log: Be consistant on protecting "#define FOO"s with "#undef FOO". Revision Changes Path 1.17 +9 -0 src/contrib/egcs/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 19 21:51:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84D9D14C88; Wed, 19 May 1999 21:51:24 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA75076; Wed, 19 May 1999 21:51:24 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905200451.VAA75076@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 19 May 1999 21:51:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpon dumpon.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/19 21:51:24 PDT Modified files: (Branch: RELENG_3) sbin/dumpon dumpon.8 Log: MFC: {rev 1.10} correct swap device names. Revision Changes Path 1.9.2.1 +3 -3 src/sbin/dumpon/dumpon.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 1: 0:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF94814EBD; Thu, 20 May 1999 01:00:10 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA98500; Thu, 20 May 1999 01:00:09 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905200800.BAA98500@freefall.freebsd.org> From: KATO Takenori Date: Thu, 20 May 1999 01:00:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/btx Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/20 01:00:09 PDT Modified files: sys/boot/pc98/btx Makefile Log: Sync with sys/boot/i386/btx/Makefile revision 1.5. Revision Changes Path 1.2 +2 -2 src/sys/boot/pc98/btx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 1:30:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C89C314EBD; Thu, 20 May 1999 01:30:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA02498; Thu, 20 May 1999 01:30:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905200830.BAA02498@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 May 1999 01:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc/config/alpha freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/20 01:30:51 PDT Modified files: contrib/egcs/gcc/config/alpha freebsd.h Log: Consistantly protect "#define FOO ..." with "#undef FOO". Revision Changes Path 1.6 +37 -1 src/contrib/egcs/gcc/config/alpha/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 1:32:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD7414EBD; Thu, 20 May 1999 01:32:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA02869; Thu, 20 May 1999 01:32:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905200832.BAA02869@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 May 1999 01:32:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lsof Makefile ports/sysutils/lsof/files md5 ports/sysutils/lsof/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/20 01:32:52 PDT Modified files: sysutils/lsof Makefile sysutils/lsof/files md5 Removed files: sysutils/lsof/patches patch-ab Log: Upgrade to 4.43. Revision Changes Path 1.42 +3 -3 ports/sysutils/lsof/Makefile 1.36 +1 -1 ports/sysutils/lsof/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:12:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21E3614CE5; Thu, 20 May 1999 02:12:09 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07111; Thu, 20 May 1999 02:12:08 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <199905200912.CAA07111@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 20 May 1999 02:12:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.h atapi-all.c atapi-all.h atapi-fd.c atapi-fd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/05/20 02:12:08 PDT Modified files: sys/dev/ata ata-all.c ata-disk.h atapi-all.c atapi-all.h atapi-fd.c atapi-fd.h Log: Eigth update to the new ATA/ATAPI driver: Fixed problems: LS120/ZIP drives still currupted data. Reworked once again, buffered I/O is just ignoring any sizehints it is given :( Now the atapifd driver splits up requests for devices that has limitted transfer size. ISA only configs fails on boot with interrupt timeouts. The new-bus integration introduced a bug where the softc ptr was lost during the probe. Some minor cleanups and rearrangements as well. As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code. Especially the DMA support can hose your disk real bad if anything goes wrong, again you have been warned :) Notebook owners should be carefull that their machines dont suspend as this might cause trouble... But please tell me how it works for you! Enjoy! Revision Changes Path 1.14 +8 -7 src/sys/dev/ata/ata-all.c 1.6 +2 -2 src/sys/dev/ata/ata-disk.h 1.9 +13 -2 src/sys/dev/ata/atapi-all.c 1.6 +4 -4 src/sys/dev/ata/atapi-all.h 1.8 +65 -19 src/sys/dev/ata/atapi-fd.c 1.2 +7 -7 src/sys/dev/ata/atapi-fd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:14:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDA29158CB; Thu, 20 May 1999 02:14:19 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07527; Thu, 20 May 1999 02:14:19 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905200914.CAA07527@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 20 May 1999 02:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/pinfo - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/20 02:14:19 PDT ports/misc/pinfo - Imported sources Update of /home/ncvs/ports/misc/pinfo In directory freefall.freebsd.org:/x/tmp/cvs-serv7285 Log Message: New port pinfo. pinfo is a (n)curses based info viewer. Status: Vendor Tag: TG Release Tags: pinfo_0_5_3 N ports/misc/pinfo/Makefile N ports/misc/pinfo/files/md5 N ports/misc/pinfo/pkg/COMMENT N ports/misc/pinfo/pkg/DESCR N ports/misc/pinfo/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:15:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C0221567B; Thu, 20 May 1999 02:14:54 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07642; Thu, 20 May 1999 02:14:54 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905200914.CAA07642@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 20 May 1999 02:14:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/20 02:14:54 PDT Modified files: . modules Log: pinfo -> ports/misc/pinfo Revision Changes Path 1.21 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:16:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8797C14DA1; Thu, 20 May 1999 02:16:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07933; Thu, 20 May 1999 02:16:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905200916.CAA07933@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 20 May 1999 02:16:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/20 02:16:18 PDT Modified files: misc Makefile Log: Activate pinfo. Revision Changes Path 1.209 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:35:41 1999 Delivered-To: cvs-all@freebsd.org Received: from hydrogen.fircrest.net (metriclient-2.uoregon.edu [128.223.172.2]) by hub.freebsd.org (Postfix) with ESMTP id 34E9514D48; Thu, 20 May 1999 02:35:03 -0700 (PDT) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by hydrogen.fircrest.net (8.9.1/8.8.7) id CAA08826; Thu, 20 May 1999 02:34:59 -0700 (PDT) Message-ID: <19990520023459.50794@hydrogen.nike.efn.org> Date: Thu, 20 May 1999 02:34:59 -0700 From: John-Mark Gurney To: Thomas Gellekum Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/pinfo - Imported sources References: <199905200914.CAA07527@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199905200914.CAA07527@freefall.freebsd.org>; from Thomas Gellekum on Thu, May 20, 1999 at 02:14:19AM -0700 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 3.0-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Thomas Gellekum scribbled this message on May 20: > New port pinfo. pinfo is a (n)curses based info viewer. is this info viewer actually usable? -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The soul contains in itself the event that shall presently befall it. The event is only the actualizing of its thought." -- Ralph Waldo Emerson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:48:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF28314D96; Thu, 20 May 1999 02:48:17 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA11353; Thu, 20 May 1999 02:48:16 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905200948.CAA11353@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 20 May 1999 02:48:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbdc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/20 02:48:16 PDT Modified files: sys/dev/kbd atkbdc.c Log: Include sys/isa/isareg.h rather than i386/isa/isa.h for i386. Revision Changes Path 1.3 +1 -5 src/sys/dev/kbd/atkbdc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:49:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B46314D96; Thu, 20 May 1999 02:49:37 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA11490; Thu, 20 May 1999 02:49:37 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905200949.CAA11490@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 20 May 1999 02:49:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/20 02:49:36 PDT Modified files: sys/dev/kbd atkbd.c Log: - Include isa/isareg.h rather than i386/isa/isa.h for i386. - Remove unused (thus, commented out) section of code. Revision Changes Path 1.10 +3 -43 src/sys/dev/kbd/atkbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:56:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9187614D96; Thu, 20 May 1999 02:56:22 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA12612; Thu, 20 May 1999 02:56:22 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905200956.CAA12612@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 20 May 1999 02:56:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 aic.4 ar.4 asc.4 atkbd.4 atkbdc.4 cs.4 cy.4 dgb.4 ed.4 el.4 ep.4 ex.4 fe.4 ie.4 labpc.4 le.4 lnc.4 mcd.4 mse.4 npx.4 pcm.4 pcvt.4 psm.4 rdp.4 scd.4 si.4 sio.4 sr.4 syscons.4 ukbd.4 wi.4 wl.4 wt.4 ze.4 zp.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/20 02:56:21 PDT Modified files: share/man/man4/man4.i386 aic.4 ar.4 asc.4 atkbd.4 atkbdc.4 cs.4 cy.4 dgb.4 ed.4 el.4 ep.4 ex.4 fe.4 ie.4 labpc.4 le.4 lnc.4 mcd.4 mse.4 npx.4 pcm.4 pcvt.4 psm.4 rdp.4 scd.4 si.4 sio.4 sr.4 syscons.4 ukbd.4 wi.4 wl.4 wt.4 ze.4 zp.4 Log: Remove bio/cam/net/tty labels. OKed by: peter Revision Changes Path 1.5 +2 -2 src/share/man/man4/man4.i386/aic.4 1.10 +3 -3 src/share/man/man4/man4.i386/ar.4 1.9 +2 -2 src/share/man/man4/man4.i386/asc.4 1.4 +2 -2 src/share/man/man4/man4.i386/atkbd.4 1.3 +2 -2 src/share/man/man4/man4.i386/atkbdc.4 1.3 +3 -3 src/share/man/man4/man4.i386/cs.4 1.10 +3 -3 src/share/man/man4/man4.i386/cy.4 1.8 +2 -2 src/share/man/man4/man4.i386/dgb.4 1.15 +3 -3 src/share/man/man4/man4.i386/ed.4 1.8 +2 -2 src/share/man/man4/man4.i386/el.4 1.10 +2 -2 src/share/man/man4/man4.i386/ep.4 1.7 +2 -2 src/share/man/man4/man4.i386/ex.4 1.12 +2 -2 src/share/man/man4/man4.i386/fe.4 1.8 +2 -2 src/share/man/man4/man4.i386/ie.4 1.7 +2 -2 src/share/man/man4/man4.i386/labpc.4 1.6 +2 -2 src/share/man/man4/man4.i386/le.4 1.7 +2 -2 src/share/man/man4/man4.i386/lnc.4 1.8 +2 -2 src/share/man/man4/man4.i386/mcd.4 1.6 +4 -4 src/share/man/man4/man4.i386/mse.4 1.6 +2 -2 src/share/man/man4/man4.i386/npx.4 1.4 +2 -2 src/share/man/man4/man4.i386/pcm.4 1.16 +2 -2 src/share/man/man4/man4.i386/pcvt.4 1.16 +4 -4 src/share/man/man4/man4.i386/psm.4 1.3 +3 -3 src/share/man/man4/man4.i386/rdp.4 1.8 +2 -2 src/share/man/man4/man4.i386/scd.4 1.14 +2 -2 src/share/man/man4/man4.i386/si.4 1.29 +11 -11 src/share/man/man4/man4.i386/sio.4 1.11 +3 -3 src/share/man/man4/man4.i386/sr.4 1.2 +6 -6 src/share/man/man4/man4.i386/syscons.4 1.4 +2 -2 src/share/man/man4/man4.i386/ukbd.4 1.2 +2 -2 src/share/man/man4/man4.i386/wi.4 1.7 +2 -2 src/share/man/man4/man4.i386/wl.4 1.5 +2 -2 src/share/man/man4/man4.i386/wt.4 1.7 +2 -2 src/share/man/man4/man4.i386/ze.4 1.6 +2 -2 src/share/man/man4/man4.i386/zp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:58:16 1999 Delivered-To: cvs-all@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id 728B714D96; Thu, 20 May 1999 02:58:08 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.2) id LAA71427; Thu, 20 May 1999 11:57:51 +0200 (CEST) (envelope-from tg) To: John-Mark Gurney Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/pinfo - Imported sources References: <199905200914.CAA07527@freefall.freebsd.org> <19990520023459.50794@hydrogen.nike.efn.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 20 May 1999 11:57:50 +0200 In-Reply-To: John-Mark Gurney's message of "Thu, 20 May 1999 02:34:59 -0700" Message-ID: Lines: 12 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John-Mark Gurney writes: > Thomas Gellekum scribbled this message on May 20: > > New port pinfo. pinfo is a (n)curses based info viewer. > > is this info viewer actually usable? It looks for directories in $INFOPATH, but doesn't seem to display the entries correctly (it stops after "AMD Documentation" from /usr/share/info/dir). Giving an argument works fine. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 2:59:25 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id DD0EF14D96; Thu, 20 May 1999 02:59:10 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1) id 10kPbZ-0001uY-00; Thu, 20 May 1999 11:59:09 +0200 From: Sheldon Hearn To: Thomas Gellekum Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/pinfo - Imported sources In-reply-to: Your message of "Thu, 20 May 1999 02:14:19 MST." <199905200914.CAA07527@freefall.freebsd.org> Date: Thu, 20 May 1999 11:59:09 +0200 Message-ID: <7349.927194349@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 20 May 1999 02:14:19 MST, Thomas Gellekum wrote: > Log Message: > New port pinfo. pinfo is a (n)curses based info viewer. What? No colour?! ;-) Neat. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 3:10:51 1999 Delivered-To: cvs-all@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id A332214F2B; Thu, 20 May 1999 03:10:34 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.2) id MAA71444; Thu, 20 May 1999 12:10:15 +0200 (CEST) (envelope-from tg) To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/pinfo - Imported sources References: <7349.927194349@axl.noc.iafrica.com> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 20 May 1999 12:10:14 +0200 In-Reply-To: Sheldon Hearn's message of "Thu, 20 May 1999 11:59:09 +0200" Message-ID: Lines: 12 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Sheldon Hearn writes: > On Thu, 20 May 1999 02:14:19 MST, Thomas Gellekum wrote: > > > Log Message: > > New port pinfo. pinfo is a (n)curses based info viewer. > > What? No colour?! The author will probably accept patches. :-) tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 3:15: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88CAF14F31; Thu, 20 May 1999 03:15:01 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA16137; Thu, 20 May 1999 03:15:01 -0700 (PDT) (envelope-from hm@FreeBSD.org) Message-Id: <199905201015.DAA16137@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 20 May 1999 03:15:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.i386 MAKEDEV src/etc/isdn isdnd.rates.UK.BT Makefile answer isdnd.rates.D isdnd.rates.F isdntel.sh record tell tell-record src/share/examples/isdn FAQ Overview README Resources isdnd_acct src/share/isdn 0.al.uu ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hm 1999/05/20 03:14:59 PDT Modified files: etc/etc.i386 MAKEDEV etc/isdn Makefile answer isdnd.rates.D isdnd.rates.F isdntel.sh record tell tell-record share/examples/isdn FAQ Overview README Resources isdnd_acct share/isdn Makefile sys/i386/conf LINT options.i386 sys/i386/include i4b_cause.h i4b_debug.h i4b_ioctl.h i4b_tel_ioctl.h i4b_trace.h sys/i4b/driver i4b_ctl.c i4b_ipr.c i4b_isppp.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/include i4b_global.h i4b_isdnq931.h i4b_l1l2.h i4b_l2l3.h i4b_l3l4.h i4b_mbuf.h sys/i4b/layer1 i4b_avm_a1.c i4b_avm_fritz_pci.c i4b_avm_fritz_pcmcia.c i4b_bchan.c i4b_ctx_s0P.c i4b_drn_ngo.c i4b_dynalink.c i4b_elsa_isdnmc.c i4b_elsa_mcall.c i4b_elsa_qs1i.c i4b_elsa_qs1p.c i4b_hscx.c i4b_hscx.h i4b_ipac.h i4b_isac.c i4b_isac.h i4b_isic.c i4b_isic_isa.c i4b_isic_pci.c i4b_isic_pcmcia.c i4b_isic_pnp.c i4b_itk_ix1.c i4b_l1.c i4b_l1.h i4b_l1fsm.c i4b_sws.c i4b_tel_s016.c i4b_tel_s0163.c i4b_tel_s08.c i4b_tel_s0P.c i4b_usr_sti.c isa_isic.c isapnp_isic.c isic_supio.c pci_isic.c pcmcia_isic.c pcmcia_isic.h sys/i4b/layer2 i4b_iframe.c i4b_l2.c i4b_l2.h i4b_l2fsm.c i4b_l2fsm.h i4b_l2timer.c i4b_lme.c i4b_mbuf.c i4b_sframe.c i4b_tei.c i4b_uframe.c i4b_util.c sys/i4b/layer3 i4b_l2if.c i4b_l3.h i4b_l3fsm.c i4b_l3fsm.h i4b_l3timer.c i4b_l4if.c i4b_q931.c i4b_q931.h i4b_q932fac.c i4b_q932fac.h sys/i4b/layer4 i4b_i4bdrv.c i4b_l4.c i4b_l4.h i4b_l4mgmt.c i4b_l4timer.c usr.sbin/i4b Makefile usr.sbin/i4b/dtmfdecode Makefile dtmfdecode.1 dtmfdecode.c usr.sbin/i4b/isdnd alias.c config.h controller.c curses.c dial.c exec.c fsm.c isdnd.8 isdnd.acct.5 isdnd.h isdnd.rates.5 isdnd.rc.5 log.c main.c monitor.c msghdl.c pathnames.h pcause.c process.c rates.c rc_config.c rc_parse.y rc_scan.l support.c timer.c usr.sbin/i4b/isdndebug isdndebug.8 main.c usr.sbin/i4b/isdndecode decode.h facility.c facility.h isdndecode.8 layer1.c layer2.c layer3.c layer3_subr.c main.c pcause.c pcause.h usr.sbin/i4b/isdnmonitor isdnmonitor.8 main.c monitor.h usr.sbin/i4b/isdntel alias.c alias.h defs.h display.c files.c isdntel.8 main.c usr.sbin/i4b/isdntelctl isdntelctl.8 main.c usr.sbin/i4b/isdntest isdntest.8 main.c usr.sbin/i4b/isdntrace 1tr6.c cable.txt isdntrace.8 pcause_1tr6.c pcause_1tr6.h pcause_q850.c pcause_q850.h q921.c q931.c q931_util.c q932_fac.c q932_fac.h trace.c trace.h usr.sbin/i4b/man daic.4 i4b.4 i4bctl.4 i4bipr.4 i4bisppp.4 i4bq921.4 i4bq931.4 i4brbch.4 i4btel.4 i4btrc.4 isic.4 Added files: etc/isdn isdnd.rates.UK.BT share/isdn 0.al.uu 1.al.uu 2.al.uu 3.al.uu 4.al.uu 5.al.uu 6.al.uu 7.al.uu 8.al.uu 9.al.uu beep.al.uu msg.al.uu sys/i4b/layer1 i4b_bsdi_ibc.c pci_isic.h usr.sbin/i4b/g711conv Makefile g711conv.1 g711conv.c Removed files: share/isdn 0.g711a.uu 1.g711a.uu 2.g711a.uu 3.g711a.uu 4.g711a.uu 5.g711a.uu 6.g711a.uu 7.g711a.uu 8.g711a.uu 9.g711a.uu beep.g711a.uu msg.g711a.uu usr.sbin/i4b/alawulaw Makefile alaw2ulaw.1 alaw2ulaw.c ulaw2alaw.1 usr.sbin/i4b/dtmfdecode README Log: upgrade isdn4bsd from version 0.71 to the just released version 0.81 Revision Changes Path 1.197 +12 -2 src/etc/etc.i386/MAKEDEV 1.3 +5 -4 src/etc/isdn/Makefile 1.2 +14 -9 src/etc/isdn/answer 1.2 +18 -31 src/etc/isdn/isdnd.rates.D 1.2 +0 -0 src/etc/isdn/isdnd.rates.F 1.2 +9 -9 src/etc/isdn/isdntel.sh 1.2 +14 -9 src/etc/isdn/record 1.2 +13 -8 src/etc/isdn/tell 1.2 +13 -8 src/etc/isdn/tell-record 1.3 +90 -2 src/share/examples/isdn/FAQ 1.2 +0 -0 src/share/examples/isdn/Overview 1.4 +173 -158 src/share/examples/isdn/README 1.3 +85 -32 src/share/examples/isdn/Resources 1.2 +5 -3 src/share/examples/isdn/isdnd_acct 1.2 +2 -3 src/share/isdn/Makefile 1.600 +12 -2 src/sys/i386/conf/LINT 1.114 +2 -1 src/sys/i386/conf/options.i386 1.3 +0 -0 src/sys/i386/include/i4b_cause.h 1.3 +9 -4 src/sys/i386/include/i4b_debug.h 1.3 +27 -13 src/sys/i386/include/i4b_ioctl.h 1.3 +26 -6 src/sys/i386/include/i4b_tel_ioctl.h 1.3 +0 -0 src/sys/i386/include/i4b_trace.h 1.4 +8 -5 src/sys/i4b/driver/i4b_ctl.c 1.4 +39 -11 src/sys/i4b/driver/i4b_ipr.c 1.3 +35 -13 src/sys/i4b/driver/i4b_isppp.c 1.3 +48 -29 src/sys/i4b/driver/i4b_rbch.c 1.3 +641 -262 src/sys/i4b/driver/i4b_tel.c 1.3 +5 -5 src/sys/i4b/driver/i4b_trace.c 1.3 +40 -6 src/sys/i4b/include/i4b_global.h 1.3 +0 -0 src/sys/i4b/include/i4b_isdnq931.h 1.3 +0 -0 src/sys/i4b/include/i4b_l1l2.h 1.3 +0 -0 src/sys/i4b/include/i4b_l2l3.h 1.3 +3 -3 src/sys/i4b/include/i4b_l3l4.h 1.3 +0 -0 src/sys/i4b/include/i4b_mbuf.h 1.3 +0 -0 src/sys/i4b/layer1/i4b_avm_a1.c 1.2 +486 -44 src/sys/i4b/layer1/i4b_avm_fritz_pci.c 1.4 +5 -4 src/sys/i4b/layer1/i4b_avm_fritz_pcmcia.c 1.3 +1 -1 src/sys/i4b/layer1/i4b_bchan.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_ctx_s0P.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_drn_ngo.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_dynalink.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_elsa_isdnmc.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_elsa_mcall.c 1.4 +7 -3 src/sys/i4b/layer1/i4b_elsa_qs1i.c 1.3 +7 -6 src/sys/i4b/layer1/i4b_elsa_qs1p.c 1.3 +16 -7 src/sys/i4b/layer1/i4b_hscx.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_hscx.h 1.3 +0 -0 src/sys/i4b/layer1/i4b_ipac.h 1.3 +0 -0 src/sys/i4b/layer1/i4b_isac.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_isac.h 1.3 +3 -3 src/sys/i4b/layer1/i4b_isic.c 1.4 +27 -5 src/sys/i4b/layer1/i4b_isic_isa.c 1.6 +13 -5 src/sys/i4b/layer1/i4b_isic_pci.c 1.7 +15 -9 src/sys/i4b/layer1/i4b_isic_pcmcia.c 1.4 +11 -2 src/sys/i4b/layer1/i4b_isic_pnp.c 1.4 +0 -0 src/sys/i4b/layer1/i4b_itk_ix1.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_l1.c 1.4 +5 -3 src/sys/i4b/layer1/i4b_l1.h 1.3 +0 -0 src/sys/i4b/layer1/i4b_l1fsm.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_sws.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_tel_s016.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_tel_s0163.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_tel_s08.c 1.4 +1 -1 src/sys/i4b/layer1/i4b_tel_s0P.c 1.3 +0 -0 src/sys/i4b/layer1/i4b_usr_sti.c 1.3 +0 -0 src/sys/i4b/layer1/isa_isic.c 1.3 +10 -2 src/sys/i4b/layer1/isapnp_isic.c 1.3 +21 -9 src/sys/i4b/layer1/isic_supio.c 1.3 +66 -54 src/sys/i4b/layer1/pci_isic.c 1.3 +3 -3 src/sys/i4b/layer1/pcmcia_isic.c 1.3 +0 -0 src/sys/i4b/layer1/pcmcia_isic.h 1.3 +40 -24 src/sys/i4b/layer2/i4b_iframe.c 1.3 +18 -9 src/sys/i4b/layer2/i4b_l2.c 1.3 +11 -2 src/sys/i4b/layer2/i4b_l2.h 1.3 +6 -3 src/sys/i4b/layer2/i4b_l2fsm.c 1.3 +0 -0 src/sys/i4b/layer2/i4b_l2fsm.h 1.3 +39 -6 src/sys/i4b/layer2/i4b_l2timer.c 1.3 +0 -0 src/sys/i4b/layer2/i4b_lme.c 1.3 +0 -0 src/sys/i4b/layer2/i4b_mbuf.c 1.3 +0 -0 src/sys/i4b/layer2/i4b_sframe.c 1.3 +0 -0 src/sys/i4b/layer2/i4b_tei.c 1.3 +0 -0 src/sys/i4b/layer2/i4b_uframe.c 1.3 +26 -13 src/sys/i4b/layer2/i4b_util.c 1.3 +0 -0 src/sys/i4b/layer3/i4b_l2if.c 1.3 +0 -0 src/sys/i4b/layer3/i4b_l3.h 1.3 +9 -2 src/sys/i4b/layer3/i4b_l3fsm.c 1.3 +0 -0 src/sys/i4b/layer3/i4b_l3fsm.h 1.3 +55 -2 src/sys/i4b/layer3/i4b_l3timer.c 1.3 +3 -3 src/sys/i4b/layer3/i4b_l4if.c 1.3 +33 -25 src/sys/i4b/layer3/i4b_q931.c 1.3 +0 -0 src/sys/i4b/layer3/i4b_q931.h 1.3 +0 -0 src/sys/i4b/layer3/i4b_q932fac.c 1.3 +0 -0 src/sys/i4b/layer3/i4b_q932fac.h 1.5 +90 -63 src/sys/i4b/layer4/i4b_i4bdrv.c 1.3 +68 -29 src/sys/i4b/layer4/i4b_l4.c 1.3 +3 -2 src/sys/i4b/layer4/i4b_l4.h 1.3 +0 -0 src/sys/i4b/layer4/i4b_l4mgmt.c 1.3 +11 -5 src/sys/i4b/layer4/i4b_l4timer.c 1.3 +1 -1 src/usr.sbin/i4b/Makefile 1.2 +3 -3 src/usr.sbin/i4b/dtmfdecode/Makefile 1.2 +7 -4 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 1.2 +78 -86 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/alias.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/config.h 1.3 +46 -5 src/usr.sbin/i4b/isdnd/controller.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/curses.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/dial.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/exec.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/fsm.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/isdnd.8 1.4 +2 -1 src/usr.sbin/i4b/isdnd/isdnd.acct.5 1.3 +13 -5 src/usr.sbin/i4b/isdnd/isdnd.h 1.4 +2 -1 src/usr.sbin/i4b/isdnd/isdnd.rates.5 1.4 +8 -7 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.3 +0 -0 src/usr.sbin/i4b/isdnd/log.c 1.3 +14 -2 src/usr.sbin/i4b/isdnd/main.c 1.3 +3 -2 src/usr.sbin/i4b/isdnd/monitor.c 1.3 +38 -6 src/usr.sbin/i4b/isdnd/msghdl.c 1.3 +4 -2 src/usr.sbin/i4b/isdnd/pathnames.h 1.3 +0 -0 src/usr.sbin/i4b/isdnd/pcause.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/process.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/rates.c 1.3 +24 -11 src/usr.sbin/i4b/isdnd/rc_config.c 1.3 +4 -2 src/usr.sbin/i4b/isdnd/rc_parse.y 1.3 +3 -2 src/usr.sbin/i4b/isdnd/rc_scan.l 1.3 +138 -43 src/usr.sbin/i4b/isdnd/support.c 1.3 +0 -0 src/usr.sbin/i4b/isdnd/timer.c 1.3 +2 -1 src/usr.sbin/i4b/isdndebug/isdndebug.8 1.3 +16 -11 src/usr.sbin/i4b/isdndebug/main.c 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/decode.h 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/facility.c 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/facility.h 1.3 +2 -1 src/usr.sbin/i4b/isdndecode/isdndecode.8 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/layer1.c 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/layer2.c 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/layer3.c 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/layer3_subr.c 1.3 +3 -3 src/usr.sbin/i4b/isdndecode/main.c 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/pcause.c 1.3 +0 -0 src/usr.sbin/i4b/isdndecode/pcause.h 1.3 +0 -0 src/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 1.4 +3 -3 src/usr.sbin/i4b/isdnmonitor/main.c 1.3 +0 -0 src/usr.sbin/i4b/isdnmonitor/monitor.h 1.3 +3 -3 src/usr.sbin/i4b/isdntel/alias.c 1.3 +0 -0 src/usr.sbin/i4b/isdntel/alias.h 1.3 +4 -5 src/usr.sbin/i4b/isdntel/defs.h 1.3 +3 -3 src/usr.sbin/i4b/isdntel/display.c 1.3 +0 -0 src/usr.sbin/i4b/isdntel/files.c 1.3 +0 -0 src/usr.sbin/i4b/isdntel/isdntel.8 1.3 +3 -3 src/usr.sbin/i4b/isdntel/main.c 1.3 +22 -15 src/usr.sbin/i4b/isdntelctl/isdntelctl.8 1.3 +23 -22 src/usr.sbin/i4b/isdntelctl/main.c 1.3 +0 -0 src/usr.sbin/i4b/isdntest/isdntest.8 1.3 +3 -3 src/usr.sbin/i4b/isdntest/main.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/1tr6.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/cable.txt 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/isdntrace.8 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/pcause_1tr6.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/pcause_1tr6.h 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/pcause_q850.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/pcause_q850.h 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/q921.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/q931.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/q931_util.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/q932_fac.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/q932_fac.h 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/trace.c 1.3 +0 -0 src/usr.sbin/i4b/isdntrace/trace.h 1.3 +0 -0 src/usr.sbin/i4b/man/daic.4 1.3 +0 -0 src/usr.sbin/i4b/man/i4b.4 1.3 +0 -0 src/usr.sbin/i4b/man/i4bctl.4 1.3 +0 -0 src/usr.sbin/i4b/man/i4bipr.4 1.3 +0 -0 src/usr.sbin/i4b/man/i4bisppp.4 1.3 +0 -0 src/usr.sbin/i4b/man/i4bq921.4 1.3 +0 -0 src/usr.sbin/i4b/man/i4bq931.4 1.3 +0 -0 src/usr.sbin/i4b/man/i4brbch.4 1.3 +84 -3 src/usr.sbin/i4b/man/i4btel.4 1.3 +0 -0 src/usr.sbin/i4b/man/i4btrc.4 1.3 +4 -3 src/usr.sbin/i4b/man/isic.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 3:26:42 1999 Delivered-To: cvs-all@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id D49D514D3C; Thu, 20 May 1999 03:26:26 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.2) id MAA71569; Thu, 20 May 1999 12:26:13 +0200 (CEST) (envelope-from tg) To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/pinfo - Imported sources References: <7349.927194349@axl.noc.iafrica.com> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 20 May 1999 12:26:12 +0200 In-Reply-To: Thomas Gellekum's message of "Thu, 20 May 1999 12:10:14 +0200" Message-ID: Lines: 10 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Thomas Gellekum writes: > Sheldon Hearn writes: > > > What? No colour?! Just noticed that it _does_ support color. Try TERM=xterm-color or the console. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 5: 8: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 782DF14E58; Thu, 20 May 1999 05:08:04 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA28270; Thu, 20 May 1999 05:08:04 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905201208.FAA28270@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 20 May 1999 05:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ install.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/20 05:08:03 PDT Modified files: FAQ install.sgml Log: Replace "*" with tag. Revision Changes Path 1.17 +3 -3 doc/FAQ/install.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 5:28:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D45F914E58; Thu, 20 May 1999 05:28:19 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA30287; Thu, 20 May 1999 05:28:19 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905201228.FAA30287@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 20 May 1999 05:28:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ install.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/20 05:28:19 PDT Modified files: FAQ install.sgml Log: PR: docs/11794 Submitted by: kevlo@hello.com.tw Fix typo. Revision Changes Path 1.18 +2 -2 doc/FAQ/install.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 5:41:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7029A14EFB; Thu, 20 May 1999 05:41:48 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA31214; Thu, 20 May 1999 05:41:48 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905201241.FAA31214@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 20 May 1999 05:41:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ commercial.sgml install.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/20 05:41:47 PDT Modified files: es/FAQ commercial.sgml install.sgml Log: commercial.sgml: How to set up Oracle for Linux on FreeBSD. install.sgml: Explain error "archsw.readin.failed" Revision Changes Path 1.7 +14 -1 doc/es/FAQ/commercial.sgml 1.9 +14 -2 doc/es/FAQ/install.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 7: 5: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3036514D8B; Thu, 20 May 1999 07:05:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37810; Thu, 20 May 1999 07:05:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905201405.HAA37810@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 20 May 1999 07:05:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/java-cup Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/20 07:05:07 PDT Modified files: devel/java-cup Makefile Log: Remove doubled-slash. Revision Changes Path 1.2 +2 -2 ports/devel/java-cup/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 7: 5:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A312615846; Thu, 20 May 1999 07:05:17 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37873; Thu, 20 May 1999 07:05:17 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905201405.HAA37873@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 20 May 1999 07:05:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-Parser Makefile ports/textproc/p5-XML-Parser/files md5 ports/textproc/p5-XML-Parser/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/20 07:05:15 PDT Modified files: textproc/p5-XML-Parser Makefile textproc/p5-XML-Parser/files md5 textproc/p5-XML-Parser/pkg PLIST Log: Upgrade to v2.23. Revision Changes Path 1.3 +10 -4 ports/textproc/p5-XML-Parser/Makefile 1.3 +1 -1 ports/textproc/p5-XML-Parser/files/md5 1.4 +1 -0 ports/textproc/p5-XML-Parser/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 7:42:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0516F150AF; Thu, 20 May 1999 07:42:31 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA41254; Thu, 20 May 1999 07:42:31 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905201442.HAA41254@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 20 May 1999 07:42:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/20 07:42:31 PDT Modified files: . LEGAL Log: Add devel/jfc. Revision Changes Path 1.140 +3 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 7:43:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5456151EB; Thu, 20 May 1999 07:43:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA41394; Thu, 20 May 1999 07:43:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905201443.HAA41394@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 20 May 1999 07:43:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/20 07:43:19 PDT Modified files: devel Makefile Log: Activate jfc. Revision Changes Path 1.185 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 7:44:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64F66150AF; Thu, 20 May 1999 07:44:13 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA41486; Thu, 20 May 1999 07:44:13 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905201444.HAA41486@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 20 May 1999 07:44:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/20 07:44:12 PDT Modified files: . modules Log: jfc --> ports/devel/jfc Revision Changes Path 1.22 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 7:45:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB6C6150AF; Thu, 20 May 1999 07:45:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA41641; Thu, 20 May 1999 07:45:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905201445.HAA41641@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 20 May 1999 07:45:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jfc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/20 07:45:43 PDT ports/devel/jfc - Imported sources Update of /home/ncvs/ports/devel/jfc In directory freefall.freebsd.org:/x/tmp/cvs-serv41615 Log Message: Java Foundation Classes with Swing Status: Vendor Tag: KURIYAMA Release Tags: v1_1 N ports/devel/jfc/Makefile N ports/devel/jfc/files/md5 N ports/devel/jfc/pkg/PLIST N ports/devel/jfc/pkg/DESCR N ports/devel/jfc/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 8:10:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A6E2152D3; Thu, 20 May 1999 08:10:48 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44146; Thu, 20 May 1999 08:10:47 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905201510.IAA44146@freefall.freebsd.org> From: SADA Kenji Date: Thu, 20 May 1999 08:10:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape46-communicator Makefile ports/japanese/netscape46-navigator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/20 08:10:47 PDT Modified files: japanese/netscape46-communicator Makefile japanese/netscape46-navigator Makefile Log: Mark as BROKEN. PW repository copied them, so I'll commit correct contents later. Revision Changes Path 1.6 +3 -1 ports/japanese/netscape46-communicator/Makefile 1.3 +3 -1 ports/japanese/netscape46-navigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 8:33:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE4D4152A2; Thu, 20 May 1999 08:33:37 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA46772; Thu, 20 May 1999 08:33:37 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199905201533.IAA46772@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 20 May 1999 08:33:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_2100_a50.c dec_axppci_33.c src/sys/alpha/include chipset.h src/sys/alpha/pci apecs.c apecs_pci.c cia.c cia_pci.c lca.c lca_pci.c pcibus.c src/sys/alpha/tlsb dwlpx.c src/sys/pci pci.c pcisupport.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/05/20 08:33:35 PDT Modified files: sys/alpha/alpha dec_2100_a50.c dec_axppci_33.c sys/alpha/include chipset.h sys/alpha/pci apecs.c apecs_pci.c cia.c cia_pci.c lca.c lca_pci.c pcibus.c sys/alpha/tlsb dwlpx.c sys/pci pci.c pcisupport.c pcivar.h Log: Add support for multiple PCI "hoses" used on various alpha platforms. The specific intent of this commit is to pave the way for importing Compaq XP1000 support. These changes should not affect the i386 port. Reviewed by: Doug Rabson (actually, he walked me through most of it & deserves more than reviewd-by credit ) Revision Changes Path 1.3 +1 -1 src/sys/alpha/alpha/dec_2100_a50.c 1.3 +2 -2 src/sys/alpha/alpha/dec_axppci_33.c 1.8 +7 -7 src/sys/alpha/include/chipset.h 1.8 +13 -13 src/sys/alpha/pci/apecs.c 1.3 +13 -1 src/sys/alpha/pci/apecs_pci.c 1.18 +13 -13 src/sys/alpha/pci/cia.c 1.3 +13 -1 src/sys/alpha/pci/cia_pci.c 1.9 +7 -7 src/sys/alpha/pci/lca.c 1.3 +13 -1 src/sys/alpha/pci/lca_pci.c 1.14 +15 -9 src/sys/alpha/pci/pcibus.c 1.10 +7 -7 src/sys/alpha/tlsb/dwlpx.c 1.104 +37 -2 src/sys/pci/pci.c 1.112 +15 -1 src/sys/pci/pcisupport.c 1.33 +30 -1 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 8:38:29 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 03CFA15670; Thu, 20 May 1999 08:38:23 -0700 (PDT) (envelope-from rgrimes@gndrsh.aac.dev.com) Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.9.3/8.9.3) id IAA02589; Thu, 20 May 1999 08:38:22 -0700 (PDT) (envelope-from rgrimes) From: "Rodney W. Grimes" Message-Id: <199905201538.IAA02589@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/net if_var.h In-Reply-To: <199905192300.QAA45814@freefall.freebsd.org> from Pierre Beyssac at "May 19, 1999 04:00:20 pm" To: pb@FreeBSD.org (Pierre Beyssac) Date: Thu, 20 May 1999 08:38:22 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > pb 1999/05/19 16:00:20 PDT > > Modified files: (Branch: RELENG_3) > sys/net if_var.h > Log: > MFC: change reference count in struct ifaddr to a u_int, to be able > to handle more than 2^16 routes to the same interface. > > Fix suggested by Andrew Bangs in PR kern/10570. > Tested by Don Lewis under -stable. > > PR: kern/10570 > > Revision Changes Path > 1.10.2.1 +2 -2 src/sys/net/if_var.h HEADSUP -- This will require compilation of many userland applications that have to deal with networking code due to the change in the size of the struct. In particular anything that prints route metrics or tries to deal with them will barf :-(. Though I like this change, the interface change is going to cause me and probably many other users great pains on all the boxes we just upgraded to 3.2-STABLE or 3.2-RELEASE. I would like to ask this be backed out until 3.3-RELEASE. -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD http://www.aai.dnsmgr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 9: 4:23 1999 Delivered-To: cvs-all@freebsd.org Received: from fasterix.frmug.org (d176.paris-84.cybercable.fr [212.198.84.176]) by hub.freebsd.org (Postfix) with ESMTP id 4AD4314D04; Thu, 20 May 1999 09:04:12 -0700 (PDT) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.9.3/8.9.3/pb-19990315) id SAA84780; Thu, 20 May 1999 18:03:57 +0200 (CEST) Message-ID: <19990520180356.A84590@fasterix.frmug.fr.net> Date: Thu, 20 May 1999 18:03:56 +0200 From: Pierre Beyssac To: "Rodney W. Grimes" , Pierre Beyssac Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_var.h References: <199905192300.QAA45814@freefall.freebsd.org> <199905201538.IAA02589@gndrsh.aac.dev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.8i In-Reply-To: <199905201538.IAA02589@gndrsh.aac.dev.com>; from Rodney W. Grimes on Thu, May 20, 1999 at 08:38:22AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, May 20, 1999 at 08:38:22AM -0700, Rodney W. Grimes wrote: > > MFC: change reference count in struct ifaddr to a u_int, to be able > > to handle more than 2^16 routes to the same interface. > > HEADSUP -- This will require compilation of many userland applications > that have to deal with networking code due to the change in the size > of the struct. In particular anything that prints route metrics or > tries to deal with them will barf :-(. netstat does work, as it uses another interface to get its metrics. I've been very careful to check that. Also, I've tested it under -current where I'm using gated and didn't have to recompile it either. It doesn't seem to break route or ifconfig either. A quick grep through /usr/src/*sbin shows no occurence of "struct ifaddr". > Though I like this change, the interface change is going to cause me > and probably many other users great pains on all the boxes we just > upgraded to 3.2-STABLE or 3.2-RELEASE. > I would like to ask this be backed out until 3.3-RELEASE. It's purposely not in 3.2-RELEASE, I've been very careful to avoid risking breaking the release. I'd really prefer to back it out only if there is evidence of serious problems with a given system utility. -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org {Free,Net,Open}BSD, Linux : il y a moins bien, mais c'est plus cher Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 9:13:20 1999 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id E71DA1515C; Thu, 20 May 1999 09:13:15 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id MAA18325; Thu, 20 May 1999 12:13:08 -0400 (EDT) (envelope-from wollman) Date: Thu, 20 May 1999 12:13:08 -0400 (EDT) From: Garrett Wollman Message-Id: <199905201613.MAA18325@khavrinen.lcs.mit.edu> To: "Rodney W. Grimes" Cc: pb@FreeBSD.org (Pierre Beyssac), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_var.h In-Reply-To: <199905201538.IAA02589@gndrsh.aac.dev.com> References: <199905192300.QAA45814@freefall.freebsd.org> <199905201538.IAA02589@gndrsh.aac.dev.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > HEADSUP -- This will require compilation of many userland applications > that have to deal with networking code due to the change in the size > of the struct. In particular anything that prints route metrics or > tries to deal with them will barf :-(. If it does, it's got a seriously erroneous implementation. User-land code has no business looking at struct ifaddr. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 9:56: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36C5B14D27; Thu, 20 May 1999 09:55:59 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55541; Thu, 20 May 1999 09:55:59 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905201655.JAA55541@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Thu, 20 May 1999 09:55:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common commands.c interp.c interp_parse.c module.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/20 09:55:59 PDT Modified files: (Branch: RELENG_3) sys/boot/common commands.c interp.c interp_parse.c module.c Log: MFC. Assorted memory management bugs. Revision Changes Path 1.9.2.2 +7 -1 src/sys/boot/common/commands.c 1.12.2.5 +4 -3 src/sys/boot/common/interp.c 1.6.2.1 +2 -1 src/sys/boot/common/interp_parse.c 1.7.2.2 +6 -4 src/sys/boot/common/module.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 10: 4:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12B9B14D47; Thu, 20 May 1999 10:04:39 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56676; Thu, 20 May 1999 10:04:39 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199905201704.KAA56676@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Thu, 20 May 1999 10:04:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common help.common Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/05/20 10:04:39 PDT Modified files: (Branch: RELENG_3) sys/boot/common help.common Log: MFC. Remove deprecated comments. Revision Changes Path 1.4.2.4 +0 -10 src/sys/boot/common/help.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 10:37:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6647F14C15; Thu, 20 May 1999 10:37:28 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA60511; Thu, 20 May 1999 10:37:28 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905201737.KAA60511@freefall.freebsd.org> From: SADA Kenji Date: Thu, 20 May 1999 10:37:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape4-communicator Makefile ports/japanese/netscape45-communicator Makefile ports/japanese/netscape45-navigator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/20 10:37:27 PDT Modified files: japanese/netscape4-communicator Makefile japanese/netscape45-communicator Makefile japanese/netscape45-navigator Makefile Log: Fix dependence. Reported by: kuriyama@FreeBSD.ORG Revision Changes Path 1.20 +3 -4 ports/japanese/netscape4-communicator/Makefile 1.6 +2 -3 ports/japanese/netscape45-communicator/Makefile 1.3 +3 -1 ports/japanese/netscape45-navigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 11:51: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 5F13514CC0; Thu, 20 May 1999 11:50:54 -0700 (PDT) (envelope-from rgrimes@gndrsh.aac.dev.com) Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.9.3/8.9.3) id LAA02987; Thu, 20 May 1999 11:50:31 -0700 (PDT) (envelope-from rgrimes) From: "Rodney W. Grimes" Message-Id: <199905201850.LAA02987@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/net if_var.h In-Reply-To: <19990520180356.A84590@fasterix.frmug.fr.net> from Pierre Beyssac at "May 20, 1999 06:03:56 pm" To: pb@fasterix.freenix.org (Pierre Beyssac) Date: Thu, 20 May 1999 11:50:31 -0700 (PDT) Cc: pb@FreeBSD.org (Pierre Beyssac), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Thu, May 20, 1999 at 08:38:22AM -0700, Rodney W. Grimes wrote: > > > MFC: change reference count in struct ifaddr to a u_int, to be able > > > to handle more than 2^16 routes to the same interface. > > > > HEADSUP -- This will require compilation of many userland applications > > that have to deal with networking code due to the change in the size > > of the struct. In particular anything that prints route metrics or > > tries to deal with them will barf :-(. > > netstat does work, as it uses another interface to get its metrics. GOOD! > I've been very careful to check that. Also, I've tested it under > -current where I'm using gated and didn't have to recompile it > either. gated != all ports that may be dealing with ifaddr structs. I'm searching now for anything that I might be running that could be effected by this. Also are you using all possible protocols and/or interfaces of gated? OSPF, BGP4, RIP I/II, EGP, etc... ? > It doesn't seem to break route or ifconfig either. ^^^^^ This should be proven not to break it by source code examination, not empirical testing. > A quick grep through /usr/src/*sbin shows no occurence of "struct > ifaddr". What about structures that contain ifaddr's? Are there any? > > Though I like this change, the interface change is going to cause me > > and probably many other users great pains on all the boxes we just > > upgraded to 3.2-STABLE or 3.2-RELEASE. > > I would like to ask this be backed out until 3.3-RELEASE. > > It's purposely not in 3.2-RELEASE, I've been very careful to avoid > risking breaking the release. Most folks that upgrade to 3.2-RELEASE start to track 3.2-STABLE, and you just created a user/kernel interface descepancy. > I'd really prefer to back it out only if there is evidence of > serious problems with a given system utility. Scope should be > system utilities. If it breaks anything in the binaries of the 3.2 release it should, IMHO, be backed out. -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD http://www.aai.dnsmgr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 11:59:34 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id D91D615232; Thu, 20 May 1999 11:59:27 -0700 (PDT) (envelope-from rgrimes@gndrsh.aac.dev.com) Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.9.3/8.9.3) id LAA03059; Thu, 20 May 1999 11:59:18 -0700 (PDT) (envelope-from rgrimes) From: "Rodney W. Grimes" Message-Id: <199905201859.LAA03059@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/net if_var.h In-Reply-To: <199905201613.MAA18325@khavrinen.lcs.mit.edu> from Garrett Wollman at "May 20, 1999 12:13:08 pm" To: wollman@khavrinen.lcs.mit.edu (Garrett Wollman) Date: Thu, 20 May 1999 11:59:18 -0700 (PDT) Cc: pb@FreeBSD.org (Pierre Beyssac), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > < said: > > > HEADSUP -- This will require compilation of many userland applications > > that have to deal with networking code due to the change in the size > > of the struct. In particular anything that prints route metrics or > > tries to deal with them will barf :-(. > > If it does, it's got a seriously erroneous implementation. User-land > code has no business looking at struct ifaddr. Aren't these passed in and out via the kernel routing socket? Hummm.. man 4 route seems to say not, but man 9 rtentry shows that: short rt_refcnt; Route entries are reference-counted; this field indicates the number of external (to the radix tree) references. If the RTF_UP flag is not present, the rtfree() function will delete the route from the radix tree when the last refer- ence drops. but then rt_refcnt =! ifa_refcnt so we are okay there... but down a little further: struct ifaddr *rt_ifa; These two fields represent the ``answer'', as it were, to the question posed by a route lookup; that is, they name the interface and interface address to be used in sending a packet to the destination or set of destinations which this route represents. Looks like it is an explicit kernel/user land interface via the routing socket to me.... -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD http://www.aai.dnsmgr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 12: 8: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19C4E14CC0; Thu, 20 May 1999 12:08:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA69180; Thu, 20 May 1999 12:08:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905201908.MAA69180@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 20 May 1999 12:08:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork11 Makefile ports/net/kdenetwork11/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/20 12:08:05 PDT Modified files: net/kdenetwork11 Makefile net/kdenetwork11/pkg PLIST Log: Add png dependency. That fixes the PLIST problem, so add back deleted entries. Submitted by: maintainer Revision Changes Path 1.34 +2 -1 ports/net/kdenetwork11/Makefile 1.10 +76 -0 ports/net/kdenetwork11/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 12:20:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BB0D152A8; Thu, 20 May 1999 12:20:44 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA70831; Thu, 20 May 1999 12:20:44 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905201920.MAA70831@freefall.freebsd.org> From: SADA Kenji Date: Thu, 20 May 1999 12:20:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape4-communicator/pkg REQ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/20 12:20:43 PDT Modified files: www/netscape4-communicator/pkg REQ Log: For help of 2.2 users, but not official support. Requested by: Brian Handy Revision Changes Path 1.4 +2 -2 ports/www/netscape4-communicator/pkg/REQ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 12:39: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from fasterix.frmug.org (d176.paris-84.cybercable.fr [212.198.84.176]) by hub.freebsd.org (Postfix) with ESMTP id F263D154DA; Thu, 20 May 1999 12:38:48 -0700 (PDT) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.9.3/8.9.3/pb-19990315) id VAA85783; Thu, 20 May 1999 21:38:26 +0200 (CEST) Message-ID: <19990520213821.D68481@fasterix.frmug.fr.net> Date: Thu, 20 May 1999 21:38:21 +0200 From: Pierre Beyssac To: "Rodney W. Grimes" , Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_var.h References: <199905201613.MAA18325@khavrinen.lcs.mit.edu> <199905201859.LAA03059@gndrsh.aac.dev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.8i In-Reply-To: <199905201859.LAA03059@gndrsh.aac.dev.com>; from Rodney W. Grimes on Thu, May 20, 1999 at 11:59:18AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, May 20, 1999 at 11:59:18AM -0700, Rodney W. Grimes wrote: > but then rt_refcnt =! ifa_refcnt so we are okay there... but down a little > further: > struct ifaddr *rt_ifa; > These two fields represent the ``answer'', as it were, to > the question posed by a route lookup; that is, they name > the interface and interface address to be used in sending a > packet to the destination or set of destinations which this > route represents. > The reference to rtentry(9) by route(4) only affects struct rt_metrics, which is not affected by struct ifaddr (only contains a series of u_long's), and the flags definitions. man 4 route: ... where ``struct rt_metrics'' and the flag bits are as defined in rtentry(9). ... > Looks like it is an explicit kernel/user land interface via the routing > socket to me.... I disagree. One other possible way a program could be affected was if it accessed the routing structures through /dev/kmem. In a way it can be considered a kernel/userland interface, and by the same reasonning you wouldn't be able to change any internal structure in the kernel. I don't mean to split hairs, I just want to show that a line has to be drawn somewhere. In the same spirit, note that ps and libkvm frequently undergo changes that make them dependent on the kernel version. -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org {Free,Net,Open}BSD, Linux : il y a moins bien, mais c'est plus cher Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 12:52:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 022C81578F; Thu, 20 May 1999 12:52:06 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA74373; Thu, 20 May 1999 12:52:06 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905201952.MAA74373@freefall.freebsd.org> From: Nick Hibma Date: Thu, 20 May 1999 12:52:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ohci_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/20 12:52:05 PDT Modified files: sys/pci ohci_pci.c Log: Add comment about split in driver Revision Changes Path 1.5 +7 -2 src/sys/pci/ohci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 13: 2:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A812D14C09; Thu, 20 May 1999 13:02:38 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA75272; Thu, 20 May 1999 13:02:38 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905202002.NAA75272@freefall.freebsd.org> From: Nick Hibma Date: Thu, 20 May 1999 13:02:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/i386/conf GENERIC LINT src/sys/dev/usb usbdi.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/20 13:02:38 PDT Modified files: sys/conf files sys/i386/conf GENERIC LINT sys/dev/usb usbdi.h Log: usbdi.h: Implement priorities. GENERIC, LINT, files: Remove remarks about ordering of device names. GENERIC, LINT: Sort the devices alphabetically in LINT and GENERIC. Revision Changes Path 1.215 +0 -2 src/sys/conf/files 1.171 +5 -9 src/sys/i386/conf/GENERIC 1.601 +18 -17 src/sys/i386/conf/LINT 1.11 +17 -38 src/sys/dev/usb/usbdi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 13:20:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C033C1530E; Thu, 20 May 1999 13:20:27 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA76644; Thu, 20 May 1999 13:20:27 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <199905202020.NAA76644@freefall.freebsd.org> From: Eivind Eklund Date: Thu, 20 May 1999 13:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_db.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1999/05/20 13:20:26 PDT Modified files: lib/libalias alias_db.c Log: Make incoming packets work as keepalives, too. This should fix problems for some games. Notified of problem by: tim@turbinegames.com Revision Changes Path 1.14 +1 -0 src/lib/libalias/alias_db.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 13:46:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BBC415090; Thu, 20 May 1999 13:46:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA78810; Thu, 20 May 1999 13:46:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905202046.NAA78810@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 20 May 1999 13:46:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/32upgrade - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/20 13:46:30 PDT ports/misc/32upgrade - Imported sources Update of /home/ncvs/ports/misc/32upgrade In directory freefall.freebsd.org:/e/users/asami/tmp/32upgrade Log Message: 3.2R upgrade kit. (Yes, we already need one, due to a bugfix in fetch!) Requested by: jmg Status: Vendor Tag: UPGRADE Release Tags: upgrade_32 N ports/misc/32upgrade/Makefile N ports/misc/32upgrade/pkg/COMMENT N ports/misc/32upgrade/pkg/DESCR N ports/misc/32upgrade/pkg/PLIST N ports/misc/32upgrade/pkg/INSTALL N ports/misc/32upgrade/pkg/REQ No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 13:48:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32B4C154B4; Thu, 20 May 1999 13:48:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79143; Thu, 20 May 1999 13:48:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905202048.NAA79143@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 20 May 1999 13:48:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/20 13:48:40 PDT Modified files: misc Makefile Log: Add 32upgrade. Revision Changes Path 1.210 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 13:49: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E2E715090; Thu, 20 May 1999 13:49:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79240; Thu, 20 May 1999 13:49:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905202049.NAA79240@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 20 May 1999 13:49:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/20 13:49:04 PDT Modified files: . modules Log: 32upgrade ports/misc/32upgrade Revision Changes Path 1.23 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 14:14:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F97614CCF; Thu, 20 May 1999 14:14:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA81318; Thu, 20 May 1999 14:14:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905202114.OAA81318@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 20 May 1999 14:14:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/30upgrade Makefile ports/misc/30upgrade/pkg COMMENT DESCR ports/misc/31upgrade Makefile ports/misc/31upgrade/pkg COMMENT DESCR ports/misc/32upgrade Makefile ports/misc/32upgrade/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/20 14:14:40 PDT Modified files: misc/30upgrade Makefile misc/30upgrade/pkg COMMENT DESCR misc/31upgrade Makefile misc/31upgrade/pkg COMMENT DESCR misc/32upgrade Makefile misc/32upgrade/pkg COMMENT DESCR Log: Update dates to May 20. Consistently use "3-stable" to refer to the branch so I don't have to keep updating the name every time a new release comes out. Revision Changes Path 1.7 +4 -4 ports/misc/30upgrade/Makefile 1.3 +1 -1 ports/misc/30upgrade/pkg/COMMENT 1.3 +1 -1 ports/misc/30upgrade/pkg/DESCR 1.6 +4 -4 ports/misc/31upgrade/Makefile 1.2 +1 -1 ports/misc/31upgrade/pkg/COMMENT 1.2 +1 -1 ports/misc/31upgrade/pkg/DESCR 1.2 +2 -2 ports/misc/32upgrade/Makefile 1.2 +1 -1 ports/misc/32upgrade/pkg/COMMENT 1.2 +1 -1 ports/misc/32upgrade/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 14:16:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEB8015959; Thu, 20 May 1999 14:16:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA81415; Thu, 20 May 1999 14:16:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905202116.OAA81415@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 20 May 1999 14:16:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/30upgrade Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/20 14:16:06 PDT Modified files: misc/30upgrade Makefile Log: Oops, I meant May of 1999, not 1998. Revision Changes Path 1.8 +2 -2 ports/misc/30upgrade/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 14:42:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76B0214F66; Thu, 20 May 1999 14:42:37 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA83184; Thu, 20 May 1999 14:42:37 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Message-Id: <199905202142.OAA83184@freefall.freebsd.org> From: Ustimenko Semen Date: Thu, 20 May 1999 14:42:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/05/20 14:42:36 PDT Modified files: (Branch: RELENG_3) sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Log: MFC: Sync with current version. Revision Changes Path 1.2.2.3 +32 -1 src/sys/ntfs/ntfs.h 1.2.2.2 +5 -1 src/sys/ntfs/ntfs_compr.c 1.2.2.2 +3 -1 src/sys/ntfs/ntfs_compr.h 1.2.2.2 +3 -1 src/sys/ntfs/ntfs_extern.h 1.2.2.2 +6 -3 src/sys/ntfs/ntfs_ihash.c 1.1.2.2 +3 -1 src/sys/ntfs/ntfs_ihash.h 1.2.2.2 +18 -11 src/sys/ntfs/ntfs_inode.h 1.2.2.2 +271 -73 src/sys/ntfs/ntfs_subr.c 1.2.2.2 +17 -11 src/sys/ntfs/ntfs_subr.h 1.2.2.2 +247 -114 src/sys/ntfs/ntfs_vfsops.c 1.1.2.2 +8 -2 src/sys/ntfs/ntfs_vfsops.h 1.2.2.2 +73 -76 src/sys/ntfs/ntfs_vnops.c 1.2.2.2 +3 -1 src/sys/ntfs/ntfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 14:52:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED65314FC1; Thu, 20 May 1999 14:52:56 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA84066; Thu, 20 May 1999 14:52:56 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905202152.OAA84066@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 May 1999 14:52:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/g77 Makefile ports/lang/g77/files Makefile Makefile.cc_tools Makefile.f771 Makefile.g77 Makefile.inc.diffs md5 ports/lang/g77/pkg COMMENT DESCR PLIST ports/lang/g77/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/20 14:52:56 PDT Removed files: lang/g77 Makefile lang/g77/files Makefile Makefile.cc_tools Makefile.f771 Makefile.g77 Makefile.inc.diffs md5 lang/g77/pkg COMMENT DESCR PLIST lang/g77/scripts configure Log: This g77 port is way outdated and will probably never build again. Anyone wanting a g77 port should fetch the EGCS -core and -g77 distfiles and build with LANGUAES='fortran'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 14:53:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 653F8150C3; Thu, 20 May 1999 14:53:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA84136; Thu, 20 May 1999 14:53:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905202153.OAA84136@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 May 1999 14:53:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/20 14:53:33 PDT Modified files: lang Makefile Log: Bye-bye g77. (use egcs-devel instead) Revision Changes Path 1.133 +1 -2 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 15:23:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ED7C153AB; Thu, 20 May 1999 15:23:11 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86925; Thu, 20 May 1999 15:23:11 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905202223.PAA86925@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 20 May 1999 15:23:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mail main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/20 15:23:09 PDT Modified files: usr.bin/mail main.c Log: Ignore the MAIL environment variable when the -u flag is set. PR: bin/8665 Revision Changes Path 1.6 +1 -0 src/usr.bin/mail/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 16:33:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 625451530E; Thu, 20 May 1999 16:33:38 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92404; Thu, 20 May 1999 16:33:38 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905202333.QAA92404@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 20 May 1999 16:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include limits.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/20 16:33:37 PDT Modified files: sys/i386/include limits.h Log: Set CHAR_{MIN,MAX} according to -funsigned-char flag given or not PR: 11627 Submitted by: Petr Lampa Revision Changes Path 1.12 +9 -3 src/sys/i386/include/limits.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 16:52:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABF77158EF; Thu, 20 May 1999 16:52:17 -0700 (PDT) (envelope-from mks@FreeBSD.org) Received: (from mks@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93977; Thu, 20 May 1999 16:52:17 -0700 (PDT) (envelope-from mks@FreeBSD.org) Message-Id: <199905202352.QAA93977@freefall.freebsd.org> From: Mike Spengler Date: Thu, 20 May 1999 16:52:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libatm atm_addr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mks 1999/05/20 16:52:16 PDT Modified files: lib/libatm atm_addr.c Log: Print SPANS addresses in the correct byte order. PR: 11691 Submitted by: Jim Pirzyk Revision Changes Path 1.2 +3 -3 src/lib/libatm/atm_addr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 17:45:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4E7B15288; Thu, 20 May 1999 17:45:39 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA98008; Thu, 20 May 1999 17:45:39 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905210045.RAA98008@freefall.freebsd.org> From: SADA Kenji Date: Thu, 20 May 1999 17:45:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape46-navigator/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/20 17:45:39 PDT Modified files: www/netscape46-navigator/files md5 Log: Add Fortify's md5. Forbidden by: sada Revision Changes Path 1.25 +1 -0 ports/www/netscape46-navigator/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 18: 9:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D140C14D25; Thu, 20 May 1999 18:09:48 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99969; Thu, 20 May 1999 18:09:48 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905210109.SAA99969@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 20 May 1999 18:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump kdump.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/20 18:09:47 PDT Modified files: usr.bin/kdump kdump.c Log: FIx the output of long command names. PR: bin/10027 Submitted by: Arne Henrik Juul Revision Changes Path 1.12 +2 -2 src/usr.bin/kdump/kdump.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 18:11:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5056014D25; Thu, 20 May 1999 18:11:17 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00688; Thu, 20 May 1999 18:11:17 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905210111.SAA00688@freefall.freebsd.org> From: SADA Kenji Date: Thu, 20 May 1999 18:11:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape4-communicator Makefile ports/japanese/netscape46-communicator Makefile ports/japanese/netscape46-communicator/files md5 ports/japanese/netscape46-communicator/pkg PLIST ports/japanese/netscape46-navigator Makefile ports/japanese/netscape46-navigator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/20 18:11:16 PDT Modified files: japanese/netscape4-communicator Makefile japanese/netscape46-communicator Makefile japanese/netscape46-communicator/files md5 japanese/netscape46-communicator/pkg PLIST japanese/netscape46-navigator Makefile japanese/netscape46-navigator/pkg PLIST Log: Upgrade v4.51 to v4.6. Revision Changes Path 1.21 +6 -3 ports/japanese/netscape4-communicator/Makefile 1.7 +8 -10 ports/japanese/netscape46-communicator/Makefile 1.6 +2 -2 ports/japanese/netscape46-communicator/files/md5 1.3 +30 -35 ports/japanese/netscape46-communicator/pkg/PLIST 1.4 +3 -5 ports/japanese/netscape46-navigator/Makefile 1.2 +28 -33 ports/japanese/netscape46-navigator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 18:13:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C50714D25; Thu, 20 May 1999 18:13:32 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00920; Thu, 20 May 1999 18:13:32 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905210113.SAA00920@freefall.freebsd.org> From: SADA Kenji Date: Thu, 20 May 1999 18:13:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/20 18:13:30 PDT Modified files: japanese Makefile Log: Activate netscape46s. Revision Changes Path 1.203 +3 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 18:17:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6779814D4D; Thu, 20 May 1999 18:17:36 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA01454; Thu, 20 May 1999 18:17:36 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905210117.SAA01454@freefall.freebsd.org> From: SADA Kenji Date: Thu, 20 May 1999 18:17:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape46-communicator Makefile ports/japanese/netscape46-navigator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/20 18:17:35 PDT Modified files: japanese/netscape46-communicator Makefile japanese/netscape46-navigator Makefile Log: Unbreak. Revision Changes Path 1.8 +1 -3 ports/japanese/netscape46-communicator/Makefile 1.5 +1 -3 ports/japanese/netscape46-navigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 19:52:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E7E114ED0; Thu, 20 May 1999 19:52:42 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08535; Thu, 20 May 1999 19:52:42 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905210252.TAA08535@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 20 May 1999 19:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ applications.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/20 19:52:41 PDT Modified files: FAQ applications.sgml Log: New entry on Java&FreeBSD. PR: docs/11803 Submitted by: Kevin Lo Revision Changes Path 1.10 +9 -1 doc/FAQ/applications.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 20:27:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 419431544C; Thu, 20 May 1999 20:27:53 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA11475; Thu, 20 May 1999 20:27:53 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905210327.UAA11475@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 20 May 1999 20:27:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/20 20:27:51 PDT Modified files: en/news press.sgml Log: Add BBC news article Revision Changes Path 1.67 +10 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 20:37:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17769152B6; Thu, 20 May 1999 20:37:56 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA12208; Thu, 20 May 1999 20:37:55 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905210337.UAA12208@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 20 May 1999 20:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/20 20:37:55 PDT Modified files: en/news press.sgml Log: Article on "Twenty Years of Berkeley Unix" from O'Reilly's ``opensources'' book by Marshall Kirk McKusick. Revision Changes Path 1.68 +9 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 21: 5: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8270D14E67; Thu, 20 May 1999 21:05:00 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA14267; Thu, 20 May 1999 21:05:00 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905210405.VAA14267@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 20 May 1999 21:05:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/20 21:05:00 PDT Modified files: en/handbook/contrib chapter.sgml Log: Add Kevin Lo for docs/11803. Revision Changes Path 1.40 +5 -1 doc/en/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 21:37:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8F2F14C09; Thu, 20 May 1999 21:37:51 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17103; Thu, 20 May 1999 21:37:51 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905210437.VAA17103@freefall.freebsd.org> From: Bill Paul Date: Thu, 20 May 1999 21:37:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_al.c if_alreg.h src/sys/conf files src/sys/i386/i386 userconfig.c src/sys/i386/conf GENERIC LINT src/share/man/man4/man4.i386 al.4 Makefile src/release/texts HARDWARE.TXT RELNOTES.TXT src/release/sysinstall devices.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/20 21:37:50 PDT Modified files: sys/conf files sys/i386/i386 userconfig.c sys/i386/conf GENERIC LINT share/man/man4/man4.i386 Makefile release/texts HARDWARE.TXT RELNOTES.TXT release/sysinstall devices.c Added files: sys/pci if_al.c if_alreg.h share/man/man4/man4.i386 al.4 Log: This commit adds driver support for PCI fast ethernet cards based on the ADMtek AL981 "Comet" chipset. The AL981 is yet another DEC tulip clone, except with simpler receive filter options. The AL981 has a built-in transceiver, power management support, wake on LAN and flow control. This chip performs extremely well; it's on par with the ASIX chipset in terms of speed, which is pretty good (it can do 11.5MB/sec with TCP easily). I would have committed this driver sooner, except I ran into one problem with the AL981 that required a workaround. When the chip is transmitting at full speed, it will sometimes wedge if you queue a series of packets that wrap from the end of the transmit descriptor list back to the beginning. I can't explain why this happens, and none of the other tulip clones behave this way. The workaround this is to just watch for the end of the transmit ring and make sure that al_start() breaks out of its packet queuing loop and waiting until the current batch of transmissions completes before wrapping back to the start of the ring. Fortunately, this does not significantly impact transmit performance. This is one of those things that takes weeks of analysis just to come up with two or three lines of code changes. Revision Changes Path 1.216 +1 -0 src/sys/conf/files 1.145 +4 -3 src/sys/i386/i386/userconfig.c 1.172 +2 -1 src/sys/i386/conf/GENERIC 1.602 +5 -1 src/sys/i386/conf/LINT 1.108 +3 -2 src/share/man/man4/man4.i386/Makefile 1.18 +4 -0 src/release/texts/HARDWARE.TXT 1.28 +6 -0 src/release/texts/RELNOTES.TXT 1.91 +2 -1 src/release/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 21:42:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7B1714C09; Thu, 20 May 1999 21:42:39 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17396; Thu, 20 May 1999 21:42:39 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905210442.VAA17396@freefall.freebsd.org> From: Bill Paul Date: Thu, 20 May 1999 21:42:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_al.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/20 21:42:38 PDT Modified files: sys/pci if_al.c Log: Ack! Cut & paste-o: xl -> al Revision Changes Path 1.2 +3 -3 src/sys/pci/if_al.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 21:56:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F19714CFE; Thu, 20 May 1999 21:56:34 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18164; Thu, 20 May 1999 21:56:33 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199905210456.VAA18164@freefall.freebsd.org> From: John Polstra Date: Thu, 20 May 1999 21:56:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc/config/alpha freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/05/20 21:56:33 PDT Modified files: contrib/egcs/gcc/config/alpha freebsd.h Log: Fix typo (#unset where #undef was meant). Revision Changes Path 1.7 +1 -1 src/contrib/egcs/gcc/config/alpha/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 20 23:29:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6C1C15527; Thu, 20 May 1999 23:29:16 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA25895; Thu, 20 May 1999 23:29:16 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905210629.XAA25895@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 20 May 1999 23:29:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape4-communicator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/20 23:29:15 PDT Modified files: www/netscape4-communicator Makefile Log: netscape wants X. Give it. Revision Changes Path 1.36 +2 -1 ports/www/netscape4-communicator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 0: 6:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACF07158EE; Fri, 21 May 1999 00:06:09 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA31269; Fri, 21 May 1999 00:06:09 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905210706.AAA31269@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 21 May 1999 00:06:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python/files Setup ports/lang/python/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/21 00:06:08 PDT Modified files: lang/python/files Setup lang/python/pkg PLIST Log: Enable the parser module. Submitted by: nectar Revision Changes Path 1.18 +1 -1 ports/lang/python/files/Setup 1.21 +1 -0 ports/lang/python/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 0:10:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2302C1586F; Fri, 21 May 1999 00:10:38 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA31797; Fri, 21 May 1999 00:10:38 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <199905210710.AAA31797@freefall.freebsd.org> From: Ollivier Robert Date: Fri, 21 May 1999 00:10:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roberto 1999/05/21 00:10:38 PDT Modified files: release/sysinstall menus.c Log: ftp3.fr.freebsd.org (UVSQ, Versailles, France) has been available for a long time. Submitted by: Rémy Card Revision Changes Path 1.206 +3 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 0:17:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AFBA15948; Fri, 21 May 1999 00:17:00 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA32467; Fri, 21 May 1999 00:16:59 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <199905210716.AAA32467@freefall.freebsd.org> From: Ollivier Robert Date: Fri, 21 May 1999 00:16:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roberto 1999/05/21 00:16:59 PDT Modified files: (Branch: RELENG_3) release/sysinstall menus.c Log: MFC: too bad I didn't checked this before 3.2... ftp3.fr.freebsd.org (UVSQ, Versailles, France) has been available for a long time. Submitted by: R\xe9my Card Revision Changes Path 1.180.2.25 +3 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 1:24: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48AB214D61; Fri, 21 May 1999 01:24:02 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41204; Fri, 21 May 1999 01:24:02 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905210824.BAA41204@freefall.freebsd.org> From: Doug Rabson Date: Fri, 21 May 1999 01:24:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/21 01:24:01 PDT Modified files: sys/kern subr_bus.c Log: Silently return NULL from devclass_get_device if dc == NULL. The caller should be handling NULL returns already. Submitted by: Andrew Gallatin Revision Changes Path 1.24 +2 -2 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 1:37:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99BBA14D61; Fri, 21 May 1999 01:37:13 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA42932; Fri, 21 May 1999 01:37:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905210837.BAA42932@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 21 May 1999 01:37:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/21 01:37:12 PDT Modified files: (Branch: RELENG_3) sys/i386/conf files.i386 Log: i386/isa/lpt.c is for olpt, not lpt. This caused the parallell port to be probed and attached twice. Revision Changes Path 1.220.2.5 +2 -2 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 1:40:42 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 97C6C15954; Fri, 21 May 1999 01:40:34 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id KAA78742; Fri, 21 May 1999 10:40:34 +0200 (CEST) (envelope-from des) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 References: <199905210837.BAA42932@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 21 May 1999 10:40:33 +0200 In-Reply-To: Dag-Erling Smorgrav's message of "Fri, 21 May 1999 01:37:12 -0700 (PDT)" Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dag-Erling Smorgrav writes: > Log: > i386/isa/lpt.c is for olpt, not lpt. This caused the parallell port to > be probed and attached twice. I forgot: This makes the olpt driver actually work. Forgotten-by: obrien DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 1:57:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEC9814D61; Fri, 21 May 1999 01:57:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA44970; Fri, 21 May 1999 01:57:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905210857.BAA44970@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 21 May 1999 01:57:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.config Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/21 01:57:12 PDT Modified files: (Branch: RELENG_3) gnu/usr.bin/man/manpath manpath.config Log: MFC: upgrade to perl 5.00503 Spotted-by: Ruslan Ermilov (ru@ucb.crimea.ua) Revision Changes Path 1.8.2.2 +2 -2 src/gnu/usr.bin/man/manpath/manpath.config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 2: 1: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62B3B1596D; Fri, 21 May 1999 02:00:59 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45687; Fri, 21 May 1999 02:00:59 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905210900.CAA45687@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 21 May 1999 02:00:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.config Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/21 02:00:59 PDT Modified files: (Branch: RELENG_3) gnu/usr.bin/man/manpath manpath.config Log: Argh! forgot this: PR: conf/11747 Revision Changes Path 1.8.2.3 +1 -1 src/gnu/usr.bin/man/manpath/manpath.config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 2: 8: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B1261596D; Fri, 21 May 1999 02:08:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA46439; Fri, 21 May 1999 02:08:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905210908.CAA46439@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 21 May 1999 02:08:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/21 02:08:00 PDT Modified files: (Branch: RELENG_3) sys/i386/conf LINT Log: -STABLE is not -CURRENT. -STABLE's config(8) still requires double-quotes around options with digits in them. Revision Changes Path 1.539.2.21 +5 -5 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 4: 1: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 705FF14E67; Fri, 21 May 1999 04:01:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA59430; Fri, 21 May 1999 04:01:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905211101.EAA59430@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 21 May 1999 04:01:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall kget.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/21 04:01:00 PDT Modified files: release/sysinstall kget.c Log: Don't do anything on alpha machines. Revision Changes Path 1.10 +12 -1 src/release/sysinstall/kget.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 5:59:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20CE014F46; Fri, 21 May 1999 05:59:54 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA71578; Fri, 21 May 1999 05:59:54 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905211259.FAA71578@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 21 May 1999 05:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/21 05:59:53 PDT Modified files: en/news press.sgml Log: SGML typo in last commit. Revision Changes Path 1.69 +3 -3 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:25:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0DB0155BC; Fri, 21 May 1999 06:25:36 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA75201; Fri, 21 May 1999 06:25:36 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211325.GAA75201@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:25:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:25:35 PDT Modified files: editors/flim-emacs Makefile Log: FLIM is a library to provide basic features about message representation or encoding. I forgot to put this in previous commit log. Revision Changes Path 1.3 +1 -1 ports/editors/flim-emacs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:26:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53E3014F8C; Fri, 21 May 1999 06:26:56 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA75571; Fri, 21 May 1999 06:26:56 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211326.GAA75571@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:26:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:26:55 PDT Modified files: editors/flim-mule Makefile Log: FLIM is a library to provide basic features about message representation or encoding for editors/mule. I forgot to put this in previous commit log. Revision Changes Path 1.2 +1 -1 ports/editors/flim-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:27:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E704914F8C; Fri, 21 May 1999 06:27:54 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA75914; Fri, 21 May 1999 06:27:54 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211327.GAA75914@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:27:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs-current Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:27:54 PDT Modified files: editors/flim-emacs-current Makefile Log: FLIM is a library to provide basic features about message representation or encoding. This is a development version. I forgot to put this in previous commit log. Revision Changes Path 1.4 +1 -1 ports/editors/flim-emacs-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:28:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4465114F8C; Fri, 21 May 1999 06:28:51 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA75997; Fri, 21 May 1999 06:28:51 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211328.GAA75997@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:28:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-mule-current Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:28:50 PDT Modified files: editors/flim-mule-current Makefile Log: FLIM is a library to provide basic features about message representation or encoding for editors/mule. This is a development version. I forgot to put this in previous commit log. Revision Changes Path 1.2 +1 -1 ports/editors/flim-mule-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:30: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E150015264; Fri, 21 May 1999 06:30:01 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76148; Fri, 21 May 1999 06:30:01 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211330.GAA76148@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:30:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:30:01 PDT Modified files: editors/semi-emacs Makefile Log: SEMI is a library to provide MIME feature for GNU Emacs. I forgot to put this in previous commit log. Revision Changes Path 1.4 +1 -1 ports/editors/semi-emacs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:30:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BF6E15A53; Fri, 21 May 1999 06:30:57 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76228; Fri, 21 May 1999 06:30:56 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211330.GAA76228@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:30:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:30:56 PDT Modified files: editors/semi-mule Makefile Log: SEMI is a library to provide MIME feature for GNU Emacs(Mule). I forgot to put this in previous commit log. Revision Changes Path 1.2 +1 -1 ports/editors/semi-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:31:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEAEF15286; Fri, 21 May 1999 06:31:56 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76360; Fri, 21 May 1999 06:31:56 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211331.GAA76360@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:31:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs-current Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:31:55 PDT Modified files: editors/semi-emacs-current Makefile Log: SEMI is a library to provide MIME feature for GNU Emacs. This is a development version. I forgot to put this in previous commit log. Revision Changes Path 1.4 +1 -1 ports/editors/semi-emacs-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:32:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EA1B15AD2; Fri, 21 May 1999 06:32:39 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76414; Fri, 21 May 1999 06:32:39 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211332.GAA76414@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:32:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-mule-current Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:32:39 PDT Modified files: editors/semi-mule-current Makefile Log: SEMI is a library to provide MIME feature for GNU Emacs(Mule). This is a development version. I forgot to put this in previous commit log. Revision Changes Path 1.2 +1 -1 ports/editors/semi-mule-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:33:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0992A14BEF; Fri, 21 May 1999 06:33:41 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76506; Fri, 21 May 1999 06:33:41 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211333.GAA76506@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:33:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-emacs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:33:41 PDT Modified files: editors/wemi-emacs Makefile Log: WEMI is a branch of SEMI kernel package using widget. It is a library to provide MIME feature for GNU Emacs based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. I forgot to put this in previous commit log. Revision Changes Path 1.2 +1 -1 ports/editors/wemi-emacs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:35:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63320158B5; Fri, 21 May 1999 06:34:30 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76619; Fri, 21 May 1999 06:34:30 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211334.GAA76619@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:34:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:34:29 PDT Modified files: editors/wemi-mule Makefile Log: WEMI is a branch of SEMI kernel package using widget. It is a library to provide MIME feature for GNU Emacs(Mule) based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. I forgot to put this in previous commit log. Revision Changes Path 1.2 +1 -1 ports/editors/wemi-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:35:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 123AE15C20; Fri, 21 May 1999 06:35:13 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76665; Fri, 21 May 1999 06:35:13 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211335.GAA76665@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:35:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-emacs-current Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:35:13 PDT Modified files: editors/wemi-emacs-current Makefile Log: WEMI is a branch of SEMI kernel package using widget. It is a library to provide MIME feature for GNU Emacs based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. This is a development version. I forgot to put this in previous commit log. Revision Changes Path 1.2 +1 -1 ports/editors/wemi-emacs-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 6:36:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DC7514D39; Fri, 21 May 1999 06:36:05 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76877; Fri, 21 May 1999 06:36:05 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905211336.GAA76877@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 21 May 1999 06:36:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-mule-current Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/21 06:36:04 PDT Modified files: editors/wemi-mule-current Makefile Log: WEMI is a branch of SEMI kernel package using widget. It is a library to provide MIME feature for GNU Emacs(Mule) based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. This is a development version. I forgot to put this in previous commit log. Revision Changes Path 1.2 +1 -1 ports/editors/wemi-mule-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 7:46:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A31114D39; Fri, 21 May 1999 07:46:56 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA48871; Fri, 21 May 1999 07:46:56 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905211446.HAA48871@freefall.freebsd.org> From: Robert Nordier Date: Fri, 21 May 1999 07:46:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent parse.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/21 07:46:55 PDT Modified files: usr.bin/indent parse.c Log: Improve handling of "do ... while" following "else". This change eliminates some incorrect "Unmatched 'else'" errors. Revision Changes Path 1.3 +1 -1 src/usr.bin/indent/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 8: 2:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DA5A1553A; Fri, 21 May 1999 07:59:50 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50855; Fri, 21 May 1999 07:59:49 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905211459.HAA50855@freefall.freebsd.org> From: Bill Paul Date: Fri, 21 May 1999 07:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 ax.4 al.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/21 07:59:49 PDT Modified files: share/man/man4/man4.i386 ax.4 al.4 Log: Fix a couple of small grammatical errors. Revision Changes Path 1.5 +2 -2 src/share/man/man4/man4.i386/ax.4 1.2 +2 -2 src/share/man/man4/man4.i386/al.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 8:32:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0AC714D4B; Fri, 21 May 1999 08:32:22 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA53475; Fri, 21 May 1999 08:32:22 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905211532.IAA53475@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 21 May 1999 08:32:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/21 08:32:22 PDT Modified files: . LEGAL Log: Add textproc/xml4j. Revision Changes Path 1.141 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 8:33:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7B1A15698; Fri, 21 May 1999 08:33:56 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA53677; Fri, 21 May 1999 08:33:56 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905211533.IAA53677@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 21 May 1999 08:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/21 08:33:56 PDT Modified files: . modules Log: xml4j --> ports/textproc/xml4j Revision Changes Path 1.24 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 8:34:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 906D915541; Fri, 21 May 1999 08:34:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA53709; Fri, 21 May 1999 08:34:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905211534.IAA53709@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 21 May 1999 08:34:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/21 08:34:20 PDT Modified files: textproc Makefile Log: Activate xml4j. Revision Changes Path 1.52 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 8:35:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FFCA15541; Fri, 21 May 1999 08:35:57 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA53804; Fri, 21 May 1999 08:35:57 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905211535.IAA53804@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 21 May 1999 08:35:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xml4j - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/21 08:35:56 PDT ports/textproc/xml4j - Imported sources Update of /home/ncvs/ports/textproc/xml4j In directory freefall.freebsd.org:/x/tmp/cvs-serv53777 Log Message: XML for Java parser. Status: Vendor Tag: KURIYAMA Release Tags: v2_0_9 N ports/textproc/xml4j/Makefile N ports/textproc/xml4j/files/md5 N ports/textproc/xml4j/pkg/PLIST N ports/textproc/xml4j/pkg/COMMENT N ports/textproc/xml4j/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 8:39:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4EF115990; Fri, 21 May 1999 08:39:10 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA54101; Fri, 21 May 1999 08:39:10 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905211539.IAA54101@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 21 May 1999 08:39:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/net/crunch1 crunch.conf src/release/picobsd/dial/crunch1 crunch.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/21 08:39:09 PDT Modified files: (Branch: RELENG_3) release/picobsd/net/crunch1 crunch.conf release/picobsd/dial/crunch1 crunch.conf Log: Add -lradius to the libs section. This is required by the new ppp code. Revision Changes Path 1.5.2.3 +2 -2 src/release/picobsd/net/crunch1/crunch.conf 1.5.2.2 +2 -2 src/release/picobsd/dial/crunch1/crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 8:54:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E490015A09; Fri, 21 May 1999 08:54:41 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA55400; Fri, 21 May 1999 08:54:41 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905211554.IAA55400@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 21 May 1999 08:54:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/21 08:54:41 PDT Modified files: sys/kern uipc_socket.c Log: Realy fix overflow on SO_*TIMEO Submitted by: bde Revision Changes Path 1.58 +12 -4 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 9:10:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18388159E1; Fri, 21 May 1999 09:10:48 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57055; Fri, 21 May 1999 09:10:47 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199905211610.JAA57055@freefall.freebsd.org> From: John Polstra Date: Fri, 21 May 1999 09:10:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/xntpd/xntpdc ntpdc_ops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/05/21 09:10:47 PDT Modified files: usr.sbin/xntpd/xntpdc ntpdc_ops.c Log: Fix a sign-extension bug in xntpdc's "kerninfo" output for on 64-bit machines. Negative pll offset values were printed as large positive numbers. Revision Changes Path 1.3 +1 -1 src/usr.sbin/xntpd/xntpdc/ntpdc_ops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 9:12:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A433A14F5F; Fri, 21 May 1999 09:12:13 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57126; Fri, 21 May 1999 09:12:13 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199905211612.JAA57126@freefall.freebsd.org> From: John Polstra Date: Fri, 21 May 1999 09:12:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/xntpd/xntpdc ntpdc_ops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/05/21 09:12:13 PDT Modified files: (Branch: RELENG_3) usr.sbin/xntpd/xntpdc ntpdc_ops.c Log: MFC 1.2 -> 1.3: Fix sign-extension bug in kerninfo output on 64-bit machines. Revision Changes Path 1.2.8.1 +1 -1 src/usr.sbin/xntpd/xntpdc/ntpdc_ops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 10: 3:24 1999 Delivered-To: cvs-all@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id 9E29014D01; Fri, 21 May 1999 10:03:10 -0700 (PDT) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.2/8.9.2) with ESMTP id SAA16824; Fri, 21 May 1999 18:02:58 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id RAA05928; Fri, 21 May 1999 17:58:12 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905211658.RAA05928@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Roger Hardiman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/net/crunch1 crunch.conf src/release/picobsd/dial/crunch1 crunch.conf In-reply-to: Your message of "Fri, 21 May 1999 08:39:10 PDT." <199905211539.IAA54101@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 May 1999 17:58:12 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > roger 1999/05/21 08:39:09 PDT > > Modified files: (Branch: RELENG_3) > release/picobsd/net/crunch1 crunch.conf > release/picobsd/dial/crunch1 crunch.conf > Log: > Add -lradius to the libs section. > This is required by the new ppp code. > > Revision Changes Path > 1.5.2.3 +2 -2 src/release/picobsd/net/crunch1/crunch.conf > 1.5.2.2 +2 -2 src/release/picobsd/dial/crunch1/crunch.conf Ppp's Makefile #ifdefs out the radius stuff when it's being built by the release Makefile - should the Picobsd stuff be -D'ing something extra ? -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 10: 4:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11F1C154EF; Fri, 21 May 1999 10:04:15 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62736; Fri, 21 May 1999 10:04:15 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905211704.KAA62736@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Fri, 21 May 1999 10:04:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls stat_flags.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/21 10:04:14 PDT Modified files: bin/ls stat_flags.c Log: Chflags was clearing all flags supplied on the command line after a clearing flag like dump or noschg, etc. PR: bin/10071 Submitted by: Andreas Klussmann Revision Changes Path 1.10 +2 -2 src/bin/ls/stat_flags.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 10:52:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D76B15111; Fri, 21 May 1999 10:52:40 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA69238; Fri, 21 May 1999 10:52:40 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905211752.KAA69238@freefall.freebsd.org> From: SADA Kenji Date: Fri, 21 May 1999 10:52:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase11-i18n/patches patch-bd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/21 10:52:40 PDT Added files: x11/kdebase11-i18n/patches patch-bd Log: Fix PLIST problem. Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 11:28:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAEEF14E3B; Fri, 21 May 1999 11:28:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72879; Fri, 21 May 1999 11:28:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905211828.LAA72879@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 May 1999 11:28:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/21 11:28:35 PDT Modified files: release/texts HARDWARE.TXT Log: Remove duplicated `ex0' entry. Revision Changes Path 1.19 +0 -1 src/release/texts/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 11:36: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B05E14CC7; Fri, 21 May 1999 11:36:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA73504; Fri, 21 May 1999 11:36:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905211836.LAA73504@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 May 1999 11:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat22 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/21 11:36:00 PDT Modified files: lib/compat/compat22 Makefile Log: Add usr/libexec/ld.so Revision Changes Path 1.2 +4 -2 src/lib/compat/compat22/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 11:37:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFED1159F7; Fri, 21 May 1999 11:37:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA73814; Fri, 21 May 1999 11:37:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905211837.LAA73814@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 May 1999 11:37:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat22 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/21 11:37:35 PDT Modified files: lib/compat/compat22 Makefile Log: Need a few more dependacies. Revision Changes Path 1.3 +3 -3 src/lib/compat/compat22/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 11:40:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE1D214CC7; Fri, 21 May 1999 11:40:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA74512; Fri, 21 May 1999 11:40:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905211840.LAA74512@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 May 1999 11:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat21 ld.so.gz.uu Makefile src/lib/compat/compat20 ld.so.gz.uu Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/21 11:40:55 PDT Modified files: lib/compat/compat21 Makefile lib/compat/compat20 Makefile Added files: lib/compat/compat21 ld.so.gz.uu lib/compat/compat20 ld.so.gz.uu Log: Add an a.out ld.so so these distributions are standalone. Revision Changes Path 1.11 +6 -4 src/lib/compat/compat21/Makefile 1.9 +6 -4 src/lib/compat/compat20/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 13:52:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 744C314EF0; Fri, 21 May 1999 13:52:44 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA84463; Fri, 21 May 1999 13:52:43 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199905212052.NAA84463@freefall.freebsd.org> From: John Polstra Date: Fri, 21 May 1999 13:52:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/xntpd/include ntp_stdlib.h src/usr.sbin/xntpd/lib netof.c numtoa.c numtohost.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/05/21 13:52:43 PDT Modified files: usr.sbin/xntpd/include ntp_stdlib.h usr.sbin/xntpd/lib netof.c numtoa.c numtohost.c Log: Fix hostname lookup problems on 64-bit machines. Revision Changes Path 1.2 +44 -43 src/usr.sbin/xntpd/include/ntp_stdlib.h 1.3 +3 -3 src/usr.sbin/xntpd/lib/netof.c 1.2 +5 -7 src/usr.sbin/xntpd/lib/numtoa.c 1.3 +1 -1 src/usr.sbin/xntpd/lib/numtohost.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 13:58:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E78314EF0; Fri, 21 May 1999 13:58:50 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85496; Fri, 21 May 1999 13:58:50 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199905212058.NAA85496@freefall.freebsd.org> From: John Polstra Date: Fri, 21 May 1999 13:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/xntpd/include ntp_stdlib.h src/usr.sbin/xntpd/lib netof.c numtoa.c numtohost.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/05/21 13:58:49 PDT Modified files: (Branch: RELENG_3) usr.sbin/xntpd/include ntp_stdlib.h usr.sbin/xntpd/lib netof.c numtoa.c numtohost.c Log: MFC: Fix hostname lookup problems on 64-bit machines. Revision Changes Path 1.1.1.4.10.1 +3 -3 src/usr.sbin/xntpd/include/ntp_stdlib.h 1.2.8.1 +3 -3 src/usr.sbin/xntpd/lib/netof.c 1.1.1.2.10.1 +2 -2 src/usr.sbin/xntpd/lib/numtoa.c 1.2.8.1 +1 -1 src/usr.sbin/xntpd/lib/numtohost.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 14:34:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D2C514DF7; Fri, 21 May 1999 14:34:08 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA88579; Fri, 21 May 1999 14:34:07 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905212134.OAA88579@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 21 May 1999 14:34:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mm Makefile ports/devel/mm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/21 14:34:06 PDT Modified files: devel/mm Makefile devel/mm/files md5 Log: Upgrade to MM Shared Memory Library, version 1.0.4 Revision Changes Path 1.6 +3 -3 ports/devel/mm/Makefile 1.6 +1 -1 ports/devel/mm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 15: 2: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A7E714D50; Fri, 21 May 1999 15:02:06 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA90624; Fri, 21 May 1999 15:02:06 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905212202.PAA90624@freefall.freebsd.org> From: Kenneth Merry Date: Fri, 21 May 1999 15:02:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/21 15:02:05 PDT Modified files: sys/pci ncr.c Log: Fix a memory leak and a double free that could happen in certain error cases. These were unlikely to happen in normal operation. Noticed by: "Christopher R. Bowman" Revision Changes Path 1.147 +4 -5 src/sys/pci/ncr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 15: 3:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 619A314D50; Fri, 21 May 1999 15:03:38 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA90723; Fri, 21 May 1999 15:03:38 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905212203.PAA90723@freefall.freebsd.org> From: Kenneth Merry Date: Fri, 21 May 1999 15:03:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/21 15:03:38 PDT Modified files: (Branch: RELENG_3) sys/pci ncr.c Log: MFC: Fix a memory leak and a double free that could happen in certain error cases. These were unlikely to happen in normal operation. Noticed by: "Christopher R. Bowman" Revision Changes Path 1.141.2.2 +4 -5 src/sys/pci/ncr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 15:39:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5608E15133; Fri, 21 May 1999 15:39:43 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA94673; Fri, 21 May 1999 15:39:43 -0700 (PDT) (envelope-from mph@FreeBSD.org) Message-Id: <199905212239.PAA94673@freefall.freebsd.org> From: Matthew Hunt Date: Fri, 21 May 1999 15:39:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/trn4 Makefile ports/news/trn4/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1999/05/21 15:39:42 PDT Modified files: news/trn4 Makefile news/trn4/files md5 Log: Correct distfile fennerage by upgrading to beta72. Revision Changes Path 1.20 +4 -4 ports/news/trn4/Makefile 1.7 +1 -1 ports/news/trn4/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 16:58:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F913152BC; Fri, 21 May 1999 16:58:15 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99610; Fri, 21 May 1999 16:58:15 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905212358.QAA99610@freefall.freebsd.org> From: Bill Paul Date: Fri, 21 May 1999 16:58:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_al.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/21 16:58:14 PDT Modified files: sys/pci if_al.c Log: Remove some #ifdef'ed code. The ADMtek doesn't have a 'enable reception of broadcast frames' bit, so we don't need any code in al_init() to set/clear it. Revision Changes Path 1.3 +2 -13 src/sys/pci/if_al.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 19: 2: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F3014C3C; Fri, 21 May 1999 19:02:00 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA06981; Fri, 21 May 1999 19:02:00 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905220202.TAA06981@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Fri, 21 May 1999 19:02:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/units units.lib Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/21 19:01:59 PDT Modified files: usr.bin/units units.lib Log: Add euro-currency and constant rates of EMU area. PR: bin/9263 Submitted by: Timo J. Rinne Revision Changes Path 1.4 +16 -11 src/usr.bin/units/units.lib To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 19:33:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C579D15252; Fri, 21 May 1999 19:33:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09027; Fri, 21 May 1999 19:33:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905220233.TAA09027@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 May 1999 19:33:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/21 19:33:12 PDT Modified files: release/texts HARDWARE.TXT Log: Remove `ix' driver. Justin Gibbs added support for the EtherExpress16 to the `ie' driver in rev 1.41 of if_ie.c on 1997/04/14. Thus retiring the `ix' driver. Forgotten by: gibbs Revision Changes Path 1.20 +2 -2 src/release/texts/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 19:34:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E29B15252; Fri, 21 May 1999 19:34:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09148; Fri, 21 May 1999 19:34:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905220234.TAA09148@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 May 1999 19:34:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/21 19:34:35 PDT Modified files: (Branch: RELENG_3) release/texts HARDWARE.TXT Log: MFC: remove dup `ex' driver entry and OBE `ix' driver entry. Revision Changes Path 1.5.2.9 +2 -3 src/release/texts/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 20:54:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5095A151CB; Fri, 21 May 1999 20:54:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA13187; Fri, 21 May 1999 20:54:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905220354.UAA13187@freefall.freebsd.org> From: Michael Haro Date: Fri, 21 May 1999 20:54:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wdm/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/21 20:54:36 PDT Added files: x11/wdm/patches patch-ad Log: Use proper path in manpage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 21:35:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE89414E22; Fri, 21 May 1999 21:35:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16146; Fri, 21 May 1999 21:35:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905220435.VAA16146@freefall.freebsd.org> From: Bruce Evans Date: Fri, 21 May 1999 21:35:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/21 21:35:03 PDT Modified files: sys/pci brooktree848.c Log: Restored rev.1.76 which was clobbered by rev.1.77. Revision Changes Path 1.79 +2 -2 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 21:37: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF6F815A19; Fri, 21 May 1999 21:36:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16251; Fri, 21 May 1999 21:36:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905220436.VAA16251@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 May 1999 21:36:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sane Makefile ports/graphics/sane/files md5 ports/graphics/sane/patches patch-01 patch-02 patch-03 patch-04 patch-05 patch-06 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/21 21:36:23 PDT Modified files: graphics/sane Makefile graphics/sane/files md5 graphics/sane/patches patch-01 patch-02 patch-03 Removed files: graphics/sane/patches patch-04 patch-05 patch-06 Log: Upgrade to 1.0.1. Remove my (obrien) name totally from this port so I stop getting email about it. Submitted by: Amancio Hasty Revision Changes Path 1.16 +3 -4 ports/graphics/sane/Makefile 1.6 +1 -1 ports/graphics/sane/files/md5 1.5 +27 -18 ports/graphics/sane/patches/patch-01 1.4 +40 -30 ports/graphics/sane/patches/patch-02 1.4 +20 -12 ports/graphics/sane/patches/patch-03 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 21:43:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D93E151D2; Fri, 21 May 1999 21:43:06 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16657; Fri, 21 May 1999 21:43:06 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199905220443.VAA16657@freefall.freebsd.org> From: Julian Elischer Date: Fri, 21 May 1999 21:43:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/05/21 21:43:06 PDT Modified files: contrib/sys/softupdates ffs_softdep.c Log: Cosmetic changes to make it compile without errors in gcc -Wall Revision Changes Path 1.29 +17 -10 src/contrib/sys/softupdates/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 21:57:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4980D1526F; Fri, 21 May 1999 21:57:28 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17573; Fri, 21 May 1999 21:57:28 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905220457.VAA17573@freefall.freebsd.org> From: Greg Lehey Date: Fri, 21 May 1999 21:57:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumioctl.c vinummemory.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/21 21:57:27 PDT Modified files: (Branch: RELENG_3) sys/dev/vinum vinumioctl.c vinummemory.c Log: MFC: Make Vinum compile correctly without VINUMDEBUG Tripped-over-by: Thomas Stromberg "R. Luettgen" Revision Changes Path 1.6.2.4 +3 -1 src/sys/dev/vinum/vinumioctl.c 1.6.2.4 +1 -2 src/sys/dev/vinum/vinummemory.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 23: 0: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F18E014C45; Fri, 21 May 1999 23:00:06 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA21494; Fri, 21 May 1999 23:00:06 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Message-Id: <199905220600.XAA21494@freefall.freebsd.org> From: Ustimenko Semen Date: Fri, 21 May 1999 23:00:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_txvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/05/21 23:00:06 PDT Modified files: (Branch: RELENG_3) sys/pci if_txvar.h Log: Move arpcom structure be the first in softc structure.a Needed for ether_ioctl. PR: pending/11754 Revision Changes Path 1.1.4.2 +2 -2 src/sys/pci/if_txvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 23:10:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBCBD150BF; Fri, 21 May 1999 23:10:15 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA22231; Fri, 21 May 1999 23:10:15 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Message-Id: <199905220610.XAA22231@freefall.freebsd.org> From: Ustimenko Semen Date: Fri, 21 May 1999 23:10:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_txvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/05/21 23:10:15 PDT Modified files: sys/pci if_txvar.h Log: Move arpcom structure be the first in softc structure. Needed for ether_ioctl. PR: pending/11754 Revision Changes Path 1.3 +2 -2 src/sys/pci/if_txvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 23:53: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10BEF15387; Fri, 21 May 1999 23:53:05 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA24895; Fri, 21 May 1999 23:53:05 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905220653.XAA24895@freefall.freebsd.org> From: Michael Haro Date: Fri, 21 May 1999 23:53:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ytalk Makefile ports/net/ytalk/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/21 23:53:04 PDT Modified files: net/ytalk Makefile net/ytalk/files md5 Log: Upgrade to version 3.1.1 PR Number: 11817 Originator: Dominic Mitchell Revision Changes Path 1.9 +7 -4 ports/net/ytalk/Makefile 1.3 +1 -1 ports/net/ytalk/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 21 23:57:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE634152EA; Fri, 21 May 1999 23:57:25 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA25181; Fri, 21 May 1999 23:57:25 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905220657.XAA25181@freefall.freebsd.org> From: Tim Vanderhoek Date: Fri, 21 May 1999 23:57:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nohup nohup.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/21 23:57:25 PDT Modified files: usr.bin/nohup nohup.c Log: If we're going to do such a non-UNIX(tm)y thing as appending output to a file instead of truncating, at least word the notice of output redirection appropriately. Revision Changes Path 1.3 +8 -2 src/usr.bin/nohup/nohup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 0:48:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1D5214C38; Sat, 22 May 1999 00:48:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA28337; Sat, 22 May 1999 00:48:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905220748.AAA28337@freefall.freebsd.org> From: Michael Haro Date: Sat, 22 May 1999 00:48:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tgif Makefile ports/graphics/tgif/files md5 ports/graphics/tgif/patches patch-aa ports/graphics/tgif/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/22 00:48:28 PDT Modified files: graphics/tgif Makefile graphics/tgif/files md5 graphics/tgif/patches patch-aa graphics/tgif/pkg PLIST Log: Upgrade to 4.1.11 PR: 11819 Submitted by: maintainer w/ upgrade by me Revision Changes Path 1.15 +4 -9 ports/graphics/tgif/Makefile 1.13 +1 -1 ports/graphics/tgif/files/md5 1.10 +4 -4 ports/graphics/tgif/patches/patch-aa 1.7 +3 -0 ports/graphics/tgif/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 0:54:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3782515000; Sat, 22 May 1999 00:54:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA28915; Sat, 22 May 1999 00:54:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905220754.AAA28915@freefall.freebsd.org> From: Bruce Evans Date: Sat, 22 May 1999 00:54:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/22 00:54:39 PDT Modified files: share/man/man4/man4.i386 Makefile Log: Fixed disordering in previous commit. Revision Changes Path 1.109 +4 -4 src/share/man/man4/man4.i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 1:25: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E179115059; Sat, 22 May 1999 01:25:04 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA30409; Sat, 22 May 1999 01:25:04 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905220825.BAA30409@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 01:25:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb solib.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/22 01:25:04 PDT Modified files: contrib/gdb/gdb solib.c Log: Fix a coredump when debugging corefiles from static programs. Revision Changes Path 1.6 +1 -1 src/contrib/gdb/gdb/solib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 1:29:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9DAF150D4; Sat, 22 May 1999 01:29:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA30651; Sat, 22 May 1999 01:29:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905220829.BAA30651@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 01:29:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb solib.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/22 01:29:24 PDT Modified files: (Branch: RELENG_3) contrib/gdb/gdb solib.c Log: MFC: Problems with coredumps from static programs. Revision Changes Path 1.3.2.2 +1 -1 src/contrib/gdb/gdb/solib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 1:37: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BCAC150D4; Sat, 22 May 1999 01:36:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA30922; Sat, 22 May 1999 01:36:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905220836.BAA30922@freefall.freebsd.org> From: Bruce Evans Date: Sat, 22 May 1999 01:36:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include limits.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/22 01:36:57 PDT Modified files: sys/i386/include limits.h Log: Fixed style bugs in previous commit. Revision Changes Path 1.13 +5 -5 src/sys/i386/include/limits.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 2:39:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ADBA151D7; Sat, 22 May 1999 02:39:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA34773; Sat, 22 May 1999 02:39:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905220939.CAA34773@freefall.freebsd.org> From: Peter Wemm Date: Sat, 22 May 1999 02:39:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa intr_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/22 02:39:35 PDT Modified files: sys/i386/isa intr_machdep.c Log: Recover from removing the last (unshared) interrupt handler. PR: 11806 Submitted by: Assar Westerlund Revision Changes Path 1.22 +12 -27 src/sys/i386/isa/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 2:52:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A4B414C1E; Sat, 22 May 1999 02:52:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35244; Sat, 22 May 1999 02:52:25 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905220952.CAA35244@freefall.freebsd.org> From: Peter Wemm Date: Sat, 22 May 1999 02:52:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/22 02:52:24 PDT Modified files: sys/kern subr_bus.c Log: Add seatbelt like in previous function.. Revision Changes Path 1.25 +3 -1 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 5:55:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70E3B14C05; Sat, 22 May 1999 05:55:18 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49073; Sat, 22 May 1999 05:55:18 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905221255.FAA49073@freefall.freebsd.org> From: Robert Nordier Date: Sat, 22 May 1999 05:55:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/22 05:55:17 PDT Modified files: sbin/reboot boot_i386.8 Log: Include a table of disk error codes and a note about the cylinder > 1023 issue. Revision Changes Path 1.18 +39 -1 src/sbin/reboot/boot_i386.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 6: 1:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D8CC14C05; Sat, 22 May 1999 06:01:50 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA49322; Sat, 22 May 1999 06:01:50 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905221301.GAA49322@freefall.freebsd.org> From: Robert Nordier Date: Sat, 22 May 1999 06:01:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/22 06:01:50 PDT Modified files: (Branch: RELENG_3) sbin/reboot boot_i386.8 Log: MFC: Minor improvements, references to loader(8). Revision Changes Path 1.16.2.1 +12 -9 src/sbin/reboot/boot_i386.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 6: 3:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53CCA14C05; Sat, 22 May 1999 06:03:32 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA49387; Sat, 22 May 1999 06:03:32 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905221303.GAA49387@freefall.freebsd.org> From: Robert Nordier Date: Sat, 22 May 1999 06:03:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/22 06:03:32 PDT Modified files: (Branch: RELENG_3) sbin/reboot boot_i386.8 Log: MFC: Disk error codes and cyl > 1023 note. Revision Changes Path 1.16.2.2 +39 -1 src/sbin/reboot/boot_i386.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 6:18:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8085F14C05; Sat, 22 May 1999 06:18:31 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA50400; Sat, 22 May 1999 06:18:31 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905221318.GAA50400@freefall.freebsd.org> From: Robert Nordier Date: Sat, 22 May 1999 06:18:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader loader.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/22 06:18:30 PDT Modified files: sys/boot/i386/loader loader.8 Log: Fix a reference to the mysterious Mike Smisth. Revision Changes Path 1.6 +2 -2 src/sys/boot/i386/loader/loader.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 6:22:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4406C14C05; Sat, 22 May 1999 06:22:22 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA50578; Sat, 22 May 1999 06:22:21 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905221322.GAA50578@freefall.freebsd.org> From: Robert Nordier Date: Sat, 22 May 1999 06:22:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader loader.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/22 06:22:21 PDT Modified files: (Branch: RELENG_3) sys/boot/i386/loader loader.8 Log: MFC: smisth -> smith. Revision Changes Path 1.1.2.4 +2 -2 src/sys/boot/i386/loader/loader.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 7:57:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEFE214EE8; Sat, 22 May 1999 07:57:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA30808; Sat, 22 May 1999 07:57:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905221457.HAA30808@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 07:57:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/22 07:57:16 PDT Modified files: sys/sys bus.h sys/kern subr_bus.c Log: Add some helper functions to make it easier to write a driver for a bus which needs to manage resources for its children. Revision Changes Path 1.17 +69 -2 src/sys/sys/bus.h 1.26 +149 -1 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 8:15:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 807E914D93; Sat, 22 May 1999 08:15:21 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA42563; Sat, 22 May 1999 08:15:21 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905221515.IAA42563@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sat, 22 May 1999 08:15:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/22 08:15:21 PDT Modified files: devel/mm Makefile Log: Add also FTP site to MASTER_SITES Revision Changes Path 1.7 +3 -2 ports/devel/mm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 8:18:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C57CD14D93; Sat, 22 May 1999 08:18:30 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44946; Sat, 22 May 1999 08:18:30 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905221518.IAA44946@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 08:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa.c isa_compat.c src/sys/alpha/isa isa.c src/sys/conf files src/sys/isa isa_common.c isa_common.h isa_if.m isahint.c isavar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/22 08:18:30 PDT Modified files: sys/i386/isa isa.c isa_compat.c sys/alpha/isa isa.c sys/conf files sys/isa isahint.c isavar.h Added files: sys/isa isa_common.c isa_common.h isa_if.m Log: * Factor out the common code between the isa bus drivers for i386 and alpha. * Re-work the resource allocation code to use helper functions in subr_bus.c. * Add simple isa interface for manipulating the resource ranges which can be allocated and remove the code from isa_write_ivar() which was previously used for this purpose. Revision Changes Path 1.127 +32 -431 src/sys/i386/isa/isa.c 1.10 +57 -23 src/sys/i386/isa/isa_compat.c 1.16 +71 -419 src/sys/alpha/isa/isa.c 1.217 +15 -0 src/sys/conf/files 1.2 +20 -17 src/sys/isa/isahint.c 1.7 +3 -2 src/sys/isa/isavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 8:45:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60EF114C41; Sat, 22 May 1999 08:45:52 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA64540; Sat, 22 May 1999 08:45:52 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905221545.IAA64540@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 08:45:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa bt_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/22 08:45:51 PDT Modified files: sys/i386/isa bt_isa.c Log: Don't use BUS_WRITE_IVAR to manipulate resources. Revision Changes Path 1.12 +10 -9 src/sys/i386/isa/bt_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 8:47:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C914514BC9; Sat, 22 May 1999 08:47:36 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA65754; Sat, 22 May 1999 08:47:36 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905221547.IAA65754@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 08:47:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa atkbdc_isa.c sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/22 08:47:36 PDT Modified files: sys/isa atkbdc_isa.c sio.c Log: Use the resource apis to manipulate resources. Revision Changes Path 1.7 +18 -4 src/sys/isa/atkbdc_isa.c 1.242 +21 -6 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 9:13: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B02C14C24; Sat, 22 May 1999 09:12:56 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA80629; Sat, 22 May 1999 09:12:56 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905221612.JAA80629@freefall.freebsd.org> From: Bill Paul Date: Sat, 22 May 1999 09:12:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wi.c src/share/man/man4/man4.i386 wi.4 src/usr.sbin/wicontrol wicontrol.8 wicontrol.c src/release/texts HARDWARE.TXT RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/22 09:12:56 PDT Modified files: sys/i386/isa if_wi.c share/man/man4/man4.i386 wi.4 usr.sbin/wicontrol wicontrol.8 wicontrol.c release/texts HARDWARE.TXT RELNOTES.TXT Log: - Fix up some comments in if_wi.c (no code changes) - Mention that the 6Mbps turbo adapters are supported in HARDWARE.TXT and RELNOTES.TXT and the wi.4 man page - Mention turbo adapters in the wicontrol.8 man page and provide a complete table of available transmit speed settings Revision Changes Path 1.5 +9 -9 src/sys/i386/isa/if_wi.c 1.3 +6 -3 src/share/man/man4/man4.i386/wi.4 1.6 +24 -6 src/usr.sbin/wicontrol/wicontrol.8 1.6 +3 -3 src/usr.sbin/wicontrol/wicontrol.c 1.21 +6 -2 src/release/texts/HARDWARE.TXT 1.29 +9 -1 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 9:21:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD39114C24; Sat, 22 May 1999 09:21:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA84161; Sat, 22 May 1999 09:21:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905221621.JAA84161@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 May 1999 09:21:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat22 ld.so.gz.uu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/22 09:21:51 PDT Added files: lib/compat/compat22 ld.so.gz.uu Log: I seem to be having some CVS problems... I don't know why this wasn't commited with the Makefile fixes. CVS/Entries clearly show it being added... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 9:36:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFEFD14F34; Sat, 22 May 1999 09:36:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA90276; Sat, 22 May 1999 09:36:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905221636.JAA90276@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 22 May 1999 09:36:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/kerneldebug chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/22 09:36:06 PDT Modified files: en/handbook/kerneldebug chapter.sgml Log: It appears "-g" is now the right option to ``strip'' rather than "-d". Revision Changes Path 1.14 +2 -2 doc/en/handbook/kerneldebug/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 10:35:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9309F14CE9; Sat, 22 May 1999 10:35:11 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA05967; Sat, 22 May 1999 10:35:11 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905221735.KAA05967@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 10:35:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libio bwx.c swiz.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/22 10:35:07 PDT Modified files: lib/libio bwx.c swiz.c Log: Cope with non page-aligned arguments to ioperm. Revision Changes Path 1.2 +16 -11 src/lib/libio/bwx.c 1.2 +3 -3 src/lib/libio/swiz.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 10:35:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3B8714FD7; Sat, 22 May 1999 10:35:50 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06095; Sat, 22 May 1999 10:35:50 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905221735.KAA06095@freefall.freebsd.org> From: Doug Rabson Date: Sat, 22 May 1999 10:35:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin Makefile src/contrib/pnpinfo pnpinfo.c src/usr.sbin/pnpinfo Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/22 10:35:50 PDT Modified files: usr.sbin Makefile contrib/pnpinfo pnpinfo.c usr.sbin/pnpinfo Makefile Log: Port pnpinfo to alpha. Revision Changes Path 1.156 +2 -2 src/usr.sbin/Makefile 1.5 +10 -4 src/contrib/pnpinfo/pnpinfo.c 1.3 +5 -1 src/usr.sbin/pnpinfo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 11:32:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3146814E1E; Sat, 22 May 1999 11:32:42 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA13777; Sat, 22 May 1999 11:32:42 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905221832.LAA13777@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 22 May 1999 11:32:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.db Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/22 11:32:39 PDT Modified files: en/gallery gallery.db Log: Delete Microsnot Corp. Revision Changes Path 1.21 +0 -1 www/en/gallery/gallery.db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 12:38: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 880CD14CC9; Sat, 22 May 1999 12:38:06 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA24084; Sat, 22 May 1999 12:38:06 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905221938.MAA24084@freefall.freebsd.org> From: Tim Vanderhoek Date: Sat, 22 May 1999 12:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/22 12:38:05 PDT Modified files: gnu/usr.bin/man/manpath Makefile Log: Use BINOWN and BINGRP (some people do change these...) Revision Changes Path 1.20 +2 -2 src/gnu/usr.bin/man/manpath/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 13:10:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7664E14C96; Sat, 22 May 1999 13:10:33 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA30164; Sat, 22 May 1999 13:10:33 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905222010.NAA30164@freefall.freebsd.org> From: Dmitrij Tejblum Date: Sat, 22 May 1999 13:10:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_status.c src/sys/kern tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/22 13:10:32 PDT Modified files: sys/miscfs/procfs procfs_status.c sys/kern tty.c Log: Don't call calcru() on a swapped-out process. calcru() access p_stats, which is in U-area. Revision Changes Path 1.14 +10 -16 src/sys/miscfs/procfs/procfs_status.c 1.119 +12 -9 src/sys/kern/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 14: 8:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51DF614BCC; Sat, 22 May 1999 14:08:53 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40988; Sat, 22 May 1999 14:08:53 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905222108.OAA40988@freefall.freebsd.org> From: Bill Paul Date: Sat, 22 May 1999 14:08:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT files.i386 src/sys/i386/include if_wavelan_ieee.h src/usr.sbin Makefile src/usr.sbin/wicontrol Makefile wicontrol.8 wicontrol.c src/share/man/man4/man4.i386 wi.4 Makefile src/release/texts HARDWARE.TXT RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/22 14:08:52 PDT Modified files: (Branch: RELENG_3) sys/i386/conf LINT files.i386 usr.sbin Makefile share/man/man4/man4.i386 Makefile release/texts HARDWARE.TXT RELNOTES.TXT Added files: (Branch: RELENG_3) sys/i386/include if_wavelan_ieee.h usr.sbin/wicontrol Makefile wicontrol.8 wicontrol.c share/man/man4/man4.i386 wi.4 Log: Bring the WaveLAN/IEEE 802.11 driver and wicontrol utility into the stable branch. Revision Changes Path 1.539.2.22 +5 -1 src/sys/i386/conf/LINT 1.220.2.6 +2 -1 src/sys/i386/conf/files.i386 1.147.2.5 +2 -1 src/usr.sbin/Makefile 1.95.2.5 +3 -2 src/share/man/man4/man4.i386/Makefile 1.5.2.10 +7 -0 src/release/texts/HARDWARE.TXT 1.12.2.21 +11 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 14: 9:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E42E414C05; Sat, 22 May 1999 14:09:54 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41232; Sat, 22 May 1999 14:09:54 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905222109.OAA41232@freefall.freebsd.org> From: Bill Paul Date: Sat, 22 May 1999 14:09:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wireg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/22 14:09:54 PDT Added files: (Branch: RELENG_3) sys/i386/isa if_wireg.h Log: Dangit... missed the cvs add on if_wireg.h. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 14:37:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F23C14D43; Sat, 22 May 1999 14:37:07 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA47219; Sat, 22 May 1999 14:37:07 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905222137.OAA47219@freefall.freebsd.org> From: SADA Kenji Date: Sat, 22 May 1999 14:37:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape4-communicator Makefile ports/japanese/netscape4-communicator/pkg PLIST ports/japanese/netscape4-navigator/pkg PLIST ports/japanese/netscape45-communicator/pkg PLIST ports/japanese/netscape45-navigator/pkg PLIST ports/japanese/netscape46-communicator/pkg PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/22 14:37:05 PDT Modified files: japanese/netscape4-communicator Makefile japanese/netscape4-communicator/pkg PLIST japanese/netscape4-navigator/pkg PLIST japanese/netscape45-communicator/pkg PLIST japanese/netscape45-navigator/pkg PLIST japanese/netscape46-communicator/pkg PLIST japanese/netscape46-navigator/pkg PLIST Log: Fix to display the help menu in japanese. Adviced by: yohta@bsys.tsukuba.ac.jp (Yoshihiko OHTA) Revision Changes Path 1.22 +3 -2 ports/japanese/netscape4-communicator/Makefile 1.5 +1 -1 ports/japanese/netscape4-communicator/pkg/PLIST 1.5 +1 -1 ports/japanese/netscape4-navigator/pkg/PLIST 1.3 +1 -1 ports/japanese/netscape45-communicator/pkg/PLIST 1.2 +1 -1 ports/japanese/netscape45-navigator/pkg/PLIST 1.4 +1 -1 ports/japanese/netscape46-communicator/pkg/PLIST 1.3 +1 -1 ports/japanese/netscape46-navigator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 15: 4:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6743414D7B; Sat, 22 May 1999 15:04:23 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA51779; Sat, 22 May 1999 15:04:23 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905222204.PAA51779@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 22 May 1999 15:04:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci amd.c amd.h src/sys/cam cam_ccb.h cam_periph.c cam_periph.h cam_xpt.c src/sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.seq Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/22 15:04:19 PDT Added files: sys/pci amd.c amd.h Log: First cut at a driver for the amd53c974 PCI SCSI host adapter. This driver lacks error recovery and still needs more testing, but it's about time I got it under revision control. Submitted by: Tekram Inc. Bus Space/DMA and cleanup: gibbs Modified files: sys/cam cam_ccb.h cam_periph.c cam_periph.h cam_xpt.c Log: Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccb types allow the reporting of error counts and other statistics. Currently we provide information on the last BDR or bus reset as well as active transaction inforamtion, but this will be expanded as more information is added to aid in error recovery. Use the 'last reset' information to better handle bus settle delays. Peripheral drivers now control whether a bus settle delay occurs and for how long. This allows target mode peripheral drivers to avoid having their device queue frozen by the XPT for what shoudl only be initiator type behavior. Don't perform a bus reset if the target device is incapable of performing transfer negotiation (e.g. Fiber Channel). If we don't perform a bus reset but the controller is capable of transfer negotiations, force negotiations on the first transaction to go to the device. This ensures that we aren't tripped up by a left over negotiation from the prom, BIOS, loader, etc. Add a default async handler funstion to cam_periph.c to remove duplicated code in all initiator type peripheral drivers. Allow mapping of XPT_CONT_TARGET_IO ccbs from userland. They are itentical to XPT_SCSI_IO ccbs as far as data mapping is concerned. Revision Changes Path 1.6 +32 -1 src/sys/cam/cam_ccb.h 1.14 +77 -1 src/sys/cam/cam_periph.c 1.4 +9 -1 src/sys/cam/cam_periph.h 1.59 +162 -111 src/sys/cam/cam_xpt.c Modified files: sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c Log: Add a default async handler funstion to cam_periph.c to remove duplicated code in all initiator type peripheral drivers. scsi_target.c: Release ATIO structures that wind up in the 'unkown command queue' for consumption by our userland counterpart, back to the controller when the exception for that command is cleared. Revision Changes Path 1.8 +28 -1 src/sys/cam/scsi/scsi_all.h 1.21 +3 -8 src/sys/cam/scsi/scsi_cd.c 1.12 +2 -9 src/sys/cam/scsi/scsi_ch.c 1.25 +3 -8 src/sys/cam/scsi/scsi_da.c 1.10 +2 -9 src/sys/cam/scsi/scsi_pass.c 1.8 +3 -10 src/sys/cam/scsi/scsi_pt.c 1.25 +2 -9 src/sys/cam/scsi/scsi_sa.c 1.12 +3 -1 src/sys/cam/scsi/scsi_target.c Modified files: sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.seq Log: aic7xxx.c: Honor the 'bus reset at startup' option now that the XPT properly handles transfer negotiation in this scenario. Honor the sync rate settings on Ultra2 controllers. We would always negotiate at the fastest speed. Oops. aic7xxx.h: Whitespace. aic7xxx.seq: Fix a minor nit that would cause the controller to miss the update of the negotiation required bitmask causing the negotiation to be delayed by a command. Revision Changes Path 1.30 +5 -14 src/sys/dev/aic7xxx/aic7xxx.c 1.10 +2 -2 src/sys/dev/aic7xxx/aic7xxx.h 1.89 +3 -2 src/sys/dev/aic7xxx/aic7xxx.seq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 15:10:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FA1314EE7; Sat, 22 May 1999 15:10:12 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA53019; Sat, 22 May 1999 15:10:12 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905222210.PAA53019@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 22 May 1999 15:10:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/22 15:10:12 PDT Modified files: sys/conf files Log: Add the amd driver. Revision Changes Path 1.218 +1 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 15:56:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3CBE14C97; Sat, 22 May 1999 15:56:28 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA61988; Sat, 22 May 1999 15:56:28 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905222256.PAA61988@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sat, 22 May 1999 15:56:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sa main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/22 15:56:27 PDT Modified files: usr.sbin/sa main.c Log: Initialize exit code so that the program exits with code 0 on success. PR: bin/10904 Submitted by: Ben Smithurst Revision Changes Path 1.7 +2 -2 src/usr.sbin/sa/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 15:59:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCD8E14C97; Sat, 22 May 1999 15:59:15 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA62535; Sat, 22 May 1999 15:59:15 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905222259.PAA62535@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 22 May 1999 15:59:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_ccb.h cam_periph.c cam_periph.h cam_xpt.c src/sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.seq Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/22 15:59:15 PDT Modified files: (Branch: RELENG_3) sys/cam cam_ccb.h cam_periph.c cam_periph.h cam_xpt.c Log: MFC: Better bus settle and reset behavior. XPT_PATH/GDEV_STATS. Suport scanning without an initial bus reset. Revision Changes Path 1.3.2.3 +32 -1 src/sys/cam/cam_ccb.h 1.9.2.3 +77 -1 src/sys/cam/cam_periph.c 1.3.2.1 +9 -1 src/sys/cam/cam_periph.h 1.42.2.12 +162 -111 src/sys/cam/cam_xpt.c Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c Log: MFC: Use cam_periph_async for default async event handling. Fix a few target mode bugs related to userland command handling. Revision Changes Path 1.6.2.2 +28 -1 src/sys/cam/scsi/scsi_all.h 1.14.2.6 +3 -8 src/sys/cam/scsi/scsi_cd.c 1.9.2.3 +2 -9 src/sys/cam/scsi/scsi_ch.c 1.19.2.5 +3 -8 src/sys/cam/scsi/scsi_da.c 1.5.2.4 +2 -9 src/sys/cam/scsi/scsi_pass.c 1.4.2.3 +3 -10 src/sys/cam/scsi/scsi_pt.c 1.16.2.5 +2 -9 src/sys/cam/scsi/scsi_sa.c 1.7.2.4 +3 -1 src/sys/cam/scsi/scsi_target.c Modified files: (Branch: RELENG_3) sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.seq Log: MFC: Fix minor negotiation bug on U2 chips. Honor 'no initial reset' option. Revision Changes Path 1.16.2.10 +5 -14 src/sys/dev/aic7xxx/aic7xxx.c 1.5.2.3 +2 -2 src/sys/dev/aic7xxx/aic7xxx.h 1.84.2.5 +3 -2 src/sys/dev/aic7xxx/aic7xxx.seq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 16:52:50 1999 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id ED8E114DBC; Sat, 22 May 1999 16:52:45 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id IAA18918; Sun, 23 May 1999 08:52:43 +0900 (JST) Message-ID: <37470C4F.322AE4E7@newsguy.com> Date: Sun, 23 May 1999 04:58:07 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Robert Nordier Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader loader.8 References: <199905221318.GAA50400@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Robert Nordier wrote: > > rnordier 1999/05/22 06:18:30 PDT > > Modified files: > sys/boot/i386/loader loader.8 > Log: > Fix a reference to the mysterious Mike Smisth. Did I do that??? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "If at first you don't succeed, skydiving is not for you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 17:38: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50A2215031; Sat, 22 May 1999 17:38:01 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68116; Sat, 22 May 1999 17:38:01 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905230038.RAA68116@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sat, 22 May 1999 17:38:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof gprof.1 gprof.c gprof.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/22 17:38:00 PDT Modified files: usr.bin/gprof gprof.1 gprof.c gprof.h Log: Construct the profile file name from the name of the executable. A program compiled with -pg and run will generate a file .gmon, not gmon.out. PR: bin/8426 Revision Changes Path 1.9 +9 -11 src/usr.bin/gprof/gprof.1 1.9 +4 -2 src/usr.bin/gprof/gprof.c 1.8 +0 -1 src/usr.bin/gprof/gprof.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 22 19:11:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B732D151C5; Sat, 22 May 1999 19:11:43 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA72394; Sat, 22 May 1999 19:11:43 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905230211.TAA72394@freefall.freebsd.org> From: John Birrell Date: Sat, 22 May 1999 19:11:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/22 19:11:43 PDT Modified files: gnu/usr.bin/man/manpath Makefile Log: Add a missing backslash from the last commit. (Broke installworld) Revision Changes Path 1.21 +1 -1 src/gnu/usr.bin/man/manpath/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 3: 2:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C12B150F7; Sun, 23 May 1999 03:02:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA99997; Sun, 23 May 1999 03:02:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905231002.DAA99997@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 23 May 1999 03:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libg2c Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/23 03:02:50 PDT Modified files: gnu/lib/libg2c Makefile Log: Install g2c.h header incase others want to call libg2c from C. Submitted by: Steve Revision Changes Path 1.4 +5 -1 src/gnu/lib/libg2c/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 3:51:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EDB914C8A; Sun, 23 May 1999 03:51:36 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA02230; Sun, 23 May 1999 03:51:35 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905231051.DAA02230@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 03:51:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 03:51:35 PDT Modified files: sys/kern vfs_conf.c Log: Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set. Broken by: phk Problem ignored by: phk Revision Changes Path 1.27 +10 -2 src/sys/kern/vfs_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 3:55:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 284E814BDD; Sun, 23 May 1999 03:55:36 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA02324; Sun, 23 May 1999 03:55:36 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905231055.DAA02324@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 03:55:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_mutex.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 03:55:35 PDT Modified files: lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_mutex.c Log: Fix a problem with static initialisation of mutexes and condition variables. Submitted by: Dan Eischen Revision Changes Path 1.18 +3 -2 src/lib/libc_r/uthread/pthread_private.h 1.14 +19 -0 src/lib/libc_r/uthread/uthread_cond.c 1.14 +18 -0 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 4: 6: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 363A414BDD; Sun, 23 May 1999 04:05:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA04570; Sun, 23 May 1999 04:05:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905231105.EAA04570@freefall.freebsd.org> From: Brian Somers Date: Sun, 23 May 1999 04:05:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/mirrors chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/23 04:05:58 PDT Modified files: en/handbook/mirrors chapter.sgml Log: Add cvsup2.uk.FreeBSD.org, a new cvsup mirror. Thanks to Pavilion Internet for providing the bandwidth and Awfulhak Ltd. for providing the hardware. Revision Changes Path 1.15 +6 -1 doc/en/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 4:11:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADEEF14BDD; Sun, 23 May 1999 04:11:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA04727; Sun, 23 May 1999 04:11:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905231111.EAA04727@freefall.freebsd.org> From: Peter Wemm Date: Sun, 23 May 1999 04:11:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/23 04:11:34 PDT Modified files: sys/i386/conf LINT Log: Don't reference non-existant ATAPI option.. PR: 11814 Submitted by: Sheldon Hearn Revision Changes Path 1.603 +4 -4 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 4:15:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFB18151AC; Sun, 23 May 1999 04:15:27 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA04966; Sun, 23 May 1999 04:15:27 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905231115.EAA04966@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 23 May 1999 04:15:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/23 04:15:27 PDT Modified files: en/projects projects.sgml Log: Added BUDS (BSD Unix Distributed Simple-ly) Revision Changes Path 1.61 +12 -2 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 4:22:55 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 29AC715258; Sun, 23 May 1999 04:22:50 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id NAA25494; Sun, 23 May 1999 13:22:49 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id NAA08464; Sun, 23 May 1999 13:22:46 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_conf.c In-reply-to: Your message of "Sun, 23 May 1999 03:51:35 PDT." <199905231051.DAA02230@freefall.freebsd.org> Date: Sun, 23 May 1999 13:22:46 +0200 Message-ID: <8462.927458566@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905231051.DAA02230@freefall.freebsd.org>, John Birrell writes: >jb 1999/05/23 03:51:35 PDT > > Modified files: > sys/kern vfs_conf.c > Log: > Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set. > > Broken by: phk > Problem ignored by: phk The problem is not ignored, I've been on the road all last week. This change is wrong: MFS should not be magic in the generic code. Please back this out. I think this should be fixed by setting the rootdev to the (pseudo) devsw entry for MFS which should be created correctly (see the patch I sent out for test earlier today). -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 4:56: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EE7F14CB4; Sun, 23 May 1999 04:56:02 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA06371; Sun, 23 May 1999 04:56:02 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905231156.EAA06371@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 23 May 1999 04:56:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/23 04:56:01 PDT Modified files: en/projects projects.sgml Log: Added Soundblaster Awe64 configuration under FreeBSD 3.1 Submitted by: Patrice Remy Revision Changes Path 1.62 +4 -2 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 4:57:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A40515369; Sun, 23 May 1999 04:57:24 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA06485; Sun, 23 May 1999 04:57:24 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231157.EAA06485@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 04:57:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lynx-current Makefile ports/japanese/lynx-current/files md5 ports/japanese/lynx-current/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 04:57:23 PDT Modified files: japanese/lynx-current Makefile japanese/lynx-current/files md5 japanese/lynx-current/pkg PLIST Log: Upgrade to 2.8.2.pre5. Revision Changes Path 1.7 +8 -7 ports/japanese/lynx-current/Makefile 1.6 +1 -1 ports/japanese/lynx-current/files/md5 1.6 +2 -0 ports/japanese/lynx-current/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 5: 2: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56E4B152EB; Sun, 23 May 1999 05:02:05 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06688; Sun, 23 May 1999 05:02:05 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905231202.FAA06688@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 23 May 1999 05:02:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/23 05:02:04 PDT Modified files: en/projects projects.sgml Log: Delete 'New' buttons from old entries. Revision Changes Path 1.63 +6 -10 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 5:50:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C2FF15304; Sun, 23 May 1999 05:50:42 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA09113; Sun, 23 May 1999 05:50:42 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905231250.FAA09113@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 23 May 1999 05:50:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news webchanges.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/23 05:50:42 PDT Modified files: en/news webchanges.sgml Log: Added entries from 8 - 23 May Revision Changes Path 1.43 +52 -2 www/en/news/webchanges.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 6:11:51 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 3035515304; Sun, 23 May 1999 06:11:45 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id XAA24127; Sun, 23 May 1999 23:11:44 +1000 Date: Sun, 23 May 1999 23:11:44 +1000 From: Bruce Evans Message-Id: <199905231311.XAA24127@godzilla.zeta.org.au> To: jb@FreeBSD.org, phk@critter.freebsd.dk Subject: Re: cvs commit: src/sys/kern vfs_conf.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Modified files: >> sys/kern vfs_conf.c >> Log: >> Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set. >> >> Broken by: phk >> Problem ignored by: phk > >The problem is not ignored, I've been on the road all last week. > >This change is wrong: MFS should not be magic in the generic code. > >Please back this out. > >I think this should be fixed by setting the rootdev to the (pseudo) >devsw entry for MFS which should be created correctly (see the >patch I sent out for test earlier today). No, setting rootdev is bogus; rootdev is not used for mfs. `rootdev != NODEV' is just used as a flag in vfs_conf.c when it probably shouldn't be. I may have broken this when I added rootdevnames[]. Things used to work for mfs because rootdev was set to a garbage value that happened to be != NODEV. I currently use the garbage value 0 (set it in autoconf.c). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 6:43: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87B41151E6; Sun, 23 May 1999 06:43:07 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA12122; Sun, 23 May 1999 06:43:07 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905231343.GAA12122@freefall.freebsd.org> From: Doug Rabson Date: Sun, 23 May 1999 06:43:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libg2c g2c.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/23 06:43:06 PDT Modified files: gnu/lib/libg2c g2c.h Log: Use the correct width integer on both i386 and alpha. Reviewed by: Steve Price Revision Changes Path 1.2 +5 -5 src/gnu/lib/libg2c/g2c.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 6:52: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAB5B152EF; Sun, 23 May 1999 06:52:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA97982; Sun, 23 May 1999 06:52:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905231352.GAA97982@freefall.freebsd.org> From: Brian Somers Date: Sun, 23 May 1999 06:52:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/23 06:52:07 PDT Modified files: lib/libalias Makefile Log: brucify Mentioned by: sprice@hiwaay.net Revision Changes Path 1.11 +2 -2 src/lib/libalias/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 6:52:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B80A9152EF; Sun, 23 May 1999 06:52:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA02049; Sun, 23 May 1999 06:52:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905231352.GAA02049@freefall.freebsd.org> From: Brian Somers Date: Sun, 23 May 1999 06:52:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/23 06:52:35 PDT Modified files: (Branch: RELENG_3) lib/libalias Makefile Log: MFC: brucify Revision Changes Path 1.9.2.2 +2 -2 src/lib/libalias/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 7:52:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B0F914C22; Sun, 23 May 1999 07:52:30 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76386; Sun, 23 May 1999 07:52:30 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905231452.HAA76386@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 23 May 1999 07:52:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/23 07:52:29 PDT Modified files: . modules Log: nps --> ports/devel/nps Revision Changes Path 1.25 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 7:54:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A1CB14C22; Sun, 23 May 1999 07:54:11 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76508; Sun, 23 May 1999 07:54:11 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905231454.HAA76508@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 23 May 1999 07:54:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/23 07:54:10 PDT ports/devel/nps - Imported sources Update of /home/ncvs/ports/devel/nps In directory freefall.freebsd.org:/c/users/rse/ports.devel.nps Log Message: Import of NPS, a non-preeemtive thread scheduling library. NPS is a POSIX/ANSI-C based library for Unix platforms which provides non-preemtive scheduling for multiple threads of execution ("multi-threading") inside server applications. All threads run in the same address space of the server application, but each thread has it's own individual run-time stack and program-counter. The thread scheduling itself is done in a cooperative way, i.e. the threads are managed by a priority- and event-based non-preemtive scheduler. The intention is that this way one can achieve better portability and run-time performance than with preemtive scheduling. The event facility allows threads to wait until various types of events occur, including pending I/O on filedescriptors, elapsed timers, pending I/O on message ports, thread and process termination, and even customized callback functions. More details: http://www.engelschall.com/sw/nps/ ftp://ftp.engelschall.com/sw/nps/ Status: Vendor Tag: RSE Release Tags: nps_0_9_7 N ports/devel/nps/Makefile I ports/devel/nps/CVS N ports/devel/nps/files/md5 N ports/devel/nps/pkg/COMMENT N ports/devel/nps/pkg/DESCR N ports/devel/nps/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 7:55:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E17814C22; Sun, 23 May 1999 07:55:25 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76650; Sun, 23 May 1999 07:55:25 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905231455.HAA76650@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 23 May 1999 07:55:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/23 07:55:24 PDT Modified files: devel Makefile Log: Activate NPS port. Revision Changes Path 1.186 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 8:28:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4649B14E0D; Sun, 23 May 1999 08:28:47 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA79028; Sun, 23 May 1999 08:28:47 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231528.IAA79028@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 08:28:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel-emacs Makefile ports/editors/apel-emacs/files apel-setupel.el.in apel-setup.el.in ports/editors/apel-emacs/pkg DESCR PLIST ports/editors/apel-emacs/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 08:28:46 PDT Modified files: editors/apel-emacs Makefile editors/apel-emacs/pkg DESCR PLIST editors/apel-emacs/scripts configure Added files: editors/apel-emacs/files apel-setupel.el.in Removed files: editors/apel-emacs/files apel-setup.el.in Log: Change from apel-setup.el to apel-setupel.el. Improve scripts/configure. Revision Changes Path 1.8 +6 -5 ports/editors/apel-emacs/Makefile 1.5 +1 -1 ports/editors/apel-emacs/pkg/DESCR 1.4 +1 -1 ports/editors/apel-emacs/pkg/PLIST 1.3 +0 -2 ports/editors/apel-emacs/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 8:31:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60FFE14E0D; Sun, 23 May 1999 08:31:12 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA79119; Sun, 23 May 1999 08:31:12 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231531.IAA79119@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 08:31:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel-mule/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 08:31:11 PDT Modified files: editors/apel-mule/pkg DESCR PLIST Log: Use PLIST_SUB (apel-setupel.el). Revision Changes Path 1.4 +1 -1 ports/editors/apel-mule/pkg/DESCR 1.4 +1 -1 ports/editors/apel-mule/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 8:35:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FB1614F8F; Sun, 23 May 1999 08:35:20 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA79665; Sun, 23 May 1999 08:35:20 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231535.IAA79665@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 08:35:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs Makefile ports/editors/flim-emacs/files flim-setupel.el.in flim-setup.el.in ports/editors/flim-emacs/pkg DESCR PLIST ports/editors/flim-emacs/scripts configure ports/editors/flim-mule/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 08:35:19 PDT Modified files: editors/flim-emacs Makefile editors/flim-emacs/pkg DESCR PLIST editors/flim-emacs/scripts configure editors/flim-mule/pkg DESCR PLIST Added files: editors/flim-emacs/files flim-setupel.el.in Removed files: editors/flim-emacs/files flim-setup.el.in Log: Change from flim-stup.el to flim-setupel.el. Use APEL_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Revision Changes Path 1.4 +5 -4 ports/editors/flim-emacs/Makefile 1.2 +2 -2 ports/editors/flim-emacs/pkg/DESCR 1.3 +1 -1 ports/editors/flim-emacs/pkg/PLIST 1.2 +0 -2 ports/editors/flim-emacs/scripts/configure 1.2 +2 -2 ports/editors/flim-mule/pkg/DESCR 1.3 +1 -1 ports/editors/flim-mule/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 8:39:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC60B14F8F; Sun, 23 May 1999 08:39:49 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA80073; Sun, 23 May 1999 08:39:49 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231539.IAA80073@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 08:39:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs-current Makefile ports/editors/flim-emacs-current/files flim-setupel.el.in flim-setup.el.in ports/editors/flim-emacs-current/pkg DESCR PLIST ports/editors/flim-emacs-current/scripts configure ports/editors/flim-mule-current/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 08:39:49 PDT Modified files: editors/flim-emacs-current Makefile editors/flim-emacs-current/pkg DESCR PLIST editors/flim-emacs-current/scripts configure editors/flim-mule-current/pkg DESCR PLIST Added files: editors/flim-emacs-current/files flim-setupel.el.in Removed files: editors/flim-emacs-current/files flim-setup.el.in Log: Change from flim-setup.el to flim-setupel.el. Use FLIM_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Revision Changes Path 1.5 +5 -4 ports/editors/flim-emacs-current/Makefile 1.2 +2 -2 ports/editors/flim-emacs-current/pkg/DESCR 1.3 +1 -1 ports/editors/flim-emacs-current/pkg/PLIST 1.2 +0 -2 ports/editors/flim-emacs-current/scripts/configure 1.2 +2 -2 ports/editors/flim-mule-current/pkg/DESCR 1.3 +1 -1 ports/editors/flim-mule-current/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 8:44:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90ADE14F8F; Sun, 23 May 1999 08:44:32 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA80349; Sun, 23 May 1999 08:44:32 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231544.IAA80349@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 08:44:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs Makefile ports/editors/semi-emacs/pkg DESCR ports/editors/semi-emacs/scripts configure ports/editors/semi-mule/pkg DESCR ports/editors/semi-emacs-current Makefile ports/editors/semi-emacs-current/pkg DESCR ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 08:44:32 PDT Modified files: editors/semi-emacs Makefile editors/semi-emacs/pkg DESCR editors/semi-emacs/scripts configure editors/semi-mule/pkg DESCR editors/semi-emacs-current Makefile editors/semi-emacs-current/pkg DESCR editors/semi-emacs-current/scripts configure editors/semi-mule-current/pkg DESCR Log: Improve scripts/configure. Fix pkg/DESCR (sync with apel/flim modification). Revision Changes Path 1.5 +3 -2 ports/editors/semi-emacs/Makefile 1.3 +2 -2 ports/editors/semi-emacs/pkg/DESCR 1.3 +0 -2 ports/editors/semi-emacs/scripts/configure 1.3 +2 -2 ports/editors/semi-mule/pkg/DESCR 1.5 +3 -2 ports/editors/semi-emacs-current/Makefile 1.3 +2 -2 ports/editors/semi-emacs-current/pkg/DESCR 1.3 +0 -2 ports/editors/semi-emacs-current/scripts/configure 1.3 +2 -2 ports/editors/semi-mule-current/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 8:50: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9E0314F8F; Sun, 23 May 1999 08:50:02 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA80853; Sun, 23 May 1999 08:50:02 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231550.IAA80853@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 08:50:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-emacs Makefile ports/editors/wemi-emacs/files wemi-setupel.el.in wemi-setup.el.in ports/editors/wemi-emacs/pkg DESCR PLIST ports/editors/wemi-emacs/scripts configure ports/editors/wemi-mule/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 08:50:02 PDT Modified files: editors/wemi-emacs Makefile editors/wemi-emacs/pkg DESCR PLIST editors/wemi-emacs/scripts configure editors/wemi-mule/pkg DESCR PLIST Added files: editors/wemi-emacs/files wemi-setupel.el.in Removed files: editors/wemi-emacs/files wemi-setup.el.in Log: Change from wemi-setup.el to wemi-setupel.el. Use WEMI_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Fix pkg/DESCR. Revision Changes Path 1.3 +5 -4 ports/editors/wemi-emacs/Makefile 1.2 +3 -3 ports/editors/wemi-emacs/pkg/DESCR 1.2 +1 -1 ports/editors/wemi-emacs/pkg/PLIST 1.2 +0 -2 ports/editors/wemi-emacs/scripts/configure 1.2 +3 -3 ports/editors/wemi-mule/pkg/DESCR 1.2 +1 -1 ports/editors/wemi-mule/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 8:53:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3F4814F8F; Sun, 23 May 1999 08:53:26 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA81063; Sun, 23 May 1999 08:53:26 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231553.IAA81063@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 08:53:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/wemi-emacs-current Makefile ports/editors/wemi-emacs-current/files wemi-setupel.el.in wemi-setup.el.in ports/editors/wemi-emacs-current/pkg DESCR PLIST ports/editors/wemi-emacs-current/scripts configure ports/editors/wemi-mule-current/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 08:53:26 PDT Modified files: editors/wemi-emacs-current Makefile editors/wemi-emacs-current/pkg DESCR PLIST editors/wemi-emacs-current/scripts configure editors/wemi-mule-current/pkg DESCR PLIST Added files: editors/wemi-emacs-current/files wemi-setupel.el.in Removed files: editors/wemi-emacs-current/files wemi-setup.el.in Log: Change from wemi-setup.el to wemi-setupel.el. Use WEMI_SETUPEL in PLIST_SUB. Improve scripts/configure. Fix pkg/DESCR (sync with apel/flim modification). Revision Changes Path 1.3 +5 -4 ports/editors/wemi-emacs-current/Makefile 1.2 +3 -3 ports/editors/wemi-emacs-current/pkg/DESCR 1.2 +1 -1 ports/editors/wemi-emacs-current/pkg/PLIST 1.2 +0 -2 ports/editors/wemi-emacs-current/scripts/configure 1.2 +3 -3 ports/editors/wemi-mule-current/pkg/DESCR 1.2 +1 -1 ports/editors/wemi-mule-current/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 8:58:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EE4B14F8F; Sun, 23 May 1999 08:58:24 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA81398; Sun, 23 May 1999 08:58:23 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905231558.IAA81398@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 23 May 1999 08:58:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/23 08:58:23 PDT Modified files: usr.bin/xargs xargs.c Log: xargs was spliting the input in a very different way from everyone else, and was also a bit inconsistent: leading blanks, or any double blanks generated empty arguments, but a trailing blank did not. PR: bin/2630, bin/10914 Submitted by: Arne Henrik Juul Revision Changes Path 1.8 +15 -20 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 9: 2:41 1999 Delivered-To: cvs-all@freebsd.org Received: from mta2.odn.ne.jp (mta2.odn.ne.jp [143.90.131.69]) by hub.freebsd.org (Postfix) with ESMTP id 705141534D; Sun, 23 May 1999 09:02:36 -0700 (PDT) (envelope-from shigeisp@pop02.odn.ne.jp) Received: from athena.shige.org (YOKca-0115p01.ppp.odn.ad.jp [143.90.221.1]) by mta2.odn.ne.jp (8.8.8+2.7Wbeta7/3.6W/9808281343) with ESMTP id BAA06691; Mon, 24 May 1999 01:02:33 +0900 (JST) Message-Id: <199905231602.BAA06691@mta2.odn.ne.jp> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: shige@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/flim-emacs Makefile ports/editors/flim-emacs/files flim-setupel.el.in flim-setup.el.in ports/editors/flim-emacs/pkg DESCR PLIST ports/editors/flim-emacs/scripts configure ports/editors/flim-mule/pkg DESCR PLIST From: Shigeyuki Fukushima (=?iso-2022-jp?B?GyRCSiFFZ0xQRzcbKEI=?=) In-Reply-To: <199905231535.IAA79665@freefall.freebsd.org> References: <199905231535.IAA79665@freefall.freebsd.org> X-Mailer: Mew version 1.94b26 on Emacs 20.3 / Mule 4.0 (HANANOEN) X-URL: http://www.freebsd.org/~shige/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 24 May 1999 00:59:56 +0900 X-Dispatcher: imput version 990425(IM115) Lines: 13 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk From: Shigeyuki Fukushima Subject: cvs commit: ports/editors/flim-emacs Makefile ports/editors/flim-emacs/files flim-setupel.el.in flim-setup.el.in ports/editors/flim-emacs/pkg DESCR PLIST ports/editors/flim-emacs/scripts configure ports/editors/flim-mule/pkg DESCR PLIST Date: Sun, 23 May 1999 08:35:19 -0700 (PDT) shige> Use APEL_SETUPEL in PLIST_SUB variable. Oh... Sorry, Please do s/APEL_SETUPEL/FLIM_SETUPEL/ for this line. ---shige To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 9: 5:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FAFD14E53; Sun, 23 May 1999 09:05:22 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82137; Sun, 23 May 1999 09:05:22 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231605.JAA82137@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 09:05:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/psgml-emacs/patches patch-aa patch-ah Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 09:05:22 PDT Modified files: editors/psgml-emacs/patches patch-aa patch-ah Log: Add modification for psgml-xemacs-mule port. This port will be imported in the near future. Revision Changes Path 1.3 +9 -4 ports/editors/psgml-emacs/patches/patch-aa 1.4 +21 -2 ports/editors/psgml-emacs/patches/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 9:16:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6309C14E0D; Sun, 23 May 1999 09:16:32 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA83097; Sun, 23 May 1999 09:16:32 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905231616.JAA83097@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 23 May 1999 09:16:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile ports/print/apsfilter/files md5 ports/print/apsfilter/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/23 09:16:31 PDT Modified files: print/apsfilter Makefile print/apsfilter/files md5 print/apsfilter/pkg DESCR PLIST Log: New apsfilter 5.1.0 released Port related changes: - apsfilter port isn't interactive anymore, we can now put it onto FreeBSD CD 1 - use bzip2 for apsfilter sources to save space on FreeBSD Disk 1 - new run dependency to recode and a2ps - when BATCH is defined set PAPERSIZE to a4, to avoid problems with a2ps port - updated DESCR (listed some of the new apsfilter features) - updated PLIST - new post-install target to inform people to run SETUP to complete installation Apsfilter related changes: - new supported file types (BMP, FAX G3, troff) - possible to print in different print resolutions (see example in INSTALL), i.e.: lpr -P{low,med,high} some_files... - ghostscript can make use of additional type1 fonts by setting the gs environment variable GS_FONTPATH. gs automatically recognizes /usr/X11R6/lib/X11/fonts/Type1 and /var/X11R6/lib/X11/fonts/Type1 if present. Other Paths can be configured global or printer type dependend by admin or user as usual. See precedence of apsfilterrc and .apsfilterrc files above. - printer driver type dependend config files in that order: - /etc/apsfilterrc - /etc/apsfilterrc.${PRINTER} and if defined INSECURE: - $HOME/.apsfilterrc - $HOME/.apsfilterrc.${PRINTER} - CRLF translation and perforation skip for more HP models - new environment variable USE_RECODE_NOT_A2PS, so you can use reecode as an alternative over a2ps - new environment variable RECODE_OPTS defaults to "-q latin1:ibmpc" - new environment variable PAGES_REVERSE_ORDER for forcing dvips to print in reverse order - detection of printer resolution revamped and more clear - Precedence of definition of print resolution: a) by name of filter script (symlink to apsfilter) b) by setting GS_RESOL in apsfilterrc config files c) autodetected by apsfilter (PS_xxx, printer driver name) d) otherwise defaults to 300dpi (for dvips commandline) - some dvips settings cleanup, use -Z only when resol >= 400dpi - when printing html use some sane defaults for HTML2PS_OPTS if not set in apsfilterrc files Contributions: - SUPPORT FOR NEW GNU a2ps 4.12, Hurray !!!! thanks to Debian Port maintainer, Matej Vela - cool PS testpage (test.ps) Andreas Reuter - many thanks to the SuSE developement team especially Werner Fink for many inspirations - and of course cosmetic and bugfixes ;-) Revision Changes Path 1.26 +28 -6 ports/print/apsfilter/Makefile 1.10 +1 -1 ports/print/apsfilter/files/md5 1.7 +4 -4 ports/print/apsfilter/pkg/DESCR 1.6 +2 -4 ports/print/apsfilter/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 9:23:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6779514F20; Sun, 23 May 1999 09:23:39 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA83739; Sun, 23 May 1999 09:23:39 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199905231623.JAA83739@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 23 May 1999 09:23:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/psgml-emacs Makefile ports/editors/psgml-emacs/files psgml-setupel.el.in psgml-setup.el.in ports/editors/psgml-emacs/pkg DESCR PLIST ports/editors/psgml-emacs/scripts configure ports/editors/psgml-mule/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/05/23 09:23:38 PDT Modified files: editors/psgml-emacs Makefile editors/psgml-emacs/pkg DESCR PLIST editors/psgml-emacs/scripts configure editors/psgml-mule/pkg DESCR PLIST Added files: editors/psgml-emacs/files psgml-setupel.el.in Removed files: editors/psgml-emacs/files psgml-setup.el.in Log: Change from psgml-setup.el to psgml-setupel.el. Improve scripts/configure (delete needless indirect INFILES variable). Use PSGML_SETUPEL in PLIST_SUB. Revision Changes Path 1.4 +5 -5 ports/editors/psgml-emacs/Makefile 1.3 +1 -1 ports/editors/psgml-emacs/pkg/DESCR 1.2 +1 -1 ports/editors/psgml-emacs/pkg/PLIST 1.2 +0 -2 ports/editors/psgml-emacs/scripts/configure 1.3 +1 -1 ports/editors/psgml-mule/pkg/DESCR 1.2 +1 -0 ports/editors/psgml-mule/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 10:57:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2E0314F60; Sun, 23 May 1999 10:57:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA89149; Sun, 23 May 1999 10:57:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905231757.KAA89149@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 23 May 1999 10:57:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/23 10:57:26 PDT Modified files: etc make.conf Log: Get case right in "COMPAT3X". Submitted by: Kevin Street Revision Changes Path 1.79 +2 -2 src/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 11:35:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B51C114DB0; Sun, 23 May 1999 11:35:53 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91756; Sun, 23 May 1999 11:35:53 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905231835.LAA91756@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 23 May 1999 11:35:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/23 11:35:53 PDT Modified files: print/apsfilter Makefile Log: "Shouldn't that be "letter" rather than "a4" since "letter" works with printers that have "a4" paper, while "a4" produces clipped results for printers that have letter papper?" ---Warner YES ;-) Reminded by: Warner Losh Revision Changes Path 1.27 +2 -2 ports/print/apsfilter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 11:45: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D75C414DB0; Sun, 23 May 1999 11:44:59 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92168; Sun, 23 May 1999 11:44:59 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905231844.LAA92168@freefall.freebsd.org> From: Roger Hardiman Date: Sun, 23 May 1999 11:44:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c brktree_reg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/23 11:44:59 PDT Modified files: (Branch: RELENG_3) sys/pci brooktree848.c brktree_reg.h Log: MFC: Sync the driver with release 1.66 (CVS version 1.79) Revision Changes Path 1.61.2.5 +651 -105 src/sys/pci/brooktree848.c 1.23.2.3 +19 -6 src/sys/pci/brktree_reg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 11:54:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCAC214DF3; Sun, 23 May 1999 11:54:35 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92877; Sun, 23 May 1999 11:54:35 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905231854.LAA92877@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 23 May 1999 11:54:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/buslogic bt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/23 11:54:35 PDT Modified files: sys/dev/buslogic bt.c Log: Poll for interrupts in bt_cmd in case they are masked. A completing mailbox command will block the completion of an immediate command, so we must service them for our command to succeed. PR: 11799 Revision Changes Path 1.22 +14 -4 src/sys/dev/buslogic/bt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 11:56: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBF7915500; Sun, 23 May 1999 11:55:59 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA93032; Sun, 23 May 1999 11:55:59 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905231855.LAA93032@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 23 May 1999 11:55:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/23 11:55:59 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Don't reference our SCB until we have validated that the firmware has returned an SCB that is in range. Revision Changes Path 1.31 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 11:57:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 487A014E3F; Sun, 23 May 1999 11:57:31 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA93320; Sun, 23 May 1999 11:57:31 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905231857.LAA93320@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 23 May 1999 11:57:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_ccb.h cam_periph.c cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/23 11:57:31 PDT Modified files: sys/cam cam_ccb.h cam_periph.c cam_xpt.c Log: Rely on the statistics in XPT_GDEV_STATS instead of the versions still retained in XPT_GDEV_TYPE for binary compatibility. Mark the legacy structure values for removal when we bump the major CAM revision. Revision Changes Path 1.7 +7 -2 src/sys/cam/cam_ccb.h 1.15 +14 -10 src/sys/cam/cam_periph.c 1.60 +9 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 11:58:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 557F5150B8; Sun, 23 May 1999 11:58:45 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA93374; Sun, 23 May 1999 11:58:45 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905231858.LAA93374@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 23 May 1999 11:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/buslogic bt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/23 11:58:45 PDT Modified files: (Branch: RELENG_3) sys/dev/buslogic bt.c Log: MFC: Fix for PR 11799. Revision Changes Path 1.13.2.4 +14 -4 src/sys/dev/buslogic/bt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 12: 0:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0BC014E1A; Sun, 23 May 1999 11:59:51 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA93444; Sun, 23 May 1999 11:59:51 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905231859.LAA93444@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 23 May 1999 11:59:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa bt_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/23 11:59:51 PDT Modified files: (Branch: RELENG_3) sys/i386/isa bt_isa.c Log: failled->failed Submitted by: emily@ucdavis.edu Revision Changes Path 1.5.2.2 +2 -2 src/sys/i386/isa/bt_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 12: 0:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B85FE15562; Sun, 23 May 1999 12:00:43 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93595; Sun, 23 May 1999 12:00:43 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905231900.MAA93595@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 23 May 1999 12:00:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_ccb.h cam_periph.c cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/23 12:00:43 PDT Modified files: (Branch: RELENG_3) sys/cam cam_ccb.h cam_periph.c cam_xpt.c Log: MFC: Use values from XPT_GDEV_STATS instead of XPT_GDEV_TYPE. Revision Changes Path 1.3.2.4 +7 -2 src/sys/cam/cam_ccb.h 1.9.2.4 +14 -10 src/sys/cam/cam_periph.c 1.42.2.13 +9 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 13: 1:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B4F514C22; Sun, 23 May 1999 13:01:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98267; Sun, 23 May 1999 13:01:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905232001.NAA98267@freefall.freebsd.org> From: Brian Somers Date: Sun, 23 May 1999 13:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/23 13:01:21 PDT Modified files: release Makefile Log: Use RELENG_3 as an example, not RELENG_2_2. Revision Changes Path 1.489 +3 -3 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 13:20:13 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 4E1CD14D2C; Sun, 23 May 1999 13:20:06 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id GAA15506; Mon, 24 May 1999 06:32:20 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905232032.GAA15506@cimlogic.com.au> Subject: Re: cvs commit: src/sys/kern vfs_conf.c In-Reply-To: <8462.927458566@critter.freebsd.dk> from Poul-Henning Kamp at "May 23, 1999 1:22:46 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Mon, 24 May 1999 06:32:19 +1000 (EST) Cc: jb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Poul-Henning Kamp wrote: > In message <199905231051.DAA02230@freefall.freebsd.org>, John Birrell writes: > >jb 1999/05/23 03:51:35 PDT > > > > Modified files: > > sys/kern vfs_conf.c > > Log: > > Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set. > > > > Broken by: phk > > Problem ignored by: phk > > The problem is not ignored, I've been on the road all last week. > > This change is wrong: MFS should not be magic in the generic code. > > Please back this out. No. It has been broken for far too long. If you have a better/preferred fix, then _test_ it and commit it. [ Annoyed ] -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 13:43:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF7B614D4F; Sun, 23 May 1999 13:43:30 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA00736; Sun, 23 May 1999 13:43:30 -0700 (PDT) (envelope-from mph@FreeBSD.org) Message-Id: <199905232043.NAA00736@freefall.freebsd.org> From: Matthew Hunt Date: Sun, 23 May 1999 13:43:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/inform Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1999/05/23 13:43:29 PDT Modified files: games/inform Makefile Log: Install and package documentation more correctly. Revision Changes Path 1.7 +7 -5 ports/games/inform/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 13:45:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37DEA14F48; Sun, 23 May 1999 13:45:11 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA00825; Sun, 23 May 1999 13:45:10 -0700 (PDT) (envelope-from mph@FreeBSD.org) Message-Id: <199905232045.NAA00825@freefall.freebsd.org> From: Matthew Hunt Date: Sun, 23 May 1999 13:45:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/inform/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1999/05/23 13:45:10 PDT Added files: games/inform/patches patch-ab Log: Add patch by Andrew Plotkin and Torbjörn Andersson which allows this software to do something, instead of just segfaulting. Obtained from: MASTER_SITE, but not in patch(1) form. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 14:15:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20F7014C97; Sun, 23 May 1999 14:15:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA02585; Sun, 23 May 1999 14:15:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905232115.OAA02585@freefall.freebsd.org> From: Peter Wemm Date: Sun, 23 May 1999 14:15:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid22 Makefile ports/www/squid22/files md5 ports/www/squid22/patches patch-ai ports/www/squid22/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/23 14:15:18 PDT Modified files: www/squid22 Makefile www/squid22/files md5 www/squid22/pkg PLIST Removed files: www/squid22/patches patch-ai Log: Update from squid 2.1 -> 2.2 after repository copy. Revision Changes Path 1.56 +8 -8 ports/www/squid22/Makefile 1.47 +1 -2 ports/www/squid22/files/md5 1.12 +4 -1 ports/www/squid22/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 14:16:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55A1F15086; Sun, 23 May 1999 14:16:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA02639; Sun, 23 May 1999 14:16:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905232116.OAA02639@freefall.freebsd.org> From: Peter Wemm Date: Sun, 23 May 1999 14:16:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/23 14:16:14 PDT Modified files: www Makefile Log: +squid22 Revision Changes Path 1.129 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 14:19:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D696B14C97; Sun, 23 May 1999 14:19:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA02888; Sun, 23 May 1999 14:19:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905232119.OAA02888@freefall.freebsd.org> From: Peter Wemm Date: Sun, 23 May 1999 14:19:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/23 14:19:28 PDT Modified files: . modules Log: squid22 -> ports/www/squid22 Revision Changes Path 1.26 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 14:40:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB11614BF4; Sun, 23 May 1999 14:40:55 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA03589; Sun, 23 May 1999 14:40:55 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905232140.OAA03589@freefall.freebsd.org> From: Roger Hardiman Date: Sun, 23 May 1999 14:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/23 14:40:54 PDT Modified files: sys/pci brooktree848.c Log: Added rgb_vbi_prog() to capture VBI data and video at the same time. To capture VBI data, /dev/vbi must be opened before starting video capture. A partly on code from Hiroki Mori Revision Changes Path 1.80 +248 -1 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 16:17:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF9A714CC1; Sun, 23 May 1999 16:17:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09343; Sun, 23 May 1999 16:17:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905232317.QAA09343@freefall.freebsd.org> From: Warner Losh Date: Sun, 23 May 1999 16:17:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/fortune fortune.c src/games/snake/snake snake.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/23 16:17:29 PDT Modified files: games/fortune/fortune fortune.c games/snake/snake snake.c Log: Getopt(3) returns -1, not EOF. Revision Changes Path 1.12 +2 -2 src/games/fortune/fortune/fortune.c 1.8 +1 -1 src/games/snake/snake/snake.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 16:18:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D671114C19; Sun, 23 May 1999 16:18:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09631; Sun, 23 May 1999 16:18:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905232318.QAA09631@freefall.freebsd.org> From: Warner Losh Date: Sun, 23 May 1999 16:18:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.c src/sbin/atm/ilmid ilmid.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/23 16:18:40 PDT Modified files: sbin/atm/fore_dnld fore_dnld.c sbin/atm/ilmid ilmid.c Log: Getopt(3) returns -1 not EOF. Revision Changes Path 1.3 +3 -3 src/sbin/atm/fore_dnld/fore_dnld.c 1.3 +3 -3 src/sbin/atm/ilmid/ilmid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 16:20:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9506214A2F; Sun, 23 May 1999 16:20:44 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09853; Sun, 23 May 1999 16:20:44 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905232320.QAA09853@freefall.freebsd.org> From: Warner Losh Date: Sun, 23 May 1999 16:20:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/23 16:20:44 PDT Modified files: bin/chio chio.c Log: getopt(3) returns -1 not EOF. Revision Changes Path 1.11 +2 -2 src/bin/chio/chio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 16:24:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75EB014E6B; Sun, 23 May 1999 16:24:29 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA10266; Sun, 23 May 1999 16:24:29 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905232324.QAA10266@freefall.freebsd.org> From: Warner Losh Date: Sun, 23 May 1999 16:24:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/g711conv g711conv.c src/usr.sbin/i4b/isdnd main.c src/usr.sbin/i4b/isdndebug main.c src/usr.sbin/i4b/isdndecode main.c src/usr.sbin/i4b/isdntel main.c src/usr.sbin/i4b/isdntelctl main.c src/usr.sbin/i4b/isdntrace ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/05/23 16:24:28 PDT Modified files: usr.sbin/i4b/g711conv g711conv.c usr.sbin/i4b/isdnd main.c usr.sbin/i4b/isdndebug main.c usr.sbin/i4b/isdndecode main.c usr.sbin/i4b/isdntel main.c usr.sbin/i4b/isdntelctl main.c usr.sbin/i4b/isdntrace trace.c usr.sbin/mptable mptable.c usr.sbin/rpc.ypupdated ypupdated_main.c Log: getopt(3) returns -1 not EOF. Revision Changes Path 1.2 +2 -2 src/usr.sbin/i4b/g711conv/g711conv.c 1.4 +2 -2 src/usr.sbin/i4b/isdnd/main.c 1.4 +2 -2 src/usr.sbin/i4b/isdndebug/main.c 1.4 +2 -2 src/usr.sbin/i4b/isdndecode/main.c 1.4 +2 -2 src/usr.sbin/i4b/isdntel/main.c 1.4 +2 -2 src/usr.sbin/i4b/isdntelctl/main.c 1.4 +2 -2 src/usr.sbin/i4b/isdntrace/trace.c 1.11 +2 -2 src/usr.sbin/mptable/mptable.c 1.3 +2 -2 src/usr.sbin/rpc.ypupdated/ypupdated_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 17:27:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDDF314D3E; Sun, 23 May 1999 17:27:16 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA15283; Sun, 23 May 1999 17:27:16 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240027.RAA15283@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 17:27:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 17:27:16 PDT Modified files: sys/ufs/mfs mfs_vfsops.c Log: - Back out Luoqi's cdevsw stuff. It panics on my system and is not required. - Fix an error message. - Do the MFS_ROOT setting of mountrootfsname in mfs_init() instead of cpu_rootconf(). - Set rootdev in mfs_init instead of later in mfs_mount() iff MFS_ROOT. Revision Changes Path 1.64 +10 -7 src/sys/ufs/mfs/mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 17:30:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 170DF14CDF; Sun, 23 May 1999 17:30:54 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA15678; Sun, 23 May 1999 17:30:53 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240030.RAA15678@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 17:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 17:30:53 PDT Modified files: sys/i386/i386 autoconf.c Log: - Make setroot() conditional on FFS etc, to avoid a compiler warning on systems with no FFS. - Remove all references to mfs from cpu_rootconf(). mfs_init is called prior to cpu_rootconf(), so it can set mountrootfsname to mfs and (more imporantly) set rootdev using the (bogus in Bruce's opinion) special major number of 255. Revision Changes Path 1.123 +5 -17 src/sys/i386/i386/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 17:34:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C9F614D89; Sun, 23 May 1999 17:34:13 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16272; Sun, 23 May 1999 17:34:13 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240034.RAA16272@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 17:34:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 17:34:13 PDT Modified files: sys/kern vfs_subr.c Log: Remove the test for bdevsw(dev) == NULL from bdevvp() because it fails if there is no character device associated with the block device. In this case that doesn't matter because bdevvp() doesn't use the character device structure. I can use the pointy bit of the axe too. Revision Changes Path 1.199 +2 -2 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 17:35:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F43514D89; Sun, 23 May 1999 17:35:51 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16357; Sun, 23 May 1999 17:35:51 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199905240035.RAA16357@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 23 May 1999 17:35:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/05/23 17:35:50 PDT Modified files: sbin/dump main.c Log: Fix typo in dump reporting PR: bin/10573 Submitted by: Christian Weisgerber Revision Changes Path 1.19 +4 -3 src/sbin/dump/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 17:37:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21A5F14EDA; Sun, 23 May 1999 17:37:28 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16489; Sun, 23 May 1999 17:37:28 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240037.RAA16489@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 17:37:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 17:37:27 PDT Modified files: sys/kern vfs_conf.c Log: Back out my previous change (phk didn't like it) in favour of setting rootdev in the mfs initialisation code iff MFS_ROOT (which Bruce doesn't like). Damned if I do - damned if I don't. Revision Changes Path 1.28 +1 -8 src/sys/kern/vfs_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 17:45:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 184AA14DA9; Sun, 23 May 1999 17:45:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA17083; Sun, 23 May 1999 17:45:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905240045.RAA17083@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 23 May 1999 17:45:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs-devel/files alpha-freebsd-elf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/23 17:45:41 PDT Removed files: lang/egcs-devel/files alpha-freebsd-elf.h Log: I don't use this file any longer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 17:54:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FE9514DA9; Sun, 23 May 1999 17:54:20 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA17607; Sun, 23 May 1999 17:54:20 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240054.RAA17607@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 17:54:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 17:54:20 PDT Modified files: sys/alpha/alpha autoconf.c Log: Remove the mfs stuff now that mfs_init() does the MFS_ROOT initialisation. Revision Changes Path 1.26 +1 -18 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 18:15:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C55B14E21; Sun, 23 May 1999 18:15:33 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA19187; Sun, 23 May 1999 18:15:33 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240115.SAA19187@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 18:15:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil pty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 18:15:33 PDT Modified files: lib/libutil pty.c Log: Remove the static declaration from the line[] variable to allow openpty() to be called from a threaded application. Revision Changes Path 1.9 +2 -2 src/lib/libutil/pty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 18:55: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB1F314DB3; Sun, 23 May 1999 18:54:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA21216; Sun, 23 May 1999 18:54:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240154.SAA21216@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 18:54:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 screen.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 18:54:58 PDT Modified files: (Branch: RELENG_3) share/man/man4/man4.i386 screen.4 Log: MFC: s/cF/nF/ in a couple of places. Revision Changes Path 1.10.2.1 +5 -5 src/share/man/man4/man4.i386/screen.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 18:57:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4299D14E94; Sun, 23 May 1999 18:57:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA21550; Sun, 23 May 1999 18:57:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240157.SAA21550@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 18:57:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/pine3 Makefile ports/chinese/pine3/files Makefile ports/chinese/pine3/patches patch-aa ports/chinese/pine3/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 18:57:11 PDT Modified files: chinese/pine3 Makefile chinese/pine3/files Makefile chinese/pine3/patches patch-aa chinese/pine3/pkg PLIST Log: Fix for ELF. Obtained from: pine3 port Revision Changes Path 1.6 +1 -3 ports/chinese/pine3/Makefile 1.4 +8 -1 ports/chinese/pine3/files/Makefile 1.2 +16 -6 ports/chinese/pine3/patches/patch-aa 1.5 +3 -2 ports/chinese/pine3/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 18:59: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5975914DB3; Sun, 23 May 1999 18:59:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA21631; Sun, 23 May 1999 18:59:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240159.SAA21631@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 18:59:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/cless Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 18:59:01 PDT Modified files: chinese/cless Makefile Log: Remove '-p' since ${MKDIR} == 'mkdir -p'. Revision Changes Path 1.7 +2 -2 ports/chinese/cless/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19: 1:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A05514DB3; Sun, 23 May 1999 19:01:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA21752; Sun, 23 May 1999 19:01:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240201.TAA21752@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:01:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/tinker Makefile ports/biology/tinker/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:01:41 PDT Modified files: biology/tinker Makefile biology/tinker/patches patch-aa Log: Fix build on -current (Alpha) machines. Revision Changes Path 1.3 +17 -13 ports/biology/tinker/Makefile 1.2 +12 -5 ports/biology/tinker/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19: 2:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5374914DB3; Sun, 23 May 1999 19:02:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA21817; Sun, 23 May 1999 19:02:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240202.TAA21817@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:02:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/pkzip Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:02:56 PDT Modified files: archivers/pkzip Makefile Log: This port will only work on i386 boxes. Revision Changes Path 1.2 +3 -1 ports/archivers/pkzip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19: 4:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3473E14DB3; Sun, 23 May 1999 19:04:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA21879; Sun, 23 May 1999 19:04:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240204.TAA21879@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:04:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/deft/files Makefile.deft Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:04:22 PDT Modified files: biology/deft/files Makefile.deft Log: Fix build for Alpha. Revision Changes Path 1.2 +1 -1 ports/biology/deft/files/Makefile.deft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19: 6:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3604414DB3; Sun, 23 May 1999 19:06:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22045; Sun, 23 May 1999 19:06:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240206.TAA22045@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/molden Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:06:47 PDT Modified files: biology/molden Makefile Log: Build this port on an Alpha box instead of trying to use i386 binaries. Revision Changes Path 1.2 +5 -1 ports/biology/molden/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19: 8:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03CFA14DB3; Sun, 23 May 1999 19:08:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22251; Sun, 23 May 1999 19:08:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240208.TAA22251@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:08:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/ortep3 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:08:23 PDT Modified files: biology/ortep3 Makefile Log: This port doesn't build with egcs' f77 compiler. Revision Changes Path 1.2 +7 -2 ports/biology/ortep3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:10:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6526014DB3; Sun, 23 May 1999 19:10:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22421; Sun, 23 May 1999 19:10:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240210.TAA22421@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:10:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mgetty+sendfax/pkg DEINSTALL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:10:09 PDT Modified files: comms/mgetty+sendfax/pkg DEINSTALL Log: Deinstall without interaction while package building. Revision Changes Path 1.2 +6 -2 ports/comms/mgetty+sendfax/pkg/DEINSTALL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:12:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FA5D1514B; Sun, 23 May 1999 19:12:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22633; Sun, 23 May 1999 19:12:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240212.TAA22633@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:12:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/platon Makefile ports/biology/platon/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:12:41 PDT Modified files: biology/platon Makefile Added files: biology/platon/patches patch-aa Log: Allow this port to be built on -current i386 boxes that have egcs' f77 compiler. Mark it broken for -current Alpha boxes. Revision Changes Path 1.2 +11 -2 ports/biology/platon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:15:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EEA514DB3; Sun, 23 May 1999 19:15:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22794; Sun, 23 May 1999 19:15:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240215.TAA22794@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:15:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/polygraph/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:15:27 PDT Added files: benchmarks/polygraph/patches patch-ad Log: Fix build on Alpha boxes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:17:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71E4D15178; Sun, 23 May 1999 19:17:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22907; Sun, 23 May 1999 19:17:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240217.TAA22907@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/snooper/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:17:33 PDT Added files: comms/snooper/patches patch-aa Log: Don't depend on machine/trap.h so this builds on an Alpha box too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:18:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED4915178; Sun, 23 May 1999 19:18:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23148; Sun, 23 May 1999 19:18:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240218.TAA23148@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:18:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/magic/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:18:55 PDT Added files: cad/magic/patches patch-ac Log: Fix build for Alpha boxes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:20:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9D4815178; Sun, 23 May 1999 19:20:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23362; Sun, 23 May 1999 19:20:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240220.TAA23362@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:20:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/mopac Makefile ports/biology/mopac/patches patch-af patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:20:23 PDT Modified files: biology/mopac Makefile biology/mopac/patches patch-ad Added files: biology/mopac/patches patch-af Log: Fix build for -current boxes with egcs' f77 compiler. Revision Changes Path 1.4 +7 -2 ports/biology/mopac/Makefile 1.3 +22 -9 ports/biology/mopac/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:22: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9196315178; Sun, 23 May 1999 19:21:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23542; Sun, 23 May 1999 19:21:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240221.TAA23542@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/slush Makefile ports/security/slush/files md5 ports/security/slush/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:21:58 PDT Modified files: security/slush Makefile security/slush/files md5 security/slush/patches patch-aa Log: Update to version 0.1.1. PR: 11663 Submitted by: maintainer Revision Changes Path 1.3 +4 -6 ports/security/slush/Makefile 1.2 +1 -1 ports/security/slush/files/md5 1.2 +3 -25 ports/security/slush/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:24: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1425A14D5A; Sun, 23 May 1999 19:24:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23830; Sun, 23 May 1999 19:24:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240224.TAA23830@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:24:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/PDL Makefile ports/math/PDL/patches patch-gg Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:24:01 PDT Modified files: math/PDL Makefile Added files: math/PDL/patches patch-gg Log: Make this at least build on the Alpha and mark it broken since it fails a few tests. Revision Changes Path 1.2 +5 -1 ports/math/PDL/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:25:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCBA014D5A; Sun, 23 May 1999 19:25:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24045; Sun, 23 May 1999 19:25:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240225.TAA24045@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:25:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/dvips/pkg DEINSTALL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:25:51 PDT Modified files: print/dvips/pkg DEINSTALL Log: Deinstall without interaction while package building and don't display the deinstall message twice, one for DEINTALL and one for POST-DEINSTALL. Revision Changes Path 1.2 +10 -3 ports/print/dvips/pkg/DEINSTALL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:31:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65447151AE; Sun, 23 May 1999 19:31:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24568; Sun, 23 May 1999 19:31:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240231.TAA24568@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:31:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kmikmod Makefile ports/audio/kmpg Makefile ports/deskutils/kproject Makefile ports/devel/ktranslator Makefile ports/misc/kwatch Makefile ports/net/ksamba Makefile ports/palm/kpilot Makefile ports/print/klyx Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:31:52 PDT Modified files: audio/kmikmod Makefile audio/kmpg Makefile deskutils/kproject Makefile devel/ktranslator Makefile misc/kwatch Makefile net/ksamba Makefile palm/kpilot Makefile print/klyx Makefile x11/kworldwatch Makefile Log: Use KDE version 1.1 instead of version 1.0. Revision Changes Path 1.2 +3 -3 ports/audio/kmikmod/Makefile 1.12 +3 -3 ports/audio/kmpg/Makefile 1.9 +3 -3 ports/deskutils/kproject/Makefile 1.3 +4 -4 ports/devel/ktranslator/Makefile 1.11 +3 -3 ports/misc/kwatch/Makefile 1.10 +5 -5 ports/net/ksamba/Makefile 1.22 +7 -7 ports/palm/kpilot/Makefile 1.10 +5 -5 ports/print/klyx/Makefile 1.13 +4 -4 ports/x11/kworldwatch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 19:34:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 559D9151AE; Sun, 23 May 1999 19:34:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24756; Sun, 23 May 1999 19:34:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905240234.TAA24756@freefall.freebsd.org> From: Steve Price Date: Sun, 23 May 1999 19:34:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/killustrator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/23 19:34:41 PDT Modified files: graphics/killustrator Makefile Log: This port still needs an upgrade. Provide an ever-so subtle hint that KDE version 1.1 should be used in lieu of 1.0 since the latter will be going away soon. Revision Changes Path 1.6 +2 -2 ports/graphics/killustrator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 20: 8:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89F0F151AE; Sun, 23 May 1999 20:08:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA27398; Sun, 23 May 1999 20:08:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905240308.UAA27398@freefall.freebsd.org> From: Peter Wemm Date: Sun, 23 May 1999 20:08:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/eisa eisaconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/23 20:08:48 PDT Modified files: sys/i386/eisa eisaconf.c Log: Fix a [start,end] vs [start,count] botch that corrupted the resource manager and prevented IOPort allocation beyond the first EISA slot from working. subr_rman.c should have trapped this on the way into the system rather than tripping over the wreckage. Head banged into wall repeatedly by: "Matthew N. Dodd" Revision Changes Path 1.45 +3 -3 src/sys/i386/eisa/eisaconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 20:33:25 1999 Delivered-To: cvs-all@freebsd.org Received: from chmls05.mediaone.net (ne.mediaone.net [24.128.1.70]) by hub.freebsd.org (Postfix) with ESMTP id 5EB5E14EC5; Sun, 23 May 1999 20:33:21 -0700 (PDT) (envelope-from bloom@acm.org) Received: from acm.org (jbloom.ne.mediaone.net [24.128.100.196]) by chmls05.mediaone.net (8.8.7/8.8.7) with ESMTP id XAA01814; Sun, 23 May 1999 23:33:19 -0400 (EDT) Message-ID: <3748C880.145752AB@acm.org> Date: Sun, 23 May 1999 23:33:20 -0400 From: Jim Bloom X-Mailer: Mozilla 4.6 [en]C-MOENE (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Wolfram Schneider Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, patriceremy@sprint.ca Subject: Re: cvs commit: www/en/projects projects.sgml References: <199905231156.EAA06371@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This page is obnoxious. The hosting site keeps popping up ads every time one goes to the page. Also, the referenced page isn't a project, but information about how to configure the kernel for the device. The information belongs in the README files with the sound drivers. Jim Bloom bloom@acm.org Wolfram Schneider wrote: > > wosch 1999/05/23 04:56:01 PDT > > Modified files: > en/projects projects.sgml > Log: > Added Soundblaster Awe64 configuration under FreeBSD 3.1 > > Submitted by: Patrice Remy > > Revision Changes Path > 1.62 +4 -2 www/en/projects/projects.sgml > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 22:25:44 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 4260614D19; Sun, 23 May 1999 22:25:32 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1) id 10lnEk-0003Jk-00; Mon, 24 May 1999 07:25:18 +0200 From: Sheldon Hearn To: Jim Bloom Cc: Wolfram Schneider , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, patriceremy@sprint.ca Subject: Re: cvs commit: www/en/projects projects.sgml In-reply-to: Your message of "Sun, 23 May 1999 23:33:20 -0400." <3748C880.145752AB@acm.org> Date: Mon, 24 May 1999 07:25:18 +0200 Message-ID: <12755.927523518@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 23 May 1999 23:33:20 -0400, Jim Bloom wrote: > [...] The information belongs in the README files with the sound > drivers. Or perhaps in the Tutorials section. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 23:11:47 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 7B45F14D89; Sun, 23 May 1999 23:11:42 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id IAA02634; Mon, 24 May 1999 08:11:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id IAA10967; Mon, 24 May 1999 08:11:38 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_conf.c In-reply-to: Your message of "Sun, 23 May 1999 17:37:28 PDT." <199905240037.RAA16489@freefall.freebsd.org> Date: Mon, 24 May 1999 08:11:37 +0200 Message-ID: <10965.927526297@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905240037.RAA16489@freefall.freebsd.org>, John Birrell writes: >jb 1999/05/23 17:37:27 PDT > > Modified files: > sys/kern vfs_conf.c > Log: > Back out my previous change (phk didn't like it) in favour of setting > rootdev in the mfs initialisation code iff MFS_ROOT (which Bruce doesn't > like). Damned if I do - damned if I don't. Thankyou! Just to clear out things: I objected to what you just backed out here because it doesn't belong here at all. Bruce object to the rootdev being set for MFS, (which I will agree with him is bogus) but he will probably agree with me that if it is to be set, mfs_init() is clearly the place to do it. So it's more like "Damned if I do, lightly cursed if I don't" :-) -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 23 23:41:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CB7714EC5; Sun, 23 May 1999 23:41:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA45474; Sun, 23 May 1999 23:41:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905240641.XAA45474@freefall.freebsd.org> From: Satoshi Asami Date: Sun, 23 May 1999 23:41:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/23 23:41:29 PDT Modified files: print/apsfilter Makefile Log: Um, you can't use /usr/bin/env to set make variables.... ;) Revision Changes Path 1.28 +2 -2 ports/print/apsfilter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 0: 1:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE4E815231; Mon, 24 May 1999 00:01:49 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA47325; Mon, 24 May 1999 00:01:49 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240701.AAA47325@freefall.freebsd.org> From: John Birrell Date: Mon, 24 May 1999 00:01:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/24 00:01:49 PDT Modified files: en support.sgml Log: Add VicFUG, the FreeBSD user's group in Victoria Australia. Now we have user groups in four out of seven states of Australia, so I moved all the Oz entries under an "Australia" entry which, according to alphabetical order, is at the top of the page. Yay - where we belong! Revision Changes Path 1.139 +45 -33 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 0: 6:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E73F14C98; Mon, 24 May 1999 00:06:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA48573; Mon, 24 May 1999 00:06:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905240706.AAA48573@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 24 May 1999 00:06:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/24 00:06:34 PDT Modified files: print/apsfilter Makefile Log: On second thought, remove the ".ifdef BATCH" test -- otherwise the user will get a make syntax error ("Malformed conditional") when PAPERSIZE and BATCH are both unset. Andreas, go ahead and change this further if you want, I'm not sure what you intended to do here, so I went with the "safest" fix. Revision Changes Path 1.29 +1 -3 ports/print/apsfilter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 0:23: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75FBB14C44; Mon, 24 May 1999 00:22:59 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50009; Mon, 24 May 1999 00:22:59 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240722.AAA50009@freefall.freebsd.org> From: John Birrell Date: Mon, 24 May 1999 00:22:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/24 00:22:59 PDT Modified files: lib/libc_r/uthread pthread_private.h Log: Added a missing comma to the static condition variable initialisation definition. Submitted by: David Leonard , an OpenBSD guy. Revision Changes Path 1.19 +1 -1 src/lib/libc_r/uthread/pthread_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 1:39:11 1999 Delivered-To: cvs-all@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id A953714D51; Mon, 24 May 1999 01:39:06 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id JAA29849 Mon, 24 May 1999 09:25:26 +0100 (BST) Message-ID: <37490CF5.41C6@cs.strath.ac.uk> Date: Mon, 24 May 1999 09:25:25 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: Poul-Henning Kamp Cc: John Birrell , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_conf.c References: <10965.927526297@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John, Poul, Thanks for getting the MFS problem sorted out. PicoBSD can now build on -current again. (except that the kernel conf files are still a little stale and missing the keyboard attatch change. But I have patches for these to commit) Bye Roger -- Roger Hardiman | Telepresence Research Group roger@cs.strath.ac.uk | DMEM, University of Strathclyde tel: 0141 548 2897 | Glasgow, Scotland, G1 1XJ, UK fax: 0141 552 0557 | http://telepresence.dmem.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 2: 4:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A46214E07; Mon, 24 May 1999 02:04:36 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60042; Mon, 24 May 1999 02:04:36 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905240904.CAA60042@freefall.freebsd.org> From: Brian Somers Date: Mon, 24 May 1999 02:04:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp systems.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/24 02:04:36 PDT Modified files: usr.sbin/ppp systems.c Log: Don't warn about ``!'' lines being unindented commands in ppp.conf. Revision Changes Path 1.45 +7 -5 src/usr.sbin/ppp/systems.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 2: 5:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A7B915058; Mon, 24 May 1999 02:05:09 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60177; Mon, 24 May 1999 02:05:09 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905240905.CAA60177@freefall.freebsd.org> From: Brian Somers Date: Mon, 24 May 1999 02:05:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp systems.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/24 02:05:08 PDT Modified files: (Branch: RELENG_3) usr.sbin/ppp systems.c Log: MFC: Don't warn about ``!'' lines being unindented commands in ppp.conf. Revision Changes Path 1.40.2.5 +7 -5 src/usr.sbin/ppp/systems.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 3: 1:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A479914CB0; Mon, 24 May 1999 03:01:26 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66368; Mon, 24 May 1999 03:01:26 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Message-Id: <199905241001.DAA66368@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 24 May 1999 03:01:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c src/sbin/ipfw ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/05/24 03:01:25 PDT Modified files: sys/netinet ip_fw.c sbin/ipfw ipfw.c Log: close pr 10889: + add a missing call to dn_rule_delete() when flushing firewall rules, thus preventing possible panics due to dangling pointers (this was already done for single rule deletes). + improve "usage" output in ipfw(8) + add a few checks to ipfw pipe parameters and make it a bit more tolerant of common mistakes (such as specifying kbit instead of Kbit) PR: kern/10889 Submitted by: Ruslan Ermilov Revision Changes Path 1.112 +4 -1 src/sys/netinet/ip_fw.c 1.66 +27 -13 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 3: 9:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A5E815325; Mon, 24 May 1999 03:09:30 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66790; Mon, 24 May 1999 03:09:30 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Message-Id: <199905241009.DAA66790@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 24 May 1999 03:09:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c src/sbin/ipfw ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/05/24 03:09:29 PDT Modified files: (Branch: RELENG_3) sys/netinet ip_fw.c sbin/ipfw ipfw.c Log: MFC: close PR# kern/10889 Revision Changes Path 1.103.2.4 +4 -1 src/sys/netinet/ip_fw.c 1.64.2.2 +27 -13 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 3:17:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8DBB14CFF; Mon, 24 May 1999 03:17:35 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67503; Mon, 24 May 1999 03:17:35 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Message-Id: <199905241017.DAA67503@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 24 May 1999 03:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/05/24 03:17:35 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_fw.c Log: MFC: close pr 10889 Revision Changes Path 1.51.2.24 +4 -1 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 4:58:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2277E14D90; Mon, 24 May 1999 04:58:51 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA77771; Mon, 24 May 1999 04:58:51 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905241158.EAA77771@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 24 May 1999 04:58:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile ports/print/apsfilter/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/24 04:58:50 PDT Modified files: print/apsfilter Makefile print/apsfilter/files md5 Log: upgrade to apsfilter 5.1.1 bugfix release apsfilter now again allows you to use the gs driver default resolution. Bug was, that everything defaulted to 300dpi, if not set explicitely via DPI (set by name of symlink to apsfilter) or GS_RESOL (set manually or via SETUP script in apsfilterrc). Moved everything only print_dvi dependend to print_dvi... Cosmetic changes More user friendly bugform Revision Changes Path 1.30 +2 -2 ports/print/apsfilter/Makefile 1.11 +1 -1 ports/print/apsfilter/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 5: 1:44 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 16F4415344; Mon, 24 May 1999 05:01:40 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id OAA89885; Mon, 24 May 1999 14:01:35 +0200 (CEST) (envelope-from des) To: Jim Bloom Cc: Wolfram Schneider , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, patriceremy@sprint.ca Subject: Re: cvs commit: www/en/projects projects.sgml References: <199905231156.EAA06371@freefall.freebsd.org> <3748C880.145752AB@acm.org> From: Dag-Erling Smorgrav Date: 24 May 1999 14:01:34 +0200 In-Reply-To: Jim Bloom's message of "Sun, 23 May 1999 23:33:20 -0400" Message-ID: Lines: 9 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Jim Bloom writes: > This page is obnoxious. The hosting site keeps popping up ads every time one > goes to the page. Switch off Java, JavaScript and cookies, like everybody else does. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 5: 5:34 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5BCB714E41; Mon, 24 May 1999 05:05:27 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id OAA89895; Mon, 24 May 1999 14:05:25 +0200 (CEST) (envelope-from des) To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en support.sgml References: <199905240701.AAA47325@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 24 May 1999 14:05:25 +0200 In-Reply-To: John Birrell's message of "Mon, 24 May 1999 00:01:49 -0700 (PDT)" Message-ID: Lines: 12 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell writes: > Log: > Add VicFUG, the FreeBSD user's group in Victoria Australia. Now we have > user groups in four out of seven states of Australia, so I moved all the Oz > entries under an "Australia" entry which, according to alphabetical order, > is at the top of the page. Yay - where we belong! Hmm, I have connections in Albania... ;) DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 5: 9: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 563A114FF8; Mon, 24 May 1999 05:08:55 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id OAA05050; Mon, 24 May 1999 14:08:52 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id OAA12662; Mon, 24 May 1999 14:08:48 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: John Birrell , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en support.sgml In-reply-to: Your message of "24 May 1999 14:05:25 +0200." Date: Mon, 24 May 1999 14:08:48 +0200 Message-ID: <12660.927547728@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message , Dag-Erling Smorgrav writes: >John Birrell writes: >> Log: >> Add VicFUG, the FreeBSD user's group in Victoria Australia. Now we have >> user groups in four out of seven states of Australia, so I moved all the Oz >> entries under an "Australia" entry which, according to alphabetical order, >> is at the top of the page. Yay - where we belong! > >Hmm, I have connections in Albania... ;) not even interesting... $ grep -v '^#' /usr/share/misc/iso3166 | sort -f | head -5 AD AND 020 Andorra AE ARE 784 United Arab Emirates AF AFG 004 Afghanistan AG ATG 028 Antigua and Barbuda -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 5:16:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 709D314FF8; Mon, 24 May 1999 05:16:13 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA79698; Mon, 24 May 1999 05:16:12 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905241216.FAA79698@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 24 May 1999 05:16:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xml4j Makefile ports/textproc/xml4j/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/24 05:16:12 PDT Modified files: textproc/xml4j Makefile textproc/xml4j/pkg DESCR Log: WWW homepage has changed. Revision Changes Path 1.2 +2 -2 ports/textproc/xml4j/Makefile 1.2 +1 -1 ports/textproc/xml4j/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 5:28:24 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id B6550152A5; Mon, 24 May 1999 05:28:17 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id WAA06401; Mon, 24 May 1999 22:40:11 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905241240.WAA06401@cimlogic.com.au> Subject: Re: cvs commit: www/en support.sgml In-Reply-To: <12660.927547728@critter.freebsd.dk> from Poul-Henning Kamp at "May 24, 1999 2: 8:48 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Mon, 24 May 1999 22:40:11 +1000 (EST) Cc: des@flood.ping.uio.no, jb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Poul-Henning Kamp wrote: > In message , Dag-Erling Smorgrav writes: > >John Birrell writes: > >> Log: > >> Add VicFUG, the FreeBSD user's group in Victoria Australia. Now we have > >> user groups in four out of seven states of Australia, so I moved all the Oz > >> entries under an "Australia" entry which, according to alphabetical order, > >> is at the top of the page. Yay - where we belong! > > > >Hmm, I have connections in Albania... ;) I think they may other things on their minds at the moment. > > not even interesting... > > $ grep -v '^#' /usr/share/misc/iso3166 | sort -f | head -5 > > AD AND 020 Andorra > AE ARE 784 United Arab Emirates > AF AFG 004 Afghanistan > AG ATG 028 Antigua and Barbuda Well here's a challenge for you: drum up enough interest to get them to start more than one user group so that they can have their own entries. I think our entry is safe for a while. 8-) -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 6:15:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D43AF14DFB; Mon, 24 May 1999 06:15:18 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA86693; Mon, 24 May 1999 06:15:18 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905241315.GAA86693@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Mon, 24 May 1999 06:15:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps Makefile ports/devel/nps/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/24 06:15:18 PDT Modified files: devel/nps Makefile devel/nps/files md5 Log: Upgrade to NPS (non-preemtive thread scheduling library), version 0.9.8 Revision Changes Path 1.2 +3 -3 ports/devel/nps/Makefile 1.2 +1 -1 ports/devel/nps/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 7:56:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0335153EE; Mon, 24 May 1999 07:56:57 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA56050; Mon, 24 May 1999 07:56:57 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905241456.HAA56050@freefall.freebsd.org> From: Bill Paul Date: Mon, 24 May 1999 07:56:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/24 07:56:57 PDT Modified files: sys/pci if_ti.c Log: Fix bug that can cause transmit corruption. There are actually two 'rings' in the transmit code: the TX descriptor ring, and a 'shadow' ring of mbuf pointers, one for each TX descriptor. When transmitting a packet that consists of several fragments in an mbuf chain, we link each fragment to a descriptor in the TX ring, but we only save a pointer to the mbuf chain. This pointer is saved in the shadow ring entry which corresponds to the first fragment in the packet. Later, ti_txeof() can release the whole chain with a single m_freem() call. (We need the second ring to keep track of the virtual addresses of the mbuf chains.) The problem with this is that the Tigon isn't actually through with the mbuf chain until it reaches the last fragment (which has the TI_BDFLAG_END bit set), however the current scheme releases the mbuf chain as soon as the first fragment is consumed. This is wrong, since the mbufs can then be yanked out from under the Tigon and modified before the other fragments can be transmitted. The fix is to make a one line change to ti_encap() so that it saves the mbuf chain pointer in the shadow ring entry that corresponds to the last fragment in TX ring instead of the first. This prevents the mbufs from being released until the last fragment is transmitted. Painstakingly diagnosed and fixed by: Robert Picco Brought to my attention by: dg Revision Changes Path 1.6 +3 -3 src/sys/pci/if_ti.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 8: 2:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B344715401; Mon, 24 May 1999 08:02:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA56425; Mon, 24 May 1999 08:02:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905241502.IAA56425@freefall.freebsd.org> From: Bill Paul Date: Mon, 24 May 1999 08:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/24 08:02:18 PDT Modified files: (Branch: RELENG_3) sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h Log: MFC: fix tx corruption bug in ti_encap(), also update to latest Tigon 2 firmware image. Revision Changes Path 1.4.2.2 +3 -3 src/sys/pci/if_ti.c 1.1.2.2 +2 -2 src/sys/pci/if_tireg.h 1.1.2.2 +5 -5 src/sys/pci/ti_fw.h 1.1.2.2 +1173 -1170src/sys/pci/ti_fw2.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 8:32:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D2BA153E6; Mon, 24 May 1999 08:32:33 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA60133; Mon, 24 May 1999 08:32:33 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905241532.IAA60133@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 24 May 1999 08:32:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/dial/conf PICOBSD src/release/picobsd/net/conf PICOBSD src/release/picobsd/isp/conf PICOBSD src/release/picobsd/router/conf PICOBSD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/24 08:32:32 PDT Modified files: (Branch: RELENG_3) release/picobsd/dial/conf PICOBSD release/picobsd/net/conf PICOBSD release/picobsd/isp/conf PICOBSD release/picobsd/router/conf PICOBSD Log: Updated PicoBSD kernel config files Use flags 0x40 for ppbus (as per GENERIC) Add comments to match the comments in GENERIC Remove old vector usage Approved by: Andrzej Bialecki Revision Changes Path 1.5.2.2 +13 -8 src/release/picobsd/dial/conf/PICOBSD 1.8.2.3 +14 -8 src/release/picobsd/net/conf/PICOBSD 1.8.2.3 +14 -8 src/release/picobsd/isp/conf/PICOBSD 1.11.2.3 +15 -9 src/release/picobsd/router/conf/PICOBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 9:17:56 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (castles504.castles.com [208.214.165.68]) by hub.freebsd.org (Postfix) with ESMTP id E126714E41; Mon, 24 May 1999 09:17:52 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id JAA22022; Mon, 24 May 1999 09:15:39 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905241615.JAA22022@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans Cc: jb@FreeBSD.org, phk@critter.freebsd.dk, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_conf.c In-reply-to: Your message of "Sun, 23 May 1999 23:11:44 +1000." <199905231311.XAA24127@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 May 1999 09:15:38 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >I think this should be fixed by setting the rootdev to the (pseudo) > >devsw entry for MFS which should be created correctly (see the > >patch I sent out for test earlier today). > > No, setting rootdev is bogus; rootdev is not used for mfs. `rootdev != > NODEV' is just used as a flag in vfs_conf.c when it probably shouldn't be. > I may have broken this when I added rootdevnames[]. Things used to work > for mfs because rootdev was set to a garbage value that happened to be > != NODEV. I currently use the garbage value 0 (set it in autoconf.c). I have some patches which eliminate the use of rootdev for ffs, but still use it for NFS and other filesystems. I was going to commit these but decided that perhaps _all_ of the rootfs-specific information should be parcelled in the rootdevnames[] data, including the VFS to be used for each mount. This would be more generalised, and make for more flexibility, but I'm not sure if this would actually be a specific win. Comments? -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 9:33: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (castles504.castles.com [208.214.165.68]) by hub.freebsd.org (Postfix) with ESMTP id A850214E41; Mon, 24 May 1999 09:32:53 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id JAA22112; Mon, 24 May 1999 09:30:51 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905241630.JAA22112@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Andreas Klemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/apsfilter Makefile In-reply-to: Your message of "Sun, 23 May 1999 11:35:53 PDT." <199905231835.LAA91756@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 May 1999 09:30:50 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > andreas 1999/05/23 11:35:53 PDT > > Modified files: > print/apsfilter Makefile > Log: > "Shouldn't that be "letter" rather than "a4" since "letter" works with > printers that have "a4" paper, while "a4" produces clipped results for > printers that have letter papper?" ---Warner This is rarely true for any printer that has any sort of intelligence; most will sit there and insist that you insert the right sort of paper, which is one more reason the rest of the world hates the USA. -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 9:39:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97A5E14E41; Mon, 24 May 1999 09:39:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA66438; Mon, 24 May 1999 09:39:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905241639.JAA66438@freefall.freebsd.org> From: Brian Somers Date: Mon, 24 May 1999 09:39:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp exec.c physical.c physical.h tcp.c tty.c udp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/24 09:39:20 PDT Modified files: usr.sbin/ppp exec.c physical.c physical.h tcp.c tty.c udp.c Log: Correct the ``ignoring sync/async'' warnings so that they show up with the correct device type. Reassign the correct tcpdevice or execdevice after transfering a link in MP server mode. Revision Changes Path 1.3 +5 -3 src/usr.sbin/ppp/exec.c 1.14 +6 -7 src/usr.sbin/ppp/physical.c 1.11 +2 -2 src/usr.sbin/ppp/physical.h 1.3 +5 -3 src/usr.sbin/ppp/tcp.c 1.7 +4 -7 src/usr.sbin/ppp/tty.c 1.2 +8 -12 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 9:47:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11D75154CD; Mon, 24 May 1999 09:47:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67072; Mon, 24 May 1999 09:47:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905241647.JAA67072@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 24 May 1999 09:47:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat22 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/24 09:47:11 PDT Modified files: (Branch: RELENG_3) lib/compat/compat22 Makefile Log: MFC: rev 1.2/1.3 (add ld.so installation) Revision Changes Path 1.1.2.2 +6 -4 src/lib/compat/compat22/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 9:51:47 1999 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id E3E4F1502F; Mon, 24 May 1999 09:51:41 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id MAA07452; Mon, 24 May 1999 12:51:31 -0400 (EDT) (envelope-from wollman) Date: Mon, 24 May 1999 12:51:31 -0400 (EDT) From: Garrett Wollman Message-Id: <199905241651.MAA07452@khavrinen.lcs.mit.edu> To: Mike Smith Cc: Andreas Klemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/apsfilter Makefile In-Reply-To: <199905241630.JAA22112@dingo.cdrom.com> References: <199905231835.LAA91756@freefall.freebsd.org> <199905241630.JAA22112@dingo.cdrom.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > This is rarely true for any printer that has any sort of intelligence; > most will sit there and insist that you insert the right sort of paper, > which is one more reason the rest of the world hates the USA. Only if the PostScript code explicitly does a `setpagedevice' to request that size. Better make it ``one more reason the rest of the world hates Microsoft''. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 9:55:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 729B214CA1; Mon, 24 May 1999 09:55:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68041; Mon, 24 May 1999 09:55:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905241655.JAA68041@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 24 May 1999 09:55:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat20 ld.so.gz.uu Makefile src/lib/compat/compat21 ld.so.gz.uu Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/24 09:55:24 PDT Modified files: (Branch: RELENG_3) lib/compat/compat20 Makefile lib/compat/compat21 Makefile Added files: (Branch: RELENG_3) lib/compat/compat20 ld.so.gz.uu lib/compat/compat21 ld.so.gz.uu Log: MFC: add ld.so Revision Changes Path 1.7.4.1 +6 -4 src/lib/compat/compat20/Makefile 1.9.2.1 +6 -4 src/lib/compat/compat21/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 10: 7: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F4BB14BD4; Mon, 24 May 1999 10:07:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA69641; Mon, 24 May 1999 10:07:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905241707.KAA69641@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 24 May 1999 10:07:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat20 Makefile src/lib/compat/compat21 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/24 10:07:05 PDT Modified files: (Branch: RELENG_3) lib/compat/compat20 Makefile lib/compat/compat21 Makefile Log: Install libs in ``lib/compat/aout'' rather than ``lib/compat''. The hand-rolled compat22 used in 3.1-R installed into lib/compat/aout, as does the src compat22/ I created. Peter (1999/04/06) changed compat2{0,1} in -CURRENT to use ``lib/compat/aout'' but did not propogate the change to -STABLE. (the commit logs imply that Peter might not have known his changes were post-Branch Point) Revision Changes Path 1.7.4.2 +2 -2 src/lib/compat/compat20/Makefile 1.9.2.2 +2 -2 src/lib/compat/compat21/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 10:13:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2142150ED; Mon, 24 May 1999 10:13:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA70306; Mon, 24 May 1999 10:13:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905241713.KAA70306@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 24 May 1999 10:13:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pgcc Makefile ports/lang/pgcc/files freebsd.h md5 ports/lang/pgcc/patches patch-ah patch-ak patch-al patch-am patch-ba patch-bb patch-bc patch-fa patch-fb patch-fc patch-ad patch-af patch-aj ports/lang/pgcc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/24 10:13:08 PDT Modified files: lang/pgcc Makefile lang/pgcc/files md5 lang/pgcc/patches patch-ad patch-af patch-aj lang/pgcc/pkg PLIST Added files: lang/pgcc/files freebsd.h lang/pgcc/patches patch-ah patch-ak patch-al patch-am patch-ba patch-bb patch-bc patch-fa patch-fb patch-fc Log: Upgrade to version 1.1.3, and sync with changes to the egcs port. Revision Changes Path 1.16 +58 -39 ports/lang/pgcc/Makefile 1.7 +5 -2 ports/lang/pgcc/files/md5 1.2 +68 -11 ports/lang/pgcc/patches/patch-ad 1.2 +42 -8 ports/lang/pgcc/patches/patch-af 1.2 +9 -10 ports/lang/pgcc/patches/patch-aj 1.7 +10 -8 ports/lang/pgcc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 10:13:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD0B81502D; Mon, 24 May 1999 10:13:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA70375; Mon, 24 May 1999 10:13:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905241713.KAA70375@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 24 May 1999 10:13:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs-devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/24 10:13:49 PDT Modified files: lang/egcs-devel Makefile Log: Fix "EGCS_REV". Revision Changes Path 1.59 +6 -2 ports/lang/egcs-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 10:27:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5E2914CCE; Mon, 24 May 1999 10:27:32 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72080; Mon, 24 May 1999 10:27:32 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905241727.KAA72080@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 24 May 1999 10:27:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/dial/conf PICOBSD src/release/picobsd/net/conf PICOBSD src/release/picobsd/isp/conf PICOBSD src/release/picobsd/router/conf PICOBSD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/24 10:27:32 PDT Modified files: release/picobsd/dial/conf PICOBSD release/picobsd/net/conf PICOBSD release/picobsd/isp/conf PICOBSD release/picobsd/router/conf PICOBSD Log: Update PicoBSD kernel config files. Changes are removal of bio, tty, net removal of quotes switches from isa? to nexus? or atkbdc? additional comments These bring the kernel config files in sync with those in RELENG_3 Revision Changes Path 1.7 +40 -40 src/release/picobsd/dial/conf/PICOBSD 1.11 +42 -38 src/release/picobsd/net/conf/PICOBSD 1.11 +54 -50 src/release/picobsd/isp/conf/PICOBSD 1.14 +42 -38 src/release/picobsd/router/conf/PICOBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 10:56:48 1999 Delivered-To: cvs-all@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id A170314F24; Mon, 24 May 1999 10:56:43 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id NAA18083; Mon, 24 May 1999 13:56:42 -0400 (EDT) (envelope-from luoqi) Date: Mon, 24 May 1999 13:56:42 -0400 (EDT) From: Luoqi Chen Message-Id: <199905241756.NAA18083@lor.watermarkgroup.com> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, jb@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > jb 1999/05/23 17:27:16 PDT > > Modified files: > sys/ufs/mfs mfs_vfsops.c > Log: > - Back out Luoqi's cdevsw stuff. It panics on my system and is not required. > - Fix an error message. > - Do the MFS_ROOT setting of mountrootfsname in mfs_init() instead of > cpu_rootconf(). > - Set rootdev in mfs_init instead of later in mfs_mount() iff MFS_ROOT. > > Revision Changes Path > 1.64 +10 -7 src/sys/ufs/mfs/mfs_vfsops.c > I don't agree on backing out my cdevsw change. Mfs should register its use of any devsw slot. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 11: 1: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10335155DE; Mon, 24 May 1999 11:01:06 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA75390; Mon, 24 May 1999 11:01:06 -0700 (PDT) (envelope-from hm@FreeBSD.org) Message-Id: <199905241801.LAA75390@freefall.freebsd.org> From: Hellmuth Michaelis Date: Mon, 24 May 1999 11:01:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hm 1999/05/24 11:01:05 PDT Modified files: etc/etc.i386 MAKEDEV Log: Fix i4bteld entry, the section of the sh case for "i4teld*)" should be BEFORE the case for "i4tel*)". (match the longest prefix first!) Recognized by: Harry Starr Revision Changes Path 1.198 +8 -8 src/etc/etc.i386/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 11: 9:45 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6354415424; Mon, 24 May 1999 11:08:50 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA80449; Mon, 24 May 1999 12:07:28 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA20314; Mon, 24 May 1999 12:07:56 -0600 (MDT) Message-Id: <199905241807.MAA20314@harmony.village.org> To: Mike Smith Subject: Re: cvs commit: ports/print/apsfilter Makefile Cc: Andreas Klemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 24 May 1999 09:30:50 PDT." <199905241630.JAA22112@dingo.cdrom.com> References: <199905241630.JAA22112@dingo.cdrom.com> Date: Mon, 24 May 1999 12:07:56 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905241630.JAA22112@dingo.cdrom.com> Mike Smith writes: : > "Shouldn't that be "letter" rather than "a4" since "letter" works with : > printers that have "a4" paper, while "a4" produces clipped results for : > printers that have letter papper?" ---Warner : : This is rarely true for any printer that has any sort of intelligence; : most will sit there and insist that you insert the right sort of paper, : which is one more reason the rest of the world hates the USA. Odd, I know this definitely used to be the case... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 11:42:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E57F1511B; Mon, 24 May 1999 11:42:50 -0700 (PDT) (envelope-from mks@FreeBSD.org) Received: (from mks@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA79049; Mon, 24 May 1999 11:42:50 -0700 (PDT) (envelope-from mks@FreeBSD.org) Message-Id: <199905241842.LAA79049@freefall.freebsd.org> From: Mike Spengler Date: Mon, 24 May 1999 11:42:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libatm atm_addr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mks 1999/05/24 11:42:49 PDT Modified files: (Branch: RELENG_3) lib/libatm atm_addr.c Log: MFC: Print SPANS addresses in the correct byte order. Revision Changes Path 1.1.2.1 +3 -3 src/lib/libatm/atm_addr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 11:50:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9324114D26; Mon, 24 May 1999 11:50:44 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80056; Mon, 24 May 1999 11:50:44 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905241850.LAA80056@freefall.freebsd.org> From: Doug Rabson Date: Mon, 24 May 1999 11:50:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/24 11:50:44 PDT Modified files: sys/i386/isa isa_compat.c Log: Don't try to allocate memory resource unless address is non-zero. Revision Changes Path 1.11 +3 -2 src/sys/i386/isa/isa_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 12:31:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B063515200; Mon, 24 May 1999 12:31:20 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA84343; Mon, 24 May 1999 12:31:20 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199905241931.MAA84343@freefall.freebsd.org> From: Luoqi Chen Date: Mon, 24 May 1999 12:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 freebsd-nat.c kvm-fbsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/05/24 12:31:19 PDT Modified files: (Branch: RELENG_3) gnu/usr.bin/binutils/gdb/i386 freebsd-nat.c kvm-fbsd.c Log: Back out changes don't belong to the 3.x branch. Revision Changes Path 1.21.2.2 +3 -1 src/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c 1.17.2.2 +12 -73 src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 12:32: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id E1A4415484; Mon, 24 May 1999 12:31:51 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id XAA10171; Mon, 24 May 1999 23:31:50 +0400 (MSD) (envelope-from ache) Date: Mon, 24 May 1999 23:31:50 +0400 From: "Andrey A. Chernov" To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c Message-ID: <19990524233148.A8660@nagual.pp.ru> References: <199905241850.LAA80056@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905241850.LAA80056@freefall.freebsd.org>; from dfr@FreeBSD.org on Mon, May 24, 1999 at 11:50:44AM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, May 24, 1999 at 11:50:44AM -0700, Doug Rabson wrote: > dfr 1999/05/24 11:50:44 PDT > > Modified files: > sys/i386/isa isa_compat.c > Log: > Don't try to allocate memory resource unless address is non-zero. You misunderstand my report, address *was* non-zero and it incorrectly displayed as zero in kernel output. I e. config line is: device ed0 at isa? port 0x300 irq 10 iomem 0xd8000 But kernel output is: ed0 at port 0x300-0x31f iomem 0 irq 10 on isa0 isa_compat: didn't get memory for ed ed0: address 00:c0:6c:62:47:20, type NE2000 (16 bit) -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 12:45:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 393F114BE4; Mon, 24 May 1999 12:45:51 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA85720; Mon, 24 May 1999 12:45:50 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905241945.MAA85720@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 24 May 1999 12:45:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en where.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/24 12:45:50 PDT Modified files: en where.sgml Log: The links to the Distrubutions at http://www.freebsd.org/where.html point to nowhere. s:releases:releases/i386:g Submitted by: "David O'Brien" Revision Changes Path 1.34 +4 -4 www/en/where.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 15:19:13 1999 Delivered-To: cvs-all@freebsd.org Received: from atdot.dotat.org (atdot.dotat.org [150.101.89.3]) by hub.freebsd.org (Postfix) with ESMTP id 4107314FE8; Mon, 24 May 1999 15:18:56 -0700 (PDT) (envelope-from newton@atdot.dotat.org) Received: (from newton@localhost) by atdot.dotat.org (8.9.2/8.7) id HAA46155; Tue, 25 May 1999 07:48:07 +0930 (CST) From: Mark Newton Message-Id: <199905242218.HAA46155@atdot.dotat.org> Subject: Re: cvs commit: ports/print/apsfilter Makefile To: wollman@khavrinen.lcs.mit.edu (Garrett Wollman) Date: Tue, 25 May 1999 07:48:07 +0930 (CST) Cc: mike@smith.net.au, andreas@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <199905241651.MAA07452@khavrinen.lcs.mit.edu> from "Garrett Wollman" at May 24, 99 12:51:31 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Garrett Wollman wrote: > > This is rarely true for any printer that has any sort of intelligence; > > most will sit there and insist that you insert the right sort of paper, > > which is one more reason the rest of the world hates the USA. > > Only if the PostScript code explicitly does a `setpagedevice' to > request that size. Better make it ``one more reason the rest of the > world hates Microsoft''. Same thing, isn't it? If not, it's only a matter of time... - mark :-) -------------------------------------------------------------------- I tried an internal modem, newton@atdot.dotat.org but it hurt when I walked. Mark Newton ----- Voice: +61-4-1620-2223 ------------- Fax: +61-8-82231777 ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 15:32:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19DAD14C2B; Mon, 24 May 1999 15:32:36 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA98271; Mon, 24 May 1999 15:32:36 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905242232.PAA98271@freefall.freebsd.org> From: Robert Nordier Date: Mon, 24 May 1999 15:32:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/24 15:32:36 PDT Modified files: . modules Log: mbr --> src/sys/boot/i386/mbr Revision Changes Path 1.27 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 15:36:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABBEE14CF9; Mon, 24 May 1999 15:36:25 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA98656; Mon, 24 May 1999 15:36:25 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905242236.PAA98656@freefall.freebsd.org> From: Robert Nordier Date: Mon, 24 May 1999 15:36:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/mbr - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/24 15:36:25 PDT src/sys/boot/i386/mbr - Imported sources Update of /home/ncvs/src/sys/boot/i386/mbr In directory freefall.freebsd.org:/d/users/rnordier/mbr Log Message: Add mbr: a standard master boot record intended to replace a couple that are presently embedded in the fdisk and sysinstall code. Status: Vendor Tag: RNORDIER Release Tags: v1 N src/sys/boot/i386/mbr/Makefile N src/sys/boot/i386/mbr/mbr.s N src/sys/boot/i386/mbr/mbr.m4 I src/sys/boot/i386/mbr/CVS No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 15:44:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B48614CF9; Mon, 24 May 1999 15:44:33 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA99863; Mon, 24 May 1999 15:44:33 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <199905242244.PAA99863@freefall.freebsd.org> From: Robert Nordier Date: Mon, 24 May 1999 15:44:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/05/24 15:44:33 PDT Modified files: sys/boot/i386 Makefile Log: Activate mbr. Revision Changes Path 1.8 +2 -2 src/sys/boot/i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 16:30:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A3C21517C; Mon, 24 May 1999 16:30:17 -0700 (PDT) (envelope-from wes@FreeBSD.org) Received: (from wes@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03319; Mon, 24 May 1999 16:30:18 -0700 (PDT) (envelope-from wes@FreeBSD.org) Message-Id: <199905242330.QAA03319@freefall.freebsd.org> From: Wes Peters Date: Mon, 24 May 1999 16:30:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib rand.c rand.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wes 1999/05/24 16:30:17 PDT Modified files: lib/libc/stdlib rand.c rand.3 Log: Added Posix rand_r function. Revision Changes Path 1.2 +52 -1 src/lib/libc/stdlib/rand.c 1.2 +22 -4 src/lib/libc/stdlib/rand.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 16:32: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B1F41517C; Mon, 24 May 1999 16:32:03 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03621; Mon, 24 May 1999 16:32:04 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905242332.QAA03621@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 24 May 1999 16:32:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts ABOUT.TXT HARDWARE.TXT LAYOUT.TXT README.TXT RELNOTES.TXT TROUBLE.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/24 16:32:03 PDT Modified files: release/texts ABOUT.TXT HARDWARE.TXT LAYOUT.TXT README.TXT RELNOTES.TXT TROUBLE.TXT Log: Typos (one reported in misc/11876 by Andrew Boothman ) Revision Changes Path 1.4 +2 -2 src/release/texts/ABOUT.TXT 1.22 +3 -3 src/release/texts/HARDWARE.TXT 1.3 +1 -1 src/release/texts/LAYOUT.TXT 1.5 +5 -5 src/release/texts/README.TXT 1.30 +1 -1 src/release/texts/RELNOTES.TXT 1.5 +2 -2 src/release/texts/TROUBLE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 16:35:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 436CC1517C; Mon, 24 May 1999 16:35:08 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04029; Mon, 24 May 1999 16:35:08 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905242335.QAA04029@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 24 May 1999 16:35:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts ABOUT.TXT HARDWARE.TXT INSTALL.TXT LAYOUT.TXT README.TXT RELNOTES.TXT TROUBLE.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/24 16:35:08 PDT Modified files: (Branch: RELENG_3) release/texts ABOUT.TXT HARDWARE.TXT INSTALL.TXT LAYOUT.TXT README.TXT RELNOTES.TXT TROUBLE.TXT Log: MFC (plus some -stable unique): typos, incl. misc/11876 (Andrew Boothman) Revision Changes Path 1.1.4.3 +2 -2 src/release/texts/ABOUT.TXT 1.5.2.11 +3 -3 src/release/texts/HARDWARE.TXT 1.2.2.5 +1 -1 src/release/texts/Attic/INSTALL.TXT 1.1.4.2 +1 -1 src/release/texts/LAYOUT.TXT 1.1.4.4 +5 -5 src/release/texts/README.TXT 1.12.2.22 +1 -1 src/release/texts/RELNOTES.TXT 1.3.2.2 +2 -2 src/release/texts/TROUBLE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 16:45: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B4E6814D1C; Mon, 24 May 1999 16:44:59 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05074; Mon, 24 May 1999 16:44:59 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905242344.QAA05074@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 24 May 1999 16:44:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha INSTALL.TXT src/release/texts/i386 INSTALL.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/24 16:44:58 PDT Modified files: release/texts/alpha INSTALL.TXT release/texts/i386 INSTALL.TXT Log: MF3S: typo Revision Changes Path 1.2 +1 -1 src/release/texts/alpha/INSTALL.TXT 1.9 +1 -1 src/release/texts/i386/INSTALL.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 16:45:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFAF314C0B; Mon, 24 May 1999 16:45:48 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05136; Mon, 24 May 1999 16:45:48 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905242345.QAA05136@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 24 May 1999 16:45:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha INSTALL.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/24 16:45:48 PDT Modified files: (Branch: RELENG_3) release/texts/alpha INSTALL.TXT Log: MFC and MFS (bet you never thought that was possible): typo Revision Changes Path 1.1.2.1 +1 -1 src/release/texts/alpha/INSTALL.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 16:52:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4299D14EBF; Mon, 24 May 1999 16:52:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05629; Mon, 24 May 1999 16:52:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905242352.QAA05629@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 24 May 1999 16:52:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts README.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/24 16:52:49 PDT Modified files: release/texts README.TXT Log: Update for post 3.2R since this'll be quickly forgotten otherwise. Say, isn't about time for a -SNAP release? Revision Changes Path 1.6 +2 -2 src/release/texts/README.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 17:32:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9BCB14EC9; Mon, 24 May 1999 17:32:42 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08131; Mon, 24 May 1999 17:32:42 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905250032.RAA08131@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 24 May 1999 17:32:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg Makefile ports/security/gnupg/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/24 17:32:40 PDT Modified files: security/gnupg Makefile security/gnupg/files md5 Log: Upgrade to v0.9.7. Revision Changes Path 1.11 +3 -3 ports/security/gnupg/Makefile 1.9 +1 -1 ports/security/gnupg/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 22:31:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B969D14DF1; Mon, 24 May 1999 22:31:26 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35111; Mon, 24 May 1999 22:31:26 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905250531.WAA35111@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 24 May 1999 22:31:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/sitecopy Makefile ports/www/sitecopy/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/24 22:31:25 PDT Modified files: www/sitecopy Makefile www/sitecopy/files md5 Log: upgrade to 0.6.0 Revision Changes Path 1.9 +3 -3 ports/www/sitecopy/Makefile 1.7 +1 -1 ports/www/sitecopy/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 22:38:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09B2314DF1; Mon, 24 May 1999 22:38:28 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35644; Mon, 24 May 1999 22:38:28 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199905250538.WAA35644@freefall.freebsd.org> From: John Polstra Date: Mon, 24 May 1999 22:38:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup cvs-supfile secure-cvs-supfile secure-stable-supfile secure-supfile stable-supfile standard-supfile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/05/24 22:38:28 PDT Modified files: share/examples/cvsup cvs-supfile secure-cvs-supfile secure-stable-supfile secure-supfile stable-supfile standard-supfile Log: Remove references to the obsolete src-eBones collection. PR: conf/11873 Revision Changes Path 1.20 +2 -3 src/share/examples/cvsup/cvs-supfile 1.8 +1 -2 src/share/examples/cvsup/secure-cvs-supfile 1.11 +2 -3 src/share/examples/cvsup/secure-stable-supfile 1.9 +2 -3 src/share/examples/cvsup/secure-supfile 1.15 +2 -3 src/share/examples/cvsup/stable-supfile 1.14 +2 -3 src/share/examples/cvsup/standard-supfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 22:44:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FA4714BF6; Mon, 24 May 1999 22:44:30 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA36234; Mon, 24 May 1999 22:44:30 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199905250544.WAA36234@freefall.freebsd.org> From: John Polstra Date: Mon, 24 May 1999 22:44:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup cvs-supfile secure-cvs-supfile secure-stable-supfile secure-supfile stable-supfile standard-supfile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/05/24 22:44:30 PDT Modified files: (Branch: RELENG_3) share/examples/cvsup cvs-supfile secure-cvs-supfile secure-stable-supfile secure-supfile stable-supfile standard-supfile Log: MFC: Eliminate references to src-eBones. PR: conf/11873 Revision Changes Path 1.17.2.3 +2 -3 src/share/examples/cvsup/cvs-supfile 1.7.2.1 +1 -2 src/share/examples/cvsup/secure-cvs-supfile 1.9.2.3 +2 -3 src/share/examples/cvsup/secure-stable-supfile 1.8.2.1 +2 -3 src/share/examples/cvsup/secure-supfile 1.12.2.3 +2 -3 src/share/examples/cvsup/stable-supfile 1.12.2.2 +2 -3 src/share/examples/cvsup/standard-supfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 23: 8: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7720F14E47; Mon, 24 May 1999 23:07:58 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA40085; Mon, 24 May 1999 23:07:58 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199905250607.XAA40085@freefall.freebsd.org> From: SADA Kenji Date: Mon, 24 May 1999 23:07:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp1-i18n Makefile ports/graphics/gimp1-i18n/files gimp.setfont md5 ports/graphics/gimp1-i18n/patches patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-aa patch-ab patch-ad patch-ah ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/05/24 23:07:58 PDT Modified files: graphics/gimp1-i18n Makefile graphics/gimp1-i18n/files gimp.setfont md5 graphics/gimp1-i18n/patches patch-aa patch-ab patch-ad patch-ah patch-am patch-an patch-ap graphics/gimp1-i18n/pkg PLIST Added files: graphics/gimp1-i18n/patches patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba Removed files: graphics/gimp1-i18n/patches patch-ae Log: PR: ports/11760 Submitted by: maintainer Upgrade to 1.1.5 Fix for broken GNU gettext PO files. Revision Changes Path 1.57 +7 -6 ports/graphics/gimp1-i18n/Makefile 1.2 +14 -0 ports/graphics/gimp1-i18n/files/gimp.setfont 1.23 +1 -1 ports/graphics/gimp1-i18n/files/md5 1.11 +3 -3 ports/graphics/gimp1-i18n/patches/patch-aa 1.13 +3 -3 ports/graphics/gimp1-i18n/patches/patch-ab 1.6 +6 -15 ports/graphics/gimp1-i18n/patches/patch-ad 1.18 +6 -17 ports/graphics/gimp1-i18n/patches/patch-ah 1.3 +4 -4 ports/graphics/gimp1-i18n/patches/patch-am 1.2 +4 -24 ports/graphics/gimp1-i18n/patches/patch-an 1.2 +5 -5 ports/graphics/gimp1-i18n/patches/patch-ap 1.31 +72 -23 ports/graphics/gimp1-i18n/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 24 23:47:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41C7D14D0D; Mon, 24 May 1999 23:47:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA43270; Mon, 24 May 1999 23:47:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905250647.XAA43270@freefall.freebsd.org> From: Peter Wemm Date: Mon, 24 May 1999 23:47:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/24 23:47:34 PDT Modified files: databases/mysql322 Makefile Log: Update version in comments.. Revision Changes Path 1.51 +2 -2 ports/databases/mysql322/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 0:39:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BCFD153AD; Tue, 25 May 1999 00:39:21 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50621; Tue, 25 May 1999 00:39:21 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <199905250739.AAA50621@freefall.freebsd.org> From: Mark Murray Date: Tue, 25 May 1999 00:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgp5/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/05/25 00:39:20 PDT Removed files: security/pgp5/patches patch-ad Log: Remove this. It was a bad idea. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 1:35:16 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 4FDEB1507A; Tue, 25 May 1999 01:35:10 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA41288; Tue, 25 May 1999 09:35:33 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 25 May 1999 09:35:33 +0100 (BST) From: Doug Rabson To: "Andrey A. Chernov" Cc: Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c In-Reply-To: <19990524233148.A8660@nagual.pp.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 24 May 1999, Andrey A. Chernov wrote: > On Mon, May 24, 1999 at 11:50:44AM -0700, Doug Rabson wrote: > > dfr 1999/05/24 11:50:44 PDT > > > > Modified files: > > sys/i386/isa isa_compat.c > > Log: > > Don't try to allocate memory resource unless address is non-zero. > > You misunderstand my report, address *was* non-zero and it > incorrectly displayed as zero in kernel output. I e. config line is: > > device ed0 at isa? port 0x300 irq 10 iomem 0xd8000 > > But kernel output is: > > ed0 at port 0x300-0x31f iomem 0 irq 10 on isa0 > isa_compat: didn't get memory for ed > ed0: address 00:c0:6c:62:47:20, type NE2000 (16 bit) This fix was to John Birrel's similar problem with an NE2000. I sort of assumed that it was the same problem but perhaps not. What do you get if you boot a kernel with my fix? -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 1:39:42 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id CC61915575; Tue, 25 May 1999 01:39:32 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id SAA09140; Tue, 25 May 1999 18:55:08 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905250855.SAA09140@cimlogic.com.au> Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c In-Reply-To: from Doug Rabson at "May 25, 1999 9:35:33 am" To: dfr@nlsystems.com (Doug Rabson) Date: Tue, 25 May 1999 18:55:08 +1000 (EST) Cc: ache@nagual.pp.ru, dfr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Doug Rabson wrote: > On Mon, 24 May 1999, Andrey A. Chernov wrote: > > But kernel output is: > > > > ed0 at port 0x300-0x31f iomem 0 irq 10 on isa0 > > isa_compat: didn't get memory for ed > > ed0: address 00:c0:6c:62:47:20, type NE2000 (16 bit) > > This fix was to John Birrel's similar problem with an NE2000. I sort of > assumed that it was the same problem but perhaps not. What do you get if > you boot a kernel with my fix? In my case ed0 was working correctly. The "isa_compat: didn't get memory for ed" was just noise. The printf that you asked me to add confirmed that the first allocated was correct and the second was not required. The patch fixed that. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 2: 0:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2197F15621; Tue, 25 May 1999 02:00:21 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA58397; Tue, 25 May 1999 02:00:20 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905250900.CAA58397@freefall.freebsd.org> From: Wolfram Schneider Date: Tue, 25 May 1999 02:00:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/25 02:00:20 PDT Modified files: en support.sgml Log: Remove email address (cjag@knfpub.com) from the South Australia users group (SAFUG) - to much spam. Submitted by: Christine Jaeger Revision Changes Path 1.140 +3 -5 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 2:16:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12B4715632; Tue, 25 May 1999 02:16:27 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60300; Tue, 25 May 1999 02:16:27 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905250916.CAA60300@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 02:16:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 02:16:27 PDT Modified files: en y2kbug.sgml Log: INN wasn't really fixed until INN v.2.2. PR: docs/11348 (Stephen J. Roznowski ) Revision Changes Path 1.22 +3 -3 www/en/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 2:32: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F99714D51; Tue, 25 May 1999 02:32:05 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62127; Tue, 25 May 1999 02:32:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905250932.CAA62127@freefall.freebsd.org> From: Brian Somers Date: Tue, 25 May 1999 02:32:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/boot/biosboot table.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/25 02:32:03 PDT Modified files: sys/i386/boot/biosboot table.c Log: Allow booting from "ad" Reviewed by: Søren Revision Changes Path 1.18 +2 -2 src/sys/i386/boot/biosboot/table.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 2:45: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 2736C14CA7; Tue, 25 May 1999 02:44:46 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id TAA11900; Tue, 25 May 1999 19:44:43 +1000 Date: Tue, 25 May 1999 19:44:43 +1000 From: Bruce Evans Message-Id: <199905250944.TAA11900@godzilla.zeta.org.au> To: brian@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/i386/boot/biosboot table.c > Log: > Allow booting from "ad" > Reviewed by: Søren This breaks booting from fd and da, and doesn't help for booting from "ad" ("ad" has major 30, not 1). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3: 8:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CCDD150AE; Tue, 25 May 1999 03:08:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66000; Tue, 25 May 1999 03:08:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905251008.DAA66000@freefall.freebsd.org> From: Michael Haro Date: Tue, 25 May 1999 03:08:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ezbounce Makefile ports/net/ezbounce/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/25 03:08:25 PDT Modified files: net/ezbounce Makefile net/ezbounce/files md5 Log: Upgrade to 0.85.2 Submitted by maintainer PR 11863 Revision Changes Path 1.3 +7 -7 ports/net/ezbounce/Makefile 1.3 +1 -1 ports/net/ezbounce/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3:15:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3E4014FDB; Tue, 25 May 1999 03:15:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66801; Tue, 25 May 1999 03:15:29 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905251015.DAA66801@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 25 May 1999 03:15:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xkobo/patches patch-ac patch-ad patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/25 03:15:29 PDT Modified files: games/xkobo/patches patch-ab Added files: games/xkobo/patches patch-ac patch-ad Log: Make xkobo dockable by WindowMaker. Revision Changes Path 1.2 +44 -1 ports/games/xkobo/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3:31: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BD5F15616; Tue, 25 May 1999 03:30:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67956; Tue, 25 May 1999 03:30:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905251030.DAA67956@freefall.freebsd.org> From: Brian Somers Date: Tue, 25 May 1999 03:30:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/boot/biosboot table.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/25 03:30:55 PDT Modified files: sys/i386/boot/biosboot table.c Log: Back the last change out. It upsets the calculations in sys.c (switch(maj)). Revision Changes Path 1.19 +2 -2 src/sys/i386/boot/biosboot/table.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3:31:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F134156AE; Tue, 25 May 1999 03:31:01 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67988; Tue, 25 May 1999 03:31:01 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905251031.DAA67988@freefall.freebsd.org> From: KATO Takenori Date: Tue, 25 May 1999 03:31:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf options.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/25 03:31:00 PDT Modified files: sys/pc98/conf options.pc98 Log: Sync with sys/i386/conf/options.i386 revision 1.114. Revision Changes Path 1.87 +2 -1 src/sys/pc98/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3:32:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDC4D15639; Tue, 25 May 1999 03:32:14 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68049; Tue, 25 May 1999 03:32:14 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905251032.DAA68049@freefall.freebsd.org> From: KATO Takenori Date: Tue, 25 May 1999 03:32:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/25 03:32:13 PDT Modified files: sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/userconfig.c revision 1.145. Revision Changes Path 1.81 +4 -3 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3:33:58 1999 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id 27F1B15694; Tue, 25 May 1999 03:33:45 -0700 (PDT) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id LAA00842; Tue, 25 May 1999 11:33:43 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id LAA00481; Tue, 25 May 1999 11:33:10 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905251033.LAA00481@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans Cc: brian@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-reply-to: Your message of "Tue, 25 May 1999 19:44:43 +1000." <199905250944.TAA11900@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Tue, 25 May 1999 11:33:10 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Modified files: > > sys/i386/boot/biosboot table.c = > > Log: > > Allow booting from "ad" > > Reviewed by: S=F8ren > = > This breaks booting from fd and da, and doesn't help for booting from > "ad" ("ad" has major 30, not 1). I've backed out the change. Would adding a ``case 5: maj =3D 30;'' in sys.c and tacking "ad" on to = the end of the list in table.c be better ? > Bruce -- = Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3:38:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 125AF156CA; Tue, 25 May 1999 03:38:36 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA69266; Tue, 25 May 1999 03:38:35 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905251038.DAA69266@freefall.freebsd.org> From: KATO Takenori Date: Tue, 25 May 1999 03:38:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/25 03:38:35 PDT Modified files: (Branch: RELENG_3) sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.220.2.6. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.81.2.7 +2 -1 src/sys/pc98/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3:41:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01C6B156B3; Tue, 25 May 1999 03:41:17 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA69372; Tue, 25 May 1999 03:41:17 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905251041.DAA69372@freefall.freebsd.org> From: KATO Takenori Date: Tue, 25 May 1999 03:41:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/25 03:41:17 PDT Modified files: sys/pc98/pc98 wd.c Log: Merge with sys/i386/isa/wd.c revision 1.192 and 1.193. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.82 +14 -120 src/sys/pc98/pc98/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 3:54: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id B904C153AD; Tue, 25 May 1999 03:53:56 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA18301; Tue, 25 May 1999 20:50:39 +1000 Date: Tue, 25 May 1999 20:50:39 +1000 From: Bruce Evans Message-Id: <199905251050.UAA18301@godzilla.zeta.org.au> To: bde@zeta.org.au, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c Cc: brian@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >I've backed out the change. > >Would adding a ``case 5: maj = 30;'' in sys.c and tacking "ad" on to >the end of the list in table.c be better ? That would cause bad accesses to devs[30]. devs[] could be enlarged at a cost of some space. My version passes the typed-in device name to the kernel and the kernel ignores the boot blocks' guess of the major if it can make sense of the name. I might finish this if anyone still uses the old boot blocks. It doesn't work right for "ad", because ad_cdevsw lies about the driver name -- it claims to be "wd" for compatibility, so lookups of "ad" fail. This also breaks the lookups for -r and -a -- you have to misspecify "ad" as "wd" and not configure the real "wd" so that there is no conflict. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 4:14:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D625B14CE5; Tue, 25 May 1999 04:14:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA74221; Tue, 25 May 1999 04:14:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905251114.EAA74221@freefall.freebsd.org> From: Peter Wemm Date: Tue, 25 May 1999 04:14:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rlogin rlogin.1 rlogin.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/25 04:14:36 PDT Modified files: usr.bin/rlogin rlogin.1 rlogin.c Log: Add a -i localname switch (restricted to root) to specify a different local "login" name for rcmd(3). This is particularly useful for things like portslave and other packages with terminal server functionality where a login can either run ppp locally or get shunted off to another box via rlogin depending on radius authentication etc. Quite often the local box doesn't even have accounts, so a flag such as this is needed. Obviously this is restricted to callers with uid == 0. Revision Changes Path 1.7 +6 -0 src/usr.bin/rlogin/rlogin.1 1.19 +15 -5 src/usr.bin/rlogin/rlogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 4:27:14 1999 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id 339FF14DA1; Tue, 25 May 1999 04:27:08 -0700 (PDT) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id MAA01144; Tue, 25 May 1999 12:27:07 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA01355; Tue, 25 May 1999 12:26:33 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905251126.MAA01355@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans Cc: brian@Awfulhak.org, brian@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-reply-to: Your message of "Tue, 25 May 1999 20:50:39 +1000." <199905251050.UAA18301@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Tue, 25 May 1999 12:26:33 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >I've backed out the change. > > > >Would adding a ``case 5: maj =3D 30;'' in sys.c and tacking "ad" on to= = > >the end of the list in table.c be better ? > = > That would cause bad accesses to devs[30]. devs[] could be enlarged > at a cost of some space. > = > My version passes the typed-in device name to the kernel and the kernel= > ignores the boot blocks' guess of the major if it can make sense of > the name. I might finish this if anyone still uses the old boot blocks= =2E > It doesn't work right for "ad", because ad_cdevsw lies about the driver= > name -- it claims to be "wd" for compatibility, so lookups of "ad" fail= =2E > This also breaks the lookups for -r and -a -- you have to misspecify > "ad" as "wd" and not configure the real "wd" so that there is no confli= ct. It looks like this stuff should wait 'till S=F8ren's happy with `ad' = and `wd' goes away. As it happens, I think my real problem (when I removed ``root on'' = from my kernel config, I couldn't boot any more) was just the lack of = a ``disklabel -B''. I did the change to table.c and wrongly thought = that it had fixed the problem ;-( > Bruce Cheers. -- = Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 4:47: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (m2-30-dbn.dial-up.net [196.34.155.94]) by hub.freebsd.org (Postfix) with ESMTP id 2152B1549B; Tue, 25 May 1999 04:46:53 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id NAA13054; Tue, 25 May 1999 13:46:42 +0200 (SAST) From: Robert Nordier Message-Id: <199905251146.NAA13054@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251050.UAA18301@godzilla.zeta.org.au> from Bruce Evans at "May 25, 1999 08:50:39 pm" To: cvs-all@freebsd.org, cvs-committers@freebsd.org Date: Tue, 25 May 1999 13:46:40 +0200 (SAST) Cc: brian@Awfulhak.org, bde@zeta.org.au X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > My version passes the typed-in device name to the kernel and the kernel > ignores the boot blocks' guess of the major if it can make sense of > the name. I might finish this if anyone still uses the old boot blocks. I'm hoping that we can start dropping the /sys/i386/boot stuff, with the probable temporary exception of netboot, within the next few weeks, unless there are serious objections to doing so. If anyone wants to send me diffs on biosboot, though, I'd be happy to incorporate the features into boot2, either by default or by way of a build option. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 4:52:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9E5E14D8E; Tue, 25 May 1999 04:52:34 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA77346; Tue, 25 May 1999 04:52:34 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199905251152.EAA77346@freefall.freebsd.org> From: Pierre Beyssac Date: Tue, 25 May 1999 04:52:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys sigaltstack.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/05/25 04:52:33 PDT Modified files: lib/libc/sys sigaltstack.2 Log: Typo. PR: docs/11832 Submitted by: Ralf S. Engelschall Revision Changes Path 1.10 +2 -2 src/lib/libc/sys/sigaltstack.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 4:57:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8981F14D8E; Tue, 25 May 1999 04:57:13 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA77777; Tue, 25 May 1999 04:57:13 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199905251157.EAA77777@freefall.freebsd.org> From: Pierre Beyssac Date: Tue, 25 May 1999 04:57:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys sigaltstack.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/05/25 04:57:13 PDT Modified files: (Branch: RELENG_3) lib/libc/sys sigaltstack.2 Log: MFC: typo. PR: docs/11832 Submitted by: Ralf S. Engelschall Revision Changes Path 1.9.2.1 +2 -2 src/lib/libc/sys/sigaltstack.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 5:23:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECD5614F3C; Tue, 25 May 1999 05:23:19 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA79948; Tue, 25 May 1999 05:23:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905251223.FAA79948@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 25 May 1999 05:23:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xgammon Makefile ports/games/xgammon/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/25 05:23:17 PDT Modified files: games/xgammon Makefile games/xgammon/files md5 Log: Distfile has changed. Revision Changes Path 1.13 +4 -4 ports/games/xgammon/Makefile 1.7 +1 -1 ports/games/xgammon/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 5:35:47 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 8925C14EE3; Tue, 25 May 1999 05:35:36 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id WAA28341; Tue, 25 May 1999 22:32:19 +1000 Date: Tue, 25 May 1999 22:32:19 +1000 From: Bruce Evans Message-Id: <199905251232.WAA28341@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, rnordier@nordier.com Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c Cc: bde@zeta.org.au, brian@Awfulhak.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> My version passes the typed-in device name to the kernel and the kernel >> ignores the boot blocks' guess of the major if it can make sense of >> the name. I might finish this if anyone still uses the old boot blocks. ^ else >I'm hoping that we can start dropping the /sys/i386/boot stuff, >with the probable temporary exception of netboot, within the next >few weeks, unless there are serious objections to doing so. I hoped we could drop the new boot blocks :-). I don't plan to use them. (Your boot2 is a neat hack, but is even more hackish than biosboot.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 5:43:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6221814EE6; Tue, 25 May 1999 05:43:43 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA82369; Tue, 25 May 1999 05:43:44 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905251243.FAA82369@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 25 May 1999 05:43:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/25 05:43:43 PDT Modified files: sys/pci brooktree848.c Log: Add support for the Bt878/Bt879's Intel 430 FX and SIS/VIA/ OPTi chipset PCI bus workarounds. These make the Bt878/879 chips stabler on certain older and non-intel motherboards. Use options BKTR_430_FX_MODE or options BKTR_SIS_VIA_MODE to enable these modes. Also rename 849 to 849A Revision Changes Path 1.81 +55 -16 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 5:44:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 242E214F75; Tue, 25 May 1999 05:44:42 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA82443; Tue, 25 May 1999 05:44:42 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905251244.FAA82443@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 25 May 1999 05:44:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brktree_reg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/25 05:44:42 PDT Modified files: sys/pci brktree_reg.h Log: Rename 849 to 849A (the correct name for the IC) Revision Changes Path 1.28 +2 -2 src/sys/pci/brktree_reg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 5:49:34 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (m2-4-dbn.dial-up.net [196.34.155.68]) by hub.freebsd.org (Postfix) with ESMTP id A03A514F31; Tue, 25 May 1999 05:48:43 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id OAA13517; Tue, 25 May 1999 14:48:12 +0200 (SAST) From: Robert Nordier Message-Id: <199905251248.OAA13517@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251232.WAA28341@godzilla.zeta.org.au> from Bruce Evans at "May 25, 1999 10:32:19 pm" To: bde@zeta.org.au (Bruce Evans) Date: Tue, 25 May 1999 14:48:10 +0200 (SAST) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, rnordier@nordier.com, brian@Awfulhak.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > >> My version passes the typed-in device name to the kernel and the kernel > >> ignores the boot blocks' guess of the major if it can make sense of > >> the name. I might finish this if anyone still uses the old boot blocks. > ^ else > > >I'm hoping that we can start dropping the /sys/i386/boot stuff, > >with the probable temporary exception of netboot, within the next > >few weeks, unless there are serious objections to doing so. > > I hoped we could drop the new boot blocks :-). I don't plan to use them. > (Your boot2 is a neat hack, but is even more hackish than biosboot.) For myself, I don't much mind if we go that way :-). However, maintaining two lots of code is just confusing. Quite seriously, though (and with no particular irony implied), I'm curious to know why you regard the boot2 stuff as "more hackish". At least one practical feature of the new boot blocks is that they are BIOS geometry-independent, which is certainly useful. And they certain appear to have fewer bugs: though I may just be pressing the wrong buttons. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 6: 1:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F198A1565D; Tue, 25 May 1999 06:01:39 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA84542; Tue, 25 May 1999 06:01:39 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905251301.GAA84542@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 25 May 1999 06:01:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/giflib Makefile ports/graphics/giflib/patches patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/25 06:01:39 PDT Modified files: graphics/giflib Makefile graphics/giflib/patches patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be Log: Remove a bunch of junk from the patches. Submitted by: Jeremy Lea Revision Changes Path 1.7 +3 -11 ports/graphics/giflib/Makefile 1.2 +1 -1 ports/graphics/giflib/patches/patch-ak 1.2 +1 -1 ports/graphics/giflib/patches/patch-al 1.2 +1 -1 ports/graphics/giflib/patches/patch-am 1.2 +1 -1 ports/graphics/giflib/patches/patch-an 1.2 +1 -1 ports/graphics/giflib/patches/patch-ao 1.2 +1 -1 ports/graphics/giflib/patches/patch-ap 1.2 +1 -1 ports/graphics/giflib/patches/patch-aq 1.2 +1 -1 ports/graphics/giflib/patches/patch-ar 1.2 +1 -1 ports/graphics/giflib/patches/patch-as 1.2 +1 -1 ports/graphics/giflib/patches/patch-at 1.2 +1 -1 ports/graphics/giflib/patches/patch-au 1.2 +1 -1 ports/graphics/giflib/patches/patch-av 1.2 +1 -1 ports/graphics/giflib/patches/patch-aw 1.2 +1 -1 ports/graphics/giflib/patches/patch-ax 1.2 +1 -1 ports/graphics/giflib/patches/patch-ay 1.2 +1 -1 ports/graphics/giflib/patches/patch-az 1.2 +1 -1 ports/graphics/giflib/patches/patch-ba 1.2 +1 -1 ports/graphics/giflib/patches/patch-bb 1.2 +1 -1 ports/graphics/giflib/patches/patch-bc 1.2 +1 -1 ports/graphics/giflib/patches/patch-bd 1.2 +1 -1 ports/graphics/giflib/patches/patch-be To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 6:24:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 696E915725; Tue, 25 May 1999 06:24:33 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA87567; Tue, 25 May 1999 06:24:32 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905251324.GAA87567@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 25 May 1999 06:24:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/25 06:24:27 PDT Modified files: (Branch: RELENG_3) sys/kern init_main.c sys/conf options Log: MFC: make the location of init(8) tunable at compile and boot time. Revision Changes Path 1.103.2.4 +34 -16 src/sys/kern/init_main.c 1.121.2.6 +4 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 6:26:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 4E19E15702; Tue, 25 May 1999 06:26:46 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.1/8.9.1) id PAA56320; Tue, 25 May 1999 15:25:14 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <199905251325.PAA56320@freebsd.dk> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251126.MAA01355@keep.lan.Awfulhak.org> from Brian Somers at "May 25, 1999 12:26:33 pm" To: brian@Awfulhak.org (Brian Somers) Date: Tue, 25 May 1999 15:25:14 +0200 (CEST) Cc: bde@zeta.org.au, brian@Awfulhak.org, brian@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk It seems Brian Somers wrote: > > > > My version passes the typed-in device name to the kernel and the kernel > > ignores the boot blocks' guess of the major if it can make sense of > > the name. I might finish this if anyone still uses the old boot blocks. > > It doesn't work right for "ad", because ad_cdevsw lies about the driver > > name -- it claims to be "wd" for compatibility, so lookups of "ad" fail. > > This also breaks the lookups for -r and -a -- you have to misspecify > > "ad" as "wd" and not configure the real "wd" so that there is no conflict. Just remove the ifdef NOTYET in ata-disk.c and it will tell its real name thats the way I use it with a hacked boot2.c. I think the right way would be to have the device name in the label that way the system can tell which driver to use easily, and you can change it just as easily for tesing/whatever reasons. > It looks like this stuff should wait 'till Søren's happy with `ad' > and `wd' goes away. I dont think we can get rid of wd totally, it is still needed for retro HW as st506 & ESDI disks, but we can remove all other things from it (the atapistuff etc), and have it be a retro driver only. Or perchance I'm just dreaming. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 6:45:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDBF315711; Tue, 25 May 1999 06:45:09 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA89356; Tue, 25 May 1999 06:45:09 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905251345.GAA89356@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 06:45:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make cond.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 06:45:09 PDT Modified files: usr.bin/make cond.c Log: Handle ".if ${T} > 1 || ${T} < 3" and friends correctly. Reported-by: asami Revision Changes Path 1.8 +14 -13 src/usr.bin/make/cond.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 6:57:47 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 1286814C24; Tue, 25 May 1999 06:57:41 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id XAA02838; Tue, 25 May 1999 23:54:25 +1000 Date: Tue, 25 May 1999 23:54:25 +1000 From: Bruce Evans Message-Id: <199905251354.XAA02838@godzilla.zeta.org.au> To: bde@zeta.org.au, rnordier@nordier.com Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c Cc: brian@Awfulhak.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >Quite seriously, though (and with no particular irony implied), >I'm curious to know why you regard the boot2 stuff as "more hackish". I meant mainly the non-asm parts. boot2 has a lower density of comments, and doesn't attempt to keep machine-independent parts in separate modules. >At least one practical feature of the new boot blocks is that they >are BIOS geometry-independent, which is certainly useful. And they >certain appear to have fewer bugs: though I may just be pressing the >wrong buttons. I think they fail on older systems instead of newer ones. Unfortuntely I no longer have my 1987 1.6MB system to test on :-). It would fail in boot1 for ah = 8; int 0x13. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 7: 8:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A24914F94; Tue, 25 May 1999 07:08:05 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA91725; Tue, 25 May 1999 07:08:04 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199905251408.HAA91725@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 25 May 1999 07:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/05/25 07:08:04 PDT Modified files: (Branch: RELENG_3) sys/i386/conf LINT Log: Forgotten in the previous commit: add INIT_PATH example to LINT. Revision Changes Path 1.539.2.23 +7 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 7:29:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E0501571E; Tue, 25 May 1999 07:29:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA94312; Tue, 25 May 1999 07:29:23 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905251429.HAA94312@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 07:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 07:29:22 PDT Modified files: en/handbook/ports chapter.sgml Log: pkg_add `make package-name`.tgz PR: docs/9773 (Kazutoki TAKAMUNE takamune@avrl.mei.co.jp) docs/9837 (almost) Revision Changes Path 1.19 +2 -2 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 8:56:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8603F15105; Tue, 25 May 1999 08:56:14 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA05508; Tue, 25 May 1999 08:56:13 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905251556.IAA05508@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 25 May 1999 08:56:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/25 08:56:12 PDT Modified files: sys/pci pcisupport.c Log: Add OPTi 82c822 host to PCI bridge This is an old OPTi chipset. If you use a Bt878 card with this chipset, be sure to enable the SIS/VIA chipset compatiblity mode workaround. Tested By: Ben Laurie Revision Changes Path 1.113 +5 -1 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 8:56:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95C121584C; Tue, 25 May 1999 08:56:33 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA05589; Tue, 25 May 1999 08:56:32 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905251556.IAA05589@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 08:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 08:56:32 PDT Modified files: en/handbook/ports chapter.sgml Log: Email maintainer with port problems before &a.ports. PR: docs/8640 (ap [3]ap@noses.com) Revision Changes Path 1.20 +10 -4 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 8:58:24 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (castles535.castles.com [208.214.165.99]) by hub.freebsd.org (Postfix) with ESMTP id D666C15105; Tue, 25 May 1999 08:58:19 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id IAA03456; Tue, 25 May 1999 08:54:37 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905251554.IAA03456@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Brian Somers Cc: Bruce Evans , brian@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-reply-to: Your message of "Tue, 25 May 1999 11:33:10 BST." <199905251033.LAA00481@keep.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Tue, 25 May 1999 08:54:36 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > Modified files: > > > sys/i386/boot/biosboot table.c = > > > Log: > > > Allow booting from "ad" > > > Reviewed by: S=F8ren > > = > > This breaks booting from fd and da, and doesn't help for booting from= > > "ad" ("ad" has major 30, not 1). > = > I've backed out the change. > = > Would adding a ``case 5: maj =3D 30;'' in sys.c and tacking "ad" on to = > the end of the list in table.c be better ? No. i386/biosboot is deprecated and will likely be deleted soon. -- = \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 9: 3:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80E301513D; Tue, 25 May 1999 09:03:42 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06643; Tue, 25 May 1999 09:03:41 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905251603.JAA06643@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 25 May 1999 09:03:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps Makefile ports/devel/nps/files md5 ports/devel/nps/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/25 09:03:36 PDT Modified files: devel/nps Makefile devel/nps/files md5 devel/nps/pkg PLIST Log: Upgrade to NPS 0.9.9 Revision Changes Path 1.3 +3 -3 ports/devel/nps/Makefile 1.3 +1 -1 ports/devel/nps/files/md5 1.2 +5 -0 ports/devel/nps/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 9:21: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4257215091; Tue, 25 May 1999 09:21:07 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08641; Tue, 25 May 1999 09:21:06 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905251621.JAA08641@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 09:21:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw gencommercial.pl hardware.raw misc.raw software.raw Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 09:21:05 PDT Modified files: en/commercial consulting.raw gencommercial.pl hardware.raw misc.raw software.raw Log: Remove all those stupid ZZZ entries from the *.raw files: They were entered ALL IN CAPS and are difficult to read, for starters. PR: docs/11595 Revision Changes Path 1.15 +0 -4 www/en/commercial/consulting.raw 1.3 +9 -3 www/en/commercial/gencommercial.pl 1.4 +0 -4 www/en/commercial/hardware.raw 1.4 +0 -4 www/en/commercial/misc.raw 1.11 +0 -4 www/en/commercial/software.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 10: 5:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78A7E14CD3; Tue, 25 May 1999 10:05:52 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13206; Tue, 25 May 1999 10:05:52 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905251705.KAA13206@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 10:05:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/security chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 10:05:52 PDT Modified files: en/handbook/security chapter.sgml Log: Yes Virginia, you can enable firewalls from /etc/rc.conf. PR: docs/10388 (Dima Sivachenko [3]dima@Chg.RU) Revision Changes Path 1.15 +13 -20 doc/en/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 10:10: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7230914FBF; Tue, 25 May 1999 10:10:06 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13825; Tue, 25 May 1999 10:10:05 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905251710.KAA13825@freefall.freebsd.org> From: Kenneth Merry Date: Tue, 25 May 1999 10:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/25 10:10:05 PDT Modified files: sys/cam cam_periph.c Log: Fix the read/write permission checks in cam_periph_mapmem(). If we're writing, we want to be able to read the buffer. If we're reading, we want to be able to write to the buffer. PR: kern/11870 Submitted by: Andrew Mobbs Revision Changes Path 1.16 +4 -4 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 10:12: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0E1414FBF; Tue, 25 May 1999 10:12:06 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14069; Tue, 25 May 1999 10:12:06 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905251712.KAA14069@freefall.freebsd.org> From: Kenneth Merry Date: Tue, 25 May 1999 10:12:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/05/25 10:12:05 PDT Modified files: (Branch: RELENG_3) sys/cam cam_periph.c Log: MFC: Fix the read/write permission checks in cam_periph_mapmem(). If we're writing, we want to be able to read the buffer. If we're reading, we want to be able to write to the buffer. PR: kern/11870 Submitted by: Andrew Mobbs Revision Changes Path 1.9.2.5 +4 -4 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 10:34:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B32C155F1; Tue, 25 May 1999 10:34:09 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15775; Tue, 25 May 1999 10:34:10 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905251734.KAA15775@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 10:34:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 vpo.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 10:34:09 PDT Modified files: share/man/man4 vpo.4 Log: Spell vp0 correctly. Add id. PR: docs/10500 (Masaru Tsunoda [3]masaru@pokemon.to) Revision Changes Path 1.3 +2 -1 src/share/man/man4/vpo.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 10:44:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freja.webgiro.com (freja.webgiro.com [212.209.29.10]) by hub.freebsd.org (Postfix) with ESMTP id 6BE5D15241; Tue, 25 May 1999 10:44:19 -0700 (PDT) (envelope-from abial@webgiro.com) Received: by freja.webgiro.com (Postfix, from userid 1001) id 5AFF718D5; Tue, 25 May 1999 19:44:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by freja.webgiro.com (Postfix) with ESMTP id 543D349DE; Tue, 25 May 1999 19:44:42 +0200 (CEST) Date: Tue, 25 May 1999 19:44:42 +0200 (CEST) From: Andrzej Bialecki To: Robert Nordier Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org, brian@Awfulhak.org, bde@zeta.org.au Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251146.NAA13054@ceia.nordier.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 25 May 1999, Robert Nordier wrote: > Bruce Evans wrote: > > > My version passes the typed-in device name to the kernel and the kernel > > ignores the boot blocks' guess of the major if it can make sense of > > the name. I might finish this if anyone still uses the old boot blocks. > > I'm hoping that we can start dropping the /sys/i386/boot stuff, > with the probable temporary exception of netboot, within the next > few weeks, unless there are serious objections to doing so. Please don't drop the kzipboot without some functional replacement. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // ------------------------------------------------------------------- // ------ FreeBSD: The Power to Serve. http://www.freebsd.org -------- // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 10:49:36 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (196-31-98-154.iafrica.com [196.31.98.154]) by hub.freebsd.org (Postfix) with ESMTP id 76F43157CC; Tue, 25 May 1999 10:49:04 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id TAA14745; Tue, 25 May 1999 19:47:00 +0200 (SAST) From: Robert Nordier Message-Id: <199905251747.TAA14745@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251354.XAA02838@godzilla.zeta.org.au> from Bruce Evans at "May 25, 1999 11:54:25 pm" To: bde@zeta.org.au (Bruce Evans) Date: Tue, 25 May 1999 19:46:59 +0200 (SAST) Cc: rnordier@nordier.com, brian@Awfulhak.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >Quite seriously, though (and with no particular irony implied), > >I'm curious to know why you regard the boot2 stuff as "more hackish". > > I meant mainly the non-asm parts. boot2 has a lower density of comments, > and doesn't attempt to keep machine-independent parts in separate > modules. The emphasis on (selected aspects of) form over functionality seems a bit quixotic, at least in context; but I can certainly address this, now it's been raised as an issue. > >At least one practical feature of the new boot blocks is that they > >are BIOS geometry-independent, which is certainly useful. And they > >certain appear to have fewer bugs: though I may just be pressing the > >wrong buttons. > > I think they fail on older systems instead of newer ones. > Unfortuntely I no longer have my 1987 1.6MB system to test on :-). It > would fail in boot1 for ah = 8; int 0x13. I'm not sure how recently you tried the code: up to boot1.s 1.5, boot2.c 1.16 there were problems related to use of 32-bit instructions which would have caused problems with certain BIOSes. Though, if anyone is having reproducible problems, please let me know. The only difficulty with incompatibility issues is getting people to report them, either in detail or at all: fixes are generally obvious. Anyone else with reasons to keep the /sys/i386/boot/* (except netboot) code around any longer? -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11: 1:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D115914C26; Tue, 25 May 1999 11:01:30 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA18614; Tue, 25 May 1999 11:01:30 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905251801.LAA18614@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 11:01:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 vpo.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 11:01:30 PDT Modified files: (Branch: RELENG_3) share/man/man4 vpo.4 Log: Respell vp0. Add $Id$. Revision Changes Path 1.1.2.1 +2 -1 src/share/man/man4/vpo.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:10:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D71B14CDE; Tue, 25 May 1999 11:10:39 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19445; Tue, 25 May 1999 11:10:39 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905251810.LAA19445@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 11:10:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcl80 Makefile ports/lang/tcl80/files manpages Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 11:10:39 PDT Modified files: lang/tcl80 Makefile Added files: lang/tcl80/files manpages Log: PR: ports/9787 Revision Changes Path 1.19 +2 -150 ports/lang/tcl80/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:24:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1708714CDE; Tue, 25 May 1999 11:24:43 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21673; Tue, 25 May 1999 11:24:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905251824.LAA21673@freefall.freebsd.org> From: Michael Haro Date: Tue, 25 May 1999 11:24:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal Makefile ports/net/ethereal/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/25 11:24:42 PDT Modified files: net/ethereal Makefile net/ethereal/files md5 Log: Update to 0.6.2 Submitted by: Oyvind Moll oyvindmo@initio.no PR Number: 11882 Revision Changes Path 1.10 +3 -3 ports/net/ethereal/Makefile 1.7 +1 -1 ports/net/ethereal/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:36: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (196-31-98-114.iafrica.com [196.31.98.114]) by hub.freebsd.org (Postfix) with ESMTP id 204ED158F4; Tue, 25 May 1999 11:35:45 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id UAA15165; Tue, 25 May 1999 20:35:11 +0200 (SAST) From: Robert Nordier Message-Id: <199905251835.UAA15165@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: from Andrzej Bialecki at "May 25, 1999 07:44:42 pm" To: abial@webgiro.com (Andrzej Bialecki) Date: Tue, 25 May 1999 20:35:09 +0200 (SAST) Cc: rnordier@nordier.com (Robert Nordier), cvs-all@freebsd.org, cvs-committers@freebsd.org, brian@Awfulhak.org, bde@zeta.org.au X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Andrzej Bialecki wrote: > On Tue, 25 May 1999, Robert Nordier wrote: > > > Bruce Evans wrote: > > > > > My version passes the typed-in device name to the kernel and the kernel > > > ignores the boot blocks' guess of the major if it can make sense of > > > the name. I might finish this if anyone still uses the old boot blocks. > > > > I'm hoping that we can start dropping the /sys/i386/boot stuff, > > with the probable temporary exception of netboot, within the next > > few weeks, unless there are serious objections to doing so. > > Please don't drop the kzipboot without some functional replacement. OK. The kzip issue has come up before, and would probably have gone away by now, if it was going to go away. A new ELF-compatible kzip and kzipboot, or the old stuff stays. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:43:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E861A15268; Tue, 25 May 1999 11:43:27 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) Received: (from dwhite@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA23567; Tue, 25 May 1999 11:43:27 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) Message-Id: <199905251843.LAA23567@freefall.freebsd.org> From: Doug White Date: Tue, 25 May 1999 11:43:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/backups chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dwhite 1999/05/25 11:43:26 PDT Modified files: en/handbook/backups chapter.sgml Log: Don't bother specifying the boot programs, disklabel will find them. It was wrong anyway since 3.X moved /usr/mdec to /boot. Revision Changes Path 1.7 +2 -2 doc/en/handbook/backups/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:45:19 1999 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 4CFF5158CA; Tue, 25 May 1999 11:45:08 -0700 (PDT) (envelope-from julian@whistle.com) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with SMTP id LAA09731; Tue, 25 May 1999 11:44:24 -0700 (PDT) Date: Tue, 25 May 1999 11:44:24 -0700 (PDT) From: Julian Elischer To: Tim Vanderhoek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/tcl80 Makefile ports/lang/tcl80/files manpages In-Reply-To: <199905251810.LAA19445@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk louder! I didn't catch that... On Tue, 25 May 1999, Tim Vanderhoek wrote: > hoek 1999/05/25 11:10:39 PDT > > Modified files: > lang/tcl80 Makefile > Added files: > lang/tcl80/files manpages > Log: > > > PR: ports/9787 > > Revision Changes Path > 1.19 +2 -150 ports/lang/tcl80/Makefile > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:50:26 1999 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 4373F158B8; Tue, 25 May 1999 11:50:14 -0700 (PDT) (envelope-from julian@whistle.com) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with SMTP id LAA09876; Tue, 25 May 1999 11:48:44 -0700 (PDT) Date: Tue, 25 May 1999 11:48:44 -0700 (PDT) From: Julian Elischer To: Bruce Evans Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, rnordier@nordier.com, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251232.WAA28341@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk We use the old bootblocks in production (thousands and thousands of machines). We don't use teh sources in FreeBSD as we have some hacks of our own. As long as an aout kernel can continue to be built and loaded by th e old bootblocks we are ok. When that stops working we'll have to do some hard work I guess. On Tue, 25 May 1999, Bruce Evans wrote: > >> My version passes the typed-in device name to the kernel and the kernel > >> ignores the boot blocks' guess of the major if it can make sense of > >> the name. I might finish this if anyone still uses the old boot blocks. > ^ else > > >I'm hoping that we can start dropping the /sys/i386/boot stuff, > >with the probable temporary exception of netboot, within the next > >few weeks, unless there are serious objections to doing so. > > I hoped we could drop the new boot blocks :-). I don't plan to use them. > (Your boot2 is a neat hack, but is even more hackish than biosboot.) > > Bruce > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:52: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id 8E235158AD; Tue, 25 May 1999 11:51:51 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id WAA00347; Tue, 25 May 1999 22:51:36 +0400 (MSD) (envelope-from ache) Date: Tue, 25 May 1999 22:51:35 +0400 From: "Andrey A. Chernov" To: Doug Rabson Cc: Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c Message-ID: <19990525225135.A319@nagual.pp.ru> References: <19990524233148.A8660@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from dfr@nlsystems.com on Tue, May 25, 1999 at 09:35:33AM +0100 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, May 25, 1999 at 09:35:33AM +0100, Doug Rabson wrote: > > device ed0 at isa? port 0x300 irq 10 iomem 0xd8000 > > > > But kernel output is: > > > > ed0 at port 0x300-0x31f iomem 0 irq 10 on isa0 > > isa_compat: didn't get memory for ed > > ed0: address 00:c0:6c:62:47:20, type NE2000 (16 bit) > > This fix was to John Birrel's similar problem with an NE2000. I sort of > assumed that it was the same problem but perhaps not. What do you get if > you boot a kernel with my fix? I just try it. isa_compat diagnostic is gone, _but_ wrong line ed0 at port 0x300-0x31f iomem 0 irq 10 on isa0 ^^^^^^^ still present in kernel output. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:55:34 1999 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 896A9158B6; Tue, 25 May 1999 11:55:25 -0700 (PDT) (envelope-from julian@whistle.com) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with SMTP id LAA10118; Tue, 25 May 1999 11:54:10 -0700 (PDT) Date: Tue, 25 May 1999 11:54:10 -0700 (PDT) From: Julian Elischer To: Robert Nordier Cc: Bruce Evans , brian@Awfulhak.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251747.TAA14745@ceia.nordier.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 25 May 1999, Robert Nordier wrote: > > Anyone else with reasons to keep the /sys/i386/boot/* (except netboot) > code around any longer? Not so much the code istself as we have our own copy of them but as a way of making sure that old bootblocks can still boot aout kernels etc. having them around is useful. We have a whole production line resting on the fact that the old bootblocks work :-) The many thousands of machines in the field that may want to upgrade one day still need their original bootblocks to be able to load new stuff. and having th eold bootblocks around makes it more likely that people won't break that. just a thought. julian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 11:59:39 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id 5D36215A10; Tue, 25 May 1999 11:59:35 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id LAA00433; Tue, 25 May 1999 11:56:57 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905251856.LAA00433@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Andrzej Bialecki Cc: Robert Nordier , cvs-all@freebsd.org, cvs-committers@freebsd.org, brian@Awfulhak.org, bde@zeta.org.au Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-reply-to: Your message of "Tue, 25 May 1999 19:44:42 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 25 May 1999 11:56:56 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Tue, 25 May 1999, Robert Nordier wrote: > > > Bruce Evans wrote: > > > > > My version passes the typed-in device name to the kernel and the kernel > > > ignores the boot blocks' guess of the major if it can make sense of > > > the name. I might finish this if anyone still uses the old boot blocks. > > > > I'm hoping that we can start dropping the /sys/i386/boot stuff, > > with the probable temporary exception of netboot, within the next > > few weeks, unless there are serious objections to doing so. > > Please don't drop the kzipboot without some functional replacement. I keep asking people for small execute-in-place unpackers. The best I've had suggested so far was lzo, which is GPLed and not really very compact or suitable. There must be at least one ex-demo coder here that has a set of simple but compact decompression routines up their sleeve. -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 12: 4:18 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id 548F31583F; Tue, 25 May 1999 12:04:14 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id MAA00471; Tue, 25 May 1999 12:02:10 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905251902.MAA00471@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Julian Elischer Cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, rnordier@nordier.com, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-reply-to: Your message of "Tue, 25 May 1999 11:48:44 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 25 May 1999 12:02:10 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > We use the old bootblocks in production > (thousands and thousands of machines). We don't use teh sources in FreeBSD > as we have some hacks of our own. As long as an aout kernel can continue > to be built and loaded by th e old bootblocks we are ok. > When that stops working we'll have to do some hard work I guess. This is exactly why the loader is still an a.out object. -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 12:27:20 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 60F641586B; Tue, 25 May 1999 12:24:31 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id UAA51704; Tue, 25 May 1999 20:25:09 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 25 May 1999 20:25:09 +0100 (BST) From: Doug Rabson To: "Andrey A. Chernov" Cc: Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c In-Reply-To: <19990525225135.A319@nagual.pp.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 25 May 1999, Andrey A. Chernov wrote: > On Tue, May 25, 1999 at 09:35:33AM +0100, Doug Rabson wrote: > > > device ed0 at isa? port 0x300 irq 10 iomem 0xd8000 > > > > > > But kernel output is: > > > > > > ed0 at port 0x300-0x31f iomem 0 irq 10 on isa0 > > > isa_compat: didn't get memory for ed > > > ed0: address 00:c0:6c:62:47:20, type NE2000 (16 bit) > > > > This fix was to John Birrel's similar problem with an NE2000. I sort of > > assumed that it was the same problem but perhaps not. What do you get if > > you boot a kernel with my fix? > > I just try it. isa_compat diagnostic is gone, _but_ wrong line > > ed0 at port 0x300-0x31f iomem 0 irq 10 on isa0 > ^^^^^^^ > still present in kernel output. Yes, I know about that. I'm going to fix it soon (its only cosmetic but it should be fixed). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 12:32:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D3B814D47; Tue, 25 May 1999 12:32:56 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28034; Tue, 25 May 1999 12:32:55 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905251932.MAA28034@freefall.freebsd.org> From: Dmitrij Tejblum Date: Tue, 25 May 1999 12:32:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mem.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/25 12:32:55 PDT Modified files: sys/alpha/alpha mem.c Log: From our i386 counterpart: |revision 1.13 |date: 1995/09/15 23:49:23; author: davidg; state: Exp; lines: +15 -2 |Check for page being resident when doing I/O with /dev/kmem and return |EFAULT if it is not resident. This prevents the system from manufacturing |a zero-fill page for unused but allocated areas of the kernel's VM. Revision Changes Path 1.7 +15 -3 src/sys/alpha/alpha/mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 12:45:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19D6015AB6; Tue, 25 May 1999 12:45:19 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29032; Tue, 25 May 1999 12:45:19 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199905251945.MAA29032@freefall.freebsd.org> From: Julian Elischer Date: Tue, 25 May 1999 12:45:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ida.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/05/25 12:45:19 PDT Added files: sys/i386/isa ida.c Log: Compaq "Intelligent Disk Array" driver. Mark Dawson holds teh copyright on this and has releases from Compaq to allow him to do so.. Not functional in 4.0 yet but being checked in to allow the functional 3.x version to be branched at this point. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 12:48:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2804E15B62; Tue, 25 May 1999 12:47:44 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29388; Tue, 25 May 1999 12:47:43 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199905251947.MAA29388@freefall.freebsd.org> From: Julian Elischer Date: Tue, 25 May 1999 12:47:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ida.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/05/25 12:47:43 PDT Added files: (Branch: RELENG_3) sys/i386/isa ida.c Log: Compaq "Intelligent Disk Array" driver. Mark Dawson holds teh copyright on this and has releases from Compaq to allow him to do so.. Functional in 3.x To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:14:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF01D15669; Tue, 25 May 1999 13:14:50 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA31618; Tue, 25 May 1999 13:14:50 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905252014.NAA31618@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 25 May 1999 13:14:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx-current Makefile ports/www/lynx-current/files md5 ports/www/lynx-current/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/25 13:14:50 PDT Modified files: www/lynx-current Makefile www/lynx-current/files md5 www/lynx-current/patches patch-aa Log: upgrade to pre.7 Revision Changes Path 1.99 +3 -4 ports/www/lynx-current/Makefile 1.138 +1 -1 ports/www/lynx-current/files/md5 1.7 +9 -8 ports/www/lynx-current/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:17:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 853D815A28; Tue, 25 May 1999 13:17:32 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA31980; Tue, 25 May 1999 13:17:33 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905252017.NAA31980@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 25 May 1999 13:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aha aha.c ahareg.h src/sys/dev/aic7xxx 93cx6.c src/sys/conf options src/sys/cam cam_periph.c cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/25 13:17:32 PDT Modified files: sys/pci ahc_pci.c Log: All cards using aic789X chips use the new eeprom format. Corrects bogus negotiation values on aic7890 based controllers. PR: 11872 Revision Changes Path 1.14 +4 -1 src/sys/pci/ahc_pci.c Modified files: sys/dev/aha aha.c ahareg.h Log: The 1542 cards do not allow adapter commands to be queued while mailbox commands are outstanding. You'd think they'd just clear the IDLE bit, but alas, no. Delay until all pending mailbox commands have completed in aha_cmd to work around this. Report sync rates correctly on Fast Adaptec cards. Clones may still be reported incorrectly since there is no documenation on how they report extended sync values. Clean up some unused fields in the aha softc. Revision Changes Path 1.26 +89 -31 src/sys/dev/aha/aha.c 1.6 +1 -3 src/sys/dev/aha/ahareg.h Modified files: sys/dev/aic7xxx 93cx6.c Log: Turn the 'dump eeprom' flag into a real option. Revision Changes Path 1.3 +4 -2 src/sys/dev/aic7xxx/93cx6.c Modified files: sys/conf options Log: Turn the 'ahc dump eeprom' flag into a real option. Revision Changes Path 1.138 +4 -1 src/sys/conf/options Modified files: sys/cam cam_periph.c cam_xpt.c Log: Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI. The XPT doesn't have a problem with this itself, but some controllers drivers may have been caught off guard by the old behavior. XPT_CONT_TARGET_IO is also a valid ccb type for cam_periph_unmapmem. Revision Changes Path 1.17 +2 -2 src/sys/cam/cam_periph.c 1.61 +5 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:19: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (m2-33-dbn.dial-up.net [196.34.155.97]) by hub.freebsd.org (Postfix) with ESMTP id 4344915A5A; Tue, 25 May 1999 13:18:54 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id WAA15844; Tue, 25 May 1999 22:17:53 +0200 (SAST) From: Robert Nordier Message-Id: <199905252017.WAA15844@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251856.LAA00433@dingo.cdrom.com> from Mike Smith at "May 25, 1999 11:56:56 am" To: mike@smith.net.au (Mike Smith) Date: Tue, 25 May 1999 22:17:51 +0200 (SAST) Cc: abial@webgiro.com (Andrzej Bialecki), rnordier@nordier.com (Robert Nordier), cvs-all@freebsd.org, cvs-committers@freebsd.org, brian@Awfulhak.org, bde@zeta.org.au X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Mike Smith wrote: > > On Tue, 25 May 1999, Robert Nordier wrote: > > > > > Bruce Evans wrote: > > > > > > > My version passes the typed-in device name to the kernel and the kernel > > > > ignores the boot blocks' guess of the major if it can make sense of > > > > the name. I might finish this if anyone still uses the old boot blocks. > > > > > > I'm hoping that we can start dropping the /sys/i386/boot stuff, > > > with the probable temporary exception of netboot, within the next > > > few weeks, unless there are serious objections to doing so. > > > > Please don't drop the kzipboot without some functional replacement. > > I keep asking people for small execute-in-place unpackers. The best > I've had suggested so far was lzo, which is GPLed and not really very > compact or suitable. > > There must be at least one ex-demo coder here that has a set of simple > but compact decompression routines up their sleeve. I have some. They're derived from public domain C routines by Haruyasu Yoshizaki, who wrote a utility (lharc?) which did better but slower compression than pkzip, at least at the time. Fiddling with text compression routines in assembler is really dull, but I guess it would be worth it, since something apparently needs to be done about this. I'm just not up on the legal side of things: how does "Adaptive Huffman Coding" stand in the patent world? -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:19:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A83E15BC4; Tue, 25 May 1999 13:19:16 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA32159; Tue, 25 May 1999 13:19:16 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199905252019.NAA32159@freefall.freebsd.org> From: Julian Elischer Date: Tue, 25 May 1999 13:19:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/05/25 13:19:15 PDT Modified files: (Branch: RELENG_3) sys/i386/conf LINT files.i386 Log: Add LINT and files.i386 entries for the IDA driver. Revision Changes Path 1.539.2.24 +22 -3 src/sys/i386/conf/LINT 1.220.2.7 +2 -1 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:22:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23D9415A7C; Tue, 25 May 1999 13:22:48 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA32678; Tue, 25 May 1999 13:22:47 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905252022.NAA32678@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 25 May 1999 13:22:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/25 13:22:47 PDT Modified files: (Branch: RELENG_3) sys/pci pcisupport.c Log: MFC: Add OPTi 82c822 host to PCI bridge If you use a Bt878 card with this chipset, be sure to enable the SIS/VIA chipset compatiblity mode workaround in the Bt848/Bt878 driver Revision Changes Path 1.86.2.7 +5 -1 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:27:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EBA215AE5; Tue, 25 May 1999 13:27:34 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33085; Tue, 25 May 1999 13:27:33 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905252027.NAA33085@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 25 May 1999 13:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/25 13:27:31 PDT Modified files: (Branch: RELENG_3) sys/pci ahc_pci.c Log: MFC: Fix for PR 11872 Revision Changes Path 1.5.2.6 +4 -1 src/sys/pci/ahc_pci.c Modified files: (Branch: RELENG_3) sys/dev/aic7xxx 93cx6.c aic7xxx.c Log: MFC: Make 'ahc dump eeprom' a real option. Don't dereference our scb until we've validated the index given by the firmware. Revision Changes Path 1.1.2.2 +4 -2 src/sys/dev/aic7xxx/93cx6.c 1.16.2.11 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c Modified files: (Branch: RELENG_3) sys/conf options Log: MFC: Make 'ahc dump eeprom' a real option. Revision Changes Path 1.121.2.7 +4 -1 src/sys/conf/options Modified files: (Branch: RELENG_3) sys/dev/aha aha.c ahareg.h Log: MFC: Block in aha_cmd until all pending mailbox commands complete. Clean up aha softc. Revision Changes Path 1.19.2.4 +89 -31 src/sys/dev/aha/aha.c 1.5.2.1 +1 -3 src/sys/dev/aha/ahareg.h Modified files: (Branch: RELENG_3) sys/cam cam_periph.c cam_xpt.c Log: MFC: XPT_CONT_TARGET_IO is valid for cam_periph_unmapmem. Protect xpt_action with splsoftcam(). Revision Changes Path 1.9.2.6 +2 -2 src/sys/cam/cam_periph.c 1.42.2.14 +5 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:28:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78F1315AF0; Tue, 25 May 1999 13:27:51 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33194; Tue, 25 May 1999 13:27:50 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905252027.NAA33194@freefall.freebsd.org> From: Andreas Klemm Date: Tue, 25 May 1999 13:27:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/25 13:27:50 PDT Modified files: print/apsfilter Makefile Log: add new functionality: - it's possible to use psutils to print 2 pages on one physical page and other things. - New Environment Variable PSUTILS can be set via apsfilterrc files. i.e.: PSUTILS="psnup -2 |" Port now additionally has a run dependency to psutils-letter.... Revision Changes Path 1.31 +3 -2 ports/print/apsfilter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:30:33 1999 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 186E31536B for ; Tue, 25 May 1999 13:30:28 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id FAA28084; Wed, 26 May 1999 05:30:27 +0900 (JST) Message-ID: <374B07C8.A61C4E3@newsguy.com> Date: Wed, 26 May 1999 05:27:52 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: cvs-all@freebsd.org Subject: [Fwd: Re: cvs commit: ports/print/pdq - Imported sources] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk For the sake of archives... -------- Original Message -------- From: Foxfair Hu Subject: Re: cvs commit: ports/print/pdq - Imported sources To: obrien@FreeBSD.org CC: cvs-committers@FreeBSD.org Sorry for null message when I dropped out by bad connection, the usage of this port is : =================== pdq is a straightforward, flexible print subsystem. It has the following features: o Modular driver and interface support. o Jobs can be monitored through completion. o Job status can be checked after completion. o Users can only print files of declared types. o Users can define their own printers. o Multitasking, with no queues to get clogged. o Scripts can be embedded in the rc files. o Custom command-line options. o Root privileges not required. WWW: http://feynman.tam.uiuc.edu/pdq/introduction.html ============================== On Mon, 17 May 1999 10:19:33 -0700 "David O'Brien" wrote: :What does this port do?? Please include a small synopsis about imported :ports. : :-- :-- David (obrien@NUXI.com -or- obrien@FreeBSD.org) : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:48:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 609F514BF9; Tue, 25 May 1999 13:48:41 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35294; Tue, 25 May 1999 13:48:41 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905252048.NAA35294@freefall.freebsd.org> From: Andreas Klemm Date: Tue, 25 May 1999 13:48:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/25 13:48:41 PDT Added files: print/apsfilter/patches patch-aa Log: forgot to add this patch in my previous commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:50:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4011154D8; Tue, 25 May 1999 13:50:34 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35465; Tue, 25 May 1999 13:50:34 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905252050.NAA35465@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 25 May 1999 13:50:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brktree_reg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/25 13:50:34 PDT Modified files: (Branch: RELENG_3) sys/pci brktree_reg.h Log: MFC: Rename 849 to 849A Revision Changes Path 1.23.2.4 +2 -2 src/sys/pci/brktree_reg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 13:52: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C96914E00; Tue, 25 May 1999 13:52:05 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35639; Tue, 25 May 1999 13:52:05 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905252052.NAA35639@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 25 May 1999 13:52:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/25 13:52:04 PDT Modified files: (Branch: RELENG_3) sys/pci brooktree848.c Log: MFC: Sync with -current. This brings the driver to release 1.68 Important changes are support for VBI capture via /dev/vbi0 Support for 430FX and SIS/VIA chipset compatibility modes on Bt878 and 879 cards. Revision Changes Path 1.61.2.6 +302 -16 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 14:27:48 1999 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 0BAE715311; Tue, 25 May 1999 14:27:44 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id GAA01118; Wed, 26 May 1999 06:27:24 +0900 (JST) Message-ID: <374B1422.79F6707@newsguy.com> Date: Wed, 26 May 1999 06:20:34 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Robert Nordier Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c References: <199905252017.WAA15844@ceia.nordier.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Robert Nordier wrote: > > I'm just not up on the legal side of things: how does "Adaptive > Huffman Coding" stand in the patent world? Interestingly, that's my concern too. Huffman encoding is poor though. It is used to pre or post-compress a dictionary algorithm in almost any decent compression algorithm. The exception (which I think is used by bzip) requires too much memory to uncompress. Try posting the question on Usenet, though. Also, inquire about non-patented LZ variants. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "If at first you don't succeed, skydiving is not for you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 14:57:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7E61154D8; Tue, 25 May 1999 14:57:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41218; Tue, 25 May 1999 14:57:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905252157.OAA41218@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 25 May 1999 14:57:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/3.2R errata.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/25 14:57:35 PDT Modified files: en/releases/3.2R errata.sgml Log: The compat20 and compat21 distributions install themselves into /usr/lib/compat. The compat20/compat21 distributions are a.out libraries, thus they should live in /usr/lib/compat/aout to match "ldconfig_paths_aout". Revision Changes Path 1.2 +11 -2 www/en/releases/3.2R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:12:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF1AA15062; Tue, 25 May 1999 15:12:40 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42782; Tue, 25 May 1999 15:12:40 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905252212.PAA42782@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 25 May 1999 15:12:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/25 15:12:39 PDT Modified files: . modules Log: ko-linux_locale --> ports/korean/linux_locale Revision Changes Path 1.28 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:12:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93082150BE; Tue, 25 May 1999 15:12:44 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42813; Tue, 25 May 1999 15:12:44 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905252212.PAA42813@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 25 May 1999 15:12:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/25 15:12:43 PDT Modified files: korean Makefile Log: Activate linux_locale Revision Changes Path 1.28 +2 -1 ports/korean/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:14:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04E2A14E75; Tue, 25 May 1999 15:14:24 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA43195; Tue, 25 May 1999 15:14:23 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905252214.PAA43195@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 25 May 1999 15:14:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/linux_locale - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/25 15:14:23 PDT ports/korean/linux_locale - Imported sources Update of /home/ncvs/ports/korean/linux_locale In directory freefall.freebsd.org:/x/tmp/cvs-serv42993 Log Message: glibc 2.0 Korean locale for linux compatibility. PR: ports/11685 Submitted by: CHOI Junho Status: Vendor Tag: CJH Release Tags: v1_0 N ports/korean/linux_locale/Makefile N ports/korean/linux_locale/files/md5 N ports/korean/linux_locale/pkg/COMMENT N ports/korean/linux_locale/pkg/DESCR N ports/korean/linux_locale/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:23:54 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (m2-33-dbn.dial-up.net [196.34.155.97]) by hub.freebsd.org (Postfix) with ESMTP id E3683150C3; Tue, 25 May 1999 15:23:43 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id AAA17260; Wed, 26 May 1999 00:23:02 +0200 (SAST) From: Robert Nordier Message-Id: <199905252223.AAA17260@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <374B1422.79F6707@newsguy.com> from "Daniel C. Sobral" at "May 26, 1999 06:20:34 am" To: dcs@newsguy.com (Daniel C. Sobral) Date: Wed, 26 May 1999 00:23:00 +0200 (SAST) Cc: rnordier@nordier.com (Robert Nordier), cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Daniel C. Sobral wrote: > Robert Nordier wrote: > > > > I'm just not up on the legal side of things: how does "Adaptive > > Huffman Coding" stand in the patent world? > > Interestingly, that's my concern too. Huffman encoding is poor > though. It is used to pre or post-compress a dictionary algorithm in > almost any decent compression algorithm. The exception (which I > think is used by bzip) requires too much memory to uncompress. He calls it "Adaptive Huffman", though I think the emphasis is strongly on the "adaptive" part. The compression rates were a few percentage points better than pkzip (the Phil Katz utility that zip/unzip, etc. derive from) when I last tried it. It was just about twice as slow, though, as I recall. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:29:12 1999 Delivered-To: cvs-all@freebsd.org Received: from dick.dgriffin.org (griffin.sytex.net [205.147.189.146]) by hub.freebsd.org (Postfix) with ESMTP id 5808D14E56; Tue, 25 May 1999 15:29:03 -0700 (PDT) (envelope-from dick@sytex.net) Received: from localhost (dick@localhost) by dick.dgriffin.org (8.9.2/8.9.2) with ESMTP id SAA01487; Tue, 25 May 1999 18:17:24 -0400 (EDT) (envelope-from dick@sytex.net) X-Authentication-Warning: dick.dgriffin.org: dick owned process doing -bs Date: Tue, 25 May 1999 18:17:24 -0400 (EDT) From: Dick Griffin X-Sender: dick@dick.dgriffin.org Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251126.MAA01355@keep.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi all, I have a problem with unsubscribing from this list. I keep getting messages from it to an alias that I can no longer send the 'unsubscribe' message from, and I need to get off of it because of the volume that comes at me. Please advise me about who to call or send messages to. Thanks Dick Griffin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:43:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F907157EB; Tue, 25 May 1999 15:43:43 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA45466; Tue, 25 May 1999 15:43:44 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <199905252243.PAA45466@freefall.freebsd.org> From: Paul Richards Date: Tue, 25 May 1999 15:43:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk paul 1999/05/25 15:43:43 PDT Modified files: . modules Log: ldapsdk --> ports/net/ldapsdk Revision Changes Path 1.29 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:44:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D27F151AF; Tue, 25 May 1999 15:44:25 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA45573; Tue, 25 May 1999 15:44:26 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <199905252244.PAA45573@freefall.freebsd.org> From: Paul Richards Date: Tue, 25 May 1999 15:44:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ldapsdk - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk paul 1999/05/25 15:44:26 PDT ports/net/ldapsdk - Imported sources Update of /home/ncvs/ports/net/ldapsdk In directory freefall.freebsd.org:/d/users/paul/ldapsdk Log Message: Initial import of the Mozilla LDAP sdk. Status: Vendor Tag: DPR Release Tags: ldapsdk19980531 N ports/net/ldapsdk/Makefile I ports/net/ldapsdk/CVS N ports/net/ldapsdk/pkg/COMMENT N ports/net/ldapsdk/pkg/DESCR N ports/net/ldapsdk/pkg/PLIST N ports/net/ldapsdk/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:46:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0B74151AF; Tue, 25 May 1999 15:46:13 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA46332; Tue, 25 May 1999 15:46:13 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <199905252246.PAA46332@freefall.freebsd.org> From: Paul Richards Date: Tue, 25 May 1999 15:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk paul 1999/05/25 15:46:13 PDT Modified files: . modules Log: perldap --> ports/net/perldap Revision Changes Path 1.30 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 15:47: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ACA7151AF; Tue, 25 May 1999 15:47:02 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA46381; Tue, 25 May 1999 15:47:02 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <199905252247.PAA46381@freefall.freebsd.org> From: Paul Richards Date: Tue, 25 May 1999 15:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/perldap - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk paul 1999/05/25 15:47:02 PDT ports/net/perldap - Imported sources Update of /home/ncvs/ports/net/perldap In directory freefall.freebsd.org:/d/users/paul/perldap Log Message: Initial import of the Mozilla Perl interface to LDAP Status: Vendor Tag: DPR Release Tags: perldap122 N ports/net/perldap/Makefile I ports/net/perldap/CVS N ports/net/perldap/files/md5 N ports/net/perldap/pkg/COMMENT N ports/net/perldap/pkg/DESCR N ports/net/perldap/pkg/PLIST N ports/net/perldap/patches/patch-01 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 16: 0: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 377C115311; Tue, 25 May 1999 16:00:01 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id AAA96211; Wed, 26 May 1999 00:59:57 +0200 (CEST) (envelope-from des) To: Dick Griffin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c References: From: Dag-Erling Smorgrav Date: 26 May 1999 00:59:56 +0200 In-Reply-To: Dick Griffin's message of "Tue, 25 May 1999 18:17:24 -0400 (EDT)" Message-ID: Lines: 12 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dick Griffin writes: > I have a problem with unsubscribing from this list. I keep getting > messages from it to an alias that I can no longer send the 'unsubscribe' > message from, and I need to get off of it because of the volume that comes > at me. Fake the from line. Don't forget to fake it in the authentication reply as well. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 16:10:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A904157D3; Tue, 25 May 1999 16:10:56 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA48035; Tue, 25 May 1999 16:10:57 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905252310.QAA48035@freefall.freebsd.org> From: Matt Jacob Date: Tue, 25 May 1999 16:10:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/25 16:10:57 PDT Modified files: sys/cam/scsi scsi_sa.c Log: Add TDC 3800 to quirk list for fixed mode device. PR:11866 Submitted by: Helge Oldach hmo@sep.hamburg.com Revision Changes Path 1.26 +5 -1 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 16:36:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A03B14E9F; Tue, 25 May 1999 16:36:08 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49561; Tue, 25 May 1999 16:36:08 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199905252336.QAA49561@freefall.freebsd.org> From: Matt Jacob Date: Tue, 25 May 1999 16:36:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/05/25 16:36:08 PDT Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_sa.c Log: MFC: Add TDC 3800 to quirk list for fixed mode device. PR:11866 Submitted by: Helge Oldach hmo@sep.hamburg.com Revision Changes Path 1.16.2.6 +5 -1 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 16:39: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21441151EB; Tue, 25 May 1999 16:38:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49752; Tue, 25 May 1999 16:38:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905252338.QAA49752@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 25 May 1999 16:38:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/25 16:38:57 PDT Modified files: mail/mutt Makefile Log: Depend on `urlview' when offically package building. Revision Changes Path 1.59 +4 -1 ports/mail/mutt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 16:49:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFA0415483; Tue, 25 May 1999 16:49:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA50278; Tue, 25 May 1999 16:49:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905252349.QAA50278@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 25 May 1999 16:49:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ddd Makefile ports/devel/ddd/files md5 ports/devel/ddd/patches patch-02 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/25 16:49:11 PDT Modified files: devel/ddd Makefile devel/ddd/files md5 Removed files: devel/ddd/patches patch-02 Log: Upgrade to 3.1.5. Most notable fixes: - [XEmacs] DDD supports gud-mode in XEmacs 21.0. - [Build] DDD supports Bison 1.27 and Automake 1.4a. Revision Changes Path 1.17 +10 -3 ports/devel/ddd/Makefile 1.12 +1 -1 ports/devel/ddd/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 17:12:32 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 26B1314FEF; Tue, 25 May 1999 17:12:23 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.2) with ESMTP id TAA59094; Tue, 25 May 1999 19:12:22 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 25 May 1999 19:12:21 -0500 (CDT) From: Chris Dillon To: Julian Elischer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa ida.c In-Reply-To: <199905251945.MAA29032@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 25 May 1999, Julian Elischer wrote: > julian 1999/05/25 12:45:19 PDT > > Added files: > sys/i386/isa ida.c > Log: > Compaq "Intelligent Disk Array" driver. > Mark Dawson holds teh copyright on this and has releases from > Compaq to allow him to do so.. > > Not functional in 4.0 yet but being checked in to allow the functional > 3.x version to be branched at this point. Is this a driver for a RAID controller or something else? I'm just curious because on the Compaq servers I have there are some disk status lights (disk OK/online/failure, etc) on each individual hot-swap disk that operate under NT, but not under FreeBSD. Does this driver control that hardware monitoring feature on these servers (S.M.A.R.T. I would assume)? -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures (SPARC under development). ( http://www.freebsd.org ) "One should admire Windows users. It takes a great deal of courage to trust Windows with your data." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 17:34:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D6614CEF; Tue, 25 May 1999 17:34:28 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA52695; Tue, 25 May 1999 17:34:28 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905260034.RAA52695@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 25 May 1999 17:34:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcl80/pkg INSTALL.tclsh ports/x11-toolkits/tk80/pkg INSTALL.wish Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/25 17:34:28 PDT Modified files: lang/tcl80/pkg INSTALL.tclsh x11-toolkits/tk80/pkg INSTALL.wish Log: Don't unintentionally overwrite an existing tclsh/wish. Reported-By: Mikhail Teterin Revision Changes Path 1.3 +4 -4 ports/lang/tcl80/pkg/INSTALL.tclsh 1.3 +3 -3 ports/x11-toolkits/tk80/pkg/INSTALL.wish To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 17:56:31 1999 Delivered-To: cvs-all@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id ABC6C14C23; Tue, 25 May 1999 17:56:26 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id CAA27071; Wed, 26 May 1999 02:56:22 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id CAA29395; Wed, 26 May 1999 02:56:21 +0200 (MET DST) Date: Wed, 26 May 1999 02:56:21 +0200 From: Eivind Eklund To: Robert Nordier Cc: "Daniel C. Sobral" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c Message-ID: <19990526025621.I22354@bitbox.follo.net> References: <374B1422.79F6707@newsguy.com> <199905252223.AAA17260@ceia.nordier.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199905252223.AAA17260@ceia.nordier.com>; from Robert Nordier on Wed, May 26, 1999 at 12:23:00AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, May 26, 1999 at 12:23:00AM +0200, Robert Nordier wrote: > Daniel C. Sobral wrote: > > > Robert Nordier wrote: > > > > > > I'm just not up on the legal side of things: how does "Adaptive > > > Huffman Coding" stand in the patent world? > > > > Interestingly, that's my concern too. Huffman encoding is poor > > though. It is used to pre or post-compress a dictionary algorithm in > > almost any decent compression algorithm. The exception (which I > > think is used by bzip) requires too much memory to uncompress. > > He calls it "Adaptive Huffman", though I think the emphasis is > strongly on the "adaptive" part. lharc uses a Lempel-Ziv-77 compressor with an adaptive huffman encoder. Huffman codes are from the 50s; if they ever were patented (and I don't think they were), it would be expired. LZ77 is from 1977; I am pretty sure this was never patented, and if it was, it would be expired around now. I believe the only LZ function patented was Welch' (sp?) Lempel-Ziv-Welch compression (which is a really beatuiful concept, as opposed to LZ77/LZ78, which are obvious). Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 18:10:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2EFE14E62; Tue, 25 May 1999 18:10:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA54859; Tue, 25 May 1999 18:10:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905260110.SAA54859@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 25 May 1999 18:10:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.db Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/25 18:10:42 PDT Modified files: en/gallery gallery.db Log: fix my site remove two duplicates remove all *.ml.org sites - ml.org free DNS is officially down Revision Changes Path 1.22 +1 -25 www/en/gallery/gallery.db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 18:20:31 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (m2-33-dbn.dial-up.net [196.34.155.97]) by hub.freebsd.org (Postfix) with ESMTP id EB17414E4F; Tue, 25 May 1999 18:20:15 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id DAA18476; Wed, 26 May 1999 03:20:03 +0200 (SAST) From: Robert Nordier Message-Id: <199905260120.DAA18476@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <19990526025621.I22354@bitbox.follo.net> from Eivind Eklund at "May 26, 1999 02:56:21 am" To: eivind@FreeBSD.org (Eivind Eklund) Date: Wed, 26 May 1999 03:20:00 +0200 (SAST) Cc: rnordier@nordier.com (Robert Nordier), dcs@newsguy.com (Daniel C. Sobral), cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Eivind Eklund wrote: > On Wed, May 26, 1999 at 12:23:00AM +0200, Robert Nordier wrote: > > Daniel C. Sobral wrote: > > > > > Robert Nordier wrote: > > > > > > > > I'm just not up on the legal side of things: how does "Adaptive > > > > Huffman Coding" stand in the patent world? > > > > > > Interestingly, that's my concern too. Huffman encoding is poor > > > though. It is used to pre or post-compress a dictionary algorithm in > > > almost any decent compression algorithm. The exception (which I > > > think is used by bzip) requires too much memory to uncompress. > > > > He calls it "Adaptive Huffman", though I think the emphasis is > > strongly on the "adaptive" part. > > and everybody knows I am not a lawyer and wouldn't be an american > lawyer no matter what> > > lharc uses a Lempel-Ziv-77 compressor with an adaptive huffman > encoder. > > Huffman codes are from the 50s; if they ever were patented (and I > don't think they were), it would be expired. > > LZ77 is from 1977; I am pretty sure this was never patented, and if it > was, it would be expired around now. I believe the only LZ function > patented was Welch' (sp?) Lempel-Ziv-Welch compression (which is a > really beatuiful concept, as opposed to LZ77/LZ78, which are obvious). Makes sense, the way you explain it. Thanks. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 19: 4: 9 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id C9F4114C1C; Tue, 25 May 1999 19:04:07 -0700 (PDT) From: "Jonathan M. Bresler" To: dick@sytex.net Cc: , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG In-reply-to: (message from Dick Griffin on Tue, 25 May 1999 18:17:24 -0400 (EDT)) Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c Message-Id: <19990526020407.C9F4114C1C@hub.freebsd.org> Date: Tue, 25 May 1999 19:04:07 -0700 (PDT) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dick, neither dick@sytex.net nor dick@dick.dgriffin.org is subscribed to any of our mailing lists. please send me an email with all the headers that i might discover how the mail is reaching you. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 19:40:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC78514E01; Tue, 25 May 1999 19:40:42 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA61267; Tue, 25 May 1999 19:40:42 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905260240.TAA61267@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 25 May 1999 19:40:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/25 19:40:41 PDT Modified files: . avail Log: Add Mark J. Taylor to committers - welcome, Mark! Revision Changes Path 1.83 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 22:25:14 1999 Delivered-To: cvs-all@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id EE41114FF0; Tue, 25 May 1999 22:25:00 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id HAA29518; Wed, 26 May 1999 07:24:44 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id HAA25992; Wed, 26 May 1999 07:24:37 +0200 (CEST) (envelope-from andreas) Date: Wed, 26 May 1999 07:24:37 +0200 From: Andreas Klemm To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT avail Message-ID: <19990526072437.A25974@titan.klemm.gtn.com> References: <199905260240.TAA61267@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905260240.TAA61267@freefall.freebsd.org>; from Jordan K. Hubbard on Tue, May 25, 1999 at 07:40:42PM -0700 X-Operating-System: FreeBSD 3.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, May 25, 1999 at 07:40:42PM -0700, Jordan K. Hubbard wrote: > jkh 1999/05/25 19:40:41 PDT > > Modified files: > . avail > Log: > Add Mark J. Taylor to committers - welcome, Mark! Welcome Mark ! BTW, would be interesting to hear, for what "initial" purpose committ prives have been given, ports, doc, www or for a special part of kernel or userland. Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 22:26:30 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 2CBF714FF0 for ; Tue, 25 May 1999 22:26:24 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1) id 10mWCe-000Lcd-00; Wed, 26 May 1999 07:26:08 +0200 From: Sheldon Hearn To: "Daniel C. Sobral" Cc: cvs-all@FreeBSD.ORG Subject: Re: [Fwd: Re: cvs commit: ports/print/pdq - Imported sources] In-reply-to: Your message of "Wed, 26 May 1999 05:27:52 +0900." <374B07C8.A61C4E3@newsguy.com> Date: Wed, 26 May 1999 07:26:08 +0200 Message-ID: <83118.927696368@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 26 May 1999 05:27:52 +0900, "Daniel C. Sobral" wrote: > For the sake of archives... It's never too late for a null commit. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 25 23:28:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F10D614C09; Tue, 25 May 1999 23:28:49 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA80074; Tue, 25 May 1999 23:28:49 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905260628.XAA80074@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 25 May 1999 23:28:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/25 23:28:49 PDT Modified files: . INDEX Log: New index, with 2,374 ports. Now, anyone can tell that 2,374 is not a prime -- in fact, it is equal to 2 x 1,187. What few know, however, is that 1,187 is a prime. Revision Changes Path 1.226 +97 -82 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0: 2:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E08B714FBB; Wed, 26 May 1999 00:02:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA83953; Wed, 26 May 1999 00:02:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905260702.AAA83953@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 26 May 1999 00:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt Makefile ports/mail/mutt/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/26 00:02:09 PDT Modified files: mail/mutt Makefile mail/mutt/files md5 Log: Upgrade to 0.95.5. Revision Changes Path 1.60 +4 -3 ports/mail/mutt/Makefile 1.42 +1 -1 ports/mail/mutt/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0: 8:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3B1F15288; Wed, 26 May 1999 00:08:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA84451; Wed, 26 May 1999 00:08:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905260708.AAA84451@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 26 May 1999 00:08:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmcd/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/26 00:08:20 PDT Added files: audio/xmcd/patches patch-af Log: Give up root temporarily to read user's .Xauthority. PR: 11887 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0:32:45 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id E4BCD1502A; Wed, 26 May 1999 00:32:39 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id JAA03197; Wed, 26 May 1999 09:32:33 +0200 (MET DST) Date: Wed, 26 May 1999 09:32:31 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c In-Reply-To: <199905252027.NAA33085@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In this message multiple changes are combined into one. Could someone add an extra whitespace line in between Revision/Modified to separate the blocks? At the moment the text is fairly unreadable. Or tell me where to look for the script and I'll post a patch. Nick On Tue, 25 May 1999, Justin T. Gibbs wrote: > gibbs 1999/05/25 13:27:31 PDT > > Modified files: (Branch: RELENG_3) > sys/pci ahc_pci.c > Log: > MFC: Fix for PR 11872 > > Revision Changes Path > 1.5.2.6 +4 -1 src/sys/pci/ahc_pci.c > > Modified files: (Branch: RELENG_3) > sys/dev/aic7xxx 93cx6.c aic7xxx.c > Log: > MFC: Make 'ahc dump eeprom' a real option. Don't dereference our scb until > we've validated the index given by the firmware. > > Revision Changes Path > 1.1.2.2 +4 -2 src/sys/dev/aic7xxx/93cx6.c > 1.16.2.11 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c > > Modified files: (Branch: RELENG_3) > sys/conf options > Log: > MFC: Make 'ahc dump eeprom' a real option. > > Revision Changes Path > 1.121.2.7 +4 -1 src/sys/conf/options > > Modified files: (Branch: RELENG_3) > sys/dev/aha aha.c ahareg.h > Log: > MFC: Block in aha_cmd until all pending mailbox commands complete. Clean up > aha softc. > > Revision Changes Path > 1.19.2.4 +89 -31 src/sys/dev/aha/aha.c > 1.5.2.1 +1 -3 src/sys/dev/aha/ahareg.h > > Modified files: (Branch: RELENG_3) > sys/cam cam_periph.c cam_xpt.c > Log: > MFC: XPT_CONT_TARGET_IO is valid for cam_periph_unmapmem. > Protect xpt_action with splsoftcam(). > > Revision Changes Path > 1.9.2.6 +2 -2 src/sys/cam/cam_periph.c > 1.42.2.14 +5 -1 src/sys/cam/cam_xpt.c > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0:49:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E42A414DEA; Wed, 26 May 1999 00:49:46 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88477; Wed, 26 May 1999 00:49:46 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905260749.AAA88477@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 26 May 1999 00:49:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-mxDateTime - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/26 00:49:46 PDT ports/devel/py-mxDateTime - Imported sources Update of /home/ncvs/ports/devel/py-mxDateTime In directory freefall.freebsd.org:/x/tmp/cvs-serv88338 Log Message: New port py-mxDateTime, Marc-André Lemburgs date and time handling routines and types for Python. Status: Vendor Tag: TG Release Tags: mxdatetime_1_3_0 N ports/devel/py-mxDateTime/Makefile N ports/devel/py-mxDateTime/files/md5 N ports/devel/py-mxDateTime/files/Setup N ports/devel/py-mxDateTime/pkg/COMMENT N ports/devel/py-mxDateTime/pkg/DESCR N ports/devel/py-mxDateTime/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0:50:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A0D714DEA; Wed, 26 May 1999 00:50:55 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88571; Wed, 26 May 1999 00:50:55 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905260750.AAA88571@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 26 May 1999 00:50:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-mxStack - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/26 00:50:55 PDT ports/devel/py-mxStack - Imported sources Update of /home/ncvs/ports/devel/py-mxStack In directory freefall.freebsd.org:/x/tmp/cvs-serv88539 Log Message: New port py-mxStack, a fast stack implementation for Python. Status: Vendor Tag: TG Release Tags: mxstack_0_3_0 N ports/devel/py-mxStack/Makefile N ports/devel/py-mxStack/files/md5 N ports/devel/py-mxStack/files/Setup N ports/devel/py-mxStack/pkg/COMMENT N ports/devel/py-mxStack/pkg/DESCR N ports/devel/py-mxStack/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0:51:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 307B015171; Wed, 26 May 1999 00:51:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88647; Wed, 26 May 1999 00:51:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905260751.AAA88647@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 26 May 1999 00:51:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ups-debug/files md5 ports/devel/ups-debug/patches patch-01 patch-02 patch-09 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/26 00:51:36 PDT Modified files: devel/ups-debug/files md5 Removed files: devel/ups-debug/patches patch-01 patch-02 patch-09 Log: Distfile changed w/o a change in name. Revision Changes Path 1.10 +1 -1 ports/devel/ups-debug/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0:52: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7C3114DEA; Wed, 26 May 1999 00:52:00 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88664; Wed, 26 May 1999 00:52:01 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905260752.AAA88664@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 26 May 1999 00:52:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-mxTools - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/26 00:52:00 PDT ports/devel/py-mxTools - Imported sources Update of /home/ncvs/ports/devel/py-mxTools In directory freefall.freebsd.org:/x/tmp/cvs-serv88636 Log Message: New port py-mxTools, a collection of new builtins for Python. Status: Vendor Tag: TG Release Tags: mxtools_1_0_0 N ports/devel/py-mxTools/Makefile N ports/devel/py-mxTools/files/md5 N ports/devel/py-mxTools/files/Setup N ports/devel/py-mxTools/pkg/COMMENT N ports/devel/py-mxTools/pkg/DESCR N ports/devel/py-mxTools/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0:53:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E09115171; Wed, 26 May 1999 00:53:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88760; Wed, 26 May 1999 00:53:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905260753.AAA88760@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 26 May 1999 00:53:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-mxTextTools - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/26 00:53:18 PDT ports/textproc/py-mxTextTools - Imported sources Update of /home/ncvs/ports/textproc/py-mxTextTools In directory freefall.freebsd.org:/x/tmp/cvs-serv88699 Log Message: New port py-mxTextTools, some tools for fast text processing in Python. Status: Vendor Tag: TG Release Tags: mxtexttools_1_0_2 N ports/textproc/py-mxTextTools/Makefile N ports/textproc/py-mxTextTools/files/md5 N ports/textproc/py-mxTextTools/files/Setup N ports/textproc/py-mxTextTools/pkg/COMMENT N ports/textproc/py-mxTextTools/pkg/DESCR N ports/textproc/py-mxTextTools/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0:54:53 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id B19C414DEA; Wed, 26 May 1999 00:54:46 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id RAA10316; Wed, 26 May 1999 17:24:45 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id RAA01685; Wed, 26 May 1999 17:24:44 +0930 (CST) Date: Wed, 26 May 1999 17:24:44 +0930 From: Greg Lehey To: Nick Hibma Cc: "Justin T. Gibbs" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c Message-ID: <19990526172444.J941@freebie.lemis.com> References: <199905252027.NAA33085@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Nick Hibma on Wed, May 26, 1999 at 09:32:31AM +0200 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wednesday, 26 May 1999 at 9:32:31 +0200, Nick Hibma wrote: > > In this message multiple changes are combined into one. Could someone > add an extra whitespace line in between Revision/Modified to separate > the blocks? At the moment the text is fairly unreadable. > > Or tell me where to look for the script and I'll post a patch. More to the point, how do people do this? I frequently commit multiple files, but I can't find any way to group them like this. Greg > On Tue, 25 May 1999, Justin T. Gibbs wrote: > >> gibbs 1999/05/25 13:27:31 PDT >> >> Modified files: (Branch: RELENG_3) >> sys/pci ahc_pci.c >> Log: >> MFC: Fix for PR 11872 >> >> Revision Changes Path >> 1.5.2.6 +4 -1 src/sys/pci/ahc_pci.c >> >> Modified files: (Branch: RELENG_3) >> sys/dev/aic7xxx 93cx6.c aic7xxx.c >> Log: >> MFC: Make 'ahc dump eeprom' a real option. Don't dereference our scb until >> we've validated the index given by the firmware. >> >> Revision Changes Path >> 1.1.2.2 +4 -2 src/sys/dev/aic7xxx/93cx6.c >> 1.16.2.11 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c >> >> Modified files: (Branch: RELENG_3) >> sys/conf options >> Log: >> MFC: Make 'ahc dump eeprom' a real option. >> (etc) -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 0:57:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0192314DEA; Wed, 26 May 1999 00:57:11 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89152; Wed, 26 May 1999 00:57:12 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905260757.AAA89152@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 26 May 1999 00:57:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/26 00:57:12 PDT Modified files: . modules Log: py-mxDateTime -> ports/devel/py-mxDateTime py-mxStack -> ports/devel/py-mxStack py-mxTextTools -> ports/devel/py-mxTextTools py-mxTools -> ports/devel/py-mxTools Revision Changes Path 1.31 +5 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 1: 1:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DD4714DEA; Wed, 26 May 1999 01:01:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA89637; Wed, 26 May 1999 01:01:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905260801.BAA89637@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 26 May 1999 01:01:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/26 01:01:21 PDT Modified files: . modules Log: Oops, I meant to say py-mxTextTools -> ports/textproc/py-mxTextTools Revision Changes Path 1.32 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 1: 3:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35A90152B6; Wed, 26 May 1999 01:03:28 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA89929; Wed, 26 May 1999 01:03:28 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905260803.BAA89929@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 26 May 1999 01:03:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/textproc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/26 01:03:27 PDT Modified files: devel Makefile textproc Makefile Log: Activate py-mx{DateTime,Stack,TextTools,Tools}. Revision Changes Path 1.187 +4 -1 ports/devel/Makefile 1.53 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 1: 3:49 1999 Delivered-To: cvs-all@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id CCE33156C7; Wed, 26 May 1999 01:03:36 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.2) id KAA28437; Wed, 26 May 1999 10:03:26 +0200 (CEST) (envelope-from tg) To: Greg Lehey Cc: Nick Hibma , "Justin T. Gibbs" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c References: <199905252027.NAA33085@freefall.freebsd.org> <19990526172444.J941@freebie.lemis.com> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 26 May 1999 10:03:25 +0200 In-Reply-To: Greg Lehey's message of "Wed, 26 May 1999 17:24:44 +0930" Message-ID: Lines: 19 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Greg Lehey writes: > On Wednesday, 26 May 1999 at 9:32:31 +0200, Nick Hibma wrote: > > > > In this message multiple changes are combined into one. Could someone > > add an extra whitespace line in between Revision/Modified to separate > > the blocks? At the moment the text is fairly unreadable. > > > > Or tell me where to look for the script and I'll post a patch. CVSROOT/log_accum.pl, I guess. > More to the point, how do people do this? I frequently commit > multiple files, but I can't find any way to group them like this. cvs asks you for a commit message for each directory. Just give a different one instead of pressing "!". tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 1:20:16 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 0BE9015351; Wed, 26 May 1999 01:20:10 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id KAA06087; Wed, 26 May 1999 10:20:07 +0200 (MET DST) Date: Wed, 26 May 1999 10:20:06 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: "Justin T. Gibbs" , CVS Committers FreeBSD Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk To be honest, I don't like it very much because it takes away the chance to respond to them separately and it covers the groups of files modified for one change. Nick On Wed, 26 May 1999, Greg Lehey wrote: > On Wednesday, 26 May 1999 at 9:32:31 +0200, Nick Hibma wrote: > > > > In this message multiple changes are combined into one. Could someone > > add an extra whitespace line in between Revision/Modified to separate > > the blocks? At the moment the text is fairly unreadable. > > > > Or tell me where to look for the script and I'll post a patch. > > More to the point, how do people do this? I frequently commit > multiple files, but I can't find any way to group them like this. > > Greg > > On Tue, 25 May 1999, Justin T. Gibbs wrote: > > > >> gibbs 1999/05/25 13:27:31 PDT > >> > >> Modified files: (Branch: RELENG_3) > >> sys/pci ahc_pci.c > >> Log: > >> MFC: Fix for PR 11872 > >> > >> Revision Changes Path > >> 1.5.2.6 +4 -1 src/sys/pci/ahc_pci.c > >> > >> Modified files: (Branch: RELENG_3) > >> sys/dev/aic7xxx 93cx6.c aic7xxx.c > >> Log: > >> MFC: Make 'ahc dump eeprom' a real option. Don't dereference our scb until > >> we've validated the index given by the firmware. > >> > >> Revision Changes Path > >> 1.1.2.2 +4 -2 src/sys/dev/aic7xxx/93cx6.c > >> 1.16.2.11 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c > >> > >> Modified files: (Branch: RELENG_3) > >> sys/conf options > >> Log: > >> MFC: Make 'ahc dump eeprom' a real option. > >> (etc) > > -- > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 1:31:14 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 78AE815351; Wed, 26 May 1999 01:31:08 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id SAA10429; Wed, 26 May 1999 18:01:07 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA01884; Wed, 26 May 1999 18:01:07 +0930 (CST) Date: Wed, 26 May 1999 18:00:05 +0930 From: Greg Lehey To: Nick Hibma Subject: Re: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c Message-ID: <19990526180005.L941@freebie.lemis.com> References: <19990526172444.J941@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Nick Hibma on Wed, May 26, 1999 at 10:19:02AM +0200 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wednesday, 26 May 1999 at 10:19:02 +0200, Nick Hibma wrote: > On Wed, 26 May 1999, Greg Lehey wrote: > >> On Wednesday, 26 May 1999 at 9:32:31 +0200, Nick Hibma wrote: >>> >>> In this message multiple changes are combined into one. Could someone >>> add an extra whitespace line in between Revision/Modified to separate >>> the blocks? At the moment the text is fairly unreadable. >>> >>> Or tell me where to look for the script and I'll post a patch. >> >> More to the point, how do people do this? I frequently commit >> multiple files, but I can't find any way to group them like this. > > To be honest, I don't like it very much because it takes away the chance > to respond to them separately and it covers the groups of files modified > for one change. I think there are times when it makes sense, and times when it doesn't. In my case, for example, I make a number of changes to different files in the same directory, and I want separate commit messages for each of them, because that goes into the file's commit log. But the messages are similar, and I don't really want multiple messages. It also means that the window gets wider where somebody sups some, but not all, of the sources in a big change, and thus has a build failure. Unfortunately, this method doesn't seem to help, since it only divides by directories. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 1:46:41 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id C39E2152B6; Wed, 26 May 1999 01:46:35 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id KAA07431; Wed, 26 May 1999 10:46:23 +0200 (MET DST) Date: Wed, 26 May 1999 10:46:21 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Greg Lehey Cc: "Justin T. Gibbs" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c In-Reply-To: <19990526172444.J941@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I guess this would be it: Any problems with a commit? n_hibma@freefall:CVSROOT% cvs diff -uw log_accum.pl Index: log_accum.pl =================================================================== RCS file: /home/ncvs/CVSROOT/log_accum.pl,v retrieving revision 1.35 diff -u -u -w -r1.35 log_accum.pl --- log_accum.pl 1999/04/05 21:24:49 1.35 +++ log_accum.pl 1999/05/26 08:45:49 @@ -628,6 +628,7 @@ } } push(@text, ""); + push(@text, ""); } # # Put the log message at the beginning of the Changes file On Wed, 26 May 1999, Greg Lehey wrote: > On Wednesday, 26 May 1999 at 9:32:31 +0200, Nick Hibma wrote: > > > > In this message multiple changes are combined into one. Could someone > > add an extra whitespace line in between Revision/Modified to separate > > the blocks? At the moment the text is fairly unreadable. > > > > Or tell me where to look for the script and I'll post a patch. > > More to the point, how do people do this? I frequently commit > multiple files, but I can't find any way to group them like this. > > Greg > > On Tue, 25 May 1999, Justin T. Gibbs wrote: > > > >> gibbs 1999/05/25 13:27:31 PDT > >> > >> Modified files: (Branch: RELENG_3) > >> sys/pci ahc_pci.c > >> Log: > >> MFC: Fix for PR 11872 > >> > >> Revision Changes Path > >> 1.5.2.6 +4 -1 src/sys/pci/ahc_pci.c > >> > >> Modified files: (Branch: RELENG_3) > >> sys/dev/aic7xxx 93cx6.c aic7xxx.c > >> Log: > >> MFC: Make 'ahc dump eeprom' a real option. Don't dereference our scb until > >> we've validated the index given by the firmware. > >> > >> Revision Changes Path > >> 1.1.2.2 +4 -2 src/sys/dev/aic7xxx/93cx6.c > >> 1.16.2.11 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c > >> > >> Modified files: (Branch: RELENG_3) > >> sys/conf options > >> Log: > >> MFC: Make 'ahc dump eeprom' a real option. > >> (etc) > > -- > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 3:26:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AE561502A; Wed, 26 May 1999 03:26:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05099; Wed, 26 May 1999 03:26:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199905261026.DAA05099@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 26 May 1999 03:26:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs-devel Makefile ports/lang/egcs-devel/files md5 ports/lang/egcs-devel/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/05/26 03:26:32 PDT Modified files: lang/egcs-devel Makefile lang/egcs-devel/files md5 lang/egcs-devel/patches patch-af Log: Upgrade to 19990524 gcc-2.95 prerelease. Revision Changes Path 1.60 +3 -3 ports/lang/egcs-devel/Makefile 1.25 +6 -6 ports/lang/egcs-devel/files/md5 1.12 +8 -10 ports/lang/egcs-devel/patches/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 3:41:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E3091502A; Wed, 26 May 1999 03:41:25 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA06504; Wed, 26 May 1999 03:41:24 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199905261041.DAA06504@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 26 May 1999 03:41:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/mkisofs Makefile ports/sysutils/mkisofs/files md5 ports/sysutils/mkisofs/patches patch-ag patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/05/26 03:41:24 PDT Modified files: sysutils/mkisofs Makefile sysutils/mkisofs/files md5 sysutils/mkisofs/patches patch-ab Added files: sysutils/mkisofs/patches patch-ag Log: Upgrade to 1.12b5. Asked-for by: Brian Handy Revision Changes Path 1.12 +2 -2 ports/sysutils/mkisofs/Makefile 1.6 +1 -1 ports/sysutils/mkisofs/files/md5 1.4 +22 -6 ports/sysutils/mkisofs/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 3:49:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3941155DB; Wed, 26 May 1999 03:49:33 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA07197; Wed, 26 May 1999 03:49:33 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905261049.DAA07197@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 26 May 1999 03:49:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/26 03:49:32 PDT Modified files: en/news press.sgml Log: Add reference to Windows NT Systems article on thin servers (features a review of the Whistle Interjet). Submitted by: Miguel Narciso Almeida to the advocacy list Revision Changes Path 1.70 +17 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 4:53: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from dick.dgriffin.org (griffin.sytex.net [205.147.189.146]) by hub.freebsd.org (Postfix) with ESMTP id CFB4D15484; Wed, 26 May 1999 04:52:54 -0700 (PDT) (envelope-from dick@sytex.net) Received: from localhost (dick@localhost) by dick.dgriffin.org (8.9.2/8.9.2) with ESMTP id HAA02232; Wed, 26 May 1999 07:41:37 -0400 (EDT) (envelope-from dick@sytex.net) X-Authentication-Warning: dick.dgriffin.org: dick owned process doing -bs Date: Wed, 26 May 1999 07:41:36 -0400 (EDT) From: Dick Griffin X-Sender: dick@dick.dgriffin.org To: Julian Elischer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs list manager: Please help me get of this list! In-Reply-To: <199905251947.MAA29388@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I've sent several 'unsubscribe' requests normally. They do not work. Please help me get off this list. I am subscribed via an alias that I can no longer send from. note note NOTE NOTE NOTE NOTE note note The auto unsubscribe does not work for me and I need to get off this list. If you are the list manager, or know the list manger, please ask him/her to call me at my office (202 694-0113) or evenings at (703-685-0032) Thank you. Dick Griffin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 5: 5:55 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 2863A1557F; Wed, 26 May 1999 05:05:50 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id OAA15591; Wed, 26 May 1999 14:05:47 +0200 (MET DST) Date: Wed, 26 May 1999 14:05:46 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Julian Elischer , CVS Committers FreeBSD , cvs-all@FreeBSD.org Subject: Re: cvs list manager: Please help me get of this list! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dick, if you read this, mail all the mailing addresses you want removed. The address he uses bounces. Nick On Wed, 26 May 1999, Dick Griffin wrote: > > I've sent several 'unsubscribe' requests normally. They do not work. > > Please help me get off this list. I am subscribed via an alias that > I can no longer send from. > > note note NOTE NOTE NOTE NOTE note note > > The auto unsubscribe does not work for me and I need to get off this > list. > > If you are the list manager, or know the list manger, please ask him/her > to call me at my office (202 694-0113) or evenings at (703-685-0032) > > Thank you. > > Dick Griffin > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > > > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 5: 6:58 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id A4AD814D76; Wed, 26 May 1999 05:06:54 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id OAA98181; Wed, 26 May 1999 14:06:45 +0200 (CEST) (envelope-from des) To: Dick Griffin Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs list manager: Please help me get of this list! References: From: Dag-Erling Smorgrav Date: 26 May 1999 14:06:45 +0200 In-Reply-To: Dick Griffin's message of "Wed, 26 May 1999 07:41:36 -0400 (EDT)" Message-ID: Lines: 20 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dick Griffin writes: > I've sent several 'unsubscribe' requests normally. They do not work. > > Please help me get off this list. I am subscribed via an alias that > I can no longer send from. How hard can it get? In your unsubscribe request, add a From: line to the header with the alias that receives mail from the list. Do the same for the authentication reply. > If you are the list manager, or know the list manger, please ask him/her > to call me at my office (202 694-0113) or evenings at (703-685-0032) *Or* you can spend thirty seconds searching the FreeBSD web site and discover that the postmaster is jmb@freebsd.org, *or* you can spend two seconds remembering RFC822 and just mail postmaster@freebsd.org. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 6:14:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 268A5155D8; Wed, 26 May 1999 06:14:31 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25441; Wed, 26 May 1999 06:14:30 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905261314.GAA25441@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 26 May 1999 06:14:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/26 06:14:29 PDT Modified files: sys/pci pcisupport.c Log: Identify Intel 440 LX chipset motherboards Revision Changes Path 1.114 +5 -1 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 6:24:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36F6914DEA; Wed, 26 May 1999 06:24:40 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA26259; Wed, 26 May 1999 06:24:40 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905261324.GAA26259@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 26 May 1999 06:24:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/26 06:24:39 PDT Modified files: sys/conf options Log: Updated options for the Bt848/Bt878 driver This includes the BKTR_430_FX_MODE and BKTR_SIS_VIA_MODE options which make Bt878/879 cards work better on 430FX and old SiS/VIA/OPTi boards Revision Changes Path 1.139 +21 -8 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 6:27:36 1999 Delivered-To: cvs-all@freebsd.org Received: from flits.cs.vu.nl (flits.cs.vu.nl [192.31.231.65]) by hub.freebsd.org (Postfix) with ESMTP id 150CD14C4F; Wed, 26 May 1999 06:27:33 -0700 (PDT) (envelope-from ronald@cs.vu.nl) Received: from localhost by flits.cs.vu.nl with esmtp (Smail3.1.28.1 #57) id m10mdiU-0005juC; Wed, 26 May 99 15:27 +0200 Date: Wed, 26 May 1999 15:27:30 +0200 (MET DST) From: Ronald Klop To: Dick Griffin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs list manager: Please help me get of this list! In-Reply-To: Message-ID: X-Homepage-URL: http://www.cs.vu.nl/~ronald X-Organization: "Vrije Universiteit, Amsterdam, The Netherlands" MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 26 May 1999, Dick Griffin wrote: > > I've sent several 'unsubscribe' requests normally. They do not work. > > Please help me get off this list. I am subscribed via an alias that > I can no longer send from. Have you tried 'unsubscribe cvs-all ' ? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- Ronald Klop Vrije Universiteit http://www.cs.vu.nl/~ronald/ +31 (0)20 (44)47709 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 7:15:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F6B14C84; Wed, 26 May 1999 07:15:27 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA92380; Wed, 26 May 1999 07:15:27 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905261415.HAA92380@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 26 May 1999 07:15:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-ParallelUA Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/26 07:15:26 PDT Modified files: www/p5-ParallelUA Makefile Log: Add BUILD_DEPENDS to www/p5-HTML-Parser. Found by: bento # Should p5-libwww have RUN_DEPENDS which is same as BUILD_DEPENDS? Revision Changes Path 1.8 +3 -2 ports/www/p5-ParallelUA/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 7:41:54 1999 Delivered-To: cvs-all@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 9835814C1B; Wed, 26 May 1999 07:41:41 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id QAA23211; Wed, 26 May 1999 16:41:37 +0200 (MET DST) Date: Wed, 26 May 1999 16:41:36 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Roger Hardiman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options In-Reply-To: <199905261324.GAA26259@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Are the Brooktree cards the only bus master cards that suffer from this problem? Shouldn't this be solved lower down in the PCI code? Nick On Wed, 26 May 1999, Roger Hardiman wrote: > roger 1999/05/26 06:24:39 PDT > > Modified files: > sys/conf options > Log: > Updated options for the Bt848/Bt878 driver > This includes the BKTR_430_FX_MODE and BKTR_SIS_VIA_MODE options which make > Bt878/879 cards work better on 430FX and old SiS/VIA/OPTi boards > > Revision Changes Path > 1.139 +21 -8 src/sys/conf/options > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8: 9: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 613DD15343; Wed, 26 May 1999 08:08:46 -0700 (PDT) (envelope-from andy@mail.cgu.chel.su) Received: from mail.cgu.chel.su (andy@mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.2/8.8.6) with ESMTP id VAA51776; Wed, 26 May 1999 21:08:42 +0600 (ESS) Received: (from andy@localhost) by mail.cgu.chel.su (8.8.7/8.8.6) id VAA15811; Wed, 26 May 1999 21:08:36 +0600 (ESS) From: Andrey Zakhvatov Message-Id: <199905261508.VAA15811@mail.cgu.chel.su> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905251747.TAA14745@ceia.nordier.com> from Robert Nordier at "May 25, 99 07:46:59 pm" To: rnordier@nordier.com (Robert Nordier) Date: Wed, 26 May 1999 21:08:36 +0600 (ESS) Cc: bde@zeta.org.au, rnordier@nordier.com, brian@Awfulhak.org, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hello, > Anyone else with reasons to keep the /sys/i386/boot/* (except netboot) > code around any longer? Have we method to load kernel from DOS partition? I mean ability to have pseudo-diskless workstations with biosboot and kernel image on local disk for users that must have ability to work on FreeBSD-based X terminals, for example. Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:11:49 1999 Delivered-To: cvs-all@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id D6E44152FD; Wed, 26 May 1999 08:11:12 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id QAA21964 Wed, 26 May 1999 16:09:44 +0100 (BST) Message-ID: <374C0EB9.15FB@cs.strath.ac.uk> Date: Wed, 26 May 1999 16:09:45 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: Nick Hibma Cc: Roger Hardiman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Nick, > > Are the Brooktree cards the only bus master cards that suffer from > this problem? Shouldn't this be solved lower down in the PCI code? The 430FX and SIS/VIA/OPTi chipset workarounds are actually inside the Bt878 hardware. Brooktree included them because these chipsets do not implement the PCI 2.1 specification properly. They are broken chipsets. (something to do with the order the various i/o control lines are raised/lowered. It is all at the hardware level anyway) However, this is NOT the same as the problem I emailed to -hackers about Video Corruption. That is occuring on good chipsets and with Bt848 cards. And there was no corruption on 2.2.x and there is corruption on 3.1 and VIC users (including commercial ones) are now switching to 3.1 as a result. Bye Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:12: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 7BBD215483; Wed, 26 May 1999 08:11:45 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id QAA22000 Wed, 26 May 1999 16:11:15 +0100 (BST) Message-ID: <374C0F14.59E2@cs.strath.ac.uk> Date: Wed, 26 May 1999 16:11:16 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: Nick Hibma Cc: Roger Hardiman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Nick > Are the Brooktree cards the only bus master cards that suffer from > this problem? While on the subject, I want the bt848 driver to read the PCI Host chipset ID and select the 'compatibility' mode automatically. (Just like the Windows and Linux drivers do) But I've no idea how to do this. Help. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:19:20 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (castles514.castles.com [208.214.165.78]) by hub.freebsd.org (Postfix) with ESMTP id AFAD515389; Wed, 26 May 1999 08:19:11 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id IAA03133; Wed, 26 May 1999 08:15:44 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199905261515.IAA03133@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Roger Hardiman Cc: Nick Hibma , Roger Hardiman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options In-reply-to: Your message of "Wed, 26 May 1999 16:11:16 BST." <374C0F14.59E2@cs.strath.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 May 1999 08:15:44 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Nick > > > Are the Brooktree cards the only bus master cards that suffer from > > this problem? > > While on the subject, I want the bt848 driver to read the > PCI Host chipset ID and select the 'compatibility' mode > automatically. (Just like the Windows and Linux drivers do) > > But I've no idea how to do this. It's actually annoyingly hard to perform a PCI bus enumeration from within a driver; I need to do this for the AGP driver that I'm trying to write as well. I think you're going to have to scan the entire list of connected PCI devices manually, at least in 2.x and 3.x systems. Under new-bus in 4.x it ought to be possible to query your parent bus controller(s) to find out what they are. -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:20:21 1999 Delivered-To: cvs-all@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 0F6A21544A; Wed, 26 May 1999 08:20:05 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (dialup1-24.iptelecom.net.ua [212.42.68.151]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id SAA20849; Wed, 26 May 1999 18:20:52 +0300 (EEST) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.3/8.9.3) with ESMTP id SAA53113; Wed, 26 May 1999 18:19:54 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <374C111A.3C5D8674@altavista.net> Date: Wed, 26 May 1999 18:19:54 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: ru,uk,en MIME-Version: 1.0 To: Andrey Zakhvatov Cc: Robert Nordier , bde@zeta.org.au, brian@Awfulhak.org, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c References: <199905261508.VAA15811@mail.cgu.chel.su> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Andrey Zakhvatov wrote: > Hello, > > > Anyone else with reasons to keep the /sys/i386/boot/* (except netboot) > > code around any longer? >   Have we method to load kernel from DOS partition? >   I mean ability to have pseudo-diskless workstations with biosboot > and kernel image on local disk for users that must have ability to > work on FreeBSD-based X terminals, for example. Yes, /boot/loader autors claims that loader also can load kernel out of FAT/FAT32 partition, so you can make diskette with /boot/loader and write corresponding loader.rc script to load kernel out of a DOS partition. Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:23:34 1999 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id F246B155E4 for ; Wed, 26 May 1999 08:23:30 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id AAA09062; Thu, 27 May 1999 00:23:12 +0900 (JST) Message-ID: <374C0BCD.B6B4C7C4@newsguy.com> Date: Wed, 26 May 1999 23:57:17 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Sheldon Hearn Cc: cvs-all@FreeBSD.ORG Subject: Re: [Fwd: Re: cvs commit: ports/print/pdq - Imported sources] References: <83118.927696368@axl.noc.iafrica.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Sheldon Hearn wrote: > > On Wed, 26 May 1999 05:27:52 +0900, "Daniel C. Sobral" wrote: > > > For the sake of archives... > > It's never too late for a null commit. :-) I leave that to the committer who committed the committing. :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "If at first you don't succeed, skydiving is not for you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:46:24 1999 Delivered-To: cvs-all@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 7B4B314D4B; Wed, 26 May 1999 08:46:13 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id PAA09055; Wed, 26 May 1999 15:19:16 +0200 From: Luigi Rizzo Message-Id: <199905261319.PAA09055@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/conf options To: roger@cs.strath.ac.uk (Roger Hardiman) Date: Wed, 26 May 1999 15:19:16 +0200 (MET DST) Cc: nick.hibma@jrc.it, roger@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <374C0EB9.15FB@cs.strath.ac.uk> from "Roger Hardiman" at May 26, 99 04:09:26 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 379 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > However, this is NOT the same as the problem I emailed to > -hackers about Video Corruption. > That is occuring on good chipsets and with Bt848 cards. > And there was no corruption on 2.2.x and there is corruption on 3.1 > and VIC users (including commercial ones) are now switching to 3.1 ^^^NOT > as a result. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:48:49 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 5ED6714D4B; Wed, 26 May 1999 08:48:45 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA86663; Wed, 26 May 1999 09:48:43 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA02178; Wed, 26 May 1999 09:47:21 -0600 (MDT) Message-Id: <199905261547.JAA02178@harmony.village.org> To: Greg Lehey Subject: Re: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c Cc: Nick Hibma , "Justin T. Gibbs" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 26 May 1999 17:24:44 +0930." <19990526172444.J941@freebie.lemis.com> References: <19990526172444.J941@freebie.lemis.com> <199905252027.NAA33085@freefall.freebsd.org> Date: Wed, 26 May 1999 09:47:21 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19990526172444.J941@freebie.lemis.com> Greg Lehey writes: : More to the point, how do people do this? I frequently commit : multiple files, but I can't find any way to group them like this. By committing mutliple files on freefall and entering a different description for each directory. You can't do this with remote CVS, AFAIK. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:50:46 1999 Delivered-To: cvs-all@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 5DEDC15039; Wed, 26 May 1999 08:50:20 -0700 (PDT) (envelope-from andy@mail.cgu.chel.su) Received: from mail.cgu.chel.su (andy@mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.2/8.8.6) with ESMTP id VAA51970; Wed, 26 May 1999 21:50:14 +0600 (ESS) Received: (from andy@localhost) by mail.cgu.chel.su (8.8.7/8.8.6) id VAA16036; Wed, 26 May 1999 21:50:14 +0600 (ESS) From: Andrey Zakhvatov Message-Id: <199905261550.VAA16036@mail.cgu.chel.su> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <374C111A.3C5D8674@altavista.net> from Maxim Sobolev at "May 26, 99 06:19:54 pm" To: sobomax@altavista.net Date: Wed, 26 May 1999 21:50:14 +0600 (ESS) Cc: andy@cgu.chel.su, rnordier@nordier.com, bde@zeta.org.au, brian@Awfulhak.org, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hello, > > > Anyone else with reasons to keep the /sys/i386/boot/* (except netboot) > > > code around any longer? > >   Have we method to load kernel from DOS partition? > >   I mean ability to have pseudo-diskless workstations with biosboot > > and kernel image on local disk for users that must have ability to > > work on FreeBSD-based X terminals, for example. > > Yes, /boot/loader autors claims that loader also can load kernel out of > FAT/FAT32 partition, so you can make diskette with /boot/loader and write > corresponding loader.rc script to load kernel out of a DOS partition. Ok, but it can't helps me to save some diskettes :( And I prefer using DOS utility like biosboot.exe, which can be running from user menu. It's strange to use additional diskette (with very short life time). Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:52:59 1999 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id AB4EA14D4B; Wed, 26 May 1999 08:52:44 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id IAA87427; Wed, 26 May 1999 08:55:06 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199905261555.IAA87427@troutmask.apl.washington.edu> Subject: Re: cvs commit: src/sys/conf options In-Reply-To: <199905261515.IAA03133@dingo.cdrom.com> from Mike Smith at "May 26, 1999 08:15:44 am" To: mike@smith.net.au (Mike Smith) Date: Wed, 26 May 1999 08:55:06 -0700 (PDT) Cc: roger@cs.strath.ac.uk (Roger Hardiman), nick.hibma@jrc.it (Nick Hibma), roger@FreeBSD.ORG (Roger Hardiman), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Mike Smith wrote: > > Nick > > > > > Are the Brooktree cards the only bus master cards that suffer from > > > this problem? > > > > While on the subject, I want the bt848 driver to read the > > PCI Host chipset ID and select the 'compatibility' mode > > automatically. (Just like the Windows and Linux drivers do) > > > > But I've no idea how to do this. > > It's actually annoyingly hard to perform a PCI bus enumeration from > within a driver; I need to do this for the AGP driver that I'm trying > to write as well. I think you're going to have to scan the entire list > of connected PCI devices manually, at least in 2.x and 3.x systems. > Under new-bus in 4.x it ought to be possible to query your parent bus > controller(s) to find out what they are. > Is it posible to add sysctl variables that are set as the various busses are probed? Then, one could iterate over the sysctl variables. From my dmesg: pcib0: on motherboard pci0: on pcib0 chip0: at device 0.0 on pci0 isab0: at device 7.0 on pci0 The sysctl varaibles become: hw.bus.pci0 = "82440FX" hw.bus.pci1 = NULL hw.bus.isa0 = "82371SB" hw.bus.isa1 = NULL -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 8:56:31 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6E26D15541; Wed, 26 May 1999 08:55:45 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA86711; Wed, 26 May 1999 09:55:39 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA02293; Wed, 26 May 1999 09:54:17 -0600 (MDT) Message-Id: <199905261554.JAA02293@harmony.village.org> To: Steve Kargl Subject: Re: cvs commit: src/sys/conf options Cc: mike@smith.net.au (Mike Smith), roger@cs.strath.ac.uk (Roger Hardiman), nick.hibma@jrc.it (Nick Hibma), roger@FreeBSD.org (Roger Hardiman), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 26 May 1999 08:55:06 PDT." <199905261555.IAA87427@troutmask.apl.washington.edu> References: <199905261555.IAA87427@troutmask.apl.washington.edu> Date: Wed, 26 May 1999 09:54:17 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199905261555.IAA87427@troutmask.apl.washington.edu> Steve Kargl writes: : The sysctl varaibles become: : : hw.bus.pci0 = "82440FX" : hw.bus.pci1 = NULL : hw.bus.isa0 = "82371SB" : hw.bus.isa1 = NULL You might want to look at the DEVICE_SYSCTLS kernel option. It does something similar. I'm not sure if it is intended for "production" use or not, but it sure is handy for debugging. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:28:42 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (m2-54-dbn.dial-up.net [196.34.155.118]) by hub.freebsd.org (Postfix) with ESMTP id 9A8FA15407; Wed, 26 May 1999 09:28:15 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id SAA21419; Wed, 26 May 1999 18:25:05 +0200 (SAST) From: Robert Nordier Message-Id: <199905261625.SAA21419@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905261550.VAA16036@mail.cgu.chel.su> from Andrey Zakhvatov at "May 26, 1999 09:50:14 pm" To: andy@cgu.chel.su (Andrey Zakhvatov) Date: Wed, 26 May 1999 18:25:04 +0200 (SAST) Cc: sobomax@altavista.net, rnordier@nordier.com, bde@zeta.org.au, brian@Awfulhak.org, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > > Anyone else with reasons to keep the /sys/i386/boot/* (except netboot) > > > > code around any longer? > > > _ Have we method to load kernel from DOS partition? > > > _ I mean ability to have pseudo-diskless workstations with biosboot > > > and kernel image on local disk for users that must have ability to > > > work on FreeBSD-based X terminals, for example. > > > > Yes, /boot/loader autors claims that loader also can load kernel out of > > FAT/FAT32 partition, so you can make diskette with /boot/loader and write > > corresponding loader.rc script to load kernel out of a DOS partition. > > Ok, but it can't helps me to save some diskettes :( > And I prefer using DOS utility like biosboot.exe, which can be running > from user menu. It's strange to use additional diskette (with very short > life time). You're thinking of dosboot (fbsdboot.exe): biosboot is just the old boot1 and boot2. The issue with dosboot is that it hasn't changed in four years, and it can't be built with the FreeBSD toolchain; so there's no real real reason for keeping it in the source tree. Like other DOS programs useful for FreeBSD (fdimage.exe or fips.exe, for instance), fbsdboot.exe can always be made available in the pub/FreeBSD/tools on ftp.freebsd.org (and mirror sites, CD-ROMs, etc). So deleting it from the source tree won't make matters any worse ... and may even improve them, since it allows some DOS programmer without commit priviledges to actually maintain it. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:36:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E1914C28; Wed, 26 May 1999 09:36:30 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA10313; Wed, 26 May 1999 09:36:30 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905261636.JAA10313@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 26 May 1999 09:36:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/26 09:36:29 PDT Modified files: (Branch: RELENG_3) sys/conf options Log: MFC: Update options for Bt848/Bt878 driver Revision Changes Path 1.121.2.8 +21 -9 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:36:45 1999 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 6591F14F3A; Wed, 26 May 1999 09:36:31 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id JAA97006; Wed, 26 May 1999 09:38:22 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199905261638.JAA97006@troutmask.apl.washington.edu> Subject: Re: cvs commit: src/sys/conf options In-Reply-To: <199905261554.JAA02293@harmony.village.org> from Warner Losh at "May 26, 1999 09:54:17 am" To: imp@harmony.village.org (Warner Losh) Date: Wed, 26 May 1999 09:38:22 -0700 (PDT) Cc: mike@smith.net.au (Mike Smith), roger@cs.strath.ac.uk (Roger Hardiman), nick.hibma@jrc.it (Nick Hibma), roger@FreeBSD.org (Roger Hardiman), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Warner Losh wrote: > In message <199905261555.IAA87427@troutmask.apl.washington.edu> Steve Kargl writes: > : The sysctl varaibles become: > : > : hw.bus.pci0 = "82440FX" > : hw.bus.pci1 = NULL > : hw.bus.isa0 = "82371SB" > : hw.bus.isa1 = NULL > > You might want to look at the DEVICE_SYSCTLS kernel option. It does > something similar. I'm not sure if it is intended for "production" > use or not, but it sure is handy for debugging. > DEVICE_SYSCTLS is not documented in LINT, so I would suspect that it isn't meant for "production" use. If I understand Roger and Mike's requirement, they need to know chipset/bus information that must be available before their device drivers are probed. The question seems to be whether to store the information or reprobe the chipset/bus for each device. Sysctl seems (to me) to be a natural solution to the problem The only possible exception is whether number of possible busses to enumerate is large. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:37:20 1999 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 581C315052; Wed, 26 May 1999 09:37:15 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id MAA14742; Wed, 26 May 1999 12:37:02 -0400 (EDT) (envelope-from wollman) Date: Wed, 26 May 1999 12:37:02 -0400 (EDT) From: Garrett Wollman Message-Id: <199905261637.MAA14742@khavrinen.lcs.mit.edu> To: Roger Hardiman Cc: Nick Hibma , Roger Hardiman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options In-Reply-To: <374C0F14.59E2@cs.strath.ac.uk> References: <374C0F14.59E2@cs.strath.ac.uk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > While on the subject, I want the bt848 driver to read the > PCI Host chipset ID and select the 'compatibility' mode > automatically. (Just like the Windows and Linux drivers do) It looks like: { device_t myparent, hisparent; u_int32_t data; myparent = device_get_parent(me); hisparent = device_get_parent(myparent); data = PCI_READ_CONFIG(hisparent, myparent, PCIR_DEVVENDOR, 4); switch (data) { case 0x12345678: something_special = 1; break; /* other cases */ } } ...is all you need for -current. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:39:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C4A315677; Wed, 26 May 1999 09:39:44 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA10570; Wed, 26 May 1999 09:39:44 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905261639.JAA10570@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 26 May 1999 09:39:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/26 09:39:44 PDT Modified files: (Branch: RELENG_3) sys/pci pcisupport.c Log: MFC: add identification of 440 LX chipset Revision Changes Path 1.86.2.8 +5 -1 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:54:44 1999 Delivered-To: cvs-all@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id CE4751563F; Wed, 26 May 1999 09:54:33 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (dialup3-29.iptelecom.net.ua [212.42.69.220]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id TAA28458; Wed, 26 May 1999 19:55:11 +0300 (EEST) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.3/8.9.3) with ESMTP id TAA53368; Wed, 26 May 1999 19:53:12 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <374C26F8.DFF5590E@altavista.net> Date: Wed, 26 May 1999 19:53:12 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: ru,uk,en MIME-Version: 1.0 To: Robert Nordier Cc: Andrey Zakhvatov , bde@zeta.org.au, brian@Awfulhak.org, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c References: <199905261625.SAA21419@ceia.nordier.com> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Robert Nordier wrote: > > > > > Anyone else with reasons to keep the /sys/i386/boot/* (except netboot) > > > > > code around any longer? > > > > _ Have we method to load kernel from DOS partition? > > > > _ I mean ability to have pseudo-diskless workstations with biosboot > > > > and kernel image on local disk for users that must have ability to > > > > work on FreeBSD-based X terminals, for example. > > > > > > Yes, /boot/loader autors claims that loader also can load kernel out of > > > FAT/FAT32 partition, so you can make diskette with /boot/loader and write > > > corresponding loader.rc script to load kernel out of a DOS partition. > > > >   Ok, but it can't helps me to save some diskettes :( > >   And I prefer using DOS utility like biosboot.exe, which can be running > > from user menu. It's strange to use additional diskette (with very short > > life time). > > You're thinking of dosboot (fbsdboot.exe): biosboot is just the > old boot1 and boot2. > > The issue with dosboot is that it hasn't changed in four years, > and it can't be built with the FreeBSD toolchain; so there's no > real real reason for keeping it in the source tree. > > Like other DOS programs useful for FreeBSD (fdimage.exe or fips.exe, > for instance), fbsdboot.exe can always be made available in the > >     pub/FreeBSD/tools > > on ftp.freebsd.org (and mirror sites, CD-ROMs, etc). > > So deleting it from the source tree won't make matters any worse > ... and may even improve them, since it allows some DOS programmer > without commit priviledges to actually maintain it. Unfortunately (as it was pointed in the -current list several days ago) now fbsdboot.exe can't be totally "fixed" due to fact, that FreeBSD VESA and VM86 code relies heavily on BIOS interrupts table but modern versions of DOS (7 and above) trend to overwrite this table so it is impossible to freebsd's loader to restore original BIOS vectors. If you don't mind to use VESA and VM86 you can download modified fbsdboot.exe on  ftp://ftp.genericwindows.com:21/pub/FBSDBOOT.EXE. Also possible solution for you is to get NT boot loader which can load any bootblocks (including DOS and FreeBSD) right out from any file on FAT or NTFS partition (proven - I'm using such scheme, but it may be illegal). Maybe Linux's LILO can help you too, but I just don't know exactly. Finally, you can make a small (100-200KB) FreeBSD partition with /boot/loader and appropriate script and install FreeBSD BootEasy to switch modes between DOS and FBSD. Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:55:22 1999 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 356B6155D3; Wed, 26 May 1999 09:55:14 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id MAA14875; Wed, 26 May 1999 12:55:11 -0400 (EDT) (envelope-from wollman) Date: Wed, 26 May 1999 12:55:11 -0400 (EDT) From: Garrett Wollman Message-Id: <199905261655.MAA14875@khavrinen.lcs.mit.edu> To: Chris Dillon Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa ida.c In-Reply-To: References: <199905251945.MAA29032@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > Is this a driver for a RAID controller or something else? I'm just > curious because on the Compaq servers I have there are some disk > status lights (disk OK/online/failure, etc) on each individual > hot-swap disk that operate under NT, but not under FreeBSD. Does this > driver control that hardware monitoring feature on these servers > (S.M.A.R.T. I would assume)? There is a standard for ``SCSI-Attached Fault-Tolerant Enclosures'' (SAF-TE) which is implemented by some vendors. If an unknown processor target shows up in your SCSI probe list, that's probably what you have. I have several machines with two of them: pt0 at ahc0 bus 0 target 6 lun 0 pt0: Fixed Processor SCSI-2 device pt0: 3.300MB/s transfers pt1 at ahc1 bus 0 target 6 lun 0 pt1: Fixed Processor SCSI-2 device pt1: 3.300MB/s transfers The way you recognize and talk to them is defined in a Microslop Word document which you can find floating about under the name `saftespec.zip'. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:59:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADF4715694; Wed, 26 May 1999 09:59:19 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA12571; Wed, 26 May 1999 09:59:19 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905261659.JAA12571@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 26 May 1999 09:59:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/26 09:59:19 PDT Modified files: sys/pci ahc_pci.c Log: Ignore subvendor and subdevice ids for all ai7880 parts. These chips only support 'mirroring' the vendor and device ids, so we don't lose any information. Certain revisions of the aic7880 will not perform the mirroring so to match all possiblities would double the number of table entries. This change also allows us to match things like the 2944B which I missed in the original table. Revision Changes Path 1.15 +21 -27 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 9:59:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB28615412; Wed, 26 May 1999 09:59:57 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA12610; Wed, 26 May 1999 09:59:57 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905261659.JAA12610@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 26 May 1999 09:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/26 09:59:57 PDT Modified files: (Branch: RELENG_3) sys/pci ahc_pci.c Log: MFC: Ignore subvendor and subdevice information for aic7880 based cards. Revision Changes Path 1.5.2.7 +21 -27 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 10:42:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C1E615310; Wed, 26 May 1999 10:42:13 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA16656; Wed, 26 May 1999 10:42:13 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905261742.KAA16656@freefall.freebsd.org> From: Wolfram Schneider Date: Wed, 26 May 1999 10:42:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal statistic.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/26 10:42:12 PDT Modified files: en/internal statistic.sgml Log: Update ftp.drom.com FTP traffic statistic. Revision Changes Path 1.5 +3 -4 www/en/internal/statistic.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 11:23:38 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 02CA915671; Wed, 26 May 1999 11:22:05 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA05241; Wed, 26 May 1999 14:22:44 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 26 May 1999 14:22:44 -0400 (EDT) From: Bill Fumerola To: Thomas Gellekum Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aic7xxx 93cx6.c aic7xxx.c src/sys/conf options src/sys/dev/aha aha.c ahareg.h src/sys/cam cam_periph.c cam_xpt.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 26 May 1999, Thomas Gellekum wrote: > > More to the point, how do people do this? I frequently commit > > multiple files, but I can't find any way to group them like this. > > cvs asks you for a commit message for each directory. Just give a > different one instead of pressing "!". However when I commit things remotly it spans all my directories and only accepts one directory. Freefall committs are asked per-directory. Go figure. This behavior doesn't bother me, in fact, when I need multiple messages I use freefall then. :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 13:47:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E057156ED; Wed, 26 May 1999 13:47:22 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35200; Wed, 26 May 1999 13:47:22 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905262047.NAA35200@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 26 May 1999 13:47:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/26 13:47:21 PDT Modified files: print/apsfilter/patches patch-aa Log: Patch instructions for src/usr.sbin/lpr/chkprintcap/chkprintcap.c to allow different printer entries in /etc/printcap to share the same spooldir (sd=...). Needed for apsfilter's new feature lpr -P{low|medium|high} Obtained from: "David G. Andersen" Revision Changes Path 1.4 +126 -10 ports/print/apsfilter/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 14:25:14 1999 Delivered-To: cvs-all@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 26CDD14DD3; Wed, 26 May 1999 14:25:03 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id XAA02514; Wed, 26 May 1999 23:24:49 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id VAA01612; Wed, 26 May 1999 21:36:17 +0200 (CEST) (envelope-from wosch) Message-ID: <19990526213617.29473@panke.de.freebsd.org> Date: Wed, 26 May 1999 21:36:17 +0200 From: Wolfram Schneider To: Sheldon Hearn , Jim Bloom Cc: Wolfram Schneider , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, patriceremy@sprint.ca Subject: Re: cvs commit: www/en/projects projects.sgml References: <3748C880.145752AB@acm.org> <12755.927523518@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <12755.927523518@axl.noc.iafrica.com>; from Sheldon Hearn on Mon, May 24, 1999 at 07:25:18AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 1999-05-24 07:25:18 +0200, Sheldon Hearn wrote: > > [...] The information belongs in the README files with the sound > > drivers. agreed. > Or perhaps in the Tutorials section. agreed. Who will commit it? ;-) -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 14:31:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF57B14F5F; Wed, 26 May 1999 14:31:15 -0700 (PDT) (envelope-from mks@FreeBSD.org) Received: (from mks@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39181; Wed, 26 May 1999 14:31:15 -0700 (PDT) (envelope-from mks@FreeBSD.org) Message-Id: <199905262131.OAA39181@freefall.freebsd.org> From: Mike Spengler Date: Wed, 26 May 1999 14:31:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hea eni_globals.c src/sys/dev/hfa fore_globals.c src/sys/netatm atm_ioctl.h src/sys/netatm/ipatm ipatm_load.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mks 1999/05/26 14:31:14 PDT Modified files: (Branch: RELENG_3) sys/dev/hea eni_globals.c sys/dev/hfa fore_globals.c sys/netatm atm_ioctl.h sys/netatm/ipatm ipatm_load.c Log: MFC: Allow 256 network interfaces per physical interface. Revision Changes Path 1.2.2.1 +3 -3 src/sys/dev/hea/eni_globals.c 1.2.2.1 +3 -3 src/sys/dev/hfa/fore_globals.c 1.1.2.1 +2 -2 src/sys/netatm/atm_ioctl.h 1.2.2.1 +3 -3 src/sys/netatm/ipatm/ipatm_load.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 15:49:55 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 5781014C23; Wed, 26 May 1999 15:49:22 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id XAA56800; Wed, 26 May 1999 23:49:16 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 26 May 1999 23:49:16 +0100 (BST) From: Doug Rabson To: Warner Losh Cc: Steve Kargl , Mike Smith , Roger Hardiman , Nick Hibma , Roger Hardiman , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf options In-Reply-To: <199905261554.JAA02293@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 26 May 1999, Warner Losh wrote: > In message <199905261555.IAA87427@troutmask.apl.washington.edu> Steve Kargl writes: > : The sysctl varaibles become: > : > : hw.bus.pci0 = "82440FX" > : hw.bus.pci1 = NULL > : hw.bus.isa0 = "82371SB" > : hw.bus.isa1 = NULL > > You might want to look at the DEVICE_SYSCTLS kernel option. It does > something similar. I'm not sure if it is intended for "production" > use or not, but it sure is handy for debugging. It still works? Excellent! It needs to export more information before it could be called production and there ought to be a mechanism for drivers to add nodes. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 15:56:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A6FA14CC5; Wed, 26 May 1999 15:56:25 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA46086; Wed, 26 May 1999 15:56:25 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905262256.PAA46086@freefall.freebsd.org> From: Bill Paul Date: Wed, 26 May 1999 15:56:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_al.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/26 15:56:25 PDT Modified files: sys/pci if_al.c Log: Two small tweaks: - Clear the IFF_OACTIVE flag when al_txeof() runs down the last TX mbuf chain. - Mark the workaround for the transmitter stalling bug with #ifdef AL_TX_STALL_WAR/#endif. Revision Changes Path 1.4 +8 -2 src/sys/pci/if_al.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 16: 2: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3434214E4F; Wed, 26 May 1999 16:01:59 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46545; Wed, 26 May 1999 16:01:59 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199905262301.QAA46545@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 26 May 1999 16:01:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c src/sys/alpha/include pmap.h src/sys/pci if_alreg.h if_mxreg.h if_pnreg.h if_tireg.h if_xlreg.h ncr.c src/sys/dev/ata ata-dma.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/05/26 16:01:58 PDT Modified files: sys/alpha/alpha busdma_machdep.c sys/alpha/include pmap.h sys/pci if_alreg.h if_mxreg.h if_pnreg.h if_tireg.h if_xlreg.h ncr.c sys/dev/ata ata-dma.c Log: Allow chipset drivers to specify the direct-mapped DMA window's mask in preparation for tsunami support. Previous chipsets' direct-mapped DMA mask was always 1024*1024*1024. The Tsunami chipset needs it to be 2*1024*1024*1024 These changes should not affect the i386 port Reviewed by: Doug Rabson Revision Changes Path 1.2 +6 -3 src/sys/alpha/alpha/busdma_machdep.c 1.4 +9 -1 src/sys/alpha/include/pmap.h 1.2 +2 -3 src/sys/pci/if_alreg.h 1.6 +2 -3 src/sys/pci/if_mxreg.h 1.12 +2 -3 src/sys/pci/if_pnreg.h 1.3 +2 -3 src/sys/pci/if_tireg.h 1.16 +3 -3 src/sys/pci/if_xlreg.h 1.148 +3 -4 src/sys/pci/ncr.c 1.8 +2 -2 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 16: 5:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDF4514EB6; Wed, 26 May 1999 16:05:27 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46967; Wed, 26 May 1999 16:05:27 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199905262305.QAA46967@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 26 May 1999 16:05:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_devar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/05/26 16:05:27 PDT Modified files: sys/pci if_devar.h Log: Forgotten in previous commit: Allow chipset drivers to specify the direct-mapped DMA window's mask in preparation for tsunami support. Previous chipsets' direct-mapped DMA mask was always 1024*1024*1024. The Tsunami chipset needs it to be 2*1024*1024*1024 Reviewed by: Doug Rabson Revision Changes Path 1.13 +2 -2 src/sys/pci/if_devar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 16: 8: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22D9214EB6; Wed, 26 May 1999 16:08:07 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA47100; Wed, 26 May 1999 16:08:07 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199905262308.QAA47100@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 26 May 1999 16:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pn.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/05/26 16:08:07 PDT Modified files: sys/pci if_pn.c Log: Remove redundant redefinition of vtophys(). This is already in if_pnreg.h Revision Changes Path 1.20 +2 -7 src/sys/pci/if_pn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 16:22:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0583E14F0A; Wed, 26 May 1999 16:22:17 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA48144; Wed, 26 May 1999 16:22:17 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199905262322.QAA48144@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 26 May 1999 16:22:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_st6600.c cpuconf.c src/sys/alpha/pci tsunamivar.h tsunamireg.h tsunami.c tsunami_pci.c src/sys/alpha/include rpb.h src/sys/alpha/conf files.alpha GENERIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/05/26 16:22:16 PDT Modified files: sys/alpha/alpha cpuconf.c sys/alpha/include rpb.h sys/alpha/conf files.alpha GENERIC Added files: sys/alpha/alpha dec_st6600.c sys/alpha/pci tsunamivar.h tsunamireg.h tsunami.c tsunami_pci.c Log: Add support for the DEC_ST6600 family of alphas. This includes the Compaq XP1000, AlphaServer DS20, AlphaServer DS10, and DP264 This has been tested *only* on XP1000's. I'll be interested to hear from owners of other types of DEC_ST6600 alphas. I'd like to thank Don Rice of Compaq for providing the documentation required to support this platform on FreeBSD. I'd also like to thank Doug Rabson for newbus, and for helping me get a multiple hoses working with newbus. Reviewed by: Doug Rabson Revision Changes Path 1.3 +8 -1 src/sys/alpha/alpha/cpuconf.c 1.5 +1 -0 src/sys/alpha/include/rpb.h 1.19 +4 -1 src/sys/alpha/conf/files.alpha 1.23 +3 -1 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 17:44: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DCE714EFF; Wed, 26 May 1999 17:44:03 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA53767; Wed, 26 May 1999 17:44:03 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905270044.RAA53767@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 26 May 1999 17:44:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.core.markers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/26 17:44:01 PDT Modified files: astro/xearth/files freebsd.core.markers Log: Update this file to reflect current reality. Also, I moved. Revision Changes Path 1.3 +1 -3 ports/astro/xearth/files/freebsd.core.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 17:53:23 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id D081714FA6; Wed, 26 May 1999 17:53:21 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-214.ix.netcom.com [209.111.208.214]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA07832; Wed, 26 May 1999 17:54:03 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA80482; Wed, 26 May 1999 17:52:35 -0700 (PDT) Date: Wed, 26 May 1999 17:52:35 -0700 (PDT) Message-Id: <199905270052.RAA80482@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: kuriyama@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905261415.HAA92380@freefall.freebsd.org> (message from Jun Kuriyama on Wed, 26 May 1999 07:15:27 -0700 (PDT)) Subject: Re: cvs commit: ports/www/p5-ParallelUA Makefile From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199905261415.HAA92380@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * # Should p5-libwww have RUN_DEPENDS which is same as BUILD_DEPENDS? If those are needed for other ports to use p5-libwww, yes. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 19: 8:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB4FC157E3; Wed, 26 May 1999 19:08:30 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA60329; Wed, 26 May 1999 19:08:30 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905270208.TAA60329@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 26 May 1999 19:08:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5 Makefile ports/security/krb5/files md5 ports/security/krb5/patches patch-aa patch-av patch-ag patch-ah patch-an patch-ao patch-aw Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/26 19:08:30 PDT Modified files: security/krb5 Makefile security/krb5/files md5 security/krb5/patches patch-aa patch-av Removed files: security/krb5/patches patch-ag patch-ah patch-an patch-ao patch-aw Log: Update 1.0.5 -> 1.0.6 Revision Changes Path 1.9 +11 -8 ports/security/krb5/Makefile 1.2 +3 -3 ports/security/krb5/files/md5 1.2 +13 -4 ports/security/krb5/patches/patch-aa 1.2 +2 -2 ports/security/krb5/patches/patch-av To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 19:10:24 1999 Delivered-To: cvs-all@freebsd.org Received: from dick.dgriffin.org (griffin.sytex.net [205.147.189.146]) by hub.freebsd.org (Postfix) with ESMTP id 3EE7F1582D; Wed, 26 May 1999 19:10:13 -0700 (PDT) (envelope-from dick@sytex.net) Received: from localhost (dick@localhost) by dick.dgriffin.org (8.9.2/8.9.2) with ESMTP id VAA02827; Wed, 26 May 1999 21:59:10 -0400 (EDT) (envelope-from dick@sytex.net) X-Authentication-Warning: dick.dgriffin.org: dick owned process doing -bs Date: Wed, 26 May 1999 21:59:10 -0400 (EDT) From: Dick Griffin X-Sender: dick@dick.dgriffin.org To: Dag-Erling Smorgrav Cc: Julian Elischer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs list manager: Please help me get of this list! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dag, You are making several assumptions about the amount of information that is available to me now, and about the level of access that now I have. Some of those assumptions are not valid. It can be pretty difficult when the knowledge required to investigate using information you don't have, nor know how to use. If I were knowledgable enough to not require help, I would not have subscribed in the first place, and I really don't think sarcasum extended in response to my request is either in the spiret of the FreeBSD effort, nor useful in helping me solve the problem. Thank you for your response. If I manage to get WWW access to explore the FreeBSD website, I will try to confirm the information you did manage to extend. dg On 26 May 1999, Dag-Erling Smorgrav wrote: > Dick Griffin writes: > > I've sent several 'unsubscribe' requests normally. They do not work. > > > > Please help me get off this list. I am subscribed via an alias that > > I can no longer send from. > > How hard can it get? In your unsubscribe request, add a From: line to > the header with the alias that receives mail from the list. Do the > same for the authentication reply. > > > If you are the list manager, or know the list manger, please ask him/her > > to call me at my office (202 694-0113) or evenings at (703-685-0032) > > *Or* you can spend thirty seconds searching the FreeBSD web site and > discover that the postmaster is jmb@freebsd.org, *or* you can spend > two seconds remembering RFC822 and just mail postmaster@freebsd.org. > > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 19:25:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6751C15808; Wed, 26 May 1999 19:25:26 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA61620; Wed, 26 May 1999 19:25:26 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905270225.TAA61620@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 26 May 1999 19:25:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome Makefile ports/x11-toolkits/py-gnome/files md5 ports/x11-toolkits/py-gnome/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/26 19:25:26 PDT Modified files: x11-toolkits/py-gnome Makefile x11-toolkits/py-gnome/files md5 x11-toolkits/py-gnome/pkg PLIST Log: Update 1.0.1 -> 1.0.3 Revision Changes Path 1.25 +3 -3 ports/x11-toolkits/py-gnome/Makefile 1.10 +1 -1 ports/x11-toolkits/py-gnome/files/md5 1.9 +74 -67 ports/x11-toolkits/py-gnome/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 19:41:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B22E7150C0; Wed, 26 May 1999 19:41:09 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62713; Wed, 26 May 1999 19:41:09 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199905270241.TAA62713@freefall.freebsd.org> From: Guy Helmer Date: Wed, 26 May 1999 19:41:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 wd.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/05/26 19:41:09 PDT Modified files: share/man/man4/man4.i386 wd.4 Log: There are six bit fields in the flags now, not four. PR: i386/10328 Revision Changes Path 1.13 +2 -2 src/share/man/man4/man4.i386/wd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 19:49:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 928A615542; Wed, 26 May 1999 19:48:30 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA63308; Wed, 26 May 1999 19:48:30 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199905270248.TAA63308@freefall.freebsd.org> From: Guy Helmer Date: Wed, 26 May 1999 19:48:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 wd.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/05/26 19:48:30 PDT Modified files: (Branch: RELENG_3) share/man/man4/man4.i386 wd.4 Log: There are six bit fields in the flags now, not four. PR: i386/10328 Revision Changes Path 1.10.2.1 +2 -2 src/share/man/man4/man4.i386/wd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 20: 7: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6468414EC6; Wed, 26 May 1999 20:07:06 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA65457; Wed, 26 May 1999 20:07:05 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199905270307.UAA65457@freefall.freebsd.org> From: Julian Elischer Date: Wed, 26 May 1999 20:07:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/i386/conf LINT files.i386 options.i386 src/sys/net if_arp.h if_dl.h if_media.h src/sys/netinet if_ether.c src/contrib/tcpdump print-token.c interface.h tcpdump.c src/usr.sbin/arp arp.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/05/26 20:07:04 PDT Modified files: (Branch: RELENG_3) sys/conf files sys/i386/conf LINT files.i386 options.i386 sys/net if_arp.h if_dl.h if_media.h sys/netinet if_ether.c contrib/tcpdump interface.h tcpdump.c usr.sbin/arp arp.c usr.sbin/tcpdump/tcpdump Makefile Added files: (Branch: RELENG_3) contrib/tcpdump print-token.c Log: MFC: Olicom token ring support and token ring framework. Submitted by: Larry Lile Also Tagged into RELENG_3: sys/contrib/dev/oltr/COPYRIGHT sys/contrib/dev/oltr/i386-elf.trlld.o.uu sys/contrib/dev/oltr/if_oltr.c sys/contrib/dev/oltr/trlld.h sys/contrib/dev/oltr/trlldbm.c sys/contrib/dev/oltr/trlldhm.c sys/contrib/dev/oltr/trlldmac.c Revision Changes Path 1.190.2.7 +1 -0 src/sys/conf/files 1.539.2.25 +13 -3 src/sys/i386/conf/LINT 1.220.2.8 +9 -1 src/sys/i386/conf/files.i386 1.103.2.5 +8 -1 src/sys/i386/conf/options.i386 1.10.2.1 +2 -1 src/sys/net/if_arp.h 1.6.4.1 +3 -1 src/sys/net/if_dl.h 1.2.6.2 +13 -1 src/sys/net/if_media.h 1.52.2.2 +76 -4 src/sys/netinet/if_ether.c 1.1.1.3.2.1 +2 -0 src/contrib/tcpdump/interface.h 1.1.1.3.2.1 +1 -1 src/contrib/tcpdump/tcpdump.c 1.14.2.1 +18 -1 src/usr.sbin/arp/arp.c 1.20.2.1 +3 -3 src/usr.sbin/tcpdump/tcpdump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 22:15:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D7FD14D15; Wed, 26 May 1999 22:15:21 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA77969; Wed, 26 May 1999 22:15:20 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905270515.WAA77969@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 26 May 1999 22:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/26 22:15:20 PDT Modified files: en/news press.sgml Log: Add TechWeb article on thin servers. Mentions six servers that use FreeBSD as the internal OS. Submitted by: Alec Berry Revision Changes Path 1.71 +11 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 22:37:20 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 17F9F14DF2; Wed, 26 May 1999 22:37:14 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 201DF39; Thu, 27 May 1999 13:37:13 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf LINT files.i386 options.i386 src/sys/net if_arp.h if_dl.h if_media.h src/sys/netinet if_ether.c src/contrib/tcpdump print-token.c interface.h tcpdump.c src/usr.sbin/arp arp.c ... In-reply-to: Your message of "Wed, 26 May 1999 20:07:05 MST." <199905270307.UAA65457@freefall.freebsd.org> Date: Thu, 27 May 1999 13:37:13 +0800 From: Peter Wemm Message-Id: <19990527053713.201DF39@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Julian Elischer wrote: [..] > Added files: (Branch: RELENG_3) > contrib/tcpdump print-token.c > Log: > MFC: Olicom token ring support and token ring framework. > Submitted by: Larry Lile > > Also Tagged into RELENG_3: > > sys/contrib/dev/oltr/COPYRIGHT > sys/contrib/dev/oltr/i386-elf.trlld.o.uu > sys/contrib/dev/oltr/if_oltr.c > sys/contrib/dev/oltr/trlld.h > sys/contrib/dev/oltr/trlldbm.c > sys/contrib/dev/oltr/trlldhm.c > sys/contrib/dev/oltr/trlldmac.c Why tagged? Just 'cvs add' them... It's a *LOT* less prone to error.. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 22:46: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2751B14DF2; Wed, 26 May 1999 22:46:06 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA80490; Wed, 26 May 1999 22:46:06 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905270546.WAA80490@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 26 May 1999 22:46:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/26 22:46:06 PDT Modified files: en/news press.sgml Log: correct grammar. Revision Changes Path 1.72 +4 -4 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 22:51:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FA2315110; Wed, 26 May 1999 22:51:26 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA81176; Wed, 26 May 1999 22:51:26 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905270551.WAA81176@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 26 May 1999 22:51:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/26 22:51:26 PDT Modified files: en/news press.sgml Log: correct silly HTML error introduced in rev 1.71 Revision Changes Path 1.73 +4 -3 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 26 23:12:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15AB814F2C; Wed, 26 May 1999 23:12:44 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA83067; Wed, 26 May 1999 23:12:43 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905270612.XAA83067@freefall.freebsd.org> From: Roger Hardiman Date: Wed, 26 May 1999 23:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/snd sb_dsp.c CARDS Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/26 23:12:43 PDT Modified files: sys/i386/isa/snd sb_dsp.c CARDS Log: Add support for ASound Gold card using the ALS120 chipset (a vibra 16x clone) Identified automatically by its PnP ID Approved by: Luigi Revision Changes Path 1.18 +8 -4 src/sys/i386/isa/snd/sb_dsp.c 1.9 +4 -7 src/sys/i386/isa/snd/CARDS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 0:11:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75660153F8; Thu, 27 May 1999 00:11:51 -0700 (PDT) (envelope-from gpalmer@FreeBSD.org) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88696; Thu, 27 May 1999 00:11:50 -0700 (PDT) (envelope-from gpalmer@FreeBSD.org) Message-Id: <199905270711.AAA88696@freefall.freebsd.org> From: Gary Palmer Date: Thu, 27 May 1999 00:11:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.core.markers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gpalmer 1999/05/27 00:11:50 PDT Modified files: astro/xearth/files freebsd.core.markers Log: Put me in the same place as JMB. Not 100% accurate, but xearth can't have two icons close together and still display them without munging them. Revision Changes Path 1.4 +1 -2 ports/astro/xearth/files/freebsd.core.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 0:18:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C560A14C29; Thu, 27 May 1999 00:18:45 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89416; Thu, 27 May 1999 00:18:45 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905270718.AAA89416@freefall.freebsd.org> From: Doug Rabson Date: Thu, 27 May 1999 00:18:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/27 00:18:45 PDT Modified files: sys/kern subr_bus.c Log: Fix an embarrasing typo in device_add_child_after(). I can't understand how this hasn't caused problems before. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.27 +3 -3 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 0:28: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 039BA15777; Thu, 27 May 1999 00:28:03 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA90207; Thu, 27 May 1999 00:28:03 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905270728.AAA90207@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 27 May 1999 00:28:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/giflib/patches patch-aa ports/graphics/giflib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/27 00:28:03 PDT Modified files: graphics/giflib/patches patch-aa graphics/giflib/pkg PLIST Log: Install headers in ${PREFIX}/include, not ${PREFIX}/include/giflib. Requested by a couple of people. Revision Changes Path 1.5 +4 -5 ports/graphics/giflib/patches/patch-aa 1.6 +3 -4 ports/graphics/giflib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 0:32:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 564A31564C; Thu, 27 May 1999 00:32:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA91170; Thu, 27 May 1999 00:32:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905270732.AAA91170@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 27 May 1999 00:32:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/imlib Makefile ports/x11/kdebase Makefile ports/x11/kdebase11 Makefile ports/x11/kdebase11-i18n Makefile ports/games/kdegames Makefile ports/games/kdegames11 Makefile ports/graphics/kdegraphics Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/27 00:32:50 PDT Modified files: graphics/imlib Makefile x11/kdebase Makefile x11/kdebase11 Makefile x11/kdebase11-i18n Makefile games/kdegames Makefile games/kdegames11 Makefile graphics/kdegraphics Makefile graphics/kdegraphics11 Makefile audio/kdemultimedia Makefile audio/kdemultimedia11 Makefile net/kdenetwork Makefile net/kdenetwork11 Makefile net/kdetelnet Makefile misc/kdeutils Makefile misc/kdeutils11 Makefile deskutils/korganizer Makefile palm/kpilot Makefile x11-wm/windowmaker-i18n Makefile x11-wm/windowmaker Makefile Log: Forget about ${PREFIX}/include/giflib. Revision Changes Path 1.48 +2 -3 ports/graphics/imlib/Makefile 1.25 +2 -3 ports/x11/kdebase/Makefile 1.37 +2 -3 ports/x11/kdebase11/Makefile 1.42 +2 -4 ports/x11/kdebase11-i18n/Makefile 1.22 +2 -4 ports/games/kdegames/Makefile 1.32 +2 -3 ports/games/kdegames11/Makefile 1.17 +2 -4 ports/graphics/kdegraphics/Makefile 1.27 +2 -3 ports/graphics/kdegraphics11/Makefile 1.24 +2 -4 ports/audio/kdemultimedia/Makefile 1.33 +2 -3 ports/audio/kdemultimedia11/Makefile 1.25 +2 -4 ports/net/kdenetwork/Makefile 1.35 +2 -3 ports/net/kdenetwork11/Makefile 1.3 +2 -4 ports/net/kdetelnet/Makefile 1.23 +2 -4 ports/misc/kdeutils/Makefile 1.32 +2 -3 ports/misc/kdeutils11/Makefile 1.13 +2 -4 ports/deskutils/korganizer/Makefile 1.23 +1 -3 ports/palm/kpilot/Makefile 1.58 +1 -2 ports/x11-wm/windowmaker-i18n/Makefile 1.51 +2 -2 ports/x11-wm/windowmaker/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 1:42:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FDB4151CB; Thu, 27 May 1999 01:42:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA98131; Thu, 27 May 1999 01:42:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905270842.BAA98131@freefall.freebsd.org> From: Brian Somers Date: Thu, 27 May 1999 01:42:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c iface.c iface.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/27 01:42:19 PDT Modified files: usr.sbin/ppp bundle.c iface.c iface.h Log: Move the code for tweaking interface flags into one function. Revision Changes Path 1.54 +5 -62 src/usr.sbin/ppp/bundle.c 1.6 +54 -1 src/usr.sbin/ppp/iface.c 1.2 +3 -1 src/usr.sbin/ppp/iface.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 1:42:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1E131531B; Thu, 27 May 1999 01:42:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA98243; Thu, 27 May 1999 01:42:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905270842.BAA98243@freefall.freebsd.org> From: Brian Somers Date: Thu, 27 May 1999 01:42:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/27 01:42:51 PDT Modified files: usr.sbin/ppp tty.c Log: Call tty_Offline() from tty_Cooked() and tty_Free(), just in case ppp is abending and hasn't called physical_Offline() already. Revision Changes Path 1.8 +4 -1 src/usr.sbin/ppp/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 1:58:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 704D615172; Thu, 27 May 1999 01:58:22 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00856; Thu, 27 May 1999 01:58:21 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905270858.BAA00856@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 27 May 1999 01:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/ports Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/27 01:58:21 PDT Modified files: ja/ports Makefile Log: Read www/en/ports/packages.exists if available - don't ask ftp.freebsd.org again for the package list. Revision Changes Path 1.15 +5 -1 www/ja/ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 2: 4:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 247D61525C; Thu, 27 May 1999 02:04:16 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA01483; Thu, 27 May 1999 02:04:16 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905270904.CAA01483@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 27 May 1999 02:04:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/ports Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/27 02:04:15 PDT Modified files: es/ports Makefile Log: Read www/en/ports/packages.exists if available - don't ask ftp.freebsd.org again for the package list. Revision Changes Path 1.5 +5 -1 www/es/ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 2:38:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE0B914F32; Thu, 27 May 1999 02:38:57 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA05603; Thu, 27 May 1999 02:38:57 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905270938.CAA05603@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 27 May 1999 02:38:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news webchanges.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/27 02:38:56 PDT Modified files: en/news webchanges.sgml Log: Add entries from 24 - 26 May. Revision Changes Path 1.44 +24 -2 www/en/news/webchanges.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 2:50:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96E8714DE0; Thu, 27 May 1999 02:50:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA08637; Thu, 27 May 1999 02:50:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905270950.CAA08637@freefall.freebsd.org> From: Brian Somers Date: Thu, 27 May 1999 02:50:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/27 02:50:13 PDT Modified files: usr.sbin/ppp chat.c Log: Add some comments, optimise out a few strlen()s and remove a few extraneous assignments. Revision Changes Path 1.56 +23 -16 src/usr.sbin/ppp/chat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 3:30:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 525E415208; Thu, 27 May 1999 03:30:25 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12086; Thu, 27 May 1999 03:30:25 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199905271030.DAA12086@freefall.freebsd.org> From: Julian Elischer Date: Thu, 27 May 1999 03:30:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net iso88025.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/05/27 03:30:24 PDT Added files: (Branch: RELENG_3) sys/net iso88025.h Log: This file got left out of the patches for 3.0.. bring it in from -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 3:32:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97C6015208; Thu, 27 May 1999 03:32:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12287; Thu, 27 May 1999 03:32:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905271032.DAA12287@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 27 May 1999 03:32:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c index.c install.c msg.c package.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/27 03:32:53 PDT Modified files: release/sysinstall devices.c index.c install.c msg.c package.c sysinstall.h Log: Do a clean-up pass on error/warning messages. Revision Changes Path 1.92 +7 -10 src/release/sysinstall/devices.c 1.68 +5 -13 src/release/sysinstall/index.c 1.237 +1 -14 src/release/sysinstall/install.c 1.48 +15 -1 src/release/sysinstall/msg.c 1.77 +5 -13 src/release/sysinstall/package.c 1.166 +2 -1 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 3:34:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B325D14C0B; Thu, 27 May 1999 03:34:14 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12431; Thu, 27 May 1999 03:34:14 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905271034.DAA12431@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 27 May 1999 03:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c index.c install.c msg.c package.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/27 03:34:14 PDT Modified files: (Branch: RELENG_3) release/sysinstall devices.c index.c install.c msg.c package.c sysinstall.h Log: MFC: message cleanup. Revision Changes Path 1.88.2.3 +7 -10 src/release/sysinstall/devices.c 1.60.2.7 +5 -13 src/release/sysinstall/index.c 1.223.2.14 +1 -14 src/release/sysinstall/install.c 1.47.2.1 +15 -1 src/release/sysinstall/msg.c 1.65.2.10 +5 -13 src/release/sysinstall/package.c 1.153.2.13 +2 -1 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 3:59:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A264614C58; Thu, 27 May 1999 03:59:45 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13966; Thu, 27 May 1999 03:59:45 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905271059.DAA13966@freefall.freebsd.org> From: Roger Hardiman Date: Thu, 27 May 1999 03:59:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/27 03:59:44 PDT Modified files: sys/pci pcisupport.c Log: Move BX PCI-PCI (AGP) bridge from chip_match to pcib_match so it is reported correctly in dmesg. Add 440 LX and 440 BX to the descriptions as these are the names in common usage Revision Changes Path 1.115 +8 -9 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 4: 3:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A346415000; Thu, 27 May 1999 04:03:42 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA16453; Thu, 27 May 1999 04:03:42 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905271103.EAA16453@freefall.freebsd.org> From: Roger Hardiman Date: Thu, 27 May 1999 04:03:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/snd sb_dsp.c CARDS Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/27 04:03:41 PDT Modified files: (Branch: RELENG_3) sys/i386/isa/snd sb_dsp.c CARDS Log: MFC: Add support for ALS120 based ISA sound card (ASound Gold) identified by its PnP id Revision Changes Path 1.16.2.1 +8 -4 src/sys/i386/isa/snd/sb_dsp.c 1.7.2.1 +4 -1 src/sys/i386/isa/snd/CARDS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 4:18:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC61114C58; Thu, 27 May 1999 04:18:41 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA40756; Thu, 27 May 1999 04:18:41 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905271118.EAA40756@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 27 May 1999 04:18:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/27 04:18:40 PDT Modified files: net Makefile Log: Add ldapsdk and perldap. Forgotten by: paul Revision Changes Path 1.263 +3 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 5: 3:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECD6C1555A; Thu, 27 May 1999 05:03:07 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA44967; Thu, 27 May 1999 05:03:07 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905271203.FAA44967@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 27 May 1999 05:03:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/27 05:03:06 PDT Modified files: en/news press.sgml Log: Changes to promote a uniform look to the press page. A news item now has the following format: o

by
o ... The press page is presently coded as an HTML document, so the following discussion will use html terminology. is a

section element, with a
    list as its child. Each list item is enclosed in a pair of

    ,

    tags and consequently appears as one paragraph to a browser. will be a link to the primary web site of the organization in the news item. is presented as: (nn)? . Here is the full name of the month. is a 4 digit year. The (nn?) is the numeric day of the month, if available. The and items are rendered as `bold' on suitably capable browsers. is the title of the article and is a link to the actual article on the WWW. names the author of the article, or, in the case of company press releases, states that it is a press release. consists of a few lines (one paragraph) summarizing the article so that readers do not need to download the article in question to decide if it is interesting. Entries in a month with a date are sorted most recent first. Articles without a specific date appear before articles with known date. This order is arbitrary and has been used for consistency of presentation. Other non-visible changes to the HTML: o HTML tags now uniformly lowercase o a couple of sgml errors corrected The web page now passes the `tidy' test. Revision Changes Path 1.74 +358 -300 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 5: 4:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35E0F155BD; Thu, 27 May 1999 05:04:11 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA45122; Thu, 27 May 1999 05:04:11 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905271204.FAA45122@freefall.freebsd.org> From: Nick Hibma Date: Thu, 27 May 1999 05:04:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT log_accum.pl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/27 05:04:10 PDT Modified files: . log_accum.pl Log: Add extra empty line between sets of committed changes for readability Revision Changes Path 1.36 +2 -2 CVSROOT/log_accum.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 5:20:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A461314D78; Thu, 27 May 1999 05:20:38 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA46816; Thu, 27 May 1999 05:20:38 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905271220.FAA46816@freefall.freebsd.org> From: David Greenman Date: Thu, 27 May 1999 05:20:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/27 05:20:37 PDT Modified files: sys/netinet ip_input.c Log: Made net.inet.ip.intr_queue_maxlen writeable. Revision Changes Path 1.120 +2 -2 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 5:24:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCD2114F8B; Thu, 27 May 1999 05:24:25 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA47520; Thu, 27 May 1999 05:24:25 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905271224.FAA47520@freefall.freebsd.org> From: David Greenman Date: Thu, 27 May 1999 05:24:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/27 05:24:24 PDT Modified files: sys/netinet tcp_output.c Log: Added net.inet.tcp.path_mtu_discovery variable which when set to 0 (default 1) disables PMTUD globally. Although PMTUD can be disabled in the standard case by locking the MTU on a static route (including the default route), this method doesn't work in the face of dynamic routing protocols like gated. Revision Changes Path 1.34 +9 -8 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 5:26:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98E4114F8B; Thu, 27 May 1999 05:26:55 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA47874; Thu, 27 May 1999 05:26:55 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905271226.FAA47874@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 27 May 1999 05:26:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/27 05:26:54 PDT Modified files: sys/pci pcisupport.c Log: Print some diagnostic messages for the PCI-ISA bridge, if bootverbose > 0. Reviewed by: dfr Revision Changes Path 1.116 +9 -2 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 5:33:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C41AA1506A; Thu, 27 May 1999 05:33:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48633; Thu, 27 May 1999 05:33:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905271233.FAA48633@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 27 May 1999 05:33:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/curl Makefile ports/net/curl/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/27 05:33:21 PDT Modified files: net/curl Makefile net/curl/files md5 Log: Upgrade to v5.9 PR: 11837 Revision Changes Path 1.6 +4 -4 ports/net/curl/Makefile 1.4 +1 -1 ports/net/curl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 5:50:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79EDD152C3; Thu, 27 May 1999 05:50:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49857; Thu, 27 May 1999 05:50:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905271250.FAA49857@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 27 May 1999 05:50:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xwhois Makefile ports/net/xwhois/files md5 ports/net/xwhois/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/27 05:50:27 PDT Modified files: net/xwhois Makefile net/xwhois/files md5 net/xwhois/patches patch-aa Log: Update to v0.3.5 PR: 11614 Revision Changes Path 1.5 +3 -3 ports/net/xwhois/Makefile 1.4 +1 -1 ports/net/xwhois/files/md5 1.4 +13 -4 ports/net/xwhois/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 5:58:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEAAA15631; Thu, 27 May 1999 05:58:45 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA50734; Thu, 27 May 1999 05:58:45 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905271258.FAA50734@freefall.freebsd.org> From: Bruce Evans Date: Thu, 27 May 1999 05:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rlogin rlogin.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/27 05:58:45 PDT Modified files: usr.bin/rlogin rlogin.c Log: Fixed usage message to almost match the man page. The old -d option and the new -i option were missing. Fixed style bugs in previous commit: (1) initialisation of a local variable in its declaration. (2) inconsistency of (1) with style of nearby code. (3) disorder of declaration for (1). (4) a line longer than 80 characters. (5) bitrot in the printf() -> err() cleanups to help bloat the line in (4). Revision Changes Path 1.20 +9 -12 src/usr.bin/rlogin/rlogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 6:18:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C79021582D; Thu, 27 May 1999 06:18:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA52923; Thu, 27 May 1999 06:18:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905271318.GAA52923@freefall.freebsd.org> From: Brian Somers Date: Thu, 27 May 1999 06:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/27 06:18:32 PDT Modified files: sys/net if_tun.c Log: In tunclose(): Delete all routes if IFF_RUNNING is set, irrespective of IFF_UP Unset IFF_RUNNING. Revision Changes Path 1.56 +15 -11 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 6:53: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEFF71512E; Thu, 27 May 1999 06:53:04 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA00827; Thu, 27 May 1999 06:53:04 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905271353.GAA00827@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 27 May 1999 06:53:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/rocksndiamonds - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/27 06:53:04 PDT ports/games/rocksndiamonds - Imported sources Update of /home/ncvs/ports/games/rocksndiamonds In directory freefall.freebsd.org:/x/tmp/cvs-serv85270 Log Message: New port rocksndiamonds. Boulderdash and Emerald Mine and Sokoban and more in one package. Status: Vendor Tag: TG Release Tags: rocksndiamonds_1_2_0 N ports/games/rocksndiamonds/Makefile N ports/games/rocksndiamonds/files/md5 N ports/games/rocksndiamonds/patches/patch-aa N ports/games/rocksndiamonds/patches/patch-ab N ports/games/rocksndiamonds/pkg/COMMENT N ports/games/rocksndiamonds/pkg/DESCR N ports/games/rocksndiamonds/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 6:53:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D7671515A; Thu, 27 May 1999 06:53:27 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA05695; Thu, 27 May 1999 06:53:27 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905271353.GAA05695@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 27 May 1999 06:53:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/27 06:53:27 PDT Modified files: . modules Log: rocksndiamonds -> ports/games/rocksndiamonds Revision Changes Path 1.33 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 6:57:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 406D215061; Thu, 27 May 1999 06:57:09 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA12489; Thu, 27 May 1999 06:57:08 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905271357.GAA12489@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 27 May 1999 06:57:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/27 06:57:07 PDT Modified files: games Makefile Log: Activate rocksndiamonds. Revision Changes Path 1.206 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 6:57:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF5C4150C5; Thu, 27 May 1999 06:57:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA12582; Thu, 27 May 1999 06:57:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905271357.GAA12582@freefall.freebsd.org> From: Tim Vanderhoek Date: Thu, 27 May 1999 06:57:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/27 06:57:48 PDT Modified files: en y2kbug.sgml Log: Be a little more clear about there being multiple fixed INN ports. Revision Changes Path 1.23 +3 -3 www/en/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 9:16:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B31D615094; Thu, 27 May 1999 09:16:17 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA26739; Thu, 27 May 1999 09:16:12 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905271616.JAA26739@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 27 May 1999 09:16:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnome-icu Makefile ports/net/gnome-icu/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/27 09:16:11 PDT Modified files: net/gnome-icu Makefile net/gnome-icu/files md5 Log: Update 0.62a -> 0.64 Revision Changes Path 1.10 +2 -2 ports/net/gnome-icu/Makefile 1.4 +1 -1 ports/net/gnome-icu/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 9:40:15 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 6C594155F7; Thu, 27 May 1999 09:40:10 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id SAA02452; Thu, 27 May 1999 18:40:05 +0200 (CEST) (envelope-from des) To: Roger Hardiman Cc: Nick Hibma , Roger Hardiman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options References: <374C0EB9.15FB@cs.strath.ac.uk> From: Dag-Erling Smorgrav Date: 27 May 1999 18:40:03 +0200 In-Reply-To: Roger Hardiman's message of "Wed, 26 May 1999 16:09:45 +0100" Message-ID: Lines: 15 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Roger Hardiman writes: > The 430FX and SIS/VIA/OPTi chipset workarounds are actually inside > the Bt878 hardware. Brooktree included them because these > chipsets do not implement the PCI 2.1 specification properly. > They are broken chipsets. Aha! This might explain why FreeBSD cannot run reliably on a motherboard with a VIA chipset. I get a 100% failure rate running FreeBSD on Shuttle Super Socket 7 motherboards. They either freeze or spontaneously reboot when subjected to any kind of load (a kernel or port build is usually enough). DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 9:51:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53A9B155F7; Thu, 27 May 1999 09:51:50 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA29802; Thu, 27 May 1999 09:51:49 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905271651.JAA29802@freefall.freebsd.org> From: Brian Somers Date: Thu, 27 May 1999 09:51:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp defs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/27 09:51:49 PDT Modified files: usr.sbin/ppp defs.c Log: Handle unterminated quoted strings without dup'ing the last character with an out-by-one-memcpy. Revision Changes Path 1.21 +3 -3 src/usr.sbin/ppp/defs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 10:18: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 00CC81500E; Thu, 27 May 1999 10:17:50 -0700 (PDT) (envelope-from andy@mail.cgu.chel.su) Received: from mail.cgu.chel.su (andy@mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.2/8.8.6) with ESMTP id XAA68594; Thu, 27 May 1999 23:17:45 +0600 (ESS) Received: (from andy@localhost) by mail.cgu.chel.su (8.8.7/8.8.6) id XAA20981; Thu, 27 May 1999 23:17:23 +0600 (ESS) From: Andrey Zakhvatov Message-Id: <199905271717.XAA20981@mail.cgu.chel.su> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905261625.SAA21419@ceia.nordier.com> from Robert Nordier at "May 26, 99 06:25:04 pm" To: rnordier@nordier.com (Robert Nordier) Date: Thu, 27 May 1999 23:17:22 +0600 (ESS) Cc: andy@cgu.chel.su, sobomax@altavista.net, rnordier@nordier.com, bde@zeta.org.au, brian@Awfulhak.org, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hello, > You're thinking of dosboot (fbsdboot.exe): biosboot is just the > old boot1 and boot2. > > The issue with dosboot is that it hasn't changed in four years, > and it can't be built with the FreeBSD toolchain; so there's no > real real reason for keeping it in the source tree. > > Like other DOS programs useful for FreeBSD (fdimage.exe or fips.exe, > for instance), fbsdboot.exe can always be made available in the > > pub/FreeBSD/tools > > on ftp.freebsd.org (and mirror sites, CD-ROMs, etc). Ok. This will be done? So we can expect appearing of this utility (I mean dosboot.exe for ELF kernels) at near future in tools and removing it from main source tree? > So deleting it from the source tree won't make matters any worse > ... and may even improve them, since it allows some DOS programmer > without commit priviledges to actually maintain it. Who is that "DOS programmer"? Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 10:28:44 1999 Delivered-To: cvs-all@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 7D1481515A; Thu, 27 May 1999 10:28:32 -0700 (PDT) (envelope-from andy@mail.cgu.chel.su) Received: from mail.cgu.chel.su (andy@mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.2/8.8.6) with ESMTP id XAA68784; Thu, 27 May 1999 23:28:30 +0600 (ESS) Received: (from andy@localhost) by mail.cgu.chel.su (8.8.7/8.8.6) id XAA21068; Thu, 27 May 1999 23:28:29 +0600 (ESS) From: Andrey Zakhvatov Message-Id: <199905271728.XAA21068@mail.cgu.chel.su> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <374C26F8.DFF5590E@altavista.net> from Maxim Sobolev at "May 26, 99 07:53:12 pm" To: sobomax@altavista.net Date: Thu, 27 May 1999 23:28:29 +0600 (ESS) Cc: rnordier@nordier.com, andy@cgu.chel.su, bde@zeta.org.au, brian@Awfulhak.org, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hello, > original BIOS vectors. If you don't mind to use VESA and VM86 you can download > modified fbsdboot.exe on  ftp://ftp.genericwindows.com:21/pub/FBSDBOOT.EXE. Also Thanks, I'll do it. > possible solution for you is to get NT boot loader which can load any bootblocks > (including DOS and FreeBSD) right out from any file on FAT or NTFS partition > (proven - I'm using such scheme, but it may be illegal). Maybe Linux's LILO can > help you too, but I just don't know exactly. Finally, you can make a small > (100-200KB) FreeBSD partition with /boot/loader and appropriate script and install > FreeBSD BootEasy to switch modes between DOS and FBSD. I know about this solutions, but.. they need additional work and interaction with end users. I need clear solution for DOS, dumb and acceptable for most users. They need understandable solution like 'run dosboot.exe c:\bin\kernel', I'll just provide kernels for them (maybe from shared disk). Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 11:43:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD51715994; Thu, 27 May 1999 11:43:28 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA39121; Thu, 27 May 1999 11:43:28 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <199905271843.LAA39121@freefall.freebsd.org> From: Eivind Eklund Date: Thu, 27 May 1999 11:43:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump token.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1999/05/27 11:43:27 PDT Added files: (Branch: RELENG_3) contrib/tcpdump token.h Log: MFC: Part of token ring support To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 12:20: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D86E414ED4; Thu, 27 May 1999 12:20:02 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA42267; Thu, 27 May 1999 12:20:01 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199905271920.MAA42267@freefall.freebsd.org> From: Julian Elischer Date: Thu, 27 May 1999 12:20:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_iso88025subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/05/27 12:20:00 PDT Added files: (Branch: RELENG_3) sys/net if_iso88025subr.c Log: MFC: Another tokenring file forgotten yesterday.. get it from -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 13:53: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from ceia.nordier.com (m1-19-dbn.dial-up.net [196.34.155.19]) by hub.freebsd.org (Postfix) with ESMTP id 8BA1F15605; Thu, 27 May 1999 13:52:52 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id WAA26601; Thu, 27 May 1999 22:50:14 +0200 (SAST) From: Robert Nordier Message-Id: <199905272050.WAA26601@ceia.nordier.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c In-Reply-To: <199905271717.XAA20981@mail.cgu.chel.su> from Andrey Zakhvatov at "May 27, 1999 11:17:22 pm" To: andy@cgu.chel.su (Andrey Zakhvatov) Date: Thu, 27 May 1999 22:50:12 +0200 (SAST) Cc: rnordier@nordier.com (Robert Nordier), sobomax@altavista.net, bde@zeta.org.au, brian@Awfulhak.org, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > The issue with dosboot is that it hasn't changed in four years, > > and it can't be built with the FreeBSD toolchain; so there's no > > real real reason for keeping it in the source tree. > > > > Like other DOS programs useful for FreeBSD (fdimage.exe or fips.exe, > > for instance), fbsdboot.exe can always be made available in the > > > > pub/FreeBSD/tools > > > > on ftp.freebsd.org (and mirror sites, CD-ROMs, etc). > > Ok. This will be done? > So we can expect appearing of this utility (I mean dosboot.exe for ELF > kernels) at near future in tools and removing it from main source tree? It should be removed shortly, and there seems no reason it shouldn't appear in tools. I don't use it myself, but I'll see if I can track down the source changes for the latest version, and ask someone with ftp.freebsd.org access to put it there. > > So deleting it from the source tree won't make matters any worse > > ... and may even improve them, since it allows some DOS programmer > > without commit priviledges to actually maintain it. > Who is that "DOS programmer"? I believe Carlos C. Tapang has done some recent work on it. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 14:52:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0782414BEA; Thu, 27 May 1999 14:52:22 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA55360; Thu, 27 May 1999 14:52:23 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905272152.OAA55360@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 27 May 1999 14:52:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/imlib Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/27 14:52:22 PDT Modified files: graphics/imlib Makefile Log: 1. Add missing continuation line. 2. Sigh. 3. Start alpha release build again. :) Revision Changes Path 1.49 +2 -2 ports/graphics/imlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 15: 3:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08F2A14C4E; Thu, 27 May 1999 15:03:34 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56310; Thu, 27 May 1999 15:03:34 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199905272203.PAA56310@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 27 May 1999 15:03:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf options.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/05/27 15:03:34 PDT Modified files: sys/alpha/conf options.alpha Log: A forgotten bit of my ST6600 commit Revision Changes Path 1.11 +2 -1 src/sys/alpha/conf/options.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 15:15: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93A7E15379; Thu, 27 May 1999 15:15:01 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56872; Thu, 27 May 1999 15:15:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905272215.PAA56872@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 27 May 1999 15:14:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/27 15:14:59 PDT Modified files: . avail Log: Add Ruslan Ermilov to committers - welcome aboard! Revision Changes Path 1.84 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 16:20:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 503FA14C3D; Thu, 27 May 1999 16:20:54 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA61625; Thu, 27 May 1999 16:20:53 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199905272320.QAA61625@freefall.freebsd.org> From: Dirk Froemberg Date: Thu, 27 May 1999 16:20:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-php3 Makefile ports/www/apache13-php3/files md5 ports/www/apache13-php3/patches patch-aq ports/www/apache13-php3/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/05/27 16:20:53 PDT Modified files: www/apache13-php3 Makefile www/apache13-php3/files md5 www/apache13-php3/scripts configure.php Removed files: www/apache13-php3/patches patch-aq Log: Upgrade to PHP-3.0.8. Revision Changes Path 1.76 +2 -2 ports/www/apache13-php3/Makefile 1.47 +1 -1 ports/www/apache13-php3/files/md5 1.30 +1 -1 ports/www/apache13-php3/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 16:24:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D8D514D65; Thu, 27 May 1999 16:24:37 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA61989; Thu, 27 May 1999 16:24:36 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199905272324.QAA61989@freefall.freebsd.org> From: Dirk Froemberg Date: Thu, 27 May 1999 16:24:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-php3/patches patch-aq Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/05/27 16:24:36 PDT Added files: www/apache13-php3/patches patch-aq Log: re-add file patch-aq... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 17:31:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E80215059; Thu, 27 May 1999 17:31:30 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) Received: (from dwhite@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA66208; Thu, 27 May 1999 17:31:30 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) Message-Id: <199905280031.RAA66208@freefall.freebsd.org> From: Doug White Date: Thu, 27 May 1999 17:31:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/kernelconfig chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dwhite 1999/05/27 17:31:29 PDT Modified files: en/handbook/kernelconfig chapter.sgml Log: Obliterate references to the nonfunctional SBC_* kernel options. Also repoint sound documentation reference to the directory and not the pre-pcm era file. Readme.cards is particuarly useful for the pcm driver. Suggested by: "Cambria, Mike" Revision Changes Path 1.16 +4 -6 doc/en/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 18: 9:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFAE315059; Thu, 27 May 1999 18:09:25 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69176; Thu, 27 May 1999 18:09:25 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280109.SAA69176@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 18:09:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/bash2 Makefile ports/shells/bash2/files md5 ports/shells/bash2/patches patch-ac patch-ad ports/shells/bash2/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 18:09:22 PDT Modified files: shells/bash2 Makefile shells/bash2/files md5 shells/bash2/pkg PLIST Added files: shells/bash2/patches patch-ac patch-ad Log: Fixes for freebsd,ELF,-current Upgrade docs to 2.03 Revision Changes Path 1.34 +5 -11 ports/shells/bash2/Makefile 1.16 +1 -1 ports/shells/bash2/files/md5 1.14 +0 -3 ports/shells/bash2/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 18:16:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3536D15140; Thu, 27 May 1999 18:16:18 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69847; Thu, 27 May 1999 18:16:18 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199905280116.SAA69847@freefall.freebsd.org> From: Guy Helmer Date: Thu, 27 May 1999 18:16:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_cd9660 mount_cd9660.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/05/27 18:16:18 PDT Modified files: sbin/mount_cd9660 mount_cd9660.8 Log: Add the missing cd9660-specific options to the -o flag. While I'm here, add the missing -j flag to the synopsys. PR: docs/1667 Revision Changes Path 1.8 +16 -1 src/sbin/mount_cd9660/mount_cd9660.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 18:22: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA9E814C1C; Thu, 27 May 1999 18:22:01 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70490; Thu, 27 May 1999 18:22:01 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199905280122.SAA70490@freefall.freebsd.org> From: Guy Helmer Date: Thu, 27 May 1999 18:22:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_cd9660 mount_cd9660.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/05/27 18:22:01 PDT Modified files: (Branch: RELENG_3) sbin/mount_cd9660 mount_cd9660.8 Log: MFC: Add the missing cd9660-specific options to the -o flag. While I'm here, add the missing -j flag to the synopsys. PR: docs/1667 Revision Changes Path 1.6.2.2 +16 -1 src/sbin/mount_cd9660/mount_cd9660.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 18:56: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AE0414FA9; Thu, 27 May 1999 18:54:39 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA73260; Thu, 27 May 1999 18:54:39 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199905280154.SAA73260@freefall.freebsd.org> From: Guy Helmer Date: Thu, 27 May 1999 18:54:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 fstab.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/05/27 18:54:39 PDT Modified files: share/man/man5 fstab.5 Log: Where the fstab page discusses filesystem options, add a reference to the '-o' flag in the mount(8) and filesystem specific mount pages where information can be obtained about the available options. PR: docs/10108 Revision Changes Path 1.10 +8 -2 src/share/man/man5/fstab.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 18:59:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC67115250; Thu, 27 May 1999 18:59:24 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA73886; Thu, 27 May 1999 18:59:24 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280159.SAA73886@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 18:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libreadline - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 18:59:24 PDT src/contrib/libreadline - Imported sources Update of /home/ncvs/src/contrib/libreadline In directory freefall.freebsd.org:/d/users/ache/x Log Message: readline v4.0 Status: Vendor Tag: FSF Release Tags: v4_0 U src/contrib/libreadline/CHANGELOG U src/contrib/libreadline/CHANGES U src/contrib/libreadline/COPYING U src/contrib/libreadline/INSTALL U src/contrib/libreadline/MANIFEST U src/contrib/libreadline/Makefile.in U src/contrib/libreadline/README U src/contrib/libreadline/acconfig.h U src/contrib/libreadline/aclocal.m4 U src/contrib/libreadline/ansi_stdlib.h U src/contrib/libreadline/bind.c U src/contrib/libreadline/callback.c U src/contrib/libreadline/chardefs.h C src/contrib/libreadline/complete.c U src/contrib/libreadline/config.h.in U src/contrib/libreadline/configure U src/contrib/libreadline/configure.in C src/contrib/libreadline/display.c U src/contrib/libreadline/emacs_keymap.c U src/contrib/libreadline/funmap.c U src/contrib/libreadline/histexpand.c U src/contrib/libreadline/histfile.c U src/contrib/libreadline/histlib.h U src/contrib/libreadline/history.c U src/contrib/libreadline/history.h U src/contrib/libreadline/histsearch.c U src/contrib/libreadline/input.c U src/contrib/libreadline/isearch.c U src/contrib/libreadline/keymaps.c U src/contrib/libreadline/keymaps.h U src/contrib/libreadline/kill.c U src/contrib/libreadline/macro.c U src/contrib/libreadline/nls.c U src/contrib/libreadline/parens.c U src/contrib/libreadline/posixdir.h U src/contrib/libreadline/posixjmp.h U src/contrib/libreadline/posixstat.h C src/contrib/libreadline/readline.3 U src/contrib/libreadline/readline.c C src/contrib/libreadline/readline.h C src/contrib/libreadline/rlconf.h U src/contrib/libreadline/rldefs.h N src/contrib/libreadline/rlstdc.h U src/contrib/libreadline/rltty.c U src/contrib/libreadline/rltty.h U src/contrib/libreadline/rlwinsize.h N src/contrib/libreadline/savestring.c U src/contrib/libreadline/search.c C src/contrib/libreadline/shell.c U src/contrib/libreadline/signals.c U src/contrib/libreadline/tcap.h U src/contrib/libreadline/terminal.c U src/contrib/libreadline/tilde.c U src/contrib/libreadline/tilde.h U src/contrib/libreadline/undo.c C src/contrib/libreadline/util.c U src/contrib/libreadline/vi_keymap.c U src/contrib/libreadline/vi_mode.c U src/contrib/libreadline/xmalloc.c U src/contrib/libreadline/doc/Makefile.in N src/contrib/libreadline/doc/manvers.texinfo U src/contrib/libreadline/doc/rlman.texinfo U src/contrib/libreadline/doc/rltech.texinfo U src/contrib/libreadline/doc/rluser.texinfo U src/contrib/libreadline/doc/hist.texinfo U src/contrib/libreadline/doc/hstech.texinfo U src/contrib/libreadline/doc/hsuser.texinfo U src/contrib/libreadline/examples/Makefile.in U src/contrib/libreadline/examples/fileman.c U src/contrib/libreadline/examples/manexamp.c U src/contrib/libreadline/examples/rltest.c U src/contrib/libreadline/examples/rl.c N src/contrib/libreadline/examples/rlversion.c U src/contrib/libreadline/examples/histexamp.c U src/contrib/libreadline/examples/Inputrc N src/contrib/libreadline/shlib/Makefile.in U src/contrib/libreadline/support/config.guess U src/contrib/libreadline/support/config.sub U src/contrib/libreadline/support/install.sh U src/contrib/libreadline/support/mkdirs U src/contrib/libreadline/support/mkdist N src/contrib/libreadline/support/shobj-conf N src/contrib/libreadline/support/shlib-install 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/libreadline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 19: 9:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED64F14CAC; Thu, 27 May 1999 19:09:48 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA75369; Thu, 27 May 1999 19:09:48 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199905280209.TAA75369@freefall.freebsd.org> From: Guy Helmer Date: Thu, 27 May 1999 19:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lptcontrol lptcontrol.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/05/27 19:09:48 PDT Modified files: usr.sbin/lptcontrol lptcontrol.8 Log: Add missing -s option. PR: docs/10378 Revision Changes Path 1.9 +5 -1 src/usr.sbin/lptcontrol/lptcontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 19:12:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E349E14CAC; Thu, 27 May 1999 19:12:11 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA75591; Thu, 27 May 1999 19:12:11 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199905280212.TAA75591@freefall.freebsd.org> From: Guy Helmer Date: Thu, 27 May 1999 19:12:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lptcontrol lptcontrol.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/05/27 19:12:11 PDT Modified files: (Branch: RELENG_3) usr.sbin/lptcontrol lptcontrol.8 Log: MFC: Add missing -s option. PR: docs/10378 Revision Changes Path 1.7.2.2 +5 -1 src/usr.sbin/lptcontrol/lptcontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 19:17:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D959415185; Thu, 27 May 1999 19:17:17 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA76368; Thu, 27 May 1999 19:17:17 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280217.TAA76368@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 19:17:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libreadline complete.c display.c readline.3 readline.h rlconf.h shell.c util.c MANIFEST.doc savestring.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 19:17:17 PDT Modified files: contrib/libreadline complete.c display.c readline.3 readline.h rlconf.h shell.c util.c Removed files: contrib/libreadline MANIFEST.doc savestring.c Log: merge Revision Changes Path 1.6 +136 -83 src/contrib/libreadline/complete.c 1.3 +75 -47 src/contrib/libreadline/display.c 1.5 +33 -10 src/contrib/libreadline/readline.3 1.8 +336 -125 src/contrib/libreadline/readline.h 1.3 +2 -4 src/contrib/libreadline/rlconf.h 1.4 +19 -24 src/contrib/libreadline/shell.c 1.5 +2 -1 src/contrib/libreadline/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 19:17:46 1999 Delivered-To: cvs-all@freebsd.org Received: from mailhub.scl.ameslab.gov (mailhub.scl.ameslab.gov [147.155.137.127]) by hub.freebsd.org (Postfix) with ESMTP id 616F214CAC; Thu, 27 May 1999 19:17:41 -0700 (PDT) (envelope-from ghelmer@scl.ameslab.gov) Received: from demios.ether.scl.ameslab.gov ([147.155.137.54]) by mailhub.scl.ameslab.gov with esmtp (Exim 1.90 #1) id 10nCE8-0005ZM-00; Thu, 27 May 1999 21:18:29 -0500 Date: Thu, 27 May 1999 21:17:36 -0500 From: Guy Helmer To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount_cd9660 mount_cd9660.8 In-Reply-To: <199905280116.SAA69847@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 27 May 1999, Guy Helmer wrote: > ghelmer 1999/05/27 18:16:18 PDT > > Modified files: > sbin/mount_cd9660 mount_cd9660.8 > Log: > Add the missing cd9660-specific options to the -o flag. While I'm here, > add the missing -j flag to the synopsys. > > PR: docs/1667 Should-be: PR: docs/11667 Guy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 19:20:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F212614CAC; Thu, 27 May 1999 19:20:08 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA76771; Thu, 27 May 1999 19:20:08 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280220.TAA76771@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 19:20:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libreadline FREEBSD-upgrade Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 19:20:08 PDT Added files: contrib/libreadline FREEBSD-upgrade Log: describe process To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 20: 6:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1F5A151B4; Thu, 27 May 1999 20:06:49 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA81226; Thu, 27 May 1999 20:06:49 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199905280306.UAA81226@freefall.freebsd.org> From: KATO Takenori Date: Thu, 27 May 1999 20:06:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 options.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/05/27 20:06:48 PDT Modified files: (Branch: RELENG_3) sys/pc98/conf files.pc98 options.pc98 Log: Sync with sys/i386/conf/files.i386 and options.i386 revisions 1.220.2.8 and 1.103.2.5, respectively. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.81.2.8 +10 -1 src/sys/pc98/conf/files.pc98 1.78.2.5 +8 -1 src/sys/pc98/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 20:16: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F36F14E1E; Thu, 27 May 1999 20:16:01 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA81767; Thu, 27 May 1999 20:16:01 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905280316.UAA81767@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 27 May 1999 20:16:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/27 20:16:01 PDT Modified files: (Branch: RELENG_3) sys/dev/kbd atkbd.c Log: MFC: Don't confuse cursor keys with numpad keys when composing a char code (rev 1.9). Revision Changes Path 1.3.2.3 +2 -2 src/sys/dev/kbd/atkbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 20:39:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBF5A14FC3; Thu, 27 May 1999 20:39:46 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84331; Thu, 27 May 1999 20:39:46 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905280339.UAA84331@freefall.freebsd.org> From: Alan Cox Date: Thu, 27 May 1999 20:39:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_object.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/27 20:39:46 PDT Modified files: sys/vm vm_map.c vm_object.c Log: Avoid the creation of unnecessary shadow objects. Revision Changes Path 1.165 +9 -3 src/sys/vm/vm_map.c 1.155 +11 -1 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 21:26:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5BDC14DA6; Thu, 27 May 1999 21:26:20 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90180; Thu, 27 May 1999 21:26:20 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280426.VAA90180@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 21:26:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libreadline Makefile.inc Makefile src/gnu/lib/libreadline/doc Makefile src/gnu/lib/libreadline/doc/history Makefile src/gnu/lib/libreadline/doc/readline Makefile src/gnu/lib/libreadline/history Makefile src/gnu/lib/libreadline/history/doc ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 21:26:20 PDT Modified files: gnu/lib/libreadline Makefile Added files: gnu/lib/libreadline Makefile.inc gnu/lib/libreadline/history Makefile gnu/lib/libreadline/history/doc Makefile gnu/lib/libreadline/readline Makefile gnu/lib/libreadline/readline/doc Makefile Removed files: gnu/lib/libreadline/doc Makefile gnu/lib/libreadline/doc/history Makefile gnu/lib/libreadline/doc/readline Makefile Log: upgrade to 4.0 Revision Changes Path 1.31 +6 -26 src/gnu/lib/libreadline/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 21:30:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06B2C151B6; Thu, 27 May 1999 21:30:08 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90554; Thu, 27 May 1999 21:30:08 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280430.VAA90554@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 21:30:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.libnames.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 21:30:08 PDT Modified files: share/mk bsd.libnames.mk Log: add libhistory Revision Changes Path 1.22 +2 -1 src/share/mk/bsd.libnames.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 21:33:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8240314DA6; Thu, 27 May 1999 21:33:24 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90828; Thu, 27 May 1999 21:33:24 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905280433.VAA90828@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 27 May 1999 21:33:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 atkbd.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/27 21:33:24 PDT Modified files: share/man/man4/man4.i386 atkbd.4 Log: Add description on configuration options and the EXAMPLE section. Revision Changes Path 1.5 +44 -4 src/share/man/man4/man4.i386/atkbd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 21:34: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8047814DA6; Thu, 27 May 1999 21:34:04 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90889; Thu, 27 May 1999 21:34:04 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199905280434.VAA90889@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 27 May 1999 21:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 atkbd.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/05/27 21:34:04 PDT Modified files: (Branch: RELENG_3) share/man/man4/man4.i386 atkbd.4 Log: MFC: Add description on configuration options and the EXAMPLE section. Revision Changes Path 1.1.2.3 +44 -4 src/share/man/man4/man4.i386/atkbd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 21:43:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAA8714C80; Thu, 27 May 1999 21:43:37 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA91908; Thu, 27 May 1999 21:43:37 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280443.VAA91908@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 21:43:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libreadline/history Makefile src/gnu/lib/libreadline/readline Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 21:43:36 PDT Modified files: gnu/lib/libreadline/history Makefile gnu/lib/libreadline/readline Makefile Log: don't include Makefile.inc twice Revision Changes Path 1.2 +1 -2 src/gnu/lib/libreadline/history/Makefile 1.2 +1 -2 src/gnu/lib/libreadline/readline/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 21:52:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 099A514C80; Thu, 27 May 1999 21:52:33 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA92702; Thu, 27 May 1999 21:52:33 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280452.VAA92702@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 21:52:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libreadline terminal.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 21:52:33 PDT Modified files: contrib/libreadline terminal.c Log: fix End key name Revision Changes Path 1.2 +62 -61 src/contrib/libreadline/terminal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 22:16:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 775C614DBF; Thu, 27 May 1999 22:16:11 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98001; Thu, 27 May 1999 22:16:11 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199905280516.WAA98001@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 27 May 1999 22:16:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/bash2 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/05/27 22:16:10 PDT Modified files: shells/bash2 Makefile Log: use system libreadline for -current Revision Changes Path 1.35 +1 -0 ports/shells/bash2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 22:23:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 273BB152AE; Thu, 27 May 1999 22:23:16 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA99557; Thu, 27 May 1999 22:23:16 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905280523.WAA99557@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 27 May 1999 22:23:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/27 22:23:16 PDT Modified files: en/news press.sgml Log: Short descriptions of May'99 and April'99 news items. Revision Changes Path 1.75 +26 -3 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 22:39: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEA65152CF; Thu, 27 May 1999 22:39:03 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA02544; Thu, 27 May 1999 22:39:03 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905280539.WAA02544@freefall.freebsd.org> From: Alan Cox Date: Thu, 27 May 1999 22:39:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/27 22:39:00 PDT Modified files: sys/alpha/alpha pmap.c sys/i386/i386 pmap.c Log: pmap_object_init_pt: The size of vm_object::memq is vm_object::resident_page_count, not vm_object::size. Revision Changes Path 1.24 +2 -2 src/sys/alpha/alpha/pmap.c 1.236 +2 -2 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 27 22:39:23 1999 Delivered-To: cvs-all@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id D547A15A94; Thu, 27 May 1999 22:39:10 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id HAA17837; Fri, 28 May 1999 07:39:08 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id HAA40049; Fri, 28 May 1999 07:38:46 +0200 (CEST) (envelope-from andreas) Date: Fri, 28 May 1999 07:38:46 +0200 From: Andreas Klemm To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libreadline - Imported sources Message-ID: <19990528073846.A39791@titan.klemm.gtn.com> References: <199905280159.SAA73886@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905280159.SAA73886@freefall.freebsd.org>; from Andrey A. Chernov on Thu, May 27, 1999 at 06:59:24PM -0700 X-Operating-System: FreeBSD 3.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, May 27, 1999 at 06:59:24PM -0700, Andrey A. Chernov wrote: > ache 1999/05/27 18:59:24 PDT > > src/contrib/libreadline - Imported sources > Update of /home/ncvs/src/contrib/libreadline > In directory freefall.freebsd.org:/d/users/ache/x Wouldn't that be that something for the UPDATING file ? 'til now I didn't notice an UPGRADE od this file. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 0:15:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9669214CD4; Fri, 28 May 1999 00:15:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA13957; Fri, 28 May 1999 00:15:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905280715.AAA13957@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 28 May 1999 00:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/28 00:15:54 PDT Modified files: . avail Log: Add Kevin Lo to committers - welcome, Kevin! Revision Changes Path 1.85 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 1: 1:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AA9F14D24; Fri, 28 May 1999 01:01:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA19764; Fri, 28 May 1999 01:01:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905280801.BAA19764@freefall.freebsd.org> From: Brian Somers Date: Fri, 28 May 1999 01:01:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common boot.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/28 01:01:53 PDT Modified files: sys/boot/common boot.c Log: Always output a linefeed when we've decided whether to boot or display a loader prompt; either we've said "Booting [%s]..." or we've received a non-line-feed character and need a '\n' anyway. Revision Changes Path 1.11 +3 -6 src/sys/boot/common/boot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 1: 3:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5490814DC2; Fri, 28 May 1999 01:03:27 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA19940; Fri, 28 May 1999 01:03:27 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905280803.BAA19940@freefall.freebsd.org> From: Brian Somers Date: Fri, 28 May 1999 01:03:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/28 01:03:27 PDT Modified files: usr.sbin/ppp mp.c Log: Don't forget to free the mbufs that get processed by mp_Assemble(). Leak spotted by: louqi Revision Changes Path 1.21 +2 -1 src/usr.sbin/ppp/mp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 2:25:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD78A14F84; Fri, 28 May 1999 02:25:19 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA30988; Fri, 28 May 1999 02:25:19 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905280925.CAA30988@freefall.freebsd.org> From: Doug Rabson Date: Fri, 28 May 1999 02:25:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c isahint.c isavar.h src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.h bus_private.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/28 02:25:18 PDT Modified files: sys/isa isa_common.c isahint.c isavar.h sys/kern bus_if.m subr_bus.c sys/sys bus.h bus_private.h Log: * Change device_add_child_after() to device_add_child_ordered() which is easier to use and more flexible. * Change BUS_ADD_CHILD to take an order argument instead of a place. * Define a partial ordering for isa devices so that sensitive devices are probed before non-sensitive ones. Revision Changes Path 1.2 +3 -6 src/sys/isa/isa_common.c 1.3 +6 -6 src/sys/isa/isahint.c 1.8 +12 -1 src/sys/isa/isavar.h 1.11 +3 -3 src/sys/kern/bus_if.m 1.28 +23 -20 src/sys/kern/subr_bus.c 1.18 +4 -3 src/sys/sys/bus.h 1.9 +8 -6 src/sys/sys/bus_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 2:37:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C872614F84; Fri, 28 May 1999 02:37:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32679; Fri, 28 May 1999 02:37:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905280937.CAA32679@freefall.freebsd.org> From: Doug Rabson Date: Fri, 28 May 1999 02:37:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/28 02:37:15 PDT Modified files: sys/isa sio.c Log: Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used for gdb. This allows the sio probe for that port to be disabled which stops it from confusing the debugger. Revision Changes Path 1.243 +2 -2 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 2:38:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D949114F84; Fri, 28 May 1999 02:38:29 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32833; Fri, 28 May 1999 02:38:29 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905280938.CAA32833@freefall.freebsd.org> From: Doug Rabson Date: Fri, 28 May 1999 02:38:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 device_add_child.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/28 02:38:29 PDT Modified files: share/man/man9 device_add_child.9 Log: Document device_add_child_ordered(). Revision Changes Path 1.2 +12 -16 src/share/man/man9/device_add_child.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 2:56: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8D03159FE; Fri, 28 May 1999 02:56:02 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA34228; Fri, 28 May 1999 02:56:02 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905280956.CAA34228@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 28 May 1999 02:56:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/28 02:56:02 PDT Modified files: sys/conf options Log: remote the bt848/bt878 comments Suggested by: Bruce Revision Changes Path 1.140 +11 -20 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 3:27:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E66D14C8B; Fri, 28 May 1999 03:27:28 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA37387; Fri, 28 May 1999 03:27:28 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905281027.DAA37387@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 28 May 1999 03:27:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/28 03:27:28 PDT Modified files: sys/i386/conf LINT Log: Add new Bt848/Bt878 driver options. (Eventually I expect to move these into the man page) Revision Changes Path 1.604 +35 -15 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 3:38:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AF5314C8B; Fri, 28 May 1999 03:38:33 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA38395; Fri, 28 May 1999 03:38:33 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905281038.DAA38395@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 28 May 1999 03:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps Makefile ports/devel/nps/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/28 03:38:33 PDT Modified files: devel/nps Makefile devel/nps/files md5 Log: Upgrade to NPS 0.9.10 Revision Changes Path 1.4 +3 -3 ports/devel/nps/Makefile 1.4 +1 -1 ports/devel/nps/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 4: 7:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D622615971; Fri, 28 May 1999 04:07:19 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA42884; Fri, 28 May 1999 04:07:19 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905281107.EAA42884@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 28 May 1999 04:07:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc login.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/28 04:07:19 PDT Modified files: etc login.conf Log: Set FTP_PASSIVE_MODE=YES by default in the default login class. Revision Changes Path 1.31 +2 -2 src/etc/login.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 4:20:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC8B714C81; Fri, 28 May 1999 04:20:50 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA43941; Fri, 28 May 1999 04:20:50 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905281120.EAA43941@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 28 May 1999 04:20:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/shtool Makefile ports/devel/shtool/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/28 04:20:50 PDT Modified files: devel/shtool Makefile devel/shtool/files md5 Log: Upgrade to shtool, version 1.2.8 Revision Changes Path 1.7 +3 -3 ports/devel/shtool/Makefile 1.7 +1 -1 ports/devel/shtool/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 4:41:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B52614C81; Fri, 28 May 1999 04:41:28 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA45635; Fri, 28 May 1999 04:41:28 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905281141.EAA45635@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 28 May 1999 04:41:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/28 04:41:27 PDT Modified files: en/news press.sgml Log: URL of David Malone's article changed. Submitted by: David Malone Revision Changes Path 1.76 +3 -3 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 4:43:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 423AC14C81; Fri, 28 May 1999 04:43:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA45821; Fri, 28 May 1999 04:43:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905281143.EAA45821@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 28 May 1999 04:43:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ldapsdk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/28 04:43:20 PDT Modified files: net/ldapsdk/pkg PLIST Log: Gotta run ldconfig from PLIST too. Revision Changes Path 1.2 +2 -0 ports/net/ldapsdk/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 5: 9:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16BB914D65; Fri, 28 May 1999 05:09:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48597; Fri, 28 May 1999 05:09:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905281209.FAA48597@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 05:09:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en send-pr.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 05:09:18 PDT Modified files: en send-pr.sgml Log: Add 'advocacy' to the list of GNATS categories. Reviewed by: wosch Revision Changes Path 1.10 +3 -2 www/en/send-pr.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 5:47:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FA9814CBE; Fri, 28 May 1999 05:47:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA51545; Fri, 28 May 1999 05:47:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905281247.FAA51545@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 28 May 1999 05:47:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rm rm.1 rm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/28 05:47:34 PDT Modified files: bin/rm rm.1 rm.c Log: Use .Dq instead of ``'' in manpage Use optimal blocksize for rm -P, instead of always using 8192-byte blocks to overwrite the file. Obtained from: OpenBSD Revision Changes Path 1.14 +5 -2 src/bin/rm/rm.1 1.20 +18 -6 src/bin/rm/rm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 6:23:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3507914CAC; Fri, 28 May 1999 06:23:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59526; Fri, 28 May 1999 06:23:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905281323.GAA59526@freefall.freebsd.org> From: Bruce Evans Date: Fri, 28 May 1999 06:23:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cy.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/28 06:23:25 PDT Modified files: sys/i386/isa cy.c Log: Don't call disable_intr() when interrupts are already disabled, since disable_intr() does non-recursive locking in the SMP case. This should fix cy-driver-related panics when SMP is configured. Broken in: rev.1.73 (3.1 and -current) Revision Changes Path 1.88 +6 -3 src/sys/i386/isa/cy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 6:23:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DD8715AAE; Fri, 28 May 1999 06:23:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59640; Fri, 28 May 1999 06:23:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905281323.GAA59640@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 28 May 1999 06:23:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gzip algorithm.doc gzexe gzip.c zdiff zforce zgrep zmore zmore.1 znew Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/28 06:23:31 PDT Modified files: gnu/usr.bin/gzip algorithm.doc gzexe gzip.c zdiff zforce zgrep zmore zmore.1 znew Log: Fixes from OpenBSD: Add $Id$ Removes temp file exploits in gzexe (predictable filenames) Fixes some typos Fixes a buffer overrun in gzip -S Don't prepend /usr/local/bin to path in scripts Correct location of /usr/share/misc/termcap Obtained from: OpenBSD Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/gzip/algorithm.doc 1.6 +24 -16 src/gnu/usr.bin/gzip/gzexe 1.9 +8 -2 src/gnu/usr.bin/gzip/gzip.c 1.4 +2 -1 src/gnu/usr.bin/gzip/zdiff 1.3 +2 -1 src/gnu/usr.bin/gzip/zforce 1.2 +2 -2 src/gnu/usr.bin/gzip/zgrep 1.4 +2 -1 src/gnu/usr.bin/gzip/zmore 1.3 +3 -1 src/gnu/usr.bin/gzip/zmore.1 1.4 +2 -1 src/gnu/usr.bin/gzip/znew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 6:31:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43C4F15A33; Fri, 28 May 1999 06:31:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA66039; Fri, 28 May 1999 06:31:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905281331.GAA66039@freefall.freebsd.org> From: Bruce Evans Date: Fri, 28 May 1999 06:31:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cy.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/28 06:31:30 PDT Modified files: (Branch: RELENG_3) sys/i386/isa cy.c Log: MFC (1.88: fixed panics when SMP is configured). Revision Changes Path 1.83.2.1 +6 -3 src/sys/i386/isa/cy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 7: 7:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12D591520F; Fri, 28 May 1999 07:07:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA31026; Fri, 28 May 1999 07:07:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905281407.HAA31026@freefall.freebsd.org> From: Tim Vanderhoek Date: Fri, 28 May 1999 07:07:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/linuxemu chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/28 07:07:24 PDT Modified files: en/handbook/linuxemu chapter.sgml Log: "slakware/x6/oldlibs/tgz <- shouldn't the last slash be a dot" Submitted by: Jens Schweikhardt Revision Changes Path 1.12 +2 -2 doc/en/handbook/linuxemu/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 7: 9: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62D9F14BF1; Fri, 28 May 1999 07:09:01 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA31124; Fri, 28 May 1999 07:09:01 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905281409.HAA31124@freefall.freebsd.org> From: Bruce Evans Date: Fri, 28 May 1999 07:09:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa apic_vector.s clock.c icu_vector.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/28 07:09:01 PDT Modified files: sys/i386/isa apic_vector.s clock.c icu_vector.s Log: Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. The old version only worked right when the time was read strictly more often than every 1/HZ seconds, but we only guarantee reading it every (1/HZ + epsilon) seconds. Part of rev.1.126-1.127 attempted to fix this but didn't succeed. Detect counter rollover using the heuristic from the old version of microtime() with additional complications for supporting calls from fast interrupt handlers. This works provided i8254 interrupts are not delayed by more than 1/(2*HZ) seconds. This needs more comments, and cleanups for the SMP case, and more testing of the SMP case before it is merged into RELENG_3. Tested by: jhay Revision Changes Path 1.38 +32 -27 src/sys/i386/isa/apic_vector.s 1.134 +21 -20 src/sys/i386/isa/clock.c 1.12 +20 -18 src/sys/i386/isa/icu_vector.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 9:36:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74A9214F20; Fri, 28 May 1999 09:36:47 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA45945; Fri, 28 May 1999 09:36:47 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905281636.JAA45945@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 28 May 1999 09:36:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps Makefile ports/devel/nps/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/28 09:36:46 PDT Modified files: devel/nps Makefile devel/nps/files md5 Log: NPS 0.9.10 -> 0.9.11 Revision Changes Path 1.5 +3 -3 ports/devel/nps/Makefile 1.5 +1 -1 ports/devel/nps/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 9:38:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D13014F20; Fri, 28 May 1999 09:38:41 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA46085; Fri, 28 May 1999 09:38:41 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905281638.JAA46085@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 09:38:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 09:38:41 PDT Modified files: mail/cyrus Makefile Log: s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored Revision Changes Path 1.19 +2 -2 ports/mail/cyrus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 11:20:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 139C514DB5; Fri, 28 May 1999 11:20:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA56080; Fri, 28 May 1999 11:20:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199905281820.LAA56080@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 28 May 1999 11:20:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook authors.ent doc/en/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/05/28 11:20:46 PDT Modified files: en/handbook authors.ent en/handbook/staff chapter.sgml Log: Add myself to the committers list. Revision Changes Path 1.19 +3 -1 doc/en/handbook/authors.ent 1.27 +5 -1 doc/en/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 11:43:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4960314DC5; Fri, 28 May 1999 11:43:30 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA57782; Fri, 28 May 1999 11:43:29 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905281843.LAA57782@freefall.freebsd.org> From: Bill Paul Date: Fri, 28 May 1999 11:43:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pn.c if_pnreg.h if_mx.c if_mxreg.h src/share/man/man4/man4.i386 mx.4 src/release/texts HARDWARE.TXT RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/28 11:43:27 PDT Modified files: sys/pci if_pn.c if_pnreg.h if_mx.c if_mxreg.h share/man/man4/man4.i386 mx.4 release/texts HARDWARE.TXT RELNOTES.TXT Log: Fix support for the PNIC II. Earlier I had assumed that the PNIC II was similar to the PNIC I (supported by the pn driver). In fact, it's really a Macronix 98715A with wake on LAN support added. According to LinkSys, the PNIC II was jointly developed by Lite-On and Macronis. I get the feeling Macronix did most of the work. (The datasheet has the Macronix logo on it, and is in fact nearly identical to the 98715 datasheet, except for the extra wake on LAN registers.) In any case, the PNIC II works just fine with the Macronix driver. The changes are: - Move PCI ID for the PNIC II from the pn driver to the mx driver. - Mention PNIC II support in mx.4. - Mention PNIC II support in RELNOTES.TXT and HARDWARE.TXT. Revision Changes Path 1.21 +2 -4 src/sys/pci/if_pn.c 1.13 +1 -2 src/sys/pci/if_pnreg.h 1.18 +4 -2 src/sys/pci/if_mx.c 1.7 +12 -1 src/sys/pci/if_mxreg.h 1.4 +7 -2 src/share/man/man4/man4.i386/mx.4 1.23 +3 -0 src/release/texts/HARDWARE.TXT 1.31 +3 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 11:53:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C630D14E0B; Fri, 28 May 1999 11:53:50 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA58493; Fri, 28 May 1999 11:53:50 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905281853.LAA58493@freefall.freebsd.org> From: Bill Paul Date: Fri, 28 May 1999 11:53:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pn.c if_pnreg.h if_mx.c if_mxreg.h src/share/man/man4/man4.i386 mx.4 src/release/texts HARDWARE.TXT RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/28 11:53:49 PDT Modified files: (Branch: RELENG_3) sys/pci if_pn.c if_pnreg.h if_mx.c if_mxreg.h share/man/man4/man4.i386 mx.4 release/texts HARDWARE.TXT RELNOTES.TXT Log: MFC: fix support for PNIC II (add PNIC II ID to mx driver) Revision Changes Path 1.6.2.11 +2 -4 src/sys/pci/if_pn.c 1.4.2.8 +1 -2 src/sys/pci/if_pnreg.h 1.8.2.6 +4 -2 src/sys/pci/if_mx.c 1.2.2.4 +12 -1 src/sys/pci/if_mxreg.h 1.2.2.2 +7 -2 src/share/man/man4/man4.i386/mx.4 1.5.2.12 +3 -0 src/release/texts/HARDWARE.TXT 1.12.2.23 +3 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 13:50:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E418215113; Fri, 28 May 1999 13:50:18 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA67195; Fri, 28 May 1999 13:50:13 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282050.NAA67195@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 13:50:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnome-icu/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 13:50:12 PDT Modified files: net/gnome-icu/pkg PLIST Log: Fix PLIST (a couple of icons were forgotten during the last update). PR: ports/11871 Revision Changes Path 1.4 +2 -0 ports/net/gnome-icu/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 13:52:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D552015113; Fri, 28 May 1999 13:52:31 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA67483; Fri, 28 May 1999 13:52:31 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282052.NAA67483@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 13:52:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/grail Makefile ports/www/grail/files md5 ports/www/grail/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 13:52:31 PDT Modified files: www/grail Makefile www/grail/files md5 www/grail/pkg PLIST Log: Update 0.5 -> 0.6 Revision Changes Path 1.8 +23 -15 ports/www/grail/Makefile 1.3 +1 -1 ports/www/grail/files/md5 1.3 +106 -73 ports/www/grail/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 13:53:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22B8215113; Fri, 28 May 1999 13:53:34 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA67634; Fri, 28 May 1999 13:53:33 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282053.NAA67634@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 13:53:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/hesiod Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 13:53:33 PDT Modified files: net/hesiod Makefile Log: Add another MASTER_SITES entry. Revision Changes Path 1.5 +3 -2 ports/net/hesiod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 13:55:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C072A15113; Fri, 28 May 1999 13:55:40 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA67803; Fri, 28 May 1999 13:55:40 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282055.NAA67803@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 13:55:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/py-HTMLgen Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 13:55:40 PDT Modified files: www/py-HTMLgen Makefile Log: Add another MASTER_SITES entry and add python to CATEGORIES Revision Changes Path 1.2 +3 -3 ports/www/py-HTMLgen/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 13:56:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEF7714DBB; Fri, 28 May 1999 13:56:30 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA67946; Fri, 28 May 1999 13:56:30 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282056.NAA67946@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 13:56:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-PyGreSQL Makefile ports/databases/py-PyGreSQL/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 13:56:30 PDT Modified files: databases/py-PyGreSQL Makefile databases/py-PyGreSQL/files md5 Log: Update 2.3 -> 2.4 Revision Changes Path 1.16 +6 -5 ports/databases/py-PyGreSQL/Makefile 1.3 +1 -1 ports/databases/py-PyGreSQL/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 13:57:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBD4F15113; Fri, 28 May 1999 13:57:41 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA68072; Fri, 28 May 1999 13:57:41 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282057.NAA68072@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 13:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-xml Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 13:57:41 PDT Modified files: textproc/py-xml Makefile Log: Add more MASTER_SITES entries and add python to CATEGORIES Revision Changes Path 1.3 +7 -3 ports/textproc/py-xml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 13:58:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6741114DBB; Fri, 28 May 1999 13:58:36 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA68122; Fri, 28 May 1999 13:58:36 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282058.NAA68122@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 13:58:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/smurflog Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 13:58:35 PDT Modified files: security/smurflog Makefile Log: Add more MASTER_SITES entries Revision Changes Path 1.7 +4 -4 ports/security/smurflog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 14: 1: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDAD1151DF; Fri, 28 May 1999 14:00:48 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA68273; Fri, 28 May 1999 14:00:48 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282100.OAA68273@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 14:00:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 14:00:48 PDT Modified files: . modules Log: esh --> ports/shells/esh Revision Changes Path 1.34 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 14: 1:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E957914DCF; Fri, 28 May 1999 14:01:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA68312; Fri, 28 May 1999 14:01:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282101.OAA68312@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 14:01:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/esh - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 14:01:51 PDT ports/shells/esh - Imported sources Update of /home/ncvs/ports/shells/esh In directory freefall.freebsd.org:/d/users/nectar/esh Log Message: The ``easy shell'', a small shell with Lisp-like syntax. Status: Vendor Tag: VIDRINE Release Tags: esh_0_8 N ports/shells/esh/Makefile I ports/shells/esh/CVS N ports/shells/esh/pkg/COMMENT N ports/shells/esh/pkg/DESCR N ports/shells/esh/pkg/PLIST N ports/shells/esh/files/md5 N ports/shells/esh/patches/patch-aa N ports/shells/esh/patches/patch-ab No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 14: 2:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A589615C0F; Fri, 28 May 1999 14:02:42 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA68487; Fri, 28 May 1999 14:02:42 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282102.OAA68487@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 14:02:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 14:02:42 PDT Modified files: shells Makefile Log: Activate esh. Revision Changes Path 1.20 +2 -1 ports/shells/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 15:30:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD18A14BE2; Fri, 28 May 1999 15:30:30 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75966; Fri, 28 May 1999 15:30:30 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282230.PAA75966@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 15:30:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtm Makefile ports/net/gtm/files md5 ports/net/gtm/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai ports/net/gtm/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 15:30:30 PDT Modified files: net/gtm Makefile net/gtm/files md5 net/gtm/pkg COMMENT DESCR PLIST Added files: net/gtm/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai Log: Update gwget 0.2.0 -> gtm 0.3.0 The name of this application has changed to ``GNOME Transfer Manager.'' Revision Changes Path 1.2 +10 -8 ports/net/gtm/Makefile 1.2 +1 -1 ports/net/gtm/files/md5 1.2 +1 -1 ports/net/gtm/pkg/COMMENT 1.2 +18 -7 ports/net/gtm/pkg/DESCR 1.3 +23 -2 ports/net/gtm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 15:31:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F64514BE2; Fri, 28 May 1999 15:31:29 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA76065; Fri, 28 May 1999 15:31:28 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282231.PAA76065@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 15:31:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 15:31:28 PDT Modified files: net Makefile Log: gwget -> gtm Revision Changes Path 1.264 +2 -2 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 15:34:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C4B14BE2; Fri, 28 May 1999 15:34:12 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA76375; Fri, 28 May 1999 15:34:12 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282234.PAA76375@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 15:34:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 15:34:12 PDT Modified files: . modules Log: ports/net/gwget becomes ports/net/gtm Revision Changes Path 1.35 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 15:37: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A97514BE2; Fri, 28 May 1999 15:37:04 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA76752; Fri, 28 May 1999 15:37:04 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199905282237.PAA76752@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 28 May 1999 15:37:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gwget Makefile ports/net/gwget/files md5 ports/net/gwget/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/05/28 15:37:03 PDT Removed files: net/gwget Makefile net/gwget/files md5 net/gwget/pkg COMMENT DESCR PLIST Log: Remove ports/net/gwget. The updated version can be found in ports/net/gtm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 15:40: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from spawn.nectar.cc (gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 25E0514CAC; Fri, 28 May 1999 15:39:55 -0700 (PDT) (envelope-from nectar@nectar.cc) Received: from spawn.nectar.cc (localhost [127.0.0.1]) by spawn.nectar.cc (Postfix) with ESMTP id EE084B740; Fri, 28 May 1999 17:39:23 -0500 (CDT) X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.cc/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.cc/nectar-dh-dss.txt From: Jacques Vidrine To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199905282230.PAA75966@freefall.freebsd.org> References: <199905282230.PAA75966@freefall.freebsd.org> Subject: Re: cvs commit: ports/net/gtm ... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 28 May 1999 17:39:23 -0500 Message-Id: <19990528223924.EE084B740@spawn.nectar.cc> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This was done after a repository copy from ports/net/gwget to ports/net/gtm, by the way. Thanks, Satoshi! Jacques Vidrine / n@nectar.cc / nectar@FreeBSD.org On 28 May 1999 at 15:30, Jacques Vidrine wrote: > nectar 1999/05/28 15:30:30 PDT [snip] > Log: > Update gwget 0.2.0 -> gtm 0.3.0 > > The name of this application has changed to ``GNOME Transfer > Manager.'' [snip] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 17:42:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 488BC14C19; Fri, 28 May 1999 17:42:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87279; Fri, 28 May 1999 17:42:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905290042.RAA87279@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 28 May 1999 17:42:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/28 17:42:08 PDT Modified files: release Makefile Log: Don't put CVS files in ports. It's kinda useful for cvs updating a ports tree which was installed initially with the system later, but this is probably not the general case (user CVSups the repository rather than the checked-out bits) and it's penalizing everyone else with excessive inode consumption. Revision Changes Path 1.490 +3 -3 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 18:12:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A95015B05; Fri, 28 May 1999 18:12:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA88782; Fri, 28 May 1999 18:12:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905290112.SAA88782@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 28 May 1999 18:12:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/etherboot Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/28 18:12:55 PDT Modified files: net/etherboot Makefile Log: Fix WRKSRC so it can be found. Submitted by: maintainer Add NO_PACKAGE, there are some stuff hardcoded into the compiled ROM files. Revision Changes Path 1.4 +3 -4 ports/net/etherboot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 20:45:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24B72151DC; Fri, 28 May 1999 20:45:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA98362; Fri, 28 May 1999 20:45:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290345.UAA98362@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 20:45:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtool Makefile ports/devel/libtool/patches patch-ad patch-ac ports/devel/libtool/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 20:45:28 PDT Modified files: devel/libtool Makefile devel/libtool/patches patch-ac devel/libtool/pkg PLIST Added files: devel/libtool/patches patch-ad Log: Changes from maintainer: 1. Add a -prefix arguement to libtool, to find where the installed copies of ltconfig and ltmain.sh reside. 2. Don't install the .la files unless --install-ltlibs is passed to ltconfig. 3. Don't force linking with -lc, and allow -?thread to be passed to the linker. 4. Don't build static libs if not using version numbers (for plugins). 5. Install instead of lib${release}.a lib.a lib${release}.so lib.so lib${release}.so.${ver} lib${release}.so.${ver} to support multi-release installations. 6. Change version to "1.3-freebsd-ports" so people know who to blame. 7. Misc fixes. PR: 11839 Submitted by: maintainer Revision Changes Path 1.5 +2 -6 ports/devel/libtool/Makefile 1.7 +80 -12 ports/devel/libtool/patches/patch-ac 1.3 +0 -1 ports/devel/libtool/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 20:46:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B0AF15097; Fri, 28 May 1999 20:46:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA98557; Fri, 28 May 1999 20:46:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290346.UAA98557@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 20:46:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib12 Makefile ports/devel/glib12/files md5 ports/devel/glib12/patches patch-ab patch-ac patch-ad patch-ae ports/devel/glib12/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 20:46:56 PDT Modified files: devel/glib12 Makefile devel/glib12/files md5 devel/glib12/patches patch-ab patch-ac patch-ad patch-ae devel/glib12/pkg PLIST Log: Update to version 1.2.3. PR: 11841 Submitted by: Jeremy Lea Revision Changes Path 1.22 +5 -7 ports/devel/glib12/Makefile 1.16 +1 -1 ports/devel/glib12/files/md5 1.18 +34 -274 ports/devel/glib12/patches/patch-ab 1.9 +4 -4 ports/devel/glib12/patches/patch-ac 1.8 +36 -8 ports/devel/glib12/patches/patch-ad 1.10 +39 -10 ports/devel/glib12/patches/patch-ae 1.19 +3 -6 ports/devel/glib12/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 20:47:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51E7E14FC5; Fri, 28 May 1999 20:47:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA98780; Fri, 28 May 1999 20:47:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290347.UAA98780@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 20:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/libicq Makefile ports/net/libicq Makefile ports/net/libicq/patches patch-aa patch-ab patch-ac ports/net/libicq/pkg PLIST ports/misc/xdelta Makefile ports/misc/xdelta/patches patch-aa ports/misc/xdelta/pkg PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 20:47:55 PDT Modified files: japanese/libicq Makefile net/libicq Makefile net/libicq/pkg PLIST misc/xdelta Makefile misc/xdelta/pkg PLIST net/xferstats Makefile Removed files: net/libicq/patches patch-aa patch-ab patch-ac misc/xdelta/patches patch-aa Log: Use glib version 1.2.3. PR: 11841 Submitted by: Jeremy Lea Revision Changes Path 1.4 +5 -3 ports/japanese/libicq/Makefile 1.5 +6 -4 ports/net/libicq/Makefile 1.5 +0 -1 ports/net/libicq/pkg/PLIST 1.14 +6 -11 ports/misc/xdelta/Makefile 1.9 +1 -2 ports/misc/xdelta/pkg/PLIST 1.4 +6 -3 ports/net/xferstats/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 20:49:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A86D14FC5; Fri, 28 May 1999 20:49:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA98968; Fri, 28 May 1999 20:49:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290349.UAA98968@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 20:49:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk12 Makefile ports/x11-toolkits/gtk12/files md5 ports/x11-toolkits/gtk12/patches patch-aa patch-ab patch-ad patch-ae ports/x11-toolkits/gtk12/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 20:49:47 PDT Modified files: x11-toolkits/gtk12 Makefile x11-toolkits/gtk12/files md5 x11-toolkits/gtk12/patches patch-aa patch-ab patch-ad patch-ae x11-toolkits/gtk12/pkg PLIST Log: Update to version 1.2.3. PR: 11842 Submitted by: Jeremy Lea Revision Changes Path 1.50 +10 -18 ports/x11-toolkits/gtk12/Makefile 1.32 +1 -1 ports/x11-toolkits/gtk12/files/md5 1.27 +27 -125 ports/x11-toolkits/gtk12/patches/patch-aa 1.9 +2 -2 ports/x11-toolkits/gtk12/patches/patch-ab 1.6 +4 -4 ports/x11-toolkits/gtk12/patches/patch-ad 1.3 +35 -3 ports/x11-toolkits/gtk12/patches/patch-ae 1.39 +17 -5 ports/x11-toolkits/gtk12/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 20:52:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A543E14FC5; Fri, 28 May 1999 20:52:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA99282; Fri, 28 May 1999 20:52:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290352.UAA99282@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 20:52:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xhippo Makefile ports/audio/xhippo/files md5 ports/audio/xhippo/patches patch-aa ports/audio/xhippo/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 20:52:19 PDT Modified files: audio/xhippo Makefile audio/xhippo/files md5 audio/xhippo/pkg MESSAGE PLIST Added files: audio/xhippo/patches patch-aa Log: Update to version 0.85 and use gtk version 1.2.3. PR: 11842 Submitted by: Jeremy Lea PR: 11902 Submited by: Chris Piazza Revision Changes Path 1.2 +25 -17 ports/audio/xhippo/Makefile 1.2 +1 -1 ports/audio/xhippo/files/md5 1.2 +1 -1 ports/audio/xhippo/pkg/MESSAGE 1.2 +2 -0 ports/audio/xhippo/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 20:56:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A50D151DC; Fri, 28 May 1999 20:56:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA00507; Fri, 28 May 1999 20:56:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290356.UAA00507@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 20:56:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/AbiWord Makefile ports/net/IglooFTP Makefile ports/net/IglooFTP/patches patch-ab ports/x11-clocks/asclock-gtk Makefile ports/x11-fm/dfm Makefile ports/net/ethereal Makefile ports/net/gaim Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 20:56:16 PDT Modified files: editors/AbiWord Makefile net/IglooFTP Makefile net/IglooFTP/patches patch-ab x11-clocks/asclock-gtk Makefile x11-fm/dfm Makefile net/ethereal Makefile net/gaim Makefile games/garith Makefile cad/geda Makefile cad/geda/pkg PLIST math/geg Makefile net/gftp Makefile net/gftp/patches patch-aa patch-ab net/ggsd Makefile net/gicq Makefile net/gicq/pkg PLIST graphics/gimp1-i18n Makefile audio/gmixer Makefile databases/gmysql Makefile editors/gnotepad+ Makefile deskutils/gtimer Makefile x11-toolkits/gtk-- Makefile x11-toolkits/gtk--/pkg PLIST games/gtkballs Makefile misc/gtkfind Makefile misc/gtkfind/patches patch-ab x11-toolkits/gtkgl Makefile x11-toolkits/gtkgl/patches patch-aa x11-toolkits/gtkgl/pkg PLIST security/gtkportscan Makefile security/gtkportscan/patches patch-aa graphics/gtksee Makefile editors/gxedit Makefile net/irssi Makefile japanese/gicq Makefile japanese/gtkicq Makefile devel/mico Makefile net/mtr Makefile security/nessus Makefile print/pdq Makefile audio/replay Makefile graphics/sane Makefile graphics/sane/pkg PLIST net/wxftp Makefile net/xchat Makefile sysutils/xlogmaster Makefile sysutils/xlogmaster/pkg PLIST games/xqf Makefile graphics/xsane Makefile emulators/xsystem35 Makefile sysutils/xwatch Makefile net/xwhois Makefile Added files: print/pdq/pkg MESSAGE Removed files: cad/geda/patches patch-aa Log: Update to use gtk version 1.2.3. PR: 11842 Submitted by: Jeremy Lea Revision Changes Path 1.3 +2 -2 ports/editors/AbiWord/Makefile 1.2 +3 -6 ports/net/IglooFTP/Makefile 1.2 +25 -2 ports/net/IglooFTP/patches/patch-ab 1.2 +2 -2 ports/x11-clocks/asclock-gtk/Makefile 1.12 +7 -10 ports/x11-fm/dfm/Makefile 1.11 +5 -4 ports/net/ethereal/Makefile 1.5 +8 -6 ports/net/gaim/Makefile 1.2 +2 -2 ports/games/garith/Makefile 1.10 +6 -8 ports/cad/geda/Makefile 1.5 +0 -1 ports/cad/geda/pkg/PLIST 1.9 +2 -3 ports/math/geg/Makefile 1.4 +2 -2 ports/net/gftp/Makefile 1.2 +7 -6 ports/net/gftp/patches/patch-aa 1.3 +1 -1 ports/net/gftp/patches/patch-ab 1.4 +2 -2 ports/net/ggsd/Makefile 1.8 +7 -4 ports/net/gicq/Makefile 1.3 +1 -1 ports/net/gicq/pkg/PLIST 1.58 +5 -3 ports/graphics/gimp1-i18n/Makefile 1.3 +2 -2 ports/audio/gmixer/Makefile 1.12 +5 -3 ports/databases/gmysql/Makefile 1.3 +5 -3 ports/editors/gnotepad+/Makefile 1.5 +5 -3 ports/deskutils/gtimer/Makefile 1.9 +14 -4 ports/x11-toolkits/gtk--/Makefile 1.4 +0 -1 ports/x11-toolkits/gtk--/pkg/PLIST 1.4 +2 -2 ports/games/gtkballs/Makefile 1.6 +2 -2 ports/misc/gtkfind/Makefile 1.6 +6 -4 ports/misc/gtkfind/patches/patch-ab 1.8 +6 -10 ports/x11-toolkits/gtkgl/Makefile 1.4 +20 -94 ports/x11-toolkits/gtkgl/patches/patch-aa 1.2 +2 -4 ports/x11-toolkits/gtkgl/pkg/PLIST 1.2 +2 -2 ports/security/gtkportscan/Makefile 1.2 +5 -4 ports/security/gtkportscan/patches/patch-aa 1.13 +5 -3 ports/graphics/gtksee/Makefile 1.21 +2 -2 ports/editors/gxedit/Makefile 1.3 +7 -4 ports/net/irssi/Makefile 1.7 +7 -5 ports/japanese/gicq/Makefile 1.2 +6 -5 ports/japanese/gtkicq/Makefile 1.33 +6 -4 ports/devel/mico/Makefile 1.9 +2 -2 ports/net/mtr/Makefile 1.2 +5 -3 ports/security/nessus/Makefile 1.2 +8 -10 ports/print/pdq/Makefile 1.10 +2 -2 ports/audio/replay/Makefile 1.17 +7 -6 ports/graphics/sane/Makefile 1.12 +5 -0 ports/graphics/sane/pkg/PLIST 1.7 +2 -2 ports/net/wxftp/Makefile 1.11 +6 -5 ports/net/xchat/Makefile 1.11 +5 -6 ports/sysutils/xlogmaster/Makefile 1.6 +0 -1 ports/sysutils/xlogmaster/pkg/PLIST 1.4 +2 -2 ports/games/xqf/Makefile 1.3 +6 -4 ports/graphics/xsane/Makefile 1.17 +2 -2 ports/emulators/xsystem35/Makefile 1.7 +5 -3 ports/sysutils/xwatch/Makefile 1.6 +5 -3 ports/net/xwhois/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21: 2: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E464F14DB3; Fri, 28 May 1999 21:02:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA00829; Fri, 28 May 1999 21:02:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290402.VAA00829@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:02:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/imlib Makefile ports/graphics/imlib/patches patch-ac patch-ae patch-af ports/graphics/imlib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:02:01 PDT Modified files: graphics/imlib Makefile graphics/imlib/patches patch-ac graphics/imlib/pkg PLIST Removed files: graphics/imlib/patches patch-ae patch-af Log: Use gtk version 1.2.3, bump minor version, and USE_LIBTOOL. PR: 11843 Submitted by: Jeremy Lea Revision Changes Path 1.50 +6 -14 ports/graphics/imlib/Makefile 1.17 +2 -2 ports/graphics/imlib/patches/patch-ac 1.20 +3 -12 ports/graphics/imlib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21: 5:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 343EB15166; Fri, 28 May 1999 21:05:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA01175; Fri, 28 May 1999 21:05:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290405.VAA01175@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:05:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gview Makefile ports/graphics/gview/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:05:49 PDT Modified files: graphics/gview Makefile graphics/gview/files md5 Log: Update to version 0.1.5. Also use new version of gtk/imlib. PR: 11831 Submitted by: Chris Piazza PR: 11843 Submittted, by: Jeremy Lea Revision Changes Path 1.2 +8 -10 ports/graphics/gview/Makefile 1.2 +1 -1 ports/graphics/gview/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21: 8: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D908B14FFB; Fri, 28 May 1999 21:08:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA01393; Fri, 28 May 1999 21:08:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290408.VAA01393@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gqmpeg Makefile ports/audio/gqmpeg/files md5 ports/audio/gqmpeg/patches patch-aa patch-ab ports/audio/gqmpeg/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:08:04 PDT Modified files: audio/gqmpeg Makefile audio/gqmpeg/files md5 audio/gqmpeg/patches patch-aa audio/gqmpeg/pkg COMMENT Removed files: audio/gqmpeg/patches patch-ab Log: Update to version 0.6.1 and use new version of imlib. PR: 11843 Submitted by: Jeremy Lea PR: 11909 Submitted by: Chirs Piazza Revision Changes Path 1.14 +4 -7 ports/audio/gqmpeg/Makefile 1.9 +1 -1 ports/audio/gqmpeg/files/md5 1.8 +14 -8 ports/audio/gqmpeg/patches/patch-aa 1.3 +1 -1 ports/audio/gqmpeg/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:10:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF26D14F65; Fri, 28 May 1999 21:10:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA01858; Fri, 28 May 1999 21:10:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290410.VAA01858@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:10:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/enlightenment Makefile ports/x11/eterm Makefile ports/x11/eterm/patches patch-aa ports/x11/eterm/pkg PLIST ports/graphics/fnlib Makefile ports/graphics/fnlib/patches patch-ad ports/graphics/fnlib/pkg PLIST ports/graphics/gqview ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:10:51 PDT Modified files: x11-wm/enlightenment Makefile x11/eterm Makefile x11/eterm/pkg PLIST graphics/fnlib Makefile graphics/fnlib/pkg PLIST graphics/gqview Makefile x11-toolkits/gtk-engines Makefile x11-toolkits/gtk-engines/pkg PLIST japanese/eterm Makefile graphics/qiv Makefile Removed files: x11/eterm/patches patch-aa graphics/fnlib/patches patch-ad x11-toolkits/gtk-engines/patches patch-aa Log: Fixup after imlib version bump. PR: 11843 Submitted by: Jeremy Lea Revision Changes Path 1.36 +3 -4 ports/x11-wm/enlightenment/Makefile 1.17 +4 -8 ports/x11/eterm/Makefile 1.8 +23 -23 ports/x11/eterm/pkg/PLIST 1.10 +6 -11 ports/graphics/fnlib/Makefile 1.9 +0 -1 ports/graphics/fnlib/pkg/PLIST 1.12 +6 -5 ports/graphics/gqview/Makefile 1.12 +6 -7 ports/x11-toolkits/gtk-engines/Makefile 1.4 +6 -14 ports/x11-toolkits/gtk-engines/pkg/PLIST 1.6 +2 -2 ports/japanese/eterm/Makefile 1.4 +2 -5 ports/graphics/qiv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:13:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ED6B14F65; Fri, 28 May 1999 21:13:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA02098; Fri, 28 May 1999 21:13:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290413.VAA02098@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:13:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/aterm/files md5 ports/x11/aterm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:13:24 PDT Modified files: chinese/aterm/files md5 x11/aterm/files md5 Log: Each MASTER_SITE has a different checksum for the same file. PR: 11895 Revision Changes Path 1.5 +1 -0 ports/chinese/aterm/files/md5 1.8 +1 -0 ports/x11/aterm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:14:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0305214F65; Fri, 28 May 1999 21:14:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA02341; Fri, 28 May 1999 21:14:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290414.VAA02341@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:14:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/c2html Makefile ports/textproc/c2html/files md5 ports/textproc/c2html/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:14:56 PDT Modified files: textproc/c2html Makefile textproc/c2html/files md5 textproc/c2html/patches patch-aa Log: Update to version 0.6.1. PR: 11904 Submitted by: maintainer Revision Changes Path 1.4 +2 -7 ports/textproc/c2html/Makefile 1.4 +1 -1 ports/textproc/c2html/files/md5 1.5 +7 -7 ports/textproc/c2html/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:17: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45FAF14F65; Fri, 28 May 1999 21:17:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA02688; Fri, 28 May 1999 21:17:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290417.VAA02688@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:17:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp1 Makefile ports/graphics/gimp1/files md5 ports/graphics/gimp1/patches patch-aj patch-ak patch-ac patch-ae patch-ah patch-ai patch-ad ports/graphics/gimp1/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:17:03 PDT Modified files: graphics/gimp1 Makefile graphics/gimp1/files md5 graphics/gimp1/patches patch-ac patch-ae patch-ah patch-ai graphics/gimp1/pkg MESSAGE PLIST Added files: graphics/gimp1/patches patch-aj patch-ak Removed files: graphics/gimp1/patches patch-ad Log: Update to version 1.1.5. PR: 11845 Submitted by: Jeremy Lea Revision Changes Path 1.56 +15 -15 ports/graphics/gimp1/Makefile 1.22 +1 -1 ports/graphics/gimp1/files/md5 1.16 +6 -10 ports/graphics/gimp1/patches/patch-ac 1.2 +4 -5 ports/graphics/gimp1/patches/patch-ae 1.17 +25 -24 ports/graphics/gimp1/patches/patch-ah 1.11 +6 -11 ports/graphics/gimp1/patches/patch-ai 1.2 +0 -7 ports/graphics/gimp1/pkg/MESSAGE 1.29 +86 -39 ports/graphics/gimp1/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:18: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 858AE151B5; Fri, 28 May 1999 21:18:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA02783; Fri, 28 May 1999 21:18:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290418.VAA02783@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:18:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glade Makefile ports/devel/glade/files md5 ports/devel/glade/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:18:03 PDT Modified files: devel/glade Makefile devel/glade/files md5 devel/glade/pkg PLIST Log: Update to version 0.4.1. PR: 11848 Submitted by: Jeremy Lea Revision Changes Path 1.12 +11 -7 ports/devel/glade/Makefile 1.6 +1 -1 ports/devel/glade/files/md5 1.6 +3 -1 ports/devel/glade/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:21:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D868C151F7; Fri, 28 May 1999 21:21:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03163; Fri, 28 May 1999 21:21:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290421.VAA03163@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:21:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gqview Makefile ports/graphics/gqview/files md5 ports/graphics/gqview/patches patch-aa ports/graphics/gqview/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:21:33 PDT Modified files: graphics/gqview Makefile Log: Update to version 0.6.1. PR: 11908 Submitted by: Chirs Piazza Revision Changes Path 1.13 +6 -5 ports/graphics/gqview/Makefile Modified files: graphics/gqview/files md5 graphics/gqview/patches patch-aa graphics/gqview/pkg COMMENT DESCR Log: Update to version 0.6.1. PR: 11908 Submitted by: Chris Piazza Revision Changes Path 1.5 +1 -1 ports/graphics/gqview/files/md5 1.6 +6 -60 ports/graphics/gqview/patches/patch-aa 1.2 +1 -1 ports/graphics/gqview/pkg/COMMENT 1.3 +2 -2 ports/graphics/gqview/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:23:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABCAE151B5; Fri, 28 May 1999 21:23:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03370; Fri, 28 May 1999 21:23:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290423.VAA03370@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:23:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/grace Makefile ports/math/grace/files md5 ports/math/grace/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:23:17 PDT Modified files: math/grace Makefile math/grace/files md5 math/grace/pkg PLIST Log: Update to version 5.0.2b. PR: 11836 Submitted by: maintainer Revision Changes Path 1.3 +5 -4 ports/math/grace/Makefile 1.2 +1 -1 ports/math/grace/files/md5 1.2 +41 -49 ports/math/grace/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:24:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C9B9151B5; Fri, 28 May 1999 21:24:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03623; Fri, 28 May 1999 21:24:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290424.VAA03623@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:24:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gtkfig Makefile ports/graphics/gtkfig/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:24:53 PDT Modified files: graphics/gtkfig Makefile Added files: graphics/gtkfig/patches patch-aa Log: Update to use gtk version 1.2.3. PR: 11846 Submitted by: Jeremy Lea Revision Changes Path 1.3 +6 -4 ports/graphics/gtkfig/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:26:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CA84151B5; Fri, 28 May 1999 21:26:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03802; Fri, 28 May 1999 21:26:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290426.VAA03802@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:26:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtkstep Makefile ports/x11-toolkits/gtkstep/files md5 ports/x11-toolkits/gtkstep/patches patch-aa ports/x11-toolkits/gtkstep/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:26:21 PDT Modified files: x11-toolkits/gtkstep Makefile x11-toolkits/gtkstep/files md5 x11-toolkits/gtkstep/pkg PLIST Removed files: x11-toolkits/gtkstep/patches patch-aa Log: Update to version 1.5. PR: 11850 Submitted by: Jeremy Lea Revision Changes Path 1.6 +8 -9 ports/x11-toolkits/gtkstep/Makefile 1.3 +1 -1 ports/x11-toolkits/gtkstep/files/md5 1.3 +0 -2 ports/x11-toolkits/gtkstep/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:27:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57E73151B5; Fri, 28 May 1999 21:27:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03947; Fri, 28 May 1999 21:27:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290427.VAA03947@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:27:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/java2html Makefile ports/textproc/java2html/files md5 ports/textproc/java2html/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:27:55 PDT Modified files: textproc/java2html Makefile textproc/java2html/files md5 textproc/java2html/patches patch-aa Log: Update to version 0.6.1. PR: 11897 Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/textproc/java2html/Makefile 1.3 +1 -1 ports/textproc/java2html/files/md5 1.3 +7 -7 ports/textproc/java2html/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:29:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B02AB14C37; Fri, 28 May 1999 21:29:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04105; Fri, 28 May 1999 21:29:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290429.VAA04105@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:29:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libmikmod Makefile ports/audio/libmikmod/patches patch-aa ports/audio/libmikmod/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:29:52 PDT Modified files: audio/libmikmod Makefile audio/libmikmod/pkg PLIST Removed files: audio/libmikmod/patches patch-aa Log: USE_LIBTOOL=yes after upgrade to libtool port. PR: 11854 Submitted by: Jeremy Lea Revision Changes Path 1.2 +3 -12 ports/audio/libmikmod/Makefile 1.2 +1 -3 ports/audio/libmikmod/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:31:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 920AE1537F; Fri, 28 May 1999 21:31:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04307; Fri, 28 May 1999 21:31:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290431.VAA04307@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:31:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/logsurfer Makefile ports/misc/logsurfer/patches patch-ac patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:31:34 PDT Modified files: misc/logsurfer Makefile Added files: misc/logsurfer/patches patch-ac patch-ad Log: Fix a stack overflow problem with an empty config file. PR: 11834 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/misc/logsurfer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:33:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7825D15CBA; Fri, 28 May 1999 21:33:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04591; Fri, 28 May 1999 21:33:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290433.VAA04591@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:33:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc Makefile ports/misc/mc/files md5 ports/misc/mc/patches patch-aa patch-ab patch-ac patch-af patch-ae patch-aj ports/misc/mc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:33:07 PDT Modified files: misc/mc Makefile misc/mc/files md5 misc/mc/patches patch-aa patch-ab patch-ac patch-af misc/mc/pkg PLIST Removed files: misc/mc/patches patch-ae patch-aj Log: Update to version 4.5.31. PR: 11847 Submitted by: Jeremy Lea Revision Changes Path 1.32 +7 -5 ports/misc/mc/Makefile 1.16 +1 -1 ports/misc/mc/files/md5 1.9 +21 -23 ports/misc/mc/patches/patch-aa 1.10 +20 -11 ports/misc/mc/patches/patch-ab 1.8 +11 -11 ports/misc/mc/patches/patch-ac 1.9 +21 -13 ports/misc/mc/patches/patch-af 1.18 +23 -0 ports/misc/mc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:34:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAC8B14C8B; Fri, 28 May 1999 21:34:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04749; Fri, 28 May 1999 21:34:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290434.VAA04749@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:34:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/oneko Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:34:51 PDT Modified files: games/oneko Makefile Log: Update MASTER_SITE. PR: 11906 Submitted by: Hotaru-Ya Revision Changes Path 1.13 +2 -2 ports/games/oneko/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:36:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 365D4151B5; Fri, 28 May 1999 21:36:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04983; Fri, 28 May 1999 21:36:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290436.VAA04983@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:36:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/p5-Gtk Makefile ports/x11-toolkits/p5-Gtk/files md5 ports/x11-toolkits/p5-Gtk/patches patch-aa patch-ab ports/x11-toolkits/p5-Gtk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:36:48 PDT Modified files: x11-toolkits/p5-Gtk Makefile x11-toolkits/p5-Gtk/files md5 x11-toolkits/p5-Gtk/patches patch-aa x11-toolkits/p5-Gtk/pkg PLIST Removed files: x11-toolkits/p5-Gtk/patches patch-ab Log: Update to version 0.5121. PR: 11851 Submitted by: Jeremy Lea Revision Changes Path 1.23 +7 -8 ports/x11-toolkits/p5-Gtk/Makefile 1.7 +1 -1 ports/x11-toolkits/p5-Gtk/files/md5 1.5 +3 -12 ports/x11-toolkits/p5-Gtk/patches/patch-aa 1.7 +3 -17 ports/x11-toolkits/p5-Gtk/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:38:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1EB114C03; Fri, 28 May 1999 21:38:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05098; Fri, 28 May 1999 21:38:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290438.VAA05098@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:38:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/radiusclient Makefile ports/net/radiusclient/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:38:23 PDT Modified files: net/radiusclient Makefile net/radiusclient/pkg PLIST Log: USE_LIBTOOL=yes and misc. cleanup. PR: 11855 Submitted by: Jeremy Lea Revision Changes Path 1.4 +2 -11 ports/net/radiusclient/Makefile 1.3 +2 -3 ports/net/radiusclient/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:39:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34CE214CB6; Fri, 28 May 1999 21:39:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05296; Fri, 28 May 1999 21:39:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290439.VAA05296@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:39:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tgif-nls Makefile ports/graphics/tgif-nls/files md5 ports/graphics/tgif-nls/patches patch-aa patch-ab patch-ac patch-ad ports/graphics/tgif-nls/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:39:41 PDT Modified files: graphics/tgif-nls Makefile graphics/tgif-nls/files md5 graphics/tgif-nls/patches patch-aa patch-ab patch-ac patch-ad graphics/tgif-nls/pkg PLIST Log: Update to version 4.1.14. PR: 11894 Submitted by: maintainer Revision Changes Path 1.3 +8 -13 ports/graphics/tgif-nls/Makefile 1.2 +1 -1 ports/graphics/tgif-nls/files/md5 1.2 +4 -4 ports/graphics/tgif-nls/patches/patch-aa 1.2 +2 -2 ports/graphics/tgif-nls/patches/patch-ab 1.2 +3 -3 ports/graphics/tgif-nls/patches/patch-ac 1.2 +3 -3 ports/graphics/tgif-nls/patches/patch-ad 1.2 +3 -0 ports/graphics/tgif-nls/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:41:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2827214C03; Fri, 28 May 1999 21:41:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05537; Fri, 28 May 1999 21:41:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290441.VAA05537@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:41:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xosview Makefile ports/sysutils/xosview/patches patch-af patch-ag Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:41:19 PDT Modified files: sysutils/xosview Makefile Added files: sysutils/xosview/patches patch-af patch-ag Log: Fix the swapmeter for -current. PR: 11833 Submitted by: Sheldon Hearn Revision Changes Path 1.16 +1 -3 ports/sysutils/xosview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:42:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27B5B14C03; Fri, 28 May 1999 21:42:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05834; Fri, 28 May 1999 21:42:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290442.VAA05834@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:42:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/yagirc Makefile ports/net/yagirc/files md5 ports/net/yagirc/patches patch-ab patch-ac patch-aa ports/net/yagirc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:42:45 PDT Modified files: net/yagirc Makefile net/yagirc/files md5 net/yagirc/patches patch-aa net/yagirc/pkg PLIST Added files: net/yagirc/patches patch-ab patch-ac Log: Update to version 0.66.1. PR: 11853 Submitted by: Jeremy Lea Revision Changes Path 1.15 +11 -9 ports/net/yagirc/Makefile 1.5 +2 -1 ports/net/yagirc/files/md5 1.3 +20 -176 ports/net/yagirc/patches/patch-aa 1.3 +20 -0 ports/net/yagirc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:45: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B09814C03; Fri, 28 May 1999 21:44:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA06055; Fri, 28 May 1999 21:44:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290444.VAA06055@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:44:57 PDT Modified files: . modules Log: aumix --> ports/audio/aumix Revision Changes Path 1.36 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:47:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16AD3150B6; Fri, 28 May 1999 21:47:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA06216; Fri, 28 May 1999 21:47:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290447.VAA06216@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:47:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/aumix - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:47:14 PDT ports/audio/aumix - Imported sources Update of /home/ncvs/ports/audio/aumix In directory freefall.freebsd.org:/d/users/steve/work/aumix Log Message: Initial import of aumix version 1.18.4. A fullscreen ncurses based audio mixer for the console. PR: 11835 Submitted by: Chris Piazza Status: Vendor Tag: CPIAZZA Release Tags: v1_18_4 N ports/audio/aumix/Makefile I ports/audio/aumix/CVS N ports/audio/aumix/files/md5 N ports/audio/aumix/pkg/COMMENT N ports/audio/aumix/pkg/DESCR N ports/audio/aumix/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 21:47:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C24CA150B6; Fri, 28 May 1999 21:47:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA06285; Fri, 28 May 1999 21:47:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290447.VAA06285@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 21:47:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 21:47:46 PDT Modified files: audio Makefile Log: Activate the aumix port. Revision Changes Path 1.89 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 22: 2:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA1B914D5A; Fri, 28 May 1999 22:02:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA07542; Fri, 28 May 1999 22:02:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290502.WAA07542@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 22:02:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/audio Makefile ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/files md5 ports/audio/kdemultimedia/patches patch-a0 patch-a1 patch-aa patch-ab patch-ac patch-ad ports/audio/kdemultimedia/pkg COMMENT ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 22:02:32 PDT Modified files: . modules audio Makefile converters Makefile games Makefile graphics Makefile misc Makefile net Makefile x11 Makefile Removed files: audio/kdemultimedia Makefile audio/kdemultimedia/files md5 audio/kdemultimedia/patches patch-a0 patch-a1 patch-aa patch-ab patch-ac patch-ad audio/kdemultimedia/pkg COMMENT DESCR PLIST converters/kdesupport Makefile converters/kdesupport/files md5 converters/kdesupport/patches patch-a0 patch-a1 patch-a2 converters/kdesupport/pkg COMMENT DESCR PLIST games/kdegames Makefile games/kdegames/files md5 games/kdegames/patches patch-a0 patch-a1 patch-aa patch-ab games/kdegames/pkg COMMENT DESCR PLIST graphics/kdegraphics Makefile graphics/kdegraphics/files md5 graphics/kdegraphics/patches patch-a0 patch-a1 patch-aa graphics/kdegraphics/pkg COMMENT DESCR PLIST misc/kdeutils Makefile misc/kdeutils/files md5 misc/kdeutils/patches patch-a0 patch-a1 patch-aa misc/kdeutils/pkg COMMENT DESCR PLIST net/kdenetwork Makefile net/kdenetwork/files md5 net/kdenetwork/patches patch-a0 patch-a1 patch-ab patch-ac patch-ad patch-ae patch-af patch-ah net/kdenetwork/pkg COMMENT DESCR PLIST x11/kde Makefile x11/kde/pkg COMMENT DESCR PLIST x11/kdebase Makefile x11/kdebase/files md5 x11/kdebase/patches patch-a0 patch-a1 patch-ah patch-ai patch-aj patch-al patch-am patch-an patch-ao x11/kdebase/pkg COMMENT DESCR PLIST x11/kdelibs Makefile x11/kdelibs/files md5 x11/kdelibs/patches patch-a0 patch-a1 patch-a2 patch-a3 x11/kdelibs/pkg COMMENT DESCR PLIST Log: Remove kde 1.0 ports in favor of the 1.1 versions. Revision Changes Path 1.37 +1 -10 CVSROOT/modules 1.90 +1 -2 ports/audio/Makefile 1.22 +1 -2 ports/converters/Makefile 1.207 +1 -2 ports/games/Makefile 1.125 +1 -2 ports/graphics/Makefile 1.211 +1 -2 ports/misc/Makefile 1.265 +1 -2 ports/net/Makefile 1.262 +1 -4 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 28 23:58: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 685CC14E1F; Fri, 28 May 1999 23:58:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA12909; Fri, 28 May 1999 23:58:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905290658.XAA12909@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 28 May 1999 23:58:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c src/sys/i386/include clock.h src/sys/i386/isa clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/28 23:58:02 PDT Modified files: sys/i386/i386 identcpu.c sys/i386/include clock.h sys/i386/isa clock.c Log: Stop the TSC from being used as timecounter on K5/step0 machines. Revision Changes Path 1.63 +2 -1 src/sys/i386/i386/identcpu.c 1.35 +2 -1 src/sys/i386/include/clock.h 1.135 +3 -2 src/sys/i386/isa/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 0:15:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F19714BEA; Sat, 29 May 1999 00:15:36 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA13881; Sat, 29 May 1999 00:15:36 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905290715.AAA13881@freefall.freebsd.org> From: Michael Haro Date: Sat, 29 May 1999 00:15:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/quakeserver/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/29 00:15:36 PDT Modified files: games/quakeserver/pkg DESCR Log: Remove comment about requiring linux compat stuff as this port uses a BSDI binary. Revision Changes Path 1.2 +1 -6 ports/games/quakeserver/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 1:12:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 389A714D4F; Sat, 29 May 1999 01:12:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA16291; Sat, 29 May 1999 01:12:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905290812.BAA16291@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 29 May 1999 01:12:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/29 01:12:40 PDT Modified files: sbin/ipfw ipfw.8 ipfw.c Log: Manpage cleanup, move $Id$ to #ifndef lint, remove unused includes, grammatical fixes. Submitted by: Philippe Charnier Revision Changes Path 1.52 +17 -16 src/sbin/ipfw/ipfw.8 1.67 +10 -9 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 1:14: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C7F414D4F; Sat, 29 May 1999 01:14:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA16344; Sat, 29 May 1999 01:14:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905290814.BAA16344@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 29 May 1999 01:14:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd exports.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/29 01:14:02 PDT Modified files: sbin/mountd exports.5 Log: Xref mountd in text. Submitted by: Philippe Charnier Revision Changes Path 1.8 +3 -2 src/sbin/mountd/exports.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 1:16:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65CCB14D4F; Sat, 29 May 1999 01:16:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA16802; Sat, 29 May 1999 01:16:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199905290816.BAA16802@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 29 May 1999 01:16:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/slattach Makefile slattach.8 slattach.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/05/29 01:16:36 PDT Modified files: sbin/slattach Makefile slattach.8 slattach.c Log: $Header$ -> $Id$ Manpage formatting/grammatical fixes. Check return value of malloc() Add sccsid[], other minor source code cleanups Submitted by: Philippe Charnier Revision Changes Path 1.8 +1 -1 src/sbin/slattach/Makefile 1.14 +45 -41 src/sbin/slattach/slattach.8 1.34 +24 -16 src/sbin/slattach/slattach.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 1:29: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83AA714D4F; Sat, 29 May 1999 01:29:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17681; Sat, 29 May 1999 01:29:04 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905290829.BAA17681@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 29 May 1999 01:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/29 01:29:03 PDT Modified files: korean Makefile Log: Activate ko-hanIM. Revision Changes Path 1.29 +2 -1 ports/korean/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 1:30:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F28614D4F; Sat, 29 May 1999 01:30:22 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17757; Sat, 29 May 1999 01:30:22 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905290830.BAA17757@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 29 May 1999 01:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/29 01:30:21 PDT Modified files: . LEGAL Log: Add ko-hanIM. Revision Changes Path 1.142 +3 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 1:30:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D75CC14D4F; Sat, 29 May 1999 01:30:54 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17804; Sat, 29 May 1999 01:30:54 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905290830.BAA17804@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 29 May 1999 01:30:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/29 01:30:54 PDT Modified files: . modules Log: ko-hanIM --> ports/korean/hanIM Revision Changes Path 1.38 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 1:32:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDCC714D4F; Sat, 29 May 1999 01:32:17 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17854; Sat, 29 May 1999 01:32:17 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905290832.BAA17854@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 29 May 1999 01:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanIM - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/29 01:32:16 PDT ports/korean/hanIM - Imported sources Update of /home/ncvs/ports/korean/hanIM In directory freefall.freebsd.org:/x/tmp/cvs-serv17829 Log Message: Mizi Research's Korean X11 Input Method Submitted by: Choi Junho PR: ports/11684 Status: Vendor Tag: CHOI Release Tags: v1_1b N ports/korean/hanIM/Makefile N ports/korean/hanIM/files/md5 N ports/korean/hanIM/files/XLC_LOCALE N ports/korean/hanIM/pkg/COMMENT N ports/korean/hanIM/pkg/DESCR N ports/korean/hanIM/pkg/PLIST N ports/korean/hanIM/pkg/MESSAGE N ports/korean/hanIM/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 1:56:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5750E1539B; Sat, 29 May 1999 01:56:38 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA19169; Sat, 29 May 1999 01:56:38 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199905290856.BAA19169@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 29 May 1999 01:56:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/05/29 01:56:37 PDT Modified files: (Branch: RELENG_3) release Makefile Log: MFC: exclude CVS files (this saves about 8,000 inodes). Revision Changes Path 1.460.2.19 +3 -3 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 2:37:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0325F1539B; Sat, 29 May 1999 02:37:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA21899; Sat, 29 May 1999 02:37:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905290937.CAA21899@freefall.freebsd.org> From: Michael Haro Date: Sat, 29 May 1999 02:37:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/blackbox Makefile ports/x11-wm/blackbox/files md5 ports/x11-wm/blackbox/patches patch-ae ports/x11-wm/blackbox/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/29 02:37:53 PDT Modified files: x11-wm/blackbox Makefile x11-wm/blackbox/files md5 x11-wm/blackbox/pkg PLIST Removed files: x11-wm/blackbox/patches patch-ae Log: Update to 0.50.5 and set cpiazza@home.net as maintainer. PR: 11918 Revision Changes Path 1.21 +7 -4 ports/x11-wm/blackbox/Makefile 1.18 +1 -1 ports/x11-wm/blackbox/files/md5 1.9 +0 -1 ports/x11-wm/blackbox/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 2:43:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED90D14D4E; Sat, 29 May 1999 02:43:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22217; Sat, 29 May 1999 02:43:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905290943.CAA22217@freefall.freebsd.org> From: Michael Haro Date: Sat, 29 May 1999 02:43:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/hobbes-icons-xpm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/29 02:43:08 PDT Modified files: graphics/hobbes-icons-xpm Makefile Log: remove pacbell.com from MASTER_SITES PR: 11923 Submitted by: pfgiffun@bachue.usc.unal.edu.co Revision Changes Path 1.7 +2 -3 ports/graphics/hobbes-icons-xpm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 2:47:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C59BE14D4E; Sat, 29 May 1999 02:47:56 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22393; Sat, 29 May 1999 02:47:56 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905290947.CAA22393@freefall.freebsd.org> From: Michael Haro Date: Sat, 29 May 1999 02:47:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/xlbiff Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/29 02:47:56 PDT Modified files: mail/xlbiff Makefile Log: remove pacbell.com and another bad master_site Revision Changes Path 1.8 +2 -4 ports/mail/xlbiff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 3:57:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5816014C44; Sat, 29 May 1999 03:57:34 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA29770; Sat, 29 May 1999 03:57:33 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199905291057.DAA29770@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 29 May 1999 03:57:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/nethack-qt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/05/29 03:57:32 PDT Modified files: games/nethack-qt Makefile Log: remove dead mastersite entry Revision Changes Path 1.22 +2 -3 ports/games/nethack-qt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 5:55:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33DD215053; Sat, 29 May 1999 05:55:49 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39501; Sat, 29 May 1999 05:55:43 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291255.FAA39501@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 05:55:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/kerneldebug chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 05:55:42 PDT Modified files: en/handbook/kerneldebug chapter.sgml Log: Update information on how to build a debug kernel, fix a typo and a contraction. PR: docs/11849 Submitted by: chris@calldei.com Revision Changes Path 1.15 +17 -16 doc/en/handbook/kerneldebug/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 5:57: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6518914FC5; Sat, 29 May 1999 05:56:58 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39832; Sat, 29 May 1999 05:56:58 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291256.FAA39832@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 05:56:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru/FAQ network.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 05:56:57 PDT Modified files: ru/FAQ network.sgml Log: Sync with v1.24 of the English file. PR: docs/11777 Submitted by: Andrey Zakhvatov Revision Changes Path 1.5 +20 -2 doc/ru/FAQ/network.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 5:58: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84404151B7; Sat, 29 May 1999 05:57:57 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39979; Sat, 29 May 1999 05:57:57 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291257.FAA39979@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 05:57:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 05:57:57 PDT Modified files: ru/FAQ admin.sgml Log: Sync with v1.22 of the English file PR: docs/11733 Submitted by: Andrey Zakhvatov Revision Changes Path 1.6 +69 -51 doc/ru/FAQ/admin.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 5:58:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE3814FC5; Sat, 29 May 1999 05:58:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA40257; Sat, 29 May 1999 05:58:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291258.FAA40257@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 05:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 05:58:45 PDT Modified files: share/man/man7 hier.7 Log: Fix the typos, and add new entries (like the /etc/periodic/ and /etc/mail/ directories). PR: docs/11695 Submitted by: Chris Costello Revision Changes Path 1.18 +54 -32 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 5:59:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A3D614FC5; Sat, 29 May 1999 05:59:55 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA40469; Sat, 29 May 1999 05:59:54 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291259.FAA40469@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 05:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 dir.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 05:59:53 PDT Modified files: share/man/man5 dir.5 Log: Note that using the dirent.d_type member is non-portable, and might fail on some filesystems. PR: docs/11645 Submitted by: Harold Gutch Revision Changes Path 1.10 +4 -1 src/share/man/man5/dir.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6: 0:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E0B714FC5; Sat, 29 May 1999 06:00:44 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA40658; Sat, 29 May 1999 06:00:43 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291300.GAA40658@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:00:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 namei.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:00:43 PDT Modified files: share/man/man9 namei.9 Log: Description of LOCKLEAF said "inode" when it should have said "vnode". PR: docs/11596 Submitted by: Robert Watson Revision Changes Path 1.3 +2 -2 src/share/man/man9/namei.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6: 2: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7891D15259; Sat, 29 May 1999 06:02:06 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA40905; Sat, 29 May 1999 06:02:06 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291302.GAA40905@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:02:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:02:03 PDT Modified files: contrib/isc-dhcp/client dhclient.conf.5 Log: Fix typo which causes an unnecessary line break. PR: docs/11561 Submitted by: Norihiro Kumagai Revision Changes Path 1.6 +1 -1 src/contrib/isc-dhcp/client/dhclient.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6: 2:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11850152A5; Sat, 29 May 1999 06:02:51 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41017; Sat, 29 May 1999 06:02:51 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291302.GAA41017@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:02:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:02:51 PDT Modified files: FAQ preface.sgml Log: Add new wording explaining more about how branches work with FreeBSD. Change "instability" to "volatility" when talking about -current. PR: docs/11028 Submitted by: Lowell Gilbert Revision Changes Path 1.37 +13 -3 doc/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6: 5: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9019515256; Sat, 29 May 1999 06:05:04 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41280; Sat, 29 May 1999 06:05:04 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291305.GAA41280@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:05:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/hw chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:05:03 PDT Modified files: en/handbook/hw chapter.sgml Log: Add a section describing the Archive Python 04687 drive. PR: docs/10819 Submitted by: regisr@regix.com Revision Changes Path 1.16 +33 -4 doc/en/handbook/hw/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6: 7:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7514215256; Sat, 29 May 1999 06:07:12 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41549; Sat, 29 May 1999 06:07:12 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291307.GAA41549@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:07:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/cutting-edge chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:07:11 PDT Modified files: en/handbook/cutting-edge chapter.sgml Log: "need to get a to a starting point". Lose the "a". PR: docs/10704 Submitted by: Ying-Chieh Liao Revision Changes Path 1.17 +2 -2 doc/en/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6: 8:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EABA915259; Sat, 29 May 1999 06:08:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41739; Sat, 29 May 1999 06:08:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291308.GAA41739@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:08:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 wfd.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:08:16 PDT Modified files: share/man/man4/man4.i386 wfd.4 Log: Fix a couple of typos related to wfd. PR: docs/10624 Submitted by: Joe Abley Revision Changes Path 1.6 +3 -3 src/share/man/man4/man4.i386/wfd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6: 9: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C55015256; Sat, 29 May 1999 06:08:58 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41830; Sat, 29 May 1999 06:08:58 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291308.GAA41830@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:08:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 yp.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:08:57 PDT Modified files: share/man/man4 yp.4 Log: "Tn DNS" -> ".Tn DNS" PR: docs/10474 Submitted by: Yoshiteru Kageyama Revision Changes Path 1.15 +2 -2 src/share/man/man4/yp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6:10:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7787815256; Sat, 29 May 1999 06:10:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA42077; Sat, 29 May 1999 06:10:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291310.GAA42077@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:10:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:10:30 PDT Modified files: en/handbook/contrib chapter.sgml Log: s/Alumnus/Alumni/ s/the period indicated/the periods indicated/ PR: docs/10408 Submitted by: Bruce A. Mah Revision Changes Path 1.41 +3 -3 doc/en/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 6:11:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC0021536F; Sat, 29 May 1999 06:11:56 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA42212; Sat, 29 May 1999 06:11:56 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905291311.GAA42212@freefall.freebsd.org> From: Nik Clayton Date: Sat, 29 May 1999 06:11:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ commercial.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/29 06:11:56 PDT Modified files: FAQ commercial.sgml Log: Point out that Xi Graphics no longer sell CDE for FreeBSD, but that they might like to try KDE instead. PR: docs/10403 Submitted by: Paul Orr Assisted by: Tom Hukins Revision Changes Path 1.7 +6 -6 doc/FAQ/commercial.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 7:38:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B49AA15231; Sat, 29 May 1999 07:38:53 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08846; Sat, 29 May 1999 07:38:53 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905291438.HAA08846@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 29 May 1999 07:38:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/29 07:38:52 PDT Modified files: editors Makefile Log: Activate psgml-xemacs-mule. Revision Changes Path 1.78 +2 -1 ports/editors/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 7:41: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32CB815231; Sat, 29 May 1999 07:41:02 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09238; Sat, 29 May 1999 07:41:01 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905291441.HAA09238@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 29 May 1999 07:41:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/29 07:41:01 PDT Modified files: . modules Log: psgml-xemacs-mule --> ports/editors/psgml-xemacs-mule Revision Changes Path 1.39 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 7:42:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2059715371; Sat, 29 May 1999 07:42:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09448; Sat, 29 May 1999 07:42:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905291442.HAA09448@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 29 May 1999 07:42:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/psgml-xemacs-mule - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/29 07:42:33 PDT ports/editors/psgml-xemacs-mule - Imported sources Update of /home/ncvs/ports/editors/psgml-xemacs-mule In directory freefall.freebsd.org:/x/tmp/cvs-serv9284 Log Message: A major mode for editing SGML and XML documents for XEmacs with Mule. Status: Vendor Tag: KURIYAMA Release Tags: v1_1_6 N ports/editors/psgml-xemacs-mule/Makefile N ports/editors/psgml-xemacs-mule/pkg/COMMENT N ports/editors/psgml-xemacs-mule/pkg/DESCR N ports/editors/psgml-xemacs-mule/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 7:44:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC0E515231; Sat, 29 May 1999 07:44:39 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09693; Sat, 29 May 1999 07:44:39 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905291444.HAA09693@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 29 May 1999 07:44:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/psgml-emacs/pkg DESCR ports/editors/psgml-mule/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/29 07:44:38 PDT Modified files: editors/psgml-emacs/pkg DESCR editors/psgml-mule/pkg DESCR Log: Fix typo. Revision Changes Path 1.4 +1 -1 ports/editors/psgml-emacs/pkg/DESCR 1.4 +1 -1 ports/editors/psgml-mule/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 12:23:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1385914C97; Sat, 29 May 1999 12:23:25 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA26958; Sat, 29 May 1999 12:23:24 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199905291923.MAA26958@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 29 May 1999 12:23:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/05/29 12:23:24 PDT Modified files: sys/alpha/alpha autoconf.c Log: A small change to allow automatic detection of the boot disk on Compaq XP1000's where Disk zero is dka0.0.0.6.1, eg bus #1, slot #6. Reviewed by: Doug Rabson Revision Changes Path 1.27 +3 -2 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 12:37: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C97C14CCB; Sat, 29 May 1999 12:36:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27730; Sat, 29 May 1999 12:36:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905291936.MAA27730@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 29 May 1999 12:36:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/29 12:36:56 PDT Modified files: etc/etc.i386 MAKEDEV Log: Fix my DOC2k CHRDEV goof Revision Changes Path 1.199 +3 -3 src/etc/etc.i386/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 12:48: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3C0114DD2; Sat, 29 May 1999 12:47:53 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28575; Sat, 29 May 1999 12:47:53 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199905291947.MAA28575@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 29 May 1999 12:47:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mem.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/05/29 12:47:53 PDT Modified files: sys/alpha/alpha mem.c Log: When memory mapping a PCI device (like XFree86 does) on an XP1000, we must use ALPHA_PHYS_TO_K0SEG(offset) rather than just plain offet. I've verified that this does not break other platforms (I've tested an AlphaStation 200 and a Personal Workstation 500au with this patch). As to why this works, well.. Its black magic as far as I know. I obtained this hack from Myricom, who in turn, obtained it from Compaq engineers. Without this hack, XFree86 cannot talk to a PCI graphics card. Reviewed by: Doug Rabson Obtained from: feldy@myri.com (Bob Felderman) Revision Changes Path 1.8 +2 -2 src/sys/alpha/alpha/mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 12:49:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F96315438; Sat, 29 May 1999 12:49:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28880; Sat, 29 May 1999 12:49:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905291949.MAA28880@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 29 May 1999 12:49:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/29 12:49:30 PDT Modified files: (Branch: RELENG_3) etc/etc.i386 MAKEDEV Log: Fix my chrdev goof in doc2k (MFC) Revision Changes Path 1.183.2.7 +3 -3 src/etc/etc.i386/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 18:12:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5998914ECB; Sat, 29 May 1999 18:12:24 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA58411; Sat, 29 May 1999 18:12:24 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905300112.SAA58411@freefall.freebsd.org> From: Alan Cox Date: Sat, 29 May 1999 18:12:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/29 18:12:23 PDT Modified files: sys/vm vm_object.c Log: Addendum to 1.155. Verify the existence of the object before checking its reference count. Revision Changes Path 1.156 +3 -2 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 19:34:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E51414D5E; Sat, 29 May 1999 19:34:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62309; Sat, 29 May 1999 19:34:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300234.TAA62309@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 19:34:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/buffer Makefile ports/news/unpost Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 19:34:13 PDT Modified files: misc/buffer Makefile news/unpost Makefile Log: Moved these files to the distfiles directory on my homepage. Revision Changes Path 1.9 +2 -2 ports/misc/buffer/Makefile 1.3 +2 -2 ports/news/unpost/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 19:35:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0960F14D5E; Sat, 29 May 1999 19:35:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62454; Sat, 29 May 1999 19:35:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300235.TAA62454@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 19:35:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pine3/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 19:35:47 PDT Modified files: mail/pine3/pkg PLIST Log: Sort PLIST. Revision Changes Path 1.13 +4 -4 ports/mail/pine3/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 19:39:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9E314D5E; Sat, 29 May 1999 19:39:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62737; Sat, 29 May 1999 19:39:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300239.TAA62737@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 19:39:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/iv Makefile ports/x11-toolkits/iv/patches patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 19:39:08 PDT Modified files: x11-toolkits/iv Makefile x11-toolkits/iv/patches patch-aa patch-ab Added files: x11-toolkits/iv/patches patch-bd patch-be patch-bf patch-bg patch-bh patch-bi Log: Fix build for -current with egcs compiler. Revision Changes Path 1.20 +7 -1 ports/x11-toolkits/iv/Makefile 1.5 +13 -3 ports/x11-toolkits/iv/patches/patch-aa 1.3 +10 -3 ports/x11-toolkits/iv/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 19:44:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FF6514FA5; Sat, 29 May 1999 19:44:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA63066; Sat, 29 May 1999 19:44:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300244.TAA63066@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 19:44:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xforms Makefile ports/x11-toolkits/xforms/files md5 ports/x11-toolkits/xforms/patches.elf patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 19:44:23 PDT Modified files: x11-toolkits/xforms Makefile x11-toolkits/xforms/files md5 x11-toolkits/xforms/patches.elf patch-aa patch-ab Log: We now have a port of xforms for FreeBSD/Alpha. With the permission of the author I've stuck these on my homepage until they appear on the real MASTER_SITE. While I was at it I also fixed up the ELF port so that we didn't need to mung the soname in the library. Revision Changes Path 1.24 +8 -19 ports/x11-toolkits/xforms/Makefile 1.10 +2 -1 ports/x11-toolkits/xforms/files/md5 1.2 +6 -7 ports/x11-toolkits/xforms/patches.elf/patch-aa 1.3 +5 -43 ports/x11-toolkits/xforms/patches.elf/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 19:47:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1698C150EE; Sat, 29 May 1999 19:47:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA63440; Sat, 29 May 1999 19:47:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300247.TAA63440@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 19:47:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xbae/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 19:47:09 PDT Modified files: x11-toolkits/xbae/pkg PLIST Log: Fix a nit in PLIST, s/==/=/. Revision Changes Path 1.5 +1 -1 ports/x11-toolkits/xbae/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20: 4:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 312DF15043; Sat, 29 May 1999 20:04:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA64547; Sat, 29 May 1999 20:04:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300304.UAA64547@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:04:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xbae/patches patch-ab patch-ac patch-ad patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:04:09 PDT Modified files: x11-toolkits/xbae/patches patch-aa Added files: x11-toolkits/xbae/patches patch-ab patch-ac patch-ad Log: Correct a few problems when using Motif version 2.x with a minor tweak from what the maintainer submitted to include Motif.tmpl from withing Xbae.tmpl. PR: 11888 Submitted by: maintainer Revision Changes Path 1.3 +15 -7 ports/x11-toolkits/xbae/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:35:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0A8214D5F; Sat, 29 May 1999 20:35:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67311; Sat, 29 May 1999 20:35:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300335.UAA67311@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:35:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/patches patch-ac ports/devel/ORBit/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:35:15 PDT Modified files: devel/ORBit Makefile devel/ORBit/patches patch-ac devel/ORBit/pkg PLIST Log: Set USE_LIBTOOL=yes and use new version of gtk. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.19 +7 -13 ports/devel/ORBit/Makefile 1.10 +5 -5 ports/devel/ORBit/patches/patch-ac 1.6 +5 -11 ports/devel/ORBit/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:36:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4113214D5F; Sat, 29 May 1999 20:36:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67411; Sat, 29 May 1999 20:36:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300336.UAA67411@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:36:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:36:11 PDT Modified files: net/gtm Makefile Log: Use new version gnomelibs. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.3 +5 -3 ports/net/gtm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:36:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55D3114D5F; Sat, 29 May 1999 20:36:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67479; Sat, 29 May 1999 20:36:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300336.UAA67479@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:36:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gide Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:36:57 PDT Modified files: devel/gide Makefile Log: Use new version of gnomelibs. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.22 +10 -6 ports/devel/gide/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:38:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD44814D5F; Sat, 29 May 1999 20:38:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67571; Sat, 29 May 1999 20:38:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300338.UAA67571@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:38:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile ports/mail/balsa/patches patch-ag patch-ab patch-ac ports/mail/balsa/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:38:13 PDT Modified files: mail/balsa Makefile mail/balsa/patches patch-ab mail/balsa/pkg PLIST Added files: mail/balsa/patches patch-ag Removed files: mail/balsa/patches patch-ac Log: Use new gnomelibs port and set USE_LIBTOOL=yes PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.6 +10 -11 ports/mail/balsa/Makefile 1.3 +51 -21 ports/mail/balsa/patches/patch-ab 1.3 +7 -7 ports/mail/balsa/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:39:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A06814D5F; Sat, 29 May 1999 20:39:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67680; Sat, 29 May 1999 20:39:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300339.UAA67680@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:39:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/electriceyes Makefile ports/graphics/electriceyes/patches patch-aa patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:39:23 PDT Modified files: graphics/electriceyes Makefile graphics/electriceyes/patches patch-aa Removed files: graphics/electriceyes/patches patch-ae Log: Minor tweaks to work with new gtk port. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.14 +7 -5 ports/graphics/electriceyes/Makefile 1.7 +13 -6 ports/graphics/electriceyes/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:40:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D4D614D5F; Sat, 29 May 1999 20:40:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67967; Sat, 29 May 1999 20:40:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300340.UAA67967@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:40:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/enlightenment-conf Makefile ports/misc/enlightenment-conf/patches patch-ab patch-aa ports/misc/enlightenment-conf/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:40:50 PDT Modified files: misc/enlightenment-conf Makefile misc/enlightenment-conf/patches patch-aa misc/enlightenment-conf/pkg PLIST Added files: misc/enlightenment-conf/patches patch-ab Log: New location on MASTER_SITE, use USE_LIBTOOL, and use new version of gtk port. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.2 +13 -17 ports/misc/enlightenment-conf/Makefile 1.2 +18 -79 ports/misc/enlightenment-conf/patches/patch-aa 1.2 +17 -19 ports/misc/enlightenment-conf/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:42: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0F2D14D5F; Sat, 29 May 1999 20:41:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68091; Sat, 29 May 1999 20:41:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300341.UAA68091@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:41:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/esound Makefile ports/audio/esound/patches patch-ac ports/audio/esound/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:41:59 PDT Modified files: audio/esound Makefile audio/esound/pkg PLIST Removed files: audio/esound/patches patch-ac Log: Set USE_LIBTOOL=yes and get rid of those pesky .la files. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.11 +2 -5 ports/audio/esound/Makefile 1.5 +0 -2 ports/audio/esound/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:42:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2DA515083; Sat, 29 May 1999 20:42:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68311; Sat, 29 May 1999 20:42:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300342.UAA68311@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:42:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/genius Makefile ports/deskutils/genius/files md5 ports/deskutils/genius/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:42:51 PDT Modified files: deskutils/genius Makefile deskutils/genius/files md5 Added files: deskutils/genius/patches patch-aa Log: Update to version 0.4.2 and use new gnome ports. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.2 +15 -25 ports/deskutils/genius/Makefile 1.2 +1 -1 ports/deskutils/genius/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:43:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC42814D5F; Sat, 29 May 1999 20:43:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68475; Sat, 29 May 1999 20:43:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300343.UAA68475@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ggv Makefile ports/print/ggv/files md5 ports/print/ggv/patches patch-aa patch-ac ports/print/ggv/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:43:44 PDT Modified files: print/ggv Makefile print/ggv/files md5 print/ggv/patches patch-aa print/ggv/pkg PLIST Removed files: print/ggv/patches patch-ac Log: Update to version 0.30 and use new gnome ports. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.8 +9 -10 ports/print/ggv/Makefile 1.3 +1 -1 ports/print/ggv/files/md5 1.3 +15 -27 ports/print/ggv/patches/patch-aa 1.3 +3 -0 ports/print/ggv/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:44:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 318C714D5F; Sat, 29 May 1999 20:44:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68552; Sat, 29 May 1999 20:44:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300344.UAA68552@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:44:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome Makefile ports/x11-toolkits/py-gnome/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:44:43 PDT Modified files: x11-toolkits/py-gnome Makefile Removed files: x11-toolkits/py-gnome/patches patch-ac Log: Use new gnome ports. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.26 +5 -3 ports/x11-toolkits/py-gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:45:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C3BF14D5F; Sat, 29 May 1999 20:45:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68642; Sat, 29 May 1999 20:45:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300345.UAA68642@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:45:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop Makefile ports/devel/libgtop/patches patch-ad patch-aa ports/devel/libgtop/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:45:41 PDT Modified files: devel/libgtop Makefile devel/libgtop/pkg PLIST Added files: devel/libgtop/patches patch-ad Removed files: devel/libgtop/patches patch-aa Log: Use new gnome ports and set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.19 +7 -11 ports/devel/libgtop/Makefile 1.5 +0 -8 ports/devel/libgtop/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:46:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0370514D5F; Sat, 29 May 1999 20:46:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68737; Sat, 29 May 1999 20:46:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300346.UAA68737@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:46:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gtop Makefile ports/sysutils/gtop/files md5 ports/sysutils/gtop/patches patch-aa patch-ac patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:46:28 PDT Modified files: sysutils/gtop Makefile sysutils/gtop/files md5 sysutils/gtop/patches patch-aa patch-ac Removed files: sysutils/gtop/patches patch-ab Log: Update to version 1.0.2 and use new gnome ports. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.10 +10 -8 ports/sysutils/gtop/Makefile 1.5 +1 -1 ports/sysutils/gtop/files/md5 1.5 +12 -3 ports/sysutils/gtop/patches/patch-aa 1.5 +8 -5 ports/sysutils/gtop/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:47:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83E6D14D5F; Sat, 29 May 1999 20:47:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68822; Sat, 29 May 1999 20:47:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300347.UAA68822@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:47:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/libghttp Makefile ports/www/libghttp/files md5 ports/www/libghttp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:47:24 PDT Modified files: www/libghttp Makefile www/libghttp/files md5 www/libghttp/pkg PLIST Log: Update to version 1.0.3. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.9 +4 -7 ports/www/libghttp/Makefile 1.4 +1 -1 ports/www/libghttp/files/md5 1.4 +1 -2 ports/www/libghttp/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:48:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 980F814D5F; Sat, 29 May 1999 20:48:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68902; Sat, 29 May 1999 20:48:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300348.UAA68902@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:48:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libaudiofile Makefile ports/audio/libaudiofile/patches patch-ab ports/audio/libaudiofile/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:48:14 PDT Modified files: audio/libaudiofile Makefile audio/libaudiofile/pkg PLIST Removed files: audio/libaudiofile/patches patch-ab Log: Set USE_LIBTOOL=yes to get rid of .la files. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.6 +2 -5 ports/audio/libaudiofile/Makefile 1.2 +0 -1 ports/audio/libaudiofile/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:49: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A31D614D5F; Sat, 29 May 1999 20:49:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68975; Sat, 29 May 1999 20:49:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300349.UAA68975@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:49:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libPropList Makefile ports/devel/libPropList/patches patch-aa ports/devel/libPropList/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:49:02 PDT Modified files: devel/libPropList Makefile devel/libPropList/pkg PLIST Removed files: devel/libPropList/patches patch-aa Log: Set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.5 +2 -5 ports/devel/libPropList/Makefile 1.3 +0 -1 ports/devel/libPropList/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:49:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A27D15156; Sat, 29 May 1999 20:49:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69019; Sat, 29 May 1999 20:49:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300349.UAA69019@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:49:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtksamba Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:49:42 PDT Modified files: net/gtksamba Makefile Log: Use new gnome libs. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.7 +5 -3 ports/net/gtksamba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:50:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAE7814BF7; Sat, 29 May 1999 20:50:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69201; Sat, 29 May 1999 20:50:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300350.UAA69201@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:50:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric Makefile ports/math/gnumeric/files md5 ports/math/gnumeric/patches patch-bk patch-aa patch-bc patch-ab ports/math/gnumeric/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:50:36 PDT Modified files: math/gnumeric Makefile math/gnumeric/files md5 math/gnumeric/patches patch-aa patch-bc math/gnumeric/pkg PLIST Added files: math/gnumeric/patches patch-bk Removed files: math/gnumeric/patches patch-ab Log: Update to version 0.26. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.12 +9 -13 ports/math/gnumeric/Makefile 1.7 +1 -1 ports/math/gnumeric/files/md5 1.6 +21 -14 ports/math/gnumeric/patches/patch-aa 1.2 +5 -5 ports/math/gnumeric/patches/patch-bc 1.5 +2 -8 ports/math/gnumeric/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:51:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F355B14DC6; Sat, 29 May 1999 20:51:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69267; Sat, 29 May 1999 20:51:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300351.UAA69267@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:51:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeutils Makefile ports/misc/gnomeutils/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:51:44 PDT Modified files: misc/gnomeutils Makefile misc/gnomeutils/patches patch-aa Log: Set USELIBTOOL=yes and use new gnome libs. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.9 +8 -9 ports/misc/gnomeutils/Makefile 1.5 +10 -1 ports/misc/gnomeutils/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:53:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 319E3154F6; Sat, 29 May 1999 20:53:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69385; Sat, 29 May 1999 20:53:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300353.UAA69385@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:53:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gnomeprint Makefile ports/print/gnomeprint/files md5 ports/print/gnomeprint/patches patch-aa patch-ab patch-ad ports/print/gnomeprint/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:53:04 PDT Modified files: print/gnomeprint Makefile print/gnomeprint/files md5 print/gnomeprint/patches patch-aa patch-ab print/gnomeprint/pkg PLIST Removed files: print/gnomeprint/patches patch-ad Log: Update to version 0.1.1. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.6 +12 -13 ports/print/gnomeprint/Makefile 1.2 +1 -1 ports/print/gnomeprint/files/md5 1.2 +20 -21 ports/print/gnomeprint/patches/patch-aa 1.2 +14 -25 ports/print/gnomeprint/patches/patch-ab 1.2 +12 -2 ports/print/gnomeprint/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:54:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3202B15416; Sat, 29 May 1999 20:53:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69444; Sat, 29 May 1999 20:53:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300353.UAA69444@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:53:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnomepim Makefile ports/deskutils/gnomepim/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:53:53 PDT Modified files: deskutils/gnomepim Makefile deskutils/gnomepim/patches patch-aa Log: Use new gtk port. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.9 +7 -8 ports/deskutils/gnomepim/Makefile 1.5 +12 -3 ports/deskutils/gnomepim/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:55: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E40C014CB4; Sat, 29 May 1999 20:54:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69536; Sat, 29 May 1999 20:54:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300354.UAA69536@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:54:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnomeobjc Makefile ports/lang/gnomeobjc/patches patch-aa patch-ac ports/lang/gnomeobjc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:54:57 PDT Modified files: lang/gnomeobjc Makefile lang/gnomeobjc/patches patch-aa lang/gnomeobjc/pkg PLIST Removed files: lang/gnomeobjc/patches patch-ac Log: Use new gnome libs and set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.12 +10 -10 ports/lang/gnomeobjc/Makefile 1.6 +22 -2 ports/lang/gnomeobjc/patches/patch-aa 1.5 +0 -2 ports/lang/gnomeobjc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:55:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 343D714CB4; Sat, 29 May 1999 20:55:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69633; Sat, 29 May 1999 20:55:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300355.UAA69633@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:55:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomenetwork Makefile ports/net/gnomenetwork/files md5 ports/net/gnomenetwork/patches patch-aa patch-ac patch-ae patch-ab patch-af ports/net/gnomenetwork/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:55:50 PDT Modified files: net/gnomenetwork Makefile net/gnomenetwork/files md5 net/gnomenetwork/patches patch-aa patch-ac patch-ae net/gnomenetwork/pkg PLIST Removed files: net/gnomenetwork/patches patch-ab patch-af Log: UPdate to version 1.0.2. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.3 +10 -14 ports/net/gnomenetwork/Makefile 1.2 +1 -1 ports/net/gnomenetwork/files/md5 1.2 +14 -5 ports/net/gnomenetwork/patches/patch-aa 1.2 +12 -3 ports/net/gnomenetwork/patches/patch-ac 1.2 +2 -5 ports/net/gnomenetwork/patches/patch-ae 1.2 +6 -1 ports/net/gnomenetwork/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:56:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC04814CA9; Sat, 29 May 1999 20:56:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69789; Sat, 29 May 1999 20:56:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300356.UAA69789@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:56:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnomemedia Makefile ports/audio/gnomemedia/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:56:44 PDT Modified files: audio/gnomemedia Makefile Removed files: audio/gnomemedia/patches patch-ab Log: Set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.3 +3 -9 ports/audio/gnomemedia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:57:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4988214D19; Sat, 29 May 1999 20:57:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69913; Sat, 29 May 1999 20:57:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300357.UAA69913@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:57:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gnomemc Makefile ports/x11-fm/gnomemc/files md5 ports/x11-fm/gnomemc/patches patch-aa patch-ab patch-ac ports/x11-fm/gnomemc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:57:42 PDT Modified files: x11-fm/gnomemc Makefile x11-fm/gnomemc/files md5 x11-fm/gnomemc/patches patch-aa patch-ab patch-ac x11-fm/gnomemc/pkg PLIST Log: Update to version 4.5.31. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.6 +8 -9 ports/x11-fm/gnomemc/Makefile 1.5 +1 -1 ports/x11-fm/gnomemc/files/md5 1.3 +3 -5 ports/x11-fm/gnomemc/patches/patch-aa 1.3 +21 -11 ports/x11-fm/gnomemc/patches/patch-ab 1.4 +6 -11 ports/x11-fm/gnomemc/patches/patch-ac 1.5 +12 -0 ports/x11-fm/gnomemc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:58:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4517A14CB4; Sat, 29 May 1999 20:58:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA70021; Sat, 29 May 1999 20:58:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300358.UAA70021@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:58:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile ports/x11/gnomelibs/patches patch-aa patch-ac patch-ba patch-bc patch-bd patch-be patch-bf patch-bg patch-bi patch-ae ports/x11/gnomelibs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:58:41 PDT Modified files: x11/gnomelibs Makefile x11/gnomelibs/patches patch-aa patch-ac patch-ba patch-bc patch-bd patch-be patch-bf patch-bg patch-bi x11/gnomelibs/pkg PLIST Removed files: x11/gnomelibs/patches patch-ae Log: Use new gnome libs and set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.41 +10 -11 ports/x11/gnomelibs/Makefile 1.13 +16 -7 ports/x11/gnomelibs/patches/patch-aa 1.7 +7 -20 ports/x11/gnomelibs/patches/patch-ac 1.3 +1 -1 ports/x11/gnomelibs/patches/patch-ba 1.5 +3 -7 ports/x11/gnomelibs/patches/patch-bc 1.5 +9 -18 ports/x11/gnomelibs/patches/patch-bd 1.3 +1 -1 ports/x11/gnomelibs/patches/patch-be 1.3 +1 -1 ports/x11/gnomelibs/patches/patch-bf 1.5 +21 -22 ports/x11/gnomelibs/patches/patch-bg 1.2 +9 -14 ports/x11/gnomelibs/patches/patch-bi 1.15 +10 -14 ports/x11/gnomelibs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 20:59:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B3D614C13; Sat, 29 May 1999 20:59:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA70106; Sat, 29 May 1999 20:59:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300359.UAA70106@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 20:59:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gnomegames Makefile ports/games/gnomegames/patches patch-aa patch-ab patch-ad ports/games/gnomegames/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 20:59:32 PDT Modified files: games/gnomegames Makefile games/gnomegames/patches patch-aa patch-ab games/gnomegames/pkg PLIST Removed files: games/gnomegames/patches patch-ad Log: Use new gnome libs and set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.17 +8 -9 ports/games/gnomegames/Makefile 1.8 +12 -3 ports/games/gnomegames/patches/patch-aa 1.7 +4 -4 ports/games/gnomegames/patches/patch-ab 1.11 +2 -9 ports/games/gnomegames/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 21: 0:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8978214CA9; Sat, 29 May 1999 21:00:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70301; Sat, 29 May 1999 21:00:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300400.VAA70301@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 21:00:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomecore Makefile ports/x11/gnomecore/patches patch-aa patch-ab patch-ae patch-ag patch-af patch-ai patch-aj ports/x11/gnomecore/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 21:00:49 PDT Modified files: x11/gnomecore Makefile x11/gnomecore/patches patch-aa patch-ab patch-ae patch-ag x11/gnomecore/pkg PLIST Removed files: x11/gnomecore/patches patch-af patch-ai patch-aj Log: Use new gtk port and set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.24 +8 -11 ports/x11/gnomecore/Makefile 1.10 +13 -22 ports/x11/gnomecore/patches/patch-aa 1.4 +0 -11 ports/x11/gnomecore/patches/patch-ab 1.11 +17 -5 ports/x11/gnomecore/patches/patch-ae 1.7 +13 -2 ports/x11/gnomecore/patches/patch-ag 1.11 +59 -91 ports/x11/gnomecore/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 21: 2:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA2E414CA9; Sat, 29 May 1999 21:02:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70386; Sat, 29 May 1999 21:02:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300402.VAA70386@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 21:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomecontrolcenter Makefile ports/sysutils/gnomecontrolcenter/patches patch-bo patch-ce patch-aa patch-af patch-cc patch-cd ports/sysutils/gnomecontrolcenter/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 21:02:09 PDT Modified files: sysutils/gnomecontrolcenter Makefile sysutils/gnomecontrolcenter/patches patch-aa sysutils/gnomecontrolcenter/pkg PLIST Added files: sysutils/gnomecontrolcenter/patches patch-bo patch-ce Removed files: sysutils/gnomecontrolcenter/patches patch-af patch-cc patch-cd Log: Use new gnome libs and set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.11 +8 -11 ports/sysutils/gnomecontrolcenter/Makefile 1.7 +20 -11 ports/sysutils/gnomecontrolcenter/patches/patch-aa 1.7 +14 -11 ports/sysutils/gnomecontrolcenter/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 21: 3: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84AE414C13; Sat, 29 May 1999 21:03:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70434; Sat, 29 May 1999 21:03:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300403.VAA70434@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 21:03:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnomeaudio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 21:03:01 PDT Modified files: audio/gnomeaudio Makefile Log: New location onf MASTER_SITE. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.9 +2 -2 ports/audio/gnomeaudio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 21: 4:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7158F14C13; Sat, 29 May 1999 21:04:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70571; Sat, 29 May 1999 21:04:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300404.VAA70571@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 21:04:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomeadmin Makefile ports/sysutils/gnomeadmin/patches patch-aa patch-ac patch-ad patch-ab ports/sysutils/gnomeadmin/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 21:04:11 PDT Modified files: sysutils/gnomeadmin Makefile sysutils/gnomeadmin/patches patch-aa patch-ac patch-ad sysutils/gnomeadmin/pkg PLIST Removed files: sysutils/gnomeadmin/patches patch-ab Log: Use new gnome libs and set USE_LIBTOOL=yes. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.8 +7 -11 ports/sysutils/gnomeadmin/Makefile 1.5 +11 -2 ports/sysutils/gnomeadmin/patches/patch-aa 1.4 +1 -1 ports/sysutils/gnomeadmin/patches/patch-ac 1.3 +4 -10 ports/sysutils/gnomeadmin/patches/patch-ad 1.4 +1 -1 ports/sysutils/gnomeadmin/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 21: 4:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 922FD14C13; Sat, 29 May 1999 21:04:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70621; Sat, 29 May 1999 21:04:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300404.VAA70621@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 21:04:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnome-icu Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 21:04:55 PDT Modified files: net/gnome-icu Makefile Log: Use new gnome libs. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.11 +5 -4 ports/net/gnome-icu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 29 21: 6: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C31C14DC6; Sat, 29 May 1999 21:06:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70685; Sat, 29 May 1999 21:06:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905300406.VAA70685@freefall.freebsd.org> From: Steve Price Date: Sat, 29 May 1999 21:06:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/29 21:06:01 PDT Modified files: x11/gnome Makefile Log: And finally a brand new gnome meta port. PR: 11844 Submitted by: Jeremy Lea Revision Changes Path 1.6 +17 -2 ports/x11/gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 3:27:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DC8914D75; Sun, 30 May 1999 03:27:15 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA88282; Sun, 30 May 1999 03:27:15 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301027.DAA88282@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 03:27:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 03:27:14 PDT Modified files: sys/sys bus.h sys/kern subr_bus.c Log: * Add a function devclass_create() which looks up the named devclass and creates it if it doesn't exist. * Rename resource_list_remove() to resource_list_delete() for consistency. Revision Changes Path 1.19 +4 -3 src/sys/sys/bus.h 1.29 +8 -2 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 3:45:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EC8F14D75; Sun, 30 May 1999 03:45:07 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA89222; Sun, 30 May 1999 03:45:07 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301045.DAA89222@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 03:45:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common boot.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 03:45:06 PDT Modified files: sys/boot/common boot.c Log: Typo: "can't boot 'boot'" should be "can't boot 'kernel'" Revision Changes Path 1.12 +2 -2 src/sys/boot/common/boot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 3:50:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C36FA14D8C; Sun, 30 May 1999 03:49:29 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA89742; Sun, 30 May 1999 03:49:29 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301049.DAA89742@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 03:49:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa mcclock_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 03:49:29 PDT Modified files: sys/alpha/isa mcclock_isa.c Log: Use resource allocation apis to get ports. Revision Changes Path 1.6 +34 -9 src/sys/alpha/isa/mcclock_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 3:51:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 869EF15416; Sun, 30 May 1999 03:51:02 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA89968; Sun, 30 May 1999 03:51:01 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301051.DAA89968@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 03:51:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 03:51:00 PDT Modified files: sys/i386/i386 nexus.c Log: Activate/deactivate resources by calling the method, not through the resource manager automatic handling of RF_ACTIVE. Revision Changes Path 1.11 +17 -1 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 3:54: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73B3614D2B; Sun, 30 May 1999 03:54:04 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA90101; Sun, 30 May 1999 03:54:04 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905301054.DAA90101@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 30 May 1999 03:54:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/30 03:54:03 PDT Modified files: en support.sgml Log: A new FreeBSD user's group has been created in Wichita, Ks Submitted by: "Ben Salem (Admin)" Added Tampa Florida Users Group Submitted by: Scott Morris Revision Changes Path 1.141 +22 -2 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 3:55: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0556D154D7; Sun, 30 May 1999 03:54:35 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA90166; Sun, 30 May 1999 03:54:34 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301054.DAA90166@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 03:54:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 03:54:34 PDT Modified files: sys/pci pci.c Log: In pci_alloc_resource() only check start and end to see if its a default. Revision Changes Path 1.105 +2 -2 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 3:57: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 626ED15A1C; Sun, 30 May 1999 03:57:00 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA90473; Sun, 30 May 1999 03:56:59 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905301056.DAA90473@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 30 May 1999 03:56:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cgi-style.pl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/30 03:56:59 PDT Modified files: en/cgi cgi-style.pl Log: Added forgotten open tag Added robots meta tag "nofollow" Revision Changes Path 1.13 +5 -3 www/en/cgi/cgi-style.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4: 2:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AD2714BE3; Sun, 30 May 1999 04:02:20 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA92927; Sun, 30 May 1999 04:02:20 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301102.EAA92927@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 04:02:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa pnp.h isa_common.c isa_common.h isa_if.m isareg.h isavar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 04:02:19 PDT Modified files: sys/isa isa_common.c isa_common.h isa_if.m isareg.h isavar.h Added files: sys/isa pnp.h Log: * Add ivars for ISA pnp. * Move isa_dma* declarations to isavar.h. * Add a method ISA_DELETE_RESOURCE() to the ISA interface. * Tidy up include protection defines. Revision Changes Path 1.3 +49 -2 src/sys/isa/isa_common.c 1.2 +5 -1 src/sys/isa/isa_common.h 1.2 +11 -1 src/sys/isa/isa_if.m 1.3 +4 -4 src/sys/isa/isareg.h 1.9 +31 -4 src/sys/isa/isavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4: 3:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E41B14C13; Sun, 30 May 1999 04:03:13 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA92974; Sun, 30 May 1999 04:03:13 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301103.EAA92974@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 04:03:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_device.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 04:03:13 PDT Modified files: sys/i386/isa isa_device.h Log: Don't include isa_dma.h if we have already seen isavar.h Revision Changes Path 1.62 +3 -1 src/sys/i386/isa/isa_device.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4: 4:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEE3814BE3; Sun, 30 May 1999 04:04:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA93027; Sun, 30 May 1999 04:04:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301104.EAA93027@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 04:04:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 04:04:34 PDT Modified files: sys/i386/isa isa_compat.c Log: * Use ISA_DELETE_RESOURCE to cancel memory resource if driver clears maddr. * Don't allow new-style isapnp devices through the compat interfaces. Revision Changes Path 1.12 +8 -4 src/sys/i386/isa/isa_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4: 5:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E6B614BE3; Sun, 30 May 1999 04:05:48 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA93094; Sun, 30 May 1999 04:05:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301105.EAA93094@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 04:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 04:05:42 PDT Modified files: sys/i386/isa isa.c Log: Allow up to 8 ports, 4 memory regions and two irqs and drqs. Revision Changes Path 1.128 +8 -4 src/sys/i386/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4:10:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 066B914BE3; Sun, 30 May 1999 04:10:13 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA93335; Sun, 30 May 1999 04:10:13 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301110.EAA93335@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 04:10:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa bt_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 04:10:13 PDT Modified files: sys/i386/isa bt_isa.c Log: No support for pnp devices yet. Revision Changes Path 1.13 +5 -1 src/sys/i386/isa/bt_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4:10:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B84E14BE3; Sun, 30 May 1999 04:10:57 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA93452; Sun, 30 May 1999 04:10:57 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301110.EAA93452@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 04:10:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 04:10:56 PDT Modified files: sys/i386/isa fd.c Log: No support for pnp yet. Revision Changes Path 1.144 +5 -2 src/sys/i386/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4:12:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80BDC14BE3; Sun, 30 May 1999 04:12:33 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA93533; Sun, 30 May 1999 04:12:33 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301112.EAA93533@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 04:12:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa atkbdc_isa.c syscons_isa.c vga_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 04:12:32 PDT Modified files: sys/isa atkbdc_isa.c syscons_isa.c vga_isa.c Log: No support for pnp yet. Revision Changes Path 1.8 +5 -1 src/sys/isa/atkbdc_isa.c 1.4 +5 -1 src/sys/isa/syscons_isa.c 1.9 +5 -1 src/sys/isa/vga_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4:14:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E92614BE3; Sun, 30 May 1999 04:14:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA93600; Sun, 30 May 1999 04:14:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905301114.EAA93600@freefall.freebsd.org> From: Doug Rabson Date: Sun, 30 May 1999 04:14:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/30 04:14:43 PDT Modified files: sys/isa sio.c Log: Simplistic pnp support. Needs more ids to be added. Revision Changes Path 1.244 +8 -1 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 4:45:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 738FA14D71; Sun, 30 May 1999 04:45:10 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA94921; Sun, 30 May 1999 04:45:10 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Message-Id: <199905301145.EAA94921@freefall.freebsd.org> From: "Justin M. Seger" Date: Sun, 30 May 1999 04:45:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1999/05/30 04:45:09 PDT Modified files: graphics/ImageMagick Makefile graphics/ImageMagick/files md5 Log: Upgrade to ImageMagick-4.2.5. Also fix compilation on current. Revision Changes Path 1.68 +6 -7 ports/graphics/ImageMagick/Makefile 1.38 +1 -1 ports/graphics/ImageMagick/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 5:48:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EBE814C9A; Sun, 30 May 1999 05:48:53 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97767; Sun, 30 May 1999 05:48:53 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905301248.FAA97767@freefall.freebsd.org> From: Nick Hibma Date: Sun, 30 May 1999 05:48:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ums.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/30 05:48:52 PDT Modified files: sys/dev/usb ums.c Log: When the mouse is being disconnected, do the followings: - Call ums_disable() to abort the pipe. - Do not wake up processes which has been waiting or polling for mouse data. It won't be available anymore. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.21 +15 -5 src/sys/dev/usb/ums.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 5:49:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F04314C9A; Sun, 30 May 1999 05:49:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97824; Sun, 30 May 1999 05:49:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905301249.FAA97824@freefall.freebsd.org> From: Nick Hibma Date: Sun, 30 May 1999 05:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/30 05:49:40 PDT Modified files: sys/dev/usb uhci.c Log: - When aborting an interrupt pipe, just wait for 1ms for the completion of the current interrupt trasaction. - Do not schedule the next interrupt transaction if the pipe is being aborted or the last round of the interrupt transaction ended with error. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.26 +6 -10 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 6: 3: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D63BF14D75; Sun, 30 May 1999 06:03:03 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98311; Sun, 30 May 1999 06:03:03 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905301303.GAA98311@freefall.freebsd.org> From: Nick Hibma Date: Sun, 30 May 1999 06:03:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ulpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/30 06:03:03 PDT Modified files: sys/dev/usb ulpt.c Log: 1) Add URL for printer class specification 2) Change name of UE_IN to UE_DIR 3) Enable printing of the Printer Id string 4) Clean up debugging output while we are at it. Revision Changes Path 1.16 +9 -13 src/sys/dev/usb/ulpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 6:20:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CD9314F2B; Sun, 30 May 1999 06:20:11 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA99322; Sun, 30 May 1999 06:20:11 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199905301320.GAA99322@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 30 May 1999 06:20:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps Makefile ports/devel/nps/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/05/30 06:20:10 PDT Modified files: devel/nps Makefile devel/nps/files md5 Log: NPS 0.9.11 -> 0.9.12 Revision Changes Path 1.6 +3 -3 ports/devel/nps/Makefile 1.6 +1 -1 ports/devel/nps/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 6:22:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D01BC150E5; Sun, 30 May 1999 06:22:15 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA99397; Sun, 30 May 1999 06:22:15 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905301322.GAA99397@freefall.freebsd.org> From: Roger Hardiman Date: Sun, 30 May 1999 06:22:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcireg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/30 06:22:14 PDT Modified files: (Branch: RELENG_3) sys/pci pcireg.h Log: Rename PCIS_BRDIGE_HOST to PCIS_BRIDGE_HOST Revision Changes Path 1.20.2.1 +2 -2 src/sys/pci/pcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 7:55:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 008BD150B3; Sun, 30 May 1999 07:55:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA64694; Sun, 30 May 1999 07:55:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905301455.HAA64694@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 30 May 1999 07:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd kbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/30 07:55:25 PDT Modified files: sys/dev/kbd kbd.c Log: Don't bogusly define a d_reset_t function. Revision Changes Path 1.7 +2 -14 src/sys/dev/kbd/kbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 9:42:45 1999 Delivered-To: cvs-all@freebsd.org Received: from mail-gw6.pacbell.net (mail-gw6.pacbell.net [206.13.28.41]) by hub.freebsd.org (Postfix) with ESMTP id 4B044153E6 for ; Sun, 30 May 1999 09:42:42 -0700 (PDT) (envelope-from viagra_online@usa.net) Received: from adsl-207-105-40-236.dsl.lsan03.pacbell.net (adsl-207-105-40-236.dsl.lsan03.pacbell.net [207.105.40.236]) by mail-gw6.pacbell.net (8.9.3/8.9.3) with SMTP id JAA11029 for ; Sun, 30 May 1999 09:42:38 -0700 (PDT) Message-Id: <199905301642.JAA11029@mail-gw6.pacbell.net> X-Authentication-Warning: mail-gw6.pacbell.net: adsl-207-105-40-236.dsl.lsan03.pacbell.net [207.105.40.236] didn't use HELO protocol To: cvs-all@FreeBSD.ORG From: "Medical Center Online" Date: Sun, 30 May 99 09:43:32 -0700 Subject: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE X-Mailer: http://www.smartsurf.net/clients/medicalcenter Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk http://www.smartsurf.net/clients/medicalcenter Some people may find this subject a bit offensive, but the truth of the matter is Viagra from Pfizer has truly helped many people and even saved marriages. The only problem in the past was that in order to get a prescription for this marriage-saving pill was to go through an EMBARASSING appointment with your doctor. I know, I had to tell a strange nurse why I wanted to see the doctor - it wasn't one of the most comfortable phone calls :-) So if you are one of the many millions of Americans suffering from ED (erectile dysfunction) or you would just like to try Viagra to see if it will increase intimacy with your mate (it will) - here is an opportunity to order it discretely, privately and inexpensively right over the internet. ------------------------------ Need Viagra? No Prescription? No Problem... No appointments, no waiting rooms, no embarrassment. Imagine -- your next order of Viagra is just a click away. MedCenter Online in association with KwikMed, Inc. is able to offer individuals afflicted with sexual dysfunction the ability to order Viagra online --------------------------------------------------------------------------------- Genuine Pfizer Viagra(tm) Can Be Legally Ordered Online For As Little As $6 Per Dose (normally $10 per dose - You save $4 per dose) --------------------------------------------------------------------------------- click on the link below for information on how you can order Viagra(tm) for as little as $6 per dose: http://www.smartsurf.net/clients/medicalcenter --------------------------------------------------------------------------------- It has been estimated that up to 30 million American men suffer from sexual dysfunction (impotence). Until recently, sexual dysfunction has been effectively treated with injections, surgery, and other procedures, many of which are painful and embarrassing. In March 1998, the FDA announced that Viagra® a new drug from Pfizer, Inc., has been approved as treatment for male sexual dysfunction. MedCenter Online & KwikMed, Inc. is able to offer individuals afflicted with sexual dysfunction an evaluation for suitability to Viagra therapy. The evaluation is performed by qualified American physicians in a manner which is simple, secure, and without embarrassment. http://www.smartsurf.net/clients/medicalcenter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 9:54: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42F7F1531E; Sun, 30 May 1999 09:53:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA73121; Sun, 30 May 1999 09:53:52 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905301653.JAA73121@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 30 May 1999 09:53:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha cons.c mem.c promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/coda coda_fbsd.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/30 09:53:50 PDT Modified files: sys/alpha/alpha cons.c mem.c promcons.c sys/alpha/tlsb zs_tlsb.c sys/cam cam_xpt.c sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c sys/coda coda_fbsd.c sys/dev/ata ata-disk.c atapi-cd.c atapi-fd.c atapi-tape.c sys/dev/ccd ccd.c sys/dev/dpt dpt_control.c sys/dev/fb fb.c sys/dev/hfa fore_load.c sys/dev/iicbus iic.c sys/dev/kbd atkbd.c kbd.c sys/dev/ppbus lpt.c ppi.c pps.c sys/dev/smbus smb.c sys/dev/streams streams.c sys/dev/syscons syscons.c sys/dev/usb ugen.c uhid.c ukbd.c ulpt.c ums.c usb.c sys/dev/vn vn.c sys/gnu/i386/isa dgb.c dgm.c sys/i386/apm apm.c sys/i386/i386 cons.c mem.c sys/i386/isa asc.c atapi-cd.c ctx.c cx.c cy.c fd.c gpib.c gsc.c istallion.c joy.c labpc.c loran.c mcd.c mse.c pcaudio.c rc.c rp.c scd.c si.c spigot.c spkr.c stallion.c tw.c wd.c wfd.c wst.c wt.c sys/i386/isa/matcd matcd.c sys/i386/isa/pcvt pcvt_drv.c sys/i386/isa/snd sound.c sys/i386/isa/sound soundcard.c sys/isa psm.c sio.c vga_isa.c sys/kern kern_descrip.c subr_log.c tty_pty.c tty_snoop.c tty_tty.c sys/net bpf.c if_tun.c sys/netinet mlf_ipl.c sys/pc98/pc98 fd.c lpt.c mse.c pc98gdc.c pc98kbd.c pcaudio.c sio.c spkr.c syscons.c wd.c sys/pccard pccard.c sys/pci brooktree848.c meteor.c pci.c xrpu.c sys/sys conf.h sys/vm vm_swap.c Log: This commit should be a extensive NO-OP: Reformat and initialize correctly all "struct cdevsw". Initialize the d_maj and d_bmaj fields. The d_reset field was not removed, although it is never used. I used a program to do most of this, so all the files now use the same consistent format. Please keep it that way. Vinum and i4b not modified, patches emailed to respective authors. Revision Changes Path 1.8 +22 -5 src/sys/alpha/alpha/cons.c 1.9 +22 -5 src/sys/alpha/alpha/mem.c 1.8 +20 -5 src/sys/alpha/alpha/promcons.c 1.13 +20 -5 src/sys/alpha/tlsb/zs_tlsb.c 1.62 +21 -22 src/sys/cam/cam_xpt.c 1.22 +21 -22 src/sys/cam/scsi/scsi_cd.c 1.13 +21 -22 src/sys/cam/scsi/scsi_ch.c 1.26 +21 -22 src/sys/cam/scsi/scsi_da.c 1.11 +21 -22 src/sys/cam/scsi/scsi_pass.c 1.9 +21 -22 src/sys/cam/scsi/scsi_pt.c 1.27 +21 -22 src/sys/cam/scsi/scsi_sa.c 1.13 +20 -20 src/sys/cam/scsi/scsi_target.c 1.14 +21 -6 src/sys/coda/coda_fbsd.c 1.12 +23 -8 src/sys/dev/ata/ata-disk.c 1.9 +20 -6 src/sys/dev/ata/atapi-cd.c 1.9 +20 -6 src/sys/dev/ata/atapi-fd.c 1.9 +20 -6 src/sys/dev/ata/atapi-tape.c 1.48 +21 -6 src/sys/dev/ccd/ccd.c 1.13 +22 -6 src/sys/dev/dpt/dpt_control.c 1.4 +20 -5 src/sys/dev/fb/fb.c 1.9 +22 -14 src/sys/dev/hfa/fore_load.c 1.11 +22 -5 src/sys/dev/iicbus/iic.c 1.11 +21 -6 src/sys/dev/kbd/atkbd.c 1.8 +20 -5 src/sys/dev/kbd/kbd.c 1.4 +22 -5 src/sys/dev/ppbus/lpt.c 1.14 +22 -5 src/sys/dev/ppbus/ppi.c 1.18 +22 -6 src/sys/dev/ppbus/pps.c 1.12 +22 -5 src/sys/dev/smbus/smb.c 1.5 +20 -14 src/sys/dev/streams/streams.c 1.304 +21 -7 src/sys/dev/syscons/syscons.c 1.16 +20 -5 src/sys/dev/usb/ugen.c 1.15 +20 -5 src/sys/dev/usb/uhid.c 1.15 +21 -6 src/sys/dev/usb/ukbd.c 1.17 +21 -6 src/sys/dev/usb/ulpt.c 1.22 +20 -5 src/sys/dev/usb/ums.c 1.12 +20 -5 src/sys/dev/usb/usb.c 1.80 +21 -6 src/sys/dev/vn/vn.c 1.49 +21 -7 src/sys/gnu/i386/isa/dgb.c 1.14 +21 -7 src/sys/gnu/i386/isa/dgm.c 1.87 +22 -5 src/sys/i386/apm/apm.c 1.66 +21 -7 src/sys/i386/i386/cons.c 1.62 +22 -5 src/sys/i386/i386/mem.c 1.37 +22 -5 src/sys/i386/isa/asc.c 1.19 +20 -6 src/sys/i386/isa/atapi-cd.c 1.31 +22 -5 src/sys/i386/isa/ctx.c 1.39 +20 -6 src/sys/i386/isa/cx.c 1.89 +21 -7 src/sys/i386/isa/cy.c 1.145 +23 -8 src/sys/i386/isa/fd.c 1.24 +21 -4 src/sys/i386/isa/gpib.c 1.31 +21 -4 src/sys/i386/isa/gsc.c 1.28 +21 -7 src/sys/i386/isa/istallion.c 1.27 +21 -4 src/sys/i386/isa/joy.c 1.32 +21 -4 src/sys/i386/isa/labpc.c 1.19 +22 -6 src/sys/i386/isa/loran.c 1.107 +21 -6 src/sys/i386/isa/mcd.c 1.43 +22 -5 src/sys/i386/isa/mse.c 1.49 +22 -5 src/sys/i386/isa/pcaudio.c 1.46 +20 -6 src/sys/i386/isa/rc.c 1.27 +21 -7 src/sys/i386/isa/rp.c 1.46 +21 -6 src/sys/i386/isa/scd.c 1.86 +21 -7 src/sys/i386/isa/si.c 1.39 +21 -4 src/sys/i386/isa/spigot.c 1.36 +22 -5 src/sys/i386/isa/spkr.c 1.32 +21 -7 src/sys/i386/isa/stallion.c 1.34 +21 -4 src/sys/i386/isa/tw.c 1.198 +21 -6 src/sys/i386/isa/wd.c 1.24 +21 -6 src/sys/i386/isa/wfd.c 1.22 +21 -5 src/sys/i386/isa/wst.c 1.51 +21 -5 src/sys/i386/isa/wt.c 1.40 +21 -6 src/sys/i386/isa/matcd/matcd.c 1.53 +20 -6 src/sys/i386/isa/pcvt/pcvt_drv.c 1.29 +19 -4 src/sys/i386/isa/snd/sound.c 1.83 +19 -3 src/sys/i386/isa/sound/soundcard.c 1.10 +21 -5 src/sys/isa/psm.c 1.245 +21 -7 src/sys/isa/sio.c 1.10 +21 -6 src/sys/isa/vga_isa.c 1.62 +22 -5 src/sys/kern/kern_descrip.c 1.35 +22 -5 src/sys/kern/subr_log.c 1.60 +41 -13 src/sys/kern/tty_pty.c 1.37 +21 -4 src/sys/kern/tty_snoop.c 1.26 +21 -7 src/sys/kern/tty_tty.c 1.50 +22 -5 src/sys/net/bpf.c 1.57 +19 -3 src/sys/net/if_tun.c 1.15 +21 -6 src/sys/netinet/mlf_ipl.c 1.62 +23 -8 src/sys/pc98/pc98/fd.c 1.27 +22 -5 src/sys/pc98/pc98/lpt.c 1.21 +22 -5 src/sys/pc98/pc98/mse.c 1.9 +21 -6 src/sys/pc98/pc98/pc98gdc.c 1.8 +21 -6 src/sys/pc98/pc98/pc98kbd.c 1.23 +22 -5 src/sys/pc98/pc98/pcaudio.c 1.97 +21 -7 src/sys/pc98/pc98/sio.c 1.15 +22 -5 src/sys/pc98/pc98/spkr.c 1.119 +21 -7 src/sys/pc98/pc98/syscons.c 1.83 +21 -8 src/sys/pc98/pc98/wd.c 1.79 +22 -5 src/sys/pccard/pccard.c 1.82 +21 -7 src/sys/pci/brooktree848.c 1.42 +22 -5 src/sys/pci/meteor.c 1.106 +20 -3 src/sys/pci/pci.c 1.11 +24 -9 src/sys/pci/xrpu.c 1.57 +4 -13 src/sys/sys/conf.h 1.69 +22 -7 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 11: 7: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EEA51504A; Sun, 30 May 1999 11:07:00 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76695; Sun, 30 May 1999 11:07:00 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905301807.LAA76695@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 30 May 1999 11:07:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/more command.c decode.c input.c less.h line.c main.c output.c position.c prim.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/30 11:07:00 PDT Modified files: usr.bin/more command.c decode.c input.c less.h line.c main.c output.c position.c prim.c Log: General code cleanup [incomplete]. Make the arrow keys work. Revision Changes Path 1.11 +49 -7 src/usr.bin/more/command.c 1.2 +22 -2 src/usr.bin/more/decode.c 1.3 +39 -12 src/usr.bin/more/input.c 1.3 +7 -2 src/usr.bin/more/less.h 1.5 +30 -11 src/usr.bin/more/line.c 1.11 +15 -14 src/usr.bin/more/main.c 1.9 +108 -20 src/usr.bin/more/output.c 1.3 +7 -0 src/usr.bin/more/position.c 1.7 +62 -23 src/usr.bin/more/prim.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 11: 9:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D1851504A; Sun, 30 May 1999 11:09:19 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76876; Sun, 30 May 1999 11:09:19 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905301809.LAA76876@freefall.freebsd.org> From: Bill Paul Date: Sun, 30 May 1999 11:09:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/30 11:09:19 PDT Modified files: sys/pci if_xl.c if_xlreg.h Log: Head for the hills friends and neighbors, 3Com has yet another 3c90X chipset. First you thrilled to the 3c905, then you trembled at the 3c905B, now gaze in wonder at: the 3c905C! This appears to be another 3c90X series chip called the Tornado (PCI ID 0x10B7/0x9200) and should be equivalent (from the driver API perspective) to the 3c905B, so all we have to do is add the PCI ID to the list. Revision Changes Path 1.38 +5 -2 src/sys/pci/if_xl.c 1.17 +2 -1 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 11:11:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD7A41504A; Sun, 30 May 1999 11:11:48 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA77025; Sun, 30 May 1999 11:11:48 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905301811.LAA77025@freefall.freebsd.org> From: Bill Paul Date: Sun, 30 May 1999 11:11:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/30 11:11:48 PDT Modified files: sys/pci if_xl.c Log: Whoops, forgot to update xl_mediacheck() to account for the 3c905C. Revision Changes Path 1.39 +3 -2 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 11:17:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2B6D15191; Sun, 30 May 1999 11:17:11 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA77515; Sun, 30 May 1999 11:17:11 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905301817.LAA77515@freefall.freebsd.org> From: Bill Paul Date: Sun, 30 May 1999 11:17:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/30 11:17:11 PDT Modified files: (Branch: RELENG_3) sys/pci if_xl.c if_xlreg.h Log: MFC: add PCI ID for the 3c905C-TX "Tornado" NIC. Revision Changes Path 1.22.2.13 +6 -2 src/sys/pci/if_xl.c 1.9.2.7 +2 -1 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 11:46:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DA0514E7B; Sun, 30 May 1999 11:46:09 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA79242; Sun, 30 May 1999 11:46:08 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905301846.LAA79242@freefall.freebsd.org> From: Nick Hibma Date: Sun, 30 May 1999 11:46:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/30 11:46:08 PDT Modified files: sys/dev/usb umass.c Log: Notify CAM of the removed device on detach. Revision Changes Path 1.5 +4 -6 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 11:49:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9DE11508F; Sun, 30 May 1999 11:49:19 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA79535; Sun, 30 May 1999 11:49:19 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905301849.LAA79535@freefall.freebsd.org> From: Nick Hibma Date: Sun, 30 May 1999 11:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/30 11:49:19 PDT Modified files: sys/dev/usb usb_subr.c Log: Enable attachment of multiple drivers to a single device. Revision Changes Path 1.13 +17 -12 src/sys/dev/usb/usb_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 11:55:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B986D1508F; Sun, 30 May 1999 11:55:23 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA79879; Sun, 30 May 1999 11:55:23 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905301855.LAA79879@freefall.freebsd.org> From: Bill Paul Date: Sun, 30 May 1999 11:55:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/30 11:55:22 PDT Modified files: sys/pci if_rl.c if_rlreg.h Log: Add support for SiS 900 chipset (PCI ID 0x1039/0x0900), which appears to be yet another rebadged RealTek 8139. Revision Changes Path 1.16 +6 -3 src/sys/pci/if_rl.c 1.7 +11 -1 src/sys/pci/if_rlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 11:56:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D56F61508F; Sun, 30 May 1999 11:56:48 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80024; Sun, 30 May 1999 11:56:48 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199905301856.LAA80024@freefall.freebsd.org> From: Bill Paul Date: Sun, 30 May 1999 11:56:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/05/30 11:56:48 PDT Modified files: (Branch: RELENG_3) sys/pci if_rl.c if_rlreg.h Log: MFC: add support for SiS 900 RealTek workalike chipset. Revision Changes Path 1.9.2.5 +6 -3 src/sys/pci/if_rl.c 1.4.2.3 +11 -1 src/sys/pci/if_rlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 14:13:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33C4514EFB; Sun, 30 May 1999 14:13:54 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA88309; Sun, 30 May 1999 14:13:54 -0700 (PDT) (envelope-from mph@FreeBSD.org) Message-Id: <199905302113.OAA88309@freefall.freebsd.org> From: Matthew Hunt Date: Sun, 30 May 1999 14:13:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/crafty Makefile ports/games/crafty/files md5 ports/games/crafty/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1999/05/30 14:13:53 PDT Modified files: games/crafty Makefile games/crafty/files md5 games/crafty/patches patch-aa Log: Upgrade to 16.8. In lieu of: Studying for exams Revision Changes Path 1.12 +5 -5 ports/games/crafty/Makefile 1.16 +1 -1 ports/games/crafty/files/md5 1.6 +11 -24 ports/games/crafty/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 14:20:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92B7C14EFB; Sun, 30 May 1999 14:20:28 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA88836; Sun, 30 May 1999 14:20:27 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905302120.OAA88836@freefall.freebsd.org> From: Nik Clayton Date: Sun, 30 May 1999 14:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial software.raw Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/30 14:20:27 PDT Modified files: en/commercial software.raw Log: Added entries for Aestiva HTML, and LynxStation. Revision Changes Path 1.12 +18 -0 www/en/commercial/software.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 14:21: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 750EA14EFB; Sun, 30 May 1999 14:21:01 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA88892; Sun, 30 May 1999 14:21:01 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905302121.OAA88892@freefall.freebsd.org> From: Nik Clayton Date: Sun, 30 May 1999 14:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial hardware.raw Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/30 14:21:01 PDT Modified files: en/commercial hardware.raw Log: Updated contact details for GND. Added LAN Media corporation. Revision Changes Path 1.5 +14 -3 www/en/commercial/hardware.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 14:22:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97D2C14EFB; Sun, 30 May 1999 14:22:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA89054; Sun, 30 May 1999 14:22:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905302122.OAA89054@freefall.freebsd.org> From: Nik Clayton Date: Sun, 30 May 1999 14:22:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/install chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/30 14:22:18 PDT Modified files: en/handbook/install chapter.sgml Log: Fix some leading/trailing whitespace on paragraphs that crept in somehow. Revision Changes Path 1.15 +13 -13 doc/en/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 14:31:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D8CF15213; Sun, 30 May 1999 14:31:20 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA89492; Sun, 30 May 1999 14:31:20 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905302131.OAA89492@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 30 May 1999 14:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ppp ppp.conf.sample Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/30 14:31:19 PDT Modified files: share/examples/ppp ppp.conf.sample Log: procedure, not proceedure. Revision Changes Path 1.5 +3 -3 src/share/examples/ppp/ppp.conf.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 14:34:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 658F115232; Sun, 30 May 1999 14:34:42 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA89782; Sun, 30 May 1999 14:34:39 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905302134.OAA89782@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 30 May 1999 14:34:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ppp ppp.conf.sample Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/30 14:34:33 PDT Modified files: (Branch: RELENG_3) share/examples/ppp ppp.conf.sample Log: MFC: spelling fix. Revision Changes Path 1.2.2.4 +3 -3 src/share/examples/ppp/ppp.conf.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 15: 5:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0992B14C4E; Sun, 30 May 1999 15:05:43 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA91779; Sun, 30 May 1999 15:05:42 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199905302205.PAA91779@freefall.freebsd.org> From: Nik Clayton Date: Sun, 30 May 1999 15:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/05/30 15:05:42 PDT Modified files: en/handbook/ports chapter.sgml Log: Bump the osreldate listing, to show 400006 (socket changes). Submitted by: Chris Costello Revision Changes Path 1.21 +5 -1 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 15:10:46 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id E0AC514E91; Sun, 30 May 1999 15:09:19 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id SAA13293; Sun, 30 May 1999 18:12:11 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Sun, 30 May 1999 18:12:11 -0400 (EDT) From: Bill Fumerola To: Nik Clayton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en/handbook/ports chapter.sgml In-Reply-To: <199905302205.PAA91779@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 30 May 1999, Nik Clayton wrote: > nik 1999/05/30 15:05:42 PDT > > Modified files: > en/handbook/ports chapter.sgml > Log: > Bump the osreldate listing, to show 400006 (socket changes). > These changes haven't happened yet, to my knowledge. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 15:11:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1A9614E91; Sun, 30 May 1999 15:11:24 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA92032; Sun, 30 May 1999 15:11:24 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199905302211.PAA92032@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 30 May 1999 15:11:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/docbook-xml Makefile ports/textproc/docbook-xml/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/05/30 15:11:23 PDT Modified files: textproc/docbook-xml Makefile textproc/docbook-xml/files md5 Log: Upgrade to v3.1.3. Revision Changes Path 1.2 +5 -5 ports/textproc/docbook-xml/Makefile 1.2 +1 -1 ports/textproc/docbook-xml/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 15:36:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8494E14E1B; Sun, 30 May 1999 15:36:50 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA94007; Sun, 30 May 1999 15:36:50 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905302236.PAA94007@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 30 May 1999 15:36:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/30 15:36:49 PDT Modified files: (Branch: RELENG_3) release Makefile Log: We are in 3.2, not 3.1 now. PR: misc/11931 Submitted by: Don Croyle Revision Changes Path 1.460.2.20 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 16: 3: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57D94150CB; Sun, 30 May 1999 16:03:01 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96523; Sun, 30 May 1999 16:03:00 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199905302303.QAA96523@freefall.freebsd.org> From: Satoshi Asami Date: Sun, 30 May 1999 16:03:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86/files md5 ports/x11/XttXF86srv-common/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/05/30 16:03:00 PDT Modified files: x11/XFree86/files md5 x11/XttXF86srv-common/files md5 Log: Updated checksum. PR: 11924 Submitted by: taguchi@tohoku.iij.ad.jp Revision Changes Path 1.19 +1 -1 ports/x11/XFree86/files/md5 1.8 +1 -1 ports/x11/XttXF86srv-common/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 16:59:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E111714E91; Sun, 30 May 1999 16:59:39 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99644; Sun, 30 May 1999 16:59:39 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905302359.QAA99644@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 30 May 1999 16:59:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/send-pr categories Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/30 16:59:38 PDT Modified files: gnu/usr.bin/send-pr categories Log: Add the 'advocacy' category, sort this document. Revision Changes Path 1.8 +2 -1 src/gnu/usr.bin/send-pr/categories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 18:21:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32C4E14BCF; Sun, 30 May 1999 18:21:46 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05061; Sun, 30 May 1999 18:21:46 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905310121.SAA05061@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 30 May 1999 18:21:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ hardware.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/30 18:21:45 PDT Modified files: FAQ hardware.sgml Log: Update parrallel port zip drive information. Submitted by: Andrew Boothman (docs/11927) Revision Changes Path 1.17 +9 -5 doc/FAQ/hardware.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 18:30:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2FF614BCF; Sun, 30 May 1999 18:30:44 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06272; Sun, 30 May 1999 18:30:44 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905310130.SAA06272@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 30 May 1999 18:30:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/30 18:30:43 PDT Modified files: en/security security.sgml Log: Add FreeBSD 3.{1,2} and remove FreeBSD 3.0 and FreeBSD 2.2.7 out of the supported security advisory page. Also, make a grammar change and a sgml nit while I'm here. Revision Changes Path 1.12 +6 -6 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 18:31: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94AF214BCF; Sun, 30 May 1999 18:31:01 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06389; Sun, 30 May 1999 18:31:01 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905310131.SAA06389@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 30 May 1999 18:31:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/30 18:31:01 PDT Modified files: en/handbook/contrib chapter.sgml Log: Add Andrew Boothman, not just for docs/11927, but also for the large number of other PRs he promised (in email) that he would eventually send. Yay! Revision Changes Path 1.42 +5 -1 doc/en/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 18:39:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0EFC15035; Sun, 30 May 1999 18:39:37 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07592; Sun, 30 May 1999 18:39:37 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905310139.SAA07592@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 30 May 1999 18:39:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security Makefile programmers.sgml secure.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/30 18:39:36 PDT Modified files: en/security Makefile Removed files: en/security programmers.sgml secure.sgml Log: Remove files that have been incorporated into www/en/security/security.sgml Revision Changes Path 1.5 +1 -3 www/en/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 18:46:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E021114C0D; Sun, 30 May 1999 18:46:30 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA08590; Sun, 30 May 1999 18:46:30 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199905310146.SAA08590@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 30 May 1999 18:46:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ hardware.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/05/30 18:46:30 PDT Modified files: FAQ hardware.sgml Log: Oops. I was going to modify that patch _before_ applying. Typo fix, Wording. Revision Changes Path 1.18 +6 -6 doc/FAQ/hardware.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 20: 6: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C429514EBB; Sun, 30 May 1999 20:06:06 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Received: (from nsj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA14960; Sun, 30 May 1999 20:06:06 -0700 (PDT) (envelope-from nsj@FreeBSD.org) Message-Id: <199905310306.UAA14960@freefall.freebsd.org> From: Nate Johnson Date: Sun, 30 May 1999 20:06:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsj 1999/05/30 20:06:06 PDT Modified files: en/news newsflash.sgml Log: Tardy newsflash entry for 3.2R. Revision Changes Path 1.128 +14 -2 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:47: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8E7F14CB9; Sun, 30 May 1999 21:47:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23654; Sun, 30 May 1999 21:47:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310447.VAA23654@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:47:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sup/patches patch-aa patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:47:04 PDT Modified files: net/sup/patches patch-aa patch-ab patch-ac Log: Fix build on Alpha. Revision Changes Path 1.4 +15 -5 ports/net/sup/patches/patch-aa 1.3 +16 -4 ports/net/sup/patches/patch-ab 1.2 +22 -5 ports/net/sup/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:48:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0D3514CB9; Sun, 30 May 1999 21:48:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23754; Sun, 30 May 1999 21:48:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310448.VAA23754@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:48:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/xfed Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:48:34 PDT Modified files: x11-fonts/xfed Makefile Log: Set ${WRKSRC} correctly so this builds again. Revision Changes Path 1.20 +2 -5 ports/x11-fonts/xfed/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:49:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 374FE14E6C; Sun, 30 May 1999 21:49:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23847; Sun, 30 May 1999 21:49:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310449.VAA23847@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:49:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xbae/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:49:44 PDT Modified files: x11-toolkits/xbae/patches patch-aa Log: Revert last commit and use ${MOTIFLIB} instead as the handbook suggests. Revision Changes Path 1.4 +6 -14 ports/x11-toolkits/xbae/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:50:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9D1B14CB9; Sun, 30 May 1999 21:50:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23945; Sun, 30 May 1999 21:50:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310450.VAA23945@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:50:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/tvtwm/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:50:33 PDT Modified files: x11-wm/tvtwm/patches patch-ac Log: Fix build for Alpha. Revision Changes Path 1.2 +38 -4 ports/x11-wm/tvtwm/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:50:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 939A714E6C; Sun, 30 May 1999 21:50:34 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23954; Sun, 30 May 1999 21:50:34 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199905310450.VAA23954@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 30 May 1999 21:50:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/handbook authors.sgml contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/05/30 21:50:33 PDT Removed files: handbook authors.sgml contrib.sgml Log: Remove obsoleted files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:51:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCCD014CB9; Sun, 30 May 1999 21:51:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA24219; Sun, 30 May 1999 21:51:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310451.VAA24219@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:51:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/sol/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:51:20 PDT Modified files: games/sol/patches patch-aa Log: Fix build for Alpha. Revision Changes Path 1.2 +17 -3 ports/games/sol/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:52:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25C4114CB9; Sun, 30 May 1999 21:52:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA24363; Sun, 30 May 1999 21:52:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310452.VAA24363@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:52:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/scsh Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:52:28 PDT Modified files: shells/scsh Makefile Log: Mark broken for Alpha because of bus errors from unaligned accesses. Revision Changes Path 1.8 +5 -1 ports/shells/scsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:53:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E0C214CB9; Sun, 30 May 1999 21:53:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA24579; Sun, 30 May 1999 21:53:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310453.VAA24579@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:53:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mmv/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:53:16 PDT Modified files: misc/mmv/pkg PLIST Log: Sort PLIST. Revision Changes Path 1.5 +1 -1 ports/misc/mmv/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:54:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2208614CB9; Sun, 30 May 1999 21:54:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA24720; Sun, 30 May 1999 21:54:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310454.VAA24720@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:54:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mmm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:54:23 PDT Modified files: www/mmm Makefile Log: The camltk41 port works peachy. It is this broken that needs to be fixed. Revision Changes Path 1.12 +2 -2 ports/www/mmm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:55:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1CFC15002; Sun, 30 May 1999 21:55:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25001; Sun, 30 May 1999 21:55:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310455.VAA25001@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:55:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/libshhcards/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:55:33 PDT Modified files: games/libshhcards/patches patch-aa Log: Fix build for Alpha. Revision Changes Path 1.6 +18 -3 ports/games/libshhcards/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:56:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E79F1505D; Sun, 30 May 1999 21:56:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25066; Sun, 30 May 1999 21:56:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310456.VAA25066@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:56:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/libobjects Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:56:25 PDT Modified files: lang/libobjects Makefile Log: Mark broken for -current boxes with egcs. Revision Changes Path 1.6 +7 -2 ports/lang/libobjects/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:57:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E8531505D; Sun, 30 May 1999 21:57:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25234; Sun, 30 May 1999 21:57:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310457.VAA25234@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:57:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/libhelp/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:57:18 PDT Modified files: x11/libhelp/patches patch-ad Log: Fix build for Alpha. Revision Changes Path 1.2 +15 -7 ports/x11/libhelp/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:58:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BE2014CB9; Sun, 30 May 1999 21:58:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25567; Sun, 30 May 1999 21:58:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310458.VAA25567@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libffi/patches patch-aa patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:58:10 PDT Modified files: devel/libffi/patches patch-aa patch-ad Log: Fix build on Alpha. Revision Changes Path 1.3 +4 -3 ports/devel/libffi/patches/patch-aa 1.2 +11 -2 ports/devel/libffi/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 21:59: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26E4614CB9; Sun, 30 May 1999 21:59:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25736; Sun, 30 May 1999 21:59:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310459.VAA25736@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 21:59:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/pine Makefile ports/korean/pine/patches patch-aa ports/korean/pine/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 21:59:04 PDT Modified files: korean/pine Makefile korean/pine/patches patch-aa korean/pine/pkg PLIST Log: Unbreak for ELF. Revision Changes Path 1.10 +1 -3 ports/korean/pine/Makefile 1.4 +16 -6 ports/korean/pine/patches/patch-aa 1.5 +10 -8 ports/korean/pine/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22: 0:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E092514CB9; Sun, 30 May 1999 22:00:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA26134; Sun, 30 May 1999 22:00:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310500.WAA26134@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/jargon Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:00:33 PDT Modified files: misc/jargon Makefile Log: This port needs perl so set USE_PERL5=yes. Also s!/usr/bin/perl!${PERL}!. Revision Changes Path 1.4 +4 -2 ports/misc/jargon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22: 1:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B49D14CB9; Sun, 30 May 1999 22:01:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA26357; Sun, 30 May 1999 22:01:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310501.WAA26357@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:01:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/BBBike Makefile ports/german/BBBike/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:01:42 PDT Modified files: german/BBBike Makefile german/BBBike/pkg PLIST Log: Use PERL_ARCH so this works on the Alpha too. Revision Changes Path 1.4 +2 -2 ports/german/BBBike/Makefile 1.3 +10 -10 ports/german/BBBike/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22: 3:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8B5A14CB9; Sun, 30 May 1999 22:03:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA26745; Sun, 30 May 1999 22:03:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310503.WAA26745@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:03:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce Makefile ports/x11-wm/xfce/patches patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:03:22 PDT Modified files: x11-wm/xfce Makefile Added files: x11-wm/xfce/patches patch-ab patch-ac Log: This now works on the Alpha too. Revision Changes Path 1.16 +1 -4 ports/x11-wm/xfce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22: 5: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51A4F14CB9; Sun, 30 May 1999 22:05:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA27190; Sun, 30 May 1999 22:05:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310505.WAA27190@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:05:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/emiclock Makefile ports/x11-clocks/emiclock/patches patch-aa ports/x11-clocks/emiclock/pkg PLIST.nosound Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:05:06 PDT Modified files: x11-clocks/emiclock Makefile x11-clocks/emiclock/patches patch-aa Added files: x11-clocks/emiclock/pkg PLIST.nosound Log: Turn off sound support on Alpha. Revision Changes Path 1.14 +5 -1 ports/x11-clocks/emiclock/Makefile 1.2 +7 -4 ports/x11-clocks/emiclock/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22: 6:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 094C415009; Sun, 30 May 1999 22:06:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA27499; Sun, 30 May 1999 22:06:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310506.WAA27499@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:06:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/swarm/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:06:56 PDT Added files: devel/swarm/patches patch-ad Log: Don't treat warnings as errors, so benign little nits don't make this fall over on the Alpha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22: 8:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60EAD14C49; Sun, 30 May 1999 22:08:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA27735; Sun, 30 May 1999 22:08:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310508.WAA27735@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:08:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/star Makefile ports/sysutils/star/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:08:16 PDT Modified files: sysutils/star Makefile Added files: sysutils/star/patches patch-aa Log: Fix build for Alpha. Revision Changes Path 1.8 +7 -2 ports/sysutils/star/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22:10: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA45114C49; Sun, 30 May 1999 22:10:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28027; Sun, 30 May 1999 22:10:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310510.WAA28027@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/pclock/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:10:05 PDT Added files: x11-clocks/pclock/patches patch-aa Log: Honor CFLAGS so this build on the Alpha too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22:11:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5C6914C49; Sun, 30 May 1999 22:11:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28176; Sun, 30 May 1999 22:11:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310511.WAA28176@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:11:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/hdf/patches patch-af patch-ag patch-ah Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:11:20 PDT Added files: graphics/hdf/patches patch-af patch-ag patch-ah Log: Port to FreeBSD/Alpha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22:12:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 005C214C49; Sun, 30 May 1999 22:12:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28319; Sun, 30 May 1999 22:12:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310512.WAA28319@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:12:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:12:51 PDT Added files: x11-wm/fvwm/patches patch-ad Log: Fixup build for FreeBSD/Alpha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 22:14:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF10315493; Sun, 30 May 1999 22:14:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28516; Sun, 30 May 1999 22:14:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905310514.WAA28516@freefall.freebsd.org> From: Steve Price Date: Sun, 30 May 1999 22:14:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ocaml Makefile ports/lang/ocaml/patches patch-ad patch-ae patch-aa ports/lang/ocaml/pkg PLIST.noprof Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/30 22:14:49 PDT Modified files: lang/ocaml Makefile lang/ocaml/patches patch-aa Added files: lang/ocaml/patches patch-ad patch-ae lang/ocaml/pkg PLIST.noprof Log: Anyone up for a little ocaml on their Alpha box? Revision Changes Path 1.8 +5 -1 ports/lang/ocaml/Makefile 1.4 +15 -5 ports/lang/ocaml/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 23:22:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F53315134; Sun, 30 May 1999 23:22:14 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA35734; Sun, 30 May 1999 23:22:14 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905310622.XAA35734@freefall.freebsd.org> From: Michael Haro Date: Sun, 30 May 1999 23:22:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdrecord Makefile ports/sysutils/cdrecord/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/30 23:22:13 PDT Modified files: sysutils/cdrecord Makefile sysutils/cdrecord/files md5 Log: Update to 1.8a22 PR: 11949 Submited by: Juergen Lock Revision Changes Path 1.15 +2 -2 ports/sysutils/cdrecord/Makefile 1.9 +1 -1 ports/sysutils/cdrecord/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 23:29:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0750314C2B; Sun, 30 May 1999 23:29:23 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA36678; Sun, 30 May 1999 23:29:23 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905310629.XAA36678@freefall.freebsd.org> From: Michael Haro Date: Sun, 30 May 1999 23:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/nas/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/30 23:29:23 PDT Modified files: audio/nas/pkg PLIST Log: sort plist Revision Changes Path 1.5 +29 -29 ports/audio/nas/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 23:30:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 334BD15018; Sun, 30 May 1999 23:30:49 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37043; Sun, 30 May 1999 23:30:49 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199905310630.XAA37043@freefall.freebsd.org> From: Michael Haro Date: Sun, 30 May 1999 23:30:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/nas Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/05/30 23:30:48 PDT Modified files: audio/nas Makefile Log: Add MAINTAINER= ports@FreeBSD.ORG to makefile. It had no MAINTAINER line. Revision Changes Path 1.10 +3 -1 ports/audio/nas/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 30 23:57:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7681614CFE; Sun, 30 May 1999 23:57:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA39648; Sun, 30 May 1999 23:57:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905310657.XAA39648@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 30 May 1999 23:57:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/30 23:57:33 PDT Modified files: sys/isa sio.c Log: The PPSAPI group defines the polarity in draft 3, we guessed it wrong. Revision Changes Path 1.246 +2 -2 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 0:33:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCA9C14CA2; Mon, 31 May 1999 00:33:32 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43636; Mon, 31 May 1999 00:33:32 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905310733.AAA43636@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 31 May 1999 00:33:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/31 00:33:32 PDT Modified files: en/news press.sgml Log: Walnut Creek CDROM press release. Submitted by: wosch Revision Changes Path 1.77 +13 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 0:43:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A39515135; Mon, 31 May 1999 00:43:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA44288; Mon, 31 May 1999 00:43:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905310743.AAA44288@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 31 May 1999 00:43:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/31 00:43:49 PDT Modified files: games/fortune/datfiles fortunes2 Log: You'll see them eventually :-) Revision Changes Path 1.13 +73 -0 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 1:14:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D541614F35; Mon, 31 May 1999 01:14:34 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: (from simokawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA47788; Mon, 31 May 1999 01:14:34 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Message-Id: <199905310814.BAA47788@freefall.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 31 May 1999 01:14:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/dvi2xx/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk simokawa 1999/05/31 01:14:34 PDT Added files: print/dvi2xx/patches patch-ab Log: Honor CFLAGS to be built on alpha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 2: 1:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E94B14C2B; Mon, 31 May 1999 02:01:34 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: (from simokawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA52726; Mon, 31 May 1999 02:01:34 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Message-Id: <199905310901.CAA52726@freefall.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 31 May 1999 02:01:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vfghostscript/files unix-gcc.mak.patch ports/japanese/vfghostscript/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk simokawa 1999/05/31 02:01:34 PDT Modified files: japanese/vfghostscript/files unix-gcc.mak.patch japanese/vfghostscript/patches patch-aa Log: Make this build on alpha. - Honor CFLAGS. - Use fpsetsticky instead of fpresetsticky. Revision Changes Path 1.2 +1 -1 ports/japanese/vfghostscript/files/unix-gcc.mak.patch 1.2 +44 -46 ports/japanese/vfghostscript/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 2:51:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7729C1503D; Mon, 31 May 1999 02:51:47 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA57942; Mon, 31 May 1999 02:51:47 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199905310951.CAA57942@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 31 May 1999 02:51:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xanim Makefile ports/graphics/xanim/files md5 ports/graphics/xanim/patches patch-ab ports/graphics/xanim/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/05/31 02:51:47 PDT Modified files: graphics/xanim Makefile graphics/xanim/files md5 graphics/xanim/patches patch-ab graphics/xanim/pkg PLIST Log: Use FreeBSD-ELF shared objects for the new supported codecs. Support for aout is gone, you'll have to use an older package. Revision Changes Path 1.19 +19 -29 ports/graphics/xanim/Makefile 1.11 +7 -3 ports/graphics/xanim/files/md5 1.8 +9 -3 ports/graphics/xanim/patches/patch-ab 1.5 +15 -0 ports/graphics/xanim/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 3:29:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A44F14DA4; Mon, 31 May 1999 03:29:28 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61726; Mon, 31 May 1999 03:29:27 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199905311029.DAA61726@freefall.freebsd.org> From: "Howard F. Hu" Date: Mon, 31 May 1999 03:29:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XttXF86srv-common/patches patch-zb Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/05/31 03:29:27 PDT Added files: x11/XttXF86srv-common/patches patch-zb Log: Add a patch to support the CharSet of Chinese TrueType Font, this file appeared in Xtt v1.2 but gone with wind when updated to v1.2.1. Forgotten by : taoka(I think this patch hurts nobody so commit it directly). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 4:29:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41CD414BE1; Mon, 31 May 1999 04:29:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA70242; Mon, 31 May 1999 04:29:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905311129.EAA70242@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 31 May 1999 04:29:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha cons.c mem.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/coda coda_fbsd.c coda_vfsops.c src/sys/dev/ata ata-disk.c atapi-cd.c atapi-fd.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/31 04:29:32 PDT Modified files: sys/alpha/alpha cons.c mem.c sys/cam cam_xpt.c sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c sys/coda coda_fbsd.c coda_vfsops.c sys/dev/ata ata-disk.c atapi-cd.c atapi-fd.c atapi-tape.c sys/dev/dpt dpt_control.c sys/dev/fb fb.c sys/dev/iicbus iic.c sys/dev/kbd kbd.c sys/dev/pccard if_xe.c sys/dev/ppbus lpt.c ppi.c pps.c sys/dev/smbus smb.c sys/dev/streams streams.c sys/dev/syscons syscons.c sys/dev/usb usbdi.c sys/gnu/ext2fs ext2_vfsops.c sys/gnu/i386/isa dgb.c dgm.c sys/i386/i386 autoconf.c cons.c mem.c sys/i386/isa asc.c atapi-cd.c ctx.c cx.c cy.c gpib.c gsc.c ida.c istallion.c joy.c labpc.c loran.c mcd.c mse.c pcaudio.c rc.c rp.c scd.c si.c spigot.c spkr.c stallion.c tw.c wd.c wfd.c wst.c wt.c sys/i386/isa/matcd matcd.c sys/i386/isa/pcvt pcvt_drv.c sys/i386/isa/snd sound.c sys/i386/isa/sound soundcard.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern kern_conf.c kern_descrip.c subr_log.c tty_pty.c tty_snoop.c tty_tty.c vfs_subr.c sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/kernfs kernfs_vfsops.c sys/miscfs/specfs spec_vnops.c sys/msdosfs msdosfs_vfsops.c sys/net bpf.c if_tun.c sys/netinet mlf_ipl.c sys/ntfs ntfs_vfsops.c sys/pc98/pc98 lpt.c mse.c pcaudio.c spkr.c syscons.c wd.c sys/pccard pccard.c sys/pci brooktree848.c meteor.c pci.c xrpu.c sys/sys conf.h param.h sys/ufs/ffs ffs_vfsops.c sys/vm vm_swap.c Log: Simplify cdevsw registration. The cdevsw_add() function now finds the major number(s) in the struct cdevsw passed to it. cdevsw_add_generic() is no longer needed, cdevsw_add() does the same thing. cdevsw_add() will print an message if the d_maj field looks bogus. Remove nblkdev and nchrdev variables. Most places they were used bogusly. Instead check a dev_t for validity by seeing if devsw() or bdevsw() returns NULL. Move bdevsw() and devsw() functions to kern/kern_conf.c Bump __FreeBSD_version to 400006 This commit removes: 72 bogus makedev() calls 26 bogus SYSINIT functions if_xe.c bogusly accessed cdevsw[], author/maintainer please fix. I4b and vinum not changed. Patches emailed to authors. LINT probably broken until they catch up. Revision Changes Path 1.9 +4 -11 src/sys/alpha/alpha/cons.c 1.10 +3 -12 src/sys/alpha/alpha/mem.c 1.63 +2 -5 src/sys/cam/cam_xpt.c 1.23 +2 -2 src/sys/cam/scsi/scsi_cd.c 1.14 +2 -5 src/sys/cam/scsi/scsi_ch.c 1.27 +2 -2 src/sys/cam/scsi/scsi_da.c 1.12 +2 -5 src/sys/cam/scsi/scsi_pass.c 1.10 +2 -5 src/sys/cam/scsi/scsi_pt.c 1.28 +2 -2 src/sys/cam/scsi/scsi_sa.c 1.14 +2 -4 src/sys/cam/scsi/scsi_target.c 1.15 +3 -5 src/sys/coda/coda_fbsd.c 1.14 +4 -5 src/sys/coda/coda_vfsops.c 1.13 +7 -3 src/sys/dev/ata/ata-disk.c 1.10 +2 -2 src/sys/dev/ata/atapi-cd.c 1.10 +2 -2 src/sys/dev/ata/atapi-fd.c 1.10 +2 -4 src/sys/dev/ata/atapi-tape.c 1.14 +2 -7 src/sys/dev/dpt/dpt_control.c 1.5 +2 -4 src/sys/dev/fb/fb.c 1.12 +5 -17 src/sys/dev/iicbus/iic.c 1.9 +2 -4 src/sys/dev/kbd/kbd.c 1.3 +8 -0 src/sys/dev/pccard/if_xe.c 1.5 +5 -17 src/sys/dev/ppbus/lpt.c 1.15 +5 -16 src/sys/dev/ppbus/ppi.c 1.19 +5 -4 src/sys/dev/ppbus/pps.c 1.13 +5 -17 src/sys/dev/smbus/smb.c 1.6 +2 -11 src/sys/dev/streams/streams.c 1.305 +2 -3 src/sys/dev/syscons/syscons.c 1.17 +2 -6 src/sys/dev/usb/usbdi.c 1.49 +1 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.50 +4 -18 src/sys/gnu/i386/isa/dgb.c 1.15 +5 -18 src/sys/gnu/i386/isa/dgm.c 1.124 +6 -6 src/sys/i386/i386/autoconf.c 1.67 +2 -4 src/sys/i386/i386/cons.c 1.63 +2 -5 src/sys/i386/i386/mem.c 1.38 +5 -19 src/sys/i386/isa/asc.c 1.20 +2 -7 src/sys/i386/isa/atapi-cd.c 1.32 +4 -20 src/sys/i386/isa/ctx.c 1.40 +1 -6 src/sys/i386/isa/cx.c 1.90 +2 -4 src/sys/i386/isa/cy.c 1.25 +3 -18 src/sys/i386/isa/gpib.c 1.32 +4 -18 src/sys/i386/isa/gsc.c 1.2 +2 -2 src/sys/i386/isa/ida.c 1.29 +5 -16 src/sys/i386/isa/istallion.c 1.28 +4 -16 src/sys/i386/isa/joy.c 1.33 +1 -18 src/sys/i386/isa/labpc.c 1.20 +7 -17 src/sys/i386/isa/loran.c 1.108 +5 -16 src/sys/i386/isa/mcd.c 1.44 +4 -17 src/sys/i386/isa/mse.c 1.50 +2 -16 src/sys/i386/isa/pcaudio.c 1.47 +4 -16 src/sys/i386/isa/rc.c 1.28 +3 -7 src/sys/i386/isa/rp.c 1.47 +5 -16 src/sys/i386/isa/scd.c 1.87 +2 -7 src/sys/i386/isa/si.c 1.40 +4 -17 src/sys/i386/isa/spigot.c 1.37 +4 -14 src/sys/i386/isa/spkr.c 1.33 +2 -7 src/sys/i386/isa/stallion.c 1.35 +3 -17 src/sys/i386/isa/tw.c 1.199 +4 -9 src/sys/i386/isa/wd.c 1.25 +2 -8 src/sys/i386/isa/wfd.c 1.23 +2 -10 src/sys/i386/isa/wst.c 1.52 +5 -20 src/sys/i386/isa/wt.c 1.41 +4 -17 src/sys/i386/isa/matcd/matcd.c 1.54 +1 -5 src/sys/i386/isa/pcvt/pcvt_drv.c 1.30 +1 -3 src/sys/i386/isa/snd/sound.c 1.84 +1 -6 src/sys/i386/isa/sound/soundcard.c 1.56 +2 -3 src/sys/isofs/cd9660/cd9660_vfsops.c 1.41 +46 -52 src/sys/kern/kern_conf.c 1.63 +2 -4 src/sys/kern/kern_descrip.c 1.36 +2 -4 src/sys/kern/subr_log.c 1.61 +3 -6 src/sys/kern/tty_pty.c 1.38 +1 -7 src/sys/kern/tty_snoop.c 1.27 +2 -4 src/sys/kern/tty_tty.c 1.200 +7 -9 src/sys/kern/vfs_subr.c 1.42 +2 -2 src/sys/miscfs/fdesc/fdesc_vnops.c 1.28 +6 -11 src/sys/miscfs/kernfs/kernfs_vfsops.c 1.87 +1 -5 src/sys/miscfs/specfs/spec_vnops.c 1.45 +2 -3 src/sys/msdosfs/msdosfs_vfsops.c 1.51 +2 -4 src/sys/net/bpf.c 1.58 +1 -3 src/sys/net/if_tun.c 1.16 +1 -3 src/sys/netinet/mlf_ipl.c 1.7 +2 -2 src/sys/ntfs/ntfs_vfsops.c 1.28 +2 -4 src/sys/pc98/pc98/lpt.c 1.22 +2 -4 src/sys/pc98/pc98/mse.c 1.24 +2 -4 src/sys/pc98/pc98/pcaudio.c 1.16 +2 -4 src/sys/pc98/pc98/spkr.c 1.120 +2 -2 src/sys/pc98/pc98/syscons.c 1.84 +2 -2 src/sys/pc98/pc98/wd.c 1.80 +2 -16 src/sys/pccard/pccard.c 1.83 +5 -24 src/sys/pci/brooktree848.c 1.43 +5 -19 src/sys/pci/meteor.c 1.107 +2 -5 src/sys/pci/pci.c 1.12 +5 -4 src/sys/pci/xrpu.c 1.58 +6 -37 src/sys/sys/conf.h 1.48 +2 -2 src/sys/sys/param.h 1.99 +2 -3 src/sys/ufs/ffs/ffs_vfsops.c 1.70 +3 -3 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 5:26: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BC5D14E50; Mon, 31 May 1999 05:26:06 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA74500; Mon, 31 May 1999 05:26:06 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311226.FAA74500@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 05:26:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 05:26:04 PDT Modified files: es/FAQ admin.sgml Log: Add new entry: - How re-read /etc/rc.conf and re-start /etc/rc Revision Changes Path 1.8 +17 -1 doc/es/FAQ/admin.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 5:26:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66BBC14E50; Mon, 31 May 1999 05:26:36 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA74541; Mon, 31 May 1999 05:26:36 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311226.FAA74541@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 05:26:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ applications.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 05:26:36 PDT Modified files: es/FAQ applications.sgml Log: Add new entry: - FreeBSD & Java Revision Changes Path 1.8 +7 -1 doc/es/FAQ/applications.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 5:30:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F314214E50; Mon, 31 May 1999 05:30:52 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA74840; Mon, 31 May 1999 05:30:52 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311230.FAA74840@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 05:30:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 05:30:52 PDT Modified files: es/FAQ admin.sgml Log: Submitted by: jose@we.lc.ehu.es Fix a (fatal) typo on "adding pseudo-terminala"s section. Revision Changes Path 1.9 +1 -1 doc/es/FAQ/admin.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 5:46:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D82E614E05; Mon, 31 May 1999 05:46:53 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA76345; Mon, 31 May 1999 05:46:53 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311246.FAA76345@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 05:46:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 05:46:52 PDT Modified files: es/FAQ preface.sgml Log: Explain better -stable and -current concepts. Revision Changes Path 1.11 +15 -4 doc/es/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 5:52:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04A3A14C49; Mon, 31 May 1999 05:52:26 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA76695; Mon, 31 May 1999 05:52:26 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311252.FAA76695@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 05:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ commercial.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 05:52:26 PDT Modified files: es/FAQ commercial.sgml Log: Xi Graphics no longer sell CDE for FreeBSD. Point that users can use KDE. Revision Changes Path 1.8 +6 -1 doc/es/FAQ/commercial.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6: 1:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12E481501B; Mon, 31 May 1999 06:01:08 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA77359; Mon, 31 May 1999 06:01:08 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311301.GAA77359@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:01:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ hardware.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:01:08 PDT Modified files: es/FAQ hardware.sgml Log: Update parallel port zip drive info. Revision Changes Path 1.8 +13 -12 doc/es/FAQ/hardware.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6:13:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83BFC15374; Mon, 31 May 1999 06:13:29 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA78446; Mon, 31 May 1999 06:13:29 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311313.GAA78446@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:13:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:13:28 PDT Modified files: es support.sgml Log: Added NYC Users Group Remove email address from SAFUG Revision Changes Path 1.15 +7 -6 www/es/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6:26:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F54B14A2D; Mon, 31 May 1999 06:26:25 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA79458; Mon, 31 May 1999 06:26:25 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311326.GAA79458@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:26:24 PDT Modified files: es/news press.sgml Log: Update contents with english v1.77 Revision Changes Path 1.12 +35 -4 www/es/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6:37:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6491014C24; Mon, 31 May 1999 06:37:51 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA80230; Mon, 31 May 1999 06:37:51 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311337.GAA80230@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:37:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:37:50 PDT Modified files: es/projects projects.sgml Log: Added BUDS Added Awe64 configuration Delete "New" buttons for old entries Revision Changes Path 1.9 +18 -7 www/es/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6:40:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 676F914BF1; Mon, 31 May 1999 06:40:55 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA80419; Mon, 31 May 1999 06:40:54 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311340.GAA80419@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:40:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es where.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:40:52 PDT Modified files: es where.sgml Log: Fix link to releases Revision Changes Path 1.7 +4 -4 www/es/where.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6:44:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCC1214BF1; Mon, 31 May 1999 06:44:22 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA80740; Mon, 31 May 1999 06:44:22 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311344.GAA80740@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:44:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases/3.2R errata.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:44:22 PDT Modified files: es/releases/3.2R errata.sgml Log: Add compatxx distributions entry Revision Changes Path 1.2 +0 -0 www/es/releases/3.2R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6:47:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CECF414BF1; Mon, 31 May 1999 06:47:25 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04976; Mon, 31 May 1999 06:47:25 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311347.GAA04976@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:47:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/internal statistic.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:47:25 PDT Modified files: es/internal statistic.sgml Log: Update wcarchive traffic record. Revision Changes Path 1.3 +3 -4 www/es/internal/statistic.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6:49:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3B9A14BF1; Mon, 31 May 1999 06:49:36 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31297; Mon, 31 May 1999 06:49:36 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311349.GAA31297@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:49:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es send-pr.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:49:36 PDT Modified files: es send-pr.sgml Log: Add "advocacy" category Revision Changes Path 1.3 +3 -2 www/es/send-pr.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 6:53:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D2D2153F5; Mon, 31 May 1999 06:53:45 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA74565; Mon, 31 May 1999 06:53:45 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311353.GAA74565@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 06:53:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/security security.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 06:53:44 PDT Modified files: es/security security.sgml Log: Update FreeBSD versions on security advisories. Revision Changes Path 1.4 +4 -4 www/es/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 7: 0:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CF11151F1; Mon, 31 May 1999 07:00:24 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA42957; Mon, 31 May 1999 07:00:24 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199905311400.HAA42957@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 31 May 1999 07:00:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/05/31 07:00:23 PDT Modified files: es/news newsflash.sgml Log: Add FreeBSD 3.2-release entry Revision Changes Path 1.14 +14 -2 www/es/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 9:57:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D14BD14C0D; Mon, 31 May 1999 09:57:55 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA59538; Mon, 31 May 1999 09:57:55 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Message-Id: <199905311657.JAA59538@freefall.freebsd.org> From: "Justin M. Seger" Date: Mon, 31 May 1999 09:57:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver Makefile ports/x11/xscreensaver/files md5 ports/x11/xscreensaver/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1999/05/31 09:57:54 PDT Modified files: x11/xscreensaver Makefile x11/xscreensaver/files md5 x11/xscreensaver/pkg PLIST Log: Upgrade to xscreensaver-3.12 Revision Changes Path 1.20 +16 -16 ports/x11/xscreensaver/Makefile 1.12 +1 -1 ports/x11/xscreensaver/files/md5 1.11 +8 -0 ports/x11/xscreensaver/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 10:36:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E56F815082; Mon, 31 May 1999 10:36:32 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63937; Mon, 31 May 1999 10:36:31 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Message-Id: <199905311736.KAA63937@freefall.freebsd.org> From: "Justin M. Seger" Date: Mon, 31 May 1999 10:36:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind8 Makefile ports/net/bind8/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1999/05/31 10:36:31 PDT Modified files: net/bind8 Makefile net/bind8/files md5 Log: Use latest patches from ISC. PR: ports/11784 Revision Changes Path 1.10 +5 -2 ports/net/bind8/Makefile 1.4 +1 -0 ports/net/bind8/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 11:33:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D831E15310; Mon, 31 May 1999 11:33:27 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA69201; Mon, 31 May 1999 11:33:27 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905311833.LAA69201@freefall.freebsd.org> From: Doug Rabson Date: Mon, 31 May 1999 11:33:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/31 11:33:26 PDT Modified files: sys/i386/conf files.i386 sys/conf files Log: The fd driver has moved from i386/isa to isa. Revision Changes Path 1.243 +1 -2 src/sys/i386/conf/files.i386 1.219 +1 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 11:36:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CC6E15052; Mon, 31 May 1999 11:36:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA69603; Mon, 31 May 1999 11:36:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905311836.LAA69603@freefall.freebsd.org> From: Doug Rabson Date: Mon, 31 May 1999 11:36:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/isa clock.c fd.c fdc.h fdreg.h rtc.h src/sys/i386/isa/ic nec765.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/31 11:36:15 PDT Modified files: sys/i386/i386 machdep.c sys/i386/isa clock.c Removed files: sys/i386/isa fd.c fdc.h fdreg.h rtc.h sys/i386/isa/ic nec765.h Log: Remove fd driver from its old home and change files which include rtc.h to account for its new location. Revision Changes Path 1.336 +2 -2 src/sys/i386/i386/machdep.c 1.136 +2 -2 src/sys/i386/isa/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 11:39:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 939D015052; Mon, 31 May 1999 11:39:21 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA69759; Mon, 31 May 1999 11:39:21 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905311839.LAA69759@freefall.freebsd.org> From: Doug Rabson Date: Mon, 31 May 1999 11:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/31 11:39:20 PDT Modified files: sys/isa fd.c fdreg.h Log: * Change include file locations. * Fix some misunderstandings about the return value of resource_int_value(). * Make it build on alpha (doesn't work yet...) Revision Changes Path 1.146 +16 -11 src/sys/isa/fd.c 1.11 +2 -2 src/sys/isa/fdreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 12:42: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C33514C41; Mon, 31 May 1999 12:41:58 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA74008; Mon, 31 May 1999 12:41:58 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905311941.MAA74008@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 31 May 1999 12:41:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/31 12:41:58 PDT Modified files: en/handbook/ports chapter.sgml Log: Will the real description of __FreeBSD_version:400006 please stand up. The previous description was incorrect, the change never happened. Description from phk's commit message. Revision Changes Path 1.22 +2 -2 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 13:42:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0526154AD; Mon, 31 May 1999 13:42:43 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86443; Mon, 31 May 1999 13:42:43 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905312042.NAA86443@freefall.freebsd.org> From: Dmitrij Tejblum Date: Mon, 31 May 1999 13:42:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys systm.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/31 13:42:42 PDT Modified files: sys/sys systm.h Log: Remove declaration of the nblkdev and nchrdev variables. Revision Changes Path 1.90 +1 -3 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 13:44:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB7C314BD2; Mon, 31 May 1999 13:44:13 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86736; Mon, 31 May 1999 13:44:13 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199905312044.NAA86736@freefall.freebsd.org> From: Dmitrij Tejblum Date: Mon, 31 May 1999 13:44:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/05/31 13:44:13 PDT Modified files: sys/alpha/alpha autoconf.c Log: Don't use nblkdev. Revision Changes Path 1.28 +2 -2 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 14: 7:40 1999 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 3191314C16; Mon, 31 May 1999 14:07:33 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id XAA17547; Mon, 31 May 1999 23:07:22 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en/handbook/ports chapter.sgml In-reply-to: Your message of "Mon, 31 May 1999 12:41:58 PDT." <199905311941.MAA74008@freefall.freebsd.org> Date: Mon, 31 May 1999 23:07:22 +0200 Message-ID: <17545.928184842@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I wasn't aware that we had to preregister these... Could somebody please put a link to this doc in the file where __FreeBSD_version lives so we will not forget in the future ? In message <199905311941.MAA74008@freefall.freebsd.org>, Bill Fumerola writes: >billf 1999/05/31 12:41:58 PDT > > Modified files: > en/handbook/ports chapter.sgml > Log: > Will the real description of __FreeBSD_version:400006 please stand up. > > The previous description was incorrect, the change never happened. > > Description from phk's commit message. > > Revision Changes Path > 1.22 +2 -2 doc/en/handbook/ports/chapter.sgml > > > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 14:11:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D98814A2E; Mon, 31 May 1999 14:11:52 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA95548; Mon, 31 May 1999 14:11:51 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905312111.OAA95548@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 31 May 1999 14:11:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/htdig Makefile ports/textproc/htdig/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/31 14:11:51 PDT Modified files: textproc/htdig Makefile textproc/htdig/files md5 Log: Upgrade to version 3.1.2 PR: ports/11722 Submitted by: Tomaz Borstnar Revision Changes Path 1.8 +7 -4 ports/textproc/htdig/Makefile 1.4 +1 -1 ports/textproc/htdig/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 14:20:30 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id A25A4154A9; Mon, 31 May 1999 14:18:59 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id RAA09788; Mon, 31 May 1999 17:17:59 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Mon, 31 May 1999 17:17:59 -0400 (EDT) From: Bill Fumerola To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en/handbook/ports chapter.sgml In-Reply-To: <17545.928184842@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 31 May 1999, Poul-Henning Kamp wrote: > I wasn't aware that we had to preregister these... You don't. Nik accidently jumped the gun on an update. > Could somebody please put a link to this doc in the file > where __FreeBSD_version lives so we will not forget in > the future ? Sure, I'll go do that. It's always better that the person who made the change make the description in the web page, I'd think. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 15:13:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8A8414E45; Mon, 31 May 1999 15:13:42 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA00619; Mon, 31 May 1999 15:13:42 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199905312213.PAA00619@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 31 May 1999 15:13:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c pci_compat.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/31 15:13:41 PDT Modified files: sys/pci pci.c pci_compat.c pcivar.h Log: On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus via an IBM PCI-PCI bridge (82351 or 82352 or 82353) The driver must identify if it is on a secondary PCI bus, which is created via the IBM PCI-PCI bridge. If it is, then it must initialise the IBM PCI-PCI bridge correctly. To do this, the following new functions are added. Because they use the pcici_t tag, they are considered 2.2 compatibility APIs pcici_t * pci_get_parent_from_tag(pcici_t tag); int pci_get_bus_from_tag(pcici_t tag); (The _from_tag suffix is used to prevent clashes with similarly named newbus PCI API functions) Submitted by: Anton Berezin Reviewed by: Doug Rabson Reworked by: Me (roger) Revision Changes Path 1.108 +47 -1 src/sys/pci/pci.c 1.29 +13 -1 src/sys/pci/pci_compat.c 1.34 +7 -1 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 15:36: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE331553A; Mon, 31 May 1999 15:35:59 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA02200; Mon, 31 May 1999 15:35:59 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905312235.PAA02200@freefall.freebsd.org> From: Nick Hibma Date: Mon, 31 May 1999 15:35:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbcdc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/31 15:35:58 PDT Modified files: sys/dev/usb usbcdc.h Log: 1) Remove the definition of usb_cdc_generic_descriptor_t. It is equivalent to usb_descriptor_t 2) Rename USB_CDC_CM_CM_OVER_DATA to USB_CDC_CM_OVER_DATA Revision Changes Path 1.4 +2 -8 src/sys/dev/usb/usbcdc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 16:57:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A0A514E4C; Mon, 31 May 1999 16:57:45 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA06145; Mon, 31 May 1999 16:57:45 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905312357.QAA06145@freefall.freebsd.org> From: Brian Somers Date: Mon, 31 May 1999 16:57:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c filter.c filter.h iface.c ip.c ipcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/31 16:57:44 PDT Modified files: usr.sbin/ppp bundle.c bundle.h command.c filter.c filter.h iface.c ip.c ipcp.c Log: Remember if MYADDR or HISADDR is used in a filter add tweak all filters any time either value changes. Revision Changes Path 1.55 +11 -1 src/usr.sbin/ppp/bundle.c 1.22 +3 -1 src/usr.sbin/ppp/bundle.h 1.195 +3 -2 src/usr.sbin/ppp/command.c 1.29 +64 -12 src/usr.sbin/ppp/filter.c 1.15 +15 -16 src/usr.sbin/ppp/filter.h 1.7 +2 -2 src/usr.sbin/ppp/iface.c 1.62 +6 -6 src/usr.sbin/ppp/ip.c 1.78 +6 -3 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 17:46:47 1999 Delivered-To: cvs-all@freebsd.org Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (Postfix) with ESMTP id A2C9914DDE; Mon, 31 May 1999 17:46:36 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.8/3.5Wpl2-ns11/RIMNET-2) with ESMTP id JAA00579; Tue, 1 Jun 1999 09:46:34 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.8/3.5Wpl2-uucp1/RIMNET) with UUCP id JAA13920; Tue, 1 Jun 1999 09:46:33 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.9.3/3.5Wpl3-SMTP) with ESMTP id JAA00192; Tue, 1 Jun 1999 09:43:41 +0900 (JST) To: kuriyama@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/devel/jfc - Imported sources From: Masafumi NAKANE In-Reply-To: Your message of "Thu, 20 May 1999 07:45:43 -0700 (PDT)" <199905201445.HAA41641@freefall.freebsd.org> References: <199905201445.HAA41641@freefall.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 (HANANOEN) X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990601094339P.masafumi@aslm.rim.or.jp> Date: Tue, 01 Jun 1999 09:43:39 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 21 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > kuriyama 1999/05/20 07:45:43 PDT > ports/devel/jfc - Imported sources > Update of /home/ncvs/ports/devel/jfc > In directory freefall.freebsd.org:/x/tmp/cvs-serv41615 > Log Message: > Java Foundation Classes with Swing I believe this belongs inthe lang category because: 1. This is Java specific stuff. 2. The devel category is for development *utilities* according to devel/pkg/COMMENT. I know there are several other ports that are not really utilities. Either these have to be moved to other categories, or we should re-define the category. Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 18:11: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF85914F8C; Mon, 31 May 1999 18:10:58 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA11281; Mon, 31 May 1999 18:10:57 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199906010110.SAA11281@freefall.freebsd.org> From: David Greenman Date: Mon, 31 May 1999 18:10:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include pmap.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/31 18:10:57 PDT Modified files: (Branch: RELENG_3) sys/i386/include pmap.h Log: MFC 1.58: type cast fix. Revision Changes Path 1.57.2.2 +3 -3 src/sys/i386/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 18:27:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 288FE14F8C; Mon, 31 May 1999 18:27:23 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA12767; Mon, 31 May 1999 18:27:23 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199906010127.SAA12767@freefall.freebsd.org> From: David Greenman Date: Mon, 31 May 1999 18:27:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include pmap.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/31 18:27:22 PDT Modified files: (Branch: RELENG_3) sys/i386/include pmap.h Log: MFC 1.59: Increased NKPT to 17 so large memory machines can boot. Revision Changes Path 1.57.2.3 +2 -2 src/sys/i386/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 19:34:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B1B214BF1; Mon, 31 May 1999 19:34:42 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA16945; Mon, 31 May 1999 19:34:42 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906010234.TAA16945@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 31 May 1999 19:34:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal machines.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/31 19:34:41 PDT Modified files: en/internal machines.sgml Log: (a.) Significant changes to hardware and software configuration of every internal FreeBSD machine. (b.) Removal of references to kickme.FreeBSD.org as an available non-developer machine. This was replaced with a vague reference to an as-need basis. Submitted by: msmith (a.) Revision Changes Path 1.11 +29 -47 www/en/internal/machines.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 19:55:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7777015535; Mon, 31 May 1999 19:55:46 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA18823; Mon, 31 May 1999 19:55:45 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906010255.TAA18823@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 31 May 1999 19:55:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc make.conf ports Makefile src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/05/31 19:55:44 PDT Modified files: etc make.conf . Makefile . Makefile.inc1 Log: 'make update' in the ports directory. Revision Changes Path 1.80 +2 -2 src/etc/make.conf 1.47 +17 -1 ports/Makefile 1.77 +4 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 21: 4:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F2BB155C5; Mon, 31 May 1999 21:04:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23546; Mon, 31 May 1999 21:04:22 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Message-Id: <199906010404.VAA23546@freefall.freebsd.org> From: "Justin M. Seger" Date: Mon, 31 May 1999 21:04:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/netpbm Makefile ports/graphics/netpbm/patches patch-ak patch-al patch-am Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1999/05/31 21:04:22 PDT Modified files: graphics/netpbm Makefile Added files: graphics/netpbm/patches patch-ak patch-al patch-am Log: 1) Fix handling of comments in rgb.txt 2) Add support for more xbm files 3) Install pstopnm.1 man page. Submitted by: candy PR: ports/11956 ports/11957 ports/11958 Revision Changes Path 1.17 +2 -2 ports/graphics/netpbm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 23:26:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9204A15373; Mon, 31 May 1999 23:26:09 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA36424; Mon, 31 May 1999 23:26:09 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <199906010626.XAA36424@freefall.freebsd.org> From: Eivind Eklund Date: Mon, 31 May 1999 23:26:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs README.softupdates Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1999/05/31 23:26:09 PDT Modified files: (Branch: RELENG_3) sys/ufs/ffs README.softupdates Log: MFC: Use FS name instead of device name in example Revision Changes Path 1.4.2.1 +3 -3 src/sys/ufs/ffs/README.softupdates To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 23:39: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D83DC14BE7; Mon, 31 May 1999 23:39:06 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37680; Mon, 31 May 1999 23:39:06 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199906010639.XAA37680@freefall.freebsd.org> From: Nick Hibma Date: Mon, 31 May 1999 23:39:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/31 23:39:06 PDT Modified files: sys/dev/usb usbdi.c Log: usbd_get_request_status now only returns the value if the associated pointer is passed. Revision Changes Path 1.18 +9 -5 src/sys/dev/usb/usbdi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 31 23:52:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36D911560B; Mon, 31 May 1999 23:52:24 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA38855; Mon, 31 May 1999 23:52:24 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199906010652.XAA38855@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 31 May 1999 23:52:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c pcivar.h pci_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/05/31 23:52:23 PDT Modified files: (Branch: RELENG_3) sys/pci pci.c pcivar.h pci_compat.c Log: MFC: Add pci_get_parent_from_tag() and pci_get_bus_from_tag() to the FreeBSD 2.2 PCI API compatibility section. These use the old pcici_t tags and are for new Matrox Meteor frame grabbers which need to identify the PCI bus they are on and the tag of their PCI-PCI Bridge Revision Changes Path 1.93.2.1 +47 -1 src/sys/pci/pci.c 1.25.2.3 +9 -1 src/sys/pci/pcivar.h 1.20.2.3 +13 -1 src/sys/pci/pci_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 0:18:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC7F414E4C; Tue, 1 Jun 1999 00:18:56 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41387; Tue, 1 Jun 1999 00:18:56 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199906010718.AAA41387@freefall.freebsd.org> From: Nick Hibma Date: Tue, 1 Jun 1999 00:18:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ucom.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/06/01 00:18:56 PDT Removed files: sys/dev/usb ucom.c Log: Remove the stub driver. It's useless. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 0:22: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3072914E4C; Tue, 1 Jun 1999 00:22:04 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41666; Tue, 1 Jun 1999 00:22:04 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199906010722.AAA41666@freefall.freebsd.org> From: Nick Hibma Date: Tue, 1 Jun 1999 00:22:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c usbdi.c usbdi.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/06/01 00:22:04 PDT Modified files: sys/dev/usb usb.c usbdi.c usbdi.h Log: USB stopped working as of the recent cdevsw cleanup. This fixes that. Revision Changes Path 1.13 +2 -2 src/sys/dev/usb/usb.c 1.19 +2 -7 src/sys/dev/usb/usbdi.c 1.12 +7 -1 src/sys/dev/usb/usbdi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 0:34:19 1999 Delivered-To: cvs-all@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 060061523E; Tue, 1 Jun 1999 00:34:15 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (scary.dmem.strath.ac.uk [130.159.202.5]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id IAA06170 Tue, 1 Jun 1999 08:34:12 +0100 (BST) Message-ID: <37538D2E.A380C073@cs.strath.ac.uk> Date: Tue, 01 Jun 1999 08:35:10 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.2-STABLE i386) MIME-Version: 1.0 To: Roger Hardiman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pci.c pcivar.h pci_compat.c References: <199906010652.XAA38855@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Roger > Add pci_get_parent_from_tag() and pci_get_bus_from_tag() to the > FreeBSD 2.2 PCI API compatibility section. These use the old > pcici_t tags and are for new Matrox Meteor frame grabbers which need to > identify the PCI bus they are on and the tag of their PCI-PCI Bridge oops. this breaks -stable. Sorry. And now freefall is down, or my link to it. Will fix ASAP. Bye Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 0:35:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99C5C1523E; Tue, 1 Jun 1999 00:35:31 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42865; Tue, 1 Jun 1999 00:35:31 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199906010735.AAA42865@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 1 Jun 1999 00:35:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/06/01 00:35:31 PDT Modified files: (Branch: RELENG_3) sys/pci pcivar.h Log: MFC: Re-add new function calls pci_get_bus_from_tag and pci_get_parent_from_tag Revision Changes Path 1.25.2.4 +3 -3 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 1: 7:55 1999 Delivered-To: cvs-all@freebsd.org Received: from gneiss.eps.nagoya-u.ac.jp (gneiss.eps.nagoya-u.ac.jp [133.6.124.148]) by hub.freebsd.org (Postfix) with ESMTP id C5DF415646; Tue, 1 Jun 1999 01:07:47 -0700 (PDT) (envelope-from kato@ganko.eps.nagoya-u.ac.jp) Received: from localhost (localhost [127.0.0.1]) by gneiss.eps.nagoya-u.ac.jp (8.9.3/3.7W) with ESMTP id RAA08399; Tue, 1 Jun 1999 17:07:46 +0900 (JST) To: dfr@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/conf files From: KATO Takenori In-Reply-To: Your message of "Mon, 31 May 1999 11:33:26 -0700 (PDT)" <199905311833.LAA69201@freefall.freebsd.org> References: <199905311833.LAA69201@freefall.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990601170745H.kato@gneiss.eps.nagoya-u.ac.jp> Date: Tue, 01 Jun 1999 17:07:45 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 16 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Doug Rabson wrote: > sys/i386/conf files.i386 > sys/conf files > Log: > The fd driver has moved from i386/isa to isa. Erm, this breaks PC98. PC98 also uses fd driver and PC98 version of fd.c still remains in sys/pc98/pc98. -----------------------------------------------+--------------------------+ KATO Takenori | FreeBSD | Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! | Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ | ++++ FreeBSD(98) 3.1: Rev. 01 available! |http://www.jp.FreeBSD.org/| ++++ FreeBSD(98) 2.2.8: Rev. 02 available! +==========================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 1:41:14 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 37F2314DE8; Tue, 1 Jun 1999 01:41:10 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA23588; Tue, 1 Jun 1999 09:41:14 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 1 Jun 1999 09:41:14 +0100 (BST) From: Doug Rabson To: KATO Takenori Cc: dfr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/conf files In-Reply-To: <19990601170745H.kato@gneiss.eps.nagoya-u.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 1 Jun 1999, KATO Takenori wrote: > Doug Rabson wrote: > > > sys/i386/conf files.i386 > > sys/conf files > > Log: > > The fd driver has moved from i386/isa to isa. > > Erm, this breaks PC98. PC98 also uses fd driver and PC98 version of > fd.c still remains in sys/pc98/pc98. Oops. Is the PC96 fd driver very different from the i386 one? Would it be at all possible to merge it so that we only need one driver? -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 1:46:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FE39150E1; Tue, 1 Jun 1999 01:46:57 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA49536; Tue, 1 Jun 1999 01:46:56 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906010846.BAA49536@freefall.freebsd.org> From: Brian Somers Date: Tue, 1 Jun 1999 01:46:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/01 01:46:56 PDT Modified files: usr.sbin/ppp ppp.8 Log: Mention that using MYADDR and HISADDR with ``set filter'' will result in the rules being updated any time MYADDR or HISADDR change. Revision Changes Path 1.170 +17 -1 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 1:47: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E32D115249; Tue, 1 Jun 1999 01:46:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA49549; Tue, 1 Jun 1999 01:46:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199906010846.BAA49549@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 1 Jun 1999 01:46:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_ctl.c i4b_rbch.c i4b_tel.c i4b_trace.c src/sys/i4b/layer4 i4b_i4bdrv.c src/sys/i4b/tina-dd i4b_tina_dd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/06/01 01:46:58 PDT Modified files: sys/i4b/driver i4b_ctl.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/layer4 i4b_i4bdrv.c sys/i4b/tina-dd i4b_tina_dd.c Log: devsw and cdevsw_add() changes for i4b. Reviewed by: hm Revision Changes Path 1.5 +26 -13 src/sys/i4b/driver/i4b_ctl.c 1.4 +23 -12 src/sys/i4b/driver/i4b_rbch.c 1.4 +23 -12 src/sys/i4b/driver/i4b_tel.c 1.4 +24 -12 src/sys/i4b/driver/i4b_trace.c 1.6 +25 -15 src/sys/i4b/layer4/i4b_i4bdrv.c 1.3 +26 -13 src/sys/i4b/tina-dd/i4b_tina_dd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 1:52: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from gneiss.eps.nagoya-u.ac.jp (gneiss.eps.nagoya-u.ac.jp [133.6.124.148]) by hub.freebsd.org (Postfix) with ESMTP id CDE2515249; Tue, 1 Jun 1999 01:51:53 -0700 (PDT) (envelope-from kato@ganko.eps.nagoya-u.ac.jp) Received: from localhost (localhost [127.0.0.1]) by gneiss.eps.nagoya-u.ac.jp (8.9.3/3.7W) with ESMTP id RAA08601; Tue, 1 Jun 1999 17:51:44 +0900 (JST) To: dfr@nlsystems.com Cc: dfr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/conf files From: KATO Takenori In-Reply-To: Your message of "Tue, 1 Jun 1999 09:41:14 +0100 (BST)" References: X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990601175144E.kato@gneiss.eps.nagoya-u.ac.jp> Date: Tue, 01 Jun 1999 17:51:44 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 23 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Doug Rabson wrote: > Oops. Is the PC96 fd driver very different from the i386 one? Yes :-(. > Would it be > at all possible to merge it so that we only need one driver? I think it may take very long time. So, I'd submit moving fd driver entry from sys/conf/files to sys/i386/isa/files.i386. BTW, does alpha use fd? -----------------------------------------------+--------------------------+ KATO Takenori | FreeBSD | Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! | Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ | ++++ FreeBSD(98) 3.1: Rev. 01 available! |http://www.jp.FreeBSD.org/| ++++ FreeBSD(98) 2.2.8: Rev. 02 available! +==========================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 2: 0:45 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id BA3CF150E1; Tue, 1 Jun 1999 02:00:23 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA23667; Tue, 1 Jun 1999 10:00:27 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 1 Jun 1999 10:00:27 +0100 (BST) From: Doug Rabson To: KATO Takenori Cc: dfr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/conf files In-Reply-To: <19990601175144E.kato@gneiss.eps.nagoya-u.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 1 Jun 1999, KATO Takenori wrote: > Doug Rabson wrote: > > > Oops. Is the PC96 fd driver very different from the i386 one? > > Yes :-(. > > > Would it be > > at all possible to merge it so that we only need one driver? > > I think it may take very long time. > > So, I'd submit moving fd driver entry from sys/conf/files to > sys/i386/isa/files.i386. Ok, lets move it back. > > > BTW, does alpha use fd? It will as soon as I get isa dma working (nearly) :-) -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 2: 2:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57C6A1568A; Tue, 1 Jun 1999 02:02:29 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA51578; Tue, 1 Jun 1999 02:02:29 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199906010902.CAA51578@freefall.freebsd.org> From: Doug Rabson Date: Tue, 1 Jun 1999 02:02:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/06/01 02:02:28 PDT Modified files: sys/conf files sys/i386/conf files.i386 Log: Move fd driver back to files.${arch} since pc98 has a special fd driver. Revision Changes Path 1.220 +0 -1 src/sys/conf/files 1.244 +2 -1 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 2: 3:36 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id D931215664; Tue, 1 Jun 1999 02:03:18 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA23688; Tue, 1 Jun 1999 10:03:15 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 1 Jun 1999 10:03:15 +0100 (BST) From: Doug Rabson To: KATO Takenori Cc: dfr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/conf files In-Reply-To: <19990601175144E.kato@gneiss.eps.nagoya-u.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 1 Jun 1999, KATO Takenori wrote: > So, I'd submit moving fd driver entry from sys/conf/files to > sys/i386/isa/files.i386. Done. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 2:15: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 98D4D155E6; Tue, 1 Jun 1999 02:14:55 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id KAA07905 Tue, 1 Jun 1999 10:14:54 +0100 (BST) Message-ID: <3753A48E.794B@cs.strath.ac.uk> Date: Tue, 01 Jun 1999 10:14:54 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci pci.c pcivar.h pci_compat.c References: <199906010652.XAA38855@freefall.freebsd.org> <37538D2E.A380C073@cs.strath.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Roger Hardiman wrote: > oops. this breaks -stable. Sorry. > And now freefall is down, or my link to it. > > Will fix ASAP. All fixed now. Bye Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 3:47: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2208D1529C; Tue, 1 Jun 1999 03:47:00 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61361; Tue, 1 Jun 1999 03:46:59 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011046.DAA61361@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 03:46:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libcdaudio - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 03:46:58 PDT ports/audio/libcdaudio - Imported sources Update of /home/ncvs/ports/audio/libcdaudio In directory freefall.freebsd.org:/x/tmp/cvs-serv61220 Log Message: New port libcdaudio, a library to control the CD-ROM when playing audio CDs. Status: Vendor Tag: TG Release Tags: libcdaudio_0_7_0 N ports/audio/libcdaudio/Makefile N ports/audio/libcdaudio/files/md5 N ports/audio/libcdaudio/patches/patch-aa N ports/audio/libcdaudio/pkg/COMMENT N ports/audio/libcdaudio/pkg/DESCR N ports/audio/libcdaudio/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 3:47:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6488B155E6; Tue, 1 Jun 1999 03:47:58 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61495; Tue, 1 Jun 1999 03:47:58 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906011047.DAA61495@freefall.freebsd.org> From: Brian Somers Date: Tue, 1 Jun 1999 03:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/01 03:47:57 PDT Modified files: etc rc Log: Ignore the quota.user and quota.group files rather than the ``quotas'' file when cleaning /tmp. Revision Changes Path 1.188 +3 -2 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 3:48:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E103D1529C; Tue, 1 Jun 1999 03:48:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61639; Tue, 1 Jun 1999 03:48:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011048.DAA61639@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 03:48:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 03:48:51 PDT Modified files: . modules Log: libcdaudio -> ports/audio/libcdaudio Revision Changes Path 1.40 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 3:50: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50D3D1529C; Tue, 1 Jun 1999 03:50:00 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61815; Tue, 1 Jun 1999 03:50:00 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011050.DAA61815@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 03:50:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 03:50:00 PDT Modified files: audio Makefile Log: Activate libcdaudio. Revision Changes Path 1.91 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 3:54:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B37E81529C; Tue, 1 Jun 1999 03:54:16 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA62029; Tue, 1 Jun 1999 03:54:16 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011054.DAA62029@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 03:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libcdaudio/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 03:54:15 PDT Modified files: audio/libcdaudio/pkg PLIST Log: Sort entries and execute ldconfig. Revision Changes Path 1.2 +4 -2 ports/audio/libcdaudio/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 3:57:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C00215606; Tue, 1 Jun 1999 03:57:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA62506; Tue, 1 Jun 1999 03:57:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906011057.DAA62506@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 1 Jun 1999 03:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc newsyslog.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/01 03:57:40 PDT Modified files: etc newsyslog.conf Log: Sync header line with newsyslog(8). PR: 11511 Reviewed by: des Revision Changes Path 1.18 +3 -3 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 4: 3:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6356A1529C; Tue, 1 Jun 1999 04:03:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA64951; Tue, 1 Jun 1999 04:03:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906011103.EAA64951@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 1 Jun 1999 04:03:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc newsyslog.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/01 04:03:12 PDT Modified files: (Branch: RELENG_3) etc newsyslog.conf Log: MFC: sync header line with manpage. PR: 11511 Revision Changes Path 1.16.2.1 +3 -3 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 4:16:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AED9614F39; Tue, 1 Jun 1999 04:16:28 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA66480; Tue, 1 Jun 1999 04:16:28 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199906011116.EAA66480@freefall.freebsd.org> From: Doug Rabson Date: Tue, 1 Jun 1999 04:16:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/06/01 04:16:27 PDT Modified files: sys/i386/conf files.i386 Log: Correct dumb mistake in previous commit. Revision Changes Path 1.245 +2 -2 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 4:20:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09AA014F39; Tue, 1 Jun 1999 04:20:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA66815; Tue, 1 Jun 1999 04:20:19 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906011120.EAA66815@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 1 Jun 1999 04:20:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc newsyslog.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/01 04:20:18 PDT Modified files: etc newsyslog.conf Log: Damn, forgot this: time -> when. Revision Changes Path 1.19 +2 -2 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 4:24:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEBBB15216; Tue, 1 Jun 1999 04:24:24 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA67160; Tue, 1 Jun 1999 04:24:24 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906011124.EAA67160@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 1 Jun 1999 04:24:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc newsyslog.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/01 04:24:24 PDT Modified files: (Branch: RELENG_3) etc newsyslog.conf Log: MFC: time -> when. Revision Changes Path 1.16.2.2 +2 -2 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 4:48:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80CD015387; Tue, 1 Jun 1999 04:48:25 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA69372; Tue, 1 Jun 1999 04:48:25 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199906011148.EAA69372@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 1 Jun 1999 04:48:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps Makefile ports/devel/nps/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/06/01 04:48:25 PDT Modified files: devel/nps Makefile devel/nps/files md5 Log: NPS 0.9.12 -> 0.9.13 Revision Changes Path 1.7 +3 -3 ports/devel/nps/Makefile 1.7 +1 -1 ports/devel/nps/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 5: 9:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3772715390; Tue, 1 Jun 1999 05:09:50 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA71253; Tue, 1 Jun 1999 05:09:50 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011209.FAA71253@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 05:09:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vtk - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 05:09:50 PDT ports/graphics/vtk - Imported sources Update of /home/ncvs/ports/graphics/vtk In directory freefall.freebsd.org:/x/tmp/cvs-serv70966 Log Message: New port vtk, the Visualization Toolkit. Status: Vendor Tag: PFGIFFUN Release Tags: vtk_2_3 N ports/graphics/vtk/Makefile N ports/graphics/vtk/files/md5 N ports/graphics/vtk/patches/patch-aa N ports/graphics/vtk/patches/patch-ab N ports/graphics/vtk/pkg/COMMENT N ports/graphics/vtk/pkg/DESCR N ports/graphics/vtk/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 5:12:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D528515390; Tue, 1 Jun 1999 05:12:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA71437; Tue, 1 Jun 1999 05:12:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011212.FAA71437@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 05:12:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 05:12:21 PDT Modified files: . modules Log: vtk -> ports/graphics/vtk Revision Changes Path 1.41 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 5:14:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76ADC15390; Tue, 1 Jun 1999 05:14:12 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA71523; Tue, 1 Jun 1999 05:14:12 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011214.FAA71523@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 05:14:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 05:14:10 PDT Modified files: graphics Makefile Log: Activate vtk. Revision Changes Path 1.126 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 5:17: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8EA815668; Tue, 1 Jun 1999 05:16:53 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA71771; Tue, 1 Jun 1999 05:16:53 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011216.FAA71771@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 05:16:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vtk Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 05:16:53 PDT Modified files: graphics/vtk Makefile Log: I forgot: PR: 11932 Submitted by: Pedro F. Giffuni Revision Changes Path 1.2 +1 -1 ports/graphics/vtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 5:33: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BD1815668; Tue, 1 Jun 1999 05:32:59 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA73016; Tue, 1 Jun 1999 05:32:59 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906011232.FAA73016@freefall.freebsd.org> From: KATO Takenori Date: Tue, 1 Jun 1999 05:32:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/01 05:32:58 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.136. Revision Changes Path 1.70 +24 -22 src/sys/pc98/pc98/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:14:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48D5615713; Tue, 1 Jun 1999 06:14:12 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76916; Tue, 1 Jun 1999 06:14:11 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906011314.GAA76916@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 1 Jun 1999 06:14:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/01 06:14:11 PDT Modified files: sbin/route route.c Log: Get rid of segfaults in a set-uid program. PR: 11823 Reviewed by: des Revision Changes Path 1.30 +15 -8 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:14:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E1B4157D9; Tue, 1 Jun 1999 06:14:40 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA77019; Tue, 1 Jun 1999 06:14:39 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906011314.GAA77019@freefall.freebsd.org> From: KATO Takenori Date: Tue, 1 Jun 1999 06:14:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.c fdreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/01 06:14:39 PDT Modified files: sys/pc98/pc98 fd.c fdreg.h Log: Fixed locations of include files. Revision Changes Path 1.63 +3 -3 src/sys/pc98/pc98/fd.c 1.5 +2 -2 src/sys/pc98/pc98/fdreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:15: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AFA415717; Tue, 1 Jun 1999 06:15:00 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA77066; Tue, 1 Jun 1999 06:14:59 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011314.GAA77066@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 06:14:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vtk Makefile ports/graphics/vtk/files md5 ports/graphics/vtk/patches patch-aa patch-ab ports/graphics/vtk/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 06:14:57 PDT Removed files: graphics/vtk Makefile graphics/vtk/files md5 graphics/vtk/patches patch-aa patch-ab graphics/vtk/pkg COMMENT DESCR PLIST Log: Actually, I wanted to import this into "math". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:16:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD559150F5; Tue, 1 Jun 1999 06:16:48 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA77220; Tue, 1 Jun 1999 06:16:48 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011316.GAA77220@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 06:16:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/vtk - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 06:16:48 PDT ports/math/vtk - Imported sources Update of /home/ncvs/ports/math/vtk In directory freefall.freebsd.org:/x/tmp/cvs-serv77160 Log Message: Re-import vtk into "math", this is where all the other data visualization tools are. Status: Vendor Tag: PFGIFFUN Release Tags: vtk_2_3 N ports/math/vtk/Makefile N ports/math/vtk/files/md5 N ports/math/vtk/patches/patch-aa N ports/math/vtk/patches/patch-ab N ports/math/vtk/pkg/COMMENT N ports/math/vtk/pkg/DESCR N ports/math/vtk/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:17:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99823150F5; Tue, 1 Jun 1999 06:17:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA77368; Tue, 1 Jun 1999 06:17:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011317.GAA77368@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 06:17:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/math Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 06:17:51 PDT Modified files: graphics Makefile math Makefile Log: vtk is now in "math". Revision Changes Path 1.127 +1 -2 ports/graphics/Makefile 1.61 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:18:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87625150F5; Tue, 1 Jun 1999 06:18:38 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA77516; Tue, 1 Jun 1999 06:18:38 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906011318.GAA77516@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 1 Jun 1999 06:18:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/01 06:18:38 PDT Modified files: . modules Log: vtk is now in math. Revision Changes Path 1.42 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:22:19 1999 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id DAAE415526; Tue, 1 Jun 1999 06:22:15 -0700 (PDT) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id OAA18944; Tue, 1 Jun 1999 14:22:13 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id OAA06705; Tue, 1 Jun 1999 14:21:32 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199906011321.OAA06705@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Thomas Gellekum Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/vtk Makefile ports/graphics/vtk/files md5 ports/graphics/vtk/patches patch-aa patch-ab ports/graphics/vtk/pkg COMMENT DESCR PLIST In-reply-to: Your message of "Tue, 01 Jun 1999 06:14:59 PDT." <199906011314.GAA77066@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 01 Jun 1999 14:21:32 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > tg 1999/06/01 06:14:57 PDT > > Removed files: > graphics/vtk Makefile > graphics/vtk/files md5 > graphics/vtk/patches patch-aa patch-ab > graphics/vtk/pkg COMMENT DESCR PLIST > Log: > Actually, I wanted to import this into "math". If you get into your editor and realise you didn't mean to commit (which you must have here), it's not too late to ^Z and kill (-15) the cvs commit. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:25:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB96F15526; Tue, 1 Jun 1999 06:25:46 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA78560; Tue, 1 Jun 1999 06:25:46 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199906011325.GAA78560@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Tue, 1 Jun 1999 06:25:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/06/01 06:25:45 PDT Modified files: es/news newsflash.sgml Log: Fix typo that broke build. Pointed by: wosch Revision Changes Path 1.15 +3 -3 www/es/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:27:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9CC7150F5; Tue, 1 Jun 1999 06:27:42 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA78787; Tue, 1 Jun 1999 06:27:42 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906011327.GAA78787@freefall.freebsd.org> From: Brian Somers Date: Tue, 1 Jun 1999 06:27:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/01 06:27:40 PDT Modified files: (Branch: RELENG_3) etc rc Log: MFC: Ignore the quota.user and quota.group files rather than the ``quotas'' file when cleaning /tmp. Revision Changes Path 1.169.2.12 +3 -2 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 6:32:17 1999 Delivered-To: cvs-all@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id 95665156E7; Tue, 1 Jun 1999 06:31:43 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.2) id PAA64404; Tue, 1 Jun 1999 15:30:47 +0200 (CEST) (envelope-from tg) To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/vtk Makefile ports/graphics/vtk/files md5 ports/graphics/vtk/patches patch-aa patch-ab ports/graphics/vtk/pkg COMMENT DESCR PLIST References: <199906011321.OAA06705@keep.lan.Awfulhak.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 01 Jun 1999 15:30:46 +0200 In-Reply-To: Brian Somers's message of "Tue, 01 Jun 1999 14:21:32 +0100" Message-ID: Lines: 13 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Brian Somers writes: > > Actually, I wanted to import this into "math". > > If you get into your editor and realise you didn't mean to commit > (which you must have here), it's not too late to ^Z and kill (-15) > the cvs commit. I've had bad experiences with this for remote commits. There always seem to be left-over lockfiles floating around. (Besides, it was really too late this time.) tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 7:19: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 7541715716; Tue, 1 Jun 1999 07:16:16 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id KAA21382; Tue, 1 Jun 1999 10:14:16 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 1 Jun 1999 10:14:16 -0400 (EDT) From: Bill Fumerola To: Thomas Gellekum Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/vtk Makefile ports/graphics/vtk/files md5 ports/graphics/vtk/patches patch-aa patch-ab ports/graphics/vtk/pkg COMMENT DESCR PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 1 Jun 1999, Thomas Gellekum wrote: > > If you get into your editor and realise you didn't mean to commit > > (which you must have here), it's not too late to ^Z and kill (-15) > > the cvs commit. > > I've had bad experiences with this for remote commits. There always > seem to be left-over lockfiles floating around. (Besides, it was really > too late this time.) Quit without saving the commit message. cvs will DTRT. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 7:29: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE3D315749; Tue, 1 Jun 1999 07:28:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA47312; Tue, 1 Jun 1999 07:28:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906011428.HAA47312@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 1 Jun 1999 07:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/01 07:28:59 PDT Modified files: (Branch: RELENG_3) sbin/route route.c Log: MFC: Get rid of segfaults in a set-uid program. Revision Changes Path 1.29.2.1 +15 -8 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 7:42:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2500C14ED1; Tue, 1 Jun 1999 07:42:17 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA48696; Tue, 1 Jun 1999 07:42:17 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906011442.HAA48696@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 1 Jun 1999 07:42:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en send-pr.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/01 07:42:17 PDT Modified files: en send-pr.sgml Log: Make 'misc' the default category instead of 'advocacy' for the lazy and hopeless who don't check all the fields out before they send a PR. Noticed By: kris Revision Changes Path 1.11 +3 -3 www/en/send-pr.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 8: 2: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E281152C3; Tue, 1 Jun 1999 08:01:55 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52570; Tue, 1 Jun 1999 08:01:55 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906011501.IAA52570@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 1 Jun 1999 08:01:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/01 08:01:54 PDT Modified files: en/handbook/contrib chapter.sgml Log: Give Ted Lemon an e-mail address. Revision Changes Path 1.43 +2 -2 doc/en/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 8:23:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A2E214C89; Tue, 1 Jun 1999 08:23:55 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA56866; Tue, 1 Jun 1999 08:23:55 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906011523.IAA56866@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 1 Jun 1999 08:23:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cvsweb.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/01 08:23:54 PDT Modified files: en/cgi cvsweb.cgi Log: Add an e-mail hyperlink for the author of each commit. Approved By: fenner Revision Changes Path 1.31 +2 -2 www/en/cgi/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 9: 1:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6CAF14E21; Tue, 1 Jun 1999 09:01:50 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA62559; Tue, 1 Jun 1999 09:01:50 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906011601.JAA62559@freefall.freebsd.org> From: Brian Somers Date: Tue, 1 Jun 1999 09:01:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp log.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/01 09:01:50 PDT Modified files: usr.sbin/ppp log.c Log: Make async/sync/physical/hdlc dumps prettier by showing printable characters at the end of the line in hexdump style. Revision Changes Path 1.39 +23 -12 src/usr.sbin/ppp/log.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 9:14: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67B431518C; Tue, 1 Jun 1999 09:14:02 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA63834; Tue, 1 Jun 1999 09:14:01 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199906011614.JAA63834@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 1 Jun 1999 09:14:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps Makefile ports/devel/nps/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/06/01 09:14:01 PDT Modified files: devel/nps Makefile devel/nps/files md5 Log: NPS 0.9.13 -> 0.9.14 Revision Changes Path 1.8 +3 -3 ports/devel/nps/Makefile 1.8 +1 -1 ports/devel/nps/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 10:11:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB3E151CF; Tue, 1 Jun 1999 10:11:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA70366; Tue, 1 Jun 1999 10:11:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199906011711.KAA70366@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 1 Jun 1999 10:11:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_swap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/06/01 10:11:30 PDT Modified files: sys/vm vm_swap.c Log: Shorten a detour around dev_t to get a udev_t created. Revision Changes Path 1.71 +2 -3 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 10:30:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 057B0154F0; Tue, 1 Jun 1999 10:30:12 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72179; Tue, 1 Jun 1999 10:30:12 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199906011730.KAA72179@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 1 Jun 1999 10:30:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci meteor.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/06/01 10:30:12 PDT Modified files: sys/pci meteor.c Log: Updated to support new Meteor/PPB cards (PCI-PCI Bridge). The driver now identifies the IBM PCI-PCI Bridge fitted to newer Matrox cards and initialises it. Sumitted by: Anton Berezin The Protein Laboratory, University of Copenhagen Revision Changes Path 1.44 +32 -1 src/sys/pci/meteor.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 10:34:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD99014C0E; Tue, 1 Jun 1999 10:34:49 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72485; Tue, 1 Jun 1999 10:34:49 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199906011734.KAA72485@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 1 Jun 1999 10:34:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci meteor.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/06/01 10:34:48 PDT Modified files: (Branch: RELENG_3) sys/pci meteor.c Log: MFC: Updated to support new Meteor/PPB cards (PCI-PCI Bridge). Submitted by: Anton Berezin The Protein Laboratory, University of Copenhagen Revision Changes Path 1.35.2.1 +33 -0 src/sys/pci/meteor.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 11:20:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 292151569B; Tue, 1 Jun 1999 11:20:37 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76352; Tue, 1 Jun 1999 11:20:37 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <199906011820.LAA76352@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 1 Jun 1999 11:20:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scvesactl.c syscons.c src/sys/i386/apm apm.c src/sys/i386/conf LINT files.i386 options.i386 src/sys/i386/i386 exception.s genassym.c globals.s locore.s machdep.c mp_machdep.c mpboot.s pmap.c swtch.s ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/06/01 11:20:37 PDT Modified files: sys/dev/syscons scvesactl.c syscons.c sys/i386/apm apm.c Log: Unifdef VM86 Reviewed by: silence on on -current Revision Changes Path 1.10 +3 -4 src/sys/dev/syscons/scvesactl.c 1.306 +4 -5 src/sys/dev/syscons/syscons.c 1.88 +1 -8 src/sys/i386/apm/apm.c Modified files: sys/i386/conf LINT files.i386 options.i386 Log: Make vm86 a standard component Reviewed by: silence on on -current Revision Changes Path 1.605 +2 -9 src/sys/i386/conf/LINT 1.246 +2 -2 src/sys/i386/conf/files.i386 1.115 +1 -2 src/sys/i386/conf/options.i386 Modified files: sys/i386/i386 exception.s genassym.c globals.s locore.s machdep.c mp_machdep.c mpboot.s pmap.c swtch.s sys_machdep.c trap.c vm86.c vm86bios.s vm_machdep.c sys/i386/include globaldata.h globals.h pcb.h vm86.h sys/i386/isa apic_vector.s ipl.s vesa.c sys/i386/svr4 svr4_locore.s svr4_machdep.c sys/kern subr_prf.c sys/modules/vesa Makefile Log: Unifdef VM86. Reviewed by: silence on on -current Revision Changes Path 1.61 +1 -4 src/sys/i386/i386/exception.s 1.70 +1 -10 src/sys/i386/i386/genassym.c 1.12 +1 -6 src/sys/i386/i386/globals.s 1.123 +1 -17 src/sys/i386/i386/locore.s 1.337 +363 -285 src/sys/i386/i386/machdep.c 1.102 +1 -4 src/sys/i386/i386/mp_machdep.c 1.11 +1 -5 src/sys/i386/i386/mpboot.s 1.237 +1 -2 src/sys/i386/i386/pmap.c 1.82 +1 -14 src/sys/i386/i386/swtch.s 1.42 +1 -8 src/sys/i386/i386/sys_machdep.c 1.138 +1 -10 src/sys/i386/i386/trap.c 1.26 +18 -97 src/sys/i386/i386/vm86.c 1.14 +1 -3 src/sys/i386/i386/vm86bios.s 1.122 +1 -14 src/sys/i386/i386/vm_machdep.c 1.10 +1 -3 src/sys/i386/include/globaldata.h 1.3 +1 -5 src/sys/i386/include/globals.h 1.28 +1 -5 src/sys/i386/include/pcb.h 1.11 +3 -2 src/sys/i386/include/vm86.h 1.39 +1 -3 src/sys/i386/isa/apic_vector.s 1.28 +1 -7 src/sys/i386/isa/ipl.s 1.24 +3 -4 src/sys/i386/isa/vesa.c 1.4 +0 -2 src/sys/i386/svr4/svr4_locore.s 1.5 +0 -4 src/sys/i386/svr4/svr4_machdep.c 1.52 +18 -1 src/sys/kern/subr_prf.c 1.6 +3 -7 src/sys/modules/vesa/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 11:26: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F26E14C34; Tue, 1 Jun 1999 11:25:36 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76694; Tue, 1 Jun 1999 11:25:35 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <199906011825.LAA76694@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 1 Jun 1999 11:25:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/06/01 11:25:30 PDT Modified files: sys/i386/i386 machdep.c Log: Null commit; note that there is a new memory sizing routine that uses the BIOS calls to determine the memory configuration. This should fix problems with >64M for good. Reviewed by: Mike Smith Revision Changes Path 1.338 +1 -1 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 11:30:44 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 0E34A14C2F; Tue, 1 Jun 1999 11:30:26 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1) id 10otIu-000Cv8-00; Tue, 01 Jun 1999 20:30:24 +0200 From: Sheldon Hearn To: Jonathan Lemon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-reply-to: Your message of "Tue, 01 Jun 1999 11:25:30 MST." <199906011825.LAA76694@freefall.freebsd.org> Date: Tue, 01 Jun 1999 20:30:24 +0200 Message-ID: <49669.928261824@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 01 Jun 1999 11:25:30 MST, Jonathan Lemon wrote: > Null commit; note that there is a new memory sizing routine that uses > the BIOS calls to determine the memory configuration. This should fix > problems with >64M for good. Does this mean MAXMEM can go away? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 11:33:46 1999 Delivered-To: cvs-all@freebsd.org Received: from sumatra.americantv.com (sumatra.americantv.com [208.139.222.227]) by hub.freebsd.org (Postfix) with ESMTP id 1E68714D5B; Tue, 1 Jun 1999 11:33:22 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id NAA21218; Tue, 1 Jun 1999 13:33:18 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id NAA26716; Tue, 1 Jun 1999 13:33:17 -0500 Message-ID: <19990601133317.55152@right.PCS> Date: Tue, 1 Jun 1999 13:33:17 -0500 From: Jonathan Lemon To: Sheldon Hearn Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c References: <199906011825.LAA76694@freefall.freebsd.org> <49669.928261824@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <49669.928261824@axl.noc.iafrica.com>; from Sheldon Hearn on Jun 06, 1999 at 08:30:24PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Jun 06, 1999 at 08:30:24PM +0200, Sheldon Hearn wrote: > > > On Tue, 01 Jun 1999 11:25:30 MST, Jonathan Lemon wrote: > > > Null commit; note that there is a new memory sizing routine that uses > > the BIOS calls to determine the memory configuration. This should fix > > problems with >64M for good. > > Does this mean MAXMEM can go away? Yes, but I've left it in on purpose so that you can configure the system so that it uses less memory than what is actually installed. This is useful in some cases (e.g.: testing code under low memory conditions). -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 11:43: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 69D4E14ED3; Tue, 1 Jun 1999 11:43:03 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id UAA20896; Tue, 1 Jun 1999 20:41:19 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Jonathan Lemon Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-reply-to: Your message of "Tue, 01 Jun 1999 13:33:17 CDT." <19990601133317.55152@right.PCS> Date: Tue, 01 Jun 1999 20:41:19 +0200 Message-ID: <20894.928262479@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19990601133317.55152@right.PCS>, Jonathan Lemon writes: >On Jun 06, 1999 at 08:30:24PM +0200, Sheldon Hearn wrote: >> >> >> On Tue, 01 Jun 1999 11:25:30 MST, Jonathan Lemon wrote: >> >> > Null commit; note that there is a new memory sizing routine that uses >> > the BIOS calls to determine the memory configuration. This should fix >> > problems with >64M for good. >> >> Does this mean MAXMEM can go away? > >Yes, but I've left it in on purpose so that you can configure the >system so that it uses less memory than what is actually installed. >This is useful in some cases (e.g.: testing code under low memory >conditions). Indeed, if nothing else it should be retained for just that. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 11:46:50 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id A43DD14FA8; Tue, 1 Jun 1999 11:46:48 -0700 (PDT) Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-Reply-To: <49669.928261824@axl.noc.iafrica.com> from Sheldon Hearn at "Jun 1, 1999 8:30:24 pm" To: sheldonh@uunet.co.za (Sheldon Hearn) Date: Tue, 1 Jun 1999 11:46:48 -0700 (PDT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jlemon@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 861 Message-Id: <19990601184648.A43DD14FA8@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > On Tue, 01 Jun 1999 11:25:30 MST, Jonathan Lemon wrote: > > > Null commit; note that there is a new memory sizing routine that uses > > the BIOS calls to determine the memory configuration. This should fix > > problems with >64M for good. > > Does this mean MAXMEM can go away? No. There's another side to MAXMEM, which is that you can use it to explicitly tell the kernel not to use all available memory on purpose. I use this a lot when doing driver debugging because the machines I use for testing have lots of RAM and crash dumps are always the same size as available RAM. Capturing and analyzing a 128MB or 256MB crash dump can be a pain in the neck sometimes. Typically, once I find a set of conditions that trigger a panic, I'll set up a debug kernel that only uses 16MB of RAM and then capture a crash dump from that. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 11:56:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 219E514D5B; Tue, 1 Jun 1999 11:56:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA79194; Tue, 1 Jun 1999 11:56:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199906011856.LAA79194@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 1 Jun 1999 11:56:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern kern_conf.c vfs_aio.c src/sys/sys conf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/06/01 11:56:27 PDT Modified files: sys/i386/i386 autoconf.c sys/kern kern_conf.c vfs_aio.c sys/sys conf.h Log: Introduce the makebdev() function, it does the same as the makedev() function for now, but that will change. Revision Changes Path 1.125 +7 -7 src/sys/i386/i386/autoconf.c 1.42 +7 -1 src/sys/kern/kern_conf.c 1.51 +2 -2 src/sys/kern/vfs_aio.c 1.59 +5 -4 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 12: 4:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1438914D5B; Tue, 1 Jun 1999 12:04:32 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA79945; Tue, 1 Jun 1999 12:04:27 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199906011904.MAA79945@freefall.freebsd.org> From: Bill Paul Date: Tue, 1 Jun 1999 12:04:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/06/01 12:04:26 PDT Modified files: sys/pci if_xl.c Log: Change the warning message issued if pci_map_port() fails. I think this happens if you have a BIOS with a 'Plug & Play OS' setting and you leave it set to 'Yes.' This is wrong for FreeBSD (and LoseNT): it should be set to 'No.' Apparently it's still possible to map the iobase of the NIC and have the card work by reading the config space manually (which is what the driver does if pci_map_port() fails) but we need to warn the user to do fix their machine anyway. Anyway, warn the user to check the 'Plug & Play OS' setting in their BIOS if mapping the io space fails. Revision Changes Path 1.40 +5 -5 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 12: 9: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E754B157F8; Tue, 1 Jun 1999 12:09:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA80255; Tue, 1 Jun 1999 12:09:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906011909.MAA80255@freefall.freebsd.org> From: Brian Somers Date: Tue, 1 Jun 1999 12:09:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp defs.h exec.c physical.c physical.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/01 12:09:02 PDT Modified files: usr.sbin/ppp defs.h exec.c physical.c physical.h Log: Increase the length of an individual device name to LINE_LEN. Adjust the base physical device name correctly after a link transfer (allowing correct multilink callbacks). Revision Changes Path 1.44 +4 -3 src/usr.sbin/ppp/defs.h 1.4 +2 -1 src/usr.sbin/ppp/exec.c 1.15 +7 -5 src/usr.sbin/ppp/physical.c 1.12 +2 -2 src/usr.sbin/ppp/physical.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 12:15:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE657150BA; Tue, 1 Jun 1999 12:15:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA80707; Tue, 1 Jun 1999 12:15:13 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199906011915.MAA80707@freefall.freebsd.org> From: Bill Paul Date: Tue, 1 Jun 1999 12:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/06/01 12:15:12 PDT Modified files: (Branch: RELENG_3) sys/pci if_xl.c Log: MFC: fix warning message to tell users about Plug & Play OS setting in their BIOS if pci_map_port() fails. Revision Changes Path 1.22.2.14 +5 -5 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 13: 2:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70AD114E67; Tue, 1 Jun 1999 13:02:37 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA84619; Tue, 1 Jun 1999 13:02:37 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906012002.NAA84619@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 1 Jun 1999 13:02:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/more tags.c command.c decode.c less.h main.c more.1 more.help Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/06/01 13:02:36 PDT Modified files: usr.bin/more tags.c command.c decode.c less.h main.c more.1 more.help Log: Grok gtags too. Revision Changes Path 1.4 +389 -37 src/usr.bin/more/tags.c 1.12 +20 -1 src/usr.bin/more/command.c 1.3 +3 -1 src/usr.bin/more/decode.c 1.4 +3 -1 src/usr.bin/more/less.h 1.12 +3 -2 src/usr.bin/more/main.c 1.10 +6 -0 src/usr.bin/more/more.1 1.2 +1 -0 src/usr.bin/more/more.help To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 13:26: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 190F4152EA; Tue, 1 Jun 1999 13:26:07 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87421; Tue, 1 Jun 1999 13:26:07 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199906012026.NAA87421@freefall.freebsd.org> From: Dmitrij Tejblum Date: Tue, 1 Jun 1999 13:26:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha cons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/06/01 13:26:07 PDT Modified files: sys/alpha/alpha cons.c Log: cdevsw_add(&cn_devsw), not cdevsw_add(&dev). Revision Changes Path 1.10 +2 -3 src/sys/alpha/alpha/cons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 13:27:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9A7A15055; Tue, 1 Jun 1999 13:27:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87530; Tue, 1 Jun 1999 13:27:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906012027.NAA87530@freefall.freebsd.org> From: Michael Haro Date: Tue, 1 Jun 1999 13:27:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/01 13:27:28 PDT Modified files: . modules Log: pktsuckers --> ports/security/pktsuckers Revision Changes Path 1.43 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 13:28:43 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 9E46B14FD7; Tue, 1 Jun 1999 13:28:36 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id QAA20827; Tue, 1 Jun 1999 16:28:36 -0400 (EDT) Date: Tue, 1 Jun 1999 16:28:36 -0400 (EDT) From: "Matthew N. Dodd" To: Bill Paul Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_xl.c In-Reply-To: <199906011904.MAA79945@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On this note, is there a way to determine the setting of the BIOS PNP OS knob? Windows has to do it somehow... Failing this, couldn't the PCI code DTRT if the devices weren't setup? On Tue, 1 Jun 1999, Bill Paul wrote: > wpaul 1999/06/01 12:04:26 PDT > > Modified files: > sys/pci if_xl.c > Log: > Change the warning message issued if pci_map_port() fails. I think this > happens if you have a BIOS with a 'Plug & Play OS' setting and you leave > it set to 'Yes.' This is wrong for FreeBSD (and LoseNT): it should be set > to 'No.' Apparently it's still possible to map the iobase of the NIC and > have the card work by reading the config space manually (which is what > the driver does if pci_map_port() fails) but we need to warn the user to > do fix their machine anyway. Anyway, warn the user to check the 'Plug & > Play OS' setting in their BIOS if mapping the io space fails. > > Revision Changes Path > 1.40 +5 -5 src/sys/pci/if_xl.c > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- | Matthew N. Dodd | 78 280Z | 75 164E | 84 245DL | FreeBSD/NetBSD/Sprite/VMS | | winter@jurai.net | This Space For Rent | ix86,sparc,m68k,pmax,vax | | http://www.jurai.net/~winter | Are you k-rad elite enough for my webpage? | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 13:29:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2503151D2; Tue, 1 Jun 1999 13:29:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87617; Tue, 1 Jun 1999 13:29:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906012029.NAA87617@freefall.freebsd.org> From: Michael Haro Date: Tue, 1 Jun 1999 13:29:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pktsuckers - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/01 13:29:15 PDT ports/security/pktsuckers - Imported sources Update of /home/ncvs/ports/security/pktsuckers In directory freefall.freebsd.org:/c/users/mharo/pktsuckers Log Message: Log the contents of unwanted tcp and udp connections. PR: 11973 Submitted by: Warren Toomey Status: Vendor Tag: WKT Release Tags: pktsuckers_1_2 N ports/security/pktsuckers/Makefile I ports/security/pktsuckers/CVS N ports/security/pktsuckers/pkg/COMMENT N ports/security/pktsuckers/pkg/DESCR N ports/security/pktsuckers/pkg/PLIST N ports/security/pktsuckers/pkg/MESSAGE N ports/security/pktsuckers/files/md5 N ports/security/pktsuckers/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 13:30: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F78815803; Tue, 1 Jun 1999 13:30:03 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87689; Tue, 1 Jun 1999 13:30:03 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199906012030.NAA87689@freefall.freebsd.org> From: Dmitrij Tejblum Date: Tue, 1 Jun 1999 13:30:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/06/01 13:30:02 PDT Modified files: sys/miscfs/specfs spec_vnops.c Log: Remove an unused variable. Revision Changes Path 1.88 +1 -2 src/sys/miscfs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 13:39:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4121E15802; Tue, 1 Jun 1999 13:39:11 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88575; Tue, 1 Jun 1999 13:39:11 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906012039.NAA88575@freefall.freebsd.org> From: Michael Haro Date: Tue, 1 Jun 1999 13:39:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/01 13:39:11 PDT Modified files: security Makefile Log: activate pktsuckers Revision Changes Path 1.56 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 13:41:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A418B150AD; Tue, 1 Jun 1999 13:41:28 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA89061; Tue, 1 Jun 1999 13:41:28 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199906012041.NAA89061@freefall.freebsd.org> From: Dmitrij Tejblum Date: Tue, 1 Jun 1999 13:41:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/06/01 13:41:28 PDT Modified files: sys/kern kern_conf.c Log: || vs && confusion in cdevsw_add(). Revision Changes Path 1.43 +2 -2 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 15:13:46 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id A9E9415605; Tue, 1 Jun 1999 15:13:27 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id XAA25144; Tue, 1 Jun 1999 23:13:36 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 1 Jun 1999 23:13:36 +0100 (BST) From: Doug Rabson To: "Matthew N. Dodd" Cc: Bill Paul , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci if_xl.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 1 Jun 1999, Matthew N. Dodd wrote: > On this note, is there a way to determine the setting of the BIOS PNP OS > knob? Windows has to do it somehow... > Not really (other than by noticing that devices haven't been setup right). Its not a hardware setting but just disables the bios code which sets up the device. > Failing this, couldn't the PCI code DTRT if the devices weren't setup? Eventually. I have the equivalent code for isa pnp almost working (I need to assign locations to isa pnp cards since my alpha machines don't have anything close to a PNP bios...) -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 15:18:18 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 3E97715837; Tue, 1 Jun 1999 15:17:53 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id XAA25166; Tue, 1 Jun 1999 23:15:20 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 1 Jun 1999 23:15:20 +0100 (BST) From: Doug Rabson To: Thomas Gellekum Cc: Brian Somers , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/graphics/vtk Makefile ports/graphics/vtk/files md5 ports/graphics/vtk/patches patch-aa patch-ab ports/graphics/vtk/pkg COMMENT DESCR PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 1 Jun 1999, Thomas Gellekum wrote: > Brian Somers writes: > > > > Actually, I wanted to import this into "math". > > > > If you get into your editor and realise you didn't mean to commit > > (which you must have here), it's not too late to ^Z and kill (-15) > > the cvs commit. > > I've had bad experiences with this for remote commits. There always > seem to be left-over lockfiles floating around. (Besides, it was really > too late this time.) If you just quit without editing the commit message, you should get an abort question which you can use to stop the commit. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 15:31:42 1999 Delivered-To: cvs-all@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id C850014BFE; Tue, 1 Jun 1999 15:31:32 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id AAA07332; Wed, 2 Jun 1999 00:31:28 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id BE43987AE; Wed, 2 Jun 1999 00:06:23 +0200 (CEST) (envelope-from roberto) Date: Wed, 2 Jun 1999 00:06:23 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <19990602000623.A35038@keltia.freenix.fr> Mail-Followup-To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <199906011825.LAA76694@freefall.freebsd.org> <49669.928261824@axl.noc.iafrica.com> <19990601133317.55152@right.PCS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.95.5i In-Reply-To: <19990601133317.55152@right.PCS>; from Jonathan Lemon on Tue, Jun 01, 1999 at 01:33:17PM -0500 X-Operating-System: FreeBSD 4.0-CURRENT/ELF ctm#5322 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk According to Jonathan Lemon: > Yes, but I've left it in on purpose so that you can configure the > system so that it uses less memory than what is actually installed. > This is useful in some cases (e.g.: testing code under low memory > conditions). I thought that was what the "iosiz" parameter for npx0 was for... (and is cf. LINT). -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #71: Sun May 9 20:16:32 CEST 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 16:45:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6904614D20; Tue, 1 Jun 1999 16:45:52 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05912; Tue, 1 Jun 1999 16:45:51 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <199906012345.QAA05912@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 1 Jun 1999 16:45:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c vm86.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/06/01 16:45:50 PDT Modified files: sys/i386/i386 machdep.c vm86.c Log: Unbreak memory sizing for SMP. Revision Changes Path 1.339 +15 -11 src/sys/i386/i386/machdep.c 1.27 +3 -1 src/sys/i386/i386/vm86.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 17:47: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D431114E63; Tue, 1 Jun 1999 17:46:58 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA19119; Tue, 1 Jun 1999 17:46:58 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906020046.RAA19119@freefall.freebsd.org> From: Brian Somers Date: Tue, 1 Jun 1999 17:46:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c physical.c ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/01 17:46:58 PDT Modified files: usr.sbin/ppp bundle.c bundle.h command.c physical.c ppp.8 Log: Introduce the ``keep-session'' option. Refer to the man page for details. This allows MP over non-tty devices where the original ppp process must not exit (such as sshd-spawned ppp sessions). Revision Changes Path 1.56 +5 -2 src/usr.sbin/ppp/bundle.c 1.23 +9 -8 src/usr.sbin/ppp/bundle.h 1.196 +5 -3 src/usr.sbin/ppp/command.c 1.16 +6 -3 src/usr.sbin/ppp/physical.c 1.171 +37 -1 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 20:42:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0629315244; Tue, 1 Jun 1999 20:42:40 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA32567; Tue, 1 Jun 1999 20:42:40 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906020342.UAA32567@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 1 Jun 1999 20:42:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/more output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/06/01 20:42:40 PDT Modified files: usr.bin/more output.c Log: Don't print backspaces in first column since they backup to the prev line. Revision Changes Path 1.10 +12 -5 src/usr.bin/more/output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 22: 9:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C78EB14CE5; Tue, 1 Jun 1999 22:09:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA38641; Tue, 1 Jun 1999 22:09:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906020509.WAA38641@freefall.freebsd.org> From: Michael Haro Date: Tue, 1 Jun 1999 22:09:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gview Makefile ports/graphics/gview/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/01 22:09:30 PDT Modified files: graphics/gview Makefile graphics/gview/files md5 Log: Update to 0.1.6. PR: 11971 Submitted by: cpiazza@home.net Revision Changes Path 1.3 +3 -3 ports/graphics/gview/Makefile 1.3 +1 -1 ports/graphics/gview/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 22:26:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B657314D50; Tue, 1 Jun 1999 22:26:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA39929; Tue, 1 Jun 1999 22:26:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906020526.WAA39929@freefall.freebsd.org> From: Michael Haro Date: Tue, 1 Jun 1999 22:26:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/aumix Makefile ports/audio/aumix/files md5 ports/audio/aumix/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/01 22:26:42 PDT Modified files: audio/aumix Makefile audio/aumix/files md5 Added files: audio/aumix/patches patch-aa Log: Update to 1.19. PR: 11970 Submitted by: Maintainer Revision Changes Path 1.2 +6 -5 ports/audio/aumix/Makefile 1.2 +1 -1 ports/audio/aumix/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 22:55: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id 988581525F; Tue, 1 Jun 1999 22:54:53 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id HAA09230; Wed, 2 Jun 1999 07:54:49 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id HAA25350; Wed, 2 Jun 1999 07:54:34 +0200 (CEST) (envelope-from andreas) Date: Wed, 2 Jun 1999 07:54:33 +0200 From: Andreas Klemm To: Jonathan Lemon Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <19990602075433.A25313@titan.klemm.gtn.com> References: <199906011825.LAA76694@freefall.freebsd.org> <49669.928261824@axl.noc.iafrica.com> <19990601133317.55152@right.PCS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990601133317.55152@right.PCS>; from Jonathan Lemon on Tue, Jun 01, 1999 at 01:33:17PM -0500 X-Operating-System: FreeBSD 3.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Jun 01, 1999 at 01:33:17PM -0500, Jonathan Lemon wrote: > On Jun 06, 1999 at 08:30:24PM +0200, Sheldon Hearn wrote: > > > > > > On Tue, 01 Jun 1999 11:25:30 MST, Jonathan Lemon wrote: > > > > > Null commit; note that there is a new memory sizing routine that uses > > > the BIOS calls to determine the memory configuration. This should fix > > > problems with >64M for good. > > > > Does this mean MAXMEM can go away? > > Yes, but I've left it in on purpose so that you can configure the > system so that it uses less memory than what is actually installed. > This is useful in some cases (e.g.: testing code under low memory > conditions). BTW, might it ever be possible, to get rid of maxusers or choose some sane defaults in dependency of the memory size during boot ? 8MB -> 16 16MB -> 32 32MB -> 60 64MB -> 80 128MB -> 100 256MB -> 128 That would perhaps eliminate the problems, when FreeBSD get benched by magazines, that are clueless, to tune the kernel... Additionally... As far as I guess, what's behind maxmem, one could increase some structures behind but not decrease ... If so, would there be a chance to increase it during runtime with sysctl to avoid reboots for testing or if it's sure, that it would have to be increased ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 22:59:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DF6F15179; Tue, 1 Jun 1999 22:59:51 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA42641; Tue, 1 Jun 1999 22:59:51 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906020559.WAA42641@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 1 Jun 1999 22:59:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/01 22:59:50 PDT Modified files: sbin/ipfw ipfw.c Log: Spelling corrections for dummynet. Reviewed by: des,luigi Revision Changes Path 1.68 +5 -4 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 23: 5: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A317615179; Tue, 1 Jun 1999 23:05:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA43068; Tue, 1 Jun 1999 23:05:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906020605.XAA43068@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 1 Jun 1999 23:05:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/01 23:05:00 PDT Modified files: (Branch: RELENG_3) sbin/ipfw ipfw.c Log: MFC: Spelling corrections for dummynet. Revision Changes Path 1.64.2.3 +5 -4 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 23:11:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99860151B4; Tue, 1 Jun 1999 23:11:27 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA43604; Tue, 1 Jun 1999 23:11:27 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906020611.XAA43604@freefall.freebsd.org> From: Michael Haro Date: Tue, 1 Jun 1999 23:11:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/01 23:11:27 PDT Modified files: . modules Log: ttcp --> ports/net/ttcp Revision Changes Path 1.44 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 23:14:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F5CC15179; Tue, 1 Jun 1999 23:14:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA43755; Tue, 1 Jun 1999 23:14:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906020614.XAA43755@freefall.freebsd.org> From: Michael Haro Date: Tue, 1 Jun 1999 23:14:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ttcp - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/01 23:14:11 PDT ports/net/ttcp - Imported sources Update of /home/ncvs/ports/net/ttcp In directory freefall.freebsd.org:/c/users/mharo/ttcp Log Message: TTCP is a benchmarking tool for determining TCP and UDP performance between two systems. I could never remember where to get it, others may find it useful to have in the ports collection too. Status: Vendor Tag: MHARO Release Tags: ttcp_1_12 N ports/net/ttcp/Makefile I ports/net/ttcp/CVS N ports/net/ttcp/pkg/PLIST N ports/net/ttcp/pkg/COMMENT N ports/net/ttcp/pkg/DESCR N ports/net/ttcp/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 1 23:20:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3A6B15179; Tue, 1 Jun 1999 23:20:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA44754; Tue, 1 Jun 1999 23:20:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906020620.XAA44754@freefall.freebsd.org> From: Michael Haro Date: Tue, 1 Jun 1999 23:20:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/01 23:20:37 PDT Modified files: net Makefile Log: Activate ttcp Revision Changes Path 1.266 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:15:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E300B14EC0; Wed, 2 Jun 1999 00:15:20 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA49502; Wed, 2 Jun 1999 00:15:20 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199906020715.AAA49502@freefall.freebsd.org> From: John Birrell Date: Wed, 2 Jun 1999 00:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/06/02 00:15:20 PDT Modified files: sys/modules Makefile Log: Remove vinum from the build until Greg reviews phk's cdevsw changes. Preferred by: phk (rather than committing the patch without review). Revision Changes Path 1.63 +3 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:18:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19371152D8; Wed, 2 Jun 1999 00:18:44 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA49850; Wed, 2 Jun 1999 00:18:43 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020718.AAA49850@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:18:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 ports/www/apache13-modssl/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:18:43 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 www/apache13-modssl/pkg DESCR PLIST Log: Upgrade to Apache 1.3.6 + mod_ssl 2.3.1 Submitted by: Ralf S. Engelschall (maintainer) Revision Changes Path 1.32 +4 -4 ports/www/apache13-modssl/Makefile 1.26 +1 -1 ports/www/apache13-modssl/files/md5 1.7 +10 -5 ports/www/apache13-modssl/pkg/DESCR 1.12 +17 -3 ports/www/apache13-modssl/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:19:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66BDC15394; Wed, 2 Jun 1999 00:19:47 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50030; Wed, 2 Jun 1999 00:19:47 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020719.AAA50030@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:19:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-php3/files md5 ports/www/apache13-php3/pkg DESCR PLIST.modssl ports/www/apache13-php3/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:19:46 PDT Modified files: www/apache13-php3/files md5 www/apache13-php3/pkg DESCR PLIST.modssl www/apache13-php3/scripts configure.php Log: Upgrade to mod_ssl 2.3.1. Revision Changes Path 1.48 +1 -1 ports/www/apache13-php3/files/md5 1.8 +1 -1 ports/www/apache13-php3/pkg/DESCR 1.8 +15 -2 ports/www/apache13-php3/pkg/PLIST.modssl 1.31 +1 -1 ports/www/apache13-php3/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:20:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C90AF14EC0; Wed, 2 Jun 1999 00:20:48 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50145; Wed, 2 Jun 1999 00:20:48 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020720.AAA50145@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:20:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-ssl Makefile ports/www/apache13-ssl/files md5 ports/www/apache13-ssl/patches patch-aq Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:20:48 PDT Modified files: www/apache13-ssl Makefile www/apache13-ssl/files md5 www/apache13-ssl/patches patch-aq Log: - Upgrade to Apache-SSL 1.35. - include ${PREFIX}/include/openssl due to openssl upgrade. Submitted by: Ralf S. Engelschall Revision Changes Path 1.57 +3 -2 ports/www/apache13-ssl/Makefile 1.9 +1 -1 ports/www/apache13-ssl/files/md5 1.2 +3 -12 ports/www/apache13-ssl/patches/patch-aq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:21:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 453C815832; Wed, 2 Jun 1999 00:21:51 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50223; Wed, 2 Jun 1999 00:21:51 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020721.AAA50223@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:21:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/bjorb Makefile ports/security/bjorb/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:21:51 PDT Modified files: security/bjorb Makefile security/bjorb/patches patch-aa Log: include ${PREFIX}/include/openssl due to openssl upgrade. Submitted by: Ralf S. Engelschall Revision Changes Path 1.6 +3 -2 ports/security/bjorb/Makefile 1.4 +2 -2 ports/security/bjorb/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:22:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F64B15137; Wed, 2 Jun 1999 00:22:55 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50321; Wed, 2 Jun 1999 00:22:54 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020722.AAA50321@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:22:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/curl Makefile ports/net/curl/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:22:54 PDT Modified files: net/curl Makefile Added files: net/curl/patches patch-aa Log: include ${PREFIX}/include/openssl due to openssl upgrade. Revision Changes Path 1.7 +3 -2 ports/net/curl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:23:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E09215137; Wed, 2 Jun 1999 00:23:52 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50409; Wed, 2 Jun 1999 00:23:52 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020723.AAA50409@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:23:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx-ssl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:23:52 PDT Modified files: www/lynx-ssl Makefile Log: include ${PREFIX}/include/openssl due to openssl upgrade. Submitted by: Ralf S. Engelschall Revision Changes Path 1.2 +2 -1 ports/www/lynx-ssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:24:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E63A615137; Wed, 2 Jun 1999 00:24:35 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50556; Wed, 2 Jun 1999 00:24:35 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020724.AAA50556@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:24:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/slush/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:24:35 PDT Modified files: security/slush/patches patch-aa Log: include ${PREFIX}/include/openssl due to openssl upgrade. Revision Changes Path 1.3 +1 -1 ports/security/slush/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:25:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C1A915137; Wed, 2 Jun 1999 00:25:19 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50635; Wed, 2 Jun 1999 00:25:19 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020725.AAA50635@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:25:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stunnel/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:25:19 PDT Modified files: security/stunnel/patches patch-aa Log: include ${PREFIX}/include/openssl due to openssl upgrade. Submitted by: Martti Kuparinen (maintainer) Revision Changes Path 1.4 +1 -1 ports/security/stunnel/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 0:30:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE16315137; Wed, 2 Jun 1999 00:30:54 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA51155; Wed, 2 Jun 1999 00:30:54 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906020730.AAA51155@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 2 Jun 1999 00:30:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile ports/security/openssl/files md5 Makefile.patch ports/security/openssl/patches patch-ak patch-ac patch-ah patch-aa patch-ai ports/security/openssl/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/02 00:30:54 PDT Modified files: security/openssl Makefile security/openssl/files md5 security/openssl/patches patch-ac patch-ah security/openssl/pkg PLIST Added files: security/openssl/patches patch-ak security/openssl/pkg MESSAGE Removed files: security/openssl/files Makefile.patch security/openssl/patches patch-aa patch-ai Log: Upgrade to OpenSSL 0.9.3: - some changes of the directory layout: e. g. ${PREFIX}/lib/openssl.cnf -> ${PREFIX}/openssl/openssl.cnf Revision Changes Path 1.31 +8 -13 ports/security/openssl/Makefile 1.14 +1 -2 ports/security/openssl/files/md5 1.5 +30 -12 ports/security/openssl/patches/patch-ac 1.3 +41 -25 ports/security/openssl/patches/patch-ah 1.14 +64 -53 ports/security/openssl/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 1:10:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9951314CCD; Wed, 2 Jun 1999 01:10:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55720; Wed, 2 Jun 1999 01:10:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906020810.BAA55720@freefall.freebsd.org> From: Michael Haro Date: Wed, 2 Jun 1999 01:10:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/02 01:10:57 PDT Modified files: . modules Log: keyprint --> ports/security/keyprint Revision Changes Path 1.45 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 1:11:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2204C14CCD; Wed, 2 Jun 1999 01:11:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55823; Wed, 2 Jun 1999 01:11:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906020811.BAA55823@freefall.freebsd.org> From: Michael Haro Date: Wed, 2 Jun 1999 01:11:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/keyprint - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/02 01:11:29 PDT ports/security/keyprint - Imported sources Update of /home/ncvs/ports/security/keyprint In directory freefall.freebsd.org:/c/users/mharo/keyprint Log Message: This is keyprint: a quick hack for printing S/Key keys on a small piece of paper, twice the size of a credit card for easy storage in a wallet, card holder, etc. It produces a PostScript file which can be printed and then trimmed to size: Status: Vendor Tag: MHARO Release Tags: keyprint_1_0 N ports/security/keyprint/Makefile I ports/security/keyprint/CVS N ports/security/keyprint/files/md5 N ports/security/keyprint/pkg/PLIST N ports/security/keyprint/pkg/DESCR N ports/security/keyprint/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 1:13: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1CA714D61; Wed, 2 Jun 1999 01:13:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56049; Wed, 2 Jun 1999 01:13:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906020813.BAA56049@freefall.freebsd.org> From: Michael Haro Date: Wed, 2 Jun 1999 01:13:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/02 01:13:04 PDT Modified files: security Makefile Log: Activate keyprint Revision Changes Path 1.57 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 3:13:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D98114DF2; Wed, 2 Jun 1999 03:13:26 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67612; Wed, 2 Jun 1999 03:13:26 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906021013.DAA67612@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 2 Jun 1999 03:13:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python-doc-html - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/02 03:13:26 PDT ports/lang/python-doc-html - Imported sources Update of /home/ncvs/ports/lang/python-doc-html In directory freefall.freebsd.org:/x/tmp/cvs-serv67445 Log Message: New port python-doc-html. As the name suggests: documentation for the Python language in HTML format. This port includes the necessary files for other formats, like PDF and PS, in a fashion similar to gimp-manual-html. Status: Vendor Tag: TG Release Tags: python_doc_html_1_5_2 N ports/lang/python-doc-html/Makefile N ports/lang/python-doc-html/files/md5 N ports/lang/python-doc-html/pkg/COMMENT N ports/lang/python-doc-html/pkg/DESCR N ports/lang/python-doc-html/pkg/PLIST_html N ports/lang/python-doc-html/pkg/PLIST_pdf-letter N ports/lang/python-doc-html/pkg/PLIST_pdf-a4 N ports/lang/python-doc-html/pkg/PLIST_postscript-a4 N ports/lang/python-doc-html/pkg/PLIST_postscript-letter No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 3:16:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7F1D14F8B; Wed, 2 Jun 1999 03:16:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67876; Wed, 2 Jun 1999 03:16:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906021016.DAA67876@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 2 Jun 1999 03:16:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python-doc-pdf-a4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/02 03:16:18 PDT ports/lang/python-doc-pdf-a4 - Imported sources Update of /home/ncvs/ports/lang/python-doc-pdf-a4 In directory freefall.freebsd.org:/x/tmp/cvs-serv67699 Log Message: Documentation for the Python language in PDF format and for A4 paper. Status: Vendor Tag: TG Release Tags: python_doc_pdf_a4_1_5_2 N ports/lang/python-doc-pdf-a4/Makefile No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 3:18:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E7514DF2; Wed, 2 Jun 1999 03:18:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68130; Wed, 2 Jun 1999 03:18:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906021018.DAA68130@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 2 Jun 1999 03:18:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python-doc-pdf-letter - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/02 03:18:18 PDT ports/lang/python-doc-pdf-letter - Imported sources Update of /home/ncvs/ports/lang/python-doc-pdf-letter In directory freefall.freebsd.org:/x/tmp/cvs-serv68041 Log Message: Documentation for the Python language on PDF format for letter paper. Status: Vendor Tag: TG Release Tags: python_doc_pdf_letter_1_5_2 N ports/lang/python-doc-pdf-letter/Makefile No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 3:19:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F1E614DF2; Wed, 2 Jun 1999 03:19:55 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68247; Wed, 2 Jun 1999 03:19:55 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906021019.DAA68247@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 2 Jun 1999 03:19:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python-doc-postscript-a4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/02 03:19:54 PDT ports/lang/python-doc-postscript-a4 - Imported sources Update of /home/ncvs/ports/lang/python-doc-postscript-a4 In directory freefall.freebsd.org:/x/tmp/cvs-serv68156 Log Message: Documentation for the Python language in PS format for A4 paper. Status: Vendor Tag: TG Release Tags: python_doc_postscript_a4_1_5_2 N ports/lang/python-doc-postscript-a4/Makefile No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 3:21:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F9E114F8B; Wed, 2 Jun 1999 03:21:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68399; Wed, 2 Jun 1999 03:21:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906021021.DAA68399@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 2 Jun 1999 03:21:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python-doc-postscript-letter - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/02 03:21:29 PDT ports/lang/python-doc-postscript-letter - Imported sources Update of /home/ncvs/ports/lang/python-doc-postscript-letter In directory freefall.freebsd.org:/x/tmp/cvs-serv68367 Log Message: Documentation for the Python language in PS format for letter paper. Status: Vendor Tag: TG Release Tags: python_doc_postscript_letter_1_5_2 N ports/lang/python-doc-postscript-letter/Makefile No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 3:23:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA76C14F8B; Wed, 2 Jun 1999 03:23:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68691; Wed, 2 Jun 1999 03:23:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906021023.DAA68691@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 2 Jun 1999 03:23:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/02 03:23:21 PDT Modified files: . modules Log: python-doc-* -> ports/lang/python-doc-* Remove python-beta. Revision Changes Path 1.46 +6 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 3:25:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BE20158AC; Wed, 2 Jun 1999 03:25:10 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68877; Wed, 2 Jun 1999 03:25:10 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906021025.DAA68877@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 2 Jun 1999 03:25:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/02 03:25:10 PDT Modified files: lang Makefile Log: Activate python-doc-*. Revision Changes Path 1.134 +6 -1 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 5: 8:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FBA315144; Wed, 2 Jun 1999 05:08:11 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA81886; Wed, 2 Jun 1999 05:08:10 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199906021208.FAA81886@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Wed, 2 Jun 1999 05:08:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/shtool Makefile ports/devel/shtool/files md5 ports/devel/shtool/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/06/02 05:08:09 PDT Modified files: devel/shtool Makefile devel/shtool/files md5 devel/shtool/pkg DESCR Log: Upgrade shtool to version 1.2.9 Revision Changes Path 1.8 +3 -3 ports/devel/shtool/Makefile 1.8 +1 -1 ports/devel/shtool/files/md5 1.4 +2 -1 ports/devel/shtool/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 5:33: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E2D814BDD; Wed, 2 Jun 1999 05:33:00 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA83965; Wed, 2 Jun 1999 05:33:00 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199906021233.FAA83965@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Wed, 2 Jun 1999 05:32:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mm Makefile ports/devel/mm/files md5 ports/devel/mm/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/06/02 05:32:59 PDT Modified files: devel/mm Makefile devel/mm/files md5 devel/mm/pkg DESCR Log: Upgrade to MM (Shared Memory Library), Version 1.0.5 Revision Changes Path 1.8 +3 -3 ports/devel/mm/Makefile 1.7 +1 -1 ports/devel/mm/files/md5 1.2 +1 -0 ports/devel/mm/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 7:28:52 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 75CA314F7E; Wed, 2 Jun 1999 07:28:25 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id KAA22861; Wed, 2 Jun 1999 10:31:25 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 2 Jun 1999 10:31:25 -0400 (EDT) From: Bill Fumerola To: Michael Haro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/ttcp - Imported sources In-Reply-To: <199906020614.XAA43755@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 1 Jun 1999, Michael Haro wrote: > I could never remember where to get it, others may find it useful > to have in the ports collection too. I always looked in ports/net/nttcp :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 8:35:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D077E15271; Wed, 2 Jun 1999 08:35:51 -0700 (PDT) (envelope-from newton@FreeBSD.org) Received: (from newton@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61522; Wed, 2 Jun 1999 08:35:51 -0700 (PDT) (envelope-from newton@FreeBSD.org) Message-Id: <199906021535.IAA61522@freefall.freebsd.org> From: Mark Newton Date: Wed, 2 Jun 1999 08:35:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/svr4 svr4_locore.s svr4_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1999/06/02 08:35:50 PDT Modified files: sys/i386/svr4 svr4_locore.s svr4_machdep.c Log: Back out last commit (did I get all of them?) Submitted by: Kazutaka YOKOTA Revision Changes Path 1.5 +2 -0 src/sys/i386/svr4/svr4_locore.s 1.6 +4 -0 src/sys/i386/svr4/svr4_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 8:59:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 518E914CF1; Wed, 2 Jun 1999 08:59:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA64197; Wed, 2 Jun 1999 08:59:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906021559.IAA64197@freefall.freebsd.org> From: Brian Somers Date: Wed, 2 Jun 1999 08:59:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp acf.c alias_cmd.c async.c cbcp.c ccp.c chap.c deflate.c fsm.c fsm.h hdlc.c ip.c ipcp.c lcp.c link.c lqr.c mbuf.c mbuf.h mp.c pap.c pred.c proto.c sync.c vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/02 08:59:13 PDT Modified files: usr.sbin/ppp acf.c alias_cmd.c async.c cbcp.c ccp.c chap.c deflate.c fsm.c fsm.h hdlc.c ip.c ipcp.c lcp.c link.c lqr.c mbuf.c mbuf.h mp.c pap.c pred.c proto.c sync.c vjcomp.c Log: o Alter the mbuf type as it's processed by different layers. o Show more information about missing MP fragments in ``show mp''. o Do away with mbuf_Log(). It was showing mbuf stats twice on receipt of LCP/CCP/IPCP packets.... ???!!? o Pre-allocate a bit extra when creating LQR packets to avoid having to allocate another mbuf in mbuf_Prepend(). Revision Changes Path 1.2 +6 -2 src/usr.sbin/ppp/acf.c 1.26 +5 -4 src/usr.sbin/ppp/alias_cmd.c 1.21 +3 -3 src/usr.sbin/ppp/async.c 1.13 +3 -2 src/usr.sbin/ppp/cbcp.c 1.50 +32 -11 src/usr.sbin/ppp/ccp.c 1.51 +3 -2 src/usr.sbin/ppp/chap.c 1.14 +7 -7 src/usr.sbin/ppp/deflate.c 1.45 +15 -16 src/usr.sbin/ppp/fsm.c 1.21 +2 -2 src/usr.sbin/ppp/fsm.h 1.43 +4 -4 src/usr.sbin/ppp/hdlc.c 1.63 +3 -2 src/usr.sbin/ppp/ip.c 1.79 +5 -3 src/usr.sbin/ppp/ipcp.c 1.75 +7 -4 src/usr.sbin/ppp/lcp.c 1.12 +2 -2 src/usr.sbin/ppp/link.c 1.36 +22 -5 src/usr.sbin/ppp/lqr.c 1.27 +31 -22 src/usr.sbin/ppp/mbuf.c 1.18 +42 -13 src/usr.sbin/ppp/mbuf.h 1.22 +24 -7 src/usr.sbin/ppp/mp.c 1.36 +4 -3 src/usr.sbin/ppp/pap.c 1.27 +3 -3 src/usr.sbin/ppp/pred.c 1.3 +3 -2 src/usr.sbin/ppp/proto.c 1.4 +3 -1 src/usr.sbin/ppp/sync.c 1.31 +7 -3 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 9:25:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7C9115262; Wed, 2 Jun 1999 09:25:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67709; Wed, 2 Jun 1999 09:25:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906021625.JAA67709@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 2 Jun 1999 09:25:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall/help network_device.hlp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/02 09:25:14 PDT Modified files: (Branch: RELENG_3) release/sysinstall/help network_device.hlp Log: MFC: "_first_" -> "FIRST". Revision Changes Path 1.4.2.2 +1 -1 src/release/sysinstall/help/network_device.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 9:33:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17C9714F8A; Wed, 2 Jun 1999 09:33:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA69156; Wed, 2 Jun 1999 09:33:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199906021633.JAA69156@freefall.freebsd.org> From: Bruce Evans Date: Wed, 2 Jun 1999 09:33:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 suser.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/06/02 09:33:25 PDT Modified files: share/man/man9 suser.9 Log: Fixed bitrot in synopsis (a missing include). Revision Changes Path 1.7 +2 -1 src/share/man/man9/suser.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 9:39:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 824C9152FE; Wed, 2 Jun 1999 09:39:18 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70187; Wed, 2 Jun 1999 09:39:18 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199906021639.JAA70187@freefall.freebsd.org> From: Bruce Evans Date: Wed, 2 Jun 1999 09:39:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern ucmpdi2.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/06/02 09:39:17 PDT Modified files: sys/libkern ucmpdi2.c Log: Backed out the previous backout. We may as well have a version of ucmpdi2.c that actually compiles, and I use it for i386's with 64 bit longs. Revision Changes Path 1.7 +2 -2 src/sys/libkern/ucmpdi2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 14:28: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AFCA14BEF; Wed, 2 Jun 1999 14:28:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA98026; Wed, 2 Jun 1999 14:28:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906022128.OAA98026@freefall.freebsd.org> From: Brian Somers Date: Wed, 2 Jun 1999 14:28:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/02 14:28:06 PDT Modified files: usr.sbin/ppp command.c Log: Mention physical and sync logging in the ``set log'' usage message. Revision Changes Path 1.197 +3 -3 src/usr.sbin/ppp/command.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 14:39:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B01D214BEF; Wed, 2 Jun 1999 14:39:16 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA98975; Wed, 2 Jun 1999 14:39:16 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Message-Id: <199906022139.OAA98975@freefall.freebsd.org> From: Chuck Robey Date: Wed, 2 Jun 1999 14:39:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sp Makefile ports/textproc/sp/files md5 Makefile Makefile.inc doc-Makefile generic-Makefile include-Makefile lib-Makefile nsgmls-Makefile sgmlnorm-Makefile spam-Makefile spent-Makefile ports/textproc/sp/patches patch-ab ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1999/06/02 14:39:15 PDT Modified files: textproc/sp Makefile textproc/sp/files md5 textproc/sp/pkg COMMENT PLIST Added files: textproc/sp/patches patch-ab patch-ad patch-ae patch-af Removed files: textproc/sp/files Makefile Makefile.inc doc-Makefile generic-Makefile include-Makefile lib-Makefile nsgmls-Makefile sgmlnorm-Makefile spam-Makefile spent-Makefile textproc/sp/scripts configure Log: Update sp port to 1.3. Changing the format a bit, too. John Fieber, the old maintainer, agrees with it. Revision Changes Path 1.9 +13 -9 ports/textproc/sp/Makefile 1.4 +1 -1 ports/textproc/sp/files/md5 1.2 +1 -1 ports/textproc/sp/pkg/COMMENT 1.4 +9 -5 ports/textproc/sp/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 14:40:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9772114CF6; Wed, 2 Jun 1999 14:40:25 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA99401; Wed, 2 Jun 1999 14:40:25 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Message-Id: <199906022140.OAA99401@freefall.freebsd.org> From: Chuck Robey Date: Wed, 2 Jun 1999 14:40:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1999/06/02 14:40:24 PDT Modified files: textproc/sp Makefile Log: Take over as maintainer. Revision Changes Path 1.10 +2 -2 ports/textproc/sp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 15: 1:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0304214ECE; Wed, 2 Jun 1999 15:01:53 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA00906; Wed, 2 Jun 1999 15:01:52 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906022201.PAA00906@freefall.freebsd.org> From: Tim Vanderhoek Date: Wed, 2 Jun 1999 15:01:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sp/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/06/02 15:01:52 PDT Modified files: textproc/sp/pkg DESCR Log: Add WWW: Revision Changes Path 1.3 +2 -0 ports/textproc/sp/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 2 16: 6:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D565014E0D; Wed, 2 Jun 1999 16:06:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA07767; Wed, 2 Jun 1999 16:06:25 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906022306.QAA07767@freefall.freebsd.org> From: Brian Somers Date: Wed, 2 Jun 1999 16:06:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/02 16:06:24 PDT Modified files: usr.sbin/ppp mp.c Log: Oops, quieten a compiler warning. Revision Changes Path 1.23 +2 -1 src/usr.sbin/ppp/mp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 1:31:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6E56150D3; Thu, 3 Jun 1999 01:31:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA90769; Thu, 3 Jun 1999 01:31:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199906030831.BAA90769@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 3 Jun 1999 01:31:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/micq Makefile ports/net/micq/files md5 ports/net/micq/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/06/03 01:31:15 PDT Modified files: net/micq Makefile net/micq/files md5 net/micq/patches patch-aa Log: upgrade to 0.4.1 Revision Changes Path 1.6 +4 -4 ports/net/micq/Makefile 1.6 +1 -1 ports/net/micq/files/md5 1.6 +19 -8 ports/net/micq/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 2: 3:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9011150D3; Thu, 3 Jun 1999 02:03:53 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA94341; Thu, 3 Jun 1999 02:03:53 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906030903.CAA94341@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 3 Jun 1999 02:03:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lsvfs lsvfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/03 02:03:52 PDT Modified files: usr.bin/lsvfs lsvfs.c Log: getvfsbyname() returns zero on success. PR: 12000 Submitted by: Anatoly A. Orehovsky Revision Changes Path 1.12 +2 -2 src/usr.bin/lsvfs/lsvfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 2:10: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45883150D3; Thu, 3 Jun 1999 02:09:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA94763; Thu, 3 Jun 1999 02:09:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906030909.CAA94763@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 3 Jun 1999 02:09:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lsvfs lsvfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/03 02:09:58 PDT Modified files: (Branch: RELENG_3) usr.bin/lsvfs lsvfs.c Log: MFC: getvfsbyname() returns zero on success. PR: 12000 Submitted by: Anatoly A. Orehovsky Revision Changes Path 1.11.2.1 +2 -2 src/usr.bin/lsvfs/lsvfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 3:31:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5256114F2E; Thu, 3 Jun 1999 03:31:27 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04786; Thu, 3 Jun 1999 03:31:27 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906031031.DAA04786@freefall.freebsd.org> From: KATO Takenori Date: Thu, 3 Jun 1999 03:31:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/03 03:31:26 PDT Modified files: (Branch: RELENG_3) sys/pc98/conf GENERIC98 Log: Enable splash. Pointed out by: Nobuyuki Koganemaru Revision Changes Path 1.63.2.8 +2 -2 src/sys/pc98/conf/GENERIC98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 3:38:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 483641500A; Thu, 3 Jun 1999 03:38:10 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05347; Thu, 3 Jun 1999 03:38:10 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906031038.DAA05347@freefall.freebsd.org> From: KATO Takenori Date: Thu, 3 Jun 1999 03:38:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/03 03:38:09 PDT Modified files: sys Makefile Log: Use MACHINE_ARCH instead of MACHINE to check x86 architecture. Pointed out by: Akio Morita Revision Changes Path 1.18 +2 -2 src/sys/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 4: 7:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA0C714C20; Thu, 3 Jun 1999 04:07:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA10232; Thu, 3 Jun 1999 04:07:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906031107.EAA10232@freefall.freebsd.org> From: Tim Vanderhoek Date: Thu, 3 Jun 1999 04:07:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/06/03 04:07:32 PDT Modified files: en/handbook/ports chapter.sgml Log: alwasys -> always Revision Changes Path 1.23 +2 -2 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 4:12: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 031B414C20; Thu, 3 Jun 1999 04:11:53 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (scary.dmem.strath.ac.uk [130.159.202.5]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id MAA20919 Thu, 3 Jun 1999 12:11:51 +0100 (BST) Message-ID: <37566334.7A75EDC4@cs.strath.ac.uk> Date: Thu, 03 Jun 1999 12:12:52 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.2-STABLE i386) MIME-Version: 1.0 To: cvs-committers@FreeBSD.org, phk@FreeBSD.org, cvs-all@FreeBSD.org Cc: multimedia@FreeBSD.org, Greg Pavelcak Subject: Bt848 driver broken in -current (was /dev/bktr0 failed) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi, Poul's recent cdevsw changes to -current have broken the bt848/bt878 bktr driver. > phk 1999/05/30 09:53:50 PDT > This commit should be a extensive NO-OP: > Reformat and initialize correctly all "struct cdevsw". Not quite a NO-OP, but the slip up was a subtle one and easy to get wrong. The new cdevsw code uses a new function call which is added to the bktr_probe() function. cdevsw_add(&bktr_cdevsw); Unfortunatly it was added to the BSDI bktr_probe() code and not the FreeBSD bktr_probe() code. #ifdef __bsdi__ .. blah blah blah .. bktr_probe() <- cdev change went here .. blah blah blah #endif #ifdef __FreeBSD__ .. blah blah blah .. bktr_probe() <- it should be here .. blah blah blah #endif THE FIX... Move the following 3 lines static int once; if (!once++) cdevsw_add(&bktr_cdevsw); from the _BSDI_ bktr_probe to the _FreeBSD_ bktr_probe and it should all work. I'll try and do a commit this evening, when I can test it. It is temping to rip out the BSDI code. Althouth the NetBSD/OpenBSD people want me to add their patches to the source. Bye Roger -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://telepresence.dmem.strath.ac.uk 0141 548 2897 roger@cs.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 4:15:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB52B14C20; Thu, 3 Jun 1999 04:15:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA10991; Thu, 3 Jun 1999 04:15:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906031115.EAA10991@freefall.freebsd.org> From: Tim Vanderhoek Date: Thu, 3 Jun 1999 04:15:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/06/03 04:15:34 PDT Modified files: en/handbook/ports chapter.sgml Log: Actually, the font-specific category is x11-fonts, not x11. Submitted by: Rasmus Kaj Last-commit-also-submitted-by (oops): Rasmus Kaj Revision Changes Path 1.24 +2 -2 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 4:21: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F25D114C20; Thu, 3 Jun 1999 04:21:04 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA11497; Thu, 3 Jun 1999 04:21:04 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199906031121.EAA11497@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 3 Jun 1999 04:21:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/06/03 04:21:04 PDT Modified files: en/news press.sgml Log: Add C|Net review of FreeBSD 3.2. Revision Changes Path 1.78 +12 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:40:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A0FC14FD1; Thu, 3 Jun 1999 05:40:56 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20518; Thu, 3 Jun 1999 05:40:56 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906031240.FAA20518@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 3 Jun 1999 05:40:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa psm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/03 05:40:56 PDT Modified files: sys/isa psm.c Log: Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place for the sign bit for roller movement! Revision Changes Path 1.11 +2 -2 src/sys/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:41:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82F4415393; Thu, 3 Jun 1999 05:41:17 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20558; Thu, 3 Jun 1999 05:41:17 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906031241.FAA20558@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 3 Jun 1999 05:41:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/03 05:41:17 PDT Modified files: (Branch: RELENG_3) sys/i386/isa psm.c Log: MFC: Fix PS/2 MouseMan+ protocol. Revision Changes Path 1.60.2.1 +2 -2 src/sys/i386/isa/Attic/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:42:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 107E214FD1; Thu, 3 Jun 1999 05:42:13 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20646; Thu, 3 Jun 1999 05:42:12 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906031242.FAA20646@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 3 Jun 1999 05:42:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/moused moused.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/03 05:42:12 PDT Modified files: usr.sbin/moused moused.c Log: Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place for the sign bit for roller movement! Revision Changes Path 1.27 +2 -2 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:42:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D2E414FD1; Thu, 3 Jun 1999 05:42:51 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20768; Thu, 3 Jun 1999 05:42:51 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906031242.FAA20768@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 3 Jun 1999 05:42:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/moused moused.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/03 05:42:51 PDT Modified files: (Branch: RELENG_3) usr.sbin/moused moused.c Log: MFC: Fix PS/2 MouseMan+ protocol. Revision Changes Path 1.24.2.1 +2 -2 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:43:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EF7015197; Thu, 3 Jun 1999 05:43:19 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20820; Thu, 3 Jun 1999 05:43:19 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906031243.FAA20820@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 3 Jun 1999 05:43:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/moused moused.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/03 05:43:18 PDT Modified files: usr.sbin/moused moused.8 Log: Make it clear that PS/2 type mice will work only with "auto" and "ps/2" protocol types, and that serial mouse protocols shouldn't be specified for these mice. Revision Changes Path 1.19 +14 -2 src/usr.sbin/moused/moused.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:43:36 1999 Delivered-To: cvs-all@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id D4C10159BE; Thu, 3 Jun 1999 05:43:29 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id OAA10825; Thu, 3 Jun 1999 14:43:26 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id OAA76409; Thu, 3 Jun 1999 14:43:26 +0200 (MET DST) Date: Thu, 3 Jun 1999 14:43:25 +0200 From: Eivind Eklund To: Roger Hardiman Cc: cvs-committers@FreeBSD.ORG, phk@FreeBSD.ORG, cvs-all@FreeBSD.ORG, multimedia@FreeBSD.ORG, Greg Pavelcak Subject: Re: Bt848 driver broken in -current (was /dev/bktr0 failed) Message-ID: <19990603144325.A76340@bitbox.follo.net> References: <37566334.7A75EDC4@cs.strath.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <37566334.7A75EDC4@cs.strath.ac.uk>; from Roger Hardiman on Thu, Jun 03, 1999 at 12:12:52PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, Jun 03, 1999 at 12:12:52PM +0100, Roger Hardiman wrote: > It is temping to rip out the BSDI code. > Althouth the NetBSD/OpenBSD people want me to add their patches to the > source. IMO, the right way forward for this is to bus-space the driver, and provide the 'meat' of it under sys/dev/ somewhere. This 'meat' should be pretty much system independent. Then, each of the camps can provide their own code to attach to the meat; we'd use newbus, NetBSD/OpenBSD would use newconfig, and BSDi would use whatever they use (and possibly some macros to pretend to be doing bus-space). I started to do this, but found it to be too much work compared to what my priorities are (I do not estimate it to be more than two-three nights of hacking, but that is time I presently do not have for that project :-( Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:43:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99FA8159F2; Thu, 3 Jun 1999 05:43:43 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20892; Thu, 3 Jun 1999 05:43:43 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906031243.FAA20892@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 3 Jun 1999 05:43:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/moused moused.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/03 05:43:43 PDT Modified files: (Branch: RELENG_3) usr.sbin/moused moused.8 Log: MFC: Make it clear that PS/2 type mice will work only with "auto" and "ps/2" protocol types, and that serial mouse protocols shouldn't be specified for these mice. Revision Changes Path 1.18.2.1 +14 -2 src/usr.sbin/moused/moused.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:44:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4D1915273; Thu, 3 Jun 1999 05:44:18 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20942; Thu, 3 Jun 1999 05:44:18 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906031244.FAA20942@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 3 Jun 1999 05:44:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/03 05:44:18 PDT Modified files: usr.sbin/vidcontrol vidcontrol.1 Log: Mention that 8x8 font is required for 43, 50 and 60 line text modes, and that font files can be specified in /etc/rc.conf[.local]. Revision Changes Path 1.16 +57 -8 src/usr.sbin/vidcontrol/vidcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 5:44:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DB2D15272; Thu, 3 Jun 1999 05:44:52 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20995; Thu, 3 Jun 1999 05:44:52 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906031244.FAA20995@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 3 Jun 1999 05:44:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/03 05:44:52 PDT Modified files: (Branch: RELENG_3) usr.sbin/vidcontrol vidcontrol.1 Log: MFC: Mention that 8x8 font is required for 43, 50 and 60 line text modes, and that font files can be specified in /etc/rc.conf[.local]. Revision Changes Path 1.14.2.2 +57 -8 src/usr.sbin/vidcontrol/vidcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 6: 4: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00BE2151C9; Thu, 3 Jun 1999 06:04:03 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA22915; Thu, 3 Jun 1999 06:04:03 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906031304.GAA22915@freefall.freebsd.org> From: KATO Takenori Date: Thu, 3 Jun 1999 06:04:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 options.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/03 06:04:03 PDT Modified files: sys/pc98/conf files.pc98 options.pc98 Log: Sync with sys/i386/conf/files.i386 and options.i386 revisions 1.246 and 1.115, respectively. Revision Changes Path 1.97 +2 -2 src/sys/pc98/conf/files.pc98 1.88 +1 -2 src/sys/pc98/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 6:29:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C7A715370; Thu, 3 Jun 1999 06:29:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25752; Thu, 3 Jun 1999 06:29:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906031329.GAA25752@freefall.freebsd.org> From: Brian Somers Date: Thu, 3 Jun 1999 06:29:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/03 06:29:35 PDT Modified files: usr.sbin/ppp mp.c Log: Fix some MP sequence number comparison bogons that are tickled by having different speed links in a bundle. This would manifest itself by having the link occasionally hang, but revive when a new connection is made.... Make ``show mp'' a bit prettier. Revision Changes Path 1.24 +8 -6 src/usr.sbin/ppp/mp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 6:46:48 1999 Delivered-To: cvs-all@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id ED1B514DD5; Thu, 3 Jun 1999 06:46:46 -0700 (PDT) (envelope-from cpiazza@home.net) Received: from norn.ca.eu.org (localhost.norn.ca.eu.org [127.0.0.1]) by norn.ca.eu.org (Postfix) with ESMTP id B0E771487; Thu, 3 Jun 1999 06:46:43 -0700 (PDT) Content-Length: 198 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199906030831.BAA90769@freefall.freebsd.org> Date: Thu, 03 Jun 1999 06:46:43 -0700 (PDT) Reply-To: Chris Piazza From: Chris Piazza To: "Andrey A. Chernov" Subject: RE: cvs commit: ports/net/micq Makefile ports/net/micq/files md5 Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi, would you please close PR# 11830?. It updated micq but is now, obviously, invalid. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 6:49:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A3A314DD5; Thu, 3 Jun 1999 06:49:56 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA87095; Thu, 3 Jun 1999 06:49:56 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906031349.GAA87095@freefall.freebsd.org> From: KATO Takenori Date: Thu, 3 Jun 1999 06:49:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/03 06:49:55 PDT Modified files: sys/pc98/i386 machdep.c Log: Sync with sys/i386/i386/machdep.c revision 1.339. New function getmemsize_pc98 is added in this commit, since PC98 is quite different in obtaining memory size from IBM-PC. Many lines of this function is shareable with IBM-PC's getmemsize function, but sharing needs many #ifdef PC98 statements. Therefore, I gave up sharing code with IBM-PC's and just added new function. Revision Changes Path 1.118 +579 -315 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 6:50:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBDB614DD5; Thu, 3 Jun 1999 06:50:57 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA97013; Thu, 3 Jun 1999 06:50:57 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906031350.GAA97013@freefall.freebsd.org> From: KATO Takenori Date: Thu, 3 Jun 1999 06:50:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/03 06:50:56 PDT Modified files: sys/pc98/pc98 syscons.c Log: Remove VM86 option. Revision Changes Path 1.121 +4 -5 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 11:42: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4243114DFE; Thu, 3 Jun 1999 11:42:02 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA17388; Thu, 3 Jun 1999 11:42:02 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906031842.LAA17388@freefall.freebsd.org> From: Michael Haro Date: Thu, 3 Jun 1999 11:42:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx-ssl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/03 11:42:01 PDT Modified files: www/lynx-ssl Makefile Log: Add '-' in '-I' PR: 12003 Submitted by: koji@dti.ad.jp Revision Changes Path 1.3 +2 -2 ports/www/lynx-ssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:35:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC45B15986; Thu, 3 Jun 1999 12:35:50 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA22574; Thu, 3 Jun 1999 12:35:50 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031935.MAA22574@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:35:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml catalog Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:35:49 PDT Modified files: share/sgml catalog Log: Change the FPI to show this is now a DocBook 3.1 based extension. Revision Changes Path 1.4 +2 -2 doc/share/sgml/catalog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:37:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EED915988; Thu, 3 Jun 1999 12:37:51 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA22783; Thu, 3 Jun 1999 12:37:51 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031937.MAA22783@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:37:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dtd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:37:51 PDT Modified files: share/sgml freebsd.dtd Log: Switch to using DocBook 3.1. Pull out the FreeBSD specific FAQList* elements, they are obsoleted by the DocBook QAndASet element (and sub-elements). Revision Changes Path 1.2 +4 -41 doc/share/sgml/freebsd.dtd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:39:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECCA41599C; Thu, 3 Jun 1999 12:39:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA23004; Thu, 3 Jun 1999 12:39:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031939.MAA23004@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:39:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk docproj.docbook.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:39:30 PDT Modified files: share/mk docproj.docbook.mk Log: Change ${DOCBOOKCATALOG} to point at the master catalog for all the DocBook DTDs, not just the 3.0 one. Revision Changes Path 1.5 +2 -2 doc/share/mk/docproj.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:41:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72FE614FB2; Thu, 3 Jun 1999 12:41:34 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA23217; Thu, 3 Jun 1999 12:41:34 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031941.MAA23217@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:41:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:41:33 PDT Modified files: en/handbook handbook.sgml Log: Switch to v3.1 of the DTD. Revision Changes Path 1.77 +2 -2 doc/en/handbook/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:44:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94DD714FB2; Thu, 3 Jun 1999 12:44:32 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA23429; Thu, 3 Jun 1999 12:44:32 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031944.MAA23429@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:44:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/tutorials/docproj-primer book.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:44:31 PDT Modified files: en/tutorials/docproj-primer book.sgml Log: Switch to v3.1 of the DTD. Revision Changes Path 1.3 +2 -2 doc/en/tutorials/docproj-primer/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:46:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6313814FB2; Thu, 3 Jun 1999 12:46:22 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA23542; Thu, 3 Jun 1999 12:46:22 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031946.MAA23542@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:46:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/handbook handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:46:21 PDT Modified files: ja/handbook handbook.sgml Log: Switch to v3.1 of the DTD. Revision Changes Path 1.44 +2 -2 doc/ja/handbook/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:48:28 1999 Delivered-To: cvs-all@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id CD0F314FB2; Thu, 3 Jun 1999 12:48:18 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.2/8.9.2) id VAA47234; Thu, 3 Jun 1999 21:48:17 +0200 (CEST) (envelope-from ibex) Date: Thu, 3 Jun 1999 21:48:17 +0200 From: Dirk Froemberg To: Michael Haro , koji@dti.ad.jp Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/www/lynx-ssl Makefile Message-ID: <19990603214817.A47053@physik.TU-Berlin.DE> References: <199906031842.LAA17388@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906031842.LAA17388@freefall.freebsd.org>; from Michael Haro on Thu, Jun 03, 1999 at 11:42:01AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Mea culpa! Thanks for fixing... On Thu, Jun 03, 1999 at 11:42:01AM -0700, Michael Haro wrote: > mharo 1999/06/03 11:42:01 PDT > > Modified files: > www/lynx-ssl Makefile > Log: > Add '-' in '-I' > > PR: 12003 > Submitted by: koji@dti.ad.jp > > Revision Changes Path > 1.3 +2 -2 ports/www/lynx-ssl/Makefile -- e-mail: dirk@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:49: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D399415470; Thu, 3 Jun 1999 12:48:58 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA23858; Thu, 3 Jun 1999 12:48:58 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031948.MAA23858@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:48:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/tutorials/docproj-primer/sgml-markup chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:48:58 PDT Modified files: en/tutorials/docproj-primer/sgml-markup chapter.sgml Log: List v3.1 of the DTD in the examples. Revision Changes Path 1.2 +2 -2 doc/en/tutorials/docproj-primer/sgml-markup/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:51:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0532B15470; Thu, 3 Jun 1999 12:51:29 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA24023; Thu, 3 Jun 1999 12:51:28 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031951.MAA24023@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:51:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/tutorials/docproj-primer/sgml-primer chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:51:28 PDT Modified files: en/tutorials/docproj-primer/sgml-primer chapter.sgml Log: Update the DocBook version numbers used in examples. Revision Changes Path 1.3 +3 -3 doc/en/tutorials/docproj-primer/sgml-primer/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 12:56:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79B62159A4; Thu, 3 Jun 1999 12:56:08 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA24479; Thu, 3 Jun 1999 12:56:08 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906031956.MAA24479@freefall.freebsd.org> From: Nik Clayton Date: Thu, 3 Jun 1999 12:56:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/docproj Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/03 12:56:08 PDT Modified files: textproc/docproj Makefile Log: Depend on the textproc/docbook meta-port, instead of explicitly listing the version number as docbook-300. Revision Changes Path 1.13 +2 -2 ports/textproc/docproj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 13: 2:11 1999 Delivered-To: cvs-all@freebsd.org Received: from registry.telia.no (registry.telia.no [195.204.49.49]) by hub.freebsd.org (Postfix) with ESMTP id 8633A1599E for ; Thu, 3 Jun 1999 13:02:09 -0700 (PDT) (envelope-from kk@norges.net) Received: from kekar (t1o208p34.telia.com [195.204.242.34]) by registry.telia.no (8.9.1a/8.9.1) with SMTP id WAA30340 for ; Thu, 3 Jun 1999 22:02:07 +0200 Message-Id: <4.1.19990603220156.00973b50@registry.telia.no> X-Sender: kenneth@registry.telia.no X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 03 Jun 1999 22:02:09 +0200 To: cvs-all@FreeBSD.ORG From: Kenneth Karoliussen Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk auth 07c8f217 unsubscribe cvs-all kk@norges.net _______________________________ Kenneth Karoliussen E-Mail: kk@norges.net IRC: odin^ ICQ UIN #1567944 _______________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 13:37:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DAEC1552F; Thu, 3 Jun 1999 13:37:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA28202; Thu, 3 Jun 1999 13:37:23 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906032037.NAA28202@freefall.freebsd.org> From: Peter Wemm Date: Thu, 3 Jun 1999 13:37:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config mkheaders.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/03 13:37:23 PDT Modified files: usr.sbin/config mkheaders.c Log: Check and warn about unknown devices in the config file along the same lines as the pseudo-device checking. Previously 'device xyz0' would have been silently accepted without comment. Revision Changes Path 1.10 +12 -2 src/usr.sbin/config/mkheaders.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 13:38: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B046A15A14; Thu, 3 Jun 1999 13:37:30 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA28228; Thu, 3 Jun 1999 13:37:30 -0700 (PDT) (envelope-from mph@FreeBSD.org) Message-Id: <199906032037.NAA28228@freefall.freebsd.org> From: Matthew Hunt Date: Thu, 3 Jun 1999 13:37:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/analog/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1999/06/03 13:37:30 PDT Modified files: www/analog/patches patch-aa Log: Love, honor, and obey CC. Revision Changes Path 1.9 +6 -4 ports/www/analog/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 13:41: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2718F15944; Thu, 3 Jun 1999 13:41:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA28410; Thu, 3 Jun 1999 13:41:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906032041.NAA28410@freefall.freebsd.org> From: Peter Wemm Date: Thu, 3 Jun 1999 13:41:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa intr_machdep.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/03 13:41:02 PDT Modified files: sys/i386/isa intr_machdep.h Log: remove references to isa_device, it's no longer associated with interrupts. Revision Changes Path 1.15 +1 -5 src/sys/i386/isa/intr_machdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 13:50: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9CB3155A3; Thu, 3 Jun 1999 13:49:55 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33061; Thu, 3 Jun 1999 13:49:54 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Message-Id: <199906032049.NAA33061@freefall.freebsd.org> From: Chuck Robey Date: Thu, 3 Jun 1999 13:49:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/troff input.cc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1999/06/03 13:49:54 PDT Modified files: contrib/groff/troff input.cc Log: Fix Y2k bug. Requires no change in docs. PR: 9502 Revision Changes Path 1.2 +1 -1 src/contrib/groff/troff/input.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 13:56:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9365E14C35; Thu, 3 Jun 1999 13:56:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38401; Thu, 3 Jun 1999 13:56:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906032056.NAA38401@freefall.freebsd.org> From: Peter Wemm Date: Thu, 3 Jun 1999 13:56:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa bt_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/03 13:56:11 PDT Modified files: sys/i386/isa bt_isa.c Log: Quieten the bt_isa_probe() messages since they get a bit much when the isa probe has gone hunting for a card on it's own. Revision Changes Path 1.14 +4 -3 src/sys/i386/isa/bt_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 15: 3:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EE65152E5; Thu, 3 Jun 1999 15:03:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44701; Thu, 3 Jun 1999 15:03:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906032203.PAA44701@freefall.freebsd.org> From: Peter Wemm Date: Thu, 3 Jun 1999 15:03:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus lpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/03 15:03:38 PDT Modified files: sys/dev/ppbus lpt.c Log: GC unused prototype Revision Changes Path 1.6 +1 -2 src/sys/dev/ppbus/lpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 15: 8:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73FAD14E3A; Thu, 3 Jun 1999 15:07:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44980; Thu, 3 Jun 1999 15:07:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906032207.PAA44980@freefall.freebsd.org> From: Peter Wemm Date: Thu, 3 Jun 1999 15:07:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf kernel.script Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/03 15:07:44 PDT Modified files: sys/i386/conf kernel.script Log: Remove a rather bogus search path reference.. Revision Changes Path 1.3 +1 -1 src/sys/i386/conf/kernel.script To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 15:15:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3AE314BD6; Thu, 3 Jun 1999 15:15:17 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA45544; Thu, 3 Jun 1999 15:15:17 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Message-Id: <199906032215.PAA45544@freefall.freebsd.org> From: Chuck Robey Date: Thu, 3 Jun 1999 15:15:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1999/06/03 15:15:17 PDT Modified files: en y2kbug.sgml Log: Explain troff y2k bugfix. PR: 9502 Revision Changes Path 1.24 +3 -2 www/en/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 18:44:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 042CB15A28; Thu, 3 Jun 1999 18:44:56 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA60770; Thu, 3 Jun 1999 18:44:55 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Message-Id: <199906040144.SAA60770@freefall.freebsd.org> From: "Justin M. Seger" Date: Thu, 3 Jun 1999 18:44:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba Makefile ports/net/samba/files md5 ports/net/samba/patches patch-ad ports/net/samba/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1999/06/03 18:44:55 PDT Modified files: net/samba Makefile net/samba/files md5 net/samba/pkg PLIST Removed files: net/samba/patches patch-ad Log: Upgrade to 2.0.4b Submitted by: Palle Girgensohn PR: ports/11877 Revision Changes Path 1.36 +4 -4 ports/net/samba/Makefile 1.24 +1 -1 ports/net/samba/files/md5 1.20 +9 -1 ports/net/samba/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 18:47:34 1999 Delivered-To: cvs-all@freebsd.org Received: from afs.ntc.mita.keio.ac.jp (afs.ntc.mita.keio.ac.jp [131.113.212.3]) by hub.freebsd.org (Postfix) with ESMTP id AC80215A28; Thu, 3 Jun 1999 18:47:29 -0700 (PDT) (envelope-from hosokawa@ntc.keio.ac.jp) Received: (from hosokawa@localhost) by afs.ntc.mita.keio.ac.jp (8.8.8+2.7Wbeta7/3.6Wbeta6-ntc_mailserver1.03) id KAA04534; Fri, 4 Jun 1999 10:47:28 +0900 (JST) Date: Fri, 4 Jun 1999 10:47:28 +0900 (JST) Message-Id: <199906040147.KAA04534@afs.ntc.mita.keio.ac.jp> To: jseger@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, hosokawa@itc.keio.ac.jp Subject: Re: cvs commit: ports/net/samba Makefile ports/net/samba/files md5ports/net/samba/patches patch-ad ports/net/samba/pkg PLIST In-Reply-To: Your message of "Fri, 4 Jun 1999 10:44:55 JST". <199906040144.SAA60770@freefall.freebsd.org> From: hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199906040144.SAA60770@freefall.freebsd.org> jseger@FreeBSD.org writes: >> Upgrade to 2.0.4b >> Submitted by: Palle Girgensohn >> PR: ports/11877 Sorry, I couldn't read mails to hosokawa@jp.freebsd.org because of my careless misconfiguration. Maybe I lost mails about this topic. I fixed this problem now. -- HOSOKAWA, Tatsumi Assistant Manager Information Technology Center, Keio University To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 19:27:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C1BB14C47; Thu, 3 Jun 1999 19:27:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65712; Thu, 3 Jun 1999 19:27:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906040227.TAA65712@freefall.freebsd.org> From: Peter Wemm Date: Thu, 3 Jun 1999 19:27:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c src/sys/netinet tcp_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/03 19:27:07 PDT Modified files: sys/kern uipc_socket.c sys/netinet tcp_usrreq.c Log: Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected to either enqueue or free their mbuf chains, but tcp_usr_send() was dropping them on the floor if the tcpcb/inpcb has been torn down in the middle of a send/write attempt. This has been responsible for a wide variety of mbuf leak patterns, ranging from slow gradual leakage to rather rapid exhaustion. This has been a problem since before 2.2 was branched and appears to have been fixed in rev 1.16 and lost in 1.23/1.28. Thanks to Jayanth Vijayaraghavan for checking (extensively) into this on a live production 2.2.x system and that it was the actual cause of the leak and looks like it fixes it. The machine in question was loosing (from memory) about 150 mbufs per hour under load and a change similar to this stopped it. (Don't blame Jayanth for this patch though) An alternative approach to this would be to recheck SS_CANTSENDMORE etc inside the splnet() right before calling pru_send() after all the potential sleeps, interrupts and delays have happened. However, this would mean exposing knowledge of the tcp stack's reset handling and removal of the pcb to the generic code. There are other things that call pru_send() directly though. Problem originally noted by: John Plevyak Revision Changes Path 1.59 +10 -1 src/sys/kern/uipc_socket.c 1.44 +28 -7 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 19:27:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D71C115A41; Thu, 3 Jun 1999 19:27:38 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65883; Thu, 3 Jun 1999 19:27:38 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199906040227.TAA65883@freefall.freebsd.org> From: Bill Paul Date: Thu, 3 Jun 1999 19:27:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getpwent.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/06/03 19:27:38 PDT Modified files: lib/libc/gen getpwent.c Log: Apply patch for PR #12008: remember to reset _yp_enabled flag in endpwent() so we don't trip over a NULL db pointer later. PR: 12008 Submitted by: Valentin Netchayev Revision Changes Path 1.50 +2 -0 src/lib/libc/gen/getpwent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 19:32:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18FCA15A43; Thu, 3 Jun 1999 19:32:28 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA66957; Thu, 3 Jun 1999 19:32:28 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199906040232.TAA66957@freefall.freebsd.org> From: Bill Paul Date: Thu, 3 Jun 1999 19:32:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getpwent.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/06/03 19:32:28 PDT Modified files: (Branch: RELENG_3) lib/libc/gen getpwent.c Log: MFC: Close PR #12008; reset _yp_enabled flag in endpwent(). Revision Changes Path 1.48.2.1 +2 -0 src/lib/libc/gen/getpwent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 19:38:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55CE115A43; Thu, 3 Jun 1999 19:38:23 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA67897; Thu, 3 Jun 1999 19:38:23 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906040238.TAA67897@freefall.freebsd.org> From: Michael Haro Date: Thu, 3 Jun 1999 19:38:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/03 19:38:22 PDT Modified files: sys/pci pcisupport.c Log: Add the 3Dfx Voodoo Banshee Revision Changes Path 1.117 +9 -1 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 19:49:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A3EA15015; Thu, 3 Jun 1999 19:49:31 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA69301; Thu, 3 Jun 1999 19:49:30 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906040249.TAA69301@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 3 Jun 1999 19:49:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.i386 disktab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/03 19:49:30 PDT Modified files: etc/etc.i386 disktab Log: Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gig removable disk. Submitted by: Troy Settle Revision Changes Path 1.19 +6 -1 src/etc/etc.i386/disktab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 19:50: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 323D115411; Thu, 3 Jun 1999 19:50:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA69413; Thu, 3 Jun 1999 19:50:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906040250.TAA69413@freefall.freebsd.org> From: Michael Haro Date: Thu, 3 Jun 1999 19:49:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/03 19:49:59 PDT Modified files: (Branch: RELENG_3) sys/pci pcisupport.c Log: Add the 3Dfx Voodoo Banshee Revision Changes Path 1.86.2.9 +9 -1 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 20:17:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB1BC14D9A; Thu, 3 Jun 1999 20:17:07 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA74855; Thu, 3 Jun 1999 20:17:07 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906040317.UAA74855@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 3 Jun 1999 20:17:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/03 20:17:07 PDT Modified files: etc make.conf Log: sunsite is now metalab. Revision Changes Path 1.81 +2 -2 src/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 20:18:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A096B14BD2; Thu, 3 Jun 1999 20:18:30 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA75010; Thu, 3 Jun 1999 20:18:30 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199906040318.UAA75010@freefall.freebsd.org> From: Guy Helmer Date: Thu, 3 Jun 1999 20:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 bootinfo.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/06/03 20:18:30 PDT Modified files: sys/boot/i386/libi386 bootinfo.c Log: Modify the boot loader to recognize the -C flag and pass the RB_CDROM flag to the kernel to mount a CDROM as the root filesystem. Alternatively, the boot_cdrom env var can be set. As Mike Smith noted, "-C is the "wrong" way to do this", but this is an acceptable stopgap in lieu of a better way. PR: bin/11884 Reviewed by: msmith@freebsd.org Revision Changes Path 1.19 +5 -1 src/sys/boot/i386/libi386/bootinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 20:19:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 749C715AD1; Thu, 3 Jun 1999 20:19:28 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA75286; Thu, 3 Jun 1999 20:19:28 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906040319.UAA75286@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 3 Jun 1999 20:19:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/queso Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/03 20:19:27 PDT Modified files: net/queso Makefile Log: Replace a dead master site with MASTER_SITE_SUNSITE and the appropriate directory within. Revision Changes Path 1.4 +4 -3 ports/net/queso/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 20:23:33 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id BA05A14CF9; Thu, 3 Jun 1999 20:23:27 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id XAA06108; Thu, 3 Jun 1999 23:26:23 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 3 Jun 1999 23:26:23 -0400 (EDT) From: Bill Fumerola To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/queso Makefile In-Reply-To: <199906040319.UAA75286@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 3 Jun 1999, Bill Fumerola wrote: > billf 1999/06/03 20:19:27 PDT > > Modified files: > net/queso Makefile > Log: > Replace a dead master site with MASTER_SITE_SUNSITE and the appropriate > directory within. > > Revision Changes Path > 1.4 +4 -3 ports/net/queso/Makefile # /usr/local/sbin/queso www.freebsd.org 204.216.27.21:80 * NetBSD 1.3.x Now I know there have been some upgrades going on with freefall.... - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 20:49:52 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 5CFB514FD8; Thu, 3 Jun 1999 20:49:46 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA10981; Thu, 3 Jun 1999 21:49:45 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA41156; Thu, 3 Jun 1999 21:50:04 -0600 (MDT) Message-Id: <199906040350.VAA41156@harmony.village.org> To: "Matthew N. Dodd" Subject: Re: cvs commit: src/sys/pci if_xl.c Cc: Bill Paul , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 01 Jun 1999 16:28:36 EDT." References: Date: Thu, 03 Jun 1999 21:50:04 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message "Matthew N. Dodd" writes: : On this note, is there a way to determine the setting of the BIOS PNP OS : knob? Windows has to do it somehow... I don't think that it is possible generically to do this. There is some code floating around to deal with calling the PCI BIOS to assign IRQs to INT lines (or some such) which is a first step... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 20:59:21 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 27B2014D91; Thu, 3 Jun 1999 20:59:14 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id XAA07227; Thu, 3 Jun 1999 23:59:11 -0400 (EDT) Date: Thu, 3 Jun 1999 23:59:10 -0400 (EDT) From: "Matthew N. Dodd" To: Warner Losh Cc: Bill Paul , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c In-Reply-To: <199906040350.VAA41156@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 3 Jun 1999, Warner Losh wrote: > In message > "Matthew N. Dodd" writes: > : On this note, is there a way to determine the setting of the BIOS PNP OS > : knob? Windows has to do it somehow... > > I don't think that it is possible generically to do this. There is > some code floating around to deal with calling the PCI BIOS to assign > IRQs to INT lines (or some such) which is a first step... Well, if we could figure out the setting in the BIOS in a deterministic manner we could panic and tell the (l)user to change the setting since having it set to 'YES" will cause problems. (Essentially do what Bill did, but in a more generic and more fatal manner.) -- | Matthew N. Dodd | 78 280Z | 75 164E | 84 245DL | FreeBSD/NetBSD/Sprite/VMS | | winter@jurai.net | This Space For Rent | ix86,sparc,m68k,pmax,vax | | http://www.jurai.net/~winter | Are you k-rad elite enough for my webpage? | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 21: 4:22 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id DA11C14D91; Thu, 3 Jun 1999 21:04:20 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id VAA03480; Thu, 3 Jun 1999 21:00:53 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199906040400.VAA03480@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Matthew N. Dodd" Cc: Warner Losh , Bill Paul , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c In-reply-to: Your message of "Thu, 03 Jun 1999 23:59:10 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Jun 1999 21:00:53 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Well, if we could figure out the setting in the BIOS in a deterministic > manner we could panic and tell the (l)user to change the setting since > having it set to 'YES" will cause problems. (Essentially do what Bill > did, but in a more generic and more fatal manner.) If we had that sort of information, it'd be a very short hop to turning it off and rebooting. 8) -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 21: 6:21 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 8E4C514D8D; Thu, 3 Jun 1999 21:06:17 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id AAA07347; Fri, 4 Jun 1999 00:06:01 -0400 (EDT) Date: Fri, 4 Jun 1999 00:06:01 -0400 (EDT) From: "Matthew N. Dodd" To: Mike Smith Cc: Warner Losh , Bill Paul , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c In-Reply-To: <199906040400.VAA03480@dingo.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 3 Jun 1999, Mike Smith wrote: > If we had that sort of information, it'd be a very short hop to turning > it off and rebooting. 8) Err... Too much magic? -- | Matthew N. Dodd | 78 280Z | 75 164E | 84 245DL | FreeBSD/NetBSD/Sprite/VMS | | winter@jurai.net | This Space For Rent | ix86,sparc,m68k,pmax,vax | | http://www.jurai.net/~winter | Are you k-rad elite enough for my webpage? | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 21: 7:37 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C0CD414DEE; Thu, 3 Jun 1999 21:07:32 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA11045; Thu, 3 Jun 1999 22:07:31 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA41255; Thu, 3 Jun 1999 22:07:51 -0600 (MDT) Message-Id: <199906040407.WAA41255@harmony.village.org> To: "Matthew N. Dodd" Subject: Re: cvs commit: src/sys/pci if_xl.c Cc: Bill Paul , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 03 Jun 1999 23:59:10 EDT." References: Date: Thu, 03 Jun 1999 22:07:51 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message "Matthew N. Dodd" writes: : Well, if we could figure out the setting in the BIOS in a deterministic : manner we could panic and tell the (l)user to change the setting since : having it set to 'YES" will cause problems. I don't know how to do that, but if it is possible, I'm sure some of our faithful readers will tell us how. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 21:11:36 1999 Delivered-To: cvs-all@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 50B1114CE0; Thu, 3 Jun 1999 21:11:31 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id NAA13815; Fri, 4 Jun 1999 13:41:25 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA12302; Fri, 4 Jun 1999 13:42:30 +0930 Date: Fri, 4 Jun 1999 13:42:29 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Bill Fumerola Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/queso Makefile In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 3 Jun 1999, Bill Fumerola wrote: > # /usr/local/sbin/queso www.freebsd.org > 204.216.27.21:80 * NetBSD 1.3.x > > Now I know there have been some upgrades going on with freefall.... queso is (last I checked) not nearly as sophisticated at fingerprinting machines as nmap. nmap does a wider variety of analyses, and has more 'signatures' contributed. However, perhaps someone could submit the correct signatures of (recent) FreeBSD machines to the queso maintainers (if it's still being maintained). Kris ----- "Never criticize anybody until you have walked a mile in their shoes, because by that time you will be a mile away and have their shoes." -- Unknown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 21:18:31 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id 544CA14BF3; Thu, 3 Jun 1999 21:18:28 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id VAA03550; Thu, 3 Jun 1999 21:13:19 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199906040413.VAA03550@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Matthew N. Dodd" Cc: Mike Smith , Warner Losh , Bill Paul , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c In-reply-to: Your message of "Fri, 04 Jun 1999 00:06:01 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Jun 1999 21:13:19 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Thu, 3 Jun 1999, Mike Smith wrote: > > If we had that sort of information, it'd be a very short hop to turning > > it off and rebooting. 8) > > Err... Too much magic? The point was actually "equivalent magic", but yes, it is also "too much magic" as far as I am able to determine. -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 22:47:42 1999 Delivered-To: cvs-all@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 899E115156; Thu, 3 Jun 1999 22:47:35 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id WAA06213; Thu, 3 Jun 1999 22:47:34 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Thu, 3 Jun 1999 22:47:33 -0700 (PDT) From: Doug White To: Nik Clayton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/share/sgml freebsd.dtd In-Reply-To: <199906031937.MAA22783@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 3 Jun 1999, Nik Clayton wrote: > nik 1999/06/03 12:37:51 PDT > > Modified files: > share/sgml freebsd.dtd > Log: > Switch to using DocBook 3.1. Pull out the FreeBSD specific FAQList* > elements, they are obsoleted by the DocBook QAndASet element (and > sub-elements). Guess I should learn what the QAndASet elements are ... I assume this will come to bear on the converted FAQ. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 23:11:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43D7D1537E; Thu, 3 Jun 1999 23:11:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37425; Thu, 3 Jun 1999 23:11:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906040611.XAA37425@freefall.freebsd.org> From: Michael Haro Date: Thu, 3 Jun 1999 23:11:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/03 23:11:07 PDT Modified files: . modules Log: roxirc --> ports/net/roxirc Revision Changes Path 1.47 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 23:14:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 037D91509E; Thu, 3 Jun 1999 23:14:35 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA41417; Thu, 3 Jun 1999 23:14:34 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906040614.XAA41417@freefall.freebsd.org> From: Michael Haro Date: Thu, 3 Jun 1999 23:14:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/roxirc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/03 23:14:34 PDT ports/net/roxirc - Imported sources Update of /home/ncvs/ports/net/roxirc In directory freefall.freebsd.org:/c/users/mharo/roxirc Log Message: RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant, easy to use, and powerful interface. Status: Vendor Tag: ROCKSHOX Release Tags: roxirc_1_2 N ports/net/roxirc/Makefile I ports/net/roxirc/CVS N ports/net/roxirc/files/md5 N ports/net/roxirc/pkg/COMMENT N ports/net/roxirc/pkg/DESCR N ports/net/roxirc/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 3 23:18:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EECD1509E; Thu, 3 Jun 1999 23:18:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA45828; Thu, 3 Jun 1999 23:18:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906040618.XAA45828@freefall.freebsd.org> From: Michael Haro Date: Thu, 3 Jun 1999 23:18:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/03 23:18:55 PDT Modified files: net Makefile Log: Activate roxirc Revision Changes Path 1.267 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 0:13:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 345E21509E; Fri, 4 Jun 1999 00:13:42 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA08026; Fri, 4 Jun 1999 00:13:42 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199906040713.AAA08026@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 4 Jun 1999 00:13:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/06/04 00:13:41 PDT Modified files: . modules Log: exctags --> ports/devel/ctags Revision Changes Path 1.48 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 0:16:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 831641509E; Fri, 4 Jun 1999 00:16:52 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA12085; Fri, 4 Jun 1999 00:16:52 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199906040716.AAA12085@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 4 Jun 1999 00:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ctags - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/06/04 00:16:52 PDT ports/devel/ctags - Imported sources Update of /home/ncvs/ports/devel/ctags In directory freefall.freebsd.org:/d/users/jkoshy/port Log Message: Import of Exuberant CTAGS from Darren Hiebert, an improved implementation of ctags that supported C++, Eiffel, Java and FORTRAN. Status: Vendor Tag: DH_V3_2_2 Release Tags: v3_2_2 N ports/devel/ctags/Makefile I ports/devel/ctags/CVS N ports/devel/ctags/files/md5 N ports/devel/ctags/pkg/COMMENT N ports/devel/ctags/pkg/DESCR N ports/devel/ctags/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 0:19:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F34E71509E; Fri, 4 Jun 1999 00:19:56 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA16523; Fri, 4 Jun 1999 00:19:56 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199906040719.AAA16523@freefall.freebsd.org> From: Joseph Koshy Date: Fri, 4 Jun 1999 00:19:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/06/04 00:19:56 PDT Modified files: devel Makefile Log: activate ex-ctags. Revision Changes Path 1.188 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 1: 0:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D22314DA9; Fri, 4 Jun 1999 01:00:28 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA51446; Fri, 4 Jun 1999 01:00:28 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906040800.BAA51446@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 4 Jun 1999 01:00:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker Makefile ports/x11-wm/windowmaker/files md5 ports/x11-wm/windowmaker/patches patch-ab ports/x11-wm/windowmaker/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/04 01:00:28 PDT Modified files: x11-wm/windowmaker Makefile x11-wm/windowmaker/files md5 x11-wm/windowmaker/pkg PLIST Removed files: x11-wm/windowmaker/patches patch-ab Log: Upgrade to 0.60.0. PR: 12016 Submitted by: Brian Handy Revision Changes Path 1.52 +5 -4 ports/x11-wm/windowmaker/Makefile 1.24 +1 -1 ports/x11-wm/windowmaker/files/md5 1.26 +22 -7 ports/x11-wm/windowmaker/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 1: 1:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1785514D59; Fri, 4 Jun 1999 01:01:22 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA51726; Fri, 4 Jun 1999 01:01:22 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906040801.BAA51726@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 4 Jun 1999 01:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wdm Makefile ports/x11/wdm/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/04 01:01:22 PDT Modified files: x11/wdm Makefile x11/wdm/patches patch-ac Log: Use the new libwraster. Revision Changes Path 1.23 +2 -2 ports/x11/wdm/Makefile 1.2 +20 -2 ports/x11/wdm/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 1:17:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32FBC14E77; Fri, 4 Jun 1999 01:17:13 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA53882; Fri, 4 Jun 1999 01:17:13 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906040817.BAA53882@freefall.freebsd.org> From: KATO Takenori Date: Fri, 4 Jun 1999 01:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/04 01:17:12 PDT Modified files: sys/pc98/pc98 syscons.h Log: Declare Crtat and Atrat because screen savers use these variables. Pointed out by: Nobuyuki Koganemaru Revision Changes Path 1.29 +7 -1 src/sys/pc98/pc98/syscons.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 1:19:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F29414E77; Fri, 4 Jun 1999 01:19:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54079; Fri, 4 Jun 1999 01:19:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906040819.BAA54079@freefall.freebsd.org> From: KATO Takenori Date: Fri, 4 Jun 1999 01:19:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/04 01:19:32 PDT Modified files: sys/pc98/pc98 syscons.h Log: Oops, remove redundant comments. Revision Changes Path 1.30 +3 -3 src/sys/pc98/pc98/syscons.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 1:20:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D42C14E77; Fri, 4 Jun 1999 01:20:42 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54185; Fri, 4 Jun 1999 01:20:42 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199906040820.BAA54185@freefall.freebsd.org> From: KATO Takenori Date: Fri, 4 Jun 1999 01:20:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/06/04 01:20:42 PDT Modified files: (Branch: RELENG_3) sys/pc98/pc98 syscons.h Log: MFC: Declare Crtat and Atrat variables. Revision Changes Path 1.28.2.2 +7 -1 src/sys/pc98/pc98/syscons.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 1:45: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id C387115608 for ; Fri, 4 Jun 1999 01:45:04 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id KAA00633 for ; Fri, 4 Jun 1999 10:45:03 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id KAA24086 for ; Fri, 4 Jun 1999 10:45:02 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id KAA36050 for ; Fri, 4 Jun 1999 10:45:02 +0200 (CEST) Date: Fri, 4 Jun 1999 10:45:00 +0200 From: Andre Albsmeier To: "Justin M. Seger" Cc: girgen@partitur.se, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/samba Makefile ports/net/samba/files md5 ports/net/samba/patches patch-ad ports/net/samba/pkg PLIST Message-ID: <19990604104500.A17726@internal> References: <199906040144.SAA60770@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <199906040144.SAA60770@freefall.freebsd.org>; from Justin M. Seger on Thu, Jun 03, 1999 at 06:44:55PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 03-Jun-1999 at 18:44:55 -0700, Justin M. Seger wrote: > jseger 1999/06/03 18:44:55 PDT > > Modified files: > net/samba Makefile > net/samba/files md5 > net/samba/pkg PLIST > Removed files: > net/samba/patches patch-ad > Log: > Upgrade to 2.0.4b > Submitted by: Palle Girgensohn > PR: ports/11877 OK, this seems to be in other hands now, so please let me send you a bug fix I mailed to hosokawa@ntc.keio.ac.jp about a month ago. He told me he would look at it but seems to be inactive for a while now. It would be nice if these two things could be incorporated into the port. Thanks, -Andre ------------------- snip ------------------ Hi, thanks for maintaining the samba port. I have found two small bugs. Well, the first is not a bug it's more a missing feature: 1. We have got a SAMBA_PRIVATE= setting in the Makefile but this is only honored for the install. For building, we need the following patch: --- Makefile.ORI Wed Mar 10 19:44:08 1999 +++ Makefile Wed Mar 10 19:44:57 1999 @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ - --with-lockdir=${VARDIR}/spool/lock + --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} WRKSRC= ${WRKDIR}/${DISTNAME}/source 2. For WINS servers, the file wins.dat is created in the lockdir, /var/spool/lock. This is cleaned during system startup and so, wins.dat is lost. Unfortunately, wins.dat should survive over reboots so I suggest moving it to /var/db. The lockfiles and browse.dat should be clean IMHO and can stay in lockdir, of course. --- nmbd/nmbd_winsserver.c.ORI Wed Mar 10 19:16:36 1999 +++ nmbd/nmbd_winsserver.c Wed Mar 10 19:37:11 1999 @@ -152,7 +152,7 @@ start_async_dns(); #endif - pstrcpy(fname,lp_lockdir()); + pstrcpy(fname,"/var/db"); trim_string(fname,NULL,"/"); pstrcat(fname,"/"); pstrcat(fname,WINS_LIST); @@ -1551,7 +1551,7 @@ } } - slprintf(fname,sizeof(fname),"%s/%s", lp_lockdir(), WINS_LIST); + slprintf(fname,sizeof(fname),"%s/%s", "/var/db", WINS_LIST); string_sub(fname,"//", "/"); slprintf(fnamenew,sizeof(fnamenew),"%s.%u", fname, (unsigned int)getpid()); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 2: 6:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28A00155EC; Fri, 4 Jun 1999 02:06:36 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59550; Fri, 4 Jun 1999 02:06:36 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <199906040906.CAA59550@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 4 Jun 1999 02:06:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/pysol Makefile ports/games/pysol/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1999/06/04 02:06:35 PDT Modified files: games/pysol Makefile games/pysol/files md5 Log: Upgrade to 2.14. Revision Changes Path 1.14 +3 -3 ports/games/pysol/Makefile 1.13 +1 -1 ports/games/pysol/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 2:50:24 1999 Delivered-To: cvs-all@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 20DE214FD9; Fri, 4 Jun 1999 02:50:19 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (dialup2-14.iptelecom.net.ua [212.42.68.205]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA20883; Fri, 4 Jun 1999 12:50:27 +0300 (EEST) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.3/8.9.3) with ESMTP id MAA27154; Fri, 4 Jun 1999 12:49:12 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <3757A115.AD1859E7@altavista.net> Date: Fri, 04 Jun 1999 12:49:09 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: ru,uk,en MIME-Version: 1.0 To: Andre Albsmeier Cc: "Justin M. Seger" , girgen@partitur.se, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/samba Makefile ports/net/samba/files md5 ports/net/samba/patches patch-ad ports/net/samba/pkg PLIST References: <199906040144.SAA60770@freefall.freebsd.org> <19990604104500.A17726@internal> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Also small misbehaviour in swat need to be corrected - when looking at status page of swat smbd and nmbd always shown as "not running" due to the fact that swat check for the presence of lock files (which are never created on FreeBSD). Probably it should check for pid files to detect if samba is running. Sincerely, Maxim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 3: 1:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19E3B14D9E; Fri, 4 Jun 1999 03:01:58 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63255; Fri, 4 Jun 1999 03:01:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906041001.DAA63255@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 4 Jun 1999 03:01:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile wizard.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/04 03:01:57 PDT Modified files: release/sysinstall Makefile wizard.c Log: Switch to proper mbr. OK'ed by: jkh,rnordier Revision Changes Path 1.83 +1 -0 src/release/sysinstall/Makefile 1.14 +1 -24 src/release/sysinstall/wizard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 3:22:18 1999 Delivered-To: cvs-all@freebsd.org Received: from ady.warpnet.ro (unknown [194.102.224.1]) by hub.freebsd.org (Postfix) with ESMTP id DEF4514F76; Fri, 4 Jun 1999 03:22:08 -0700 (PDT) (envelope-from ady@warpnet.ro) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.2/8.9.2) with ESMTP id NAA02615; Fri, 4 Jun 1999 13:33:06 +0300 (EEST) (envelope-from ady@warpnet.ro) Date: Fri, 4 Jun 1999 13:33:06 +0300 (EEST) From: Adrian Penisoara To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern uipc_socket.c src/sys/netinet tcp_usrreq.c In-Reply-To: <199906040227.TAA65712@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi, On Thu, 3 Jun 1999, Peter Wemm wrote: > peter 1999/06/03 19:27:07 PDT > > Modified files: > sys/kern uipc_socket.c > sys/netinet tcp_usrreq.c > Log: > Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected Can we please have this backported in RELENG_3, if it's (still) affected? Thanks ! Ady (@freebsd.ady.ro) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 3:58:11 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5F7F5154B1; Fri, 4 Jun 1999 03:58:07 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id MAA00626; Fri, 4 Jun 1999 12:58:07 +0200 (CEST) (envelope-from des) To: KATO Takenori Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pc98/pc98 syscons.h References: <199906040817.BAA53882@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 04 Jun 1999 12:58:06 +0200 In-Reply-To: KATO Takenori's message of "Fri, 4 Jun 1999 01:17:13 -0700 (PDT)" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk KATO Takenori writes: > Log: > Declare Crtat and Atrat because screen savers use these variables. No, they don't. Crtat was made obsolete in September 1998. It's still present in src/sys/dev/syscons/syscons.c, but it isn't referenced anywhere that matters except in pcvt (which I guess is a bug). Crtat mirrors cur_console->adp->va_window. Atrat is not referenced anywhere outside src/sys/pc98/pc98/syscons.c. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 4:18:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8D9115954; Fri, 4 Jun 1999 04:18:18 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA72257; Fri, 4 Jun 1999 04:18:18 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199906041118.EAA72257@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 4 Jun 1999 04:18:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nps Makefile ports/devel/nps/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/06/04 04:18:17 PDT Modified files: devel/nps Makefile devel/nps/files md5 Log: Upgrade to NPS, Version 0.9.15 Revision Changes Path 1.9 +3 -3 ports/devel/nps/Makefile 1.9 +1 -1 ports/devel/nps/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 4:21: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31CBF15491; Fri, 4 Jun 1999 04:21:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA72513; Fri, 4 Jun 1999 04:21:05 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906041121.EAA72513@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 4 Jun 1999 04:21:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/04 04:21:05 PDT Modified files: sbin/ipfw ipfw.c Log: Fix the parsing of ip addresses on a command line. PR: 5047 Reviewed by: des Test case: ipfw add allow ip from 127.1 to any Revision Changes Path 1.69 +7 -7 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 5:21:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8733414E83; Fri, 4 Jun 1999 05:21:22 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA78067; Fri, 4 Jun 1999 05:21:22 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906041221.FAA78067@freefall.freebsd.org> From: Brian Somers Date: Fri, 4 Jun 1999 05:21:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/04 05:21:21 PDT Modified files: (Branch: RELENG_3) usr.sbin/ppp mp.c Log: MFC: Fix two sequence number comparisons. Revision Changes Path 1.17.4.4 +4 -3 src/usr.sbin/ppp/mp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 5:41:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0754515188; Fri, 4 Jun 1999 05:41:45 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA80093; Fri, 4 Jun 1999 05:41:45 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199906041241.FAA80093@freefall.freebsd.org> From: Nick Hibma Date: Fri, 4 Jun 1999 05:41:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/06/04 05:41:44 PDT Modified files: sys/dev/usb umass.c Log: Add remark about where bInterfaceProtocol number for USB Zip drive comes from. 0x50 == 'P' for protoype. Obtained from: Pat LaVarre on linux-usb@suse.com Revision Changes Path 1.6 +2 -2 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 6:25: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB41514D4F; Fri, 4 Jun 1999 06:24:58 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA83825; Fri, 4 Jun 1999 06:24:58 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199906041324.GAA83825@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 4 Jun 1999 06:24:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/06/04 06:24:58 PDT Modified files: sys/pci brooktree848.c Log: Fix the cdevsw_add change made by PHK. (It was accidentally added to the BSDI bktr_probe and not the FreeBSD bktr_probe) Revision Changes Path 1.84 +5 -5 src/sys/pci/brooktree848.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 6:29:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 454E814D4F; Fri, 4 Jun 1999 06:29:32 -0700 (PDT) (envelope-from ejc@FreeBSD.org) Received: (from ejc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA84100; Fri, 4 Jun 1999 06:29:31 -0700 (PDT) (envelope-from ejc@FreeBSD.org) Message-Id: <199906041329.GAA84100@freefall.freebsd.org> From: "Eric J.Chet" Date: Fri, 4 Jun 1999 06:29:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBacus Makefile ports/devel/ORBacus/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ejc 1999/06/04 06:29:30 PDT Modified files: devel/ORBacus Makefile devel/ORBacus/files md5 Log: Update ORBacus to 3.1.3 Revision Changes Path 1.21 +3 -3 ports/devel/ORBacus/Makefile 1.6 +1 -1 ports/devel/ORBacus/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 8:29:55 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (unknown [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 80DF114D6D; Fri, 4 Jun 1999 08:29:48 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA18332; Fri, 4 Jun 1999 09:29:48 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA27114; Fri, 4 Jun 1999 09:29:42 -0600 Date: Fri, 4 Jun 1999 09:29:42 -0600 Message-Id: <199906041529.JAA27114@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c src/sys/netinet tcp_usrreq.c In-Reply-To: <199906040227.TAA65712@freefall.freebsd.org> References: <199906040227.TAA65712@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > peter 1999/06/03 19:27:07 PDT > > Modified files: > sys/kern uipc_socket.c > sys/netinet tcp_usrreq.c > Log: > Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected > to either enqueue or free their mbuf chains, but tcp_usr_send() was > dropping them on the floor if the tcpcb/inpcb has been torn down in the > middle of a send/write attempt. This has been responsible for a wide > variety of mbuf leak patterns, ranging from slow gradual leakage to rather > rapid exhaustion. This has been a problem since before 2.2 was branched > and appears to have been fixed in rev 1.16 and lost in 1.23/1.28. > > Thanks to Jayanth Vijayaraghavan for checking > (extensively) into this on a live production 2.2.x system and that it > was the actual cause of the leak and looks like it fixes it. Any chance of getting the 2.2.* patches? Those of us running 2.2 systems would certainly love to see them. Thanks! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 9:43:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0D9D14E4B; Fri, 4 Jun 1999 09:43:22 -0700 (PDT) (envelope-from jfitz@FreeBSD.org) Received: (from jfitz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA64342; Fri, 4 Jun 1999 09:43:22 -0700 (PDT) (envelope-from jfitz@FreeBSD.org) Message-Id: <199906041643.JAA64342@freefall.freebsd.org> From: James FitzGibbon Date: Fri, 4 Jun 1999 09:43:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook authors.ent Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jfitz 1999/06/04 09:43:21 PDT Modified files: en/handbook authors.ent Log: Update my email address to @FreeBSD.ORG Revision Changes Path 1.20 +2 -2 doc/en/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 10:30:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23EE314D4E; Fri, 4 Jun 1999 10:30:36 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA69165; Fri, 4 Jun 1999 10:30:36 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906041730.KAA69165@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 4 Jun 1999 10:30:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/04 10:30:36 PDT Modified files: . Makefile Log: Better logic and typo fixing. Submitted by: mharo Revision Changes Path 1.48 +11 -7 ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 10:34:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAB1314D4E; Fri, 4 Jun 1999 10:34:31 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA69465; Fri, 4 Jun 1999 10:34:31 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906041734.KAA69465@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 4 Jun 1999 10:34:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/04 10:34:31 PDT Modified files: . Makefile.inc1 Log: ${.CURDIR} doesn't have to be /usr/src, especially in a cvs checkout. Make sure what is reported to the user is accurate. Stolen From: mharo Revision Changes Path 1.78 +2 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 10:42:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3C4B14DB7; Fri, 4 Jun 1999 10:42:20 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA69987; Fri, 4 Jun 1999 10:42:20 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199906041742.KAA69987@freefall.freebsd.org> From: SADA Kenji Date: Fri, 4 Jun 1999 10:42:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/06/04 10:42:20 PDT Modified files: . modules Log: oneko-sakura --> ports/games/oneko-sakura Revision Changes Path 1.49 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 10:44:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A7B31507C; Fri, 4 Jun 1999 10:44:38 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA70191; Fri, 4 Jun 1999 10:44:38 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199906041744.KAA70191@freefall.freebsd.org> From: SADA Kenji Date: Fri, 4 Jun 1999 10:44:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/oneko-sakura - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/06/04 10:44:37 PDT ports/games/oneko-sakura - Imported sources Update of /home/ncvs/ports/games/oneko-sakura In directory freefall.freebsd.org:/c/users/sada/work/oneko-sakura Log Message: The program oneko creates a cute cat chasing around your mouse cursor. Added bitmaps of Sakura Kinomoto, who is a character in a comic strip, "CARDCAPTOR SAKURA" (CLAMP, Kodansha). Submitted by: HOTARU-YA Status: Vendor Tag: HOTARU_YA Release Tags: v1_2_sakura3 N ports/games/oneko-sakura/Makefile I ports/games/oneko-sakura/CVS N ports/games/oneko-sakura/files/md5 N ports/games/oneko-sakura/pkg/COMMENT N ports/games/oneko-sakura/pkg/DESCR N ports/games/oneko-sakura/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 10:46:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2082D1507C; Fri, 4 Jun 1999 10:46:47 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA70444; Fri, 4 Jun 1999 10:46:46 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199906041746.KAA70444@freefall.freebsd.org> From: SADA Kenji Date: Fri, 4 Jun 1999 10:46:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/06/04 10:46:46 PDT Modified files: games Makefile Log: Activate games/oneko-sakura. Submitted by: HOTARU-YA Revision Changes Path 1.208 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 10:56:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9725015564; Fri, 4 Jun 1999 10:56:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA71424; Fri, 4 Jun 1999 10:56:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906041756.KAA71424@freefall.freebsd.org> From: Michael Haro Date: Fri, 4 Jun 1999 10:56:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tgif Makefile ports/graphics/tgif/files md5 ports/graphics/tgif/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/04 10:56:07 PDT Modified files: graphics/tgif Makefile graphics/tgif/files md5 graphics/tgif/patches patch-aa Log: Update to 4.1.15 PR: 12010 Submitted by: cpiazza@home.net Revision Changes Path 1.16 +3 -3 ports/graphics/tgif/Makefile 1.14 +1 -1 ports/graphics/tgif/files/md5 1.11 +4 -4 ports/graphics/tgif/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 10:58:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E7291512F; Fri, 4 Jun 1999 10:58:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA71739; Fri, 4 Jun 1999 10:58:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <199906041758.KAA71739@freefall.freebsd.org> From: SADA Kenji Date: Fri, 4 Jun 1999 10:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/contrib chapter.sgml doc/ja/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/06/04 10:58:21 PDT Modified files: en/handbook/contrib chapter.sgml ja/handbook/contrib chapter.sgml Log: Welcome in HOTARU-YA. Also fix the typo of Mr.Kumagai's spelling. Revision Changes Path 1.44 +6 -2 doc/en/handbook/contrib/chapter.sgml 1.9 +6 -2 doc/ja/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 11:13:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8235314C01; Fri, 4 Jun 1999 11:13:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA73121; Fri, 4 Jun 1999 11:13:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199906041813.LAA73121@freefall.freebsd.org> From: Bruce Evans Date: Fri, 4 Jun 1999 11:13:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cy.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/06/04 11:13:27 PDT Modified files: sys/i386/isa cy.c Log: Really fix cy-driver-related panics when SMP is configured. Rev.1.88 only fixed half the problem. Tested by: Michael Scott Boers Revision Changes Path 1.91 +5 -3 src/sys/i386/isa/cy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 11:17:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55FCA153F9; Fri, 4 Jun 1999 11:17:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA73574; Fri, 4 Jun 1999 11:17:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199906041817.LAA73574@freefall.freebsd.org> From: Bruce Evans Date: Fri, 4 Jun 1999 11:17:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cy.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/06/04 11:17:16 PDT Modified files: (Branch: RELENG_3) sys/i386/isa cy.c Log: MFC (1.89: really fixed panics when SMP is configured). Revision Changes Path 1.83.2.2 +5 -3 src/sys/i386/isa/cy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 11:53:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A86914CFD; Fri, 4 Jun 1999 11:53:50 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76760; Fri, 4 Jun 1999 11:53:49 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199906041853.LAA76760@freefall.freebsd.org> From: Bruce Evans Date: Fri, 4 Jun 1999 11:53:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa rc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/06/04 11:53:49 PDT Modified files: sys/i386/isa rc.c Log: Fixed null setting of `rc_started'. This was fixed for the corresponding variable `rc_wakeup_started' in rev.1.36 but broken again in rev.1.37. This bug only caused excessive polling (it gave NRC activations for each of the SWI handler and the timeout handler instead of 1 of each). Moved cdevsw attachment from the driver probe routine to the driver attach routine. Revision Changes Path 1.48 +2 -7 src/sys/i386/isa/rc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 11:58:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8162314CFD; Fri, 4 Jun 1999 11:58:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA77036; Fri, 4 Jun 1999 11:58:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199906041858.LAA77036@freefall.freebsd.org> From: Bruce Evans Date: Fri, 4 Jun 1999 11:58:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa rc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/06/04 11:58:31 PDT Modified files: (Branch: RELENG_3) sys/i386/isa rc.c Log: MFC (part of 1.48: fixed null setting of `rc_started' again). Revision Changes Path 1.40.2.1 +1 -1 src/sys/i386/isa/rc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 12:35:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 895841520E; Fri, 4 Jun 1999 12:35:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA79602; Fri, 4 Jun 1999 12:35:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906041935.MAA79602@freefall.freebsd.org> From: Tim Vanderhoek Date: Fri, 4 Jun 1999 12:35:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/more tags.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/06/04 12:35:23 PDT Modified files: usr.bin/more tags.c Log: No, the space required for a string is strlen() _plus_ one... Oops. Revision Changes Path 1.5 +2 -3 src/usr.bin/more/tags.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 15:38:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7A82155FA; Fri, 4 Jun 1999 15:38:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA92239; Fri, 4 Jun 1999 15:38:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906042238.PAA92239@freefall.freebsd.org> From: Peter Wemm Date: Fri, 4 Jun 1999 15:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa nameser.h src/lib/libc/net ns_parse.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/04 15:38:31 PDT Modified files: include/arpa nameser.h lib/libc/net ns_parse.c Log: Change an internal variable from "class" to "ns_class" for C++'s benefit. Apparently BIND-8.2.1 uses ns_class. Submitted by: John Plevyak Revision Changes Path 1.13 +3 -3 src/include/arpa/nameser.h 1.2 +2 -2 src/lib/libc/net/ns_parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 15:52:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9B2C14C4E; Fri, 4 Jun 1999 15:52:27 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93390; Fri, 4 Jun 1999 15:52:27 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906042252.PAA93390@freefall.freebsd.org> From: Nik Clayton Date: Fri, 4 Jun 1999 15:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj current.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/04 15:52:25 PDT Modified files: en/docproj current.sgml Log: Updated to reflect reality; * List myself as co-ordinating the "Rewrite the Handbook" section * Fixed a bunch of markup 'errors' * Add a "Search engine enhancement" request from docs/10088 * Put ">" after most of the e-mail addresses, to match the opening "<" that they have. Some of it is from PR: docs/10088 Submitted by: Bob Flavin Revision Changes Path 1.12 +46 -50 www/en/docproj/current.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 15:54:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EC8F14DAF; Fri, 4 Jun 1999 15:54:13 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93535; Fri, 4 Jun 1999 15:54:13 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906042254.PAA93535@freefall.freebsd.org> From: Nik Clayton Date: Fri, 4 Jun 1999 15:54:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook chapter.decl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/04 15:54:12 PDT Modified files: en/handbook chapter.decl Log: Update to 3.1. Revision Changes Path 1.2 +1 -1 doc/en/handbook/chapter.decl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 15:55: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 482D41509B; Fri, 4 Jun 1999 15:55:02 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93680; Fri, 4 Jun 1999 15:55:01 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906042255.PAA93680@freefall.freebsd.org> From: Nik Clayton Date: Fri, 4 Jun 1999 15:55:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/tutorials/docproj-primer chapter.decl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/04 15:55:01 PDT Modified files: en/tutorials/docproj-primer chapter.decl Log: Update to 3.1 Revision Changes Path 1.2 +1 -1 doc/en/tutorials/docproj-primer/chapter.decl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 15:57:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8366414E58; Fri, 4 Jun 1999 15:57:27 -0700 (PDT) (envelope-from rvb@FreeBSD.org) Received: (from rvb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93945; Fri, 4 Jun 1999 15:57:26 -0700 (PDT) (envelope-from rvb@FreeBSD.org) Message-Id: <199906042257.PAA93945@freefall.freebsd.org> From: "Robert V. Baron" Date: Fri, 4 Jun 1999 15:57:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/coda5_client Makefile ports/net/coda5_client/files md5 ports/net/coda5_client/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rvb 1999/06/04 15:57:25 PDT Modified files: net/coda5_client Makefile net/coda5_client/files md5 net/coda5_client/pkg PLIST Log: Sync with 5.2.4 Revision Changes Path 1.7 +4 -4 ports/net/coda5_client/Makefile 1.7 +1 -1 ports/net/coda5_client/files/md5 1.3 +1 -0 ports/net/coda5_client/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 16: 0: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DC6E14C4E; Fri, 4 Jun 1999 16:00:06 -0700 (PDT) (envelope-from rvb@FreeBSD.org) Received: (from rvb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94449; Fri, 4 Jun 1999 16:00:05 -0700 (PDT) (envelope-from rvb@FreeBSD.org) Message-Id: <199906042300.QAA94449@freefall.freebsd.org> From: "Robert V. Baron" Date: Fri, 4 Jun 1999 16:00:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/coda5_server Makefile ports/net/coda5_server/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rvb 1999/06/04 16:00:04 PDT Modified files: net/coda5_server Makefile net/coda5_server/files md5 Log: Sync with 5.2.4 Revision Changes Path 1.7 +4 -4 ports/net/coda5_server/Makefile 1.7 +1 -1 ports/net/coda5_server/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 16:15:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49B0D15B58; Fri, 4 Jun 1999 16:15:13 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95669; Fri, 4 Jun 1999 16:15:12 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199906042315.QAA95669@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 4 Jun 1999 16:15:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/catdoc Makefile ports/textproc/catdoc/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/04 16:15:10 PDT Modified files: textproc/catdoc Makefile textproc/catdoc/files md5 Log: Upgrade to 0.90.2, add MASTER_SITE_TEX_CTAN, try some logic with the wordview tk logic. I don't think the --disable-wordview is working as advertised, however. PR(kinda): ports/11826 Submitted by: fenner, hoek, billf Revision Changes Path 1.8 +13 -4 ports/textproc/catdoc/Makefile 1.7 +1 -1 ports/textproc/catdoc/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 16:46:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 194DC1509E; Fri, 4 Jun 1999 16:46:45 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98320; Fri, 4 Jun 1999 16:46:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906042346.QAA98320@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 4 Jun 1999 16:46:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/04 16:46:44 PDT Modified files: (Branch: RELENG_3) sbin/ipfw ipfw.8 ipfw.c Log: MFC: Manpage cleanup, move $Id$ to #ifndef lint, remove unused includes, grammatical fixes. Submitted by: Philippe Charnier Revision Changes Path 1.47.2.4 +17 -16 src/sbin/ipfw/ipfw.8 1.64.2.4 +10 -9 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 17: 8:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4825014BE2; Fri, 4 Jun 1999 17:08:54 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA99741; Fri, 4 Jun 1999 17:08:54 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199906050008.RAA99741@freefall.freebsd.org> From: John Polstra Date: Fri, 4 Jun 1999 17:08:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/06/04 17:08:48 PDT Modified files: (Branch: RELENG_2_2) gnu/usr.bin/ld/rtld rtld.c Log: Fix an uninitialized variable bug that sometimes caused a bus error when relocating shared objects with impure text. This bug is not present in RELENG_3 or 4-current. Revision Changes Path 1.40.2.6 +2 -1 src/gnu/usr.bin/ld/rtld/Attic/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 18:25:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BC8514E5A; Fri, 4 Jun 1999 18:25:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05039; Fri, 4 Jun 1999 18:25:09 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906050125.SAA05039@freefall.freebsd.org> From: Peter Wemm Date: Fri, 4 Jun 1999 18:25:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/04 18:25:09 PDT Modified files: (Branch: RELENG_2_2) sys/netinet tcp_usrreq.c Log: MFC: stop mbuf leak when writing to a tcp session in certain race conditions. Revision Changes Path 1.26.2.4 +28 -7 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 18:25:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 744C115BD4; Fri, 4 Jun 1999 18:25:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05053; Fri, 4 Jun 1999 18:25:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906050125.SAA05053@freefall.freebsd.org> From: Peter Wemm Date: Fri, 4 Jun 1999 18:25:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/04 18:25:16 PDT Modified files: (Branch: RELENG_3) sys/netinet tcp_usrreq.c Log: MFC: stop mbuf leak when writing to a tcp session in certain race conditions. Revision Changes Path 1.40.2.2 +28 -7 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 20: 4: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 701C214C1D; Fri, 4 Jun 1999 20:04:04 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA10701; Fri, 4 Jun 1999 20:04:05 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199906050304.UAA10701@freefall.freebsd.org> From: Julian Elischer Date: Fri, 4 Jun 1999 20:04:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist src/usr.bin/colldef/data Makefile src/usr.bin/mklocale/data Makefile src/share/timedef/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/06/04 20:04:04 PDT Modified files: etc/mtree BSD.local.dist BSD.usr.dist usr.bin/colldef/data Makefile usr.bin/mklocale/data Makefile share/timedef/data Makefile Log: Support the IANA definition of Shift Jis nameley ja_JP.Shift_JIS as well as the X11 version ja_JP.SJIS Revision Changes Path 1.45 +3 -1 src/etc/mtree/BSD.local.dist 1.157 +5 -1 src/etc/mtree/BSD.usr.dist 1.22 +2 -2 src/usr.bin/colldef/data/Makefile 1.18 +3 -1 src/usr.bin/mklocale/data/Makefile 1.31 +6 -1 src/share/timedef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 20:15:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 974AF14C7F; Fri, 4 Jun 1999 20:15:50 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA11273; Fri, 4 Jun 1999 20:15:51 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199906050315.UAA11273@freefall.freebsd.org> From: Julian Elischer Date: Fri, 4 Jun 1999 20:15:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist src/usr.bin/colldef/data Makefile src/usr.bin/mklocale/data Makefile src/share/timedef/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/06/04 20:15:50 PDT Modified files: (Branch: RELENG_3) etc/mtree BSD.local.dist BSD.usr.dist usr.bin/colldef/data Makefile usr.bin/mklocale/data Makefile share/timedef/data Makefile Log: MFC: Support ja_JP.Shift_JIS Obtained from: Whistle tree Revision Changes Path 1.44.2.1 +3 -1 src/etc/mtree/BSD.local.dist 1.146.2.4 +5 -1 src/etc/mtree/BSD.usr.dist 1.15.2.4 +2 -2 src/usr.bin/colldef/data/Makefile 1.17.2.1 +3 -1 src/usr.bin/mklocale/data/Makefile 1.28.2.3 +6 -1 src/share/timedef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 20:54: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BFB814D99; Fri, 4 Jun 1999 20:54:00 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA13361; Fri, 4 Jun 1999 20:54:00 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199906050354.UAA13361@freefall.freebsd.org> From: Alan Cox Date: Fri, 4 Jun 1999 20:54:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/06/04 20:54:00 PDT Modified files: sys/kern sys_pipe.c Log: Restructure pipe_read in order to eliminate several race conditions. Submitted by: Matthew Dillon and myself Revision Changes Path 1.52 +46 -68 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:25:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61FB614DC9; Fri, 4 Jun 1999 22:25:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19238; Fri, 4 Jun 1999 22:25:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906050525.WAA19238@freefall.freebsd.org> From: Peter Wemm Date: Fri, 4 Jun 1999 22:25:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/04 22:25:40 PDT Modified files: sys/nfs nfs_bio.c Log: Don't mistake a non-async block that needs to be committed for an interrupted write. Obtained from: fvdl@NetBSD.org via OpenBSD. Revision Changes Path 1.72 +2 -2 src/sys/nfs/nfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:26:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0AFB14DC9; Fri, 4 Jun 1999 22:26:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19327; Fri, 4 Jun 1999 22:26:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906050526.WAA19327@freefall.freebsd.org> From: Peter Wemm Date: Fri, 4 Jun 1999 22:26:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_node.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/04 22:26:39 PDT Modified files: sys/nfs nfs_node.c Log: Fix a malloc race Obtained from: OpenBSD (csapuntz) Revision Changes Path 1.29 +12 -3 src/sys/nfs/nfs_node.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:35: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E3FB14DC9; Fri, 4 Jun 1999 22:35:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19650; Fri, 4 Jun 1999 22:35:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906050535.WAA19650@freefall.freebsd.org> From: Peter Wemm Date: Fri, 4 Jun 1999 22:35:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h xdr_subs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/06/04 22:35:05 PDT Modified files: sys/nfs nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h xdr_subs.h Log: Various changes lifted from the OpenBSD cvs tree: txdr_hyper and fxdr_hyper tweaks to avoid excessive CPU order knowledge. nfs_serv.c: don't call nfsm_adj() with negative values, windows clients could crash servers when doing a readdir of a large directory. nfs_socket.c: Use IP_PORTRANGE to get a priviliged port without a spin loop trying to bind(). Don't clobber a mbuf pointer or we get panics on a NFS3ERR_JUKEBOX error from a server when reusing a freed mbuf. nfs_subs.c: Don't loose st_blocks on NFSv2 mounts when > 2GB. Obtained from: OpenBSD Revision Changes Path 1.42 +3 -3 src/sys/nfs/nfs_nqlease.c 1.78 +29 -27 src/sys/nfs/nfs_serv.c 1.53 +33 -13 src/sys/nfs/nfs_socket.c 1.75 +7 -7 src/sys/nfs/nfs_subs.c 1.84 +5 -5 src/sys/nfs/nfs_vfsops.c 1.130 +6 -6 src/sys/nfs/nfs_vnops.c 1.23 +3 -3 src/sys/nfs/nfsm_subs.h 1.11 +6 -7 src/sys/nfs/xdr_subs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:36:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10A8914DC9; Fri, 4 Jun 1999 22:36:48 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) Received: (from scrappy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19822; Fri, 4 Jun 1999 22:36:48 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) Message-Id: <199906050536.WAA19822@freefall.freebsd.org> From: "Marc G. Fournier" Date: Fri, 4 Jun 1999 22:36:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/esound/pkg DESCR ports/audio/timidity/pkg DESCR ports/audio/wmmixer/pkg DESCR ports/audio/wmsound/pkg DESCR ports/audio/wsoundprefs/pkg DESCR ports/audio/xhippo/pkg DESCR ports/audio/xtuner/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1999/06/04 22:36:47 PDT Modified files: audio/esound/pkg DESCR audio/timidity/pkg DESCR audio/wmmixer/pkg DESCR audio/wmsound/pkg DESCR audio/wsoundprefs/pkg DESCR audio/xhippo/pkg DESCR audio/xtuner/pkg DESCR Log: Adding missing WWW Site references ... Revision Changes Path 1.2 +2 -0 ports/audio/esound/pkg/DESCR 1.2 +2 -0 ports/audio/timidity/pkg/DESCR 1.2 +2 -0 ports/audio/wmmixer/pkg/DESCR 1.2 +2 -0 ports/audio/wmsound/pkg/DESCR 1.2 +1 -0 ports/audio/wsoundprefs/pkg/DESCR 1.2 +2 -0 ports/audio/xhippo/pkg/DESCR 1.3 +2 -0 ports/audio/xtuner/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:46: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A40CF14CE1; Fri, 4 Jun 1999 22:45:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA20461; Fri, 4 Jun 1999 22:45:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199906050545.WAA20461@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 4 Jun 1999 22:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network src/etc/defaults rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/06/04 22:45:58 PDT Modified files: etc rc.network etc/defaults rc.conf Log: Add handle to control global TCP keepalives and turn them on as default. Despite their name it doesn't keep TCP sessions alive, it kills them if the other end has gone AWOL. This happens a lot with clients which use NAT, dynamic IP assignment or which has a 2^32 * 10^-3 seconds upper bound on their uptime. There is no detectable increase in network trafic because of this: two minimal TCP packets every two hours for a live TCP connection. Many servers already enable keepalives themselves. The host requirements RFC is 10 years old, and doesn't know about the loosing clients of todays InterNet. Revision Changes Path 1.45 +6 -1 src/etc/rc.network 1.10 +2 -1 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:47:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEEAB14C14; Fri, 4 Jun 1999 22:47:44 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) Received: (from scrappy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA20610; Fri, 4 Jun 1999 22:47:44 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) Message-Id: <199906050547.WAA20610@freefall.freebsd.org> From: "Marc G. Fournier" Date: Fri, 4 Jun 1999 22:47:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/molden/pkg DESCR ports/biology/povchem/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1999/06/04 22:47:44 PDT Modified files: biology/molden/pkg DESCR biology/povchem/pkg DESCR Log: Fill in a couple of missing WWW references... Revision Changes Path 1.2 +2 -0 ports/biology/molden/pkg/DESCR 1.2 +2 -0 ports/biology/povchem/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:52:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E774D14E8A; Fri, 4 Jun 1999 22:52:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21110; Fri, 4 Jun 1999 22:52:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906050552.WAA21110@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 4 Jun 1999 22:52:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/04 22:52:53 PDT Modified files: usr.sbin/arp arp.c Log: When incrementing through a SIOCGIFCONF list, enforce a lower limit of sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism. Revision Changes Path 1.16 +5 -5 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:53:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 500DB14C14; Fri, 4 Jun 1999 22:53:54 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21171; Fri, 4 Jun 1999 22:53:54 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906050553.WAA21171@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 4 Jun 1999 22:53:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pppd sys-bsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/04 22:53:54 PDT Modified files: usr.sbin/pppd sys-bsd.c Log: When incrementing through a SIOCGIFCONF list, enforce a lower limit of sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism. Revision Changes Path 1.16 +9 -6 src/usr.sbin/pppd/sys-bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:54:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3BE714C14; Fri, 4 Jun 1999 22:54:37 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21250; Fri, 4 Jun 1999 22:54:37 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906050554.WAA21250@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 4 Jun 1999 22:54:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/04 22:54:37 PDT Modified files: sbin/natd natd.c Log: When incrementing through a SIOCGIFCONF list, enforce a lower limit of sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism. Revision Changes Path 1.18 +3 -1 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 4 22:55:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A20FB14C14; Fri, 4 Jun 1999 22:55:08 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21314; Fri, 4 Jun 1999 22:55:08 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906050555.WAA21314@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 4 Jun 1999 22:55:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/04 22:55:08 PDT Modified files: sbin/route route.c Log: When incrementing through a SIOCGIFCONF list, enforce a lower limit of sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism. Revision Changes Path 1.31 +3 -2 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 0:43:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D88715195; Sat, 5 Jun 1999 00:43:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA26668; Sat, 5 Jun 1999 00:43:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906050743.AAA26668@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 00:43:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libmikmod Makefile ports/audio/libmikmod/files md5 ports/audio/libmikmod/patches patch-ab ports/audio/libmikmod/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 00:43:17 PDT Modified files: audio/libmikmod Makefile audio/libmikmod/files md5 audio/libmikmod/pkg COMMENT DESCR PLIST Added files: audio/libmikmod/patches patch-ab Log: Looks like they updated the distfile w/o updating the version. Some changes stolen from yoshiaki@kt.rim.or.jp Revision Changes Path 1.3 +9 -3 ports/audio/libmikmod/Makefile 1.2 +0 -1 ports/audio/libmikmod/files/md5 1.2 +1 -1 ports/audio/libmikmod/pkg/COMMENT 1.3 +2 -1 ports/audio/libmikmod/pkg/DESCR 1.3 +0 -3 ports/audio/libmikmod/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 5: 6:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 542B214EEA; Sat, 5 Jun 1999 05:06:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA41608; Sat, 5 Jun 1999 05:06:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199906051206.FAA41608@freefall.freebsd.org> From: Bruce Evans Date: Sat, 5 Jun 1999 05:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/06/05 05:06:22 PDT Modified files: etc rc.network Log: Don't discard error output from sysctl(8). Do discard standard output from the sysctl for approxy_all, and echo what this sysctl is doing in the usual way. This fix is probably backwards. We should probably just use the standard sysctl output in all cases (it needs to have a newline filtered out). Echo what the sysctls for nfs_reserved_port_only and nfs_access_cache are doing. Revision Changes Path 1.46 +16 -14 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 6: 0:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7877414FDC; Sat, 5 Jun 1999 06:00:45 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA45208; Sat, 5 Jun 1999 06:00:45 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199906051300.GAA45208@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 5 Jun 1999 06:00:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile ports/sysutils/webmin/files md5 ports/sysutils/webmin/patches patch-ab ports/sysutils/webmin/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/06/05 06:00:44 PDT Modified files: sysutils/webmin Makefile sysutils/webmin/files md5 sysutils/webmin/patches patch-ab sysutils/webmin/pkg PLIST Log: Upgrade webmin from 0.71 to 0.72 Make webmin FreeBSD 4.0 aware. Revision Changes Path 1.7 +6 -6 ports/sysutils/webmin/Makefile 1.4 +1 -1 ports/sysutils/webmin/files/md5 1.3 +10 -11 ports/sysutils/webmin/patches/patch-ab 1.4 +54 -26 ports/sysutils/webmin/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 6:30:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F24F15123; Sat, 5 Jun 1999 06:30:17 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47553; Sat, 5 Jun 1999 06:30:17 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199906051330.GAA47553@freefall.freebsd.org> From: Doug Rabson Date: Sat, 5 Jun 1999 06:30:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha sgmap.c busdma_machdep.c src/sys/alpha/conf GENERIC files.alpha src/sys/alpha/include ioctl_fd.h sgmap.h bus.h chipset.h src/sys/alpha/isa isa_dma.c isa.c src/sys/alpha/pci cia.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/06/05 06:30:16 PDT Modified files: sys/alpha/alpha busdma_machdep.c sys/alpha/conf GENERIC files.alpha sys/alpha/include bus.h chipset.h sys/alpha/isa isa.c sys/alpha/pci cia.c Added files: sys/alpha/alpha sgmap.c sys/alpha/include ioctl_fd.h sgmap.h sys/alpha/isa isa_dma.c Log: * Implement ISA dma (only for CIA now but more chipsets to follow). * Port the fd driver to alpha. Revision Changes Path 1.3 +57 -2 src/sys/alpha/alpha/busdma_machdep.c 1.24 +5 -1 src/sys/alpha/conf/GENERIC 1.20 +4 -1 src/sys/alpha/conf/files.alpha 1.3 +3 -3 src/sys/alpha/include/bus.h 1.9 +8 -1 src/sys/alpha/include/chipset.h 1.17 +27 -9 src/sys/alpha/isa/isa.c 1.19 +144 -1 src/sys/alpha/pci/cia.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 6:57:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7204415123; Sat, 5 Jun 1999 06:57:12 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA85752; Sat, 5 Jun 1999 06:57:12 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199906051357.GAA85752@freefall.freebsd.org> From: Doug Rabson Date: Sat, 5 Jun 1999 06:57:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/pc98/conf options.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/06/05 06:57:11 PDT Modified files: sys/conf options sys/pc98/conf options.pc98 Log: Floppy driver options moved to conf/options. Revision Changes Path 1.141 +4 -1 src/sys/conf/options 1.89 +1 -4 src/sys/pc98/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 7:26:59 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (Postfix) with ESMTP id BC0B814F42; Sat, 5 Jun 1999 07:26:53 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp365.kt.rim.or.jp [202.247.140.65]) by mail.kt.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id XAA03816; Sat, 5 Jun 1999 23:26:51 +0900 (JST) Received: from sky.rim.or.jp (earth.sky.rim.or.jp [192.168.1.2]) by moon.sky.rim.or.jp (8.8.8/3.5Wpl4/moon-1.0) with ESMTP id XAA23620; Sat, 5 Jun 1999 23:26:48 +0900 (JST) Message-ID: <37593366.FB27E7C8@sky.rim.or.jp> Date: Sat, 05 Jun 1999 23:25:42 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.51 [ja] (Win95; I) X-Accept-Language: ja MIME-Version: 1.0 To: Nik Clayton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/docproj Makefile References: <199906031956.MAA24479@freefall.freebsd.org> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Nik Clayton wrote: > Depend on the textproc/docbook meta-port, instead of explicitly listing > the version number as docbook-300. Why? Does we depend on docbook-241 or docbook-300? Should we minimalize dependency list to build handbook? -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 8: 3:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6575514BCC; Sat, 5 Jun 1999 08:03:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA16665; Sat, 5 Jun 1999 08:03:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906051503.IAA16665@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 5 Jun 1999 08:03:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate/locate locate.updatedb.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/05 08:03:48 PDT Modified files: usr.bin/locate/locate locate.updatedb.8 Log: Fix a width. Revision Changes Path 1.5 +1 -1 src/usr.bin/locate/locate/locate.updatedb.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 8:30:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C59A114CD4; Sat, 5 Jun 1999 08:30:15 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA18675; Sat, 5 Jun 1999 08:30:15 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906051530.IAA18675@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 5 Jun 1999 08:30:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate Makefile src/usr.bin/locate/locate locate.updatedb.8 updatedb.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/05 08:30:15 PDT Modified files: (Branch: RELENG_3) usr.bin/locate Makefile Log: MFC: added wosch as maintainer. Revision Changes Path 1.4.2.1 +4 -1 src/usr.bin/locate/Makefile Modified files: (Branch: RELENG_3) usr.bin/locate/locate locate.updatedb.8 updatedb.sh Log: MFC: - Don't overwrite the variable LOCATE_CONFIG; - Delete debug line from updatedb.sh. Revision Changes Path 1.3.2.1 +7 -1 src/usr.bin/locate/locate/locate.updatedb.8 1.12.2.2 +2 -3 src/usr.bin/locate/locate/updatedb.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 8:31:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4180714CD4; Sat, 5 Jun 1999 08:31:35 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA18874; Sat, 5 Jun 1999 08:31:34 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199906051531.IAA18874@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 5 Jun 1999 08:31:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/star Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/06/05 08:31:33 PDT Modified files: sysutils/star Makefile Log: added NO_PACKAGE=ignores cflags Submitted by: Christian Weisgerber Revision Changes Path 1.9 +2 -1 ports/sysutils/star/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 8:41:29 1999 Delivered-To: cvs-all@freebsd.org Received: from naomi.invictasoft.pt (naomi.invictasoft.pt [195.61.67.146]) by hub.freebsd.org (Postfix) with SMTP id 3A5B414CD4 for ; Sat, 5 Jun 1999 08:41:24 -0700 (PDT) (envelope-from aarroba@aarroba.pt) Received: by naomi.invictasoft.pt from localhost (router,SLmail95 V2.1); Sun, 06 Jun 1999 15:46:50 British Summer Time Received: by naomi.invictasoft.pt from marketing (195.61.67.153::mail daemon; unverified,SLmail95 V2.1); Sun, 06 Jun 1999 15:46:47 British Summer Time Message-ID: <008101beaf64$03651860$0101a8c0@marketing> From: "AARROBA ELECTRONICA" To: Undisclosed@FreeBSD.ORG, Recipients@invictasoft.pt Subject: Date: Sat, 5 Jun 1999 15:57:16 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_007E_01BEAF6C.65111660" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_007E_01BEAF6C.65111660 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable CHERNOBYL =20 E OUTROS VIRUS =20 N=C3O SE PREOCUPE ! =20 Contacte-nos Web page: www.aarroba.pt e-mail: aarroba@aarroba.pt =20 AARROBA ELECTR=D3NICA SL R. Jo=E3o Pedro Ribeiro, 692 - 4000 Porto Telf.: 02-551 91 75 Fax: 02-509 18 31 ------=_NextPart_000_007E_01BEAF6C.65111660 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    CHERNOBYL
     
    E OUTROS VIRUS
     
    N=C3O SE PREOCUPE !
     
    Contacte-nos
     
     
    Web page: www.aarroba.pt
    e-mail: aarroba@aarroba.pt
     
    AARROBA ELECTR=D3NICA SL
    R. Jo=E3o Pedro Ribeiro, 692 - 4000 = Porto
    Telf.: 02-551 91 75
    Fax: 02-509 18=20 31
    ------=_NextPart_000_007E_01BEAF6C.65111660-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 8:59:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC7F514F1D; Sat, 5 Jun 1999 08:59:53 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA20407; Sat, 5 Jun 1999 08:59:53 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199906051559.IAA20407@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 5 Jun 1999 08:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/06/05 08:59:53 PDT Modified files: gnu/usr.bin/man/man man.c Log: fix typo preventing to include unistd.h Revision Changes Path 1.30 +1 -1 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 9: 5:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6596014F12; Sat, 5 Jun 1999 09:05:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA20927; Sat, 5 Jun 1999 09:05:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199906051605.JAA20927@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 5 Jun 1999 09:05:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/06/05 09:05:43 PDT Modified files: gnu/usr.bin/man/man man.c Log: remove getopt & friend declarations, now unistd.h included Revision Changes Path 1.31 +0 -3 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 9:16:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A994C14F12; Sat, 5 Jun 1999 09:16:40 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA21385; Sat, 5 Jun 1999 09:16:40 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199906051616.JAA21385@freefall.freebsd.org> From: Luoqi Chen Date: Sat, 5 Jun 1999 09:16:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/06/05 09:16:40 PDT Modified files: sys/i386/i386 pmap.c Log: Fix an accounting problem when prefaulting 4M pages. PR: kern/11948 Revision Changes Path 1.238 +2 -2 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 9:18:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BCA014F12; Sat, 5 Jun 1999 09:18:34 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA21443; Sat, 5 Jun 1999 09:18:34 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199906051618.JAA21443@freefall.freebsd.org> From: Luoqi Chen Date: Sat, 5 Jun 1999 09:18:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/06/05 09:18:34 PDT Modified files: (Branch: RELENG_3) sys/i386/i386 pmap.c Log: (MFC) Fix an accounting problem when prefaulting 4M pages. PR: kern/11948 Revision Changes Path 1.219.2.3 +2 -2 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 9:36:19 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (unknown [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 983EC14D05; Sat, 5 Jun 1999 09:36:15 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA29994; Sat, 5 Jun 1999 10:36:14 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA01467; Sat, 5 Jun 1999 10:36:13 -0600 Date: Sat, 5 Jun 1999 10:36:13 -0600 Message-Id: <199906051636.KAA01467@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_usrreq.c In-Reply-To: <199906050125.SAA05039@freefall.freebsd.org> References: <199906050125.SAA05039@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: (Branch: RELENG_2_2) > sys/netinet tcp_usrreq.c > Log: > MFC: stop mbuf leak when writing to a tcp session in certain race > conditions. Thanks! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 10: 1:32 1999 Delivered-To: cvs-all@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id 6B7C414D4D; Sat, 5 Jun 1999 10:01:30 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id MAA02628; Sat, 5 Jun 1999 12:50:16 -0400 (EDT) (envelope-from luoqi) Date: Sat, 5 Jun 1999 12:50:16 -0400 (EDT) From: Luoqi Chen Message-Id: <199906051650.MAA02628@lor.watermarkgroup.com> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha sgmap.c busdma_machdep.c src/sys/alpha/conf GENERIC files.alpha src/sys/alpha/include ioctl_fd.h sgmap.h bus.h chipset.h src/sys/alpha/isa isa_dma.c isa.c src/sys/alpha/pci cia.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > dfr 1999/06/05 06:30:16 PDT > > Modified files: > sys/alpha/alpha busdma_machdep.c > sys/alpha/conf GENERIC files.alpha > sys/alpha/include bus.h chipset.h > sys/alpha/isa isa.c > sys/alpha/pci cia.c > Added files: > sys/alpha/alpha sgmap.c > sys/alpha/include ioctl_fd.h sgmap.h > sys/alpha/isa isa_dma.c > Log: > * Implement ISA dma (only for CIA now but more chipsets to follow). > * Port the fd driver to alpha. > Make sure the Chinese Embassy is marked on the map. (sorry, can't help it). -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 10:30:14 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 7A58514D84; Sat, 5 Jun 1999 10:30:04 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id SAA01697; Sat, 5 Jun 1999 18:30:17 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 5 Jun 1999 18:30:17 +0100 (BST) From: Doug Rabson To: Luoqi Chen Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha sgmap.c busdma_machdep.c src/sys/alpha/conf GENERIC files.alpha src/sys/alpha/include ioctl_fd.h sgmap.h bus.h chipset.h src/sys/alpha/isa isa_dma.c isa.c src/sys/alpha/pci cia.c In-Reply-To: <199906051650.MAA02628@lor.watermarkgroup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 5 Jun 1999, Luoqi Chen wrote: > > dfr 1999/06/05 06:30:16 PDT > > > > Modified files: > > sys/alpha/alpha busdma_machdep.c > > sys/alpha/conf GENERIC files.alpha > > sys/alpha/include bus.h chipset.h > > sys/alpha/isa isa.c > > sys/alpha/pci cia.c > > Added files: > > sys/alpha/alpha sgmap.c > > sys/alpha/include ioctl_fd.h sgmap.h > > sys/alpha/isa isa_dma.c > > Log: > > * Implement ISA dma (only for CIA now but more chipsets to follow). > > * Port the fd driver to alpha. > > > Make sure the Chinese Embassy is marked on the map. (sorry, can't help it). Chuckle :-) -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 11:22: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2771C14E05; Sat, 5 Jun 1999 11:21:59 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32352; Sat, 5 Jun 1999 11:21:58 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199906051821.LAA32352@freefall.freebsd.org> From: Alan Cox Date: Sat, 5 Jun 1999 11:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/06/05 11:21:58 PDT Modified files: sys/vm vm_mmap.c Log: vm_mmap: Insure that device mappings get MAP_PREFAULT(_PARTIAL) set, so that 4M page mappings are used when possible. Reviewed by: Luoqi Chen Revision Changes Path 1.100 +4 -3 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 11:23:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF6BA14E05; Sat, 5 Jun 1999 11:23:15 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32548; Sat, 5 Jun 1999 11:23:15 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199906051823.LAA32548@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 5 Jun 1999 11:23:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/06/05 11:23:15 PDT Modified files: en/projects projects.sgml Log: Add FreeBSDCon '99, the first annual FreeBSD Conference and Expo. Revision Changes Path 1.64 +14 -2 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 12: 0:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B7A714D63; Sat, 5 Jun 1999 12:00:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA35576; Sat, 5 Jun 1999 12:00:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906051900.MAA35576@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 12:00:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/lzo Makefile ports/archivers/lzo/pkg PLIST ports/audio/libcdaudio Makefile ports/audio/libcdaudio/pkg PLIST ports/converters/kdesupport11 Makefile ports/converters/kdesupport11/pkg PLIST ports/devel/gettext ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 12:00:50 PDT Modified files: archivers/lzo Makefile archivers/lzo/pkg PLIST audio/libcdaudio Makefile audio/libcdaudio/pkg PLIST converters/kdesupport11 Makefile converters/kdesupport11/pkg PLIST devel/gettext Makefile devel/gettext/pkg PLIST devel/libffi Makefile devel/libffi/pkg PLIST devel/glib11 Makefile devel/glib11/pkg PLIST devel/glib11-devel Makefile devel/glib11-devel/pkg PLIST devel/tvision Makefile devel/tvision/pkg PLIST converters/kdesupport11-i18n Makefile converters/kdesupport11-i18n/pkg PLIST editors/cooledit Makefile editors/cooledit/pkg PLIST databases/mysql322 Makefile databases/mysql322/pkg PLIST devel/swarm Makefile devel/swarm/pkg PLIST graphics/Hermes Makefile graphics/Hermes/pkg PLIST graphics/aalib Makefile graphics/aalib/pkg PLIST graphics/gtkdps Makefile graphics/gtkdps/pkg PLIST graphics/gimp1-i18n Makefile graphics/gimp1-i18n/pkg PLIST Removed files: editors/cooledit/files ltconfig-1.2 ltmain.sh-1.2 Log: Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install the .la file. Revision Changes Path 1.5 +2 -2 ports/archivers/lzo/Makefile 1.5 +0 -1 ports/archivers/lzo/pkg/PLIST 1.2 +2 -2 ports/audio/libcdaudio/Makefile 1.3 +0 -1 ports/audio/libcdaudio/pkg/PLIST 1.23 +2 -2 ports/converters/kdesupport11/Makefile 1.10 +0 -4 ports/converters/kdesupport11/pkg/PLIST 1.10 +2 -2 ports/devel/gettext/Makefile 1.8 +0 -1 ports/devel/gettext/pkg/PLIST 1.9 +2 -2 ports/devel/libffi/Makefile 1.4 +0 -1 ports/devel/libffi/pkg/PLIST 1.9 +2 -2 ports/devel/glib11/Makefile 1.13 +0 -2 ports/devel/glib11/pkg/PLIST 1.18 +2 -2 ports/devel/glib11-devel/Makefile 1.17 +0 -3 ports/devel/glib11-devel/pkg/PLIST 1.9 +2 -7 ports/devel/tvision/Makefile 1.5 +0 -2 ports/devel/tvision/pkg/PLIST 1.23 +2 -2 ports/converters/kdesupport11-i18n/Makefile 1.11 +0 -3 ports/converters/kdesupport11-i18n/pkg/PLIST 1.13 +2 -6 ports/editors/cooledit/Makefile 1.8 +0 -1 ports/editors/cooledit/pkg/PLIST 1.52 +2 -2 ports/databases/mysql322/Makefile 1.27 +0 -1 ports/databases/mysql322/pkg/PLIST 1.4 +2 -2 ports/devel/swarm/Makefile 1.3 +0 -12 ports/devel/swarm/pkg/PLIST 1.2 +2 -2 ports/graphics/Hermes/Makefile 1.2 +0 -1 ports/graphics/Hermes/pkg/PLIST 1.7 +2 -7 ports/graphics/aalib/Makefile 1.4 +0 -2 ports/graphics/aalib/pkg/PLIST 1.10 +2 -2 ports/graphics/gtkdps/Makefile 1.3 +0 -1 ports/graphics/gtkdps/pkg/PLIST 1.59 +2 -2 ports/graphics/gimp1-i18n/Makefile 1.32 +0 -5 ports/graphics/gimp1-i18n/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 12:41:27 1999 Delivered-To: cvs-all@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id E4D5514C20; Sat, 5 Jun 1999 12:41:24 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id OAA03387; Sat, 5 Jun 1999 14:59:21 -0400 (EDT) (envelope-from luoqi) Date: Sat, 5 Jun 1999 14:59:21 -0400 (EDT) From: Luoqi Chen Message-Id: <199906051859.OAA03387@lor.watermarkgroup.com> To: dfr@nlsystems.com Subject: Re: cvs commit: src/sys/alpha/alpha sgmap.c busdma_machdep.c src/sys/alpha/conf GENERIC files.alpha src/sys/alpha/include ioctl_fd.h sgmap.h bus.h chipset.h src/sys/alpha/isa isa_dma.c isa.c src/sys/alpha/pci cia.c Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Sat, 5 Jun 1999, Luoqi Chen wrote: > > > > dfr 1999/06/05 06:30:16 PDT > > > > > > Modified files: > > > sys/alpha/alpha busdma_machdep.c > > > sys/alpha/conf GENERIC files.alpha > > > sys/alpha/include bus.h chipset.h > > > sys/alpha/isa isa.c > > > sys/alpha/pci cia.c > > > Added files: > > > sys/alpha/alpha sgmap.c > > > sys/alpha/include ioctl_fd.h sgmap.h > > > sys/alpha/isa isa_dma.c > > > Log: > > > * Implement ISA dma (only for CIA now but more chipsets to follow). > > > * Port the fd driver to alpha. > > > > > Make sure the Chinese Embassy is marked on the map. (sorry, can't help it). > > Chuckle :-) > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 442 9037 > I'm serious, we have all the necessary ingredients, a dma (Defensive Military Alliance), a set of sgmaps (Satellite Gathered Maps), and of course, the CIA... -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 12:49:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19C5B14C20; Sat, 5 Jun 1999 12:49:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA39382; Sat, 5 Jun 1999 12:49:49 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906051949.MAA39382@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 12:49:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/conserver Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 12:49:49 PDT Modified files: comms/conserver Makefile Log: s,/usr/local,${PREFIX},g Revision Changes Path 1.7 +3 -3 ports/comms/conserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 12:55:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5298814F49; Sat, 5 Jun 1999 12:55:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA39669; Sat, 5 Jun 1999 12:55:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906051955.MAA39669@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 12:55:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql Makefile ports/japanese/jtex209-both Makefile ports/japanese/netscape3.language Makefile ports/japanese/pine Makefile ports/korean/netscape3 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 12:55:24 PDT Modified files: databases/postgresql Makefile japanese/jtex209-both Makefile japanese/netscape3.language Makefile japanese/pine Makefile korean/netscape3 Makefile Log: s,/usr/local,${PREFIX}, Revision Changes Path 1.39 +3 -3 ports/databases/postgresql/Makefile 1.9 +2 -2 ports/japanese/jtex209-both/Makefile 1.6 +2 -2 ports/japanese/netscape3.language/Makefile 1.15 +2 -2 ports/japanese/pine/Makefile 1.8 +2 -2 ports/korean/netscape3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 12:58: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DADB14D4D; Sat, 5 Jun 1999 12:58:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA39826; Sat, 5 Jun 1999 12:58:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906051958.MAA39826@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 12:58:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid11-novm Makefile ports/www/squid11 Makefile ports/www/squid20 Makefile ports/www/squid21 Makefile ports/www/squid22 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 12:58:04 PDT Modified files: www/squid11-novm Makefile www/squid11 Makefile www/squid20 Makefile www/squid21 Makefile www/squid22 Makefile Log: s,/usr/local,${PREFIX},g Revision Changes Path 1.14 +3 -3 ports/www/squid11-novm/Makefile 1.38 +3 -3 ports/www/squid11/Makefile 1.54 +3 -3 ports/www/squid20/Makefile 1.56 +3 -3 ports/www/squid21/Makefile 1.57 +3 -3 ports/www/squid22/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 12:58:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDC8B14D4D; Sat, 5 Jun 1999 12:58:46 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA39890; Sat, 5 Jun 1999 12:58:46 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906051958.MAA39890@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 12:58:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/webglimpse Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 12:58:46 PDT Modified files: www/webglimpse Makefile Log: s,/usr/local,${PREFIX},g Revision Changes Path 1.7 +2 -2 ports/www/webglimpse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 13: 1:41 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 766) id C116414D4D; Sat, 5 Jun 1999 13:01:39 -0700 (PDT) Date: Sat, 5 Jun 1999 13:01:39 -0700 From: Michael Haro To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/webglimpse Makefile Message-ID: <19990605130139.A13795@hub.freebsd.org> References: <199906051958.MAA39890@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906051958.MAA39890@freefall.freebsd.org>; from Michael Haro on Sat, Jun 05, 1999 at 12:58:46PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Jun 05, 1999 at 12:58:46PM -0700, Michael Haro wrote: > mharo 1999/06/05 12:58:46 PDT > > Modified files: > www/webglimpse Makefile > Log: > s,/usr/local,${PREFIX},g Shame on me. The /usr/local/ stuff was noticed by Nick Hibma Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 13: 8: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B26E14D4D; Sat, 5 Jun 1999 13:07:59 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA40551; Sat, 5 Jun 1999 13:07:59 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906052007.NAA40551@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 13:07:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/rplay Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 13:07:59 PDT Modified files: audio/rplay Makefile Log: s,/usr/local,${PREFIX},g PR: 12033 Submitted by: Nick Hibma nick.hibma@jrc.it Revision Changes Path 1.11 +2 -2 ports/audio/rplay/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 13:11:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EF8D14D4D; Sat, 5 Jun 1999 13:11:38 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA40848; Sat, 5 Jun 1999 13:11:38 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906052011.NAA40848@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 13:11:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/traceroute Makefile ports/net/traceroute/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 13:11:38 PDT Modified files: net/traceroute Makefile net/traceroute/files md5 Log: Update to 990522 release PR: 12029 Submitted by: Koji Kondo koji@dti.ad.jp Revision Changes Path 1.4 +2 -2 ports/net/traceroute/Makefile 1.4 +1 -1 ports/net/traceroute/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 13:19:14 1999 Delivered-To: cvs-all@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 1E97515158; Sat, 5 Jun 1999 13:18:14 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1D9C81477; Sat, 5 Jun 1999 13:18:10 -0700 (PDT) Date: Sat, 5 Jun 1999 13:18:10 -0700 From: Chris Piazza To: Michael Haro Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/webglimpse Makefile Message-ID: <19990605131810.B497@norn.ca.eu.org> References: <199906051958.MAA39890@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <199906051958.MAA39890@freefall.freebsd.org>; from Michael Haro on Sat, Jun 05, 1999 at 12:58:46PM -0700 X-Operating-System: FreeBSD norn.ca.eu.org 4.0-CURRENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Jun 05, 1999 at 12:58:46PM -0700, Michael Haro wrote: > mharo 1999/06/05 12:58:46 PDT > > Modified files: > www/webglimpse Makefile > Log: > s,/usr/local,${PREFIX},g > Just a thought while reading all of these: shouldn't this be ${LOCALBASE} in some cases? That way you can still install the programs in a different PREFIX than everything else. -- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 13:27:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFFAD14C21; Sat, 5 Jun 1999 13:27:11 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA41880; Sat, 5 Jun 1999 13:27:11 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199906052027.NAA41880@freefall.freebsd.org> From: Tim Vanderhoek Date: Sat, 5 Jun 1999 13:27:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/more command.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/06/05 13:27:11 PDT Modified files: usr.bin/more command.c Log: - When trying to decide if $EDITOR == "vi", match against only the first two characters of $EDITOR. This allows things like "vim" and "vi -G" (although nvi would fail...oh well). - Avoid certain cases where the editor is passed an invalid line number. Revision Changes Path 1.13 +28 -5 src/usr.bin/more/command.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 14: 7: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB59514F37; Sat, 5 Jun 1999 14:07:01 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA44743; Sat, 5 Jun 1999 14:07:01 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199906052107.OAA44743@freefall.freebsd.org> From: Julian Elischer Date: Sat, 5 Jun 1999 14:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/06/05 14:07:01 PDT Modified files: . Makefile.inc0 Log: Store the start time for later so it can be reprinted at the end. Reviewed by: terry Revision Changes Path 1.16 +4 -2 src/Makefile.inc0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 14: 9:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8D9014F37; Sat, 5 Jun 1999 14:09:26 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA44965; Sat, 5 Jun 1999 14:09:26 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199906052109.OAA44965@freefall.freebsd.org> From: Julian Elischer Date: Sat, 5 Jun 1999 14:09:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/06/05 14:09:26 PDT Modified files: (Branch: RELENG_3) . Makefile.inc0 Log: MFC: Reprint the start time at completion of "Make world" so you can see how long it took Revision Changes Path 1.14.2.2 +4 -2 src/Makefile.inc0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 14:36:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF0EB14C48; Sat, 5 Jun 1999 14:36:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA46129; Sat, 5 Jun 1999 14:36:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906052136.OAA46129@freefall.freebsd.org> From: Brian Somers Date: Sat, 5 Jun 1999 14:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c exec.c exec.h physical.c physical.h tcp.c tcp.h tty.c tty.h udp.c udp.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/05 14:36:03 PDT Modified files: usr.sbin/ppp command.c exec.c exec.h physical.c physical.h tcp.c tcp.h tty.c tty.h udp.c udp.h Log: Correct the way ppp transfers links on the server side in MP mode by padding out the ``struct device'' to the maximum device size. Bump the ppp version number to indicate the transfer format change. This should make MP over tty and udp devices functional again. Revision Changes Path 1.198 +3 -3 src/usr.sbin/ppp/command.c 1.5 +3 -1 src/usr.sbin/ppp/exec.c 1.3 +2 -1 src/usr.sbin/ppp/exec.h 1.17 +66 -15 src/usr.sbin/ppp/physical.c 1.13 +3 -2 src/usr.sbin/ppp/physical.h 1.4 +3 -1 src/usr.sbin/ppp/tcp.c 1.3 +2 -1 src/usr.sbin/ppp/tcp.h 1.9 +26 -5 src/usr.sbin/ppp/tty.c 1.3 +2 -1 src/usr.sbin/ppp/tty.h 1.3 +25 -4 src/usr.sbin/ppp/udp.c 1.2 +2 -1 src/usr.sbin/ppp/udp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 14:39:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 036DD1562D; Sat, 5 Jun 1999 14:39:24 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA46546; Sat, 5 Jun 1999 14:39:24 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199906052139.OAA46546@freefall.freebsd.org> From: Nik Clayton Date: Sat, 5 Jun 1999 14:39:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/06/05 14:39:24 PDT Modified files: en/handbook/ports chapter.sgml Log: Added the proposed text explaining how to automatically creating a packing list. Rewrote it slightly to separate the example commands out from the body text. PR: docs/9375 Submitted by: Tom Hukins Revision Changes Path 1.25 +50 -5 doc/en/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 15:32:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9493314C41; Sat, 5 Jun 1999 15:32:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA53053; Sat, 5 Jun 1999 15:32:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199906052232.PAA53053@freefall.freebsd.org> From: Michael Haro Date: Sat, 5 Jun 1999 15:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/gshar+gunshar/pkg PLIST ports/comms/mgetty+sendfax/pkg PLIST ports/databases/gdbm/pkg PLIST ports/databases/gnats/pkg PLIST ports/databases/mysql321/pkg PLIST ports/databases/mysql322/pkg PLIST ports/devel/autoconf/pkg PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/06/05 15:32:14 PDT Modified files: archivers/gshar+gunshar/pkg PLIST comms/mgetty+sendfax/pkg PLIST databases/gdbm/pkg PLIST databases/gnats/pkg PLIST databases/mysql321/pkg PLIST databases/mysql322/pkg PLIST devel/autoconf/pkg PLIST devel/automake/pkg PLIST devel/bison/pkg PLIST devel/crosssco/pkg PLIST devel/cssc/pkg PLIST devel/gettext/pkg PLIST devel/gindent/pkg PLIST devel/glib11-devel/pkg PLIST devel/gmake/pkg PLIST devel/m4/pkg PLIST devel/nana/pkg PLIST editors/emacs/pkg PLIST editors/emacs20/pkg PLIST editors/flim-emacs-current/pkg PLIST editors/flim-emacs/pkg PLIST editors/flim-emacs20-current/pkg PLIST editors/flim-emacs20/pkg PLIST editors/flim-mule-current/pkg PLIST editors/flim-mule/pkg PLIST editors/jed/pkg PLIST editors/mule-common/pkg PLIST editors/psgml-emacs/pkg PLIST editors/psgml-emacs20/pkg PLIST editors/psgml-mule/pkg PLIST editors/psgml-xemacs-mule/pkg PLIST editors/semi-emacs-current/pkg PLIST editors/semi-emacs/pkg PLIST editors/semi-emacs20-current/pkg PLIST editors/semi-emacs20/pkg PLIST editors/semi-mule-current/pkg PLIST editors/semi-mule/pkg PLIST editors/wemi-emacs-current/pkg PLIST editors/wemi-emacs/pkg PLIST editors/wemi-emacs20-current/pkg PLIST editors/wemi-emacs20/pkg PLIST editors/wemi-mule-current/pkg PLIST editors/wemi-mule/pkg PLIST emulators/mtools/pkg PLIST games/xboard/pkg PLIST games/xconq/pkg PLIST graphics/xaos/pkg PLIST japanese/dvipsk-vflib/pkg PLIST japanese/dvipsk/pkg PLIST japanese/eb/pkg PLIST japanese/mtools/pkg PLIST japanese/ndtpd/pkg PLIST japanese/ptex-common/pkg PLIST japanese/skk-elisp/pkg PLIST korean/hanemacs/pkg PLIST lang/cim/pkg PLIST lang/egcs-devel/pkg PLIST lang/egcs/pkg PLIST lang/elisp-manual/pkg PLIST lang/emacs-lisp-intro/pkg PLIST lang/gcl/pkg PLIST lang/gnat/pkg PLIST lang/guile/pkg PLIST lang/pgcc/pkg PLIST lang/scm/pkg PLIST mail/exim/pkg PLIST math/fftw/pkg PLIST misc/screen/pkg PLIST misc/vera/pkg PLIST net/cftp/pkg PLIST net/libsocket++/pkg PLIST net/wget/pkg PLIST print/hp2xx/pkg PLIST print/teTeX-beta/pkg PLIST print/teTeX/pkg PLIST print/yatex-mule/pkg PLIST print/yatex/pkg PLIST security/krb5/pkg PLIST shells/bash1/pkg PLIST shells/bash2/pkg PLIST shells/esh/pkg PLIST shells/zsh-devel/pkg PLIST shells/zsh/pkg PLIST sysutils/gtar/pkg PLIST textproc/textutils/pkg PLIST textproc/wdiff/pkg PLIST x11-wm/scwm/pkg PLIST archivers/gshar+gunshar Makefile databases/gdbm Makefile databases/gnats Makefile databases/mysql321 Makefile databases/mysql322 Makefile devel/autoconf Makefile devel/automake Makefile devel/cssc Makefile devel/gettext Makefile devel/gindent Makefile devel/glib11-devel Makefile devel/gmake Makefile devel/m4 Makefile devel/nana Makefile editors/emacs Makefile editors/jed Makefile editors/mule-common Makefile emulators/mtools Makefile games/xconq Makefile graphics/xaos Makefile japanese/dvipsk-vflib Makefile japanese/dvipsk Makefile japanese/eb Makefile japanese/mtools Makefile japanese/ndtpd Makefile japanese/ptex-common Makefile japanese/skk-elisp Makefile korean/hanemacs Makefile lang/cim Makefile lang/egcs-devel Makefile lang/egcs Makefile lang/elisp-manual Makefile lang/emacs-lisp-intro Makefile lang/gcl Makefile lang/guile Makefile lang/pgcc Makefile mail/exim Makefile misc/screen Makefile misc/vera Makefile net/cftp Makefile net/libsocket++ Makefile net/wget Makefile print/hp2xx Makefile print/yatex Makefile security/krb5 Makefile shells/bash1 Makefile shells/bash2 Makefile shells/esh Makefile shells/zsh-devel Makefile shells/zsh Makefile sysutils/gtar Makefile textproc/textutils Makefile textproc/wdiff Makefile Log: Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install. Revision Changes Path 1.7 +0 -1 ports/archivers/gshar+gunshar/pkg/PLIST 1.14 +0 -1 ports/comms/mgetty+sendfax/pkg/PLIST 1.4 +0 -1 ports/databases/gdbm/pkg/PLIST 1.13 +0 -1 ports/databases/gnats/pkg/PLIST 1.14 +0 -1 ports/databases/mysql321/pkg/PLIST 1.28 +0 -1 ports/databases/mysql322/pkg/PLIST 1.6 +0 -1 ports/devel/autoconf/pkg/PLIST 1.8 +0 -1 ports/devel/automake/pkg/PLIST 1.2 +0 -1 ports/devel/bison/pkg/PLIST 1.5 +0 -1 ports/devel/crosssco/pkg/PLIST 1.2 +0 -1 ports/devel/cssc/pkg/PLIST 1.9 +0 -1 ports/devel/gettext/pkg/PLIST 1.5 +0 -1 ports/devel/gindent/pkg/PLIST 1.18 +0 -1 ports/devel/glib11-devel/pkg/PLIST 1.7 +0 -1 ports/devel/gmake/pkg/PLIST 1.4 +0 -1 ports/devel/m4/pkg/PLIST 1.3 +0 -1 ports/devel/nana/pkg/PLIST 1.23 +0 -1 ports/editors/emacs/pkg/PLIST 1.26 +0 -1 ports/editors/emacs20/pkg/PLIST 1.4 +0 -1 ports/editors/flim-emacs-current/pkg/PLIST 1.4 +0 -1 ports/editors/flim-emacs/pkg/PLIST 1.3 +0 -1 ports/editors/flim-emacs20-current/pkg/PLIST 1.4 +0 -1 ports/editors/flim-emacs20/pkg/PLIST 1.4 +0 -1 ports/editors/flim-mule-current/pkg/PLIST 1.4 +0 -1 ports/editors/flim-mule/pkg/PLIST 1.5 +0 -1 ports/editors/jed/pkg/PLIST 1.18 +0 -1 ports/editors/mule-common/pkg/PLIST 1.3 +0 -1 ports/editors/psgml-emacs/pkg/PLIST 1.2 +0 -1 ports/editors/psgml-emacs20/pkg/PLIST 1.3 +0 -1 ports/editors/psgml-mule/pkg/PLIST 1.2 +0 -1 ports/editors/psgml-xemacs-mule/pkg/PLIST 1.4 +0 -1 ports/editors/semi-emacs-current/pkg/PLIST 1.4 +0 -1 ports/editors/semi-emacs/pkg/PLIST 1.3 +0 -1 ports/editors/semi-emacs20-current/pkg/PLIST 1.3 +0 -1 ports/editors/semi-emacs20/pkg/PLIST 1.4 +0 -1 ports/editors/semi-mule-current/pkg/PLIST 1.4 +0 -1 ports/editors/semi-mule/pkg/PLIST 1.3 +0 -1 ports/editors/wemi-emacs-current/pkg/PLIST 1.3 +0 -1 ports/editors/wemi-emacs/pkg/PLIST 1.3 +0 -1 ports/editors/wemi-emacs20-current/pkg/PLIST 1.3 +0 -1 ports/editors/wemi-emacs20/pkg/PLIST 1.3 +0 -1 ports/editors/wemi-mule-current/pkg/PLIST 1.3 +0 -1 ports/editors/wemi-mule/pkg/PLIST 1.15 +0 -1 ports/emulators/mtools/pkg/PLIST 1.8 +0 -1 ports/games/xboard/pkg/PLIST 1.3 +0 -1 ports/games/xconq/pkg/PLIST 1.5 +0 -1 ports/graphics/xaos/pkg/PLIST 1.3 +0 -1 ports/japanese/dvipsk-vflib/pkg/PLIST 1.4 +0 -1 ports/japanese/dvipsk/pkg/PLIST 1.2 +0 -1 ports/japanese/eb/pkg/PLIST 1.3 +0 -1 ports/japanese/mtools/pkg/PLIST 1.4 +0 -1 ports/japanese/ndtpd/pkg/PLIST 1.9 +0 -1 ports/japanese/ptex-common/pkg/PLIST 1.2 +0 -1 ports/japanese/skk-elisp/pkg/PLIST 1.5 +0 -1 ports/korean/hanemacs/pkg/PLIST 1.7 +0 -1 ports/lang/cim/pkg/PLIST 1.23 +1 -2 ports/lang/egcs-devel/pkg/PLIST 1.22 +1 -2 ports/lang/egcs/pkg/PLIST 1.3 +0 -1 ports/lang/elisp-manual/pkg/PLIST 1.3 +0 -1 ports/lang/emacs-lisp-intro/pkg/PLIST 1.6 +0 -1 ports/lang/gcl/pkg/PLIST 1.10 +0 -1 ports/lang/gnat/pkg/PLIST 1.6 +0 -1 ports/lang/guile/pkg/PLIST 1.8 +1 -2 ports/lang/pgcc/pkg/PLIST 1.7 +0 -1 ports/lang/scm/pkg/PLIST 1.10 +0 -1 ports/mail/exim/pkg/PLIST 1.3 +0 -1 ports/math/fftw/pkg/PLIST 1.15 +0 -1 ports/misc/screen/pkg/PLIST 1.2 +0 -1 ports/misc/vera/pkg/PLIST 1.2 +0 -1 ports/net/cftp/pkg/PLIST 1.5 +0 -1 ports/net/libsocket++/pkg/PLIST 1.5 +0 -1 ports/net/wget/pkg/PLIST 1.2 +0 -1 ports/print/hp2xx/pkg/PLIST 1.16 +0 -1 ports/print/teTeX-beta/pkg/PLIST 1.14 +0 -1 ports/print/teTeX/pkg/PLIST 1.4 +0 -1 ports/print/yatex-mule/pkg/PLIST 1.3 +0 -1 ports/print/yatex/pkg/PLIST 1.4 +0 -1 ports/security/krb5/pkg/PLIST 1.16 +0 -1 ports/shells/bash1/pkg/PLIST 1.15 +0 -1 ports/shells/bash2/pkg/PLIST 1.2 +0 -1 ports/shells/esh/pkg/PLIST 1.21 +0 -1 ports/shells/zsh-devel/pkg/PLIST 1.20 +0 -1 ports/shells/zsh/pkg/PLIST 1.3 +0 -1 ports/sysutils/gtar/pkg/PLIST 1.3 +0 -1 ports/textproc/textutils/pkg/PLIST 1.3 +0 -1 ports/textproc/wdiff/pkg/PLIST 1.3 +0 -1 ports/x11-wm/scwm/pkg/PLIST 1.14 +1 -4 ports/archivers/gshar+gunshar/Makefile 1.7 +1 -4 ports/databases/gdbm/Makefile 1.22 +1 -4 ports/databases/gnats/Makefile 1.36 +1 -4 ports/databases/mysql321/Makefile 1.53 +1 -4 ports/databases/mysql322/Makefile 1.18 +1 -4 ports/devel/autoconf/Makefile 1.11 +1 -4 ports/devel/automake/Makefile 1.2 +1 -10 ports/devel/cssc/Makefile 1.11 +1 -4 ports/devel/gettext/Makefile 1.3 +1 -8 ports/devel/gindent/Makefile 1.19 +1 -4 ports/devel/glib11-devel/Makefile 1.23 +1 -6 ports/devel/gmake/Makefile 1.11 +1 -4 ports/devel/m4/Makefile 1.3 +1 -6 ports/devel/nana/Makefile 1.39 +1 -4 ports/editors/emacs/Makefile 1.9 +1 -4 ports/editors/jed/Makefile 1.41 +1 -4 ports/editors/mule-common/Makefile 1.28 +1 -4 ports/emulators/mtools/Makefile 1.8 +1 -4 ports/games/xconq/Makefile 1.11 +1 -4 ports/graphics/xaos/Makefile 1.4 +1 -4 ports/japanese/dvipsk-vflib/Makefile 1.3 +1 -4 ports/japanese/dvipsk/Makefile 1.3 +1 -4 ports/japanese/eb/Makefile 1.3 +1 -4 ports/japanese/mtools/Makefile 1.8 +1 -4 ports/japanese/ndtpd/Makefile 1.26 +1 -4 ports/japanese/ptex-common/Makefile 1.4 +1 -4 ports/japanese/skk-elisp/Makefile 1.5 +1 -4 ports/korean/hanemacs/Makefile 1.9 +1 -6 ports/lang/cim/Makefile 1.61 +1 -4 ports/lang/egcs-devel/Makefile 1.56 +1 -4 ports/lang/egcs/Makefile 1.4 +1 -6 ports/lang/elisp-manual/Makefile 1.4 +1 -6 ports/lang/emacs-lisp-intro/Makefile 1.13 +1 -4 ports/lang/gcl/Makefile 1.16 +1 -4 ports/lang/guile/Makefile 1.17 +1 -4 ports/lang/pgcc/Makefile 1.28 +1 -6 ports/mail/exim/Makefile 1.21 +1 -4 ports/misc/screen/Makefile 1.3 +1 -4 ports/misc/vera/Makefile 1.3 +1 -6 ports/net/cftp/Makefile 1.6 +1 -6 ports/net/libsocket++/Makefile 1.14 +1 -4 ports/net/wget/Makefile 1.2 +1 -4 ports/print/hp2xx/Makefile 1.10 +1 -4 ports/print/yatex/Makefile 1.10 +1 -5 ports/security/krb5/Makefile 1.31 +1 -4 ports/shells/bash1/Makefile 1.36 +1 -6 ports/shells/bash2/Makefile 1.2 +1 -5 ports/shells/esh/Makefile 1.31 +1 -4 ports/shells/zsh-devel/Makefile 1.28 +1 -4 ports/shells/zsh/Makefile 1.5 +1 -6 ports/sysutils/gtar/Makefile 1.5 +1 -4 ports/textproc/textutils/Makefile 1.3 +1 -4 ports/textproc/wdiff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 16:42:55 1999 Delivered-To: cvs-all@freebsd.org Received: from mail1.noc.netcom.net (mail1.noc.netcom.net [204.31.1.150]) by hub.freebsd.org (Postfix) with ESMTP id 60B2F153A4 for ; Sat, 5 Jun 1999 16:42:51 -0700 (PDT) (envelope-from kprater@industrysearch.com) Received: from webserver.industrysearch.com (webserver.industrysearch.com [207.95.128.10]) by mail1.noc.netcom.net (8.9.1/8.9.1/(NETCOM v2.00)) with ESMTP id QAA15383 for ; Sat, 5 Jun 1999 16:42:47 -0700 (PDT) Message-Id: <199906052342.QAA15383@mail1.noc.netcom.net> Received: from PB-S607 by webserver.industrysearch.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id L9MBWCWK; Sat, 5 Jun 1999 19:32:48 -0400 To: cvs-all@FreeBSD.ORG From: "Ken Prater, IndustrySearch.Com" Date: Sat, 5 Jun 99 19:42:26 +0000 Subject: "Link Your Web Site" To IndustrySearch.Com X-Mailer: WM - IndustrySearch.Com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Increase traffic to your company's web site with a FREE Hyperlink to IndustrySearch.Com. Thousands of industrial purchasing agents, buyers, engineers and others searching for suppliers and services can locate your business easily with our USA Industrial Directory. You can visit IndustrySearch.Com at http://industrysearch.com "Link Your Web Site" to our USA Industrial Directory Data Base today! Visit IndustrySearch.Com at http://industrysearch.com and click on "Link Your Web Site" Thank you, K. Prater USA INDUSTRIAL DATA BASE MANAGEMENT To be removed from our mailing list, please click Reply and type "REMOVE" in the subject field To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 18:36:20 1999 Delivered-To: cvs-all@freebsd.org Received: from news.ks.edu.tw (news.ks.edu.tw [163.16.1.11]) by hub.freebsd.org (Postfix) with ESMTP id B60D614FE4; Sat, 5 Jun 1999 18:35:58 -0700 (PDT) (envelope-from foxfair@news.ks.edu.tw) Received: from foxfair (tnt-151.ks.edu.tw [163.16.5.210]) by news.ks.edu.tw (8.9.3/8.9.2) with SMTP id JAA10956; Sun, 6 Jun 1999 09:25:10 +0800 (CST) (envelope-from foxfair@news.ks.edu.tw) Date: Sun, 06 Jun 1999 09:48:34 +0800 From: Foxfair Hu To: cvs-committers@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc0 In-Reply-To: <199906052109.OAA44965@freefall.freebsd.org> References: <199906052109.OAA44965@freefall.freebsd.org> Message-Id: <3759D37237A.6007FOXFAIR@news.ks.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.25.04 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hmm ..... like this ? === -------------------------------------------------------------- >>> elf make world started on Sun Jun 6 09:22:45 CST 1999 >>> elf make world completed on Sun Jun 6 09:22:45 CST 1999 -------------------------------------------------------------- === On Sat, 5 Jun 1999 14:09:26 -0700 (PDT) Julian Elischer wrote: > julian 1999/06/05 14:09:26 PDT > > Modified files: (Branch: RELENG_3) > . Makefile.inc0 > Log: > MFC: Reprint the start time at completion of "Make world" so you > can see how long it took > > Revision Changes Path > 1.14.2.2 +4 -2 src/Makefile.inc0 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 19:26:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15A1C14D01; Sat, 5 Jun 1999 19:26:13 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA31848; Sat, 5 Jun 1999 19:26:12 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906060226.TAA31848@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 5 Jun 1999 19:26:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/05 19:26:12 PDT Modified files: (Branch: RELENG_3) usr.sbin/arp arp.c Log: MFC (rev. 1.16): SIOCGIFCONF list increment bug fix Revision Changes Path 1.14.2.2 +5 -5 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 19:29:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA4B514D01; Sat, 5 Jun 1999 19:29:23 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA33888; Sat, 5 Jun 1999 19:29:23 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906060229.TAA33888@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 5 Jun 1999 19:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pppd sys-bsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/05 19:29:22 PDT Modified files: (Branch: RELENG_3) usr.sbin/pppd sys-bsd.c Log: MFC (rev. 1.16): SIOCGIFCONF list increment bug fix Revision Changes Path 1.15.2.1 +9 -6 src/usr.sbin/pppd/sys-bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 19:31:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA91714D01; Sat, 5 Jun 1999 19:31:52 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA35331; Sat, 5 Jun 1999 19:31:52 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906060231.TAA35331@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 5 Jun 1999 19:31:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/05 19:31:52 PDT Modified files: (Branch: RELENG_3) sbin/natd natd.c Log: MFC (rev. 1.18): SIOCGIFCONF list increment bug fix Revision Changes Path 1.11.2.5 +3 -1 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 19:34: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAFCD14D01; Sat, 5 Jun 1999 19:34:03 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA36778; Sat, 5 Jun 1999 19:34:03 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906060234.TAA36778@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 5 Jun 1999 19:34:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/05 19:34:03 PDT Modified files: (Branch: RELENG_3) sbin/route route.c Log: MFC (rev. 1.31): SIOCGIFCONF list increment bug fix Revision Changes Path 1.29.2.2 +3 -2 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 19:41:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C801514E37; Sat, 5 Jun 1999 19:41:57 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41288; Sat, 5 Jun 1999 19:41:57 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906060241.TAA41288@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 5 Jun 1999 19:41:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/05 19:41:57 PDT Modified files: sys/kern subr_prf.c Log: The function ksprintn(), which is used to convert numbers to ASCII, is not reentrant because it returns a static buffer. This results in a race condition when/if an interrupt handler calls log(), printf() etc. Fix this. Revision Changes Path 1.53 +14 -8 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 19:44: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EECD514E37; Sat, 5 Jun 1999 19:44:06 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA42781; Sat, 5 Jun 1999 19:44:06 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906060244.TAA42781@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 5 Jun 1999 19:44:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/05 19:44:06 PDT Modified files: (Branch: RELENG_3) sys/kern subr_prf.c Log: MFC (rev. 1.53): ksprintn() race condition fix Revision Changes Path 1.51.2.1 +14 -8 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 21:10:49 1999 Delivered-To: cvs-all@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 5845114D21; Sat, 5 Jun 1999 21:10:46 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id XAA06205; Sat, 5 Jun 1999 23:34:15 -0500 (EST) Date: Sat, 5 Jun 1999 23:34:14 -0500 (EST) From: Alfred Perlstein To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/nfs nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h xdr_subs.h In-Reply-To: <199906050535.WAA19650@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 4 Jun 1999, Peter Wemm wrote: > peter 1999/06/04 22:35:05 PDT > > Modified files: > sys/nfs nfs_nqlease.c nfs_serv.c nfs_socket.c > nfs_subs.c nfs_vfsops.c nfs_vnops.c > nfsm_subs.h xdr_subs.h > Log: > Various changes lifted from the OpenBSD cvs tree: > > nfs_subs.c: Don't loose st_blocks on NFSv2 mounts when > 2GB. does this mean we finally support files > 2gig on nfs server or clienr, or both? :) -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 5 23:52:17 1999 Delivered-To: cvs-all@freebsd.org Received: from obie.softweyr.com (unknown [204.68.178.33]) by hub.freebsd.org (Postfix) with ESMTP id ADA7614CEC; Sat, 5 Jun 1999 23:52:14 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.com ([204.68.178.224]) by obie.softweyr.com (8.8.8/8.8.8) with ESMTP id AAA28482; Sun, 6 Jun 1999 00:52:09 -0600 (MDT) (envelope-from wes@softweyr.com) Message-ID: <375A1A98.289DE6C5@softweyr.com> Date: Sun, 06 Jun 1999 00:52:08 -0600 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Foxfair Hu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc0 References: <199906052109.OAA44965@freefall.freebsd.org> <3759D37237A.6007FOXFAIR@news.ks.edu.tw> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Foxfair Hu wrote: > > Hmm ..... like this ? > > === > -------------------------------------------------------------- > >>> elf make world started on Sun Jun 6 09:22:45 CST 1999 > >>> elf make world completed on Sun Jun 6 09:22:45 CST 1999 > -------------------------------------------------------------- > === Have you been sprinkling thiotimoline on your CPU again? I thought I explained how dangerous that is. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.softweyr.com/~softweyr wes@softweyr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 6 0:18:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58C6314CEC; Sun, 6 Jun 1999 00:18:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA37681; Sun, 6 Jun 1999 00:18:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199906060718.AAA37681@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 6 Jun 1999 00:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/slattach slattach.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/06/06 00:18:53 PDT Modified files: sbin/slattach slattach.c Log: sprintf -> snprintf Obtained from: OpenBSD Revision Changes Path 1.35 +3 -2 src/sbin/slattach/slattach.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 6 0:37:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F269C14C9B; Sun, 6 Jun 1999 00:37:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA38823; Sun, 6 Jun 1999 00:37:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <199906060737.AAA38823@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 6 Jun 1999 00:37:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/06/06 00:37:22 PDT Modified files: usr.bin/find find.1 Log: The -perm option takes argument [-]mode, not [-mode] Obtained from: NetBSD, by way of OpenBSD Revision Changes Path 1.20 +6 -3 src/usr.bin/find/find.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 6 2:17:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1045814FE4; Sun, 6 Jun 1999 02:17:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA42936; Sun, 6 Jun 1999 02:17:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199906060917.CAA42936@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 6 Jun 1999 02:17:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/06/06 02:17:52 PDT Modified files: sbin/ifconfig ifconfig.c sys/net if.c if.h Log: Introduce IFF_SMART bit. This means that the driver will add/delete routes when it knows it is up/down, rather than have the generic code belive it is up if configured. This is probably most useful for serial lines, although many PHY chips could probably tell us if we're connected to the cable/hub as well. Revision Changes Path 1.40 +2 -2 src/sbin/ifconfig/ifconfig.c 1.71 +7 -4 src/sys/net/if.c 1.53 +3 -2 src/sys/net/if.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 6 2:28: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A295414BF9; Sun, 6 Jun 1999 02:28:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA43471; Sun, 6 Jun 1999 02:28:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199906060928.CAA43471@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 6 Jun 1999 02:28:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/06/06 02:28:05 PDT Modified files: sys/net if.c Log: typo in previous commit Revision Changes Path 1.72 +2 -2 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 6 2:56: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96A9B14CCA; Sun, 6 Jun 1999 02:56:06 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA44528; Sun, 6 Jun 1999 02:56:06 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199906060956.CAA44528@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 6 Jun 1999 02:56:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile ports/security/openssl/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/06/06 02:56:06 PDT Modified files: security/openssl Makefile security/openssl/files md5 Log: Upgrade to 0.9.3a. Revision Changes Path 1.32 +4 -4 ports/security/openssl/Makefile 1.15 +1 -1 ports/security/openssl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message