From owner-cvs-all Sun Dec 20 03:17:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28277 for cvs-all-outgoing; Sun, 20 Dec 1998 03:17:02 -0800 (PST) (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 DAA28272; Sun, 20 Dec 1998 03:16:54 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id LAA11630; Sun, 20 Dec 1998 11:16:35 GMT Date: Sun, 20 Dec 1998 11:16:35 +0000 (GMT) From: Doug Rabson To: Eivind Eklund cc: Bruce Evans , dfr@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha In-Reply-To: <19981218161521.J93539@follo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 18 Dec 1998, Eivind Eklund wrote: > On Fri, Dec 18, 1998 at 06:32:12PM +1100, Bruce Evans wrote: > > >Anyone building alpha kernels should make sure to install bsd.kern.mk > > >before trying to build another one. > > > > This should not be necessary. Makefile.alpha should use the relative > > bsd.kern.mk like Makefile.i386. > > > > Makefile.alpha has rotted in several other ways since it was cloned > > from Makefile.i386. These Makefiles are mostly machine-independent, > > so they should be reorganized. I suggest the following reorganization: > > > > most of Makefile.alpha -> src/sys/conf/Makefile.kern > > most of Makefile.i386 -> src/sys/conf/Makefile.kern > > bsd.kern.mk -> src/sys/conf/bsd.kern.mk > > bsd.kmod.mk -> src/sys/conf/bsd.kmod.mk > > rules in sys/conf/files -> src/sys/conf/Makefile.inc > > src/lkm -> src/sys/lkm (like src/sys/modules) > > I like this, except that I'm not quite certain the rule movement work > out easily (but as long as I don't have to do the work, I'm all for it > :-) This sounds like something work doing, yes. > > Eivind, who would like a full re-org of the entire kernel source > layout at some point. Any ideas on a decent layout? (Any ideas on how to get enough people to agree on change?) -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 04:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07062 for cvs-all-outgoing; Sun, 20 Dec 1998 04:36:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA07049; Sun, 20 Dec 1998 04:36:04 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22161; Sun, 20 Dec 1998 04:36:04 -0800 (PST) Date: Sun, 20 Dec 1998 04:36:04 -0800 (PST) Message-Id: <199812201236.EAA22161@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/12/20 04:36:03 PST Modified files: sys/ufs/ufs ufs_vnops.c Log: In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, then the code set the other field in the inode to VNOVAL. This can happen sometimes on an NFS server. Revision Changes Path 1.102 +3 -3 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 Dec 20 05:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08569 for cvs-all-outgoing; Sun, 20 Dec 1998 05:00:04 -0800 (PST) (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 FAA08527; Sun, 20 Dec 1998 05:00:00 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id MAA11892; Sun, 20 Dec 1998 12:59:52 GMT Date: Sun, 20 Dec 1998 12:59:52 +0000 (GMT) From: Doug Rabson To: Tom Bartol cc: Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/linux_kdump Makefile ports/devel/linux_kdump/patches patch-aa 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 Sat, 19 Dec 1998, Tom Bartol wrote: > > Thanks! How did you know I needed that? I've got the Linux > version of Pixar's RenderMan mostly running now (prman works perfectly!) > but shader seg faults so I was just thinking that a working linux_kdump > would be just the thing to track it down... > > Tom Nice to know someone else wanted it :-). I just wanted to figure out why StarOffice 5.0 wasn't working for me (the file permissions were screwed up). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 05:10:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09471 for cvs-all-outgoing; Sun, 20 Dec 1998 05:10:19 -0800 (PST) (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 FAA09466; Sun, 20 Dec 1998 05:10:10 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id NAA11931; Sun, 20 Dec 1998 13:09:30 GMT Date: Sun, 20 Dec 1998 13:09:30 +0000 (GMT) From: Doug Rabson To: Greg Lehey cc: Bruce Evans , jonny@jonny.eng.br, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: Use of LKMs (was: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha) In-Reply-To: <19981220101713.O24125@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 20 Dec 1998, Greg Lehey wrote: > On Saturday, 19 December 1998 at 23:27:39 +1100, Bruce Evans wrote: > >> #define quoting(Bruce Evans) > >> // src/lkm -> src/sys/lkm (like src/sys/modules) > >> > >> Is there a reason to keep the lkm's, now that kld's are working ? > >> (Aren't they ?) > > > > They might still be being used. > > [Somehow I missed the original of this] > > What's the current situation for kld debugging? I'm using Vinum as an > lkm because I can debug it that way. The current situation is that DDB can find symbols in kld modules. It is possible to get gdb to see them too with a carefully crafted add-symbol-file command. I seem to remember that you had a gdb macro for automatically adding symbols for loaded LKMs. I imagine that writing a similar script for KLD would be fairly easy. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 05:21:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10087 for cvs-all-outgoing; Sun, 20 Dec 1998 05:21:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10082; Sun, 20 Dec 1998 05:21:54 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA23245; Sun, 20 Dec 1998 05:21:56 -0800 (PST) Date: Sun, 20 Dec 1998 05:21:56 -0800 (PST) Message-Id: <199812201321.FAA23245@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha support.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/12/20 05:21:55 PST Modified files: sys/alpha/alpha support.s Log: Add LDGP(pv) to suword, subyte, fuword, fubyte so that they can be called from kernel modules. Revision Changes Path 1.2 +5 -1 src/sys/alpha/alpha/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 06:18:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14468 for cvs-all-outgoing; Sun, 20 Dec 1998 06:18:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14463; Sun, 20 Dec 1998 06:18:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27791; Sun, 20 Dec 1998 06:18:49 -0800 (PST) Date: Sun, 20 Dec 1998 06:18:49 -0800 (PST) Message-Id: <199812201418.GAA27791@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/glload Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/20 06:18:49 PST Modified files: sysutils/glload Makefile Log: Add "\" on the first MASTER_SITES line. My fault, sorry. Submitted by: John Hay Revision Changes Path 1.6 +2 -2 ports/sysutils/glload/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 06:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14571 for cvs-all-outgoing; Sun, 20 Dec 1998 06:20:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14566; Sun, 20 Dec 1998 06:20:10 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27901; Sun, 20 Dec 1998 06:20:12 -0800 (PST) Date: Sun, 20 Dec 1998 06:20:12 -0800 (PST) Message-Id: <199812201420.GAA27901@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys kernel.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/12/20 06:20:12 PST Modified files: sys/sys kernel.h Log: Add a workaround to avoid 'defined but not used' warnings for linker sets on i386 and alpha ELF kernels. Revision Changes Path 1.47 +10 -8 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 06:30:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15346 for cvs-all-outgoing; Sun, 20 Dec 1998 06:30:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15340; Sun, 20 Dec 1998 06:30:09 -0800 (PST) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA28307; Sun, 20 Dec 1998 06:30:10 -0800 (PST) Date: Sun, 20 Dec 1998 06:30:10 -0800 (PST) Message-Id: <199812201430.GAA28307@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhay 1998/12/20 06:30:10 PST Modified files: . Makefile.inc0 Log: Split out afterdistribute and distribute from BKTGTS because they do need MK_ENV. This should make release work again. Maybe we should get rid of the /usr/obj/elf at some stage? Revision Changes Path 1.13 +11 -3 src/Makefile.inc0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 06:33:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15846 for cvs-all-outgoing; Sun, 20 Dec 1998 06:33:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15839; Sun, 20 Dec 1998 06:33:39 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA05156; Sun, 20 Dec 1998 06:33:41 -0800 (PST) Date: Sun, 20 Dec 1998 06:33:41 -0800 (PST) Message-Id: <199812201433.GAA05156@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/12/20 06:33:40 PST Modified files: en/news newsflash.sgml Log: recieve -> receive Submitted by: Timothy Luoma Revision Changes Path 1.105 +3 -3 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 06:42:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16415 for cvs-all-outgoing; Sun, 20 Dec 1998 06:42:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16410; Sun, 20 Dec 1998 06:42:16 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA18563; Sun, 20 Dec 1998 06:42:17 -0800 (PST) Date: Sun, 20 Dec 1998 06:42:17 -0800 (PST) Message-Id: <199812201442.GAA18563@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en index.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/12/20 06:42:17 PST Modified files: en index.sgml Log: By default print 25 results hits like the standard search interface at /search/search.html Revision Changes Path 1.39 +3 -3 www/en/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 07:26:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19450 for cvs-all-outgoing; Sun, 20 Dec 1998 07:26:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19441; Sun, 20 Dec 1998 07:26:01 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA20799; Sun, 20 Dec 1998 07:26:02 -0800 (PST) Date: Sun, 20 Dec 1998 07:26:02 -0800 (PST) Message-Id: <199812201526.HAA20799@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci tek390.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/20 07:26:02 PST Removed files: sys/pci tek390.h Log: Remove a vestige of the amd driver. Forgotten by: msmith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 08:25:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24611 for cvs-all-outgoing; Sun, 20 Dec 1998 08:25:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24604; Sun, 20 Dec 1998 08:25:20 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA22848; Sun, 20 Dec 1998 08:25:21 -0800 (PST) Date: Sun, 20 Dec 1998 08:25:21 -0800 (PST) Message-Id: <199812201625.IAA22848@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/20 08:25:21 PST Modified files: sys/i386/conf Makefile.i386 Log: Fixed building elf kernels without a `make depend' step. The magic ordering in rev.1.38 was broken by putting setdef0.o before vnode_if.o in SYSTEM_OBJS. Revision Changes Path 1.131 +3 -3 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 08:39:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26448 for cvs-all-outgoing; Sun, 20 Dec 1998 08:39:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26442; Sun, 20 Dec 1998 08:39:47 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23427; Sun, 20 Dec 1998 08:39:48 -0800 (PST) Date: Sun, 20 Dec 1998 08:39:48 -0800 (PST) Message-Id: <199812201639.IAA23427@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/search search.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/12/20 08:39:48 PST Modified files: en/search search.sgml Log: Default search for one list, freebsd-questions. Requested by: Sue Blake Somehow the search page has got the box checked for both freebsd-questions and freebsd-newbies by default, but not for freebsd-chat. It would be less confusing and more supportive of the list charters to only default for the one list, freebsd-questions. General newbie help questions are documented as being off topic for freebsd-newbies and should always be directed to freebsd-questions instead. FreeBSD-newbies is like freebsd-chat, but higher noise to signal ratio. It's basically a bunch of unsupervised newbies feeding wild stories to each other. It's the last list one should normally want to search, not the first. Revision Changes Path 1.35 +3 -3 www/en/search/search.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 08:54:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27880 for cvs-all-outgoing; Sun, 20 Dec 1998 08:54:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27873; Sun, 20 Dec 1998 08:54:26 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24015; Sun, 20 Dec 1998 08:54:27 -0800 (PST) Date: Sun, 20 Dec 1998 08:54:27 -0800 (PST) Message-Id: <199812201654.IAA24015@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys kernel.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/20 08:54:27 PST Modified files: sys/sys kernel.h Log: Backed out rev.1.46. It had no effect for aout, was incomplete for elf, and had gratuitous gcc dependencies. Rev.1.47 has a better fix. Revision Changes Path 1.48 +6 -10 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 09:05:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28961 for cvs-all-outgoing; Sun, 20 Dec 1998 09:05:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28955; Sun, 20 Dec 1998 09:05:52 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA24498; Sun, 20 Dec 1998 09:05:54 -0800 (PST) Date: Sun, 20 Dec 1998 09:05:54 -0800 (PST) Message-Id: <199812201705.JAA24498@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/mfs mfsiom.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/20 09:05:54 PST Removed files: sys/ufs/mfs mfsiom.h Log: Remove unused file. It seems to have been a vestige of when mfs did its own memory allocation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 09:57:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03005 for cvs-all-outgoing; Sun, 20 Dec 1998 09:57:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03000; Sun, 20 Dec 1998 09:57:44 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA26464; Sun, 20 Dec 1998 09:57:45 -0800 (PST) Date: Sun, 20 Dec 1998 09:57:45 -0800 (PST) Message-Id: <199812201757.JAA26464@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/20 09:57:44 PST Modified files: . modules Log: rinfo --> ports/devel/rinfo Revision Changes Path 1.2596 +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 Dec 20 09:58:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03306 for cvs-all-outgoing; Sun, 20 Dec 1998 09:58:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03299; Sun, 20 Dec 1998 09:58:44 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA26553; Sun, 20 Dec 1998 09:58:46 -0800 (PST) Date: Sun, 20 Dec 1998 09:58:46 -0800 (PST) Message-Id: <199812201758.JAA26553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/rinfo - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/20 09:58:45 PST ports/devel/rinfo - Imported sources Update of /home/ncvs/ports/devel/rinfo In directory freefall.freebsd.org:/c/users/jseger/cvsworkdir/rinfo Log Message: Import of redit v1.2 This program gives information about files checked out with RCS. Only RCS repositories located in "RCS" subdirectories are analyzed. PR: ports/6113 Submitted by: markc@interlock.otcwi.com Status: Vendor Tag: MARKC Release Tags: v1_2 N ports/devel/rinfo/Makefile I ports/devel/rinfo/CVS N ports/devel/rinfo/pkg/COMMENT N ports/devel/rinfo/pkg/DESCR N ports/devel/rinfo/pkg/PLIST N ports/devel/rinfo/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 Dec 20 10:00:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03680 for cvs-all-outgoing; Sun, 20 Dec 1998 10:00:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03675; Sun, 20 Dec 1998 10:00:33 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA26623; Sun, 20 Dec 1998 10:00:34 -0800 (PST) Date: Sun, 20 Dec 1998 10:00:34 -0800 (PST) Message-Id: <199812201800.KAA26623@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/20 10:00:33 PST Modified files: devel Makefile Log: Activate rinfo Revision Changes Path 1.149 +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 Dec 20 10:51:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08978 for cvs-all-outgoing; Sun, 20 Dec 1998 10:51:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08973; Sun, 20 Dec 1998 10:51:55 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28409; Sun, 20 Dec 1998 10:51:57 -0800 (PST) Date: Sun, 20 Dec 1998 10:51:57 -0800 (PST) Message-Id: <199812201851.KAA28409@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/20 10:51:56 PST Modified files: sbin/camcontrol camcontrol.8 camcontrol.c Log: add Bus and Device Reset commands Revision Changes Path 1.9 +10 -1 src/sbin/camcontrol/camcontrol.8 1.7 +37 -26 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 11:06:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11054 for cvs-all-outgoing; Sun, 20 Dec 1998 11:06:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11049; Sun, 20 Dec 1998 11:06:21 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA28819; Sun, 20 Dec 1998 11:06:22 -0800 (PST) Date: Sun, 20 Dec 1998 11:06:22 -0800 (PST) Message-Id: <199812201906.LAA28819@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net if_sppp.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/12/20 11:06:22 PST Modified files: sys/net if_sppp.h Log: Add two fields for the lower layers convenience. Revision Changes Path 1.12 +5 -1 src/sys/net/if_sppp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 11:49:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13946 for cvs-all-outgoing; Sun, 20 Dec 1998 11:49:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13941; Sun, 20 Dec 1998 11:49:43 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA29912; Sun, 20 Dec 1998 11:49:44 -0800 (PST) Date: Sun, 20 Dec 1998 11:49:44 -0800 (PST) Message-Id: <199812201949.LAA29912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man1 security.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/20 11:49:44 PST Modified files: share/man/man1 security.1 Log: Add information on how to deal with DOS attacks Revision Changes Path 1.2 +97 -3 src/share/man/man1/security.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 12:05:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14723 for cvs-all-outgoing; Sun, 20 Dec 1998 12:05:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14715; Sun, 20 Dec 1998 12:05:43 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00825; Sun, 20 Dec 1998 12:05:44 -0800 (PST) Date: Sun, 20 Dec 1998 12:05:44 -0800 (PST) Message-Id: <199812202005.MAA00825@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man1 security.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/20 12:05:44 PST Modified files: share/man/man1 security.1 Log: Add quick overview of basic firewalling practices Revision Changes Path 1.3 +25 -1 src/share/man/man1/security.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 12:11:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15527 for cvs-all-outgoing; Sun, 20 Dec 1998 12:11:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15519; Sun, 20 Dec 1998 12:11:24 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01041; Sun, 20 Dec 1998 12:11:25 -0800 (PST) Date: Sun, 20 Dec 1998 12:11:25 -0800 (PST) Message-Id: <199812202011.MAA01041@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man1 Makefile security.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/20 12:11:25 PST Modified files: share/man/man1 Makefile Removed files: share/man/man1 security.1 Log: Moving security page to section 7 Revision Changes Path 1.7 +2 -2 src/share/man/man1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 12:12:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15860 for cvs-all-outgoing; Sun, 20 Dec 1998 12:12:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15855; Sun, 20 Dec 1998 12:12:16 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01096; Sun, 20 Dec 1998 12:12:17 -0800 (PST) Date: Sun, 20 Dec 1998 12:12:17 -0800 (PST) Message-Id: <199812202012.MAA01096@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 security.7 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/20 12:12:17 PST Modified files: share/man/man7 Makefile Added files: share/man/man7 security.7 Log: Moved security page from man 1 to man 7 Revision Changes Path 1.9 +2 -2 src/share/man/man7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 12:25:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17372 for cvs-all-outgoing; Sun, 20 Dec 1998 12:25:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17347; Sun, 20 Dec 1998 12:24:51 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id UAA20342; Sun, 20 Dec 1998 20:01:58 GMT (envelope-from nik) Message-ID: <19981220200157.13317@nothing-going-on.org> Date: Sun, 20 Dec 1998 20:01:57 +0000 From: Nik Clayton To: Matt Dillon , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man1 security.1 Makefile intro.1 References: <199812190933.BAA07888@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199812190933.BAA07888@freefall.freebsd.org>; from Matt Dillon on Sat, Dec 19, 1998 at 01:33:04AM -0800 Organization: Nik at home, where there's nothing going on Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Dec 19, 1998 at 01:33:04AM -0800, Matt Dillon wrote: > Commit initial man page for 'security'... an introduction to security > mechanisms. It is a little light on detail but still a pretty good > overview. I suggest that for specific detail (such as, for example, > how to setup kerberos), that additional security-DETAILNAME man pages > be written and refered to. Or this could get written up in the Handbook. . . :-) N -- C.R.F. Consulting -- we're run to make me richer. . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 12:32:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18222 for cvs-all-outgoing; Sun, 20 Dec 1998 12:32:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18214; Sun, 20 Dec 1998 12:32:33 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01675; Sun, 20 Dec 1998 12:32:35 -0800 (PST) Date: Sun, 20 Dec 1998 12:32:35 -0800 (PST) Message-Id: <199812202032.MAA01675@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/camcontrol camcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/20 12:32:35 PST Modified files: sbin/camcontrol camcontrol.c Log: Bad Dog! No Biscuit! *Never* commit without testing- even if it was "just a printf formatting change".... Revision Changes Path 1.8 +3 -3 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 12:33:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18272 for cvs-all-outgoing; Sun, 20 Dec 1998 12:33:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18267; Sun, 20 Dec 1998 12:33:48 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01794; Sun, 20 Dec 1998 12:33:49 -0800 (PST) Date: Sun, 20 Dec 1998 12:33:49 -0800 (PST) Message-Id: <199812202033.MAA01794@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/sgml freebsd.dtd freebsd.dsl doc/en/handbook Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/12/20 12:33:49 PST Modified files: sgml freebsd.dtd freebsd.dsl en/handbook Makefile Log: Added output.html and output.print as parameter entities to freebsd.dtd. Default to "IGNORE", you should set them to "INCLUDE" by whatever mechanism your SGML parser supports as necessary (i.e., Jade's -i flag). Added redefinitions for some ISO entities that aren't understood by most web browsers. Since this is for HTML output only, wrap it in a %output.html; marked section. Use these marked sections to put both print and HTML stylesheets in one .dsl file (freebsd.dsl). The print stylesheet now understands about the elements that have been added to DocBook (and won't try and render them in red). Updated Makefile to use output.html and output.print on the command line to Jade, instead of the earlier "html" and "print. Note: producing .tex (and thence .ps and .pdf) versions of the Handbook is broken. The Handbook tickles several bugs in the JadeTeX macros. Sebastian Rahz, the JadeTeX author, knows about this, and is working on fixing them. Revision Changes Path 1.3 +31 -1 doc/sgml/freebsd.dtd 1.4 +67 -49 doc/sgml/freebsd.dsl 1.7 +5 -7 doc/en/handbook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 12:49:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20222 for cvs-all-outgoing; Sun, 20 Dec 1998 12:49:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20217; Sun, 20 Dec 1998 12:49:12 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA02236; Sun, 20 Dec 1998 12:49:14 -0800 (PST) Date: Sun, 20 Dec 1998 12:49:14 -0800 (PST) Message-Id: <199812202049.MAA02236@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/docproj Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/12/20 12:49:14 PST Modified files: textproc/docproj Makefile Log: Add tidy (www/tidy) and the HTML stylesheets (textproc/html) to the dependencies list. Prompted by: Jordan (for the stylesheets) Revision Changes Path 1.6 +4 -3 ports/textproc/docproj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 13:14:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21889 for cvs-all-outgoing; Sun, 20 Dec 1998 13:14:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21883; Sun, 20 Dec 1998 13:14:00 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA02992; Sun, 20 Dec 1998 13:14:02 -0800 (PST) Date: Sun, 20 Dec 1998 13:14:02 -0800 (PST) Message-Id: <199812202114.NAA02992@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/20 13:14:02 PST Modified files: . modules Log: copytape --> ports/sysutils/copytape Revision Changes Path 1.2597 +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 Dec 20 13:14:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21991 for cvs-all-outgoing; Sun, 20 Dec 1998 13:14:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21983; Sun, 20 Dec 1998 13:14:42 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA03025; Sun, 20 Dec 1998 13:14:43 -0800 (PST) Date: Sun, 20 Dec 1998 13:14:43 -0800 (PST) Message-Id: <199812202114.NAA03025@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/copytape - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/20 13:14:43 PST ports/sysutils/copytape - Imported sources Update of /home/ncvs/ports/sysutils/copytape In directory freefall.freebsd.org:/c/users/jseger/cvsworkdir/copytape Log Message: Import of copytape 1.0 Copytape duplicates magtapes. It is intended for duplication of bootable or other non-file-structured (non-tar-structured) magtapes on systems with only one tape drive. Copytape is blissfully ignorant of tape formats. It merely makes a bit-for-bit copy of its input. PR: ports/8454 Submitted by: sjr@home.net Status: Vendor Tag: SJR Release Tags: v1_0 N ports/sysutils/copytape/Makefile I ports/sysutils/copytape/CVS N ports/sysutils/copytape/files/md5 N ports/sysutils/copytape/pkg/PLIST N ports/sysutils/copytape/pkg/COMMENT N ports/sysutils/copytape/pkg/DESCR N ports/sysutils/copytape/patches/patch-aa N ports/sysutils/copytape/patches/patch-ab No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 13:15:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22067 for cvs-all-outgoing; Sun, 20 Dec 1998 13:15:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22062; Sun, 20 Dec 1998 13:15:21 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA03062; Sun, 20 Dec 1998 13:15:22 -0800 (PST) Date: Sun, 20 Dec 1998 13:15:22 -0800 (PST) Message-Id: <199812202115.NAA03062@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/20 13:15:22 PST Modified files: sysutils Makefile Log: Activate sysutils/copytape Revision Changes Path 1.55 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 14:16:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27787 for cvs-all-outgoing; Sun, 20 Dec 1998 14:16:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27782; Sun, 20 Dec 1998 14:16:04 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA04967; Sun, 20 Dec 1998 14:16:05 -0800 (PST) Date: Sun, 20 Dec 1998 14:16:05 -0800 (PST) Message-Id: <199812202216.OAA04967@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/20 14:16:05 PST Modified files: www/netscape4-navigator Makefile www/netscape4-navigator/files md5 netscape.sh www/netscape4-navigator/pkg PLIST Log: Update to 4.08 PR: ports/9109 Submitted by: Steve Coltrin Revision Changes Path 1.31 +11 -13 ports/www/netscape4-navigator/Makefile 1.21 +2 -2 ports/www/netscape4-navigator/files/md5 1.12 +1 -1 ports/www/netscape4-navigator/files/netscape.sh 1.19 +2 -2 ports/www/netscape4-navigator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 14:18:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28089 for cvs-all-outgoing; Sun, 20 Dec 1998 14:18:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28084; Sun, 20 Dec 1998 14:18:11 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA05145; Sun, 20 Dec 1998 14:18:13 -0800 (PST) Date: Sun, 20 Dec 1998 14:18:13 -0800 (PST) Message-Id: <199812202218.OAA05145@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape4-navigator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/20 14:18:13 PST Modified files: japanese/netscape4-navigator Makefile Log: Mark Broken because www/netscape4-navigator was upgraded to 4.08. Revision Changes Path 1.8 +3 -2 ports/japanese/netscape4-navigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 14:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29367 for cvs-all-outgoing; Sun, 20 Dec 1998 14:30:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29298; Sun, 20 Dec 1998 14:29:59 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA05569; Sun, 20 Dec 1998 14:30:01 -0800 (PST) Date: Sun, 20 Dec 1998 14:30:01 -0800 (PST) Message-Id: <199812202230.OAA05569@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/tidy Makefile ports/www/tidy/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/12/20 14:30:00 PST Modified files: www/tidy Makefile www/tidy/files md5 Log: Updated to 17dec version. PR: ports/9146 Reviewed by: nik Submitted by: Scott A. Kenney Revision Changes Path 1.3 +5 -5 ports/www/tidy/Makefile 1.2 +1 -1 ports/www/tidy/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 Dec 20 14:44:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00889 for cvs-all-outgoing; Sun, 20 Dec 1998 14:44:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00867; Sun, 20 Dec 1998 14:44:38 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id XAA15777; Sun, 20 Dec 1998 23:44:35 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id XAA10529; Sun, 20 Dec 1998 23:44:34 +0100 (MET) Message-ID: <19981220234419.A9903@follo.net> Date: Sun, 20 Dec 1998 23:44:19 +0100 From: Eivind Eklund To: Doug Rabson Cc: Bruce Evans , dfr@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha References: <19981218161521.J93539@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Doug Rabson on Sun, Dec 20, 1998 at 11:16:35AM +0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Dec 20, 1998 at 11:16:35AM +0000, Doug Rabson wrote: > On Fri, 18 Dec 1998, Eivind Eklund wrote: > > Eivind, who would like a full re-org of the entire kernel source > > layout at some point. > > Any ideas on a decent layout? bus/ # Bus-specific code eisa/ dev/ # Devices for this bus # Type specifiers for drivers .. .. .. isa/ ... .. pci/ ... .. ppbus/ ... .. usb ... .. arch/ # Architecture-specific code alpha/ conf/ .. .. i386/ ... .. pc98 ... .. conf/ # Independent data for the kernel build system .. fs/ # File system code disk/ # ... for file systems that go direct to disk cd9660/ .. ext2/ .. ffs/ .. msdos/ .. .. lib/ # ... that is shared over several FSes ufs/ .. .. net/ # ... for network file systems coda/ .. nfs/ .. internal/ # ... for internal use deadfs .. fifofs .. specfs .. .. stacking/ # ... for stacking over others nullfs .. umapfs .. union .. .. virtual/ # ... for FSes that create virtual spaces devfs/ .. kernfs .. portal .. procfs .. fdesc .. .. .. net/ # Networking code, all layers (except drivers) atalk/ .. atm/ .. ether/ .. inet/ .. ipx/ .. .. dev/ # Device drivers net/ # Network interface drivers .. video/ .. audio/ .. cdrom/ .. scsi/ .. misc/ .. .. pesudo/ ccd/ .. vn/ .. .. misc/ cam/ .. ddb/ .. posix4/ .. kern/ .. libkern/ .. vm/ .. .. include/ .. ... and 'boot' and 'compile' outside the kernel tree. This is just a very quick attempt at a hierarchially based layout; I'm sure there are lots of possible improvements. > (Any ideas on how to get enough people to agree on change?) Not a clue. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 14:51:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01766 for cvs-all-outgoing; Sun, 20 Dec 1998 14:51:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01746; Sun, 20 Dec 1998 14:51:20 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id RAA21729; Sun, 20 Dec 1998 17:51:17 -0500 (EST) (envelope-from wollman) Date: Sun, 20 Dec 1998 17:51:17 -0500 (EST) From: Garrett Wollman Message-Id: <199812202251.RAA21729@khavrinen.lcs.mit.edu> To: Eivind Eklund Cc: Doug Rabson , Bruce Evans , dfr@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha In-Reply-To: <19981220234419.A9903@follo.net> References: <19981218161521.J93539@follo.net> <19981220234419.A9903@follo.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > bus/ # Bus-specific code > arch/ # Architecture-specific code Evil! -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 14:58:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02289 for cvs-all-outgoing; Sun, 20 Dec 1998 14:58:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02273; Sun, 20 Dec 1998 14:58:35 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id XAA15960; Sun, 20 Dec 1998 23:58:33 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id XAA10622; Sun, 20 Dec 1998 23:58:31 +0100 (MET) Message-ID: <19981220235831.C9903@follo.net> Date: Sun, 20 Dec 1998 23:58:31 +0100 From: Eivind Eklund To: Garrett Wollman Cc: Doug Rabson , Bruce Evans , dfr@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha References: <19981218161521.J93539@follo.net> <19981220234419.A9903@follo.net> <199812202251.RAA21729@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199812202251.RAA21729@khavrinen.lcs.mit.edu>; from Garrett Wollman on Sun, Dec 20, 1998 at 05:51:17PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Dec 20, 1998 at 05:51:17PM -0500, Garrett Wollman wrote: > < said: > > > bus/ # Bus-specific code > > arch/ # Architecture-specific code > > Evil! Could you please try to state what exact change you want, instead of just calling parts of the proposal 'Evil!'? Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 15:08:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03424 for cvs-all-outgoing; Sun, 20 Dec 1998 15:08:51 -0800 (PST) (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 PAA03413; Sun, 20 Dec 1998 15:08:33 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id PAA06600; Sun, 20 Dec 1998 15:06:59 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdqe6597; Sun Dec 20 23:06:52 1998 Date: Sun, 20 Dec 1998 15:06:49 -0800 (PST) From: Julian Elischer To: Eivind Eklund cc: Doug Rabson , Bruce Evans , dfr@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha In-Reply-To: <19981220234419.A9903@follo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk remember that include files such as netinet/in.h have to still have that path as so many things include them. (unless the symlinks are all changed I guess..) just a thought. julian garrett complains about arch/ and bus/ calling them "evil" I'm not sure of his reasons..and would like ot hear them. On Sun, 20 Dec 1998, Eivind Eklund wrote: > On Sun, Dec 20, 1998 at 11:16:35AM +0000, Doug Rabson wrote: > > On Fri, 18 Dec 1998, Eivind Eklund wrote: > > > Eivind, who would like a full re-org of the entire kernel source > > > layout at some point. > > > > Any ideas on a decent layout? > > bus/ # Bus-specific code > eisa/ > dev/ # Devices for this bus > # Type specifiers for drivers > .. > .. > .. > isa/ > ... > .. > pci/ > ... > .. > ppbus/ > ... > .. > usb > ... > .. > > arch/ # Architecture-specific code > alpha/ > conf/ > .. > .. > i386/ > ... > .. > pc98 > ... > .. > conf/ # Independent data for the kernel build system > .. > fs/ # File system code > disk/ # ... for file systems that go direct to disk > cd9660/ > .. > ext2/ > .. > ffs/ > .. > msdos/ > .. > .. > lib/ # ... that is shared over several FSes > ufs/ > .. > .. > net/ # ... for network file systems > coda/ > .. > nfs/ > .. > internal/ # ... for internal use > deadfs > .. > fifofs > .. > specfs > .. > .. > stacking/ # ... for stacking over others > nullfs > .. > umapfs > .. > union > .. > .. > virtual/ # ... for FSes that create virtual spaces > devfs/ > .. > kernfs > .. > portal > .. > procfs > .. > fdesc > .. > > .. > .. > net/ # Networking code, all layers (except drivers) > atalk/ > .. > atm/ > .. > ether/ > .. > inet/ > .. > ipx/ > .. > .. > dev/ # Device drivers > net/ # Network interface drivers > .. > video/ > .. > audio/ > .. > cdrom/ > .. > scsi/ > .. > misc/ > .. > .. > pesudo/ > ccd/ > .. > vn/ > .. > .. > misc/ > cam/ > .. > ddb/ > .. > posix4/ > .. > kern/ > .. > libkern/ > .. > vm/ > .. > .. > include/ > .. > > ... and 'boot' and 'compile' outside the kernel tree. > > > This is just a very quick attempt at a hierarchially based layout; I'm > sure there are lots of possible improvements. > > > > (Any ideas on how to get enough people to agree on change?) > > Not a clue. > > Eivind. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 15:42:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06718 for cvs-all-outgoing; Sun, 20 Dec 1998 15:42:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06713; Sun, 20 Dec 1998 15:42:38 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA08209; Sun, 20 Dec 1998 15:42:40 -0800 (PST) Date: Sun, 20 Dec 1998 15:42:40 -0800 (PST) Message-Id: <199812202342.PAA08209@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/tidy/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/12/20 15:42:39 PST Added files: www/tidy/patches patch-aa Log: Must stop doing this without having had enough sleep. Add patch-aa to patches/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 15:44:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07044 for cvs-all-outgoing; Sun, 20 Dec 1998 15:44:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dingo.cdrom.com (castles336.castles.com [208.214.167.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07035; Sun, 20 Dec 1998 15:44:12 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id PAA47553; Sun, 20 Dec 1998 15:41:58 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199812202341.PAA47553@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Eivind Eklund cc: Doug Rabson , Bruce Evans , dfr@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha In-reply-to: Your message of "Sun, 20 Dec 1998 23:44:19 +0100." <19981220234419.A9903@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Dec 1998 15:41:57 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Sun, Dec 20, 1998 at 11:16:35AM +0000, Doug Rabson wrote: > > On Fri, 18 Dec 1998, Eivind Eklund wrote: > > > Eivind, who would like a full re-org of the entire kernel source > > > layout at some point. > > > > Any ideas on a decent layout? Let's qualify that and say "a decent layout that takes our current architectural tendancies into account" > bus/ # Bus-specific code > eisa/ > dev/ # Devices for this bus > # Type specifiers for drivers This isn't even learning from our current mistakes. (cf. everything in sys/pci that frontends for stuff in sys/i386/isa) > This is just a very quick attempt at a hierarchially based layout; I'm > sure there are lots of possible improvements. The current drive is to tear the kernel into modules wherever possible; ultimately the kernel core will remain, and everything else will be modules. So: boot as current /sys/boot ... compile i386 not convinced of the requirement for ... arch subdirs here. alpha ... modules ... conf config metainformation ... kern core 'kernel module' arch alpha i386 vm core vm primitives ... net core networking (since removing it ... from the kernel is almost impossible) modules bus bus handlers, arch independent where root possible isa pci pccard cardbus scsi ppbus iic ... device device drivers, one directory per ... driver vfs filesystems, perhaps organised as per ... Eivind's suggestion syscall loadable syscalls ... misc "other stuff" ... > > (Any ideas on how to get enough people to agree on change?) > > Not a clue. Almost impossible, unless you can sell them on losing the CVS history. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 16:07:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10933 for cvs-all-outgoing; Sun, 20 Dec 1998 16:07:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10928; Sun, 20 Dec 1998 16:07:40 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA09204; Sun, 20 Dec 1998 16:07:41 -0800 (PST) Date: Sun, 20 Dec 1998 16:07:41 -0800 (PST) Message-Id: <199812210007.QAA09204@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/12/20 16:07:41 PST Modified files: . avail Log: Add Mark Newton (SVr4 emulation work) and Mike Spengler (requested by phk, purpose unknown). Revision Changes Path 1.58 +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 Sun Dec 20 16:19:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11516 for cvs-all-outgoing; Sun, 20 Dec 1998 16:19:54 -0800 (PST) (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 QAA11410; Sun, 20 Dec 1998 16:18:32 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id QAA07772; Sun, 20 Dec 1998 16:10:30 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdle7770; Mon Dec 21 00:10:29 1998 Date: Sun, 20 Dec 1998 16:10:25 -0800 (PST) From: Julian Elischer To: Mike Smith cc: Eivind Eklund , Doug Rabson , Bruce Evans , dfr@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha In-Reply-To: <199812202341.PAA47553@dingo.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Don't forget that rearranging the kernel will make it reall hard to merge changes/fixes back to the 2.2 series (assuming we want to) (the ,v files won't be the same when a file moves.) On Sun, 20 Dec 1998, Mike Smith wrote: > > On Sun, Dec 20, 1998 at 11:16:35AM +0000, Doug Rabson wrote: > > > On Fri, 18 Dec 1998, Eivind Eklund wrote: > > > > Eivind, who would like a full re-org of the entire kernel source > > > > layout at some point. > > > > > > Any ideas on a decent layout? > > Let's qualify that and say "a decent layout that takes our current > architectural tendancies into account" > > > bus/ # Bus-specific code > > eisa/ > > dev/ # Devices for this bus > > # Type specifiers for drivers > > This isn't even learning from our current mistakes. (cf. everything in > sys/pci that frontends for stuff in sys/i386/isa) > > > This is just a very quick attempt at a hierarchially based layout; I'm > > sure there are lots of possible improvements. > > The current drive is to tear the kernel into modules wherever possible; > ultimately the kernel core will remain, and everything else will be > modules. So: > > boot as current /sys/boot > ... > compile > i386 not convinced of the requirement for > ... arch subdirs here. > alpha > ... > modules > ... > conf config metainformation > ... > kern core 'kernel module' > arch > alpha > i386 > vm core vm primitives > ... > net core networking (since removing it > ... from the kernel is almost impossible) > modules > bus bus handlers, arch independent where > root possible > isa > pci > pccard > cardbus > scsi > ppbus > iic > ... > device device drivers, one directory per > ... driver > vfs filesystems, perhaps organised as per > ... Eivind's suggestion > syscall loadable syscalls > ... > misc "other stuff" > ... > > > > (Any ideas on how to get enough people to agree on change?) > > > > Not a clue. > > Almost impossible, unless you can sell them on losing the CVS history. Doing a repository copy would leave the history, but merging wouldn't work > > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ msmith@cdrom.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 16:21:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11899 for cvs-all-outgoing; Sun, 20 Dec 1998 16:21:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dingo.cdrom.com (castles336.castles.com [208.214.167.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11893; Sun, 20 Dec 1998 16:21:24 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id QAA47795; Sun, 20 Dec 1998 16:19:04 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199812210019.QAA47795@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Julian Elischer cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha In-reply-to: Your message of "Sun, 20 Dec 1998 16:10:25 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Dec 1998 16:19:03 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Don't forget that rearranging the kernel will make it reall hard to merge > changes/fixes back to the 2.2 series (assuming we want to) > (the ,v files won't be the same when a file moves.) We would just about have to cut everything off and start again; it would be at least an order of magnitude more painful than the src/contrib change (which has had the desired result, but caused much shrieking at the time...) -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 16:39:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA13770 for cvs-all-outgoing; Sun, 20 Dec 1998 16:39:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA13755; Sun, 20 Dec 1998 16:38:58 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id BAA16943; Mon, 21 Dec 1998 01:38:54 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id BAA11231; Mon, 21 Dec 1998 01:38:53 +0100 (MET) Message-ID: <19981221013852.B10676@follo.net> Date: Mon, 21 Dec 1998 01:38:52 +0100 From: Eivind Eklund To: Mike Smith Cc: alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha References: <19981220234419.A9903@follo.net> <199812202341.PAA47553@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199812202341.PAA47553@dingo.cdrom.com>; from Mike Smith on Sun, Dec 20, 1998 at 03:41:57PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > bus/ # Bus-specific code > > eisa/ > > dev/ # Devices for this bus > > # Type specifiers for drivers > > This isn't even learning from our current mistakes. (cf. everything in > sys/pci that frontends for stuff in sys/i386/isa) This was intended for the front end stuff and drivers that are by nature tied to a specific bus. Usually, the parts here should just set up any magic bus-spaces or similar, and call things in /dev/. > > This is just a very quick attempt at a hierarchially based layout; I'm > > sure there are lots of possible improvements. > > The current drive is to tear the kernel into modules wherever possible; > ultimately the kernel core will remain, and everything else will be > modules. So: > > boot as current /sys/boot > ... > compile > i386 not convinced of the requirement for > ... arch subdirs here. > alpha > ... > modules > ... Not convinced of the requirement for sys/compile. For a fully functional build system, architecture is only one of the relevant axes, the others being the options used. Apart from that, I have no problem with your suggested layout except that it lack detail in a number of areas. > > > (Any ideas on how to get enough people to agree on change?) > > > > Not a clue. > > Almost impossible, unless you can sell them on losing the CVS history. We'd use repository copies, of course. If we are going to do a rearrangement, we should do it just before we create a new release tag. (I was thinking that with 3.0 released right now was the worst time possible, and was going to attempt to squash the discussion, but it really is the best - RELENG_2_2 is on end-of-life, and RELENG_3_0 isn't put down yet). Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 17:51:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19061 for cvs-all-outgoing; Sun, 20 Dec 1998 17:51:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19052; Sun, 20 Dec 1998 17:51:03 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id TAA01177; Sun, 20 Dec 1998 19:51:01 -0600 (CST) Date: Sun, 20 Dec 1998 19:51:01 -0600 (CST) From: Steve Price To: Howard cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/rwho rwho.1 In-Reply-To: <199812200252.SAA06448@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 19 Dec 1998, Howard wrote: # foxfair 1998/12/19 18:52:30 PST # # Modified files: # usr.bin/rwho rwho.1 # Log: # Fixed typo. PR: 9132 Submitted by: Stefan Eggers # Revision Changes Path # 1.4 +1 -1 src/usr.bin/rwho/rwho.1 # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 17:57:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19832 for cvs-all-outgoing; Sun, 20 Dec 1998 17:57:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19825; Sun, 20 Dec 1998 17:57:44 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id TAA16452; Sun, 20 Dec 1998 19:57:41 -0600 (CST) Date: Sun, 20 Dec 1998 19:57:41 -0600 (CST) From: Steve Price To: Howard cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/atm/atmarpd atmarpd.8 In-Reply-To: <199812200253.SAA06510@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 19 Dec 1998, Howard wrote: # foxfair 1998/12/19 18:53:49 PST # # Modified files: # usr.sbin/atm/atmarpd atmarpd.8 # Log: # Fixed typo done, thanks! PR: 9133 Submitted by: Kaneda Hiloshi # Revision Changes Path # 1.2 +3 -3 src/usr.sbin/atm/atmarpd/atmarpd.8 # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 18:01:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20342 for cvs-all-outgoing; Sun, 20 Dec 1998 18:01:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20336; Sun, 20 Dec 1998 18:01:14 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA12735; Sun, 20 Dec 1998 18:01:15 -0800 (PST) Date: Sun, 20 Dec 1998 18:01:15 -0800 (PST) Message-Id: <199812210201.SAA12735@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/postgresql/scripts createuser.tmpl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/20 18:01:15 PST Modified files: japanese/postgresql/scripts createuser.tmpl Log: Escape the '::' sequence to make perl5 happy. PR: 8849 Submitted by: FUJISHIMA Satsuki Revision Changes Path 1.2 +1 -1 ports/japanese/postgresql/scripts/createuser.tmpl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 21:57:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA08947 for cvs-all-outgoing; Sun, 20 Dec 1998 21:57:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA08942; Sun, 20 Dec 1998 21:57:56 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA22032; Sun, 20 Dec 1998 21:57:58 -0800 (PST) Date: Sun, 20 Dec 1998 21:57:58 -0800 (PST) Message-Id: <199812210557.VAA22032@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 hier.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/12/20 21:57:58 PST Modified files: share/man/man7 hier.7 Log: Clarify that "/usr/share" is used for architecture independent files and need not be restricted to ASCII text files. PR: docs/9124 Submitted by: Mattias Pantzare Revision Changes Path 1.16 +2 -2 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 22:34:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11967 for cvs-all-outgoing; Sun, 20 Dec 1998 22:34:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA11959; Sun, 20 Dec 1998 22:34:49 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23273; Sun, 20 Dec 1998 22:34:50 -0800 (PST) Date: Sun, 20 Dec 1998 22:34:50 -0800 (PST) Message-Id: <199812210634.WAA23273@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/truss main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/12/20 22:34:50 PST Modified files: usr.bin/truss main.c Log: Flush the output file before exiting; short-lived programs don't even fill the stdio buffer. Revision Changes Path 1.13 +2 -1 src/usr.bin/truss/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 23:15:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15741 for cvs-all-outgoing; Sun, 20 Dec 1998 23:15:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15736 for ; Sun, 20 Dec 1998 23:15:12 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id XAA35970; Sun, 20 Dec 1998 23:15:03 -0800 (PST) (envelope-from dillon) Date: Sun, 20 Dec 1998 23:15:03 -0800 (PST) From: Matthew Dillon Message-Id: <199812210715.XAA35970@apollo.backplane.com> To: Nik Clayton Cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man1 security.1 Makefile intro.1 References: <199812190933.BAA07888@freefall.freebsd.org> <19981220200157.13317@nothing-going-on.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :On Sat, Dec 19, 1998 at 01:33:04AM -0800, Matt Dillon wrote: :> Commit initial man page for 'security'... an introduction to security :> mechanisms. It is a little light on detail but still a pretty good :> overview. I suggest that for specific detail (such as, for example, :> how to setup kerberos), that additional security-DETAILNAME man pages :> be written and refered to. : :Or this could get written up in the Handbook. . . :-) : :N :-- : C.R.F. Consulting -- we're run to make me richer. . . Bleh (sticks out tongue). I'll move it to section 7. Ask me in 6 months when I have more time to actually organize it and I'll move it to the handbook. If someone wants to put a reference to it in the handbook, though, be my guest! -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 23:40:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18002 for cvs-all-outgoing; Sun, 20 Dec 1998 23:40:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17993 for ; Sun, 20 Dec 1998 23:40:09 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id XAA39659; Sun, 20 Dec 1998 23:40:05 -0800 (PST) (envelope-from dillon) Date: Sun, 20 Dec 1998 23:40:05 -0800 (PST) From: Matthew Dillon Message-Id: <199812210740.XAA39659@apollo.backplane.com> To: cvs-committers@FreeBSD.ORG Subject: Odd compilation warning making kernel Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This is odd. compiling netinet/ip_output.c : cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -aout ../../netinet/ip_output.c ../../netinet/ip_output.c:67: warning: parameter names (without types) in function declaration ../../netinet/ip_output.c:67: warning: data definition has no type or storage class ../../netinet/ip_output.c:67: warning: parameter names (without types) in function declaration ../../netinet/ip_output.c:67: warning: data definition has no type or storage class The line is: static MALLOC_DEFINE(M_IPMOPTS, "ip_moptions", "internet multicast options"); -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 23:41:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18089 for cvs-all-outgoing; Sun, 20 Dec 1998 23:41:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18084; Sun, 20 Dec 1998 23:41:50 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA26615; Sun, 20 Dec 1998 23:41:51 -0800 (PST) Date: Sun, 20 Dec 1998 23:41:51 -0800 (PST) Message-Id: <199812210741.XAA26615@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys proc.h systm.h src/sys/kern kern_synch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/20 23:41:51 PST Modified files: sys/sys proc.h systm.h sys/kern kern_synch.c Log: Add asleep() and await() support. Currently highly experimental. A small support structure had to be added to the proc structure, and a few minor conditional panics no longer apply. Revision Changes Path 1.64 +14 -1 src/sys/sys/proc.h 1.80 +3 -1 src/sys/sys/systm.h 1.70 +189 -2 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Dec 20 23:54:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18956 for cvs-all-outgoing; Sun, 20 Dec 1998 23:54:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18951 for ; Sun, 20 Dec 1998 23:54:46 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id XAA40158; Sun, 20 Dec 1998 23:54:42 -0800 (PST) (envelope-from dillon) Date: Sun, 20 Dec 1998 23:54:42 -0800 (PST) From: Matthew Dillon Message-Id: <199812210754.XAA40158@apollo.backplane.com> To: cvs-committers@FreeBSD.ORG Subject: heads up - struct proc structure size change Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I've started to commit the asleep/await stuff. I do not plan for any of this stuff to result in any operational changes to the kernel for now, but it did require adding two ints to the proc structure which means you will have to recompile libkvm, systat, ps, top, vmstat, etc... I did have to remove two conditional panics and add a little code to kern/kern_synch.c but it should have no effect on existing kernels, I hope. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 00:42:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23361 for cvs-all-outgoing; Mon, 21 Dec 1998 00:42:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23356; Mon, 21 Dec 1998 00:42:43 -0800 (PST) (envelope-from newton@FreeBSD.org) From: Mark Newton Received: (from newton@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA28969; Mon, 21 Dec 1998 00:42:45 -0800 (PST) Date: Mon, 21 Dec 1998 00:42:45 -0800 (PST) Message-Id: <199812210842.AAA28969@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1998/12/21 00:42:44 PST Modified files: handbook authors.sgml Log: Added myself to the handbook. I guess I'm a committer now. Revision Changes Path 1.130 +5 -1 doc/handbook/authors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 00:52:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24240 for cvs-all-outgoing; Mon, 21 Dec 1998 00:52:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24229; Mon, 21 Dec 1998 00:52:13 -0800 (PST) (envelope-from newton@FreeBSD.org) From: Mark Newton Received: (from newton@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA29599; Mon, 21 Dec 1998 00:52:15 -0800 (PST) Date: Mon, 21 Dec 1998 00:52:15 -0800 (PST) Message-Id: <199812210852.AAA29599@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1998/12/21 00:52:15 PST Modified files: handbook contrib.sgml Log: Added myself to the list of contributors Revision Changes Path 1.331 +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 Mon Dec 21 00:57:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24562 for cvs-all-outgoing; Mon, 21 Dec 1998 00:57:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24553; Mon, 21 Dec 1998 00:57:07 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA29819; Mon, 21 Dec 1998 00:55:56 -0800 (PST) Date: Mon, 21 Dec 1998 00:55:56 -0800 (PST) Message-Id: <199812210855.AAA29819@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ide_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/12/21 00:55:56 PST Modified files: sys/pci ide_pci.c Log: Check for DMA capbility is against unit,not controller. Submitted by: Lee Cremeans Revision Changes Path 1.19 +2 -2 src/sys/pci/ide_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 01:00:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24896 for cvs-all-outgoing; Mon, 21 Dec 1998 01:00:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24890; Mon, 21 Dec 1998 01:00:22 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id JAA43283; Mon, 21 Dec 1998 09:55:17 +0100 (CET) To: Michael Smith cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT avail In-reply-to: Your message of "Sun, 20 Dec 1998 16:07:41 PST." <199812210007.QAA09204@freefall.freebsd.org> Date: Mon, 21 Dec 1998 09:55:17 +0100 Message-ID: <43281.914230517@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199812210007.QAA09204@freefall.freebsd.org>, Michael Smith writes: >msmith 1998/12/20 16:07:41 PST > > Modified files: > . avail > Log: > Add Mark Newton (SVr4 emulation work) and Mike Spengler (requested by phk, > purpose unknown). Mike Spengler is out of the HARP crowd and will take care of the ATM bits. -- 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 Mon Dec 21 01:26:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27765 for cvs-all-outgoing; Mon, 21 Dec 1998 01:26:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27760; Mon, 21 Dec 1998 01:26:52 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id BAA42000; Mon, 21 Dec 1998 01:22:41 -0800 (PST) (envelope-from dillon) Date: Mon, 21 Dec 1998 01:22:41 -0800 (PST) From: Matthew Dillon Message-Id: <199812210922.BAA42000@apollo.backplane.com> To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Buildworld broken rebuilding elf tools Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk It looks like the temporary include hierarchy Makefile.inc1 creates does not take into account the (apparent) softlinking now being done. Critical files such as errno.h are missing for the elf tool rebuild. I am testing a change to Makefile.inc1 that simply makes the beforeinstall target in include/Makefile for the elf tools. If it works, I will commit it. -- Also, does anyone know why Makefile.inc1 rebuilds the ${OBJFORMAT} obj tree even when NOCLEAN is defined? This operation takes a long time (especially over 10MBit NFS) and appears to be unnecessary. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 01:41:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29070 for cvs-all-outgoing; Mon, 21 Dec 1998 01:41:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29061; Mon, 21 Dec 1998 01:41:25 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA01804; Mon, 21 Dec 1998 01:41:26 -0800 (PST) Date: Mon, 21 Dec 1998 01:41:26 -0800 (PST) Message-Id: <199812210941.BAA01804@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/21 01:41:26 PST Modified files: . Makefile.inc1 Log: Elf (and a.out?) rebuild of bootstrap tools appeared to be broken due to some tools requiring header files, such as errno.h, that are softlinks. The mini installation of include files in Makefile.inc1 wasn't doing the job, so it has been ripped out and replaced with a true make of the /usr/src/include/ directory (make all and make beforeinstall). I think the original idea was to save time by not installing unnecessary header files, but it doesn't really save all that much time. Also, I have moved a NOCLEAN conditional to cover rebuilding the object tree 'Rebuilding the ${OBJFORMAT} obj tree' section. This may or may not be correct but it appears to function properly. If it is not correct we need to find another way to avoid scanning every single file in the entire source hierarchy for make restarts. Revision Changes Path 1.49 +4 -14 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 01:57:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00693 for cvs-all-outgoing; Mon, 21 Dec 1998 01:57:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00688; Mon, 21 Dec 1998 01:57:41 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA02499; Mon, 21 Dec 1998 01:57:42 -0800 (PST) Date: Mon, 21 Dec 1998 01:57:42 -0800 (PST) Message-Id: <199812210957.BAA02499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/12/21 01:57:42 PST Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.131. Revision Changes Path 1.47 +3 -3 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 01:58:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00822 for cvs-all-outgoing; Mon, 21 Dec 1998 01:58:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00817; Mon, 21 Dec 1998 01:58:36 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA02539; Mon, 21 Dec 1998 01:58:37 -0800 (PST) Date: Mon, 21 Dec 1998 01:58:37 -0800 (PST) Message-Id: <199812210958.BAA02539@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf options.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/12/21 01:58:37 PST Modified files: sys/pc98/conf options.pc98 Log: Sync with sys/i386/conf/options.i386 revision 1.96. Revision Changes Path 1.75 +2 -7 src/sys/pc98/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 02:29:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04418 for cvs-all-outgoing; Mon, 21 Dec 1998 02:29:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04411; Mon, 21 Dec 1998 02:29:09 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA04835; Mon, 21 Dec 1998 02:29:10 -0800 (PST) Date: Mon, 21 Dec 1998 02:29:10 -0800 (PST) Message-Id: <199812211029.CAA04835@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/12/21 02:29:10 PST Modified files: sys/i386/conf Makefile.i386 Log: Regrettably, you can't take setdef0.c out of order, or, surprise, linker sets don't work and thus neither does the kernel. This should stop being a problem with an improved linker set mechanism in the pipeline (see the bootloader) but for now this has to stay like this. Revision Changes Path 1.132 +3 -3 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 02:29:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04475 for cvs-all-outgoing; Mon, 21 Dec 1998 02:29:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04469; Mon, 21 Dec 1998 02:29:27 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA04862; Mon, 21 Dec 1998 02:29:29 -0800 (PST) Date: Mon, 21 Dec 1998 02:29:29 -0800 (PST) Message-Id: <199812211029.CAA04862@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 Makefile sleep.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/21 02:29:28 PST Modified files: share/man/man9 Makefile sleep.9 Log: Add manual page for experimental kernel asleep() and await() routines Revision Changes Path 1.41 +2 -1 src/share/man/man9/Makefile 1.11 +92 -2 src/share/man/man9/sleep.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 02:34:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05172 for cvs-all-outgoing; Mon, 21 Dec 1998 02:34:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05164; Mon, 21 Dec 1998 02:34:53 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA05162; Mon, 21 Dec 1998 02:34:54 -0800 (PST) Date: Mon, 21 Dec 1998 02:34:54 -0800 (PST) Message-Id: <199812211034.CAA05162@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 sleep.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/21 02:34:54 PST Modified files: share/man/man9 sleep.9 Log: update HISTORY section Revision Changes Path 1.12 +5 -2 src/share/man/man9/sleep.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 03:51:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA11316 for cvs-all-outgoing; Mon, 21 Dec 1998 03:51:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA11309; Mon, 21 Dec 1998 03:51:09 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08102; Mon, 21 Dec 1998 03:51:11 -0800 (PST) Date: Mon, 21 Dec 1998 03:51:11 -0800 (PST) Message-Id: <199812211151.DAA08102@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xkoules Makefile ports/games/xkoules/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/21 03:51:11 PST Modified files: games/xkoules Makefile games/xkoules/pkg DESCR Log: Add MASTER_SITES to Makefile PR: ports/9152 Submitted by: andy@icc.surw.chel.su Revision Changes Path 1.4 +5 -2 ports/games/xkoules/Makefile 1.2 +2 -0 ports/games/xkoules/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 04:27:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16777 for cvs-all-outgoing; Mon, 21 Dec 1998 04:27:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA16772; Mon, 21 Dec 1998 04:27:32 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11813; Mon, 21 Dec 1998 04:27:34 -0800 (PST) Date: Mon, 21 Dec 1998 04:27:34 -0800 (PST) Message-Id: <199812211227.EAA11813@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/russian/cyrproxy Makefile ports/russian/cyrproxy/patches patch-ag ports/russian/cyrproxy/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/21 04:27:33 PST Modified files: russian/cyrproxy Makefile russian/cyrproxy/pkg DESCR Added files: russian/cyrproxy/patches patch-ag Log: Update by MAINTAINER PR: ports/9151 Submitted by: andy@icc.surw.chel.su Revision Changes Path 1.3 +7 -2 ports/russian/cyrproxy/Makefile 1.2 +3 -2 ports/russian/cyrproxy/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 04:37:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18131 for cvs-all-outgoing; Mon, 21 Dec 1998 04:37:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18126; Mon, 21 Dec 1998 04:37:58 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12422; Mon, 21 Dec 1998 04:38:00 -0800 (PST) Date: Mon, 21 Dec 1998 04:38:00 -0800 (PST) Message-Id: <199812211238.EAA12422@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/eterm/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/21 04:38:00 PST Modified files: japanese/eterm/pkg DESCR Log: Fix grammatical errors. PR: ports/9156 Submitted by: nobutaka@nobutaka.com Revision Changes Path 1.2 +4 -4 ports/japanese/eterm/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 05:15:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21412 for cvs-all-outgoing; Mon, 21 Dec 1998 05:15:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21407; Mon, 21 Dec 1998 05:15:39 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA13977; Mon, 21 Dec 1998 05:15:41 -0800 (PST) Date: Mon, 21 Dec 1998 05:15:41 -0800 (PST) Message-Id: <199812211315.FAA13977@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/windowmaker-i18n Makefile ports/x11-wm/windowmaker-i18n/files md5 ports/x11-wm/windowmaker-i18n/patches patch-ae patch-af patch-ai patch-bb Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/21 05:15:40 PST Modified files: x11-wm/windowmaker-i18n Makefile x11-wm/windowmaker-i18n/files md5 Removed files: x11-wm/windowmaker-i18n/patches patch-ae patch-af patch-ai patch-bb Log: Japanese Catalog file is more enhanched PR: ports/9149 Submitted by: mac@jp.freebsd.org Revision Changes Path 1.46 +11 -4 ports/x11-wm/windowmaker-i18n/Makefile 1.21 +1 -0 ports/x11-wm/windowmaker-i18n/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 Dec 21 05:41:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24056 for cvs-all-outgoing; Mon, 21 Dec 1998 05:41:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24036; Mon, 21 Dec 1998 05:40:59 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id OAA35068; Mon, 21 Dec 1998 14:40:53 +0100 (CET) (envelope-from des) To: Eivind Eklund Cc: Doug Rabson , Bruce Evans , dfr@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha References: <19981218161521.J93539@follo.net> <19981220234419.A9903@follo.net> From: Dag-Erling Smorgrav Date: 21 Dec 1998 14:40:53 +0100 In-Reply-To: Eivind Eklund's message of "Sun, 20 Dec 1998 23:44:19 +0100" Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Eivind Eklund writes: > On Sun, Dec 20, 1998 at 11:16:35AM +0000, Doug Rabson wrote: > > On Fri, 18 Dec 1998, Eivind Eklund wrote: > > > Eivind, who would like a full re-org of the entire kernel source > > > layout at some point. > > > > Any ideas on a decent layout? > [...] Shouldn't this be on -arch? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 05:46:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24754 for cvs-all-outgoing; Mon, 21 Dec 1998 05:46:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24749; Mon, 21 Dec 1998 05:46:19 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id OAA35099; Mon, 21 Dec 1998 14:45:56 +0100 (CET) (envelope-from des) To: Tim Jones Cc: "Jordan K. Hubbard" , Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mtio.h References: <82280.913951353@zippy.cdrom.com> <367A7E50.B0F5AA3B@estinc.com> From: Dag-Erling Smorgrav Date: 21 Dec 1998 14:45:56 +0100 In-Reply-To: Tim Jones's message of "Fri, 18 Dec 1998 09:09:52 -0700" Message-ID: Lines: 12 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Tim Jones writes: > So that everyone understands, the next version of BRu for Linux will > offer Quick File Access. This means that the user can say "Restore > mydatafile.dbf" and BRU will fast forward the tape to the appropriate > logical block address and restore the file. This means a file 2GB deep > on a DAT tape will restore in 30 seconds, instead of 45 minutes. Will this also speed up 'mt [fb]s[fr]'? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 06:45:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00456 for cvs-all-outgoing; Mon, 21 Dec 1998 06:45:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00446; Mon, 21 Dec 1998 06:45:53 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id PAA35483; Mon, 21 Dec 1998 15:45:50 +0100 (CET) (envelope-from des) To: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf References: <199812190725.XAA05479@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 21 Dec 1998 15:45:49 +0100 In-Reply-To: Matt Dillon's message of "Fri, 18 Dec 1998 23:25:57 -0800 (PST)" Message-ID: Lines: 31 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matt Dillon writes: > Log: > Take bind out of sandbox and run it as root again, but leave support > mechanisms ('bind' user and group) in place so the feature can be easily > turned on. There were too many complaints. The security(1) man > page will be created/updated to include the appropriate info. Complaints? The naked truth is that it will not work in any but the simplest setups, unless you add code to named to temporarily regain privs before updating the pid file or rescanning interfaces. Doing so will void any security the sandbox may give you, since it will make it possible for hypothetical buffer overflow exploits to regain privs. If named is run in the sandbox, it will have to be restarted every time an interface comes up after being down an hour or more - less if you lower interface-interval in /etc/namedb/named.conf, which you probably will if you run a caching nameserver on a box that has a dynamic IP address (e.g. a dialout gateway). It will also complain loudly every time it receives any of SIGHUP, SIGINT, SIGILL, SIGSYS or SIGTERM unless you perform the appropriate named.conf magic to move the pid and dump files to a directory writeable by bind:bind. OBTW, the /etc/named/s/ hack is just that - a hack, and an ugly one at that. You'll just have to come to terms with the fact that named needs privs. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 06:49:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00711 for cvs-all-outgoing; Mon, 21 Dec 1998 06:49:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00700; Mon, 21 Dec 1998 06:49:41 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id PAA35497; Mon, 21 Dec 1998 15:49:38 +0100 (CET) (envelope-from des) To: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man1 security.1 Makefile intro.1 References: <199812190933.BAA07888@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 21 Dec 1998 15:49:37 +0100 In-Reply-To: Matt Dillon's message of "Sat, 19 Dec 1998 01:33:04 -0800 (PST)" Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matt Dillon writes: > Log: > Commit initial man page for 'security'... an introduction to security > mechanisms. It is a little light on detail but still a pretty good > overview. I suggest that for specific detail (such as, for example, > how to setup kerberos), that additional security-DETAILNAME man pages > be written and refered to. I haven't had time to read more than part of it, but it looks very good. I second the suggestion that it be included in the handbook... DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 07:11:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02959 for cvs-all-outgoing; Mon, 21 Dec 1998 07:11:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02831; Mon, 21 Dec 1998 07:11:17 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id QAA11019; Mon, 21 Dec 1998 16:11:12 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id QAA14736; Mon, 21 Dec 1998 16:11:11 +0100 (MET) Message-ID: <19981221161110.E14124@follo.net> Date: Mon, 21 Dec 1998 16:11:10 +0100 From: Eivind Eklund To: Dag-Erling Smorgrav , Matt Dillon Cc: security@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf References: <199812190725.XAA05479@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Dag-Erling Smorgrav on Mon, Dec 21, 1998 at 03:45:49PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I'm moving this to freebsd-security. On Mon, Dec 21, 1998 at 03:45:49PM +0100, Dag-Erling Smorgrav wrote: > Matt Dillon writes: > If named is run in the sandbox, it will have to be restarted every > time an interface comes up after being down an hour or more - less if > you lower interface-interval in /etc/namedb/named.conf, which you > probably will if you run a caching nameserver on a box that has a > dynamic IP address (e.g. a dialout gateway). It will also complain > loudly every time it receives any of SIGHUP, SIGINT, SIGILL, SIGSYS or > SIGTERM unless you perform the appropriate named.conf magic to move > the pid and dump files to a directory writeable by bind:bind. > > OBTW, the /etc/named/s/ hack is just that - a hack, and an ugly one at > that. > > You'll just have to come to terms with the fact that named needs > privs. ... unless you do a series of small modifications. It is not as if rescanning the interfaces is a _large_ task, or one that couldn't be done by a forked out half of named, decreasing the chance of a problem spreading. You'll just have to come to terms with the fact that you are not a security person. ;-) Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 07:33:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06108 for cvs-all-outgoing; Mon, 21 Dec 1998 07:33:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06093; Mon, 21 Dec 1998 07:33:32 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA13838; Tue, 22 Dec 1998 02:33:27 +1100 Date: Tue, 22 Dec 1998 02:33:27 +1100 From: Bruce Evans Message-Id: <199812211533.CAA13838@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dillon@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > . Makefile.inc1 > Log: > Elf (and a.out?) rebuild of bootstrap tools appeared to be broken due to > some tools requiring header files, such as errno.h, that are softlinks. > The mini installation of include files in Makefile.inc1 wasn't doing > the job, so it has been ripped out and replaced with a true make of the > /usr/src/include/ directory (make all and make beforeinstall). I think > the original idea was to save time by not installing unnecessary header > files, but it doesn't really save all that much time. The original idea was to make the bootstrap actually work -- `make all' can't be run in src/include because relevant tools like rpcgen haven't been built yet. The problem seems to be that cpio creates bogus links and there aren't enough fixups. The correct fix may be to back out the large but incomplete fixups in rev.1.185-1.186 of src/Makefile. I've never used it, and the mtree breakage that inspired it (following symlinks) seems to be fixed in another way (nochange directives in BSD.usr.dist). > Also, I have moved a NOCLEAN conditional to cover rebuilding the object > tree 'Rebuilding the ${OBJFORMAT} obj tree' section. This may or may not > be correct but it appears to function properly. If it is not correct we > need to find another way to avoid scanning every single file in the > entire source hierarchy for make restarts. This is not correct. It breaks the initial build of the obj tree (if NOCLEAN is set initially). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 07:58:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10267 for cvs-all-outgoing; Mon, 21 Dec 1998 07:58:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10260 for ; Mon, 21 Dec 1998 07:58:05 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA15440; Tue, 22 Dec 1998 02:58:01 +1100 Date: Tue, 22 Dec 1998 02:58:01 +1100 From: Bruce Evans Message-Id: <199812211558.CAA15440@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, dillon@apollo.backplane.com Subject: Re: Odd compilation warning making kernel Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > This is odd. compiling netinet/ip_output.c : > >cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -aout ../../netinet/ip_output.c >../../netinet/ip_output.c:67: warning: parameter names (without types) in function declaration >../../netinet/ip_output.c:67: warning: data definition has no type or storage class >../../netinet/ip_output.c:67: warning: parameter names (without types) in function declaration >../../netinet/ip_output.c:67: warning: data definition has no type or storage class > > The line is: > >static MALLOC_DEFINE(M_IPMOPTS, "ip_moptions", "internet multicast options"); This is just what gcc does for certain garbage declarations at file scope: garbage_in(nothing, out); MALLOC_DEFINE() expands to something involving SYSINIT() and SYSUNINIT() because is not included. is not included because the dummynet changes blew away about 2 months worth of previous commits. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 08:55:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17243 for cvs-all-outgoing; Mon, 21 Dec 1998 08:55:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cheops.inhouse ([209.140.128.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17222; Mon, 21 Dec 1998 08:55:31 -0800 (PST) (envelope-from tjones@estinc.com) Received: from estinc.com (cheops.inhouse [192.168.0.32]) by cheops.inhouse (8.8.7/8.8.7) with ESMTP id JAA11703; Mon, 21 Dec 1998 09:42:28 -0700 Message-ID: <367E7753.B8CAB53E@estinc.com> Date: Mon, 21 Dec 1998 09:29:08 -0700 From: Tim Jones Organization: Enhanced Software Technologies, Inc. X-Mailer: Mozilla 4.5C-Caldera [en] (X11; I; Linux 2.0.35 i586) X-Accept-Language: en MIME-Version: 1.0 To: Dag-Erling Smorgrav CC: "Jordan K. Hubbard" , Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mtio.h References: <82280.913951353@zippy.cdrom.com> <367A7E50.B0F5AA3B@estinc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dag-Erling Smorgrav wrote: > > Tim Jones writes: > > So that everyone understands, the next version of BRu for Linux will > > offer Quick File Access. This means that the user can say "Restore > > mydatafile.dbf" and BRU will fast forward the tape to the appropriate > > logical block address and restore the file. This means a file 2GB deep > > on a DAT tape will restore in 30 seconds, instead of 45 minutes. > > Will this also speed up 'mt [fb]s[fr]'? Hi DES, This will be dependent on the tape drive used. If a 4mm DDS or 8mm drive, then it will definitely speed things up as the command to implement the motion command (SPACE - command 0x11 or (on older Archive and Wangtek 1/4") SEEK BLOCK - command 0x0C) use the drive's high speed wind functions. However, my tests here indicate that the 'mt fsf' when applied to my DDS-2 HP drive works as it should (takes around 15 seconds to get in 400MB or so). Be aware that linear tape drives (1/4", Travan, et al) will always be slower than this since seek speed is only slightly faster than normal read speed. For example, the new NS-8/NS-20 drives spin tape at 100ips for normal read/write, but the fast seek speed is only 120ips. -- Tim Jones tjones@estinc.com Vice President Visit our tape backup web pages: Enhanced Software Technologies, Inc. http://www.estinc.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 09:18:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21252 for cvs-all-outgoing; Mon, 21 Dec 1998 09:18:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from feral-gw.feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21205 for ; Mon, 21 Dec 1998 09:18:06 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral-gw.feral.com (8.8.7/8.8.7) with ESMTP id JAA02226; Mon, 21 Dec 1998 09:17:31 -0800 Date: Mon, 21 Dec 1998 09:17:30 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: Tim Jones cc: Dag-Erling Smorgrav , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mtio.h In-Reply-To: <367E7753.B8CAB53E@estinc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk (gee- I missed the front of this email exchange... too much mail) On Mon, 21 Dec 1998, Tim Jones wrote: > Dag-Erling Smorgrav wrote: > > > > Tim Jones writes: > > > So that everyone understands, the next version of BRu for Linux will > > > offer Quick File Access. This means that the user can say "Restore > > > mydatafile.dbf" and BRU will fast forward the tape to the appropriate > > > logical block address and restore the file. This means a file 2GB deep > > > on a DAT tape will restore in 30 seconds, instead of 45 minutes. > > > > Will this also speed up 'mt [fb]s[fr]'? > > Hi DES, > > This will be dependent on the tape drive used. If a 4mm DDS or 8mm > drive, then it will definitely speed things up as the command to > implement the motion command (SPACE - command 0x11 or (on older Archive > and Wangtek 1/4") SEEK BLOCK - command 0x0C) use the drive's high speed > wind functions. > > However, my tests here indicate that the 'mt fsf' when applied to my > DDS-2 HP drive works as it should (takes around 15 seconds to get in > 400MB or so). Be aware that linear tape drives (1/4", Travan, et al) > will always be slower than this since seek speed is only slightly faster > than normal read speed. For example, the new NS-8/NS-20 drives spin > tape at 100ips for normal read/write, but the fast seek speed is only > 120ips. > The drives where this makes a really *substantial* are the high end drives, like STK Redwoods and IBM 3590s. That's for forward spacing. The other case which is less evident is the random positioning case. It's only if you *really* are sure where to to space filemarks and records to that random positioning can match fast locate. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 09:34:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23973 for cvs-all-outgoing; Mon, 21 Dec 1998 09:34:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23968; Mon, 21 Dec 1998 09:34:33 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA18370; Mon, 21 Dec 1998 09:34:35 -0800 (PST) Date: Mon, 21 Dec 1998 09:34:35 -0800 (PST) Message-Id: <199812211734.JAA18370@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/21 09:34:34 PST Modified files: release Makefile Log: Just fetch distfiles from a single location. The change to textproc/docproj broke my fetch heuristic anyway. Revision Changes Path 1.437 +4 -5 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 Dec 21 10:01:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27148 for cvs-all-outgoing; Mon, 21 Dec 1998 10:01:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27139; Mon, 21 Dec 1998 10:01:13 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19576; Mon, 21 Dec 1998 10:01:15 -0800 (PST) Date: Mon, 21 Dec 1998 10:01:15 -0800 (PST) Message-Id: <199812211801.KAA19576@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/12/21 10:01:15 PST src - Imported sources Update of /home/ncvs/src In directory freefall.freebsd.org:/c/users/joerg/src Log Message: This is my first cut on a driver for the RealTek RTL 8002 pocket ethernet driver. The BUGS section is still impressive, but the driver seems to work for me now. Disclaimer: i haven't been able to test this under -current so far (but it compiles, and the notebook it's intended for can now be updated to -current more easy than before). Don't be afraid of the many #ifdefs on __FreeBSD_version in the imported file; i want them in the repository on the vendor-branch so other people can also manually integrate it into older systems. I'll clean it up on the -current branch in a followup commit. The vendor-banch version right now supports systems back to 2.2R. This driver should be layered upon ppc(4), but i currently have no idea how to do this. Eventually i'll further develop the driver to also support the more modern RTL 8012 success, which seems to be present in a number of cheap pocket ethernet adapters these days. Right now, i doubt it will run with the 8012 without any changes. Finally a big Thanks! to RealTek for promptly providing me with documentation and with the source code for the 8012 pocket driver upon request. I wish all vendors were that cooperative!. Status: Vendor Tag: JOERG Release Tags: v1_0 N src/sys/i386/isa/if_rdp.c N src/sys/i386/isa/if_rdpreg.h N src/share/man/man4/man4.i386/rdp.4 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 Dec 21 10:04:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27442 for cvs-all-outgoing; Mon, 21 Dec 1998 10:04:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27436; Mon, 21 Dec 1998 10:04:20 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19832; Mon, 21 Dec 1998 10:04:21 -0800 (PST) Date: Mon, 21 Dec 1998 10:04:21 -0800 (PST) Message-Id: <199812211804.KAA19832@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/12/21 10:04:21 PST Modified files: sys/i386/conf LINT files.i386 Log: Include rdp(4). Should i also include it into GENERIC? Revision Changes Path 1.510 +3 -1 src/sys/i386/conf/LINT 1.207 +2 -1 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 10:07:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27832 for cvs-all-outgoing; Mon, 21 Dec 1998 10:07:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27819; Mon, 21 Dec 1998 10:07:14 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20160; Mon, 21 Dec 1998 10:07:16 -0800 (PST) Date: Mon, 21 Dec 1998 10:07:16 -0800 (PST) Message-Id: <199812211807.KAA20160@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/12/21 10:07:16 PST Modified files: release/texts RELNOTES.TXT Log: Include information about rdp(4). Revision Changes Path 1.6 +3 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 10:11:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28497 for cvs-all-outgoing; Mon, 21 Dec 1998 10:11:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28486; Mon, 21 Dec 1998 10:11:08 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20373; Mon, 21 Dec 1998 10:11:10 -0800 (PST) Date: Mon, 21 Dec 1998 10:11:10 -0800 (PST) Message-Id: <199812211811.KAA20373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_rdp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/12/21 10:11:10 PST Modified files: sys/i386/isa if_rdp.c Log: As promised, cleanup the #if __FreeBSD_version mess. Revision Changes Path 1.2 +3 -41 src/sys/i386/isa/if_rdp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 11:21:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07915 for cvs-all-outgoing; Mon, 21 Dec 1998 11:21:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07910; Mon, 21 Dec 1998 11:21:35 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23940; Mon, 21 Dec 1998 11:21:37 -0800 (PST) Date: Mon, 21 Dec 1998 11:21:37 -0800 (PST) Message-Id: <199812211921.LAA23940@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_signal.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1998/12/21 11:21:37 PST Modified files: sys/i386/linux linux_signal.c Log: Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having performed all sorts of sanity checks. The FreeBSD linux emulator returns EINVAL in such a case. Allowing signal 0 to be passed to kill will result in compatible behaviour. PR: 9082 Submitted by: Marcel Moolenaar Revision Changes Path 1.14 +2 -2 src/sys/i386/linux/linux_signal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 11:28:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08849 for cvs-all-outgoing; Mon, 21 Dec 1998 11:28:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08843; Mon, 21 Dec 1998 11:28:12 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA24240; Mon, 21 Dec 1998 11:28:13 -0800 (PST) Date: Mon, 21 Dec 1998 11:28:13 -0800 (PST) Message-Id: <199812211928.LAA24240@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1998/12/21 11:28:13 PST Modified files: sys/i386/linux syscalls.master Log: Syscall 168 (poll) is not implemented in the Linux emulator. This syscall is used by Oracle. PR: 9154 Submitted by: Marcel Moolenaar Revision Changes Path 1.14 +3 -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 Dec 21 11:31:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09375 for cvs-all-outgoing; Mon, 21 Dec 1998 11:31:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09368; Mon, 21 Dec 1998 11:31:56 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA24410; Mon, 21 Dec 1998 11:31:58 -0800 (PST) Date: Mon, 21 Dec 1998 11:31:58 -0800 (PST) Message-Id: <199812211931.LAA24410@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1998/12/21 11:31:58 PST Modified files: sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: The result of running make linux_sysent.c on the new syscall.master file Revision Changes Path 1.15 +1 -1 src/sys/i386/linux/linux_proto.h 1.11 +1 -1 src/sys/i386/linux/linux_syscall.h 1.16 +2 -2 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 Dec 21 11:41:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11569 for cvs-all-outgoing; Mon, 21 Dec 1998 11:41:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11562; Mon, 21 Dec 1998 11:41:49 -0800 (PST) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA24971; Mon, 21 Dec 1998 11:41:51 -0800 (PST) Date: Mon, 21 Dec 1998 11:41:51 -0800 (PST) Message-Id: <199812211941.LAA24971@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch common.c common.h fetch.3 fetch.c fetch.h file.c ftp.c http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/12/21 11:41:50 PST Modified files: lib/libfetch common.c common.h fetch.3 fetch.c fetch.h file.c ftp.c http.c Log: Implement and document file list retrieval. Revision Changes Path 1.5 +43 -1 src/lib/libfetch/common.c 1.5 +4 -2 src/lib/libfetch/common.h 1.7 +41 -2 src/lib/libfetch/fetch.3 1.8 +38 -1 src/lib/libfetch/fetch.c 1.8 +11 -1 src/lib/libfetch/fetch.h 1.4 +47 -4 src/lib/libfetch/file.c 1.12 +12 -1 src/lib/libfetch/ftp.c 1.11 +11 -1 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 11:50:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12849 for cvs-all-outgoing; Mon, 21 Dec 1998 11:50:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12817; Mon, 21 Dec 1998 11:50:30 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id UAA40448; Mon, 21 Dec 1998 20:50:22 +0100 (CET) (envelope-from des) To: "Dag-Erling C. Sm\xf8rgrav" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libfetch common.c common.h fetch.3 fetch.c fetch.h file.c ftp.c http.c References: <199812211941.LAA24971@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 21 Dec 1998 20:50:21 +0100 In-Reply-To: "Dag-Erling C. Sm\xf8rgrav"'s message of "Mon, 21 Dec 1998 11:41:51 -0800 (PST)" Message-ID: Lines: 15 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Dag-Erling C. Sm\xf8rgrav" writes: > Modified files: > lib/libfetch common.c common.h fetch.3 fetch.c fetch.h > file.c ftp.c http.c > Log: > Implement and document file list retrieval. OBTW, if anybody except Garrett feels strongly for libcom_err, I'd like to hear from you, because my next commit to libfetch will likely be to rip that monstrosity out and go back to something akin to what I had before libcom_err. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 12:02:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14709 for cvs-all-outgoing; Mon, 21 Dec 1998 12:02:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14703; Mon, 21 Dec 1998 12:02:51 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id MAA47149; Mon, 21 Dec 1998 12:02:41 -0800 (PST) (envelope-from dillon) Date: Mon, 21 Dec 1998 12:02:41 -0800 (PST) From: Matthew Dillon Message-Id: <199812212002.MAA47149@apollo.backplane.com> To: Bruce Evans Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <199812211533.CAA13838@godzilla.zeta.org.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :> Modified files: :> . Makefile.inc1 :> Log: :> Elf (and a.out?) rebuild of bootstrap tools appeared to be broken due to :> some tools requiring header files, such as errno.h, that are softlinks. :> The mini installation of include files in Makefile.inc1 wasn't doing :> the job, so it has been ripped out and replaced with a true make of the :> /usr/src/include/ directory (make all and make beforeinstall). I think :> the original idea was to save time by not installing unnecessary header :> files, but it doesn't really save all that much time. : :The original idea was to make the bootstrap actually work -- `make all' :can't be run in src/include because relevant tools like rpcgen haven't :been built yet. I don't think a complete bootstrap would work anyway... we already depend on the compiler and various utilities being properly installed prior to the tools build :-) rpcgen hasn't changed in ages, it's probably *more* stable then gcc right now. :The problem seems to be that cpio creates bogus links and there aren't :enough fixups. The correct fix may be to back out the large but :incomplete fixups in rev.1.185-1.186 of src/Makefile. I've never used :it, and the mtree breakage that inspired it (following symlinks) seems :to be fixed in another way (nochange directives in BSD.usr.dist). The problem is not cpio, it's the fact that it's trying to duplicate the tree from /usr/src/include and that tree is missing a huge number of header files which are copied or softlinked in /usr/src/include's Makefile. :> Also, I have moved a NOCLEAN conditional to cover rebuilding the object :> tree 'Rebuilding the ${OBJFORMAT} obj tree' section. This may or may not :> be correct but it appears to function properly. If it is not correct we :> need to find another way to avoid scanning every single file in the :> entire source hierarchy for make restarts. : :This is not correct. It breaks the initial build of the obj tree (if NOCLEAN :is set initially). : :Bruce Hmm.. you can actually run the initial buildworld with -DNOCELAN set ? I suppose we can add a new -D directive. In fact, it would be nice if we could also avoid rebuilding the tools every time we try to start up a make from where it died but that is less critical (it doesn't take very much time to rebuild the tools). How about a NOREBUILD directive to replace the NOCLEAN extension I did. Any objections? NOREBUILD would automatically set NOCLEAN and NOTOOLS as well as surpress the rebuilding of the object tree. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 12:12:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16750 for cvs-all-outgoing; Mon, 21 Dec 1998 12:12:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16743; Mon, 21 Dec 1998 12:12:23 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id MAA47267; Mon, 21 Dec 1998 12:12:17 -0800 (PST) (envelope-from dillon) Date: Mon, 21 Dec 1998 12:12:17 -0800 (PST) From: Matthew Dillon Message-Id: <199812212012.MAA47267@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :Complaints? The naked truth is that it will not work in any but the :simplest setups, unless you add code to named to temporarily regain :privs before updating the pid file or rescanning interfaces. Doing so :will void any security the sandbox may give you, since it will make it :possible for hypothetical buffer overflow exploits to regain privs. My estimate is that the sandbox would work just fine on 99% of the FreeBSD installations out there. The basic problem is that Paul Vixie doesn't take sandboxes seriously so he doesn't bother fixing the crappy interface scanning or UDP binding code to allow the use of a single IP. Instead, bind goes out of its way to fart around with interface scanning and rescanning and all sorts of shit that it doesn't need to do. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 12:17:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17485 for cvs-all-outgoing; Mon, 21 Dec 1998 12:17:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17472; Mon, 21 Dec 1998 12:17:33 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id MAA47294; Mon, 21 Dec 1998 12:17:22 -0800 (PST) (envelope-from dillon) Date: Mon, 21 Dec 1998 12:17:22 -0800 (PST) From: Matthew Dillon Message-Id: <199812212017.MAA47294@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: Tim Jones , "Jordan K. Hubbard" , Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mtio.h References: <82280.913951353@zippy.cdrom.com> <367A7E50.B0F5AA3B@estinc.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :> offer Quick File Access. This means that the user can say "Restore :> mydatafile.dbf" and BRU will fast forward the tape to the appropriate :> logical block address and restore the file. This means a file 2GB deep :> on a DAT tape will restore in 30 seconds, instead of 45 minutes. : :Will this also speed up 'mt [fb]s[fr]'? : :DES :-- :Dag-Erling Smorgrav - des@flood.ping.uio.no No. fsf, fsr, bsf, bsr are implemented with SCSI commands which we already support. Logical block seeking is requires the use of SCSI commands that we do not (did not) support. Logical block seeking would be a good thing, but not all tape drives can actually do it. DAT drives usually can. I don't know about exabytes. Logical block seeking is faster then reading because the tape drives are generally able to fast forward and fast rewind to 'around' the right position, then figure it out from there. If you have several incrementals on the same tape restoring one file will still take a little while - probably at least 5 to 10 minutes, but you still win big time with a logical block seek capability. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 12:40:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21729 for cvs-all-outgoing; Mon, 21 Dec 1998 12:40:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21681; Mon, 21 Dec 1998 12:40:21 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id VAA24988; Mon, 21 Dec 1998 21:37:11 +0100 (MET) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.1/8.9.0) id VAA11128; Mon, 21 Dec 1998 21:37:10 +0100 (MET) Message-ID: <19981221213710.A9860@freno.cs.tu-berlin.de> Date: Mon, 21 Dec 1998 21:37:10 +0100 From: Wolfram Schneider To: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/top display.c References: <199812192009.MAA21045@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <199812192009.MAA21045@freefall.freebsd.org>; from David E. O'Brien on Sat, Dec 19, 1998 at 12:09:21PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk You committed a new feature 10 hours after it was posted to -current. A new record! But this gives nobody a real change to comment the patch ... Wolfram On 1998-12-19 12:09:21 -0800, David E. O'Brien wrote: > obrien 1998/12/19 12:09:21 PST > > Modified files: > contrib/top display.c > Log: > Display uptime in upper right corner. > > Submitted by: Andy Farkas > Obtained from: freebsd-current list > > Revision Changes Path > 1.3 +43 -0 src/contrib/top/display.c -- Wolfram Schneider http://freebsd.org/~w/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 13:08:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25127 for cvs-all-outgoing; Mon, 21 Dec 1998 13:08:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25121; Mon, 21 Dec 1998 13:08:11 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA29475; Mon, 21 Dec 1998 13:08:13 -0800 (PST) Date: Mon, 21 Dec 1998 13:08:13 -0800 (PST) Message-Id: <199812212108.NAA29475@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/thoteditor Makefile ports/editors/thoteditor/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/21 13:08:12 PST Modified files: editors/thoteditor Makefile editors/thoteditor/pkg PLIST Log: Add ${PREFIX}/share/thot/doc and add missing @dirrms to PLIST PR: ports/5158 Revision Changes Path 1.4 +4 -1 ports/editors/thoteditor/Makefile 1.2 +6 -5 ports/editors/thoteditor/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 Dec 21 13:13:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25778 for cvs-all-outgoing; Mon, 21 Dec 1998 13:13:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25768; Mon, 21 Dec 1998 13:13:43 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (IDENT:LWP9c6b9NIkNaCOooLZ2Vk6XwefPggwS@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id XAA19292; Mon, 21 Dec 1998 23:13:33 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:DNI1fGY6GA0nY4wOM+zdHITlg2Gjsyhp@localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.1/8.9.1) with ESMTP id XAA63667; Mon, 21 Dec 1998 23:13:28 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199812212113.XAA63667@greenpeace.grondar.za> To: Matthew Dillon cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf In-Reply-To: Your message of " Mon, 21 Dec 1998 12:12:17 PST." <199812212012.MAA47267@apollo.backplane.com> References: <199812212012.MAA47267@apollo.backplane.com> Date: Mon, 21 Dec 1998 23:13:26 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matthew Dillon wrote: > My estimate is that the sandbox would work just fine on 99% of the > FreeBSD installations out there. The basic problem is that Paul Vixie > doesn't take sandboxes seriously so he doesn't bother fixing the crappy > interface scanning or UDP binding code to allow the use of a single IP. > Instead, bind goes out of its way to fart around with interface scanning > and rescanning and all sorts of shit that it doesn't need to do. The "sandbox" concept in Unix is quite badly flawed. Given that in Java it is difficult enough to implement properly, trying to do it in Unix is JA impossible. The next-best approach is to fix the software, not break the OS. 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 Dec 21 13:30:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27563 for cvs-all-outgoing; Mon, 21 Dec 1998 13:30:08 -0800 (PST) (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 NAA27556 for ; Mon, 21 Dec 1998 13:30:04 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id UAA21704; Mon, 21 Dec 1998 20:21:44 +0100 From: Luigi Rizzo Message-Id: <199812211921.UAA21704@labinfo.iet.unipi.it> Subject: Re: Odd compilation warning making kernel To: bde@zeta.org.au (Bruce Evans) Date: Mon, 21 Dec 1998 20:21:43 +0100 (MET) Cc: cvs-committers@FreeBSD.ORG, dillon@apollo.backplane.com In-Reply-To: <199812211558.CAA15440@godzilla.zeta.org.au> from "Bruce Evans" at Dec 22, 98 02:57:42 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > MALLOC_DEFINE() expands to something involving SYSINIT() and SYSUNINIT() > because is not included. > > is not included because the dummynet changes blew away > about 2 months worth of previous commits. this was just a mistake as i already told Jordan. As i said in a followup to the commit msg if someone notices problems and has fixes please go ahead and apply them (or at least tell me where i screwed up). cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO . EMAIL: luigi@iet.unipi.it . Dip. di Ing. dell'Informazione HTTP://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 13:36:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28057 for cvs-all-outgoing; Mon, 21 Dec 1998 13:36:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28052; Mon, 21 Dec 1998 13:36:39 -0800 (PST) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01017; Mon, 21 Dec 1998 13:36:41 -0800 (PST) Date: Mon, 21 Dec 1998 13:36:41 -0800 (PST) Message-Id: <199812212136.NAA01017@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1998/12/21 13:36:40 PST Modified files: sys/netinet ip_output.c Log: Restore 1.82->1.83 change deleted by mistake< per Bruce suggestion Revision Changes Path 1.85 +2 -1 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 Mon Dec 21 13:38:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28536 for cvs-all-outgoing; Mon, 21 Dec 1998 13:38:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28528; Mon, 21 Dec 1998 13:38:44 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01207; Mon, 21 Dec 1998 13:38:46 -0800 (PST) Date: Mon, 21 Dec 1998 13:38:46 -0800 (PST) Message-Id: <199812212138.NAA01207@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/news webchanges.sgml Makefile news.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/12/21 13:38:46 PST Modified files: en/news Makefile news.sgml Added files: en/news webchanges.sgml Log: List user visible changes at the FreeBSD Web Server. Revision Changes Path 1.11 +2 -2 www/en/news/Makefile 1.8 +7 -2 www/en/news/news.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 13:44:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29351 for cvs-all-outgoing; Mon, 21 Dec 1998 13:44:18 -0800 (PST) (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 NAA29311; Mon, 21 Dec 1998 13:44:04 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id UAA21760; Mon, 21 Dec 1998 20:36:01 +0100 From: Luigi Rizzo Message-Id: <199812211936.UAA21760@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/netinet ip_output.c To: luigi@FreeBSD.ORG (Luigi Rizzo) Date: Mon, 21 Dec 1998 20:36:00 +0100 (MET) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <199812212136.NAA01017@freefall.freebsd.org> from "Luigi Rizzo" at Dec 21, 98 01:36:22 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Restore 1.82->1.83 change deleted by mistake< per Bruce suggestion obviously the mistake was mine and bruce suggested the fix. damn networks... --- freefall.freebsd.org ping statistics --- 15 packets transmitted, 10 packets received, 33% packet loss round-trip min/avg/max/stddev = 520.313/822.649/1450.283/319.501 ms luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 13:45:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29629 for cvs-all-outgoing; Mon, 21 Dec 1998 13:45:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29618 for ; Mon, 21 Dec 1998 13:45:07 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by zippy.cdrom.com (8.9.1/8.9.1) with ESMTP id NAA84761; Mon, 21 Dec 1998 13:44:20 -0800 (PST) To: Luigi Rizzo cc: bde@zeta.org.au (Bruce Evans), cvs-committers@FreeBSD.ORG, dillon@apollo.backplane.com Subject: Re: Odd compilation warning making kernel In-reply-to: Your message of "Mon, 21 Dec 1998 20:21:43 +0100." <199812211921.UAA21704@labinfo.iet.unipi.it> Date: Mon, 21 Dec 1998 13:44:19 -0800 Message-ID: <84757.914276659@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > this was just a mistake as i already told Jordan. As i said in a > followup to the commit msg if someone notices problems and has > fixes please go ahead and apply them (or at least tell me where i > screwed up). Erm, I think the idea is that you're supposed to use CVS as god intended it to be used at this point and simply resurrect whatever it was you spammed. That's the general convention around here, anyway. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 13:59:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00570 for cvs-all-outgoing; Mon, 21 Dec 1998 13:59:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00565; Mon, 21 Dec 1998 13:59:56 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA03727; Mon, 21 Dec 1998 13:59:58 -0800 (PST) Date: Mon, 21 Dec 1998 13:59:58 -0800 (PST) Message-Id: <199812212159.NAA03727@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en index.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/12/21 13:59:58 PST Modified files: en index.sgml Log: Added link to Changes at the FreeBSD Web Server page at the bottom. Revision Changes Path 1.40 +3 -3 www/en/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 14:00:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00934 for cvs-all-outgoing; Mon, 21 Dec 1998 14:00:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00918; Mon, 21 Dec 1998 14:00:13 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA03821; Mon, 21 Dec 1998 14:00:15 -0800 (PST) Date: Mon, 21 Dec 1998 14:00:15 -0800 (PST) Message-Id: <199812212200.OAA03821@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/man/man1 awk.1 cccp.1 crontab.1 ctm.1 error.1 file.1 groff.1 doc/ja/man/man5 cvs.5 doc/ja/man/man8 amd.8 amq.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/21 14:00:15 PST Modified files: ja/man/man1 awk.1 cccp.1 crontab.1 ctm.1 error.1 file.1 groff.1 ja/man/man5 cvs.5 ja/man/man8 amd.8 amq.8 Log: Fix typos. Reviewed by: Japanese Online Manual Project Submitted by: Kazuo Horikawa Revision Changes Path 1.5 +1 -1 doc/ja/man/man1/awk.1 1.3 +1 -1 doc/ja/man/man1/cccp.1 1.5 +1 -1 doc/ja/man/man1/crontab.1 1.5 +1 -1 doc/ja/man/man1/ctm.1 1.3 +1 -1 doc/ja/man/man1/error.1 1.7 +1 -1 doc/ja/man/man1/file.1 1.4 +1 -1 doc/ja/man/man1/groff.1 1.4 +1 -1 doc/ja/man/man5/cvs.5 1.7 +1 -1 doc/ja/man/man8/amd.8 1.6 +1 -1 doc/ja/man/man8/amq.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 14:14:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02686 for cvs-all-outgoing; Mon, 21 Dec 1998 14:14:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02628; Mon, 21 Dec 1998 14:14:01 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA04685; Mon, 21 Dec 1998 14:14:03 -0800 (PST) Date: Mon, 21 Dec 1998 14:14:03 -0800 (PST) Message-Id: <199812212214.OAA04685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys mtio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/21 14:14:03 PST Modified files: sys/sys mtio.h Log: Add in forward space/backward space/write SetMarks commands. Obtained from:Martin.Birgmeier@aon.at Revision Changes Path 1.14 +5 -3 src/sys/sys/mtio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 14:28:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04042 for cvs-all-outgoing; Mon, 21 Dec 1998 14:28:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from smtp3.erols.com (smtp3.erols.com [207.172.3.236]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04030; Mon, 21 Dec 1998 14:28:39 -0800 (PST) (envelope-from shmit@natasya.noc.erols.net) Received: from natasya.noc.erols.net (natasya.noc.erols.net [207.172.25.236]) by smtp3.erols.com (8.8.8/8.8.5) with ESMTP id RAA07428; Mon, 21 Dec 1998 17:28:33 -0500 (EST) Received: (from shmit@localhost) by natasya.noc.erols.net (8.9.1/8.9.1) id RAA22998; Mon, 21 Dec 1998 17:28:33 -0500 (EST) Message-ID: <19981221172833.C21819@kublai.com> Date: Mon, 21 Dec 1998 17:28:33 -0500 From: Brian Cully To: Wolfram Schneider , "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/top display.c Reply-To: shmit@kublai.com References: <199812192009.MAA21045@freefall.freebsd.org> <19981221213710.A9860@freno.cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19981221213710.A9860@freno.cs.tu-berlin.de>; from Wolfram Schneider on Mon, Dec 21, 1998 at 09:37:10PM +0100 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 Mon, Dec 21, 1998 at 09:37:10PM +0100, Wolfram Schneider wrote: > You committed a new feature 10 hours after it was posted to > -current. A new record! But this gives nobody a real change to comment > the patch ... That's probably for the best, given the heat people get over stupid trivial changes (especially ones that are reasonable, like this one). :-) -- Brian Cully You think you're queer? I've got news for you: we're all queer. If you get befuddled by a middle class morality, shut it out. Shut it out.... Is there an absolute morality? I don't think so. You think so? Act that way. -- Glengarry Glen Ross To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 14:37:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05002 for cvs-all-outgoing; Mon, 21 Dec 1998 14:37:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04992; Mon, 21 Dec 1998 14:37:52 -0800 (PST) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA06234; Mon, 21 Dec 1998 14:37:54 -0800 (PST) Date: Mon, 21 Dec 1998 14:37:54 -0800 (PST) Message-Id: <199812212237.OAA06234@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4 bridge.4 dummynet.4 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1998/12/21 14:37:54 PST Modified files: share/man/man4 Makefile Added files: share/man/man4 bridge.4 dummynet.4 Log: Add manpages for dummynet and bridging Revision Changes Path 1.50 +2 -1 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 14:40:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05374 for cvs-all-outgoing; Mon, 21 Dec 1998 14:40:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05369; Mon, 21 Dec 1998 14:40:53 -0800 (PST) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA06387; Mon, 21 Dec 1998 14:40:55 -0800 (PST) Date: Mon, 21 Dec 1998 14:40:55 -0800 (PST) Message-Id: <199812212240.OAA06387@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1998/12/21 14:40:55 PST Modified files: sys/netinet ip_input.c ip_fw.c Log: Recover from previous dummynet screwup Revision Changes Path 1.110 +19 -28 src/sys/netinet/ip_input.c 1.101 +52 -10 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 14:45:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05648 for cvs-all-outgoing; Mon, 21 Dec 1998 14:45:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05638; Mon, 21 Dec 1998 14:45:10 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id XAA46405; Mon, 21 Dec 1998 23:42:59 +0100 (CET) To: shmit@kublai.com cc: Wolfram Schneider , "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/top display.c In-reply-to: Your message of "Mon, 21 Dec 1998 17:28:33 EST." <19981221172833.C21819@kublai.com> Date: Mon, 21 Dec 1998 23:42:59 +0100 Message-ID: <46403.914280179@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19981221172833.C21819@kublai.com>, Brian Cully writes: >On Mon, Dec 21, 1998 at 09:37:10PM +0100, Wolfram Schneider wrote: >> You committed a new feature 10 hours after it was posted to >> -current. A new record! But this gives nobody a real change to comment >> the patch ... > >That's probably for the best, given the heat people get over stupid >trivial changes (especially ones that are reasonable, like this one). :-) reasonable ? REASONABLE ????? Just kidding :-) Yes, for a trivial, non-impact change like this one, just commit it (after carefully checking that the patch does what it should, only that, and in the right way) and try to ignore the ensuing email-storm from people who have too much time on their hands. It's called "The Peter Principle", and everybody who feels an urge to comment on this email should spend a trip down to the local library first, and not reply until they have looked up, read and understood what "The Peter Principle" is about, and why there are never any bikesheds at an atomic plant. -- 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 Mon Dec 21 15:38:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11230 for cvs-all-outgoing; Mon, 21 Dec 1998 15:38:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11225; Mon, 21 Dec 1998 15:38:33 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA08726; Mon, 21 Dec 1998 15:38:34 -0800 (PST) Date: Mon, 21 Dec 1998 15:38:34 -0800 (PST) Message-Id: <199812212338.PAA08726@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/12/21 15:38:34 PST Modified files: sys/kern vfs_subr.c Log: Staticize. Revision Changes Path 1.175 +9 -9 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 Mon Dec 21 16:13:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17728 for cvs-all-outgoing; Mon, 21 Dec 1998 16:13:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17718; Mon, 21 Dec 1998 16:12:58 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id BAA18061; Tue, 22 Dec 1998 01:12:53 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id BAA20328; Tue, 22 Dec 1998 01:12:50 +0100 (MET) Message-ID: <19981222011249.I14124@follo.net> Date: Tue, 22 Dec 1998 01:12:49 +0100 From: Eivind Eklund To: Mark Murray , Matthew Dillon Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf References: <199812212012.MAA47267@apollo.backplane.com> <199812212113.XAA63667@greenpeace.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199812212113.XAA63667@greenpeace.grondar.za>; from Mark Murray on Mon, Dec 21, 1998 at 11:13:26PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, Dec 21, 1998 at 11:13:26PM +0200, Mark Murray wrote: > The "sandbox" concept in Unix is quite badly flawed. Given that in > Java it is difficult enough to implement properly, trying to do it > in Unix is JA impossible. The next-best approach is to fix the > software, not break the OS. Running Unix software in sandboxes is a good thing, as long as it is as _part_ of a security setup. You're not supposed to be using this as an excuse to not fix the other software - you're supposed to use it as a way of making sure that a problem in your other fix will have less impact. Normal layered security models. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 16:19:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18459 for cvs-all-outgoing; Mon, 21 Dec 1998 16:19:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18449; Mon, 21 Dec 1998 16:19:32 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id QAA17877; Mon, 21 Dec 1998 16:19:17 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id QAA19948; Mon, 21 Dec 1998 16:19:16 -0800 (PST) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id QAA16547; Mon, 21 Dec 1998 16:19:13 -0800 (PST) From: Don Lewis Message-Id: <199812220019.QAA16547@salsa.gv.tsc.tdk.com> Date: Mon, 21 Dec 1998 16:19:13 -0800 In-Reply-To: Dag-Erling Smorgrav "Re: cvs commit: src/etc rc.conf" (Dec 21, 3:45pm) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Dag-Erling Smorgrav , Matt Dillon Subject: Re: cvs commit: src/etc rc.conf Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Dec 21, 3:45pm, Dag-Erling Smorgrav wrote: } Subject: Re: cvs commit: src/etc rc.conf } Matt Dillon writes: } > Log: } > Take bind out of sandbox and run it as root again, but leave support } > mechanisms ('bind' user and group) in place so the feature can be easily } > turned on. There were too many complaints. The security(1) man } > page will be created/updated to include the appropriate info. } } Complaints? The naked truth is that it will not work in any but the } simplest setups, unless you add code to named to temporarily regain } privs before updating the pid file or rescanning interfaces. Doing so } will void any security the sandbox may give you, since it will make it } possible for hypothetical buffer overflow exploits to regain privs. Why does it need to rewrite the pid file when it receives SIGHUP? This doesn't change its process id ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 16:33:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19587 for cvs-all-outgoing; Mon, 21 Dec 1998 16:33:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dt053n73.san.rr.com (dt053n73.san.rr.com [204.210.34.115]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19582; Mon, 21 Dec 1998 16:33:57 -0800 (PST) (envelope-from Studded@gorean.org) Received: from localhost (dougdougdougdoug@localhost) by dt053n73.san.rr.com (8.8.8/8.8.8) with ESMTP id AAA05088; Tue, 22 Dec 1998 00:33:38 GMT (envelope-from Studded@gorean.org) Date: Mon, 21 Dec 1998 16:33:37 -0800 (PST) From: Studded X-Sender: dougdougdougdoug@dt053n73.san.rr.com To: Matthew Dillon cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf In-Reply-To: <199812212012.MAA47267@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 21 Dec 1998, Matthew Dillon wrote: > > :Complaints? The naked truth is that it will not work in any but the > :simplest setups, unless you add code to named to temporarily regain > :privs before updating the pid file or rescanning interfaces. Doing so > :will void any security the sandbox may give you, since it will make it > :possible for hypothetical buffer overflow exploits to regain privs. > > My estimate is that the sandbox would work just fine on 99% of the > FreeBSD installations out there. The basic problem is that Paul Vixie > doesn't take sandboxes seriously so he doesn't bother fixing the crappy > interface scanning or UDP binding code to allow the use of a single IP. The docs clearly state that the whole concept of running bind as an unprivileged user is a work in progress. There is more of it in 8.1.2 than there was in 8.1.1, and indications of the future plans. Given the sorry state of funding for ISC projects (something which Vixie has no control over) the fact that any work gets done on it is a plus. > Instead, bind goes out of its way to fart around with interface scanning > and rescanning and all sorts of shit that it doesn't need to do. Not if you make the proper changes to named.conf. I haven't taken a serious look at the "sandbox" stuff for named in a while, but both first impressions and traffic on the various bind discussion groups indicates that it's doable for most installations. I'm sorry that I didn't catch this effort on our part sooner, but one only has so many hours in the day. Doug -- Now you sailors know where your women come for love. "Zoot Suit Riot" - Cherry Poppin' Daddies To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 16:52:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21607 for cvs-all-outgoing; Mon, 21 Dec 1998 16:52:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21600; Mon, 21 Dec 1998 16:51:58 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12013; Mon, 21 Dec 1998 16:51:59 -0800 (PST) Date: Mon, 21 Dec 1998 16:51:59 -0800 (PST) Message-Id: <199812220051.QAA12013@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/russian/d1489 Makefile ports/russian/d1489/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/12/21 16:51:59 PST Modified files: russian/d1489 Makefile russian/d1489/files md5 Log: upgrade to 1.4 Revision Changes Path 1.10 +4 -4 ports/russian/d1489/Makefile 1.3 +1 -1 ports/russian/d1489/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 Dec 21 16:52:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21940 for cvs-all-outgoing; Mon, 21 Dec 1998 16:52:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21935; Mon, 21 Dec 1998 16:52:30 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12060; Mon, 21 Dec 1998 16:52:31 -0800 (PST) Date: Mon, 21 Dec 1998 16:52:31 -0800 (PST) Message-Id: <199812220052.QAA12060@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/dpt dpt_scsi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/12/21 16:52:30 PST Modified files: sys/dev/dpt dpt_scsi.c Log: Better error checking and more complete struct initialization. Reviewed by: Simon Shapiro Revision Changes Path 1.21 +13 -5 src/sys/dev/dpt/dpt_scsi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 16:57:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22327 for cvs-all-outgoing; Mon, 21 Dec 1998 16:57:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22318; Mon, 21 Dec 1998 16:57:07 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA11465; Mon, 21 Dec 1998 16:44:11 -0800 (PST) Date: Mon, 21 Dec 1998 16:44:11 -0800 (PST) Message-Id: <199812220044.QAA11465@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/12/21 16:44:11 PST Modified files: sys/kern vfs_subr.c Log: Check return value of tsleep(). I've checked of all call points - there does not seem to be a problem with this. PR: kern/8732 Analysis by: David G Andersen Tested by: Alfred Perlstein Revision Changes Path 1.176 +7 -4 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 Mon Dec 21 16:57:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22614 for cvs-all-outgoing; Mon, 21 Dec 1998 16:57:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22609; Mon, 21 Dec 1998 16:57:50 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12339; Mon, 21 Dec 1998 16:57:52 -0800 (PST) Date: Mon, 21 Dec 1998 16:57:52 -0800 (PST) Message-Id: <199812220057.QAA12339@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/21 16:57:52 PST Modified files: . modules Log: ja-dvi2dvi --> ports/japanese/dvi2dvi Revision Changes Path 1.2598 +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 Dec 21 16:59:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22737 for cvs-all-outgoing; Mon, 21 Dec 1998 16:59:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22731; Mon, 21 Dec 1998 16:59:13 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12378; Mon, 21 Dec 1998 16:59:15 -0800 (PST) Date: Mon, 21 Dec 1998 16:59:15 -0800 (PST) Message-Id: <199812220059.QAA12378@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/dvi2dvi - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/21 16:59:15 PST ports/japanese/dvi2dvi - Imported sources Update of /home/ncvs/ports/japanese/dvi2dvi In directory freefall.freebsd.org:/c/users/jseger/cvsworkdir/dvi2dvi Log Message: Import of ja-dvi2dvi v 1.0 The program dvi2dvi is a DVI to DVI transformer. It can transform from a dvi file created by ASCII Japanese TeX/pTeX into a NTT JTeX type of dvi file, as well as the opposite transform of that. PR: ports/5706 Submitted by: Makoto WATANABE Status: Vendor Tag: WATANABE Release Tags: v1_0 N ports/japanese/dvi2dvi/Makefile I ports/japanese/dvi2dvi/CVS N ports/japanese/dvi2dvi/files/md5 N ports/japanese/dvi2dvi/files/fontdesc N ports/japanese/dvi2dvi/patches/patch-aa N ports/japanese/dvi2dvi/patches/patch-ab N ports/japanese/dvi2dvi/patches/patch-ac N ports/japanese/dvi2dvi/patches/patch-ad N ports/japanese/dvi2dvi/patches/patch-ae N ports/japanese/dvi2dvi/patches/patch-af N ports/japanese/dvi2dvi/pkg/COMMENT N ports/japanese/dvi2dvi/pkg/DESCR N ports/japanese/dvi2dvi/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 Dec 21 16:59:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22791 for cvs-all-outgoing; Mon, 21 Dec 1998 16:59:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22780; Mon, 21 Dec 1998 16:59:54 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12413; Mon, 21 Dec 1998 16:59:55 -0800 (PST) Date: Mon, 21 Dec 1998 16:59:55 -0800 (PST) Message-Id: <199812220059.QAA12413@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/21 16:59:55 PST Modified files: japanese Makefile Log: Activate japanese/dvi2dvi Revision Changes Path 1.171 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 17:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25204 for cvs-all-outgoing; Mon, 21 Dec 1998 17:20:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25194; Mon, 21 Dec 1998 17:20:06 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id RAA18911; Mon, 21 Dec 1998 17:19:57 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id RAA20951; Mon, 21 Dec 1998 17:19:50 -0800 (PST) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id RAA16704; Mon, 21 Dec 1998 17:19:49 -0800 (PST) From: Don Lewis Message-Id: <199812220119.RAA16704@salsa.gv.tsc.tdk.com> Date: Mon, 21 Dec 1998 17:19:49 -0800 In-Reply-To: Matthew Dillon "Re: cvs commit: src/etc rc.conf" (Dec 21, 12:12pm) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Matthew Dillon , Dag-Erling Smorgrav Subject: Re: cvs commit: src/etc rc.conf Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Dec 21, 12:12pm, Matthew Dillon wrote: } Subject: Re: cvs commit: src/etc rc.conf } My estimate is that the sandbox would work just fine on 99% of the } FreeBSD installations out there. The basic problem is that Paul Vixie } doesn't take sandboxes seriously so he doesn't bother fixing the crappy } interface scanning or UDP binding code to allow the use of a single IP. Well, this feature was added fairly late in the development of 8.1.2 and is listed as experimental. I'm sure that patches to make it work better would be accepted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 17:45:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28907 for cvs-all-outgoing; Mon, 21 Dec 1998 17:45:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28891; Mon, 21 Dec 1998 17:44:59 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id RAA48786; Mon, 21 Dec 1998 17:44:48 -0800 (PST) (envelope-from dillon) Date: Mon, 21 Dec 1998 17:44:48 -0800 (PST) From: Matthew Dillon Message-Id: <199812220144.RAA48786@apollo.backplane.com> To: Studded Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk : :> Instead, bind goes out of its way to fart around with interface scanning :> and rescanning and all sorts of shit that it doesn't need to do. : : Not if you make the proper changes to named.conf. : : I haven't taken a serious look at the "sandbox" stuff for named in :a while, but both first impressions and traffic on the various bind :discussion groups indicates that it's doable for most installations. I'm named.conf does not have sufficient functionality to fix the interface scanning problem. The existing mechanism allows you to specify a network/mask filter to filter out what results from the interface scan actually get bound to, but this fails in a number of situations including situations where you want to bind to interface aliases. I have yet to get a single patch of mine committed, and I've submitted several (including one that allows specific binding). I don't know why Paul is so in love with the interface scanning junk. The problem has nothing to do with ISC funding and more to do with the development environment surrounding bind. I've been following these issues for four years and am frankly amazed that they've made any progress. -Matt :sorry that I didn't catch this effort on our part sooner, but one only has :so many hours in the day. : :Doug :-- : Now you sailors know where your women come for love. : "Zoot Suit Riot" - Cherry Poppin' Daddies : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 17:52:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29788 for cvs-all-outgoing; Mon, 21 Dec 1998 17:52:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dt053n73.san.rr.com (dt053n73.san.rr.com [204.210.34.115]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29780; Mon, 21 Dec 1998 17:51:58 -0800 (PST) (envelope-from Studded@gorean.org) Received: from localhost (dougdougdougdoug@localhost) by dt053n73.san.rr.com (8.8.8/8.8.8) with ESMTP id BAA05758; Tue, 22 Dec 1998 01:51:50 GMT (envelope-from Studded@gorean.org) Date: Mon, 21 Dec 1998 17:51:49 -0800 (PST) From: Studded X-Sender: dougdougdougdoug@dt053n73.san.rr.com To: Matthew Dillon cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf In-Reply-To: <199812220144.RAA48786@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 21 Dec 1998, Matthew Dillon wrote: > named.conf does not have sufficient functionality to fix the interface > scanning problem. If you would, please define more precisely what you mean by "the interface scanning problem." What I understood you to mean in your last post was that you didn't want BIND scanning interfaces after startup because that wreaked havoc with the sandbox situation. That problem is neatly solved by defining interface-interval to zero. If you are concerned about other problems, I apologize for misunderstanding the question. > The existing mechanism allows you to specify a > network/mask filter to filter out what results from the interface scan > actually get bound to, but this fails in a number of situations including > situations where you want to bind to interface aliases. I have never had a problem specifying which aliases I want BIND to bind to, and which ones I don't. YMMV of course. Doug -- Now you sailors know where your women come for love. "Zoot Suit Riot" - Cherry Poppin' Daddies To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 18:17:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03006 for cvs-all-outgoing; Mon, 21 Dec 1998 18:17:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03001; Mon, 21 Dec 1998 18:17:18 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15553; Mon, 21 Dec 1998 18:17:20 -0800 (PST) Date: Mon, 21 Dec 1998 18:17:20 -0800 (PST) Message-Id: <199812220217.SAA15553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/21 18:17:20 PST Modified files: . modules Log: dc20ctrl --> ports/graphics/dc20ctrl Revision Changes Path 1.2599 +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 Dec 21 18:19:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03207 for cvs-all-outgoing; Mon, 21 Dec 1998 18:19:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03201; Mon, 21 Dec 1998 18:19:16 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15638; Mon, 21 Dec 1998 18:19:18 -0800 (PST) Date: Mon, 21 Dec 1998 18:19:18 -0800 (PST) Message-Id: <199812220219.SAA15638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/dc20ctrl - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/21 18:19:18 PST ports/graphics/dc20ctrl - Imported sources Update of /home/ncvs/ports/graphics/dc20ctrl In directory freefall.freebsd.org:/c/users/jseger/cvsworkdir/dc20ctrl Log Message: Import of graphics/dc20ctrl dc20ctrl can control your Kodak DC20 digital camera via the embedded serial port. With dc20ctrl you can control any parameter of your camera, as quering the current state, taking a photo, downloading the thumbnails and/or the pictures (in raw, pgm or ppm format, and eventually others: it depends on compilation-time options), erasing the camera memory and changing its resolution. PR: ports/5885 Submitted by: paterno@dsi.UNIFI.IT Status: Vendor Tag: PATERNO Release Tags: v0_4 N ports/graphics/dc20ctrl/Makefile I ports/graphics/dc20ctrl/CVS N ports/graphics/dc20ctrl/pkg/COMMENT N ports/graphics/dc20ctrl/pkg/DESCR N ports/graphics/dc20ctrl/pkg/PLIST N ports/graphics/dc20ctrl/files/md5 N ports/graphics/dc20ctrl/patches/patch-aa N ports/graphics/dc20ctrl/patches/patch-ab No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 18:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03327 for cvs-all-outgoing; Mon, 21 Dec 1998 18:20:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03316; Mon, 21 Dec 1998 18:20:09 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA15718; Mon, 21 Dec 1998 18:20:11 -0800 (PST) Date: Mon, 21 Dec 1998 18:20:11 -0800 (PST) Message-Id: <199812220220.SAA15718@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/21 18:20:10 PST Modified files: graphics Makefile Log: Activate graphics/dc20ctrl Revision Changes Path 1.107 +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 Mon Dec 21 19:03:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08318 for cvs-all-outgoing; Mon, 21 Dec 1998 19:03:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08312; Mon, 21 Dec 1998 19:03:30 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18399; Mon, 21 Dec 1998 19:03:32 -0800 (PST) Date: Mon, 21 Dec 1998 19:03:32 -0800 (PST) Message-Id: <199812220303.TAA18399@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/catdoc Makefile ports/textproc/catdoc/files md5 ports/textproc/catdoc/patches patch-aa patch-ab ports/textproc/catdoc/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/21 19:03:32 PST Modified files: textproc/catdoc Makefile textproc/catdoc/files md5 textproc/catdoc/pkg DESCR PLIST Removed files: textproc/catdoc/patches patch-aa patch-ab Log: Update to version 0.90.1 Submitted by: sfarrell@healthquiz.com PR: ports/7706 Revision Changes Path 1.6 +9 -14 ports/textproc/catdoc/Makefile 1.5 +1 -1 ports/textproc/catdoc/files/md5 1.4 +5 -2 ports/textproc/catdoc/pkg/DESCR 1.3 +40 -0 ports/textproc/catdoc/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 Dec 21 19:28:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12322 for cvs-all-outgoing; Mon, 21 Dec 1998 19:28:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: (from jkoshy@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12314; Mon, 21 Dec 1998 19:28:37 -0800 (PST) (envelope-from jkoshy) Date: Mon, 21 Dec 1998 19:28:37 -0800 (PST) From: Joseph Koshy Message-Id: <199812220328.TAA12314@hub.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Michael Smith Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/truss main.c In-Reply-To: Your message of "Sun, 20 Dec 1998 22:34:50 PST." <199812210634.WAA23273@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > msmith 1998/12/20 22:34:50 PST > > Modified files: > usr.bin/truss main.c > Log: > Flush the output file before exiting; short-lived programs don't even fill > the stdio buffer. Shouldn't calling exit(3) flush open buffers before exiting? Returning from main() should be equivalent to calling exit(3). @@ -254,6 +254,7 @@ if (ioctl(Procfd, PIOCCONT, val) == -1) warn("PIOCCONT"); } while (pfs.why != S_EXIT); + fflush(outfile); if (sigexit) { if (sigexit == SIGQUIT) exit(sigexit); Thanks, Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 19:47:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15448 for cvs-all-outgoing; Mon, 21 Dec 1998 19:47:08 -0800 (PST) (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 TAA15429 for ; Mon, 21 Dec 1998 19:47:03 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id TAA15688 for ; Mon, 21 Dec 1998 19:46:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id DAA20981 for cvs-all@FreeBSD.ORG; Tue, 22 Dec 1998 03:46:53 GMT (envelope-from obrien) Date: Mon, 21 Dec 1998 19:46:53 -0800 From: "David O'Brien" To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/top display.c Message-ID: <19981221194653.B16351@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <19981221172833.C21819@kublai.com> <46403.914280179@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <46403.914280179@critter.freebsd.dk>; from Poul-Henning Kamp on Mon, Dec 21, 1998 at 11:42:59PM +0100 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >> You committed a new feature 10 hours after it was posted to > >> -current. A new record! thought it was a cute addition. > >> But this gives nobody a real change to comment the patch ... Na, you have to commit it to get any real comments. ;-) (yep, bde found style problems in it I will fix in a week (I agree w/him)) -- -- 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 Mon Dec 21 19:50:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15811 for cvs-all-outgoing; Mon, 21 Dec 1998 19:50:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.206.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15756; Mon, 21 Dec 1998 19:49:54 -0800 (PST) (envelope-from andyf@speednet.com.au) Received: from backup.zippynet.iol.net.au (backup.zippynet.iol.net.au [172.22.2.4]) by backup.af.speednet.com.au (8.9.1/8.9.1) with ESMTP id OAA00787; Tue, 22 Dec 1998 14:44:55 +1100 (EST) Date: Tue, 22 Dec 1998 14:44:55 +1100 (EST) From: Andy Farkas X-Sender: andyf@backup.zippynet.iol.net.au To: Poul-Henning Kamp cc: shmit@kublai.com, Wolfram Schneider , "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/top display.c In-Reply-To: <46403.914280179@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >> You committed a new feature 10 hours after it was posted to > >> -current. A new record! But this gives nobody a real change to comment > >> the patch ... Hey guys, please be sure to let me know when this record is broken - it is the highlight of my unix admin career, and I'd like to know when I can stop gloating :-) -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speed Internet Services http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 19:52:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16209 for cvs-all-outgoing; Mon, 21 Dec 1998 19:52:38 -0800 (PST) (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 TAA16192; Mon, 21 Dec 1998 19:52:32 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id TAA02688; Mon, 21 Dec 1998 19:50:20 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199812220350.TAA02688@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Joseph Koshy cc: Michael Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/truss main.c In-reply-to: Your message of "Mon, 21 Dec 1998 19:28:37 PST." <199812220328.TAA12314@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 21 Dec 1998 19:50:19 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > msmith 1998/12/20 22:34:50 PST > > > > Modified files: > > usr.bin/truss main.c > > Log: > > Flush the output file before exiting; short-lived programs don't even fill > > the stdio buffer. > > Shouldn't calling exit(3) flush open buffers before exiting? Returning > from main() should be equivalent to calling exit(3). Truss doesn't return from main() in the case where the child is killed by a fatal signal; it kills itself with the same signal. > > @@ -254,6 +254,7 @@ > if (ioctl(Procfd, PIOCCONT, val) == -1) > warn("PIOCCONT"); > } while (pfs.why != S_EXIT); > + fflush(outfile); > if (sigexit) { > if (sigexit == SIGQUIT) > exit(sigexit); > > Thanks, > Koshy > > > > -- \\ 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 Mon Dec 21 20:22:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20139 for cvs-all-outgoing; Mon, 21 Dec 1998 20:22:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20134; Mon, 21 Dec 1998 20:22:16 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA21592; Mon, 21 Dec 1998 20:22:17 -0800 (PST) Date: Mon, 21 Dec 1998 20:22:17 -0800 (PST) Message-Id: <199812220422.UAA21592@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/scotty Makefile ports/net/scotty/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 20:22:17 PST Modified files: net/scotty Makefile net/scotty/pkg PLIST Log: Use PLIST_SUB to avoid changing three hundred lines in PLIST every time there is an upgrade. Revision Changes Path 1.33 +3 -2 ports/net/scotty/Makefile 1.10 +369 -369 ports/net/scotty/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 Dec 21 21:21:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27497 for cvs-all-outgoing; Mon, 21 Dec 1998 21:21:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27489; Mon, 21 Dec 1998 21:21:09 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA24080; Mon, 21 Dec 1998 21:21:11 -0800 (PST) Date: Mon, 21 Dec 1998 21:21:11 -0800 (PST) Message-Id: <199812220521.VAA24080@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/ghostscript300 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 21:21:10 PST Modified files: japanese/ghostscript300 Makefile Log: Add USE_XLIB. Revision Changes Path 1.17 +2 -1 ports/japanese/ghostscript300/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 21:28:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28399 for cvs-all-outgoing; Mon, 21 Dec 1998 21:28:30 -0800 (PST) (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 VAA28392; Mon, 21 Dec 1998 21:28:25 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca36-72.ix.netcom.com [207.92.172.72]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA12498; Mon, 21 Dec 1998 21:28:17 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id VAA08739; Mon, 21 Dec 1998 21:28:12 -0800 (PST) Date: Mon, 21 Dec 1998 21:28:12 -0800 (PST) Message-Id: <199812220528.VAA08739@silvia.hip.berkeley.edu> To: kuriyama@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199812151522.HAA06148@freefall.freebsd.org> (message from Jun Kuriyama on Tue, 15 Dec 1998 07:22:47 -0800 (PST)) Subject: Re: cvs commit: ports/japanese - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * japanese/skk-elisp: * Emacs-lisp frontend for the SKK Japanese-input software. * japanese/skk-jisyo: * Jisyo (dictionary) file for the SKK Japanese-input software. * japanese/skk-tools: * Jisyo-tools for the SKK Japanese-input software. * japanese/skkserv: * Dictionary server for the SKK Japanese-input software. These don't work with WRKDIRPREFIX. I started adding them to WRKSRC lines until I realized that some of the ports are doing bizzare things I can't understand, like this: === do-extract: @${ECHO} "===> Extracting depends on ${SKK_MASTERDIR}" @[ -d ${WRKDIR} ] || ${MKDIR} ${WRKDIR} @if [ ! -f ${SKK_MASTERDIR}/work/.extract_done ]; then \ (cd ${SKK_MASTERDIR}; make extract) ;\ fi @if [ ! -f ${SKK_MASTERDIR}/work/.configure_done ]; then \ (cd ${SKK_MASTERDIR}; PREFIX=${PREFIX} make configure) ;\ fi === Why can't this be done by BUILD_DEPENDS= /nonexistent:${SKK_MASTERDIR}:configure ? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 21:36:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29476 for cvs-all-outgoing; Mon, 21 Dec 1998 21:36:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29467; Mon, 21 Dec 1998 21:36:02 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA24620; Mon, 21 Dec 1998 21:36:03 -0800 (PST) Date: Mon, 21 Dec 1998 21:36:03 -0800 (PST) Message-Id: <199812220536.VAA24620@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/postgresql/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 21:36:03 PST Modified files: databases/postgresql/pkg PLIST Log: Fix bogon in previous commit by scrappy -- move ldconfig lines back to the right place so they will actually be run on the libraries, not some text files. Revision Changes Path 1.18 +2 -2 ports/databases/postgresql/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 Dec 21 21:37:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29555 for cvs-all-outgoing; Mon, 21 Dec 1998 21:37:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29550; Mon, 21 Dec 1998 21:37:20 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA24672; Mon, 21 Dec 1998 21:37:22 -0800 (PST) Date: Mon, 21 Dec 1998 21:37:22 -0800 (PST) Message-Id: <199812220537.VAA24672@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/schemetoc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 21:37:22 PST Modified files: lang/schemetoc Makefile Log: Add USE_XLIB. Revision Changes Path 1.12 +2 -1 ports/lang/schemetoc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 21:43:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00651 for cvs-all-outgoing; Mon, 21 Dec 1998 21:43:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA00641; Mon, 21 Dec 1998 21:43:37 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA25029; Mon, 21 Dec 1998 21:43:39 -0800 (PST) Date: Mon, 21 Dec 1998 21:43:39 -0800 (PST) Message-Id: <199812220543.VAA25029@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/ascd Makefile ports/japanese/xklock Makefile ports/x11/tycoon Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 21:43:39 PST Modified files: audio/ascd Makefile japanese/xklock Makefile x11/tycoon Makefile Log: Add LIB_DEPENDS to xpm. Revision Changes Path 1.2 +3 -1 ports/audio/ascd/Makefile 1.4 +3 -1 ports/japanese/xklock/Makefile 1.5 +3 -2 ports/x11/tycoon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 21:43:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00701 for cvs-all-outgoing; Mon, 21 Dec 1998 21:43:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA00696; Mon, 21 Dec 1998 21:43:56 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA25053; Mon, 21 Dec 1998 21:43:58 -0800 (PST) Date: Mon, 21 Dec 1998 21:43:58 -0800 (PST) Message-Id: <199812220543.VAA25053@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/jdk Makefile ports/lang/jdk/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1998/12/21 21:43:58 PST Modified files: lang/jdk Makefile lang/jdk/files md5 Log: - Updated to JDK1.1.7.V98-12-21 Revision Changes Path 1.17 +2 -2 ports/lang/jdk/Makefile 1.9 +1 -1 ports/lang/jdk/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 Dec 21 21:52:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01589 for cvs-all-outgoing; Mon, 21 Dec 1998 21:52:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01584; Mon, 21 Dec 1998 21:52:05 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA25521; Mon, 21 Dec 1998 21:52:06 -0800 (PST) Date: Mon, 21 Dec 1998 21:52:06 -0800 (PST) Message-Id: <199812220552.VAA25521@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 21:52:06 PST Modified files: . avail Log: Add Dirk Froemberg (knows as "dirk" on our machines) to the list of committers. Welcome, Dirk! Revision Changes Path 1.59 +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 Mon Dec 21 22:39:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07089 for cvs-all-outgoing; Mon, 21 Dec 1998 22:39:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07084; Mon, 21 Dec 1998 22:39:28 -0800 (PST) (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 WAA26891; Mon, 21 Dec 1998 22:39:30 -0800 (PST) Date: Mon, 21 Dec 1998 22:39:30 -0800 (PST) Message-Id: <199812220639.WAA26891@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-navigator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/21 22:39:29 PST Modified files: www/netscape4-navigator Makefile Log: Fix MASTER_SITE. It was missing the trailing "/". Revision Changes Path 1.32 +2 -2 ports/www/netscape4-navigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:02:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09709 for cvs-all-outgoing; Mon, 21 Dec 1998 23:02:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09700; Mon, 21 Dec 1998 23:02:21 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA25754; Tue, 22 Dec 1998 18:02:09 +1100 Date: Tue, 22 Dec 1998 18:02:09 +1100 From: Bruce Evans Message-Id: <199812220702.SAA25754@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, obrien@FreeBSD.ORG, shmit@kublai.com, wosch@cs.tu-berlin.de Subject: Re: cvs commit: src/contrib/top display.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> You committed a new feature 10 hours after it was posted to >> -current. A new record! But this gives nobody a real change to comment >> the patch ... > >That's probably for the best, given the heat people get over stupid >trivial changes (especially ones that are reasonable, like this one). :-) The implementation wasn't reasonable. top attempts to keep machine-dependent features separate and screen coordinates in "layout.h", but the patch splats everything in the middle of display.c. I have already complained to the committer. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:33:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12256 for cvs-all-outgoing; Mon, 21 Dec 1998 23:33:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12251; Mon, 21 Dec 1998 23:33:26 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA29268; Mon, 21 Dec 1998 23:33:28 -0800 (PST) Date: Mon, 21 Dec 1998 23:33:28 -0800 (PST) Message-Id: <199812220733.XAA29268@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBacus Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:33:28 PST Modified files: devel/ORBacus Makefile Log: Add USE_XLIB. Revision Changes Path 1.14 +2 -1 ports/devel/ORBacus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:35:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12563 for cvs-all-outgoing; Mon, 21 Dec 1998 23:35:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12557; Mon, 21 Dec 1998 23:34:59 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA29425; Mon, 21 Dec 1998 23:35:01 -0800 (PST) Date: Mon, 21 Dec 1998 23:35:01 -0800 (PST) Message-Id: <199812220735.XAA29425@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBacus Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:35:00 PST Modified files: devel/ORBacus Makefile Log: Remove BROKEN_ELF -- neither of gcc28 or glibstc++28 are marked BROKEN_ELF anymore. Revision Changes Path 1.15 +1 -3 ports/devel/ORBacus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:45:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13385 for cvs-all-outgoing; Mon, 21 Dec 1998 23:45:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13380; Mon, 21 Dec 1998 23:45:37 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA29773; Mon, 21 Dec 1998 23:45:39 -0800 (PST) Date: Mon, 21 Dec 1998 23:45:39 -0800 (PST) Message-Id: <199812220745.XAA29773@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/caml-light Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:45:39 PST Modified files: lang/caml-light Makefile Log: Add USE_XLIB. Revision Changes Path 1.5 +2 -1 ports/lang/caml-light/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:50:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14090 for cvs-all-outgoing; Mon, 21 Dec 1998 23:50:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14079; Mon, 21 Dec 1998 23:50:31 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00478; Mon, 21 Dec 1998 23:50:33 -0800 (PST) Date: Mon, 21 Dec 1998 23:50:33 -0800 (PST) Message-Id: <199812220750.XAA00478@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/gnomelibs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:50:33 PST Modified files: x11/gnomelibs Makefile Log: Add gettext to RUN_DEPENDS too. At least one of its headers is required to compile anything with libgnome, and since this port is pretty much about supplying the library, I think it is reasonable to say that in order to use this library, you'll need gettext too. Revision Changes Path 1.19 +2 -1 ports/x11/gnomelibs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:51:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14408 for cvs-all-outgoing; Mon, 21 Dec 1998 23:51:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14391; Mon, 21 Dec 1998 23:51:29 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00535; Mon, 21 Dec 1998 23:51:27 -0800 (PST) Date: Mon, 21 Dec 1998 23:51:27 -0800 (PST) Message-Id: <199812220751.XAA00535@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/FWF Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:51:27 PST Modified files: x11-toolkits/FWF Makefile Log: Add REQUIRES_MOTIF. Revision Changes Path 1.16 +2 -1 ports/x11-toolkits/FWF/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:51:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14442 for cvs-all-outgoing; Mon, 21 Dec 1998 23:51:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mail.progolf2.com.tw (mail.progolf2.com.tw [210.61.29.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14437 for ; Mon, 21 Dec 1998 23:51:45 -0800 (PST) (envelope-from foxfair@mail.progolf2.com.tw) Received: from pc-76 ([10.10.10.76]) by mail.progolf2.com.tw (8.8.8/8.8.6) with SMTP id PAA00371 for ; Tue, 22 Dec 1998 15:51:42 +0800 (CST) Date: Tue, 22 Dec 1998 15:52:31 +0800 From: Foxfair Hu To: committers@FreeBSD.ORG Subject: .. Message-Id: <367F4FBF1FE.3666FOXFAIR@mail.progolf2.com.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.24 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:52:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14551 for cvs-all-outgoing; Mon, 21 Dec 1998 23:52:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14546; Mon, 21 Dec 1998 23:52:50 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00612; Mon, 21 Dec 1998 23:52:52 -0800 (PST) Date: Mon, 21 Dec 1998 23:52:52 -0800 (PST) Message-Id: <199812220752.XAA00612@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/geg Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:52:51 PST Modified files: math/geg Makefile Log: Mark this port broken: === cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -Wall -c about.c In file included from about.c:10: about.h:4: gtk/gtk.h: No such file or directory Revision Changes Path 1.6 +2 -1 ports/math/geg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:56:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14850 for cvs-all-outgoing; Mon, 21 Dec 1998 23:56:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14845; Mon, 21 Dec 1998 23:56:13 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00760; Mon, 21 Dec 1998 23:56:15 -0800 (PST) Date: Mon, 21 Dec 1998 23:56:15 -0800 (PST) Message-Id: <199812220756.XAA00760@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk11-devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:56:14 PST Modified files: x11-toolkits/gtk11-devel Makefile Log: Mark this broken, it includes a perl script that requires perl5. Someone please fix it to use ${PERL5} and add USE_PERL5. --- Making all in gtk cd . && perl makeenums.pl defs gtk.h gtkaccelgroup.h : syntax error in file makeenums.pl at line 5, next 2 tokens "my $flags" Revision Changes Path 1.34 +8 -2 ports/x11-toolkits/gtk11-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:57:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14900 for cvs-all-outgoing; Mon, 21 Dec 1998 23:57:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14893; Mon, 21 Dec 1998 23:57:07 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA29663; Mon, 21 Dec 1998 23:41:43 -0800 (PST) Date: Mon, 21 Dec 1998 23:41:43 -0800 (PST) Message-Id: <199812220741.XAA29663@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/STk Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:41:43 PST Modified files: lang/STk Makefile Log: Add USE_XLIB. Revision Changes Path 1.17 +2 -1 ports/lang/STk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:57:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14932 for cvs-all-outgoing; Mon, 21 Dec 1998 23:57:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14926; Mon, 21 Dec 1998 23:57:19 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00815; Mon, 21 Dec 1998 23:57:21 -0800 (PST) Date: Mon, 21 Dec 1998 23:57:21 -0800 (PST) Message-Id: <199812220757.XAA00815@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/guavac Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:57:21 PST Modified files: lang/guavac Makefile Log: Remove BROKEN_ELF, glibstdc++28 is not broken anymore. Revision Changes Path 1.10 +1 -3 ports/lang/guavac/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Dec 21 23:58:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15029 for cvs-all-outgoing; Mon, 21 Dec 1998 23:58:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15024; Mon, 21 Dec 1998 23:58:32 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00870; Mon, 21 Dec 1998 23:58:34 -0800 (PST) Date: Mon, 21 Dec 1998 23:58:34 -0800 (PST) Message-Id: <199812220758.XAA00870@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ilu Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/21 23:58:33 PST Modified files: devel/ilu Makefile Log: "work" -> "${WRKDIR}" Revision Changes Path 1.18 +2 -2 ports/devel/ilu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 00:05:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15366 for cvs-all-outgoing; Tue, 22 Dec 1998 00:05:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15359; Tue, 22 Dec 1998 00:05:34 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01276; Tue, 22 Dec 1998 00:05:36 -0800 (PST) Date: Tue, 22 Dec 1998 00:05:36 -0800 (PST) Message-Id: <199812220805.AAA01276@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/jikes Makefile ports/lang/jikes/scripts post-patch Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 00:05:36 PST Modified files: lang/jikes Makefile lang/jikes/scripts post-patch Log: Use FILESDIR/PKGDIR instead of relative paths from ${WRKSRC}. Revision Changes Path 1.6 +2 -1 ports/lang/jikes/Makefile 1.2 +3 -3 ports/lang/jikes/scripts/post-patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 00:19:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16623 for cvs-all-outgoing; Tue, 22 Dec 1998 00:19:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16618; Tue, 22 Dec 1998 00:19:13 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01657; Tue, 22 Dec 1998 00:19:15 -0800 (PST) Date: Tue, 22 Dec 1998 00:19:15 -0800 (PST) Message-Id: <199812220819.AAA01657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/oonsoo Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 00:19:15 PST Modified files: games/oonsoo Makefile Log: Add USE_XLIB. Revision Changes Path 1.4 +3 -1 ports/games/oonsoo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 00:22:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16880 for cvs-all-outgoing; Tue, 22 Dec 1998 00:22:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16875; Tue, 22 Dec 1998 00:22:06 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01781; Tue, 22 Dec 1998 00:22:08 -0800 (PST) Date: Tue, 22 Dec 1998 00:22:08 -0800 (PST) Message-Id: <199812220822.AAA01781@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/pavuk Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 00:22:08 PST Modified files: net/pavuk Makefile Log: gtk11 library is called gtk11, not gtk. Revision Changes Path 1.2 +2 -2 ports/net/pavuk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 00:22:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17119 for cvs-all-outgoing; Tue, 22 Dec 1998 00:22:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17114; Tue, 22 Dec 1998 00:22:53 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01888; Tue, 22 Dec 1998 00:22:55 -0800 (PST) Date: Tue, 22 Dec 1998 00:22:55 -0800 (PST) Message-Id: <199812220822.AAA01888@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/pgplot Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 00:22:55 PST Modified files: graphics/pgplot Makefile Log: Add USE_XLIB. Revision Changes Path 1.9 +2 -1 ports/graphics/pgplot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 00:27:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17336 for cvs-all-outgoing; Tue, 22 Dec 1998 00:27:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17331; Tue, 22 Dec 1998 00:27:07 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01433; Tue, 22 Dec 1998 00:12:21 -0800 (PST) Date: Tue, 22 Dec 1998 00:12:21 -0800 (PST) Message-Id: <199812220812.AAA01433@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/ftghostscript5 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 00:12:21 PST Modified files: korean/ftghostscript5 Makefile Log: Add a couple ${WRKDIRPREFIX}'s. Revision Changes Path 1.5 +3 -3 ports/korean/ftghostscript5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 00:40:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18753 for cvs-all-outgoing; Tue, 22 Dec 1998 00:40:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18746; Tue, 22 Dec 1998 00:40:46 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA02856; Tue, 22 Dec 1998 00:40:48 -0800 (PST) Date: Tue, 22 Dec 1998 00:40:48 -0800 (PST) Message-Id: <199812220840.AAA02856@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-ssl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 00:40:48 PST Modified files: www/apache13-ssl Makefile Log: MAINTAINER should be a simple mail address, otherwise we might confuse some scripts. Revision Changes Path 1.51 +2 -2 ports/www/apache13-ssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 00:59:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19696 for cvs-all-outgoing; Tue, 22 Dec 1998 00:59:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19691; Tue, 22 Dec 1998 00:59:17 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03662; Tue, 22 Dec 1998 00:59:19 -0800 (PST) Date: Tue, 22 Dec 1998 00:59:19 -0800 (PST) Message-Id: <199812220859.AAA03662@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1998/12/22 00:59:19 PST Modified files: sys/i386/linux syscalls.master Log: Fix NOIMPL -> NOPROTO as per bruce. Revision Changes Path 1.15 +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 Tue Dec 22 01:00:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20029 for cvs-all-outgoing; Tue, 22 Dec 1998 01:00:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20024; Tue, 22 Dec 1998 01:00:46 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA03816; Tue, 22 Dec 1998 01:00:48 -0800 (PST) Date: Tue, 22 Dec 1998 01:00:48 -0800 (PST) Message-Id: <199812220900.BAA03816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1998/12/22 01:00:48 PST Modified files: sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: The result of running make linux_sysent.c on the new syscalls.master Revision Changes Path 1.16 +1 -1 src/sys/i386/linux/linux_proto.h 1.12 +2 -1 src/sys/i386/linux/linux_syscall.h 1.17 +2 -2 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 Tue Dec 22 01:06:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20584 for cvs-all-outgoing; Tue, 22 Dec 1998 01:06:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20578; Tue, 22 Dec 1998 01:06:27 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA04242; Tue, 22 Dec 1998 01:06:29 -0800 (PST) Date: Tue, 22 Dec 1998 01:06:29 -0800 (PST) Message-Id: <199812220906.BAA04242@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk11-devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 01:06:29 PST Modified files: x11-toolkits/gtk11-devel Makefile Log: Move USE_X_PREFIX before .include . Revision Changes Path 1.35 +2 -3 ports/x11-toolkits/gtk11-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 01:36:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22425 for cvs-all-outgoing; Tue, 22 Dec 1998 01:36:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22420; Tue, 22 Dec 1998 01:36:28 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA05478; Tue, 22 Dec 1998 01:36:30 -0800 (PST) Date: Tue, 22 Dec 1998 01:36:30 -0800 (PST) Message-Id: <199812220936.BAA05478@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1998/12/22 01:36:30 PST Modified files: share/man/man4/man4.i386 Makefile Log: For whatever reason, i've thrown away this change yesterday instead of committing it: include rdp.4. Pointed out by: bde Revision Changes Path 1.89 +3 -2 src/share/man/man4/man4.i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 02:24:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26405 for cvs-all-outgoing; Tue, 22 Dec 1998 02:24:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26392; Tue, 22 Dec 1998 02:24:10 -0800 (PST) (envelope-from stb@FreeBSD.org) From: Stefan Bethke Received: (from stb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07908; Tue, 22 Dec 1998 02:24:11 -0800 (PST) Date: Tue, 22 Dec 1998 02:24:11 -0800 (PST) Message-Id: <199812221024.CAA07908@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/cyrus Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk stb 1998/12/22 02:24:11 PST Modified files: mail/cyrus Makefile Log: Added a second master site. Revision Changes Path 1.12 +3 -2 ports/mail/cyrus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 03:41:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02934 for cvs-all-outgoing; Tue, 22 Dec 1998 03:41:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02927; Tue, 22 Dec 1998 03:41:50 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10427; Tue, 22 Dec 1998 03:41:52 -0800 (PST) Date: Tue, 22 Dec 1998 03:41:52 -0800 (PST) Message-Id: <199812221141.DAA10427@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common interp.c interp_forth.c load_aout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1998/12/22 03:41:52 PST Modified files: sys/boot/common interp.c interp_forth.c load_aout.c Log: * Begin integration of built-ins with Forth: leave the exit code from a built-in command on Forth stack. * Fix a bug which was causing a panic when loading stripped aout kernels. Reviewed by: jkh Revision Changes Path 1.9 +12 -3 src/sys/boot/common/interp.c 1.8 +8 -5 src/sys/boot/common/interp_forth.c 1.11 +26 -22 src/sys/boot/common/load_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 03:51:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03907 for cvs-all-outgoing; Tue, 22 Dec 1998 03:51:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03902; Tue, 22 Dec 1998 03:51:24 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10754; Tue, 22 Dec 1998 03:51:26 -0800 (PST) Date: Tue, 22 Dec 1998 03:51:26 -0800 (PST) Message-Id: <199812221151.DAA10754@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/ficl words.c src/sys/boot/i386/libi386 Makefile vidconsole.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1998/12/22 03:51:25 PST Modified files: sys/boot/ficl words.c Log: Add new word ".#" which acts like "." but doesn't output a space separator. I found it impossible to output parametrized strings like "\033[%d;%dH" without building them first in pad area. Revision Changes Path 1.13 +13 -0 src/sys/boot/ficl/words.c Modified files: sys/boot/i386/libi386 Makefile vidconsole.c Log: Add simple terminal emulator, compatible with cons25. Currently supported capabilities are: AF, AB, cm, ho, me, cd. The code is hidden behind -DTERM_EMU - should it cause any problems, you can remove this define to get back the old behaviour. You'll find some examples how to use it in src/share/examples/bootforth. Reviewed by: jkh Revision Changes Path 1.12 +4 -1 src/sys/boot/i386/libi386/Makefile 1.9 +382 -8 src/sys/boot/i386/libi386/vidconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 03:52:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04128 for cvs-all-outgoing; Tue, 22 Dec 1998 03:52:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04122; Tue, 22 Dec 1998 03:52:09 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10841; Tue, 22 Dec 1998 03:52:11 -0800 (PST) Date: Tue, 22 Dec 1998 03:52:11 -0800 (PST) Message-Id: <199812221152.DAA10841@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_null mount_null.8 src/sbin/mount_umap mount_umap.8 src/sbin/mount_union mount_union.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/22 03:52:10 PST Modified files: sbin/mount_null mount_null.8 sbin/mount_umap mount_umap.8 sbin/mount_union mount_union.8 Log: User reports that using mount_null destroyed his filesystem, I reply that nullfs really doesn't work, he askes why this isn't noted for the "dangerous" filesystems, I go "hmmm." Revision Changes Path 1.10 +11 -1 src/sbin/mount_null/mount_null.8 1.9 +11 -1 src/sbin/mount_umap/mount_umap.8 1.5 +11 -1 src/sbin/mount_union/mount_union.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 03:55:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04273 for cvs-all-outgoing; Tue, 22 Dec 1998 03:55:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04266; Tue, 22 Dec 1998 03:55:21 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id MAA42595; Tue, 22 Dec 1998 12:55:12 +0100 (CET) (envelope-from des) To: Wolfram Schneider Cc: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/top display.c References: <199812192009.MAA21045@freefall.freebsd.org> <19981221213710.A9860@freno.cs.tu-berlin.de> From: Dag-Erling Smorgrav Date: 22 Dec 1998 12:55:12 +0100 In-Reply-To: Wolfram Schneider's message of "Mon, 21 Dec 1998 21:37:10 +0100" Message-ID: Lines: 11 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Wolfram Schneider writes: > You committed a new feature 10 hours after it was posted to > -current. A new record! But this gives nobody a real change to comment > the patch ... It should have been submitted to the author of top(1) first, then committed to our tree only if he did not respond... DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 04:15:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08079 for cvs-all-outgoing; Tue, 22 Dec 1998 04:15:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08074; Tue, 22 Dec 1998 04:15:44 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12809; Tue, 22 Dec 1998 04:15:46 -0800 (PST) Date: Tue, 22 Dec 1998 04:15:46 -0800 (PST) Message-Id: <199812221215.EAA12809@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/examples/bootforth README boot.4th frames.4th menu.4th screen.4th Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1998/12/22 04:15:46 PST Added files: share/examples/bootforth README boot.4th frames.4th menu.4th screen.4th Log: Add examples how to use the terminal emulation code in /boot/loader to create nice startup menus. Improvements are warmly welcome. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 04:31:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09963 for cvs-all-outgoing; Tue, 22 Dec 1998 04:31:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09953; Tue, 22 Dec 1998 04:31:25 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA13822; Tue, 22 Dec 1998 04:31:26 -0800 (PST) Date: Tue, 22 Dec 1998 04:31:26 -0800 (PST) Message-Id: <199812221231.EAA13822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall cdrom.c dos.c floppy.c ftp.c index.c media.c menus.c nfs.c sysinstall.h tape.c ufs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/22 04:31:26 PST Modified files: release/sysinstall cdrom.c dos.c floppy.c ftp.c index.c media.c menus.c nfs.c sysinstall.h tape.c ufs.c Log: Collapse the "get" code substantially by combining common functions. Also make mountpoint for each media type easier to change. Also reshuffled some menus for easier usage. Revision Changes Path 1.44 +6 -25 src/release/sysinstall/cdrom.c 1.22 +13 -31 src/release/sysinstall/dos.c 1.31 +11 -15 src/release/sysinstall/floppy.c 1.36 +3 -9 src/release/sysinstall/ftp.c 1.59 +2 -1 src/release/sysinstall/index.c 1.94 +21 -3 src/release/sysinstall/media.c 1.177 +9 -11 src/release/sysinstall/menus.c 1.19 +6 -23 src/release/sysinstall/nfs.c 1.152 +2 -1 src/release/sysinstall/sysinstall.h 1.20 +5 -4 src/release/sysinstall/tape.c 1.14 +2 -16 src/release/sysinstall/ufs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 04:33:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA10341 for cvs-all-outgoing; Tue, 22 Dec 1998 04:33:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA10336; Tue, 22 Dec 1998 04:33:30 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA13908; Tue, 22 Dec 1998 04:33:32 -0800 (PST) Date: Tue, 22 Dec 1998 04:33:32 -0800 (PST) Message-Id: <199812221233.EAA13908@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.usr.dist Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/22 04:33:32 PST Modified files: etc/mtree BSD.usr.dist Log: Add /usr/share/examples/bootforth so that world builds don't start falling over. Forgotten by: abial :-) Revision Changes Path 1.141 +3 -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 Tue Dec 22 04:43:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11110 for cvs-all-outgoing; Tue, 22 Dec 1998 04:43:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from korin.warman.org.pl (korin.nask.waw.pl [195.187.243.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11097; Tue, 22 Dec 1998 04:43:24 -0800 (PST) (envelope-from abial@nask.pl) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.9.1/8.8.5) with SMTP id NAA02871; Tue, 22 Dec 1998 13:49:42 +0100 (CET) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Tue, 22 Dec 1998 13:49:42 +0100 (CET) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist In-Reply-To: <199812221233.EAA13908@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 22 Dec 1998, Jordan K. Hubbard wrote: > jkh 1998/12/22 04:33:32 PST > > Modified files: > etc/mtree BSD.usr.dist > Log: > Add /usr/share/examples/bootforth so that world builds don't start falling > over. > > Forgotten by: abial :-) Ugh.. Thanks!!! Andrzej Bialecki -------------------- ++-------++ ------------------------------------- ||PicoBSD|| FreeBSD in your pocket? Go and see: Research & Academic |+-------+| "Small & Embedded FreeBSD" Network in Poland | |TT~~~| | http://www.freebsd.org/~picobsd/ -------------------- ~-+==---+-+ ------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 05:27:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16192 for cvs-all-outgoing; Tue, 22 Dec 1998 05:27:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16187; Tue, 22 Dec 1998 05:27:29 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA16353; Tue, 22 Dec 1998 05:27:30 -0800 (PST) Date: Tue, 22 Dec 1998 05:27:30 -0800 (PST) Message-Id: <199812221327.FAA16353@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1998/12/22 05:27:30 PST Modified files: handbook authors.sgml contrib.sgml Log: Add me to the list of committers. Revision Changes Path 1.131 +5 -1 doc/handbook/authors.sgml 1.332 +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 Tue Dec 22 06:44:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25527 for cvs-all-outgoing; Tue, 22 Dec 1998 06:44:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25464; Tue, 22 Dec 1998 06:43:58 -0800 (PST) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA03581; Tue, 22 Dec 1998 06:44:00 -0800 (PST) Date: Tue, 22 Dec 1998 06:44:00 -0800 (PST) Message-Id: <199812221444.GAA03581@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1998/12/22 06:43:59 PST Modified files: sys/kern vfs_bio.c Log: Correctly handle misaligned VMIO buffer (whose start or end offset in the VM object are not page aligned). This should fix the mount_msdos panic after a failed attemp to mount as ffs. Reviewed By: Matthew Dillon Archie Cobbs Dmitrij Tejblum Revision Changes Path 1.188 +92 -77 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 08:07:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08303 for cvs-all-outgoing; Tue, 22 Dec 1998 08:07:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08298; Tue, 22 Dec 1998 08:07:00 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA16129; Tue, 22 Dec 1998 08:07:02 -0800 (PST) Date: Tue, 22 Dec 1998 08:07:02 -0800 (PST) Message-Id: <199812221607.IAA16129@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xskat Makefile ports/games/xskat/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/12/22 08:07:02 PST Modified files: games/xskat Makefile games/xskat/files md5 Log: Upgrade to 3.0. Revision Changes Path 1.10 +3 -3 ports/games/xskat/Makefile 1.4 +1 -1 ports/games/xskat/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 Dec 22 08:07:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08409 for cvs-all-outgoing; Tue, 22 Dec 1998 08:07:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08394; Tue, 22 Dec 1998 08:07:32 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA16202; Tue, 22 Dec 1998 08:07:34 -0800 (PST) Date: Tue, 22 Dec 1998 08:07:34 -0800 (PST) Message-Id: <199812221607.IAA16202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/pysol Makefile ports/games/pysol/files md5 ports/games/pysol/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/12/22 08:07:34 PST Modified files: games/pysol Makefile games/pysol/files md5 games/pysol/pkg PLIST Log: Upgrade to 2.01. Revision Changes Path 1.8 +8 -3 ports/games/pysol/Makefile 1.7 +2 -1 ports/games/pysol/files/md5 1.7 +999 -243 ports/games/pysol/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 Dec 22 09:17:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18799 for cvs-all-outgoing; Tue, 22 Dec 1998 09:17:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18790; Tue, 22 Dec 1998 09:17:17 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA20766; Tue, 22 Dec 1998 09:17:19 -0800 (PST) Date: Tue, 22 Dec 1998 09:17:19 -0800 (PST) Message-Id: <199812221717.JAA20766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys mtio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/22 09:17:18 PST Modified files: sys/sys mtio.h Log: add command storage to correlate with latched error Revision Changes Path 1.15 +3 -1 src/sys/sys/mtio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 09:26:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20388 for cvs-all-outgoing; Tue, 22 Dec 1998 09:26:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20367; Tue, 22 Dec 1998 09:26:12 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA21245; Tue, 22 Dec 1998 09:26:13 -0800 (PST) Date: Tue, 22 Dec 1998 09:26:13 -0800 (PST) Message-Id: <199812221726.JAA21245@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/22 09:26:13 PST Modified files: sys/cam/scsi scsi_sa.c Log: Add a quirk NORRLS (no reserve/release) which can (and will) get set for the devices that don't actually support reserve/release (so we don't keep trying it). Add softc storage and manage storing last I/O and CTL commands that had errors (for correlative purposes). In saclose clear the 'MOUNTED' bit if we either rewind or unload (yes, this shouldn't be necessary since the next open should catch whether a tape change occurred, but I'm having some questions about that actually working so this is safer for the moment). Oh, forgot to mention in previous commit messages that some of the failures particularly at close time cause the tape to be ejected (for the sake of safety)- all this prior to redoing the state machine (which is in progress) which will try and handle this better. Complete the addition of the setmark support (from Martin.Birgmeier@aon.at). Revision Changes Path 1.11 +84 -39 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 09:28:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20679 for cvs-all-outgoing; Tue, 22 Dec 1998 09:28:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20666; Tue, 22 Dec 1998 09:28:25 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA21453; Tue, 22 Dec 1998 09:28:26 -0800 (PST) Date: Tue, 22 Dec 1998 09:28:26 -0800 (PST) Message-Id: <199812221728.JAA21453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mt mt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/22 09:28:26 PST Modified files: usr.bin/mt mt.c Log: Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case. Complete the addition of the setmark support (from Martin.Birgmeier@aon.at). Revision Changes Path 1.20 +13 -1 src/usr.bin/mt/mt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 10:01:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24697 for cvs-all-outgoing; Tue, 22 Dec 1998 10:01:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24692; Tue, 22 Dec 1998 10:01:42 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA22990; Tue, 22 Dec 1998 10:01:44 -0800 (PST) Date: Tue, 22 Dec 1998 10:01:44 -0800 (PST) Message-Id: <199812221801.KAA22990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/mysql322 Makefile ports/databases/mysql322/files md5 ports/databases/mysql322/patches patch-ab patch-al patch-am ports/databases/mysql322/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1998/12/22 10:01:44 PST Modified files: databases/mysql322 Makefile databases/mysql322/files md5 databases/mysql322/patches patch-ab databases/mysql322/pkg PLIST Removed files: databases/mysql322/patches patch-al patch-am Log: Upgrade to 3.22.11-beta. Submitted by: Alec Wolman Revision Changes Path 1.36 +5 -5 ports/databases/mysql322/Makefile 1.18 +1 -1 ports/databases/mysql322/files/md5 1.7 +20 -34 ports/databases/mysql322/patches/patch-ab 1.17 +11 -7 ports/databases/mysql322/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 Dec 22 10:12:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25946 for cvs-all-outgoing; Tue, 22 Dec 1998 10:12:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25941; Tue, 22 Dec 1998 10:12:07 -0800 (PST) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA23320; Tue, 22 Dec 1998 10:12:09 -0800 (PST) Date: Tue, 22 Dec 1998 10:12:09 -0800 (PST) Message-Id: <199812221812.KAA23320@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/advansys advansys.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/12/22 10:12:09 PST Modified files: sys/dev/advansys advansys.c Log: Return NULL on resource shortage instead of blindly continuing. Obtained from: Eivind Eklund Revision Changes Path 1.7 +4 -2 src/sys/dev/advansys/advansys.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 10:14:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26335 for cvs-all-outgoing; Tue, 22 Dec 1998 10:14:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26329; Tue, 22 Dec 1998 10:14:13 -0800 (PST) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA23478; Tue, 22 Dec 1998 10:14:15 -0800 (PST) Date: Tue, 22 Dec 1998 10:14:15 -0800 (PST) Message-Id: <199812221814.KAA23478@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa adv_eisa.c src/sys/i386/isa adv_isa.c src/sys/pci adv_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/12/22 10:14:15 PST Modified files: sys/i386/eisa adv_eisa.c sys/i386/isa adv_isa.c sys/pci adv_pci.c Log: Staticize the overrun buffer so that they are not shared between cards of different bus types as each bus type may have a different bus mapping. Submitted by: Eivind Eklund Revision Changes Path 1.2 +4 -4 src/sys/i386/eisa/adv_eisa.c 1.8 +4 -4 src/sys/i386/isa/adv_isa.c 1.4 +4 -4 src/sys/pci/adv_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 10:14:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26405 for cvs-all-outgoing; Tue, 22 Dec 1998 10:14:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26399; Tue, 22 Dec 1998 10:14:49 -0800 (PST) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA23520; Tue, 22 Dec 1998 10:14:51 -0800 (PST) Date: Tue, 22 Dec 1998 10:14:51 -0800 (PST) Message-Id: <199812221814.KAA23520@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/12/22 10:14:50 PST Modified files: sys/dev/aha aha.c Log: Don't calculate the residual twice. Revision Changes Path 1.17 +9 -7 src/sys/dev/aha/aha.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 10:57:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02684 for cvs-all-outgoing; Tue, 22 Dec 1998 10:57:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02650; Tue, 22 Dec 1998 10:57:31 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25448; Tue, 22 Dec 1998 10:57:32 -0800 (PST) Date: Tue, 22 Dec 1998 10:57:32 -0800 (PST) Message-Id: <199812221857.KAA25448@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/22 10:57:32 PST Modified files: sys/kern vfs_bio.c Log: Adjust some comments to prevent future confusion on the implementation. Also add a reference to the buf(9) manual page. Revision Changes Path 1.189 +26 -6 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 11:02:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03781 for cvs-all-outgoing; Tue, 22 Dec 1998 11:02:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03765; Tue, 22 Dec 1998 11:02:52 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA26055; Tue, 22 Dec 1998 11:02:53 -0800 (PST) Date: Tue, 22 Dec 1998 11:02:53 -0800 (PST) Message-Id: <199812221902.LAA26055@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 security.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/22 11:02:52 PST Modified files: share/man/man7 security.7 Log: Grammer / Consistancy update Submitted by: Eivind Eklund Revision Changes Path 1.2 +11 -10 src/share/man/man7/security.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 11:47:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23768 for cvs-all-outgoing; Tue, 22 Dec 1998 11:47:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23726; Tue, 22 Dec 1998 11:47:49 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA05802; Tue, 22 Dec 1998 11:47:50 -0800 (PST) Date: Tue, 22 Dec 1998 11:47:50 -0800 (PST) Message-Id: <199812221947.LAA05802@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 buf.9 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/22 11:47:49 PST Modified files: share/man/man9 Makefile Added files: share/man/man9 buf.9 Log: Add manual page describing kernel buffer management system (i.e. kern/vfs_bio.c). Revision Changes Path 1.42 +3 -2 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 12:05:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02802 for cvs-all-outgoing; Tue, 22 Dec 1998 12:05:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02748; Tue, 22 Dec 1998 12:05:24 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA26293; Tue, 22 Dec 1998 12:05:24 -0800 (PST) Date: Tue, 22 Dec 1998 12:05:24 -0800 (PST) Message-Id: <199812222005.MAA26293@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_cd.c scsi_ch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/12/22 12:05:23 PST Modified files: sys/cam cam_xpt.c sys/cam/scsi scsi_cd.c scsi_ch.c Log: Staticize. Reviewed by: gibbs Revision Changes Path 1.31 +6 -6 src/sys/cam/cam_xpt.c 1.11 +3 -3 src/sys/cam/scsi/scsi_cd.c 1.9 +8 -8 src/sys/cam/scsi/scsi_ch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 12:13:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06476 for cvs-all-outgoing; Tue, 22 Dec 1998 12:13:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06326; Tue, 22 Dec 1998 12:13:03 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08291; Tue, 22 Dec 1998 12:13:01 -0800 (PST) Date: Tue, 22 Dec 1998 12:13:01 -0800 (PST) Message-Id: <199812222013.MAA08291@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/jdk/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 12:13:01 PST Added files: lang/jdk/patches patch-aa Log: Add a temporary patch to correct a last minute problem in appletviewer. Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 12:21:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08944 for cvs-all-outgoing; Tue, 22 Dec 1998 12:21:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08935; Tue, 22 Dec 1998 12:21:13 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA19333; Tue, 22 Dec 1998 12:21:14 -0800 (PST) Date: Tue, 22 Dec 1998 12:21:14 -0800 (PST) Message-Id: <199812222021.MAA19333@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/dpt dpt_scsi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/12/22 12:21:13 PST Modified files: sys/dev/dpt dpt_scsi.c Log: Error check is not necessary - this function cannot fail in this context. Noted by: gibbs Revision Changes Path 1.22 +4 -8 src/sys/dev/dpt/dpt_scsi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 12:38:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18206 for cvs-all-outgoing; Tue, 22 Dec 1998 12:38:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18097; Tue, 22 Dec 1998 12:38:06 -0800 (PST) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11423; Tue, 22 Dec 1998 12:38:07 -0800 (PST) Date: Tue, 22 Dec 1998 12:38:07 -0800 (PST) Message-Id: <199812222038.MAA11423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1998/12/22 12:38:07 PST Modified files: sys/netinet ip_fw.c Log: 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot be static... Reported by: Dave Alden Revision Changes Path 1.102 +3 -3 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 Tue Dec 22 12:44:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19478 for cvs-all-outgoing; Tue, 22 Dec 1998 12:44:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19327; Tue, 22 Dec 1998 12:44:14 -0800 (PST) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA18510; Tue, 22 Dec 1998 12:44:15 -0800 (PST) Date: Tue, 22 Dec 1998 12:44:15 -0800 (PST) Message-Id: <199812222044.MAA18510@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1998/12/22 12:44:14 PST Modified files: sys/i386/conf LINT Log: Add entries for DUMMYNET and BRIDGE Revision Changes Path 1.511 +8 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 13:40:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21381 for cvs-all-outgoing; Tue, 22 Dec 1998 13:40:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21320; Tue, 22 Dec 1998 13:40:55 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA27286; Tue, 22 Dec 1998 13:40:57 -0800 (PST) Date: Tue, 22 Dec 1998 13:40:57 -0800 (PST) Message-Id: <199812222140.NAA27286@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/doc/src TODO.html Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1998/12/22 13:40:56 PST Modified files: release/picobsd/doc/src TODO.html Log: Fix typo. Submitted by: Ilya V. Komarov Revision Changes Path 1.2 +2 -2 src/release/picobsd/doc/src/TODO.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 14:31:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03062 for cvs-all-outgoing; Tue, 22 Dec 1998 14:31:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03036; Tue, 22 Dec 1998 14:31:05 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA29839; Tue, 22 Dec 1998 14:31:07 -0800 (PST) Date: Tue, 22 Dec 1998 14:31:07 -0800 (PST) Message-Id: <199812222231.OAA29839@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/12/22 14:31:07 PST Modified files: sys/dev/aha aha.c Log: Invalid is spelled with the v *BEFORE* the a. Revision Changes Path 1.18 +2 -2 src/sys/dev/aha/aha.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 14:53:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19012 for cvs-all-outgoing; Tue, 22 Dec 1998 14:53:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18974; Tue, 22 Dec 1998 14:53:13 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA00946; Tue, 22 Dec 1998 14:53:14 -0800 (PST) Date: Tue, 22 Dec 1998 14:53:14 -0800 (PST) Message-Id: <199812222253.OAA00946@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/22 14:53:14 PST Modified files: . modules Log: swish-e --> ports/www/swish-e Revision Changes Path 1.2600 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 14:59:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23814 for cvs-all-outgoing; Tue, 22 Dec 1998 14:59:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23764; Tue, 22 Dec 1998 14:59:15 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01178; Tue, 22 Dec 1998 14:59:17 -0800 (PST) Date: Tue, 22 Dec 1998 14:59:17 -0800 (PST) Message-Id: <199812222259.OAA01178@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/swish-e - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/22 14:59:16 PST ports/www/swish-e - Imported sources Update of /home/ncvs/ports/www/swish-e In directory freefall.freebsd.org:/x/tmp/cvs-serv1083 Log Message: Initial Import of swish-e SWISH-Enhanced is a fast, powerful, flexible, and easy to use system for indexing collections of Web pages or other text files. Key features include the ability to limit searches to certain HTML tags (META, TITLE, comments, etc.). The SWISH-E software is free, and includes a package of Perl programs that enable anyone who is authorized to create and maintain their own indexes (AutoSwish). SWISH-E is an enhanced version of SWISH, which was originally written by Kevin Hughes and modified and released with his permission. http://sunsite.berkeley.edu/SWISH-E/ PR: ports/5821 Submitted By: Daniel O'Connor Status: Vendor Tag: OCONNER Release Tags: v1_2_4 N ports/www/swish-e/Makefile N ports/www/swish-e/pkg/PLIST N ports/www/swish-e/pkg/COMMENT N ports/www/swish-e/pkg/DESCR N ports/www/swish-e/files/md5 N ports/www/swish-e/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 15:00:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25298 for cvs-all-outgoing; Tue, 22 Dec 1998 15:00:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25217; Tue, 22 Dec 1998 15:00:37 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01307; Tue, 22 Dec 1998 15:00:39 -0800 (PST) Date: Tue, 22 Dec 1998 15:00:39 -0800 (PST) Message-Id: <199812222300.PAA01307@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/22 15:00:38 PST Modified files: www Makefile Log: Activate swish-e Revision Changes Path 1.109 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 16:24:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24421 for cvs-all-outgoing; Tue, 22 Dec 1998 16:24:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA24416; Tue, 22 Dec 1998 16:24:58 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04347; Tue, 22 Dec 1998 16:25:00 -0800 (PST) Date: Tue, 22 Dec 1998 16:25:00 -0800 (PST) Message-Id: <199812230025.QAA04347@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 sleep.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/22 16:24:59 PST Modified files: share/man/man9 sleep.9 Log: update asleep/await sections Revision Changes Path 1.13 +46 -31 src/share/man/man9/sleep.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 16:44:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26312 for cvs-all-outgoing; Tue, 22 Dec 1998 16:44:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26306; Tue, 22 Dec 1998 16:44:49 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05190; Tue, 22 Dec 1998 16:44:50 -0800 (PST) Date: Tue, 22 Dec 1998 16:44:50 -0800 (PST) Message-Id: <199812230044.QAA05190@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-php3 Makefile ports/www/apache13-php3/files md5 ports/www/apache13-php3/pkg MESSAGE PLIST PLIST.modssl ports/www/apache13-php3/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1998/12/22 16:44:50 PST Modified files: www/apache13-php3 Makefile www/apache13-php3/files md5 www/apache13-php3/pkg PLIST PLIST.modssl www/apache13-php3/scripts configure.php Added files: www/apache13-php3/pkg MESSAGE Log: - BATCH mode: if ${BATCH} is defined apache with a plain PHP3 module is created, i. e. no additional support for e. g. databases It is possible to build an apache13-php3 package now. - honor ${CC} and ${CFLAGS} while compiling PHP3 - make apache13-php3 ${WRKDIRPREFIX} clean - added OpenLDAP support Requested by: Kurt D. Zeilenga - upgrade to mod_ssl-2.1.3 Revision Changes Path 1.61 +13 -9 ports/www/apache13-php3/Makefile 1.32 +1 -1 ports/www/apache13-php3/files/md5 1.16 +1 -0 ports/www/apache13-php3/pkg/PLIST 1.2 +58 -6 ports/www/apache13-php3/pkg/PLIST.modssl 1.8 +37 -20 ports/www/apache13-php3/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:05:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29093 for cvs-all-outgoing; Tue, 22 Dec 1998 17:05:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29082; Tue, 22 Dec 1998 17:05:05 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05845; Tue, 22 Dec 1998 17:05:07 -0800 (PST) Date: Tue, 22 Dec 1998 17:05:07 -0800 (PST) Message-Id: <199812230105.RAA05845@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 malloc.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/22 17:05:07 PST Modified files: share/man/man9 malloc.9 Log: Documentation update for new M_AWAIT flag to kernel malloc, plus revamp the descriptions of the flags and return value. Revision Changes Path 1.6 +50 -12 src/share/man/man9/malloc.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:06:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29248 for cvs-all-outgoing; Tue, 22 Dec 1998 17:06:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29243; Tue, 22 Dec 1998 17:06:56 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05917; Tue, 22 Dec 1998 17:06:57 -0800 (PST) Date: Tue, 22 Dec 1998 17:06:57 -0800 (PST) Message-Id: <199812230106.RAA05917@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 malloc.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/22 17:06:57 PST Modified files: share/man/man9 malloc.9 Log: M_AWAIT changed to M_ASLEEP Revision Changes Path 1.7 +3 -3 src/share/man/man9/malloc.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:12:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00203 for cvs-all-outgoing; Tue, 22 Dec 1998 17:12:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00198; Tue, 22 Dec 1998 17:12:39 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06354; Tue, 22 Dec 1998 17:12:41 -0800 (PST) Date: Tue, 22 Dec 1998 17:12:41 -0800 (PST) Message-Id: <199812230112.RAA06354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpdf/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:12:41 PST Modified files: graphics/xpdf/files md5 Log: Remove erroneous entry. Revision Changes Path 1.9 +0 -1 ports/graphics/xpdf/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 Dec 22 17:15:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00483 for cvs-all-outgoing; Tue, 22 Dec 1998 17:15:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00477; Tue, 22 Dec 1998 17:15:25 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06528; Tue, 22 Dec 1998 17:15:28 -0800 (PST) Date: Tue, 22 Dec 1998 17:15:28 -0800 (PST) Message-Id: <199812230115.RAA06528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/qtez Makefile ports/devel/qtez/files md5 ports/devel/qtez/patches patch-aa patch-ab ports/devel/qtez/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:15:27 PST Modified files: devel/qtez Makefile devel/qtez/files md5 devel/qtez/patches patch-aa patch-ab devel/qtez/pkg COMMENT DESCR PLIST Log: Update to version 0.77a. PR: 8932 Submitted by: maintainer Revision Changes Path 1.10 +14 -16 ports/devel/qtez/Makefile 1.3 +1 -1 ports/devel/qtez/files/md5 1.3 +8 -3 ports/devel/qtez/patches/patch-aa 1.3 +11 -11 ports/devel/qtez/patches/patch-ab 1.2 +1 -1 ports/devel/qtez/pkg/COMMENT 1.3 +1 -1 ports/devel/qtez/pkg/DESCR 1.3 +30 -28 ports/devel/qtez/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 Dec 22 17:19:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01014 for cvs-all-outgoing; Tue, 22 Dec 1998 17:19:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01009; Tue, 22 Dec 1998 17:19:31 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06733; Tue, 22 Dec 1998 17:19:33 -0800 (PST) Date: Tue, 22 Dec 1998 17:19:33 -0800 (PST) Message-Id: <199812230119.RAA06733@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/xg - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:19:33 PST ports/x11-toolkits/xg - Imported sources Update of /home/ncvs/ports/x11-toolkits/xg In directory freefall.freebsd.org:/d/users/steve/work/xg Log Message: Initial import of xg version 1.0. Windows(tm) controls - like widget set for Motif(tm). PR: 8950 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ANDY Release Tags: v1_0 N ports/x11-toolkits/xg/Makefile N ports/x11-toolkits/xg/files/md5 N ports/x11-toolkits/xg/patches/patch-ac N ports/x11-toolkits/xg/patches/patch-ab N ports/x11-toolkits/xg/patches/patch-aa N ports/x11-toolkits/xg/pkg/PLIST N ports/x11-toolkits/xg/pkg/COMMENT N ports/x11-toolkits/xg/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:19:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01059 for cvs-all-outgoing; Tue, 22 Dec 1998 17:19:54 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01054; Tue, 22 Dec 1998 17:19:53 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06788; Tue, 22 Dec 1998 17:19:55 -0800 (PST) Date: Tue, 22 Dec 1998 17:19:55 -0800 (PST) Message-Id: <199812230119.RAA06788@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:19:55 PST Modified files: x11-toolkits Makefile Log: Activate xg port. Revision Changes Path 1.12 +2 -1 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:20:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01191 for cvs-all-outgoing; Tue, 22 Dec 1998 17:20:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01185; Tue, 22 Dec 1998 17:20:16 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06834; Tue, 22 Dec 1998 17:20:18 -0800 (PST) Date: Tue, 22 Dec 1998 17:20:18 -0800 (PST) Message-Id: <199812230120.RAA06834@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:20:18 PST Modified files: . modules Log: xg -> ports/x11-toolkits/xg Revision Changes Path 1.2601 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:22:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01480 for cvs-all-outgoing; Tue, 22 Dec 1998 17:22:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01462; Tue, 22 Dec 1998 17:22:43 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07068; Tue, 22 Dec 1998 17:22:45 -0800 (PST) Date: Tue, 22 Dec 1998 17:22:45 -0800 (PST) Message-Id: <199812230122.RAA07068@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/dnews Makefile ports/news/dnews/files faq.html md5 ports/news/dnews/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:22:45 PST Modified files: news/dnews Makefile news/dnews/files faq.html md5 news/dnews/pkg PLIST Log: Update to version 4.7k. PR: 8951 Submitted by: Josh Gilliam Revision Changes Path 1.11 +21 -14 ports/news/dnews/Makefile 1.2 +106 -112 ports/news/dnews/files/faq.html 1.6 +1 -1 ports/news/dnews/files/md5 1.5 +8 -2 ports/news/dnews/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 Dec 22 17:25:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01943 for cvs-all-outgoing; Tue, 22 Dec 1998 17:25:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01936; Tue, 22 Dec 1998 17:25:45 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07361; Tue, 22 Dec 1998 17:25:46 -0800 (PST) Date: Tue, 22 Dec 1998 17:25:46 -0800 (PST) Message-Id: <199812230125.RAA07361@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vflib Makefile ports/japanese/vflib/files md5 ports/japanese/vflib/patches patch-aa patch-ac patch-ab ports/japanese/vflib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:25:45 PST Modified files: japanese/vflib Makefile japanese/vflib/files md5 japanese/vflib/patches patch-aa patch-ac japanese/vflib/pkg PLIST Removed files: japanese/vflib/patches patch-ab Log: Update to version 2.24. PR: 9097 Submitted by: maintainer Revision Changes Path 1.19 +17 -14 ports/japanese/vflib/Makefile 1.8 +1 -1 ports/japanese/vflib/files/md5 1.11 +13 -9 ports/japanese/vflib/patches/patch-aa 1.4 +41 -19 ports/japanese/vflib/patches/patch-ac 1.9 +413 -428 ports/japanese/vflib/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 Dec 22 17:27:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02168 for cvs-all-outgoing; Tue, 22 Dec 1998 17:27:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02163; Tue, 22 Dec 1998 17:27:07 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06308; Tue, 22 Dec 1998 17:11:53 -0800 (PST) Date: Tue, 22 Dec 1998 17:11:53 -0800 (PST) Message-Id: <199812230111.RAA06308@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpdf Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:11:52 PST Modified files: graphics/xpdf Makefile Log: Some minor portlint cleaning. Revision Changes Path 1.20 +1 -2 ports/graphics/xpdf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:27:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02206 for cvs-all-outgoing; Tue, 22 Dec 1998 17:27:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02201; Tue, 22 Dec 1998 17:27:42 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07485; Tue, 22 Dec 1998 17:27:44 -0800 (PST) Date: Tue, 22 Dec 1998 17:27:44 -0800 (PST) Message-Id: <199812230127.RAA07485@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vfxdvi300 Makefile ports/japanese/vfxdvi300/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:27:44 PST Modified files: japanese/vfxdvi300 Makefile japanese/vfxdvi300/patches patch-aa Log: Update to use new version of vflib (2.24). PR: 9098 Submitted by: maintainer Revision Changes Path 1.15 +3 -4 ports/japanese/vfxdvi300/Makefile 1.5 +1 -1 ports/japanese/vfxdvi300/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:29:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02446 for cvs-all-outgoing; Tue, 22 Dec 1998 17:29:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02441; Tue, 22 Dec 1998 17:29:02 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07630; Tue, 22 Dec 1998 17:29:04 -0800 (PST) Date: Tue, 22 Dec 1998 17:29:04 -0800 (PST) Message-Id: <199812230129.RAA07630@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/dvi2ps Makefile ports/japanese/dvi2ps/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:29:04 PST Modified files: japanese/dvi2ps Makefile japanese/dvi2ps/pkg PLIST Log: Update to use new version of vflib (2.24). PR: 9099 Submitted by: maintainer Revision Changes Path 1.11 +2 -2 ports/japanese/dvi2ps/Makefile 1.5 +0 -2 ports/japanese/dvi2ps/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 Dec 22 17:29:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02622 for cvs-all-outgoing; Tue, 22 Dec 1998 17:29:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02614; Tue, 22 Dec 1998 17:29:41 -0800 (PST) (envelope-from ejc@FreeBSD.org) From: "Eric J.Chet" Received: (from ejc@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07685; Tue, 22 Dec 1998 17:29:43 -0800 (PST) Date: Tue, 22 Dec 1998 17:29:43 -0800 (PST) Message-Id: <199812230129.RAA07685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBacus Makefile ports/devel/ORBacus/files md5 ports/devel/ORBacus/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ejc 1998/12/22 17:29:43 PST Modified files: devel/ORBacus Makefile devel/ORBacus/files md5 devel/ORBacus/pkg PLIST Log: Update ORBacus to version 3.1.1 Revision Changes Path 1.16 +13 -5 ports/devel/ORBacus/Makefile 1.4 +1 -1 ports/devel/ORBacus/files/md5 1.7 +43 -26 ports/devel/ORBacus/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 Dec 22 17:30:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02789 for cvs-all-outgoing; Tue, 22 Dec 1998 17:30:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02780; Tue, 22 Dec 1998 17:30:39 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07817; Tue, 22 Dec 1998 17:30:41 -0800 (PST) Date: Tue, 22 Dec 1998 17:30:41 -0800 (PST) Message-Id: <199812230130.RAA07817@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vfghostscript5 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:30:41 PST Modified files: japanese/vfghostscript5 Makefile Log: Update to use new version of vflib (2.24). PR: 9101 Submitted by: maintainer Revision Changes Path 1.26 +2 -2 ports/japanese/vfghostscript5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:31:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02876 for cvs-all-outgoing; Tue, 22 Dec 1998 17:31:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02866; Tue, 22 Dec 1998 17:31:35 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07900; Tue, 22 Dec 1998 17:31:37 -0800 (PST) Date: Tue, 22 Dec 1998 17:31:37 -0800 (PST) Message-Id: <199812230131.RAA07900@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/magicpoint Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:31:37 PST Modified files: japanese/magicpoint Makefile Log: Update to use new version of vflib (2.24). PR: 9103 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/japanese/magicpoint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:33:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03205 for cvs-all-outgoing; Tue, 22 Dec 1998 17:33:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03195; Tue, 22 Dec 1998 17:33:54 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA08188; Tue, 22 Dec 1998 17:33:56 -0800 (PST) Date: Tue, 22 Dec 1998 17:33:56 -0800 (PST) Message-Id: <199812230133.RAA08188@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/mlvwm Makefile ports/x11-wm/mlvwm/files md5 ports/x11-wm/mlvwm/patches patch-ab patch-ac ports/x11-wm/mlvwm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:33:56 PST Modified files: x11-wm/mlvwm Makefile x11-wm/mlvwm/files md5 x11-wm/mlvwm/patches patch-ab patch-ac x11-wm/mlvwm/pkg PLIST Log: Update to version 0.8.9. PR: 9120 Submitted by: maintainer Revision Changes Path 1.12 +10 -7 ports/x11-wm/mlvwm/Makefile 1.5 +1 -1 ports/x11-wm/mlvwm/files/md5 1.4 +5 -5 ports/x11-wm/mlvwm/patches/patch-ab 1.4 +3 -9 ports/x11-wm/mlvwm/patches/patch-ac 1.5 +5 -5 ports/x11-wm/mlvwm/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 Dec 22 17:34:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03350 for cvs-all-outgoing; Tue, 22 Dec 1998 17:34:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03336; Tue, 22 Dec 1998 17:34:25 -0800 (PST) (envelope-from ejc@FreeBSD.org) From: "Eric J.Chet" Received: (from ejc@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA08247; Tue, 22 Dec 1998 17:34:27 -0800 (PST) Date: Tue, 22 Dec 1998 17:34:27 -0800 (PST) Message-Id: <199812230134.RAA08247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBacus/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ejc 1998/12/22 17:34:26 PST Added files: devel/ORBacus/patches patch-ac Log: Add the new patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 17:35:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03551 for cvs-all-outgoing; Tue, 22 Dec 1998 17:35:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03532; Tue, 22 Dec 1998 17:35:40 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA08415; Tue, 22 Dec 1998 17:35:42 -0800 (PST) Date: Tue, 22 Dec 1998 17:35:42 -0800 (PST) Message-Id: <199812230135.RAA08415@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gifsicle Makefile ports/graphics/gifsicle/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:35:42 PST Modified files: graphics/gifsicle Makefile graphics/gifsicle/files md5 Log: Update to version 1.9.1. PR: 9126 Submitted by: maintainer Revision Changes Path 1.2 +9 -9 ports/graphics/gifsicle/Makefile 1.2 +1 -1 ports/graphics/gifsicle/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 Dec 22 17:37:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03905 for cvs-all-outgoing; Tue, 22 Dec 1998 17:37:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03865; Tue, 22 Dec 1998 17:37:36 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA08553; Tue, 22 Dec 1998 17:37:37 -0800 (PST) Date: Tue, 22 Dec 1998 17:37:37 -0800 (PST) Message-Id: <199812230137.RAA08553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/blackbox Makefile ports/x11-wm/blackbox/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:37:37 PST Modified files: x11-wm/blackbox Makefile x11-wm/blackbox/files md5 Log: Update to version 0.50.2. PR: 9136 Submitted by: Don Croyle Revision Changes Path 1.16 +3 -3 ports/x11-wm/blackbox/Makefile 1.14 +1 -1 ports/x11-wm/blackbox/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 Dec 22 17:41:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04634 for cvs-all-outgoing; Tue, 22 Dec 1998 17:41:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04629; Tue, 22 Dec 1998 17:41:21 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA08873; Tue, 22 Dec 1998 17:41:24 -0800 (PST) Date: Tue, 22 Dec 1998 17:41:24 -0800 (PST) Message-Id: <199812230141.RAA08873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/afterstep-devel Makefile ports/x11-wm/afterstep-devel/files md5 AFstep.xpm penguin.xpm ports/x11-wm/afterstep-devel/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-am patch-an ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:41:23 PST Modified files: x11-wm/afterstep-devel Makefile x11-wm/afterstep-devel/files md5 x11-wm/afterstep-devel/pkg PLIST Removed files: x11-wm/afterstep-devel/files AFstep.xpm penguin.xpm x11-wm/afterstep-devel/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-am patch-an Log: Update to version 1.6.0. PR: 9134 Submitted by: Brett Taylor Revision Changes Path 1.28 +16 -60 ports/x11-wm/afterstep-devel/Makefile 1.15 +1 -3 ports/x11-wm/afterstep-devel/files/md5 1.15 +452 -391 ports/x11-wm/afterstep-devel/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 Dec 22 17:43:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04909 for cvs-all-outgoing; Tue, 22 Dec 1998 17:43:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04904; Tue, 22 Dec 1998 17:43:12 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA08998; Tue, 22 Dec 1998 17:43:15 -0800 (PST) Date: Tue, 22 Dec 1998 17:43:15 -0800 (PST) Message-Id: <199812230143.RAA08998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/vnc Makefile ports/net/vnc/files md5 ports/net/vnc/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:43:14 PST Modified files: net/vnc Makefile net/vnc/files md5 Removed files: net/vnc/patches patch-ac Log: Update to version 3.3.2r3. PR: 9164 Submitted by: maintainer Revision Changes Path 1.8 +6 -6 ports/net/vnc/Makefile 1.7 +1 -1 ports/net/vnc/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 Dec 22 17:47:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05455 for cvs-all-outgoing; Tue, 22 Dec 1998 17:47:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05438; Tue, 22 Dec 1998 17:47:25 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA09491; Tue, 22 Dec 1998 17:47:28 -0800 (PST) Date: Tue, 22 Dec 1998 17:47:28 -0800 (PST) Message-Id: <199812230147.RAA09491@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/kterm Makefile ports/japanese/kterm/files patch-Xaw3d patch-neXtaw md5 patch-0 ports/japanese/kterm/patches patch-aa ports/japanese/kterm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 17:47:27 PST Modified files: japanese/kterm Makefile japanese/kterm/files md5 japanese/kterm/patches patch-aa japanese/kterm/pkg PLIST Added files: japanese/kterm/files patch-Xaw3d patch-neXtaw Removed files: japanese/kterm/files patch-0 Log: Add wallpaper patch and two new options, USE_XAW3DLIB and USE_NEXTAWLIB. PR: 9168 Submitted by: maintainer Revision Changes Path 1.17 +47 -6 ports/japanese/kterm/Makefile 1.4 +1 -0 ports/japanese/kterm/files/md5 1.3 +24 -6 ports/japanese/kterm/patches/patch-aa 1.3 +4 -1 ports/japanese/kterm/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 Dec 22 17:52:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06400 for cvs-all-outgoing; Tue, 22 Dec 1998 17:52:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06389; Tue, 22 Dec 1998 17:52:46 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA09750; Tue, 22 Dec 1998 17:52:48 -0800 (PST) Date: Tue, 22 Dec 1998 17:52:48 -0800 (PST) Message-Id: <199812230152.RAA09750@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_page.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/22 17:52:48 PST Modified files: sys/vm vm_page.c Log: Update comments to routines in vm_page.c, most especially whether a routine can block or not as part of a general effort to carefully document blocking/non-blocking calls in the kernel. Revision Changes Path 1.114 +106 -19 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 18:12:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08635 for cvs-all-outgoing; Tue, 22 Dec 1998 18:12:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08628; Tue, 22 Dec 1998 18:12:27 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA10722; Tue, 22 Dec 1998 18:12:29 -0800 (PST) Date: Tue, 22 Dec 1998 18:12:29 -0800 (PST) Message-Id: <199812230212.SAA10722@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ripetools/files md5 ports/net/ripetools/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/22 18:12:29 PST Modified files: net/ripetools/files md5 net/ripetools/patches patch-aa Log: Distfile changed on master_site PR: ports/9170 Submitted by: girgen@partitur.se Revision Changes Path 1.3 +1 -1 ports/net/ripetools/files/md5 1.2 +7 -9 ports/net/ripetools/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 18:45:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12053 for cvs-all-outgoing; Tue, 22 Dec 1998 18:45:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12047; Tue, 22 Dec 1998 18:45:10 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA11786; Tue, 22 Dec 1998 18:45:13 -0800 (PST) Date: Tue, 22 Dec 1998 18:45:13 -0800 (PST) Message-Id: <199812230245.SAA11786@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/22 18:45:12 PST Modified files: . modules Log: wmsound --> ports/audio/wmsound Revision Changes Path 1.2602 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 18:53:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12847 for cvs-all-outgoing; Tue, 22 Dec 1998 18:53:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12842; Tue, 22 Dec 1998 18:53:34 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA12129; Tue, 22 Dec 1998 18:53:36 -0800 (PST) Date: Tue, 22 Dec 1998 18:53:36 -0800 (PST) Message-Id: <199812230253.SAA12129@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/wmsound - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/22 18:53:36 PST ports/audio/wmsound - Imported sources Update of /home/ncvs/ports/audio/wmsound In directory freefall.freebsd.org:/c/users/flathill/wmsound Log Message: PR: ports/9049 Submitted by: gljohns@bellsouth.net sound server for Window Maker. Status: Vendor Tag: GLJOHNS Release Tags: v0_9_0 N ports/audio/wmsound/Makefile I ports/audio/wmsound/CVS N ports/audio/wmsound/files/md5 N ports/audio/wmsound/files/configure N ports/audio/wmsound/patches/patch-aa N ports/audio/wmsound/patches/patch-ac N ports/audio/wmsound/patches/patch-ab N ports/audio/wmsound/patches/patch-ad N ports/audio/wmsound/pkg/PLIST N ports/audio/wmsound/pkg/COMMENT N ports/audio/wmsound/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 18:54:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12915 for cvs-all-outgoing; Tue, 22 Dec 1998 18:54:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12910; Tue, 22 Dec 1998 18:54:44 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA12225; Tue, 22 Dec 1998 18:54:46 -0800 (PST) Date: Tue, 22 Dec 1998 18:54:46 -0800 (PST) Message-Id: <199812230254.SAA12225@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/22 18:54:46 PST Modified files: audio Makefile Log: Add SUBDIR += wmsound Revision Changes Path 1.60 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 18:54:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12937 for cvs-all-outgoing; Tue, 22 Dec 1998 18:54:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12931; Tue, 22 Dec 1998 18:54:47 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA12239; Tue, 22 Dec 1998 18:54:49 -0800 (PST) Date: Tue, 22 Dec 1998 18:54:49 -0800 (PST) Message-Id: <199812230254.SAA12239@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/ports ports.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/12/22 18:54:49 PST Modified files: en/ports ports.inc Log: Delineate intended use of ports upgrade kits more clearly. Fix disconcerting style change. PR: 9165 Reviewed by: asami, wosch Submitted by: Bruce A. Mah Revision Changes Path 1.24 +10 -7 www/en/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 Tue Dec 22 19:02:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13484 for cvs-all-outgoing; Tue, 22 Dec 1998 19:02:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13479; Tue, 22 Dec 1998 19:02:09 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA13008; Tue, 22 Dec 1998 19:02:11 -0800 (PST) Date: Tue, 22 Dec 1998 19:02:11 -0800 (PST) Message-Id: <199812230302.TAA13008@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/ports ports.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/12/22 19:02:11 PST Modified files: en/ports ports.inc Log: Correct current release version for XFree86 (now 3.3.3). Revision Changes Path 1.25 +2 -2 www/en/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 Tue Dec 22 20:12:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20472 for cvs-all-outgoing; Tue, 22 Dec 1998 20:12:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20464; Tue, 22 Dec 1998 20:12:01 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA15974; Tue, 22 Dec 1998 20:12:03 -0800 (PST) Date: Tue, 22 Dec 1998 20:12:03 -0800 (PST) Message-Id: <199812230412.UAA15974@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vfghostscript55 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 20:12:03 PST Modified files: japanese/vfghostscript55 Makefile Log: Mark broken while Steve Price works on an upgrade after repository copy. Revision Changes Path 1.27 +3 -1 ports/japanese/vfghostscript55/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 20:16:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20664 for cvs-all-outgoing; Tue, 22 Dec 1998 20:16:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20656; Tue, 22 Dec 1998 20:16:53 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16147; Tue, 22 Dec 1998 20:16:55 -0800 (PST) Date: Tue, 22 Dec 1998 20:16:55 -0800 (PST) Message-Id: <199812230416.UAA16147@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/squeak1 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/22 20:16:55 PST Modified files: lang/squeak1 Makefile Log: Mark BROKEN, repo copied. Revision Changes Path 1.4 +3 -1 ports/lang/squeak1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 20:34:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22246 for cvs-all-outgoing; Tue, 22 Dec 1998 20:34:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22241; Tue, 22 Dec 1998 20:34:13 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16831; Tue, 22 Dec 1998 20:34:15 -0800 (PST) Date: Tue, 22 Dec 1998 20:34:15 -0800 (PST) Message-Id: <199812230434.UAA16831@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang Makefile ports/lang/squeak Makefile ports/lang/squeak/files Makefile md5 ports/lang/squeak/patches patch-aa patch-ab ports/lang/squeak/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 20:34:15 PST Modified files: lang Makefile Removed files: lang/squeak Makefile lang/squeak/files Makefile md5 lang/squeak/patches patch-aa patch-ab lang/squeak/pkg COMMENT DESCR PLIST Log: The squeak port has moved to squeak1. Thanks to: Satoshi Asami for the repo copy. :) Revision Changes Path 1.119 +2 -2 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 20:35:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22520 for cvs-all-outgoing; Tue, 22 Dec 1998 20:35:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22515; Tue, 22 Dec 1998 20:35:19 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16894; Tue, 22 Dec 1998 20:35:21 -0800 (PST) Date: Tue, 22 Dec 1998 20:35:21 -0800 (PST) Message-Id: <199812230435.UAA16894@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 20:35:20 PST Modified files: . modules Log: Add: squeak1 -> ports/lang/squeak1 Remove: squeak -> ports/lang/squeak Revision Changes Path 1.2603 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 20:57:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24775 for cvs-all-outgoing; Tue, 22 Dec 1998 20:57:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24770; Tue, 22 Dec 1998 20:57:07 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16639; Tue, 22 Dec 1998 20:32:33 -0800 (PST) Date: Tue, 22 Dec 1998 20:32:33 -0800 (PST) Message-Id: <199812230432.UAA16639@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/squeak1 Makefile ports/lang/squeak1/files Makefile md5 ports/lang/squeak1/patches patch-aa patch-ab ports/lang/squeak1/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/22 20:32:33 PST Modified files: lang/squeak1 Makefile lang/squeak1/files Makefile md5 lang/squeak1/patches patch-aa lang/squeak1/pkg DESCR PLIST Removed files: lang/squeak1/patches patch-ab Log: Update to version 1.31. PR: 9159 Submitted by: maintainer Revision Changes Path 1.5 +40 -18 ports/lang/squeak1/Makefile 1.2 +0 -152 ports/lang/squeak1/files/Makefile 1.2 +2 -1 ports/lang/squeak1/files/md5 1.2 +39 -21 ports/lang/squeak1/patches/patch-aa 1.2 +2 -0 ports/lang/squeak1/pkg/DESCR 1.2 +3 -2 ports/lang/squeak1/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 Dec 22 21:33:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29372 for cvs-all-outgoing; Tue, 22 Dec 1998 21:33:47 -0800 (PST) (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 VAA29364; Tue, 22 Dec 1998 21:33:43 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Netplex) with ESMTP id NAA39231; Wed, 23 Dec 1998 13:32:54 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199812230532.NAA39231@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Greg Lehey cc: Bruce Evans , jonny@jonny.eng.br, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: Use of LKMs (was: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha) In-reply-to: Your message of "Sun, 20 Dec 1998 10:17:13 +1030." <19981220101713.O24125@freebie.lemis.com> Date: Wed, 23 Dec 1998 13:32:50 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Greg Lehey wrote: > On Saturday, 19 December 1998 at 23:27:39 +1100, Bruce Evans wrote: > >> #define quoting(Bruce Evans) > >> // src/lkm -> src/sys/lkm (like src/sys/modules) > >> > >> Is there a reason to keep the lkm's, now that kld's are working ? > >> (Aren't they ?) > > > > They might still be being used. > > [Somehow I missed the original of this] > > What's the current situation for kld debugging? I'm using Vinum as an > lkm because I can debug it that way. It works just fine, with one exception.. With LKM's you use a fixed offset to skip the header - 0x20 from memory. With KLD's you have to get that from the header: # objdump --headers /modules/vinum.ko | more Idx Name Size VMA LMA File off Algn [..] 6 .text 0000915c 000051e4 000051e4 000051e4 2**2 CONTENTS, ALLOC, LOAD, READONLY, CODE In this case, it would be 0x51e4 as the symbol offset rather than 0x20. Scriptifying that could be fun though.. :-/ 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 Dec 22 21:36:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29730 for cvs-all-outgoing; Tue, 22 Dec 1998 21:36:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29720; Tue, 22 Dec 1998 21:36:52 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id QAA06300; Wed, 23 Dec 1998 16:06:21 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id QAA12529; Wed, 23 Dec 1998 16:06:21 +1030 (CST) Message-ID: <19981223160621.D12346@freebie.lemis.com> Date: Wed, 23 Dec 1998 16:06:21 +1030 From: Greg Lehey To: Peter Wemm Cc: Bruce Evans , jonny@jonny.eng.br, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: Use of LKMs (was: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha) References: <19981220101713.O24125@freebie.lemis.com> <199812230532.NAA39231@spinner.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199812230532.NAA39231@spinner.netplex.com.au>; from Peter Wemm on Wed, Dec 23, 1998 at 01:32:50PM +0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wednesday, 23 December 1998 at 13:32:50 +0800, Peter Wemm wrote: > Greg Lehey wrote: >> On Saturday, 19 December 1998 at 23:27:39 +1100, Bruce Evans wrote: >>>> #define quoting(Bruce Evans) >>>> // src/lkm -> src/sys/lkm (like src/sys/modules) >>>> >>>> Is there a reason to keep the lkm's, now that kld's are working ? >>>> (Aren't they ?) >>> >>> They might still be being used. >> >> [Somehow I missed the original of this] >> >> What's the current situation for kld debugging? I'm using Vinum as an >> lkm because I can debug it that way. > > It works just fine, with one exception.. With LKM's you use a fixed > offset to skip the header - 0x20 from memory. With KLD's you have to get > that from the header: > # objdump --headers /modules/vinum.ko | more > Idx Name Size VMA LMA File off Algn > [..] > 6 .text 0000915c 000051e4 000051e4 000051e4 2**2 > CONTENTS, ALLOC, LOAD, READONLY, CODE > In this case, it would be 0x51e4 as the symbol offset rather than 0x20. > > Scriptifying that could be fun though.. :-/ Remember that the value must be stored in kernel memory somewhere, and gdb has access to it. All I need to know is the location. What concerns me more is that when testing an LKM, I simplify things by having only one LKM loaded, so it's always in lkmods[0]. It looks like it would be difficult to achieve this with klds. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Dec 22 22:06:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02901 for cvs-all-outgoing; Tue, 22 Dec 1998 22:06:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02896; Tue, 22 Dec 1998 22:06:11 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA19711; Tue, 22 Dec 1998 22:06:13 -0800 (PST) Date: Tue, 22 Dec 1998 22:06:13 -0800 (PST) Message-Id: <199812230606.WAA19711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/namedb named.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/22 22:06:13 PST Modified files: etc/namedb named.conf Log: Add (commented out) directive and note regarding dumpfile location when running in a sandbox. Submitted by: Ben Smithurst Revision Changes Path 1.5 +7 -1 src/etc/namedb/named.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 00:50:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15454 for cvs-all-outgoing; Wed, 23 Dec 1998 00:50:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15447; Wed, 23 Dec 1998 00:50:22 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26671; Wed, 23 Dec 1998 00:50:25 -0800 (PST) Date: Wed, 23 Dec 1998 00:50:25 -0800 (PST) Message-Id: <199812230850.AAA26671@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/skk-tools Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/23 00:50:24 PST Modified files: japanese/skk-tools Makefile Log: Use BUILD_DEPENDS instead of sucked do-extract. Suggested by: asami Revision Changes Path 1.2 +3 -11 ports/japanese/skk-tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 00:50:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15480 for cvs-all-outgoing; Wed, 23 Dec 1998 00:50:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15475; Wed, 23 Dec 1998 00:50:35 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26702; Wed, 23 Dec 1998 00:50:37 -0800 (PST) Date: Wed, 23 Dec 1998 00:50:37 -0800 (PST) Message-Id: <199812230850.AAA26702@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/skkserv Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/23 00:50:37 PST Modified files: japanese/skkserv Makefile Log: Use BUILD_DEPENDS instead of sucked do-extract. Suggested by: asami Revision Changes Path 1.2 +2 -11 ports/japanese/skkserv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 00:57:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15795 for cvs-all-outgoing; Wed, 23 Dec 1998 00:57:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15790; Wed, 23 Dec 1998 00:57:07 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26638; Wed, 23 Dec 1998 00:50:13 -0800 (PST) Date: Wed, 23 Dec 1998 00:50:13 -0800 (PST) Message-Id: <199812230850.AAA26638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/skk-elisp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/23 00:50:13 PST Modified files: japanese/skk-elisp Makefile Log: Use BUILD_DEPENDS instead of sucked do-extract. Suggested by: asami Revision Changes Path 1.2 +3 -12 ports/japanese/skk-elisp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 01:07:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17199 for cvs-all-outgoing; Wed, 23 Dec 1998 01:07:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17194; Wed, 23 Dec 1998 01:07:38 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA27267; Wed, 23 Dec 1998 01:07:40 -0800 (PST) Date: Wed, 23 Dec 1998 01:07:40 -0800 (PST) Message-Id: <199812230907.BAA27267@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/12/23 01:07:40 PST Modified files: sys/i386/isa wcd.c Log: Don't leave the CDROM tray locked if an attempt to mount it is made and the drive is actually empty. Submitted by: Ben Smithurst Revision Changes Path 1.62 +2 -1 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 Wed Dec 23 02:31:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25974 for cvs-all-outgoing; Wed, 23 Dec 1998 02:31:26 -0800 (PST) (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 CAA25969; Wed, 23 Dec 1998 02:31:22 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id KAA34470; Wed, 23 Dec 1998 10:30:24 GMT Date: Wed, 23 Dec 1998 10:30:24 +0000 (GMT) From: Doug Rabson To: Peter Wemm cc: Greg Lehey , Bruce Evans , jonny@jonny.eng.br, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: Use of LKMs (was: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha) In-Reply-To: <199812230532.NAA39231@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 Wed, 23 Dec 1998, Peter Wemm wrote: > Greg Lehey wrote: > > On Saturday, 19 December 1998 at 23:27:39 +1100, Bruce Evans wrote: > > >> #define quoting(Bruce Evans) > > >> // src/lkm -> src/sys/lkm (like src/sys/modules) > > >> > > >> Is there a reason to keep the lkm's, now that kld's are working ? > > >> (Aren't they ?) > > > > > > They might still be being used. > > > > [Somehow I missed the original of this] > > > > What's the current situation for kld debugging? I'm using Vinum as an > > lkm because I can debug it that way. > > It works just fine, with one exception.. With LKM's you use a fixed > offset to skip the header - 0x20 from memory. With KLD's you have to get > that from the header: > # objdump --headers /modules/vinum.ko | more > Idx Name Size VMA LMA File off Algn > [..] > 6 .text 0000915c 000051e4 000051e4 000051e4 2**2 > CONTENTS, ALLOC, LOAD, READONLY, CODE > In this case, it would be 0x51e4 as the symbol offset rather than 0x20. > > Scriptifying that could be fun though.. :-/ Perhaps an #ifdef DDB extra field in struct linker_file which the ELF backend could fill in with the correct offset? -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 02:48:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27883 for cvs-all-outgoing; Wed, 23 Dec 1998 02:48:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27878; Wed, 23 Dec 1998 02:48:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA00527; Wed, 23 Dec 1998 02:48:50 -0800 (PST) Date: Wed, 23 Dec 1998 02:48:50 -0800 (PST) Message-Id: <199812231048.CAA00527@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/icewm Makefile ports/x11-wm/icewm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 02:48:50 PST Modified files: x11-wm/icewm Makefile x11-wm/icewm/files md5 Log: Upgrade to 0.9.21. Revision Changes Path 1.25 +3 -3 ports/x11-wm/icewm/Makefile 1.15 +1 -1 ports/x11-wm/icewm/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 Dec 23 03:55:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03845 for cvs-all-outgoing; Wed, 23 Dec 1998 03:55:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03840; Wed, 23 Dec 1998 03:55:40 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA02820; Wed, 23 Dec 1998 03:55:42 -0800 (PST) Date: Wed, 23 Dec 1998 03:55:42 -0800 (PST) Message-Id: <199812231155.DAA02820@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/alpha SYS.h src/lib/libc/alpha/sys cerror.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/12/23 03:55:42 PST Modified files: lib/libc/alpha SYS.h lib/libc/alpha/sys cerror.S Log: [This is a null commit to supply the correct log entry] Rename 'cerror' to '.cerror' so that programs which have a function or global variable named 'cerror' don't completely break the syscall error reporting mechanism. Revision Changes Path 1.5 +1 -1 src/lib/libc/alpha/SYS.h 1.4 +1 -1 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 Wed Dec 23 03:57:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03959 for cvs-all-outgoing; Wed, 23 Dec 1998 03:57:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03950; Wed, 23 Dec 1998 03:57:07 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA02630; Wed, 23 Dec 1998 03:50:52 -0800 (PST) Date: Wed, 23 Dec 1998 03:50:52 -0800 (PST) Message-Id: <199812231150.DAA02630@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c sys_machdep.c src/sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h src/lib/libc/alpha SYS.h src/lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/12/23 03:50:52 PST Modified files: sys/alpha/alpha machdep.c sys_machdep.c sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h lib/libc/alpha SYS.h lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c lib/libc/alpha/sys cerror.S lib/msun Makefile include Makefile Added files: include ieeefp.h Log: Implement fpsetmask() and other fp*() functions. Programs should use #include to access these functions instead of the i386 specific #include Submitted by: Hidetoshi Shimokawa Revision Changes Path 1.28 +42 -1 src/sys/alpha/alpha/machdep.c 1.3 +46 -1 src/sys/alpha/alpha/sys_machdep.c 1.4 +5 -3 src/sys/alpha/include/alpha_cpu.h 1.2 +11 -1 src/sys/alpha/include/fpu.h 1.2 +9 -7 src/sys/alpha/include/ieeefp.h 1.2 +4 -2 src/sys/alpha/include/sysarch.h 1.4 +2 -2 src/lib/libc/alpha/SYS.h 1.5 +3 -5 src/lib/libc/alpha/gen/Makefile.inc 1.2 +9 -2 src/lib/libc/alpha/gen/fpgetmask.c 1.2 +3 -4 src/lib/libc/alpha/gen/fpgetround.c 1.2 +8 -2 src/lib/libc/alpha/gen/fpgetsticky.c 1.2 +10 -2 src/lib/libc/alpha/gen/fpsetmask.c 1.2 +7 -10 src/lib/libc/alpha/gen/fpsetround.c 1.2 +14 -2 src/lib/libc/alpha/gen/fpsetsticky.c 1.3 +3 -3 src/lib/libc/alpha/sys/cerror.S 1.21 +2 -1 src/lib/msun/Makefile 1.89 +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 Wed Dec 23 04:02:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05051 for cvs-all-outgoing; Wed, 23 Dec 1998 04:02:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05026; Wed, 23 Dec 1998 04:02:17 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA04203; Wed, 23 Dec 1998 04:02:19 -0800 (PST) Date: Wed, 23 Dec 1998 04:02:19 -0800 (PST) Message-Id: <199812231202.EAA04203@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/skk-elisp Makefile ports/japanese/skk-tools Makefile ports/japanese/skkserv Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/23 04:02:19 PST Modified files: japanese/skk-elisp Makefile japanese/skk-tools Makefile japanese/skkserv Makefile Log: Add ${WRKDIRPREFIX} in front of explicit ${WRKSRC} definitions. Please read the handbook guys! Revision Changes Path 1.3 +2 -2 ports/japanese/skk-elisp/Makefile 1.3 +2 -2 ports/japanese/skk-tools/Makefile 1.3 +2 -2 ports/japanese/skkserv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 04:03:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05804 for cvs-all-outgoing; Wed, 23 Dec 1998 04:03:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05791; Wed, 23 Dec 1998 04:03:31 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA04238; Wed, 23 Dec 1998 04:03:33 -0800 (PST) Date: Wed, 23 Dec 1998 04:03:33 -0800 (PST) Message-Id: <199812231203.EAA04238@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/12/23 04:03:33 PST Modified files: usr.sbin/newsyslog newsyslog.c Log: The largest PID is now 99999 Reported by: Ben Stuyts Revision Changes Path 1.21 +2 -2 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 Wed Dec 23 05:13:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14722 for cvs-all-outgoing; Wed, 23 Dec 1998 05:13:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14717; Wed, 23 Dec 1998 05:13:27 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA06735; Wed, 23 Dec 1998 05:13:25 -0800 (PST) Date: Wed, 23 Dec 1998 05:13:25 -0800 (PST) Message-Id: <199812231313.FAA06735@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/jikes Makefile ports/lang/jikes/files Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/23 05:13:24 PST Modified files: lang/jikes Makefile lang/jikes/files Makefile Log: Yikes, there was another ../../files. Revision Changes Path 1.7 +2 -1 ports/lang/jikes/Makefile 1.2 +1 -1 ports/lang/jikes/files/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 05:27:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16059 for cvs-all-outgoing; Wed, 23 Dec 1998 05:27:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16051; Wed, 23 Dec 1998 05:27:12 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id AAA19972; Thu, 24 Dec 1998 00:27:05 +1100 Date: Thu, 24 Dec 1998 00:27:05 +1100 From: Bruce Evans Message-Id: <199812231327.AAA19972@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dfr@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c sys_machdep.c src/sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h src/lib/libc/alpha SYS.h src/lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Log: > Implement fpsetmask() and other fp*() functions. Programs should use > > #include > > to access these functions instead of the i386 specific > > #include Applications should use the documented interface, which is #include We seem to have obtained this interface from Sun. AltaVista finds many hits on in SunOS and Solaris man pages, e.g., http://www.sees.bangor.ac.uk/~bill/man/intro3.html It goes with , which we don't have (we had it in FreeBSD.1.x, but I moved it to because it was i386-specific :-). This interface should be superseded by the C9x interface. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 05:40:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17765 for cvs-all-outgoing; Wed, 23 Dec 1998 05:40:58 -0800 (PST) (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 FAA17760; Wed, 23 Dec 1998 05:40:49 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by nlsystems.com (8.9.1/8.8.5) with SMTP id NAA35845; Wed, 23 Dec 1998 13:41:19 GMT Date: Wed, 23 Dec 1998 13:41:13 +0000 (GMT) From: Doug Rabson To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dfr@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c sys_machdep.c src/sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h src/lib/libc/alpha SYS.h src/lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c ... In-Reply-To: <199812231327.AAA19972@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 24 Dec 1998, Bruce Evans wrote: > > Log: > > Implement fpsetmask() and other fp*() functions. Programs should use > > > > #include > > > > to access these functions instead of the i386 specific > > > > #include > > Applications should use the documented interface, which is > > #include > > We seem to have obtained this interface from Sun. AltaVista finds many > hits on in SunOS and Solaris man pages, e.g., > > http://www.sees.bangor.ac.uk/~bill/man/intro3.html > > It goes with , which we don't have (we had it in > FreeBSD.1.x, but I moved it to because it was > i386-specific :-). > > This interface should be superseded by the C9x interface. I was following the NetBSD naming. If there is a standard interface to use this then then we should follow it and maybe deprecate ieeefp.h/floatingpoint.h or -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 06:21:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23114 for cvs-all-outgoing; Wed, 23 Dec 1998 06:21:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23103; Wed, 23 Dec 1998 06:21:43 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA09538; Wed, 23 Dec 1998 06:21:45 -0800 (PST) Date: Wed, 23 Dec 1998 06:21:45 -0800 (PST) Message-Id: <199812231421.GAA09538@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files md5 ports/textproc/dsssl-docbook-modular/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/23 06:21:44 PST Modified files: textproc/dsssl-docbook-modular Makefile textproc/dsssl-docbook-modular/files md5 textproc/dsssl-docbook-modular/pkg PLIST Log: Upgrade to v1.30. Revision Changes Path 1.13 +5 -5 ports/textproc/dsssl-docbook-modular/Makefile 1.10 +2 -2 ports/textproc/dsssl-docbook-modular/files/md5 1.9 +96 -3 ports/textproc/dsssl-docbook-modular/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 Dec 23 06:28:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23655 for cvs-all-outgoing; Wed, 23 Dec 1998 06:28:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23648; Wed, 23 Dec 1998 06:28:35 -0800 (PST) (envelope-from foxfair@FreeBSD.org) From: "Howard F. Hu" Received: (from foxfair@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA09838; Wed, 23 Dec 1998 06:28:37 -0800 (PST) Date: Wed, 23 Dec 1998 06:28:37 -0800 (PST) Message-Id: <199812231428.GAA09838@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1998/12/23 06:28:37 PST Modified files: sys/pci pcisupport.c Log: Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox, they use the same value in the VID register. PR kern/9137: Matrox Mystique chip name typo error Submitted by: Alex D. Chen Revision Changes Path 1.85 +2 -2 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 06:31:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23907 for cvs-all-outgoing; Wed, 23 Dec 1998 06:31:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23898; Wed, 23 Dec 1998 06:31:17 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id BAA28606; Thu, 24 Dec 1998 01:31:10 +1100 Date: Thu, 24 Dec 1998 01:31:10 +1100 From: Bruce Evans Message-Id: <199812231431.BAA28606@godzilla.zeta.org.au> To: bde@zeta.org.au, dfr@nlsystems.com Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c sys_machdep.c src/sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h src/lib/libc/alpha SYS.h src/lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c ... Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dfr@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Applications should use the documented interface, which is >> >> #include >> >> We seem to have obtained this interface from Sun. AltaVista finds many >> hits on in SunOS and Solaris man pages, e.g., >> >> http://www.sees.bangor.ac.uk/~bill/man/intro3.html >> >> It goes with , which we don't have (we had it in >> FreeBSD.1.x, but I moved it to because it was >> i386-specific :-). >> >> This interface should be superseded by the C9x interface. > >I was following the NetBSD naming. If there is a standard interface to >use this then then we should follow it and maybe deprecate >ieeefp.h/floatingpoint.h or It is more screwed up than I thought. The Sun contents of the Sun is nothing like ours. Precision masks bits seem to be in Sun's , but they have different names, and IIRC the function names are different too. Our function names are found in HPUX and Intel (Paragon only?) man pages. HPUX apparently declares them in and Paragon apparently declares them in . Paragon seems to have the same interface as NetBSD. Better yet, all of the "i386" interfaces are incompatible with the NetBSD/ Paragon ones, because the typedefs are spelled properly (with a trailing _t) only for the i386 interfaces. Even rev.1.1 in FreeBSD-1.x has the _t's. must be better than this even if no one has implemented it. It has been implemented mainly by Apple according to AltaVista. Here is part of : void fesetexceptflag(const fexcept_t *flagp, int excepts); int fesetround(int round); void fesetenv(const fenv_t *envp); Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 06:54:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25369 for cvs-all-outgoing; Wed, 23 Dec 1998 06:54:16 -0800 (PST) (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 GAA25351; Wed, 23 Dec 1998 06:54:06 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by nlsystems.com (8.9.1/8.8.5) with SMTP id OAA36012; Wed, 23 Dec 1998 14:53:25 GMT Date: Wed, 23 Dec 1998 14:50:15 +0000 (GMT) From: Doug Rabson To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dfr@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c sys_machdep.c src/sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h src/lib/libc/alpha SYS.h src/lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c ... In-Reply-To: <199812231431.BAA28606@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 24 Dec 1998, Bruce Evans wrote: > >> Applications should use the documented interface, which is > >> > >> #include > >> > >> We seem to have obtained this interface from Sun. AltaVista finds many > >> hits on in SunOS and Solaris man pages, e.g., > >> > >> http://www.sees.bangor.ac.uk/~bill/man/intro3.html > >> > >> It goes with , which we don't have (we had it in > >> FreeBSD.1.x, but I moved it to because it was > >> i386-specific :-). > >> > >> This interface should be superseded by the C9x interface. > > > >I was following the NetBSD naming. If there is a standard interface to > >use this then then we should follow it and maybe deprecate > >ieeefp.h/floatingpoint.h or > > It is more screwed up than I thought. The Sun contents of the Sun > is nothing like ours. Precision masks bits seem > to be in Sun's , but they have different names, and > IIRC the function names are different too. Our function names are > found in HPUX and Intel (Paragon only?) man pages. HPUX apparently > declares them in and Paragon apparently declares them in > . Paragon seems to have the same interface as NetBSD. > > Better yet, all of the "i386" interfaces are incompatible with the > NetBSD/ Paragon ones, because the typedefs are spelled properly > (with a trailing _t) only for the i386 interfaces. Even rev.1.1 > in FreeBSD-1.x has the _t's. Fun.. > > must be better than this even if no one has implemented it. > It has been implemented mainly by Apple according to AltaVista. > > Here is part of : > > void fesetexceptflag(const fexcept_t *flagp, int excepts); > int fesetround(int round); > void fesetenv(const fenv_t *envp); Do you have any references for this interface? If it is part of a standard (or even a draft) then we should consider implementing it. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 07:17:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28176 for cvs-all-outgoing; Wed, 23 Dec 1998 07:17:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28170; Wed, 23 Dec 1998 07:17:36 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA30969; Thu, 24 Dec 1998 02:17:29 +1100 Date: Thu, 24 Dec 1998 02:17:29 +1100 From: Bruce Evans Message-Id: <199812231517.CAA30969@godzilla.zeta.org.au> To: bde@zeta.org.au, dfr@nlsystems.com Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c sys_machdep.c src/sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h src/lib/libc/alpha SYS.h src/lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c ... Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dfr@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> must be better than this even if no one has implemented it. >> It has been implemented mainly by Apple according to AltaVista. >> >> Here is part of : >> >> void fesetexceptflag(const fexcept_t *flagp, int excepts); >> int fesetround(int round); >> void fesetenv(const fenv_t *envp); > >Do you have any references for this interface? If it is part of a >standard (or even a draft) then we should consider implementing it. The C9x draft (among other things) is at http://www.dkuug.dk/JTC1/SC22/WG14/ Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 08:08:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03883 for cvs-all-outgoing; Wed, 23 Dec 1998 08:08:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03877; Wed, 23 Dec 1998 08:08:35 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08010; Wed, 23 Dec 1998 08:08:37 -0800 (PST) Date: Wed, 23 Dec 1998 08:08:37 -0800 (PST) Message-Id: <199812231608.IAA08010@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-navigator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/23 08:08:37 PST Modified files: www/netscape4-navigator Makefile Log: To comment that `USE_128BIT' option needs `USA_RESIDENT'. Make reply the third question from Fortify-1.3.2. Submitted by: Dirk Froemberg Revision Changes Path 1.33 +3 -2 ports/www/netscape4-navigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 08:48:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08938 for cvs-all-outgoing; Wed, 23 Dec 1998 08:48:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08933; Wed, 23 Dec 1998 08:48:15 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09951; Wed, 23 Dec 1998 08:48:18 -0800 (PST) Date: Wed, 23 Dec 1998 08:48:18 -0800 (PST) Message-Id: <199812231648.IAA09951@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_da.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/23 08:48:17 PST Modified files: sys/cam/scsi scsi_da.c Log: you can retry SYNC CACHE on UA errors Revision Changes Path 1.16 +3 -2 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 08:51:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09355 for cvs-all-outgoing; Wed, 23 Dec 1998 08:51:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09333; Wed, 23 Dec 1998 08:51:03 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.1/8.8.5) with ESMTP id LAA26195; Wed, 23 Dec 1998 11:50:00 -0500 (EST) Date: Wed, 23 Dec 1998 11:50:00 -0500 (EST) From: Chuck Robey To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/jikes Makefile ports/lang/jikes/files Makefile In-Reply-To: <199812231313.FAA06735@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, 23 Dec 1998, Satoshi Asami wrote: > asami 1998/12/23 05:13:24 PST > > Modified files: > lang/jikes Makefile > lang/jikes/files Makefile > Log: > Yikes, there was another ../../files. I saw your earlier commit on that idea, removing the relative references to parts of ports. I was trying to figure out why ... is this a stylistic thing, or is there another reason? I'm not complaining at all, just trying to understand why. > > Revision Changes Path > 1.7 +2 -1 ports/lang/jikes/Makefile > 1.2 +1 -1 ports/lang/jikes/files/Makefile > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 08:53:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09602 for cvs-all-outgoing; Wed, 23 Dec 1998 08:53:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09596; Wed, 23 Dec 1998 08:53:41 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA10363; Wed, 23 Dec 1998 08:53:43 -0800 (PST) Date: Wed, 23 Dec 1998 08:53:43 -0800 (PST) Message-Id: <199812231653.IAA10363@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-communicator/files md5 ports/www/netscape45-communicator/files md5 ports/www/netscape45-navigator/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/23 08:53:43 PST Modified files: www/netscape4-communicator/files md5 www/netscape45-communicator/files md5 www/netscape45-navigator/files md5 Log: Make the checksums reflect the updated version of Fortify. Revision Changes Path 1.19 +1 -1 ports/www/netscape4-communicator/files/md5 1.23 +1 -1 ports/www/netscape45-communicator/files/md5 1.22 +1 -1 ports/www/netscape45-navigator/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 09:23:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13000 for cvs-all-outgoing; Wed, 23 Dec 1998 09:23:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12995; Wed, 23 Dec 1998 09:23:03 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11718; Wed, 23 Dec 1998 09:23:06 -0800 (PST) Date: Wed, 23 Dec 1998 09:23:06 -0800 (PST) Message-Id: <199812231723.JAA11718@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/man2html Makefile ports/textproc/man2html/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/23 09:23:06 PST Modified files: textproc/man2html Makefile Added files: textproc/man2html/patches patch-aa Log: Make the man paths more FreeBSD oriented. Submitted by: Dima Sivachenko Revision Changes Path 1.2 +5 -5 ports/textproc/man2html/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 09:35:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14275 for cvs-all-outgoing; Wed, 23 Dec 1998 09:35:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14268; Wed, 23 Dec 1998 09:35:05 -0800 (PST) (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 JAA12337; Wed, 23 Dec 1998 09:35:07 -0800 (PST) Date: Wed, 23 Dec 1998 09:35:07 -0800 (PST) Message-Id: <199812231735.JAA12337@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-communicator Makefile ports/www/netscape4-communicator/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/23 09:35:07 PST Modified files: www/netscape4-communicator Makefile www/netscape4-communicator/files md5 Log: 4.08 is available now Revision Changes Path 1.27 +10 -13 ports/www/netscape4-communicator/Makefile 1.20 +2 -2 ports/www/netscape4-communicator/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 09:56:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17111 for cvs-all-outgoing; Wed, 23 Dec 1998 09:56:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17105; Wed, 23 Dec 1998 09:56:20 -0800 (PST) (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 JAA13579; Wed, 23 Dec 1998 09:56:22 -0800 (PST) Date: Wed, 23 Dec 1998 09:56:22 -0800 (PST) Message-Id: <199812231756.JAA13579@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/23 09:56:22 PST Modified files: . modules Log: dlint --> ports/net/dlint Revision Changes Path 1.2604 +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 Dec 23 09:57:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17179 for cvs-all-outgoing; Wed, 23 Dec 1998 09:57:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17174; Wed, 23 Dec 1998 09:57:07 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA12506; Wed, 23 Dec 1998 09:37:04 -0800 (PST) Date: Wed, 23 Dec 1998 09:37:04 -0800 (PST) Message-Id: <199812231737.JAA12506@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/postgresql Makefile ports/databases/postgresql/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/23 09:37:04 PST Modified files: databases/postgresql Makefile Removed files: databases/postgresql/patches patch-ad Log: respect CFLAGS, not set it. PR: ports/8803 (sorta) Reviewed by: Scrappy (sorta) Submitted by: billf Revision Changes Path 1.31 +8 -1 ports/databases/postgresql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 09:57:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17244 for cvs-all-outgoing; Wed, 23 Dec 1998 09:57:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17238; Wed, 23 Dec 1998 09:57:48 -0800 (PST) (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 JAA13680; Wed, 23 Dec 1998 09:57:50 -0800 (PST) Date: Wed, 23 Dec 1998 09:57:50 -0800 (PST) Message-Id: <199812231757.JAA13680@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/dlint - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/23 09:57:50 PST ports/net/dlint - Imported sources Update of /home/ncvs/ports/net/dlint In directory freefall.freebsd.org:/d/users/obrien/new/dlint Log Message: lint for DNS zones (Domain Name Server zone verification utility) Status: Vendor Tag: OBRIEN Release Tags: dlint_1_3_2_import N ports/net/dlint/Makefile I ports/net/dlint/CVS N ports/net/dlint/files/md5 N ports/net/dlint/pkg/COMMENT N ports/net/dlint/pkg/DESCR N ports/net/dlint/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 Dec 23 09:58:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17388 for cvs-all-outgoing; Wed, 23 Dec 1998 09:58:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17383; Wed, 23 Dec 1998 09:58:47 -0800 (PST) (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 JAA13769; Wed, 23 Dec 1998 09:58:49 -0800 (PST) Date: Wed, 23 Dec 1998 09:58:49 -0800 (PST) Message-Id: <199812231758.JAA13769@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/23 09:58:49 PST Modified files: net Makefile Log: turn on dlint Revision Changes Path 1.209 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 10:34:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20798 for cvs-all-outgoing; Wed, 23 Dec 1998 10:30:59 -0800 (PST) (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 KAA20779; Wed, 23 Dec 1998 10:30:39 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id KAA07521; Wed, 23 Dec 1998 10:30:13 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id SAA09409; Wed, 23 Dec 1998 18:30:13 GMT (envelope-from obrien) Date: Wed, 23 Dec 1998 10:30:12 -0800 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/dlint - Imported sources Message-ID: <19981223103012.A9387@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199812231757.JAA13680@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199812231757.JAA13680@freefall.freebsd.org>; from David E. O'Brien on Wed, Dec 23, 1998 at 09:57:50AM -0800 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.org Precedence: bulk > ports/net/dlint - Imported sources I'll add more mastersites as soon as I can get a reliable connection to ftpsearch.lycos.com. (is the Internet a mess today, or is it just my site?) -- -- 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 Wed Dec 23 10:37:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21215 for cvs-all-outgoing; Wed, 23 Dec 1998 10:37:34 -0800 (PST) (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 KAA21204; Wed, 23 Dec 1998 10:37:18 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id KAA07526; Wed, 23 Dec 1998 10:31:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id SAA09423; Wed, 23 Dec 1998 18:31:46 GMT (envelope-from obrien) Date: Wed, 23 Dec 1998 10:31:46 -0800 From: "David O'Brien" To: SADA Kenji Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile Message-ID: <19981223103146.B9387@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199812231608.IAA08010@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199812231608.IAA08010@freefall.freebsd.org>; from SADA Kenji on Wed, Dec 23, 1998 at 08:08:37AM -0800 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Log: > To comment that `USE_128BIT' option needs `USA_RESIDENT'. > Make reply the third question from Fortify-1.3.2. Can anyone explain why? Is there something about Fortify that makes it so I can't use it in the US? Otherwise there is no need for this knob. -- -- 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 Wed Dec 23 10:51:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23137 for cvs-all-outgoing; Wed, 23 Dec 1998 10:51:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23131; Wed, 23 Dec 1998 10:51:35 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16810; Wed, 23 Dec 1998 10:51:37 -0800 (PST) Date: Wed, 23 Dec 1998 10:51:37 -0800 (PST) Message-Id: <199812231851.KAA16810@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vfghostscript55 Makefile ports/japanese/vfghostscript55/files gdevdmpr.mak.patch gdevepag.mak.patch gdevnpdl.mak.patch gdevrpdl.mak.patch gdev10v.mak.patch gdevdmpr.patch md5 mjc.dev.patch ports/japanese/vfghostscript55/patches patch-ac ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 10:51:37 PST Modified files: japanese/vfghostscript55 Makefile japanese/vfghostscript55/files gdev10v.mak.patch gdevdmpr.patch md5 mjc.dev.patch japanese/vfghostscript55/patches patch-aa patch-ab japanese/vfghostscript55/pkg PLIST japanese/vfghostscript55/scripts configure Added files: japanese/vfghostscript55/files gdevdmpr.mak.patch gdevepag.mak.patch gdevnpdl.mak.patch gdevrpdl.mak.patch japanese/vfghostscript55/patches patch-ac Log: Update to version 5.50 after repository copy. PR: 9100 Submitted by: MITA Yoshio Revision Changes Path 1.28 +60 -61 ports/japanese/vfghostscript55/Makefile 1.2 +11 -6 ports/japanese/vfghostscript55/files/gdev10v.mak.patch 1.3 +1 -1 ports/japanese/vfghostscript55/files/gdevdmpr.patch 1.14 +9 -12 ports/japanese/vfghostscript55/files/md5 1.3 +23 -8 ports/japanese/vfghostscript55/files/mjc.dev.patch 1.7 +11 -175 ports/japanese/vfghostscript55/patches/patch-aa 1.4 +7 -10 ports/japanese/vfghostscript55/patches/patch-ab 1.8 +347 -342 ports/japanese/vfghostscript55/pkg/PLIST 1.10 +58 -40 ports/japanese/vfghostscript55/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 10:52:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23459 for cvs-all-outgoing; Wed, 23 Dec 1998 10:52:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23454; Wed, 23 Dec 1998 10:52:48 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16931; Wed, 23 Dec 1998 10:52:50 -0800 (PST) Date: Wed, 23 Dec 1998 10:52:50 -0800 (PST) Message-Id: <199812231852.KAA16931@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 10:52:50 PST Modified files: japanese Makefile Log: Activate vfghostscript55 port. Revision Changes Path 1.172 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 10:54:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23581 for cvs-all-outgoing; Wed, 23 Dec 1998 10:54:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23576; Wed, 23 Dec 1998 10:54:15 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16986; Wed, 23 Dec 1998 10:54:18 -0800 (PST) Date: Wed, 23 Dec 1998 10:54:18 -0800 (PST) Message-Id: <199812231854.KAA16986@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 10:54:18 PST Modified files: . modules Log: ja-vfghostscript55 -> ports/japanese/vfghostscript55 Revision Changes Path 1.2605 +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 Dec 23 11:07:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24930 for cvs-all-outgoing; Wed, 23 Dec 1998 11:07:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24922; Wed, 23 Dec 1998 11:07:47 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA17670; Wed, 23 Dec 1998 11:07:49 -0800 (PST) Date: Wed, 23 Dec 1998 11:07:49 -0800 (PST) Message-Id: <199812231907.LAA17670@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 11:07:49 PST Modified files: . modules Log: libaudiofile --> ports/audio/libaudiofile Revision Changes Path 1.2606 +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 Dec 23 11:08:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25068 for cvs-all-outgoing; Wed, 23 Dec 1998 11:08:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25057; Wed, 23 Dec 1998 11:08:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA17697; Wed, 23 Dec 1998 11:08:51 -0800 (PST) Date: Wed, 23 Dec 1998 11:08:51 -0800 (PST) Message-Id: <199812231908.LAA17697@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/libaudiofile - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 11:08:50 PST ports/audio/libaudiofile - Imported sources Update of /home/ncvs/ports/audio/libaudiofile In directory freefall.freebsd.org:/d/users/vanilla/work/libaudiofile Log Message: libaudiofile is the library for SGI audio file. Status: Vendor Tag: VANILLA Release Tags: libaudiofile_0_1_5 N ports/audio/libaudiofile/Makefile I ports/audio/libaudiofile/CVS N ports/audio/libaudiofile/files/md5 N ports/audio/libaudiofile/patches/patch-aa N ports/audio/libaudiofile/pkg/COMMENT N ports/audio/libaudiofile/pkg/DESCR N ports/audio/libaudiofile/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 Dec 23 11:11:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25408 for cvs-all-outgoing; Wed, 23 Dec 1998 11:11:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25403; Wed, 23 Dec 1998 11:11:26 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA17934; Wed, 23 Dec 1998 11:11:28 -0800 (PST) Date: Wed, 23 Dec 1998 11:11:28 -0800 (PST) Message-Id: <199812231911.LAA17934@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 11:11:28 PST Modified files: audio Makefile Log: Activate libaudiofile. Revision Changes Path 1.61 +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 Wed Dec 23 11:13:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25857 for cvs-all-outgoing; Wed, 23 Dec 1998 11:13:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25851; Wed, 23 Dec 1998 11:13:47 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18065; Wed, 23 Dec 1998 11:13:49 -0800 (PST) Date: Wed, 23 Dec 1998 11:13:49 -0800 (PST) Message-Id: <199812231913.LAA18065@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 11:13:49 PST Modified files: . modules Log: libghttp --> ports/www/libghttp Revision Changes Path 1.2607 +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 Dec 23 11:14:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25924 for cvs-all-outgoing; Wed, 23 Dec 1998 11:14:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25918; Wed, 23 Dec 1998 11:14:21 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18149; Wed, 23 Dec 1998 11:14:23 -0800 (PST) Date: Wed, 23 Dec 1998 11:14:23 -0800 (PST) Message-Id: <199812231914.LAA18149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/libghttp - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 11:14:23 PST ports/www/libghttp - Imported sources Update of /home/ncvs/ports/www/libghttp In directory freefall.freebsd.org:/d/users/vanilla/work/libghttp Log Message: libghttp is the GNOME http client library, need by GNOME project. Status: Vendor Tag: VANILLA Release Tags: libghttp_0_99 N ports/www/libghttp/Makefile I ports/www/libghttp/CVS N ports/www/libghttp/files/md5 N ports/www/libghttp/patches/patch-aa N ports/www/libghttp/patches/patch-ab N ports/www/libghttp/pkg/COMMENT N ports/www/libghttp/pkg/DESCR N ports/www/libghttp/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 Dec 23 11:15:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26020 for cvs-all-outgoing; Wed, 23 Dec 1998 11:15:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26013; Wed, 23 Dec 1998 11:15:39 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18220; Wed, 23 Dec 1998 11:15:41 -0800 (PST) Date: Wed, 23 Dec 1998 11:15:41 -0800 (PST) Message-Id: <199812231915.LAA18220@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 11:15:41 PST Modified files: www Makefile Log: Activate libghttp. Revision Changes Path 1.110 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 11:27:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27142 for cvs-all-outgoing; Wed, 23 Dec 1998 11:27:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27137; Wed, 23 Dec 1998 11:27:07 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18536; Wed, 23 Dec 1998 11:22:09 -0800 (PST) Date: Wed, 23 Dec 1998 11:22:09 -0800 (PST) Message-Id: <199812231922.LAA18536@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/esound Makefile ports/audio/esound/files md5 ports/audio/esound/patches patch-aa patch-ab ports/audio/esound/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 11:22:09 PST Modified files: audio/esound Makefile audio/esound/files md5 audio/esound/patches patch-aa patch-ab audio/esound/pkg PLIST Log: Upgrade to 0.2.7. Revision Changes Path 1.5 +5 -6 ports/audio/esound/Makefile 1.2 +1 -1 ports/audio/esound/files/md5 1.2 +18 -13 ports/audio/esound/patches/patch-aa 1.3 +21 -29 ports/audio/esound/patches/patch-ab 1.3 +10 -1 ports/audio/esound/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 11:33:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27564 for cvs-all-outgoing; Wed, 23 Dec 1998 11:33:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27559; Wed, 23 Dec 1998 11:33:23 -0800 (PST) (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 LAA19398; Wed, 23 Dec 1998 11:33:26 -0800 (PST) Date: Wed, 23 Dec 1998 11:33:26 -0800 (PST) Message-Id: <199812231933.LAA19398@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/dict Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/23 11:33:25 PST Modified files: net/dict Makefile Log: Add "textproc" as a category. Actually, can this thing be moved to `textproc' to live with `ispell'? Having a distributed electronic dictionary in "net" is stupid. This port is virtually ispell with /usr/share/dict/words over the network. Otherwise I vote to move `xmcd' to `net' since it gets its CD database over the network. Revision Changes Path 1.4 +2 -2 ports/net/dict/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 11:36:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28152 for cvs-all-outgoing; Wed, 23 Dec 1998 11:36:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28137; Wed, 23 Dec 1998 11:36:42 -0800 (PST) (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 LAA19688; Wed, 23 Dec 1998 11:36:44 -0800 (PST) Date: Wed, 23 Dec 1998 11:36:44 -0800 (PST) Message-Id: <199812231936.LAA19688@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/mysql322 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/23 11:36:44 PST Modified files: databases/mysql322 Makefile Log: BROKEN='fetch -- 3.22.13-beta is the current distfile' Revision Changes Path 1.37 +3 -1 ports/databases/mysql322/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 12:28:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04086 for cvs-all-outgoing; Wed, 23 Dec 1998 12:28:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04070; Wed, 23 Dec 1998 12:28:38 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id WAA23714; Wed, 23 Dec 1998 22:28:29 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.1/8.9.1) with ESMTP id WAA05870; Wed, 23 Dec 1998 22:28:27 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199812232028.WAA05870@greenpeace.grondar.za> To: obrien@NUXI.com cc: SADA Kenji , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile In-Reply-To: Your message of " Wed, 23 Dec 1998 10:31:46 PST." <19981223103146.B9387@dragon.nuxi.com> References: <199812231608.IAA08010@freefall.freebsd.org> <19981223103146.B9387@dragon.nuxi.com> Date: Wed, 23 Dec 1998 22:28:26 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "David O'Brien" wrote: > > Log: > > To comment that `USE_128BIT' option needs `USA_RESIDENT'. > > Make reply the third question from Fortify-1.3.2. > > Can anyone explain why? Is there something about Fortify that makes it > so I can't use it in the US? Otherwise there is no need for this knob. I suppose not. If you don't fix it, I will. 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 Wed Dec 23 12:29:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04177 for cvs-all-outgoing; Wed, 23 Dec 1998 12:29:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04167; Wed, 23 Dec 1998 12:29:46 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA22009; Wed, 23 Dec 1998 12:29:48 -0800 (PST) Date: Wed, 23 Dec 1998 12:29:48 -0800 (PST) Message-Id: <199812232029.MAA22009@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ups-debug/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/23 12:29:48 PST Modified files: devel/ups-debug/files md5 Log: Update md5 to reflect reality. Noticed By: One of Satoshi's scripts Revision Changes Path 1.6 +1 -1 ports/devel/ups-debug/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 12:56:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07334 for cvs-all-outgoing; Wed, 23 Dec 1998 12:56:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rr.iij4u.or.jp (h070.p060.iij4u.or.jp [210.130.60.70]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA07323 for ; Wed, 23 Dec 1998 12:56:14 -0800 (PST) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 22408 invoked by uid 1000); 24 Dec 1998 05:56:02 +0900 Date: 24 Dec 1998 05:56:02 +0900 Message-ID: <19981223205602.22407.qmail@rr.iij4u.or.jp> To: mark@grondar.za Cc: obrien@NUXI.com, sada@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: sada@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile In-Reply-To: Your message of "Thu, 24 Dec 1998 05:28:26 JST". <199812232028.WAA05870@greenpeace.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> "David O'Brien" wrote: >> > > Log: >> > > To comment that `USE_128BIT' option needs `USA_RESIDENT'. >> > > Make reply the third question from Fortify-1.3.2. >> > >> > Can anyone explain why? Is there something about Fortify that makes it >> > so I can't use it in the US? Otherwise there is no need for this knob. >> >> I suppose not. If you don't fix it, I will. I'd like to know Ache's idea, then I could fix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 12:56:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07344 for cvs-all-outgoing; Wed, 23 Dec 1998 12:56:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rr.iij4u.or.jp (h070.p060.iij4u.or.jp [210.130.60.70]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA07324 for ; Wed, 23 Dec 1998 12:56:15 -0800 (PST) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 22408 invoked by uid 1000); 24 Dec 1998 05:56:02 +0900 Date: 24 Dec 1998 05:56:02 +0900 Message-ID: <19981223205602.22407.qmail@rr.iij4u.or.jp> To: mark@grondar.za Cc: obrien@NUXI.com, sada@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: sada@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile In-Reply-To: Your message of "Thu, 24 Dec 1998 05:28:26 JST". <199812232028.WAA05870@greenpeace.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> "David O'Brien" wrote: >> > > Log: >> > > To comment that `USE_128BIT' option needs `USA_RESIDENT'. >> > > Make reply the third question from Fortify-1.3.2. >> > >> > Can anyone explain why? Is there something about Fortify that makes it >> > so I can't use it in the US? Otherwise there is no need for this knob. >> >> I suppose not. If you don't fix it, I will. I'd like to know Ache's idea, then I could fix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 13:09:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08466 for cvs-all-outgoing; Wed, 23 Dec 1998 13:09:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08461; Wed, 23 Dec 1998 13:09:44 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA23767; Wed, 23 Dec 1998 13:09:42 -0800 (PST) Date: Wed, 23 Dec 1998 13:09:42 -0800 (PST) Message-Id: <199812232109.NAA23767@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/http-analyze/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/23 13:09:42 PST Modified files: www/http-analyze/files md5 Log: Checksum inaccuracy. Revision Changes Path 1.3 +1 -1 ports/www/http-analyze/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 Dec 23 13:37:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11093 for cvs-all-outgoing; Wed, 23 Dec 1998 13:37:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11088; Wed, 23 Dec 1998 13:37:00 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25188; Wed, 23 Dec 1998 13:37:02 -0800 (PST) Date: Wed, 23 Dec 1998 13:37:02 -0800 (PST) Message-Id: <199812232137.NAA25188@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/ted Makefile ports/chinese/ted/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 13:37:02 PST Modified files: chinese/ted Makefile chinese/ted/files md5 Log: Upgrade to 4.3b. Revision Changes Path 1.20 +4 -4 ports/chinese/ted/Makefile 1.15 +1 -1 ports/chinese/ted/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 Dec 23 13:45:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11692 for cvs-all-outgoing; Wed, 23 Dec 1998 13:45:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11686; Wed, 23 Dec 1998 13:45:03 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25509; Wed, 23 Dec 1998 13:45:05 -0800 (PST) Date: Wed, 23 Dec 1998 13:45:05 -0800 (PST) Message-Id: <199812232145.NAA25509@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/p5-Mysql/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/23 13:45:05 PST Modified files: databases/p5-Mysql/pkg COMMENT DESCR Log: Fix typo error. Submitted by: "Kurt D. Zeilenga" Revision Changes Path 1.3 +1 -1 ports/databases/p5-Mysql/pkg/COMMENT 1.3 +4 -4 ports/databases/p5-Mysql/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 Dec 23 15:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20378 for cvs-all-outgoing; Wed, 23 Dec 1998 15:10:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20333; Wed, 23 Dec 1998 15:09:59 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA28602; Wed, 23 Dec 1998 15:10:01 -0800 (PST) Date: Wed, 23 Dec 1998 15:10:01 -0800 (PST) Message-Id: <199812232310.PAA28602@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/tidy Makefile ports/www/tidy/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 15:10:01 PST Modified files: www/tidy Makefile Added files: www/tidy/patches patch-ab Log: Update maintainer's Email address and fix build for -current. PR: 9182 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/www/tidy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 17:07:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05316 for cvs-all-outgoing; Wed, 23 Dec 1998 17:07:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05310; Wed, 23 Dec 1998 17:07:01 -0800 (PST) (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 RAA03551; Wed, 23 Dec 1998 17:07:03 -0800 (PST) Date: Wed, 23 Dec 1998 17:07:03 -0800 (PST) Message-Id: <199812240107.RAA03551@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/dict web2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/23 17:07:02 PST Modified files: share/dict web2 Log: Remove: corelate corelated corelation corelative corelatively My Random-House dictionary doesn't list them, and grog says (paraphrased): SOED only accepts 'corelate's, and it just notes corelate as an alternative (and obviously not exactly mainstream) spelling for correlate. (yes these spellings tripped me) Revision Changes Path 1.8 +0 -5 src/share/dict/web2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 17:14:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06011 for cvs-all-outgoing; Wed, 23 Dec 1998 17:14:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05998; Wed, 23 Dec 1998 17:14:11 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA03833; Wed, 23 Dec 1998 17:14:13 -0800 (PST) Date: Wed, 23 Dec 1998 17:14:13 -0800 (PST) Message-Id: <199812240114.RAA03833@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/mysql322 Makefile ports/databases/mysql322/files md5 ports/databases/mysql322/patches patch-ab patch-af ports/databases/mysql322/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1998/12/23 17:14:13 PST Modified files: databases/mysql322 Makefile databases/mysql322/files md5 databases/mysql322/patches patch-ab patch-af databases/mysql322/pkg PLIST Log: Upgrade to 3.22.13-beta. Revision Changes Path 1.38 +4 -6 ports/databases/mysql322/Makefile 1.19 +1 -1 ports/databases/mysql322/files/md5 1.8 +22 -13 ports/databases/mysql322/patches/patch-ab 1.4 +3 -3 ports/databases/mysql322/patches/patch-af 1.18 +2 -2 ports/databases/mysql322/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 Dec 23 18:02:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10569 for cvs-all-outgoing; Wed, 23 Dec 1998 18:02:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10564; Wed, 23 Dec 1998 18:02:08 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA05392; Wed, 23 Dec 1998 18:02:10 -0800 (PST) Date: Wed, 23 Dec 1998 18:02:10 -0800 (PST) Message-Id: <199812240202.SAA05392@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src UPDATING Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/12/23 18:02:10 PST Modified files: . UPDATING Log: Added new users/group that Matt Dillan added. While not strictly necessary due to later changes to the tree, they may someday be required. Revision Changes Path 1.2 +15 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 18:43:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14568 for cvs-all-outgoing; Wed, 23 Dec 1998 18:43:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14543; Wed, 23 Dec 1998 18:43:40 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06559; Wed, 23 Dec 1998 18:43:42 -0800 (PST) Date: Wed, 23 Dec 1998 18:43:42 -0800 (PST) Message-Id: <199812240243.SAA06559@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/23 18:43:42 PST Modified files: sys/cam cam_xpt.c Log: Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again. Revision Changes Path 1.32 +3 -3 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 20:28:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04379 for cvs-all-outgoing; Wed, 23 Dec 1998 20:28:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04371; Wed, 23 Dec 1998 20:28:36 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01040; Wed, 23 Dec 1998 20:28:26 -0800 (PST) Date: Wed, 23 Dec 1998 20:28:26 -0800 (PST) Message-Id: <199812240428.UAA01040@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/23 20:28:26 PST Modified files: release Makefile Log: Turn NODOCS on for now. Revision Changes Path 1.438 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 20:43:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06391 for cvs-all-outgoing; Wed, 23 Dec 1998 20:43:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06386; Wed, 23 Dec 1998 20:43:22 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA28211; Thu, 24 Dec 1998 15:43:08 +1100 Date: Thu, 24 Dec 1998 15:43:08 +1100 From: Bruce Evans Message-Id: <199812240443.PAA28211@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, mjacob@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/cam cam_xpt.c > Log: > Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again. This is a regression. It is a bug for swi_camnet and swi_cambio to be hard-configured in the alpha ihandlers[]. It is another bug for cam to access ihandlers[] directly instead of using register_swi(). register_swi() apparently works on alphas since it is used in sio.c. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 20:50:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07133 for cvs-all-outgoing; Wed, 23 Dec 1998 20:50:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from feral-gw.feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07120; Wed, 23 Dec 1998 20:50:17 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral-gw.feral.com (8.8.7/8.8.7) with ESMTP id UAA12880; Wed, 23 Dec 1998 20:49:57 -0800 Date: Wed, 23 Dec 1998 20:49:57 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: <199812240443.PAA28211@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 24 Dec 1998, Bruce Evans wrote: > > Modified files: > > sys/cam cam_xpt.c > > Log: > > Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again. > > This is a regression. It is a bug for swi_camnet and swi_cambio to > be hard-configured in the alpha ihandlers[]. It is another bug for > cam to access ihandlers[] directly instead of using register_swi(). > register_swi() apparently works on alphas since it is used in sio.c. > It's possibly a bug for people to gratuitously break other architectures so they don't build and therefore don't run, no matter how pure the motivation. That trumps the purity argument, IMHO. I spent about 10 minutes trying to fix it a better way but couldn't. I'll spend some more time to try and clean up what is clearly some incompletely thought out code- but if I don't make it tonite prior to going off for a couple days with the family- feel free to break the alpha builds again. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 21:19:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10202 for cvs-all-outgoing; Wed, 23 Dec 1998 21:19:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10197; Wed, 23 Dec 1998 21:19:56 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id QAA30927; Thu, 24 Dec 1998 16:19:41 +1100 Date: Thu, 24 Dec 1998 16:19:41 +1100 From: Bruce Evans Message-Id: <199812240519.QAA30927@godzilla.zeta.org.au> To: bde@zeta.org.au, mjacob@feral.com Subject: Re: cvs commit: src/sys/cam cam_xpt.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> > Modified files: >> > sys/cam cam_xpt.c >> > Log: >> > Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again. >> >> This is a regression. It is a bug for swi_camnet and swi_cambio to >> be hard-configured in the alpha ihandlers[]. It is another bug for >> cam to access ihandlers[] directly instead of using register_swi(). >> register_swi() apparently works on alphas since it is used in sio.c. >> > >It's possibly a bug for people to gratuitously break other architectures >so they don't build and therefore don't run, no matter how pure the >motivation. That trumps the purity argument, IMHO. Possibly, but here they exposed existing breakage. Standard modules can't have pointers to optional modules. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 21:51:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13497 for cvs-all-outgoing; Wed, 23 Dec 1998 21:51:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13492; Wed, 23 Dec 1998 21:51:31 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA04343; Wed, 23 Dec 1998 21:51:21 -0800 (PST) Date: Wed, 23 Dec 1998 21:51:21 -0800 (PST) Message-Id: <199812240551.VAA04343@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games Makefile ports/games/seahaven Makefile ports/games/seahaven/files md5 ports/games/seahaven/patches patch-aa ports/games/seahaven/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/12/23 21:51:21 PST Modified files: games Makefile Added files: games/seahaven Makefile games/seahaven/files md5 games/seahaven/patches patch-aa games/seahaven/pkg COMMENT DESCR PLIST Log: Add the seahaven towers game. This is yet another solitare games, but this one makes you think. While an implementation exists in pysol, this one is better in many subtle ways. Revision Changes Path 1.177 +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 Wed Dec 23 22:01:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14415 for cvs-all-outgoing; Wed, 23 Dec 1998 22:01:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14409; Wed, 23 Dec 1998 22:01:26 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04745; Wed, 23 Dec 1998 22:01:16 -0800 (PST) Date: Wed, 23 Dec 1998 22:01:16 -0800 (PST) Message-Id: <199812240601.WAA04745@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/23 22:01:16 PST Modified files: sys/cam cam_xpt.c Log: a more correct change that should meet the sniff test Revision Changes Path 1.33 +10 -14 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 22:05:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14652 for cvs-all-outgoing; Wed, 23 Dec 1998 22:05:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14646; Wed, 23 Dec 1998 22:05:02 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04849; Wed, 23 Dec 1998 22:04:52 -0800 (PST) Date: Wed, 23 Dec 1998 22:04:52 -0800 (PST) Message-Id: <199812240604.WAA04849@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/12/23 22:04:52 PST Modified files: . modules Log: seahaven -> ports/games/seahaven Revision Changes Path 1.2608 +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 Dec 23 22:06:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14768 for cvs-all-outgoing; Wed, 23 Dec 1998 22:06:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14744; Wed, 23 Dec 1998 22:05:59 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04888; Wed, 23 Dec 1998 22:05:49 -0800 (PST) Date: Wed, 23 Dec 1998 22:05:49 -0800 (PST) Message-Id: <199812240605.WAA04888@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha ipl_funcs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1998/12/23 22:05:49 PST Modified files: sys/alpha/alpha ipl_funcs.c Log: Not quite right for the goal of using swi_register, but on the way there. Revision Changes Path 1.9 +2 -4 src/sys/alpha/alpha/ipl_funcs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 22:30:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17026 for cvs-all-outgoing; Wed, 23 Dec 1998 22:30:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17021; Wed, 23 Dec 1998 22:30:13 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05849; Wed, 23 Dec 1998 22:30:02 -0800 (PST) Date: Wed, 23 Dec 1998 22:30:02 -0800 (PST) Message-Id: <199812240630.WAA05849@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/linux-netscape4 Makefile ports/www/linux-netscape4/files md5 ports/www/linux-netscape4/patches patch-aa ports/www/linux-netscape4/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:30:02 PST Modified files: www/linux-netscape4 Makefile www/linux-netscape4/files md5 www/linux-netscape4/patches patch-aa www/linux-netscape4/pkg PLIST Log: Update to version 4.08. PR: 8606 Submitted by: Tom Hukins Revision Changes Path 1.6 +10 -9 ports/www/linux-netscape4/Makefile 1.4 +1 -1 ports/www/linux-netscape4/files/md5 1.2 +25 -41 ports/www/linux-netscape4/patches/patch-aa 1.4 +130 -4 ports/www/linux-netscape4/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 Dec 23 22:30:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17085 for cvs-all-outgoing; Wed, 23 Dec 1998 22:30:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17074; Wed, 23 Dec 1998 22:30:32 -0800 (PST) (envelope-from foxfair@FreeBSD.org) From: "Howard F. Hu" Received: (from foxfair@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05935; Wed, 23 Dec 1998 22:30:22 -0800 (PST) Date: Wed, 23 Dec 1998 22:30:22 -0800 (PST) Message-Id: <199812240630.WAA05935@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1998/12/23 22:30:22 PST Modified files: sys/i386/isa wd.c Log: Correct the wrong PCI-IDE probing on AcerLabs Aladdin-V chipset. It won't change the original code but add an extra option "ALI_V" to check the precise IDE port.(especially, secondary) Use the same option "ALI_V" on the kernel config file to prevent generic DMA check causes wrong result. (It seems buggy even on PIIX4 chipset, and I don't know when this bug start) Should I add the option "ALI_V" into /sys/i386/conf/LINT ? Revision Changes Path 1.182 +14 -4 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 Wed Dec 23 22:36:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17887 for cvs-all-outgoing; Wed, 23 Dec 1998 22:36:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17882; Wed, 23 Dec 1998 22:36:19 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA06332; Wed, 23 Dec 1998 22:36:09 -0800 (PST) Date: Wed, 23 Dec 1998 22:36:09 -0800 (PST) Message-Id: <199812240636.WAA06332@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/Xfstt - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:36:09 PST ports/x11/Xfstt - Imported sources Update of /home/ncvs/ports/x11/Xfstt In directory freefall.freebsd.org:/d/users/steve/work/Xfstt Log Message: Initial import of Xfstt version 0.9.10. A TrueType font server for X11. PR: 7883 Submitted by: Joe Abley Status: Vendor Tag: ABLEY Release Tags: v0_9_10 N ports/x11/Xfstt/Makefile N ports/x11/Xfstt/pkg/COMMENT N ports/x11/Xfstt/pkg/DESCR N ports/x11/Xfstt/pkg/PLIST N ports/x11/Xfstt/patches/patch-aa N ports/x11/Xfstt/patches/patch-ab N ports/x11/Xfstt/patches/patch-ac N ports/x11/Xfstt/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 Wed Dec 23 22:37:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18117 for cvs-all-outgoing; Wed, 23 Dec 1998 22:37:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18112; Wed, 23 Dec 1998 22:37:23 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA06468; Wed, 23 Dec 1998 22:37:13 -0800 (PST) Date: Wed, 23 Dec 1998 22:37:13 -0800 (PST) Message-Id: <199812240637.WAA06468@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:37:13 PST Modified files: x11 Makefile Log: Activate the Xfstt port. Revision Changes Path 1.242 +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 Dec 23 22:37:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18145 for cvs-all-outgoing; Wed, 23 Dec 1998 22:37:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18140; Wed, 23 Dec 1998 22:37:45 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA06499; Wed, 23 Dec 1998 22:37:35 -0800 (PST) Date: Wed, 23 Dec 1998 22:37:35 -0800 (PST) Message-Id: <199812240637.WAA06499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:37:35 PST Modified files: . modules Log: Xfstt -> ports/x11/Xfstt Revision Changes Path 1.2609 +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 Dec 23 22:47:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19823 for cvs-all-outgoing; Wed, 23 Dec 1998 22:47:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19817; Wed, 23 Dec 1998 22:47:08 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07697; Wed, 23 Dec 1998 22:46:58 -0800 (PST) Date: Wed, 23 Dec 1998 22:46:58 -0800 (PST) Message-Id: <199812240646.WAA07697@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/p5-Set-IntSpan - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:46:58 PST ports/math/p5-Set-IntSpan - Imported sources Update of /home/ncvs/ports/math/p5-Set-IntSpan In directory freefall.freebsd.org:/d/users/steve/work/p5-Set-IntSpan Log Message: Initial import of p5-Set-IntSpan. A perl module for managing sets of integers. PR: 7163 Submitted by: Don Croyle Status: Vendor Tag: CROYLE Release Tags: v1_06 N ports/math/p5-Set-IntSpan/Makefile N ports/math/p5-Set-IntSpan/pkg/COMMENT N ports/math/p5-Set-IntSpan/pkg/DESCR N ports/math/p5-Set-IntSpan/pkg/PLIST N ports/math/p5-Set-IntSpan/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 Wed Dec 23 22:48:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20203 for cvs-all-outgoing; Wed, 23 Dec 1998 22:48:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20192; Wed, 23 Dec 1998 22:47:55 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07819; Wed, 23 Dec 1998 22:47:45 -0800 (PST) Date: Wed, 23 Dec 1998 22:47:45 -0800 (PST) Message-Id: <199812240647.WAA07819@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:47:44 PST Modified files: math Makefile Log: Activate p5-Set-IntSpan port. Revision Changes Path 1.55 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 22:48:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20412 for cvs-all-outgoing; Wed, 23 Dec 1998 22:48:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20405; Wed, 23 Dec 1998 22:48:45 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07888; Wed, 23 Dec 1998 22:48:35 -0800 (PST) Date: Wed, 23 Dec 1998 22:48:35 -0800 (PST) Message-Id: <199812240648.WAA07888@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:48:35 PST Modified files: . modules Log: p5-Set-IntSpan -> ports/math/p5-Set-IntSpan Revision Changes Path 1.2610 +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 Dec 23 22:51:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20689 for cvs-all-outgoing; Wed, 23 Dec 1998 22:51:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20683; Wed, 23 Dec 1998 22:51:23 -0800 (PST) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08192; Wed, 23 Dec 1998 22:51:13 -0800 (PST) Date: Wed, 23 Dec 1998 22:51:13 -0800 (PST) Message-Id: <199812240651.WAA08192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/tcl80 Makefile ports/x11-toolkits/tk80 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cwt 1998/12/23 22:51:13 PST Modified files: lang/tcl80 Makefile x11-toolkits/tk80 Makefile Log: Assume role of maintainer. By request of: maintainer. Revision Changes Path 1.12 +2 -2 ports/lang/tcl80/Makefile 1.17 +2 -2 ports/x11-toolkits/tk80/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 22:52:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20798 for cvs-all-outgoing; Wed, 23 Dec 1998 22:52:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20792; Wed, 23 Dec 1998 22:52:38 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08219; Wed, 23 Dec 1998 22:52:28 -0800 (PST) Date: Wed, 23 Dec 1998 22:52:28 -0800 (PST) Message-Id: <199812240652.WAA08219@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/p5-News-Newsrc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:52:28 PST ports/news/p5-News-Newsrc - Imported sources Update of /home/ncvs/ports/news/p5-News-Newsrc In directory freefall.freebsd.org:/d/users/steve/work/p5-News-Newsrc Log Message: Initial import of p5-News-Newsrc version 1.06. A perl module for managing newsrc files. PR: 7164 Submitted by: Don Croyle Status: Vendor Tag: CROYLE Release Tags: v1_06 N ports/news/p5-News-Newsrc/Makefile N ports/news/p5-News-Newsrc/pkg/COMMENT N ports/news/p5-News-Newsrc/pkg/DESCR N ports/news/p5-News-Newsrc/pkg/PLIST N ports/news/p5-News-Newsrc/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 Wed Dec 23 22:53:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20891 for cvs-all-outgoing; Wed, 23 Dec 1998 22:53:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20886; Wed, 23 Dec 1998 22:53:27 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08310; Wed, 23 Dec 1998 22:53:17 -0800 (PST) Date: Wed, 23 Dec 1998 22:53:17 -0800 (PST) Message-Id: <199812240653.WAA08310@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:53:16 PST Modified files: news Makefile Log: Activate the p5-News-Newsrc and re-order. Revision Changes Path 1.42 +3 -2 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 Wed Dec 23 22:54:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20934 for cvs-all-outgoing; Wed, 23 Dec 1998 22:54:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20927; Wed, 23 Dec 1998 22:53:56 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08355; Wed, 23 Dec 1998 22:53:45 -0800 (PST) Date: Wed, 23 Dec 1998 22:53:45 -0800 (PST) Message-Id: <199812240653.WAA08355@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:53:45 PST Modified files: . modules Log: p5-News-Newsrc -> ports/news/p5-News-Newsrc Revision Changes Path 1.2611 +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 Dec 23 22:56:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21180 for cvs-all-outgoing; Wed, 23 Dec 1998 22:56:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21172; Wed, 23 Dec 1998 22:56:04 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08467; Wed, 23 Dec 1998 22:55:54 -0800 (PST) Date: Wed, 23 Dec 1998 22:55:54 -0800 (PST) Message-Id: <199812240655.WAA08467@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/binkd - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:55:54 PST ports/net/binkd - Imported sources Update of /home/ncvs/ports/net/binkd In directory freefall.freebsd.org:/d/users/steve/work/binkd Log Message: Initial import of BinkD version 0.9.2. A Fidonet TCP/IP mailer. PR: 7689 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ANDREY Release Tags: v0_9_2 N ports/net/binkd/Makefile N ports/net/binkd/files/md5 N ports/net/binkd/pkg/PLIST N ports/net/binkd/pkg/COMMENT N ports/net/binkd/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 Dec 23 22:56:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21237 for cvs-all-outgoing; Wed, 23 Dec 1998 22:56:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21232; Wed, 23 Dec 1998 22:56:45 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08517; Wed, 23 Dec 1998 22:56:35 -0800 (PST) Date: Wed, 23 Dec 1998 22:56:35 -0800 (PST) Message-Id: <199812240656.WAA08517@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:56:35 PST Modified files: net Makefile Log: Activate the binkd port. Revision Changes Path 1.210 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 22:59:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21379 for cvs-all-outgoing; Wed, 23 Dec 1998 22:59:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21374; Wed, 23 Dec 1998 22:59:54 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08724; Wed, 23 Dec 1998 22:59:44 -0800 (PST) Date: Wed, 23 Dec 1998 22:59:44 -0800 (PST) Message-Id: <199812240659.WAA08724@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/mp3encode - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:59:44 PST ports/audio/mp3encode - Imported sources Update of /home/ncvs/ports/audio/mp3encode In directory freefall.freebsd.org:/d/users/steve/work/mp3encode Log Message: Initial import of mp3encode version 1.10. An MPEG layer I, II, and III audio file encoder. PR: 7735 Submitted by: Joel Sutton Status: Vendor Tag: SUTTON Release Tags: v1_10 N ports/audio/mp3encode/Makefile N ports/audio/mp3encode/files/md5 N ports/audio/mp3encode/pkg/COMMENT N ports/audio/mp3encode/pkg/DESCR N ports/audio/mp3encode/pkg/PLIST N ports/audio/mp3encode/patches/patch-aa N ports/audio/mp3encode/patches/patch-ab N ports/audio/mp3encode/patches/patch-ac N ports/audio/mp3encode/patches/patch-ad 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 Dec 23 23:00:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21511 for cvs-all-outgoing; Wed, 23 Dec 1998 23:00:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21505; Wed, 23 Dec 1998 23:00:47 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA08847; Wed, 23 Dec 1998 23:00:37 -0800 (PST) Date: Wed, 23 Dec 1998 23:00:37 -0800 (PST) Message-Id: <199812240700.XAA08847@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:00:37 PST Modified files: audio Makefile Log: Activate the mp3encode port. Revision Changes Path 1.62 +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 Wed Dec 23 23:01:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21573 for cvs-all-outgoing; Wed, 23 Dec 1998 23:01:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21566; Wed, 23 Dec 1998 23:01:29 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA08914; Wed, 23 Dec 1998 23:01:19 -0800 (PST) Date: Wed, 23 Dec 1998 23:01:19 -0800 (PST) Message-Id: <199812240701.XAA08914@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:01:19 PST Modified files: . modules Log: mp3encode -> ports/audio/mp3encode Revision Changes Path 1.2613 +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 Dec 23 23:03:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21815 for cvs-all-outgoing; Wed, 23 Dec 1998 23:03:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21806; Wed, 23 Dec 1998 23:03:55 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA08584; Wed, 23 Dec 1998 22:57:15 -0800 (PST) Date: Wed, 23 Dec 1998 22:57:15 -0800 (PST) Message-Id: <199812240657.WAA08584@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 22:57:15 PST Modified files: . modules Log: binkd -> ports/net/binkd Revision Changes Path 1.2612 +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 Dec 23 23:04:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22069 for cvs-all-outgoing; Wed, 23 Dec 1998 23:04:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA22064; Wed, 23 Dec 1998 23:04:49 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09165; Wed, 23 Dec 1998 23:04:39 -0800 (PST) Date: Wed, 23 Dec 1998 23:04:39 -0800 (PST) Message-Id: <199812240704.XAA09165@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/dcdflib - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:04:39 PST ports/math/dcdflib - Imported sources Update of /home/ncvs/ports/math/dcdflib In directory freefall.freebsd.org:/d/users/steve/work/dcdflib Log Message: Initial import of dcdflib version 1.1. A library of C routines for cumulative distribution functions. PR: 7865 Submitted by: Anton Berezin Status: Vendor Tag: ANTON Release Tags: v1_1 N ports/math/dcdflib/Makefile N ports/math/dcdflib/pkg/COMMENT N ports/math/dcdflib/pkg/PLIST N ports/math/dcdflib/pkg/DESCR N ports/math/dcdflib/patches/patch-aa N ports/math/dcdflib/files/Makefile.lib N ports/math/dcdflib/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 Wed Dec 23 23:06:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22259 for cvs-all-outgoing; Wed, 23 Dec 1998 23:06:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA22243; Wed, 23 Dec 1998 23:06:04 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09250; Wed, 23 Dec 1998 23:05:54 -0800 (PST) Date: Wed, 23 Dec 1998 23:05:54 -0800 (PST) Message-Id: <199812240705.XAA09250@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:05:54 PST Modified files: math Makefile Log: Activate the dcdflib port. Revision Changes Path 1.56 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 23:07:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22560 for cvs-all-outgoing; Wed, 23 Dec 1998 23:07:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA22555; Wed, 23 Dec 1998 23:07:08 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09354; Wed, 23 Dec 1998 23:06:58 -0800 (PST) Date: Wed, 23 Dec 1998 23:06:58 -0800 (PST) Message-Id: <199812240706.XAA09354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:06:58 PST Modified files: . modules Log: dcdflib -> ports/math/dcdflib Revision Changes Path 1.2614 +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 Dec 23 23:10:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23009 for cvs-all-outgoing; Wed, 23 Dec 1998 23:10:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23004; Wed, 23 Dec 1998 23:10:25 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09547; Wed, 23 Dec 1998 23:10:15 -0800 (PST) Date: Wed, 23 Dec 1998 23:10:15 -0800 (PST) Message-Id: <199812240710.XAA09547@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/Cgraph - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:10:15 PST ports/graphics/Cgraph - Imported sources Update of /home/ncvs/ports/graphics/Cgraph In directory freefall.freebsd.org:/d/users/steve/work/Cgraph Log Message: Initial import of Cgraph version 2.04. A PostScript plotting library in C. PR: 8051 Submitted by: Anton Berezin Status: Vendor Tag: ANTON Release Tags: v2_04 N ports/graphics/Cgraph/Makefile N ports/graphics/Cgraph/files/Makefile.lib N ports/graphics/Cgraph/files/md5 N ports/graphics/Cgraph/pkg/COMMENT N ports/graphics/Cgraph/pkg/DESCR N ports/graphics/Cgraph/pkg/PLIST N ports/graphics/Cgraph/patches/patch-aa N ports/graphics/Cgraph/patches/patch-ee 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 Dec 23 23:11:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23039 for cvs-all-outgoing; Wed, 23 Dec 1998 23:11:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23034; Wed, 23 Dec 1998 23:11:11 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09587; Wed, 23 Dec 1998 23:11:01 -0800 (PST) Date: Wed, 23 Dec 1998 23:11:01 -0800 (PST) Message-Id: <199812240711.XAA09587@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:11:01 PST Modified files: graphics Makefile Log: Activate the Cgraph port. Revision Changes Path 1.108 +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 Dec 23 23:12:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23197 for cvs-all-outgoing; Wed, 23 Dec 1998 23:12:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23192; Wed, 23 Dec 1998 23:12:26 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09642; Wed, 23 Dec 1998 23:12:16 -0800 (PST) Date: Wed, 23 Dec 1998 23:12:16 -0800 (PST) Message-Id: <199812240712.XAA09642@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:12:16 PST Modified files: . modules Log: Cgraph -> ports/graphics/Cgraph Revision Changes Path 1.2615 +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 Dec 23 23:13:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23341 for cvs-all-outgoing; Wed, 23 Dec 1998 23:13:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23336; Wed, 23 Dec 1998 23:13:52 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09735; Wed, 23 Dec 1998 23:13:42 -0800 (PST) Date: Wed, 23 Dec 1998 23:13:42 -0800 (PST) Message-Id: <199812240713.XAA09735@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/dnews/scripts post-configure post-install Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:13:42 PST Removed files: news/dnews/scripts post-configure post-install Log: Forgot to remove a couple of files in the last commit. Reminded by: Josh Gilliam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 23:17:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23682 for cvs-all-outgoing; Wed, 23 Dec 1998 23:17:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23677; Wed, 23 Dec 1998 23:17:39 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09863; Wed, 23 Dec 1998 23:17:29 -0800 (PST) Date: Wed, 23 Dec 1998 23:17:29 -0800 (PST) Message-Id: <199812240717.XAA09863@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/xstarroll - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:17:29 PST ports/x11/xstarroll - Imported sources Update of /home/ncvs/ports/x11/xstarroll In directory freefall.freebsd.org:/d/users/steve/work/xstarroll Log Message: Initial import of xstarroll version 1.02. An X11 demo of letters and pixmaps flying around. PR: 8497 Submitted by: Hiroaki Sakai Status: Vendor Tag: HIROAKI Release Tags: v1_02 N ports/x11/xstarroll/Makefile N ports/x11/xstarroll/files/md5 N ports/x11/xstarroll/patches/patch-aa N ports/x11/xstarroll/pkg/PLIST N ports/x11/xstarroll/pkg/DESCR N ports/x11/xstarroll/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 23:18:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23993 for cvs-all-outgoing; Wed, 23 Dec 1998 23:18:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23984; Wed, 23 Dec 1998 23:18:31 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09960; Wed, 23 Dec 1998 23:18:19 -0800 (PST) Date: Wed, 23 Dec 1998 23:18:19 -0800 (PST) Message-Id: <199812240718.XAA09960@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:18:18 PST Modified files: x11 Makefile Log: Activate the xstarroll port. Revision Changes Path 1.243 +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 Dec 23 23:19:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24036 for cvs-all-outgoing; Wed, 23 Dec 1998 23:19:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA24031; Wed, 23 Dec 1998 23:19:29 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10027; Wed, 23 Dec 1998 23:19:19 -0800 (PST) Date: Wed, 23 Dec 1998 23:19:19 -0800 (PST) Message-Id: <199812240719.XAA10027@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:19:19 PST Modified files: . modules Log: xstarroll -> ports/x11/xstarroll Revision Changes Path 1.2616 +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 Dec 23 23:23:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24683 for cvs-all-outgoing; Wed, 23 Dec 1998 23:23:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA24678; Wed, 23 Dec 1998 23:23:12 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10236; Wed, 23 Dec 1998 23:23:02 -0800 (PST) Date: Wed, 23 Dec 1998 23:23:02 -0800 (PST) Message-Id: <199812240723.XAA10236@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/gtkballs - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:23:02 PST ports/games/gtkballs - Imported sources Update of /home/ncvs/ports/games/gtkballs In directory freefall.freebsd.org:/d/users/steve/work/gtkballs Log Message: Initial import of gtkballs version 1.02. A lines-like simple logic game for the X Window System. PR: 8658 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ANDREY Release Tags: v1_02 N ports/games/gtkballs/Makefile N ports/games/gtkballs/files/md5 N ports/games/gtkballs/pkg/COMMENT N ports/games/gtkballs/pkg/DESCR N ports/games/gtkballs/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 Dec 23 23:24:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24902 for cvs-all-outgoing; Wed, 23 Dec 1998 23:24:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA24881; Wed, 23 Dec 1998 23:24:08 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10328; Wed, 23 Dec 1998 23:23:58 -0800 (PST) Date: Wed, 23 Dec 1998 23:23:58 -0800 (PST) Message-Id: <199812240723.XAA10328@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:23:58 PST Modified files: games Makefile Log: Activate the gtkballs port. Revision Changes Path 1.178 +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 Wed Dec 23 23:25:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25095 for cvs-all-outgoing; Wed, 23 Dec 1998 23:25:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25086; Wed, 23 Dec 1998 23:25:08 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10374; Wed, 23 Dec 1998 23:24:58 -0800 (PST) Date: Wed, 23 Dec 1998 23:24:58 -0800 (PST) Message-Id: <199812240724.XAA10374@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:24:57 PST Modified files: . modules Log: gtkballs -> ports/games/gtkballs Revision Changes Path 1.2617 +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 Dec 23 23:27:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25364 for cvs-all-outgoing; Wed, 23 Dec 1998 23:27:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25355; Wed, 23 Dec 1998 23:27:26 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10458; Wed, 23 Dec 1998 23:27:16 -0800 (PST) Date: Wed, 23 Dec 1998 23:27:16 -0800 (PST) Message-Id: <199812240727.XAA10458@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/maildrop - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:27:15 PST ports/mail/maildrop - Imported sources Update of /home/ncvs/ports/mail/maildrop In directory freefall.freebsd.org:/d/users/steve/work/maildrop Log Message: Initial import of maildrop version 0.60. A replacement local mail delivery agent, similar to procmail. PR: 8713 Submitted by: Tom Hukins Status: Vendor Tag: HUKINS Release Tags: v0_60 N ports/mail/maildrop/Makefile N ports/mail/maildrop/files/md5 N ports/mail/maildrop/pkg/COMMENT N ports/mail/maildrop/pkg/DESCR N ports/mail/maildrop/pkg/PLIST N ports/mail/maildrop/pkg/PLIST.nodocs N ports/mail/maildrop/patches/patch-aa N ports/mail/maildrop/patches/patch-ab N ports/mail/maildrop/patches/patch-ac No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 23:28:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25466 for cvs-all-outgoing; Wed, 23 Dec 1998 23:28:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25451; Wed, 23 Dec 1998 23:28:10 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10492; Wed, 23 Dec 1998 23:28:00 -0800 (PST) Date: Wed, 23 Dec 1998 23:28:00 -0800 (PST) Message-Id: <199812240728.XAA10492@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:28:00 PST Modified files: mail Makefile Log: Activate the maildrop port. Revision Changes Path 1.77 +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 Wed Dec 23 23:28:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25533 for cvs-all-outgoing; Wed, 23 Dec 1998 23:28:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25527; Wed, 23 Dec 1998 23:28:49 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10532; Wed, 23 Dec 1998 23:28:39 -0800 (PST) Date: Wed, 23 Dec 1998 23:28:39 -0800 (PST) Message-Id: <199812240728.XAA10532@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:28:38 PST Modified files: . modules Log: maildrop -> ports/mail/maildrop Revision Changes Path 1.2618 +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 Dec 23 23:32:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26033 for cvs-all-outgoing; Wed, 23 Dec 1998 23:32:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25952; Wed, 23 Dec 1998 23:32:01 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10758; Wed, 23 Dec 1998 23:31:51 -0800 (PST) Date: Wed, 23 Dec 1998 23:31:51 -0800 (PST) Message-Id: <199812240731.XAA10758@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/leafnode+ - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:31:51 PST ports/news/leafnode+ - Imported sources Update of /home/ncvs/ports/news/leafnode+ In directory freefall.freebsd.org:/d/users/steve/work/leafnode+ Log Message: Initial import of leafnode+ version 1.2. A multi-user offline news package for small sites. PR: 8766 Submitted by: Tom Hukins Status: Vendor Tag: HUKINS Release Tags: v1_2 N ports/news/leafnode+/Makefile N ports/news/leafnode+/files/md5 N ports/news/leafnode+/patches/patch-aa N ports/news/leafnode+/patches/patch-ab N ports/news/leafnode+/patches/patch-ac N ports/news/leafnode+/pkg/DESCR N ports/news/leafnode+/pkg/COMMENT N ports/news/leafnode+/pkg/PLIST N ports/news/leafnode+/pkg/PLIST.nodocs 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 Dec 23 23:33:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26213 for cvs-all-outgoing; Wed, 23 Dec 1998 23:33:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA26193; Wed, 23 Dec 1998 23:33:00 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10823; Wed, 23 Dec 1998 23:32:50 -0800 (PST) Date: Wed, 23 Dec 1998 23:32:50 -0800 (PST) Message-Id: <199812240732.XAA10823@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:32:49 PST Modified files: news Makefile Log: Activate the leafnode+ port. Revision Changes Path 1.43 +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 Wed Dec 23 23:34:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26358 for cvs-all-outgoing; Wed, 23 Dec 1998 23:34:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA26343; Wed, 23 Dec 1998 23:33:56 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10881; Wed, 23 Dec 1998 23:33:46 -0800 (PST) Date: Wed, 23 Dec 1998 23:33:46 -0800 (PST) Message-Id: <199812240733.XAA10881@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/leafnode+/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:33:46 PST Modified files: news/leafnode+/pkg COMMENT Log: Oops, let the port name slip into the COMMENT. Revision Changes Path 1.2 +1 -1 ports/news/leafnode+/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 Dec 23 23:35:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26605 for cvs-all-outgoing; Wed, 23 Dec 1998 23:35:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA26600; Wed, 23 Dec 1998 23:35:13 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10949; Wed, 23 Dec 1998 23:35:02 -0800 (PST) Date: Wed, 23 Dec 1998 23:35:02 -0800 (PST) Message-Id: <199812240735.XAA10949@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:35:02 PST Modified files: . modules Log: leafnode+ -> ports/news/leafnode+ Revision Changes Path 1.2619 +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 Dec 23 23:38:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26852 for cvs-all-outgoing; Wed, 23 Dec 1998 23:38:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA26847; Wed, 23 Dec 1998 23:38:04 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA11135; Wed, 23 Dec 1998 23:37:54 -0800 (PST) Date: Wed, 23 Dec 1998 23:37:54 -0800 (PST) Message-Id: <199812240737.XAA11135@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/xgirc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:37:54 PST ports/net/xgirc - Imported sources Update of /home/ncvs/ports/net/xgirc In directory freefall.freebsd.org:/d/users/steve/work/xgirc Log Message: Initial import of XgIRC version 0.1.1. A gtk-based irc client for X Windows. PR: 8780 Submitted by: Jim Mock Status: Vendor Tag: MOCK Release Tags: v0_1_1 N ports/net/xgirc/Makefile N ports/net/xgirc/pkg/COMMENT N ports/net/xgirc/pkg/DESCR N ports/net/xgirc/pkg/PLIST N ports/net/xgirc/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 Wed Dec 23 23:39:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27166 for cvs-all-outgoing; Wed, 23 Dec 1998 23:39:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27161; Wed, 23 Dec 1998 23:39:01 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA11237; Wed, 23 Dec 1998 23:38:51 -0800 (PST) Date: Wed, 23 Dec 1998 23:38:51 -0800 (PST) Message-Id: <199812240738.XAA11237@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:38:51 PST Modified files: net Makefile Log: Activate the xgirc port. Revision Changes Path 1.211 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 23:39:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27214 for cvs-all-outgoing; Wed, 23 Dec 1998 23:39:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27209; Wed, 23 Dec 1998 23:39:49 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA11272; Wed, 23 Dec 1998 23:39:39 -0800 (PST) Date: Wed, 23 Dec 1998 23:39:39 -0800 (PST) Message-Id: <199812240739.XAA11272@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:39:39 PST Modified files: . modules Log: xgirc -> ports/net/xgirc Revision Changes Path 1.2620 +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 Dec 23 23:40:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27327 for cvs-all-outgoing; Wed, 23 Dec 1998 23:40:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27322; Wed, 23 Dec 1998 23:40:20 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA11315; Wed, 23 Dec 1998 23:40:10 -0800 (PST) Date: Wed, 23 Dec 1998 23:40:10 -0800 (PST) Message-Id: <199812240740.XAA11315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/xgirc/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/23 23:40:10 PST Modified files: net/xgirc/pkg COMMENT Log: Fix a minor grammar nit I just noticed. Revision Changes Path 1.2 +1 -1 ports/net/xgirc/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 Dec 23 23:43:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27598 for cvs-all-outgoing; Wed, 23 Dec 1998 23:43:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27593; Wed, 23 Dec 1998 23:43:03 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA11542; Wed, 23 Dec 1998 23:42:53 -0800 (PST) Date: Wed, 23 Dec 1998 23:42:53 -0800 (PST) Message-Id: <199812240742.XAA11542@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/shells/zsh-devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/23 23:42:53 PST Modified files: shells/zsh-devel Makefile Log: Mark this broken while Steve works on upgrade. Revision Changes Path 1.28 +3 -1 ports/shells/zsh-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Dec 23 23:50:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA28148 for cvs-all-outgoing; Wed, 23 Dec 1998 23:50:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA28142; Wed, 23 Dec 1998 23:50:06 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA07787; Thu, 24 Dec 1998 18:49:53 +1100 Date: Thu, 24 Dec 1998 18:49:53 +1100 From: Bruce Evans Message-Id: <199812240749.SAA07787@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, foxfair@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/i386/isa wd.c > Log: > Correct the wrong PCI-IDE probing on AcerLabs Aladdin-V chipset. It won't > change the original code but add an extra option "ALI_V" to check the > precise IDE port.(especially, secondary) Use the same option "ALI_V" on > the kernel config file to prevent generic DMA check causes wrong result. > (It seems buggy even on PIIX4 chipset, and I don't know when this bug start) > > Should I add the option "ALI_V" into /sys/i386/conf/LINT ? No. There shouldn't be any options for this. Just fix the code. The existing nonstandard option DISABLE_PCI_IDE shouldn't exist either (I think it doesn't actually disable PCI IDE, since PCI IDE is set up correctly later (if possible).) Your patch seems to be a no-op anyway, since the new code that sets dk_altport correctly is undone by executing the old code afterwards. This is all obfuscated by misindenting of the old code in the patch, ifdefs, and style bugs. E.g., dk_port is now set 5 times to the same value in various arms of the #ifdefs and ifs. Previously it was only set 3 times. dk_altport is set 5 times to 2 values, and the bug is that it is sometmes set to 0. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 00:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29348 for cvs-all-outgoing; Thu, 24 Dec 1998 00:01:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29343; Thu, 24 Dec 1998 00:01:37 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA12387; Thu, 24 Dec 1998 00:01:27 -0800 (PST) Date: Thu, 24 Dec 1998 00:01:27 -0800 (PST) Message-Id: <199812240801.AAA12387@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/shells/zsh-devel Makefile ports/shells/zsh-devel/files md5 ports/shells/zsh-devel/patches patch-aa patch-ab patch-ac ports/shells/zsh-devel/pkg COMMENT PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/24 00:01:27 PST Modified files: shells/zsh-devel Makefile shells/zsh-devel/files md5 shells/zsh-devel/patches patch-aa patch-ab shells/zsh-devel/pkg COMMENT PLIST Removed files: shells/zsh-devel/patches patch-ac Log: Update to version 3.1.5 after repository copy. PR: 8552 Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.29 +11 -12 ports/shells/zsh-devel/Makefile 1.16 +1 -1 ports/shells/zsh-devel/files/md5 1.2 +20 -19 ports/shells/zsh-devel/patches/patch-aa 1.2 +12 -20 ports/shells/zsh-devel/patches/patch-ab 1.10 +1 -1 ports/shells/zsh-devel/pkg/COMMENT 1.20 +1 -2 ports/shells/zsh-devel/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 Dec 24 00:02:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29533 for cvs-all-outgoing; Thu, 24 Dec 1998 00:02:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29528; Thu, 24 Dec 1998 00:02:40 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA12426; Thu, 24 Dec 1998 00:02:30 -0800 (PST) Date: Thu, 24 Dec 1998 00:02:30 -0800 (PST) Message-Id: <199812240802.AAA12426@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/shells Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/24 00:02:30 PST Modified files: shells Makefile Log: Activate zsh-devel port. Revision Changes Path 1.16 +2 -1 ports/shells/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 00:03:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29764 for cvs-all-outgoing; Thu, 24 Dec 1998 00:03:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29759; Thu, 24 Dec 1998 00:03:41 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA12641; Thu, 24 Dec 1998 00:03:31 -0800 (PST) Date: Thu, 24 Dec 1998 00:03:31 -0800 (PST) Message-Id: <199812240803.AAA12641@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/24 00:03:31 PST Modified files: . modules Log: zsh-devel -> ports/shells/zsh-devel Revision Changes Path 1.2621 +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 Dec 24 00:27:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02151 for cvs-all-outgoing; Thu, 24 Dec 1998 00:27:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02146; Thu, 24 Dec 1998 00:27:39 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA13907; Thu, 24 Dec 1998 00:27:29 -0800 (PST) Date: Thu, 24 Dec 1998 00:27:29 -0800 (PST) Message-Id: <199812240827.AAA13907@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/24 00:27:29 PST Modified files: handbook submitters.sgml Log: Add a couple of new names for their port submissions. Anton Berezin Cgraph-2.04, dcdflib-1.1 Hiroaki Sakai xstarroll-1.02 Jim Mock xgirc-0.1.1 Joe Abley Xfstt-0.9.10 Tom Hukins leafnode+-1.2, linux-netscape-4.08, maildrop-0.60 Revision Changes Path 1.266 +11 -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 Thu Dec 24 00:55:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04609 for cvs-all-outgoing; Thu, 24 Dec 1998 00:55:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04601; Thu, 24 Dec 1998 00:55:15 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14625; Thu, 24 Dec 1998 00:55:05 -0800 (PST) Date: Thu, 24 Dec 1998 00:55:05 -0800 (PST) Message-Id: <199812240855.AAA14625@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/24 00:55:05 PST Modified files: release Makefile Log: Turn off NODOC again; apparently this problem was fixed. Revision Changes Path 1.439 +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 Thu Dec 24 01:45:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09113 for cvs-all-outgoing; Thu, 24 Dec 1998 01:45:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09108; Thu, 24 Dec 1998 01:45:22 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA16176; Thu, 24 Dec 1998 01:45:12 -0800 (PST) Date: Thu, 24 Dec 1998 01:45:12 -0800 (PST) Message-Id: <199812240945.BAA16176@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/24 01:45:11 PST Modified files: sys/ufs/ufs ufs_vnops.c Log: Fixed null pointer panics which I introduced in rev.1.86. Vnodes may be revoked, so vnop routines must be careful about accessing the vnode if they may have blocked. Fixed marking for update after successfully reading or writing 0 bytes. In this case, POSIX.1 specifies marking if and only if the requested count is nonzero, but rev.1.86 never marked. Revision Changes Path 1.103 +19 -7 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 Thu Dec 24 02:41:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14320 for cvs-all-outgoing; Thu, 24 Dec 1998 02:41:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14313; Thu, 24 Dec 1998 02:41:12 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id LAA74544; Thu, 24 Dec 1998 11:40:59 +0100 (CET) (envelope-from des) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict web2 References: <199812240107.RAA03551@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 24 Dec 1998 11:40:59 +0100 In-Reply-To: "David E. O'Brien"'s message of "Wed, 23 Dec 1998 17:07:03 -0800 (PST)" Message-ID: Lines: 26 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "David E. O'Brien" writes: > obrien 1998/12/23 17:07:02 PST > > Modified files: > share/dict web2 > Log: > Remove: > corelate > corelated > corelation > corelative > corelatively > > My Random-House dictionary doesn't list them, and grog says (paraphrased): Um, you may be correct (in fact I'd tend to think "corelate" is a *mis*spelling), but I don't think we should go about and edit the dictionary like that, at least not as long as the README says what it does. BTW, the file has 10 more words (ok, 5 after this commit) than the README claims... DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 03:52:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20094 for cvs-all-outgoing; Thu, 24 Dec 1998 03:52:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20089; Thu, 24 Dec 1998 03:52:17 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id MAA01045; Thu, 24 Dec 1998 12:52:04 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id MAA39204; Thu, 24 Dec 1998 12:52:03 +0100 (MET) Message-ID: <19981224125156.G30095@follo.net> Date: Thu, 24 Dec 1998 12:51:57 +0100 From: Eivind Eklund To: Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam cam_xpt.c References: <199812240243.SAA06559@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199812240243.SAA06559@freefall.freebsd.org>; from Matt Jacob on Wed, Dec 23, 1998 at 06:43:42PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Dec 23, 1998 at 06:43:42PM -0800, Matt Jacob wrote: > mjacob 1998/12/23 18:43:42 PST > > Modified files: > sys/cam cam_xpt.c > Log: > Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again. Thanks for fixing it. I was unable to get to freefall back it out myself (my upstream had broken routing all night :-( Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 04:07:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23266 for cvs-all-outgoing; Thu, 24 Dec 1998 04:07:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23234; Thu, 24 Dec 1998 04:07:27 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA21740; Thu, 24 Dec 1998 04:07:17 -0800 (PST) Date: Thu, 24 Dec 1998 04:07:17 -0800 (PST) Message-Id: <199812241207.EAA21740@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/24 04:07:16 PST Modified files: sys/kern vfs_subr.c Log: Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2 merge). This fixes at least hanging in revoke(2) when a somewhat active slave pty is revoked. The hang made the window for the null pointer bug in ufsspec_{read,write} much larger. There are many other bugs in this area (revoke of an active fifo at best leaks memory...). Revision Changes Path 1.177 +3 -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 Thu Dec 24 04:12:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24347 for cvs-all-outgoing; Thu, 24 Dec 1998 04:12:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24340; Thu, 24 Dec 1998 04:12:34 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA21951; Thu, 24 Dec 1998 04:12:24 -0800 (PST) Date: Thu, 24 Dec 1998 04:12:24 -0800 (PST) Message-Id: <199812241212.EAA21951@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 04:12:24 PST Modified files: . modules Log: gsfonts --> ports/print/gsfonts Revision Changes Path 1.2622 +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 Dec 24 04:13:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24449 for cvs-all-outgoing; Thu, 24 Dec 1998 04:13:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24444; Thu, 24 Dec 1998 04:13:31 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA21981; Thu, 24 Dec 1998 04:13:21 -0800 (PST) Date: Thu, 24 Dec 1998 04:13:21 -0800 (PST) Message-Id: <199812241213.EAA21981@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/gsfonts - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 04:13:21 PST ports/print/gsfonts - Imported sources Update of /home/ncvs/ports/print/gsfonts In directory freefall.freebsd.org:/c/users/jseger/cvsworkdir/gsfonts Log Message: Import of gsfonts v5.10a This package installs the required Adobe fonts from GNU Ghostscript's distribution, and prepares the Type1 fonts so they may also work in the Xwindows environment. PR: ports/6311 Submitted by: giffunip@asme.org Status: Vendor Tag: GIFFUNIP Release Tags: v5_10a N ports/print/gsfonts/Makefile I ports/print/gsfonts/CVS N ports/print/gsfonts/pkg/COMMENT N ports/print/gsfonts/pkg/DESCR N ports/print/gsfonts/pkg/PLIST N ports/print/gsfonts/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 Thu Dec 24 04:14:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24535 for cvs-all-outgoing; Thu, 24 Dec 1998 04:14:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24521; Thu, 24 Dec 1998 04:14:05 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22015; Thu, 24 Dec 1998 04:13:55 -0800 (PST) Date: Thu, 24 Dec 1998 04:13:55 -0800 (PST) Message-Id: <199812241213.EAA22015@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 04:13:55 PST Modified files: print Makefile Log: Activate print/gsfonts Revision Changes Path 1.76 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 04:49:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27581 for cvs-all-outgoing; Thu, 24 Dec 1998 04:49:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27576; Thu, 24 Dec 1998 04:49:58 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA23107; Thu, 24 Dec 1998 04:49:48 -0800 (PST) Date: Thu, 24 Dec 1998 04:49:48 -0800 (PST) Message-Id: <199812241249.EAA23107@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/tgif Makefile ports/japanese/tgif/files md5 setup.sh ports/japanese/tgif/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 04:49:48 PST Modified files: japanese/tgif Makefile japanese/tgif/files md5 setup.sh japanese/tgif/pkg PLIST Log: Update to 3.0.13 PR: ports/9185 Submitted by: mita@jp.FreeBSD.org Revision Changes Path 1.11 +9 -15 ports/japanese/tgif/Makefile 1.5 +2 -2 ports/japanese/tgif/files/md5 1.4 +0 -25 ports/japanese/tgif/files/setup.sh 1.4 +19 -19 ports/japanese/tgif/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 04:54:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28119 for cvs-all-outgoing; Thu, 24 Dec 1998 04:54:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from st-lcremean.tidalwave.net (host-e186.tidalwave.net [208.213.203.186] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27997; Thu, 24 Dec 1998 04:54:26 -0800 (PST) (envelope-from lee@st-lcremean.tidalwave.net) Received: (from lee@localhost) by st-lcremean.tidalwave.net (8.9.1/8.8.8) id HAA16106; Thu, 24 Dec 1998 07:54:10 -0500 (EST) (envelope-from lee) Message-ID: <19981224075409.A16063@tidalwave.net> Date: Thu, 24 Dec 1998 07:54:09 -0500 From: Lee Cremeans To: Bruce Evans , cvs-committers@FreeBSD.ORG, foxfair@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa wd.c Reply-To: lcremean@tidalwave.net References: <199812240749.SAA07787@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199812240749.SAA07787@godzilla.zeta.org.au>; from Bruce Evans on Thu, Dec 24, 1998 at 06:49:53PM +1100 X-OS: FreeBSD 3.0-CURRENT X-Evil: microsoft.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, Dec 24, 1998 at 06:49:53PM +1100, Bruce Evans wrote: > set 3 times. dk_altport is set 5 times to 2 values, and the bug is > that it is sometmes set to 0. ^^^^^^^^^^^^^^^^^^ I've researched this, and it seems that ide_pci.c is screwing up the PCI probes on chipsets that 1) have their BMISTA_SIMPLEX bit set on boot 2) aren't explicitly supported in ide_pci.c. It sees the SIMPLEX and doesn't bother making DMA cookies for drives on the second channel--which breaks the probing. The chipsets that seem to be the biggest problem are the Acer Aladdin IV and V sets (more specifically, the M5229 IDE controller core in the M1533/M1543 south bridge they use). I'm working on this; I haven't yet seen if setting up the DMA ourselves turns off SIMPLEX (it should, IMO), but I'll check this. PS: I can't get writes to work in UDMA mode on the M1543. I get the dreaded "interrupt timeout" messages". Reads work beautifully, however; there'll be email going out to Acer this weekend on this. -- +--------------------------------------------------------------------+ | Lee Cremeans -- Manassas, VA, USA (WakkyMouse on DALnet and WTnet)| | lcremean@tidalwave.net| http://st-lcremean.tidalwave.net | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 05:04:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29129 for cvs-all-outgoing; Thu, 24 Dec 1998 05:04:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29100; Thu, 24 Dec 1998 05:04:01 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA23651; Thu, 24 Dec 1998 05:03:51 -0800 (PST) Date: Thu, 24 Dec 1998 05:03:51 -0800 (PST) Message-Id: <199812241303.FAA23651@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/fidogate Makefile ports/news/fidogate/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 05:03:51 PST Modified files: news/fidogate Makefile news/fidogate/patches patch-aa Log: fidogate uses bad paths PR: ports/9181 Submitted by: dirk.meyer@dinoex.sub.org Revision Changes Path 1.2 +6 -6 ports/news/fidogate/Makefile 1.2 +6 -15 ports/news/fidogate/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 05:15:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00439 for cvs-all-outgoing; Thu, 24 Dec 1998 05:15:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00434; Thu, 24 Dec 1998 05:15:34 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA24065; Thu, 24 Dec 1998 05:15:24 -0800 (PST) Date: Thu, 24 Dec 1998 05:15:24 -0800 (PST) Message-Id: <199812241315.FAA24065@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/star Makefile ports/sysutils/star/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1998/12/24 05:15:24 PST Modified files: sysutils/star Makefile sysutils/star/files md5 Log: - Upgrade to 1.2 - add ${MASTER_SITE_SUNSITE} to ${MASTER_SITES} Requested by: Andreas Klemm Revision Changes Path 1.7 +7 -5 ports/sysutils/star/Makefile 1.4 +1 -1 ports/sysutils/star/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 Dec 24 05:16:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00571 for cvs-all-outgoing; Thu, 24 Dec 1998 05:16:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00565; Thu, 24 Dec 1998 05:16:40 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA24176; Thu, 24 Dec 1998 05:16:30 -0800 (PST) Date: Thu, 24 Dec 1998 05:16:30 -0800 (PST) Message-Id: <199812241316.FAA24176@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 05:16:30 PST Modified files: . modules Log: vtwm --> ports/x11-wm/vtwm Revision Changes Path 1.2623 +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 Dec 24 05:18:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00735 for cvs-all-outgoing; Thu, 24 Dec 1998 05:18:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00727; Thu, 24 Dec 1998 05:18:08 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA24241; Thu, 24 Dec 1998 05:17:58 -0800 (PST) Date: Thu, 24 Dec 1998 05:17:58 -0800 (PST) Message-Id: <199812241317.FAA24241@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/vtwm - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 05:17:58 PST ports/x11-wm/vtwm - Imported sources Update of /home/ncvs/ports/x11-wm/vtwm In directory freefall.freebsd.org:/c/users/flathill/vtwm Log Message: PR: ports/9166 Submitted by: bmah@ca.sandia.gov twm with a virtual desktop and optional Motif-like features. Status: Vendor Tag: BMAH Release Tags: v5_4_5a N ports/x11-wm/vtwm/Makefile I ports/x11-wm/vtwm/CVS N ports/x11-wm/vtwm/files/md5 N ports/x11-wm/vtwm/patches/patch-aa N ports/x11-wm/vtwm/pkg/COMMENT N ports/x11-wm/vtwm/pkg/DESCR N ports/x11-wm/vtwm/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 Dec 24 05:18:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00739 for cvs-all-outgoing; Thu, 24 Dec 1998 05:18:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00729; Thu, 24 Dec 1998 05:18:08 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA24253; Thu, 24 Dec 1998 05:17:58 -0800 (PST) Date: Thu, 24 Dec 1998 05:17:58 -0800 (PST) Message-Id: <199812241317.FAA24253@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/msun Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/12/24 05:17:58 PST Modified files: lib/msun Makefile Log: Disable building with alpha software completion options until we upgrade compilers. Revision Changes Path 1.22 +3 -2 src/lib/msun/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 05:19:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00801 for cvs-all-outgoing; Thu, 24 Dec 1998 05:19:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00796; Thu, 24 Dec 1998 05:19:04 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA24305; Thu, 24 Dec 1998 05:18:54 -0800 (PST) Date: Thu, 24 Dec 1998 05:18:54 -0800 (PST) Message-Id: <199812241318.FAA24305@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 05:18:53 PST Modified files: x11-wm Makefile Log: Add SUBDIR += vtwm Revision Changes Path 1.8 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 05:49:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03220 for cvs-all-outgoing; Thu, 24 Dec 1998 05:49:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03215; Thu, 24 Dec 1998 05:49:26 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25711; Thu, 24 Dec 1998 05:49:16 -0800 (PST) Date: Thu, 24 Dec 1998 05:49:16 -0800 (PST) Message-Id: <199812241349.FAA25711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 05:49:16 PST Modified files: . modules Log: tcb --> ports/misc/tcb Revision Changes Path 1.2624 +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 Dec 24 05:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03331 for cvs-all-outgoing; Thu, 24 Dec 1998 05:50:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03320; Thu, 24 Dec 1998 05:50:02 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25732; Thu, 24 Dec 1998 05:49:52 -0800 (PST) Date: Thu, 24 Dec 1998 05:49:52 -0800 (PST) Message-Id: <199812241349.FAA25732@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/tcb - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 05:49:52 PST ports/misc/tcb - Imported sources Update of /home/ncvs/ports/misc/tcb In directory freefall.freebsd.org:/c/users/jseger/cvsworkdir/tcb Log Message: Import of tcb v1.4a Tcb is a file viewer that works on a terminal. It allows view file in ASCII or HEX format. PR: ports/8911 Submitted by: andy@icc.surw.chel.su Status: Vendor Tag: ANDY Release Tags: v1_4a N ports/misc/tcb/Makefile I ports/misc/tcb/CVS N ports/misc/tcb/files/md5 N ports/misc/tcb/patches/patch-aa N ports/misc/tcb/pkg/PLIST N ports/misc/tcb/pkg/COMMENT N ports/misc/tcb/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 Thu Dec 24 05:50:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03383 for cvs-all-outgoing; Thu, 24 Dec 1998 05:50:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03377; Thu, 24 Dec 1998 05:50:51 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25795; Thu, 24 Dec 1998 05:50:41 -0800 (PST) Date: Thu, 24 Dec 1998 05:50:41 -0800 (PST) Message-Id: <199812241350.FAA25795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 05:50:41 PST Modified files: misc Makefile Log: Activate misc/tcb Revision Changes Path 1.179 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 06:05:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04478 for cvs-all-outgoing; Thu, 24 Dec 1998 06:05:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04471; Thu, 24 Dec 1998 06:05:03 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA26699; Thu, 24 Dec 1998 06:04:54 -0800 (PST) Date: Thu, 24 Dec 1998 06:04:54 -0800 (PST) Message-Id: <199812241404.GAA26699@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/p5-FreeType/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 06:04:53 PST Added files: print/p5-FreeType/patches patch-aa Log: Fix building with FreeType 1.2 PR: ports/9138 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 06:18:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05871 for cvs-all-outgoing; Thu, 24 Dec 1998 06:18:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA05866; Thu, 24 Dec 1998 06:18:08 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27145; Thu, 24 Dec 1998 06:17:58 -0800 (PST) Date: Thu, 24 Dec 1998 06:17:58 -0800 (PST) Message-Id: <199812241417.GAA27145@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa cy.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/24 06:17:58 PST Modified files: sys/i386/isa cy.c Log: Flush the fifos at the correct place in cyopen(). Various things in cyopen() were done in a different order than in sioopen(), partly to (ab)use a side effect of comparam() and partly because I didn't understand what the reset was doing (it flushes the fifos). This turned out to be more than a cosmetic problem. Flushing the fifos quite late is good for discarding input that arrived while the line state was being initialized, and in the cy driver it also seems to reduce a problem with input that arrived long ago during the previous close (the UART loses sync too easily and for too long). Revision Changes Path 1.82 +17 -31 src/sys/i386/isa/cy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 06:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06859 for cvs-all-outgoing; Thu, 24 Dec 1998 06:30:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06854; Thu, 24 Dec 1998 06:30:12 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27558; Thu, 24 Dec 1998 06:30:02 -0800 (PST) Date: Thu, 24 Dec 1998 06:30:02 -0800 (PST) Message-Id: <199812241430.GAA27558@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 06:30:01 PST Modified files: . modules Log: xmangekyou --> ports/x11/xmangekyou Revision Changes Path 1.2625 +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 Dec 24 06:32:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07131 for cvs-all-outgoing; Thu, 24 Dec 1998 06:32:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07126; Thu, 24 Dec 1998 06:32:24 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27622; Thu, 24 Dec 1998 06:32:14 -0800 (PST) Date: Thu, 24 Dec 1998 06:32:14 -0800 (PST) Message-Id: <199812241432.GAA27622@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/xmangekyou - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 06:32:14 PST ports/x11/xmangekyou - Imported sources Update of /home/ncvs/ports/x11/xmangekyou In directory freefall.freebsd.org:/c/users/flathill/xmangekyou Log Message: PR: ports/8496 Submitted by: sakai@miya.ee.kagu.sut.ac.jp a kaleidoscope for X Status: Vendor Tag: SAKAI Release Tags: v1_03 N ports/x11/xmangekyou/Makefile I ports/x11/xmangekyou/CVS N ports/x11/xmangekyou/files/md5 N ports/x11/xmangekyou/patches/patch-aa N ports/x11/xmangekyou/pkg/PLIST N ports/x11/xmangekyou/pkg/DESCR N ports/x11/xmangekyou/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 06:35:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07242 for cvs-all-outgoing; Thu, 24 Dec 1998 06:35:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07237; Thu, 24 Dec 1998 06:35:17 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA01143; Thu, 24 Dec 1998 06:35:07 -0800 (PST) Date: Thu, 24 Dec 1998 06:35:07 -0800 (PST) Message-Id: <199812241435.GAA01143@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 06:35:07 PST Modified files: x11 Makefile Log: Activate x11/xmangekyou Revision Changes Path 1.244 +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 Thu Dec 24 07:26:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12078 for cvs-all-outgoing; Thu, 24 Dec 1998 07:26:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12072; Thu, 24 Dec 1998 07:26:10 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22082; Thu, 24 Dec 1998 07:26:00 -0800 (PST) Date: Thu, 24 Dec 1998 07:26:00 -0800 (PST) Message-Id: <199812241526.HAA22082@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 07:26:00 PST Modified files: . modules Log: tik --> ports/net/tik Revision Changes Path 1.2626 +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 Dec 24 07:28:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12351 for cvs-all-outgoing; Thu, 24 Dec 1998 07:28:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12346; Thu, 24 Dec 1998 07:28:13 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22126; Thu, 24 Dec 1998 07:28:01 -0800 (PST) Date: Thu, 24 Dec 1998 07:28:01 -0800 (PST) Message-Id: <199812241528.HAA22126@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/tik - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 07:28:01 PST ports/net/tik - Imported sources Update of /home/ncvs/ports/net/tik In directory freefall.freebsd.org:/c/users/flathill/tik Log Message: PR: ports/9139 Submitted by: pdoshi01@student.vill.edu A Tcl/Tk based AOL Instant Messenger (AIM) Chat Client Status: Vendor Tag: PDOSHI01 Release Tags: v0_51beta N ports/net/tik/Makefile I ports/net/tik/CVS N ports/net/tik/pkg/COMMENT N ports/net/tik/pkg/DESCR N ports/net/tik/pkg/PLIST N ports/net/tik/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 Thu Dec 24 07:33:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13059 for cvs-all-outgoing; Thu, 24 Dec 1998 07:33:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13054; Thu, 24 Dec 1998 07:33:55 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22160; Thu, 24 Dec 1998 07:29:22 -0800 (PST) Date: Thu, 24 Dec 1998 07:29:22 -0800 (PST) Message-Id: <199812241529.HAA22160@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 07:29:22 PST Modified files: net Makefile Log: Activate net/tik Revision Changes Path 1.212 +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 Thu Dec 24 08:28:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19560 for cvs-all-outgoing; Thu, 24 Dec 1998 08:28:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19555; Thu, 24 Dec 1998 08:28:30 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24804; Thu, 24 Dec 1998 08:28:20 -0800 (PST) Date: Thu, 24 Dec 1998 08:28:20 -0800 (PST) Message-Id: <199812241628.IAA24804@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 08:28:19 PST Modified files: . modules Log: aspell --> ports/textproc/aspell Revision Changes Path 1.2627 +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 Dec 24 08:29:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19598 for cvs-all-outgoing; Thu, 24 Dec 1998 08:29:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19592; Thu, 24 Dec 1998 08:29:10 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24882; Thu, 24 Dec 1998 08:29:00 -0800 (PST) Date: Thu, 24 Dec 1998 08:29:00 -0800 (PST) Message-Id: <199812241629.IAA24882@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/aspell - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 08:29:00 PST ports/textproc/aspell - Imported sources Update of /home/ncvs/ports/textproc/aspell In directory freefall.freebsd.org:/c/users/flathill/aspell Log Message: PR: ports/9072 Submitted by: josh@quick.net Spelling checker with better suggestion logic than ispell Status: Vendor Tag: JOSH Release Tags: v0_24 N ports/textproc/aspell/Makefile I ports/textproc/aspell/CVS N ports/textproc/aspell/pkg/COMMENT N ports/textproc/aspell/pkg/PLIST N ports/textproc/aspell/pkg/DESCR N ports/textproc/aspell/files/md5 N ports/textproc/aspell/patches/patch-aa N ports/textproc/aspell/patches/patch-ab N ports/textproc/aspell/patches/patch-ac N ports/textproc/aspell/patches/patch-ad N ports/textproc/aspell/patches/patch-ae 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 Dec 24 08:29:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19847 for cvs-all-outgoing; Thu, 24 Dec 1998 08:29:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19842; Thu, 24 Dec 1998 08:29:58 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA25038; Thu, 24 Dec 1998 08:29:48 -0800 (PST) Date: Thu, 24 Dec 1998 08:29:48 -0800 (PST) Message-Id: <199812241629.IAA25038@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 08:29:48 PST Modified files: textproc Makefile Log: Activate textproc/aspell Revision Changes Path 1.36 +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 Thu Dec 24 08:32:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20412 for cvs-all-outgoing; Thu, 24 Dec 1998 08:32:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from lodgenet.com (cline.lodgenet.com [204.124.122.251]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20407 for ; Thu, 24 Dec 1998 08:32:03 -0800 (PST) (envelope-from erich@garbo.lodgenet.com) Received: from garbo.lodgenet.com (jake.lodgenet.com [10.0.122.30]) by lodgenet.com (8.7.5/8.7.3) with ESMTP id KAA00701 for ; Thu, 24 Dec 1998 10:31:47 -0600 Message-Id: <199812241631.KAA00701@lodgenet.com> X-Mailer: exmh version 2.0.2 2/24/98 To: cvs-committers@FreeBSD.ORG Subject: Intel EtherExpress Netboot Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Dec 1998 10:30:06 -0600 From: "Eric L. Hernes" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Howdy, I've thrown together some patches and code to support booting from these cards. I've booted from dos floppy (via nbfxp.com) and from flash images. I'd appreciate it if someone would like to run an eyeball over the stuff & help me get it in the tree. http://www.freebsd.org/~erich/nbfxp.tgz Thanks, Eric -- Eric L. Hernes erich@lodgenet.com erich@rrnet.com http://rrnet.com/~erich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 08:37:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21035 for cvs-all-outgoing; Thu, 24 Dec 1998 08:37:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from feral-gw.feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21030; Thu, 24 Dec 1998 08:37:21 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral-gw.feral.com (8.8.7/8.8.7) with ESMTP id IAA14884; Thu, 24 Dec 1998 08:36:56 -0800 Date: Thu, 24 Dec 1998 08:36:56 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: Eivind Eklund cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam cam_xpt.c In-Reply-To: <19981224125156.G30095@follo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 24 Dec 1998, Eivind Eklund wrote: > On Wed, Dec 23, 1998 at 06:43:42PM -0800, Matt Jacob wrote: > > mjacob 1998/12/23 18:43:42 PST > > > > Modified files: > > sys/cam cam_xpt.c > > Log: > > Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again. > > Thanks for fixing it. I was unable to get to freefall back it out > myself (my upstream had broken routing all night :-( > Sigh- sorry if I sounded pissy in other mail about it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 08:44:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22080 for cvs-all-outgoing; Thu, 24 Dec 1998 08:44:52 -0800 (PST) (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 IAA22075; Thu, 24 Dec 1998 08:44:51 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id IAA16050; Thu, 24 Dec 1998 08:44:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id QAA10445; Thu, 24 Dec 1998 16:44:28 GMT (envelope-from obrien) Date: Thu, 24 Dec 1998 08:44:28 -0800 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict web2 Message-ID: <19981224084428.D2039@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199812240107.RAA03551@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Dag-Erling Smorgrav on Thu, Dec 24, 1998 at 11:40:59AM +0100 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Um, you may be correct (in fact I'd tend to think "corelate" is a > *mis*spelling), but I don't think we should go about and edit the > dictionary like that, at least not as long as the README says what it > does. When I am forced to spell check my papers on Solaris because FreeBSD allows what my Quals committee deems a misspelling (and all current dictionaries I could find in my lab), I will "fix" FreeBSD. -- -- 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 Thu Dec 24 08:56:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22975 for cvs-all-outgoing; Thu, 24 Dec 1998 08:56:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22970; Thu, 24 Dec 1998 08:56:58 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA26480; Thu, 24 Dec 1998 08:56:48 -0800 (PST) Date: Thu, 24 Dec 1998 08:56:48 -0800 (PST) Message-Id: <199812241656.IAA26480@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/tgif/files setup.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 08:56:48 PST Removed files: japanese/tgif/files setup.sh Log: I forgot 'cvs remove setup.sh' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 09:50:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28340 for cvs-all-outgoing; Thu, 24 Dec 1998 09:50:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28334; Thu, 24 Dec 1998 09:50:44 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA01880; Thu, 24 Dec 1998 09:50:35 -0800 (PST) Date: Thu, 24 Dec 1998 09:50:35 -0800 (PST) Message-Id: <199812241750.JAA01880@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/24 09:50:34 PST Modified files: sys/pci if_xl.c Log: Fix a small bug in xl_start(): when queuing a packet onto the end of an existing chain, don't forget to move xl_tx_tail to point to the new tail end. Revision Changes Path 1.22 +3 -2 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 09:52:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28538 for cvs-all-outgoing; Thu, 24 Dec 1998 09:52:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28533; Thu, 24 Dec 1998 09:52:19 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA01993; Thu, 24 Dec 1998 09:52:09 -0800 (PST) Date: Thu, 24 Dec 1998 09:52:09 -0800 (PST) Message-Id: <199812241752.JAA01993@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/24 09:52:09 PST Modified files: (Branch: RELENG_2_2) sys/pci if_xl.c Log: MFC: fix bug in xl_start() Revision Changes Path 1.5.2.16 +3 -2 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 09:52:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28570 for cvs-all-outgoing; Thu, 24 Dec 1998 09:52:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28565; Thu, 24 Dec 1998 09:52:45 -0800 (PST) (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 JAA02022; Thu, 24 Dec 1998 09:52:36 -0800 (PST) Date: Thu, 24 Dec 1998 09:52:36 -0800 (PST) Message-Id: <199812241752.JAA02022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/bro Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/24 09:52:35 PST Modified files: security/bro Makefile Log: Attempt to not "exit 1" if the distfile is missing. Otherwise batch fetching of distfiles is harder than I would like. Revision Changes Path 1.7 +5 -12 ports/security/bro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 10:03:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29620 for cvs-all-outgoing; Thu, 24 Dec 1998 10:03:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29615; Thu, 24 Dec 1998 10:03:33 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA02551; Thu, 24 Dec 1998 10:03:18 -0800 (PST) Date: Thu, 24 Dec 1998 10:03:18 -0800 (PST) Message-Id: <199812241803.KAA02551@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_vr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/24 10:03:18 PST Modified files: sys/pci if_vr.c Log: The VIA Rhine appears to be yet another chip that always includes the ethernet CRC in received frames and has no option to turn this behavior off. Trim the CRC off manually in vr_rxeof(). Revision Changes Path 1.5 +11 -2 src/sys/pci/if_vr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 10:09:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00390 for cvs-all-outgoing; Thu, 24 Dec 1998 10:09:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00385; Thu, 24 Dec 1998 10:09:38 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA02953; Thu, 24 Dec 1998 10:09:28 -0800 (PST) Date: Thu, 24 Dec 1998 10:09:28 -0800 (PST) Message-Id: <199812241809.KAA02953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 10:09:27 PST Modified files: . modules Log: erlang --> ports/lang/erlang Revision Changes Path 1.2628 +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 Dec 24 10:12:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00674 for cvs-all-outgoing; Thu, 24 Dec 1998 10:12:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00616; Thu, 24 Dec 1998 10:12:01 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03145; Thu, 24 Dec 1998 10:11:50 -0800 (PST) Date: Thu, 24 Dec 1998 10:11:50 -0800 (PST) Message-Id: <199812241811.KAA03145@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/erlang - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 10:11:50 PST ports/lang/erlang - Imported sources Update of /home/ncvs/ports/lang/erlang In directory freefall.freebsd.org:/c/users/flathill/erlang Log Message: PR: ports/9054 Submitted by: Ruslan@Shevchenko.Kiev.UA modern programming language from Ericsson labs Status: Vendor Tag: RUSLAN Release Tags: v47_4_0 N ports/lang/erlang/Makefile I ports/lang/erlang/CVS N ports/lang/erlang/files/md5 N ports/lang/erlang/patches/patch-aa N ports/lang/erlang/pkg/COMMENT N ports/lang/erlang/pkg/DESCR N ports/lang/erlang/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 Dec 24 10:12:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00739 for cvs-all-outgoing; Thu, 24 Dec 1998 10:12:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00734; Thu, 24 Dec 1998 10:12:42 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03292; Thu, 24 Dec 1998 10:12:32 -0800 (PST) Date: Thu, 24 Dec 1998 10:12:32 -0800 (PST) Message-Id: <199812241812.KAA03292@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 10:12:32 PST Modified files: lang Makefile Log: Activate lang/erlang Revision Changes Path 1.120 +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 Thu Dec 24 10:20:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01430 for cvs-all-outgoing; Thu, 24 Dec 1998 10:20:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01384; Thu, 24 Dec 1998 10:19:57 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03803; Thu, 24 Dec 1998 10:19:48 -0800 (PST) Date: Thu, 24 Dec 1998 10:19:48 -0800 (PST) Message-Id: <199812241819.KAA03803@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/csu/i386-elf crt1.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/24 10:19:47 PST Modified files: lib/csu/i386-elf crt1.c Log: Strip the leading path from __progname as is done in the a.out case. Also bring in stddef.h so we can use NULL instead of 0 for pointer comparisons. Hinted at by: Bruce Evans Reviewed by: John Polstra Revision Changes Path 1.3 +9 -3 src/lib/csu/i386-elf/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 10:21:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01522 for cvs-all-outgoing; Thu, 24 Dec 1998 10:21:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01517; Thu, 24 Dec 1998 10:21:09 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03915; Thu, 24 Dec 1998 10:20:59 -0800 (PST) Date: Thu, 24 Dec 1998 10:20:59 -0800 (PST) Message-Id: <199812241820.KAA03915@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/24 10:20:58 PST Modified files: usr.bin/w w.c Log: Since argv is in scope, use argv[0] instead of __progname. Suggested by: bde Revision Changes Path 1.30 +2 -2 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 Thu Dec 24 10:26:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02238 for cvs-all-outgoing; Thu, 24 Dec 1998 10:26:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02224; Thu, 24 Dec 1998 10:26:32 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04143; Thu, 24 Dec 1998 10:26:22 -0800 (PST) Date: Thu, 24 Dec 1998 10:26:22 -0800 (PST) Message-Id: <199812241826.KAA04143@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/imap-uw Makefile ports/mail/imap-uw/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 10:26:22 PST Modified files: mail/imap-uw Makefile mail/imap-uw/pkg PLIST Log: Install headers for libc-client PR: ports/9108 Submitted by: yds@dppl.com Revision Changes Path 1.24 +4 -8 ports/mail/imap-uw/Makefile 1.8 +3 -0 ports/mail/imap-uw/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 Dec 24 10:40:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03453 for cvs-all-outgoing; Thu, 24 Dec 1998 10:40:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03415; Thu, 24 Dec 1998 10:39:59 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04664; Thu, 24 Dec 1998 10:39:50 -0800 (PST) Date: Thu, 24 Dec 1998 10:39:50 -0800 (PST) Message-Id: <199812241839.KAA04664@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_rl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/24 10:39:49 PST Modified files: sys/pci if_rl.c Log: Grrrr... The RealTek 8139 is yet another chip that includes the ethernet CRC in received frames, which we need to trim manually. Revision Changes Path 1.8 +13 -4 src/sys/pci/if_rl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 10:44:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04197 for cvs-all-outgoing; Thu, 24 Dec 1998 10:44:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04192; Thu, 24 Dec 1998 10:44:11 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05822; Thu, 24 Dec 1998 10:44:01 -0800 (PST) Date: Thu, 24 Dec 1998 10:44:01 -0800 (PST) Message-Id: <199812241844.KAA05822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/h2n-bind4 Makefile ports/net/h2n-bind4/files md5 ports/net/h2n-bind4/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/24 10:44:01 PST Removed files: net/h2n-bind4 Makefile net/h2n-bind4/files md5 net/h2n-bind4/pkg COMMENT DESCR PLIST Log: Discard net/h2n-bind4. I'll Import net/h2n instead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 10:47:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04679 for cvs-all-outgoing; Thu, 24 Dec 1998 10:47:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04657; Thu, 24 Dec 1998 10:47:12 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06010; Thu, 24 Dec 1998 10:47:02 -0800 (PST) Date: Thu, 24 Dec 1998 10:47:02 -0800 (PST) Message-Id: <199812241847.KAA06010@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/24 10:47:02 PST Modified files: . modules Log: Discard ports/net/h2n-bind4 Revision Changes Path 1.2629 +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 Dec 24 10:49:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04831 for cvs-all-outgoing; Thu, 24 Dec 1998 10:49:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04826; Thu, 24 Dec 1998 10:49:09 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06115; Thu, 24 Dec 1998 10:49:00 -0800 (PST) Date: Thu, 24 Dec 1998 10:49:00 -0800 (PST) Message-Id: <199812241849.KAA06115@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/24 10:48:59 PST Modified files: . modules Log: h2n --> ports/net/h2n Revision Changes Path 1.2630 +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 Dec 24 10:52:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05341 for cvs-all-outgoing; Thu, 24 Dec 1998 10:52:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05335; Thu, 24 Dec 1998 10:52:49 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06284; Thu, 24 Dec 1998 10:52:39 -0800 (PST) Date: Thu, 24 Dec 1998 10:52:39 -0800 (PST) Message-Id: <199812241852.KAA06284@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/h2n - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/24 10:52:39 PST ports/net/h2n - Imported sources Update of /home/ncvs/ports/net/h2n In directory freefall.freebsd.org:/c/users/sada/work/ports/net/h2n Log Message: h2n, easy BIND[48] configure and maintainance tool. This program is introduced in NUTSHELL's ``DNS & BIND''. Status: Vendor Tag: SADA Release Tags: h2n N ports/net/h2n/Makefile I ports/net/h2n/CVS N ports/net/h2n/files/md5 N ports/net/h2n/pkg/COMMENT N ports/net/h2n/pkg/DESCR N ports/net/h2n/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 Dec 24 10:53:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05369 for cvs-all-outgoing; Thu, 24 Dec 1998 10:53:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05362; Thu, 24 Dec 1998 10:52:59 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06306; Thu, 24 Dec 1998 10:52:49 -0800 (PST) Date: Thu, 24 Dec 1998 10:52:49 -0800 (PST) Message-Id: <199812241852.KAA06306@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/texts RELNOTES.TXT src/share/man/man4/man4.i386 rl.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/24 10:52:48 PST Modified files: release/texts RELNOTES.TXT share/man/man4/man4.i386 rl.4 Log: Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI, not EtherEZ. Revision Changes Path 1.7 +2 -2 src/release/texts/RELNOTES.TXT 1.7 +3 -3 src/share/man/man4/man4.i386/rl.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 10:54:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05662 for cvs-all-outgoing; Thu, 24 Dec 1998 10:54:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05657; Thu, 24 Dec 1998 10:54:19 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06456; Thu, 24 Dec 1998 10:54:09 -0800 (PST) Date: Thu, 24 Dec 1998 10:54:09 -0800 (PST) Message-Id: <199812241854.KAA06456@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/24 10:54:09 PST Modified files: net Makefile Log: Discard h2n-bind4 and Activate h2n. Revision Changes Path 1.213 +2 -2 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 11:10:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07365 for cvs-all-outgoing; Thu, 24 Dec 1998 11:10:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07319; Thu, 24 Dec 1998 11:10:16 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA07395; Thu, 24 Dec 1998 11:10:06 -0800 (PST) Date: Thu, 24 Dec 1998 11:10:06 -0800 (PST) Message-Id: <199812241910.LAA07395@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_mx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/24 11:10:06 PST Modified files: sys/pci if_mx.c Log: One more time: another case where we need to trim the CRC manually. Revision Changes Path 1.6 +11 -2 src/sys/pci/if_mx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 11:11:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07448 for cvs-all-outgoing; Thu, 24 Dec 1998 11:11:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07440; Thu, 24 Dec 1998 11:11:23 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA07500; Thu, 24 Dec 1998 11:11:14 -0800 (PST) Date: Thu, 24 Dec 1998 11:11:14 -0800 (PST) Message-Id: <199812241911.LAA07500@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/teTeX Makefile ports/print/teTeX/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 11:11:13 PST Modified files: print/teTeX Makefile print/teTeX/pkg PLIST Log: Don't install ${PREFIX}/bin/install-info PR: ports/8387 Submitted by: finrod@niobe.ewox.org Revision Changes Path 1.27 +2 -1 ports/print/teTeX/Makefile 1.13 +0 -1 ports/print/teTeX/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 Dec 24 11:19:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08384 for cvs-all-outgoing; Thu, 24 Dec 1998 11:19:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08379; Thu, 24 Dec 1998 11:19:40 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA07979; Thu, 24 Dec 1998 11:19:30 -0800 (PST) Date: Thu, 24 Dec 1998 11:19:30 -0800 (PST) Message-Id: <199812241919.LAA07979@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/gtar Makefile ports/sysutils/gtar/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/24 11:19:30 PST Modified files: sysutils/gtar Makefile sysutils/gtar/pkg PLIST Log: Create info/dir before trying to use it. Also, add install-info lines to PLIST. Revision Changes Path 1.3 +6 -1 ports/sysutils/gtar/Makefile 1.2 +3 -0 ports/sysutils/gtar/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 Dec 24 12:32:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16268 for cvs-all-outgoing; Thu, 24 Dec 1998 12:32:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16257; Thu, 24 Dec 1998 12:32:34 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10646; Thu, 24 Dec 1998 12:32:24 -0800 (PST) Date: Thu, 24 Dec 1998 12:32:24 -0800 (PST) Message-Id: <199812242032.MAA10646@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/ports categories Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/24 12:32:24 PST Modified files: en/ports categories Log: Add elisp category. Delete some very old ones. Revision Changes Path 1.2 +2 -7 www/en/ports/categories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 12:48:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17885 for cvs-all-outgoing; Thu, 24 Dec 1998 12:48:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17880; Thu, 24 Dec 1998 12:48:12 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11145; Thu, 24 Dec 1998 12:48:02 -0800 (PST) Date: Thu, 24 Dec 1998 12:48:02 -0800 (PST) Message-Id: <199812242048.MAA11145@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 12:48:02 PST Modified files: . modules Log: sniff --> ports/security/sniff Revision Changes Path 1.2631 +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 Dec 24 12:49:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18164 for cvs-all-outgoing; Thu, 24 Dec 1998 12:49:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18159; Thu, 24 Dec 1998 12:49:16 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11223; Thu, 24 Dec 1998 12:49:06 -0800 (PST) Date: Thu, 24 Dec 1998 12:49:06 -0800 (PST) Message-Id: <199812242049.MAA11223@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/sniff - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 12:49:06 PST ports/security/sniff - Imported sources Update of /home/ncvs/ports/security/sniff In directory freefall.freebsd.org:/c/users/jseger/cvsworkdir/sniff Log Message: Import of sniff v1.0 This program filters the tcpump raw packet data looking for logins and passwords on the most commonly used tcp ports (ftp telnet pop3 ...). It dumps sniffed data to a file named sniff.log PR: 9039 Submitted by: admin@righi.ml.org Status: Vendor Tag: ADMIN Release Tags: v1_0 N ports/security/sniff/Makefile I ports/security/sniff/CVS N ports/security/sniff/pkg/COMMENT N ports/security/sniff/pkg/DESCR N ports/security/sniff/pkg/PLIST N ports/security/sniff/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 Thu Dec 24 12:49:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18235 for cvs-all-outgoing; Thu, 24 Dec 1998 12:49:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18230; Thu, 24 Dec 1998 12:49:52 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11252; Thu, 24 Dec 1998 12:49:43 -0800 (PST) Date: Thu, 24 Dec 1998 12:49:43 -0800 (PST) Message-Id: <199812242049.MAA11252@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/24 12:49:42 PST Modified files: security Makefile Log: Activate security/sniff Revision Changes Path 1.38 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 13:20:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21569 for cvs-all-outgoing; Thu, 24 Dec 1998 13:20:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21563; Thu, 24 Dec 1998 13:20:08 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id WAA76269; Thu, 24 Dec 1998 22:19:45 +0100 (CET) (envelope-from des) To: obrien@NUXI.com Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict web2 References: <199812240107.RAA03551@freefall.freebsd.org> <19981224084428.D2039@dragon.nuxi.com> From: Dag-Erling Smorgrav Date: 24 Dec 1998 22:19:45 +0100 In-Reply-To: "David O'Brien"'s message of "Thu, 24 Dec 1998 08:44:28 -0800" Message-ID: Lines: 20 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "David O'Brien" writes: > > Um, you may be correct (in fact I'd tend to think "corelate" is a > > *mis*spelling), but I don't think we should go about and edit the > > dictionary like that, at least not as long as the README says what it > > does. > When I am forced to spell check my papers on Solaris because FreeBSD > allows what my Quals committee deems a misspelling (and all current > dictionaries I could find in my lab), I will "fix" FreeBSD. The point is that you're not fixing FreeBSD, you're fixing Webster's Second International. The *least* you can do is add a note to /usr/share/dict/README to the effect that a few words have been removed to reflect the evolution of the language, or something. If someone on the FreeBSD team makes an invalid "correction" to the dictionary we'll be distributing an erroneous dictionary and attributing the mistakes to Webster. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 13:21:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21638 for cvs-all-outgoing; Thu, 24 Dec 1998 13:21:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21633; Thu, 24 Dec 1998 13:21:31 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12172; Thu, 24 Dec 1998 13:21:21 -0800 (PST) Date: Thu, 24 Dec 1998 13:21:21 -0800 (PST) Message-Id: <199812242121.NAA12172@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/12/24 13:21:21 PST Modified files: sys/i386/linux linux_misc.c Log: According to the author.. "I've been having a problem running the patches [committed to current] installed with the COMPAT_LINUX_THREADS option along with the VM_STACK patches I did. I'm not sure what the problem is, since it seemed to work before. In any event, the attached patch fixes the problem for me. While I've had no report of problems from anyone else, possibly it would be wise to commit the patch until the problem is found. Also, there was some left-over junk in the linux_misc.c file from some earlier work I did. The attached patch cleans that up too." Submitted by: "Richard Seaman, Jr." Revision Changes Path 1.49 +4 -9 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 13:35:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23208 for cvs-all-outgoing; Thu, 24 Dec 1998 13:35:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23201; Thu, 24 Dec 1998 13:35:25 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id WAA76331; Thu, 24 Dec 1998 22:35:12 +0100 (CET) (envelope-from des) To: Steve Price Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/w w.c References: <199812241820.KAA03915@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 24 Dec 1998 22:35:12 +0100 In-Reply-To: Steve Price's message of "Thu, 24 Dec 1998 10:20:59 -0800 (PST)" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Steve Price writes: > steve 1998/12/24 10:20:58 PST > > Modified files: > usr.bin/w w.c > Log: > Since argv is in scope, use argv[0] instead of __progname. Is that correct? __progname is (AFAIK) guaranteed to always be the base name (without the directory part) - at least now that it is fixed for Elf programs - whereas argv[0] may or may not contain a directory part. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 13:54:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25299 for cvs-all-outgoing; Thu, 24 Dec 1998 13:54:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25291; Thu, 24 Dec 1998 13:54:30 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id PAA15162; Thu, 24 Dec 1998 15:54:15 -0600 (CST) Date: Thu, 24 Dec 1998 15:54:14 -0600 (CST) From: Steve Price To: Dag-Erling Smorgrav cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/w w.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 24 Dec 1998, Dag-Erling Smorgrav wrote: # Steve Price writes: # > steve 1998/12/24 10:20:58 PST # > # > Modified files: # > usr.bin/w w.c # > Log: # > Since argv is in scope, use argv[0] instead of __progname. # # Is that correct? __progname is (AFAIK) guaranteed to always be the # base name (without the directory part) - at least now that it is fixed # for Elf programs - whereas argv[0] may or may not contain a directory # part. Userland applications shouldn't use __progname. Besides in this case we really don't care if the path is present or not. All we are looking for is something that looks like 'uptime'. Of course this is still broken if you do something bizarre like /bin-uptime/w and expect w(1) semantics. Then again the original version would treat 'umm-w' as uptime(1) and 'my-uptime' as 'w'. Not a perfect solution either way but I think the way it stands now fits the original intent and doesn't use variables that aren't intended for use in userland. -steve # DES # -- # Dag-Erling Smorgrav - des@flood.ping.uio.no # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 15:27:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04295 for cvs-all-outgoing; Thu, 24 Dec 1998 15:27:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04288; Thu, 24 Dec 1998 15:27:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14791; Thu, 24 Dec 1998 15:27:34 -0800 (PST) Date: Thu, 24 Dec 1998 15:27:34 -0800 (PST) Message-Id: <199812242327.PAA14791@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/24 15:27:33 PST Modified files: usr.bin/w w.c Log: No __profname bozoness, no strstr() bozoness... test argv[0] against "uptime" the right way. Sheesh. Revision Changes Path 1.31 +21 -4 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 Thu Dec 24 15:28:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04393 for cvs-all-outgoing; Thu, 24 Dec 1998 15:28:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04388; Thu, 24 Dec 1998 15:28:48 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id PAA85480; Thu, 24 Dec 1998 15:28:31 -0800 (PST) (envelope-from dillon) Date: Thu, 24 Dec 1998 15:28:31 -0800 (PST) From: Matthew Dillon Message-Id: <199812242328.PAA85480@apollo.backplane.com> To: Steve Price Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/w w.c References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :# Steve Price writes: :# > steve 1998/12/24 10:20:58 PST :# > :# > Modified files: :# > usr.bin/w w.c :# > Log: :# > Since argv is in scope, use argv[0] instead of __progname. :# :# Is that correct? __progname is (AFAIK) guaranteed to always be the :# base name (without the directory part) - at least now that it is fixed :# for Elf programs - whereas argv[0] may or may not contain a directory :# part. : :Userland applications shouldn't use __progname. Besides in this :case we really don't care if the path is present or not. All we :are looking for is something that looks like 'uptime'. Of course :this is still broken if you do something bizarre like /bin-uptime/w :and expect w(1) semantics. Then again the original version would :treat 'umm-w' as uptime(1) and 'my-uptime' as 'w'. Not a perfect :solution either way but I think the way it stands now fits the :original intent and doesn't use variables that aren't intended :for use in userland. : :-steve : :# DES :# -- :# Dag-Erling Smorgrav - des@flood.ping.uio.no You both have gone off the deep end :-) It's trivial to just add a few lines of C and use strrchr() to check the tail end of argv[0]. It makes no sense to use an internal global like __progname nor does it make sense to make exec path assumptions by using strstr(), especially when the exec path leading to /bin/w can be virtually anything. I've committed a fix. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 16:15:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10905 for cvs-all-outgoing; Thu, 24 Dec 1998 16:15:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10900; Thu, 24 Dec 1998 16:15:33 -0800 (PST) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA16342; Thu, 24 Dec 1998 16:15:24 -0800 (PST) Date: Thu, 24 Dec 1998 16:15:24 -0800 (PST) Message-Id: <199812250015.QAA16342@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/amanda24 Makefile ports/misc/amanda24/files md5 ports/misc/amanda24/patches patch-ad patch-ah ports/misc/amanda24/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cwt 1998/12/24 16:15:24 PST Modified files: misc/amanda24 Makefile misc/amanda24/files md5 misc/amanda24/pkg PLIST Removed files: misc/amanda24/patches patch-ad patch-ah Log: Amanda 2.4.1p1. Also, honor nodump flag - requested-by: wjw@hobby.digiware.nl Revision Changes Path 1.21 +5 -3 ports/misc/amanda24/Makefile 1.10 +1 -1 ports/misc/amanda24/files/md5 1.13 +4 -5 ports/misc/amanda24/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 Dec 24 16:30:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12132 for cvs-all-outgoing; Thu, 24 Dec 1998 16:30:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12116; Thu, 24 Dec 1998 16:30:04 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id KAA14335; Fri, 25 Dec 1998 10:59:10 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id KAA17100; Fri, 25 Dec 1998 10:58:42 +1030 (CST) Message-ID: <19981225105842.L12346@freebie.lemis.com> Date: Fri, 25 Dec 1998 10:58:42 +1030 From: Greg Lehey To: Dag-Erling Smorgrav , obrien@NUXI.com Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict web2 References: <199812240107.RAA03551@freefall.freebsd.org> <19981224084428.D2039@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Dag-Erling Smorgrav on Thu, Dec 24, 1998 at 10:19:45PM +0100 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thursday, 24 December 1998 at 22:19:45 +0100, Dag-Erling Smorgrav wrote: > "David O'Brien" writes: >>> Um, you may be correct (in fact I'd tend to think "corelate" is a >>> *mis*spelling), but I don't think we should go about and edit the >>> dictionary like that, at least not as long as the README says what it >>> does. >> When I am forced to spell check my papers on Solaris because FreeBSD >> allows what my Quals committee deems a misspelling (and all current >> dictionaries I could find in my lab), I will "fix" FreeBSD. > > The point is that you're not fixing FreeBSD, you're fixing Webster's > Second International. The *least* you can do is add a note to > /usr/share/dict/README to the effect that a few words have been > removed to reflect the evolution of the language, or something. If > someone on the FreeBSD team makes an invalid "correction" to the > dictionary we'll be distributing an erroneous dictionary and > attributing the mistakes to Webster. Agreed. We're not maintaining a historical document, we're maintaining a list of current American spellings. The README needs to state this. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 16:56:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14818 for cvs-all-outgoing; Thu, 24 Dec 1998 16:56:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14813; Thu, 24 Dec 1998 16:56:20 -0800 (PST) (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 QAA17290; Thu, 24 Dec 1998 16:56:10 -0800 (PST) Date: Thu, 24 Dec 1998 16:56:10 -0800 (PST) Message-Id: <199812250056.QAA17290@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/dict README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/24 16:56:10 PST Modified files: share/dict README Log: Note that we have removed some words form the original. Revision Changes Path 1.6 +11 -1 src/share/dict/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 16:58:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14917 for cvs-all-outgoing; Thu, 24 Dec 1998 16:58:02 -0800 (PST) (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 QAA14883; Thu, 24 Dec 1998 16:57:59 -0800 (PST) (envelope-from obrien@nuxi.ucdavis.edu) Received: (from obrien@localhost) by relay.nuxi.com (8.9.1/8.9.1) id QAA11414; Thu, 24 Dec 1998 16:57:04 -0800 (PST) (envelope-from obrien) Message-ID: <19981224165703.E15087@nuxi.com> Date: Thu, 24 Dec 1998 16:57:03 -0800 From: "David O'Brien" To: Greg Lehey , Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict web2 Reply-To: obrien@nuxi.ucdavis.edu References: <199812240107.RAA03551@freefall.freebsd.org> <19981224084428.D2039@dragon.nuxi.com> <19981225105842.L12346@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19981225105842.L12346@freebie.lemis.com>; from Greg Lehey on Fri, Dec 25, 1998 at 10:58:42AM +1030 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Agreed. We're not maintaining a historical document, we're > maintaining a list of current American spellings. We could easily/should add British and Australian spellings too. -- -- David (obrien@NUXI.ucdavis.edu -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 Thu Dec 24 16:58:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14925 for cvs-all-outgoing; Thu, 24 Dec 1998 16:58:03 -0800 (PST) (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 QAA14880; Thu, 24 Dec 1998 16:57:58 -0800 (PST) (envelope-from obrien@nuxi.ucdavis.edu) Received: (from obrien@localhost) by relay.nuxi.com (8.9.1/8.9.1) id QAA11422; Thu, 24 Dec 1998 16:57:40 -0800 (PST) (envelope-from obrien) Message-ID: <19981224165740.F15087@nuxi.com> Date: Thu, 24 Dec 1998 16:57:40 -0800 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict web2 Reply-To: obrien@nuxi.ucdavis.edu References: <199812240107.RAA03551@freefall.freebsd.org> <19981224084428.D2039@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Dag-Erling Smorgrav on Thu, Dec 24, 1998 at 10:19:45PM +0100 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > The point is that you're not fixing FreeBSD, you're fixing Webster's > Second International. Ah, now I understand your point. Done. -- -- David (obrien@NUXI.ucdavis.edu -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 Thu Dec 24 17:01:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15225 for cvs-all-outgoing; Thu, 24 Dec 1998 17:01:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15216; Thu, 24 Dec 1998 17:01:47 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA14496; Fri, 25 Dec 1998 11:31:22 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id LAA17942; Fri, 25 Dec 1998 11:31:23 +1030 (CST) Message-ID: <19981225113123.Q12346@freebie.lemis.com> Date: Fri, 25 Dec 1998 11:31:23 +1030 From: Greg Lehey To: obrien@nuxi.ucdavis.edu, Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict web2 References: <199812240107.RAA03551@freefall.freebsd.org> <19981224084428.D2039@dragon.nuxi.com> <19981225105842.L12346@freebie.lemis.com> <19981224165703.E15087@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19981224165703.E15087@nuxi.com>; from David O'Brien on Thu, Dec 24, 1998 at 04:57:03PM -0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thursday, 24 December 1998 at 16:57:03 -0800, David O'Brien wrote: >> Agreed. We're not maintaining a historical document, we're >> maintaining a list of current American spellings. > > We could easily/should add British and Australian spellings too. And a whole lot of others. Did somebody mention ftp://sable.ox.ac.uk/pub/wordlists/ in this thread? There's a lot of stuff there, and it is probably worth including. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 17:14:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16124 for cvs-all-outgoing; Thu, 24 Dec 1998 17:14:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16111; Thu, 24 Dec 1998 17:13:57 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id CAA58124; Fri, 25 Dec 1998 02:11:54 +0100 (CET) To: Greg Lehey cc: obrien@nuxi.ucdavis.edu, Dag-Erling Smorgrav , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict web2 In-reply-to: Your message of "Fri, 25 Dec 1998 11:31:23 +1030." <19981225113123.Q12346@freebie.lemis.com> Date: Fri, 25 Dec 1998 02:11:53 +0100 Message-ID: <58122.914548313@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19981225113123.Q12346@freebie.lemis.com>, Greg Lehey writes: >On Thursday, 24 December 1998 at 16:57:03 -0800, David O'Brien wrote: >>> Agreed. We're not maintaining a historical document, we're >>> maintaining a list of current American spellings. >> >> We could easily/should add British and Australian spellings too. > >And a whole lot of others. Did somebody mention >ftp://sable.ox.ac.uk/pub/wordlists/ in this thread? There's a lot of >stuff there, and it is probably worth including. STOP!!!!! There is general concent in -core that the only reason why Webster survives in FreeBSD is because of a couple of dependencies. Before anybody start to import elbonian dictionaries, zip codes for Halland or phone prefixes in the Vatican City, please understand that it will be yanked with no notice again. FreeBSD is not a public library. Feel free to make ports out of such data. -- 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 Thu Dec 24 18:14:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21286 for cvs-all-outgoing; Thu, 24 Dec 1998 18:14:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21280; Thu, 24 Dec 1998 18:14:17 -0800 (PST) (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 SAA19473; Thu, 24 Dec 1998 18:14:07 -0800 (PST) Date: Thu, 24 Dec 1998 18:14:07 -0800 (PST) Message-Id: <199812250214.SAA19473@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/bro Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/24 18:14:07 PST Modified files: security/bro Makefile Log: With Satoshi's next bsd.port.* commit, this should work. Revision Changes Path 1.8 +4 -2 ports/security/bro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Dec 24 19:05:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24025 for cvs-all-outgoing; Thu, 24 Dec 1998 19:05:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24020; Thu, 24 Dec 1998 19:05:31 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA20981; Thu, 24 Dec 1998 19:05:21 -0800 (PST) Date: Thu, 24 Dec 1998 19:05:21 -0800 (PST) Message-Id: <199812250305.TAA20981@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 19:05:21 PST Modified files: handbook submitters.sgml Log: Add new name for their port submissions. Satsuki FUJISHIMA xsystem-3.5 Revision Changes Path 1.267 +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 Thu Dec 24 22:00:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08631 for cvs-all-outgoing; Thu, 24 Dec 1998 22:00:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08626; Thu, 24 Dec 1998 22:00:45 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA24743; Thu, 24 Dec 1998 22:00:35 -0800 (PST) Date: Thu, 24 Dec 1998 22:00:35 -0800 (PST) Message-Id: <199812250600.WAA24743@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/24 22:00:35 PST Modified files: handbook submitters.sgml Log: Change mail address Revision Changes Path 1.268 +3 -3 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 Dec 25 01:03:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20923 for cvs-all-outgoing; Fri, 25 Dec 1998 01:03:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20914; Fri, 25 Dec 1998 01:03:28 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA29752; Fri, 25 Dec 1998 01:03:19 -0800 (PST) Date: Fri, 25 Dec 1998 01:03:19 -0800 (PST) Message-Id: <199812250903.BAA29752@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/12/25 01:03:19 PST Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.132. Revision Changes Path 1.48 +3 -3 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 01:04:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21219 for cvs-all-outgoing; Fri, 25 Dec 1998 01:04:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21214; Fri, 25 Dec 1998 01:04:21 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA29798; Fri, 25 Dec 1998 01:04:11 -0800 (PST) Date: Fri, 25 Dec 1998 01:04:11 -0800 (PST) Message-Id: <199812250904.BAA29798@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/12/25 01:04:11 PST Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.207. Revision Changes Path 1.76 +2 -1 src/sys/pc98/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 01:05:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21262 for cvs-all-outgoing; Fri, 25 Dec 1998 01:05:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21257; Fri, 25 Dec 1998 01:05:28 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA29855; Fri, 25 Dec 1998 01:05:18 -0800 (PST) Date: Fri, 25 Dec 1998 01:05:18 -0800 (PST) Message-Id: <199812250905.BAA29855@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/12/25 01:05:18 PST Modified files: sys/pc98/pc98 wd.c Log: Sync with sys/i386/isa/wd.c revision 1.182. Revision Changes Path 1.68 +14 -4 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 Fri Dec 25 02:27:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25728 for cvs-all-outgoing; Fri, 25 Dec 1998 02:27:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25721; Fri, 25 Dec 1998 02:27:02 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id VAA28449; Fri, 25 Dec 1998 21:26:44 +1100 Date: Fri, 25 Dec 1998 21:26:44 +1100 From: Bruce Evans Message-Id: <199812251026.VAA28449@godzilla.zeta.org.au> To: des@flood.ping.uio.no, sprice@hiwaay.net Subject: Re: cvs commit: src/usr.bin/w w.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >Userland applications shouldn't use __progname. Besides in this >case we really don't care if the path is present or not. All we >are looking for is something that looks like 'uptime'. Of course >this is still broken if you do something bizarre like /bin-uptime/w >and expect w(1) semantics. Then again the original version would >treat 'umm-w' as uptime(1) and 'my-uptime' as 'w'. Not a perfect >solution either way but I think the way it stands now fits the >original intent and doesn't use variables that aren't intended >for use in userland. OpenBSD requires __progname to be "w", "uptime", "-w" or "-uptime" but doesn't tell you about the names starting with "-" in the error message. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 02:34:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26134 for cvs-all-outgoing; Fri, 25 Dec 1998 02:34:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26129; Fri, 25 Dec 1998 02:34:38 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA02041; Fri, 25 Dec 1998 02:34:28 -0800 (PST) Date: Fri, 25 Dec 1998 02:34:28 -0800 (PST) Message-Id: <199812251034.CAA02041@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_vnops.c nfsm_subs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/12/25 02:34:28 PST Modified files: sys/nfs nfs_vnops.c nfsm_subs.h Log: Fix for creating files on a Solaris 7 server with NFSv3 (the request was slightly garbled but older servers seemed to understand it). Reviewed by: David O'Brien Revision Changes Path 1.115 +15 -79 src/sys/nfs/nfs_vnops.c 1.22 +62 -11 src/sys/nfs/nfsm_subs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 05:37:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08417 for cvs-all-outgoing; Fri, 25 Dec 1998 05:37:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.oneway.net (NS.ONEWAY.NET [203.75.146.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA08410 for ; Fri, 25 Dec 1998 05:36:57 -0800 (PST) (envelope-from vanilla@oneway.net) Received: (qmail 47735 invoked by uid 99); 25 Dec 1998 13:36:43 -0000 Message-ID: <19981225213643.A47727@ns.oneway.net> Date: Fri, 25 Dec 1998 21:36:43 +0800 From: Vanilla Pooh Shu To: committers@FreeBSD.ORG Subject: ports depend with gtk & gtk11 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Please don't touch it until I finish gtk upgrade, thanks... -- Just Do It Vanilla I. Shu \ ®}¤T®õ vanilla at FreeBSD.ORG http://www.FreeBSD.ORG/~vanilla (coming soon) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 06:41:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11227 for cvs-all-outgoing; Fri, 25 Dec 1998 06:41:22 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA11222; Fri, 25 Dec 1998 06:41:20 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA06930; Fri, 25 Dec 1998 06:41:10 -0800 (PST) Date: Fri, 25 Dec 1998 06:41:10 -0800 (PST) Message-Id: <199812251441.GAA06930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gtksee Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/25 06:41:10 PST Modified files: graphics/gtksee Makefile Log: Correct MASTER_SITES. Revision Changes Path 1.7 +2 -2 ports/graphics/gtksee/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 06:52:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11774 for cvs-all-outgoing; Fri, 25 Dec 1998 06:52:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA11761; Fri, 25 Dec 1998 06:52:18 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA03955; Fri, 25 Dec 1998 06:52:05 -0800 (PST) Date: Fri, 25 Dec 1998 06:52:05 -0800 (PST) Message-Id: <199812251452.GAA03955@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/libwww/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jseger 1998/12/25 06:52:05 PST Added files: www/libwww/patches patch-ad Log: Include a dummy version of the HText Interface so that the shared library links with other programs correctly. PR: ports/9116 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 07:37:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14058 for cvs-all-outgoing; Fri, 25 Dec 1998 07:37:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14053; Fri, 25 Dec 1998 07:37:03 -0800 (PST) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA04568; Fri, 25 Dec 1998 07:36:53 -0800 (PST) Date: Fri, 25 Dec 1998 07:36:53 -0800 (PST) Message-Id: <199812251536.HAA04568@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1998/12/25 07:36:53 PST Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 Log: Upgrade to Apache 1.3.3 + mod_ssl 2.1.4 Revision Changes Path 1.12 +3 -3 ports/www/apache13-modssl/Makefile 1.12 +1 -1 ports/www/apache13-modssl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 09:47:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22438 for cvs-all-outgoing; Fri, 25 Dec 1998 09:47:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22423; Fri, 25 Dec 1998 09:47:41 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA07496; Fri, 25 Dec 1998 09:47:32 -0800 (PST) Date: Fri, 25 Dec 1998 09:47:32 -0800 (PST) Message-Id: <199812251747.JAA07496@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/cons Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 09:47:31 PST Modified files: devel/cons Makefile Log: Update/add MASTERSITES. Submitted by: maintainer Revision Changes Path 1.2 +3 -2 ports/devel/cons/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 09:49:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22753 for cvs-all-outgoing; Fri, 25 Dec 1998 09:49:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22743; Fri, 25 Dec 1998 09:49:43 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA07596; Fri, 25 Dec 1998 09:49:34 -0800 (PST) Date: Fri, 25 Dec 1998 09:49:34 -0800 (PST) Message-Id: <199812251749.JAA07596@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vfghostscript55/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 09:49:34 PST Modified files: japanese/vfghostscript55/files md5 Log: Update botched checksum. Submitted by: KIRIYAMA Kazuhiko Revision Changes Path 1.15 +1 -1 ports/japanese/vfghostscript55/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 09:51:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22944 for cvs-all-outgoing; Fri, 25 Dec 1998 09:51:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22939; Fri, 25 Dec 1998 09:51:41 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA07781; Fri, 25 Dec 1998 09:51:32 -0800 (PST) Date: Fri, 25 Dec 1998 09:51:32 -0800 (PST) Message-Id: <199812251751.JAA07781@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/klyx Makefile ports/print/klyx/files md5 ports/print/klyx/pkg COMMENT PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 09:51:31 PST Modified files: print/klyx Makefile print/klyx/files md5 print/klyx/pkg COMMENT PLIST Log: Update to version 0.9.8a. PR: 8579 Submitted by: Tom Hukins Revision Changes Path 1.9 +7 -7 ports/print/klyx/Makefile 1.2 +1 -1 ports/print/klyx/files/md5 1.2 +1 -1 ports/print/klyx/pkg/COMMENT 1.2 +38 -47 ports/print/klyx/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 Dec 25 11:42:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29555 for cvs-all-outgoing; Fri, 25 Dec 1998 11:42:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29550; Fri, 25 Dec 1998 11:42:11 -0800 (PST) (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 LAA10620; Fri, 25 Dec 1998 11:42:01 -0800 (PST) Date: Fri, 25 Dec 1998 11:42:01 -0800 (PST) Message-Id: <199812251942.LAA10620@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/egcs/patches patch-ak Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/25 11:42:01 PST Added files: lang/egcs/patches patch-ak Log: Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case. This should fix some of the problems with exceptions under ELF. PR: ports/9089 Submitted by: jdp via Robert Schulhof To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 12:11:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01116 for cvs-all-outgoing; Fri, 25 Dec 1998 12:11:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01111; Fri, 25 Dec 1998 12:11:00 -0800 (PST) (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 MAA11564; Fri, 25 Dec 1998 12:10:50 -0800 (PST) Date: Fri, 25 Dec 1998 12:10:50 -0800 (PST) Message-Id: <199812252010.MAA11564@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/gnucash Makefile ports/deskutils/gnucash/files md5 ports/deskutils/gnucash/patches patch-02 patch-03 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/25 12:10:50 PST Modified files: deskutils/gnucash Makefile deskutils/gnucash/files md5 deskutils/gnucash/patches patch-02 patch-03 Log: Upgrade to 1.0.18. PR: ports/8978 Submitted by: Glenn Johnson Revision Changes Path 1.5 +6 -3 ports/deskutils/gnucash/Makefile 1.2 +1 -1 ports/deskutils/gnucash/files/md5 1.3 +8 -11 ports/deskutils/gnucash/patches/patch-02 1.4 +9 -5 ports/deskutils/gnucash/patches/patch-03 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 13:57:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07370 for cvs-all-outgoing; Fri, 25 Dec 1998 13:57:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07365; Fri, 25 Dec 1998 13:57:18 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA14783; Fri, 25 Dec 1998 13:57:08 -0800 (PST) Date: Fri, 25 Dec 1998 13:57:08 -0800 (PST) Message-Id: <199812252157.NAA14783@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/12/25 13:57:08 PST Modified files: release/sysinstall menus.c Log: Remove previous cast again - it triggers a compiler bug on the Alpha which prevents sysinstall from building. We'll just have to live with the warning on the x86. :( Revision Changes Path 1.178 +2 -2 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 15:39:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12069 for cvs-all-outgoing; Fri, 25 Dec 1998 15:39:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12064; Fri, 25 Dec 1998 15:39:11 -0800 (PST) (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 PAA17270; Fri, 25 Dec 1998 15:39:01 -0800 (PST) Date: Fri, 25 Dec 1998 15:39:01 -0800 (PST) Message-Id: <199812252339.PAA17270@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 security.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/25 15:39:01 PST Modified files: share/man/man7 security.7 Log: Hack -> compromise hacker -> intruder (couldn't desired between this and 'cracker') config -> configuration sorted crossreferences spell checked Overall very good content, but we need one of our wordsmiths to change the tone to match the CSRG manpages. Revision Changes Path 1.3 +51 -52 src/share/man/man7/security.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 16:08:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15494 for cvs-all-outgoing; Fri, 25 Dec 1998 16:08:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15489; Fri, 25 Dec 1998 16:08:20 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA18071; Fri, 25 Dec 1998 16:08:10 -0800 (PST) Date: Fri, 25 Dec 1998 16:08:10 -0800 (PST) Message-Id: <199812260008.QAA18071@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-php3 Makefile ports/www/apache13-php3/files md5 ports/www/apache13-php3/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1998/12/25 16:08:10 PST Modified files: www/apache13-php3 Makefile www/apache13-php3/files md5 www/apache13-php3/scripts configure.php Log: Upgrade to PHP 3.0.6 and mod_ssl 2.1.4 Revision Changes Path 1.62 +2 -2 ports/www/apache13-php3/Makefile 1.33 +2 -2 ports/www/apache13-php3/files/md5 1.9 +1 -1 ports/www/apache13-php3/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 16:51:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18192 for cvs-all-outgoing; Fri, 25 Dec 1998 16:51:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18187; Fri, 25 Dec 1998 16:51:06 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id RAA03404; Fri, 25 Dec 1998 17:50:53 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA16827; Fri, 25 Dec 1998 17:50:52 -0700 Date: Fri, 25 Dec 1998 17:50:52 -0700 Message-Id: <199812260050.RAA16827@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Price Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/jdk/patches patch-aa In-Reply-To: <199812222013.MAA08291@freefall.freebsd.org> References: <199812222013.MAA08291@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Added files: > lang/jdk/patches patch-aa > Log: > Add a temporary patch to correct a last minute problem in appletviewer. > > Submitted by: maintainer Thanks Steve! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 19:18:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26765 for cvs-all-outgoing; Fri, 25 Dec 1998 19:18:27 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26760; Fri, 25 Dec 1998 19:18:26 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21918; Fri, 25 Dec 1998 19:18:17 -0800 (PST) Date: Fri, 25 Dec 1998 19:18:17 -0800 (PST) Message-Id: <199812260318.TAA21918@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/25 19:18:16 PST Modified files: . INDEX Log: Christmas INDEX with 1,988 ports! Revision Changes Path 1.201 +296 -232 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 19:47:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27640 for cvs-all-outgoing; Fri, 25 Dec 1998 19:47:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: 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; Fri, 25 Dec 1998 19:47:29 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA22623; Fri, 25 Dec 1998 19:47:20 -0800 (PST) Date: Fri, 25 Dec 1998 19:47:20 -0800 (PST) Message-Id: <199812260347.TAA22623@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/xemacs-mule Makefile ports/editors/xemacs-mule-common Makefile ports/editors/xemacs-mule-common/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/25 19:47:20 PST Modified files: editors/xemacs-mule Makefile editors/xemacs-mule-common Makefile editors/xemacs-mule-common/files md5 Log: (1) Fetch site corrected (2) package-cookie correct reasonably (3) Use WRKDIRPREFIX PR: ports/8827 Submitted by: KIRIYAMA Kazuhiko Revision Changes Path 1.12 +10 -7 ports/editors/xemacs-mule/Makefile 1.4 +14 -8 ports/editors/xemacs-mule-common/Makefile 1.3 +1 -1 ports/editors/xemacs-mule-common/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 19:53:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28021 for cvs-all-outgoing; Fri, 25 Dec 1998 19:53:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from atdot.dotat.org (atdot.dotat.org [203.23.150.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28004; Fri, 25 Dec 1998 19:53:19 -0800 (PST) (envelope-from newton@atdot.dotat.org) Received: (from newton@localhost) by atdot.dotat.org (8.9.1/8.7) id OAA01444; Sat, 26 Dec 1998 14:22:19 +1030 (CST) Date: Sat, 26 Dec 1998 14:22:19 +1030 (CST) From: Mark Newton Message-Id: <199812260352.OAA01444@atdot.dotat.org> To: cvs-all@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: LDT entries - Proposed change Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I'd like to make some low-level changes over the next couple of days to support the svr4 emulator which I'll be committing after new-year. Synopsis of problem: Sun bug ID 1251858 describes how Sun changed the system call semantics of Solaris between 2.5.1 and 2.6. System calls are still done by means of an intersegment jump into one of the system's LDT entries; FreeBSD has historically supported system call execution through LDT entries 0 and 16 (for iBCS2 COFF and BSDI emulation respectively), but Solaris 2.6 uses LDT entry 4. Unfortunately, FreeBSD has historically used LDT entry 4 for user process data. I have a patch for sys/i386/include/segments.h and sys/i386/i386/machdep.c which changes LUDATA_SEL from 4 to 5 (why 5? Why not?) and provides for system call entries via LDT entry 4 (termed LSOL26CALLS_SEL at present). I'm running this kernel at the moment with no ill effects, and I'd like to commit the change at some point over the next couple of days. Does anyone know of any applications using USER_LDT which might be in love with entry 5 already? Does anyone know of any BadThings(tm) which will occur if LUDATA_SEL is moved to entry 5? If I don't get back any bad feedback I'll commit the change shortly before new-year. In the meantime, a patch against 3.0-RELEASE which makes the change is at http://www.freebsd.org/~newton/freebsd-svr4/segpatch if anyone wants to see it. Cheers, - mark -------------------------------------------------------------------- I tried an internal modem, newton@atdot.dotat.org but it hurt when I walked. Mark Newton ----- Voice: +61-4-1958-3414 ------------- Fax: +61-8-83034403 ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 20:30:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA29929 for cvs-all-outgoing; Fri, 25 Dec 1998 20:30:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA29924; Fri, 25 Dec 1998 20:30:19 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA23706; Fri, 25 Dec 1998 20:30:10 -0800 (PST) Date: Fri, 25 Dec 1998 20:30:10 -0800 (PST) Message-Id: <199812260430.UAA23706@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/qtarch - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 20:30:09 PST ports/devel/qtarch - Imported sources Update of /home/ncvs/ports/devel/qtarch In directory freefall.freebsd.org:/d/users/steve/work/qtarch Log Message: Initial import of qtarch version 1.4.1. Qt Architect (formerly known as the Qt Dialog Editor or dlgedit). PR: 8432 Submitted by: Frank Gruender Status: Vendor Tag: ELWOOD Release Tags: v1_4_1 N ports/devel/qtarch/Makefile N ports/devel/qtarch/files/md5 N ports/devel/qtarch/patches/patch-aa N ports/devel/qtarch/patches/patch-ab N ports/devel/qtarch/pkg/COMMENT N ports/devel/qtarch/pkg/DESCR N ports/devel/qtarch/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 Dec 25 20:31:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00304 for cvs-all-outgoing; Fri, 25 Dec 1998 20:31:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00298; Fri, 25 Dec 1998 20:31:23 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA23807; Fri, 25 Dec 1998 20:31:14 -0800 (PST) Date: Fri, 25 Dec 1998 20:31:14 -0800 (PST) Message-Id: <199812260431.UAA23807@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 20:31:13 PST Modified files: devel Makefile Log: Activate the qtarch port. Revision Changes Path 1.150 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 20:32:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00351 for cvs-all-outgoing; Fri, 25 Dec 1998 20:32:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00346; Fri, 25 Dec 1998 20:32:14 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA23846; Fri, 25 Dec 1998 20:32:04 -0800 (PST) Date: Fri, 25 Dec 1998 20:32:04 -0800 (PST) Message-Id: <199812260432.UAA23846@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 20:32:04 PST Modified files: . modules Log: qtarch -> ports/devel/qtarch Revision Changes Path 1.2632 +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 Dec 25 21:00:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01809 for cvs-all-outgoing; Fri, 25 Dec 1998 21:00:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01804; Fri, 25 Dec 1998 21:00:54 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA24911; Fri, 25 Dec 1998 21:00:45 -0800 (PST) Date: Fri, 25 Dec 1998 21:00:45 -0800 (PST) Message-Id: <199812260500.VAA24911@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/doc++ - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 21:00:45 PST ports/devel/doc++ - Imported sources Update of /home/ncvs/ports/devel/doc++ In directory freefall.freebsd.org:/d/users/steve/work/doc++ Log Message: Initial import of doc++ version 3.2. A javadoc style documentation system. PR: 9157 Submitted by: Ruslan Shevchenko Status: Vendor Tag: RUSLAN Release Tags: v3_2 N ports/devel/doc++/Makefile N ports/devel/doc++/files/md5 N ports/devel/doc++/patches/patch-aa N ports/devel/doc++/pkg/COMMENT N ports/devel/doc++/pkg/DESCR N ports/devel/doc++/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 Dec 25 21:01:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02066 for cvs-all-outgoing; Fri, 25 Dec 1998 21:01:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02059; Fri, 25 Dec 1998 21:01:51 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA25058; Fri, 25 Dec 1998 21:01:42 -0800 (PST) Date: Fri, 25 Dec 1998 21:01:42 -0800 (PST) Message-Id: <199812260501.VAA25058@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 21:01:42 PST Modified files: devel Makefile Log: Activate the doc++ port. Revision Changes Path 1.151 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 21:03:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02148 for cvs-all-outgoing; Fri, 25 Dec 1998 21:03:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02130; Fri, 25 Dec 1998 21:03:20 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA25283; Fri, 25 Dec 1998 21:03:10 -0800 (PST) Date: Fri, 25 Dec 1998 21:03:10 -0800 (PST) Message-Id: <199812260503.VAA25283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 21:03:10 PST Modified files: . modules Log: doc++ -> ports/devel/doc++ Revision Changes Path 1.2633 +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 Dec 25 21:04:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02201 for cvs-all-outgoing; Fri, 25 Dec 1998 21:04:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02196; Fri, 25 Dec 1998 21:04:13 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA25466; Fri, 25 Dec 1998 21:04:04 -0800 (PST) Date: Fri, 25 Dec 1998 21:04:04 -0800 (PST) Message-Id: <199812260504.VAA25466@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/12/25 21:04:04 PST Modified files: devel Makefile Log: Youch! Fix the disorder I caused in the last commit. :( Revision Changes Path 1.152 +2 -2 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 21:04:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02278 for cvs-all-outgoing; Fri, 25 Dec 1998 21:04:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02273; Fri, 25 Dec 1998 21:04:41 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id VAA29295; Fri, 25 Dec 1998 21:04:04 -0800 (PST) (envelope-from dillon) Date: Fri, 25 Dec 1998 21:04:04 -0800 (PST) From: Matthew Dillon Message-Id: <199812260504.VAA29295@apollo.backplane.com> To: Mark Newton Cc: cvs-all@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: LDT entries - Proposed change Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :I have a patch for sys/i386/include/segments.h and sys/i386/i386/machdep.c :which changes LUDATA_SEL from 4 to 5 (why 5? Why not?) and provides for :system call entries via LDT entry 4 (termed LSOL26CALLS_SEL at present). :... : :Cheers, : : - mark Unless you think you'll have the solaris emulation done by the 3.0.1 release, I would recommend waiting until the source tree split before commiting this change. I can't think of any specific problems that might occur but I don't think a month is long enough to test something like this and while the direct LDT references are constrained to a few files in i386, those files are pretty convoluted and it's a pretty scary change to make. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 21:19:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02840 for cvs-all-outgoing; Fri, 25 Dec 1998 21:19:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02835; Fri, 25 Dec 1998 21:19:52 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA27743; Fri, 25 Dec 1998 21:19:42 -0800 (PST) Date: Fri, 25 Dec 1998 21:19:42 -0800 (PST) Message-Id: <199812260519.VAA27743@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man7 security.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/25 21:19:42 PST Modified files: share/man/man7 security.7 Log: Fix copyright info. Man page was written by Matt, not CSRG :-) Revision Changes Path 1.4 +5 -33 src/share/man/man7/security.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 21:57:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA05895 for cvs-all-outgoing; Fri, 25 Dec 1998 21:57:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA05889; Fri, 25 Dec 1998 21:57:01 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA29557; Fri, 25 Dec 1998 21:56:52 -0800 (PST) Date: Fri, 25 Dec 1998 21:56:52 -0800 (PST) Message-Id: <199812260556.VAA29557@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/esound Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/25 21:56:52 PST Modified files: audio/esound Makefile Log: Change MASTER_SITES to GNOME project temporary. Revision Changes Path 1.6 +6 -4 ports/audio/esound/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 21:58:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA05945 for cvs-all-outgoing; Fri, 25 Dec 1998 21:58:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA05940; Fri, 25 Dec 1998 21:58:42 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA29686; Fri, 25 Dec 1998 21:58:33 -0800 (PST) Date: Fri, 25 Dec 1998 21:58:33 -0800 (PST) Message-Id: <199812260558.VAA29686@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/icewm Makefile ports/x11-wm/icewm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/25 21:58:33 PST Modified files: x11-wm/icewm Makefile x11-wm/icewm/files md5 Log: Upgrade to 0.9.22. Revision Changes Path 1.26 +3 -3 ports/x11-wm/icewm/Makefile 1.16 +1 -1 ports/x11-wm/icewm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Dec 25 22:29:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07885 for cvs-all-outgoing; Fri, 25 Dec 1998 22:29:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07879; Fri, 25 Dec 1998 22:29:29 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA00373; Fri, 25 Dec 1998 22:29:20 -0800 (PST) Date: Fri, 25 Dec 1998 22:29:20 -0800 (PST) Message-Id: <199812260629.WAA00373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/cad/felt Makefile ports/cad/felt/patches patch-ae ports/cad/felt/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/25 22:29:19 PST Modified files: cad/felt Makefile cad/felt/pkg PLIST Added files: cad/felt/patches patch-ae Log: Update: add patch-ae by MAINTAINER Revision Changes Path 1.11 +2 -2 ports/cad/felt/Makefile 1.5 +1 -0 ports/cad/felt/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 Dec 25 22:32:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08217 for cvs-all-outgoing; Fri, 25 Dec 1998 22:32:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08211; Fri, 25 Dec 1998 22:32:25 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA00581; Fri, 25 Dec 1998 22:32:16 -0800 (PST) Date: Fri, 25 Dec 1998 22:32:16 -0800 (PST) Message-Id: <199812260632.WAA00581@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/cad/felt/patches patch-ab patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1998/12/25 22:32:16 PST Modified files: cad/felt/patches patch-ab Removed files: cad/felt/patches patch-ae Log: Remove patch-ab. and rename patch-ae to patch-ab. Revision Changes Path 1.2 +40 -13 ports/cad/felt/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 00:53:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13988 for cvs-all-outgoing; Sat, 26 Dec 1998 00:53:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA13983; Sat, 26 Dec 1998 00:53:03 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA04297; Sat, 26 Dec 1998 00:52:54 -0800 (PST) Date: Sat, 26 Dec 1998 00:52:54 -0800 (PST) Message-Id: <199812260852.AAA04297@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/26 00:52:54 PST Modified files: databases Makefile Log: Activate interbase4. Revision Changes Path 1.33 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 00:54:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14245 for cvs-all-outgoing; Sat, 26 Dec 1998 00:54:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14240; Sat, 26 Dec 1998 00:54:25 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA04419; Sat, 26 Dec 1998 00:54:15 -0800 (PST) Date: Sat, 26 Dec 1998 00:54:15 -0800 (PST) Message-Id: <199812260854.AAA04419@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/26 00:54:15 PST Modified files: . modules Log: interbase4 --> ports/databases/interbase4 Revision Changes Path 1.2634 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 00:55:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14286 for cvs-all-outgoing; Sat, 26 Dec 1998 00:55:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14281; Sat, 26 Dec 1998 00:55:06 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA04488; Sat, 26 Dec 1998 00:54:57 -0800 (PST) Date: Sat, 26 Dec 1998 00:54:57 -0800 (PST) Message-Id: <199812260854.AAA04488@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/interbase4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/26 00:54:57 PST ports/databases/interbase4 - Imported sources Update of /home/ncvs/ports/databases/interbase4 In directory freefall.freebsd.org:/x/tmp/cvs-serv4479 Log Message: InterBase 4.0 PR: ports/8667 Submitted by: Berend de Boer Status: Vendor Tag: BEREND Release Tags: v4_0 N ports/databases/interbase4/Makefile N ports/databases/interbase4/files/md5 N ports/databases/interbase4/pkg/COMMENT N ports/databases/interbase4/pkg/MESSAGES N ports/databases/interbase4/pkg/DESCR N ports/databases/interbase4/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 04:14:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26800 for cvs-all-outgoing; Sat, 26 Dec 1998 04:14:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26795; Sat, 26 Dec 1998 04:14:41 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA10051; Sat, 26 Dec 1998 04:14:32 -0800 (PST) Date: Sat, 26 Dec 1998 04:14:32 -0800 (PST) Message-Id: <199812261214.EAA10051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/12/26 04:14:32 PST Modified files: sys/net if_spppsubr.c Log: clean up more timeout/untimeout portability stuff. make sure flags and stuff are set sensibly. Revision Changes Path 1.49 +19 -34 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 04:43:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27997 for cvs-all-outgoing; Sat, 26 Dec 1998 04:43:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27991; Sat, 26 Dec 1998 04:43:37 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA13262; Sat, 26 Dec 1998 04:43:28 -0800 (PST) Date: Sat, 26 Dec 1998 04:43:28 -0800 (PST) Message-Id: <199812261243.EAA13262@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/12/26 04:43:28 PST Modified files: sys/net if_spppsubr.c Log: Converge further on the isdn4bsd version of this file. Revision Changes Path 1.50 +25 -27 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 05:14:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29368 for cvs-all-outgoing; Sat, 26 Dec 1998 05:14:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29363; Sat, 26 Dec 1998 05:14:55 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA14208; Sat, 26 Dec 1998 05:14:46 -0800 (PST) Date: Sat, 26 Dec 1998 05:14:46 -0800 (PST) Message-Id: <199812261314.FAA14208@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/12/26 05:14:46 PST Modified files: sys/net if_spppsubr.c Log: More isdn4bsd convergence: cleanup log messages. Revision Changes Path 1.51 +24 -18 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 05:37:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00181 for cvs-all-outgoing; Sat, 26 Dec 1998 05:37:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from atdot.dotat.org (atdot.dotat.org [203.23.150.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00164; Sat, 26 Dec 1998 05:37:18 -0800 (PST) (envelope-from newton@atdot.dotat.org) Received: (from newton@localhost) by atdot.dotat.org (8.9.1/8.7) id AAA05205; Sun, 27 Dec 1998 00:06:10 +1030 (CST) From: Mark Newton Message-Id: <199812261336.AAA05205@atdot.dotat.org> Subject: Re: LDT entries - Proposed change To: dillon@apollo.backplane.com (Matthew Dillon) Date: Sun, 27 Dec 1998 00:06:09 +1030 (CST) Cc: cvs-all@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-Reply-To: <199812260504.VAA29295@apollo.backplane.com> from "Matthew Dillon" at Dec 25, 98 09:04:04 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matthew Dillon wrote: > :I have a patch for sys/i386/include/segments.h and sys/i386/i386/machdep.c > :which changes LUDATA_SEL from 4 to 5 (why 5? Why not?) and provides for > :system call entries via LDT entry 4 (termed LSOL26CALLS_SEL at present). > > Unless you think you'll have the solaris emulation done by the 3.0.1 > release, I don't think it'll ever be "done" any more than the Linux emulator is ever "done". It's currently in a state where it runs a decent selection of Solaris software with libraries from a Solaris 2.5.1 CD-ROM and a somewhat smaller selection of software if libraries are taken from a Solaris 2.6 CD-ROM (we've only just got executables to run with 2.6 libraries at all due to the LDT issue described above, and Sun has made enough libc/ld.so.1 changes between 2.5.1 and 2.6 to tickle the edges of the emulation's accuracy, so a bit more work will be required to provide 2.6 libraries with an environment where they can provide the same functionality as 2.5.1 libraries). I think most of those issues are actually answered by changes in the NetBSD codebase that I haven't tracked so I don't expect them to represent a major problem. I've had RealPlayer for Solaris 2.5.1 working (without audio) and most of the OpenWindows stuff from /usr/openwin on a Solaris/x86 CD. I've also done a small amount of fiddling with a SCO OpenServer CD-ROM with reasonable success. There's still a lot of work to do, but the core is there and limping along. I expect that bde will complain about some stylistic issues, but I'm keeping them in mind too :-) It's still an LKM, it compiles with too many warnings, and there are too many bits enclosed by #ifdef BOGUS or #ifdef NOTYET that I haven't had time to give attention to yet. http://www.freebsd.org/~newton/freebsd-svr4/index.html > I would recommend waiting until the source tree split > before commiting this change. I can't think of any specific problems > that might occur but I don't think a month is long enough to test > something like this and while the direct LDT references are constrained > to a few files in i386, those files are pretty convoluted and it's > a pretty scary change to make. I don't have a major problem with any of that. Whether it's committed or not I'll still be working on it, so this means it'll just be better when it is finally committed. When the time comes I'll also need to change a couple of prototypes (to un-staticize a couple of symbols in uipc_syscalls.c) and add a field to the end of struct socket in order to support emulation of icky SysV STREAMS over BSD sockets. I've been going over those with Mike Smith and discussed them briefly with Garrett earlier this year; See http://www.freebsd.org/~newton/freebsd-svr4/svr4patch for more diffs against 3.0-RELEASE. - mark -------------------------------------------------------------------- I tried an internal modem, newton@atdot.dotat.org but it hurt when I walked. Mark Newton ----- Voice: +61-4-1958-3414 ------------- Fax: +61-8-83034403 ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 07:55:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07576 for cvs-all-outgoing; Sat, 26 Dec 1998 07:55:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07571; Sat, 26 Dec 1998 07:55:57 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10951; Sat, 26 Dec 1998 07:55:48 -0800 (PST) Date: Sat, 26 Dec 1998 07:55:48 -0800 (PST) Message-Id: <199812261555.HAA10951@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/squid21 Makefile ports/www/squid21/files md5 ports/www/squid21/patches patch-ab patch-ac patch-ad patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/12/26 07:55:48 PST Modified files: www/squid21 Makefile www/squid21/files md5 Removed files: www/squid21/patches patch-ab patch-ac patch-ad patch-ae Log: Update from squid 2.0 -> squid 2.1 (after repository copy) Revision Changes Path 1.54 +9 -13 ports/www/squid21/Makefile 1.46 +2 -3 ports/www/squid21/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 Dec 26 07:56:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07846 for cvs-all-outgoing; Sat, 26 Dec 1998 07:56:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07836; Sat, 26 Dec 1998 07:56:30 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10980; Sat, 26 Dec 1998 07:56:21 -0800 (PST) Date: Sat, 26 Dec 1998 07:56:21 -0800 (PST) Message-Id: <199812261556.HAA10980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/12/26 07:56:21 PST Modified files: www Makefile Log: +squid21 Revision Changes Path 1.111 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 07:57:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07915 for cvs-all-outgoing; Sat, 26 Dec 1998 07:57:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07910; Sat, 26 Dec 1998 07:57:16 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA11016; Sat, 26 Dec 1998 07:57:07 -0800 (PST) Date: Sat, 26 Dec 1998 07:57:07 -0800 (PST) Message-Id: <199812261557.HAA11016@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/12/26 07:57:07 PST Modified files: . modules Log: squid21 -> ports/www/squid21 Revision Changes Path 1.2635 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 08:22:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09571 for cvs-all-outgoing; Sat, 26 Dec 1998 08:22:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09566; Sat, 26 Dec 1998 08:22:07 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA11701; Sat, 26 Dec 1998 08:21:58 -0800 (PST) Date: Sat, 26 Dec 1998 08:21:58 -0800 (PST) Message-Id: <199812261621.IAA11701@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-communicator Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/26 08:21:58 PST Modified files: www/netscape4-communicator Makefile Log: To answer the fortify's third question. Submitted by: Matthew Thyer Revision Changes Path 1.28 +2 -2 ports/www/netscape4-communicator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 08:26:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10023 for cvs-all-outgoing; Sat, 26 Dec 1998 08:26:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10017; Sat, 26 Dec 1998 08:26:51 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA11972; Sat, 26 Dec 1998 08:26:42 -0800 (PST) Date: Sat, 26 Dec 1998 08:26:42 -0800 (PST) Message-Id: <199812261626.IAA11972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook linuxemu.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 08:26:42 PST Modified files: handbook linuxemu.sgml Log: "from a a Linux one" -> "from a Linux binary" PR: docs/9190 Submitted by: Ying-Chieh Liao Revision Changes Path 1.25 +2 -2 doc/handbook/linuxemu.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 09:03:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12263 for cvs-all-outgoing; Sat, 26 Dec 1998 09:03:56 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12257; Sat, 26 Dec 1998 09:03:54 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13253; Sat, 26 Dec 1998 09:03:45 -0800 (PST) Date: Sat, 26 Dec 1998 09:03:45 -0800 (PST) Message-Id: <199812261703.JAA13253@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/cgi ports.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/12/26 09:03:44 PST Modified files: en/cgi ports.cgi Log: Support diff by revsion too, not only by date. This is a workaround if the ports/INDEX file was not updated regularly. To select a revsion, replace the value for the cgi variable 'time' with rev, e.g.: /cgi/ports.cgi?type=new&time=rev1.200&sektion=all print a diff for all new ports since rev 1.200 Revision Changes Path 1.31 +22 -4 www/en/cgi/ports.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 09:14:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13390 for cvs-all-outgoing; Sat, 26 Dec 1998 09:14:48 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13385; Sat, 26 Dec 1998 09:14:47 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13781; Sat, 26 Dec 1998 09:14:38 -0800 (PST) Date: Sat, 26 Dec 1998 09:14:38 -0800 (PST) Message-Id: <199812261714.JAA13781@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern sys_process.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/12/26 09:14:38 PST Modified files: sys/kern sys_process.c Log: Tweak ptrace(PT_READ_U) so that the last alpha register can be read. Revision Changes Path 1.41 +5 -2 src/sys/kern/sys_process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 09:15:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13481 for cvs-all-outgoing; Sat, 26 Dec 1998 09:15:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13472; Sat, 26 Dec 1998 09:15:48 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13861; Sat, 26 Dec 1998 09:15:38 -0800 (PST) Date: Sat, 26 Dec 1998 09:15:38 -0800 (PST) Message-Id: <199812261715.JAA13861@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/26 09:15:38 PST Modified files: . modules Log: comconsole --> ports/misc/comconsole Revision Changes Path 1.2636 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 09:17:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13578 for cvs-all-outgoing; Sat, 26 Dec 1998 09:17:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13573; Sat, 26 Dec 1998 09:16:58 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13904; Sat, 26 Dec 1998 09:16:47 -0800 (PST) Date: Sat, 26 Dec 1998 09:16:47 -0800 (PST) Message-Id: <199812261716.JAA13904@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/comconsole - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/26 09:16:47 PST ports/misc/comconsole - Imported sources Update of /home/ncvs/ports/misc/comconsole In directory freefall.freebsd.org:/c/users/sada/work/comconsole Log Message: This package will setup your PC to use serial port COM1 as it's console device. Note that this is a special package and you should pkg_add this on a newly installed system. This is intended to install from installer floppy disk on a system without it's own display nor keyboard. Status: Vendor Tag: SADA Release Tags: comconsole N ports/misc/comconsole/Makefile I ports/misc/comconsole/CVS N ports/misc/comconsole/pkg/DEINSTALL N ports/misc/comconsole/pkg/DESCR N ports/misc/comconsole/pkg/COMMENT N ports/misc/comconsole/pkg/PLIST N ports/misc/comconsole/pkg/INSTALL N ports/misc/comconsole/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 Sat Dec 26 09:19:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13834 for cvs-all-outgoing; Sat, 26 Dec 1998 09:19:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13828; Sat, 26 Dec 1998 09:19:37 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14139; Sat, 26 Dec 1998 09:19:28 -0800 (PST) Date: Sat, 26 Dec 1998 09:19:28 -0800 (PST) Message-Id: <199812261719.JAA14139@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/26 09:19:28 PST Modified files: misc Makefile Log: Activate comconsole Revision Changes Path 1.180 +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 Sat Dec 26 10:02:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17878 for cvs-all-outgoing; Sat, 26 Dec 1998 10:02:56 -0800 (PST) (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 KAA17873; Sat, 26 Dec 1998 10:02:53 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id KAA05458; Sat, 26 Dec 1998 10:02:36 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id SAA28070; Sat, 26 Dec 1998 18:02:34 GMT (envelope-from obrien) Date: Sat, 26 Dec 1998 10:02:34 -0800 From: "David O'Brien" To: Seiichirou Hiraoka Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/cad/felt/patches patch-ab patch-ae Message-ID: <19981226100234.A28052@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199812260632.WAA00581@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199812260632.WAA00581@freefall.freebsd.org>; from Seiichirou Hiraoka on Fri, Dec 25, 1998 at 10:32:16PM -0800 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Remove patch-ab. and rename patch-ae to patch-ab. Why rename? We don't care about consectively named patch files and the "rename" polutes the change history in the CVS file. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 10:17:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19572 for cvs-all-outgoing; Sat, 26 Dec 1998 10:17:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19567; Sat, 26 Dec 1998 10:17:54 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16159; Sat, 26 Dec 1998 10:17:44 -0800 (PST) Date: Sat, 26 Dec 1998 10:17:44 -0800 (PST) Message-Id: <199812261817.KAA16159@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/cgi getmsg.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/12/26 10:17:44 PST Modified files: en/cgi getmsg.cgi Log: Current Archive -> Archive Support to read the current mail archive from hub Revision Changes Path 1.17 +21 -7 www/en/cgi/getmsg.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 10:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22119 for cvs-all-outgoing; Sat, 26 Dec 1998 10:50:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22114; Sat, 26 Dec 1998 10:50:07 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16913; Sat, 26 Dec 1998 10:49:58 -0800 (PST) Date: Sat, 26 Dec 1998 10:49:58 -0800 (PST) Message-Id: <199812261849.KAA16913@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/telnet commands.c externs.h main.c telnet.1 telnet.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 10:49:58 PST Modified files: (Branch: RELENG_2_2) usr.bin/telnet commands.c externs.h main.c telnet.1 telnet.c Log: MFC: -N option to supress reverse lookup. Revision Changes Path 1.5.2.3 +2 -1 src/usr.bin/telnet/commands.c 1.2.8.2 +1 -0 src/usr.bin/telnet/externs.h 1.5.2.3 +4 -1 src/usr.bin/telnet/main.c 1.3.2.5 +4 -1 src/usr.bin/telnet/telnet.1 1.3.6.3 +1 -0 src/usr.bin/telnet/telnet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 10:55:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22391 for cvs-all-outgoing; Sat, 26 Dec 1998 10:55:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22385; Sat, 26 Dec 1998 10:55:28 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17261; Sat, 26 Dec 1998 10:55:19 -0800 (PST) Date: Sat, 26 Dec 1998 10:55:19 -0800 (PST) Message-Id: <199812261855.KAA17261@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-communicator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/26 10:55:19 PST Modified files: www/netscape4-communicator/pkg PLIST Log: Justify PLISTs version notation. Revision Changes Path 1.17 +2 -2 ports/www/netscape4-communicator/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 Dec 26 11:15:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24067 for cvs-all-outgoing; Sat, 26 Dec 1998 11:15:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24062; Sat, 26 Dec 1998 11:15:36 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18524; Sat, 26 Dec 1998 11:15:27 -0800 (PST) Date: Sat, 26 Dec 1998 11:15:27 -0800 (PST) Message-Id: <199812261915.LAA18524@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/glib11-devel Makefile ports/devel/glib11-devel/files md5 ports/devel/glib11-devel/patches patch-aa patch-ab patch-ac ports/devel/glib11-devel/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/26 11:15:27 PST Modified files: devel/glib11-devel Makefile devel/glib11-devel/files md5 devel/glib11-devel/patches patch-aa patch-ab patch-ac devel/glib11-devel/pkg PLIST Log: Upgrade to 1.1.9. Revision Changes Path 1.10 +3 -3 ports/devel/glib11-devel/Makefile 1.7 +1 -1 ports/devel/glib11-devel/files/md5 1.4 +19 -26 ports/devel/glib11-devel/patches/patch-aa 1.10 +98 -27 ports/devel/glib11-devel/patches/patch-ab 1.6 +21 -15 ports/devel/glib11-devel/patches/patch-ac 1.12 +6 -2 ports/devel/glib11-devel/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 Dec 26 11:17:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24350 for cvs-all-outgoing; Sat, 26 Dec 1998 11:17:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24345; Sat, 26 Dec 1998 11:17:54 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18711; Sat, 26 Dec 1998 11:17:45 -0800 (PST) Date: Sat, 26 Dec 1998 11:17:45 -0800 (PST) Message-Id: <199812261917.LAA18711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk11-devel Makefile ports/x11-toolkits/gtk11-devel/files md5 ports/x11-toolkits/gtk11-devel/patches patch-ad patch-aa patch-ab patch-ac ports/x11-toolkits/gtk11-devel/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/26 11:17:45 PST Modified files: x11-toolkits/gtk11-devel Makefile x11-toolkits/gtk11-devel/files md5 x11-toolkits/gtk11-devel/patches patch-aa patch-ab patch-ac x11-toolkits/gtk11-devel/pkg PLIST Added files: x11-toolkits/gtk11-devel/patches patch-ad Log: Upgrade to 1.1.9. Revision Changes Path 1.36 +8 -6 ports/x11-toolkits/gtk11-devel/Makefile 1.23 +1 -1 ports/x11-toolkits/gtk11-devel/files/md5 1.17 +46 -46 ports/x11-toolkits/gtk11-devel/patches/patch-aa 1.5 +2 -2 ports/x11-toolkits/gtk11-devel/patches/patch-ab 1.3 +19 -26 ports/x11-toolkits/gtk11-devel/patches/patch-ac 1.32 +3 -3 ports/x11-toolkits/gtk11-devel/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 Dec 26 11:18:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24590 for cvs-all-outgoing; Sat, 26 Dec 1998 11:18:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24584; Sat, 26 Dec 1998 11:18:43 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id VAA32004; Sat, 26 Dec 1998 21:18:24 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.1/8.9.1) with ESMTP id VAA32372; Sat, 26 Dec 1998 21:18:23 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199812261918.VAA32372@greenpeace.grondar.za> To: Bill Fumerola cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/telnet commands.c externs.h main.c telnet.1 telnet.c In-Reply-To: Your message of " Sat, 26 Dec 1998 10:49:58 PST." <199812261849.KAA16913@freefall.freebsd.org> References: <199812261849.KAA16913@freefall.freebsd.org> Date: Sat, 26 Dec 1998 21:18:22 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola wrote: > billf 1998/12/26 10:49:58 PST > > Modified files: (Branch: RELENG_2_2) > usr.bin/telnet commands.c externs.h main.c telnet.1 > telnet.c > Log: > MFC: -N option to supress reverse lookup. > > Revision Changes Path > 1.5.2.3 +2 -1 src/usr.bin/telnet/commands.c > 1.2.8.2 +1 -0 src/usr.bin/telnet/externs.h > 1.5.2.3 +4 -1 src/usr.bin/telnet/main.c > 1.3.2.5 +4 -1 src/usr.bin/telnet/telnet.1 > 1.3.6.3 +1 -0 src/usr.bin/telnet/telnet.c src/crypto/telnet also, please! 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 Sat Dec 26 11:23:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24944 for cvs-all-outgoing; Sat, 26 Dec 1998 11:23:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24938; Sat, 26 Dec 1998 11:23:35 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18862; Sat, 26 Dec 1998 11:23:26 -0800 (PST) Date: Sat, 26 Dec 1998 11:23:26 -0800 (PST) Message-Id: <199812261923.LAA18862@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5 ports/devel/ORBit/patches patch-aa patch-ab patch-ac ports/devel/ORBit/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/26 11:23:26 PST Modified files: devel/ORBit Makefile devel/ORBit/files md5 devel/ORBit/patches patch-aa patch-ab patch-ac devel/ORBit/pkg PLIST Log: Upgrade to 0.3.90. Revision Changes Path 1.8 +14 -6 ports/devel/ORBit/Makefile 1.3 +1 -1 ports/devel/ORBit/files/md5 1.3 +42 -58 ports/devel/ORBit/patches/patch-aa 1.2 +4 -4 ports/devel/ORBit/patches/patch-ab 1.5 +44 -33 ports/devel/ORBit/patches/patch-ac 1.3 +30 -8 ports/devel/ORBit/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 11:24:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25270 for cvs-all-outgoing; Sat, 26 Dec 1998 11:24:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25265; Sat, 26 Dec 1998 11:24:04 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18892; Sat, 26 Dec 1998 11:23:55 -0800 (PST) Date: Sat, 26 Dec 1998 11:23:55 -0800 (PST) Message-Id: <199812261923.LAA18892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-communicator/files netscape.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/26 11:23:55 PST Modified files: www/netscape4-communicator/files netscape.sh Log: Justify version notation. Revision Changes Path 1.9 +1 -1 ports/www/netscape4-communicator/files/netscape.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 11:25:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25322 for cvs-all-outgoing; Sat, 26 Dec 1998 11:25:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25317; Sat, 26 Dec 1998 11:25:12 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19107; Sat, 26 Dec 1998 11:25:03 -0800 (PST) Date: Sat, 26 Dec 1998 11:25:03 -0800 (PST) Message-Id: <199812261925.LAA19107@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 11:25:03 PST Modified files: . modules Log: Add missing etc.alpha entry. Revision Changes Path 1.2637 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 11:33:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26051 for cvs-all-outgoing; Sat, 26 Dec 1998 11:33:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26046; Sat, 26 Dec 1998 11:33:44 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19359; Sat, 26 Dec 1998 11:33:35 -0800 (PST) Date: Sat, 26 Dec 1998 11:33:35 -0800 (PST) Message-Id: <199812261933.LAA19359@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/imlib Makefile ports/graphics/imlib/files md5 ports/graphics/imlib/patches patch-ah patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag ports/graphics/imlib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/26 11:33:35 PST Modified files: graphics/imlib Makefile graphics/imlib/files md5 graphics/imlib/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag graphics/imlib/pkg PLIST Added files: graphics/imlib/patches patch-ah Log: Upgrade to 1.8.2. Revision Changes Path 1.37 +9 -7 ports/graphics/imlib/Makefile 1.14 +1 -1 ports/graphics/imlib/files/md5 1.18 +38 -13 ports/graphics/imlib/patches/patch-aa 1.12 +6 -6 ports/graphics/imlib/patches/patch-ab 1.10 +11 -11 ports/graphics/imlib/patches/patch-ac 1.3 +2 -2 ports/graphics/imlib/patches/patch-ad 1.3 +29 -37 ports/graphics/imlib/patches/patch-ae 1.2 +2 -2 ports/graphics/imlib/patches/patch-af 1.2 +2 -2 ports/graphics/imlib/patches/patch-ag 1.15 +2 -2 ports/graphics/imlib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 11:42:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26472 for cvs-all-outgoing; Sat, 26 Dec 1998 11:42:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26467; Sat, 26 Dec 1998 11:42:15 -0800 (PST) (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 LAA19812; Sat, 26 Dec 1998 11:42:05 -0800 (PST) Date: Sat, 26 Dec 1998 11:42:05 -0800 (PST) Message-Id: <199812261942.LAA19812@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/interbase4 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/26 11:42:05 PST Modified files: databases/interbase4 Makefile Log: mark this IS_INTERACTIVE due to interactive fetch Revision Changes Path 1.2 +2 -1 ports/databases/interbase4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 11:54:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27426 for cvs-all-outgoing; Sat, 26 Dec 1998 11:54:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27421; Sat, 26 Dec 1998 11:54:36 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA20363; Sat, 26 Dec 1998 11:54:26 -0800 (PST) Date: Sat, 26 Dec 1998 11:54:26 -0800 (PST) Message-Id: <199812261954.LAA20363@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/imlib Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk vanilla 1998/12/26 11:54:26 PST Modified files: graphics/imlib Makefile Log: Correct some define on CONFIGURE_ENV. Revision Changes Path 1.38 +3 -2 ports/graphics/imlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 12:07:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28099 for cvs-all-outgoing; Sat, 26 Dec 1998 12:07:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28094; Sat, 26 Dec 1998 12:07:01 -0800 (PST) (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 MAA20997; Sat, 26 Dec 1998 12:06:52 -0800 (PST) Date: Sat, 26 Dec 1998 12:06:52 -0800 (PST) Message-Id: <199812262006.MAA20997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/erlang Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/26 12:06:52 PST Modified files: lang/erlang Makefile Log: BROKEN='single fetch site, which is currently behind a routing loop' Commited with single MASTER_SITE by: flathill Revision Changes Path 1.2 +3 -1 ports/lang/erlang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 12:10:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28452 for cvs-all-outgoing; Sat, 26 Dec 1998 12:10:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28447; Sat, 26 Dec 1998 12:10:12 -0800 (PST) (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 MAA21104; Sat, 26 Dec 1998 12:10:03 -0800 (PST) Date: Sat, 26 Dec 1998 12:10:03 -0800 (PST) Message-Id: <199812262010.MAA21104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/egcs Makefile ports/lang/egcs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/12/26 12:10:03 PST Modified files: lang/egcs Makefile lang/egcs/pkg PLIST Log: Wasn't in the main dir when I commited this the first time. Noticed by: jdp Revision Changes Path 1.42 +5 -1 ports/lang/egcs/Makefile 1.21 +5 -1 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 Sat Dec 26 12:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28969 for cvs-all-outgoing; Sat, 26 Dec 1998 12:20:08 -0800 (PST) (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 MAA28956; Sat, 26 Dec 1998 12:20:02 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (IDENT:WHAT_THE_HELL_YOU_LOOKING_AT_@d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.1/8.9.1) with ESMTP id MAA13078; Sat, 26 Dec 1998 12:19:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.1/8.9.1) id UAA10595; Sat, 26 Dec 1998 20:19:41 GMT (envelope-from obrien) Date: Sat, 26 Dec 1998 12:19:40 -0800 From: "David O'Brien" To: SADA Kenji Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/comconsole - Imported sources Message-ID: <19981226121940.A2458@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199812261716.JAA13904@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199812261716.JAA13904@freefall.freebsd.org>; from SADA Kenji on Sat, Dec 26, 1998 at 09:16:47AM -0800 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > ports/misc/comconsole - Imported sources `sysutils' might be a better place for this. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 13:29:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03107 for cvs-all-outgoing; Sat, 26 Dec 1998 13:29:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03098; Sat, 26 Dec 1998 13:29:08 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA23715; Sat, 26 Dec 1998 13:28:59 -0800 (PST) Date: Sat, 26 Dec 1998 13:28:59 -0800 (PST) Message-Id: <199812262128.NAA23715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/p5-Mysql Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/26 13:28:59 PST Modified files: databases/p5-Mysql Makefile Log: Portlint. Revision Changes Path 1.13 +4 -4 ports/databases/p5-Mysql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 13:38:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04055 for cvs-all-outgoing; Sat, 26 Dec 1998 13:38:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03972; Sat, 26 Dec 1998 13:38:52 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA24260; Sat, 26 Dec 1998 13:38:43 -0800 (PST) Date: Sat, 26 Dec 1998 13:38:43 -0800 (PST) Message-Id: <199812262138.NAA24260@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/seahaven Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/26 13:38:43 PST Modified files: games/seahaven Makefile Log: Portlint (PKGNAME same as DISTNAME). Revision Changes Path 1.2 +1 -2 ports/games/seahaven/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 13:44:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04464 for cvs-all-outgoing; Sat, 26 Dec 1998 13:44:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04459; Sat, 26 Dec 1998 13:44:25 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA24584; Sat, 26 Dec 1998 13:44:16 -0800 (PST) Date: Sat, 26 Dec 1998 13:44:16 -0800 (PST) Message-Id: <199812262144.NAA24584@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gifsicle/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/26 13:44:16 PST Modified files: graphics/gifsicle/pkg COMMENT Log: Remove name from front. Revision Changes Path 1.2 +1 -1 ports/graphics/gifsicle/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 13:51:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05511 for cvs-all-outgoing; Sat, 26 Dec 1998 13:51:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05505; Sat, 26 Dec 1998 13:51:16 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25197; Sat, 26 Dec 1998 13:51:07 -0800 (PST) Date: Sat, 26 Dec 1998 13:51:07 -0800 (PST) Message-Id: <199812262151.NAA25197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape4-communicator Makefile ports/japanese/netscape4-communicator/files md5 14dot.sed ja-communicator.1 preferences.js start.sh.in ports/japanese/netscape4-communicator/patches patch-aa ports/japanese/netscape4-communicator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/26 13:51:07 PST Modified files: japanese/netscape4-communicator Makefile japanese/netscape4-communicator/files md5 japanese/netscape4-communicator/pkg PLIST Removed files: japanese/netscape4-communicator/files 14dot.sed ja-communicator.1 preferences.js start.sh.in japanese/netscape4-communicator/patches patch-aa Log: Update to 4.08. Revision Changes Path 1.11 +31 -34 ports/japanese/netscape4-communicator/Makefile 1.6 +1 -1 ports/japanese/netscape4-communicator/files/md5 1.4 +1 -1 ports/japanese/netscape4-communicator/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 Dec 26 13:53:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05767 for cvs-all-outgoing; Sat, 26 Dec 1998 13:53:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05761; Sat, 26 Dec 1998 13:53:04 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25320; Sat, 26 Dec 1998 13:52:55 -0800 (PST) Date: Sat, 26 Dec 1998 13:52:55 -0800 (PST) Message-Id: <199812262152.NAA25320@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/netscape4-navigator Makefile ports/japanese/netscape4-navigator/files ja-navigator.1 ports/japanese/netscape4-navigator/pkg PLIST COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1998/12/26 13:52:55 PST Modified files: japanese/netscape4-navigator Makefile japanese/netscape4-navigator/pkg PLIST Removed files: japanese/netscape4-navigator/files ja-navigator.1 japanese/netscape4-navigator/pkg COMMENT DESCR Log: Update to 4.08. Revision Changes Path 1.9 +4 -7 ports/japanese/netscape4-navigator/Makefile 1.4 +1 -1 ports/japanese/netscape4-navigator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 14:03:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07375 for cvs-all-outgoing; Sat, 26 Dec 1998 14:03:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07369; Sat, 26 Dec 1998 14:03:38 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA26019; Sat, 26 Dec 1998 14:03:29 -0800 (PST) Date: Sat, 26 Dec 1998 14:03:29 -0800 (PST) Message-Id: <199812262203.OAA26019@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/plan9/9term Makefile ports/plan9/9term/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/26 14:03:29 PST Modified files: plan9/9term Makefile plan9/9term/patches patch-aa Log: Make this work with WRKDIRPREFIX. Revision Changes Path 1.9 +3 -3 ports/plan9/9term/Makefile 1.2 +1 -2 ports/plan9/9term/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 14:06:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07710 for cvs-all-outgoing; Sat, 26 Dec 1998 14:06:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07705; Sat, 26 Dec 1998 14:06:06 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA26220; Sat, 26 Dec 1998 14:05:57 -0800 (PST) Date: Sat, 26 Dec 1998 14:05:57 -0800 (PST) Message-Id: <199812262205.OAA26220@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/nmap Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/26 14:05:56 PST Modified files: security/nmap Makefile Log: Need to include bsd.port.pre.mk before using ${OSVERSION}. Revision Changes Path 1.7 +4 -2 ports/security/nmap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 14:17:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08995 for cvs-all-outgoing; Sat, 26 Dec 1998 14:17:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08990; Sat, 26 Dec 1998 14:17:08 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA26717; Sat, 26 Dec 1998 14:16:58 -0800 (PST) Date: Sat, 26 Dec 1998 14:16:58 -0800 (PST) Message-Id: <199812262216.OAA26717@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/http-analyze Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/26 14:16:58 PST Modified files: www/http-analyze Makefile Log: Use EXTRACT_SUFX instead of DISTFILES. Revision Changes Path 1.5 +2 -2 ports/www/http-analyze/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 14:23:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09967 for cvs-all-outgoing; Sat, 26 Dec 1998 14:23:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09962; Sat, 26 Dec 1998 14:23:30 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA27219; Sat, 26 Dec 1998 14:23:21 -0800 (PST) Date: Sat, 26 Dec 1998 14:23:21 -0800 (PST) Message-Id: <199812262223.OAA27219@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-fonts/xfed Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/26 14:23:21 PST Modified files: x11-fonts/xfed Makefile Log: Fix WRKSRC. Revision Changes Path 1.19 +2 -2 ports/x11-fonts/xfed/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 15:16:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12592 for cvs-all-outgoing; Sat, 26 Dec 1998 15:16:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12587; Sat, 26 Dec 1998 15:16:14 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA28589; Sat, 26 Dec 1998 15:16:05 -0800 (PST) Date: Sat, 26 Dec 1998 15:16:05 -0800 (PST) Message-Id: <199812262316.PAA28589@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache12-php3 Makefile ports/www/apache12-php3/files md5 ports/www/apache12-php3/pkg PLIST ports/www/apache12-php3/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1998/12/26 15:16:05 PST Modified files: www/apache12-php3 Makefile www/apache12-php3/files md5 www/apache12-php3/pkg PLIST www/apache12-php3/scripts configure.php Log: - upgrade to PHP 3.0.6 - provide ${BATCH} mode - ${WRKDIRPREFIX} clean-up - OpenLDAP support - remove $LIBS stuff from scripts/configure.php, just get the needed libraries from PHP Revision Changes Path 1.58 +11 -16 ports/www/apache12-php3/Makefile 1.29 +1 -1 ports/www/apache12-php3/files/md5 1.13 +5 -0 ports/www/apache12-php3/pkg/PLIST 1.4 +22 -34 ports/www/apache12-php3/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 15:38:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13569 for cvs-all-outgoing; Sat, 26 Dec 1998 15:38:38 -0800 (PST) (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 PAA13551; Sat, 26 Dec 1998 15:38:36 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id PAA00886; Sat, 26 Dec 1998 15:28:46 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdDmZ884; Sat Dec 26 23:28:42 1998 Date: Sat, 26 Dec 1998 15:28:40 -0800 (PST) From: Julian Elischer To: Matthew Dillon cc: Mark Newton , cvs-all@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: LDT entries - Proposed change In-Reply-To: <199812260504.VAA29295@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I think there is enough already running that it SHOULD be committed. On Fri, 25 Dec 1998, Matthew Dillon wrote: > > :I have a patch for sys/i386/include/segments.h and sys/i386/i386/machdep.c > :which changes LUDATA_SEL from 4 to 5 (why 5? Why not?) and provides for > :system call entries via LDT entry 4 (termed LSOL26CALLS_SEL at present). > :... > : > :Cheers, > : > : - mark > > Unless you think you'll have the solaris emulation done by the 3.0.1 > release, I would recommend waiting until the source tree split > before commiting this change. I can't think of any specific problems > that might occur but I don't think a month is long enough to test > something like this and while the direct LDT references are constrained > to a few files in i386, those files are pretty convoluted and it's > a pretty scary change to make. > > -Matt > > Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet > Communications & God knows what else. > (Please include original email in any response) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 16:07:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17615 for cvs-all-outgoing; Sat, 26 Dec 1998 16:07:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17606; Sat, 26 Dec 1998 16:07:22 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id TAA07365; Sat, 26 Dec 1998 19:07:32 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Sat, 26 Dec 1998 19:07:31 -0500 (EST) From: Bill Fumerola To: "David O'Brien" cc: SADA Kenji , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/comconsole - Imported sources In-Reply-To: <19981226121940.A2458@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 26 Dec 1998, David O'Brien wrote: > > ports/misc/comconsole - Imported sources > > `sysutils' might be a better place for this. Before we move it, is it my understanding that this program provides a serial console? Don't we already have that? - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 16:07:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17823 for cvs-all-outgoing; Sat, 26 Dec 1998 16:07:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17818; Sat, 26 Dec 1998 16:07:43 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id QAA33903; Sat, 26 Dec 1998 16:07:29 -0800 (PST) (envelope-from dillon) Date: Sat, 26 Dec 1998 16:07:29 -0800 (PST) From: Matthew Dillon Message-Id: <199812270007.QAA33903@apollo.backplane.com> To: cvs-all@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: new swap system work Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk After a number of long conversations with John Dyson in regards to memory deadlock issues and related kernel hacks used to get around them, I've decided to embark on a major project to revamp the vm/pager_* code to allow paging to occur in zero-memory-free situations. This work is going to be mostly concentrated in vm/swap_pager.c but will have a ripple effect throughout the core VM system (vm/*.c) and the memory subsystem. The work is going to be broken down into two parts: * rewriting the swap_pager. * filesystem / VOP_STRATEGY work to guarentee that all VOP_STRATEGY() calls for all filesystems and devices will operate without a memory deadlock occuring in zero-free-memory situations. The first part I'm working on now and expect to commit sometime POST 3.0.1. We'll see how long it takes me to get it solid. Basically, fixing the swap system requires moving the allocation of the swap metadata structures out of the pageout code. To accomplish this, vm_page_t will get a new field, called 'swapblk'. All swap-backed memory-resident pages will have their swap blocks stored in the vm_page_t rather then the swap-metadata structure. Swap blocks assigned to resident pages do not have to be moved into the object swap metadata structures until the page is actually freed (at which point there is free memory available to allocate the swap metadata structure, hence the ability to operate in a zero-free-page environment). The side effects of doing this are all beneficial. The VM system becomes more swap-aware and doesn't have to worry about free memory as much. A great deal of simplification can be done all over place. These simplifications will take longer to accomplish since my goal is to get the thing working first, but I think the long term prospects are very good. Eventually we should be able to page out swap metadata associated with active processes (but that's a long ways off). The raw swap allocation / deallocation code (the rlist stuff) will also eventually be rewritten to remove the memory blocking constraints that rlist_free currently has and to make it possible to remove swap. - I'll start work on the second part after I finish the first part. Fixing VOP_STRATEGY basically involves giving each device or filesystem its own guarenteed pool of N private pages (e.g. like 5 or so per active device or mount). The device drivers will then be modified such that they are able to guarentee operation without memory deadlock when operating solely out of their private pool (i.e. when no system global free pages are available). So, for example, a VOP_*() call could still block on memory, but the use of the private pool means it would be guarenteed to unblock sometime later as other I/O's in progress on that device complete and free private pool memory. The system's global free pool could then be reduced accordingly, an overall wash. Still, I think the use of private pools will actually make low-memory FreeBSD configurations more efficient. Fixing VOP_STRATEGY() and the swapper will together allow reliable paging to files and remove memory deadlock issues related to VFS layering (e.g. like mounting a vn partition on top of NFS and then mounting a filesystem through that) - though even so there are still a number of deadlock issues still remaining in the VFS layering department. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 16:11:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18001 for cvs-all-outgoing; Sat, 26 Dec 1998 16:11:22 -0800 (PST) (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 QAA17996; Sat, 26 Dec 1998 16:11:18 -0800 (PST) (envelope-from obrien@nuxi.ucdavis.edu) Received: (from obrien@localhost) by relay.nuxi.com (8.9.1/8.9.1) id QAA02233; Sat, 26 Dec 1998 16:10:57 -0800 (PST) (envelope-from obrien) Message-ID: <19981226161057.D29283@nuxi.com> Date: Sat, 26 Dec 1998 16:10:57 -0800 From: "David O'Brien" To: Bill Fumerola Cc: SADA Kenji , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/comconsole - Imported sources Reply-To: obrien@nuxi.ucdavis.edu References: <19981226121940.A2458@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Bill Fumerola on Sat, Dec 26, 1998 at 07:07:31PM -0500 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > ports/misc/comconsole - Imported sources > > > > `sysutils' might be a better place for this. > > Before we move it, is it my understanding that this program provides a > serial console? Don't we already have that? It appears to tweak all the things in /etc that need to be done. (it is a convince port, not a real application) -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 17:12:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21757 for cvs-all-outgoing; Sat, 26 Dec 1998 17:12:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21751; Sat, 26 Dec 1998 17:12:34 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id UAA04428; Sat, 26 Dec 1998 20:12:56 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Sat, 26 Dec 1998 20:12:56 -0500 (EST) From: Bill Fumerola To: "David O'Brien" cc: SADA Kenji , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/comconsole - Imported sources In-Reply-To: <19981226161057.D29283@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 26 Dec 1998, David O'Brien wrote: > > Before we move it, is it my understanding that this program provides a > > serial console? Don't we already have that? > > It appears to tweak all the things in /etc that need to be done. > (it is a convince port, not a real application) Okay. That makes a little more sense. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 17:14:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21940 for cvs-all-outgoing; Sat, 26 Dec 1998 17:14:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from implode.root.com (root.com [208.221.12.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21920; Sat, 26 Dec 1998 17:14:23 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id RAA03548; Sat, 26 Dec 1998 17:10:48 -0800 (PST) Message-Id: <199812270110.RAA03548@implode.root.com> To: Matthew Dillon cc: cvs-all@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: new swap system work In-reply-to: Your message of "Sat, 26 Dec 1998 16:07:29 PST." <199812270007.QAA33903@apollo.backplane.com> From: David Greenman Reply-To: dg@root.com Date: Sat, 26 Dec 1998 17:10:47 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > The first part I'm working on now and expect to commit sometime POST 3.0.1. > We'll see how long it takes me to get it solid. You will not commit anything like this without careful review by at least myself and perhaps others. > Basically, fixing the swap system requires moving the allocation of the > swap metadata structures out of the pageout code. To accomplish this, > vm_page_t will get a new field, called 'swapblk'. All swap-backed > memory-resident pages will have their swap blocks stored in the vm_page_t > rather then the swap-metadata structure. Swap blocks assigned to > resident pages do not have to be moved into the object swap metadata > structures until the page is actually freed (at which point there is > free memory available to allocate the swap metadata structure, hence > the ability to operate in a zero-free-page environment). This seems to assume that all pages are backed by swap, which is definately not the case. On many system, it is not even 'most'. I could almost swallow this if it was abstracted to a pager-private struct. > The side effects of doing this are all beneficial. I don't agree. I can think of at least two negatives: It bloats the vm_page struct and it makes a mess out of the layering. > The VM system becomes > more swap-aware and doesn't have to worry about free memory as much. I don't think this is a significant advantage. Most of the problems we've seen in the past are actually on the vnode pager side and not the swap pager side. > A great deal of simplification can be done all over place. I'm not convinced of this. I'm sure the code will be different, but I doubt it will be much simpler. > These > simplifications will take longer to accomplish since my goal is to get > the thing working first, but I think the long term prospects are very > good. Eventually we should be able to page out swap metadata associated > with active processes (but that's a long ways off). The raw swap > allocation / deallocation code (the rlist stuff) will also eventually be > rewritten to remove the memory blocking constraints that rlist_free > currently has and to make it possible to remove swap. It is possible to remove swap with the current framework. Noone has bothered to write the code to do it, however. It seems to me that it will be much more difficult to remove swap in the future if you put pager related storage data in each struct vm_page. > I'll start work on the second part after I finish the first part. Fixing > VOP_STRATEGY basically involves giving each device or filesystem its own > guarenteed pool of N private pages (e.g. like 5 or so per active device > or mount). Yuck. One of the benefits of 4.4BSD (and further work by us) was getting rid of private pools of memory. In some cases we reverted for performance reasons, but private pools almost always get in the way of dynamicly scaled systems. > Fixing VOP_STRATEGY() and the swapper will together allow reliable > paging to files and remove memory deadlock issues related to VFS > layering (e.g. like mounting a vn partition on top of NFS and then > mounting a filesystem through that) - though even so there are still a > number of deadlock issues still remaining in the VFS layering department. I think the deadlock issues are a bit overrated. The main problem that I know about has to do with allocating really large swap block arrays for large objects. There are ways of solving this at the swap pager level without moving it into the struct vm_page. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 17:44:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24132 for cvs-all-outgoing; Sat, 26 Dec 1998 17:44:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.flathill.gr.jp (ns.flathill.gr.jp [210.157.239.82]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA24123 for ; Sat, 26 Dec 1998 17:44:30 -0800 (PST) (envelope-from flathill@flathill.gr.jp) Received: (qmail 10436 invoked from network); 27 Dec 1998 01:44:14 -0000 Received: from azuki.flathill.gr.jp (HELO localhost) (210.157.239.83) by ns.flathill.gr.jp with SMTP; 27 Dec 1998 01:44:14 -0000 To: cvs-committers@FreeBSD.ORG Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/cad/felt/patches patch-ab patch-ae In-Reply-To: Your message of "Sat, 26 Dec 1998 10:02:34 -0800" <19981226100234.A28052@dragon.nuxi.com> References: <19981226100234.A28052@dragon.nuxi.com> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19981227104339J.flathill@flathill.gr.jp> Date: Sun, 27 Dec 1998 10:43:39 +0900 From: Seiichirou Hiraoka X-Dispatcher: imput version 980905(IM100) Lines: 9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien> Why rename? We don't care about consectively named patch files and the obrien> "rename" polutes the change history in the CVS file. Tha patch-ae is replacement of patch-ab. I mistake commit before,so I fix. - Seiichirou Hiraoka flathill@flathill.gr.jp : http://www.flathill.gr.jp/~flathill/ flathill@FreeBSD.ORG : http://www.FreeBSD.ORG/~flathill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 17:44:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24133 for cvs-all-outgoing; Sat, 26 Dec 1998 17:44:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.flathill.gr.jp (ns.flathill.gr.jp [210.157.239.82]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA24122 for ; Sat, 26 Dec 1998 17:44:30 -0800 (PST) (envelope-from flathill@flathill.gr.jp) Received: (qmail 10436 invoked from network); 27 Dec 1998 01:44:14 -0000 Received: from azuki.flathill.gr.jp (HELO localhost) (210.157.239.83) by ns.flathill.gr.jp with SMTP; 27 Dec 1998 01:44:14 -0000 To: cvs-committers@FreeBSD.ORG Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/cad/felt/patches patch-ab patch-ae In-Reply-To: Your message of "Sat, 26 Dec 1998 10:02:34 -0800" <19981226100234.A28052@dragon.nuxi.com> References: <19981226100234.A28052@dragon.nuxi.com> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19981227104339J.flathill@flathill.gr.jp> Date: Sun, 27 Dec 1998 10:43:39 +0900 From: Seiichirou Hiraoka X-Dispatcher: imput version 980905(IM100) Lines: 9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien> Why rename? We don't care about consectively named patch files and the obrien> "rename" polutes the change history in the CVS file. Tha patch-ae is replacement of patch-ab. I mistake commit before,so I fix. - Seiichirou Hiraoka flathill@flathill.gr.jp : http://www.flathill.gr.jp/~flathill/ flathill@FreeBSD.ORG : http://www.FreeBSD.ORG/~flathill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 18:55:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA29448 for cvs-all-outgoing; Sat, 26 Dec 1998 18:55:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29443; Sat, 26 Dec 1998 18:55:38 -0800 (PST) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07921; Sat, 26 Dec 1998 18:55:29 -0800 (PST) Date: Sat, 26 Dec 1998 18:55:29 -0800 (PST) Message-Id: <199812270255.SAA07921@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4 vinum.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1998/12/26 18:55:29 PST Modified files: share/man/man4 vinum.4 Log: - Clarify the manner in which mirroring is performed - Get the (tm) signal correct in nroff versions - Correct highlighting (docs/9196) Sigh. This is still a long way from being correct. In particular, the states are both incorrect, and they don't format properly in troff. But it will have to wait until I stop changing the meanings of the states. Revision Changes Path 1.5 +5 -7 src/share/man/man4/vinum.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 19:25:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02145 for cvs-all-outgoing; Sat, 26 Dec 1998 19:25:13 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02136; Sat, 26 Dec 1998 19:25:11 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10077; Sat, 26 Dec 1998 19:25:02 -0800 (PST) Date: Sat, 26 Dec 1998 19:25:02 -0800 (PST) Message-Id: <199812270325.TAA10077@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 19:25:01 PST Modified files: . modules Log: qiv --> ports/graphics/qiv Revision Changes Path 1.2638 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 19:27:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02392 for cvs-all-outgoing; Sat, 26 Dec 1998 19:27:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02387; Sat, 26 Dec 1998 19:27:06 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10140; Sat, 26 Dec 1998 19:26:57 -0800 (PST) Date: Sat, 26 Dec 1998 19:26:57 -0800 (PST) Message-Id: <199812270326.TAA10140@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/qiv - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 19:26:57 PST ports/graphics/qiv - Imported sources Update of /home/ncvs/ports/graphics/qiv In directory freefall.freebsd.org:/x/tmp/cvs-serv10101 Log Message: Quick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib image viewer. It has such nifty features as: zoom, maxpect, scaledown, screensaver, flip, delete, brightness / contrast / gamma correction, and can also be used to set your X11 background. All from a commandline. http://www.klografx.de/index.html Status: Vendor Tag: KLOGRAFX Release Tags: v1_0 N ports/graphics/qiv/Makefile N ports/graphics/qiv/files/md5 N ports/graphics/qiv/pkg/PLIST N ports/graphics/qiv/pkg/COMMENT N ports/graphics/qiv/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 Sat Dec 26 19:28:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02633 for cvs-all-outgoing; Sat, 26 Dec 1998 19:28:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02627; Sat, 26 Dec 1998 19:28:22 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10246; Sat, 26 Dec 1998 19:28:13 -0800 (PST) Date: Sat, 26 Dec 1998 19:28:13 -0800 (PST) Message-Id: <199812270328.TAA10246@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 19:28:13 PST Modified files: graphics Makefile Log: Activate qiv PR: ports/8557 Submitted by: billf Revision Changes Path 1.109 +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 Sat Dec 26 19:42:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03810 for cvs-all-outgoing; Sat, 26 Dec 1998 19:42:02 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03799; Sat, 26 Dec 1998 19:42:01 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10989; Sat, 26 Dec 1998 19:41:52 -0800 (PST) Date: Sat, 26 Dec 1998 19:41:52 -0800 (PST) Message-Id: <199812270341.TAA10989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/ytree/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 19:41:49 PST Modified files: misc/ytree/files md5 Log: Update checksum, which seems to have gone astray. Found By: A script of Satoshi's Revision Changes Path 1.5 +1 -1 ports/misc/ytree/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 Dec 26 19:47:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04199 for cvs-all-outgoing; Sat, 26 Dec 1998 19:47:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04192; Sat, 26 Dec 1998 19:47:24 -0800 (PST) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA11187; Sat, 26 Dec 1998 19:47:15 -0800 (PST) Date: Sat, 26 Dec 1998 19:47:15 -0800 (PST) Message-Id: <199812270347.TAA11187@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/vinum vinum.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1998/12/26 19:47:15 PST Modified files: sbin/vinum vinum.8 Log: - Correct alphabetical order of commands - Describe subdisk attachment in more detail - Describe new 'makedev' command - Correct use of 'partition' and 'slice' - Describe 'setupstate' keyword - Include performance guidelines for striped plexes - Correct numerical values in examples - Add examples for disklabel(8) - Clarify problems creating Vinum drives on inappropriate partitions Prodded by: NAGANUMA Yasuhiro (slices and partitions) Revision Changes Path 1.3 +125 -36 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 19:49:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04478 for cvs-all-outgoing; Sat, 26 Dec 1998 19:49:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04473; Sat, 26 Dec 1998 19:49:32 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA11326; Sat, 26 Dec 1998 19:49:23 -0800 (PST) Date: Sat, 26 Dec 1998 19:49:23 -0800 (PST) Message-Id: <199812270349.TAA11326@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/pgpmoose Makefile ports/news/pgpmoose/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 19:49:22 PST Modified files: news/pgpmoose Makefile news/pgpmoose/files md5 Log: DISTFILE movement and updating of checksum. Noticed By: Satoshi's script-o-matic. Revision Changes Path 1.2 +2 -2 ports/news/pgpmoose/Makefile 1.2 +1 -1 ports/news/pgpmoose/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 Dec 26 20:22:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06909 for cvs-all-outgoing; Sat, 26 Dec 1998 20:22:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06904; Sat, 26 Dec 1998 20:22:08 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA15238; Sat, 26 Dec 1998 20:21:59 -0800 (PST) Date: Sat, 26 Dec 1998 20:21:59 -0800 (PST) Message-Id: <199812270421.UAA15238@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/catdoc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/26 20:21:59 PST Modified files: textproc/catdoc Makefile Log: (1) Remove the manual finding of wish. If wish exists, the configure script will find it. There was no mechanism to even detect if wish existed before telling configure where to find it. (2) The distribution no longer comes packaged with .o files, so there is no need to `make clean' before we build this port. (3) portlint (4) Added my public_html on freefall as a MASTER_SITE, as the singular MASTER_SITE had no route to it. A search on ftpsearch revealed no mirrors. Pity. Triggered By: One of Satoshi's scripts (part 4) Revision Changes Path 1.7 +4 -8 ports/textproc/catdoc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 26 21:38:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13133 for cvs-all-outgoing; Sat, 26 Dec 1998 21:38:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13121; Sat, 26 Dec 1998 21:38:29 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA24777; Sat, 26 Dec 1998 21:38:20 -0800 (PST) Date: Sat, 26 Dec 1998 21:38:20 -0800 (PST) Message-Id: <199812270538.VAA24777@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/yudit Makefile ports/editors/yudit/files md5 ports/editors/yudit/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/12/26 21:38:20 PST Modified files: editors/yudit Makefile editors/yudit/files md5 editors/yudit/pkg PLIST Log: Upgrade to v1.2. Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/editors/yudit/Makefile 1.2 +1 -1 ports/editors/yudit/files/md5 1.2 +15 -0 ports/editors/yudit/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 Dec 26 23:59:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21476 for cvs-all-outgoing; Sat, 26 Dec 1998 23:59:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21471; Sat, 26 Dec 1998 23:59:35 -0800 (PST) (envelope-from foxfair@FreeBSD.org) From: "Howard F. Hu" Received: (from foxfair@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09111; Sat, 26 Dec 1998 23:59:26 -0800 (PST) Date: Sat, 26 Dec 1998 23:59:26 -0800 (PST) Message-Id: <199812270759.XAA09111@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1998/12/26 23:59:26 PST Modified files: sys/pci pcisupport.c Log: Turn the VIA chipset ,<> controller probing off. It might cause some problem and something like USB has its own driver. Revision Changes Path 1.86 +1 -6 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message