From owner-cvs-all Sun Jun 7 01:42:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25195 for cvs-all-outgoing; Sun, 7 Jun 1998 01:42:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25189; Sun, 7 Jun 1998 01:42:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA19570; Sun, 7 Jun 1998 01:40:56 -0700 (PDT) Date: Sun, 7 Jun 1998 01:40:56 -0700 (PDT) Message-Id: <199806070840.BAA19570@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c random_machdep.c src/sys/kern kern_clock.c src/sys/sys time.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/07 01:40:55 PDT Modified files: sys/i386/isa clock.c random_machdep.c sys/kern kern_clock.c sys/sys time.h Log: Add a "this" style argument and a "void *private" so timecounters can figure out which instance to wount with. Revision Changes Path 1.122 +5 -5 src/sys/i386/isa/clock.c 1.26 +2 -2 src/sys/i386/isa/random_machdep.c 1.71 +7 -7 src/sys/kern/kern_clock.c 1.30 +3 -4 src/sys/sys/time.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 7 01:55:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25899 for cvs-all-outgoing; Sun, 7 Jun 1998 01:55:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25893; Sun, 7 Jun 1998 01:55:37 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA19680; Sun, 7 Jun 1998 01:54:27 -0700 (PDT) Date: Sun, 7 Jun 1998 01:54:27 -0700 (PDT) Message-Id: <199806070854.BAA19680@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/fxtv Makefile ports/graphics/fxtv/files md5 ports/graphics/fxtv/patches patch-ac patch-ab patch-aa ports/graphics/fxtv/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 01:54:27 PDT Modified files: graphics/fxtv Makefile graphics/fxtv/files md5 graphics/fxtv/patches patch-ab graphics/fxtv/pkg PLIST Added files: graphics/fxtv/patches patch-ac Removed files: graphics/fxtv/patches patch-aa Log: Upgrade fxtv to 0.47. * change checksum and filename/version number in Makefile. * change patch-ab to patch cleanly against new version. * remove patch-aa -- it is no longer needed. * add patch-ac to fix a small tiffio.h bogon in the source. * add some new files to PLIST. Revision Changes Path 1.5 +3 -3 ports/graphics/fxtv/Makefile 1.4 +1 -1 ports/graphics/fxtv/files/md5 1.2 +23 -19 ports/graphics/fxtv/patches/patch-ab 1.3 +3 -0 ports/graphics/fxtv/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 Jun 7 02:33:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29349 for cvs-all-outgoing; Sun, 7 Jun 1998 02:33:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29342; Sun, 7 Jun 1998 02:33:43 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA19937; Sun, 7 Jun 1998 02:32:33 -0700 (PDT) Date: Sun, 7 Jun 1998 02:32:33 -0700 (PDT) Message-Id: <199806070932.CAA19937@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/emulators/bochs Makefile ports/emulators/bochs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 02:32:33 PDT Modified files: emulators/bochs Makefile emulators/bochs/pkg PLIST Log: Upgrade to bochs-980513a. * change package name in Makefile. * change md5. * change PLIST to reflect changes in the installed files. Submitted by: Sergei Laskavy (who submitted a patch to bochs-980409b; I upgraded to the latest version while I was at it.) Revision Changes Path 1.10 +2 -2 ports/emulators/bochs/Makefile 1.7 +9 -1 ports/emulators/bochs/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 Jun 7 02:48:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00493 for cvs-all-outgoing; Sun, 7 Jun 1998 02:48:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00488; Sun, 7 Jun 1998 02:48:52 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20037; Sun, 7 Jun 1998 02:47:43 -0700 (PDT) Date: Sun, 7 Jun 1998 02:47:43 -0700 (PDT) Message-Id: <199806070947.CAA20037@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data gallery.db Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/07 02:47:42 PDT Modified files: data gallery.db Log: Fix 32 URLs without leading http:// Revision Changes Path 1.4 +32 -32 www/data/gallery.db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 02:52:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00813 for cvs-all-outgoing; Sun, 7 Jun 1998 02:52:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00808; Sun, 7 Jun 1998 02:52:23 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20090; Sun, 7 Jun 1998 02:51:14 -0700 (PDT) Date: Sun, 7 Jun 1998 02:51:14 -0700 (PDT) Message-Id: <199806070951.CAA20090@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/07 02:51:11 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.122. Revision Changes Path 1.56 +5 -5 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 Sun Jun 7 03:51:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09529 for cvs-all-outgoing; Sun, 7 Jun 1998 03:51:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09487; Sun, 7 Jun 1998 03:50:32 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20399; Sun, 7 Jun 1998 03:49:20 -0700 (PDT) Date: Sun, 7 Jun 1998 03:49:20 -0700 (PDT) Message-Id: <199806071049.DAA20399@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 03:49:19 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Fixed some longstanding timestamp bugs: 1. mark atimes and mtimes of special files and fifos for update upon successful completion of non-null i/o, not at the beginning of the syscall. 2. never update file times for readonly filesystems. They were updated for stats and closes but not for syncs. The updates were of course only in-core and were thrown away when the inode was uncached, so the times sometimes appeared to go backwards. Improved comments in code related to (1) (mostly by removing them). Unmacroized ITIMES(). The test in (2) bloated it even more. Don't call getmicrotime() in the function version of it when we only need the time in seconds. Revision Changes Path 1.86 +70 -57 src/sys/ufs/ufs/ufs_vnops.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 7 03:51:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09588 for cvs-all-outgoing; Sun, 7 Jun 1998 03:51:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09569; Sun, 7 Jun 1998 03:51:42 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20433; Sun, 7 Jun 1998 03:50:30 -0700 (PDT) Date: Sun, 7 Jun 1998 03:50:30 -0700 (PDT) Message-Id: <199806071050.DAA20433@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1998/06/07 03:50:29 PDT Modified files: . Makefile Log: Compile mtree before it is used, this is a hack, but make world has failed since new functionality was introduced in mtree. Revision Changes Path 1.200 +12 -1 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 04:01:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11202 for cvs-all-outgoing; Sun, 7 Jun 1998 04:01:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11185; Sun, 7 Jun 1998 04:01:30 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20558; Sun, 7 Jun 1998 04:00:09 -0700 (PDT) Date: Sun, 7 Jun 1998 04:00:09 -0700 (PDT) Message-Id: <199806071100.EAA20558@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 04:00:08 PDT Modified files: . modules Log: xconq --> ports/games/xconq Revision Changes Path 1.2065 +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 Jun 7 04:05:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11513 for cvs-all-outgoing; Sun, 7 Jun 1998 04:05:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11469; Sun, 7 Jun 1998 04:04:24 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20604; Sun, 7 Jun 1998 04:03:10 -0700 (PDT) Date: Sun, 7 Jun 1998 04:03:10 -0700 (PDT) Message-Id: <199806071103.EAA20604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xconq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 04:03:10 PDT ports/games/xconq - Imported sources Update of /home/ncvs/ports/games/xconq In directory freefall.freebsd.org:/f/users/dburr/xconq Log Message: PR: ports/6877 Submitted by: Don Croyle Import of new port games/xconq, a graphical multi-player strategy game and game design system. Status: Vendor Tag: DBURR Release Tags: xconq_7_2_1 N ports/games/xconq/Makefile I ports/games/xconq/CVS N ports/games/xconq/files/md5 N ports/games/xconq/files/mh-freebsd N ports/games/xconq/patches/patch-aa N ports/games/xconq/patches/patch-ab N ports/games/xconq/patches/patch-ac N ports/games/xconq/patches/patch-ad N ports/games/xconq/patches/patch-ae N ports/games/xconq/patches/patch-af N ports/games/xconq/pkg/COMMENT N ports/games/xconq/pkg/DESCR N ports/games/xconq/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 Jun 7 04:06:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11592 for cvs-all-outgoing; Sun, 7 Jun 1998 04:06:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11555; Sun, 7 Jun 1998 04:05:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20693; Sun, 7 Jun 1998 04:04:29 -0700 (PDT) Date: Sun, 7 Jun 1998 04:04:29 -0700 (PDT) Message-Id: <199806071104.EAA20693@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 04:04:28 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Null change. Forgot to mention in previous log message that MNT_NOATIME is now ignored for special files, so that mounting root with option noatime doesn't break reporting of idle times in programs like `w'. The problem of execessive disk updates just to stamp atimes will be handled for special files by only writing atimes to disk when inodes become active. This works well because special files are relatively uncommon and their atimes are even more disposable at panic time than regular files' atimes. Revision Changes Path 1.87 +1 -1 src/sys/ufs/ufs/ufs_vnops.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 7 04:12:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12211 for cvs-all-outgoing; Sun, 7 Jun 1998 04:12:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12097; Sun, 7 Jun 1998 04:11:53 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20837; Sun, 7 Jun 1998 04:10:24 -0700 (PDT) Date: Sun, 7 Jun 1998 04:10:24 -0700 (PDT) Message-Id: <199806071110.EAA20837@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/wwwcount Makefile ports/www/wwwcount/files md5 ports/www/wwwcount/patches patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/07 04:10:24 PDT Modified files: www/wwwcount Makefile www/wwwcount/files md5 www/wwwcount/patches patch-ae Log: Reflect latest distfile changes Remove myself from MAINTAINER Revision Changes Path 1.11 +2 -2 ports/www/wwwcount/Makefile 1.9 +1 -1 ports/www/wwwcount/files/md5 1.6 +22 -12 ports/www/wwwcount/patches/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 04:16:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12454 for cvs-all-outgoing; Sun, 7 Jun 1998 04:16:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12353; Sun, 7 Jun 1998 04:14:43 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20881; Sun, 7 Jun 1998 04:13:06 -0700 (PDT) Date: Sun, 7 Jun 1998 04:13:06 -0700 (PDT) Message-Id: <199806071113.EAA20881@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 04:13:06 PDT Modified files: games Makefile Log: Activate xconq. Revision Changes Path 1.145 +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 Sun Jun 7 04:53:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18290 for cvs-all-outgoing; Sun, 7 Jun 1998 04:53:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18264; Sun, 7 Jun 1998 04:53:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA21137; Sun, 7 Jun 1998 04:52:18 -0700 (PDT) Date: Sun, 7 Jun 1998 04:52:18 -0700 (PDT) Message-Id: <199806071152.EAA21137@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net netisr.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 04:52:18 PDT Modified files: sys/net netisr.h Log: Fixed pedantic syntax errors caused by a trailing semicolon in a macro definition. Revision Changes Path 1.14 +2 -2 src/sys/net/netisr.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 7 05:01:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19740 for cvs-all-outgoing; Sun, 7 Jun 1998 05:01:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19725; Sun, 7 Jun 1998 05:01:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21200; Sun, 7 Jun 1998 05:00:14 -0700 (PDT) Date: Sun, 7 Jun 1998 05:00:14 -0700 (PDT) Message-Id: <199806071200.FAA21200@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 05:00:14 PDT Modified files: sys/netinet ip.h Log: Fixed pedantic semantics errors (bitfields not of type int, signed int or unsigned int). Revision Changes Path 1.15 +5 -5 src/sys/netinet/ip.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 7 05:01:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19754 for cvs-all-outgoing; Sun, 7 Jun 1998 05:01:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19734; Sun, 7 Jun 1998 05:01:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21226; Sun, 7 Jun 1998 05:00:22 -0700 (PDT) Date: Sun, 7 Jun 1998 05:00:22 -0700 (PDT) Message-Id: <199806071200.FAA21226@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/07 05:00:22 PDT Modified files: . modules Log: ncurses --> ports/devel/ncurses Revision Changes Path 1.2066 +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 Jun 7 05:02:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19917 for cvs-all-outgoing; Sun, 7 Jun 1998 05:02:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19884; Sun, 7 Jun 1998 05:02:27 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21259; Sun, 7 Jun 1998 05:01:15 -0700 (PDT) Date: Sun, 7 Jun 1998 05:01:15 -0700 (PDT) Message-Id: <199806071201.FAA21259@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ncurses - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/07 05:01:15 PDT ports/devel/ncurses - Imported sources Update of /home/ncvs/ports/devel/ncurses In directory freefall.freebsd.org:/tmp/cvs-serv21249 Log Message: SVr4 and XSI-Curses compatible curses library. Submitted by: Andrey Zakhvatov PR: ports/4631 Status: Vendor Tag: ANDY Release Tags: v1_9_9g N ports/devel/ncurses/Makefile N ports/devel/ncurses/files/md5 N ports/devel/ncurses/files/Makefile.c++ N ports/devel/ncurses/files/Makefile N ports/devel/ncurses/pkg/PLIST N ports/devel/ncurses/pkg/COMMENT N ports/devel/ncurses/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 Jun 7 05:04:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20112 for cvs-all-outgoing; Sun, 7 Jun 1998 05:04:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20107; Sun, 7 Jun 1998 05:04:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21290; Sun, 7 Jun 1998 05:03:00 -0700 (PDT) Date: Sun, 7 Jun 1998 05:03:00 -0700 (PDT) Message-Id: <199806071203.FAA21290@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net raw_cb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 05:03:00 PDT Modified files: sys/net raw_cb.c Log: Added a used include (in ifdefed code). Revision Changes Path 1.15 +3 -1 src/sys/net/raw_cb.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 7 05:57:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24530 for cvs-all-outgoing; Sun, 7 Jun 1998 05:57:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24524 for ; Sun, 7 Jun 1998 05:57:33 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from skejdbrimir.ifi.uio.no (skejdbrimir.ifi.uio.no [129.240.65.2]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id OAA07844; Sun, 7 Jun 1998 14:57:07 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Sun, 7 Jun 1998 12:57:06 GMT Mime-Version: 1.0 To: Doug Rabson Cc: David Greenman , John Hay , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_kern.c References: Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-email-address-1: dag-erli@ifi.uio.no (for private or study-related mail) X-email-address-2: dagsm@hypnotech.no (for job-related mail) X-email-address-3: des@FreeBSD.org (for FreeBSD-related mail) X-email-address-4: finrod@ewox.org (for demoscene-related mail) X-disclaimer-1: I speak only for myself. The views expressed in this message X-disclaimer-2: are not those of the University of Oslo, the FreeBSD project, X-disclaimer-3: or any other organization or company to which I am or have at X-disclaimer-4: some time been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 07 Jun 1998 14:57:03 +0200 In-Reply-To: Doug Rabson's message of "Sat, 6 Jun 1998 19:47:13 +0100 (BST)" Message-ID: Lines: 10 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Doug Rabson writes: > Incidentally, FreeBSD/alpha will have approximately 2x10^12 virtual memory > space available for the kernel and about 4x10^12 available for each user > process :-). Umm, what's that in powers of two? It appears I can't handle powers of ten very well these days :) -- Noone else has a .sig like this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 06:16:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26400 for cvs-all-outgoing; Sun, 7 Jun 1998 06:16:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26383 for ; Sun, 7 Jun 1998 06:16:15 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.0/frmug-2.3/nospam) with UUCP id PAA11955 for cvs-committers@FreeBSD.ORG; Sun, 7 Jun 1998 15:16:12 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.9.0.Beta4/keltia-2.14/nospam) id OAA22864 for cvs-committers@FreeBSD.ORG; Sun, 7 Jun 1998 14:33:26 +0200 (CEST) (envelope-from roberto) Message-ID: <19980607143326.A22842@keltia.freenix.fr> Date: Sun, 7 Jun 1998 14:33:26 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/xscreensaver Makefile Mail-Followup-To: cvs-committers@FreeBSD.ORG References: <199806070121.SAA16276@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.3i In-Reply-To: <199806070121.SAA16276@freefall.freebsd.org>; from Satoshi Asami on Sat, Jun 06, 1998 at 06:21:38PM -0700 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4311 AMD-K6 MMX @ 225 MHz Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk According to Satoshi Asami: > cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o > windows.o xscreensaver.o xset.o dialogs-Xaw.o lock.o kpasswd.o > ../utils/fade.o ../utils/overlay.o ../utils/resources.o > ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o > ../utils/yarandom.o -L/usr/X11R6/lib -lXaw -lXmu -lXss -lXt -lSM -lICE > -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt ^^^^^^^^^^^^^ Someone has selected a Solaris/SVR4 configuration, not a FreeBSD one :-) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #60: Fri May 15 21:04:22 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 06:19:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26885 for cvs-all-outgoing; Sun, 7 Jun 1998 06:19:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26879 for ; Sun, 7 Jun 1998 06:19:55 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id VAA19799; Sun, 7 Jun 1998 21:17:13 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806071317.VAA19799@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: Doug Rabson , David Greenman , John Hay , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_kern.c In-reply-to: Your message of "07 Jun 1998 14:57:03 +0200." Date: Sun, 07 Jun 1998 21:17:12 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= wrote: > Doug Rabson writes: > > Incidentally, FreeBSD/alpha will have approximately 2x10^12 virtual memory > > space available for the kernel and about 4x10^12 available for each user > > process :-). > > Umm, what's that in powers of two? It appears I can't handle powers of > ten very well these days :) > If I got bc to work right, and put in the right numbers :-) then: 2x10^12 == 2^40.86313713864834817486 4x10^12 == 2^41.86313713864834817488 So, given round-down, I'd say Doug's using a 41 bit kvm space and a 42 bit user space. (In hex, that'd be KVM == 0x20000000000 and user == 0x40000000000) 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 Jun 7 06:39:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28669 for cvs-all-outgoing; Sun, 7 Jun 1998 06:39:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28659; Sun, 7 Jun 1998 06:39:29 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA03403; Sun, 7 Jun 1998 06:38:18 -0700 (PDT) Date: Sun, 7 Jun 1998 06:38:18 -0700 (PDT) Message-Id: <199806071338.GAA03403@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config mkmakefile.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1998/06/07 06:38:18 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/config mkmakefile.c Log: PR: bin/5730 Submitted by: James Raynard james@jraynard.demon.co.uk Make config's invalid option warning messages more informative. Corrected by adding the improved error report from -current. Thanks! Revision Changes Path 1.18.2.4 +3 -1 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 Jun 7 07:06:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01911 for cvs-all-outgoing; Sun, 7 Jun 1998 07:06:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01892 for ; Sun, 7 Jun 1998 07:06:27 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id QAA12199; Sun, 7 Jun 1998 16:06:04 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Sun, 7 Jun 1998 16:06:03 +0200 (MET DST) Mime-Version: 1.0 To: Peter Wemm Cc: Doug Rabson , David Greenman , John Hay , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_kern.c References: <199806071317.VAA19799@spinner.netplex.com.au> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-email-address-1: dag-erli@ifi.uio.no (for private or study-related mail) X-email-address-2: dagsm@hypnotech.no (for job-related mail) X-email-address-3: des@FreeBSD.org (for FreeBSD-related mail) X-email-address-4: finrod@ewox.org (for demoscene-related mail) X-disclaimer-1: I speak only for myself. The views expressed in this message X-disclaimer-2: are not those of the University of Oslo, the FreeBSD project, X-disclaimer-3: or any other organization or company to which I am or have at X-disclaimer-4: some time been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 07 Jun 1998 16:06:02 +0200 In-Reply-To: Peter Wemm's message of "Sun, 07 Jun 1998 21:17:12 +0800" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm writes: > Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= wrote: > > Doug Rabson writes: > > > Incidentally, FreeBSD/alpha will have approximately 2x10^12 virtual memory > > > space available for the kernel and about 4x10^12 available for each user > > > process :-). > > Umm, what's that in powers of two? It appears I can't handle powers of > > ten very well these days :) > If I got bc to work right, and put in the right numbers :-) then: > 2x10^12 == 2^40.86313713864834817486 > 4x10^12 == 2^41.86313713864834817488 Oh. You mean 2 TB and 4 TB :) -- Noone else has a .sig like this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 07:15:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03170 for cvs-all-outgoing; Sun, 7 Jun 1998 07:15:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03161; Sun, 7 Jun 1998 07:15:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24968; Sun, 7 Jun 1998 07:14:40 -0700 (PDT) Date: Sun, 7 Jun 1998 07:14:40 -0700 (PDT) Message-Id: <199806071414.HAA24968@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys time.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/07 07:14:40 PDT Modified files: sys/sys time.h Log: Sigh, all good words are reserved words these days... s/private/priv/ Noticed by: sos Revision Changes Path 1.31 +2 -2 src/sys/sys/time.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 7 07:32:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05151 for cvs-all-outgoing; Sun, 7 Jun 1998 07:32:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nash.pr.mcs.net (nash.pr.mcs.net [204.95.47.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05130; Sun, 7 Jun 1998 07:32:04 -0700 (PDT) (envelope-from alex@nash.pr.mcs.net) Received: (from alex@localhost) by nash.pr.mcs.net (8.8.8/8.8.7) id JAA06736; Sun, 7 Jun 1998 09:31:34 -0500 (CDT) (envelope-from alex) Message-Id: <199806071431.JAA06736@nash.pr.mcs.net> Date: Sun, 7 Jun 1998 09:31:34 -0500 (CDT) From: Alex Nash Subject: Re: cvs commit: ports/emulators/bochs Makefile ports/emulators/boch s/pkg PLIST To: dburr@FreeBSD.ORG cc: cvs-committers@FreeBSD.ORG In-Reply-To: <199806070932.CAA19937@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 7 Jun, Donald Burr wrote: > dburr 1998/06/07 02:32:33 PDT > > Modified files: > emulators/bochs Makefile > emulators/bochs/pkg PLIST > Log: > Upgrade to bochs-980513a. > * change package name in Makefile. > * change md5. > * change PLIST to reflect changes in the installed files. > > Submitted by: Sergei Laskavy > (who submitted a patch to bochs-980409b; I upgraded to the latest version > while I was at it.) The above commit message should have read: Fixed PLIST. Given that the port was upgraded to 980513a 3 weeks ago (which you didn't notice), I would guess that you: 1. Upgraded a stale copy of the port. 2. Checked out the port from freefall. 3. Copied your new port on top of the results of (2). 4. Checked in the port. Don't do this. This is a sure fire way to obliterate the work of others -- something we've seen before in other parts of the system. CVS can tell you if there are conflicts between your commits and others, but not if you follow the procedure above. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 07:47:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06852 for cvs-all-outgoing; Sun, 7 Jun 1998 07:47:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06838; Sun, 7 Jun 1998 07:46:59 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26007; Sun, 7 Jun 1998 07:45:48 -0700 (PDT) Date: Sun, 7 Jun 1998 07:45:48 -0700 (PDT) Message-Id: <199806071445.HAA26007@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ircd-hybrid-5 Makefile ports/net/ircd-hybrid-5/files md5 ports/net/ircd-hybrid-5/patches patch-aa patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 07:45:47 PDT Modified files: net/ircd-hybrid-5 Makefile net/ircd-hybrid-5/files md5 net/ircd-hybrid-5/patches patch-aa patch-ab patch-ac Log: Upgrade to ircd-hybrid-5.2p1. * Change DISTNAME in Makefile, and add PKGNAME to reflect the convention that "5.2p1" is to be expressed as "5.2.1" in package names. * Changed MD5. * Re-generated patches so that they patch cleanly against the new version. Revision Changes Path 1.4 +8 -4 ports/net/ircd-hybrid-5/Makefile 1.2 +1 -1 ports/net/ircd-hybrid-5/files/md5 1.2 +62 -112 ports/net/ircd-hybrid-5/patches/patch-aa 1.2 +88 -171 ports/net/ircd-hybrid-5/patches/patch-ab 1.2 +11 -19 ports/net/ircd-hybrid-5/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 Jun 7 07:51:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07888 for cvs-all-outgoing; Sun, 7 Jun 1998 07:51:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07866; Sun, 7 Jun 1998 07:51:28 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26074; Sun, 7 Jun 1998 07:50:16 -0700 (PDT) Date: Sun, 7 Jun 1998 07:50:16 -0700 (PDT) Message-Id: <199806071450.HAA26074@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config config.h config.y main.c mkmakefile.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1998/06/07 07:50:16 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/config config.h config.y main.c mkmakefile.c Log: PR: bin/5730 Revision Changes Path 1.13.2.1 +2 -0 src/usr.sbin/config/config.h 1.13.2.4 +3 -0 src/usr.sbin/config/config.y 1.14.2.5 +2 -2 src/usr.sbin/config/main.c 1.18.2.5 +2 -2 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 Jun 7 07:51:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07935 for cvs-all-outgoing; Sun, 7 Jun 1998 07:51:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07915; Sun, 7 Jun 1998 07:51:34 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26108; Sun, 7 Jun 1998 07:50:23 -0700 (PDT) Date: Sun, 7 Jun 1998 07:50:23 -0700 (PDT) Message-Id: <199806071450.HAA26108@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/07 07:50:23 PDT Modified files: devel Makefile Log: Activate ncurses. Revision Changes Path 1.110 +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 Jun 7 07:53:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08426 for cvs-all-outgoing; Sun, 7 Jun 1998 07:53:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08411; Sun, 7 Jun 1998 07:53:32 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26220; Sun, 7 Jun 1998 07:52:20 -0700 (PDT) Date: Sun, 7 Jun 1998 07:52:20 -0700 (PDT) Message-Id: <199806071452.HAA26220@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/netatalk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/07 07:52:20 PDT Modified files: net/netatalk/pkg PLIST Log: Add some "@dirrm"s. Revision Changes Path 1.4 +4 -0 ports/net/netatalk/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 Jun 7 07:56:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09341 for cvs-all-outgoing; Sun, 7 Jun 1998 07:56:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09127; Sun, 7 Jun 1998 07:55:35 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26270; Sun, 7 Jun 1998 07:54:12 -0700 (PDT) Date: Sun, 7 Jun 1998 07:54:12 -0700 (PDT) Message-Id: <199806071454.HAA26270@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xscavenger Makefile ports/games/xscavenger/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/06/07 07:54:11 PDT Modified files: games/xscavenger Makefile games/xscavenger/files md5 Log: Upgrade to 1.3.5. This fix a bug in the sound code when you don't have a sound card; there will no longer be a lingering process. The CPU use has increased, though. Revision Changes Path 1.8 +3 -3 ports/games/xscavenger/Makefile 1.4 +1 -1 ports/games/xscavenger/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 Jun 7 07:58:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09901 for cvs-all-outgoing; Sun, 7 Jun 1998 07:58:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09889; Sun, 7 Jun 1998 07:58:22 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26309; Sun, 7 Jun 1998 07:57:11 -0700 (PDT) Date: Sun, 7 Jun 1998 07:57:11 -0700 (PDT) Message-Id: <199806071457.HAA26309@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/qtez Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/06/07 07:57:10 PDT Modified files: devel/qtez Makefile Log: Mark this port BROKEN: # make fetch >> QTEZ-v0.52a-src.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. fetch: pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: cannot get remote modification time fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://qtez.commkey.net/pub/QtEZ/. fetch: pub/QtEZ/QTEZ-v0.52a-src.tar.gz: cannot get remote modification time fetch: ftp://qtez.commkey.net/pub/QtEZ/QTEZ-v0.52a-src.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. Revision Changes Path 1.2 +3 -1 ports/devel/qtez/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 08:10:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11697 for cvs-all-outgoing; Sun, 7 Jun 1998 08:10:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11617; Sun, 7 Jun 1998 08:10:05 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA26364; Sun, 7 Jun 1998 08:08:51 -0700 (PDT) Date: Sun, 7 Jun 1998 08:08:51 -0700 (PDT) Message-Id: <199806071508.IAA26364@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mountd netgroup.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1998/06/07 08:08:50 PDT Modified files: sbin/mountd netgroup.5 Log: PR: docs/3636 Submitted by: Gary Palmer gpalmer@FreeBSD.ORG Add mention of the 1024-character line length limit on the netgroup database. Revision Changes Path 1.4 +1 -1 src/sbin/mountd/netgroup.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 08:12:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12043 for cvs-all-outgoing; Sun, 7 Jun 1998 08:12:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11975; Sun, 7 Jun 1998 08:11:41 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA26407; Sun, 7 Jun 1998 08:10:28 -0700 (PDT) Date: Sun, 7 Jun 1998 08:10:28 -0700 (PDT) Message-Id: <199806071510.IAA26407@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mountd netgroup.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1998/06/07 08:10:27 PDT Modified files: (Branch: RELENG_2_2) sbin/mountd netgroup.5 Log: PR: docs/3636 merge from current Revision Changes Path 1.3.2.1 +1 -1 src/sbin/mountd/netgroup.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 08:38:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17105 for cvs-all-outgoing; Sun, 7 Jun 1998 08:38:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sag.lmsal.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA17070; Sun, 7 Jun 1998 08:38:35 -0700 (PDT) (envelope-from handy@sag.lmsal.com) Received: from localhost by sag.lmsal.com; (5.65v3.2/1.1.8.2/19May98-0849AM) id AA24020; Sun, 7 Jun 1998 08:37:42 -0700 Date: Sun, 7 Jun 1998 08:37:42 -0700 (PDT) From: Brian Handy To: John Fieber Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/print/mgv/patches patch-ac In-Reply-To: <199806061737.KAA10364@freefall.freebsd.org> 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 Sat, 6 Jun 1998, John Fieber wrote: > Modified files: > print/mgv/patches patch-ac > Log: > Add -lXext so this port actually works on 2.* systems. This was broken by this: 1.2 Mon Mar 30 8:49:47 1998 UTC by obrien * did not use ${MOTIFLIB} (thus wouldn't build for me) * ports track -STABLE not -CURRENT. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * more PREFIX cleaning So, right now it's apparently using the wrong makefile and you're having to patch your way around it. There is a 2.x makefile that seems to have problems, and a 3.0 makefile that works for both 2.x and 3.0. Obrien had a problem with mgv reporting that it was built for 3.0 on a 2.2 system in the "About Mgv..." window...something I consider a red herring. I'll take on maintainerhood of this port in a couple of weeks and fix it up so it works right . Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 08:59:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20042 for cvs-all-outgoing; Sun, 7 Jun 1998 08:59:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20030; Sun, 7 Jun 1998 08:59:34 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA26601; Sun, 7 Jun 1998 08:58:22 -0700 (PDT) Date: Sun, 7 Jun 1998 08:58:22 -0700 (PDT) Message-Id: <199806071558.IAA26601@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ircd-hybrid-5 Makefile ports/net/ircd-hybrid-5/files ircd.sh ports/net/ircd-hybrid-5/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 08:58:22 PDT Modified files: net/ircd-hybrid-5 Makefile net/ircd-hybrid-5/pkg PLIST Added files: net/ircd-hybrid-5/files ircd.sh Log: * Added a nice little "ircd.sh" file for etc/rc.d. * "example.conf.trillian", a much more detailed and informative (with comments!) is now also installed. * Fixed Makefile to install these new files, plus removed a bogus comment that I had accidentally left in there. * Updated PLIST with the new files. Revision Changes Path 1.5 +3 -2 ports/net/ircd-hybrid-5/Makefile 1.3 +3 -0 ports/net/ircd-hybrid-5/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 Jun 7 09:01:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20288 for cvs-all-outgoing; Sun, 7 Jun 1998 09:01:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20278 for ; Sun, 7 Jun 1998 09:00:55 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with ESMTP id RAA17358; Sun, 7 Jun 1998 17:00:39 +0100 (BST) Date: Sun, 7 Jun 1998 17:00:39 +0100 (BST) From: Doug Rabson To: Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= cc: Peter Wemm , David Greenman , John Hay , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_kern.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8BIT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 7 Jun 1998, Dag-Erling Coidan [iso-8859-1] Smørgrav wrote: > > If I got bc to work right, and put in the right numbers :-) then: > > 2x10^12 == 2^40.86313713864834817486 > > 4x10^12 == 2^41.86313713864834817488 > > Oh. You mean 2 TB and 4 TB :) Actually, kvm is (2^41 - 2^33). The 8G at the top of the kernel virtual address space is reserved for the magic page table recursive mapping. Also for next generation alphas (21264), I expect to support 4 level page tables which will allow 2^52 user and (2^51 - 2^43) kernel address spaces with the 8k page size. If the page size is increased to 32k, the entire 64bit address space can be covered. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 09:23:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24121 for cvs-all-outgoing; Sun, 7 Jun 1998 09:23:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23769; Sun, 7 Jun 1998 09:21:20 -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.8.7/8.8.7) with ESMTP id QAA10771; Sun, 7 Jun 1998 16:21:12 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id SAA16026; Sun, 7 Jun 1998 18:20:26 +0200 (MET DST) Message-ID: <19980607182025.57478@follo.net> Date: Sun, 7 Jun 1998 18:20:25 +0200 From: Eivind Eklund To: Peter Hawkins , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config mkmakefile.c References: <199806071338.GAA03403@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199806071338.GAA03403@freefall.freebsd.org>; from Peter Hawkins on Sun, Jun 07, 1998 at 06:38:18AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Jun 07, 1998 at 06:38:18AM -0700, Peter Hawkins wrote: > thepish 1998/06/07 06:38:18 PDT > > Modified files: (Branch: RELENG_2_2) > usr.sbin/config mkmakefile.c > Log: > PR: bin/5730 > Submitted by: James Raynard james@jraynard.demon.co.uk > Make config's invalid option warning messages more informative. Corrected by > adding the improved error report from -current. Thanks! This change is wrong, and should be backed out. The change you've merged (from rev 1.26) was one of mine, and was done because unknown options aren't used on purpose in -current anymore - all the 'known options' (the ones that are used in GENERIC and LINT) are now new-style, so they're known to config, too. The cleanup has not been done in -stable, so this change is not appropriate there. Merging the cleanup is not easy; a straight merge is unlikely to be correct, and repeating large amounts of cleanup in the 2.2 branch is not exactly my idea of a good time. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 10:04:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01382 for cvs-all-outgoing; Sun, 7 Jun 1998 10:04:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01284; Sun, 7 Jun 1998 10:03:49 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.0/frmug-2.3/nospam) with UUCP id TAA22570; Sun, 7 Jun 1998 19:03:46 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.9.0.Beta4/keltia-2.14/nospam) id PAA24242; Sun, 7 Jun 1998 15:30:59 +0200 (CEST) (envelope-from roberto) Message-ID: <19980607153059.A24232@keltia.freenix.fr> Date: Sun, 7 Jun 1998 15:30:59 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/ncurses - Imported sources Mail-Followup-To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG References: <199806071201.FAA21259@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.3i In-Reply-To: <199806071201.FAA21259@freefall.freebsd.org>; from Jun Kuriyama on Sun, Jun 07, 1998 at 05:01:15AM -0700 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4311 AMD-K6 MMX @ 225 MHz Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk According to Jun Kuriyama: > Vendor Tag: ANDY > Release Tags: v1_9_9g The version made by T. Dickey is at around 4.2 now... I don't think the 1.9* versions are developped anymore. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #60: Fri May 15 21:04:22 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 10:10:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02294 for cvs-all-outgoing; Sun, 7 Jun 1998 10:10:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02179; Sun, 7 Jun 1998 10:09:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA27813; Sun, 7 Jun 1998 10:08:44 -0700 (PDT) Date: Sun, 7 Jun 1998 10:08:44 -0700 (PDT) Message-Id: <199806071708.KAA27813@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/07 10:08:43 PDT Modified files: usr.sbin/ppp Makefile Log: Fix previous commit. bit 1 is the execute bit, not the read bit *blush* ie, BINMODE=4551 -> BINMODE=4554 Pointed out by: Bruce Evans Revision Changes Path 1.40 +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 Sun Jun 7 10:11:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02537 for cvs-all-outgoing; Sun, 7 Jun 1998 10:11:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02485; Sun, 7 Jun 1998 10:11:37 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA27964; Sun, 7 Jun 1998 10:10:23 -0700 (PDT) Date: Sun, 7 Jun 1998 10:10:23 -0700 (PDT) Message-Id: <199806071710.KAA27964@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/07 10:10:23 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp Makefile Log: MFC: Fix previous commit. bit 1 is the execute bit, not the read bit *blush* ie, BINMODE=4551 -> BINMODE=4554 Pointed out by: Bruce Evans Revision Changes Path 1.9.2.16 +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 Sun Jun 7 10:12:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02665 for cvs-all-outgoing; Sun, 7 Jun 1998 10:12:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02594; Sun, 7 Jun 1998 10:12:10 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA27990; Sun, 7 Jun 1998 10:10:56 -0700 (PDT) Date: Sun, 7 Jun 1998 10:10:56 -0700 (PDT) Message-Id: <199806071710.KAA27990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/07 10:10:56 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp command.c Log: Use a width of 0 rather than 32 when HISADDR is 0.0.0.0. Reported by: many Narrowed down by: Lutz Albers Revision Changes Path 1.24.2.51 +5 -4 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 Sun Jun 7 10:14:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03178 for cvs-all-outgoing; Sun, 7 Jun 1998 10:14:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03087; Sun, 7 Jun 1998 10:14:31 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28364; Sun, 7 Jun 1998 10:13:16 -0700 (PDT) Date: Sun, 7 Jun 1998 10:13:16 -0700 (PDT) Message-Id: <199806071713.KAA28364@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/ddb db_aout.c db_break.c db_break.h db_examine.c db_lex.c db_output.c db_print.c db_run.c db_sym.c db_variables.c db_variables.h ddb.h src/sys/dev/ccd ccd.c src/sys/dev/dpt dpt_control.c src/sys/dev/en midwayvar.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/07 10:13:16 PDT Modified files: sys/conf options sys/ddb db_aout.c db_break.c db_break.h db_examine.c db_lex.c db_output.c db_print.c db_run.c db_sym.c db_variables.c db_variables.h ddb.h sys/dev/ccd ccd.c sys/dev/dpt dpt_control.c sys/dev/en midwayvar.h sys/dev/pdq pdqvar.h sys/dev/ppbus nlpt.c ppi.c sys/dev/vn vn.c sys/dev/vx if_vx.c sys/gnu/i386/isa dgb.c sys/i386/apm apm.c sys/i386/i386 cons.c db_interface.c db_trace.c machdep.c mem.c sys/i386/ibcs2 ibcs2_ioctl.c ibcs2_isc_sysent.c ibcs2_proto.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_sysent.c syscalls.conf syscalls.isc.conf syscalls.xenix.conf sys/i386/isa alog.c asc.c b004.c ctx.c cx.c cy.c fd.c gpib.c gsc.c if_ar.c if_cx.c if_ed.c if_eg.c if_el.c if_ep.c if_ex.c if_fe.c if_ie.c if_le.c if_lnc.c if_sr.c if_wl.c if_ze.c if_zp.c istallion.c joy.c labpc.c lpt.c mcd.c mse.c pcaudio.c psm.c rc.c rp.c scd.c si.c sio.c spigot.c spkr.c stallion.c syscons.c wcd.c wd.c wfd.c wt.c sys/i386/isa/matcd matcd.c sys/i386/isa/pcvt pcvt_drv.c sys/i386/isa/sound soundcard.c sys/i386/linux linux_ioctl.c linux_proto.h linux_sysvec.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern imgact_elf.c init_main.c kern_conf.c kern_exec.c kern_intr.c kern_lkm.c kern_shutdown.c kern_sig.c kern_subr.c link_aout.c makesyscalls.sh md5c.c subr_log.c subr_xxx.c sys_pipe.c sys_process.c sys_socket.c syscalls.master tty.c tty_compat.c tty_conf.c tty_pty.c tty_snoop.c tty_tty.c uipc_socket2.c vfs_lookup.c vfs_subr.c vfs_syscalls.c vfs_vnops.c sys/miscfs/procfs procfs_mem.c procfs_vfsops.c sys/miscfs/specfs spec_vnops.c sys/net bpf.c if.c if_disc.c if_loop.c if_ppp.c if_pppvar.h if_sl.c if_tun.c if_var.h ppp_tty.c sys/netatalk at_control.c at_extern.h sys/netinet if_ether.c in.c in_systm.h in_var.h ip_fil.h mlf_ipl.c sys/netipx ipx.c ipx_ip.c ipx_var.h sys/netnatm natm.c sys/nfs nfs_serv.c nfs_socket.c nfs_vfsops.c sys/pccard pccard.c sys/pci brooktree848.c if_devar.h if_fxpvar.h if_tl.c if_tx.c meteor.c ncr.c pci.c smc83c170.h sys/scsi cd.c ch.c od.c scsi_ioctl.c scsiconf.h sd.c ssc.c st.c su.c worm.c sys/sys conf.h disklabel.h file.h imgact_elf.h ioccom.h kernel.h namei.h param.h protosw.h ptrace.h socketvar.h sysent.h sysproto.h systm.h tty.h types.h sys/vm vm_extern.h vm_map.c vm_mmap.c vm_object.c vm_page.c vm_page.h Log: This commit fixes various 64bit portability problems required for FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time. Revision Changes Path 1.77 +4 -1 src/sys/conf/options 1.20 +3 -1 src/sys/ddb/db_aout.c 1.15 +5 -4 src/sys/ddb/db_break.c 1.10 +3 -1 src/sys/ddb/db_break.h 1.18 +2 -2 src/sys/ddb/db_examine.c 1.15 +2 -2 src/sys/ddb/db_lex.c 1.23 +3 -3 src/sys/ddb/db_output.c 1.18 +2 -2 src/sys/ddb/db_print.c 1.14 +5 -5 src/sys/ddb/db_run.c 1.21 +3 -3 src/sys/ddb/db_sym.c 1.15 +2 -2 src/sys/ddb/db_variables.c 1.9 +2 -2 src/sys/ddb/db_variables.h 1.18 +7 -7 src/sys/ddb/ddb.h 1.33 +2 -2 src/sys/dev/ccd/ccd.c 1.6 +3 -3 src/sys/dev/dpt/dpt_control.c 1.2 +1 -1 src/sys/dev/en/midwayvar.h 1.2 +2 -2 src/sys/dev/pdq/pdqvar.h 1.8 +2 -2 src/sys/dev/ppbus/nlpt.c 1.7 +2 -2 src/sys/dev/ppbus/ppi.c 1.60 +2 -2 src/sys/dev/vn/vn.c 1.17 +3 -3 src/sys/dev/vx/if_vx.c 1.36 +2 -2 src/sys/gnu/i386/isa/dgb.c 1.72 +2 -2 src/sys/i386/apm/apm.c 1.58 +2 -2 src/sys/i386/i386/cons.c 1.39 +3 -3 src/sys/i386/i386/db_interface.c 1.28 +17 -17 src/sys/i386/i386/db_trace.c 1.299 +3 -3 src/sys/i386/i386/machdep.c 1.51 +2 -2 src/sys/i386/i386/mem.c 1.11 +1 -1 src/sys/i386/ibcs2/ibcs2_ioctl.c 1.5 +2 -0 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.8 +150 -143 src/sys/i386/ibcs2/ibcs2_proto.h 1.9 +2 -0 src/sys/i386/ibcs2/ibcs2_sysent.c 1.7 +40 -28 src/sys/i386/ibcs2/ibcs2_xenix.h 1.5 +2 -0 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.5 +2 -1 src/sys/i386/ibcs2/syscalls.conf 1.4 +2 -1 src/sys/i386/ibcs2/syscalls.isc.conf 1.4 +2 -1 src/sys/i386/ibcs2/syscalls.xenix.conf 1.6 +2 -2 src/sys/i386/isa/alog.c 1.30 +2 -2 src/sys/i386/isa/asc.c 1.22 +1 -1 src/sys/i386/isa/b004.c 1.27 +2 -2 src/sys/i386/isa/ctx.c 1.30 +1 -1 src/sys/i386/isa/cx.c 1.63 +2 -2 src/sys/i386/isa/cy.c 1.113 +2 -2 src/sys/i386/isa/fd.c 1.22 +1 -1 src/sys/i386/isa/gpib.c 1.28 +1 -1 src/sys/i386/isa/gsc.c 1.19 +3 -3 src/sys/i386/isa/if_ar.c 1.24 +2 -2 src/sys/i386/isa/if_cx.c 1.141 +3 -3 src/sys/i386/isa/if_ed.c 1.28 +3 -3 src/sys/i386/isa/if_eg.c 1.36 +3 -3 src/sys/i386/isa/if_el.c 1.75 +3 -3 src/sys/i386/isa/if_ep.c 1.12 +3 -3 src/sys/i386/isa/if_ex.c 1.41 +3 -3 src/sys/i386/isa/if_fe.c 1.53 +3 -3 src/sys/i386/isa/if_ie.c 1.45 +3 -3 src/sys/i386/isa/if_le.c 1.43 +3 -3 src/sys/i386/isa/if_lnc.c 1.13 +3 -3 src/sys/i386/isa/if_sr.c 1.12 +3 -3 src/sys/i386/isa/if_wl.c 1.53 +3 -3 src/sys/i386/isa/if_ze.c 1.48 +3 -3 src/sys/i386/isa/if_zp.c 1.19 +2 -2 src/sys/i386/isa/istallion.c 1.24 +1 -1 src/sys/i386/isa/joy.c 1.25 +1 -1 src/sys/i386/isa/labpc.c 1.69 +4 -4 src/sys/i386/isa/lpt.c 1.98 +2 -2 src/sys/i386/isa/mcd.c 1.38 +2 -2 src/sys/i386/isa/mse.c 1.41 +2 -2 src/sys/i386/isa/pcaudio.c 1.53 +2 -2 src/sys/i386/isa/psm.c 1.35 +2 -1 src/sys/i386/isa/rc.c 1.14 +1 -1 src/sys/i386/isa/rp.c 1.37 +2 -2 src/sys/i386/isa/scd.c 1.71 +2 -2 src/sys/i386/isa/si.c 1.206 +2 -2 src/sys/i386/isa/sio.c 1.33 +1 -1 src/sys/i386/isa/spigot.c 1.34 +2 -2 src/sys/i386/isa/spkr.c 1.20 +2 -2 src/sys/i386/isa/stallion.c 1.262 +2 -2 src/sys/i386/isa/syscons.c 1.53 +2 -2 src/sys/i386/isa/wcd.c 1.168 +2 -2 src/sys/i386/isa/wd.c 1.10 +2 -2 src/sys/i386/isa/wfd.c 1.44 +2 -2 src/sys/i386/isa/wt.c 1.33 +2 -2 src/sys/i386/isa/matcd/matcd.c 1.38 +1 -1 src/sys/i386/isa/pcvt/pcvt_drv.c 1.67 +1 -1 src/sys/i386/isa/sound/soundcard.c 1.24 +2 -2 src/sys/i386/linux/linux_ioctl.c 1.10 +172 -167 src/sys/i386/linux/linux_proto.h 1.30 +12 -12 src/sys/i386/linux/linux_sysvec.c 1.40 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.25 +50 -22 src/sys/kern/imgact_elf.c 1.94 +6 -4 src/sys/kern/init_main.c 1.24 +63 -1 src/sys/kern/kern_conf.c 1.83 +16 -13 src/sys/kern/kern_exec.c 1.15 +6 -6 src/sys/kern/kern_intr.c 1.49 +3 -3 src/sys/kern/kern_lkm.c 1.33 +3 -1 src/sys/kern/kern_shutdown.c 1.41 +2 -2 src/sys/kern/kern_sig.c 1.20 +4 -4 src/sys/kern/kern_subr.c 1.6 +6 -1 src/sys/kern/link_aout.c 1.32 +15 -9 src/sys/kern/makesyscalls.sh 1.15 +2 -2 src/sys/kern/md5c.c 1.30 +2 -2 src/sys/kern/subr_log.c 1.10 +3 -3 src/sys/kern/subr_xxx.c 1.42 +3 -3 src/sys/kern/sys_pipe.c 1.38 +5 -5 src/sys/kern/sys_process.c 1.18 +2 -2 src/sys/kern/sys_socket.c 1.52 +2 -2 src/sys/kern/syscalls.master 1.104 +3 -2 src/sys/kern/tty.c 1.28 +3 -3 src/sys/kern/tty_compat.c 1.13 +2 -2 src/sys/kern/tty_conf.c 1.52 +2 -2 src/sys/kern/tty_pty.c 1.29 +1 -1 src/sys/kern/tty_snoop.c 1.24 +2 -2 src/sys/kern/tty_tty.c 1.37 +2 -2 src/sys/kern/uipc_socket2.c 1.28 +3 -3 src/sys/kern/vfs_lookup.c 1.154 +3 -1 src/sys/kern/vfs_subr.c 1.102 +2 -2 src/sys/kern/vfs_syscalls.c 1.58 +3 -3 src/sys/kern/vfs_vnops.c 1.33 +2 -2 src/sys/miscfs/procfs/procfs_mem.c 1.22 +2 -2 src/sys/miscfs/procfs/procfs_vfsops.c 1.63 +2 -2 src/sys/miscfs/specfs/spec_vnops.c 1.39 +2 -2 src/sys/net/bpf.c 1.59 +4 -4 src/sys/net/if.c 1.20 +3 -3 src/sys/net/if_disc.c 1.32 +3 -3 src/sys/net/if_loop.c 1.58 +6 -4 src/sys/net/if_ppp.c 1.13 +2 -2 src/sys/net/if_pppvar.h 1.69 +6 -6 src/sys/net/if_sl.c 1.48 +3 -3 src/sys/net/if_tun.c 1.8 +3 -3 src/sys/net/if_var.h 1.36 +3 -3 src/sys/net/ppp_tty.c 1.24 +1 -1 src/sys/netatalk/at_control.c 1.10 +1 -1 src/sys/netatalk/at_extern.h 1.46 +3 -3 src/sys/netinet/if_ether.c 1.38 +2 -2 src/sys/netinet/in.c 1.6 +12 -1 src/sys/netinet/in_systm.h 1.29 +2 -2 src/sys/netinet/in_var.h 1.3 +2 -2 src/sys/netinet/ip_fil.h 1.8 +3 -1 src/sys/netinet/mlf_ipl.c 1.12 +2 -2 src/sys/netipx/ipx.c 1.21 +3 -3 src/sys/netipx/ipx_ip.c 1.10 +2 -2 src/sys/netipx/ipx_var.h 1.9 +2 -2 src/sys/netnatm/natm.c 1.69 +3 -3 src/sys/nfs/nfs_serv.c 1.41 +3 -3 src/sys/nfs/nfs_socket.c 1.72 +2 -2 src/sys/nfs/nfs_vfsops.c 1.61 +2 -2 src/sys/pccard/pccard.c 1.41 +1 -1 src/sys/pci/brooktree848.c 1.6 +2 -2 src/sys/pci/if_devar.h 1.5 +2 -2 src/sys/pci/if_fxpvar.h 1.9 +4 -4 src/sys/pci/if_tl.c 1.11 +2 -2 src/sys/pci/if_tx.c 1.31 +1 -1 src/sys/pci/meteor.c 1.118 +3 -3 src/sys/pci/ncr.c 1.83 +8 -2 src/sys/pci/pci.c 1.8 +2 -2 src/sys/pci/smc83c170.h 1.93 +3 -3 src/sys/scsi/cd.c 1.46 +3 -3 src/sys/scsi/ch.c 1.39 +3 -3 src/sys/scsi/od.c 1.31 +2 -2 src/sys/scsi/scsi_ioctl.c 1.61 +4 -4 src/sys/scsi/scsiconf.h 1.130 +6 -6 src/sys/scsi/sd.c 1.19 +2 -2 src/sys/scsi/ssc.c 1.88 +3 -3 src/sys/scsi/st.c 1.19 +2 -2 src/sys/scsi/su.c 1.56 +3 -3 src/sys/scsi/worm.c 1.40 +52 -3 src/sys/sys/conf.h 1.32 +6 -1 src/sys/sys/disklabel.h 1.16 +2 -2 src/sys/sys/file.h 1.7 +36 -1 src/sys/sys/imgact_elf.h 1.7 +2 -2 src/sys/sys/ioccom.h 1.41 +16 -1 src/sys/sys/kernel.h 1.21 +2 -2 src/sys/sys/namei.h 1.33 +2 -2 src/sys/sys/param.h 1.24 +3 -3 src/sys/sys/protosw.h 1.8 +3 -3 src/sys/sys/ptrace.h 1.28 +2 -2 src/sys/sys/socketvar.h 1.18 +2 -2 src/sys/sys/sysent.h 1.39 +517 -512 src/sys/sys/sysproto.h 1.71 +17 -5 src/sys/sys/systm.h 1.42 +4 -4 src/sys/sys/tty.h 1.25 +5 -1 src/sys/sys/types.h 1.38 +3 -3 src/sys/vm/vm_extern.h 1.128 +14 -14 src/sys/vm/vm_map.c 1.78 +3 -2 src/sys/vm/vm_mmap.c 1.122 +8 -8 src/sys/vm/vm_object.c 1.101 +2 -2 src/sys/vm/vm_page.c 1.40 +6 -1 src/sys/vm/vm_page.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 7 10:24:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05283 for cvs-all-outgoing; Sun, 7 Jun 1998 10:24:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05269; Sun, 7 Jun 1998 10:24:18 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28418; Sun, 7 Jun 1998 10:23:05 -0700 (PDT) Date: Sun, 7 Jun 1998 10:23:05 -0700 (PDT) Message-Id: <199806071723.KAA28418@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/delegate Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/07 10:23:04 PDT Modified files: net/delegate Makefile Log: Upgrade, 5.3.7 -> 5.4.3. Revision Changes Path 1.11 +4 -4 ports/net/delegate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 10:25:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05420 for cvs-all-outgoing; Sun, 7 Jun 1998 10:25:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05396; Sun, 7 Jun 1998 10:25:09 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28447; Sun, 7 Jun 1998 10:23:56 -0700 (PDT) Date: Sun, 7 Jun 1998 10:23:56 -0700 (PDT) Message-Id: <199806071723.KAA28447@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/delegate/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk max 1998/06/07 10:23:55 PDT Modified files: net/delegate/files md5 Log: Upgrade, 5.3.7 -> 5.4.3. Revision Changes Path 1.11 +1 -1 ports/net/delegate/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 Jun 7 10:38:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07961 for cvs-all-outgoing; Sun, 7 Jun 1998 10:38:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07686; Sun, 7 Jun 1998 10:37:58 -0700 (PDT) (envelope-from pb@fasterix.frmug.org) Received: (from uucp@localhost) by frmug.org (8.9.0/frmug-2.3/nospam) with UUCP id TAA23950; Sun, 7 Jun 1998 19:37:36 +0200 (CEST) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.8.8/8.8.5/pb-19970302) id TAA06197; Sun, 7 Jun 1998 19:10:58 +0200 (CEST) Message-ID: <19980607191057.A5436@fasterix.frmug.fr.net> Date: Sun, 7 Jun 1998 19:10:57 +0200 From: Pierre Beyssac To: Andreas Klemm , Satoshi Asami , andreas@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/gtar - Imported sources References: <199806061034.DAA09783@freefall.freebsd.org> <199806061040.DAA02047@silvia.HIP.Berkeley.EDU> <19980606144251.A26377@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.8i In-Reply-To: <19980606144251.A26377@klemm.gtn.com>; from Andreas Klemm on Sat, Jun 06, 1998 at 02:42:51PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Jun 06, 1998 at 02:42:51PM +0200, Andreas Klemm wrote: > I still remember, how the import of the new bc broke some things. > > Since tar is a "build" tool for tar balls, for make release, for > installing a FreeBSD and such, I didn't want to produce a "show > stopper". That's probably a wise choice, as I have been bitten myself by differences between the latest GNU tar and 2.2.6/current tar. E.g. if /usr/local is a symbolic link, tar cfv myarchive.tar /usr/local/ (note the trailing /) FreeBSD tar archives the destination of the link, whereas GNU tar archives just the link... Can bite you really bad if you happen to backup stuff... -- 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 Sun Jun 7 11:02:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11404 for cvs-all-outgoing; Sun, 7 Jun 1998 11:02:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from fly.HiWAAY.net (sprice@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11373 for ; Sun, 7 Jun 1998 11:02:27 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by fly.HiWAAY.net (8.8.8/8.8.6) with SMTP id NAA27555; Sun, 7 Jun 1998 13:02:18 -0500 (CDT) Date: Sun, 7 Jun 1998 13:02:18 -0500 (CDT) From: Steve Price To: John Birrell cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/omniORB Makefile ports/devel/omniORB/patches patch-ab patch-aa In-Reply-To: <199806062328.JAA02970@cimlogic.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I noticed this and it struck me as odd too. What would be the appropriate number to use? Steve On Sun, 7 Jun 1998, John Birrell wrote: # Satoshi Asami wrote: # > c++ -fhandle-exceptions -pipe -I../../../include -DPthreadDraftVersion=8 -c posix.cc -o posix.o # # That's unusual ----------------------------------------^^^^^^^^^^^^^^^^^^^^^ # # -- # 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 Jun 7 11:39:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15701 for cvs-all-outgoing; Sun, 7 Jun 1998 11:39:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15693; Sun, 7 Jun 1998 11:39:46 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA29979; Sun, 7 Jun 1998 11:38:33 -0700 (PDT) Date: Sun, 7 Jun 1998 11:38:33 -0700 (PDT) Message-Id: <199806071838.LAA29979@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/adduser adduser.perl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/07 11:38:33 PDT Modified files: usr.sbin/adduser adduser.perl Log: Always ask for homedir. PR: 6754 Submitted by: uhlar@netlab.sk Revision Changes Path 1.40 +38 -11 src/usr.sbin/adduser/adduser.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 11:43:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16283 for cvs-all-outgoing; Sun, 7 Jun 1998 11:43:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16275; Sun, 7 Jun 1998 11:42:58 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00232; Sun, 7 Jun 1998 11:41:45 -0700 (PDT) Date: Sun, 7 Jun 1998 11:41:45 -0700 (PDT) Message-Id: <199806071841.LAA00232@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 11:41:45 PDT Modified files: . modules Log: wmmail --> ports/x11/wmmail Revision Changes Path 1.2067 +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 Jun 7 11:45:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16643 for cvs-all-outgoing; Sun, 7 Jun 1998 11:45:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16629; Sun, 7 Jun 1998 11:45:17 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00296; Sun, 7 Jun 1998 11:44:04 -0700 (PDT) Date: Sun, 7 Jun 1998 11:44:04 -0700 (PDT) Message-Id: <199806071844.LAA00296@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/slice slice_device.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1998/06/07 11:44:04 PDT Modified files: sys/dev/slice slice_device.c Log: Fix the retyping of the ioctl cmd parm from int to u_long. Revision Changes Path 1.6 +2 -2 src/sys/dev/slice/slice_device.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 7 11:46:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16770 for cvs-all-outgoing; Sun, 7 Jun 1998 11:46:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16761; Sun, 7 Jun 1998 11:46:09 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00309; Sun, 7 Jun 1998 11:44:56 -0700 (PDT) Date: Sun, 7 Jun 1998 11:44:56 -0700 (PDT) Message-Id: <199806071844.LAA00309@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/wmmail - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 11:44:56 PDT ports/x11/wmmail - Imported sources Update of /home/ncvs/ports/x11/wmmail In directory freefall.freebsd.org:/f/users/dburr/wmmail Log Message: Submitted by: Rom Import of new port x11/wmmail, a reworked ASmail (mail notifier) for the WindowMaker dock. Status: Vendor Tag: DBURR Release Tags: wmmail_0_59 N ports/x11/wmmail/Makefile I ports/x11/wmmail/CVS N ports/x11/wmmail/pkg/COMMENT N ports/x11/wmmail/pkg/DESCR N ports/x11/wmmail/pkg/PLIST N ports/x11/wmmail/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 Jun 7 11:47:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16900 for cvs-all-outgoing; Sun, 7 Jun 1998 11:47:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16894; Sun, 7 Jun 1998 11:47:50 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00347; Sun, 7 Jun 1998 11:46:38 -0700 (PDT) Date: Sun, 7 Jun 1998 11:46:38 -0700 (PDT) Message-Id: <199806071846.LAA00347@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 11:46:37 PDT Modified files: x11 Makefile Log: Activate wmmail. Revision Changes Path 1.208 +2 -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 Sun Jun 7 11:52:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17459 for cvs-all-outgoing; Sun, 7 Jun 1998 11:52:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17454; Sun, 7 Jun 1998 11:52:24 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00395; Sun, 7 Jun 1998 11:51:12 -0700 (PDT) Date: Sun, 7 Jun 1998 11:51:12 -0700 (PDT) Message-Id: <199806071851.LAA00395@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/07 11:51:11 PDT Modified files: handbook submitters.sgml Log: Added Rom to the list of Additional FreeBSD Contributors for his contribution of ports/x11/wmmail. Thanks! Revision Changes Path 1.193 +3 -1 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 11:53:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17614 for cvs-all-outgoing; Sun, 7 Jun 1998 11:53:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17587; Sun, 7 Jun 1998 11:53:12 -0700 (PDT) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.8/8.8.7) with SMTP id NAA06927; Sun, 7 Jun 1998 13:53:07 -0500 (EST) Date: Sun, 7 Jun 1998 13:53:07 -0500 (EST) From: John Fieber To: Brian Handy cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/print/mgv/patches patch-ac 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 Sun, 7 Jun 1998, Brian Handy wrote: > So, right now it's apparently using the wrong makefile and you're having > to patch your way around it. There is a 2.x makefile that seems to have > problems, and a 3.0 makefile that works for both 2.x and 3.0. It was using the 2.x Makefile, in which the only apparent breakage was a missing -lXext. With that added, everything seems to be fine, including the OS version reported in the "About..." box. -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 12:42:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24903 for cvs-all-outgoing; Sun, 7 Jun 1998 12:42:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24869; Sun, 7 Jun 1998 12:41:59 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01224; Sun, 7 Jun 1998 12:40:46 -0700 (PDT) Date: Sun, 7 Jun 1998 12:40:46 -0700 (PDT) Message-Id: <199806071940.MAA01224@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/slice disklabel.c mbr.c slice.h src/sys/i386/isa fd.c wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/07 12:40:45 PDT Modified files: sys/dev/slice disklabel.c mbr.c slice.h sys/i386/isa fd.c wd.c Log: Fix some more ioctls which I missed becausese they were hidden by options which were not in LINT. Revision Changes Path 1.6 +3 -3 src/sys/dev/slice/disklabel.c 1.6 +2 -2 src/sys/dev/slice/mbr.c 1.3 +3 -3 src/sys/dev/slice/slice.h 1.114 +2 -2 src/sys/i386/isa/fd.c 1.169 +2 -2 src/sys/i386/isa/wd.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 7 12:45:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25248 for cvs-all-outgoing; Sun, 7 Jun 1998 12:45:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25240; Sun, 7 Jun 1998 12:45:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01289; Sun, 7 Jun 1998 12:44:25 -0700 (PDT) Date: Sun, 7 Jun 1998 12:44:25 -0700 (PDT) Message-Id: <199806071944.MAA01289@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/include timepps.h Makefile src/sys/sys timepps.h src/sys/dev/ppbus ppbconf.h pps.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/07 12:44:24 PDT Modified files: include Makefile sys/dev/ppbus ppbconf.h pps.c Added files: include timepps.h sys/sys timepps.h Log: This is a prototype implementation of the draft-mogul-pps-api-##.txt paper. It will be updated along with the draft and possible subsequent standard. The ppbus based pps driver is updated to implement this API. Revision Changes Path 1.78 +3 -3 src/include/Makefile 1.6 +2 -1 src/sys/dev/ppbus/ppbconf.h 1.5 +60 -49 src/sys/dev/ppbus/pps.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 7 13:12:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29466 for cvs-all-outgoing; Sun, 7 Jun 1998 13:12:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29294; Sun, 7 Jun 1998 13:12:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01417; Sun, 7 Jun 1998 13:10:54 -0700 (PDT) Date: Sun, 7 Jun 1998 13:10:54 -0700 (PDT) Message-Id: <199806072010.NAA01417@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/07 13:10:54 PDT Modified files: sys/dev/vn vn.c Log: Fix another DEVFS/SLICE ioctl. Revision Changes Path 1.61 +2 -2 src/sys/dev/vn/vn.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 7 13:38:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02787 for cvs-all-outgoing; Sun, 7 Jun 1998 13:38:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02780; Sun, 7 Jun 1998 13:38:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01529; Sun, 7 Jun 1998 13:36:56 -0700 (PDT) Date: Sun, 7 Jun 1998 13:36:56 -0700 (PDT) Message-Id: <199806072036.NAA01529@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c loran.c src/sys/kern kern_clock.c src/sys/sys time.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/07 13:36:56 PDT Modified files: sys/i386/isa clock.c loran.c sys/kern kern_clock.c sys/sys time.h Log: Add a member function more to the timecounters, this one is for use with latch based PPS implementations. The client that uses it will be committed after more testing. Revision Changes Path 1.123 +3 -1 src/sys/i386/isa/clock.c 1.6 +2 -1 src/sys/i386/isa/loran.c 1.72 +32 -6 src/sys/kern/kern_clock.c 1.32 +4 -1 src/sys/sys/time.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 7 14:00:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06083 for cvs-all-outgoing; Sun, 7 Jun 1998 14:00:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05931; Sun, 7 Jun 1998 13:59:41 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id HAA05709; Mon, 8 Jun 1998 07:02:34 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806072102.HAA05709@cimlogic.com.au> Subject: Re: cvs commit: src/sys/conf options src/sys/ddb db_aout.c db_break.c db_break.h db_examine.c db_lex.c db_output.c db_print. In-Reply-To: <199806071713.KAA28364@freefall.freebsd.org> from Doug Rabson at "Jun 7, 98 10:13:16 am" To: dfr@FreeBSD.ORG (Doug Rabson) Date: Mon, 8 Jun 1998 07:02:33 +1000 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This is going to keep Bruce busy for a while. 8-) Doug Rabson wrote: > dfr 1998/06/07 10:13:16 PDT > > Modified files: > sys/conf options > sys/ddb db_aout.c db_break.c db_break.h > db_examine.c db_lex.c db_output.c > db_print.c db_run.c db_sym.c > db_variables.c db_variables.h ddb.h > sys/dev/ccd ccd.c > sys/dev/dpt dpt_control.c > sys/dev/en midwayvar.h > sys/dev/pdq pdqvar.h > sys/dev/ppbus nlpt.c ppi.c > sys/dev/vn vn.c > sys/dev/vx if_vx.c > sys/gnu/i386/isa dgb.c > sys/i386/apm apm.c > sys/i386/i386 cons.c db_interface.c db_trace.c > machdep.c mem.c > sys/i386/ibcs2 ibcs2_ioctl.c ibcs2_isc_sysent.c > ibcs2_proto.h ibcs2_sysent.c > ibcs2_xenix.h ibcs2_xenix_sysent.c > syscalls.conf syscalls.isc.conf > syscalls.xenix.conf > sys/i386/isa alog.c asc.c b004.c ctx.c cx.c cy.c fd.c > gpib.c gsc.c if_ar.c if_cx.c if_ed.c > if_eg.c if_el.c if_ep.c if_ex.c if_fe.c > if_ie.c if_le.c if_lnc.c if_sr.c if_wl.c > if_ze.c if_zp.c istallion.c joy.c labpc.c > lpt.c mcd.c mse.c pcaudio.c psm.c rc.c > rp.c scd.c si.c sio.c spigot.c spkr.c > stallion.c syscons.c wcd.c wd.c wfd.c > wt.c > sys/i386/isa/matcd matcd.c > sys/i386/isa/pcvt pcvt_drv.c > sys/i386/isa/sound soundcard.c > sys/i386/linux linux_ioctl.c linux_proto.h > linux_sysvec.c > sys/isofs/cd9660 cd9660_vfsops.c > sys/kern imgact_elf.c init_main.c kern_conf.c > kern_exec.c kern_intr.c kern_lkm.c > kern_shutdown.c kern_sig.c kern_subr.c > link_aout.c makesyscalls.sh md5c.c > subr_log.c subr_xxx.c sys_pipe.c > sys_process.c sys_socket.c > syscalls.master tty.c tty_compat.c > tty_conf.c tty_pty.c tty_snoop.c > tty_tty.c uipc_socket2.c vfs_lookup.c > vfs_subr.c vfs_syscalls.c vfs_vnops.c > sys/miscfs/procfs procfs_mem.c procfs_vfsops.c > sys/miscfs/specfs spec_vnops.c > sys/net bpf.c if.c if_disc.c if_loop.c if_ppp.c > if_pppvar.h if_sl.c if_tun.c if_var.h > ppp_tty.c > sys/netatalk at_control.c at_extern.h > sys/netinet if_ether.c in.c in_systm.h in_var.h > ip_fil.h mlf_ipl.c > sys/netipx ipx.c ipx_ip.c ipx_var.h > sys/netnatm natm.c > sys/nfs nfs_serv.c nfs_socket.c nfs_vfsops.c > sys/pccard pccard.c > sys/pci brooktree848.c if_devar.h if_fxpvar.h > if_tl.c if_tx.c meteor.c ncr.c pci.c > smc83c170.h > sys/scsi cd.c ch.c od.c scsi_ioctl.c scsiconf.h > sd.c ssc.c st.c su.c worm.c > sys/sys conf.h disklabel.h file.h imgact_elf.h > ioccom.h kernel.h namei.h param.h > protosw.h ptrace.h socketvar.h sysent.h > sysproto.h systm.h tty.h types.h > sys/vm vm_extern.h vm_map.c vm_mmap.c > vm_object.c vm_page.c vm_page.h > Log: > This commit fixes various 64bit portability problems required for > FreeBSD/alpha. The most significant item is to change the command > argument to ioctl functions from int to u_long. This change brings us > inline with various other BSD versions. Driver writers may like to > use (__FreeBSD_version == 300003) to detect this change. > > The prototype FreeBSD/alpha machdep will follow in a couple of days > time. > > Revision Changes Path > 1.77 +4 -1 src/sys/conf/options > 1.20 +3 -1 src/sys/ddb/db_aout.c > 1.15 +5 -4 src/sys/ddb/db_break.c > 1.10 +3 -1 src/sys/ddb/db_break.h > 1.18 +2 -2 src/sys/ddb/db_examine.c > 1.15 +2 -2 src/sys/ddb/db_lex.c > 1.23 +3 -3 src/sys/ddb/db_output.c > 1.18 +2 -2 src/sys/ddb/db_print.c > 1.14 +5 -5 src/sys/ddb/db_run.c > 1.21 +3 -3 src/sys/ddb/db_sym.c > 1.15 +2 -2 src/sys/ddb/db_variables.c > 1.9 +2 -2 src/sys/ddb/db_variables.h > 1.18 +7 -7 src/sys/ddb/ddb.h > 1.33 +2 -2 src/sys/dev/ccd/ccd.c > 1.6 +3 -3 src/sys/dev/dpt/dpt_control.c > 1.2 +1 -1 src/sys/dev/en/midwayvar.h > 1.2 +2 -2 src/sys/dev/pdq/pdqvar.h > 1.8 +2 -2 src/sys/dev/ppbus/nlpt.c > 1.7 +2 -2 src/sys/dev/ppbus/ppi.c > 1.60 +2 -2 src/sys/dev/vn/vn.c > 1.17 +3 -3 src/sys/dev/vx/if_vx.c > 1.36 +2 -2 src/sys/gnu/i386/isa/dgb.c > 1.72 +2 -2 src/sys/i386/apm/apm.c > 1.58 +2 -2 src/sys/i386/i386/cons.c > 1.39 +3 -3 src/sys/i386/i386/db_interface.c > 1.28 +17 -17 src/sys/i386/i386/db_trace.c > 1.299 +3 -3 src/sys/i386/i386/machdep.c > 1.51 +2 -2 src/sys/i386/i386/mem.c > 1.11 +1 -1 src/sys/i386/ibcs2/ibcs2_ioctl.c > 1.5 +2 -0 src/sys/i386/ibcs2/ibcs2_isc_sysent.c > 1.8 +150 -143 src/sys/i386/ibcs2/ibcs2_proto.h > 1.9 +2 -0 src/sys/i386/ibcs2/ibcs2_sysent.c > 1.7 +40 -28 src/sys/i386/ibcs2/ibcs2_xenix.h > 1.5 +2 -0 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c > 1.5 +2 -1 src/sys/i386/ibcs2/syscalls.conf > 1.4 +2 -1 src/sys/i386/ibcs2/syscalls.isc.conf > 1.4 +2 -1 src/sys/i386/ibcs2/syscalls.xenix.conf > 1.6 +2 -2 src/sys/i386/isa/alog.c > 1.30 +2 -2 src/sys/i386/isa/asc.c > 1.22 +1 -1 src/sys/i386/isa/b004.c > 1.27 +2 -2 src/sys/i386/isa/ctx.c > 1.30 +1 -1 src/sys/i386/isa/cx.c > 1.63 +2 -2 src/sys/i386/isa/cy.c > 1.113 +2 -2 src/sys/i386/isa/fd.c > 1.22 +1 -1 src/sys/i386/isa/gpib.c > 1.28 +1 -1 src/sys/i386/isa/gsc.c > 1.19 +3 -3 src/sys/i386/isa/if_ar.c > 1.24 +2 -2 src/sys/i386/isa/if_cx.c > 1.141 +3 -3 src/sys/i386/isa/if_ed.c > 1.28 +3 -3 src/sys/i386/isa/if_eg.c > 1.36 +3 -3 src/sys/i386/isa/if_el.c > 1.75 +3 -3 src/sys/i386/isa/if_ep.c > 1.12 +3 -3 src/sys/i386/isa/if_ex.c > 1.41 +3 -3 src/sys/i386/isa/if_fe.c > 1.53 +3 -3 src/sys/i386/isa/if_ie.c > 1.45 +3 -3 src/sys/i386/isa/if_le.c > 1.43 +3 -3 src/sys/i386/isa/if_lnc.c > 1.13 +3 -3 src/sys/i386/isa/if_sr.c > 1.12 +3 -3 src/sys/i386/isa/if_wl.c > 1.53 +3 -3 src/sys/i386/isa/if_ze.c > 1.48 +3 -3 src/sys/i386/isa/if_zp.c > 1.19 +2 -2 src/sys/i386/isa/istallion.c > 1.24 +1 -1 src/sys/i386/isa/joy.c > 1.25 +1 -1 src/sys/i386/isa/labpc.c > 1.69 +4 -4 src/sys/i386/isa/lpt.c > 1.98 +2 -2 src/sys/i386/isa/mcd.c > 1.38 +2 -2 src/sys/i386/isa/mse.c > 1.41 +2 -2 src/sys/i386/isa/pcaudio.c > 1.53 +2 -2 src/sys/i386/isa/psm.c > 1.35 +2 -1 src/sys/i386/isa/rc.c > 1.14 +1 -1 src/sys/i386/isa/rp.c > 1.37 +2 -2 src/sys/i386/isa/scd.c > 1.71 +2 -2 src/sys/i386/isa/si.c > 1.206 +2 -2 src/sys/i386/isa/sio.c > 1.33 +1 -1 src/sys/i386/isa/spigot.c > 1.34 +2 -2 src/sys/i386/isa/spkr.c > 1.20 +2 -2 src/sys/i386/isa/stallion.c > 1.262 +2 -2 src/sys/i386/isa/syscons.c > 1.53 +2 -2 src/sys/i386/isa/wcd.c > 1.168 +2 -2 src/sys/i386/isa/wd.c > 1.10 +2 -2 src/sys/i386/isa/wfd.c > 1.44 +2 -2 src/sys/i386/isa/wt.c > 1.33 +2 -2 src/sys/i386/isa/matcd/matcd.c > 1.38 +1 -1 src/sys/i386/isa/pcvt/pcvt_drv.c > 1.67 +1 -1 src/sys/i386/isa/sound/soundcard.c > 1.24 +2 -2 src/sys/i386/linux/linux_ioctl.c > 1.10 +172 -167 src/sys/i386/linux/linux_proto.h > 1.30 +12 -12 src/sys/i386/linux/linux_sysvec.c > 1.40 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c > 1.25 +50 -22 src/sys/kern/imgact_elf.c > 1.94 +6 -4 src/sys/kern/init_main.c > 1.24 +63 -1 src/sys/kern/kern_conf.c > 1.83 +16 -13 src/sys/kern/kern_exec.c > 1.15 +6 -6 src/sys/kern/kern_intr.c > 1.49 +3 -3 src/sys/kern/kern_lkm.c > 1.33 +3 -1 src/sys/kern/kern_shutdown.c > 1.41 +2 -2 src/sys/kern/kern_sig.c > 1.20 +4 -4 src/sys/kern/kern_subr.c > 1.6 +6 -1 src/sys/kern/link_aout.c > 1.32 +15 -9 src/sys/kern/makesyscalls.sh > 1.15 +2 -2 src/sys/kern/md5c.c > 1.30 +2 -2 src/sys/kern/subr_log.c > 1.10 +3 -3 src/sys/kern/subr_xxx.c > 1.42 +3 -3 src/sys/kern/sys_pipe.c > 1.38 +5 -5 src/sys/kern/sys_process.c > 1.18 +2 -2 src/sys/kern/sys_socket.c > 1.52 +2 -2 src/sys/kern/syscalls.master > 1.104 +3 -2 src/sys/kern/tty.c > 1.28 +3 -3 src/sys/kern/tty_compat.c > 1.13 +2 -2 src/sys/kern/tty_conf.c > 1.52 +2 -2 src/sys/kern/tty_pty.c > 1.29 +1 -1 src/sys/kern/tty_snoop.c > 1.24 +2 -2 src/sys/kern/tty_tty.c > 1.37 +2 -2 src/sys/kern/uipc_socket2.c > 1.28 +3 -3 src/sys/kern/vfs_lookup.c > 1.154 +3 -1 src/sys/kern/vfs_subr.c > 1.102 +2 -2 src/sys/kern/vfs_syscalls.c > 1.58 +3 -3 src/sys/kern/vfs_vnops.c > 1.33 +2 -2 src/sys/miscfs/procfs/procfs_mem.c > 1.22 +2 -2 src/sys/miscfs/procfs/procfs_vfsops.c > 1.63 +2 -2 src/sys/miscfs/specfs/spec_vnops.c > 1.39 +2 -2 src/sys/net/bpf.c > 1.59 +4 -4 src/sys/net/if.c > 1.20 +3 -3 src/sys/net/if_disc.c > 1.32 +3 -3 src/sys/net/if_loop.c > 1.58 +6 -4 src/sys/net/if_ppp.c > 1.13 +2 -2 src/sys/net/if_pppvar.h > 1.69 +6 -6 src/sys/net/if_sl.c > 1.48 +3 -3 src/sys/net/if_tun.c > 1.8 +3 -3 src/sys/net/if_var.h > 1.36 +3 -3 src/sys/net/ppp_tty.c > 1.24 +1 -1 src/sys/netatalk/at_control.c > 1.10 +1 -1 src/sys/netatalk/at_extern.h > 1.46 +3 -3 src/sys/netinet/if_ether.c > 1.38 +2 -2 src/sys/netinet/in.c > 1.6 +12 -1 src/sys/netinet/in_systm.h > 1.29 +2 -2 src/sys/netinet/in_var.h > 1.3 +2 -2 src/sys/netinet/ip_fil.h > 1.8 +3 -1 src/sys/netinet/mlf_ipl.c > 1.12 +2 -2 src/sys/netipx/ipx.c > 1.21 +3 -3 src/sys/netipx/ipx_ip.c > 1.10 +2 -2 src/sys/netipx/ipx_var.h > 1.9 +2 -2 src/sys/netnatm/natm.c > 1.69 +3 -3 src/sys/nfs/nfs_serv.c > 1.41 +3 -3 src/sys/nfs/nfs_socket.c > 1.72 +2 -2 src/sys/nfs/nfs_vfsops.c > 1.61 +2 -2 src/sys/pccard/pccard.c > 1.41 +1 -1 src/sys/pci/brooktree848.c > 1.6 +2 -2 src/sys/pci/if_devar.h > 1.5 +2 -2 src/sys/pci/if_fxpvar.h > 1.9 +4 -4 src/sys/pci/if_tl.c > 1.11 +2 -2 src/sys/pci/if_tx.c > 1.31 +1 -1 src/sys/pci/meteor.c > 1.118 +3 -3 src/sys/pci/ncr.c > 1.83 +8 -2 src/sys/pci/pci.c > 1.8 +2 -2 src/sys/pci/smc83c170.h > 1.93 +3 -3 src/sys/scsi/cd.c > 1.46 +3 -3 src/sys/scsi/ch.c > 1.39 +3 -3 src/sys/scsi/od.c > 1.31 +2 -2 src/sys/scsi/scsi_ioctl.c > 1.61 +4 -4 src/sys/scsi/scsiconf.h > 1.130 +6 -6 src/sys/scsi/sd.c > 1.19 +2 -2 src/sys/scsi/ssc.c > 1.88 +3 -3 src/sys/scsi/st.c > 1.19 +2 -2 src/sys/scsi/su.c > 1.56 +3 -3 src/sys/scsi/worm.c > 1.40 +52 -3 src/sys/sys/conf.h > 1.32 +6 -1 src/sys/sys/disklabel.h > 1.16 +2 -2 src/sys/sys/file.h > 1.7 +36 -1 src/sys/sys/imgact_elf.h > 1.7 +2 -2 src/sys/sys/ioccom.h > 1.41 +16 -1 src/sys/sys/kernel.h > 1.21 +2 -2 src/sys/sys/namei.h > 1.33 +2 -2 src/sys/sys/param.h > 1.24 +3 -3 src/sys/sys/protosw.h > 1.8 +3 -3 src/sys/sys/ptrace.h > 1.28 +2 -2 src/sys/sys/socketvar.h > 1.18 +2 -2 src/sys/sys/sysent.h > 1.39 +517 -512 src/sys/sys/sysproto.h > 1.71 +17 -5 src/sys/sys/systm.h > 1.42 +4 -4 src/sys/sys/tty.h > 1.25 +5 -1 src/sys/sys/types.h > 1.38 +3 -3 src/sys/vm/vm_extern.h > 1.128 +14 -14 src/sys/vm/vm_map.c > 1.78 +3 -2 src/sys/vm/vm_mmap.c > 1.122 +8 -8 src/sys/vm/vm_object.c > 1.101 +2 -2 src/sys/vm/vm_page.c > 1.40 +6 -1 src/sys/vm/vm_page.h > -- 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 Jun 7 14:54:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12401 for cvs-all-outgoing; Sun, 7 Jun 1998 14:54:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12393; Sun, 7 Jun 1998 14:54:21 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA04554; Sun, 7 Jun 1998 14:53:06 -0700 (PDT) Date: Sun, 7 Jun 1998 14:53:06 -0700 (PDT) Message-Id: <199806072153.OAA04554@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/06/07 14:53:05 PDT Modified files: release Makefile Log: Speed up the cleaning of CHROOTDIR by almost a factor of two, by replacing two monstrous file tree walks with one monstrous tree walk and two miniscule ones. Revision Changes Path 1.355 +4 -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 Jun 7 14:57:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12724 for cvs-all-outgoing; Sun, 7 Jun 1998 14:57:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12711; Sun, 7 Jun 1998 14:57:33 -0700 (PDT) (envelope-from se@FreeBSD.org) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA04779; Sun, 7 Jun 1998 14:56:19 -0700 (PDT) Date: Sun, 7 Jun 1998 14:56:19 -0700 (PDT) Message-Id: <199806072156.OAA04779@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/emulators/wine Makefile ports/emulators/wine/files md5 ports/emulators/wine/patches patch-av patch-aw patch-am patch-an patch-as patch-at patch-au Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk se 1998/06/07 14:56:18 PDT Modified files: emulators/wine Makefile emulators/wine/files md5 emulators/wine/patches patch-am patch-an Added files: emulators/wine/patches patch-av patch-aw Removed files: emulators/wine/patches patch-as patch-at patch-au Log: Update to 980517 version of Wine Submitted by: Thomas Gellekum Revision Changes Path 1.58 +4 -4 ports/emulators/wine/Makefile 1.40 +1 -1 ports/emulators/wine/files/md5 1.7 +0 -14 ports/emulators/wine/patches/patch-am 1.7 +0 -19 ports/emulators/wine/patches/patch-an To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 15:06:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13617 for cvs-all-outgoing; Sun, 7 Jun 1998 15:06:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13608; Sun, 7 Jun 1998 15:06:11 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA04855; Sun, 7 Jun 1998 15:04:57 -0700 (PDT) Date: Sun, 7 Jun 1998 15:04:57 -0700 (PDT) Message-Id: <199806072204.PAA04855@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/07 15:04:56 PDT Modified files: . modules Log: ja-platex209-euc --> ports/japanese/platex209 Revision Changes Path 1.2068 +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 Jun 7 15:07:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13812 for cvs-all-outgoing; Sun, 7 Jun 1998 15:07:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13793; Sun, 7 Jun 1998 15:07:46 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA04885; Sun, 7 Jun 1998 15:06:32 -0700 (PDT) Date: Sun, 7 Jun 1998 15:06:32 -0700 (PDT) Message-Id: <199806072206.PAA04885@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex209 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/07 15:06:31 PDT ports/japanese/platex209 - Imported sources Update of /home/ncvs/ports/japanese/platex209 In directory freefall.freebsd.org:/tmp/cvs-serv4876 Log Message: ASCII Japanese pLaTeX 2.09 with Japanese EUC code support. Submitted by: Makoto WATANABE PR: ports/5878 Status: Vendor Tag: WATANABE Release Tags: v1_0 N ports/japanese/platex209/Makefile N ports/japanese/platex209/files/md5 N ports/japanese/platex209/pkg/COMMENT N ports/japanese/platex209/pkg/DESCR N ports/japanese/platex209/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 Jun 7 15:11:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14222 for cvs-all-outgoing; Sun, 7 Jun 1998 15:11:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14215; Sun, 7 Jun 1998 15:11:26 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA04939; Sun, 7 Jun 1998 15:10:12 -0700 (PDT) Date: Sun, 7 Jun 1998 15:10:12 -0700 (PDT) Message-Id: <199806072210.PAA04939@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/07 15:10:12 PDT Modified files: . modules Log: ja-platex209-jis --> ports/japanese/platex209-jis Revision Changes Path 1.2069 +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 Jun 7 15:14:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14583 for cvs-all-outgoing; Sun, 7 Jun 1998 15:14:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14578; Sun, 7 Jun 1998 15:14:10 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA04988; Sun, 7 Jun 1998 15:12:56 -0700 (PDT) Date: Sun, 7 Jun 1998 15:12:56 -0700 (PDT) Message-Id: <199806072212.PAA04988@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex209-jis - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/07 15:12:56 PDT ports/japanese/platex209-jis - Imported sources Update of /home/ncvs/ports/japanese/platex209-jis In directory freefall.freebsd.org:/tmp/cvs-serv4979 Log Message: ASCII Japanese pLaTeX 2.09 with JIS code support. Submitted by: Makoto WATANABE PR: ports/5878 Status: Vendor Tag: WATANABE Release Tags: v1_0 N ports/japanese/platex209-jis/Makefile N ports/japanese/platex209-jis/files/md5 N ports/japanese/platex209-jis/pkg/COMMENT N ports/japanese/platex209-jis/pkg/DESCR N ports/japanese/platex209-jis/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 Jun 7 15:28:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16081 for cvs-all-outgoing; Sun, 7 Jun 1998 15:28:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16075; Sun, 7 Jun 1998 15:28:15 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA05051; Sun, 7 Jun 1998 15:27:01 -0700 (PDT) Date: Sun, 7 Jun 1998 15:27:01 -0700 (PDT) Message-Id: <199806072227.PAA05051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/frotz/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/07 15:27:00 PDT Modified files: games/frotz/patches patch-aa Log: Add -DUSE_UNISTD_H to compile flags to allow this to build on 3.0-CURRENT (where getopt lives). Revision Changes Path 1.2 +7 -6 ports/games/frotz/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 Jun 7 15:49:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17830 for cvs-all-outgoing; Sun, 7 Jun 1998 15:49:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nexus.astro.psu.edu (nexus.astro.psu.edu [128.118.147.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA17808; Sun, 7 Jun 1998 15:49:30 -0700 (PDT) (envelope-from mph@astro.psu.edu) Received: from mstar.astro.psu.edu by nexus.astro.psu.edu (4.1/Nexus-1.3) id AA09489; Sun, 7 Jun 98 18:49:31 EDT Received: by mstar.astro.psu.edu (SMI-8.6/Client-1.3) id SAA03450; Sun, 7 Jun 1998 18:49:28 -0400 Message-Id: <19980607184928.A3391@mstar.astro.psu.edu> Date: Sun, 7 Jun 1998 18:49:28 -0400 From: Matthew Hunt To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/games/frotz/patches patch-aa Mail-Followup-To: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org References: <199806072227.PAA05051@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806072227.PAA05051@freefall.freebsd.org>; from Matthew Hunt on Sun, Jun 07, 1998 at 03:27:01PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Jun 07, 1998 at 03:27:01PM -0700, Matthew Hunt wrote: > mph 1998/06/07 15:27:00 PDT > > Modified files: > games/frotz/patches patch-aa > Log: > Add -DUSE_UNISTD_H to compile flags to allow this to build on > 3.0-CURRENT (where getopt lives). > > Revision Changes Path > 1.2 +7 -6 ports/games/frotz/patches/patch-aa I forgot: Submitted by: Alex Nash Sorry! -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 15:59:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18967 for cvs-all-outgoing; Sun, 7 Jun 1998 15:59:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18948; Sun, 7 Jun 1998 15:59:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA05168; Sun, 7 Jun 1998 15:58:25 -0700 (PDT) Date: Sun, 7 Jun 1998 15:58:25 -0700 (PDT) Message-Id: <199806072258.PAA05168@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/omniORB/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/07 15:58:24 PDT Modified files: devel/omniORB/patches patch-ab Log: Now this will compile on both -stable and -current. :) Noticed by: asami Revision Changes Path 1.2 +11 -2 ports/devel/omniORB/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 Sun Jun 7 16:02:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19447 for cvs-all-outgoing; Sun, 7 Jun 1998 16:02:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19440; Sun, 7 Jun 1998 16:02:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05210; Sun, 7 Jun 1998 16:01:29 -0700 (PDT) Date: Sun, 7 Jun 1998 16:01:29 -0700 (PDT) Message-Id: <199806072301.QAA05210@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/imap-uw Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/07 16:01:28 PDT Modified files: mail/imap-uw Makefile Log: Put a copy of the distfile in my home directory until the stable 4.1 sources are released. Suggested by: asami Revision Changes Path 1.13 +3 -2 ports/mail/imap-uw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 16:16:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20748 for cvs-all-outgoing; Sun, 7 Jun 1998 16:16:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20742; Sun, 7 Jun 1998 16:16:21 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05331; Sun, 7 Jun 1998 16:15:07 -0700 (PDT) Date: Sun, 7 Jun 1998 16:15:07 -0700 (PDT) Message-Id: <199806072315.QAA05331@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/man/man1 Makefile chmod.1 cmp.1 fetch.1 file.1 find.1 install.1 kill.1 last.1 limits.1 locate.1 pax.1 pkg_create.1 rdist.1 whereis.1 which.1 who.1 doc/ja/man/man8 cvsbug.8 dump.8 dumpon.8 ibcs2.8 ipfw.8 named.8 natd.8 newsyslog.8 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/07 16:15:07 PDT Modified files: ja/man/man1 Makefile chmod.1 cmp.1 fetch.1 file.1 find.1 install.1 kill.1 last.1 limits.1 locate.1 pax.1 pkg_create.1 rdist.1 whereis.1 which.1 who.1 ja/man/man8 cvsbug.8 dump.8 dumpon.8 ibcs2.8 ipfw.8 named.8 natd.8 newsyslog.8 restore.8 scsi.8 Log: Japanese Manual is now for 2.2-980603-SNAP. Reviewed by: Japanese Online Manual Project Submitted by: horikawa@jp.freebsd.org Revision Changes Path 1.5 +3 -0 doc/ja/man/man1/Makefile 1.3 +52 -18 doc/ja/man/man1/chmod.1 1.2 +2 -2 doc/ja/man/man1/cmp.1 1.2 +18 -3 doc/ja/man/man1/fetch.1 1.3 +1 -1 doc/ja/man/man1/file.1 1.5 +3 -1 doc/ja/man/man1/find.1 1.2 +1 -1 doc/ja/man/man1/install.1 1.2 +2 -2 doc/ja/man/man1/kill.1 1.2 +17 -9 doc/ja/man/man1/last.1 1.4 +3 -3 doc/ja/man/man1/limits.1 1.3 +3 -1 doc/ja/man/man1/locate.1 1.3 +6 -6 doc/ja/man/man1/pax.1 1.4 +8 -1 doc/ja/man/man1/pkg_create.1 1.5 +3 -3 doc/ja/man/man1/rdist.1 1.2 +3 -1 doc/ja/man/man1/whereis.1 1.2 +5 -2 doc/ja/man/man1/which.1 1.2 +3 -3 doc/ja/man/man1/who.1 1.2 +1 -1 doc/ja/man/man8/cvsbug.8 1.3 +1 -1 doc/ja/man/man8/dump.8 1.3 +45 -19 doc/ja/man/man8/dumpon.8 1.2 +1 -2 doc/ja/man/man8/ibcs2.8 1.4 +1 -1 doc/ja/man/man8/ipfw.8 1.3 +1 -1 doc/ja/man/man8/named.8 1.4 +1 -1 doc/ja/man/man8/natd.8 1.7 +1 -1 doc/ja/man/man8/newsyslog.8 1.2 +14 -6 doc/ja/man/man8/restore.8 1.3 +2 -2 doc/ja/man/man8/scsi.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 17:17:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27417 for cvs-all-outgoing; Sun, 7 Jun 1998 17:17:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27412; Sun, 7 Jun 1998 17:17:00 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05577; Sun, 7 Jun 1998 17:15:45 -0700 (PDT) Date: Sun, 7 Jun 1998 17:15:45 -0700 (PDT) Message-Id: <199806080015.RAA05577@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ncurses Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/07 17:15:44 PDT Modified files: devel/ncurses Makefile Log: No need to use "+=" to define a variable that appears only once.... Revision Changes Path 1.2 +3 -3 ports/devel/ncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 17:21:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27893 for cvs-all-outgoing; Sun, 7 Jun 1998 17:21:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27882; Sun, 7 Jun 1998 17:21:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05607; Sun, 7 Jun 1998 17:19:56 -0700 (PDT) Date: Sun, 7 Jun 1998 17:19:56 -0700 (PDT) Message-Id: <199806080019.RAA05607@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ncurses Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/07 17:19:56 PDT Modified files: devel/ncurses Makefile Log: Doesn't compile.... --- adagcc -c -I. -I../ada_include -I./../ada_include -I. sample.adb terminal_interface-curses-aux.ads:47:37: operator for type "Interfaces.C.int" is not directly visible terminal_interface-curses-aux.ads:47:37: use clause would make operation legal terminal_interface-curses-aux.ads:52:37: operator for type "Interfaces.C.int" is not directly visible terminal_interface-curses-aux.ads:52:37: use clause would make operation legal Revision Changes Path 1.3 +3 -1 ports/devel/ncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 17:46:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00517 for cvs-all-outgoing; Sun, 7 Jun 1998 17:46:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00439; Sun, 7 Jun 1998 17:46:08 -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 KAA00361; Mon, 8 Jun 1998 10:46:07 +1000 Date: Mon, 8 Jun 1998 10:46:07 +1000 From: Bruce Evans Message-Id: <199806080046.KAA00361@godzilla.zeta.org.au> To: dfr@FreeBSD.ORG, jb@cimlogic.com.au Subject: Re: cvs commit: src/sys/conf options src/sys/ddb db_aout.c db_break.c db_break.h db_examine.c db_lex.c db_output.c db_print. Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >This is going to keep Bruce busy for a while. 8-) A before-commit review reduced it to a manageable size :-). >> dfr 1998/06/07 10:13:16 PDT >> ... >> Modified files: >> sys/kern imgact_elf.c init_main.c kern_conf.c >> kern_exec.c kern_intr.c kern_lkm.c >> kern_shutdown.c kern_sig.c kern_subr.c >> link_aout.c makesyscalls.sh md5c.c >> subr_log.c subr_xxx.c sys_pipe.c >> sys_process.c sys_socket.c >> syscalls.master tty.c tty_compat.c ^^^^^^^^^^^^^^^ >> tty_conf.c tty_pty.c tty_snoop.c >> tty_tty.c uipc_socket2.c vfs_lookup.c >> vfs_subr.c vfs_syscalls.c vfs_vnops.c >> ... >> sys/sys conf.h disklabel.h file.h imgact_elf.h >> ioccom.h kernel.h namei.h param.h >> protosw.h ptrace.h socketvar.h sysent.h >> sysproto.h systm.h tty.h types.h ^^^^^^^^^^ The most obvious bug is incorrect bootstrapping of generated files. Generated files can't be committed in the same batch as the sources that they are generated from, since the commit will changes the Ids in the sources, leaving garbage references to the Ids in generated files. Some generated files (e.g., kern/syscalls.c) were not committed because they didn't change when generated by the old sources, but they will change when they are regenerated. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 17:50:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01029 for cvs-all-outgoing; Sun, 7 Jun 1998 17:50:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01008; Sun, 7 Jun 1998 17:50:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05772; Sun, 7 Jun 1998 17:49:28 -0700 (PDT) Date: Sun, 7 Jun 1998 17:49:28 -0700 (PDT) Message-Id: <199806080049.RAA05772@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/crafty/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/07 17:49:27 PDT Modified files: games/crafty/files md5 Log: read.me changed. Revision Changes Path 1.2 +1 -1 ports/games/crafty/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 Jun 7 17:53:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01445 for cvs-all-outgoing; Sun, 7 Jun 1998 17:53:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01436; Sun, 7 Jun 1998 17:53: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 KAA00726; Mon, 8 Jun 1998 10:53:36 +1000 Date: Mon, 8 Jun 1998 10:53:36 +1000 From: Bruce Evans Message-Id: <199806080053.KAA00726@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, thepish@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config config.h config.y main.c mkmakefile.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: (Branch: RELENG_2_2) > usr.sbin/config config.h config.y main.c mkmakefile.c > Log: > PR: bin/5730 Please write non-null log messages. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 17:57:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01812 for cvs-all-outgoing; Sun, 7 Jun 1998 17:57:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01806; Sun, 7 Jun 1998 17:57:03 -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 KAA00920; Mon, 8 Jun 1998 10:57:03 +1000 Date: Mon, 8 Jun 1998 10:57:03 +1000 From: Bruce Evans Message-Id: <199806080057.KAA00920@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, thepish@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/mountd netgroup.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: (Branch: RELENG_2_2) > sbin/mountd netgroup.5 > Log: > PR: docs/3636 > merge from current Please attach log messages to `Log:', not to `PR:'. References to the current version merged from are more useful than references to PRs, although not as useful as a short description of what was changed. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 18:15:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03866 for cvs-all-outgoing; Sun, 7 Jun 1998 18:15:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03859; Sun, 7 Jun 1998 18:15:25 -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 LAA01973; Mon, 8 Jun 1998 11:15:24 +1000 Date: Mon, 8 Jun 1998 11:15:24 +1000 From: Bruce Evans Message-Id: <199806080115.LAA01973@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys time.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/sys time.h > Log: > Sigh, all good words are reserved words these days... > s/private/priv/ Why not use the standard method of adding a short prefix for struct members? Almost all words are reserved for use by applications. The following program broke recently: --- #define cost Did someone add yet more namespace pollution to sys/time.h? #include #include --- I believe the bogus POSIX names for the timespec prefixes (tv_[n]sec instead of ts_[n]sec) are motivated by not even wanting to steal the ts_ prefix from applications. Kernel headers are sloppy about namespaces, but old ones generally limit the damage by using prefixes for struct members. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 18:56:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA06522 for cvs-all-outgoing; Sun, 7 Jun 1998 18:56:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA06517; Sun, 7 Jun 1998 18:56:10 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA05957; Sun, 7 Jun 1998 18:54:55 -0700 (PDT) Date: Sun, 7 Jun 1998 18:54:55 -0700 (PDT) Message-Id: <199806080154.SAA05957@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@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 1998/06/07 18:54:55 PDT Modified files: x11/xscreensaver Makefile x11/xscreensaver/files md5 x11/xscreensaver/pkg PLIST Log: Upgrade to xscreensaver 2.17. Satoshi: This does build under current. If it doesn't build under stable please mark it BROKEN for that branch only. Revision Changes Path 1.10 +7 -9 ports/x11/xscreensaver/Makefile 1.8 +1 -1 ports/x11/xscreensaver/files/md5 1.6 +20 -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 Sun Jun 7 19:02:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06943 for cvs-all-outgoing; Sun, 7 Jun 1998 19:02:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06935; Sun, 7 Jun 1998 19:02:00 -0700 (PDT) (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06004; Sun, 7 Jun 1998 19:00:46 -0700 (PDT) Date: Sun, 7 Jun 1998 19:00:46 -0700 (PDT) Message-Id: <199806080200.TAA06004@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ifconfig ifconfig.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk danny 1998/06/07 19:00:45 PDT Modified files: sbin/ifconfig ifconfig.8 Log: Fix typo: exit -> exist Revision Changes Path 1.17 +2 -2 src/sbin/ifconfig/ifconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 19:03:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07081 for cvs-all-outgoing; Sun, 7 Jun 1998 19:03:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07076; Sun, 7 Jun 1998 19:03:46 -0700 (PDT) (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06034; Sun, 7 Jun 1998 19:02:32 -0700 (PDT) Date: Sun, 7 Jun 1998 19:02:32 -0700 (PDT) Message-Id: <199806080202.TAA06034@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ifconfig ifconfig.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk danny 1998/06/07 19:02:31 PDT Modified files: (Branch: RELENG_2_2) sbin/ifconfig ifconfig.8 Log: MFC: typo: exit -> exist Revision Changes Path 1.9.2.4 +2 -2 src/sbin/ifconfig/ifconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 19:12:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07706 for cvs-all-outgoing; Sun, 7 Jun 1998 19:12:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07698; Sun, 7 Jun 1998 19:12:35 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06076; Sun, 7 Jun 1998 19:11:19 -0700 (PDT) Date: Sun, 7 Jun 1998 19:11:19 -0700 (PDT) Message-Id: <199806080211.TAA06076@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_break.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 19:11:19 PDT Modified files: sys/ddb db_break.c Log: Fixed ifdef bogotification in previous commit. Revision Changes Path 1.16 +2 -7 src/sys/ddb/db_break.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 7 19:13:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07815 for cvs-all-outgoing; Sun, 7 Jun 1998 19:13:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07810; Sun, 7 Jun 1998 19:13:35 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06104; Sun, 7 Jun 1998 19:12:20 -0700 (PDT) Date: Sun, 7 Jun 1998 19:12:20 -0700 (PDT) Message-Id: <199806080212.TAA06104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_break.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 19:12:19 PDT Modified files: sys/ddb db_break.h Log: Fixed missing ifdefs and disordering in previous commit. Revision Changes Path 1.11 +6 -2 src/sys/ddb/db_break.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 7 19:16:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08053 for cvs-all-outgoing; Sun, 7 Jun 1998 19:16:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08048; Sun, 7 Jun 1998 19:16:53 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06153; Sun, 7 Jun 1998 19:15:38 -0700 (PDT) Date: Sun, 7 Jun 1998 19:15:38 -0700 (PDT) Message-Id: <199806080215.TAA06153@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_print.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 19:15:38 PDT Modified files: sys/ddb db_print.c Log: Backed out previous commit, which just consisted of a 1-byte editing error. Revision Changes Path 1.19 +2 -2 src/sys/ddb/db_print.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 7 19:44:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10323 for cvs-all-outgoing; Sun, 7 Jun 1998 19:44:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10318; Sun, 7 Jun 1998 19:44:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06559; Sun, 7 Jun 1998 19:43:14 -0700 (PDT) Date: Sun, 7 Jun 1998 19:43:14 -0700 (PDT) Message-Id: <199806080243.TAA06559@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 19:43:14 PDT Modified files: sys/dev/ppbus pps.c Log: Fixed an ioctl which grew overnight. Revision Changes Path 1.6 +2 -2 src/sys/dev/ppbus/pps.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 7 21:02:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23572 for cvs-all-outgoing; Sun, 7 Jun 1998 21:02:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23561; Sun, 7 Jun 1998 21:02:16 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA06802; Sun, 7 Jun 1998 21:01:00 -0700 (PDT) Date: Sun, 7 Jun 1998 21:01:00 -0700 (PDT) Message-Id: <199806080401.VAA06802@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/FAQ misc.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/07 21:01:00 PDT Modified files: FAQ misc.sgml Log: Fix spelling error. Mention that FreeBSD 3.0 current has 16 character login names. Pointed out by: "Timothy J Luoma" . Revision Changes Path 1.4 +4 -2 doc/FAQ/misc.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 21:09:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24394 for cvs-all-outgoing; Sun, 7 Jun 1998 21:09:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24381; Sun, 7 Jun 1998 21:09:09 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA06850; Sun, 7 Jun 1998 21:07:54 -0700 (PDT) Date: Sun, 7 Jun 1998 21:07:54 -0700 (PDT) Message-Id: <199806080407.VAA06850@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dyson 1998/06/07 21:07:53 PDT Modified files: sys/pci pcisupport.c Log: Disable attempted write combining support. This probably causes more trouble than help (for now.) Revision Changes Path 1.69 +3 -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 Sun Jun 7 21:42:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29704 for cvs-all-outgoing; Sun, 7 Jun 1998 21:42:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29681; Sun, 7 Jun 1998 21:42:25 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id VAA02987; Sun, 7 Jun 1998 21:42:25 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199806080442.VAA02987@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: John Dyson cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci pcisupport.c In-reply-to: Your message of "Sun, 07 Jun 1998 21:07:54 PDT." <199806080407.VAA06850@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Jun 1998 21:42:25 -0700 From: Amancio Hasty Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Please leave it off. It is not a good idea for the kernel to enable this feature . Too many variations on the PC for instance in some cases it even breaks dma to audio cards -- don't ask me why 8) Certain vga cards actually report the wrong memory range. Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 21:48:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00682 for cvs-all-outgoing; Sun, 7 Jun 1998 21:48:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA00655; Sun, 7 Jun 1998 21:48:15 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id XAA01792; Sun, 7 Jun 1998 23:48:10 -0500 (EST) (envelope-from toor) From: "John S. Dyson" Message-Id: <199806080448.XAA01792@dyson.iquest.net> Subject: Re: cvs commit: src/sys/pci pcisupport.c In-Reply-To: <199806080442.VAA02987@rah.star-gate.com> from Amancio Hasty at "Jun 7, 98 09:42:25 pm" To: hasty@rah.star-gate.com (Amancio Hasty) Date: Sun, 7 Jun 1998 23:48:10 -0500 (EST) Cc: dyson@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@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 > Please leave it off. It is not a good idea for the kernel to enable > this feature . Too many variations on the PC for instance in some > cases it even breaks dma to audio cards -- don't ask me why 8) > Certain vga cards actually report the wrong memory range. > I actually was amazed that I didnt' disable it earlier :-(. I intend to implement a user available API, so the WC enable as is will be gone forever (AFAIK.) A more conservative version might appear, but as it is, it IS DEAD :-). John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 22:04:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02407 for cvs-all-outgoing; Sun, 7 Jun 1998 22:04:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02376; Sun, 7 Jun 1998 22:04:34 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sjx-ca115-10.ix.netcom.com [207.223.162.74]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA09328; Sun, 7 Jun 1998 22:04:29 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id WAA03070; Sun, 7 Jun 1998 22:04:26 -0700 (PDT) Date: Sun, 7 Jun 1998 22:04:26 -0700 (PDT) Message-Id: <199806080504.WAA03070@silvia.HIP.Berkeley.EDU> To: steve@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199806072258.PAA05168@freefall.freebsd.org> (message from Steve Price on Sun, 7 Jun 1998 15:58:25 -0700 (PDT)) Subject: Re: cvs commit: ports/devel/omniORB/patches patch-ab From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Now this will compile on both -stable and -current. :) * * Noticed by: asami Yes it does indeed. Thanks. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 22:31:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04932 for cvs-all-outgoing; Sun, 7 Jun 1998 22:31:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04923; Sun, 7 Jun 1998 22:31:09 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07230; Sun, 7 Jun 1998 22:29:53 -0700 (PDT) Date: Sun, 7 Jun 1998 22:29:53 -0700 (PDT) Message-Id: <199806080529.WAA07230@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su su.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/07 22:29:53 PDT Modified files: usr.bin/su su.1 Log: Reword to remove confusion between su(1)'s "-c" option and that of the shell being invoked. Add example that clarifies usage of "-c". PR: 6859 Revision Changes Path 1.14 +16 -9 src/usr.bin/su/su.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 7 22:45:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06489 for cvs-all-outgoing; Sun, 7 Jun 1998 22:45:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06478; Sun, 7 Jun 1998 22:45:21 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07299; Sun, 7 Jun 1998 22:44:04 -0700 (PDT) Date: Sun, 7 Jun 1998 22:44:04 -0700 (PDT) Message-Id: <199806080544.WAA07299@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su su.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/07 22:44:04 PDT Modified files: (Branch: RELENG_2_2) usr.bin/su su.1 Log: MFC: {r1.14} Clarify usage of -c, add example. Revision Changes Path 1.3.2.8 +16 -9 src/usr.bin/su/su.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 7 22:50:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07054 for cvs-all-outgoing; Sun, 7 Jun 1998 22:50:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07044; Sun, 7 Jun 1998 22:50:15 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07387; Sun, 7 Jun 1998 22:48:59 -0700 (PDT) Date: Sun, 7 Jun 1998 22:48:59 -0700 (PDT) Message-Id: <199806080548.WAA07387@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/sysutils/gtar Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/07 22:48:59 PDT Modified files: sysutils/gtar Makefile Log: No need to use += for variables defined only once. Revision Changes Path 1.2 +2 -2 ports/sysutils/gtar/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 23:05:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08030 for cvs-all-outgoing; Sun, 7 Jun 1998 23:05:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08024; Sun, 7 Jun 1998 23:05:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07531; Sun, 7 Jun 1998 23:04:14 -0700 (PDT) Date: Sun, 7 Jun 1998 23:04:14 -0700 (PDT) Message-Id: <199806080604.XAA07531@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_fil.h ip_fil.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 23:04:14 PDT Modified files: sys/netinet ip_fil.h ip_fil.c Log: ip_fil.h has 9 separate declarations of iplioctl() in a disgusting ifdef tangle. The previous commit to ip_fil.h didn't change the one that actually applies to the current FreeBSD kernel, of course. Fixed. Fixed style bugs in previous commit to ip_fil.h. Revision Changes Path 1.4 +5 -3 src/sys/netinet/ip_fil.h 1.4 +3 -2 src/sys/netinet/ip_fil.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 7 23:13:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08906 for cvs-all-outgoing; Sun, 7 Jun 1998 23:13:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08898; Sun, 7 Jun 1998 23:13:19 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07662; Sun, 7 Jun 1998 23:12:02 -0700 (PDT) Date: Sun, 7 Jun 1998 23:12:02 -0700 (PDT) Message-Id: <199806080612.XAA07662@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 ahc.4 alog.4 apm.4 ar.4 asc.4 ed.4 gsc.4 keyboard.4 labpc.4 meteor.4 sb.4 screen.4 sea.4 si.4 sio.4 sr.4 tx.4 wd.4 wl.4 src/contrib/ipfilter/man ipf.4 ipnat.4 src/share/man/man4 smp.4 sppp.4 termios.4 worm.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/07 23:12:02 PDT Modified files: share/man/man4/man4.i386 ahc.4 alog.4 apm.4 ar.4 asc.4 ed.4 gsc.4 keyboard.4 labpc.4 meteor.4 sb.4 screen.4 sea.4 si.4 sio.4 sr.4 tx.4 wd.4 wl.4 contrib/ipfilter/man ipf.4 ipnat.4 share/man/man4 smp.4 sppp.4 termios.4 worm.4 Log: Spelling fixes. Submitted by: Josh Gilliam PR: 6880 Revision Changes Path 1.11 +2 -2 src/share/man/man4/man4.i386/ahc.4 1.4 +1 -1 src/share/man/man4/man4.i386/alog.4 1.8 +2 -2 src/share/man/man4/man4.i386/apm.4 1.8 +2 -2 src/share/man/man4/man4.i386/ar.4 1.7 +2 -2 src/share/man/man4/man4.i386/asc.4 1.12 +5 -5 src/share/man/man4/man4.i386/ed.4 1.9 +5 -5 src/share/man/man4/man4.i386/gsc.4 1.14 +3 -3 src/share/man/man4/man4.i386/keyboard.4 1.5 +2 -2 src/share/man/man4/man4.i386/labpc.4 1.7 +2 -2 src/share/man/man4/man4.i386/meteor.4 1.3 +4 -4 src/share/man/man4/man4.i386/sb.4 1.10 +3 -3 src/share/man/man4/man4.i386/screen.4 1.7 +2 -2 src/share/man/man4/man4.i386/sea.4 1.13 +2 -2 src/share/man/man4/man4.i386/si.4 1.27 +2 -2 src/share/man/man4/man4.i386/sio.4 1.9 +4 -4 src/share/man/man4/man4.i386/sr.4 1.4 +1 -1 src/share/man/man4/man4.i386/tx.4 1.9 +2 -2 src/share/man/man4/man4.i386/wd.4 1.4 +2 -2 src/share/man/man4/man4.i386/wl.4 1.2 +53 -33 src/contrib/ipfilter/man/ipf.4 1.2 +6 -3 src/contrib/ipfilter/man/ipnat.4 1.4 +1 -1 src/share/man/man4/smp.4 1.6 +2 -2 src/share/man/man4/sppp.4 1.7 +2 -2 src/share/man/man4/termios.4 1.16 +3 -3 src/share/man/man4/worm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 23:20:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09574 for cvs-all-outgoing; Sun, 7 Jun 1998 23:20:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09568; Sun, 7 Jun 1998 23:20:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07714; Sun, 7 Jun 1998 23:18:55 -0700 (PDT) Date: Sun, 7 Jun 1998 23:18:55 -0700 (PDT) Message-Id: <199806080618.XAA07714@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wst.c src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/07 23:18:55 PDT Modified files: sys/i386/isa wst.c sys/i386/conf LINT Log: Updated yet another ioctl, and put wst in LINT to inhibit further bitrot. Revision Changes Path 1.5 +2 -2 src/sys/i386/isa/wst.c 1.437 +4 -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 Jun 7 23:40:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11223 for cvs-all-outgoing; Sun, 7 Jun 1998 23:40:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11216; Sun, 7 Jun 1998 23:40:49 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07847; Sun, 7 Jun 1998 23:39:32 -0700 (PDT) Date: Sun, 7 Jun 1998 23:39:32 -0700 (PDT) Message-Id: <199806080639.XAA07847@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 ahc.4 apm.4 ar.4 asc.4 ed.4 gsc.4 keyboard.4 labpc.4 meteor.4 sb.4 screen.4 sea.4 si.4 sio.4 sr.4 tx.4 wd.4 wl.4 src/share/man/man4 termios.4 worm.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/07 23:39:32 PDT Modified files: (Branch: RELENG_2_2) share/man/man4/man4.i386 ahc.4 apm.4 ar.4 asc.4 ed.4 gsc.4 keyboard.4 labpc.4 meteor.4 sb.4 screen.4 sea.4 si.4 sio.4 sr.4 tx.4 wd.4 wl.4 share/man/man4 termios.4 worm.4 Log: MFC: Spelling fixes from PR 6880. Revision Changes Path 1.6.2.4 +2 -2 src/share/man/man4/man4.i386/ahc.4 1.2.2.2 +2 -2 src/share/man/man4/man4.i386/apm.4 1.1.1.1.2.4 +2 -2 src/share/man/man4/man4.i386/ar.4 1.4.2.1 +2 -2 src/share/man/man4/man4.i386/asc.4 1.3.2.4 +5 -5 src/share/man/man4/man4.i386/ed.4 1.1.2.4 +5 -5 src/share/man/man4/man4.i386/gsc.4 1.9.6.4 +3 -3 src/share/man/man4/man4.i386/keyboard.4 1.2.6.3 +2 -2 src/share/man/man4/man4.i386/labpc.4 1.1.4.5 +2 -2 src/share/man/man4/man4.i386/meteor.4 1.1.2.1 +5 -5 src/share/man/man4/man4.i386/sb.4 1.5.6.4 +3 -3 src/share/man/man4/man4.i386/screen.4 1.3.2.2 +2 -2 src/share/man/man4/man4.i386/sea.4 1.4.2.5 +2 -2 src/share/man/man4/man4.i386/si.4 1.18.2.5 +2 -2 src/share/man/man4/man4.i386/sio.4 1.1.2.4 +4 -4 src/share/man/man4/man4.i386/sr.4 1.1.2.3 +1 -1 src/share/man/man4/man4.i386/tx.4 1.3.2.4 +2 -2 src/share/man/man4/man4.i386/wd.4 1.2.2.1 +2 -2 src/share/man/man4/man4.i386/wl.4 1.3.2.4 +2 -2 src/share/man/man4/termios.4 1.6.2.3 +2 -2 src/share/man/man4/worm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 7 23:43:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11390 for cvs-all-outgoing; Sun, 7 Jun 1998 23:43:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11384; Sun, 7 Jun 1998 23:43:05 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07892; Sun, 7 Jun 1998 23:41:48 -0700 (PDT) Date: Sun, 7 Jun 1998 23:41:48 -0700 (PDT) Message-Id: <199806080641.XAA07892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/disklabel disklabel.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/06/07 23:41:48 PDT Modified files: sbin/disklabel disklabel.c Log: Use warnx()+fprintf() to handle multi-line messages. Correct K&R support and KNF continuation indent rule. Requested by: Bruce. Revision Changes Path 1.14 +10 -12 src/sbin/disklabel/disklabel.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 7 23:43:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11489 for cvs-all-outgoing; Sun, 7 Jun 1998 23:43:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11484; Sun, 7 Jun 1998 23:43:52 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07938; Sun, 7 Jun 1998 23:42:35 -0700 (PDT) Date: Sun, 7 Jun 1998 23:42:35 -0700 (PDT) Message-Id: <199806080642.XAA07938@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/07 23:42:35 PDT Modified files: sys/pci if_tx.c Log: Fix spelling in printf(). Revision Changes Path 1.12 +2 -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 Jun 7 23:45:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11649 for cvs-all-outgoing; Sun, 7 Jun 1998 23:45:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11641; Sun, 7 Jun 1998 23:45:24 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07953; Sun, 7 Jun 1998 23:44:07 -0700 (PDT) Date: Sun, 7 Jun 1998 23:44:07 -0700 (PDT) Message-Id: <199806080644.XAA07953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/dset dset.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/06/07 23:44:07 PDT Modified files: sbin/dset dset.c Log: Add rcsid, remove unused #includes. Use err(3). Revision Changes Path 1.12 +22 -22 src/sbin/dset/dset.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 7 23:46:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11815 for cvs-all-outgoing; Sun, 7 Jun 1998 23:46:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11810; Sun, 7 Jun 1998 23:46:43 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07990; Sun, 7 Jun 1998 23:45:26 -0700 (PDT) Date: Sun, 7 Jun 1998 23:45:26 -0700 (PDT) Message-Id: <199806080645.XAA07990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/07 23:45:26 PDT Modified files: (Branch: RELENG_2_2) sys/pci if_tx.c Log: MFC: {r1.12} Fix typo in printf(). Revision Changes Path 1.1.2.4 +1 -1 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 Mon Jun 8 00:47:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16893 for cvs-all-outgoing; Mon, 8 Jun 1998 00:47:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16888; Mon, 8 Jun 1998 00:47:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA08198; Mon, 8 Jun 1998 00:46:17 -0700 (PDT) Date: Mon, 8 Jun 1998 00:46:17 -0700 (PDT) Message-Id: <199806080746.AAA08198@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/apache13/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/08 00:46:17 PDT Modified files: www/apache13/pkg PLIST Log: Remove three nonexistent files. Revision Changes Path 1.15 +0 -3 ports/www/apache13/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 Jun 8 00:49:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17117 for cvs-all-outgoing; Mon, 8 Jun 1998 00:49:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17103; Mon, 8 Jun 1998 00:49:23 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sjx-ca115-10.ix.netcom.com [207.223.162.74]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA09585; Mon, 8 Jun 1998 00:49:23 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id AAA03409; Mon, 8 Jun 1998 00:49:20 -0700 (PDT) Date: Mon, 8 Jun 1998 00:49:20 -0700 (PDT) Message-Id: <199806080749.AAA03409@silvia.HIP.Berkeley.EDU> To: dburr@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199806071844.LAA00309@freefall.freebsd.org> (message from Donald Burr on Sun, 7 Jun 1998 11:44:56 -0700 (PDT)) Subject: Re: cvs commit: ports/x11/wmmail - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Import of new port x11/wmmail, a reworked ASmail (mail notifier) * for the WindowMaker dock. This should go to the "mail" category. (Just cvs remove and re-"import" it.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 00:50:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17335 for cvs-all-outgoing; Mon, 8 Jun 1998 00:50:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17313; Mon, 8 Jun 1998 00:50:20 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA08286; Mon, 8 Jun 1998 00:49:03 -0700 (PDT) Date: Mon, 8 Jun 1998 00:49:03 -0700 (PDT) Message-Id: <199806080749.AAA08286@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/misc/rpm/patches patch-af ports/misc/rpm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/08 00:49:02 PDT Modified files: misc/rpm/patches patch-af misc/rpm/pkg PLIST Log: Fix wrong patch. Configuration files should be installed into $PREFIX/share/misc. Revision Changes Path 1.7 +2 -2 ports/misc/rpm/patches/patch-af 1.6 +2 -2 ports/misc/rpm/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 Jun 8 01:44:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22895 for cvs-all-outgoing; Mon, 8 Jun 1998 01:44:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22877; Mon, 8 Jun 1998 01:44:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08557; Mon, 8 Jun 1998 01:43:22 -0700 (PDT) Date: Mon, 8 Jun 1998 01:43:22 -0700 (PDT) Message-Id: <199806080843.BAA08557@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_examine.c src/sys/i386/i386 db_interface.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/08 01:43:21 PDT Modified files: sys/ddb db_examine.c sys/i386/i386 db_interface.c Log: Make DDB work again after I broke it :-(. Revision Changes Path 1.19 +2 -2 src/sys/ddb/db_examine.c 1.40 +2 -2 src/sys/i386/i386/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 Mon Jun 8 01:51:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26604 for cvs-all-outgoing; Mon, 8 Jun 1998 01:51:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26593; Mon, 8 Jun 1998 01:51:55 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08625; Mon, 8 Jun 1998 01:50:38 -0700 (PDT) Date: Mon, 8 Jun 1998 01:50:38 -0700 (PDT) Message-Id: <199806080850.BAA08625@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi man.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/08 01:50:38 PDT Modified files: data/cgi man.cgi Log: Start the script locally on hub. Revision Changes Path 1.2 +3 -1 www/data/cgi/man.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 01:52:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26734 for cvs-all-outgoing; Mon, 8 Jun 1998 01:52:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26658; Mon, 8 Jun 1998 01:52:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08651; Mon, 8 Jun 1998 01:50:44 -0700 (PDT) Date: Mon, 8 Jun 1998 01:50:44 -0700 (PDT) Message-Id: <199806080850.BAA08651@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 01:50:44 PDT Modified files: sys/i386/isa wcd.c Log: Fixed pedantic semantics errors (bitfields not of type int, signed int or unsigned int (don't do this in one case where it would change the object file)). Revision Changes Path 1.54 +39 -39 src/sys/i386/isa/wcd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 01:55:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27705 for cvs-all-outgoing; Mon, 8 Jun 1998 01:55:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gratis.grondar.za (6TJgdeXkAXStYZwnvb+y4pqrcdNk5FcT@gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27698 for ; Mon, 8 Jun 1998 01:55:04 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (YWGglieWGHP2c/yusk9k+CAcBOS+zecf@localhost [127.0.0.1]) by gratis.grondar.za (8.8.8/8.8.8) with ESMTP id KAA17967 for ; Mon, 8 Jun 1998 10:54:59 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199806080854.KAA17967@gratis.grondar.za> To: committers@FreeBSD.ORG Subject: I am away for 7 weeks. Date: Mon, 08 Jun 1998 10:54:58 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi I am off on vacation for the next 7 weeks. I will see some of you at Usenix, and others (I hope) in San Francisco. I have unsubscribed from all the mailing lists, so if there is anything important you want me to see, then please email it direct. I will be reading mail regularly but not often, so no emergencies, please :-) Cheers M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 01:57:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28135 for cvs-all-outgoing; Mon, 8 Jun 1998 01:57:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28128; Mon, 8 Jun 1998 01:57:07 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08725; Mon, 8 Jun 1998 01:55:50 -0700 (PDT) Date: Mon, 8 Jun 1998 01:55:50 -0700 (PDT) Message-Id: <199806080855.BAA08725@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 machdep.c src/sys/pc98/pc98 fd.c if_ed.c if_fe.c lpt.c mse.c pcaudio.c sio.c spkr.c syscons.c wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/08 01:55:50 PDT Modified files: sys/pc98/i386 machdep.c sys/pc98/pc98 fd.c if_ed.c if_fe.c lpt.c mse.c pcaudio.c sio.c spkr.c syscons.c wd.c Log: Merge 64bit portability fixes from sys/i386 stuff. Revision Changes Path 1.86 +3 -3 src/sys/pc98/i386/machdep.c 1.32 +3 -3 src/sys/pc98/pc98/fd.c 1.48 +3 -3 src/sys/pc98/pc98/if_ed.c 1.31 +3 -3 src/sys/pc98/pc98/if_fe.c 1.20 +4 -4 src/sys/pc98/pc98/lpt.c 1.17 +2 -2 src/sys/pc98/pc98/mse.c 1.16 +2 -2 src/sys/pc98/pc98/pcaudio.c 1.60 +2 -2 src/sys/pc98/pc98/sio.c 1.13 +2 -2 src/sys/pc98/pc98/spkr.c 1.87 +2 -2 src/sys/pc98/pc98/syscons.c 1.56 +3 -3 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 Mon Jun 8 01:58:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28330 for cvs-all-outgoing; Mon, 8 Jun 1998 01:58:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28258; Mon, 8 Jun 1998 01:58:01 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08753; Mon, 8 Jun 1998 01:56:44 -0700 (PDT) Date: Mon, 8 Jun 1998 01:56:44 -0700 (PDT) Message-Id: <199806080856.BAA08753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/08 01:56:43 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.123. Revision Changes Path 1.57 +3 -1 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 Jun 8 01:59:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28629 for cvs-all-outgoing; Mon, 8 Jun 1998 01:59:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28623; Mon, 8 Jun 1998 01:59:31 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08787; Mon, 8 Jun 1998 01:58:14 -0700 (PDT) Date: Mon, 8 Jun 1998 01:58:14 -0700 (PDT) Message-Id: <199806080858.BAA08787@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/xscreensaver Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/08 01:58:14 PDT Modified files: x11/xscreensaver Makefile Log: Disable kerberos support if compiling for 2.2-stable. Revision Changes Path 1.11 +6 -1 ports/x11/xscreensaver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:01:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29196 for cvs-all-outgoing; Mon, 8 Jun 1998 02:01:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29184; Mon, 8 Jun 1998 02:01:47 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA08886; Mon, 8 Jun 1998 02:00:30 -0700 (PDT) Date: Mon, 8 Jun 1998 02:00:30 -0700 (PDT) Message-Id: <199806080900.CAA08886@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@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 sos 1998/06/08 02:00:29 PDT Modified files: sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Log: Correct even more ioctl breakage :( Doesn't people check their code before committing anymore, it could at least compile ???? Revision Changes Path 1.10 +1 -1 src/sys/i386/isa/snd/ad1848.c 1.9 +1 -1 src/sys/i386/isa/snd/sb_dsp.c 1.12 +1 -1 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 Mon Jun 8 02:02:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29420 for cvs-all-outgoing; Mon, 8 Jun 1998 02:02:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29286; Mon, 8 Jun 1998 02:02:01 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sjx-ca115-10.ix.netcom.com [207.223.162.74]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA09667; Mon, 8 Jun 1998 02:02:00 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id CAA03601; Mon, 8 Jun 1998 02:01:57 -0700 (PDT) Date: Mon, 8 Jun 1998 02:01:57 -0700 (PDT) Message-Id: <199806080901.CAA03601@silvia.HIP.Berkeley.EDU> To: jseger@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199806080154.SAA05957@freefall.freebsd.org> (jseger@FreeBSD.ORG) Subject: Re: cvs commit: ports/x11/xscreensaver Makefile ports/x11/xscreensaver/files md5 ports/x11/xscreensaver/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Satoshi: This does build under current. If it doesn't build under stable * please mark it BROKEN for that branch only. Does -current have libnsl? I tried reading configure.in but I just can't see how it could work at all. It seems "-lnsl" will be added regardless of the OS. But I'm probably just being my incompetent self. So, I just added "--without-kerberos" conditional to 2.2-stable-ness. It now compiles here. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:20:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02220 for cvs-all-outgoing; Mon, 8 Jun 1998 02:20:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02203; Mon, 8 Jun 1998 02:20:54 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA08966; Mon, 8 Jun 1998 02:19:36 -0700 (PDT) Date: Mon, 8 Jun 1998 02:19:36 -0700 (PDT) Message-Id: <199806080919.CAA08966@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/08 02:19:36 PDT Modified files: sys/kern imgact_elf.c Log: Fix a typo which prevented i386 elf from working at all (including Linux emulated elf binaries). Revision Changes Path 1.26 +2 -2 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:23:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02527 for cvs-all-outgoing; Mon, 8 Jun 1998 02:23:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02515; Mon, 8 Jun 1998 02:23:00 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09055; Mon, 8 Jun 1998 02:21:42 -0700 (PDT) Date: Mon, 8 Jun 1998 02:21:42 -0700 (PDT) Message-Id: <199806080921.CAA09055@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/cad/spice Makefile ports/cad/spice/files FreeBSD Makefile ports/cad/spice/patches patch-aa patch-ac ports/cad/spice/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/08 02:21:42 PDT Modified files: cad/spice Makefile cad/spice/files FreeBSD Makefile cad/spice/patches patch-aa patch-ac cad/spice/pkg COMMENT DESCR PLIST Log: Some cleanup of this port. PR: 6883 Submitted by: Pedro Giffuni S. Revision Changes Path 1.10 +4 -4 ports/cad/spice/Makefile 1.3 +2 -2 ports/cad/spice/files/FreeBSD 1.4 +7 -7 ports/cad/spice/files/Makefile 1.4 +64 -40 ports/cad/spice/patches/patch-aa 1.2 +5 -5 ports/cad/spice/patches/patch-ac 1.5 +1 -1 ports/cad/spice/pkg/COMMENT 1.3 +4 -2 ports/cad/spice/pkg/DESCR 1.4 +30 -30 ports/cad/spice/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 Jun 8 02:24:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02860 for cvs-all-outgoing; Mon, 8 Jun 1998 02:24:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02842; Mon, 8 Jun 1998 02:24:45 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09144; Mon, 8 Jun 1998 02:23:27 -0700 (PDT) Date: Mon, 8 Jun 1998 02:23:27 -0700 (PDT) Message-Id: <199806080923.CAA09144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 db_interface.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/08 02:23:26 PDT Modified files: sys/i386/i386 db_interface.c Log: Fix more of my DDB breakage. Revision Changes Path 1.41 +3 -3 src/sys/i386/i386/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 Mon Jun 8 02:29:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03350 for cvs-all-outgoing; Mon, 8 Jun 1998 02:29:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03310; Mon, 8 Jun 1998 02:29:01 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id KAA00417; Mon, 8 Jun 1998 10:29:57 +0100 (BST) Date: Mon, 8 Jun 1998 10:29:57 +0100 (BST) From: Doug Rabson To: Sren Schmidt cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806080900.CAA08886@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, 8 Jun 1998, Sren Schmidt wrote: > sos 1998/06/08 02:00:29 PDT > > Modified files: > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > Log: > Correct even more ioctl breakage :( > Doesn't people check their code before committing anymore, it could > at least compile ???? I built LINT. Perhaps these drivers should go into LINT. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:40:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04492 for cvs-all-outgoing; Mon, 8 Jun 1998 02:40:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04484; Mon, 8 Jun 1998 02:40:09 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09371; Mon, 8 Jun 1998 02:38:52 -0700 (PDT) Date: Mon, 8 Jun 1998 02:38:52 -0700 (PDT) Message-Id: <199806080938.CAA09371@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/wmmail Makefile ports/x11/wmmail/files md5 ports/x11/wmmail/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/08 02:38:52 PDT Removed files: x11/wmmail Makefile x11/wmmail/files md5 x11/wmmail/pkg COMMENT DESCR PLIST Log: Step 1 of moving this port to ports/mail. Remove the port that's living in x11. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:41:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04704 for cvs-all-outgoing; Mon, 8 Jun 1998 02:41:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04663; Mon, 8 Jun 1998 02:41:27 -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 TAA28097; Mon, 8 Jun 1998 19:41:26 +1000 Date: Mon, 8 Jun 1998 19:41:26 +1000 From: Bruce Evans Message-Id: <199806080941.TAA28097@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > Log: > Correct even more ioctl breakage :( > Doesn't people check their code before committing anymore, it could > at least compile ???? LINT compiles fine, but some modules are so bogusly configured that they can't live in LINT together with other modules. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:48:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05651 for cvs-all-outgoing; Mon, 8 Jun 1998 02:48:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05611; Mon, 8 Jun 1998 02:48:30 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id LAA03144; Mon, 8 Jun 1998 11:48:23 +0200 (CEST) (envelope-from sos) Message-Id: <199806080948.LAA03144@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: from Doug Rabson at "Jun 8, 98 10:29:57 am" To: dfr@nlsystems.com (Doug Rabson) Date: Mon, 8 Jun 1998 11:48:23 +0200 (CEST) Cc: sos@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (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 In reply to Doug Rabson who wrote: > On Mon, 8 Jun 1998, Sren Schmidt wrote: > > > sos 1998/06/08 02:00:29 PDT > > > > Modified files: > > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > > Log: > > Correct even more ioctl breakage :( > > Doesn't people check their code before committing anymore, it could > > at least compile ???? > > I built LINT. Perhaps these drivers should go into LINT. Not to be rude or anything, but all the mess you've created with these changes suggests to me that you didn't test this very well, you should have had these changes reviewed by someone, but the log doesn't say you did... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:49:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05798 for cvs-all-outgoing; Mon, 8 Jun 1998 02:49:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05793; Mon, 8 Jun 1998 02:49:07 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09649; Mon, 8 Jun 1998 02:47:50 -0700 (PDT) Date: Mon, 8 Jun 1998 02:47:50 -0700 (PDT) Message-Id: <199806080947.CAA09649@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp ispvar.h src/sys/i386/eisa aha1742.c src/sys/i386/include vm86.h src/sys/i386/isa atapi.h scd.c ultra14f.c wst.c src/sys/i386/isa/ic am7990.h src/sys/i386/scsi btreg.h src/sys/netinet ip_fil.h ip_var.h tcp.h src/sys/pci ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 02:47:48 PDT Modified files: sys/dev/isp ispvar.h sys/i386/eisa aha1742.c sys/i386/include vm86.h sys/i386/isa atapi.h scd.c ultra14f.c wst.c sys/i386/isa/ic am7990.h sys/i386/scsi btreg.h sys/netinet ip_fil.h ip_var.h tcp.h sys/pci if_devar.h if_fxpreg.h sys/sys cdio.h Log: Fixed pedantic semantics errors (bitfields not of type int, signed int or unsigned int (this doesn't change the struct layout, size or alignment in any of the files changed in this commit, at least for gcc on i386's. Using bitfields of type u_char may affect size and alignment but not packing)). Revision Changes Path 1.3 +3 -3 src/sys/dev/isp/ispvar.h 1.63 +4 -4 src/sys/i386/eisa/aha1742.c 1.6 +3 -3 src/sys/i386/include/vm86.h 1.14 +7 -7 src/sys/i386/isa/atapi.h 1.38 +3 -3 src/sys/i386/isa/scd.c 1.60 +9 -9 src/sys/i386/isa/ultra14f.c 1.6 +34 -34 src/sys/i386/isa/wst.c 1.3 +1 -1 src/sys/i386/isa/ic/am7990.h 1.7 +2 -2 src/sys/i386/scsi/btreg.h 1.5 +3 -3 src/sys/netinet/ip_fil.h 1.41 +3 -3 src/sys/netinet/ip_var.h 1.9 +3 -3 src/sys/netinet/tcp.h 1.7 +2 -2 src/sys/pci/if_devar.h 1.13 +22 -22 src/sys/pci/if_fxpreg.h 1.18 +17 -17 src/sys/sys/cdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:52:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06322 for cvs-all-outgoing; Mon, 8 Jun 1998 02:52:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06317; Mon, 8 Jun 1998 02:52:28 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09695; Mon, 8 Jun 1998 02:51:10 -0700 (PDT) Date: Mon, 8 Jun 1998 02:51:10 -0700 (PDT) Message-Id: <199806080951.CAA09695@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/wmmail - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/08 02:51:10 PDT ports/x11/wmmail - Imported sources Update of /home/ncvs/ports/x11/wmmail In directory freefall.freebsd.org:/f/users/dburr/wmmail Log Message: Re-import wmmail into categories mail. (wmmail == a little mail notifier for the WindowMaker dock) Status: Vendor Tag: DBURR Release Tags: wmmail_0_59 C ports/x11/wmmail/Makefile U ports/x11/wmmail/files/md5 U ports/x11/wmmail/pkg/COMMENT U ports/x11/wmmail/pkg/DESCR U ports/x11/wmmail/pkg/PLIST 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDBURR:yesterday -jDBURR ports/x11/wmmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 02:53:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06461 for cvs-all-outgoing; Mon, 8 Jun 1998 02:53:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06438; Mon, 8 Jun 1998 02:53:31 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id LAA03173; Mon, 8 Jun 1998 11:53:18 +0200 (CEST) (envelope-from sos) Message-Id: <199806080953.LAA03173@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806080941.TAA28097@godzilla.zeta.org.au> from Bruce Evans at "Jun 8, 98 07:41:26 pm" To: bde@zeta.org.au (Bruce Evans) Date: Mon, 8 Jun 1998 11:53:18 +0200 (CEST) Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (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 In reply to Bruce Evans who wrote: > > Modified files: > > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > > Log: > > Correct even more ioctl breakage :( > > Doesn't people check their code before committing anymore, it could > > at least compile ???? > > LINT compiles fine, but some modules are so bogusly configured that > they can't live in LINT together with other modules. That's no excuse for testing. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 03:02:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08268 for cvs-all-outgoing; Mon, 8 Jun 1998 03:02:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA08186; Mon, 8 Jun 1998 03:01:52 -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 UAA29130; Mon, 8 Jun 1998 20:01:51 +1000 Date: Mon, 8 Jun 1998 20:01:51 +1000 From: Bruce Evans Message-Id: <199806081001.UAA29130@godzilla.zeta.org.au> To: bde@zeta.org.au, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> LINT compiles fine, but some modules are so bogusly configured that >> they can't live in LINT together with other modules. > >That's no excuse for testing. It's more than most committers test. There is no way to even test compiling all software configuations, since there are about 2^(number of options) configurations. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 03:08:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09533 for cvs-all-outgoing; Mon, 8 Jun 1998 03:08:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09478; Mon, 8 Jun 1998 03:08:28 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10497; Mon, 8 Jun 1998 03:07:08 -0700 (PDT) Date: Mon, 8 Jun 1998 03:07:08 -0700 (PDT) Message-Id: <199806081007.DAA10497@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/08 03:07:07 PDT Modified files: x11 Makefile Log: Remove wmmaker, since it's moving to mail. Revision Changes Path 1.209 +1 -2 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 Jun 8 03:12:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10437 for cvs-all-outgoing; Mon, 8 Jun 1998 03:12:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10362; Mon, 8 Jun 1998 03:12:31 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id MAA03230; Mon, 8 Jun 1998 12:12:19 +0200 (CEST) (envelope-from sos) Message-Id: <199806081012.MAA03230@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806081001.UAA29130@godzilla.zeta.org.au> from Bruce Evans at "Jun 8, 98 08:01:51 pm" To: bde@zeta.org.au (Bruce Evans) Date: Mon, 8 Jun 1998 12:12:19 +0200 (CEST) Cc: bde@zeta.org.au, sos@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (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 In reply to Bruce Evans who wrote: > >> LINT compiles fine, but some modules are so bogusly configured that > >> they can't live in LINT together with other modules. > > > >That's no excuse for testing. > > It's more than most committers test. There is no way to even test > compiling all software configuations, since there are about 2^(number > of options) configurations. Thats not the point here, a simple 'grep ioctl *' could have revealed most of these bogons, at least one would expect the area of modification to be systematically changed/checked... A compile of LINT is just bogus IMO. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 03:34:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13325 for cvs-all-outgoing; Mon, 8 Jun 1998 03:34:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dana.clari.net.au (dana.clari.net.au [203.27.85.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13249 for ; Mon, 8 Jun 1998 03:34:00 -0700 (PDT) (envelope-from thepish@freebsd.org) Received: from localhost (thepish@localhost) by dana.clari.net.au (8.8.7/8.8.7) with SMTP id UAA11871 for ; Mon, 8 Jun 1998 20:33:11 +1000 (EST) (envelope-from thepish@freebsd.org) X-Authentication-Warning: dana.clari.net.au: thepish owned process doing -bs Date: Mon, 8 Jun 1998 20:33:09 +1000 (EST) From: Peter Hawkins X-Sender: thepish@dana.clari.net.au To: cvs-committers@FreeBSD.ORG Subject: Re: i386/6881 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Responsible-Changed-From-To: freebsd-bugs->asami@FreeBSD.ORG >> Responsible-Changed-By: thepish >> Responsible-Changed-When: Sun Jun 7 00:42:21 PDT 1998 >> Responsible-Changed-Why: >> Asami is responsible for /usr/share/mk > >No, he's not. He's responsible for src/share/mk/bsd.port.mk. He's >done some work on the other makefiles, but bde has done more, and I've >also done some (albeit less). 'cept... I got a roasting last time I touched mk. I figured that if I've analysed this and found what needs to be done, it makes sense to pass that on so it gets cleared up. I've been trying to steer away from anything that could conceivably tread on toes for a while, so I redelegated without performing a commit. *sigh* I didn't mean to offend by exclusion and was doing nothing other than trying to clean up a PR. When I last committed in share/mk the first reply I got was "I hope you ran this past asami". Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 03:44:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14298 for cvs-all-outgoing; Mon, 8 Jun 1998 03:44:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14251; Mon, 8 Jun 1998 03:43:59 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10924; Mon, 8 Jun 1998 03:42:41 -0700 (PDT) Date: Mon, 8 Jun 1998 03:42:41 -0700 (PDT) Message-Id: <199806081042.DAA10924@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/08 03:42:41 PDT Modified files: . modules Log: Remove xmmail from modules, to facilitate re-importing it to mail. Revision Changes Path 1.2070 +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 Jun 8 03:57:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA15942 for cvs-all-outgoing; Mon, 8 Jun 1998 03:57:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA15907; Mon, 8 Jun 1998 03:56:49 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11013; Mon, 8 Jun 1998 03:55:30 -0700 (PDT) Date: Mon, 8 Jun 1998 03:55:30 -0700 (PDT) Message-Id: <199806081055.DAA11013@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config config.h config.y main.c mkmakefile.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1998/06/08 03:55:29 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/config config.h config.y main.c mkmakefile.c Log: bin/5730 commit backed out of -stable after advice from Eivind. Revision Changes Path 1.13.2.2 +0 -2 src/usr.sbin/config/config.h 1.13.2.5 +0 -3 src/usr.sbin/config/config.y 1.14.2.6 +1 -1 src/usr.sbin/config/main.c 1.18.2.6 +1 -3 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 Mon Jun 8 03:58:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16157 for cvs-all-outgoing; Mon, 8 Jun 1998 03:58:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16056; Mon, 8 Jun 1998 03:58:01 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11071; Mon, 8 Jun 1998 03:56:43 -0700 (PDT) Date: Mon, 8 Jun 1998 03:56:43 -0700 (PDT) Message-Id: <199806081056.DAA11071@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/08 03:56:42 PDT Modified files: . modules Log: wmmail --> ports/mail/wmmail Revision Changes Path 1.2071 +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 Jun 8 03:58:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16233 for cvs-all-outgoing; Mon, 8 Jun 1998 03:58:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16134; Mon, 8 Jun 1998 03:58:17 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sjx-ca115-10.ix.netcom.com [207.223.162.74]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA09773; Mon, 8 Jun 1998 03:58:07 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id DAA03888; Mon, 8 Jun 1998 03:58:04 -0700 (PDT) Date: Mon, 8 Jun 1998 03:58:04 -0700 (PDT) Message-Id: <199806081058.DAA03888@silvia.HIP.Berkeley.EDU> To: thepish@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG In-reply-to: (message from Peter Hawkins on Mon, 8 Jun 1998 20:33:09 +1000 (EST)) Subject: Re: i386/6881 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * *sigh* I didn't mean to offend by exclusion and was doing nothing other * than trying to clean up a PR. When I last committed in share/mk the first * reply I got was "I hope you ran this past asami". That's because I'm responsible for bsd.port.*mk. For others, ask bde. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 03:59:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16384 for cvs-all-outgoing; Mon, 8 Jun 1998 03:59:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16360; Mon, 8 Jun 1998 03:59:22 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11094; Mon, 8 Jun 1998 03:58:03 -0700 (PDT) Date: Mon, 8 Jun 1998 03:58:03 -0700 (PDT) Message-Id: <199806081058.DAA11094@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/wmmail - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/08 03:58:03 PDT ports/mail/wmmail - Imported sources Update of /home/ncvs/ports/mail/wmmail In directory freefall.freebsd.org:/f/users/dburr/wmmail Log Message: Final phase of moving this port to mail category. wmmail == a little mail notifier for the WindowMaker dock. Status: Vendor Tag: DBURR Release Tags: wmmail_0_59 N ports/mail/wmmail/Makefile I ports/mail/wmmail/CVS N ports/mail/wmmail/files/md5 N ports/mail/wmmail/pkg/COMMENT N ports/mail/wmmail/pkg/DESCR N ports/mail/wmmail/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 Jun 8 04:00:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16567 for cvs-all-outgoing; Mon, 8 Jun 1998 04:00:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16454; Mon, 8 Jun 1998 03:59:57 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11122; Mon, 8 Jun 1998 03:58:38 -0700 (PDT) Date: Mon, 8 Jun 1998 03:58:38 -0700 (PDT) Message-Id: <199806081058.DAA11122@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/gcc/config/alpha freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/08 03:58:38 PDT Modified files: contrib/gcc/config/alpha freebsd.h Log: Add LIB_SPEC (same as on i386) so that gcc knows about libc_r. Revision Changes Path 1.3 +4 -0 src/contrib/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 Mon Jun 8 04:02:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17331 for cvs-all-outgoing; Mon, 8 Jun 1998 04:02:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dana.clari.net.au (dana.clari.net.au [203.27.85.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17253 for ; Mon, 8 Jun 1998 04:01:51 -0700 (PDT) (envelope-from thepish@freebsd.org) Received: from localhost (thepish@localhost) by dana.clari.net.au (8.8.7/8.8.7) with SMTP id VAA12013; Mon, 8 Jun 1998 21:01:36 +1000 (EST) (envelope-from thepish@freebsd.org) X-Authentication-Warning: dana.clari.net.au: thepish owned process doing -bs Date: Mon, 8 Jun 1998 21:01:33 +1000 (EST) From: Peter Hawkins X-Sender: thepish@dana.clari.net.au To: Bruce Evans cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/mountd netgroup.5 In-Reply-To: <199806080057.KAA00920@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 >Please attach log messages to `Log:', not to `PR:'. References to the >current version merged from are more useful than references to PRs, >although not as useful as a short description of what was changed. Grin - exactly the opposite of what I was told last time by someone else about overfilling logs. Is there a standard on procedure for committing anywhere? Peter Hilink Internet Peter Hawkins 381 Swan St Richmond, Vic, Australia Ph: +61-3-9421 2006 Fax: +61-3-9421 2007 http://www.hilink.com.au Peter@hilink.com.au FreeBSD Project: thepish@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 Jun 8 04:03:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17614 for cvs-all-outgoing; Mon, 8 Jun 1998 04:03:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17586; Mon, 8 Jun 1998 04:03:22 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11164; Mon, 8 Jun 1998 04:02:04 -0700 (PDT) Date: Mon, 8 Jun 1998 04:02:04 -0700 (PDT) Message-Id: <199806081102.EAA11164@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern makesyscalls.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 04:02:03 PDT Modified files: sys/kern makesyscalls.sh Log: Fixed some style bugs in output (missing tabs and unparenthesized macros). Fixed some style bugs in source (mostly, superfluous backslashes). Revision Changes Path 1.33 +30 -31 src/sys/kern/makesyscalls.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:07:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18207 for cvs-all-outgoing; Mon, 8 Jun 1998 04:07:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: (from jseger@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18198; Mon, 8 Jun 1998 04:07:17 -0700 (PDT) (envelope-from jseger) Date: Mon, 8 Jun 1998 04:07:17 -0700 (PDT) From: "Justin M. Seger" Message-Id: <199806081107.EAA18198@hub.freebsd.org> To: asami@FreeBSD.ORG, jseger@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/xscreensaver Makefile ports/x11/xscreensaver/files md5 ports/x11/xscreensaver/pkg PLIST Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-Reply-To: <199806080901.CAA03601@silvia.HIP.Berkeley.EDU> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk No.... > ldconfig -r | grep nsl > However it did build properly on this system. I'll see if I can figure out what's going on later today. TTYL, -Justin Seger- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:09:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18848 for cvs-all-outgoing; Mon, 8 Jun 1998 04:09:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18792; Mon, 8 Jun 1998 04:09:28 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21316; Mon, 8 Jun 1998 04:09:34 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: S ren Schmidt cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 02:00:30 PDT." <199806080900.CAA08886@freefall.freebsd.org> Date: Mon, 08 Jun 1998 04:09:33 -0700 Message-ID: <21312.897304173@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Correct even more ioctl breakage :( > Doesn't people check their code before committing anymore, it could > at least compile ???? I'm sure he did, but probably not with sound enabled. Since LINT is compiling again these days, it's probably worth-while for folks to start using it in testing any significant kernel work. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:09:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18961 for cvs-all-outgoing; Mon, 8 Jun 1998 04:09:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18954; Mon, 8 Jun 1998 04:09:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11274; Mon, 8 Jun 1998 04:08:37 -0700 (PDT) Date: Mon, 8 Jun 1998 04:08:37 -0700 (PDT) Message-Id: <199806081108.EAA11274@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_xenix.h ibcs2_proto.h src/sys/i386/linux linux_proto.h src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall-hide.h sysproto.h syscall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 04:08:37 PDT Modified files: sys/i386/ibcs2 ibcs2_xenix.h ibcs2_proto.h sys/i386/linux linux_proto.h sys/kern init_sysent.c syscalls.c sys/sys syscall-hide.h sysproto.h syscall.h Log: Updated generated files. Revision Changes Path 1.8 +29 -29 src/sys/i386/ibcs2/ibcs2_xenix.h 1.9 +143 -143 src/sys/i386/ibcs2/ibcs2_proto.h 1.11 +139 -139 src/sys/i386/linux/linux_proto.h 1.59 +1 -1 src/sys/kern/init_sysent.c 1.52 +1 -1 src/sys/kern/syscalls.c 1.46 +1 -1 src/sys/sys/syscall-hide.h 1.40 +492 -492 src/sys/sys/sysproto.h 1.50 +1 -1 src/sys/sys/syscall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:10:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19266 for cvs-all-outgoing; Mon, 8 Jun 1998 04:10:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19226; Mon, 8 Jun 1998 04:10:36 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21336; Mon, 8 Jun 1998 04:10:28 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Doug Rabson cc: Sren Schmidt , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 10:29:57 BST." Date: Mon, 08 Jun 1998 04:10:28 -0700 Message-ID: <21333.897304228@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Mon, 8 Jun 1998, Sren Schmidt wrote: > > > sos 1998/06/08 02:00:29 PDT > > > > Modified files: > > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > > Log: > > Correct even more ioctl breakage :( > > Doesn't people check their code before committing anymore, it could > > at least compile ???? > > I built LINT. Perhaps these drivers should go into LINT. Oh. Well ignore my previous message then. Yes, anything not in LINT probably deserves what it gets. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:12:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19705 for cvs-all-outgoing; Mon, 8 Jun 1998 04:12:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19656; Mon, 8 Jun 1998 04:12:11 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21357; Mon, 8 Jun 1998 04:12:13 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 19:41:26 +1000." <199806080941.TAA28097@godzilla.zeta.org.au> Date: Mon, 08 Jun 1998 04:12:13 -0700 Message-ID: <21354.897304333@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > LINT compiles fine, but some modules are so bogusly configured that > they can't live in LINT together with other modules. Yes, but I thought we were talking specifically about the sound code - it's in LINT, I just checked. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:14:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20334 for cvs-all-outgoing; Mon, 8 Jun 1998 04:14:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20233; Mon, 8 Jun 1998 04:13:58 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11330; Mon, 8 Jun 1998 04:12:40 -0700 (PDT) Date: Mon, 8 Jun 1998 04:12:40 -0700 (PDT) Message-Id: <199806081112.EAA11330@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/08 04:12:40 PDT Modified files: mail Makefile Log: Activate wmmail. Revision Changes Path 1.63 +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 Mon Jun 8 04:14:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20481 for cvs-all-outgoing; Mon, 8 Jun 1998 04:14:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20412; Mon, 8 Jun 1998 04:14:12 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11361; Mon, 8 Jun 1998 04:12:54 -0700 (PDT) Date: Mon, 8 Jun 1998 04:12:54 -0700 (PDT) Message-Id: <199806081112.EAA11361@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/08 04:12:53 PDT Modified files: . modules Log: ja-platex209-sjis --> ports/japanese/platex209-sjis Revision Changes Path 1.2072 +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 Jun 8 04:14:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20578 for cvs-all-outgoing; Mon, 8 Jun 1998 04:14:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20509; Mon, 8 Jun 1998 04:14:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11391; Mon, 8 Jun 1998 04:13:09 -0700 (PDT) Date: Mon, 8 Jun 1998 04:13:09 -0700 (PDT) Message-Id: <199806081113.EAA11391@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/08 04:13:09 PDT Modified files: japanese Makefile Log: Activate platex209-{euc,jis,sjis}. Revision Changes Path 1.121 +4 -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 Jun 8 04:15:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20828 for cvs-all-outgoing; Mon, 8 Jun 1998 04:15:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20727; Mon, 8 Jun 1998 04:15:07 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11421; Mon, 8 Jun 1998 04:13:48 -0700 (PDT) Date: Mon, 8 Jun 1998 04:13:48 -0700 (PDT) Message-Id: <199806081113.EAA11421@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex209-sjis - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/08 04:13:48 PDT ports/japanese/platex209-sjis - Imported sources Update of /home/ncvs/ports/japanese/platex209-sjis In directory freefall.freebsd.org:/tmp/cvs-serv11411 Log Message: ASCII Japanese pLaTeX 2.09 with Shift-JIS code support. Submitted by: Makoto WATANABE PR: ports/5878 Status: Vendor Tag: WATANABE Release Tags: v1_0 N ports/japanese/platex209-sjis/Makefile N ports/japanese/platex209-sjis/files/md5 N ports/japanese/platex209-sjis/pkg/COMMENT N ports/japanese/platex209-sjis/pkg/DESCR N ports/japanese/platex209-sjis/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 Jun 8 04:17:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21299 for cvs-all-outgoing; Mon, 8 Jun 1998 04:17:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21249; Mon, 8 Jun 1998 04:17:11 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21395; Mon, 8 Jun 1998 04:17:17 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: sos@FreeBSD.ORG cc: bde@zeta.org.au (Bruce Evans), cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 11:53:18 +0200." <199806080953.LAA03173@sos.freebsd.dk> Date: Mon, 08 Jun 1998 04:17:17 -0700 Message-ID: <21391.897304637@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > LINT compiles fine, but some modules are so bogusly configured that > > they can't live in LINT together with other modules. > > That's no excuse for testing. not testing, you mean? :-) To summarize thus far: 1. What we consider a "reasonable test" of any kernel change has always been a relatively clean build of LINT. 2. Doug built LINT. 3. The sound code you had problems with is enabled in the LINT configuration (the old, not new Luigi code) and thus, assuming that everyone did their bit correctly, *was* tested by Doug and the failure must therefore be in the testing method itself. 4. If building LINT is no longer a sufficient test, we should determine what *is* a sufficient test before we start flaming people. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:17:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21307 for cvs-all-outgoing; Mon, 8 Jun 1998 04:17:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21263; Mon, 8 Jun 1998 04:17:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11578; Mon, 8 Jun 1998 04:16:01 -0700 (PDT) Date: Mon, 8 Jun 1998 04:16:01 -0700 (PDT) Message-Id: <199806081116.EAA11578@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/tgif Makefile ports/japanese/tgif/files setup.sh md5 ports/japanese/tgif/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/08 04:16:00 PDT Modified files: japanese/tgif Makefile japanese/tgif/files md5 japanese/tgif/patches patch-aa Added files: japanese/tgif/files setup.sh Log: Add support for JIS encoded PostScript Submitted by: MITA Yoshio PR: ports/5808 Revision Changes Path 1.8 +10 -3 ports/japanese/tgif/Makefile 1.3 +1 -0 ports/japanese/tgif/files/md5 1.3 +4 -4 ports/japanese/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 Mon Jun 8 04:20:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22254 for cvs-all-outgoing; Mon, 8 Jun 1998 04:20:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA22043; Mon, 8 Jun 1998 04:19:31 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21425; Mon, 8 Jun 1998 04:19:37 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Peter Hawkins cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config config.h config.y main.c mkmakefile.c In-reply-to: Your message of "Mon, 08 Jun 1998 03:55:30 PDT." <199806081055.DAA11013@freefall.freebsd.org> Date: Mon, 08 Jun 1998 04:19:37 -0700 Message-ID: <21421.897304777@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk However, one thing which _would_ definitely be a good merge would be the -current config's verification that config needs to be rebuilt to be in sync with the kernel being built. :-) - Jordan > thepish 1998/06/08 03:55:29 PDT > > Modified files: (Branch: RELENG_2_2) > usr.sbin/config config.h config.y main.c mkmakefile.c > Log: > bin/5730 commit backed out of -stable after advice from Eivind. > > Revision Changes Path > 1.13.2.2 +0 -2 src/usr.sbin/config/config.h > 1.13.2.5 +0 -3 src/usr.sbin/config/config.y > 1.14.2.6 +1 -1 src/usr.sbin/config/main.c > 1.18.2.6 +1 -3 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 Mon Jun 8 04:21:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22593 for cvs-all-outgoing; Mon, 8 Jun 1998 04:21:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA22535; Mon, 8 Jun 1998 04:21:30 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21456; Mon, 8 Jun 1998 04:21:36 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Peter Hawkins cc: Bruce Evans , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/mountd netgroup.5 In-reply-to: Your message of "Mon, 08 Jun 1998 21:01:33 +1000." Date: Mon, 08 Jun 1998 04:21:36 -0700 Message-ID: <21453.897304896@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Grin - exactly the opposite of what I was told last time by someone else > about overfilling logs. Is there a standard on procedure for committing > anywhere? No, there's not, which is why you're getting such diametrically opposed advice. :-) My advice is to just format them within reason and make whatever citations you feel provide "sufficient info" since there's no just way in creation that you're going to hit on a format which pleases BOTH Bruce and the rest of us. It's not physically possible. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:23:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23284 for cvs-all-outgoing; Mon, 8 Jun 1998 04:23:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23036; Mon, 8 Jun 1998 04:23:09 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sjx-ca115-10.ix.netcom.com [207.223.162.74]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA09799; Mon, 8 Jun 1998 04:23:07 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id EAA03989; Mon, 8 Jun 1998 04:23:04 -0700 (PDT) Date: Mon, 8 Jun 1998 04:23:04 -0700 (PDT) Message-Id: <199806081123.EAA03989@silvia.HIP.Berkeley.EDU> To: kuriyama@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199806081113.EAA11391@freefall.freebsd.org> (message from Jun Kuriyama on Mon, 8 Jun 1998 04:13:09 -0700 (PDT)) Subject: Re: cvs commit: ports/japanese Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Activate platex209-{euc,jis,sjis}. Um, I don't see a "platex209-euc". ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:31:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24646 for cvs-all-outgoing; Mon, 8 Jun 1998 04:31:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24627; Mon, 8 Jun 1998 04:30:52 -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 VAA01047; Mon, 8 Jun 1998 21:30:51 +1000 Date: Mon, 8 Jun 1998 21:30:51 +1000 From: Bruce Evans Message-Id: <199806081130.VAA01047@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@time.cdrom.com Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> LINT compiles fine, but some modules are so bogusly configured that >> they can't live in LINT together with other modules. > >Yes, but I thought we were talking specifically about the sound code - >it's in LINT, I just checked. I thought we were talking about bogusly configured modules. Sound and snd are just the most bogusly configured. Sound is in LINT but snd isn't. I think there are also a couple of sound modules that aren't configured because they would conflict. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:34:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25272 for cvs-all-outgoing; Mon, 8 Jun 1998 04:34:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25134; Mon, 8 Jun 1998 04:33:42 -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.8.7/8.8.7) with ESMTP id LAA10523; Mon, 8 Jun 1998 11:33:34 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA06435; Mon, 8 Jun 1998 13:33:03 +0200 (MET DST) Message-ID: <19980608133303.28877@follo.net> Date: Mon, 8 Jun 1998 13:33:03 +0200 From: Eivind Eklund To: "Jordan K. Hubbard" , sos@FreeBSD.ORG Cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c References: <199806080953.LAA03173@sos.freebsd.dk> <21391.897304637@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <21391.897304637@time.cdrom.com>; from Jordan K. Hubbard on Mon, Jun 08, 1998 at 04:17:17AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, Jun 08, 1998 at 04:17:17AM -0700, Jordan K. Hubbard wrote: > > > LINT compiles fine, but some modules are so bogusly configured that > > > they can't live in LINT together with other modules. > > > > That's no excuse for testing. > > not testing, you mean? :-) To summarize thus far: > > 1. What we consider a "reasonable test" of any kernel change has always > been a relatively clean build of LINT. > > 2. Doug built LINT. > > 3. The sound code you had problems with is enabled in the LINT configuration > (the old, not new Luigi code) and thus, assuming that everyone did their > bit correctly, *was* tested by Doug and the failure must therefore be in > the testing method itself. The problem is in the fact that the snd drivers is imported with files named the same as the sound/ files, and thus don't get compiled during LINT. This is bogus. Apart from that, we probably should have an "ANTILINT" file, which contains the options that couldn't make it into LINT due to disabling code (like SLICE). There is also another test available - build the 'LKM' kernel, and do a 'make && make regress' in the src/lkm directory. This check that you haven't broken LKM linking. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:41:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26497 for cvs-all-outgoing; Mon, 8 Jun 1998 04:41:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26417; Mon, 8 Jun 1998 04:40:57 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id NAA03454; Mon, 8 Jun 1998 13:40:20 +0200 (CEST) (envelope-from sos) Message-Id: <199806081140.NAA03454@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <21391.897304637@time.cdrom.com> from "Jordan K. Hubbard" at "Jun 8, 98 04:17:17 am" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Mon, 8 Jun 1998 13:40:19 +0200 (CEST) Cc: sos@FreeBSD.ORG, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (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 In reply to Jordan K. Hubbard who wrote: > > 1. What we consider a "reasonable test" of any kernel change has always > been a relatively clean build of LINT. Resonable, but not enough for this kind of broad spread changes. > 2. Doug built LINT. So? > 3. The sound code you had problems with is enabled in the LINT configuration > (the old, not new Luigi code) and thus, assuming that everyone did their > bit correctly, *was* tested by Doug and the failure must therefore be in > the testing method itself. You havn't been watching your commit mail then, there has been at least a handfull (if not two full hands) of broken drivers that wasn't checked for the ioctl change, the snd stuff was just a one off: the devfs stuff was broken the ELF activator was broken the sound system was broken the wd driver was broken the wst driver was broken DDB was broken. Need I continue ?? > 4. If building LINT is no longer a sufficient test, we should determine > what *is* a sufficient test before we start flaming people. It has NEVER been sufficient to build LINT :), and it probably never will be, there are too much interference between different drivers etc for that to work. Find & grep is some of your helpers here, and so would a large regressiontest framework be, but we don't have that. So one should at least grep for the matter (here a simple grep for ioctl would have done nicely), or have the code run through a couple of others as they will most often have different setups and will probably spot some of the offending bugs. As usual we all make mistakes (and I've done my fair share), but generic changes like these should be tested & reviewed by at least a couple of others with different setups. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 04:52:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28550 for cvs-all-outgoing; Mon, 8 Jun 1998 04:52:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28391; Mon, 8 Jun 1998 04:51:58 -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 VAA02181; Mon, 8 Jun 1998 21:51:57 +1000 Date: Mon, 8 Jun 1998 21:51:57 +1000 From: Bruce Evans Message-Id: <199806081151.VAA02181@godzilla.zeta.org.au> To: bde@zeta.org.au, thepish@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/mountd netgroup.5 Cc: cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >>Please attach log messages to `Log:', not to `PR:'. References to the >>current version merged from are more useful than references to PRs, >>although not as useful as a short description of what was changed. > >Grin - exactly the opposite of what I was told last time by someone else >about overfilling logs. Is there a standard on procedure for committing >anywhere? I don't know of any. Copy what the best log writers (not bde) do. I think verbose log messages are OK if and only if they are attached to one file. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 05:31:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02603 for cvs-all-outgoing; Mon, 8 Jun 1998 05:31:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02575; Mon, 8 Jun 1998 05:30:56 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id FAA21689; Mon, 8 Jun 1998 05:30:59 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 21:30:51 +1000." <199806081130.VAA01047@godzilla.zeta.org.au> Date: Mon, 08 Jun 1998 05:30:58 -0700 Message-ID: <21685.897309058@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > snd are just the most bogusly configured. Sound is in LINT but snd > isn't. I think there are also a couple of sound modules that aren't > configured because they would conflict. Nope - see for yourself; all possible sound modules (in the old voxware set) are included and the only thing commented out is a duplicate entry for gus0, that entry there simply to show how one can designate an extra IRA through the use of flags. In fact, since the new sound code AND all of the old sound code co-exist just fine in LINT (I tried it, it worked), the new sound stuff should probably be uncommented as well. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 05:33:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02873 for cvs-all-outgoing; Mon, 8 Jun 1998 05:33:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02853; Mon, 8 Jun 1998 05:33:49 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id FAA21708; Mon, 8 Jun 1998 05:33:47 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Eivind Eklund cc: sos@FreeBSD.ORG, Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 13:33:03 +0200." <19980608133303.28877@follo.net> Date: Mon, 08 Jun 1998 05:33:47 -0700 Message-ID: <21704.897309227@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > The problem is in the fact that the snd drivers is imported with files > named the same as the sound/ files, and thus don't get compiled during > LINT. This is bogus. Aha, thanks for pointing this out - you're right. I uncommented pcm0 and all the audio drivers under the impression that it would cause pcm0 to be built as well but now that you mention it, of course, I find that to be totally untrue. Feh. Since nobody's even supporting the "old" audio driver anymore, perhaps we should just bite the bullet and migrate for -current? Some people will miss their FM support, but hopefully also enough to help Luigi incorporate that support into his driver. Even with reduced functionality, there's a lot to be said for a driver that's actively maintained vs one which is not. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 05:42:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA04035 for cvs-all-outgoing; Mon, 8 Jun 1998 05:42:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA04029; Mon, 8 Jun 1998 05:42:34 -0700 (PDT) (envelope-from torstenb@FreeBSD.org) From: Torsten Blum Received: (from torstenb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA12297; Mon, 8 Jun 1998 05:41:15 -0700 (PDT) Date: Mon, 8 Jun 1998 05:41:15 -0700 (PDT) Message-Id: <199806081241.FAA12297@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/mirror Makefile ports/net/mirror/files md5 ports/net/mirror/patches patch-aa patch-ab patch-ac patch-ae patch-af patch-ad ports/net/mirror/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk torstenb 1998/06/08 05:41:15 PDT Modified files: net/mirror Makefile net/mirror/files md5 net/mirror/patches patch-aa patch-ab patch-ac patch-ae patch-af net/mirror/pkg PLIST Removed files: net/mirror/patches patch-ad Log: - Upgrade to 2.9 - Use perl5 Revision Changes Path 1.7 +6 -4 ports/net/mirror/Makefile 1.3 +1 -1 ports/net/mirror/files/md5 1.3 +18 -20 ports/net/mirror/patches/patch-aa 1.3 +36 -32 ports/net/mirror/patches/patch-ab 1.5 +32 -21 ports/net/mirror/patches/patch-ac 1.2 +12 -12 ports/net/mirror/patches/patch-ae 1.2 +6 -6 ports/net/mirror/patches/patch-af 1.4 +2 -2 ports/net/mirror/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 Jun 8 06:02:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07744 for cvs-all-outgoing; Mon, 8 Jun 1998 06:02:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA07536; Mon, 8 Jun 1998 06:01:12 -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 NAA15937; Mon, 8 Jun 1998 13:23:32 +0200 From: Luigi Rizzo Message-Id: <199806081123.NAA15937@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Mon, 8 Jun 1998 13:23:31 +0200 (MET DST) Cc: eivind@yes.no, sos@FreeBSD.ORG, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG In-Reply-To: <21704.897309227@time.cdrom.com> from "Jordan K. Hubbard" at Jun 8, 98 05:33:28 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > The problem is in the fact that the snd drivers is imported with files > > named the same as the sound/ files, and thus don't get compiled during > > LINT. This is bogus. > > Aha, thanks for pointing this out - you're right. I uncommented pcm0 > and all the audio drivers under the impression that it would cause > pcm0 to be built as well but now that you mention it, of course, I > find that to be totally untrue. Feh. Since nobody's even supporting i don't have any problem in renaming files, but don't see any practical purpose (other than testing) since this is two different drivers for the same hardware and cannot do anything good at runtime. > the "old" audio driver anymore, perhaps we should just bite the bullet > and migrate for -current? Some people will miss their FM support, but what do you mean by 'migrate', if it is just a change in LINT (and ANTILINT as Eivind suggested) then it is no big deal. Perhaps we (you! i don't run current) should poll how many users use one or the other driver and decide on basing on those numbers. > hopefully also enough to help Luigi incorporate that support into his you are very optimistic, Jordan. For people in the need of FM it is much easier to use the old stuff and use the awe driver. the reason why i wrote the driver was that i did not have an alternative for full duplex on the audio cards available here, if i did probably i'd use my time on something else cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ > driver. Even with reduced functionality, there's a lot to be said > for a driver that's actively maintained vs one which is not. As > > - Jordan > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 06:40:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12664 for cvs-all-outgoing; Mon, 8 Jun 1998 06:40:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA12653; Mon, 8 Jun 1998 06:40:07 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA03380; Mon, 8 Jun 1998 06:38:48 -0700 (PDT) Date: Mon, 8 Jun 1998 06:38:48 -0700 (PDT) Message-Id: <199806081338.GAA03380@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data site.map support.sgml web.atoz Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/08 06:38:47 PDT Modified files: data site.map support.sgml web.atoz Log: Add the Security Advisories home page. Revision Changes Path 1.2 +2 -2 www/data/site.map 1.80 +9 -4 www/data/support.sgml 1.30 +6 -1 www/data/web.atoz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 06:52:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14640 for cvs-all-outgoing; Mon, 8 Jun 1998 06:52:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14635; Mon, 8 Jun 1998 06:52:50 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10328; Mon, 8 Jun 1998 06:51:32 -0700 (PDT) Date: Mon, 8 Jun 1998 06:51:32 -0700 (PDT) Message-Id: <199806081351.GAA10328@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi query-pr.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/08 06:51:31 PDT Modified files: data/cgi query-pr.cgi Log: Add cvsweb links to source references. A source reference has the syntax rev 1.8 of src/bin/chmod/chmod.1 (the word "of" is optional) or src/bin/chmod/chmod.1 rev 1.7 'rev' and 'revision' are synonym. If you close a PR you should now include the revision, for example from PR 6055: Fixed in src/gnu/usr.bin/as/config/obj-aout.c revision 1.6. [...] Revision Changes Path 1.12 +27 -4 www/data/cgi/query-pr.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 07:01:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16581 for cvs-all-outgoing; Mon, 8 Jun 1998 07:01:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16538; Mon, 8 Jun 1998 07:00:57 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10414; Mon, 8 Jun 1998 06:59:36 -0700 (PDT) Date: Mon, 8 Jun 1998 06:59:36 -0700 (PDT) Message-Id: <199806081359.GAA10414@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/shells/es Makefile ports/shells/es/files md5 ports/shells/es/patches patch-aa ports/shells/es/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cracauer 1998/06/08 06:59:35 PDT Modified files: shells/es Makefile shells/es/files md5 shells/es/patches patch-aa shells/es/pkg PLIST Log: Update to 0.9beta1. This version is now GNU configure driven. A word of warning for future committers so that you don't fall into the same trap as I did: The source has an printf-style funtion "print". This doesn't understand "%u", so the usual print-casting stuff for long long ints isn't printf("%u", (unsigned int)foo); but print("%d", (int)foo); which obviously looses in some cases, but I didn't take the effort to extend this function to take 64 bit value (just unsigned is limited as well). In this case, it isn't that bad, since it is used to print limits, but memory limits are internally stored as "mega" or "kilo" anyway. Revision Changes Path 1.5 +8 -3 ports/shells/es/Makefile 1.2 +1 -1 ports/shells/es/files/md5 1.4 +35 -90 ports/shells/es/patches/patch-aa 1.2 +0 -1 ports/shells/es/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 Jun 8 07:10:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18717 for cvs-all-outgoing; Mon, 8 Jun 1998 07:10:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18648; Mon, 8 Jun 1998 07:10:15 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10465; Mon, 8 Jun 1998 07:08:56 -0700 (PDT) Date: Mon, 8 Jun 1998 07:08:56 -0700 (PDT) Message-Id: <199806081408.HAA10465@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount mount.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 07:08:55 PDT Modified files: sbin/mount mount.c Log: Print the write counts if they are nonzero even if we're mounted readonly, since they tell us about previous write activity. Use the correct format to print the write counts. Revision Changes Path 1.27 +3 -4 src/sbin/mount/mount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 07:13:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20070 for cvs-all-outgoing; Mon, 8 Jun 1998 07:13:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20050; Mon, 8 Jun 1998 07:13:46 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10552; Mon, 8 Jun 1998 07:12:27 -0700 (PDT) Date: Mon, 8 Jun 1998 07:12:27 -0700 (PDT) Message-Id: <199806081412.HAA10552@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/06/08 07:12:27 PDT Modified files: . modules Log: mrt --> ports/net/mrt Revision Changes Path 1.2073 +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 Jun 8 07:14:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20445 for cvs-all-outgoing; Mon, 8 Jun 1998 07:14:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20432; Mon, 8 Jun 1998 07:14:39 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10566; Mon, 8 Jun 1998 07:13:21 -0700 (PDT) Date: Mon, 8 Jun 1998 07:13:21 -0700 (PDT) Message-Id: <199806081413.HAA10566@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/mrt - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/06/08 07:13:20 PDT ports/net/mrt - Imported sources Update of /home/ncvs/ports/net/mrt In directory freefall.freebsd.org:/c/users/itojun/mrt Log Message: a port for "Multi-threaded Routing Toolkit" from merit.edu. Submitted by: itojun (myself) Status: Vendor Tag: ITOJUN Release Tags: v148a I ports/net/mrt/CVS N ports/net/mrt/Makefile N ports/net/mrt/files/md5 N ports/net/mrt/patches/patch-aa N ports/net/mrt/pkg/COMMENT N ports/net/mrt/pkg/DESCR N ports/net/mrt/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 Jun 8 07:18:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21167 for cvs-all-outgoing; Mon, 8 Jun 1998 07:18:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21160; Mon, 8 Jun 1998 07:18:24 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10610; Mon, 8 Jun 1998 07:17:05 -0700 (PDT) Date: Mon, 8 Jun 1998 07:17:05 -0700 (PDT) Message-Id: <199806081417.HAA10610@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/06/08 07:17:04 PDT Modified files: net Makefile Log: enable ports/net/mrt. This is "Multi-threaded Routing Toolkit" routing daemon from merit.edu. Submitted by: itojun (myself) Revision Changes Path 1.163 +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 Jun 8 07:29:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22229 for cvs-all-outgoing; Mon, 8 Jun 1998 07:29:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from fly.HiWAAY.net (sprice@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22218; Mon, 8 Jun 1998 07:29:24 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by fly.HiWAAY.net (8.8.8/8.8.6) with SMTP id JAA03904; Mon, 8 Jun 1998 09:29:22 -0500 (CDT) Date: Mon, 8 Jun 1998 09:29:22 -0500 (CDT) From: Steve Price To: Peter Hawkins cc: Bruce Evans , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/mountd netgroup.5 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, 8 Jun 1998, Peter Hawkins wrote: # Grin - exactly the opposite of what I was told last time by someone else # about overfilling logs. Is there a standard on procedure for committing # anywhere? Actually I was trying to say the same thing, but I may not have been clear enough. Here is an example of how I would tackle the Log: section of a commit related to a PR. in -current: Log: This is a long-winded commit message describing a change that I made which essentially changes foo to bar. PR: 10001 Submitted by: jim.smith@beer.org Revision 1.16 and in -stable: Log: MFC: foo -> bar or another approach would be: Log: MFC: revision 1.16 Does this clear things up? Steve # Peter # # Hilink Internet Peter Hawkins # 381 Swan St Richmond, # Vic, Australia Ph: +61-3-9421 2006 Fax: +61-3-9421 2007 # http://www.hilink.com.au Peter@hilink.com.au # # FreeBSD Project: thepish@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 Jun 8 07:41:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23737 for cvs-all-outgoing; Mon, 8 Jun 1998 07:41:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23728; Mon, 8 Jun 1998 07:41:40 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10753; Mon, 8 Jun 1998 07:40:21 -0700 (PDT) Date: Mon, 8 Jun 1998 07:40:21 -0700 (PDT) Message-Id: <199806081440.HAA10753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/08 07:40:21 PDT Modified files: . modules Log: ntimelord --> ports/net/ntimelord Revision Changes Path 1.2074 +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 Jun 8 07:42:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23908 for cvs-all-outgoing; Mon, 8 Jun 1998 07:42:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23901; Mon, 8 Jun 1998 07:42:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10806; Mon, 8 Jun 1998 07:41:00 -0700 (PDT) Date: Mon, 8 Jun 1998 07:41:00 -0700 (PDT) Message-Id: <199806081441.HAA10806@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/08 07:40:59 PDT Modified files: net Makefile Log: Activate ntimelord. Revision Changes Path 1.164 +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 Jun 8 07:42:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23984 for cvs-all-outgoing; Mon, 8 Jun 1998 07:42:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23969; Mon, 8 Jun 1998 07:42:30 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10818; Mon, 8 Jun 1998 07:41:11 -0700 (PDT) Date: Mon, 8 Jun 1998 07:41:11 -0700 (PDT) Message-Id: <199806081441.HAA10818@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ntimelord - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/08 07:41:11 PDT ports/net/ntimelord - Imported sources Update of /home/ncvs/ports/net/ntimelord In directory freefall.freebsd.org:/tmp/cvs-serv10784 Log Message: A time server daemon for Macintoshes running 'tardis' for netatalk Submitted by: Takeru NAIKI PR: ports/4889 Status: Vendor Tag: NAIKI Release Tags: v1_0 N ports/net/ntimelord/Makefile N ports/net/ntimelord/patches/patch-aa N ports/net/ntimelord/pkg/PLIST N ports/net/ntimelord/pkg/COMMENT N ports/net/ntimelord/pkg/DESCR N ports/net/ntimelord/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 Jun 8 07:46:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24526 for cvs-all-outgoing; Mon, 8 Jun 1998 07:46:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24520; Mon, 8 Jun 1998 07:46:19 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10879; Mon, 8 Jun 1998 07:45:00 -0700 (PDT) Date: Mon, 8 Jun 1998 07:45:00 -0700 (PDT) Message-Id: <199806081445.HAA10879@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/08 07:44:59 PDT Modified files: data support.sgml Log: Add link to the 'Commercial Consulting Services' page. Revision Changes Path 1.81 +9 -2 www/data/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 Jun 8 08:00:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27015 for cvs-all-outgoing; Mon, 8 Jun 1998 08:00:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26990; Mon, 8 Jun 1998 08:00:33 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10936; Mon, 8 Jun 1998 07:59:13 -0700 (PDT) Date: Mon, 8 Jun 1998 07:59:13 -0700 (PDT) Message-Id: <199806081459.HAA10936@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/commercial consulting.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/08 07:59:13 PDT Modified files: data/commercial consulting.sgml Log: Add Dextra Soluções em Informática. Submitted by: Bill Coutinho Revision Changes Path 1.17 +14 -2 www/data/commercial/consulting.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 11:17:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09420 for cvs-all-outgoing; Mon, 8 Jun 1998 11:17:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09314; Mon, 8 Jun 1998 11:16:48 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from gnipahellir.ifi.uio.no (2602@gnipahellir.ifi.uio.no [129.240.64.86]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id UAA20544; Mon, 8 Jun 1998 20:16:24 +0200 (MET DST) Received: (from dag-erli@localhost) by gnipahellir.ifi.uio.no ; Mon, 8 Jun 1998 20:16:24 +0200 (MET DST) Mime-Version: 1.0 To: "Jordan K. Hubbard" Cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c References: <21685.897309058@time.cdrom.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-email-address-1: dag-erli@ifi.uio.no (for private or study-related mail) X-email-address-2: dagsm@hypnotech.no (for job-related mail) X-email-address-3: des@FreeBSD.org (for FreeBSD-related mail) X-email-address-4: finrod@ewox.org (for demoscene-related mail) X-disclaimer-1: I speak only for myself. The views expressed in this message X-disclaimer-2: are not those of the University of Oslo, the FreeBSD project, X-disclaimer-3: or any other organization or company to which I am or have at X-disclaimer-4: some time been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 08 Jun 1998 20:16:23 +0200 In-Reply-To: "Jordan K. Hubbard"'s message of "Mon, 08 Jun 1998 05:30:58 -0700" Message-ID: Lines: 12 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Jordan K. Hubbard" writes: > In fact, since the new sound code AND all of the old sound code > co-exist just fine in LINT (I tried it, it worked), the new sound > stuff should probably be uncommented as well. They don't coexist well in LINT. There is some overlapping in the names of the sources, which means at least some object files get clobbered if you try to compile a kernel with both Voxware and Luigi's code, unless I have totally misunderstood the kernel-building process. -- Noone else has a .sig like this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 11:20:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10080 for cvs-all-outgoing; Mon, 8 Jun 1998 11:20:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09932; Mon, 8 Jun 1998 11:19:57 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA11738; Mon, 8 Jun 1998 11:18:31 -0700 (PDT) Date: Mon, 8 Jun 1998 11:18:31 -0700 (PDT) Message-Id: <199806081818.LAA11738@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dyson 1998/06/08 11:18:31 PDT Modified files: sys/kern vfs_syscalls.c Log: Remove some junk left over from a previous commit. Submitted by: phk Revision Changes Path 1.103 +1 -6 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 11:56:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19105 for cvs-all-outgoing; Mon, 8 Jun 1998 11:56:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19067; Mon, 8 Jun 1998 11:56:16 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA11857; Mon, 8 Jun 1998 11:54:54 -0700 (PDT) Date: Mon, 8 Jun 1998 11:54:54 -0700 (PDT) Message-Id: <199806081854.LAA11857@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/08 11:54:54 PDT Modified files: handbook submitters.sgml Log: Add Gilad Rom for his recent port. Revision Changes Path 1.194 +3 -1 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 13:25:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29154 for cvs-all-outgoing; Mon, 8 Jun 1998 13:25:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29051; Mon, 8 Jun 1998 13:25:11 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12106; Mon, 8 Jun 1998 13:23:48 -0700 (PDT) Date: Mon, 8 Jun 1998 13:23:48 -0700 (PDT) Message-Id: <199806082023.NAA12106@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp README.changes command.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/08 13:23:47 PDT Modified files: usr.sbin/ppp README.changes command.c Log: Correct ``set server'' usage and add mention that ``set ns'' changed in README.changes. Suggested by: stuart henderson Revision Changes Path 1.3 +2 -1 src/usr.sbin/ppp/README.changes 1.138 +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 Mon Jun 8 13:35:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01885 for cvs-all-outgoing; Mon, 8 Jun 1998 13:35:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01831; Mon, 8 Jun 1998 13:34:51 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12174; Mon, 8 Jun 1998 13:33:30 -0700 (PDT) Date: Mon, 8 Jun 1998 13:33:30 -0700 (PDT) Message-Id: <199806082033.NAA12174@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/08 13:33:29 PDT Modified files: sys/net if.c Log: Don't let ifunit() modify the string passed as an argument. it may be in the text segment and write protected. Revision Changes Path 1.60 +26 -16 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 Mon Jun 8 13:39:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02807 for cvs-all-outgoing; Mon, 8 Jun 1998 13:39:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02698; Mon, 8 Jun 1998 13:38:54 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12224; Mon, 8 Jun 1998 13:37:30 -0700 (PDT) Date: Mon, 8 Jun 1998 13:37:30 -0700 (PDT) Message-Id: <199806082037.NAA12224@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/08 13:37:30 PDT Modified files: (Branch: RELENG_2_2) sys/net if.c Log: MFC: Don't let ifunit() modify the string passed as an argument. it may be in the text segment and write protected. matches 1.59 -> 1.60 Revision Changes Path 1.36.2.3 +26 -16 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 Mon Jun 8 13:59:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07053 for cvs-all-outgoing; Mon, 8 Jun 1998 13:59:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07044; Mon, 8 Jun 1998 13:59:25 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12359; Mon, 8 Jun 1998 13:58:04 -0700 (PDT) Date: Mon, 8 Jun 1998 13:58:04 -0700 (PDT) Message-Id: <199806082058.NAA12359@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/06/08 13:58:04 PDT Modified files: release Makefile Log: My previous change could conceivably succeed at removing CHROOTDIR. Ignore errors from the chflags command that follows it, just in case. Revision Changes Path 1.356 +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 Mon Jun 8 14:12:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10144 for cvs-all-outgoing; Mon, 8 Jun 1998 14:12:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10063; Mon, 8 Jun 1998 14:12:04 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA12415; Mon, 8 Jun 1998 14:10:42 -0700 (PDT) Date: Mon, 8 Jun 1998 14:10:42 -0700 (PDT) Message-Id: <199806082110.OAA12415@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc pccard.conf.sample Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1998/06/08 14:10:42 PDT Modified files: etc pccard.conf.sample Log: - Added entry for Xircon CreditCard Modem. Submitted by: "Mike Del" Revision Changes Path 1.19 +8 -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 Mon Jun 8 15:04:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18381 for cvs-all-outgoing; Mon, 8 Jun 1998 15:04:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18367; Mon, 8 Jun 1998 15:04:07 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12599; Mon, 8 Jun 1998 15:02:46 -0700 (PDT) Date: Mon, 8 Jun 1998 15:02:46 -0700 (PDT) Message-Id: <199806082202.PAA12599@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/08 15:02:45 PDT Modified files: handbook submitters.sgml Log: Add Takeru NAIKI for his port of 'ntimelord'. Revision Changes Path 1.195 +3 -1 doc/handbook/submitters.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 15:40:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26805 for cvs-all-outgoing; Mon, 8 Jun 1998 15:40:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26795; Mon, 8 Jun 1998 15:40:23 -0700 (PDT) (envelope-from jmacd@FreeBSD.org) From: Joshua Peck Macdonald Received: (from jmacd@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA13397; Mon, 8 Jun 1998 15:39:01 -0700 (PDT) Date: Mon, 8 Jun 1998 15:39:01 -0700 (PDT) Message-Id: <199806082239.PAA13397@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/prcs Makefile ports/devel/prcs/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmacd 1998/06/08 15:39:01 PDT Modified files: devel/prcs Makefile devel/prcs/files md5 Log: New version, 1.2.8. Revision Changes Path 1.12 +2 -2 ports/devel/prcs/Makefile 1.8 +1 -1 ports/devel/prcs/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 Jun 8 16:36:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06375 for cvs-all-outgoing; Mon, 8 Jun 1998 16:36:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05932; Mon, 8 Jun 1998 16:31:26 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id AAA02400; Tue, 9 Jun 1998 00:32:19 +0100 (BST) Date: Tue, 9 Jun 1998 00:32:19 +0100 (BST) From: Doug Rabson To: Sren Schmidt cc: "Jordan K. Hubbard" , bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806081140.NAA03454@sos.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, 8 Jun 1998, Sren Schmidt wrote: > the devfs stuff was broken > the ELF activator was broken > the sound system was broken > the wd driver was broken > the wst driver was broken > DDB was broken. Elf and DDB are fair comment. I was under the distinct impression that I tested Elf and Linux compat but I think I made a mistake and booted the wrong kernel. Such is life. DEVFS and SLICE for whatever reason are not enabled in LINT. Perhaps I was wrong in thinking that LINT contained all reasonable combinations of drivers and options. If there are problems with configurations that are not compatible with LINT, then we need more test configurations. I believe that I have fixed any breakage in a timely fashion. IMHO with a commit like this some fallout is inevitable. > > Need I continue ?? > > > 4. If building LINT is no longer a sufficient test, we should determine > > what *is* a sufficient test before we start flaming people. > > It has NEVER been sufficient to build LINT :), and it probably never will > be, there are too much interference between different drivers etc for > that to work. Find & grep is some of your helpers here, and so would a large > regressiontest framework be, but we don't have that. So one should at > least grep for the matter (here a simple grep for ioctl would have > done nicely), or have the code run through a couple of others as they > will most often have different setups and will probably spot some > of the offending bugs. > > As usual we all make mistakes (and I've done my fair share), but generic > changes like these should be tested & reviewed by at least a couple > of others with different setups. As I recall I mailed core about this change and only Bruce was kind enough to show any interest. Certainly no-one asked to review the diffs. I have no interest in a flame war on this and I have my own pointy hat to wear for the next couple of days so lets just leave it at that ok? -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 16:57:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08708 for cvs-all-outgoing; Mon, 8 Jun 1998 16:57:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08701; Mon, 8 Jun 1998 16:56:58 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA13652; Mon, 8 Jun 1998 16:55:36 -0700 (PDT) Date: Mon, 8 Jun 1998 16:55:36 -0700 (PDT) Message-Id: <199806082355.QAA13652@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/08 16:55:36 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: The version of the softdep changes in FreeBSD broke the (doingdirectory && !newparent) case of ufs_rename(). rename("D1/X/", "D2/Y/") gives a wrong link count for D2. Submitted by: Bruce Evans Reviewed by: Kirk McKusick Revision Changes Path 1.88 +7 -4 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 17:01:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09193 for cvs-all-outgoing; Mon, 8 Jun 1998 17:01:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08821; Mon, 8 Jun 1998 16:58:19 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id KAA09373; Tue, 9 Jun 1998 10:01:04 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806090001.KAA09373@cimlogic.com.au> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: from Doug Rabson at "Jun 9, 98 00:32:19 am" To: dfr@nlsystems.com (Doug Rabson) Date: Tue, 9 Jun 1998 10:01:04 +1000 (EST) Cc: sos@FreeBSD.ORG, jkh@time.cdrom.com, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (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: > As I recall I mailed core about this change and only Bruce was kind enough > to show any interest. Certainly no-one asked to review the diffs. I have > no interest in a flame war on this and I have my own pointy hat to wear > for the next couple of days so lets just leave it at that ok? There is a wider (possibly interested) audience than just core. 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 Jun 8 17:43:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15175 for cvs-all-outgoing; Mon, 8 Jun 1998 17:43:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14993; Mon, 8 Jun 1998 17:41:21 -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 KAA11579; Tue, 9 Jun 1998 10:41:20 +1000 Date: Tue, 9 Jun 1998 10:41:20 +1000 From: Bruce Evans Message-Id: <199806090041.KAA11579@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/ufs/ufs ufs_vnops.c > Log: > The version of the softdep changes in FreeBSD broke the > (doingdirectory && !newparent) case of ufs_rename(). > rename("D1/X/", "D2/Y/") gives a wrong link count for D2. > > Submitted by: Bruce Evans > Reviewed by: Kirk McKusick It actually broke the (doingdirectory && newparent) case, as shown in the example. D2's link count became -1 (if Y was the only subdirectory in it to begin with), so it could not be removed and it took an fsck to fix the error. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 17:49:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15693 for cvs-all-outgoing; Mon, 8 Jun 1998 17:49:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15673; Mon, 8 Jun 1998 17:49:41 -0700 (PDT) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA14932; Mon, 8 Jun 1998 17:48:18 -0700 (PDT) Date: Mon, 8 Jun 1998 17:48:18 -0700 (PDT) Message-Id: <199806090048.RAA14932@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/xloadimage Makefile ports/x11/xloadimage/files md5 ports/x11/xloadimage/patches patch-1 patch-2 patch-3 patch-4 patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj ports/x11/xloadimage/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1998/06/08 17:48:18 PDT Modified files: x11/xloadimage Makefile x11/xloadimage/files md5 x11/xloadimage/pkg DESCR PLIST Added files: x11/xloadimage/patches patch-1 patch-2 patch-3 patch-4 Removed files: x11/xloadimage/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj Log: Upgrade to version 4.1 Revision Changes Path 1.8 +16 -12 ports/x11/xloadimage/Makefile 1.2 +1 -1 ports/x11/xloadimage/files/md5 1.2 +21 -25 ports/x11/xloadimage/pkg/DESCR 1.4 +1 -2 ports/x11/xloadimage/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 Jun 8 19:57:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09565 for cvs-all-outgoing; Mon, 8 Jun 1998 19:57:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09554; Mon, 8 Jun 1998 19:57:08 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA16160; Mon, 8 Jun 1998 19:55:45 -0700 (PDT) Date: Mon, 8 Jun 1998 19:55:45 -0700 (PDT) Message-Id: <199806090255.TAA16160@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.kmod.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 19:55:44 PDT Modified files: share/mk bsd.kmod.mk Log: Fixed `make depend', which I broke here about a month ago by moving the null default for `depend' from bsd.dep.mk to bsd.obj.mk. bsd.kmod.mk included these files in a bad order, so it picked up the null default. Revision Changes Path 1.49 +3 -2 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 20:29:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13515 for cvs-all-outgoing; Mon, 8 Jun 1998 20:29:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13492; Mon, 8 Jun 1998 20:29:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16275; Mon, 8 Jun 1998 20:28:17 -0700 (PDT) Date: Mon, 8 Jun 1998 20:28:17 -0700 (PDT) Message-Id: <199806090328.UAA16275@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 20:28:16 PDT Modified files: sys/i386/linux syscalls.master Log: Include "opt_compat.h" explicitly instead of depending on makesyscalls.sh generating it as pollution. Don't attempt to separate the includes by newlines. makesyscalls.sh just ignores newlines. Revision Changes Path 1.11 +2 -2 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 20:33:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14508 for cvs-all-outgoing; Mon, 8 Jun 1998 20:33:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA14475; Mon, 8 Jun 1998 20:33:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16324; Mon, 8 Jun 1998 20:32:07 -0700 (PDT) Date: Mon, 8 Jun 1998 20:32:07 -0700 (PDT) Message-Id: <199806090332.UAA16324@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern makesyscalls.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 20:32:07 PDT Modified files: sys/kern makesyscalls.sh Log: Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls. In particular, don't generate an include of "opt_compat.h" if it wouldn't affect anything we create. This will fix recent breakage of the ibcs2 LKM. The ibcs2 syscall files were not regenerated properly, so the LKM didn't break immediately when we started generating this extraneous include. Revision Changes Path 1.34 +18 -12 src/sys/kern/makesyscalls.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 20:38:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15950 for cvs-all-outgoing; Mon, 8 Jun 1998 20:38:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15886; Mon, 8 Jun 1998 20:38:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16401; Mon, 8 Jun 1998 20:37:05 -0700 (PDT) Date: Mon, 8 Jun 1998 20:37:05 -0700 (PDT) Message-Id: <199806090337.UAA16401@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_isc_sysent.c ibcs2_sysent.c ibcs2_xenix_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/08 20:37:04 PDT Modified files: sys/i386/ibcs2 ibcs2_isc_sysent.c ibcs2_sysent.c ibcs2_xenix_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Updated generated files. Revision Changes Path 1.6 +0 -8 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.10 +0 -8 src/sys/i386/ibcs2/ibcs2_sysent.c 1.6 +0 -8 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.12 +1 -1 src/sys/i386/linux/linux_proto.h 1.8 +1 -1 src/sys/i386/linux/linux_syscall.h 1.13 +1 -8 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 20:40:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16402 for cvs-all-outgoing; Mon, 8 Jun 1998 20:40:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16303; Mon, 8 Jun 1998 20:40:10 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16457; Mon, 8 Jun 1998 20:38:45 -0700 (PDT) Date: Mon, 8 Jun 1998 20:38:45 -0700 (PDT) Message-Id: <199806090338.UAA16457@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/cp utils.c src/bin/csh dir.c src/bin/pax ftree.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 20:38:44 PDT Modified files: bin/cp utils.c bin/csh dir.c bin/pax ftree.c Log: Make sure we pass the length - 1 to readlink, since it adds its own NUL at the end of the path. Inspired by: OpenBSD's changes in this area by theo de raadt Revision Changes Path 1.19 +2 -2 src/bin/cp/utils.c 1.8 +3 -5 src/bin/csh/dir.c 1.11 +3 -3 src/bin/pax/ftree.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 20:41:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16596 for cvs-all-outgoing; Mon, 8 Jun 1998 20:41:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16529; Mon, 8 Jun 1998 20:41:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16484; Mon, 8 Jun 1998 20:39:40 -0700 (PDT) Date: Mon, 8 Jun 1998 20:39:40 -0700 (PDT) Message-Id: <199806090339.UAA16484@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/mv mv.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 20:39:40 PDT Modified files: bin/mv mv.c Log: Make sure we don't overflow the path buffer. Exit if we do. Obtained from or inspired by: A similar change in OpenBSD by theo Revision Changes Path 1.20 +4 -2 src/bin/mv/mv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 20:53:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18601 for cvs-all-outgoing; Mon, 8 Jun 1998 20:53:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA18537; Mon, 8 Jun 1998 20:53:08 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16567; Mon, 8 Jun 1998 20:51:38 -0700 (PDT) Date: Mon, 8 Jun 1998 20:51:38 -0700 (PDT) Message-Id: <199806090351.UAA16567@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/man/man1 opieinfo.1 opiekey.1 opiepasswd.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/08 20:51:37 PDT Added files: ja/man/man1 opieinfo.1 opiekey.1 opiepasswd.1 Log: Oops! I've forgotten to do 'cvs add' before the previous commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 21:09:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21441 for cvs-all-outgoing; Mon, 8 Jun 1998 21:09:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21414; Mon, 8 Jun 1998 21:08:51 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16741; Mon, 8 Jun 1998 21:07:27 -0700 (PDT) Date: Mon, 8 Jun 1998 21:07:27 -0700 (PDT) Message-Id: <199806090407.VAA16741@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/at Makefile src/usr.bin/tclsh Makefile src/usr.bin/vi Makefile src/usr.bin/tn3270/telnet Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:07:27 PDT Modified files: usr.bin/at Makefile usr.bin/tclsh Makefile usr.bin/vi Makefile usr.bin/tn3270/telnet Makefile Log: $@ is deprecated, use ${.TARGET} instead. Ditto for other single character $n. PR: conf/3273 Revision Changes Path 1.7 +2 -2 src/usr.bin/at/Makefile 1.6 +2 -2 src/usr.bin/tclsh/Makefile 1.22 +3 -3 src/usr.bin/vi/Makefile 1.2 +2 -2 src/usr.bin/tn3270/telnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 21:11:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21813 for cvs-all-outgoing; Mon, 8 Jun 1998 21:11:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21804; Mon, 8 Jun 1998 21:11:35 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16795; Mon, 8 Jun 1998 21:10:11 -0700 (PDT) Date: Mon, 8 Jun 1998 21:10:11 -0700 (PDT) Message-Id: <199806090410.VAA16795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/find ls.c src/usr.bin/rdist server.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:10:11 PDT Modified files: usr.bin/find ls.c usr.bin/rdist server.c Log: Make sure we pass the length - 1 to readlink, since it adds its own NUL at the end of the path. Inspired by: OpenBSD's changes in this area by theo de raadt Revision Changes Path 1.4 +1 -1 src/usr.bin/find/ls.c 1.9 +3 -3 src/usr.bin/rdist/server.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 21:14:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22315 for cvs-all-outgoing; Mon, 8 Jun 1998 21:14:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA22310; Mon, 8 Jun 1998 21:14:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16827; Mon, 8 Jun 1998 21:13:07 -0700 (PDT) Date: Mon, 8 Jun 1998 21:13:07 -0700 (PDT) Message-Id: <199806090413.VAA16827@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat inet.c route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:13:07 PDT Modified files: usr.bin/netstat inet.c route.c Log: o Use snprintf over sprintf. o Use strncpy correctly. o Use enough buffer for line. Inspired by or Obtained from: Similar changes in OpenBSD Revision Changes Path 1.29 +6 -5 src/usr.bin/netstat/inet.c 1.31 +11 -8 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 21:19:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23001 for cvs-all-outgoing; Mon, 8 Jun 1998 21:19:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA22990; Mon, 8 Jun 1998 21:19:06 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16878; Mon, 8 Jun 1998 21:17:42 -0700 (PDT) Date: Mon, 8 Jun 1998 21:17:42 -0700 (PDT) Message-Id: <199806090417.VAA16878@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/systat disks.c iostat.c main.c mbufs.c netstat.c pigs.c swap.c vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:17:42 PDT Modified files: usr.bin/systat disks.c iostat.c main.c mbufs.c netstat.c pigs.c swap.c vmstat.c Log: o Use snprintf rather than sprintf o Add more checks for buffer overflows o Use snprintf rather than strcat/cpy and have better checks for max length exceeded. Most of these changes are not exploitable buffer overruns, but it never hurts to be safe. Inspired by and obtained from: OpenBSD Revision Changes Path 1.7 +4 -2 src/usr.bin/systat/disks.c 1.4 +1 -1 src/usr.bin/systat/iostat.c 1.8 +2 -2 src/usr.bin/systat/main.c 1.7 +3 -3 src/usr.bin/systat/mbufs.c 1.9 +8 -6 src/usr.bin/systat/netstat.c 1.6 +1 -1 src/usr.bin/systat/pigs.c 1.6 +10 -5 src/usr.bin/systat/swap.c 1.25 +3 -3 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 21:22:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23914 for cvs-all-outgoing; Mon, 8 Jun 1998 21:22:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23880; Mon, 8 Jun 1998 21:22:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16922; Mon, 8 Jun 1998 21:20:55 -0700 (PDT) Date: Mon, 8 Jun 1998 21:20:55 -0700 (PDT) Message-Id: <199806090420.VAA16922@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/yacc main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:20:54 PDT Modified files: usr.bin/yacc main.c Log: Use mkstemp rather than mktemp for yacc's temp files. This change was made to OpenBSD a long time ago and to my tree shortly thereafter. I think theo made this change, or one similar to it, but I could be wrong. Revision Changes Path 1.9 +20 -7 src/usr.bin/yacc/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 Jun 8 21:29:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25740 for cvs-all-outgoing; Mon, 8 Jun 1998 21:29:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25732; Mon, 8 Jun 1998 21:29:32 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16970; Mon, 8 Jun 1998 21:28:08 -0700 (PDT) Date: Mon, 8 Jun 1998 21:28:08 -0700 (PDT) Message-Id: <199806090428.VAA16970@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tip/tip cmds.c cu.c tip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:28:08 PDT Modified files: usr.bin/tip/tip cmds.c cu.c tip.c Log: o Use snprintf rather than sprintf. o Revert gid to caller before a shell so we can run setgid. o minor style nits to make bruce happy :-) o use strncpy correctly. Revision Changes Path 1.7 +5 -5 src/usr.bin/tip/tip/cmds.c 1.3 +2 -2 src/usr.bin/tip/tip/cu.c 1.8 +5 -4 src/usr.bin/tip/tip/tip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 21:32:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA26428 for cvs-all-outgoing; Mon, 8 Jun 1998 21:32:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA26393; Mon, 8 Jun 1998 21:32:28 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA17148; Mon, 8 Jun 1998 21:31:04 -0700 (PDT) Date: Mon, 8 Jun 1998 21:31:04 -0700 (PDT) Message-Id: <199806090431.VAA17148@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/finger net.c src/usr.bin/ftp ftp.c src/usr.bin/quota quota.c src/usr.bin/rpcinfo rpcinfo.c src/usr.bin/telnet commands.c src/usr.bin/tftp main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:31:04 PDT Modified files: usr.bin/finger net.c usr.bin/ftp ftp.c usr.bin/quota quota.c usr.bin/rpcinfo rpcinfo.c usr.bin/telnet commands.c usr.bin/tftp main.c Log: Don't assume that hp->h_lenght == 4. Be conservative in its use. Submitted by: J. Assange a long time ago. Revision Changes Path 1.10 +3 -2 src/usr.bin/finger/net.c 1.13 +9 -8 src/usr.bin/ftp/ftp.c 1.9 +2 -2 src/usr.bin/quota/quota.c 1.7 +7 -4 src/usr.bin/rpcinfo/rpcinfo.c 1.10 +10 -7 src/usr.bin/telnet/commands.c 1.6 +14 -8 src/usr.bin/tftp/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 Jun 8 21:37:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27144 for cvs-all-outgoing; Mon, 8 Jun 1998 21:37:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27094; Mon, 8 Jun 1998 21:36:49 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA17199; Mon, 8 Jun 1998 21:35:24 -0700 (PDT) Date: Mon, 8 Jun 1998 21:35:24 -0700 (PDT) Message-Id: <199806090435.VAA17199@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:35:21 PDT Modified files: usr.bin/w w.c Log: Remove unused strvisx. Revision Changes Path 1.28 +2 -10 src/usr.bin/w/w.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 22:00:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00980 for cvs-all-outgoing; Mon, 8 Jun 1998 22:00:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00924; Mon, 8 Jun 1998 22:00:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA17342; Mon, 8 Jun 1998 21:58:40 -0700 (PDT) Date: Mon, 8 Jun 1998 21:58:40 -0700 (PDT) Message-Id: <199806090458.VAA17342@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd bootparamd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 21:58:39 PDT Modified files: usr.sbin/bootparamd/bootparamd bootparamd.c Log: o be careful about buffer overflows o Use snprintf rather than sprintf This is only lightly tested. Revision Changes Path 1.9 +7 -5 src/usr.sbin/bootparamd/bootparamd/bootparamd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 22:03:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01308 for cvs-all-outgoing; Mon, 8 Jun 1998 22:03:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01300; Mon, 8 Jun 1998 22:03:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA17394; Mon, 8 Jun 1998 22:01:41 -0700 (PDT) Date: Mon, 8 Jun 1998 22:01:41 -0700 (PDT) Message-Id: <199806090501.WAA17394@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mrouted cfparse.y config.c mapper.c mrinfo.c mtrace.c rsrr.h vif.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 22:01:41 PDT Modified files: usr.sbin/mrouted cfparse.y config.c mapper.c mrinfo.c mtrace.c rsrr.h vif.c Log: use strncpy correctly use strncat correctly check buffer size in graph_name Change paths from /tmp to /var/run for server sockets This has been building in my tree for ages, but has remained lightly tested. Reviewed by: jkh ages ago Revision Changes Path 1.8 +3 -1 src/usr.sbin/mrouted/cfparse.y 1.12 +2 -1 src/usr.sbin/mrouted/config.c 1.13 +18 -9 src/usr.sbin/mrouted/mapper.c 1.15 +4 -3 src/usr.sbin/mrouted/mrinfo.c 1.14 +5 -3 src/usr.sbin/mrouted/mtrace.c 1.3 +3 -2 src/usr.sbin/mrouted/rsrr.h 1.13 +7 -5 src/usr.sbin/mrouted/vif.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 22:04:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01370 for cvs-all-outgoing; Mon, 8 Jun 1998 22:04:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01364; Mon, 8 Jun 1998 22:03:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA17423; Mon, 8 Jun 1998 22:02:31 -0700 (PDT) Date: Mon, 8 Jun 1998 22:02:31 -0700 (PDT) Message-Id: <199806090502.WAA17423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mtree compare.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 22:02:31 PDT Modified files: usr.sbin/mtree compare.c Log: Use correct size for readlink buffer. This is the size of the buffer -1 since readlink adds its own NUL to the end. Inspired by: Similar changes in OpenBSD Revision Changes Path 1.9 +2 -2 src/usr.sbin/mtree/compare.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 22:08:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01904 for cvs-all-outgoing; Mon, 8 Jun 1998 22:08:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01829; Mon, 8 Jun 1998 22:07:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA17464; Mon, 8 Jun 1998 22:06:31 -0700 (PDT) Date: Mon, 8 Jun 1998 22:06:31 -0700 (PDT) Message-Id: <199806090506.WAA17464@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ypserv yp_dnslookup.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 22:06:30 PDT Modified files: usr.sbin/ypserv yp_dnslookup.c Log: If we get back too much data to fit in result, return NULL. This avoids a buffer overflow, but might negatively impact those hosts who have enough aliases to fill MAXHOSTNAMELEN * 2 characters in them. Good candidate for merging back into -stable. Lightly tested by me, but it came from OpenBSD a while ago. Obtained from: OpenBSD Revision Changes Path 1.14 +5 -1 src/usr.sbin/ypserv/yp_dnslookup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 22:37:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05448 for cvs-all-outgoing; Mon, 8 Jun 1998 22:37:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05417; Mon, 8 Jun 1998 22:37:18 -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 PAA01402; Tue, 9 Jun 1998 15:37:16 +1000 Date: Tue, 9 Jun 1998 15:37:16 +1000 From: Bruce Evans Message-Id: <199806090537.PAA01402@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, imp@FreeBSD.ORG Subject: Re: cvs commit: src/bin/cp utils.c src/bin/csh dir.c src/bin/pax ftree.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >imp 1998/06/08 20:38:44 PDT > > Modified files: > bin/cp utils.c > bin/csh dir.c > bin/pax ftree.c > Log: > Make sure we pass the length - 1 to readlink, since it adds its own > NUL at the end of the path. Actually, readlink() never NUL-terminates, but some buggy applications add their own NUL at the end of the path. Most applications use a buffer of size PATH_MAX, so it's not clear if there are any problems in practice. Does nfs_readlink() actually work for foreign links of size PATH_MAX? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 22:38:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05657 for cvs-all-outgoing; Mon, 8 Jun 1998 22:38:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05626; Mon, 8 Jun 1998 22:38:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA17731; Mon, 8 Jun 1998 22:36:51 -0700 (PDT) Date: Mon, 8 Jun 1998 22:36:51 -0700 (PDT) Message-Id: <199806090536.WAA17731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile src/usr.sbin/sendmail/cf/cf Makefile src/usr.sbin/traceroute Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/08 22:36:50 PDT Modified files: usr.sbin/ppp Makefile usr.sbin/sendmail/cf/cf Makefile usr.sbin/traceroute Makefile Log: $@ is deprecated, use longer forms of single char macros Revision Changes Path 1.41 +3 -3 src/usr.sbin/ppp/Makefile 1.12 +3 -4 src/usr.sbin/sendmail/cf/cf/Makefile 1.8 +3 -3 src/usr.sbin/traceroute/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 22:45:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06729 for cvs-all-outgoing; Mon, 8 Jun 1998 22:45:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA06721; Mon, 8 Jun 1998 22:45:43 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0yjHE5-0004oA-00; Mon, 8 Jun 1998 23:45:41 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id XAA05689; Mon, 8 Jun 1998 23:46:01 -0600 (MDT) Message-Id: <199806090546.XAA05689@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/bin/cp utils.c src/bin/csh dir.c src/bin/pax ftree.c Cc: cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-committers@FreeBSD.ORG In-reply-to: Your message of "Tue, 09 Jun 1998 15:37:16 +1000." <199806090537.PAA01402@godzilla.zeta.org.au> References: <199806090537.PAA01402@godzilla.zeta.org.au> Date: Mon, 08 Jun 1998 23:46:01 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199806090537.PAA01402@godzilla.zeta.org.au> Bruce Evans writes: : Actually, readlink() never NUL-terminates, but some buggy applications : add their own NUL at the end of the path. Most applications use a buffer : of size PATH_MAX, so it's not clear if there are any problems in practice. This is true. The size returned from readlink is used to NUL terminate the string in applications. If we used the length returned when terminating the string, then we could have a one byte overflow. This patch fixes that. Also, most of the code that I recall seeing uses MAXPATHLEN, but that is defined to be PATH_MAX on FreeBSD, so you are correct. The man page states that when the length of the name exceeds PATH_MAX, it will return an error, but is silent on what happens if the path length is exactly equal to PATH_MAX. You are right that this likely isn't a problem or an exploitable hole, but a little prevention doesn't hurt, no? : Does nfs_readlink() actually work for foreign links of size PATH_MAX? I have no clue one way or the other about this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 23:33:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12205 for cvs-all-outgoing; Mon, 8 Jun 1998 23:33:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12197; Mon, 8 Jun 1998 23:33:11 -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 QAA05878; Tue, 9 Jun 1998 16:33:10 +1000 Date: Tue, 9 Jun 1998 16:33:10 +1000 From: Bruce Evans Message-Id: <199806090633.QAA05878@godzilla.zeta.org.au> To: bde@zeta.org.au, imp@village.org Subject: Re: cvs commit: src/bin/cp utils.c src/bin/csh dir.c src/bin/pax ftree.c Cc: cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >: Actually, readlink() never NUL-terminates, but some buggy applications >: add their own NUL at the end of the path. Most applications use a buffer >: of size PATH_MAX, so it's not clear if there are any problems in practice. I should have said that all applications (except very buggy ones :-) add the NUL, and some buggy ones add it after the end of their buffer. >This patch fixes that. Also, most of the code that I recall seeing >uses MAXPATHLEN, but that is defined to be PATH_MAX on FreeBSD, so you >are correct. The man page states that when the length of the name >exceeds PATH_MAX, it will return an error, but is silent on what >happens if the path length is exactly equal to PATH_MAX. Most of the code is crufty. PATH_MAX is POSIX standard, and POSIX has been Standard for almost 10 years now. It's fairly clear that MAXPATHLEN includes space for the terminating NUL (see intro.2). Most of man pages are too localised to BSD and give the limit as 1023 (PATH_MAX - 1). However, PATH_MAX seems to be irrelevant for path returned by readlink(). I think the kernel should return any name it can fit, and longer names can be generated on foreign systems. >You are right that this likely isn't a problem or an exploitable hole, >but a little prevention doesn't hurt, no? It hurts to complicate the code for no reason. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 8 23:44:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13493 for cvs-all-outgoing; Mon, 8 Jun 1998 23:44:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13155; Mon, 8 Jun 1998 23:40:22 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id IAA01381; Tue, 9 Jun 1998 08:39:40 +0200 (CEST) (envelope-from sos) Message-Id: <199806090639.IAA01381@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806090001.KAA09373@cimlogic.com.au> from John Birrell at "Jun 9, 98 10:01:04 am" To: jb@cimlogic.com.au (John Birrell) Date: Tue, 9 Jun 1998 08:39:40 +0200 (CEST) Cc: dfr@nlsystems.com, sos@FreeBSD.ORG, jkh@time.cdrom.com, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (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 In reply to John Birrell who wrote: > Doug Rabson wrote: > > As I recall I mailed core about this change and only Bruce was kind enough > > to show any interest. Certainly no-one asked to review the diffs. I have > > no interest in a flame war on this and I have my own pointy hat to wear > > for the next couple of days so lets just leave it at that ok? > > There is a wider (possibly interested) audience than just core. 8-) My words exactly. BTW don't take this personally, I'm just trying to get attention to all the things one needs to consider before pulling the trigger... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 00:20:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17429 for cvs-all-outgoing; Tue, 9 Jun 1998 00:20:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17423; Tue, 9 Jun 1998 00:20:43 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17986; Tue, 9 Jun 1998 00:19:19 -0700 (PDT) Date: Tue, 9 Jun 1998 00:19:19 -0700 (PDT) Message-Id: <199806090719.AAA17986@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/09 00:19:18 PDT Modified files: . Makefile Log: Quick fixes for the mtree bootstrap: - don't announce `mtree' as `mtools'. - don't install to ${DESTDIR}/usr/sbin (which often doesn't exist if DESTDIR is set and may be read-only if DESTDIR is not set). - install to (${WORLDTMP}/usr/sbin so that the new mtree is actually in $PATH if DESTDIR is set. - don't use the host make or the host sys.mk. This is probably unimportant. - use a temporary obj dir like the one for `make'. This was mainly necessary because I forgot to remove the MAKEOBJDIRPREFIX unsetting which was just a bug for mtree. A non-quick fix would handle mtree more like a bootstrap tool (the only additional complications are to create ${BINDIR} and avoid excessive cleaning). Except a non-quick fix would change much more. Revision Changes Path 1.201 +6 -5 src/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 9 01:23:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24293 for cvs-all-outgoing; Tue, 9 Jun 1998 01:23:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24282; Tue, 9 Jun 1998 01:23:23 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18189; Tue, 9 Jun 1998 01:21:58 -0700 (PDT) Date: Tue, 9 Jun 1998 01:21:58 -0700 (PDT) Message-Id: <199806090821.BAA18189@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/arch/alpha _atomic_lock.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 01:21:58 PDT Added files: lib/libc_r/arch/alpha _atomic_lock.S Log: Atomic lock asm code for the alpha version of libc_r. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 01:27:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24645 for cvs-all-outgoing; Tue, 9 Jun 1998 01:27:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24640; Tue, 9 Jun 1998 01:27:09 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18247; Tue, 9 Jun 1998 01:25:45 -0700 (PDT) Date: Tue, 9 Jun 1998 01:25:45 -0700 (PDT) Message-Id: <199806090825.BAA18247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/arch/i386 _atomic_lock.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 01:25:44 PDT Modified files: lib/libc_r/arch/i386 _atomic_lock.S Log: Delete the atomic unlock function since it is no longer required. Simplify the atomic lock to just write a value of 1 to the lock instead of taking the value passed by the caller (which just confused things). Revision Changes Path 1.2 +5 -15 src/lib/libc_r/arch/i386/_atomic_lock.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 01:27:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24710 for cvs-all-outgoing; Tue, 9 Jun 1998 01:27:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24705; Tue, 9 Jun 1998 01:27:33 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18263; Tue, 9 Jun 1998 01:26:09 -0700 (PDT) Date: Tue, 9 Jun 1998 01:26:09 -0700 (PDT) Message-Id: <199806090826.BAA18263@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/en/handbook README handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/06/09 01:26:08 PDT Modified files: en/handbook README handbook.sgml Log: Replace some (not all) occurences of `` and '' with and . Revision Changes Path 1.8 +17 -0 doc/en/handbook/README 1.7 +174 -174 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 Tue Jun 9 01:29:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25081 for cvs-all-outgoing; Tue, 9 Jun 1998 01:29:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25068; Tue, 9 Jun 1998 01:29:32 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18312; Tue, 9 Jun 1998 01:28:07 -0700 (PDT) Date: Tue, 9 Jun 1998 01:28:07 -0700 (PDT) Message-Id: <199806090828.BAA18312@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/en/handbook handbook.sgml README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/06/09 01:28:06 PDT Modified files: en/handbook handbook.sgml README Log: Replace `` '' with ... where appropriate. Revision Changes Path 1.8 +8 -8 doc/en/handbook/handbook.sgml 1.9 +3 -0 doc/en/handbook/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 01:30:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25219 for cvs-all-outgoing; Tue, 9 Jun 1998 01:30:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25207; Tue, 9 Jun 1998 01:30:15 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18341; Tue, 9 Jun 1998 01:28:50 -0700 (PDT) Date: Tue, 9 Jun 1998 01:28:50 -0700 (PDT) Message-Id: <199806090828.BAA18341@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/include spinlock.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 01:28:50 PDT Modified files: lib/libc/include spinlock.h Log: Implement compile time debug support for spinlocks. Simplify the atomic lock prototype, removing the lock value. Delete the unlock prototypes that are not required. Revision Changes Path 1.3 +24 -5 src/lib/libc/include/spinlock.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 9 01:32:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25482 for cvs-all-outgoing; Tue, 9 Jun 1998 01:32:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25369; Tue, 9 Jun 1998 01:31:59 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18400; Tue, 9 Jun 1998 01:30:33 -0700 (PDT) Date: Tue, 9 Jun 1998 01:30:33 -0700 (PDT) Message-Id: <199806090830.BAA18400@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/en/handbook handbook.sgml README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/06/09 01:30:32 PDT Modified files: en/handbook handbook.sgml README Log: Remove the quotes from constructs like ``'' Revision Changes Path 1.9 +10 -10 doc/en/handbook/handbook.sgml 1.10 +5 -0 doc/en/handbook/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 01:32:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25491 for cvs-all-outgoing; Tue, 9 Jun 1998 01:32:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25377; Tue, 9 Jun 1998 01:32:00 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18413; Tue, 9 Jun 1998 01:30:34 -0700 (PDT) Date: Tue, 9 Jun 1998 01:30:34 -0700 (PDT) Message-Id: <199806090830.BAA18413@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 01:30:34 PDT Modified files: lib/libc/stdlib malloc.c Log: Add support for thread lock debug. No impact of the malloc code. Revision Changes Path 1.38 +4 -4 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 Tue Jun 9 01:34:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25810 for cvs-all-outgoing; Tue, 9 Jun 1998 01:34:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25729; Tue, 9 Jun 1998 01:33:53 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18453; Tue, 9 Jun 1998 01:32:25 -0700 (PDT) Date: Tue, 9 Jun 1998 01:32:25 -0700 (PDT) Message-Id: <199806090832.BAA18453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen _spinlock_stub.c isatty.c ttyname.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 01:32:25 PDT Modified files: lib/libc/gen _spinlock_stub.c isatty.c ttyname.c Log: Implement compile time debug mode for thread locks. Revision Changes Path 1.3 +5 -5 src/lib/libc/gen/_spinlock_stub.c 1.3 +2 -2 src/lib/libc/gen/isatty.c 1.10 +4 -4 src/lib/libc/gen/ttyname.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 9 01:36:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26215 for cvs-all-outgoing; Tue, 9 Jun 1998 01:36:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26113; Tue, 9 Jun 1998 01:36:05 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18485; Tue, 9 Jun 1998 01:34:38 -0700 (PDT) Date: Tue, 9 Jun 1998 01:34:38 -0700 (PDT) Message-Id: <199806090834.BAA18485@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys netbsd_getdirentries.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 01:34:37 PDT Modified files: lib/libc/sys netbsd_getdirentries.c Log: Implement thread support for libc_r. Make the lseek syscall directly to avoid recursive locking. Revision Changes Path 1.2 +7 -2 src/lib/libc/sys/netbsd_getdirentries.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 9 01:37:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26370 for cvs-all-outgoing; Tue, 9 Jun 1998 01:37:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26339; Tue, 9 Jun 1998 01:37:10 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18519; Tue, 9 Jun 1998 01:35:43 -0700 (PDT) Date: Tue, 9 Jun 1998 01:35:43 -0700 (PDT) Message-Id: <199806090835.BAA18519@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys netbsd_stat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 01:35:43 PDT Modified files: lib/libc/sys netbsd_stat.c Log: Rename fstat as _thread_sys_fstat if being built into libc_r. Revision Changes Path 1.2 +5 -1 src/lib/libc/sys/netbsd_stat.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 9 01:39:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26738 for cvs-all-outgoing; Tue, 9 Jun 1998 01:39:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26708; Tue, 9 Jun 1998 01:39:01 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18560; Tue, 9 Jun 1998 01:37:36 -0700 (PDT) Date: Tue, 9 Jun 1998 01:37:36 -0700 (PDT) Message-Id: <199806090837.BAA18560@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys ftruncate.c lseek.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 01:37:36 PDT Modified files: lib/libc/sys ftruncate.c lseek.c Log: Implement compile time thread lock debug. Revision Changes Path 1.3 +2 -2 src/lib/libc/sys/ftruncate.c 1.3 +2 -2 src/lib/libc/sys/lseek.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 9 05:32:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA04279 for cvs-all-outgoing; Tue, 9 Jun 1998 05:32:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA04203; Tue, 9 Jun 1998 05:32:04 -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.8.7/8.8.7) with ESMTP id LAA03148; Tue, 9 Jun 1998 11:38:22 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA19327; Tue, 9 Jun 1998 13:37:41 +0200 (MET DST) Message-ID: <19980609133741.17754@follo.net> Date: Tue, 9 Jun 1998 13:37:41 +0200 From: Eivind Eklund To: Bruce Evans , cvs-committers@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys time.h References: <199806080115.LAA01973@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199806080115.LAA01973@godzilla.zeta.org.au>; from Bruce Evans on Mon, Jun 08, 1998 at 11:15:24AM +1000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, Jun 08, 1998 at 11:15:24AM +1000, Bruce Evans wrote: > > Modified files: > > sys/sys time.h > > Log: > > Sigh, all good words are reserved words these days... > > s/private/priv/ > > Why not use the standard method of adding a short prefix for struct > members? Almost all words are reserved for use by applications. What's safe to use as struct members is anything starting with '_' - a program isn't allowed to declare a macro or external identifier starting with '_'. To avoid this infecting the kernel, it is possible to do something like this: #ifdef KERNEL #define _KERNVAR(a) a #else #define _KERNVAR(a) _kernelname_##a #endif struct whatever { int _KERNVAR(cost); }; which creates nice identifiers in-kernel, and avoids polluting the user namespace. Of course, the above gives nasty-looking headerfiles - there is always a tradeoff... Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 05:52:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12109 for cvs-all-outgoing; Tue, 9 Jun 1998 05:52:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12095; Tue, 9 Jun 1998 05:52:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA00453; Tue, 9 Jun 1998 05:52:36 -0700 (PDT) Date: Tue, 9 Jun 1998 05:52:36 -0700 (PDT) Message-Id: <199806091252.FAA00453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern vfs_conf.c src/sys/sys systm.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/09 05:52:35 PDT Modified files: sys/i386/i386 autoconf.c sys/kern vfs_conf.c sys/sys systm.h Log: Pass lists of possible root devices and their names up to the machine-independent code and try mounting the devices in the lists instead of guessing alternative root devices in a machine- dependent way. autoconf.c: Reject preposterous slice numbers instead of silently converting them to COMPATIBILITY_SLICE. Don't forget to force slice = COMPATIBILITY_SLICE in the floppy device name. Eliminated most magic numbers and magic device names in setroot(). Fixed dozens of style bugs. vfs_conf.c: Put the actual root device name instead of "root_device" in the mount struct if the actual name is available. This is useful after booting with -s. If it were set in all cases then it could be used to do mount(8)'s ROOTSLICE_HUNT and fsck(8)'s hotroot guess better. Revision Changes Path 1.98 +48 -44 src/sys/i386/i386/autoconf.c 1.25 +28 -16 src/sys/kern/vfs_conf.c 1.72 +3 -1 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 Tue Jun 9 06:10:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15332 for cvs-all-outgoing; Tue, 9 Jun 1998 06:10:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15322; Tue, 9 Jun 1998 06:10:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA00702; Tue, 9 Jun 1998 06:10:55 -0700 (PDT) Date: Tue, 9 Jun 1998 06:10:55 -0700 (PDT) Message-Id: <199806091310.GAA00702@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c random_machdep.c src/sys/kern kern_clock.c kern_ntptime.c kern_time.c src/sys/sys time.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/09 06:10:54 PDT Modified files: sys/i386/isa clock.c random_machdep.c sys/kern kern_clock.c kern_ntptime.c kern_time.c sys/sys time.h Log: Add a tc_ prefix to struct timecounter members. Urged by: bde Revision Changes Path 1.124 +6 -6 src/sys/i386/isa/clock.c 1.27 +2 -2 src/sys/i386/isa/random_machdep.c 1.73 +92 -88 src/sys/kern/kern_clock.c 1.17 +2 -2 src/sys/kern/kern_ntptime.c 1.58 +2 -2 src/sys/kern/kern_time.c 1.33 +20 -20 src/sys/sys/time.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 9 06:12:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15910 for cvs-all-outgoing; Tue, 9 Jun 1998 06:12:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15800; Tue, 9 Jun 1998 06:12:26 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id PAA20767; Tue, 9 Jun 1998 15:10:54 +0200 (CEST) To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern vfs_conf.c src/sys/sys systm.h In-reply-to: Your message of "Tue, 09 Jun 1998 05:52:36 PDT." <199806091252.FAA00453@freefall.freebsd.org> Date: Tue, 09 Jun 1998 15:10:54 +0200 Message-ID: <20765.897397854@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199806091252.FAA00453@freefall.freebsd.org>, Bruce Evans writes: >bde 1998/06/09 05:52:35 PDT > > Modified files: > sys/i386/i386 autoconf.c > sys/kern vfs_conf.c > sys/sys systm.h > Log: > Pass lists of possible root devices and their names up to the > machine-independent code and try mounting the devices in the > lists instead of guessing alternative root devices in a machine- > dependent way. Cool! -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 06:20:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17883 for cvs-all-outgoing; Tue, 9 Jun 1998 06:20:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17866; Tue, 9 Jun 1998 06:20:32 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA00756; Tue, 9 Jun 1998 06:20:31 -0700 (PDT) Date: Tue, 9 Jun 1998 06:20:31 -0700 (PDT) Message-Id: <199806091320.GAA00756@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/09 06:20:30 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Fix typo in a comment. Revision Changes Path 1.70 +2 -2 src/sys/msdosfs/msdosfs_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 9 06:21:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18045 for cvs-all-outgoing; Tue, 9 Jun 1998 06:21:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18015; Tue, 9 Jun 1998 06:21:04 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA00783; Tue, 9 Jun 1998 06:21:04 -0700 (PDT) Date: Tue, 9 Jun 1998 06:21:04 -0700 (PDT) Message-Id: <199806091321.GAA00783@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/TenDRA Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/06/09 06:21:03 PDT Modified files: lang/TenDRA Makefile Log: Improve error-handling. Revision Changes Path 1.4 +4 -7 ports/lang/TenDRA/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 9 06:43:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23731 for cvs-all-outgoing; Tue, 9 Jun 1998 06:43:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23674; Tue, 9 Jun 1998 06:42:57 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA00926; Tue, 9 Jun 1998 06:42:55 -0700 (PDT) Date: Tue, 9 Jun 1998 06:42:55 -0700 (PDT) Message-Id: <199806091342.GAA00926@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/cp cp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/09 06:42:54 PDT Modified files: bin/cp cp.c Log: Print correct error message if we copy an unreadable directory. Revision Changes Path 1.17 +2 -1 src/bin/cp/cp.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 9 07:02:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28443 for cvs-all-outgoing; Tue, 9 Jun 1998 07:02:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28346; Tue, 9 Jun 1998 07:02:15 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27875; Tue, 9 Jun 1998 07:02:13 -0700 (PDT) Date: Tue, 9 Jun 1998 07:02:13 -0700 (PDT) Message-Id: <199806091402.HAA27875@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config config.h config.y main.c mkioconf.c mkmakefile.c mkswapconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/09 07:02:12 PDT Modified files: usr.sbin/config config.h config.y main.c mkioconf.c mkmakefile.c mkswapconf.c Log: Add (mostly stub) alpha support. Incidentally, it doesn't build on stable unless I manually construct y.tab.h. Is this normal? Revision Changes Path 1.20 +1 -0 src/usr.sbin/config/config.h 1.24 +6 -0 src/usr.sbin/config/config.y 1.25 +8 -1 src/usr.sbin/config/main.c 1.36 +104 -1 src/usr.sbin/config/mkioconf.c 1.30 +2 -1 src/usr.sbin/config/mkmakefile.c 1.15 +4 -1 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 Tue Jun 9 07:15:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01663 for cvs-all-outgoing; Tue, 9 Jun 1998 07:15:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01658; Tue, 9 Jun 1998 07:15:12 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27942; Tue, 9 Jun 1998 07:15:11 -0700 (PDT) Date: Tue, 9 Jun 1998 07:15:11 -0700 (PDT) Message-Id: <199806091415.HAA27942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/09 07:15:10 PDT Modified files: (Branch: RELENG_2_2) sys/sys cdefs.h Log: MFC (rev. 1.16): remove stray semicolon. Revision Changes Path 1.11.2.2 +2 -2 src/sys/sys/cdefs.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 9 07:50:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09464 for cvs-all-outgoing; Tue, 9 Jun 1998 07:50:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09209; Tue, 9 Jun 1998 07:49:39 -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 AAA04777; Wed, 10 Jun 1998 00:49:32 +1000 Date: Wed, 10 Jun 1998 00:49:32 +1000 From: Bruce Evans Message-Id: <199806091449.AAA04777@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG, dfr@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config config.h config.y main.c mkioconf.c mkmakefile.c mkswapconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > usr.sbin/config config.h config.y main.c mkioconf.c > mkmakefile.c mkswapconf.c > Log: > Add (mostly stub) alpha support. Incidentally, it doesn't build on stable > unless I manually construct y.tab.h. Is this normal? Yes. -stable doesn't automatically generate a rule to construct y.tab.h, and because of this the build doesn't actually work in some cases: - when someone removes y.tab.h. Workaround: don't remove it. - when the command that builds y.tab.h as a side effect doesn't happen to get run before y.tab.h is used. Workaround 1: always build .depend first. Workaround 2: order SRCS magically so that the command gets that builds y.tab.h gets run early enough. Workaround 3: don't use -j, or workaround 2 might not work. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 07:51:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09599 for cvs-all-outgoing; Tue, 9 Jun 1998 07:51:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09545; Tue, 9 Jun 1998 07:51:17 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA28094; Tue, 9 Jun 1998 07:51:09 -0700 (PDT) Date: Tue, 9 Jun 1998 07:51:09 -0700 (PDT) Message-Id: <199806091451.HAA28094@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tip/tip tip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/06/09 07:51:08 PDT Modified files: usr.bin/tip/tip tip.c Log: sizeof(foo - 1) isn't the same as sizeof(foo) - 1. Pointed out by: Theo De Raadt. Revision Changes Path 1.9 +3 -3 src/usr.bin/tip/tip/tip.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 9 08:08:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13830 for cvs-all-outgoing; Tue, 9 Jun 1998 08:08:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13806; Tue, 9 Jun 1998 08:08:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28205; Tue, 9 Jun 1998 08:08:16 -0700 (PDT) Date: Tue, 9 Jun 1998 08:08:16 -0700 (PDT) Message-Id: <199806091508.IAA28205@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/squid12 Makefile ports/www/squid12/files md5 ports/www/squid12/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/09 08:08:15 PDT Modified files: www/squid12 Makefile www/squid12/files md5 www/squid12/patches patch-ad Log: Update from squid 1.2b20 -> 1.2b22 Revision Changes Path 1.51 +7 -7 ports/www/squid12/Makefile 1.43 +1 -2 ports/www/squid12/files/md5 1.4 +1 -1 ports/www/squid12/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 Tue Jun 9 08:09:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14120 for cvs-all-outgoing; Tue, 9 Jun 1998 08:09:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rigel.opt.phys.waseda.ac.jp (root@rigel.opt.phys.waseda.ac.jp [133.9.185.167]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14098; Tue, 9 Jun 1998 08:09:44 -0700 (PDT) (envelope-from kuriyama@opt.phys.waseda.ac.jp) Received: from moon.opt.phys.waseda.ac.jp (ppp352.kt.rim.or.jp [202.247.140.52]) by rigel.opt.phys.waseda.ac.jp (8.8.8/3.6W/rigel-0.3) with ESMTP id AAA21655; Wed, 10 Jun 1998 00:09:37 +0900 (JST) Received: from localhost (localhost.opt.phys.waseda.ac.jp [127.0.0.1]) by moon.opt.phys.waseda.ac.jp (8.8.7/3.5Wpl4/moon-0.9) with ESMTP id AAA03561; Wed, 10 Jun 1998 00:04:35 +0900 (JST) From: Jun Kuriyama To: Satoshi Asami CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/ncurses Makefile X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980610000433Y.kuriyama@opt.phys.waseda.ac.jp> Date: Wed, 10 Jun 1998 00:04:33 +0900 X-Dispatcher: imput version 971024 Lines: 11 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Satoshi Asami wrote: > Doesn't compile.... Hmmm, I thought my check was OK but that must be daydream... :-) I'll check again later. Thanks! -- 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 Tue Jun 9 08:11:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14694 for cvs-all-outgoing; Tue, 9 Jun 1998 08:11:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from roma.coe.ufrj.br (jonny@roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14588; Tue, 9 Jun 1998 08:11:10 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id MAA01210; Tue, 9 Jun 1998 12:11:06 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199806091511.MAA01210@roma.coe.ufrj.br> Subject: Re: cvs commit: src/usr.sbin/mrouted cfparse.y config.c mapper.c mrinfo.c mtrace.c rsrr.h vif.c In-Reply-To: <199806090501.WAA17394@freefall.freebsd.org> from Warner Losh at "Jun 8, 98 10:01:41 pm" To: imp@FreeBSD.ORG (Warner Losh) Date: Tue, 9 Jun 1998 12:11:06 -0300 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk #define quoting(Warner Losh) // imp 1998/06/08 22:01:41 PDT // // Modified files: // usr.sbin/mrouted cfparse.y config.c mapper.c mrinfo.c // mtrace.c rsrr.h vif.c // Log: // use strncpy correctly // use strncat correctly // check buffer size in graph_name // Change paths from /tmp to /var/run for server sockets While you are there, what about upgrading mrouted to 3.9 to both current and stable. Yes, I think it's still beta, but it solves a BIG problem with route loops present in 3.8. Bill Fenner, are you listenning ? Do you have something against this ? Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 08:29:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18919 for cvs-all-outgoing; Tue, 9 Jun 1998 08:29:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18911; Tue, 9 Jun 1998 08:29:55 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28305; Tue, 9 Jun 1998 08:29:54 -0700 (PDT) Date: Tue, 9 Jun 1998 08:29:54 -0700 (PDT) Message-Id: <199806091529.IAA28305@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/windowmaker Makefile ports/x11/windowmaker/patches patch-ac patch-ad patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/09 08:29:53 PDT Modified files: x11/windowmaker Makefile x11/windowmaker/patches patch-ab Added files: x11/windowmaker/patches patch-ac patch-ad Log: Fix some paths in the default configuration files. PR: 6894 Reviewed by: Brian Handy Revision Changes Path 1.12 +6 -1 ports/x11/windowmaker/Makefile 1.4 +14 -6 ports/x11/windowmaker/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 Jun 9 09:09:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29459 for cvs-all-outgoing; Tue, 9 Jun 1998 09:09:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29437; Tue, 9 Jun 1998 09:09:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA28530; Tue, 9 Jun 1998 09:09:53 -0700 (PDT) Date: Tue, 9 Jun 1998 09:09:53 -0700 (PDT) Message-Id: <199806091609.JAA28530@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/sysutils/lsof Makefile ports/sysutils/lsof/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/09 09:09:52 PDT Modified files: sysutils/lsof Makefile sysutils/lsof/files md5 Log: update to ver 4.33. Revision Changes Path 1.22 +4 -4 ports/sysutils/lsof/Makefile 1.20 +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 Tue Jun 9 10:38:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19848 for cvs-all-outgoing; Tue, 9 Jun 1998 10:38:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19803; Tue, 9 Jun 1998 10:38:37 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28911; Tue, 9 Jun 1998 10:38:35 -0700 (PDT) Date: Tue, 9 Jun 1998 10:38:35 -0700 (PDT) Message-Id: <199806091738.KAA28911@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc crypt_client.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/06/09 10:38:34 PDT Modified files: lib/libc/rpc crypt_client.c Log: Fix potential resource leak: when call to des_crypt_1() fails, remember to destroy the RPC CLIENT handle before returning. Revision Changes Path 1.3 +3 -2 src/lib/libc/rpc/crypt_client.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 9 11:07:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26768 for cvs-all-outgoing; Tue, 9 Jun 1998 11:07:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26751; Tue, 9 Jun 1998 11:07:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA29186; Tue, 9 Jun 1998 11:07:33 -0700 (PDT) Date: Tue, 9 Jun 1998 11:07:33 -0700 (PDT) Message-Id: <199806091807.LAA29186@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/xloadimage/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/09 11:07:33 PDT Modified files: x11/xloadimage/pkg PLIST Log: Seems there is no app-defaults file anymore. Revision Changes Path 1.5 +0 -1 ports/x11/xloadimage/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 9 11:13:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28008 for cvs-all-outgoing; Tue, 9 Jun 1998 11:13:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from coleridge.kublai.com (coleridge.kublai.com [207.96.1.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27849; Tue, 9 Jun 1998 11:12:38 -0700 (PDT) (envelope-from shmit@natasya.kublai.com) Received: from natasya.kublai.com (natasya.kublai.com [207.172.25.236]) by coleridge.kublai.com (8.8.8/8.8.8) with ESMTP id OAA24334; Tue, 9 Jun 1998 14:12:34 -0400 (EDT) (envelope-from shmit@natasya.kublai.com) Received: (from shmit@localhost) by natasya.kublai.com (8.8.8/8.8.8) id OAA12079; Tue, 9 Jun 1998 14:12:33 -0400 (EDT) Message-ID: <19980609141233.08154@kublai.com> Date: Tue, 9 Jun 1998 14:12:33 -0400 From: Brian Cully To: Robert Nordier , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/TenDRA Makefile Reply-To: shmit@kublai.com References: <199806091321.GAA00783@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199806091321.GAA00783@freefall.freebsd.org>; from Robert Nordier on Tue, Jun 09, 1998 at 06:21:04AM -0700 X-Sender: If your mailer pays attention to this, it's broken. X-PGP-Info: finger shmit@kublai.com for my public key. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Jun 09, 1998 at 06:21:04AM -0700, Robert Nordier wrote: > rnordier 1998/06/09 06:21:03 PDT > > Modified files: > lang/TenDRA Makefile > Log: > Improve error-handling. > > Revision Changes Path > 1.4 +4 -7 ports/lang/TenDRA/Makefile While you're there, can you fix the build process for -current systems? It wants a /usr/lib/crt0.o, which has moved to /usr/lib/aout. -- Brian Cully ``And when one of our comrades was taken prisoner, blindfolded, hung upside-down, shot, and burned, we thought to ourselves, `These are the best experiences of our lives''' -Pathology (Joe Frank, Somewhere Out There) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 11:24:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01071 for cvs-all-outgoing; Tue, 9 Jun 1998 11:24:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00996; Tue, 9 Jun 1998 11:24:10 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA29346; Tue, 9 Jun 1998 11:24:06 -0700 (PDT) Date: Tue, 9 Jun 1998 11:24:06 -0700 (PDT) Message-Id: <199806091824.LAA29346@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/09 11:24:06 PDT Modified files: usr.sbin/newsyslog newsyslog.8 newsyslog.c Log: Add optional config file field: signal number to send (defaulted to HUP) F.e. apache restarts less agressively on USR1 then on HUP Revision Changes Path 1.14 +8 -2 src/usr.sbin/newsyslog/newsyslog.8 1.20 +35 -8 src/usr.sbin/newsyslog/newsyslog.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 9 11:26:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01621 for cvs-all-outgoing; Tue, 9 Jun 1998 11:26:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01510; Tue, 9 Jun 1998 11:26:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA29382; Tue, 9 Jun 1998 11:26:18 -0700 (PDT) Date: Tue, 9 Jun 1998 11:26:18 -0700 (PDT) Message-Id: <199806091826.LAA29382@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc newsyslog.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/09 11:26:18 PDT Modified files: etc newsyslog.conf Log: Indicate optional signal number field Revision Changes Path 1.16 +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 9 11:49:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07098 for cvs-all-outgoing; Tue, 9 Jun 1998 11:49:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07066; Tue, 9 Jun 1998 11:49:15 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA29470; Tue, 9 Jun 1998 11:49:12 -0700 (PDT) Date: Tue, 9 Jun 1998 11:49:12 -0700 (PDT) Message-Id: <199806091849.LAA29470@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp throughput.c throughput.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/09 11:49:12 PDT Modified files: usr.sbin/ppp throughput.c throughput.h Log: Show the time that we reached maximum throughput. Submitted by: "Stephane E. Potvin" Revision Changes Path 1.6 +10 -6 src/usr.sbin/ppp/throughput.c 1.4 +2 -1 src/usr.sbin/ppp/throughput.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 9 12:50:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19781 for cvs-all-outgoing; Tue, 9 Jun 1998 12:50:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19739; Tue, 9 Jun 1998 12:50:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00545; Tue, 9 Jun 1998 12:50:04 -0700 (PDT) Date: Tue, 9 Jun 1998 12:50:04 -0700 (PDT) Message-Id: <199806091950.MAA00545@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/apache13 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/09 12:50:04 PDT Modified files: www/apache13 Makefile Log: Performance tuning as described in http://www.apache.org/docs/misc/perf-tuning.html Add --disable-rule=STATUS and -DBUFFERED_LOGS Revision Changes Path 1.54 +3 -2 ports/www/apache13/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 9 12:54:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20664 for cvs-all-outgoing; Tue, 9 Jun 1998 12:54:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20589; Tue, 9 Jun 1998 12:54:06 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00671; Tue, 9 Jun 1998 12:54:02 -0700 (PDT) Date: Tue, 9 Jun 1998 12:54:02 -0700 (PDT) Message-Id: <199806091954.MAA00671@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 ports/graphics/ImageMagick/patches patch-ad ports/graphics/ImageMagick/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/06/09 12:54:02 PDT Modified files: graphics/ImageMagick Makefile graphics/ImageMagick/files md5 graphics/ImageMagick/patches patch-ad graphics/ImageMagick/pkg PLIST Log: Upgrade to ImageMagick 4.0.6. Revision Changes Path 1.39 +3 -3 ports/graphics/ImageMagick/Makefile 1.26 +1 -1 ports/graphics/ImageMagick/files/md5 1.8 +18 -18 ports/graphics/ImageMagick/patches/patch-ad 1.22 +1 -1 ports/graphics/ImageMagick/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 9 13:20:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25267 for cvs-all-outgoing; Tue, 9 Jun 1998 13:20:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25203; Tue, 9 Jun 1998 13:20:04 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01410; Tue, 9 Jun 1998 13:20:01 -0700 (PDT) Date: Tue, 9 Jun 1998 13:20:01 -0700 (PDT) Message-Id: <199806092020.NAA01410@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/09 13:20:01 PDT Modified files: usr.sbin/pwd_mkdb pwd_mkdb.c Log: Fix usage string Revision Changes Path 1.26 +2 -2 src/usr.sbin/pwd_mkdb/pwd_mkdb.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 9 13:41:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00737 for cvs-all-outgoing; Tue, 9 Jun 1998 13:41:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00666; Tue, 9 Jun 1998 13:41:01 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id FAA02467; Tue, 9 Jun 1998 05:44:07 -0700 (PDT) Message-Id: <199806091244.FAA02467@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern vfs_conf.c src/sys/sys systm.h In-reply-to: Your message of "Tue, 09 Jun 1998 05:52:36 PDT." <199806091252.FAA00453@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jun 1998 05:44:07 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > bde 1998/06/09 05:52:35 PDT > > Modified files: > sys/i386/i386 autoconf.c > sys/kern vfs_conf.c > sys/sys systm.h > Log: > Pass lists of possible root devices and their names up to the > machine-independent code and try mounting the devices in the > lists instead of guessing alternative root devices in a machine- > dependent way. Yay! How about in the SLICE/DEVFS case? -- \\ 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 Tue Jun 9 15:21:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16795 for cvs-all-outgoing; Tue, 9 Jun 1998 15:21:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16779; Tue, 9 Jun 1998 15:21:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02044; Tue, 9 Jun 1998 15:21:04 -0700 (PDT) Date: Tue, 9 Jun 1998 15:21:04 -0700 (PDT) Message-Id: <199806092221.PAA02044@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/09 15:21:03 PDT Modified files: mail/adcomplain Makefile mail/adcomplain/files md5 Log: upgrade to 3.31 Revision Changes Path 1.14 +2 -2 ports/mail/adcomplain/Makefile 1.11 +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 Jun 9 15:43:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20709 for cvs-all-outgoing; Tue, 9 Jun 1998 15:43:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20690; Tue, 9 Jun 1998 15:43:40 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02151; Tue, 9 Jun 1998 15:43:36 -0700 (PDT) Date: Tue, 9 Jun 1998 15:43:36 -0700 (PDT) Message-Id: <199806092243.PAA02151@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/alpha SYS.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 15:43:36 PDT Modified files: lib/libc/alpha SYS.h Log: Add rename support for libc_r. Revision Changes Path 1.2 +50 -1 src/lib/libc/alpha/SYS.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 9 15:46:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21290 for cvs-all-outgoing; Tue, 9 Jun 1998 15:46:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21205; Tue, 9 Jun 1998 15:45:47 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02203; Tue, 9 Jun 1998 15:45:41 -0700 (PDT) Date: Tue, 9 Jun 1998 15:45:41 -0700 (PDT) Message-Id: <199806092245.PAA02203@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/alpha/sys fork.S pipe.S sigprocmask.S sigreturn.S sigsuspend.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 15:45:41 PDT Modified files: lib/libc/alpha/sys fork.S pipe.S sigprocmask.S sigreturn.S sigsuspend.S Log: Rename when building libc_r. Revision Changes Path 1.2 +2 -2 src/lib/libc/alpha/sys/fork.S 1.2 +2 -2 src/lib/libc/alpha/sys/pipe.S 1.2 +2 -2 src/lib/libc/alpha/sys/sigprocmask.S 1.2 +1 -1 src/lib/libc/alpha/sys/sigreturn.S 1.2 +2 -2 src/lib/libc/alpha/sys/sigsuspend.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 15:56:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23491 for cvs-all-outgoing; Tue, 9 Jun 1998 15:56:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23482; Tue, 9 Jun 1998 15:56:30 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02261; Tue, 9 Jun 1998 15:56:26 -0700 (PDT) Date: Tue, 9 Jun 1998 15:56:26 -0700 (PDT) Message-Id: <199806092256.PAA02261@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/alpha/sys cerror.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 15:56:26 PDT Modified files: lib/libc/alpha/sys cerror.S Log: Make this thread-safe in both libc as well as libc_r. Revision Changes Path 1.2 +2 -13 src/lib/libc/alpha/sys/cerror.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 15:57:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23767 for cvs-all-outgoing; Tue, 9 Jun 1998 15:57:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23727; Tue, 9 Jun 1998 15:57:41 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02293; Tue, 9 Jun 1998 15:57:36 -0700 (PDT) Date: Tue, 9 Jun 1998 15:57:36 -0700 (PDT) Message-Id: <199806092257.PAA02293@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/alpha/gen setjmp.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 15:57:36 PDT Modified files: lib/libc/alpha/gen setjmp.S Log: Rename calls when building libc_r. Revision Changes Path 1.2 +3 -3 src/lib/libc/alpha/gen/setjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 15:59:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24179 for cvs-all-outgoing; Tue, 9 Jun 1998 15:59:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24140; Tue, 9 Jun 1998 15:59:22 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02324; Tue, 9 Jun 1998 15:59:17 -0700 (PDT) Date: Tue, 9 Jun 1998 15:59:17 -0700 (PDT) Message-Id: <199806092259.PAA02324@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/alpha Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 15:59:17 PDT Modified files: lib/libc/alpha Makefile.inc Log: Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk. Revision Changes Path 1.2 +3 -2 src/lib/libc/alpha/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 16:03:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25389 for cvs-all-outgoing; Tue, 9 Jun 1998 16:03:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25324; Tue, 9 Jun 1998 16:02:51 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02366; Tue, 9 Jun 1998 16:02:45 -0700 (PDT) Date: Tue, 9 Jun 1998 16:02:45 -0700 (PDT) Message-Id: <199806092302.QAA02366@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 16:02:45 PDT Modified files: lib/libc_r/uthread pthread_private.h Log: Add compile time thread lock debug support. Add a thread specific flag to trap the case where pthread_exit() is called from a destructor in violation of the Posix standard. Revision Changes Path 1.12 +21 -6 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 Tue Jun 9 16:08:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26774 for cvs-all-outgoing; Tue, 9 Jun 1998 16:08:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26732; Tue, 9 Jun 1998 16:08:47 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02405; Tue, 9 Jun 1998 16:08:43 -0700 (PDT) Date: Tue, 9 Jun 1998 16:08:43 -0700 (PDT) Message-Id: <199806092308.QAA02405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_exit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 16:08:42 PDT Modified files: lib/libc_r/uthread uthread_exit.c Log: POSIX says that pthread_exit() is not allowed to be called from a cleanup destructor, so trap this case to prevent me from being being burnt again by applications that try to do this. With this change, an application (like one using a mis-configured ACE) will exit the process after displaying a message quoting the POSIX section that the application has violated. Revision Changes Path 1.5 +10 -0 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 Tue Jun 9 16:13:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27562 for cvs-all-outgoing; Tue, 9 Jun 1998 16:13:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27549; Tue, 9 Jun 1998 16:13:16 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02445; Tue, 9 Jun 1998 16:13:12 -0700 (PDT) Date: Tue, 9 Jun 1998 16:13:12 -0700 (PDT) Message-Id: <199806092313.QAA02445@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_spinlock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 16:13:11 PDT Modified files: lib/libc_r/uthread uthread_spinlock.c Log: Add support for compile time debug. This is enabled if libc_r is built with -D_LOCK_DEBUG. This adds the file name and line number to each lock call and these are stored in the spinlock structure. When using debug mode, the lock function will check if the thread is trying to lock something it has already locked. This is not supposed to happen because the lock will be freed too early. Without lock debug, libc_r should be smaller and slightly faster. Revision Changes Path 1.4 +52 -20 src/lib/libc_r/uthread/uthread_spinlock.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 9 16:17:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28188 for cvs-all-outgoing; Tue, 9 Jun 1998 16:17:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28165; Tue, 9 Jun 1998 16:16:59 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02482; Tue, 9 Jun 1998 16:16:55 -0700 (PDT) Date: Tue, 9 Jun 1998 16:16:55 -0700 (PDT) Message-Id: <199806092316.QAA02482@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 16:16:54 PDT Modified files: lib/libc_r/uthread uthread_fd.c Log: Add compile time debug instead of doing this all the time. Reduce the time that a thread keeps the file descriptor table locked. In particular, perform malloc/free calls outside the lock and handle the situation where two threads can race to initialise the table entry for the same file descriptor. Revision Changes Path 1.8 +333 -46 src/lib/libc_r/uthread/uthread_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 Jun 9 16:21:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28816 for cvs-all-outgoing; Tue, 9 Jun 1998 16:21:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28804; Tue, 9 Jun 1998 16:21:14 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02594; Tue, 9 Jun 1998 16:21:10 -0700 (PDT) Date: Tue, 9 Jun 1998 16:21:10 -0700 (PDT) Message-Id: <199806092321.QAA02594@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_accept.c uthread_bind.c uthread_close.c uthread_cond.c uthread_connect.c uthread_dup.c uthread_dup2.c uthread_fchmod.c uthread_fchown.c uthread_fcntl.c uthread_file.c uthread_flock.c uthread_fstat.c uthread_fstatfs.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 16:21:10 PDT Modified files: lib/libc_r/uthread uthread_accept.c uthread_bind.c uthread_close.c uthread_cond.c uthread_connect.c uthread_dup.c uthread_dup2.c uthread_fchmod.c uthread_fchown.c uthread_fcntl.c uthread_file.c uthread_flock.c uthread_fstat.c uthread_fstatfs.c uthread_fsync.c uthread_getdirentries.c uthread_getpeername.c uthread_getsockname.c uthread_getsockopt.c uthread_info.c uthread_ioctl.c uthread_listen.c uthread_mutex.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_select.c uthread_sendmsg.c uthread_sendto.c uthread_setsockopt.c uthread_shutdown.c uthread_sig.c uthread_spec.c uthread_write.c uthread_writev.c Log: Implement compile time debug support instead of tracking file name and line number every time a file descriptor is locked. This looks like a big change but it isn't. It should reduce the size of libc_r and make it run slightly faster. Revision Changes Path 1.7 +2 -2 src/lib/libc_r/uthread/uthread_accept.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_bind.c 1.4 +2 -2 src/lib/libc_r/uthread/uthread_close.c 1.10 +15 -14 src/lib/libc_r/uthread/uthread_cond.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_connect.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_dup.c 1.3 +4 -4 src/lib/libc_r/uthread/uthread_dup2.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_fchmod.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_fchown.c 1.4 +5 -2 src/lib/libc_r/uthread/uthread_fcntl.c 1.4 +10 -10 src/lib/libc_r/uthread/uthread_file.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_flock.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_fstat.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_fstatfs.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_fsync.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_getdirentries.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_getpeername.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_getsockname.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_getsockopt.c 1.6 +1 -1 src/lib/libc_r/uthread/uthread_info.c 1.4 +2 -2 src/lib/libc_r/uthread/uthread_ioctl.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_listen.c 1.7 +14 -12 src/lib/libc_r/uthread/uthread_mutex.c 1.5 +7 -4 src/lib/libc_r/uthread/uthread_read.c 1.5 +3 -4 src/lib/libc_r/uthread/uthread_readv.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_recvfrom.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_recvmsg.c 1.4 +6 -6 src/lib/libc_r/uthread/uthread_select.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_sendmsg.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_sendto.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_setsockopt.c 1.4 +6 -6 src/lib/libc_r/uthread/uthread_shutdown.c 1.8 +10 -10 src/lib/libc_r/uthread/uthread_sig.c 1.9 +17 -22 src/lib/libc_r/uthread/uthread_spec.c 1.7 +7 -4 src/lib/libc_r/uthread/uthread_write.c 1.8 +5 -4 src/lib/libc_r/uthread/uthread_writev.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 9 16:25:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29680 for cvs-all-outgoing; Tue, 9 Jun 1998 16:25:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29669; Tue, 9 Jun 1998 16:25:18 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02628; Tue, 9 Jun 1998 16:25:14 -0700 (PDT) Date: Tue, 9 Jun 1998 16:25:14 -0700 (PDT) Message-Id: <199806092325.QAA02628@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/09 16:25:14 PDT Modified files: lib/libc_r Makefile Log: Add a commented out CFLAGS entry that can be uncommented to compile thread lock debug into libc_r. I don't know if this is the best place to document this, but at least it is recorded somewhere. 8-) Revision Changes Path 1.11 +6 -1 src/lib/libc_r/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 9 17:00:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05793 for cvs-all-outgoing; Tue, 9 Jun 1998 17:00:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05750; Tue, 9 Jun 1998 17:00:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-110.leach.ucdavis.edu [169.237.60.110]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id RAA05085; Tue, 9 Jun 1998 17:00:29 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id AAA28842; Wed, 10 Jun 1998 00:00:28 GMT Message-ID: <19980609170027.A28728@nuxi.com> Date: Tue, 9 Jun 1998 17:00:27 -0700 From: "David O'Brien" To: Brian Handy , John Fieber Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/print/mgv/patches patch-ac Reply-To: obrien@NUXI.com References: <199806061737.KAA10364@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Brian Handy on Sun, Jun 07, 1998 at 08:37:42AM -0700 X-Operating-System: FreeBSD 2.2.6-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 > On Sat, 6 Jun 1998, John Fieber wrote: > > > Modified files: > > print/mgv/patches patch-ac > > Log: > > Add -lXext so this port actually works on 2.* systems. Is working fine on my 2.2-STABLE system as I commited it in March. ``ldd'' shows it picked up /usr/X11R6/lib/libXext.so.6.3 just fine for me. -- -- 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 Jun 9 17:08:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06863 for cvs-all-outgoing; Tue, 9 Jun 1998 17:08:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06847; Tue, 9 Jun 1998 17:08:42 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d60-110.leach.ucdavis.edu [169.237.60.110]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id RAA05108; Tue, 9 Jun 1998 17:08:37 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id AAA28902; Wed, 10 Jun 1998 00:08:37 GMT Message-ID: <19980609170832.B28728@nuxi.com> Date: Tue, 9 Jun 1998 17:08:32 -0700 From: "David O'Brien" To: Brian Handy , John Fieber Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/print/mgv/patches patch-ac Reply-To: obrien@NUXI.com References: <199806061737.KAA10364@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Brian Handy on Sun, Jun 07, 1998 at 08:37:42AM -0700 X-Operating-System: FreeBSD 2.2.6-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 > This was broken by this: Actually this was broken by: revision 1.2 date: 1998/05/29 07:19:17; author: tg; state: Exp; lines: +13 -18 Upgrade to 2.4.3. It has nothing to do with my using the FBSD 2.x rather than the FBSD 3.x Makefile. -- -- 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 Jun 9 17:16:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07781 for cvs-all-outgoing; Tue, 9 Jun 1998 17:16:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07775; Tue, 9 Jun 1998 17:16:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA02803; Tue, 9 Jun 1998 17:16:12 -0700 (PDT) Date: Tue, 9 Jun 1998 17:16:12 -0700 (PDT) Message-Id: <199806100016.RAA02803@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/09 17:16:11 PDT Modified files: usr.sbin/ppp command.c route.c Log: Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5. Pointed out by: Charlie Sorsby Revision Changes Path 1.139 +3 -3 src/usr.sbin/ppp/command.c 1.46 +1 -5 src/usr.sbin/ppp/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 9 17:16:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07889 for cvs-all-outgoing; Tue, 9 Jun 1998 17:16:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07873; Tue, 9 Jun 1998 17:16:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA02830; Tue, 9 Jun 1998 17:16:29 -0700 (PDT) Date: Tue, 9 Jun 1998 17:16:29 -0700 (PDT) Message-Id: <199806100016.RAA02830@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libutil uucplock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/09 17:16:28 PDT Modified files: lib/libutil uucplock.c Log: Cast pid_t to int for sprintf. Pointed out by: Charlie Sorsby Revision Changes Path 1.10 +2 -2 src/lib/libutil/uucplock.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 9 17:26:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09935 for cvs-all-outgoing; Tue, 9 Jun 1998 17:26:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09929; Tue, 9 Jun 1998 17:26:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA03533; Tue, 9 Jun 1998 17:26:19 -0700 (PDT) Date: Tue, 9 Jun 1998 17:26:19 -0700 (PDT) Message-Id: <199806100026.RAA03533@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias alias.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/09 17:26:19 PDT Modified files: lib/libalias alias.c Log: Quieten gcc 2.8.1 Revision Changes Path 1.7 +2 -2 src/lib/libalias/alias.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 9 18:15:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17250 for cvs-all-outgoing; Tue, 9 Jun 1998 18:15:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17244; Tue, 9 Jun 1998 18:15:52 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA03688; Tue, 9 Jun 1998 18:15:47 -0700 (PDT) Date: Tue, 9 Jun 1998 18:15:47 -0700 (PDT) Message-Id: <199806100115.SAA03688@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall dist.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/09 18:15:47 PDT Modified files: release/sysinstall dist.c Log: Stop including COMPAT_21 unconditionally for X now; that kludge hasn't been necessary for awhile. Revision Changes Path 1.124 +3 -5 src/release/sysinstall/dist.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 9 19:23:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27710 for cvs-all-outgoing; Tue, 9 Jun 1998 19:23:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27688; Tue, 9 Jun 1998 19:23:43 -0700 (PDT) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA04773; Tue, 9 Jun 1998 19:23:38 -0700 (PDT) Date: Tue, 9 Jun 1998 19:23:38 -0700 (PDT) Message-Id: <199806100223.TAA04773@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/xloadimage Makefile ports/x11/xloadimage/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1998/06/09 19:23:37 PDT Modified files: x11/xloadimage Makefile x11/xloadimage/pkg PLIST Log: Install the app-default file instead of installing the executables twice. Revision Changes Path 1.9 +2 -2 ports/x11/xloadimage/Makefile 1.6 +1 -0 ports/x11/xloadimage/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 9 19:25:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28098 for cvs-all-outgoing; Tue, 9 Jun 1998 19:25:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA28042; Tue, 9 Jun 1998 19:24:54 -0700 (PDT) (envelope-from jmz@cabri.obs-besancon.fr) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA25940; Wed, 10 Jun 98 04:27:31 +0200 Date: Wed, 10 Jun 98 04:27:31 +0200 Message-Id: <9806100227.AA25940@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: asami@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-Reply-To: <199806091807.LAA29186@freefall.freebsd.org> (message from Satoshi Asami on Tue, 9 Jun 1998 11:07:33 -0700 (PDT)) Subject: Re: cvs commit: ports/x11/xloadimage/pkg PLIST X-Mailer: Emacs Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >>>>> Satoshi Asami writes: > asami 1998/06/09 11:07:33 PDT > Modified files: > x11/xloadimage/pkg PLIST > Log: > Seems there is no app-defaults file anymore. No this is jmz doing bad work :-( Fixed now ;-) (I hope) Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 19:32:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29071 for cvs-all-outgoing; Tue, 9 Jun 1998 19:32:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28998; Tue, 9 Jun 1998 19:32:23 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id TAA00375; Tue, 9 Jun 1998 19:31:09 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd000372; Wed Jun 10 02:31:00 1998 Date: Tue, 9 Jun 1998 19:30:56 -0700 (PDT) From: Julian Elischer To: Mike Smith cc: Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern vfs_conf.c src/sys/sys systm.h In-Reply-To: <199806091244.FAA02467@antipodes.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk that would be easy. I have it right there... On Tue, 9 Jun 1998, Mike Smith wrote: > > bde 1998/06/09 05:52:35 PDT > > > > Modified files: > > sys/i386/i386 autoconf.c > > sys/kern vfs_conf.c > > sys/sys systm.h > > Log: > > Pass lists of possible root devices and their names up to the > > machine-independent code and try mounting the devices in the > > lists instead of guessing alternative root devices in a machine- > > dependent way. > > Yay! How about in the SLICE/DEVFS case? > > -- > \\ 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 Tue Jun 9 21:24:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15876 for cvs-all-outgoing; Tue, 9 Jun 1998 21:24:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15870; Tue, 9 Jun 1998 21:24:31 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA05144; Tue, 9 Jun 1998 21:24:26 -0700 (PDT) Date: Tue, 9 Jun 1998 21:24:26 -0700 (PDT) Message-Id: <199806100424.VAA05144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen ftok.3 ftok.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/06/09 21:24:25 PDT Modified files: lib/libc/gen ftok.3 ftok.c Log: This is a null commit to log the fact that I have done a repository copy to bring these files into libc from libcompat. I will enable them and kill off the libcompat versions on the main branch soon. PR: step one toward closing misc/6763 Revision Changes Path 1.10 +1 -1 src/lib/libc/gen/ftok.3 1.4 +1 -1 src/lib/libc/gen/ftok.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 9 21:35:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17639 for cvs-all-outgoing; Tue, 9 Jun 1998 21:35:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17634; Tue, 9 Jun 1998 21:35:04 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA05201; Tue, 9 Jun 1998 21:34:58 -0700 (PDT) Date: Tue, 9 Jun 1998 21:34:58 -0700 (PDT) Message-Id: <199806100434.VAA05201@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/09 21:34:58 PDT Modified files: usr.sbin/syslogd syslog.conf.5 syslogd.c Log: Allow syslogd to separate out kernel log messages with a known category. e.g. separate out ipfw entries to a separate file. Reviewed by: (briefly) phk Submitted by: archie@whistle.com Obtained from: Whistle source tree Revision Changes Path 1.10 +7 -2 src/usr.sbin/syslogd/syslog.conf.5 1.33 +15 -4 src/usr.sbin/syslogd/syslogd.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 9 22:27:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26054 for cvs-all-outgoing; Tue, 9 Jun 1998 22:27:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26016; Tue, 9 Jun 1998 22:27:00 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id NAA04137; Wed, 10 Jun 1998 13:26:53 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806100526.NAA04137@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Joseph Koshy cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man4/man4.i386 ahc.4 alog.4 apm.4 ar.4 asc.4 ed.4 gsc.4 keyboard.4 labpc.4 meteor.4 sb.4 screen.4 sea.4 si.4 sio.4 sr.4 tx.4 wd.4 wl.4 src/contrib/ipfilter/man ipf.4 ipnat.4 src/share/man/man4 smp.4 sppp.4 termios.4 worm.4 In-reply-to: Your message of "Sun, 07 Jun 1998 23:12:02 MST." <199806080612.XAA07662@freefall.freebsd.org> Date: Wed, 10 Jun 1998 13:26:53 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Joseph Koshy wrote: [..] > contrib/ipfilter/man ipf.4 ipnat.4 > Log: > Spelling fixes. > > Submitted by: Josh Gilliam > PR: 6880 [..] > 1.4 +2 -2 src/share/man/man4/man4.i386/wl.4 > 1.2 +53 -33 src/contrib/ipfilter/man/ipf.4 ^^^^^^^^^ > 1.2 +6 -3 src/contrib/ipfilter/man/ipnat.4 "Spelling fixes" and other cosmetic or trivial changes are very damaging to vendor branching and to be strongly avoided in the contrib area in particular. In many instances, a 1 character change causes hundreds of lines of repository bloat due to the inefficiency of the RCS file format. I am going to back these (and the other that I can find) out. If somebody wants the spelling fixed, submit it to the package authors. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 22:29:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26336 for cvs-all-outgoing; Tue, 9 Jun 1998 22:29:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26331; Tue, 9 Jun 1998 22:29:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05335; Tue, 9 Jun 1998 22:29:00 -0700 (PDT) Date: Tue, 9 Jun 1998 22:29:00 -0700 (PDT) Message-Id: <199806100529.WAA05335@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook policies.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/09 22:29:00 PDT Modified files: handbook policies.sgml Log: Be more specific here about spelling and other trivial or cosmetic changes to vendor branched files and the repository damage that they cause. They are to be strongly avoided. Revision Changes Path 1.17 +11 -3 doc/handbook/policies.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 9 22:29:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26430 for cvs-all-outgoing; Tue, 9 Jun 1998 22:29:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26425; Tue, 9 Jun 1998 22:29:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05424; Tue, 9 Jun 1998 22:29:15 -0700 (PDT) Date: Tue, 9 Jun 1998 22:29:15 -0700 (PDT) Message-Id: <199806100529.WAA05424@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/egcs Makefile ports/lang/egcs/files md5 ports/lang/egcs/patches patch-ab ports/lang/egcs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/09 22:29:15 PDT Modified files: lang/egcs Makefile lang/egcs/files md5 lang/egcs/patches patch-ab lang/egcs/pkg PLIST Log: upgrade to 19980608 snapshot Revision Changes Path 1.20 +6 -6 ports/lang/egcs/Makefile 1.9 +1 -1 ports/lang/egcs/files/md5 1.2 +6 -9 ports/lang/egcs/patches/patch-ab 1.12 +177 -176 ports/lang/egcs/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 9 22:39:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28370 for cvs-all-outgoing; Tue, 9 Jun 1998 22:39:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28351; Tue, 9 Jun 1998 22:39:19 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id NAA04212; Wed, 10 Jun 1998 13:38:47 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806100538.NAA04212@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: Peter Hawkins , Bruce Evans , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/mountd netgroup.5 In-reply-to: Your message of "Mon, 08 Jun 1998 04:21:36 MST." <21453.897304896@time.cdrom.com> Date: Wed, 10 Jun 1998 13:38:46 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Jordan K. Hubbard" wrote: > > Grin - exactly the opposite of what I was told last time by someone else > > about overfilling logs. Is there a standard on procedure for committing > > anywhere? > > No, there's not, which is why you're getting such diametrically > opposed advice. :-) My advice is to just format them within reason and > make whatever citations you feel provide "sufficient info" since > there's no just way in creation that you're going to hit on a format > which pleases BOTH Bruce and the rest of us. It's not physically > possible. :-) A quick 1 or 2 liner would be best. Something like: MFC: rev 1.22-25: fix fubar in frobotz() routine PR: 9999 That way it's more obvious what it is. If you read the cvs log for the file and see the primary commits, it's a lot easier to figure out if it's already gone into 2.2.x or not with a quick cross-reference. Duplicating the entire log message is excessive, but enough to identify the source is good. The PR: on a seperate line seems to be something that some people use. > - Jordan > Cheers, -Peter -- Peter Wemm Netplex Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 22:51:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00184 for cvs-all-outgoing; Tue, 9 Jun 1998 22:51:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00167; Tue, 9 Jun 1998 22:51:25 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca6-10.ix.netcom.com [205.186.213.10]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA01827; Tue, 9 Jun 1998 22:51:18 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id WAA02101; Tue, 9 Jun 1998 22:51:00 -0700 (PDT) Date: Tue, 9 Jun 1998 22:51:00 -0700 (PDT) Message-Id: <199806100551.WAA02101@silvia.HIP.Berkeley.EDU> To: jmz@cabri.obs-besancon.fr CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <9806100227.AA25940@cabri.obs-besancon.fr> (message from Jean-Marc Zucconi on Wed, 10 Jun 98 04:27:31 +0200) Subject: Re: cvs commit: ports/x11/xloadimage/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * > Seems there is no app-defaults file anymore. * * No this is jmz doing bad work :-( * Fixed now ;-) (I hope) Ahh, so it's called "xloadimagerc". I looked in ${WRKSRC} but didn't find anything that looks like an app-defaults file (it's usually called "XLoadimage.ad"...) so I assumed it just went away or something. ;) Packages fine now, thanks. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 23:05:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02483 for cvs-all-outgoing; Tue, 9 Jun 1998 23:05:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02457; Tue, 9 Jun 1998 23:05:10 -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 IAA01809; Wed, 10 Jun 1998 08:05:03 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id IAA22769; Wed, 10 Jun 1998 08:05:01 +0200 (CEST) To: obrien@NUXI.com Cc: Brian Handy , John Fieber , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/print/mgv/patches patch-ac References: <199806061737.KAA10364@freefall.freebsd.org> <19980609170832.B28728@nuxi.com> From: Thomas Gellekum Date: 10 Jun 1998 08:05:00 +0200 In-Reply-To: "David O'Brien"'s message of "Tue, 09 Jun 1998 17:08:32 -0700" Message-ID: <87lnr5n65v.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 17 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "David O'Brien" writes: > > This was broken by this: > > Actually this was broken by: > > revision 1.2 > date: 1998/05/29 07:19:17; author: tg; state: Exp; lines: +13 -18 > Upgrade to 2.4.3. > > It has nothing to do with my using the FBSD 2.x rather than the FBSD 3.x > Makefile. Well, I did test it on 2.2.6-stable since that's what I run here. Maybe a problem with $MOTIFLIB? I'm using lesstif. 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 9 23:29:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05234 for cvs-all-outgoing; Tue, 9 Jun 1998 23:29:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05229; Tue, 9 Jun 1998 23:29:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA05606; Tue, 9 Jun 1998 23:29:25 -0700 (PDT) Date: Tue, 9 Jun 1998 23:29:25 -0700 (PDT) Message-Id: <199806100629.XAA05606@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/cp utils.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/09 23:29:25 PDT Modified files: bin/cp utils.c Log: Don't attempt to change owner/mode/flags that don't need to changed. This should calm down attempts to `cp -p' to a nfs mount or some other filesystem that doesn't accept flags or all combinations of flags. It will warn if it fails to change flags though. Revision Changes Path 1.20 +29 -15 src/bin/cp/utils.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 9 23:30:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05448 for cvs-all-outgoing; Tue, 9 Jun 1998 23:30:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05440; Tue, 9 Jun 1998 23:30:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA05640; Tue, 9 Jun 1998 23:30:33 -0700 (PDT) Date: Tue, 9 Jun 1998 23:30:33 -0700 (PDT) Message-Id: <199806100630.XAA05640@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/09 23:30:32 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Return EOPNOTSUPP rather than EINVAL for flags that are not supported. Revision Changes Path 1.71 +2 -2 src/sys/msdosfs/msdosfs_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 9 23:35:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06311 for cvs-all-outgoing; Tue, 9 Jun 1998 23:35:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06277; Tue, 9 Jun 1998 23:35:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA05748; Tue, 9 Jun 1998 23:34:58 -0700 (PDT) Date: Tue, 9 Jun 1998 23:34:58 -0700 (PDT) Message-Id: <199806100634.XAA05748@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/devfs devfs_vnops.c src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/nullfs null_vnops.c src/sys/miscfs/portal portal_vnops.c src/sys/miscfs/procfs procfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/09 23:34:58 PDT Modified files: sys/miscfs/devfs devfs_vnops.c sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/kernfs kernfs_vnops.c sys/miscfs/nullfs null_vnops.c sys/miscfs/portal portal_vnops.c sys/miscfs/procfs procfs_vnops.c Log: Don't silently accept attempts to change flags where they are not supported. Revision Changes Path 1.56 +4 -2 src/sys/miscfs/devfs/devfs_vnops.c 1.35 +8 -2 src/sys/miscfs/fdesc/fdesc_vnops.c 1.31 +4 -1 src/sys/miscfs/kernfs/kernfs_vnops.c 1.28 +4 -2 src/sys/miscfs/nullfs/null_vnops.c 1.32 +4 -1 src/sys/miscfs/portal/portal_vnops.c 1.58 +5 -1 src/sys/miscfs/procfs/procfs_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 9 23:45:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08263 for cvs-all-outgoing; Tue, 9 Jun 1998 23:45:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08258; Tue, 9 Jun 1998 23:45:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA05799; Tue, 9 Jun 1998 23:45:09 -0700 (PDT) Date: Tue, 9 Jun 1998 23:45:09 -0700 (PDT) Message-Id: <199806100645.XAA05799@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mtree mtree.8 verify.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/09 23:45:09 PDT Modified files: usr.sbin/mtree mtree.8 verify.c Log: There is no need to make nochange imply ignore as well. Suggested by: bde Revision Changes Path 1.13 +3 -4 src/usr.sbin/mtree/mtree.8 1.7 +2 -2 src/usr.sbin/mtree/verify.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 9 23:56:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10592 for cvs-all-outgoing; Tue, 9 Jun 1998 23:56:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10502; Tue, 9 Jun 1998 23:55:42 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id OAA04808; Wed, 10 Jun 1998 14:55:16 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806100655.OAA04808@spinner.netplex.com.au> 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, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp Makefile In-reply-to: Your message of "Sun, 07 Jun 1998 10:57:35 +1000." <199806070057.KAA08914@godzilla.zeta.org.au> Date: Wed, 10 Jun 1998 14:55:16 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > > Modified files: > > usr.sbin/ppp Makefile > > Log: > > Make ppp world-readable so that root can get at it over > > NFS when nobody isn't in group network :-) > > I suppose `chmod a+r' is the correct fix for other executables that > can't be run by root over nfs or backed up by group operator: > > -r-x------ 1 bin bin 208896 Jun 4 17:50 sbin/init* > -r-sr-x--- 1 root operator 147456 May 30 18:37 sbin/shutdown* > ---s--x--x 2 root bin 466944 May 30 18:36 usr/bin/sperl4.036* > ---s--x--x 2 root bin 466944 May 30 18:36 usr/bin/suidperl* > -r-sr-x--- 1 uucp uucp 225280 May 30 18:30 usr/libexec/uucp/uuxqt* > -r-sr-x--- 1 root network 389120 Jun 4 17:27 usr/sbin/ppp* > -r-sr-x--- 1 root network 180224 May 30 18:44 usr/sbin/sliplogin* > -r-x------ 1 bin bin 114688 May 13 05:05 usr/sbin/watch* NFS has permission hackery to convert an 'x' into an 'r' bit for files so they can be read for execution. > Bruce > Cheers, -Peter -- Peter Wemm Netplex Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 9 23:59:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11056 for cvs-all-outgoing; Tue, 9 Jun 1998 23:59:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10960; Tue, 9 Jun 1998 23:58:51 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id OAA04830; Wed, 10 Jun 1998 14:58:42 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806100658.OAA04830@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Brian Somers cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/rtld-aout rtld.c shlib.c shlib.h In-reply-to: Your message of "Sat, 06 Jun 1998 20:53:10 MST." <199806070353.UAA17523@freefall.freebsd.org> Date: Wed, 10 Jun 1998 14:58:41 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Brian Somers wrote: > brian 1998/06/06 20:53:10 PDT > > Modified files: > libexec/rtld-aout rtld.c shlib.c shlib.h > Log: > Search for libraries in dlopen() when the specified path > contains no ``/''s. > Elf already searches it seems. Yes. Incidently, it'd be kinda nice if it would do a rtfindlib() instead of an rtfindfile if passed a 'libalias.so.2.5'. Some hackery might be needed, but the ideal thing would be to use the normal lib dewey system with 'major = 2, minumum minor = 5, lib = alias'. 'libalias.so.2' would mean 'latest version of libalias with major #2', and 'libalias.so' would mean 'I don't give a damn, just get me the latest libalias' :-) 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 Jun 10 00:18:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14426 for cvs-all-outgoing; Wed, 10 Jun 1998 00:18:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14419; Wed, 10 Jun 1998 00:18:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA06083; Wed, 10 Jun 1998 00:18:00 -0700 (PDT) Date: Wed, 10 Jun 1998 00:18:00 -0700 (PDT) Message-Id: <199806100718.AAA06083@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/xinstall install.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/10 00:18:00 PDT Modified files: usr.bin/xinstall install.1 Log: fchflags(8) -> fchflags(2) Submitted by: Kenneth Merry Also, while here, mention that other FS's don't do flags. Revision Changes Path 1.13 +3 -3 src/usr.bin/xinstall/install.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 00:48:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20446 for cvs-all-outgoing; Wed, 10 Jun 1998 00:48:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20438; Wed, 10 Jun 1998 00:48:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA06192; Wed, 10 Jun 1998 00:48:05 -0700 (PDT) Date: Wed, 10 Jun 1998 00:48:05 -0700 (PDT) Message-Id: <199806100748.AAA06192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex-common Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/10 00:48:05 PDT Modified files: japanese/platex-common Makefile Log: Make this port a little reinstall-friendly ("ln -s" -> "ln -fs"). Revision Changes Path 1.24 +2 -2 ports/japanese/platex-common/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 10 01:23:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26226 for cvs-all-outgoing; Wed, 10 Jun 1998 01:23:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26205; Wed, 10 Jun 1998 01:23: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 SAA02784; Wed, 10 Jun 1998 18:23:40 +1000 Date: Wed, 10 Jun 1998 18:23:40 +1000 From: Bruce Evans Message-Id: <199806100823.SAA02784@godzilla.zeta.org.au> To: bde@zeta.org.au, peter@netplex.com.au Subject: Re: cvs commit: src/usr.sbin/ppp Makefile Cc: brian@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> I suppose `chmod a+r' is the correct fix for other executables that >> can't be run by root over nfs or backed up by group operator: >> >> -r-x------ 1 bin bin 208896 Jun 4 17:50 sbin/init* >> -r-sr-x--- 1 root operator 147456 May 30 18:37 sbin/shutdown* >> ---s--x--x 2 root bin 466944 May 30 18:36 usr/bin/sperl4.036* >> ---s--x--x 2 root bin 466944 May 30 18:36 usr/bin/suidperl* >> -r-sr-x--- 1 uucp uucp 225280 May 30 18:30 usr/libexec/uucp/uuxqt* >> -r-sr-x--- 1 root network 389120 Jun 4 17:27 usr/sbin/ppp* >> -r-sr-x--- 1 root network 180224 May 30 18:44 usr/sbin/sliplogin* >> -r-x------ 1 bin bin 114688 May 13 05:05 usr/sbin/watch* > >NFS has permission hackery to convert an 'x' into an 'r' bit for files so >they can be read for execution. Only for certain 'x' bits. suidperl works, but ppp with the above permissions fails with a SIGSEGV and a kernel printf for anyone except root in group network because execve() thinks it can exec the file but vm doesn't allow reading it. It fails cleanly for root because root is nobody over nfs. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 01:25:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26495 for cvs-all-outgoing; Wed, 10 Jun 1998 01:25:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26488; Wed, 10 Jun 1998 01:25:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06324; Wed, 10 Jun 1998 01:25:25 -0700 (PDT) Date: Wed, 10 Jun 1998 01:25:25 -0700 (PDT) Message-Id: <199806100825.BAA06324@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/06/10 01:25:25 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.124. Revision Changes Path 1.58 +6 -6 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 Wed Jun 10 02:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07148 for cvs-all-outgoing; Wed, 10 Jun 1998 02:30:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07130; Wed, 10 Jun 1998 02:30:06 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06537; Wed, 10 Jun 1998 02:29:59 -0700 (PDT) Date: Wed, 10 Jun 1998 02:29:59 -0700 (PDT) Message-Id: <199806100929.CAA06537@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data gallery.db Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 02:29:58 PDT Modified files: data gallery.db Log: remove the 123go listing from the Commercial Sites Submitted by: "C. Hodges" Revision Changes Path 1.5 +0 -1 www/data/gallery.db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 02:31:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07292 for cvs-all-outgoing; Wed, 10 Jun 1998 02:31:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07282; Wed, 10 Jun 1998 02:31:10 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06579; Wed, 10 Jun 1998 02:31:04 -0700 (PDT) Date: Wed, 10 Jun 1998 02:31:04 -0700 (PDT) Message-Id: <199806100931.CAA06579@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ports packages Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 02:31:03 PDT Added files: data/ports packages Log: Create a sorted list of precompiled packages which are available at the FreeBSD FTP Server. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 02:32:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07535 for cvs-all-outgoing; Wed, 10 Jun 1998 02:32:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07528; Wed, 10 Jun 1998 02:32:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06629; Wed, 10 Jun 1998 02:32:48 -0700 (PDT) Date: Wed, 10 Jun 1998 02:32:48 -0700 (PDT) Message-Id: <199806100932.CAA06629@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/10 02:32:48 PDT Modified files: . INDEX Log: 1491 ports!. Revision Changes Path 1.177 +39 -30 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 Jun 10 02:35:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07975 for cvs-all-outgoing; Wed, 10 Jun 1998 02:35:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07945; Wed, 10 Jun 1998 02:35:39 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id TAA14212; Wed, 10 Jun 1998 19:39:23 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806100939.TAA14212@cimlogic.com.au> Subject: Re: cvs commit: ports INDEX In-Reply-To: <199806100932.CAA06629@freefall.freebsd.org> from Satoshi Asami at "Jun 10, 98 02:32:48 am" To: asami@FreeBSD.ORG (Satoshi Asami) Date: Wed, 10 Jun 1998 19:39:22 +1000 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Satoshi Asami wrote: > asami 1998/06/10 02:32:48 PDT > > Modified files: > . INDEX > Log: > 1491 ports!. Stop it. That's enough already. 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 Wed Jun 10 02:42:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09594 for cvs-all-outgoing; Wed, 10 Jun 1998 02:42:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09583; Wed, 10 Jun 1998 02:42:26 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06805; Wed, 10 Jun 1998 02:42:19 -0700 (PDT) Date: Wed, 10 Jun 1998 02:42:19 -0700 (PDT) Message-Id: <199806100942.CAA06805@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/textproc/word2x - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/10 02:42:18 PDT ports/textproc/word2x - Imported sources Update of /home/ncvs/ports/textproc/word2x In directory freefall.freebsd.org:/tmp/cvs-serv6785 Log Message: New port word2x, a converter from MS Word to text, HTML or LaTeX. Status: Vendor Tag: TG Release Tags: word2x_0_001 N ports/textproc/word2x/Makefile N ports/textproc/word2x/pkg/COMMENT N ports/textproc/word2x/pkg/DESCR N ports/textproc/word2x/pkg/PLIST N ports/textproc/word2x/files/md5 N ports/textproc/word2x/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 Jun 10 02:42:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09654 for cvs-all-outgoing; Wed, 10 Jun 1998 02:42:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09647; Wed, 10 Jun 1998 02:42:39 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06893; Wed, 10 Jun 1998 02:42:32 -0700 (PDT) Date: Wed, 10 Jun 1998 02:42:32 -0700 (PDT) Message-Id: <199806100942.CAA06893@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/10 02:42:32 PDT Modified files: . modules Log: word2x --> ports/textproc/word2x Revision Changes Path 1.2075 +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 10 02:43:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09860 for cvs-all-outgoing; Wed, 10 Jun 1998 02:43:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09846; Wed, 10 Jun 1998 02:43:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06973; Wed, 10 Jun 1998 02:43:11 -0700 (PDT) Date: Wed, 10 Jun 1998 02:43:11 -0700 (PDT) Message-Id: <199806100943.CAA06973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/textproc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/10 02:43:11 PDT Modified files: textproc Makefile Log: Activate word2x. Revision Changes Path 1.22 +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 Jun 10 02:43:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09985 for cvs-all-outgoing; Wed, 10 Jun 1998 02:43:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09861; Wed, 10 Jun 1998 02:43:23 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id CAA21217; Wed, 10 Jun 1998 02:43:12 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: John Birrell cc: asami@FreeBSD.ORG (Satoshi Asami), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports INDEX In-reply-to: Your message of "Wed, 10 Jun 1998 19:39:22 +1000." <199806100939.TAA14212@cimlogic.com.au> Date: Wed, 10 Jun 1998 02:43:12 -0700 Message-ID: <21213.897471792@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I vote that we crown whomever makes the 1500'th port "Mr Port" for the week. :-) - Jordan > Satoshi Asami wrote: > > asami 1998/06/10 02:32:48 PDT > > > > Modified files: > > . INDEX > > Log: > > 1491 ports!. > > Stop it. That's enough already. 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 Wed Jun 10 02:45:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10635 for cvs-all-outgoing; Wed, 10 Jun 1998 02:45:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10588; Wed, 10 Jun 1998 02:45:28 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id TAA14262; Wed, 10 Jun 1998 19:49:05 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806100949.TAA14262@cimlogic.com.au> Subject: Re: cvs commit: ports INDEX In-Reply-To: <21213.897471792@time.cdrom.com> from "Jordan K. Hubbard" at "Jun 10, 98 02:43:12 am" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Wed, 10 Jun 1998 19:49:05 +1000 (EST) Cc: jb@cimlogic.com.au, asami@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (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 wrote: > I vote that we crown whomever makes the 1500'th port "Mr Port" for the > week. :-) Only if they build 100 on alpha. I was just trying to imagine how long it would take to build 1491 ports. -- 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 Jun 10 02:49:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11679 for cvs-all-outgoing; Wed, 10 Jun 1998 02:49:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11615; Wed, 10 Jun 1998 02:49:03 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id CAA21260; Wed, 10 Jun 1998 02:48:56 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: John Birrell cc: asami@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports INDEX In-reply-to: Your message of "Wed, 10 Jun 1998 19:49:05 +1000." <199806100949.TAA14262@cimlogic.com.au> Date: Wed, 10 Jun 1998 02:48:56 -0700 Message-ID: <21256.897472136@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Only if they build 100 on alpha. I was just trying to imagine how long I think that's just a wee bit premature. Let's wait until we have a bootable FreeBSD kernel before we worry about the ports, eh? :-) > it would take to build 1491 ports. I'll bet Satoshi knows. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 02:50:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12099 for cvs-all-outgoing; Wed, 10 Jun 1998 02:50:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11849; Wed, 10 Jun 1998 02:49:44 -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 LAA02196; Wed, 10 Jun 1998 11:49:28 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id LAA03151; Wed, 10 Jun 1998 11:49:27 +0200 (CEST) To: John Birrell Cc: asami@FreeBSD.ORG (Satoshi Asami), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports INDEX References: <199806100939.TAA14212@cimlogic.com.au> From: Thomas Gellekum Date: 10 Jun 1998 11:49:26 +0200 In-Reply-To: John Birrell's message of "Wed, 10 Jun 1998 19:39:22 +1000 (EST)" Message-ID: <87k96pmvrt.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 11 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell writes: > Satoshi Asami wrote: > > Log: > > 1491 ports!. > > Stop it. That's enough already. 8-) Too late. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 03:06:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18207 for cvs-all-outgoing; Wed, 10 Jun 1998 03:06:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18175; Wed, 10 Jun 1998 03:05:57 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA07086; Wed, 10 Jun 1998 03:05:49 -0700 (PDT) Date: Wed, 10 Jun 1998 03:05:49 -0700 (PDT) Message-Id: <199806101005.DAA07086@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/docproj who.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 03:05:48 PDT Modified files: data/docproj who.sgml Log: handbook326.html -> staff:doc.html Revision Changes Path 1.2 +3 -3 www/data/docproj/who.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 03:20:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20157 for cvs-all-outgoing; Wed, 10 Jun 1998 03:20:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20146; Wed, 10 Jun 1998 03:20:28 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08638; Wed, 10 Jun 1998 03:20:20 -0700 (PDT) Date: Wed, 10 Jun 1998 03:20:20 -0700 (PDT) Message-Id: <199806101020.DAA08638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data docs.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 03:20:20 PDT Modified files: data docs.sgml Log: Add Newsletters. Revision Changes Path 1.43 +6 -2 www/data/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 03:24:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20686 for cvs-all-outgoing; Wed, 10 Jun 1998 03:24:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20677; Wed, 10 Jun 1998 03:24:14 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08674; Wed, 10 Jun 1998 03:24:07 -0700 (PDT) Date: Wed, 10 Jun 1998 03:24:07 -0700 (PDT) Message-Id: <199806101024.DAA08674@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data site.map Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 03:24:06 PDT Modified files: data site.map Log: Add the Newsletter. Revision Changes Path 1.3 +2 -1 www/data/site.map To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 03:26:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21152 for cvs-all-outgoing; Wed, 10 Jun 1998 03:26:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21147; Wed, 10 Jun 1998 03:26:16 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08781; Wed, 10 Jun 1998 03:26:09 -0700 (PDT) Date: Wed, 10 Jun 1998 03:26:09 -0700 (PDT) Message-Id: <199806101026.DAA08781@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data web.atoz Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 03:26:08 PDT Modified files: data web.atoz Log: Add forgotten Newsletter. Revision Changes Path 1.31 +2 -1 www/data/web.atoz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 03:27:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21390 for cvs-all-outgoing; Wed, 10 Jun 1998 03:27:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21384; Wed, 10 Jun 1998 03:27:57 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08796; Wed, 10 Jun 1998 03:27:50 -0700 (PDT) Date: Wed, 10 Jun 1998 03:27:50 -0700 (PDT) Message-Id: <199806101027.DAA08796@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_descrip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 03:27:49 PDT Modified files: sys/kern kern_descrip.c Log: 64bit fixes: p->p_retval is a register_t[] not an int[]. Revision Changes Path 1.53 +4 -3 src/sys/kern/kern_descrip.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 10 03:28:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21672 for cvs-all-outgoing; Wed, 10 Jun 1998 03:28:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21655; Wed, 10 Jun 1998 03:28:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08828; Wed, 10 Jun 1998 03:28:32 -0700 (PDT) Date: Wed, 10 Jun 1998 03:28:32 -0700 (PDT) Message-Id: <199806101028.DAA08828@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_prot.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 03:28:31 PDT Modified files: sys/kern kern_prot.c Log: 64bit fixes: use size_t not u_int for sizes. Revision Changes Path 1.40 +2 -2 src/sys/kern/kern_prot.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 10 03:29:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21856 for cvs-all-outgoing; Wed, 10 Jun 1998 03:29:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21850; Wed, 10 Jun 1998 03:29:41 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08857; Wed, 10 Jun 1998 03:29:33 -0700 (PDT) Date: Wed, 10 Jun 1998 03:29:33 -0700 (PDT) Message-Id: <199806101029.DAA08857@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern sys_generic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 03:29:33 PDT Modified files: sys/kern sys_generic.c Log: 64bit fixes: use u_long not int for ioctl command. Revision Changes Path 1.39 +3 -2 src/sys/kern/sys_generic.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 10 03:30:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22172 for cvs-all-outgoing; Wed, 10 Jun 1998 03:30:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22159; Wed, 10 Jun 1998 03:30:35 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08895; Wed, 10 Jun 1998 03:30:28 -0700 (PDT) Date: Wed, 10 Jun 1998 03:30:28 -0700 (PDT) Message-Id: <199806101030.DAA08895@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 03:30:27 PDT Modified files: sys/kern uipc_syscalls.c Log: 64bit fixes: don't cast p->p_retval to an int*. Revision Changes Path 1.40 +5 -3 src/sys/kern/uipc_syscalls.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 10 03:31:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22452 for cvs-all-outgoing; Wed, 10 Jun 1998 03:31:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22440; Wed, 10 Jun 1998 03:31:19 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08928; Wed, 10 Jun 1998 03:31:11 -0700 (PDT) Date: Wed, 10 Jun 1998 03:31:11 -0700 (PDT) Message-Id: <199806101031.DAA08928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 03:31:11 PDT Modified files: sys/kern vfs_aio.c Log: 64bit fixes: don't cast pointers to int. Revision Changes Path 1.29 +14 -14 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 Wed Jun 10 03:57:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27554 for cvs-all-outgoing; Wed, 10 Jun 1998 03:57:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27548; Wed, 10 Jun 1998 03:57:41 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA09251; Wed, 10 Jun 1998 03:57:33 -0700 (PDT) Date: Wed, 10 Jun 1998 03:57:33 -0700 (PDT) Message-Id: <199806101057.DAA09251@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha autoconf.c clock.c cons.c cpuconf.c db_disasm.c db_instruction.h db_interface.c db_trace.c dec_kn8ae.c diskslice_machdep.c divrem.m4 exception.s genassym.c gensetdefs.c in_cksum.c interrupt.c ipl_funcs.c locore.s machdep.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 03:57:33 PDT Modified files: sys/alpha/include alpha_cpu.h asm.h cpu.h elf.h lock.h param.h pmap.h proc.h pte.h reg.h vmparam.h sys/conf files sys/ddb db_examine.c db_print.c db_sym.c sys/sys module.h Added files: sys/alpha/alpha autoconf.c clock.c cons.c cpuconf.c db_disasm.c db_instruction.h db_interface.c db_trace.c dec_kn8ae.c diskslice_machdep.c divrem.m4 exception.s genassym.c gensetdefs.c in_cksum.c interrupt.c ipl_funcs.c locore.s machdep.c mem.c pal.s pmap.c procfs_machdep.c prom.c prom_disp.s promcons.c setdef0.c setdef1.c support.s swtch.s symbols.raw sys_machdep.c trap.c vm_machdep.c sys/alpha/conf GENERIC Makefile.alpha SIMOS devices.alpha files.alpha majors.alpha options.alpha sys/alpha/include bootinfo.h bus.h chipset.h clock.h conf.h cons.h cpuconf.h cpufunc.h db_machdep.h in_cksum.h ipl.h md_var.h prom.h psl.h ptrace.h rpb.h sys/alpha/pci pcibus.c pcibus.h sys/alpha/tlsb dwlpx.c dwlpxreg.h gbus.c gbusreg.h gbusvar.h kftxx.c kftxxreg.h kftxxvar.h mcclock_tlsb.c tlsb.c tlsbmem.c tlsbreg.h tlsbvar.h zs_tlsb.c zsreg.h sys/dev/dec clockvar.h mc146818reg.h mcclock.c mcclockvar.h sys/kern subr_bus.c sys/libkern/alpha byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S sys/pci simos.c simos.h sys/sys bus.h bus_private.h elf64.h Log: Add initial support for the FreeBSD/alpha kernel. This is very much a work in progress and has never booted a real machine. Initial development and testing was done using SimOS (see http://simos.stanford.edu for details). On the SimOS simulator, this port successfully reaches single-user mode and has been tested with loads as high as one copy of /bin/ls :-). Obtained from: partly from NetBSD/alpha Revision Changes Path 1.2 +10 -4 src/sys/alpha/include/alpha_cpu.h 1.2 +3 -3 src/sys/alpha/include/asm.h 1.2 +7 -13 src/sys/alpha/include/cpu.h 1.2 +36 -19 src/sys/alpha/include/elf.h 1.2 +5 -1 src/sys/alpha/include/lock.h 1.3 +25 -26 src/sys/alpha/include/param.h 1.2 +167 -76 src/sys/alpha/include/pmap.h 1.2 +1 -1 src/sys/alpha/include/proc.h 1.2 +2 -2 src/sys/alpha/include/pte.h 1.2 +3 -2 src/sys/alpha/include/reg.h 1.2 +22 -12 src/sys/alpha/include/vmparam.h 1.141 +3 -2 src/sys/conf/files 1.20 +2 -2 src/sys/ddb/db_examine.c 1.20 +2 -2 src/sys/ddb/db_print.c 1.22 +3 -3 src/sys/ddb/db_sym.c 1.3 +3 -2 src/sys/sys/module.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 04:36:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07418 for cvs-all-outgoing; Wed, 10 Jun 1998 04:36:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA07413; Wed, 10 Jun 1998 04:36:11 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA09379; Wed, 10 Jun 1998 04:36:04 -0700 (PDT) Date: Wed, 10 Jun 1998 04:36:04 -0700 (PDT) Message-Id: <199806101136.EAA09379@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/10 04:36:03 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Also return EOPNOTSUPP rather than EINVAL for not supported owner and group changes. Revision Changes Path 1.72 +2 -2 src/sys/msdosfs/msdosfs_vnops.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 10 05:06:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11943 for cvs-all-outgoing; Wed, 10 Jun 1998 05:06:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11907; Wed, 10 Jun 1998 05:05:58 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09481; Wed, 10 Jun 1998 05:05:50 -0700 (PDT) Date: Wed, 10 Jun 1998 05:05:50 -0700 (PDT) Message-Id: <199806101205.FAA09481@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 05:05:50 PDT Modified files: data newsflash.sgml Log: Undo rev 1.78. Never change the history! Revision Changes Path 1.80 +4 -4 www/data/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 05:07:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12266 for cvs-all-outgoing; Wed, 10 Jun 1998 05:07:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12245; Wed, 10 Jun 1998 05:07:48 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09513; Wed, 10 Jun 1998 05:07:40 -0700 (PDT) Date: Wed, 10 Jun 1998 05:07:40 -0700 (PDT) Message-Id: <199806101207.FAA09513@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 05:07:40 PDT Modified files: data newsflash.sgml Log: The HTML version of the Newsletter #1 is no longer available Revision Changes Path 1.81 +3 -5 www/data/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 05:10:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12894 for cvs-all-outgoing; Wed, 10 Jun 1998 05:10:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12653; Wed, 10 Jun 1998 05:09:39 -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 WAA17030; Wed, 10 Jun 1998 22:09:31 +1000 Date: Wed, 10 Jun 1998 22:09:31 +1000 From: Bruce Evans Message-Id: <199806101209.WAA17030@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dt@FreeBSD.ORG Subject: Re: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/msdosfs msdosfs_vnops.c > Log: > Also return EOPNOTSUPP rather than EINVAL for not supported owner and group > changes. This is wrong in several ways: - the operation is supported, but certain values are invalid. - EOPNOTSUPP is not mentioned in chown.2 or chgrp.2. EINVAL is documented as the error for fchown() on a socket. - EOPNOTSUPP is not a POSIX errno. Although msdosfs can't support full POSIX semantics, it should be as POSIX-like as possible Chflags doesn't have so much history beind not returning EOPNOTSUPP, but EOPNOTSUPP is not mentioned in chflags.2 and EINVAL is documented as the error for fchflags() on a socket. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 05:19:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13987 for cvs-all-outgoing; Wed, 10 Jun 1998 05:19:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13979; Wed, 10 Jun 1998 05:19:38 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09590; Wed, 10 Jun 1998 05:19:30 -0700 (PDT) Date: Wed, 10 Jun 1998 05:19:30 -0700 (PDT) Message-Id: <199806101219.FAA09590@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/linux-netscape4 Makefile ports/www/linux-netscape4/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/10 05:19:30 PDT Modified files: www/linux-netscape4 Makefile www/linux-netscape4/files md5 Log: Update to version 4.05 Revision Changes Path 1.4 +6 -6 ports/www/linux-netscape4/Makefile 1.3 +1 -1 ports/www/linux-netscape4/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 Jun 10 05:21:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14264 for cvs-all-outgoing; Wed, 10 Jun 1998 05:21:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14259; Wed, 10 Jun 1998 05:21:04 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09627; Wed, 10 Jun 1998 05:20:56 -0700 (PDT) Date: Wed, 10 Jun 1998 05:20:56 -0700 (PDT) Message-Id: <199806101220.FAA09627@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 05:20:56 PDT Modified files: handbook authors.sgml contrib.sgml Log: Delete Dave Cornejo, he does not have a freebsd.org account anymore. Revision Changes Path 1.105 +1 -5 doc/handbook/authors.sgml 1.287 +3 -3 doc/handbook/contrib.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 05:34:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17047 for cvs-all-outgoing; Wed, 10 Jun 1998 05:34:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17041; Wed, 10 Jun 1998 05:34:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09845; Wed, 10 Jun 1998 05:34:28 -0700 (PDT) Date: Wed, 10 Jun 1998 05:34:28 -0700 (PDT) Message-Id: <199806101234.FAA09845@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/lib/libedit editrc.5 src/libexec/getty gettytab.5 src/usr.sbin/inetd inetd.8 src/usr.bin/tn3270/mset map3270.5 src/usr.sbin/lpr/lpr printcap.5 src/share/termcap termcap.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/10 05:34:27 PDT Modified files: lib/libedit editrc.5 libexec/getty gettytab.5 usr.sbin/inetd inetd.8 usr.bin/tn3270/mset map3270.5 usr.sbin/lpr/lpr printcap.5 share/termcap termcap.5 Log: Spelling fixes. PR: 6903 Reviewed by: phk Submitted by: Josh Gilliam Revision Changes Path 1.3 +1 -1 src/lib/libedit/editrc.5 1.18 +2 -2 src/libexec/getty/gettytab.5 1.22 +2 -2 src/usr.sbin/inetd/inetd.8 1.3 +1 -1 src/usr.bin/tn3270/mset/map3270.5 1.14 +2 -2 src/usr.sbin/lpr/lpr/printcap.5 1.8 +7 -7 src/share/termcap/termcap.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 05:37:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17584 for cvs-all-outgoing; Wed, 10 Jun 1998 05:37:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17573; Wed, 10 Jun 1998 05:37:54 -0700 (PDT) (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09960; Wed, 10 Jun 1998 05:37:46 -0700 (PDT) Date: Wed, 10 Jun 1998 05:37:46 -0700 (PDT) Message-Id: <199806101237.FAA09960@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdtime strftime.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk danny 1998/06/10 05:37:46 PDT Modified files: lib/libc/stdtime strftime.3 Log: Fix grammar, "null" -> "NUL" Revision Changes Path 1.13 +5 -5 src/lib/libc/stdtime/strftime.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 05:39:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18036 for cvs-all-outgoing; Wed, 10 Jun 1998 05:39:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17999; Wed, 10 Jun 1998 05:39:56 -0700 (PDT) (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09996; Wed, 10 Jun 1998 05:39:48 -0700 (PDT) Date: Wed, 10 Jun 1998 05:39:48 -0700 (PDT) Message-Id: <199806101239.FAA09996@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdtime strftime.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk danny 1998/06/10 05:39:47 PDT Modified files: (Branch: RELENG_2_2) lib/libc/stdtime strftime.3 Log: Reviewed by: thepish MFC: fix grammar, "null" -> "NUL" Revision Changes Path 1.4.2.6 +5 -5 src/lib/libc/stdtime/strftime.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 05:50:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20305 for cvs-all-outgoing; Wed, 10 Jun 1998 05:50:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20273; Wed, 10 Jun 1998 05:50:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10218; Wed, 10 Jun 1998 05:49:57 -0700 (PDT) Date: Wed, 10 Jun 1998 05:49:57 -0700 (PDT) Message-Id: <199806101249.FAA10218@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/10 05:49:56 PDT Modified files: sys/i386/isa si.c Log: Correct name and number for sxdc modules PR: 6891 Reviewed by: phk Submitted by: Nick Sayer Revision Changes Path 1.72 +3 -3 src/sys/i386/isa/si.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 10 05:52:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20914 for cvs-all-outgoing; Wed, 10 Jun 1998 05:52:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20908; Wed, 10 Jun 1998 05:52:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10321; Wed, 10 Jun 1998 05:52:13 -0700 (PDT) Date: Wed, 10 Jun 1998 05:52:13 -0700 (PDT) Message-Id: <199806101252.FAA10321@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netipx ipx_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/10 05:52:12 PDT Modified files: sys/netipx ipx_input.c Log: When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1, running IPXRouted -s) between IPX configured interfaces, it generate syslog messages "ipx_ctlinput: cmd 15." even if kernel compiled with IPXPRINTFS=0 and IPX_ERRPRINTFS=0 options. PR: 6875 Reviewed by: phk Submitted by: Vladimir A. Jakovenko Revision Changes Path 1.18 +3 -2 src/sys/netipx/ipx_input.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 10 06:25:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27369 for cvs-all-outgoing; Wed, 10 Jun 1998 06:25:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27363; Wed, 10 Jun 1998 06:25:28 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10536; Wed, 10 Jun 1998 06:25:20 -0700 (PDT) Date: Wed, 10 Jun 1998 06:25:20 -0700 (PDT) Message-Id: <199806101325.GAA10536@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/releases/2.2.6R errata.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/10 06:25:20 PDT Modified files: data/releases/2.2.6R errata.sgml Log: Update this to note current state of affairs with outstanding security advisories. Revision Changes Path 1.6 +7 -4 www/data/releases/2.2.6R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 06:37:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00190 for cvs-all-outgoing; Wed, 10 Jun 1998 06:37:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00175; Wed, 10 Jun 1998 06:37:02 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA18204; Wed, 10 Jun 1998 06:36:53 -0700 (PDT) Date: Wed, 10 Jun 1998 06:36:53 -0700 (PDT) Message-Id: <199806101336.GAA18204@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data daemon.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 06:36:53 PDT Modified files: data daemon.sgml Log: Update plushies URL. Revision Changes Path 1.6 +3 -3 www/data/daemon.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 06:47:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01928 for cvs-all-outgoing; Wed, 10 Jun 1998 06:47:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01910; Wed, 10 Jun 1998 06:46:56 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07663; Wed, 10 Jun 1998 06:46:48 -0700 (PDT) Date: Wed, 10 Jun 1998 06:46:48 -0700 (PDT) Message-Id: <199806101346.GAA07663@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/06/10 06:46:47 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Back out previous change. This behavior is at least completely "susv2"-compliant. Revision Changes Path 1.73 +1 -1 src/sys/msdosfs/msdosfs_vnops.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 10 06:49:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02488 for cvs-all-outgoing; Wed, 10 Jun 1998 06:49:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01571; Wed, 10 Jun 1998 06:45:26 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id VAA06264; Wed, 10 Jun 1998 21:45:02 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806101345.VAA06264@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dt@FreeBSD.ORG Subject: Re: cvs commit: src/sys/msdosfs msdosfs_vnops.c In-reply-to: Your message of "Wed, 10 Jun 1998 22:09:31 +1000." <199806101209.WAA17030@godzilla.zeta.org.au> Date: Wed, 10 Jun 1998 21:45:02 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: [..] > Chflags doesn't have so much history beind not returning EOPNOTSUPP, but > EOPNOTSUPP is not mentioned in chflags.2 and EINVAL is documented as the > error for fchflags() on a socket. EOPNOTSUPP is what is returned by the "other" BSD's. I feel that there is a difference between giving a nonsense (invalid) argument, and the flags case where the backing fs can't support the valid request you've made. > Bruce 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 Jun 10 06:55:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04132 for cvs-all-outgoing; Wed, 10 Jun 1998 06:55:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04124; Wed, 10 Jun 1998 06:55:46 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07799; Wed, 10 Jun 1998 06:55:38 -0700 (PDT) Date: Wed, 10 Jun 1998 06:55:38 -0700 (PDT) Message-Id: <199806101355.GAA07799@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/10 06:55:38 PDT Modified files: . modules Log: gimp-manual --> ports/graphics/gimp-manual Revision Changes Path 1.2076 +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 10 06:57:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04354 for cvs-all-outgoing; Wed, 10 Jun 1998 06:57:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04342; Wed, 10 Jun 1998 06:57:22 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07816; Wed, 10 Jun 1998 06:57:13 -0700 (PDT) Date: Wed, 10 Jun 1998 06:57:13 -0700 (PDT) Message-Id: <199806101357.GAA07816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/gimp-manual - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/10 06:57:13 PDT ports/graphics/gimp-manual - Imported sources Update of /home/ncvs/ports/graphics/gimp-manual In directory freefall.freebsd.org:/f/users/dburr/gimp-manual Log Message: PR: ports/6886 Submitted by: Brett Taylor Import of ports/graphics/gimp-manual, The GIMP User's Manual. Status: Vendor Tag: DBURR Release Tags: gimp_manual_1_0_0 N ports/graphics/gimp-manual/Makefile I ports/graphics/gimp-manual/CVS N ports/graphics/gimp-manual/files/md5 N ports/graphics/gimp-manual/pkg/COMMENT N ports/graphics/gimp-manual/pkg/DESCR N ports/graphics/gimp-manual/pkg/PLIST_HTML N ports/graphics/gimp-manual/pkg/PLIST_PDF N ports/graphics/gimp-manual/pkg/PLIST_PS N ports/graphics/gimp-manual/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 Jun 10 06:59:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04726 for cvs-all-outgoing; Wed, 10 Jun 1998 06:59:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04709; Wed, 10 Jun 1998 06:59:29 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07858; Wed, 10 Jun 1998 06:59:21 -0700 (PDT) Date: Wed, 10 Jun 1998 06:59:21 -0700 (PDT) Message-Id: <199806101359.GAA07858@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/10 06:59:20 PDT Modified files: graphics Makefile Log: Activate gimp-manual. Revision Changes Path 1.78 +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 Wed Jun 10 07:15:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07079 for cvs-all-outgoing; Wed, 10 Jun 1998 07:15:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06524; Wed, 10 Jun 1998 07:11:50 -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 AAA24703; Thu, 11 Jun 1998 00:11:48 +1000 Date: Thu, 11 Jun 1998 00:11:48 +1000 From: Bruce Evans Message-Id: <199806101411.AAA24703@godzilla.zeta.org.au> To: bde@zeta.org.au, peter@netplex.com.au Subject: Re: cvs commit: src/sys/msdosfs msdosfs_vnops.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dt@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Chflags doesn't have so much history beind not returning EOPNOTSUPP, but >> EOPNOTSUPP is not mentioned in chflags.2 and EINVAL is documented as the >> error for fchflags() on a socket. > >EOPNOTSUPP is what is returned by the "other" BSD's. I feel that there is >a difference between giving a nonsense (invalid) argument, and the flags >case where the backing fs can't support the valid request you've made. For variant fs's, each fs gets to decide which requests are valid, so there is no difference. EOPNOTSUPP means that the fs doesn't even know how to decide. For flags, all fs's should support null changes (to whatever default they return in struct stat) so that all utilities that use chflags() don't have to avoid calling it for null changes. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 08:52:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA00688 for cvs-all-outgoing; Wed, 10 Jun 1998 08:52:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA00644; Wed, 10 Jun 1998 08:52:43 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08824; Wed, 10 Jun 1998 08:52:33 -0700 (PDT) Date: Wed, 10 Jun 1998 08:52:33 -0700 (PDT) Message-Id: <199806101552.IAA08824@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ports Makefile portindex Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/10 08:52:32 PDT Modified files: data/ports Makefile portindex Log: Print link to packages like in /cgi/ports.cgi Revision Changes Path 1.9 +6 -3 www/data/ports/Makefile 1.14 +26 -1 www/data/ports/portindex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 09:21:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07685 for cvs-all-outgoing; Wed, 10 Jun 1998 09:21:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07548; Wed, 10 Jun 1998 09:20:40 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA09174; Wed, 10 Jun 1998 09:20:22 -0700 (PDT) Date: Wed, 10 Jun 1998 09:20:22 -0700 (PDT) Message-Id: <199806101620.JAA09174@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen Makefile.inc src/lib/libcompat Makefile src/lib/libcompat/SysV ftok.3 ftok.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/06/10 09:20:21 PDT Modified files: lib/libc/gen Makefile.inc lib/libcompat Makefile Removed files: lib/libcompat/SysV ftok.3 ftok.c Log: Move ftok() from libcompat to libc, so that it can be closer to its friend shmget(). PR: closes misc/6763 Revision Changes Path 1.46 +3 -3 src/lib/libc/gen/Makefile.inc 1.16 +1 -8 src/lib/libcompat/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 10 10:37:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23911 for cvs-all-outgoing; Wed, 10 Jun 1998 10:37:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23822; Wed, 10 Jun 1998 10:37:16 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09582; Wed, 10 Jun 1998 10:37:03 -0700 (PDT) Date: Wed, 10 Jun 1998 10:37:03 -0700 (PDT) Message-Id: <199806101737.KAA09582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/10 10:37:03 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa/snd CARDS README ad1848.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h Log: Update to Luigi's latest sound driver for -stable (snd980419). Revision Changes Path 1.2.4.1 +198 -70 src/sys/i386/isa/snd/CARDS 1.2.2.2 +76 -1 src/sys/i386/isa/snd/README 1.5.2.3 +25 -13 src/sys/i386/isa/snd/ad1848.c 1.4.2.4 +6 -2 src/sys/i386/isa/snd/dmabuf.c 1.2.2.1 +1 -1 src/sys/i386/isa/snd/mss.h 1.5.2.4 +189 -31 src/sys/i386/isa/snd/sb_dsp.c 1.3.2.2 +3 -3 src/sys/i386/isa/snd/sbcard.h 1.8.2.4 +61 -4 src/sys/i386/isa/snd/sound.c 1.5.2.3 +9 -1 src/sys/i386/isa/snd/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 10:45:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25931 for cvs-all-outgoing; Wed, 10 Jun 1998 10:45:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA25579; Wed, 10 Jun 1998 10:44:17 -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 SAA20251; Wed, 10 Jun 1998 18:07:32 +0200 From: Luigi Rizzo Message-Id: <199806101607.SAA20251@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c To: jkh@FreeBSD.ORG (Jordan K. Hubbard) Date: Wed, 10 Jun 1998 18:07:31 +0200 (MET DST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG In-Reply-To: <199806101737.KAA09582@freefall.freebsd.org> from "Jordan K. Hubbard" at Jun 10, 98 10:36:44 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > jkh 1998/06/10 10:37:03 PDT > > Modified files: (Branch: RELENG_2_2) > sys/i386/isa/snd CARDS README ad1848.c dmabuf.c mss.h > sb_dsp.c sbcard.h sound.c sound.h > Log: > Update to Luigi's latest sound driver for -stable (snd980419). ouch :( latest was snd980607 ... and especially, it also has a manpage now! luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 10:55:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28501 for cvs-all-outgoing; Wed, 10 Jun 1998 10:55:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28460; Wed, 10 Jun 1998 10:54:49 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09705; Wed, 10 Jun 1998 10:54:39 -0700 (PDT) Date: Wed, 10 Jun 1998 10:54:39 -0700 (PDT) Message-Id: <199806101754.KAA09705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 10:54:39 PDT Modified files: sys/conf files Log: I accidentally committed the wrong file, sorry. Revision Changes Path 1.142 +1 -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 Wed Jun 10 11:13:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04346 for cvs-all-outgoing; Wed, 10 Jun 1998 11:13:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04328; Wed, 10 Jun 1998 11:13:30 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA09801; Wed, 10 Jun 1998 11:13:20 -0700 (PDT) Date: Wed, 10 Jun 1998 11:13:20 -0700 (PDT) Message-Id: <199806101813.LAA09801@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/10 11:13:20 PDT Modified files: sys/kern vfs_subr.c Log: Submitted by: Kirk McKusick Fix for potential hang when trying to reboot the system or to forcibly unmount a soft update enabled filesystem. FreeBSD already handled the reboot case differently, this is however a better fix. Revision Changes Path 1.155 +18 -8 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 Jun 10 11:54:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14464 for cvs-all-outgoing; Wed, 10 Jun 1998 11:54:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14446; Wed, 10 Jun 1998 11:54:52 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA10025; Wed, 10 Jun 1998 11:54:41 -0700 (PDT) Date: Wed, 10 Jun 1998 11:54:41 -0700 (PDT) Message-Id: <199806101854.LAA10025@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/freeciv Makefile ports/games/freeciv/files md5 ports/games/freeciv/patches patch-ab ports/games/freeciv/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 11:54:41 PDT Modified files: games/freeciv Makefile games/freeciv/files md5 games/freeciv/pkg PLIST Removed files: games/freeciv/patches patch-ab Log: Upgrade to version 1.6.3. Revision Changes Path 1.9 +3 -5 ports/games/freeciv/Makefile 1.7 +1 -1 ports/games/freeciv/files/md5 1.4 +2 -0 ports/games/freeciv/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 10 12:11:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17888 for cvs-all-outgoing; Wed, 10 Jun 1998 12:11:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from roma.coe.ufrj.br (jonny@roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17737; Wed, 10 Jun 1998 12:10:15 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id QAA16587; Wed, 10 Jun 1998 16:09:23 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199806101909.QAA16587@roma.coe.ufrj.br> Subject: Re: cvs commit: src/usr.sbin/ppp Makefile In-Reply-To: <199806100823.SAA02784@godzilla.zeta.org.au> from Bruce Evans at "Jun 10, 98 06:23:40 pm" To: bde@zeta.org.au (Bruce Evans) Date: Wed, 10 Jun 1998 16:09:23 -0300 (EST) Cc: bde@zeta.org.au, peter@netplex.com.au, brian@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk #define quoting(Bruce Evans) // >> I suppose `chmod a+r' is the correct fix for other executables that // >> can't be run by root over nfs or backed up by group operator: // >> // >> -r-x------ 1 bin bin 208896 Jun 4 17:50 sbin/init* // >> -r-sr-x--- 1 root operator 147456 May 30 18:37 sbin/shutdown* // >> ---s--x--x 2 root bin 466944 May 30 18:36 usr/bin/sperl4.036* // >> ---s--x--x 2 root bin 466944 May 30 18:36 usr/bin/suidperl* // >> -r-sr-x--- 1 uucp uucp 225280 May 30 18:30 usr/libexec/uucp/uuxqt* // >> -r-sr-x--- 1 root network 389120 Jun 4 17:27 usr/sbin/ppp* // >> -r-sr-x--- 1 root network 180224 May 30 18:44 usr/sbin/sliplogin* // >> -r-x------ 1 bin bin 114688 May 13 05:05 usr/sbin/watch* // > // >NFS has permission hackery to convert an 'x' into an 'r' bit for files so // >they can be read for execution. // // Only for certain 'x' bits. suidperl works, but ppp with the above // permissions fails with a SIGSEGV and a kernel printf for anyone except // root in group network because execve() thinks it can exec the file but // vm doesn't allow reading it. It fails cleanly for root because root // is nobody over nfs. Anyway, why disallow reading of files that everybody can get at ftp.freebsd.org ? :) This remembers me of a lab nearby which decided to disallow users to use ftp, so they changed the ftp executable flags. The only result they got is that every user with at least a two-digit IQ got a ftp executable in his account. :) Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 12:13:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18215 for cvs-all-outgoing; Wed, 10 Jun 1998 12:13:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18207; Wed, 10 Jun 1998 12:13:00 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10185; Wed, 10 Jun 1998 12:12:50 -0700 (PDT) Date: Wed, 10 Jun 1998 12:12:50 -0700 (PDT) Message-Id: <199806101912.MAA10185@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/xgfe Makefile ports/math/xgfe/files md5 ports/math/xgfe/patches patch-ab ports/math/xgfe/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 12:12:50 PDT Modified files: math/xgfe Makefile math/xgfe/files md5 math/xgfe/patches patch-ab math/xgfe/pkg PLIST Log: Upgrade to 2.0. Revision Changes Path 1.4 +3 -3 ports/math/xgfe/Makefile 1.3 +1 -1 ports/math/xgfe/files/md5 1.2 +5 -6 ports/math/xgfe/patches/patch-ab 1.3 +3 -1 ports/math/xgfe/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 10 12:23:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20225 for cvs-all-outgoing; Wed, 10 Jun 1998 12:23:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20186; Wed, 10 Jun 1998 12:23:30 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10262; Wed, 10 Jun 1998 12:23:20 -0700 (PDT) Date: Wed, 10 Jun 1998 12:23:20 -0700 (PDT) Message-Id: <199806101923.MAA10262@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/textproc/word2x/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 12:23:20 PDT Modified files: textproc/word2x/pkg DESCR Log: Punctuation and capitalization police. Revision Changes Path 1.2 +3 -3 ports/textproc/word2x/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 10 12:28:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21521 for cvs-all-outgoing; Wed, 10 Jun 1998 12:28:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21479; Wed, 10 Jun 1998 12:28:10 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10297; Wed, 10 Jun 1998 12:27:57 -0700 (PDT) Date: Wed, 10 Jun 1998 12:27:57 -0700 (PDT) Message-Id: <199806101927.MAA10297@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/10 12:27:57 PDT Modified files: sys/ufs/ffs ffs_vnops.c Log: Back out John's changes 1.45 -> 1.46 Kirk confirms that the original semantic was what he wanted... (well, a very slight difference) May fix "dangling deps" panic with soft updates. Revision Changes Path 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.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 10 12:56:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27645 for cvs-all-outgoing; Wed, 10 Jun 1998 12:56:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27576; Wed, 10 Jun 1998 12:56:17 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10431; Wed, 10 Jun 1998 12:56:06 -0700 (PDT) Date: Wed, 10 Jun 1998 12:56:06 -0700 (PDT) Message-Id: <199806101956.MAA10431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1998/06/10 12:56:06 PDT Modified files: sys/miscfs/fdesc fdesc_vnops.c Log: ENOPNOTSUPP --> EOPNOTSUPP PR: 6906 Submitted by: Steven G. Kargl Revision Changes Path 1.36 +2 -2 src/sys/miscfs/fdesc/fdesc_vnops.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 10 13:00:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28649 for cvs-all-outgoing; Wed, 10 Jun 1998 13:00:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28610; Wed, 10 Jun 1998 12:59:52 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10469; Wed, 10 Jun 1998 12:59:41 -0700 (PDT) Date: Wed, 10 Jun 1998 12:59:41 -0700 (PDT) Message-Id: <199806101959.MAA10469@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha locore.s machdep.c vm_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 12:59:41 PDT Modified files: sys/alpha/alpha locore.s machdep.c vm_machdep.c Log: Add missing copyrights. Thanks to Jason Thorpe for politely noting the mistake... Revision Changes Path 1.2 +27 -1 src/sys/alpha/alpha/locore.s 1.2 +27 -1 src/sys/alpha/alpha/machdep.c 1.2 +27 -1 src/sys/alpha/alpha/vm_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 10 13:03:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29730 for cvs-all-outgoing; Wed, 10 Jun 1998 13:03:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29643; Wed, 10 Jun 1998 13:03:29 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10518; Wed, 10 Jun 1998 13:03:17 -0700 (PDT) Date: Wed, 10 Jun 1998 13:03:17 -0700 (PDT) Message-Id: <199806102003.NAA10518@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/10 13:03:17 PDT Modified files: contrib/sys/softupdates ffs_softdep.c Log: Remove buggy debugging code. Revision Changes Path 1.8 +1 -43 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 Wed Jun 10 13:11:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01926 for cvs-all-outgoing; Wed, 10 Jun 1998 13:11:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01891; Wed, 10 Jun 1998 13:11:29 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10565; Wed, 10 Jun 1998 13:11:17 -0700 (PDT) Date: Wed, 10 Jun 1998 13:11:17 -0700 (PDT) Message-Id: <199806102011.NAA10565@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha exception.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 13:11:17 PDT Modified files: sys/alpha/alpha exception.s Log: Add Id keyword. Revision Changes Path 1.2 +1 -0 src/sys/alpha/alpha/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 13:12:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02280 for cvs-all-outgoing; Wed, 10 Jun 1998 13:12:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02245; Wed, 10 Jun 1998 13:12:33 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10597; Wed, 10 Jun 1998 13:12:22 -0700 (PDT) Date: Wed, 10 Jun 1998 13:12:22 -0700 (PDT) Message-Id: <199806102012.NAA10597@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha trap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 13:12:22 PDT Modified files: sys/alpha/alpha trap.c Log: Fix mangled Id keyword. Revision Changes Path 1.2 +1 -1 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 Wed Jun 10 13:13:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02516 for cvs-all-outgoing; Wed, 10 Jun 1998 13:13:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02508; Wed, 10 Jun 1998 13:13:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10630; Wed, 10 Jun 1998 13:13:33 -0700 (PDT) Date: Wed, 10 Jun 1998 13:13:33 -0700 (PDT) Message-Id: <199806102013.NAA10630@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha interrupt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 13:13:32 PDT Modified files: sys/alpha/alpha interrupt.c Log: Fix mangled Id keyword. Revision Changes Path 1.2 +1 -1 src/sys/alpha/alpha/interrupt.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 10 13:16:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03299 for cvs-all-outgoing; Wed, 10 Jun 1998 13:16:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03286; Wed, 10 Jun 1998 13:16:20 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10670; Wed, 10 Jun 1998 13:16:09 -0700 (PDT) Date: Wed, 10 Jun 1998 13:16:09 -0700 (PDT) Message-Id: <199806102016.NAA10670@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/gcc28 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/10 13:16:09 PDT Modified files: lang/gcc28 Makefile Log: Unmark it broken, it worked when I emptied /usr/local. Revision Changes Path 1.10 +1 -3 ports/lang/gcc28/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 10 13:35:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08378 for cvs-all-outgoing; Wed, 10 Jun 1998 13:35:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08299; Wed, 10 Jun 1998 13:35:28 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10731; Wed, 10 Jun 1998 13:35:11 -0700 (PDT) Date: Wed, 10 Jun 1998 13:35:11 -0700 (PDT) Message-Id: <199806102035.NAA10731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 13:35:10 PDT Modified files: sys/alpha/alpha machdep.c Log: Add yet another copyright. If some CVS wizard feels like nuking the versions that so offend Jason Thorpe then they can. Revision Changes Path 1.3 +37 -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 Wed Jun 10 13:41:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09697 for cvs-all-outgoing; Wed, 10 Jun 1998 13:41:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09610; Wed, 10 Jun 1998 13:41:12 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10774; Wed, 10 Jun 1998 13:40:59 -0700 (PDT) Date: Wed, 10 Jun 1998 13:40:59 -0700 (PDT) Message-Id: <199806102040.NAA10774@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/tlsb gbusvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 13:40:59 PDT Modified files: sys/alpha/tlsb gbusvar.h Log: Add my own copyright to this file. The only remnants of NetBSD code here are in the comments. As such the NetBSD copyright is included to protect the valuable intellectual copyright included in those comments. Revision Changes Path 1.2 +27 -2 src/sys/alpha/tlsb/gbusvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 13:46:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10777 for cvs-all-outgoing; Wed, 10 Jun 1998 13:46:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10704; Wed, 10 Jun 1998 13:46:00 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10821; Wed, 10 Jun 1998 13:45:48 -0700 (PDT) Date: Wed, 10 Jun 1998 13:45:48 -0700 (PDT) Message-Id: <199806102045.NAA10821@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/10 13:45:48 PDT Modified files: contrib/sys/softupdates ffs_softdep.c Log: Fix for "live inode" panic. Submitted by: Kirk McKusick Reviewed by: yeah right... Revision Changes Path 1.9 +27 -20 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 Wed Jun 10 13:48:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11313 for cvs-all-outgoing; Wed, 10 Jun 1998 13:48:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11222; Wed, 10 Jun 1998 13:48:19 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10861; Wed, 10 Jun 1998 13:48:04 -0700 (PDT) Date: Wed, 10 Jun 1998 13:48:04 -0700 (PDT) Message-Id: <199806102048.NAA10861@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/tlsb kftxxvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 13:48:03 PDT Modified files: sys/alpha/tlsb kftxxvar.h Log: Add my own copyright to this file. In this case not even the comments resemble the NetBSD source so the NetBSD copyright has been removed. Revision Changes Path 1.2 +7 -11 src/sys/alpha/tlsb/kftxxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 14:21:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21387 for cvs-all-outgoing; Wed, 10 Jun 1998 14:21:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21333; Wed, 10 Jun 1998 14:21:47 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA11042; Wed, 10 Jun 1998 14:21:33 -0700 (PDT) Date: Wed, 10 Jun 1998 14:21:33 -0700 (PDT) Message-Id: <199806102121.OAA11042@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/portal portal_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/10 14:21:33 PDT Modified files: sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/kernfs kernfs_vnops.c sys/miscfs/portal portal_vnops.c Log: Make these files compile. Revision Changes Path 1.37 +2 -1 src/sys/miscfs/fdesc/fdesc_vnops.c 1.32 +2 -2 src/sys/miscfs/kernfs/kernfs_vnops.c 1.33 +2 -2 src/sys/miscfs/portal/portal_vnops.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 10 14:23:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21781 for cvs-all-outgoing; Wed, 10 Jun 1998 14:23:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from kong.dorms.spbu.ru (kong@kong.dorms.spbu.ru [195.19.252.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21427; Wed, 10 Jun 1998 14:22:04 -0700 (PDT) (envelope-from kong@kong.dorms.spbu.ru) Received: from localhost (kong@localhost) by kong.dorms.spbu.ru (8.8.8/kong/0.01) with SMTP id BAA00770; Thu, 11 Jun 1998 01:21:37 +0400 (MSD) (envelope-from kong@kong.dorms.spbu.ru) Date: Thu, 11 Jun 1998 01:21:37 +0400 (MSD) From: Hostas Red To: Julian Elischer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_subr.c In-Reply-To: <199806101813.LAA09801@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 Wed, 10 Jun 1998, Julian Elischer wrote: > julian 1998/06/10 11:13:20 PDT > > Modified files: > sys/kern vfs_subr.c > Log: > Submitted by: Kirk McKusick > > Fix for potential hang when trying to reboot the system or > to forcibly unmount a soft update enabled filesystem. > FreeBSD already handled the reboot case differently, this is however a better > fix. > > Revision Changes Path > 1.155 +18 -8 src/sys/kern/vfs_subr.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > ...and kernel broken again :) --- kernel --- loading kernel vfs_subr.o: Undefined symbol `_sleep' referenced from text segment *** Error code 1 1 error You must first build your kernel before trying to install. *** Error code 1 Adios, /KONG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 14:24:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22258 for cvs-all-outgoing; Wed, 10 Jun 1998 14:24:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21982; Wed, 10 Jun 1998 14:23:48 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id WAA15320; Wed, 10 Jun 1998 22:25:11 +0100 (BST) Date: Wed, 10 Jun 1998 22:25:11 +0100 (BST) From: Doug Rabson To: Julian Elischer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_subr.c In-Reply-To: <199806101813.LAA09801@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, 10 Jun 1998, Julian Elischer wrote: > julian 1998/06/10 11:13:20 PDT > > Modified files: > sys/kern vfs_subr.c > Log: > Submitted by: Kirk McKusick > > Fix for potential hang when trying to reboot the system or > to forcibly unmount a soft update enabled filesystem. > FreeBSD already handled the reboot case differently, this is however a better > fix. This change includes a call to sleep() which we don't appear to have anymore. It stops LINT from linking. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 15:02:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01324 for cvs-all-outgoing; Wed, 10 Jun 1998 15:02:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01284; Wed, 10 Jun 1998 15:02:27 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA11177; Wed, 10 Jun 1998 15:02:16 -0700 (PDT) Date: Wed, 10 Jun 1998 15:02:16 -0700 (PDT) Message-Id: <199806102202.PAA11177@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/10 15:02:16 PDT Modified files: sys/kern vfs_subr.c Log: Replace 'sleep()' with 'tsleep()' Accidentally imported from Kirk's codebase. Pointed out by: various. Revision Changes Path 1.156 +4 -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 Jun 10 15:24:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06049 for cvs-all-outgoing; Wed, 10 Jun 1998 15:24:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06023; Wed, 10 Jun 1998 15:24:27 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA11247; Wed, 10 Jun 1998 15:24:14 -0700 (PDT) Date: Wed, 10 Jun 1998 15:24:14 -0700 (PDT) Message-Id: <199806102224.PAA11247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_fcntl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/10 15:24:13 PDT Modified files: lib/libc_r/uthread uthread_fcntl.c Log: When doing a F_SETFL, read the flags back so that the ones stored in the file descriptor table are exactly what the kernel knows subject to the O_NONBLOCK flag being requested by the user. Revision Changes Path 1.5 +31 -3 src/lib/libc_r/uthread/uthread_fcntl.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 10 15:25:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06272 for cvs-all-outgoing; Wed, 10 Jun 1998 15:25:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06259; Wed, 10 Jun 1998 15:25:31 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA11281; Wed, 10 Jun 1998 15:25:20 -0700 (PDT) Date: Wed, 10 Jun 1998 15:25:20 -0700 (PDT) Message-Id: <199806102225.PAA11281@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_sig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/10 15:25:19 PDT Modified files: lib/libc_r/uthread uthread_sig.c Log: Remove SA_RESTART from the signal dispatch in user-space since this seems to be tripping up a lot of applications. Revision Changes Path 1.9 +40 -93 src/lib/libc_r/uthread/uthread_sig.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 10 15:29:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07170 for cvs-all-outgoing; Wed, 10 Jun 1998 15:29:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07161; Wed, 10 Jun 1998 15:28:59 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA11320; Wed, 10 Jun 1998 15:28:47 -0700 (PDT) Date: Wed, 10 Jun 1998 15:28:47 -0700 (PDT) Message-Id: <199806102228.PAA11320@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_read.c uthread_readv.c uthread_write.c uthread_writev.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/10 15:28:47 PDT Modified files: lib/libc_r/uthread uthread_read.c uthread_readv.c uthread_write.c uthread_writev.c Log: Check the access mode in the flags before waiting on a read or a write that might never be possible if the file was not opened in the corrent mode. This prevents a hang for bad programs. Why do people code like that? Revision Changes Path 1.6 +13 -1 src/lib/libc_r/uthread/uthread_read.c 1.6 +13 -1 src/lib/libc_r/uthread/uthread_readv.c 1.8 +13 -1 src/lib/libc_r/uthread/uthread_write.c 1.9 +13 -1 src/lib/libc_r/uthread/uthread_writev.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 10 18:19:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10239 for cvs-all-outgoing; Wed, 10 Jun 1998 18:19:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10040; Wed, 10 Jun 1998 18:18:08 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id SAA16956; Wed, 10 Jun 1998 18:18:00 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Luigi Rizzo cc: jkh@FreeBSD.ORG (Jordan K. Hubbard), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c In-reply-to: Your message of "Wed, 10 Jun 1998 18:07:31 +0200." <199806101607.SAA20251@labinfo.iet.unipi.it> Date: Wed, 10 Jun 1998 18:18:00 -0700 Message-ID: <16952.897527880@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > ouch :( latest was snd980607 ... and especially, it also has a manpage > now! I have lost track at this point. :) Of course, if somebody were to maintain the driver directly himself, we wouldn't have these syncronization problems. Hint hint hint. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 19:15:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20632 for cvs-all-outgoing; Wed, 10 Jun 1998 19:15:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20604; Wed, 10 Jun 1998 19:15:15 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA11892; Wed, 10 Jun 1998 19:14:59 -0700 (PDT) Date: Wed, 10 Jun 1998 19:14:59 -0700 (PDT) Message-Id: <199806110214.TAA11892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/lex lex.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1998/06/10 19:14:59 PDT Modified files: usr.bin/lex lex.1 Log: Submitted by: Peter Hawkins thepish@freebsd.org Small man page fix (missing ']' in [:alpha:] example) Revision Changes Path 1.6 +1 -1 src/usr.bin/lex/lex.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 19:19:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21351 for cvs-all-outgoing; Wed, 10 Jun 1998 19:19:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21336; Wed, 10 Jun 1998 19:18:55 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA11930; Wed, 10 Jun 1998 19:18:43 -0700 (PDT) Date: Wed, 10 Jun 1998 19:18:43 -0700 (PDT) Message-Id: <199806110218.TAA11930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/lex lex.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1998/06/10 19:18:42 PDT Modified files: (Branch: RELENG_2_2) usr.bin/lex lex.1 Log: Submitted by: Peter Hawkins (thepish@freebsd.org) merge from current: Small man page fix (missing ']' in [:alpha:] example) Revision Changes Path 1.3.2.3 +1 -1 src/usr.bin/lex/lex.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 19:39:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25028 for cvs-all-outgoing; Wed, 10 Jun 1998 19:39:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24966; Wed, 10 Jun 1998 19:39:16 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA12051; Wed, 10 Jun 1998 19:39:02 -0700 (PDT) Date: Wed, 10 Jun 1998 19:39:02 -0700 (PDT) Message-Id: <199806110239.TAA12051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/forth Makefile ports/lang/forth/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 19:39:02 PDT Modified files: lang/forth Makefile lang/forth/pkg DESCR Log: Change MASTER_SITES. Shorten DESCR and cleanup Makefile to comply with portlint. PR: 6885 Submitted by: Pedro Giffuni Revision Changes Path 1.10 +5 -6 ports/lang/forth/Makefile 1.2 +0 -215 ports/lang/forth/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 10 19:44:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26206 for cvs-all-outgoing; Wed, 10 Jun 1998 19:44:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26157; Wed, 10 Jun 1998 19:44:19 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA12133; Wed, 10 Jun 1998 19:44:05 -0700 (PDT) Date: Wed, 10 Jun 1998 19:44:05 -0700 (PDT) Message-Id: <199806110244.TAA12133@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/cgoban Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 19:44:04 PDT Modified files: games/cgoban Makefile Log: Update MASTER_SITE. PR: 6888 Submitted by: Simon Marlow Revision Changes Path 1.7 +2 -2 ports/games/cgoban/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 10 19:45:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26386 for cvs-all-outgoing; Wed, 10 Jun 1998 19:45:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26331; Wed, 10 Jun 1998 19:45:21 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA12193; Wed, 10 Jun 1998 19:45:06 -0700 (PDT) Date: Wed, 10 Jun 1998 19:45:06 -0700 (PDT) Message-Id: <199806110245.TAA12193@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xoct Makefile ports/games/xoct/files md5 ports/games/xoct/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 19:45:05 PDT Modified files: games/xoct Makefile games/xoct/files md5 games/xoct/pkg COMMENT Log: Upgrade to 5.4.4. PR: 6887 Submitted by: Andrey Zakhvatov Revision Changes Path 1.2 +6 -3 ports/games/xoct/Makefile 1.2 +1 -1 ports/games/xoct/files/md5 1.2 +1 -1 ports/games/xoct/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 19:51:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27556 for cvs-all-outgoing; Wed, 10 Jun 1998 19:51:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27493; Wed, 10 Jun 1998 19:50:57 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA12417; Wed, 10 Jun 1998 19:50:43 -0700 (PDT) Date: Wed, 10 Jun 1998 19:50:43 -0700 (PDT) Message-Id: <199806110250.TAA12417@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xpyraminx Makefile ports/games/xpyraminx/files md5 ports/games/xpyraminx/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 19:50:43 PDT Modified files: games/xpyraminx Makefile games/xpyraminx/files md5 games/xpyraminx/pkg COMMENT Log: Upgrade to 5.4.4. PR: 6890 Submitted by: Andrey Zakhvatov Revision Changes Path 1.2 +6 -3 ports/games/xpyraminx/Makefile 1.2 +1 -1 ports/games/xpyraminx/files/md5 1.2 +1 -1 ports/games/xpyraminx/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 19:51:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27681 for cvs-all-outgoing; Wed, 10 Jun 1998 19:51:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27635; Wed, 10 Jun 1998 19:51:43 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA12475; Wed, 10 Jun 1998 19:51:27 -0700 (PDT) Date: Wed, 10 Jun 1998 19:51:27 -0700 (PDT) Message-Id: <199806110251.TAA12475@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xpanex Makefile ports/games/xpanex/files md5 ports/games/xpanex/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 19:51:26 PDT Modified files: games/xpanex Makefile games/xpanex/files md5 games/xpanex/pkg COMMENT Log: Upgrade to 5.4.4. PR: 6889 Submitted by: Andrey Zakhvatov Revision Changes Path 1.2 +6 -3 ports/games/xpanex/Makefile 1.2 +1 -1 ports/games/xpanex/files/md5 1.2 +1 -1 ports/games/xpanex/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 20:41:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08112 for cvs-all-outgoing; Wed, 10 Jun 1998 20:41:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08102; Wed, 10 Jun 1998 20:41:17 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA12912; Wed, 10 Jun 1998 20:41:04 -0700 (PDT) Date: Wed, 10 Jun 1998 20:41:04 -0700 (PDT) Message-Id: <199806110341.UAA12912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 20:41:03 PDT Modified files: . modules Log: dfm --> ports/x11/dfm Revision Changes Path 1.2077 +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 10 20:42:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08329 for cvs-all-outgoing; Wed, 10 Jun 1998 20:42:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08149; Wed, 10 Jun 1998 20:41:51 -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 NAA08128; Thu, 11 Jun 1998 13:41:40 +1000 Date: Thu, 11 Jun 1998 13:41:40 +1000 From: Bruce Evans Message-Id: <199806110341.NAA08128@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/ufs/ffs ffs_vnops.c > Log: > Back out John's changes 1.45 -> 1.46 > Kirk confirms that the original semantic was what he wanted... > (well, a very slight difference) > May fix "dangling deps" panic with soft updates. > > Revision Changes Path > 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.c A back out would have been +12 -17. It also seems to change the semantic to "wait for v_numoutput even in the soft updates case", and fix some style bugs, and break the optimization of using vfs_bio_awrite() instead of bawrite() for async writes of indirect blocks. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 20:42:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08367 for cvs-all-outgoing; Wed, 10 Jun 1998 20:42:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08239; Wed, 10 Jun 1998 20:42:17 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA12926; Wed, 10 Jun 1998 20:42:01 -0700 (PDT) Date: Wed, 10 Jun 1998 20:42:01 -0700 (PDT) Message-Id: <199806110342.UAA12926@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/dfm - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 20:42:01 PDT ports/x11/dfm - Imported sources Update of /home/ncvs/ports/x11/dfm In directory freefall.freebsd.org:/d/users/mph/dfm-0.9.2 Log Message: Import of dfm, an OS/2-like file manager. PR: 6816 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ZAKHVATOV Release Tags: dfm_0_9_8 N ports/x11/dfm/Makefile I ports/x11/dfm/CVS N ports/x11/dfm/files/md5 N ports/x11/dfm/patches/patch-aa N ports/x11/dfm/patches/patch-ab N ports/x11/dfm/patches/patch-ac N ports/x11/dfm/patches/patch-ad N ports/x11/dfm/pkg/PLIST N ports/x11/dfm/pkg/COMMENT N ports/x11/dfm/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 Wed Jun 10 20:43:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08604 for cvs-all-outgoing; Wed, 10 Jun 1998 20:43:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08530; Wed, 10 Jun 1998 20:43:35 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA13027; Wed, 10 Jun 1998 20:43:19 -0700 (PDT) Date: Wed, 10 Jun 1998 20:43:19 -0700 (PDT) Message-Id: <199806110343.UAA13027@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/10 20:43:19 PDT Modified files: x11 Makefile Log: Activate dfm. Revision Changes Path 1.210 +2 -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 Wed Jun 10 20:48:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09473 for cvs-all-outgoing; Wed, 10 Jun 1998 20:48:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09419; Wed, 10 Jun 1998 20:47:46 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA13072; Wed, 10 Jun 1998 20:47:32 -0700 (PDT) Date: Wed, 10 Jun 1998 20:47:32 -0700 (PDT) Message-Id: <199806110347.UAA13072@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/quota quota.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/10 20:47:31 PDT Modified files: usr.bin/quota quota.c Log: Local filesystems are ufs not ffs Submitted by: "D. Rock" Revision Changes Path 1.10 +2 -2 src/usr.bin/quota/quota.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 10 20:52:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10297 for cvs-all-outgoing; Wed, 10 Jun 1998 20:52:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10259; Wed, 10 Jun 1998 20:51:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA13106; Wed, 10 Jun 1998 20:51:36 -0700 (PDT) Date: Wed, 10 Jun 1998 20:51:36 -0700 (PDT) Message-Id: <199806110351.UAA13106@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/chkprintcap Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/10 20:51:36 PDT Modified files: usr.sbin/lpr/chkprintcap Makefile Log: Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits warnings from unused static inline functions in headers if you happen to set CFLAGS without -O. Revision Changes Path 1.5 +1 -5 src/usr.sbin/lpr/chkprintcap/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 10 20:52:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10464 for cvs-all-outgoing; Wed, 10 Jun 1998 20:52:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10337; Wed, 10 Jun 1998 20:52:09 -0700 (PDT) (envelope-from dyson@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id WAA12373; Wed, 10 Jun 1998 22:51:25 -0500 (EST) (envelope-from dyson) Message-Id: <199806110351.WAA12373@dyson.iquest.net> Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vnops.c In-Reply-To: <199806110341.NAA08128@godzilla.zeta.org.au> from Bruce Evans at "Jun 11, 98 01:41:40 pm" To: bde@zeta.org.au (Bruce Evans) Date: Wed, 10 Jun 1998 22:51:25 -0500 (EST) Cc: cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@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 Bruce Evans said: > > Modified files: > > sys/ufs/ffs ffs_vnops.c > > Log: > > Back out John's changes 1.45 -> 1.46 > > Kirk confirms that the original semantic was what he wanted... > > (well, a very slight difference) > > May fix "dangling deps" panic with soft updates. > > > > Revision Changes Path > > 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.c > > A back out would have been +12 -17. > > It also seems to change the semantic to "wait for v_numoutput even in > the soft updates case", and fix some style bugs, and break the > optimization of using vfs_bio_awrite() instead of bawrite() for async > writes of indirect blocks. > If vfs_bio_awrite optimization is broken for *just* indirect blocks, there isn't much lossage. If the vfs_bio_awrite is broken for data blocks, the performance loss is significant. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 20:53:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10651 for cvs-all-outgoing; Wed, 10 Jun 1998 20:53:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10573; Wed, 10 Jun 1998 20:52:59 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA13142; Wed, 10 Jun 1998 20:52:42 -0700 (PDT) Date: Wed, 10 Jun 1998 20:52:42 -0700 (PDT) Message-Id: <199806110352.UAA13142@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/lpd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/10 20:52:42 PDT Modified files: usr.sbin/lpr/lpd Makefile Log: Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits warnings from unused static inline functions in headers if you happen to set CFLAGS without -O. Revision Changes Path 1.8 +1 -5 src/usr.sbin/lpr/lpd/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 10 20:53:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10787 for cvs-all-outgoing; Wed, 10 Jun 1998 20:53:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10725; Wed, 10 Jun 1998 20:53:38 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA13177; Wed, 10 Jun 1998 20:53:24 -0700 (PDT) Date: Wed, 10 Jun 1998 20:53:24 -0700 (PDT) Message-Id: <199806110353.UAA13177@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/common_source Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/10 20:53:24 PDT Modified files: usr.sbin/lpr/common_source Makefile Log: Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits warnings from unused static inline functions in headers if you happen to set CFLAGS without -O. Revision Changes Path 1.3 +1 -4 src/usr.sbin/lpr/common_source/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 10 22:02:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20435 for cvs-all-outgoing; Wed, 10 Jun 1998 22:02:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20388; Wed, 10 Jun 1998 22:02:09 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13369; Wed, 10 Jun 1998 22:01:55 -0700 (PDT) Date: Wed, 10 Jun 1998 22:01:55 -0700 (PDT) Message-Id: <199806110501.WAA13369@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/bind - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/10 22:01:55 PDT src/contrib/bind - Imported sources Update of /home/ncvs/src/contrib/bind In directory freefall.freebsd.org:/c/users/peter/bind_imp Log Message: Import final bind-8.1.2 release. Obtained from: ftp.isc.org Status: Vendor Tag: ISC Release Tags: v8_1_2 U src/contrib/bind/CHANGES U src/contrib/bind/INSTALL U src/contrib/bind/README U src/contrib/bind/Makefile U src/contrib/bind/TODO U src/contrib/bind/Version U src/contrib/bind/bin/Makefile U src/contrib/bind/bin/addr/Makefile U src/contrib/bind/bin/addr/addr.c U src/contrib/bind/bin/dig/Makefile U src/contrib/bind/bin/dig/dig.c U src/contrib/bind/bin/dnsquery/Makefile U src/contrib/bind/bin/dnsquery/dnsquery.c U src/contrib/bind/bin/host/Makefile U src/contrib/bind/bin/host/host.c U src/contrib/bind/bin/named/named.conf U src/contrib/bind/bin/named/Makefile U src/contrib/bind/bin/named/db_defs.h U src/contrib/bind/bin/named/db_dict.c U src/contrib/bind/bin/named/db_dump.c U src/contrib/bind/bin/named/db_func.h U src/contrib/bind/bin/named/db_glob.h U src/contrib/bind/bin/named/db_glue.c U src/contrib/bind/bin/named/db_load.c U src/contrib/bind/bin/named/db_lookup.c U src/contrib/bind/bin/named/db_save.c U src/contrib/bind/bin/named/db_update.c U src/contrib/bind/bin/named/named-bootconf.pl U src/contrib/bind/bin/named/ns_lexer.h U src/contrib/bind/bin/named/named.h U src/contrib/bind/bin/named/ns_config.c U src/contrib/bind/bin/named/ns_defs.h U src/contrib/bind/bin/named/ns_forw.c U src/contrib/bind/bin/named/ns_func.h U src/contrib/bind/bin/named/ns_glob.h U src/contrib/bind/bin/named/ns_glue.c U src/contrib/bind/bin/named/ns_init.c U src/contrib/bind/bin/named/ns_lexer.c U src/contrib/bind/bin/named/ns_main.c U src/contrib/bind/bin/named/ns_maint.c U src/contrib/bind/bin/named/ns_ncache.c U src/contrib/bind/bin/named/ns_parser.y U src/contrib/bind/bin/named/ns_parseutil.c U src/contrib/bind/bin/named/ns_parseutil.h U src/contrib/bind/bin/named/ns_req.c U src/contrib/bind/bin/named/ns_resp.c U src/contrib/bind/bin/named/ns_stats.c U src/contrib/bind/bin/named/ns_udp.c U src/contrib/bind/bin/named/ns_update.c U src/contrib/bind/bin/named/ns_xfr.c U src/contrib/bind/bin/named/pathnames.c U src/contrib/bind/bin/named/pathtemplate.h U src/contrib/bind/bin/named/version.c U src/contrib/bind/bin/named/ns_parser.c U src/contrib/bind/bin/named/ns_parser.h U src/contrib/bind/bin/named/test/127.0.0.zone U src/contrib/bind/bin/named/test/localhost.zone U src/contrib/bind/bin/named/test/named.conf U src/contrib/bind/bin/named/test/root.hint U src/contrib/bind/bin/named-xfer/Makefile U src/contrib/bind/bin/named-xfer/named-xfer.c U src/contrib/bind/bin/ndc/ndc.sh U src/contrib/bind/bin/ndc/Makefile U src/contrib/bind/bin/nslookup/commands.l U src/contrib/bind/bin/nslookup/Makefile U src/contrib/bind/bin/nslookup/commands.c U src/contrib/bind/bin/nslookup/debug.c U src/contrib/bind/bin/nslookup/getinfo.c U src/contrib/bind/bin/nslookup/list.c U src/contrib/bind/bin/nslookup/main.c U src/contrib/bind/bin/nslookup/nslookup.help U src/contrib/bind/bin/nslookup/pathnames.h U src/contrib/bind/bin/nslookup/res.h U src/contrib/bind/bin/nslookup/send.c U src/contrib/bind/bin/nslookup/skip.c U src/contrib/bind/bin/nslookup/subr.c U src/contrib/bind/bin/nsupdate/Makefile U src/contrib/bind/bin/nsupdate/nsupdate.c U src/contrib/bind/include/Makefile U src/contrib/bind/include/fd_setsize.h U src/contrib/bind/include/hesiod.h U src/contrib/bind/include/irs.h U src/contrib/bind/include/netdb.h U src/contrib/bind/include/resolv.h U src/contrib/bind/include/arpa/Makefile U src/contrib/bind/include/arpa/inet.h U src/contrib/bind/include/arpa/nameser.h U src/contrib/bind/include/arpa/nameser_compat.h U src/contrib/bind/include/isc/heap.h U src/contrib/bind/include/isc/Makefile U src/contrib/bind/include/isc/assertions.h U src/contrib/bind/include/isc/eventlib.h U src/contrib/bind/include/isc/list.h U src/contrib/bind/include/isc/logging.h U src/contrib/bind/include/isc/memcluster.h U src/contrib/bind/include/isc/misc.h U src/contrib/bind/include/isc/tree.h U src/contrib/bind/lib/Makefile U src/contrib/bind/lib/inet/Makefile U src/contrib/bind/lib/inet/hostnamelen.c U src/contrib/bind/lib/inet/inet_addr.c U src/contrib/bind/lib/inet/inet_lnaof.c U src/contrib/bind/lib/inet/inet_makeaddr.c U src/contrib/bind/lib/inet/inet_net_ntop.c U src/contrib/bind/lib/inet/inet_net_pton.c U src/contrib/bind/lib/inet/inet_neta.c U src/contrib/bind/lib/inet/inet_netof.c U src/contrib/bind/lib/inet/inet_network.c U src/contrib/bind/lib/inet/inet_ntoa.c U src/contrib/bind/lib/inet/inet_ntop.c U src/contrib/bind/lib/inet/inet_pton.c U src/contrib/bind/lib/inet/nsap_addr.c U src/contrib/bind/lib/irs/Makefile U src/contrib/bind/lib/irs/Makefile.BSD U src/contrib/bind/lib/irs/README U src/contrib/bind/lib/irs/dns.c U src/contrib/bind/lib/irs/dns_gr.c U src/contrib/bind/lib/irs/dns_ho.c U src/contrib/bind/lib/irs/dns_nw.c U src/contrib/bind/lib/irs/dns_p.h U src/contrib/bind/lib/irs/dns_pr.c U src/contrib/bind/lib/irs/dns_pw.c U src/contrib/bind/lib/irs/dns_sv.c U src/contrib/bind/lib/irs/gen.c U src/contrib/bind/lib/irs/gen_gr.c U src/contrib/bind/lib/irs/gen_ho.c U src/contrib/bind/lib/irs/gen_ng.c U src/contrib/bind/lib/irs/gen_nw.c U src/contrib/bind/lib/irs/gen_p.h U src/contrib/bind/lib/irs/gen_pr.c U src/contrib/bind/lib/irs/gen_pw.c U src/contrib/bind/lib/irs/gen_sv.c U src/contrib/bind/lib/irs/getgrent.c U src/contrib/bind/lib/irs/gethostent.c U src/contrib/bind/lib/irs/getnetent.c U src/contrib/bind/lib/irs/getpwent.c U src/contrib/bind/lib/irs/hesiod.c U src/contrib/bind/lib/irs/getnetgrent.c U src/contrib/bind/lib/irs/getprotoent.c U src/contrib/bind/lib/irs/getservent.c U src/contrib/bind/lib/irs/hesiod_p.h U src/contrib/bind/lib/irs/irs_data.c U src/contrib/bind/lib/irs/irs_data.h U src/contrib/bind/lib/irs/irs_p.h U src/contrib/bind/lib/irs/lcl.c U src/contrib/bind/lib/irs/lcl_gr.c U src/contrib/bind/lib/irs/lcl_ho.c U src/contrib/bind/lib/irs/lcl_ng.c U src/contrib/bind/lib/irs/lcl_nw.c U src/contrib/bind/lib/irs/lcl_p.h U src/contrib/bind/lib/irs/lcl_pr.c U src/contrib/bind/lib/irs/lcl_pw.c U src/contrib/bind/lib/irs/lcl_sv.c U src/contrib/bind/lib/irs/nis.c U src/contrib/bind/lib/irs/nis_gr.c U src/contrib/bind/lib/irs/nis_ho.c U src/contrib/bind/lib/irs/nis_ng.c U src/contrib/bind/lib/irs/nis_nw.c U src/contrib/bind/lib/irs/nis_p.h U src/contrib/bind/lib/irs/nis_pr.c U src/contrib/bind/lib/irs/nis_pw.c U src/contrib/bind/lib/irs/nis_sv.c U src/contrib/bind/lib/irs/nul_ng.c U src/contrib/bind/lib/irs/pathnames.h U src/contrib/bind/lib/irs/util.c U src/contrib/bind/lib/isc/logging_p.h U src/contrib/bind/lib/isc/Makefile U src/contrib/bind/lib/isc/assertions.c U src/contrib/bind/lib/isc/assertions.mdoc U src/contrib/bind/lib/isc/base64.c U src/contrib/bind/lib/isc/bitncmp.c U src/contrib/bind/lib/isc/bitncmp.mdoc U src/contrib/bind/lib/isc/ev_connects.c U src/contrib/bind/lib/isc/ev_files.c U src/contrib/bind/lib/isc/ev_streams.c U src/contrib/bind/lib/isc/ev_timers.c U src/contrib/bind/lib/isc/ev_waits.c U src/contrib/bind/lib/isc/eventlib.c U src/contrib/bind/lib/isc/eventlib.mdoc U src/contrib/bind/lib/isc/eventlib_p.h U src/contrib/bind/lib/isc/heap.c U src/contrib/bind/lib/isc/heap.mdoc U src/contrib/bind/lib/isc/logging.c U src/contrib/bind/lib/isc/logging.mdoc U src/contrib/bind/lib/isc/memcluster.c U src/contrib/bind/lib/isc/memcluster.mdoc U src/contrib/bind/lib/isc/tree.c U src/contrib/bind/lib/isc/tree.mdoc U src/contrib/bind/lib/nameser/Makefile U src/contrib/bind/lib/nameser/ns_name.c U src/contrib/bind/lib/nameser/ns_netint.c U src/contrib/bind/lib/nameser/ns_parse.c U src/contrib/bind/lib/nameser/ns_print.c U src/contrib/bind/lib/nameser/ns_ttl.c U src/contrib/bind/lib/resolv/Makefile U src/contrib/bind/lib/resolv/herror.c U src/contrib/bind/lib/resolv/res_comp.c U src/contrib/bind/lib/resolv/res_data.c U src/contrib/bind/lib/resolv/res_debug.c U src/contrib/bind/lib/resolv/res_init.c U src/contrib/bind/lib/resolv/res_mkquery.c U src/contrib/bind/lib/resolv/res_mkupdate.c U src/contrib/bind/lib/resolv/res_mkupdate.h U src/contrib/bind/lib/resolv/res_query.c U src/contrib/bind/lib/resolv/res_send.c U src/contrib/bind/lib/resolv/res_update.c U src/contrib/bind/port/README U src/contrib/bind/port/Makefile U src/contrib/bind/port/settings U src/contrib/bind/port/systype U src/contrib/bind/port/freebsd/noop.c U src/contrib/bind/port/freebsd/Makefile U src/contrib/bind/port/freebsd/Makefile.set U src/contrib/bind/port/freebsd/probe U src/contrib/bind/port/freebsd/include/Makefile C src/contrib/bind/port/freebsd/include/port_after.h U src/contrib/bind/port/freebsd/include/port_before.h U src/contrib/bind/port/freebsd/include/sys/bitypes.h U src/contrib/bind/port/freebsd/include/sys/Makefile U src/contrib/bind/doc/bog/00macs.me U src/contrib/bind/doc/bog/00title.me U src/contrib/bind/doc/bog/ack.me U src/contrib/bind/doc/bog/Makefile U src/contrib/bind/doc/bog/build.me U src/contrib/bind/doc/bog/files.me U src/contrib/bind/doc/bog/intro.me U src/contrib/bind/doc/bog/named.local U src/contrib/bind/doc/bog/manage.me U src/contrib/bind/doc/bog/named.boot.cache U src/contrib/bind/doc/bog/named.boot.primary U src/contrib/bind/doc/bog/named.boot.secondary U src/contrib/bind/doc/bog/ns.me U src/contrib/bind/doc/bog/resolv.conf U src/contrib/bind/doc/bog/root.cache U src/contrib/bind/doc/bog/setup.me U src/contrib/bind/doc/bog/types.me U src/contrib/bind/doc/bog/ucbhosts U src/contrib/bind/doc/bog/ucbhosts.rev U src/contrib/bind/doc/html/acl.html U src/contrib/bind/doc/html/address_list.html U src/contrib/bind/doc/html/comments.html U src/contrib/bind/doc/html/config.html U src/contrib/bind/doc/html/docdef.html U src/contrib/bind/doc/html/example.html U src/contrib/bind/doc/html/include.html U src/contrib/bind/doc/html/index.html U src/contrib/bind/doc/html/key.html U src/contrib/bind/doc/html/logging.html U src/contrib/bind/doc/html/options.html U src/contrib/bind/doc/html/server.html U src/contrib/bind/doc/html/zone.html U src/contrib/bind/doc/man/hostname.7 U src/contrib/bind/doc/man/Makefile U src/contrib/bind/doc/man/dig.1 U src/contrib/bind/doc/man/dnskeygen.1 U src/contrib/bind/doc/man/dnsquery.1 U src/contrib/bind/doc/man/dnssigner.1 U src/contrib/bind/doc/man/gethostbyname.3 U src/contrib/bind/doc/man/getnetent.3 U src/contrib/bind/doc/man/host.1 U src/contrib/bind/doc/man/mailaddr.7 U src/contrib/bind/doc/man/irs.conf.5 U src/contrib/bind/doc/man/mkdep.1 U src/contrib/bind/doc/man/named-xfer.8 U src/contrib/bind/doc/man/named.8 U src/contrib/bind/doc/man/ndc.8 U src/contrib/bind/doc/man/nslookup.8 U src/contrib/bind/doc/man/resolver.3 U src/contrib/bind/doc/man/resolver.5 U src/contrib/bind/doc/misc/DynamicUpdate U src/contrib/bind/doc/misc/FAQ.2of2 U src/contrib/bind/doc/misc/FAQ.1of2 U src/contrib/bind/doc/misc/dns-setup U src/contrib/bind/doc/misc/style.txt U src/contrib/bind/doc/secure/copyright.txt U src/contrib/bind/doc/secure/install.txt U src/contrib/bind/doc/secure/readme.txt U src/contrib/bind/doc/secure/usage.txt 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/contrib/bind To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 22:10:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21157 for cvs-all-outgoing; Wed, 10 Jun 1998 22:10:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21152; Wed, 10 Jun 1998 22:10:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13407; Wed, 10 Jun 1998 22:09:55 -0700 (PDT) Date: Wed, 10 Jun 1998 22:09:55 -0700 (PDT) Message-Id: <199806110509.WAA13407@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/bind/port/freebsd/include port_after.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/10 22:09:54 PDT Modified files: contrib/bind/port/freebsd/include port_after.h Log: Merge conflicting changes (all 1 line! :-) from 8.1.2. Revision Changes Path 1.3 +1 -0 src/contrib/bind/port/freebsd/include/port_after.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 22:23:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22546 for cvs-all-outgoing; Wed, 10 Jun 1998 22:23:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22382; Wed, 10 Jun 1998 22:22:31 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id PAA17791; Thu, 11 Jun 1998 15:26:33 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806110526.PAA17791@cimlogic.com.au> Subject: Re: cvs commit: src/contrib/bind/port/freebsd/include port_after.h In-Reply-To: <199806110509.WAA13407@freefall.freebsd.org> from Peter Wemm at "Jun 10, 98 10:09:55 pm" To: peter@FreeBSD.ORG (Peter Wemm) Date: Thu, 11 Jun 1998 15:26:32 +1000 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (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: > peter 1998/06/10 22:09:54 PDT > > Modified files: > contrib/bind/port/freebsd/include port_after.h > Log: > Merge conflicting changes (all 1 line! :-) from 8.1.2. What is happening with the duplication of symbols between libc and libbind that prevents a static link? This broke every program on alpha that links against libbind. -- 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 Jun 10 22:32:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24107 for cvs-all-outgoing; Wed, 10 Jun 1998 22:32:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24095; Wed, 10 Jun 1998 22:32:39 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id WAA17107; Wed, 10 Jun 1998 22:27:43 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd017105; Thu Jun 11 05:27:40 1998 Date: Wed, 10 Jun 1998 22:27:37 -0700 (PDT) From: Julian Elischer To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vnops.c In-Reply-To: <199806110341.NAA08128@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 And your point is? On Thu, 11 Jun 1998, Bruce Evans wrote: > > Modified files: > > sys/ufs/ffs ffs_vnops.c > > Log: > > Back out John's changes 1.45 -> 1.46 > > Kirk confirms that the original semantic was what he wanted... > > (well, a very slight difference) > > May fix "dangling deps" panic with soft updates. > > > > Revision Changes Path > > 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.c > > A back out would have been +12 -17. > > It also seems to change the semantic to "wait for v_numoutput even in > the soft updates case", and fix some style bugs, and break the > optimization of using vfs_bio_awrite() instead of bawrite() for async > writes of indirect blocks. > > Bruce > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 22:47:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26154 for cvs-all-outgoing; Wed, 10 Jun 1998 22:47:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26133; Wed, 10 Jun 1998 22:47:20 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id NAA10222; Thu, 11 Jun 1998 13:46:50 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806110546.NAA10222@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: John Birrell cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/bind/port/freebsd/include port_after.h In-reply-to: Your message of "Thu, 11 Jun 1998 15:26:32 +1000." <199806110526.PAA17791@cimlogic.com.au> Date: Thu, 11 Jun 1998 13:46:49 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Birrell wrote: > Peter Wemm wrote: > > peter 1998/06/10 22:09:54 PDT > > > > Modified files: > > contrib/bind/port/freebsd/include port_after.h > > Log: > > Merge conflicting changes (all 1 line! :-) from 8.1.2. > > What is happening with the duplication of symbols between libc and > libbind that prevents a static link? This broke every program on alpha > that links against libbind. It's going to be fixed properly.. Libbind will either go away entirely, or will only supplement functionality in libc rather than duplicate libc functionality. I plan on doing this over the next few hours, if all goes well. > -- > 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 > Cheers, -Peter -- Peter Wemm Netplex Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 22:51:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26953 for cvs-all-outgoing; Wed, 10 Jun 1998 22:51:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26939; Wed, 10 Jun 1998 22:51:06 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id NAA10253; Thu, 11 Jun 1998 13:50:41 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806110550.NAA10253@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Julian Elischer cc: Bruce Evans , cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vnops.c In-reply-to: Your message of "Wed, 10 Jun 1998 22:27:37 MST." Date: Thu, 11 Jun 1998 13:50:40 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Julian Elischer wrote: > And your point is? While I'm slightly shocked to be agreeing with Bruce on a pedantic issue for a change :-), this really should have been done as two commits. The first should have been the backout of rev 1.46, the second should have been the other changes you made, including some sort of nutshell description of what was done. It's a heck of a lot easier to figure out what's going on that way. > On Thu, 11 Jun 1998, Bruce Evans wrote: > > > > Modified files: > > > sys/ufs/ffs ffs_vnops.c > > > Log: > > > Back out John's changes 1.45 -> 1.46 > > > Kirk confirms that the original semantic was what he wanted... > > > (well, a very slight difference) > > > May fix "dangling deps" panic with soft updates. > > > > > > Revision Changes Path > > > 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.c > > > > A back out would have been +12 -17. > > > > It also seems to change the semantic to "wait for v_numoutput even in > > the soft updates case", and fix some style bugs, and break the > > optimization of using vfs_bio_awrite() instead of bawrite() for async > > writes of indirect blocks. > > > > Bruce > > > Cheers, -Peter -- Peter Wemm Netplex Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 22:56:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27915 for cvs-all-outgoing; Wed, 10 Jun 1998 22:56:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27805; Wed, 10 Jun 1998 22:56:22 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id WAA18071; Wed, 10 Jun 1998 22:56:24 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Doug Rabson cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c In-reply-to: Your message of "Wed, 10 Jun 1998 13:35:11 PDT." <199806102035.NAA10731@freefall.freebsd.org> Date: Wed, 10 Jun 1998 22:56:24 -0700 Message-ID: <18068.897544584@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > dfr 1998/06/10 13:35:10 PDT > > Modified files: > sys/alpha/alpha machdep.c > Log: > Add yet another copyright. If some CVS wizard feels like nuking the versio ns > that so offend Jason Thorpe then they can. It's hardly worth it, I think. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 10 23:55:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06655 for cvs-all-outgoing; Wed, 10 Jun 1998 23:55:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06650; Wed, 10 Jun 1998 23:55:01 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13869; Wed, 10 Jun 1998 23:54:47 -0700 (PDT) Date: Wed, 10 Jun 1998 23:54:47 -0700 (PDT) Message-Id: <199806110654.XAA13869@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ja_JP.EUC machines.sgml about.sgml applications.sgml auditors.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/10 23:54:46 PDT Modified files: data/ja_JP.EUC about.sgml applications.sgml auditors.sgml Added files: data/ja_JP.EUC machines.sgml Log: Following changes in the English version are merged. about.sgml: 1.5 -> 1.7 application.sgml: 1.6 -> 1.7 auditors.sgml: 1.19 -> 1.20 machines.sgml: new translation Submitted by: ohashi@mickey.ai.kyutech.ac.jp, takas-su@is.aist-nara.ac.jp Revision Changes Path 1.4 +22 -15 www/data/ja_JP.EUC/about.sgml 1.2 +73 -78 www/data/ja_JP.EUC/applications.sgml 1.2 +23 -29 www/data/ja_JP.EUC/auditors.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 11 00:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07554 for cvs-all-outgoing; Thu, 11 Jun 1998 00:01:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07543; Thu, 11 Jun 1998 00:01:36 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA13949; Thu, 11 Jun 1998 00:01:22 -0700 (PDT) Date: Thu, 11 Jun 1998 00:01:22 -0700 (PDT) Message-Id: <199806110701.AAA13949@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ja_JP.EUC availability.sgml features.sgml gallery.sgml search-mid.sgml www/data/ja_JP.EUC/releases/2.2.6R errata.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/11 00:01:22 PDT Modified files: data/ja_JP.EUC availability.sgml features.sgml gallery.sgml search-mid.sgml data/ja_JP.EUC/releases/2.2.6R errata.sgml Log: Following changes in the English version are merged. availability.sgml: 1.10 -> 1.11 features.sgml: 1.5 -> 1.6 gallery.sgml: 1.34 -> 1.35 search-mid.sgml: 1.2 -> 1.3 release/2.2.6R/errata.sgml: 1.5 -> 1.6 Submitted by: takas-su@is.aist-nara.ac.jp (Takashi Sugimura) Revision Changes Path 1.3 +4 -9 www/data/ja_JP.EUC/availability.sgml 1.3 +5 -10 www/data/ja_JP.EUC/features.sgml 1.5 +7 -7 www/data/ja_JP.EUC/gallery.sgml 1.3 +3 -5 www/data/ja_JP.EUC/search-mid.sgml 1.5 +8 -4 www/data/ja_JP.EUC/releases/2.2.6R/errata.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 11 00:16:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09830 for cvs-all-outgoing; Thu, 11 Jun 1998 00:16:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09825; Thu, 11 Jun 1998 00:16:10 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14042; Thu, 11 Jun 1998 00:15:56 -0700 (PDT) Date: Thu, 11 Jun 1998 00:15:56 -0700 (PDT) Message-Id: <199806110715.AAA14042@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/tlsb dwlpxreg.h kftxxreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/11 00:15:56 PDT Modified files: sys/alpha/tlsb dwlpxreg.h kftxxreg.h Log: Add missing Id keywords. Revision Changes Path 1.2 +1 -0 src/sys/alpha/tlsb/dwlpxreg.h 1.2 +1 -0 src/sys/alpha/tlsb/kftxxreg.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 11 00:24:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11191 for cvs-all-outgoing; Thu, 11 Jun 1998 00:24:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11067; Thu, 11 Jun 1998 00:24:18 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14086; Thu, 11 Jun 1998 00:24:00 -0700 (PDT) Date: Thu, 11 Jun 1998 00:24:00 -0700 (PDT) Message-Id: <199806110724.AAA14086@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_intr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/11 00:24:00 PDT Modified files: sys/kern kern_intr.c Log: Only build this on i386 for now. I may use it for the alpha later but currently it doesn't compile. Revision Changes Path 1.16 +10 -1 src/sys/kern/kern_intr.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 11 01:24:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19049 for cvs-all-outgoing; Thu, 11 Jun 1998 01:24:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19041; Thu, 11 Jun 1998 01:24:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA14285; Thu, 11 Jun 1998 01:24:17 -0700 (PDT) Date: Thu, 11 Jun 1998 01:24:17 -0700 (PDT) Message-Id: <199806110824.BAA14285@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/en/handbook README handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/06/11 01:24:17 PDT Modified files: en/handbook README handbook.sgml Log: Converted appropriate occurences of ... to ... As with most of these conversions, I won't have got all of them in this first pass. Revision Changes Path 1.11 +7 -0 doc/en/handbook/README 1.10 +17 -17 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 11 01:29:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19805 for cvs-all-outgoing; Thu, 11 Jun 1998 01:29:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19798; Thu, 11 Jun 1998 01:28:59 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA14322; Thu, 11 Jun 1998 01:28:45 -0700 (PDT) Date: Thu, 11 Jun 1998 01:28:45 -0700 (PDT) Message-Id: <199806110828.BAA14322@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/en/handbook README handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/06/11 01:28:45 PDT Modified files: en/handbook README handbook.sgml Log: ... -> ... where necessary. Revision Changes Path 1.12 +7 -0 doc/en/handbook/README 1.11 +385 -543 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 11 01:55:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24534 for cvs-all-outgoing; Thu, 11 Jun 1998 01:55:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24525; Thu, 11 Jun 1998 01:55:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA14485; Thu, 11 Jun 1998 01:55:21 -0700 (PDT) Date: Thu, 11 Jun 1998 01:55:21 -0700 (PDT) Message-Id: <199806110855.BAA14485@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include netdb.h resolv.h src/include/arpa nameser_compat.h inet.h nameser.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 01:55:21 PDT Modified files: include netdb.h resolv.h include/arpa inet.h nameser.h Added files: include/arpa nameser_compat.h Log: Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?) since it has far wider impact than hostname lookups (including passwords). Note that this has more ugly symbol hiding and binary compatability hacks that can go away the second we bump majors. Obtained from: Mostly from diff against ISC bind-8.1.2 sources Revision Changes Path 1.11 +9 -4 src/include/netdb.h 1.15 +45 -32 src/include/resolv.h 1.10 +21 -3 src/include/arpa/inet.h 1.12 +349 -243 src/include/arpa/nameser.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 11 01:56:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24954 for cvs-all-outgoing; Thu, 11 Jun 1998 01:56:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24949; Thu, 11 Jun 1998 01:56:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA14513; Thu, 11 Jun 1998 01:56:41 -0700 (PDT) Date: Thu, 11 Jun 1998 01:56:41 -0700 (PDT) Message-Id: <199806110856.BAA14513@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 01:56:41 PDT Modified files: include Makefile Log: Install arpa/nameser_compat.h Revision Changes Path 1.79 +2 -2 src/include/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 11 02:03:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26003 for cvs-all-outgoing; Thu, 11 Jun 1998 02:03:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25996; Thu, 11 Jun 1998 02:03:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14649; Thu, 11 Jun 1998 02:03:07 -0700 (PDT) Date: Thu, 11 Jun 1998 02:03:07 -0700 (PDT) Message-Id: <199806110903.CAA14649@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.inc base64.c herror.c inet_net_pton.c inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c nsap_addr.c res_comp.c res_config.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 02:03:06 PDT Modified files: lib/libc/net Makefile.inc base64.c herror.c inet_net_pton.c inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c nsap_addr.c res_comp.c res_config.h res_data.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c res_stubs.c Added files: lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Log: Update the resolver parts to bind-8.1.2 level. I have not touched the getXXXXbyYYYY() interfaces yet. Obtained from: diff relative to bind-8.1.2 sources Revision Changes Path 1.27 +5 -4 src/lib/libc/net/Makefile.inc 1.2 +16 -21 src/lib/libc/net/base64.c 1.7 +13 -16 src/lib/libc/net/herror.c 1.4 +3 -4 src/lib/libc/net/inet_net_pton.c 1.4 +2 -3 src/lib/libc/net/inet_network.c 1.2 +9 -11 src/lib/libc/net/inet_ntoa.c 1.4 +8 -7 src/lib/libc/net/inet_ntop.c 1.4 +11 -11 src/lib/libc/net/inet_pton.c 1.5 +7 -5 src/lib/libc/net/nsap_addr.c 1.14 +43 -707 src/lib/libc/net/res_comp.c 1.7 +1 -1 src/lib/libc/net/res_config.h 1.6 +33 -61 src/lib/libc/net/res_data.c 1.15 +228 -782 src/lib/libc/net/res_debug.c 1.15 +32 -13 src/lib/libc/net/res_init.c 1.13 +26 -13 src/lib/libc/net/res_mkquery.c 1.16 +35 -26 src/lib/libc/net/res_query.c 1.23 +71 -44 src/lib/libc/net/res_send.c 1.7 +16 -5 src/lib/libc/net/res_stubs.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 11 02:07:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26696 for cvs-all-outgoing; Thu, 11 Jun 1998 02:07:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26689; Thu, 11 Jun 1998 02:07:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14679; Thu, 11 Jun 1998 02:06:56 -0700 (PDT) Date: Thu, 11 Jun 1998 02:06:56 -0700 (PDT) Message-Id: <199806110906.CAA14679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libbind Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 02:06:56 PDT Modified files: lib/libbind Makefile Log: Remove components that would duplicate those in libc now that the includes and interfaces have been merged with the 8.1.2 update. This essentially leaves the isc/* files that named and named-xfer use. It might be best to just compile them with .PATH in both cases rather than bothering with libbind. Revision Changes Path 1.2 +8 -17 src/lib/libbind/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 11 02:13:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27373 for cvs-all-outgoing; Thu, 11 Jun 1998 02:13:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27368; Thu, 11 Jun 1998 02:13:03 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14729; Thu, 11 Jun 1998 02:12:49 -0700 (PDT) Date: Thu, 11 Jun 1998 02:12:49 -0700 (PDT) Message-Id: <199806110912.CAA14729@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/11 02:12:48 PDT Modified files: data press.sgml Log: New entry: RhapsodyOS 10-June-1998, Stone's Throw, Issue Fourteen Home of the Brave, Land of the FreeBSD , by Andrew Stone Revision Changes Path 1.10 +11 -2 www/data/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 11 02:16:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28091 for cvs-all-outgoing; Thu, 11 Jun 1998 02:16:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA28086; Thu, 11 Jun 1998 02:16:44 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14761; Thu, 11 Jun 1998 02:16:29 -0700 (PDT) Date: Thu, 11 Jun 1998 02:16:29 -0700 (PDT) Message-Id: <199806110916.CAA14761@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/named Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 02:16:29 PDT Modified files: usr.sbin/named Makefile.inc Log: libbind.a and associated makefile goo is only used for named and named-xfer now for the isc library. Revision Changes Path 1.8 +10 -4 src/usr.sbin/named/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 02:18:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28368 for cvs-all-outgoing; Thu, 11 Jun 1998 02:18:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA28351; Thu, 11 Jun 1998 02:18:14 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14815; Thu, 11 Jun 1998 02:18:00 -0700 (PDT) Date: Thu, 11 Jun 1998 02:18:00 -0700 (PDT) Message-Id: <199806110918.CAA14815@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/named Makefile src/libexec/named-xfer Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 02:17:59 PDT Modified files: usr.sbin/named Makefile libexec/named-xfer Makefile Log: Activate libbind Revision Changes Path 1.21 +2 -1 src/usr.sbin/named/Makefile 1.8 +2 -1 src/libexec/named-xfer/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 11 02:53:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02216 for cvs-all-outgoing; Thu, 11 Jun 1998 02:53:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02042; Thu, 11 Jun 1998 02:52:19 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id RAA11433; Thu, 11 Jun 1998 17:32:40 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806110932.RAA11433@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/named Makefile src/libexec/named-xfer Makefile In-reply-to: Your message of "Thu, 11 Jun 1998 02:18:00 MST." <199806110918.CAA14815@freefall.freebsd.org> Date: Thu, 11 Jun 1998 17:32:39 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > peter 1998/06/11 02:17:59 PDT > > Modified files: > usr.sbin/named Makefile > libexec/named-xfer Makefile I've still got a bit more to check over, and may have botched somthing since I've made a few "can't possibly hurt" type changes right before commit since building all this stuff. I'm sure I'll get told about it if so.. :-] I am running with this stuff in my libc at the moment though, so it shouldn't be too badly broken. It might be an idea to hold back from building world for a few more hours. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 03:35:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12607 for cvs-all-outgoing; Thu, 11 Jun 1998 03:35:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12600; Thu, 11 Jun 1998 03:35:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15221; Thu, 11 Jun 1998 03:35:16 -0700 (PDT) Date: Thu, 11 Jun 1998 03:35:16 -0700 (PDT) Message-Id: <199806111035.DAA15221@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/editors/vim5beta Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/11 03:35:15 PDT Modified files: editors/vim5beta Makefile Log: Add NO_LATEST_LINK just to make sure the beta isn't gotten unexpectedly. Revision Changes Path 1.29 +3 -1 ports/editors/vim5beta/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 11 03:36:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12812 for cvs-all-outgoing; Thu, 11 Jun 1998 03:36:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12783; Thu, 11 Jun 1998 03:36:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15276; Thu, 11 Jun 1998 03:35:52 -0700 (PDT) Date: Thu, 11 Jun 1998 03:35:52 -0700 (PDT) Message-Id: <199806111035.DAA15276@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ncftp3 Makefile ports/net/ncftp3/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/06/11 03:35:51 PDT Modified files: net/ncftp3 Makefile net/ncftp3/files md5 Log: Upgrade to the 12th beta of version 3.0. Revision Changes Path 1.48 +4 -3 ports/net/ncftp3/Makefile 1.30 +1 -1 ports/net/ncftp3/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 Jun 11 03:39:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13390 for cvs-all-outgoing; Thu, 11 Jun 1998 03:39:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13384; Thu, 11 Jun 1998 03:39:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15327; Thu, 11 Jun 1998 03:39:34 -0700 (PDT) Date: Thu, 11 Jun 1998 03:39:34 -0700 (PDT) Message-Id: <199806111039.DAA15327@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libbind Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 03:39:33 PDT Modified files: lib/libbind Makefile Log: Sigh, mkdep doesn't know about all the CFLAGS to pass during depend generation. Revision Changes Path 1.3 +4 -3 src/lib/libbind/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 11 03:43:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14373 for cvs-all-outgoing; Thu, 11 Jun 1998 03:43:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14346; Thu, 11 Jun 1998 03:43:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15364; Thu, 11 Jun 1998 03:42:59 -0700 (PDT) Date: Thu, 11 Jun 1998 03:42:59 -0700 (PDT) Message-Id: <199806111042.DAA15364@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/named Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 03:42:59 PDT Modified files: usr.sbin/named Makefile.inc Log: bsd.dep.mk doesn't know about -idirafter, and doesn't parse -I the same way that gcc does. Revision Changes Path 1.9 +4 -3 src/usr.sbin/named/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 04:51:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27861 for cvs-all-outgoing; Thu, 11 Jun 1998 04:51:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27844; Thu, 11 Jun 1998 04:51:45 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA15561; Thu, 11 Jun 1998 04:51:29 -0700 (PDT) Date: Thu, 11 Jun 1998 04:51:29 -0700 (PDT) Message-Id: <199806111151.EAA15561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha ipl_funcs.c swtch.s src/sys/alpha/include ipl.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/11 04:51:28 PDT Modified files: sys/alpha/alpha ipl_funcs.c swtch.s sys/alpha/include ipl.h Log: Reimplement spl*() as function calls. Implement software interrupts. Revision Changes Path 1.2 +108 -3 src/sys/alpha/alpha/ipl_funcs.c 1.2 +3 -3 src/sys/alpha/alpha/swtch.s 1.2 +30 -37 src/sys/alpha/include/ipl.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 11 05:17:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01478 for cvs-all-outgoing; Thu, 11 Jun 1998 05:17:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01473; Thu, 11 Jun 1998 05:17:07 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA15669; Thu, 11 Jun 1998 05:16:51 -0700 (PDT) Date: Thu, 11 Jun 1998 05:16:51 -0700 (PDT) Message-Id: <199806111216.FAA15669@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/comms/atp Makefile ports/comms/atp/files md5 ports/comms/atp/patches patch-aa ports/comms/atp/pkg COMMENT DESCR MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 05:16:51 PDT Removed files: comms/atp Makefile comms/atp/files md5 comms/atp/patches patch-aa comms/atp/pkg COMMENT DESCR MESSAGE PLIST Log: Good morning Mr. Phelps. Your mission, should you decide to accept it, is to move ports/comms/atp to ports/mail/atp. Phase 1: delete ports/comms/atp. (if you are caught or killed, the secretary will disavow any knowledge...) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 05:18:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01858 for cvs-all-outgoing; Thu, 11 Jun 1998 05:18:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01843; Thu, 11 Jun 1998 05:18:18 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA15705; Thu, 11 Jun 1998 05:18:03 -0700 (PDT) Date: Thu, 11 Jun 1998 05:18:03 -0700 (PDT) Message-Id: <199806111218.FAA15705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/comms Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 05:18:02 PDT Modified files: comms Makefile Log: Mission: move ports/comms/atp into ports/mail/atp. Phase II: deactive atp in comms Makefile. Revision Changes Path 1.31 +1 -2 ports/comms/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 11 05:20:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02341 for cvs-all-outgoing; Thu, 11 Jun 1998 05:20:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02273; Thu, 11 Jun 1998 05:20:44 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA15749; Thu, 11 Jun 1998 05:20:28 -0700 (PDT) Date: Thu, 11 Jun 1998 05:20:28 -0700 (PDT) Message-Id: <199806111220.FAA15749@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 05:20:28 PDT Modified files: . modules Log: Mission: move ports/comms/atp into ports/mail/atp. Phase III: remove atp from modules. Revision Changes Path 1.2078 +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 Thu Jun 11 05:24:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02899 for cvs-all-outgoing; Thu, 11 Jun 1998 05:24:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02889; Thu, 11 Jun 1998 05:24:26 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA15801; Thu, 11 Jun 1998 05:24:10 -0700 (PDT) Date: Thu, 11 Jun 1998 05:24:10 -0700 (PDT) Message-Id: <199806111224.FAA15801@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 05:24:10 PDT Modified files: . modules Log: atp --> ports/news/atp Revision Changes Path 1.2079 +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 11 05:28:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03344 for cvs-all-outgoing; Thu, 11 Jun 1998 05:28:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03339; Thu, 11 Jun 1998 05:28:15 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA15821; Thu, 11 Jun 1998 05:27:59 -0700 (PDT) Date: Thu, 11 Jun 1998 05:27:59 -0700 (PDT) Message-Id: <199806111227.FAA15821@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/news/atp - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 05:27:59 PDT ports/news/atp - Imported sources Update of /home/ncvs/ports/news/atp In directory freefall.freebsd.org:/f/users/dburr/atp Log Message: Mission: Move ports/comms/atp into ports/news/atp. Phase IV: easy-import atp. MISSION UPDATE FROM I.M.F. HQ: I have been saying "ports/mail/atp" up till now. I just changed my mind -- I'm puttin' this sucker in "ports/news/atp" I base this on what little precedent we have in the ports tree -- our only other port that deals with this is plor, a SOUP/QWK packet reader, and it's in news/. This is really kind of a tough call, though, as neither mail/ nor news/ is really 100% appropriate. Status: Vendor Tag: DBURR Release Tags: atp_1_50 N ports/news/atp/Makefile I ports/news/atp/CVS N ports/news/atp/files/md5 N ports/news/atp/patches/patch-aa N ports/news/atp/pkg/COMMENT N ports/news/atp/pkg/DESCR N ports/news/atp/pkg/MESSAGE N ports/news/atp/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 11 05:30:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03686 for cvs-all-outgoing; Thu, 11 Jun 1998 05:30:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03680; Thu, 11 Jun 1998 05:30:48 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA15872; Thu, 11 Jun 1998 05:30:32 -0700 (PDT) Date: Thu, 11 Jun 1998 05:30:32 -0700 (PDT) Message-Id: <199806111230.FAA15872@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/news Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 05:30:31 PDT Modified files: news Makefile Log: Mission: move ports/comms/atp to ports/news/atp Phase V: enable news/atp. MISSION ACCOMPLISHED. Congratulations. NOTE: Committing after watching marathon of "Mission Impossible" episodes is probably not the wisest course of action :) Revision Changes Path 1.38 +2 -1 ports/news/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 11 05:53:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07097 for cvs-all-outgoing; Thu, 11 Jun 1998 05:53:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07092; Thu, 11 Jun 1998 05:53:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA15946; Thu, 11 Jun 1998 05:52:49 -0700 (PDT) Date: Thu, 11 Jun 1998 05:52:49 -0700 (PDT) Message-Id: <199806111252.FAA15946@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include resolv.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 05:52:47 PDT Modified files: include resolv.h Log: Damn, bind8 includes added as a prerequisite for . This breaks user ppp at least, and goodness knows how many ports. :-( This a bit of a hack, but is probably simpler than duplicating the typedefs and protecting them from each other. Also, remove some temporary XXX notes that I forgot to remove before. Revision Changes Path 1.16 +17 -15 src/include/resolv.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 11 06:32:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13484 for cvs-all-outgoing; Thu, 11 Jun 1998 06:32:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: (from wpaul@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13466; Thu, 11 Jun 1998 06:32:50 -0700 (PDT) (envelope-from wpaul) From: Bill Paul Message-Id: <199806111332.GAA13466@hub.freebsd.org> Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i In-Reply-To: <199806110903.CAA14649@freefall.freebsd.org> from Peter Wemm at "Jun 11, 98 02:03:07 am" To: peter@FreeBSD.ORG (Peter Wemm) Date: Thu, 11 Jun 1998 06:32:50 -0700 (PDT) Cc: 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 > peter 1998/06/11 02:03:06 PDT > > Modified files: > lib/libc/net Makefile.inc base64.c herror.c > inet_net_pton.c inet_network.c > inet_ntoa.c inet_ntop.c inet_pton.c > nsap_addr.c res_comp.c res_config.h > res_data.c res_debug.c res_init.c > res_mkquery.c res_query.c res_send.c > res_stubs.c > Added files: > lib/libc/net ns_name.c ns_netint.c ns_parse.c > ns_print.c ns_ttl.c res_mkupdate.c > res_update.c > Log: > Update the resolver parts to bind-8.1.2 level. I have not touched the > getXXXXbyYYYY() interfaces yet. Please tell me that you plan to incorporate the IRS system, not just for host lookups but for getpwent, getgrent and friends as well. Please. Pretty please. With sugar on top. I'll be your best friend. :) This would not only let us get rid of /etc/host.conf, it would give me everything I need to drop NIS+ into the system (well, I'd have to write some NIS+ IRS modules, but that's much less of a pain than merging IRS with libc in the first place). -Bill PS: I presume you preserved the __dns_getanswer() hack for ypserv, yes? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 06:40:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15372 for cvs-all-outgoing; Thu, 11 Jun 1998 06:40:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15364; Thu, 11 Jun 1998 06:40:11 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA16092; Thu, 11 Jun 1998 06:39:55 -0700 (PDT) Date: Thu, 11 Jun 1998 06:39:55 -0700 (PDT) Message-Id: <199806111339.GAA16092@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/11 06:39:55 PDT Modified files: . avail Log: Please welcome Guy Helmer to committers! Revision Changes Path 1.35 +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 Jun 11 07:07:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22539 for cvs-all-outgoing; Thu, 11 Jun 1998 07:07:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22507; Thu, 11 Jun 1998 07:07:18 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) From: Guy Helmer Received: (from ghelmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16237; Thu, 11 Jun 1998 07:07:00 -0700 (PDT) Date: Thu, 11 Jun 1998 07:07:00 -0700 (PDT) Message-Id: <199806111407.HAA16237@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1998/06/11 07:07:00 PDT Modified files: handbook contrib.sgml Log: Added myself to the committers list. Revision Changes Path 1.288 +2 -1 doc/handbook/contrib.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 11 07:38:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28382 for cvs-all-outgoing; Thu, 11 Jun 1998 07:38:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28348; Thu, 11 Jun 1998 07:38:47 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id WAA12236; Thu, 11 Jun 1998 22:38:41 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806111438.WAA12236@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Bill Paul cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i In-reply-to: Your message of "Thu, 11 Jun 1998 06:32:50 MST." <199806111332.GAA13466@hub.freebsd.org> Date: Thu, 11 Jun 1998 22:38:40 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Paul wrote: > > peter 1998/06/11 02:03:06 PDT > > > > Modified files: > > lib/libc/net Makefile.inc base64.c herror.c > > inet_net_pton.c inet_network.c > > inet_ntoa.c inet_ntop.c inet_pton.c > > nsap_addr.c res_comp.c res_config.h > > res_data.c res_debug.c res_init.c > > res_mkquery.c res_query.c res_send.c > > res_stubs.c > > Added files: > > lib/libc/net ns_name.c ns_netint.c ns_parse.c > > ns_print.c ns_ttl.c res_mkupdate.c > > res_update.c > > Log: > > Update the resolver parts to bind-8.1.2 level. I have not touched the > > getXXXXbyYYYY() interfaces yet. > > Please tell me that you plan to incorporate the IRS system, not just > for host lookups but for getpwent, getgrent and friends as well. Please. > Pretty please. With sugar on top. I'll be your best friend. :) I'm thinking about it. :-) There are a couple of things to consider... 1: we get things like hesiod for free, along with scope for things like pure radius accounts etc. 2: IRS is "pure".. This means that getpwent/getpwnam() would not know about the '+' hack to switch over to YP. On one hand I think killing this off would be good, but on the other hand we loose some flexability. I guess there is always the option of using a Solaris-style 'passwd', 'passwd_compat', and 'nis' style schemes where passwd is pure local, nis is pure nis, and 'passwd_compat' is a hybrid that understands '+' and can be configured on or off as needed. > This would not only let us get rid of /etc/host.conf, it would give > me everything I need to drop NIS+ into the system (well, I'd have to > write some NIS+ IRS modules, but that's much less of a pain than > merging IRS with libc in the first place). The IRS passwd and NIS modules are very weak compared to our present libc system.. No hashed pwd.db files, no caching of YP data in hash tables etc and all the other fine tuning. So, we pretty much have to re-write our passwd, NIS, etc stuff with an IRS interface to replace the simple versions there (no disrespect intended towards the bind8 irs stuff, it's got to aim at a lowest common denominator - not all OS's have db in libc). > -Bill > > PS: I presume you preserved the __dns_getanswer() hack for ypserv, yes? Yes, that is part of the getXXXbyYYY() code that I have not touched yet. Cheers, -Peter -- Peter Wemm Netplex Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 07:41:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28959 for cvs-all-outgoing; Thu, 11 Jun 1998 07:41:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28909; Thu, 11 Jun 1998 07:41:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16383; Thu, 11 Jun 1998 07:40:42 -0700 (PDT) Date: Thu, 11 Jun 1998 07:40:42 -0700 (PDT) Message-Id: <199806111440.HAA16383@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/tcpdump print-domain.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/11 07:40:42 PDT Modified files: contrib/tcpdump print-domain.c Log: Zap the T_UID,T_GID and T_UINFO stuff, it doesn't exist in the bind8 headers. As I understand it, it was for some really ancient athena stuff that has long been replaced. Revision Changes Path 1.4 +0 -3 src/contrib/tcpdump/print-domain.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 11 08:13:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04250 for cvs-all-outgoing; Thu, 11 Jun 1998 08:13:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04239 for ; Thu, 11 Jun 1998 08:13:08 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id IAA02424; Thu, 11 Jun 1998 08:13:00 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Guy Helmer Cc: committers@FreeBSD.ORG Subject: Re: Announcement: Cleanup of unused freefall/hub accounts planned. In-reply-to: Your message of "Thu, 11 Jun 1998 09:11:31 CDT." Date: Thu, 11 Jun 1998 08:12:59 -0700 Message-ID: <2421.897577979@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Great, then welcome aboard! - Jordan > On Thu, 11 Jun 1998, Jordan K. Hubbard wrote: > > > > Hmmm, I already have accounts on freefall and hub -- can you use the pw > > > info from those if you have to create accounts elsewhere? > > > > Whoops, so you do! No problem then, done. Your first mission, as is > > our tradition for all new committers, is to figure out enough CVS on > > freefall to add yourself to the committers list in the handbook > > (removing yourself from the "cast of extras" group if you also appear > > there). CVSROOT on freefall should be set to /home/ncvs and the > > handbook is, of course, the module "handbook". You don't need to add > > yourself to the SGML authors list since you're already there, so it > > should be a bit easier. Oh yeah, don't forget to add yourself in > > alphabetical order. :) > > OK, done (very carefully!). I don't think I am in the "cast of extras" > group, but I guess if I am I can take care of that later. > > Thanks! > Guy > > Guy Helmer, Graduate Student, Iowa State University Dept. of Computer Science > Research Assistant, Ames Laboratory --- ghelmer@scl.ameslab.gov > http://www.cs.iastate.edu/~ghelmer > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 08:21:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06505 for cvs-all-outgoing; Thu, 11 Jun 1998 08:21:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06480; Thu, 11 Jun 1998 08:21:27 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA16509; Thu, 11 Jun 1998 08:21:10 -0700 (PDT) Date: Thu, 11 Jun 1998 08:21:10 -0700 (PDT) Message-Id: <199806111521.IAA16509@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/TenDRA/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/06/11 08:21:09 PDT Added files: lang/TenDRA/patches patch-ad Log: Further corrections to long long support. Obtained from: Peter Edwards, DERA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 08:24:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07602 for cvs-all-outgoing; Thu, 11 Jun 1998 08:24:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07594; Thu, 11 Jun 1998 08:24:23 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA16556; Thu, 11 Jun 1998 08:24:06 -0700 (PDT) Date: Thu, 11 Jun 1998 08:24:06 -0700 (PDT) Message-Id: <199806111524.IAA16556@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/TenDRA/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/06/11 08:24:06 PDT Added files: lang/TenDRA/scripts configure Log: Look for crt0.o in /usr/lib or /usr/lib/aout. Prompted by: Brian Cully . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 08:26:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08120 for cvs-all-outgoing; Thu, 11 Jun 1998 08:26:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08115; Thu, 11 Jun 1998 08:26:24 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA16590; Thu, 11 Jun 1998 08:26:08 -0700 (PDT) Date: Thu, 11 Jun 1998 08:26:08 -0700 (PDT) Message-Id: <199806111526.IAA16590@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/man-doc/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/06/11 08:26:08 PDT Modified files: japanese/man-doc/pkg MESSAGE PLIST Log: tiny update to MESSAGE and PLIST. PR: 6911 Submitted by: Kazuo Horikawa Revision Changes Path 1.3 +1 -1 ports/japanese/man-doc/pkg/MESSAGE 1.5 +3 -0 ports/japanese/man-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 Thu Jun 11 08:43:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13299 for cvs-all-outgoing; Thu, 11 Jun 1998 08:43:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13236; Thu, 11 Jun 1998 08:43:21 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id IAA28841; Thu, 11 Jun 1998 08:41:49 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd028838; Thu Jun 11 15:41:45 1998 Date: Thu, 11 Jun 1998 08:41:42 -0700 (PDT) From: Julian Elischer To: Peter Wemm cc: John Birrell , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/bind/port/freebsd/include port_after.h In-Reply-To: <199806110546.NAA10222@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 wouldn't it be best to take the libbind part of libc, separate it out into a separate directory, and use contrib to fill that directory that way we could easily keep up with the original.. (I believe for example that libbind has some re-entrancy fixes) (rumour only) julian On Thu, 11 Jun 1998, Peter Wemm wrote: > John Birrell wrote: > > Peter Wemm wrote: > > > peter 1998/06/10 22:09:54 PDT > > > > > > Modified files: > > > contrib/bind/port/freebsd/include port_after.h > > > Log: > > > Merge conflicting changes (all 1 line! :-) from 8.1.2. > > > > What is happening with the duplication of symbols between libc and > > libbind that prevents a static link? This broke every program on alpha > > that links against libbind. > > It's going to be fixed properly.. Libbind will either go away entirely, > or will only supplement functionality in libc rather than duplicate libc > functionality. I plan on doing this over the next few hours, if all goes > well. > > > -- > > 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 > > > > Cheers, > -Peter > -- > Peter Wemm Netplex Consulting > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 08:53:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15271 for cvs-all-outgoing; Thu, 11 Jun 1998 08:53:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15248; Thu, 11 Jun 1998 08:53:13 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id IAA29061; Thu, 11 Jun 1998 08:47:35 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd029058; Thu Jun 11 15:47:26 1998 Date: Thu, 11 Jun 1998 08:47:23 -0700 (PDT) From: Julian Elischer To: Peter Wemm cc: Bruce Evans , cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vnops.c In-Reply-To: <199806110550.NAA10253@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 I committed the fix as suplied by kirk. It was only as I was half way throught the commit message that I realised that it reversed the other commit (as the major part of a bigger fix) On Thu, 11 Jun 1998, Peter Wemm wrote: > Julian Elischer wrote: > > And your point is? > > While I'm slightly shocked to be agreeing with Bruce on a pedantic issue > for a change :-), this really should have been done as two commits. The > first should have been the backout of rev 1.46, the second should have been > the other changes you made, including some sort of nutshell description of > what was done. It's a heck of a lot easier to figure out what's going on > that way. > > > On Thu, 11 Jun 1998, Bruce Evans wrote: > > > > > > Modified files: > > > > sys/ufs/ffs ffs_vnops.c > > > > Log: > > > > Back out John's changes 1.45 -> 1.46 > > > > Kirk confirms that the original semantic was what he wanted... > > > > (well, a very slight difference) > > > > May fix "dangling deps" panic with soft updates. > > > > > > > > Revision Changes Path > > > > 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.c > > > > > > A back out would have been +12 -17. > > > > > > It also seems to change the semantic to "wait for v_numoutput even in > > > the soft updates case", and fix some style bugs, and break the > > > optimization of using vfs_bio_awrite() instead of bawrite() for async > > > writes of indirect blocks. > > > > > > Bruce > > > > > > > Cheers, > -Peter > -- > Peter Wemm Netplex Consulting > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 09:54:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29959 for cvs-all-outgoing; Thu, 11 Jun 1998 09:54:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29916; Thu, 11 Jun 1998 09:54:05 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id JAA01553; Thu, 11 Jun 1998 09:50:30 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd001550; Thu Jun 11 16:50:24 1998 Date: Thu, 11 Jun 1998 09:50:22 -0700 (PDT) From: Julian Elischer To: "John S. Dyson" cc: Bruce Evans , cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vnops.c In-Reply-To: <199806110351.WAA12373@dyson.iquest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Kirk wanted the removal of the vfs_bio_awrite for testing various ideas It wil likely come back after a while. As John said. it's not much of a loss for indirect blocks. On Wed, 10 Jun 1998, John S. Dyson wrote: > Bruce Evans said: > > > Modified files: > > > sys/ufs/ffs ffs_vnops.c > > > Log: > > > Back out John's changes 1.45 -> 1.46 > > > Kirk confirms that the original semantic was what he wanted... > > > (well, a very slight difference) > > > May fix "dangling deps" panic with soft updates. > > > > > > Revision Changes Path > > > 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.c > > > > A back out would have been +12 -17. > > > > It also seems to change the semantic to "wait for v_numoutput even in > > the soft updates case", and fix some style bugs, and break the > > optimization of using vfs_bio_awrite() instead of bawrite() for async > > writes of indirect blocks. > > > If vfs_bio_awrite optimization is broken for *just* indirect blocks, > there isn't much lossage. If the vfs_bio_awrite is broken for data > blocks, the performance loss is significant. > > -- > John | Never try to teach a pig to sing, > dyson@freebsd.org | it just makes you look stupid, > jdyson@nc.com | and it irritates the pig. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 10:44:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10608 for cvs-all-outgoing; Thu, 11 Jun 1998 10:44:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10603; Thu, 11 Jun 1998 10:44:50 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17032; Thu, 11 Jun 1998 10:44:33 -0700 (PDT) Date: Thu, 11 Jun 1998 10:44:33 -0700 (PDT) Message-Id: <199806111744.KAA17032@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/11 10:44:33 PDT Modified files: contrib/sys/softupdates ffs_softdep.c Log: Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL. Change worked out by john and kirk in consort. Revision Changes Path 1.10 +4 -4 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 Jun 11 11:33:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22020 for cvs-all-outgoing; Thu, 11 Jun 1998 11:33:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22015; Thu, 11 Jun 1998 11:33:47 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA17173; Thu, 11 Jun 1998 11:33:30 -0700 (PDT) Date: Thu, 11 Jun 1998 11:33:30 -0700 (PDT) Message-Id: <199806111833.LAA17173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ports ports.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/11 11:33:29 PDT Modified files: data/ports ports.inc Log: Change the text a bit to indicate that both ports and packages are available from these pages now. Revision Changes Path 1.21 +16 -7 www/data/ports/ports.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 11:49:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24454 for cvs-all-outgoing; Thu, 11 Jun 1998 11:49:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24384; Thu, 11 Jun 1998 11:48:40 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id LAA06306; Thu, 11 Jun 1998 11:39:06 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd006289; Thu Jun 11 18:38:56 1998 Message-ID: <35802430.ABD322C@whistle.com> Date: Thu, 11 Jun 1998 11:38:40 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Julian Elischer CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/sys/softupdates ffs_softdep.c References: <199806111744.KAA17032@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Julian Elischer wrote: > > julian 1998/06/11 10:44:33 PDT > > Modified files: > contrib/sys/softupdates ffs_softdep.c > Log: > Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL. > Change worked out by john and kirk in consort. errr make that in "concert" ^^^^^^^^ (!?) > > Revision Changes Path > 1.10 +4 -4 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 Jun 11 13:23:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18187 for cvs-all-outgoing; Thu, 11 Jun 1998 13:23:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18101; Thu, 11 Jun 1998 13:22:44 -0700 (PDT) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA17448; Thu, 11 Jun 1998 13:22:22 -0700 (PDT) Date: Thu, 11 Jun 1998 13:22:22 -0700 (PDT) Message-Id: <199806112022.NAA17448@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1998/06/11 13:22:19 PDT Modified files: (Branch: RELENG_2_2) etc Makefile Log: Install motd mode 644 only (it makes no sens in first installing it mode 0644 and then 0666) Revision Changes Path 1.143.2.16 +3 -7 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 Thu Jun 11 13:26:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19111 for cvs-all-outgoing; Thu, 11 Jun 1998 13:26:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19078; Thu, 11 Jun 1998 13:26:18 -0700 (PDT) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA17486; Thu, 11 Jun 1998 13:25:59 -0700 (PDT) Date: Thu, 11 Jun 1998 13:25:59 -0700 (PDT) Message-Id: <199806112025.NAA17486@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1998/06/11 13:25:59 PDT Modified files: etc Makefile Log: Install motd once. Revision Changes Path 1.167 +3 -7 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 Thu Jun 11 13:36:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21228 for cvs-all-outgoing; Thu, 11 Jun 1998 13:36:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21151 for ; Thu, 11 Jun 1998 13:36:18 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.0/frmug-2.3/nospam) with UUCP id WAA27996 for cvs-committers@FreeBSD.ORG; Thu, 11 Jun 1998 22:36:11 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.9.0.Beta4/keltia-2.14/nospam) id WAA20734 for cvs-committers@FreeBSD.ORG; Thu, 11 Jun 1998 22:30:30 +0200 (CEST) (envelope-from roberto) Message-ID: <19980611223030.A20569@keltia.freenix.fr> Date: Thu, 11 Jun 1998 22:30:30 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i Mail-Followup-To: cvs-committers@FreeBSD.ORG References: <199806110903.CAA14649@freefall.freebsd.org> <199806111332.GAA13466@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.3i In-Reply-To: <199806111332.GAA13466@hub.freebsd.org>; from Bill Paul on Thu, Jun 11, 1998 at 06:32:50AM -0700 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4311 AMD-K6 MMX @ 225 MHz Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk According to Bill Paul: > This would not only let us get rid of /etc/host.conf, it would give Does the IRS code has an equivalent of host.conf ? host.conf is useful to specify "host" before "bind" (when you're not connected full-time). Does the IRS support a "nsswitch.conf" file ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #60: Fri May 15 21:04:22 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 13:47:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23759 for cvs-all-outgoing; Thu, 11 Jun 1998 13:47:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: (from wpaul@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23672; Thu, 11 Jun 1998 13:47:20 -0700 (PDT) (envelope-from wpaul) From: Bill Paul Message-Id: <199806112047.NAA23672@hub.freebsd.org> Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefi In-Reply-To: <19980611223030.A20569@keltia.freenix.fr> from Ollivier Robert at "Jun 11, 98 10:30:30 pm" To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Thu, 11 Jun 1998 13:47:18 -0700 (PDT) Cc: 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 > According to Bill Paul: > > This would not only let us get rid of /etc/host.conf, it would give > > Does the IRS code has an equivalent of host.conf ? host.conf is useful to > specify "host" before "bind" (when you're not connected full-time). Yes, that's why I brought it up. Look at the BIND source code and you'll see. You can specify files, bind, nis, and probably some other things. If you don't specify anything. it chooses a default. > Does the IRS support a "nsswitch.conf" file ? No, it has an /etc/irs.conf file, but it does the same thing. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 14:02:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29128 for cvs-all-outgoing; Thu, 11 Jun 1998 14:02:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gvr.gvr.org (guido@gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28587; Thu, 11 Jun 1998 14:00:54 -0700 (PDT) (envelope-from guido@gvr.org) Received: (from guido@localhost) by gvr.gvr.org (8.8.8/8.8.5) id XAA03394; Thu, 11 Jun 1998 23:00:46 +0200 (MET DST) From: Guido van Rooij Message-Id: <199806112100.XAA03394@gvr.gvr.org> Subject: Re: cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c In-Reply-To: <199806100434.VAA05201@freefall.freebsd.org> from Julian Elischer at "Jun 9, 98 09:34:58 pm" To: julian@FreeBSD.ORG (Julian Elischer) Date: Thu, 11 Jun 1998 23:00:46 +0200 (MET DST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@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 Julian Elischer wrote: > julian 1998/06/09 21:34:58 PDT > > Modified files: > usr.sbin/syslogd syslog.conf.5 syslogd.c > Log: > Allow syslogd to separate out kernel log messages with a known > category. > e.g. separate out ipfw entries to a separate file. >From what I see this means that if the kernel spits out a message starting with a word frollowed by a colon, the prefix kernel: is no longer printed. I wonder if this is wanted behaviour. Shouldn't this be made optional? -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 16:56:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05561 for cvs-all-outgoing; Thu, 11 Jun 1998 16:56:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05551; Thu, 11 Jun 1998 16:56:46 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA17961; Thu, 11 Jun 1998 16:56:27 -0700 (PDT) Date: Thu, 11 Jun 1998 16:56:27 -0700 (PDT) Message-Id: <199806112356.QAA17961@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/FAQ network.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/11 16:56:26 PDT Modified files: FAQ network.sgml Log: Talk about why games aren't functional via a machine that's using libalias. Revision Changes Path 1.10 +61 -1 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 Thu Jun 11 17:16:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10029 for cvs-all-outgoing; Thu, 11 Jun 1998 17:16:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10016; Thu, 11 Jun 1998 17:16:31 -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.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id JAA23906; Fri, 12 Jun 1998 09:16:26 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id JAA26698; Fri, 12 Jun 1998 09:16:26 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.5Wpl3-SMTP) with ESMTP id IAA09333; Fri, 12 Jun 1998 08:56:10 +0900 (JST) To: kuriyama@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/japanese/today/files Makefile ports/japanese/today/pkg PLIST From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Thu, 4 Jun 1998 15:32:51 -0700 (PDT)" <199806042232.PAA29100@freefall.freebsd.org> References: <199806042232.PAA29100@freefall.freebsd.org> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980612085609M.masafumi@aslm.rim.or.jp> Date: Fri, 12 Jun 1998 08:56:09 +0900 X-Dispatcher: imput version 971024 Lines: 16 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > kuriyama 1998/06/04 15:32:51 PDT > Modified files: > japanese/today/files Makefile > japanese/today/pkg PLIST > Log: > Change "man/ja_JP.EUC" to "man/ja". Thanks for doing all this. I changed several ports when ja_JP.EUC was changed to ja in the mtree file, but apparently, I couldn't finish up. It was truly a bad idea to change the mtree file without considering existing ports!! (I was not the one who modified the mtree file, BTW.) Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 18:42:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28366 for cvs-all-outgoing; Thu, 11 Jun 1998 18:42:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28279; Thu, 11 Jun 1998 18:42:24 -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 LAA22840; Fri, 12 Jun 1998 11:42:19 +1000 Date: Fri, 12 Jun 1998 11:42:19 +1000 From: Bruce Evans Message-Id: <199806120142.LAA22840@godzilla.zeta.org.au> To: dyson@FreeBSD.ORG, julian@whistle.com Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vnops.c Cc: bde@zeta.org.au, cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >Kirk wanted the removal of the vfs_bio_awrite for testing various ideas >It wil likely come back after a while. >As John said. it's not much of a loss for indirect blocks. >> > It also seems to change the semantic to "wait for v_numoutput even in >> > the soft updates case", and fix some style bugs, and break the >> > optimization of using vfs_bio_awrite() instead of bawrite() for async >> > writes of indirect blocks. >> > >> If vfs_bio_awrite optimization is broken for *just* indirect blocks, >> there isn't much lossage. If the vfs_bio_awrite is broken for data >> blocks, the performance loss is significant. I read the test backwards. The breakage is actually for MNT_WAIT writes of non-indirect blocks - i.e., the usual case for MNT_WAIT is pessimized. We use async writes even in the MNT_WAIT case to start the i/o, and wait for the i/o to complete before returning from ffs_fsync(). We used to use vfs_bio_awrite() to optimize these async writes if possible. Lite2 doesn't have either optimization. I can't believe you actually want to remove vfs_bio_awrite() for testing. vfs_bio_awrite() is only slightly less deterministic that bawrite(). For testing and for getting closer to Lite2, you want to use bwrite(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 18:54:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01138 for cvs-all-outgoing; Thu, 11 Jun 1998 18:54:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01133; Thu, 11 Jun 1998 18:54:50 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA18212; Thu, 11 Jun 1998 18:54:30 -0700 (PDT) Date: Thu, 11 Jun 1998 18:54:30 -0700 (PDT) Message-Id: <199806120154.SAA18212@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/11 18:54:30 PDT Modified files: sys/netinet ip_divert.c Log: Allow diverted packets from the transmit side to remember if they had a recv interface and allow that state to be available after re-injection for further tests. Revision Changes Path 1.30 +26 -27 src/sys/netinet/ip_divert.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 11 19:17:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05327 for cvs-all-outgoing; Thu, 11 Jun 1998 19:17:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05321; Thu, 11 Jun 1998 19:17:39 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18296; Thu, 11 Jun 1998 19:17:19 -0700 (PDT) Date: Thu, 11 Jun 1998 19:17:19 -0700 (PDT) Message-Id: <199806120217.TAA18296@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_select.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/11 19:17:19 PDT Modified files: lib/libc_r/uthread uthread_select.c Log: Update the caller's descriptor masks even if there are none ready for I/O for those applications that don't believe the return value of zero as meaning that THERE ARE *NO* DESCRIPTORS READY. Revision Changes Path 1.5 +1 -1 src/lib/libc_r/uthread/uthread_select.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 11 19:21:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06092 for cvs-all-outgoing; Thu, 11 Jun 1998 19:21:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06069; Thu, 11 Jun 1998 19:21:51 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18336; Thu, 11 Jun 1998 19:21:29 -0700 (PDT) Date: Thu, 11 Jun 1998 19:21:29 -0700 (PDT) Message-Id: <199806120221.TAA18336@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/11 19:21:29 PDT Modified files: lib/libc_r Makefile Log: Add poll to the list of hidden syscalls so that it gets renamed. This propagates a bug (that there is no poll wrapper in libc_r), but it prevents GNU configure scripts from trying to use it in preference to select. libc_r really needs to change it's wait interface to use poll instead of select because poll is more a superset of select that the other way around. This should allow the Roxen web server to work out-of-the-box. It's configuration intercae is kinda neat. The code isn't. Shiver. 8-) Revision Changes Path 1.12 +2 -2 src/lib/libc_r/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 11 19:49:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11706 for cvs-all-outgoing; Thu, 11 Jun 1998 19:49:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11606; Thu, 11 Jun 1998 19:49:12 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18483; Thu, 11 Jun 1998 19:48:48 -0700 (PDT) Date: Thu, 11 Jun 1998 19:48:48 -0700 (PDT) Message-Id: <199806120248.TAA18483@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/11 19:48:48 PDT Modified files: sys/netinet ip_divert.c Log: include opt_ipdivert.h so we get correct options Revision Changes Path 1.31 +2 -1 src/sys/netinet/ip_divert.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 11 19:57:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13052 for cvs-all-outgoing; Thu, 11 Jun 1998 19:57:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12986; Thu, 11 Jun 1998 19:57:35 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca5-26.ix.netcom.com [209.109.234.26]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA12931; Thu, 11 Jun 1998 19:57:25 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id TAA03339; Thu, 11 Jun 1998 19:57:19 -0700 (PDT) Date: Thu, 11 Jun 1998 19:57:19 -0700 (PDT) Message-Id: <199806120257.TAA03339@silvia.HIP.Berkeley.EDU> To: max@wide.ad.jp CC: kuriyama@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, max@wide.ad.jp In-reply-to: <19980612085609M.masafumi@aslm.rim.or.jp> (message from Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= on Fri, 12 Jun 1998 08:56:09 +0900) Subject: Re: cvs commit: ports/japanese/today/files Makefile ports/japanese/today/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * It was truly a bad idea to change the mtree file without considering * existing ports!! (I was not the one who modified the mtree file, * BTW.) Sorry I didn't reply the first time. We did consider existing ports. (I guess you aren't on the man-jp mailing list.) We had to make sure to move installed manpages from ja_JP.EUC to ja, that's why there's a hack in japanese/man/pkg/INSTALL. Once we added that (with the symlink), it became less important to fix up the remaining ports that install manpages. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 11 20:02:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13685 for cvs-all-outgoing; Thu, 11 Jun 1998 20:02:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13678; Thu, 11 Jun 1998 20:02:31 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA18548; Thu, 11 Jun 1998 20:02:11 -0700 (PDT) Date: Thu, 11 Jun 1998 20:02:11 -0700 (PDT) Message-Id: <199806120302.UAA18548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/11 20:02:10 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_divert.c Log: MFC: 1.29->1.30 There is never a case when a diverted packet shouldn't know about it's receive interface, so make the supplying of that information unconditional (unless it's not known). Revision Changes Path 1.1.2.9 +26 -24 src/sys/netinet/ip_divert.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 11 20:48:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20538 for cvs-all-outgoing; Thu, 11 Jun 1998 20:48:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20531; Thu, 11 Jun 1998 20:48:41 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA18762; Thu, 11 Jun 1998 20:48:21 -0700 (PDT) Date: Thu, 11 Jun 1998 20:48:21 -0700 (PDT) Message-Id: <199806120348.UAA18762@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_loop.c if_var.h src/sys/netatalk ddp_output.c src/sys/netinet if_ether.c ip_input.c ip_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/11 20:48:20 PDT Modified files: sys/net if_ethersubr.c if_fddisubr.c if_loop.c if_var.h sys/netatalk ddp_output.c sys/netinet if_ether.c ip_input.c ip_output.c Log: Go through the loopback code with a broom.. Remove lots'o'hacks. looutput is now static. Other callers who want to use loopback to allow shortcutting should call the special entrypoint for this, if_simloop(), which is specifically designed for this purpose. Using looutput for this purpose was problematic, particularly with bpf and trying to keep track of whether one should be using the charateristics of the loopback interface or the interface (e.g. if_ethersubr.c) that was requesting the loopback. There was a whole class of errors due to this mis-use each of which had hacks to cover them up. Consists largly of hack removal :-) Revision Changes Path 1.49 +35 -97 src/sys/net/if_ethersubr.c 1.31 +30 -60 src/sys/net/if_fddisubr.c 1.33 +62 -27 src/sys/net/if_loop.c 1.9 +3 -3 src/sys/net/if_var.h 1.10 +9 -0 src/sys/netatalk/ddp_output.c 1.47 +10 -10 src/sys/netinet/if_ether.c 1.90 +2 -7 src/sys/netinet/ip_input.c 1.72 +4 -4 src/sys/netinet/ip_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 Jun 11 21:59:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29927 for cvs-all-outgoing; Thu, 11 Jun 1998 21:59:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29920; Thu, 11 Jun 1998 21:59:26 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA19027; Thu, 11 Jun 1998 21:59:05 -0700 (PDT) Date: Thu, 11 Jun 1998 21:59:05 -0700 (PDT) Message-Id: <199806120459.VAA19027@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ja_JP.EUC applications.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/11 21:59:04 PDT Modified files: data/ja_JP.EUC applications.sgml Log: Make Japanese sentences more readable. Submitted by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi) Revision Changes Path 1.3 +67 -65 www/data/ja_JP.EUC/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 Jun 11 22:02:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00410 for cvs-all-outgoing; Thu, 11 Jun 1998 22:02:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00404; Thu, 11 Jun 1998 22:02:49 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA19071; Thu, 11 Jun 1998 22:02:28 -0700 (PDT) Date: Thu, 11 Jun 1998 22:02:28 -0700 (PDT) Message-Id: <199806120502.WAA19071@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ja_JP.EUC publish.sgml register.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/11 22:02:28 PDT Modified files: data/ja_JP.EUC publish.sgml register.sgml Log: Following changes in the English version are merged. publish.sgml: 1.6 -> 1.9 register.sgml: 1.6 -> 1.7 Submitted by: Saeki Takashi Revision Changes Path 1.3 +16 -4 www/data/ja_JP.EUC/publish.sgml 1.2 +4 -4 www/data/ja_JP.EUC/register.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 11 22:09:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01057 for cvs-all-outgoing; Thu, 11 Jun 1998 22:09:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01044; Thu, 11 Jun 1998 22:09:37 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA19112; Thu, 11 Jun 1998 22:09:16 -0700 (PDT) Date: Thu, 11 Jun 1998 22:09:16 -0700 (PDT) Message-Id: <199806120509.WAA19112@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook handbook.sgml ports.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/06/11 22:09:16 PDT Modified files: ja/handbook handbook.sgml ports.sgml Log: Following changes in the English version are merged. handbook.sgml: 1.83 -> 1.86 ports.sgml: 1.29 -> 1.30 Submitted by: Saeki Takashi Revision Changes Path 1.27 +13 -7 doc/ja/handbook/handbook.sgml 1.16 +12 -4 doc/ja/handbook/ports.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 11 23:22:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10238 for cvs-all-outgoing; Thu, 11 Jun 1998 23:22:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10227; Thu, 11 Jun 1998 23:22:33 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA19314; Thu, 11 Jun 1998 23:22:11 -0700 (PDT) Date: Thu, 11 Jun 1998 23:22:11 -0700 (PDT) Message-Id: <199806120622.XAA19314@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 23:22:11 PDT Modified files: . modules Log: netshow --> ports/graphics/netshow Revision Changes Path 1.2080 +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 11 23:25:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10741 for cvs-all-outgoing; Thu, 11 Jun 1998 23:25:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10719; Thu, 11 Jun 1998 23:25:16 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA19331; Thu, 11 Jun 1998 23:24:55 -0700 (PDT) Date: Thu, 11 Jun 1998 23:24:55 -0700 (PDT) Message-Id: <199806120624.XAA19331@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/netshow - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 23:24:54 PDT ports/graphics/netshow - Imported sources Update of /home/ncvs/ports/graphics/netshow In directory freefall.freebsd.org:/f/users/dburr/netshow Log Message: Import new port graphics/netshow, the Microsoft NetShow player. Thanks to Chris Kukulies for telling us about this on freebsd-multimedia, and giving me the idea of doing a port for it. Status: Vendor Tag: DBURR Release Tags: netshow_2_00_251 N ports/graphics/netshow/Makefile I ports/graphics/netshow/CVS N ports/graphics/netshow/files/md5 N ports/graphics/netshow/pkg/COMMENT N ports/graphics/netshow/pkg/DESCR N ports/graphics/netshow/pkg/PLIST N ports/graphics/netshow/pkg/MESSAGE 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 11 23:26:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11041 for cvs-all-outgoing; Thu, 11 Jun 1998 23:26:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11021; Thu, 11 Jun 1998 23:26:36 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA19373; Thu, 11 Jun 1998 23:26:14 -0700 (PDT) Date: Thu, 11 Jun 1998 23:26:14 -0700 (PDT) Message-Id: <199806120626.XAA19373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports LEGAL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 23:26:14 PDT Modified files: . LEGAL Log: Add an entry for graphics/netshow: commercial software. Revision Changes Path 1.109 +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 Thu Jun 11 23:29:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11578 for cvs-all-outgoing; Thu, 11 Jun 1998 23:29:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11565; Thu, 11 Jun 1998 23:29:08 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA19415; Thu, 11 Jun 1998 23:28:46 -0700 (PDT) Date: Thu, 11 Jun 1998 23:28:46 -0700 (PDT) Message-Id: <199806120628.XAA19415@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/06/11 23:28:46 PDT Modified files: graphics Makefile Log: Activate netshow. Revision Changes Path 1.79 +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 Fri Jun 12 00:10:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20045 for cvs-all-outgoing; Fri, 12 Jun 1998 00:10:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20006; Fri, 12 Jun 1998 00:10:13 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19587; Fri, 12 Jun 1998 00:09:48 -0700 (PDT) Date: Fri, 12 Jun 1998 00:09:48 -0700 (PDT) Message-Id: <199806120709.AAA19587@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/FAQ network.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/12 00:09:47 PDT Modified files: FAQ network.sgml Log: Fix natd reference in section 10.3 Submitted by: Jeremy Shaffner Revision Changes Path 1.11 +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 Jun 12 00:19:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22046 for cvs-all-outgoing; Fri, 12 Jun 1998 00:19:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21913; Fri, 12 Jun 1998 00:19:01 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id JAA12322; Fri, 12 Jun 1998 09:15:06 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id IAA09146; Fri, 12 Jun 1998 08:22:35 +0200 (CEST) (envelope-from andreas) Message-ID: <19980612082235.A8448@klemm.gtn.com> Date: Fri, 12 Jun 1998 08:22:35 +0200 From: Andreas Klemm To: Peter Wemm , Bill Paul Cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i References: <199806111332.GAA13466@hub.freebsd.org> <199806111438.WAA12236@spinner.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806111438.WAA12236@spinner.netplex.com.au>; from Peter Wemm on Thu, Jun 11, 1998 at 10:38:40PM +0800 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, Jun 11, 1998 at 10:38:40PM +0800, Peter Wemm wrote: > > 1: we get things like hesiod for free, along with scope for things like > pure radius accounts etc. Interesting for ISP's. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 00:55:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29358 for cvs-all-outgoing; Fri, 12 Jun 1998 00:55:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29316; Fri, 12 Jun 1998 00:55:38 -0700 (PDT) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19882; Fri, 12 Jun 1998 00:55:14 -0700 (PDT) Date: Fri, 12 Jun 1998 00:55:14 -0700 (PDT) Message-Id: <199806120755.AAA19882@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/ssh Makefile ports/security/ssh/files md5 ports/security/ssh/patches patch-ac patch-af patch-ah patch-ai ports/security/ssh/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dima 1998/06/12 00:55:14 PDT Modified files: security/ssh Makefile security/ssh/files md5 security/ssh/patches patch-ac patch-af security/ssh/pkg PLIST Removed files: security/ssh/patches patch-ah patch-ai Log: 1.2.22 -> 1.2.25 Somebody needs to go through patch-af to check it, since I'm not sure about some of the stuff. This version fixes a security flaw in previous version. Revision Changes Path 1.55 +20 -10 ports/security/ssh/Makefile 1.20 +1 -1 ports/security/ssh/files/md5 1.14 +31 -31 ports/security/ssh/patches/patch-ac 1.21 +108 -394 ports/security/ssh/patches/patch-af 1.12 +16 -0 ports/security/ssh/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 12 01:06:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01937 for cvs-all-outgoing; Fri, 12 Jun 1998 01:06:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01861; Fri, 12 Jun 1998 01:06:27 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA19990; Fri, 12 Jun 1998 01:06:02 -0700 (PDT) Date: Fri, 12 Jun 1998 01:06:02 -0700 (PDT) Message-Id: <199806120806.BAA19990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio/kmpg - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:06:02 PDT ports/audio/kmpg - Imported sources Update of /home/ncvs/ports/audio/kmpg In directory freefall.freebsd.org:/tmp/cvs-serv19977 Log Message: New port kmpg, an MPEG audio player for KDE. PR: 6727 Submitted by: Hans Petter Bieker Status: Vendor Tag: HANSPB Release Tags: kmpg_0_3_3 N ports/audio/kmpg/Makefile N ports/audio/kmpg/files/md5 N ports/audio/kmpg/pkg/COMMENT N ports/audio/kmpg/pkg/DESCR N ports/audio/kmpg/pkg/PLIST N ports/audio/kmpg/patches/patch-aa N ports/audio/kmpg/patches/patch-ab N ports/audio/kmpg/patches/patch-ac N ports/audio/kmpg/patches/patch-af N ports/audio/kmpg/patches/patch-ag N ports/audio/kmpg/patches/patch-ah 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 12 01:07:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02191 for cvs-all-outgoing; Fri, 12 Jun 1998 01:07:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02132; Fri, 12 Jun 1998 01:07:35 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20021; Fri, 12 Jun 1998 01:07:12 -0700 (PDT) Date: Fri, 12 Jun 1998 01:07:12 -0700 (PDT) Message-Id: <199806120807.BAA20021@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:07:11 PDT Modified files: audio Makefile Log: Activate kmpg. Revision Changes Path 1.44 +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 Jun 12 01:08:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02383 for cvs-all-outgoing; Fri, 12 Jun 1998 01:08:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02289; Fri, 12 Jun 1998 01:08:13 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20055; Fri, 12 Jun 1998 01:07:49 -0700 (PDT) Date: Fri, 12 Jun 1998 01:07:49 -0700 (PDT) Message-Id: <199806120807.BAA20055@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:07:48 PDT Modified files: . modules Log: kmpg --> ports/audio/kmpg Revision Changes Path 1.2081 +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 12 01:25:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06083 for cvs-all-outgoing; Fri, 12 Jun 1998 01:25:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06040; Fri, 12 Jun 1998 01:25:41 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id QAA16386; Fri, 12 Jun 1998 16:25:13 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806120825.QAA16386@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Andreas Klemm cc: Bill Paul , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i In-reply-to: Your message of "Fri, 12 Jun 1998 08:22:35 +0200." <19980612082235.A8448@klemm.gtn.com> Date: Fri, 12 Jun 1998 16:25:12 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Andreas Klemm wrote: > On Thu, Jun 11, 1998 at 10:38:40PM +0800, Peter Wemm wrote: > > > > 1: we get things like hesiod for free, along with scope for things like > > pure radius accounts etc. > > Interesting for ISP's. Yes, you can say that again. Radius is nice, but.. Up until now you've often had to duplicate accounts, passwords etc etc - one set for the terminal servers, one for the shell/mail/etc servers. The possibility of storing everything in one place would be really nice, as long as it was quick and robust. ppp/CHAP can't be used with unix encrypted passwords, so you can't use a unix /etc/master.passwd file as a source for ``secure'' (as microsoft calls it) authentication. I have a personal interest in this area, but have not had much to do with Radius yet. This will be changing as I'm going to be introduced (with force :-) to terminal servers that use Radius sometime over the next few months. > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > What gives you 90% more speed, for example, in kernel compilation ? > http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html > "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' > Cheers, -Peter -- Peter Wemm Netplex Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 01:34:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08057 for cvs-all-outgoing; Fri, 12 Jun 1998 01:34:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07996; Fri, 12 Jun 1998 01:34:01 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20475; Fri, 12 Jun 1998 01:33:38 -0700 (PDT) Date: Fri, 12 Jun 1998 01:33:38 -0700 (PDT) Message-Id: <199806120833.BAA20475@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data search.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/12 01:33:38 PDT Modified files: data search.sgml Log: Add mailing lists freebsd-advocacy FreeBSD Evangelism freebsd-mozilla Porting mozilla to FreeBSD freebsd-net Networking discussion and TCP/IP source code freebsd-newbies New FreeBSD users activities and discussion freebsd-small Using FreeBSD in embedded applications freebsd-tokenring Support Token Ring in FreeBSD Forgotten by: jfieber Revision Changes Path 1.31 +49 -11 www/data/search.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 12 01:37:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08672 for cvs-all-outgoing; Fri, 12 Jun 1998 01:37:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08624; Fri, 12 Jun 1998 01:36:47 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20504; Fri, 12 Jun 1998 01:36:22 -0700 (PDT) Date: Fri, 12 Jun 1998 01:36:22 -0700 (PDT) Message-Id: <199806120836.BAA20504@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ksamba - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:36:22 PDT ports/net/ksamba - Imported sources Update of /home/ncvs/ports/net/ksamba In directory freefall.freebsd.org:/tmp/cvs-serv20495 Log Message: New port ksamba, a KDE configuration tool for samba. PR: 6708 Submitted by: Hans Petter Bieker Status: Vendor Tag: HANSPB Release Tags: ksamba_0_3_3 N ports/net/ksamba/Makefile N ports/net/ksamba/files/md5 N ports/net/ksamba/pkg/COMMENT N ports/net/ksamba/pkg/DESCR N ports/net/ksamba/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 12 01:37:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08793 for cvs-all-outgoing; Fri, 12 Jun 1998 01:37:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08716; Fri, 12 Jun 1998 01:37:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20535; Fri, 12 Jun 1998 01:36:56 -0700 (PDT) Date: Fri, 12 Jun 1998 01:36:56 -0700 (PDT) Message-Id: <199806120836.BAA20535@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:36:56 PDT Modified files: net Makefile Log: Activate ksamba. Revision Changes Path 1.165 +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 12 01:38:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08996 for cvs-all-outgoing; Fri, 12 Jun 1998 01:38:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08856; Fri, 12 Jun 1998 01:38:07 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20566; Fri, 12 Jun 1998 01:37:39 -0700 (PDT) Date: Fri, 12 Jun 1998 01:37:39 -0700 (PDT) Message-Id: <199806120837.BAA20566@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:37:39 PDT Modified files: . modules Log: ksamba --> ports/net/ksamba Revision Changes Path 1.2082 +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 12 01:51:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12193 for cvs-all-outgoing; Fri, 12 Jun 1998 01:51:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12093; Fri, 12 Jun 1998 01:51:23 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20626; Fri, 12 Jun 1998 01:50:58 -0700 (PDT) Date: Fri, 12 Jun 1998 01:50:58 -0700 (PDT) Message-Id: <199806120850.BAA20626@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/misc/kwatch - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:50:58 PDT ports/misc/kwatch - Imported sources Update of /home/ncvs/ports/misc/kwatch In directory freefall.freebsd.org:/tmp/cvs-serv20610 Log Message: New port kwatch, a `tail -f' replacement for KDE. PR: 6725 Submitted by: Hans Petter Bieker Status: Vendor Tag: HANSPB Release Tags: kwatch_0_3 N ports/misc/kwatch/Makefile N ports/misc/kwatch/files/md5 N ports/misc/kwatch/pkg/COMMENT N ports/misc/kwatch/pkg/DESCR N ports/misc/kwatch/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 12 01:53:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12494 for cvs-all-outgoing; Fri, 12 Jun 1998 01:53:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12384; Fri, 12 Jun 1998 01:52:33 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20658; Fri, 12 Jun 1998 01:52:07 -0700 (PDT) Date: Fri, 12 Jun 1998 01:52:07 -0700 (PDT) Message-Id: <199806120852.BAA20658@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:52:06 PDT Modified files: misc Makefile Log: Activate kwatch. Revision Changes Path 1.146 +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 Fri Jun 12 01:54:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12652 for cvs-all-outgoing; Fri, 12 Jun 1998 01:54:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12498; Fri, 12 Jun 1998 01:53:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20689; Fri, 12 Jun 1998 01:52:52 -0700 (PDT) Date: Fri, 12 Jun 1998 01:52:52 -0700 (PDT) Message-Id: <199806120852.BAA20689@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 01:52:51 PDT Modified files: . modules Log: kwatch --> ports/misc/kwatch Revision Changes Path 1.2083 +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 12 02:06:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15788 for cvs-all-outgoing; Fri, 12 Jun 1998 02:06:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA15712; Fri, 12 Jun 1998 02:05:52 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20947; Fri, 12 Jun 1998 02:05:28 -0700 (PDT) Date: Fri, 12 Jun 1998 02:05:28 -0700 (PDT) Message-Id: <199806120905.CAA20947@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ksamba Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 02:05:28 PDT Modified files: net/ksamba Makefile Log: HAS_CONFIGURE + --prefix=${PREFIX} = GNU_CONFIGURE Revision Changes Path 1.2 +2 -3 ports/net/ksamba/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 12 02:11:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16899 for cvs-all-outgoing; Fri, 12 Jun 1998 02:11:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16752; Fri, 12 Jun 1998 02:10:54 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20997; Fri, 12 Jun 1998 02:10:25 -0700 (PDT) Date: Fri, 12 Jun 1998 02:10:25 -0700 (PDT) Message-Id: <199806120910.CAA20997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include vmparam.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1998/06/12 02:10:24 PDT Modified files: sys/i386/include vmparam.h Log: Increased MAXTSIZ to 128MB...there are binaries that get quite large. Increased DFLDSIZ to 128MB, as it is a better default. Reviewed by: jkh Revision Changes Path 1.30 +3 -3 src/sys/i386/include/vmparam.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 12 03:53:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12255 for cvs-all-outgoing; Fri, 12 Jun 1998 03:53:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12215; Fri, 12 Jun 1998 03:53:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21325; Fri, 12 Jun 1998 03:52:54 -0700 (PDT) Date: Fri, 12 Jun 1998 03:52:54 -0700 (PDT) Message-Id: <199806121052.DAA21325@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk sys.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 03:52:53 PDT Modified files: share/mk sys.mk Log: Move bsd.own.mk after make.conf, this allows BINFORMAT to be set in /etc/make.conf - it changes LIBDIR in bsd.own.mk. Note that there are still problems with this, individual Makefiles cannot override BINFORMAT. Revision Changes Path 1.38 +3 -3 src/share/mk/sys.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 03:57:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12780 for cvs-all-outgoing; Fri, 12 Jun 1998 03:57:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12763; Fri, 12 Jun 1998 03:57:49 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id DAA12392; Fri, 12 Jun 1998 03:55:37 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Peter Wemm cc: Andreas Klemm , Bill Paul , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i In-reply-to: Your message of "Fri, 12 Jun 1998 16:25:12 +0800." <199806120825.QAA16386@spinner.netplex.com.au> Date: Fri, 12 Jun 1998 03:55:36 -0700 Message-ID: <12387.897648936@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Yes, you can say that again. Radius is nice, but.. Up until now you've > often had to duplicate accounts, passwords etc etc - one set for the > terminal servers, one for the shell/mail/etc servers. The possibility of > storing everything in one place would be really nice, as long as it was > quick and robust. ppp/CHAP can't be used with unix encrypted passwords, > so you can't use a unix /etc/master.passwd file as a source for ``secure'' > (as microsoft calls it) authentication. Actually, radius allows this just fine - to do what you specifically want to do, for example, you'd just put something like this at the end of your radius users file: DEFAULT Password = "UNIX" User-Service = Framed-User, Framed-Protocol = PPP, Framed-Routing = None, Framed-Address = 255.255.255.254, Framed-Netmask = 255.255.255.255, Framed-Compression = Van-Jacobsen-TCP-IP, Framed-MTU = 1006 - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 04:15:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10311 for cvs-all-outgoing; Fri, 12 Jun 1998 03:44:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10162; Fri, 12 Jun 1998 03:43:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21280; Fri, 12 Jun 1998 03:43:19 -0700 (PDT) Date: Fri, 12 Jun 1998 03:43:19 -0700 (PDT) Message-Id: <199806121043.DAA21280@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ldconfig Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 03:43:19 PDT Modified files: sbin/ldconfig Makefile Log: Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf. Without this, defines stuff for elf linking which is not what ldconfig needs. Revision Changes Path 1.13 +2 -2 src/sbin/ldconfig/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 12 04:39:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20000 for cvs-all-outgoing; Fri, 12 Jun 1998 04:39:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19981; Fri, 12 Jun 1998 04:39:05 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA21511; Fri, 12 Jun 1998 04:38:42 -0700 (PDT) Date: Fri, 12 Jun 1998 04:38:42 -0700 (PDT) Message-Id: <199806121138.EAA21511@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/ssh/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/12 04:38:42 PDT Modified files: security/ssh/pkg PLIST Log: Fix all *1 links Revision Changes Path 1.13 +30 -16 ports/security/ssh/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 12 04:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20107 for cvs-all-outgoing; Fri, 12 Jun 1998 04:40:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20042; Fri, 12 Jun 1998 04:39:58 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA21541; Fri, 12 Jun 1998 04:39:32 -0700 (PDT) Date: Fri, 12 Jun 1998 04:39:32 -0700 (PDT) Message-Id: <199806121139.EAA21541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/ssh Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/12 04:39:32 PDT Modified files: security/ssh Makefile Log: Do not install slogin1.1 manpage, no such program Revision Changes Path 1.56 +1 -3 ports/security/ssh/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 12 05:08:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24702 for cvs-all-outgoing; Fri, 12 Jun 1998 05:08:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24677; Fri, 12 Jun 1998 05:08:33 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21642; Fri, 12 Jun 1998 05:08:10 -0700 (PDT) Date: Fri, 12 Jun 1998 05:08:10 -0700 (PDT) Message-Id: <199806121208.FAA21642@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/o2c - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 05:08:10 PDT ports/lang/o2c - Imported sources Update of /home/ncvs/ports/lang/o2c In directory freefall.freebsd.org:/tmp/cvs-serv21633 Log Message: New port o2c, an Oberon-2 compiler. PR: 5273 Submitted by: Oliver Breuninger Status: Vendor Tag: OB Release Tags: o2c_1_16 N ports/lang/o2c/Makefile N ports/lang/o2c/files/md5 N ports/lang/o2c/files/o2 N ports/lang/o2c/patches/patch-ab N ports/lang/o2c/patches/patch-aa N ports/lang/o2c/pkg/COMMENT N ports/lang/o2c/pkg/DESCR N ports/lang/o2c/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 12 05:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24830 for cvs-all-outgoing; Fri, 12 Jun 1998 05:10:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24798; Fri, 12 Jun 1998 05:09:41 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21673; Fri, 12 Jun 1998 05:09:16 -0700 (PDT) Date: Fri, 12 Jun 1998 05:09:16 -0700 (PDT) Message-Id: <199806121209.FAA21673@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 05:09:15 PDT Modified files: lang Makefile Log: Activate o2c. Revision Changes Path 1.101 +2 -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 Fri Jun 12 05:10:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25015 for cvs-all-outgoing; Fri, 12 Jun 1998 05:10:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24938; Fri, 12 Jun 1998 05:10:12 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21705; Fri, 12 Jun 1998 05:09:48 -0700 (PDT) Date: Fri, 12 Jun 1998 05:09:48 -0700 (PDT) Message-Id: <199806121209.FAA21705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 05:09:48 PDT Modified files: . modules Log: o2c --> ports/lang/o2c Revision Changes Path 1.2084 +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 12 05:26:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28039 for cvs-all-outgoing; Fri, 12 Jun 1998 05:26:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28006; Fri, 12 Jun 1998 05:26:18 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21844; Fri, 12 Jun 1998 05:25:54 -0700 (PDT) Date: Fri, 12 Jun 1998 05:25:54 -0700 (PDT) Message-Id: <199806121225.FAA21844@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/06/12 05:25:54 PDT Modified files: handbook submitters.sgml Log: Add Oliver Breuninger for his o2c port. Revision Changes Path 1.196 +3 -1 doc/handbook/submitters.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 12 05:37:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00650 for cvs-all-outgoing; Fri, 12 Jun 1998 05:37:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00613; Fri, 12 Jun 1998 05:37:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21909; Fri, 12 Jun 1998 05:37:16 -0700 (PDT) Date: Fri, 12 Jun 1998 05:37:16 -0700 (PDT) Message-Id: <199806121237.FAA21909@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/rpcinfo rpcinfo.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 05:37:16 PDT Modified files: usr.bin/rpcinfo rpcinfo.c Log: #include Revision Changes Path 1.8 +2 -3 src/usr.bin/rpcinfo/rpcinfo.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 12 05:55:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03756 for cvs-all-outgoing; Fri, 12 Jun 1998 05:55:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03732; Fri, 12 Jun 1998 05:55:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA22078; Fri, 12 Jun 1998 05:54:55 -0700 (PDT) Date: Fri, 12 Jun 1998 05:54:55 -0700 (PDT) Message-Id: <199806121254.FAA22078@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/telnet commands.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 05:54:55 PDT Modified files: usr.bin/telnet commands.c Log: #include Revision Changes Path 1.11 +1 -3 src/usr.bin/telnet/commands.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 12 05:56:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03904 for cvs-all-outgoing; Fri, 12 Jun 1998 05:56:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03838; Fri, 12 Jun 1998 05:56:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA22108; Fri, 12 Jun 1998 05:55:46 -0700 (PDT) Date: Fri, 12 Jun 1998 05:55:46 -0700 (PDT) Message-Id: <199806121255.FAA22108@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/whois whois.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 05:55:46 PDT Modified files: usr.bin/whois whois.c Log: #include Revision Changes Path 1.6 +2 -1 src/usr.bin/whois/whois.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 12 06:02:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05051 for cvs-all-outgoing; Fri, 12 Jun 1998 06:02:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04969; Fri, 12 Jun 1998 06:01:46 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA22193; Fri, 12 Jun 1998 06:01:21 -0700 (PDT) Date: Fri, 12 Jun 1998 06:01:21 -0700 (PDT) Message-Id: <199806121301.GAA22193@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/FAQ FAQ.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/06/12 06:01:20 PDT Modified files: FAQ FAQ.sgml Log: Add HTTP link to the PDF version on the FTP Server. I hope Jordan will update the directory /pub/FreeBSD/docs more regulary ;-) Revision Changes Path 1.98 +5 -3 doc/FAQ/FAQ.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 12 06:05:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05483 for cvs-all-outgoing; Fri, 12 Jun 1998 06:05:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA05460; Fri, 12 Jun 1998 06:05:25 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA22245; Fri, 12 Jun 1998 06:05:00 -0700 (PDT) Date: Fri, 12 Jun 1998 06:05:00 -0700 (PDT) Message-Id: <199806121305.GAA22245@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ypwhich ypwhich.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 06:05:00 PDT Modified files: usr.bin/ypwhich ypwhich.c Log: #include Also, use real struct in_addr rather than u_long. Revision Changes Path 1.10 +5 -3 src/usr.bin/ypwhich/ypwhich.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 12 07:00:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13735 for cvs-all-outgoing; Fri, 12 Jun 1998 07:00:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13663; Fri, 12 Jun 1998 07:00:13 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA19479; Fri, 12 Jun 1998 06:59:50 -0700 (PDT) Date: Fri, 12 Jun 1998 06:59:50 -0700 (PDT) Message-Id: <199806121359.GAA19479@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/tutorials/ddwg ddwg.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/06/12 06:59:49 PDT Modified files: data/tutorials/ddwg ddwg.sgml Log: Document d_poll() and d_select(). Revision Changes Path 1.5 +95 -2 www/data/tutorials/ddwg/ddwg.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 12 07:06:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14667 for cvs-all-outgoing; Fri, 12 Jun 1998 07:06:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14485; Fri, 12 Jun 1998 07:05:14 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id HAA13347; Fri, 12 Jun 1998 07:05:16 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Wolfram Schneider cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: Re: cvs commit: doc/FAQ FAQ.sgml In-reply-to: Your message of "Fri, 12 Jun 1998 06:01:21 PDT." <199806121301.GAA22193@freefall.freebsd.org> Date: Fri, 12 Jun 1998 07:05:16 -0700 Message-ID: <13344.897660316@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Add HTTP link to the PDF version on the FTP Server. I hope > Jordan will update the directory /pub/FreeBSD/docs more regulary ;-) Jordan will need to automate it first - there is currently nothing which builds the ASCII/PS docs on a regular basis (the web build stuff does HTML versions only). If you want to generate them periodically and put them up for mirroring, I could at least add a mirror job to wcarchive which employed this solution for the short-term. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 07:11:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15503 for cvs-all-outgoing; Fri, 12 Jun 1998 07:11:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15497; Fri, 12 Jun 1998 07:11:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19529; Fri, 12 Jun 1998 07:11:16 -0700 (PDT) Date: Fri, 12 Jun 1998 07:11:16 -0700 (PDT) Message-Id: <199806121411.HAA19529@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ldd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 07:11:16 PDT Modified files: usr.bin/ldd Makefile Log: Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitions from Revision Changes Path 1.9 +2 -2 src/usr.bin/ldd/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 12 07:15:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16243 for cvs-all-outgoing; Fri, 12 Jun 1998 07:15:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16234; Fri, 12 Jun 1998 07:15:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19561; Fri, 12 Jun 1998 07:15:25 -0700 (PDT) Date: Fri, 12 Jun 1998 07:15:25 -0700 (PDT) Message-Id: <199806121415.HAA19561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/systat netstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 07:15:25 PDT Modified files: usr.bin/systat netstat.c Log: #include Revision Changes Path 1.10 +2 -1 src/usr.bin/systat/netstat.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 12 07:18:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16933 for cvs-all-outgoing; Fri, 12 Jun 1998 07:18:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16928; Fri, 12 Jun 1998 07:18:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19589; Fri, 12 Jun 1998 07:18:34 -0700 (PDT) Date: Fri, 12 Jun 1998 07:18:34 -0700 (PDT) Message-Id: <199806121418.HAA19589@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/systat netcmds.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 07:18:34 PDT Modified files: usr.bin/systat netcmds.c Log: #include Revision Changes Path 1.8 +2 -1 src/usr.bin/systat/netcmds.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 12 07:39:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21459 for cvs-all-outgoing; Fri, 12 Jun 1998 07:39:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21432; Fri, 12 Jun 1998 07:39:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19673; Fri, 12 Jun 1998 07:39:01 -0700 (PDT) Date: Fri, 12 Jun 1998 07:39:01 -0700 (PDT) Message-Id: <199806121439.HAA19673@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd main.c src/usr.sbin/bootparamd/callbootd callbootd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 07:39:00 PDT Modified files: usr.sbin/bootparamd/bootparamd main.c usr.sbin/bootparamd/callbootd callbootd.c Log: #include for inet_* definitions. Revision Changes Path 1.8 +4 -2 src/usr.sbin/bootparamd/bootparamd/main.c 1.7 +4 -2 src/usr.sbin/bootparamd/callbootd/callbootd.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 12 07:43:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22427 for cvs-all-outgoing; Fri, 12 Jun 1998 07:43:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22393; Fri, 12 Jun 1998 07:42:59 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19727; Fri, 12 Jun 1998 07:42:35 -0700 (PDT) Date: Fri, 12 Jun 1998 07:42:35 -0700 (PDT) Message-Id: <199806121442.HAA19727@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/12 07:42:34 PDT Modified files: handbook contrib.sgml submitters.sgml Log: Add latest contributors and also prune items from our "wish list" that have already been taken care of. Clean up some bogons in contrib.sgml which kept the handbook from building and also eliminate some positions which never really went anywhere. Revision Changes Path 1.289 +2 -4 doc/handbook/contrib.sgml 1.197 +4 -16 doc/handbook/submitters.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 12 07:58:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25523 for cvs-all-outgoing; Fri, 12 Jun 1998 07:58:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25516; Fri, 12 Jun 1998 07:58:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19774; Fri, 12 Jun 1998 07:58:04 -0700 (PDT) Date: Fri, 12 Jun 1998 07:58:04 -0700 (PDT) Message-Id: <199806121458.HAA19774@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/xntpd/xntpd ntp_io.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 07:58:04 PDT Modified files: usr.sbin/xntpd/xntpd ntp_io.c Log: #include instead of rolling own prototype. Revision Changes Path 1.3 +1 -3 src/usr.sbin/xntpd/xntpd/ntp_io.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 12 08:02:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26450 for cvs-all-outgoing; Fri, 12 Jun 1998 08:02:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26426; Fri, 12 Jun 1998 08:02:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA19813; Fri, 12 Jun 1998 08:02:03 -0700 (PDT) Date: Fri, 12 Jun 1998 08:02:03 -0700 (PDT) Message-Id: <199806121502.IAA19813@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen Makefile.inc nlist.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 08:02:03 PDT Modified files: lib/libc/gen Makefile.inc nlist.c Log: Make nlist() understand elf unconditionally Revision Changes Path 1.47 +1 -5 src/lib/libc/gen/Makefile.inc 1.8 +1 -0 src/lib/libc/gen/nlist.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 12 08:05:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26934 for cvs-all-outgoing; Fri, 12 Jun 1998 08:05:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26907; Fri, 12 Jun 1998 08:05:38 -0700 (PDT) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.8/8.8.7) with SMTP id KAA18736; Fri, 12 Jun 1998 10:05:35 -0500 (EST) Date: Fri, 12 Jun 1998 10:05:35 -0500 (EST) From: John Fieber Reply-To: John Fieber To: "Jordan K. Hubbard" cc: Wolfram Schneider , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: Re: cvs commit: doc/FAQ FAQ.sgml In-Reply-To: <13344.897660316@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 12 Jun 1998, Jordan K. Hubbard wrote: > > Add HTTP link to the PDF version on the FTP Server. I hope > > Jordan will update the directory /pub/FreeBSD/docs more regulary ;-) > > Jordan will need to automate it first - there is currently nothing > which builds the ASCII/PS docs on a regular basis (the web build stuff > does HTML versions only). Um, no. ASCII, latin1, postscript and HTML versions of the handbook and FAQ are generated automagically. They just need an automated way to migrate. Maybe you can fetch(1) them in a cron job? The URL (compact representation): http://www.freebsd.org/(handbook|FAQ)/(handbook|FAQ)(.ascii|.latin1|.ps|-html.tar.gz) -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 08:18:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28486 for cvs-all-outgoing; Fri, 12 Jun 1998 08:18:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sasami.jurai.net (winter@sasami.jurai.net [207.153.65.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28439; Fri, 12 Jun 1998 08:18:42 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with SMTP id LAA11513; Fri, 12 Jun 1998 11:17:44 -0400 (EDT) Date: Fri, 12 Jun 1998 11:17:44 -0400 (EDT) From: "Matthew N. Dodd" To: Peter Wemm cc: Andreas Klemm , Bill Paul , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i In-Reply-To: <199806120825.QAA16386@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 On Fri, 12 Jun 1998, Peter Wemm wrote: > Yes, you can say that again. Radius is nice, but.. Up until now you've > often had to duplicate accounts, passwords etc etc - one set for the > terminal servers, one for the shell/mail/etc servers. The possibility of > storing everything in one place would be really nice, as long as it was > quick and robust. ppp/CHAP can't be used with unix encrypted passwords, > so you can't use a unix /etc/master.passwd file as a source for ``secure'' > (as microsoft calls it) authentication. A solution that considers the needs of various authentication systems would be nice. There is really no good reason not to store passwords crypted in different ways. One could store them in DES, MD5, whatever CHAP uses, whatever SAMBA/CIFS uses etc... A user could select the various service specific password instances he or she wished to use when changing their password. Of course this would probably imply not storing passwords in /etc/master.passwd (Which is IMHO a good direction to move in.), or only storing the primary 'unix compat' password there. As to the dangers of having the same password endrypted by several possiably weaker encryption methods consider that if someone has access to your crypted password they can probably break it. (Not -yours- because you use good rules for generating your password, but a random luser in general. Yes, running cracklib should be default. *sigh*) /* Matthew N. Dodd | A memory retaining a love you had for life winter@jurai.net | As cruel as it seems nothing ever seems to http://www.jurai.net/~winter | go right - FLA M 3.1:53 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 08:33:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA00554 for cvs-all-outgoing; Fri, 12 Jun 1998 08:33:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA00547; Fri, 12 Jun 1998 08:32:58 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20062; Fri, 12 Jun 1998 08:32:34 -0700 (PDT) Date: Fri, 12 Jun 1998 08:32:34 -0700 (PDT) Message-Id: <199806121532.IAA20062@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/12 08:32:33 PDT Modified files: . modules Log: Remove ja-platex-euc. Revision Changes Path 1.2085 +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 Fri Jun 12 08:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01042 for cvs-all-outgoing; Fri, 12 Jun 1998 08:36:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01008; Fri, 12 Jun 1998 08:36:13 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20157; Fri, 12 Jun 1998 08:35:49 -0700 (PDT) Date: Fri, 12 Jun 1998 08:35:49 -0700 (PDT) Message-Id: <199806121535.IAA20157@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex209 Makefile ports/japanese/platex209/files md5 ports/japanese/platex209/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/12 08:35:49 PDT Removed files: japanese/platex209 Makefile japanese/platex209/files md5 japanese/platex209/pkg COMMENT DESCR PLIST Log: Change directory name from 'platex209' to 'platex209-euc'. Mistaken by: myself To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 08:38:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01231 for cvs-all-outgoing; Fri, 12 Jun 1998 08:38:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01185; Fri, 12 Jun 1998 08:37:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20192; Fri, 12 Jun 1998 08:37:24 -0700 (PDT) Date: Fri, 12 Jun 1998 08:37:24 -0700 (PDT) Message-Id: <199806121537.IAA20192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp loadalias.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 08:37:24 PDT Modified files: usr.sbin/ppp loadalias.c Log: Use the elf libalias name when compiled under elf. Revision Changes Path 1.18 +5 -1 src/usr.sbin/ppp/loadalias.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 12 08:38:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01428 for cvs-all-outgoing; Fri, 12 Jun 1998 08:38:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01399; Fri, 12 Jun 1998 08:38:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20229; Fri, 12 Jun 1998 08:37:56 -0700 (PDT) Date: Fri, 12 Jun 1998 08:37:56 -0700 (PDT) Message-Id: <199806121537.IAA20229@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/12 08:37:56 PDT Modified files: . modules Log: ja-platex209-euc --> ports/japanese/platex209-euc Revision Changes Path 1.2086 +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 12 08:39:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01764 for cvs-all-outgoing; Fri, 12 Jun 1998 08:39:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01670; Fri, 12 Jun 1998 08:39:36 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20256; Fri, 12 Jun 1998 08:39:11 -0700 (PDT) Date: Fri, 12 Jun 1998 08:39:11 -0700 (PDT) Message-Id: <199806121539.IAA20256@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/platex209-euc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/06/12 08:39:10 PDT ports/japanese/platex209-euc - Imported sources Update of /home/ncvs/ports/japanese/platex209-euc In directory freefall.freebsd.org:/tmp/cvs-serv20247 Log Message: Change directory name from 'platex209' to 'platex209-euc'. Mistaken by: myself ASCII Japanese pLaTeX 2.09 with Japanese EUC code support. Submitted by: Makoto WATANABE PR: ports/5878 Status: Vendor Tag: WATANABE Release Tags: v1_0 N ports/japanese/platex209-euc/Makefile N ports/japanese/platex209-euc/files/md5 N ports/japanese/platex209-euc/pkg/COMMENT N ports/japanese/platex209-euc/pkg/DESCR N ports/japanese/platex209-euc/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 12 08:52:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04977 for cvs-all-outgoing; Fri, 12 Jun 1998 08:52:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04757; Fri, 12 Jun 1998 08:51:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20386; Fri, 12 Jun 1998 08:50:58 -0700 (PDT) Date: Fri, 12 Jun 1998 08:50:58 -0700 (PDT) Message-Id: <199806121550.IAA20386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/ld Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 08:50:58 PDT Modified files: gnu/usr.bin/ld Makefile Log: Add -DFREEBSD_AOUT to CFLAGS, to ensure that gives us the correct definitions, even when compiling the a.out ld under elf. Revision Changes Path 1.25 +2 -2 src/gnu/usr.bin/ld/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 12 09:10:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09599 for cvs-all-outgoing; Fri, 12 Jun 1998 09:10:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09504; Fri, 12 Jun 1998 09:09:59 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA20485; Fri, 12 Jun 1998 09:09:34 -0700 (PDT) Date: Fri, 12 Jun 1998 09:09:34 -0700 (PDT) Message-Id: <199806121609.JAA20485@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 09:09:33 PDT Modified files: libexec Makefile Log: Only build rtld-aout if we're in an a.out build environment. Revision Changes Path 1.31 +5 -2 src/libexec/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 12 09:13:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10512 for cvs-all-outgoing; Fri, 12 Jun 1998 09:13:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10453; Fri, 12 Jun 1998 09:13:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20420; Fri, 12 Jun 1998 08:58:00 -0700 (PDT) Date: Fri, 12 Jun 1998 08:58:00 -0700 (PDT) Message-Id: <199806121558.IAA20420@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libtermcap Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 08:57:59 PDT Modified files: lib/libtermcap Makefile Log: Understand elf library naming rules for libtermlib alias. Don't do the libtermcap un-bump hack for anything but a.out Revision Changes Path 1.23 +9 -0 src/lib/libtermcap/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 12 09:19:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12009 for cvs-all-outgoing; Fri, 12 Jun 1998 09:19:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11979; Fri, 12 Jun 1998 09:18:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA20525; Fri, 12 Jun 1998 09:18:27 -0700 (PDT) Date: Fri, 12 Jun 1998 09:18:27 -0700 (PDT) Message-Id: <199806121618.JAA20525@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 09:18:27 PDT Modified files: usr.bin Makefile Log: The doscmd build process and doscmd.kernel loader is very a.out specific and doesn't fly too well on in an elf enviroment yet. Revision Changes Path 1.103 +5 -2 src/usr.bin/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 12 09:23:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13109 for cvs-all-outgoing; Fri, 12 Jun 1998 09:23:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13040; Fri, 12 Jun 1998 09:22:52 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA20565; Fri, 12 Jun 1998 09:22:27 -0700 (PDT) Date: Fri, 12 Jun 1998 09:22:27 -0700 (PDT) Message-Id: <199806121622.JAA20565@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/strip Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 09:22:26 PDT Modified files: usr.bin/strip Makefile Log: "./strip maybe_stripped" doesn't work too well if maybe_stripped is an elf executable.. Revision Changes Path 1.9 +1 -1 src/usr.bin/strip/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 12 09:25:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13466 for cvs-all-outgoing; Fri, 12 Jun 1998 09:25:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13350; Fri, 12 Jun 1998 09:24:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA20593; Fri, 12 Jun 1998 09:24:14 -0700 (PDT) Date: Fri, 12 Jun 1998 09:24:14 -0700 (PDT) Message-Id: <199806121624.JAA20593@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/amd/fsinfo fsinfo.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 09:24:14 PDT Modified files: usr.sbin/amd/fsinfo fsinfo.h Log: #include Revision Changes Path 1.7 +2 -1 src/usr.sbin/amd/fsinfo/fsinfo.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 12 09:26:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13759 for cvs-all-outgoing; Fri, 12 Jun 1998 09:26:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13605; Fri, 12 Jun 1998 09:25:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA20622; Fri, 12 Jun 1998 09:25:19 -0700 (PDT) Date: Fri, 12 Jun 1998 09:25:19 -0700 (PDT) Message-Id: <199806121625.JAA20622@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/kvm_mkdb Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 09:25:19 PDT Modified files: usr.sbin/kvm_mkdb Makefile Log: Always support an elf kernel when given one. Revision Changes Path 1.4 +0 -2 src/usr.sbin/kvm_mkdb/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 12 10:37:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27493 for cvs-all-outgoing; Fri, 12 Jun 1998 10:37:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27482; Fri, 12 Jun 1998 10:37:07 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20881; Fri, 12 Jun 1998 10:36:41 -0700 (PDT) Date: Fri, 12 Jun 1998 10:36:41 -0700 (PDT) Message-Id: <199806121736.KAA20881@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/12 10:36:40 PDT Modified files: handbook submitters.sgml Log: Add a convenient tag. Revision Changes Path 1.198 +2 -2 doc/handbook/submitters.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 12 10:45:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29231 for cvs-all-outgoing; Fri, 12 Jun 1998 10:45:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29219; Fri, 12 Jun 1998 10:45:38 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20946; Fri, 12 Jun 1998 10:45:13 -0700 (PDT) Date: Fri, 12 Jun 1998 10:45:13 -0700 (PDT) Message-Id: <199806121745.KAA20946@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c datalink.c ipcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/12 10:45:12 PDT Modified files: usr.sbin/ppp bundle.c bundle.h command.c datalink.c ipcp.c Log: o Maintain a link-type mask for open datalinks as well as for all datalinks in a bundle. Ppp now deals correctly with link types that are changed while open o When changing the type of the last AUTO link, only clear the interface if we're not in PHASE_NETWORK. This allows us to switch to -ddial mode while we have a connection without suddenly unexpectedly throttling ourselves by clearing the interface configuration. Problem area noted by: Aaron Jeremias Luz Revision Changes Path 1.15 +78 -56 src/usr.sbin/ppp/bundle.c 1.7 +6 -2 src/usr.sbin/ppp/bundle.h 1.140 +5 -5 src/usr.sbin/ppp/command.c 1.8 +2 -1 src/usr.sbin/ppp/datalink.c 1.54 +2 -2 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 Fri Jun 12 10:46:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29334 for cvs-all-outgoing; Fri, 12 Jun 1998 10:46:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29269; Fri, 12 Jun 1998 10:45:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20973; Fri, 12 Jun 1998 10:45:28 -0700 (PDT) Date: Fri, 12 Jun 1998 10:45:28 -0700 (PDT) Message-Id: <199806121745.KAA20973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/12 10:45:28 PDT Modified files: usr.sbin/ppp ppp.8 Log: Correct arg hack Submitted by: David Leonard Revision Changes Path 1.103 +3 -3 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 Fri Jun 12 10:46:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29460 for cvs-all-outgoing; Fri, 12 Jun 1998 10:46:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29312; Fri, 12 Jun 1998 10:46:10 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA21000; Fri, 12 Jun 1998 10:45:42 -0700 (PDT) Date: Fri, 12 Jun 1998 10:45:42 -0700 (PDT) Message-Id: <199806121745.KAA21000@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp throughput.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/12 10:45:42 PDT Modified files: usr.sbin/ppp throughput.c Log: Remove '\n' from `show throughput'. ctime() already does a linefeed. Revision Changes Path 1.7 +3 -3 src/usr.sbin/ppp/throughput.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 12 10:48:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29871 for cvs-all-outgoing; Fri, 12 Jun 1998 10:48:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29736; Fri, 12 Jun 1998 10:48:09 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA21030; Fri, 12 Jun 1998 10:47:42 -0700 (PDT) Date: Fri, 12 Jun 1998 10:47:42 -0700 (PDT) Message-Id: <199806121747.KAA21030@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/12 10:47:41 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ppp.8 Log: MFC: Correct arg hack Submitted by: David Leonard Revision Changes Path 1.19.2.38 +3 -4 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 Fri Jun 12 10:50:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00366 for cvs-all-outgoing; Fri, 12 Jun 1998 10:50:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00166; Fri, 12 Jun 1998 10:49:32 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id KAA13779; Fri, 12 Jun 1998 10:48:58 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma013771; Fri Jun 12 10:48:52 1998 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id KAA23287; Fri, 12 Jun 1998 10:48:51 -0700 (PDT) From: Archie Cobbs Message-Id: <199806121748.KAA23287@bubba.whistle.com> Subject: Re: cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c In-Reply-To: <199806112100.XAA03394@gvr.gvr.org> from Guido van Rooij at "Jun 11, 98 11:00:46 pm" To: guido@gvr.org (Guido van Rooij) Date: Fri, 12 Jun 1998 10:48:51 -0700 (PDT) Cc: julian@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Guido van Rooij writes: > Julian Elischer wrote: > > julian 1998/06/09 21:34:58 PDT > > > > Modified files: > > usr.sbin/syslogd syslog.conf.5 syslogd.c > > Log: > > Allow syslogd to separate out kernel log messages with a known > > category. > > e.g. separate out ipfw entries to a separate file. > > >From what I see this means that if the kernel spits out a message > starting with a word frollowed by a colon, the prefix kernel: > is no longer printed. > > I wonder if this is wanted behaviour. Shouldn't this be made optional? > > -Guido Guido, Good comment... here's a better patch. Thanks, -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com Index: syslog.conf.5 =================================================================== RCS file: /cvs/freebsd/src/usr.sbin/syslogd/syslog.conf.5,v retrieving revision 1.9 diff -c -r1.9 syslog.conf.5 *** syslog.conf.5 1997/10/20 12:55:47 1.9 --- syslog.conf.5 1998/06/12 17:48:28 *************** *** 114,120 **** (the former is for compatibility with the previous syslogd, if one is sharing syslog.conf files, for example) and each block will be associated with calls to syslog from that specific ! program. .Pp See .Xr syslog 3 --- 114,121 ---- (the former is for compatibility with the previous syslogd, if one is sharing syslog.conf files, for example) and each block will be associated with calls to syslog from that specific ! program. A tag for ``foo'' will also match any message logged by the kernel ! with the prefix ``foo: ''. .Pp See .Xr syslog 3 *************** *** 294,299 **** --- 295,304 ---- # Save ftpd transactions along with mail and news !ftpd *.* /var/log/spoolerr + + # Log kernel firewall reports to a separate file + !ipfw + *.* /var/log/ipfw .Ed .Sh FILES .Bl -tag -width /etc/syslog.conf -compact Index: syslogd.c =================================================================== RCS file: /cvs/freebsd/src/usr.sbin/syslogd/syslogd.c,v retrieving revision 1.32 diff -c -r1.32 syslogd.c *** syslogd.c 1998/05/19 12:02:41 1.32 --- syslogd.c 1998/06/12 17:48:28 *************** *** 130,135 **** --- 130,136 ---- #define SYNC_FILE 0x002 /* do fsync on file after printing */ #define ADDDATE 0x004 /* add a date to the message */ #define MARK 0x008 /* this message is a mark */ + #define ISKERNEL 0x010 /* kernel generated message */ /* * This structure represents the files that will have log *************** *** 541,553 **** char *msg; { int c, pri, flags; ! char *lp, *p, *q, line[MAXLINE + 1]; - (void)strcpy(line, bootfile); - (void)strcat(line, ": "); - lp = line + strlen(line); for (p = msg; *p != '\0'; ) { ! flags = SYNC_FILE | ADDDATE; /* fsync file after write */ pri = DEFSPRI; if (*p == '<') { pri = 0; --- 542,551 ---- char *msg; { int c, pri, flags; ! char *p, *q; for (p = msg; *p != '\0'; ) { ! flags = ISKERNEL | SYNC_FILE | ADDDATE; /* fsync after write */ pri = DEFSPRI; if (*p == '<') { pri = 0; *************** *** 561,572 **** } if (pri &~ (LOG_FACMASK|LOG_PRIMASK)) pri = DEFSPRI; ! q = lp; ! while (*p != '\0' && (c = *p++) != '\n' && ! q < &line[MAXLINE]) ! *q++ = c; ! *q = '\0'; ! logmsg(pri, line, LocalHostName, flags); } } --- 559,569 ---- } if (pri &~ (LOG_FACMASK|LOG_PRIMASK)) pri = DEFSPRI; ! for (q = p; *q != '\0' && *q != '\n'; q++); ! if (*q != '\0') ! *q++ = '\0'; ! logmsg(pri, p, LocalHostName, flags); ! p = q; } } *************** *** 583,592 **** int flags; { struct filed *f; ! int fac, msglen, omask, prilev; char *timestamp; char prog[NAME_MAX+1]; ! int i; dprintf("logmsg: pri %o, flags %x, from %s, msg %s\n", pri, flags, from, msg); --- 580,589 ---- int flags; { struct filed *f; ! int i, fac, msglen, omask, prilev; char *timestamp; char prog[NAME_MAX+1]; ! char buf[MAXLINE+1]; dprintf("logmsg: pri %o, flags %x, from %s, msg %s\n", pri, flags, from, msg); *************** *** 630,635 **** --- 627,639 ---- prog[i] = msg[i]; } prog[i] = 0; + + /* add kernel prefix for kernel messages */ + if (flags & ISKERNEL) { + snprintf(buf, sizeof(buf), "%s: %s", bootfile, msg); + msg = buf; + msglen = strlen(buf); + } /* log the message to the particular outputs */ if (!Initialized) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 10:52:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00747 for cvs-all-outgoing; Fri, 12 Jun 1998 10:52:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00593; Fri, 12 Jun 1998 10:51:22 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA21753; Fri, 12 Jun 1998 10:50:50 -0700 (PDT) Date: Fri, 12 Jun 1998 10:50:50 -0700 (PDT) Message-Id: <199806121750.KAA21753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook eresources.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/06/12 10:50:50 PDT Modified files: handbook eresources.sgml Log: Nuke the now-dead 386bsd newsgroups. Revision Changes Path 1.46 +1 -7 doc/handbook/eresources.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 12 11:36:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09879 for cvs-all-outgoing; Fri, 12 Jun 1998 11:36:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09730; Fri, 12 Jun 1998 11:35:35 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id LAA12854; Fri, 12 Jun 1998 11:35:23 -0700 (PDT) (envelope-from jdp) Message-Id: <199806121835.LAA12854@austin.polstra.com> To: julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_loop.c if_var.h src/sys/netatalk ddp_output.c src/sys/netinet if_ether.c ip_input.c ip_output.c In-Reply-To: <199806120348.UAA18762@freefall.freebsd.org> References: <199806120348.UAA18762@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Fri, 12 Jun 1998 11:35:23 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199806120348.UAA18762@freefall.freebsd.org>, Julian Elischer wrote: > julian 1998/06/11 20:48:20 PDT > > Modified files: > sys/net if_ethersubr.c if_fddisubr.c if_loop.c > if_var.h > sys/netatalk ddp_output.c > sys/netinet if_ether.c ip_input.c ip_output.c > Log: > Go through the loopback code with a broom.. > Remove lots'o'hacks. > looutput is now static. > > Other callers who want to use loopback to allow shortcutting > should call the special entrypoint for this, if_simloop(), which is > specifically designed for this purpose. Using looutput for this purpose > was problematic, particularly with bpf and trying to keep track > of whether one should be using the charateristics of the loopback interface > or the interface (e.g. if_ethersubr.c) that was requesting the loopback. > There was a whole class of errors due to this mis-use each of which had > hacks to cover them up. > > Consists largly of hack removal :-) > > Revision Changes Path > 1.49 +35 -97 src/sys/net/if_ethersubr.c > 1.31 +30 -60 src/sys/net/if_fddisubr.c > 1.33 +62 -27 src/sys/net/if_loop.c > 1.9 +3 -3 src/sys/net/if_var.h > 1.10 +9 -0 src/sys/netatalk/ddp_output.c > 1.47 +10 -10 src/sys/netinet/if_ether.c > 1.90 +2 -7 src/sys/netinet/ip_input.c > 1.72 +4 -4 src/sys/netinet/ip_output.c On a new -current kernel with these changes, I've gotten this console message 4 times in 2 hours: if_simloop: can't handle af=0 The machine is just sitting around not doing anything in particular. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 11:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10740 for cvs-all-outgoing; Fri, 12 Jun 1998 11:40:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10568; Fri, 12 Jun 1998 11:39:15 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id LAA12877; Fri, 12 Jun 1998 11:39:12 -0700 (PDT) (envelope-from jdp) Message-Id: <199806121839.LAA12877@austin.polstra.com> To: julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_loop.c if_var.h src/sys/netatalk ddp_output.c src/sys/netinet if_ether.c ip_input.c ip_output.c In-Reply-To: <199806120348.UAA18762@freefall.freebsd.org> References: <199806120348.UAA18762@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Fri, 12 Jun 1998 11:39:12 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199806120348.UAA18762@freefall.freebsd.org>, Julian Elischer wrote: > julian 1998/06/11 20:48:20 PDT > > Modified files: > sys/net if_ethersubr.c if_fddisubr.c if_loop.c > if_var.h > sys/netatalk ddp_output.c > sys/netinet if_ether.c ip_input.c ip_output.c > Log: > Go through the loopback code with a broom.. > Remove lots'o'hacks. > looutput is now static. > > Other callers who want to use loopback to allow shortcutting > should call the special entrypoint for this, if_simloop(), which is > specifically designed for this purpose. Using looutput for this purpose > was problematic, particularly with bpf and trying to keep track > of whether one should be using the charateristics of the loopback interface > or the interface (e.g. if_ethersubr.c) that was requesting the loopback. > There was a whole class of errors due to this mis-use each of which had > hacks to cover them up. > > Consists largly of hack removal :-) > > Revision Changes Path > 1.49 +35 -97 src/sys/net/if_ethersubr.c > 1.31 +30 -60 src/sys/net/if_fddisubr.c > 1.33 +62 -27 src/sys/net/if_loop.c > 1.9 +3 -3 src/sys/net/if_var.h > 1.10 +9 -0 src/sys/netatalk/ddp_output.c > 1.47 +10 -10 src/sys/netinet/if_ether.c > 1.90 +2 -7 src/sys/netinet/ip_input.c > 1.72 +4 -4 src/sys/netinet/ip_output.c On a separate note, could you please go in and remove the uses of the __FUNCTION__ macro? There's no real need to use it, and it adds a gratuitous dependency on GCC. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 12:04:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17291 for cvs-all-outgoing; Fri, 12 Jun 1998 12:04:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ranma.nectar.com (c019.n.communique.net [204.27.67.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17054; Fri, 12 Jun 1998 12:03:57 -0700 (PDT) (envelope-from nectar@ranma.nectar.com) Received: from ranma.nectar.com (localhost.communique.net [127.0.0.1]) by ranma.nectar.com (8.8.8/8.8.8) with ESMTP id OAA13421; Fri, 12 Jun 1998 14:00:11 -0500 (CDT) Message-Id: <199806121900.OAA13421@ranma.nectar.com> 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://pgp.ai.mit.edu:11371/pks/lookup?op=get&search=0x094724A9 From: Jacques Vidrine In-reply-to: <199806120825.QAA16386@spinner.netplex.com.au> References: <199806120825.QAA16386@spinner.netplex.com.au> Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i To: Peter Wemm cc: Andreas Klemm , Bill Paul , cvs-committers@FreeBSD.ORG Date: Fri, 12 Jun 1998 14:00:11 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- A nice solution: RADIUS server uses hesiod as account directory. Mail server uses hesiod, unless it is something like Cyrus. The RADIUS server and mail server uses Kerberos for authentication. If you must, shell accounts can also be supported by hesiod and Kerberos. Of course, you can't use CHAP with Kerberos, either -- storing passwords in plain text is silly anyway. Jacques Vidrine On 12 June 1998 at 16:25, Peter Wemm wrote: > Andreas Klemm wrote: > > On Thu, Jun 11, 1998 at 10:38:40PM +0800, Peter Wemm wrote: > > > > > > 1: we get things like hesiod for free, along with scope for things like > > > pure radius accounts etc. > > > > Interesting for ISP's. > > Yes, you can say that again. Radius is nice, but.. Up until now you've > often had to duplicate accounts, passwords etc etc - one set for the > terminal servers, one for the shell/mail/etc servers. The possibility of > storing everything in one place would be really nice, as long as it was > quick and robust. ppp/CHAP can't be used with unix encrypted passwords, > so you can't use a unix /etc/master.passwd file as a source for ``secure'' > (as microsoft calls it) authentication. > > I have a personal interest in this area, but have not had much to do with > Radius yet. This will be changing as I'm going to be introduced (with > force :-) to terminal servers that use Radius sometime over the next few > months. > > > -- > > Andreas Klemm http://www.FreeBSD.ORG/~andrea s > > What gives you 90% more speed, for example, in kernel compilation ? > > http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html > > "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP' ' > > > > Cheers, > -Peter > -- > Peter Wemm Netplex Consulting > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNYF6uzeRhT8JRySpAQH8DgQAn899Uks0qlzh+gtoe6jC8AKwD36gPipC LR5jSDQmBN/L6z4sZudsP0ZMAeR6w7Sl87fijsYE7rvWlU++b3by7L5b9ldbXF99 q4HtI34DF7LHnBkJZP129LWETWsAkKX8TNPl1/k+lChaPl92P77Zic03mc9zdyg2 D5FuSTirqYI= =N2RU -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 12:45:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26490 for cvs-all-outgoing; Fri, 12 Jun 1998 12:45:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26470; Fri, 12 Jun 1998 12:45:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA22197; Fri, 12 Jun 1998 12:45:15 -0700 (PDT) Date: Fri, 12 Jun 1998 12:45:15 -0700 (PDT) Message-Id: <199806121945.MAA22197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 12:45:15 PDT Modified files: libexec Makefile Log: Fix stupid typo, I had only tested this in elf mode. Revision Changes Path 1.32 +2 -2 src/libexec/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 12 13:04:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00387 for cvs-all-outgoing; Fri, 12 Jun 1998 13:04:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00357; Fri, 12 Jun 1998 13:03:53 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA22276; Fri, 12 Jun 1998 13:03:27 -0700 (PDT) Date: Fri, 12 Jun 1998 13:03:27 -0700 (PDT) Message-Id: <199806122003.NAA22276@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_loop.c src/sys/netinet ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/12 13:03:27 PDT Modified files: sys/net if_loop.c sys/netinet ip_fw.c Log: Remove 3 occurances of __FUNCTION__ Revision Changes Path 1.34 +3 -4 src/sys/net/if_loop.c 1.89 +2 -2 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 Fri Jun 12 13:13:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03005 for cvs-all-outgoing; Fri, 12 Jun 1998 13:13:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02965; Fri, 12 Jun 1998 13:12:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA22332; Fri, 12 Jun 1998 13:12:28 -0700 (PDT) Date: Fri, 12 Jun 1998 13:12:28 -0700 (PDT) Message-Id: <199806122012.NAA22332@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8 throughput.c throughput.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/12 13:12:27 PDT Modified files: usr.sbin/ppp command.c ppp.8 throughput.c throughput.h Log: Add the ``clear'' function. Mostly submitted by: "Stephane E. Potvin" Revision Changes Path 1.141 +47 -2 src/usr.sbin/ppp/command.c 1.104 +12 -1 src/usr.sbin/ppp/ppp.8 1.8 +42 -1 src/usr.sbin/ppp/throughput.c 1.5 +8 -1 src/usr.sbin/ppp/throughput.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 12 13:49:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10613 for cvs-all-outgoing; Fri, 12 Jun 1998 13:49:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10577; Fri, 12 Jun 1998 13:49:01 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA23091; Fri, 12 Jun 1998 13:48:34 -0700 (PDT) Date: Fri, 12 Jun 1998 13:48:34 -0700 (PDT) Message-Id: <199806122048.NAA23091@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/12 13:48:33 PDT Modified files: contrib/sys/softupdates ffs_softdep.c Log: Fix the case when renaming to a file that you've just created and deleted, that had an inode that has not yet been written to disk, when the inode of the new file is also not yet written to disk, and your old directory entry is not yet on disk but you need to remove it and the new name exists in memory but has been deleted but the transaction to write the deleted name to disk exists and has not yet been cancelled by the request to delete the non existant name. I don't know how kirk could have missed such a glaring problem for so long. :-) Especially since the inconsitency survived on the disk for a whole 4 second on average before being fixed by other code. This was not a crashing bug but just led to filesystem inconsitencies if you crashed. Submitted by: Kirk McKusick (mckusick@mckusick.com) Revision Changes Path 1.11 +43 -22 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 Jun 12 14:00:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12611 for cvs-all-outgoing; Fri, 12 Jun 1998 14:00:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from panzer.plutotech.com (ken@panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12398; Fri, 12 Jun 1998 13:59:04 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.8.8/8.8.5) id OAA14103; Fri, 12 Jun 1998 14:58:45 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199806122058.OAA14103@panzer.plutotech.com> Subject: Re: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_loop.c if_var.h src/sys/netatalk ddp_output.c src/sys/netine In-Reply-To: <199806121835.LAA12854@austin.polstra.com> from John Polstra at "Jun 12, 98 11:35:23 am" To: jdp@polstra.com (John Polstra) Date: Fri, 12 Jun 1998 14:58:45 -0600 (MDT) Cc: julian@FreeBSD.ORG, committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Polstra wrote... > In article <199806120348.UAA18762@freefall.freebsd.org>, > Julian Elischer wrote: > > julian 1998/06/11 20:48:20 PDT > > > > Modified files: > > sys/net if_ethersubr.c if_fddisubr.c if_loop.c > > if_var.h > > sys/netatalk ddp_output.c > > sys/netinet if_ether.c ip_input.c ip_output.c > > Log: > > Go through the loopback code with a broom.. > > Remove lots'o'hacks. > > looutput is now static. > > > > Other callers who want to use loopback to allow shortcutting > > should call the special entrypoint for this, if_simloop(), which is > > specifically designed for this purpose. Using looutput for this purpose > > was problematic, particularly with bpf and trying to keep track > > of whether one should be using the charateristics of the loopback interface > > or the interface (e.g. if_ethersubr.c) that was requesting the loopback. > > There was a whole class of errors due to this mis-use each of which had > > hacks to cover them up. > > > > Consists largly of hack removal :-) > > > > Revision Changes Path > > 1.49 +35 -97 src/sys/net/if_ethersubr.c > > 1.31 +30 -60 src/sys/net/if_fddisubr.c > > 1.33 +62 -27 src/sys/net/if_loop.c > > 1.9 +3 -3 src/sys/net/if_var.h > > 1.10 +9 -0 src/sys/netatalk/ddp_output.c > > 1.47 +10 -10 src/sys/netinet/if_ether.c > > 1.90 +2 -7 src/sys/netinet/ip_input.c > > 1.72 +4 -4 src/sys/netinet/ip_output.c > > On a new -current kernel with these changes, I've gotten this console > message 4 times in 2 hours: > > if_simloop: can't handle af=0 > > The machine is just sitting around not doing anything in particular. I agree. I've gotten the same messages with those code changes. It's rather annoying. {roadwarrior:/usr/home/ken:92:0} dmesg |grep -c if_simloop 22 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 Fri Jun 12 14:22:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17659 for cvs-all-outgoing; Fri, 12 Jun 1998 14:22:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17531; Fri, 12 Jun 1998 14:21:58 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA23176; Fri, 12 Jun 1998 14:21:29 -0700 (PDT) Date: Fri, 12 Jun 1998 14:21:29 -0700 (PDT) Message-Id: <199806122121.OAA23176@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/12 14:21:29 PDT Modified files: contrib/sys/softupdates ffs_softdep.c Log: Note which version of Kirk's sources this corresponds to. Revision Changes Path 1.12 +2 -2 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 Jun 12 15:12:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27699 for cvs-all-outgoing; Fri, 12 Jun 1998 15:12:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27668; Fri, 12 Jun 1998 15:12:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA23340; Fri, 12 Jun 1998 15:12:01 -0700 (PDT) Date: Fri, 12 Jun 1998 15:12:01 -0700 (PDT) Message-Id: <199806122212.PAA23340@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/12 15:12:00 PDT Modified files: data support.sgml Log: www.awfulhak.demon.co.uk -> www.awfulhak.org Thanks to: Dom Mitchell Revision Changes Path 1.82 +3 -3 www/data/support.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 12 15:57:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06809 for cvs-all-outgoing; Fri, 12 Jun 1998 15:57:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06789; Fri, 12 Jun 1998 15:57:22 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA23496; Fri, 12 Jun 1998 15:56:53 -0700 (PDT) Date: Fri, 12 Jun 1998 15:56:53 -0700 (PDT) Message-Id: <199806122256.PAA23496@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_select.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/12 15:56:52 PDT Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread uthread_select.c Log: MFC. Update file descriptor masks when no file descriptors are ready. Revision Changes Path 1.2.2.1 +1 -1 src/lib/libc_r/uthread/uthread_select.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 12 16:16:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10598 for cvs-all-outgoing; Fri, 12 Jun 1998 16:16:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10576; Fri, 12 Jun 1998 16:16:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA23591; Fri, 12 Jun 1998 16:15:59 -0700 (PDT) Date: Fri, 12 Jun 1998 16:15:59 -0700 (PDT) Message-Id: <199806122315.QAA23591@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys timepps.h src/sys/dev/ppbus pps.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/12 16:15:58 PDT Modified files: sys/sys timepps.h sys/dev/ppbus pps.c Log: Update to draft-mogul-pps-api-02.txt as submitted to IETF Revision Changes Path 1.2 +39 -12 src/sys/sys/timepps.h 1.7 +15 -6 src/sys/dev/ppbus/pps.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 12 19:04:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08815 for cvs-all-outgoing; Fri, 12 Jun 1998 19:04:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08810; Fri, 12 Jun 1998 19:04:09 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA24031; Fri, 12 Jun 1998 19:03:41 -0700 (PDT) Date: Fri, 12 Jun 1998 19:03:41 -0700 (PDT) Message-Id: <199806130203.TAA24031@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/12 19:03:41 PDT Modified files: . Makefile Log: join(1) is used by lorder, add it to build-tools. (otherwise, things get ugly when an a.out /usr/bin/join sees the elf LD_LIBRARY_PATH from a 'make world' and it's a.out ld.so tries to load the elf libc.so.) Revision Changes Path 1.202 +2 -1 src/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 12 19:10:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09543 for cvs-all-outgoing; Fri, 12 Jun 1998 19:10:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09535 for ; Fri, 12 Jun 1998 19:10:45 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id KAA23845 for ; Sat, 13 Jun 1998 10:10:34 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806130210.KAA23845@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile In-reply-to: Your message of "Fri, 12 Jun 1998 19:03:41 MST." <199806130203.TAA24031@freefall.freebsd.org> Date: Sat, 13 Jun 1998 10:10:34 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > peter 1998/06/12 19:03:41 PDT > > Modified files: > . Makefile > Log: > join(1) is used by lorder, add it to build-tools. (otherwise, things get > ugly when an a.out /usr/bin/join sees the elf LD_LIBRARY_PATH from a > 'make world' and it's a.out ld.so tries to load the elf libc.so.) Does anybody else think that now would be a good time to delete the PATH=/bin:/usr/bin from lorder.sh? Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 12 19:17:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10245 for cvs-all-outgoing; Fri, 12 Jun 1998 19:17:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10240 for ; Fri, 12 Jun 1998 19:17:14 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id MAA28939; Sat, 13 Jun 1998 12:21:44 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806130221.MAA28939@cimlogic.com.au> Subject: Re: cvs commit: src Makefile In-Reply-To: <199806130210.KAA23845@spinner.netplex.com.au> from Peter Wemm at "Jun 13, 98 10:10:34 am" To: peter@netplex.com.au (Peter Wemm) Date: Sat, 13 Jun 1998 12:21:44 +1000 (EST) Cc: cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (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: > Peter Wemm wrote: > > peter 1998/06/12 19:03:41 PDT > > > > Modified files: > > . Makefile > > Log: > > join(1) is used by lorder, add it to build-tools. (otherwise, things get > > ugly when an a.out /usr/bin/join sees the elf LD_LIBRARY_PATH from a > > 'make world' and it's a.out ld.so tries to load the elf libc.so.) > > Does anybody else think that now would be a good time to delete the > PATH=/bin:/usr/bin from lorder.sh? 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 Fri Jun 12 19:27:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11523 for cvs-all-outgoing; Fri, 12 Jun 1998 19:27:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11518; Fri, 12 Jun 1998 19:27:41 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA24105; Fri, 12 Jun 1998 19:27:13 -0700 (PDT) Date: Fri, 12 Jun 1998 19:27:13 -0700 (PDT) Message-Id: <199806130227.TAA24105@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ethersubr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/06/12 19:27:12 PDT Modified files: sys/net if_ethersubr.c Log: Allow a protocol to specify that it does NOT want to be looped back even if it looks like it should (backwards compatibility with old broken code) should get rid of some annoying messags. Revision Changes Path 1.50 +6 -3 src/sys/net/if_ethersubr.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 12 21:45:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27052 for cvs-all-outgoing; Fri, 12 Jun 1998 21:45:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27045 for ; Fri, 12 Jun 1998 21:45:44 -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 OAA11474; Sat, 13 Jun 1998 14:45:37 +1000 Date: Sat, 13 Jun 1998 14:45:37 +1000 From: Bruce Evans Message-Id: <199806130445.OAA11474@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, peter@netplex.com.au Subject: Re: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Log: >> join(1) is used by lorder, add it to build-tools. (otherwise, things get >> ugly when an a.out /usr/bin/join sees the elf LD_LIBRARY_PATH from a >> 'make world' and it's a.out ld.so tries to load the elf libc.so.) > >Does anybody else think that now would be a good time to delete the >PATH=/bin:/usr/bin from lorder.sh? I don't see any problems other than the obvious one. If users put `nm', etc., in the search path, they should know what they are doing, like they should when they put `test' in the search path :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 01:31:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17714 for cvs-all-outgoing; Sat, 13 Jun 1998 01:31:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17707 for ; Sat, 13 Jun 1998 01:31:50 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id QAA25024; Sat, 13 Jun 1998 16:31:38 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806130831.QAA25024@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile In-reply-to: Your message of "Sat, 13 Jun 1998 14:45:37 +1000." <199806130445.OAA11474@godzilla.zeta.org.au> Date: Sat, 13 Jun 1998 16:31:38 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > >> Log: > >> join(1) is used by lorder, add it to build-tools. (otherwise, things ge t > >> ugly when an a.out /usr/bin/join sees the elf LD_LIBRARY_PATH from a > >> 'make world' and it's a.out ld.so tries to load the elf libc.so.) > > > >Does anybody else think that now would be a good time to delete the > >PATH=/bin:/usr/bin from lorder.sh? > > I don't see any problems other than the obvious one. If users put `nm', > etc., in the search path, they should know what they are doing, like they > should when they put `test' in the search path :-). > > Bruce There is also a problem with rpcgen calling /usr/libexec/cpp while LD_LIBRARY_PATH points to a directory with elf libraries in it. The naming conventions are close enough that the a.out ld.so will mistakenly "see" the elf libraries and attempt to load them (and fail). THere are probably more of these. I think I can work around the problem in rpcgen's case with the -Y flag. 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 Jun 13 01:34:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17851 for cvs-all-outgoing; Sat, 13 Jun 1998 01:34:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17844; Sat, 13 Jun 1998 01:34:13 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA24852; Sat, 13 Jun 1998 01:33:43 -0700 (PDT) Date: Sat, 13 Jun 1998 01:33:43 -0700 (PDT) Message-Id: <199806130833.BAA24852@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/apache13 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/06/13 01:33:43 PDT Modified files: www/apache13 Makefile Log: Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClients directive installed by default and this needs to avoid unnecessary recompilation Revision Changes Path 1.55 +3 -2 ports/www/apache13/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 13 02:30:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21945 for cvs-all-outgoing; Sat, 13 Jun 1998 02:30:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21939; Sat, 13 Jun 1998 02:30:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA25265; Sat, 13 Jun 1998 02:30:27 -0700 (PDT) Date: Sat, 13 Jun 1998 02:30:27 -0700 (PDT) Message-Id: <199806130930.CAA25265@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c src/sys/kern kern_ntptime.c src/sys/sys timepps.h timex.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/06/13 02:30:26 PDT Modified files: sys/dev/ppbus pps.c sys/kern kern_ntptime.c sys/sys timepps.h timex.h Log: Introduce std_pps_ioctl() to automagically DTRT. Add scaling capability to timex.offset, ntpd-4.0.73 will support this. Revision Changes Path 1.8 +2 -32 src/sys/dev/ppbus/pps.c 1.18 +61 -16 src/sys/kern/kern_ntptime.c 1.3 +6 -1 src/sys/sys/timepps.h 1.7 +2 -2 src/sys/sys/timex.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 13 04:09:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04945 for cvs-all-outgoing; Sat, 13 Jun 1998 04:09:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04874; Sat, 13 Jun 1998 04:09:15 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id NAA15881; Sat, 13 Jun 1998 13:00:07 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id MAA11230; Sat, 13 Jun 1998 12:28:15 +0200 (CEST) (envelope-from andreas) Message-ID: <19980613122815.A11220@klemm.gtn.com> Date: Sat, 13 Jun 1998 12:28:15 +0200 From: Andreas Klemm To: Poul-Henning Kamp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ppbus pps.c src/sys/kern kern_ntptime.c src/sys/sys timepps.h timex.h References: <199806130930.CAA25265@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806130930.CAA25265@freefall.freebsd.org>; from Poul-Henning Kamp on Sat, Jun 13, 1998 at 02:30:27AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Jun 13, 1998 at 02:30:27AM -0700, Poul-Henning Kamp wrote: > phk 1998/06/13 02:30:26 PDT > > Modified files: > sys/dev/ppbus pps.c > sys/kern kern_ntptime.c > sys/sys timepps.h timex.h > Log: > Introduce std_pps_ioctl() to automagically DTRT. > > Add scaling capability to timex.offset, ntpd-4.0.73 will support this. Do you think of an update ? ;-) This remembers me to look, whether the ntp port needs an update ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 04:56:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09739 for cvs-all-outgoing; Sat, 13 Jun 1998 04:56:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09734; Sat, 13 Jun 1998 04:56:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA25604; Sat, 13 Jun 1998 04:56:00 -0700 (PDT) Date: Sat, 13 Jun 1998 04:56:00 -0700 (PDT) Message-Id: <199806131156.EAA25604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/13 04:55:59 PDT Modified files: usr.bin/make main.c Log: Make -V expand it's arguments. This means that instead of 'make -V OBJS' printing something useless (to a shell) like: ${SRCS:N*.h:R:S/$/.o/g} it will instead print the actual ${OBJS} value. Revision Changes Path 1.24 +8 -6 src/usr.bin/make/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 Jun 13 06:00:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14608 for cvs-all-outgoing; Sat, 13 Jun 1998 06:00:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14526; Sat, 13 Jun 1998 05:59:16 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id OAA09604; Sat, 13 Jun 1998 14:57:28 +0200 (CEST) To: Andreas Klemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ppbus pps.c src/sys/kern kern_ntptime.c src/sys/sys timepps.h timex.h In-reply-to: Your message of "Sat, 13 Jun 1998 12:28:15 +0200." <19980613122815.A11220@klemm.gtn.com> Date: Sat, 13 Jun 1998 14:57:27 +0200 Message-ID: <9602.897742647@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19980613122815.A11220@klemm.gtn.com>, Andreas Klemm writes: >On Sat, Jun 13, 1998 at 02:30:27AM -0700, Poul-Henning Kamp wrote: >> phk 1998/06/13 02:30:26 PDT >> >> Modified files: >> sys/dev/ppbus pps.c >> sys/kern kern_ntptime.c >> sys/sys timepps.h timex.h >> Log: >> Introduce std_pps_ioctl() to automagically DTRT. >> >> Add scaling capability to timex.offset, ntpd-4.0.73 will support this. > >Do you think of an update ? ;-) not yet. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 06:25:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16875 for cvs-all-outgoing; Sat, 13 Jun 1998 06:25:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16852; Sat, 13 Jun 1998 06:25:37 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27971; Sat, 13 Jun 1998 06:25:06 -0700 (PDT) Date: Sat, 13 Jun 1998 06:25:06 -0700 (PDT) Message-Id: <199806131325.GAA27971@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/databases/pgaccess Makefile ports/databases/pgaccess/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/06/13 06:25:04 PDT Modified files: databases/pgaccess Makefile databases/pgaccess/files md5 Log: Update to newest version 0.88 Revision Changes Path 1.12 +2 -2 ports/databases/pgaccess/Makefile 1.13 +1 -1 ports/databases/pgaccess/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 13 08:55:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02453 for cvs-all-outgoing; Sat, 13 Jun 1998 08:55:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02444; Sat, 13 Jun 1998 08:55:27 -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.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id AAA09778; Sun, 14 Jun 1998 00:55:21 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id AAA05232; Sun, 14 Jun 1998 00:55:20 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.5Wpl3-SMTP) with ESMTP id AAA20487; Sun, 14 Jun 1998 00:52:05 +0900 (JST) To: nash@mcs.net Cc: dburr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/emulators/bochs Makefile ports/emulators/boch s/pkg PLIST From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Sun, 7 Jun 1998 09:31:34 -0500 (CDT)" <199806071431.JAA06736@nash.pr.mcs.net> References: <199806071431.JAA06736@nash.pr.mcs.net> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980614005204R.masafumi@aslm.rim.or.jp> Date: Sun, 14 Jun 1998 00:52:04 +0900 X-Dispatcher: imput version 971024 Lines: 29 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On 7 Jun, Donald Burr wrote: >> dburr 1998/06/07 02:32:33 PDT >> >> Modified files: >> emulators/bochs Makefile >> emulators/bochs/pkg PLIST >> Log: >> Upgrade to bochs-980513a. [SNIP] > Given that the port was upgraded to 980513a 3 weeks ago (which you > didn't notice), I would guess that you: To avoid such mistake, and make it easy for others to notice if such mistakes are made, committers are encouraged to put something like: Upgrade from 0.1 to 0.2. (or alike) in the commit log. I remember Satoshi was once saying that this sort of commit log makes his life a bit easier when he has to clean up the distfiles directory. So I've been saying `Upgrade, old version -> new version''. Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 10:08:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10594 for cvs-all-outgoing; Sat, 13 Jun 1998 10:08:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10583; Sat, 13 Jun 1998 10:08:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA29366; Sat, 13 Jun 1998 10:08:24 -0700 (PDT) Date: Sat, 13 Jun 1998 10:08:24 -0700 (PDT) Message-Id: <199806131708.KAA29366@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/13 10:08:23 PDT src/sys/pci - Imported sources Update of /home/ncvs/src/sys/pci In directory freefall.freebsd.org:/tmp/cvs-serv29348 Log Message: Import current version of Matt Thomas' if_de driver. It has new register settings for the connector selection, so it looks like it should fix the aui/bnc problems. (I don't have a card with aui/bnc to test) Obtained from: Matt Thomas via NetBSD Status: Vendor Tag: NETBSD Release Tags: v980608 C src/sys/pci/if_devar.h C src/sys/pci/if_de.c C src/sys/pci/dc21040reg.h 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNETBSD:yesterday -jNETBSD src/sys/pci To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 10:20:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12296 for cvs-all-outgoing; Sat, 13 Jun 1998 10:20:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12291; Sat, 13 Jun 1998 10:20:37 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA29435; Sat, 13 Jun 1998 10:20:05 -0700 (PDT) Date: Sat, 13 Jun 1998 10:20:05 -0700 (PDT) Message-Id: <199806131720.KAA29435@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_de.c if_devar.h dc21040reg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/13 10:20:04 PDT Modified files: sys/pci if_de.c if_devar.h dc21040reg.h Log: Merge changes from vendor branch; - connector selection values (should fix aui/bnc), - non-shifting version of crc calculation using a table, - interrupt mask adjustments, - add some brackets where a #ifdef could break an if(), - don't reset the card unless it's up. Revision Changes Path 1.83 +41 -18 src/sys/pci/if_de.c 1.8 +3 -3 src/sys/pci/if_devar.h 1.4 +5 -5 src/sys/pci/dc21040reg.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 13 11:39:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19879 for cvs-all-outgoing; Sat, 13 Jun 1998 11:39:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19871; Sat, 13 Jun 1998 11:39:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00218; Sat, 13 Jun 1998 11:39:23 -0700 (PDT) Date: Sat, 13 Jun 1998 11:39:23 -0700 (PDT) Message-Id: <199806131839.LAA00218@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/syscons/keymaps swissfrench.iso.kbd INDEX.keymaps Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 11:39:23 PDT Modified files: share/syscons/keymaps INDEX.keymaps Makefile Added files: share/syscons/keymaps swissfrench.iso.kbd Log: Add a swissfrench keyboard mapping. PR: 6916 Submitted by: tamone@eig.unige.ch Revision Changes Path 1.18 +3 -1 src/share/syscons/keymaps/INDEX.keymaps 1.29 +2 -1 src/share/syscons/keymaps/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 13 11:49:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20752 for cvs-all-outgoing; Sat, 13 Jun 1998 11:49:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from fly.HiWAAY.net (sprice@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20747 for ; Sat, 13 Jun 1998 11:49:08 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by fly.HiWAAY.net (8.8.8/8.8.6) with SMTP id NAA29771 for ; Sat, 13 Jun 1998 13:49:08 -0500 (CDT) Date: Sat, 13 Jun 1998 13:49:08 -0500 (CDT) From: Steve Price To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/syscons/keymaps swissfrench.iso.kbd INDEX.keymaps Makefile In-Reply-To: <199806131839.LAA00218@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk After adding a file to -current what is the proper sequence of CVS commands to tag it onto the -stable branch? Sorry for the dumb question (and I know Bruce and/or Peter has already told me the answer), but I can't seem to find my notes and want to get it right the first time. :) Thanks, Steve On Sat, 13 Jun 1998, Steve Price wrote: # steve 1998/06/13 11:39:23 PDT # # Modified files: # share/syscons/keymaps INDEX.keymaps Makefile # Added files: # share/syscons/keymaps swissfrench.iso.kbd # Log: # Add a swissfrench keyboard mapping. # # PR: 6916 # Submitted by: tamone@eig.unige.ch # # Revision Changes Path # 1.18 +3 -1 src/share/syscons/keymaps/INDEX.keymaps # 1.29 +2 -1 src/share/syscons/keymaps/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 13 11:54:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21384 for cvs-all-outgoing; Sat, 13 Jun 1998 11:54:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21359; Sat, 13 Jun 1998 11:54:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00373; Sat, 13 Jun 1998 11:53:28 -0700 (PDT) Date: Sat, 13 Jun 1998 11:53:28 -0700 (PDT) Message-Id: <199806131853.LAA00373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 11:53:28 PDT Modified files: sys/i386/isa syscons.c Log: Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFS for programs like doscmd. PR: 6920 Submitted by: Luoqi Chen Revision Changes Path 1.263 +3 -1 src/sys/i386/isa/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 Jun 13 11:56:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21745 for cvs-all-outgoing; Sat, 13 Jun 1998 11:56:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21739; Sat, 13 Jun 1998 11:56:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00476; Sat, 13 Jun 1998 11:55:57 -0700 (PDT) Date: Sat, 13 Jun 1998 11:55:57 -0700 (PDT) Message-Id: <199806131855.LAA00476@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/moused moused.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 11:55:56 PDT Modified files: usr.sbin/moused moused.8 Log: Minor tweaks in the AUTHORS section. PR: 6921 Submitted by: Josh Gilliam Revision Changes Path 1.14 +4 -5 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 Sat Jun 13 12:07:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22923 for cvs-all-outgoing; Sat, 13 Jun 1998 12:07:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA22918; Sat, 13 Jun 1998 12:07:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00691; Sat, 13 Jun 1998 12:06:53 -0700 (PDT) Date: Sat, 13 Jun 1998 12:06:53 -0700 (PDT) Message-Id: <199806131906.MAA00691@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 ahc.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 12:06:53 PDT Modified files: share/man/man4/man4.i386 ahc.4 Log: miserable -> miserably PR: 6922 Submitted by: Sue Blake Revision Changes Path 1.12 +2 -2 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 Jun 13 12:09:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23178 for cvs-all-outgoing; Sat, 13 Jun 1998 12:09:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23159; Sat, 13 Jun 1998 12:09:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00774; Sat, 13 Jun 1998 12:08:42 -0700 (PDT) Date: Sat, 13 Jun 1998 12:08:42 -0700 (PDT) Message-Id: <199806131908.MAA00774@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 ahc.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 12:08:42 PDT Modified files: (Branch: RELENG_2_2) share/man/man4/man4.i386 ahc.4 Log: MFC: miserable -> miserably Revision Changes Path 1.6.2.5 +2 -2 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 Jun 13 12:14:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24371 for cvs-all-outgoing; Sat, 13 Jun 1998 12:14:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24348; Sat, 13 Jun 1998 12:14:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00874; Sat, 13 Jun 1998 12:14:15 -0700 (PDT) Date: Sat, 13 Jun 1998 12:14:15 -0700 (PDT) Message-Id: <199806131914.MAA00874@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 passwd.5 src/usr.bin/chpass chpass.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 12:14:15 PDT Modified files: share/man/man5 passwd.5 usr.bin/chpass chpass.1 Log: Correct the description of the last four fields. PR: 6926 Submitted by: Josh Gilliam Revision Changes Path 1.20 +2 -2 src/share/man/man5/passwd.5 1.10 +3 -3 src/usr.bin/chpass/chpass.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 12:27:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25379 for cvs-all-outgoing; Sat, 13 Jun 1998 12:27:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25371; Sat, 13 Jun 1998 12:27:15 -0700 (PDT) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01127; Sat, 13 Jun 1998 12:26:42 -0700 (PDT) Date: Sat, 13 Jun 1998 12:26:42 -0700 (PDT) Message-Id: <199806131926.MAA01127@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.usr.dist Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhay 1998/06/13 12:26:42 PDT Modified files: etc/mtree BSD.usr.dist Log: Add doc/ja/FAQ and handbook, so that releases can build again. Revision Changes Path 1.115 +7 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 12:27:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25452 for cvs-all-outgoing; Sat, 13 Jun 1998 12:27:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25442; Sat, 13 Jun 1998 12:27:30 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01200; Sat, 13 Jun 1998 12:26:57 -0700 (PDT) Date: Sat, 13 Jun 1998 12:26:57 -0700 (PDT) Message-Id: <199806131926.MAA01200@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/files fetchmailconf md5 ports/mail/fetchmail/patches patch-ab ports/mail/fetchmail/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/13 12:26:56 PDT Modified files: mail/fetchmail Makefile mail/fetchmail/files md5 mail/fetchmail/patches patch-ab mail/fetchmail/pkg PLIST Added files: mail/fetchmail/files fetchmailconf Log: Upgrade to 4.4.9. Add a wrapper around fetchmailconf that checks whether Python is installed, and emits a helpful message if it isn't. PR: 6866 Submitted by: Ville Eerola (wrapper by mph) Revision Changes Path 1.63 +12 -3 ports/mail/fetchmail/Makefile 1.57 +1 -1 ports/mail/fetchmail/files/md5 1.14 +1 -1 ports/mail/fetchmail/patches/patch-ab 1.7 +1 -0 ports/mail/fetchmail/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 13 12:29:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25678 for cvs-all-outgoing; Sat, 13 Jun 1998 12:29:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25673; Sat, 13 Jun 1998 12:29:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01338; Sat, 13 Jun 1998 12:28:54 -0700 (PDT) Date: Sat, 13 Jun 1998 12:28:54 -0700 (PDT) Message-Id: <199806131928.MAA01338@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 12:28:53 PDT Modified files: usr.sbin/cdcontrol cdcontrol.1 Log: Mention all the environment variables that can be used to specify the device. PR: 6927 Submitted by: Stefan Eggers Revision Changes Path 1.16 +7 -3 src/usr.sbin/cdcontrol/cdcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 12:30:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25888 for cvs-all-outgoing; Sat, 13 Jun 1998 12:30:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25883; Sat, 13 Jun 1998 12:30:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01403; Sat, 13 Jun 1998 12:30:24 -0700 (PDT) Date: Sat, 13 Jun 1998 12:30:24 -0700 (PDT) Message-Id: <199806131930.MAA01403@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 12:30:23 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/cdcontrol cdcontrol.1 Log: MFC: mention all device environment variables Revision Changes Path 1.8.2.5 +7 -3 src/usr.sbin/cdcontrol/cdcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 13 12:32:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26146 for cvs-all-outgoing; Sat, 13 Jun 1998 12:32:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26139; Sat, 13 Jun 1998 12:32:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01515; Sat, 13 Jun 1998 12:32:18 -0700 (PDT) Date: Sat, 13 Jun 1998 12:32:18 -0700 (PDT) Message-Id: <199806131932.MAA01515@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/mirror/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 12:32:17 PDT Modified files: net/mirror/files md5 Log: Update checksum. PR: 6931 Revision Changes Path 1.4 +1 -1 ports/net/mirror/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 13 12:37:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26892 for cvs-all-outgoing; Sat, 13 Jun 1998 12:37:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26882; Sat, 13 Jun 1998 12:37:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01631; Sat, 13 Jun 1998 12:36:23 -0700 (PDT) Date: Sat, 13 Jun 1998 12:36:23 -0700 (PDT) Message-Id: <199806131936.MAA01631@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include si.h src/sys/i386/isa si.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 12:36:23 PDT Modified files: sys/i386/include si.h sys/i386/isa si.c Log: Add a macro tweak. PR: 6932 Submitted by: Nick Sayer Revision Changes Path 1.13 +2 -1 src/sys/i386/include/si.h 1.73 +3 -3 src/sys/i386/isa/si.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 13 12:38:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27120 for cvs-all-outgoing; Sat, 13 Jun 1998 12:38:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27109; Sat, 13 Jun 1998 12:38:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01679; Sat, 13 Jun 1998 12:37:38 -0700 (PDT) Date: Sat, 13 Jun 1998 12:37:38 -0700 (PDT) Message-Id: <199806131937.MAA01679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include si.h src/sys/i386/isa si.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 12:37:38 PDT Modified files: (Branch: RELENG_2_2) sys/i386/include si.h sys/i386/isa si.c Log: MFC: add SI_ISJET macro. Revision Changes Path 1.6.4.3 +2 -1 src/sys/i386/include/si.h 1.53.2.4 +3 -3 src/sys/i386/isa/si.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 13 15:44:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18095 for cvs-all-outgoing; Sat, 13 Jun 1998 15:44:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18059; Sat, 13 Jun 1998 15:44:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02536; Sat, 13 Jun 1998 15:44:00 -0700 (PDT) Date: Sat, 13 Jun 1998 15:44:00 -0700 (PDT) Message-Id: <199806132244.PAA02536@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci dc21040reg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 15:44:00 PDT Modified files: (Branch: RELENG_2_2) sys/pci dc21040reg.h Log: MFC: part of Peter's recent commit that fixed the problem regarding not being able to use the bnc connector. Revision Changes Path 1.1.1.2.2.3 +4 -4 src/sys/pci/dc21040reg.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 13 15:50:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19142 for cvs-all-outgoing; Sat, 13 Jun 1998 15:50:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19136; Sat, 13 Jun 1998 15:50:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA06540; Sat, 13 Jun 1998 15:50:13 -0700 (PDT) Date: Sat, 13 Jun 1998 15:50:13 -0700 (PDT) Message-Id: <199806132250.PAA06540@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/syscons/keymaps swissfrench.iso.kbd INDEX.keymaps Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/06/13 15:50:13 PDT Modified files: (Branch: RELENG_2_2) share/syscons/keymaps INDEX.keymaps Makefile Added files: (Branch: RELENG_2_2) share/syscons/keymaps swissfrench.iso.kbd Log: MFC: Add a Swiss-French keymap. Revision Changes Path 1.9.2.4 +3 -1 src/share/syscons/keymaps/INDEX.keymaps 1.15.2.5 +2 -1 src/share/syscons/keymaps/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 13 16:29:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22583 for cvs-all-outgoing; Sat, 13 Jun 1998 16:29:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22563 for ; Sat, 13 Jun 1998 16:29:07 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id AAA14990; Sun, 14 Jun 1998 00:27:24 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199806132327.AAA14990@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Steve Price cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/syscons/keymaps swissfrench.iso.kbd INDEX.keymaps Makefile In-reply-to: Your message of "Sat, 13 Jun 1998 13:49:08 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Jun 1998 00:27:24 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > After adding a file to -current what is the proper > sequence of CVS commands to tag it onto the -stable > branch? Just ``cvs up -r RELENG_2_2'' in the directory in question and simply ``cvs add'' the file the ``cvs commit''. ``cvs add'' is now smart enough to just tag the existing file correctly. -- 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 Sat Jun 13 17:56:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00136 for cvs-all-outgoing; Sat, 13 Jun 1998 17:56:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00108; Sat, 13 Jun 1998 17:56:50 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07157; Sat, 13 Jun 1998 17:56:15 -0700 (PDT) Date: Sat, 13 Jun 1998 17:56:15 -0700 (PDT) Message-Id: <199806140056.RAA07157@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp slcompress.c slcompress.h vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/13 17:56:15 PDT Modified files: usr.sbin/ppp slcompress.c slcompress.h vjcomp.c Log: o Pass our negotiated number of VJ slots into sl_uncompress_tcp() and drop packets with slot numbers that are out of range. o Drop packets that want to use a slot that still has an IP header length of 0 (ie, the requested slot number is bogus again). Without this code, if the other side mis-behaves (and sends us garbage slot numbers), we happily ``adjust'' a memset(..., '\0', ...) TCP/IP header and promptly cr*p all over the stack before returning.... quickly followed by a SIGBUS. Dodgy ISP used by, and help locating the problem from: jmz Problem also seen by: Mourad de Riche There's still a link lockup after this happens, but my bets are on the other side (who has already started sending rubbish) being to blame. Revision Changes Path 1.17 +8 -5 src/usr.sbin/ppp/slcompress.c 1.12 +2 -2 src/usr.sbin/ppp/slcompress.h 1.18 +5 -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 Sat Jun 13 18:22:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02712 for cvs-all-outgoing; Sat, 13 Jun 1998 18:22:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02705; Sat, 13 Jun 1998 18:22:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07912; Sat, 13 Jun 1998 18:21:29 -0700 (PDT) Date: Sat, 13 Jun 1998 18:21:29 -0700 (PDT) Message-Id: <199806140121.SAA07912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/13 18:21:28 PDT Modified files: usr.sbin/ppp ip.c Log: Deal with PROTO_IGMP and PROTO_IPIP packets correctly. Submitted by: Mark Tinguely This change will allow a PPP host enabled with the "-alias" option to run mrouted. This does not intend to forward the IGMP nor tunneled packets to another host on the far side if the tun0 interface. Revision Changes Path 1.42 +28 -2 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 Sat Jun 13 19:27:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07108 for cvs-all-outgoing; Sat, 13 Jun 1998 19:27:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07103; Sat, 13 Jun 1998 19:27:14 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA08731; Sat, 13 Jun 1998 19:26:38 -0700 (PDT) Date: Sat, 13 Jun 1998 19:26:38 -0700 (PDT) Message-Id: <199806140226.TAA08731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/jzip Makefile ports/games/jzip/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/06/13 19:26:38 PDT Modified files: games/jzip Makefile games/jzip/pkg PLIST Log: Install manpage and some additional docs. Revision Changes Path 1.2 +8 -1 ports/games/jzip/Makefile 1.2 +3 -0 ports/games/jzip/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message