From owner-cvs-all Sun Jul 5 00:59:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03094 for cvs-all-outgoing; Sun, 5 Jul 1998 00:59:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03079; Sun, 5 Jul 1998 00:58:57 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id AAA09866; Sun, 5 Jul 1998 00:52:41 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd009862; Sun Jul 5 07:52:34 1998 Date: Sun, 5 Jul 1998 00:52:30 -0700 (PDT) From: Julian Elischer To: Greg Lehey cc: Bruce Evans , cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: Don't malloc buf headers (was: cvs commit: src/sys/dev/vn vn.c) In-Reply-To: <19980705143540.B18970@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, 5 Jul 1998, Greg Lehey wrote: > On Saturday, 4 July 1998 at 18:41:17 +1000, Bruce Evans wrote: > >> Modified files: > >> sys/dev/vn vn.c > >> Log: > >> Don't use a struct buf (malloc'd) without first initialising all the fields > >> to some known value! > >> (probable cause of soft updates exploding with vn devices) > > > > Buffers should never be malloced. > > This is a problem that has been concerning me for a while, and one > that we have discussed before. In vinum, I need a buffer structure > with some pointers to other structures internal to vinum. We've > already agreed that b_driver1 and b_driver2 aren't the way to go > (though I notice that they're still present). My solution, stolen > from ccd, has been to malloc my own super-bufs with additional fields > at the end. If this isn't kosher, what method should I use? > > > There is no way of knowing how to initialize new fields like b_dep. > > Well, I've just checked through the code, and I can see how to > initialize it (for example, LIST_INIT(&cbp->cb_buf.b_dep) in ccd, in > conjunction with a malloced buffer :-), but I can't see it being used. > I can't find anywhere in the sources where it is actually more than > initialized. I also can't remember seeing anything about it in the > commit messages, and the CVS log for buf.h doesn't mention it. If I > read the diffs right, it appears to have come from the softupdates > code. What's it for? Should I worry in the vinum code, where the > buffers are all internal and have no file system connections? It's used in soft updates.. that's where all the dependencies are hung. > > Greg > -- > See complete headers for address and phone numbers > finger grog@lemis.com for PGP public key > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 02:03:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10419 for cvs-all-outgoing; Sun, 5 Jul 1998 02:03:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.133.1] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10356; Sun, 5 Jul 1998 02:02:58 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id LAA04485; Sun, 5 Jul 1998 11:00:35 +0200 (CEST) To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_clock.c In-reply-to: Your message of "Sat, 04 Jul 1998 18:42:37 PDT." <18836.899602957@time.cdrom.com> Date: Sun, 05 Jul 1998 11:00:32 +0200 Message-ID: <4483.899629232@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <18836.899602957@time.cdrom.com>, "Jordan K. Hubbard" writes: >> a subweeniesecond error. > >"subweeniesecond?" Is that a new technical term? ;-) Yes, it means that not even photons would notice the difference... -- 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 Sun Jul 5 03:12:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18030 for cvs-all-outgoing; Sun, 5 Jul 1998 03:12:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA17953; Sun, 5 Jul 1998 03:12:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00623; Sun, 5 Jul 1998 03:10:34 -0700 (PDT) Date: Sun, 5 Jul 1998 03:10:34 -0700 (PDT) Message-Id: <199807051010.DAA00623@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_examine.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 03:10:34 PDT Modified files: sys/ddb db_examine.c Log: Support 'g' format for printing 8 byte values. Revision Changes Path 1.22 +5 -1 src/sys/ddb/db_examine.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 03:13:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18173 for cvs-all-outgoing; Sun, 5 Jul 1998 03:13:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18086; Sun, 5 Jul 1998 03:13:03 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00684; Sun, 5 Jul 1998 03:11:20 -0700 (PDT) Date: Sun, 5 Jul 1998 03:11:20 -0700 (PDT) Message-Id: <199807051011.DAA00684@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_kld.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 03:11:20 PDT Modified files: sys/ddb db_kld.c Log: Add symtab parameter to X_db_symbol_values. Revision Changes Path 1.2 +3 -2 src/sys/ddb/db_kld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 03:14:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18287 for cvs-all-outgoing; Sun, 5 Jul 1998 03:14:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18188; Sun, 5 Jul 1998 03:13:56 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00726; Sun, 5 Jul 1998 03:12:18 -0700 (PDT) Date: Sun, 5 Jul 1998 03:12:18 -0700 (PDT) Message-Id: <199807051012.DAA00726@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_run.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 03:12:18 PDT Modified files: sys/ddb db_run.c Log: Remove the two single step breakpoints in the reverse order of setting to ensure that single stepping a branch to the next instruction works. Revision Changes Path 1.16 +5 -5 src/sys/ddb/db_run.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 03:15:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18461 for cvs-all-outgoing; Sun, 5 Jul 1998 03:15:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18403; Sun, 5 Jul 1998 03:14:58 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00767; Sun, 5 Jul 1998 03:13:22 -0700 (PDT) Date: Sun, 5 Jul 1998 03:13:22 -0700 (PDT) Message-Id: <199807051013.DAA00767@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nqnfs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 03:13:22 PDT Modified files: sys/nfs nqnfs.h Log: Use u_int32_t in NQFHHASH instead of u_long. Revision Changes Path 1.18 +2 -2 src/sys/nfs/nqnfs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 03:16:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18813 for cvs-all-outgoing; Sun, 5 Jul 1998 03:16:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18741; Sun, 5 Jul 1998 03:16:10 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00802; Sun, 5 Jul 1998 03:14:33 -0700 (PDT) Date: Sun, 5 Jul 1998 03:14:33 -0700 (PDT) Message-Id: <199807051014.DAA00802@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys bus.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 03:14:32 PDT Modified files: sys/sys bus.h Log: Minor tidying. Revision Changes Path 1.3 +7 -11 src/sys/sys/bus.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 04:44:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28837 for cvs-all-outgoing; Sun, 5 Jul 1998 04:44:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28740; Sun, 5 Jul 1998 04:42:27 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA04787; Sun, 5 Jul 1998 04:40:48 -0700 (PDT) Date: Sun, 5 Jul 1998 04:40:48 -0700 (PDT) Message-Id: <199807051140.EAA04787@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xroads Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/07/05 04:40:48 PDT Modified files: games/xroads Makefile Log: Take out x11 from list of categories. Revision Changes Path 1.2 +2 -2 ports/games/xroads/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 04:44:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28928 for cvs-all-outgoing; Sun, 5 Jul 1998 04:44:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28810; Sun, 5 Jul 1998 04:43:38 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA04854; Sun, 5 Jul 1998 04:41:45 -0700 (PDT) Date: Sun, 5 Jul 1998 04:41:45 -0700 (PDT) Message-Id: <199807051141.EAA04854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xworm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/07/05 04:41:45 PDT Modified files: games/xworm Makefile Log: Remove x11 from categories. Revision Changes Path 1.2 +2 -2 ports/games/xworm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 04:53:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA00383 for cvs-all-outgoing; Sun, 5 Jul 1998 04:53:54 -0700 (PDT) (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 EAA00293 for ; Sun, 5 Jul 1998 04:53:14 -0700 (PDT) (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 MAA15403; Sun, 5 Jul 1998 12:40:16 +0100 (BST) (envelope-from nik) Message-ID: <19980705124015.32015@nothing-going-on.org> Date: Sun, 5 Jul 1998 12:40:15 +0100 From: Nik Clayton To: "Jordan K. Hubbard" , Chris Timmons Cc: =?iso-8859-1?Q?Dag-Erling_Coidan_Sm=F8rgrav?= , committers@FreeBSD.ORG Subject: Re: Q for ftp incoming gang References: <17185.899568656@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <17185.899568656@time.cdrom.com>; from Jordan K. Hubbard on Sat, Jul 04, 1998 at 09:10:56AM -0700 Organization: Nik at home, where there's nothing going on Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Jul 04, 1998 at 09:10:56AM -0700, Jordan K. Hubbard wrote: > > Ok, but pardon my ignorance. How does joe average committer retrieve > > stuff that submitters reference in PRs? > > The folks at freebsd-maintainers@ftp.freebsd.org are supposed to move > it up into ../development. Sometimes they need a prod. :) Or more hours in the day. I know I haven't been as active at this as I'd have liked, mostly because my spare FreeBSD time has been devoted to the Doc. Project. covers what was meant to happen. Shortly after writing that up I got hit by RSI, which very effectively prevented me from doing anything with a keyboard for a couple of months. More -maintainers would definitely help. It also probably wouldn't hurt to have -maintainers automatically cc'd everytime a PR is closed, which should be a sufficiently frequent prod. Also, couldn't incoming/ be NFS mounted read-only on freefall? That should let committers (committers == has account on freefall, right?) even if the -maintainers have collectively gone on their summer holidays? I'm going to try and spend a couple of hours tomorrow (Monday) evening going through incoming/ to work through the worst of the dreck. N -- Work: nik@iii.co.uk | FreeBSD + Perl + Apache Rest: nik@nothing-going-on.demon.co.uk | Remind me again why we need Play: nik@freebsd.org | Microsoft? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 04:58:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA01048 for cvs-all-outgoing; Sun, 5 Jul 1998 04:58:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA00981; Sun, 5 Jul 1998 04:58:28 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA05119; Sun, 5 Jul 1998 04:56:52 -0700 (PDT) Date: Sun, 5 Jul 1998 04:56:52 -0700 (PDT) Message-Id: <199807051156.EAA05119@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 04:56:52 PDT Modified files: sys/vm vm_mmap.c Log: Don't truncate the return value of mmap to sizeof(int). Revision Changes Path 1.80 +2 -2 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:00:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01417 for cvs-all-outgoing; Sun, 5 Jul 1998 05:00:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01275; Sun, 5 Jul 1998 05:00:16 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA05209; Sun, 5 Jul 1998 04:58:38 -0700 (PDT) Date: Sun, 5 Jul 1998 04:58:38 -0700 (PDT) Message-Id: <199807051158.EAA05209@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 04:58:36 PDT Modified files: sys/alpha/alpha pmap.c Log: Make sure hold_count for level 2 maps is maintained properly. Simplify pmap_mapdev (its still totally wrong for the alpha). Revision Changes Path 1.2 +10 -24 src/sys/alpha/alpha/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:02:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01730 for cvs-all-outgoing; Sun, 5 Jul 1998 05:02:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01629; Sun, 5 Jul 1998 05:01:22 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA05258; Sun, 5 Jul 1998 04:59:45 -0700 (PDT) Date: Sun, 5 Jul 1998 04:59:45 -0700 (PDT) Message-Id: <199807051159.EAA05258@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha prom.c promcons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 04:59:44 PDT Modified files: sys/alpha/alpha prom.c promcons.c Log: Make the prom console work as a real device as well as a console. Revision Changes Path 1.2 +1 -1 src/sys/alpha/alpha/prom.c 1.2 +63 -42 src/sys/alpha/alpha/promcons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:10:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02790 for cvs-all-outgoing; Sun, 5 Jul 1998 05:10:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02771; Sun, 5 Jul 1998 05:10:37 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05408; Sun, 5 Jul 1998 05:09:01 -0700 (PDT) Date: Sun, 5 Jul 1998 05:09:01 -0700 (PDT) Message-Id: <199807051209.FAA05408@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha ipl_funcs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 05:09:01 PDT Modified files: sys/alpha/alpha ipl_funcs.c Log: Define bio_imask to allow the ncr driver to compile. The idea of passing mask address around when registering interrupts is wrong IMHO. We should use a priority level like IPL_BIO and the lower levels can then translate it into a mask if they want. Revision Changes Path 1.3 +3 -1 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 Sun Jul 5 05:11:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02943 for cvs-all-outgoing; Sun, 5 Jul 1998 05:11:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02928; Sun, 5 Jul 1998 05:11:46 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05459; Sun, 5 Jul 1998 05:10:11 -0700 (PDT) Date: Sun, 5 Jul 1998 05:10:11 -0700 (PDT) Message-Id: <199807051210.FAA05459@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha dec_eb164.c autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 05:10:11 PDT Modified files: sys/alpha/alpha autoconf.c Added files: sys/alpha/alpha dec_eb164.c Log: First steps at supporting EB164 (AlphaPC 164, 164LX, 164SX). Revision Changes Path 1.3 +9 -3 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:14:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03241 for cvs-all-outgoing; Sun, 5 Jul 1998 05:14:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03236; Sun, 5 Jul 1998 05:14:53 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05563; Sun, 5 Jul 1998 05:13:18 -0700 (PDT) Date: Sun, 5 Jul 1998 05:13:18 -0700 (PDT) Message-Id: <199807051213.FAA05563@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include bootinfo.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 05:13:18 PDT Modified files: sys/alpha/include bootinfo.h Log: Add declaration of the NetBSD/alpha bootinfo. Revision Changes Path 1.2 +59 -0 src/sys/alpha/include/bootinfo.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:15:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03347 for cvs-all-outgoing; Sun, 5 Jul 1998 05:15:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03341; Sun, 5 Jul 1998 05:15:50 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05601; Sun, 5 Jul 1998 05:14:15 -0700 (PDT) Date: Sun, 5 Jul 1998 05:14:15 -0700 (PDT) Message-Id: <199807051214.FAA05601@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include bwx.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 05:14:15 PDT Added files: sys/alpha/include bwx.h Log: Add macros for byte/word sized load and store instructions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:17:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03578 for cvs-all-outgoing; Sun, 5 Jul 1998 05:17:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03573; Sun, 5 Jul 1998 05:17:50 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05678; Sun, 5 Jul 1998 05:16:15 -0700 (PDT) Date: Sun, 5 Jul 1998 05:16:15 -0700 (PDT) Message-Id: <199807051216.FAA05678@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/pci cia.c ciareg.h ciavar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 05:16:15 PDT Added files: sys/alpha/pci cia.c ciareg.h ciavar.h Log: Add basic support for 2117x pci chipsets. Currently only pyxis (21174) is supported. Older chipsets will be easy to support later but right now, I just want to boot my 164LX scratch machine :-). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:18:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03718 for cvs-all-outgoing; Sun, 5 Jul 1998 05:18:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03709; Sun, 5 Jul 1998 05:18:30 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05715; Sun, 5 Jul 1998 05:16:55 -0700 (PDT) Date: Sun, 5 Jul 1998 05:16:55 -0700 (PDT) Message-Id: <199807051216.FAA05715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/tlsb zs_tlsb.c zsreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 05:16:55 PDT Modified files: sys/alpha/tlsb zs_tlsb.c zsreg.h Log: Support channel B as well as channel A. Revision Changes Path 1.3 +70 -32 src/sys/alpha/tlsb/zs_tlsb.c 1.2 +6 -3 src/sys/alpha/tlsb/zsreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:24:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA04439 for cvs-all-outgoing; Sun, 5 Jul 1998 05:24:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA04432; Sun, 5 Jul 1998 05:24:32 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05822; Sun, 5 Jul 1998 05:22:57 -0700 (PDT) Date: Sun, 5 Jul 1998 05:22:57 -0700 (PDT) Message-Id: <199807051222.FAA05822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha interrupt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 05:22:57 PDT Modified files: sys/alpha/alpha interrupt.c Log: Use byte/word access in badaddr if relevant. Revision Changes Path 1.3 +12 -3 src/sys/alpha/alpha/interrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:25:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA04552 for cvs-all-outgoing; Sun, 5 Jul 1998 05:25:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA04546; Sun, 5 Jul 1998 05:25:54 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05887; Sun, 5 Jul 1998 05:24:18 -0700 (PDT) Date: Sun, 5 Jul 1998 05:24:18 -0700 (PDT) Message-Id: <199807051224.FAA05887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha alpha-gdbstub.c db_interface.c machdep.c trap.c src/sys/alpha/include db_machdep.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/05 05:24:18 PDT Modified files: sys/alpha/alpha db_interface.c machdep.c trap.c sys/alpha/include db_machdep.h Added files: sys/alpha/alpha alpha-gdbstub.c Log: Add support for kernel gdb. Revision Changes Path 1.3 +32 -19 src/sys/alpha/alpha/db_interface.c 1.5 +47 -4 src/sys/alpha/alpha/machdep.c 1.4 +3 -16 src/sys/alpha/alpha/trap.c 1.3 +1 -1 src/sys/alpha/include/db_machdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 05:48:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06037 for cvs-all-outgoing; Sun, 5 Jul 1998 05:48:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA06011; Sun, 5 Jul 1998 05:47:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA06272; Sun, 5 Jul 1998 05:46:23 -0700 (PDT) Date: Sun, 5 Jul 1998 05:46:23 -0700 (PDT) Message-Id: <199807051246.FAA06272@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/xmailbox Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/07/05 05:46:22 PDT Modified files: mail/xmailbox Makefile Log: Take out x11 from categories. Revision Changes Path 1.2 +2 -2 ports/mail/xmailbox/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 06:11:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06989 for cvs-all-outgoing; Sun, 5 Jul 1998 06:11:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06980; Sun, 5 Jul 1998 06:11:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA06658; Sun, 5 Jul 1998 06:09:46 -0700 (PDT) Date: Sun, 5 Jul 1998 06:09:46 -0700 (PDT) Message-Id: <199807051309.GAA06658@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/hesiod Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/07/05 06:09:46 PDT Modified files: net/hesiod Makefile Log: No need to define HAS_CONFIGURE if GNU_CONFIGURE is defined. Revision Changes Path 1.2 +1 -2 ports/net/hesiod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 07:38:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11042 for cvs-all-outgoing; Sun, 5 Jul 1998 07:38:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA11034 for ; Sun, 5 Jul 1998 07:38:51 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id HAA11889; Sun, 5 Jul 1998 07:37:31 -0700 (PDT) Message-Id: <199807051437.HAA11889@implode.root.com> To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: "Jordan K. Hubbard" , Chris Timmons , committers@FreeBSD.ORG Subject: Re: Q for ftp incoming gang In-reply-to: Your message of "04 Jul 1998 19:35:24 +0200." From: David Greenman Reply-To: dg@root.com Date: Sun, 05 Jul 1998 07:37:31 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >BTW, I'm suprised that WaReZ d00ds find it worth their while (and >time, and bandwidth) to upload warez to a site from which they cannot >be downloaded. Or then again, maybe I'm not. Until I changed it just a few days ago, they *were* able to download the stuff. I'm sorry that people are being inconvenienced by this, but we have no choice in the matter. -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 Sun Jul 5 07:44:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11623 for cvs-all-outgoing; Sun, 5 Jul 1998 07:44:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA11568; Sun, 5 Jul 1998 07:43:55 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sjx-ca126-03.ix.netcom.com [207.92.177.195]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id HAA03129; Sun, 5 Jul 1998 07:43:55 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id HAA28775; Sun, 5 Jul 1998 07:43:52 -0700 (PDT) Date: Sun, 5 Jul 1998 07:43:52 -0700 (PDT) Message-Id: <199807051443.HAA28775@silvia.HIP.Berkeley.EDU> To: nectar@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199807042207.PAA17156@freefall.freebsd.org> (message from Jacques Vidrine on Sat, 4 Jul 1998 15:07:35 -0700 (PDT)) Subject: Re: cvs commit: ports/www/grail Makefile ports/www/grail/patches patch-aa From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * - suggested by asami: use DISTNAME and DISTFILES to control WRKSRC; * combine do-install and post-install; use --exclude in tar command * to avoid installing unneeded files You forgot to cvs add files/grail. Also, since you are making the temporary file in ${WRKDIR} (which should probably be ${WRKSRC}), there isn't really any need for you to delete it. :) Satoshi (feeling sort of Bruce-ish) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 09:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20181 for cvs-all-outgoing; Sun, 5 Jul 1998 09:36:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20142 for ; Sun, 5 Jul 1998 09:36:06 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: from gid.co.uk (uucp@localhost) by isbalham.ist.co.uk (8.8.7/8.8.7) with UUCP id RAA01136; Sun, 5 Jul 1998 17:35:35 +0100 (BST) (envelope-from rb@gid.co.uk) Date: Sun, 5 Jul 1998 17:32:52 +0100 (BST) Received: from [194.32.164.2] by seagoon.gid.co.uk; Sun, 5 Jul 1998 17:32:52 +0100 (BST) X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: References: Bob Bishop's message of "Sat, 4 Jul 1998 19:12:21 +0100 (BST)" "Jordan K. Hubbard"'s message of "Sat, 04 Jul 1998 09:47:24 -0700" <17369.899570844@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) From: Bob Bishop Subject: Re: Q for ftp incoming gang Cc: committers@FreeBSD.ORG Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id JAB20159 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >Bob Bishop writes: >> At 7:35 pm +0200 4/7/98, Dag-Erling Coidan Smørgrav wrote: >> >[...] >> >BTW, I'm suprised that WaReZ d00ds find it worth their while (and >> >time, and bandwidth) to upload warez to a site from which they cannot >> >be downloaded. >> I'd be worried about the validity of that assumption, too. > >I'm not sure I understood that sentence :) Sorry, I was referring to the implied assumption that the ungodly don't have a way to download from there. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 10:10:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21420 for cvs-all-outgoing; Sun, 5 Jul 1998 10:10:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16779; Sun, 5 Jul 1998 10:10:12 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: from bone.nectar.com (localhost.communique.net [127.0.0.1]) by bone.nectar.com (8.9.0/8.9.0) with ESMTP id MAA02928; Sun, 5 Jul 1998 12:09:44 -0500 (CDT) Message-Id: <199807051709.MAA02928@bone.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199807051443.HAA28775@silvia.HIP.Berkeley.EDU> References: <199807051443.HAA28775@silvia.HIP.Berkeley.EDU> Subject: Re: cvs commit: ports/www/grail Makefile ports/www/grail/patches patch-aa To: asami@FreeBSD.ORG (Satoshi Asami) cc: nectar@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Date: Sun, 05 Jul 1998 12:09:43 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- That's fine, that is what I can most use right now. Jacques Vidrine On 5 July 1998 at 7:43, asami@freebsd.org (Satoshi Asami) wrote: > Satoshi (feeling sort of Bruce-ish) -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNZ+zVzeRhT8JRySpAQFvbgP+NqnCxnPWXWlgXyVxt2+hZ7++yItBGzuG FYwNEjcYoHHBZiHL1BKYHCTNX9NupgX5vtGsB3aHAkPdJcxzhe1IkYKw9Dz7pkdp sEDuww3lxCHRbxYkW3z6s+09z6vx9yS4U2uRg1sJGarVNxDWsmRGoQKrgE5S2C5s oXhFy1YOA+I= =HpwH -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 13:33:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24113 for cvs-all-outgoing; Sun, 5 Jul 1998 13:33:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24103; Sun, 5 Jul 1998 13:33:16 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA00429; Sun, 5 Jul 1998 13:33:19 -0700 (PDT) Date: Sun, 5 Jul 1998 13:33:19 -0700 (PDT) Message-Id: <199807052033.NAA00429@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/05 13:33:18 PDT Modified files: sys/kern vfs_aio.c Log: fix braino from yesterdays' megacommit Not sure of the result of it.. (may or may not effect anything) but it's fixed now. (found by: comparing what cvsup sent back to me with what I tested..) Revision Changes Path 1.31 +2 -2 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 13:56:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04322 for cvs-all-outgoing; Sun, 5 Jul 1998 13:56:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04264; Sun, 5 Jul 1998 13:56:10 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id LAA18349; Sun, 5 Jul 1998 11:21:12 -0700 (PDT) (envelope-from jdp) Message-Id: <199807051821.LAA18349@austin.polstra.com> Date: Sun, 05 Jul 1998 11:21:12 -0700 From: John Polstra Subject: Re: something screwed with CVSup.freebsd.org? To: undisclosed-recipients:; Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ------- Blind-Carbon-Copy To: hackers@freebsd.org Subject: Re: something screwed with CVSup.freebsd.org? In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Date: Sun, 05 Jul 1998 11:21:12 -0700 From: John Polstra In article , Chris Timmons wrote: > > It appears that the avalanche of repository tagging at least contributed > to a situation in which freefall was unable to keep up with the load. > I'll let jdp explain when he figures out what really happened. Freefall became ill and a bunch of cvsupd processes ended up hung in D state, unkillable by any means. This caused the master cvsupd process to stop accepting clients, because its access limits were already maxxed out. We did a remote reboot of freefall, but unfortunately it did not make it back up again. It responds to pings but none of the daemons have started, including sshd. The operative hypothesis is that it is hung up waiting on an NFS mount from a machine that's down. It is a holiday weekend here in the US, and we haven't been able to find anybody physically near to the machines who could go in and get things running again. So we are without freefall at least for a while. Maybe this would be a good day to get a life and try doing something else for a change. :-) - -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth ------- End of Blind-Carbon-Copy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 14:14:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08806 for cvs-all-outgoing; Sun, 5 Jul 1998 14:14:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08801; Sun, 5 Jul 1998 14:14:42 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01737; Sun, 5 Jul 1998 14:14:42 -0700 (PDT) Date: Sun, 5 Jul 1998 14:14:42 -0700 (PDT) Message-Id: <199807052114.OAA01737@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/print/apsfilter Makefile ports/print/apsfilter/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/07/05 14:14:41 PDT Modified files: print/apsfilter Makefile print/apsfilter/files md5 Log: New apsfilter version 4.9.9 supports printing of bzip2 compressed files Revision Changes Path 1.23 +4 -3 ports/print/apsfilter/Makefile 1.8 +1 -1 ports/print/apsfilter/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 15:48:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25569 for cvs-all-outgoing; Sun, 5 Jul 1998 15:48:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25532; Sun, 5 Jul 1998 15:48:46 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA03575; Sun, 5 Jul 1998 15:48:44 -0700 (PDT) Date: Sun, 5 Jul 1998 15:48:44 -0700 (PDT) Message-Id: <199807052248.PAA03575@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/grail/files grail Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/05 15:48:43 PDT Added files: www/grail/files grail Log: Oops! Add forgotten file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 15:58:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27494 for cvs-all-outgoing; Sun, 5 Jul 1998 15:58:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27419; Sun, 5 Jul 1998 15:58:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA03879; Sun, 5 Jul 1998 15:58:15 -0700 (PDT) Date: Sun, 5 Jul 1998 15:58:15 -0700 (PDT) Message-Id: <199807052258.PAA03879@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xboard Makefile ports/games/xboard/files md5 ports/games/xboard/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 15:58:14 PDT Modified files: games/xboard Makefile games/xboard/files md5 games/xboard/pkg COMMENT DESCR Log: Update to version 4.0.0. PR: 7161 Submitted by: maintainer Revision Changes Path 1.15 +4 -4 ports/games/xboard/Makefile 1.8 +1 -1 ports/games/xboard/files/md5 1.3 +1 -1 ports/games/xboard/pkg/COMMENT 1.3 +3 -3 ports/games/xboard/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 16:01:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27953 for cvs-all-outgoing; Sun, 5 Jul 1998 16:01:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27930; Sun, 5 Jul 1998 16:01:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04067; Sun, 5 Jul 1998 16:01:26 -0700 (PDT) Date: Sun, 5 Jul 1998 16:01:26 -0700 (PDT) Message-Id: <199807052301.QAA04067@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/xscreensaver/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 16:01:26 PDT Modified files: x11/xscreensaver/pkg DESCR Log: Fix a minor nit in the DESCR. PR: 7170 Submitted by: Stefan Eggars Revision Changes Path 1.4 +1 -1 ports/x11/xscreensaver/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 16:04:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28392 for cvs-all-outgoing; Sun, 5 Jul 1998 16:04:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28318; Sun, 5 Jul 1998 16:03:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04246; Sun, 5 Jul 1998 16:03:40 -0700 (PDT) Date: Sun, 5 Jul 1998 16:03:40 -0700 (PDT) Message-Id: <199807052303.QAA04246@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/frotz Makefile ports/games/frotz/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 16:03:40 PDT Modified files: games/frotz Makefile games/frotz/pkg PLIST Log: Install the manpage too. PR: 7173 Submitted by: Dom Mitchell Revision Changes Path 1.2 +4 -1 ports/games/frotz/Makefile 1.2 +1 -0 ports/games/frotz/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 Jul 5 16:06:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28639 for cvs-all-outgoing; Sun, 5 Jul 1998 16:06:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28524; Sun, 5 Jul 1998 16:05:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04376; Sun, 5 Jul 1998 16:05:28 -0700 (PDT) Date: Sun, 5 Jul 1998 16:05:28 -0700 (PDT) Message-Id: <199807052305.QAA04376@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/FAQ install.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 16:05:27 PDT Modified files: FAQ install.sgml Log: collection -> connection PR: 7174 Submitted by: laskavy@Hedehog.CS.MSU.SU Revision Changes Path 1.5 +2 -2 doc/FAQ/install.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 16:09:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29216 for cvs-all-outgoing; Sun, 5 Jul 1998 16:09:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29138; Sun, 5 Jul 1998 16:08:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04626; Sun, 5 Jul 1998 16:08:48 -0700 (PDT) Date: Sun, 5 Jul 1998 16:08:48 -0700 (PDT) Message-Id: <199807052308.QAA04626@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xconq Makefile ports/games/xconq/files md5 mh-freebsd ports/games/xconq/patches patch-ad patch-aa patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 16:08:48 PDT Modified files: games/xconq Makefile games/xconq/files md5 games/xconq/patches patch-ad Removed files: games/xconq/files mh-freebsd games/xconq/patches patch-aa patch-ab patch-ac Log: Update to version 7.2.2. PR: 7162 Submitted by: Don Croyle Revision Changes Path 1.2 +5 -8 ports/games/xconq/Makefile 1.2 +1 -1 ports/games/xconq/files/md5 1.2 +1 -18 ports/games/xconq/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 16:10:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29734 for cvs-all-outgoing; Sun, 5 Jul 1998 16:10:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29689; Sun, 5 Jul 1998 16:10:28 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04716; Sun, 5 Jul 1998 16:10:23 -0700 (PDT) Date: Sun, 5 Jul 1998 16:10:23 -0700 (PDT) Message-Id: <199807052310.QAA04716@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c devfs_vnops.c devfsdefs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/05 16:10:23 PDT Modified files: sys/miscfs/devfs devfs_tree.c devfs_vnops.c devfsdefs.h Log: DEVFS completely bypasses the cdevsw and bdevsw tables now. Each devfs node has (and has had fro a while) a pointer directly to the correct cdefsw entry so just use it instead of doing the lookup. There are several other places in the kernel that still use the tables however, so they can't go away yet.. Revision Changes Path 1.56 +3 -3 src/sys/miscfs/devfs/devfs_tree.c 1.57 +799 -227 src/sys/miscfs/devfs/devfs_vnops.c 1.16 +2 -2 src/sys/miscfs/devfs/devfsdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 16:17:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00933 for cvs-all-outgoing; Sun, 5 Jul 1998 16:17:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00908; Sun, 5 Jul 1998 16:17:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05047; Sun, 5 Jul 1998 16:17:33 -0700 (PDT) Date: Sun, 5 Jul 1998 16:17:33 -0700 (PDT) Message-Id: <199807052317.QAA05047@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/gopher Makefile ports/net/gopher/files md5 ports/net/gopher/patches patch-ba patch-bb patch-aa patch-ab patch-ac ports/net/gopher/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 16:17:33 PDT Modified files: net/gopher Makefile net/gopher/files md5 net/gopher/patches patch-aa patch-ab patch-ac net/gopher/pkg DESCR PLIST Added files: net/gopher/patches patch-ba patch-bb Log: Update to version 2.3. PR: 7166 Submitted by: Pedro Giffuni Revision Changes Path 1.8 +19 -8 ports/net/gopher/Makefile 1.3 +1 -1 ports/net/gopher/files/md5 1.3 +27 -37 ports/net/gopher/patches/patch-aa 1.2 +33 -26 ports/net/gopher/patches/patch-ab 1.2 +13 -18 ports/net/gopher/patches/patch-ac 1.2 +9 -2 ports/net/gopher/pkg/DESCR 1.4 +61 -3 ports/net/gopher/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 Jul 5 16:44:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18690 for cvs-all-outgoing; Sun, 5 Jul 1998 16:44:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18682; Sun, 5 Jul 1998 16:44:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05553; Sun, 5 Jul 1998 16:44:47 -0700 (PDT) Date: Sun, 5 Jul 1998 16:44:47 -0700 (PDT) Message-Id: <199807052344.QAA05553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/xfmail Makefile ports/mail/xfmail/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 16:44:46 PDT Modified files: mail/xfmail Makefile mail/xfmail/files md5 Log: Update to version 1.3. PR: 7168 Submitted by: Jonathan Hanna Revision Changes Path 1.11 +5 -5 ports/mail/xfmail/Makefile 1.6 +1 -1 ports/mail/xfmail/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 Jul 5 16:58:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20524 for cvs-all-outgoing; Sun, 5 Jul 1998 16:58:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20517; Sun, 5 Jul 1998 16:58:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05912; Sun, 5 Jul 1998 16:58:41 -0700 (PDT) Date: Sun, 5 Jul 1998 16:58:41 -0700 (PDT) Message-Id: <199807052358.QAA05912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/bugs - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 16:58:41 PDT ports/security/bugs - Imported sources Update of /home/ncvs/ports/security/bugs In directory freefall.freebsd.org:/d/users/steve/work/bugs Log Message: Initial import of bugs version 1.8.1. bugs - a C cryptographic library and sample programs PR: 7058 Submitted by: Stephane Legrand Status: Vendor Tag: LEGRAND Release Tags: v1_8_1 N ports/security/bugs/Makefile N ports/security/bugs/pkg/COMMENT N ports/security/bugs/pkg/DESCR N ports/security/bugs/pkg/PLIST N ports/security/bugs/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 Jul 5 17:00:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20876 for cvs-all-outgoing; Sun, 5 Jul 1998 17:00:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20856; Sun, 5 Jul 1998 17:00:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06024; Sun, 5 Jul 1998 17:00:33 -0700 (PDT) Date: Sun, 5 Jul 1998 17:00:33 -0700 (PDT) Message-Id: <199807060000.RAA06024@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 17:00:32 PDT Modified files: security Makefile Log: Activate bugs port. Revision Changes Path 1.30 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 17:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20996 for cvs-all-outgoing; Sun, 5 Jul 1998 17:01:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20990; Sun, 5 Jul 1998 17:01:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06080; Sun, 5 Jul 1998 17:01:35 -0700 (PDT) Date: Sun, 5 Jul 1998 17:01:35 -0700 (PDT) Message-Id: <199807060001.RAA06080@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/05 17:01:35 PDT Modified files: . modules Log: bugs -> ports/security/bugs Revision Changes Path 1.2142 +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 Jul 5 19:07:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11330 for cvs-all-outgoing; Sun, 5 Jul 1998 19:07:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11307; Sun, 5 Jul 1998 19:07:34 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA08637; Sun, 5 Jul 1998 19:07:31 -0700 (PDT) Date: Sun, 5 Jul 1998 19:07:31 -0700 (PDT) Message-Id: <199807060207.TAA08637@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp vars.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/07/05 19:07:31 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp vars.c Log: Version 1.65 -> 1.7 Revision Changes Path 1.9.2.17 +3 -3 src/usr.sbin/ppp/Attic/vars.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 19:17:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12681 for cvs-all-outgoing; Sun, 5 Jul 1998 19:17:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12652 for ; Sun, 5 Jul 1998 19:17:42 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id LAA25705; Mon, 6 Jul 1998 11:46:05 +0930 (CST) Message-Id: <199807060216.LAA25705@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: "Jordan K. Hubbard" , Chris Timmons , committers@FreeBSD.ORG Subject: Re: Q for ftp incoming gang In-reply-to: Your message of "04 Jul 1998 19:35:24 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 06 Jul 1998 11:46:05 +0930 From: "Daniel O'Connor" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > BTW, I'm suprised that WaReZ d00ds find it worth their while (and > time, and bandwidth) to upload warez to a site from which they cannot > be downloaded. Or then again, maybe I'm not. Who says there isn't a bug in the ftpd? :) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 19:27:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14039 for cvs-all-outgoing; Sun, 5 Jul 1998 19:27:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14034; Sun, 5 Jul 1998 19:27:27 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA09192; Sun, 5 Jul 1998 19:27:24 -0700 (PDT) Date: Sun, 5 Jul 1998 19:27:24 -0700 (PDT) Message-Id: <199807060227.TAA09192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/05 19:27:24 PDT Modified files: . modules Log: krb5 --> ports/security/krb5 Revision Changes Path 1.2143 +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 Jul 5 19:28:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14275 for cvs-all-outgoing; Sun, 5 Jul 1998 19:28:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14244; Sun, 5 Jul 1998 19:28:46 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA09225; Sun, 5 Jul 1998 19:28:43 -0700 (PDT) Date: Sun, 5 Jul 1998 19:28:43 -0700 (PDT) Message-Id: <199807060228.TAA09225@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/krb5 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/05 19:28:42 PDT ports/security/krb5 - Imported sources Update of /home/ncvs/ports/security/krb5 In directory freefall.freebsd.org:/f/users/nectar/krb5 Log Message: New port, KerberosV 1.0.5. PR: ports/6870 Submitted by: Jacques Vidrine Status: Vendor Tag: VIDRINE Release Tags: krb5_1_0_5 N ports/security/krb5/Makefile I ports/security/krb5/CVS N ports/security/krb5/files/md5 N ports/security/krb5/patches/patch-aa N ports/security/krb5/patches/patch-ab N ports/security/krb5/patches/patch-ac N ports/security/krb5/patches/patch-ad N ports/security/krb5/patches/patch-ae N ports/security/krb5/patches/patch-af N ports/security/krb5/pkg/COMMENT N ports/security/krb5/pkg/DESCR N ports/security/krb5/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 19:31:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14609 for cvs-all-outgoing; Sun, 5 Jul 1998 19:31:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14589; Sun, 5 Jul 1998 19:31:02 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA09320; Sun, 5 Jul 1998 19:30:59 -0700 (PDT) Date: Sun, 5 Jul 1998 19:30:59 -0700 (PDT) Message-Id: <199807060230.TAA09320@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/05 19:30:59 PDT Modified files: security Makefile Log: Activate krb5. PR: ports/6870 Submitted by: Jacques Vidrine Revision Changes Path 1.31 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 20:20:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21792 for cvs-all-outgoing; Sun, 5 Jul 1998 20:20:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA21786; Sun, 5 Jul 1998 20:20:31 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA10554; Sun, 5 Jul 1998 20:20:28 -0700 (PDT) Date: Sun, 5 Jul 1998 20:20:28 -0700 (PDT) Message-Id: <199807060320.UAA10554@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c src/sys/netinet in.h ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h tcp_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/05 20:20:28 PDT Modified files: sbin/ipfw ipfw.8 ipfw.c sys/netinet in.h ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h tcp_input.c Log: Support for IPFW based transparent forwarding. Any packet that can be matched by a ipfw rule can be redirected transparently to another port or machine. Redirection to another port mostly makes sense with tcp, where a session can be set up between a proxy and an unsuspecting client. Redirection to another machine requires that the other machine also be expecting to receive the forwarded packets, as their headers will not have been modified. /sbin/ipfw must be recompiled!!! Reviewed by: Peter Wemm Submitted by: Chrisy Luke Revision Changes Path 1.43 +25 -1 src/sbin/ipfw/ipfw.8 1.58 +31 -2 src/sbin/ipfw/ipfw.c 1.36 +2 -2 src/sys/netinet/in.h 1.92 +40 -5 src/sys/netinet/ip_fw.c 1.33 +4 -1 src/sys/netinet/ip_fw.h 1.92 +48 -12 src/sys/netinet/ip_input.c 1.76 +132 -7 src/sys/netinet/ip_output.c 1.42 +4 -1 src/sys/netinet/ip_var.h 1.79 +29 -1 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 21:39:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29654 for cvs-all-outgoing; Sun, 5 Jul 1998 21:39:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29629; Sun, 5 Jul 1998 21:39:25 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA13655; Sun, 5 Jul 1998 21:39:22 -0700 (PDT) Date: Sun, 5 Jul 1998 21:39:22 -0700 (PDT) Message-Id: <199807060439.VAA13655@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/info pkg_info.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/05 21:39:21 PDT Modified files: usr.sbin/pkg_install/info pkg_info.1 Log: Document `-I' and `-R' options to `pkg_info'. PR: 7155 Revision Changes Path 1.17 +5 -0 src/usr.sbin/pkg_install/info/pkg_info.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 21:55:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01727 for cvs-all-outgoing; Sun, 5 Jul 1998 21:55:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01712; Sun, 5 Jul 1998 21:55:27 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA14141; Sun, 5 Jul 1998 21:55:24 -0700 (PDT) Date: Sun, 5 Jul 1998 21:55:24 -0700 (PDT) Message-Id: <199807060455.VAA14141@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/05 21:55:24 PDT Modified files: sys/conf options Log: Forgot to register the IPFIREWALL_FORWARD option. Revision Changes Path 1.87 +2 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 21:55:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01770 for cvs-all-outgoing; Sun, 5 Jul 1998 21:55:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01738; Sun, 5 Jul 1998 21:55:37 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA14193; Sun, 5 Jul 1998 21:55:34 -0700 (PDT) Date: Sun, 5 Jul 1998 21:55:34 -0700 (PDT) Message-Id: <199807060455.VAA14193@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/SSLeay Makefile ports/security/SSLeay/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/07/05 21:55:33 PDT Modified files: security/SSLeay Makefile security/SSLeay/files md5 Log: update original distribution (0.8.1 -> 0.8.1b). 0.8.1 is no longer available due to PKCS#1 security hole. Revision Changes Path 1.17 +3 -3 ports/security/SSLeay/Makefile 1.8 +1 -1 ports/security/SSLeay/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 Jul 5 22:01:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02421 for cvs-all-outgoing; Sun, 5 Jul 1998 22:01:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02411; Sun, 5 Jul 1998 22:00:58 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA14347; Sun, 5 Jul 1998 22:00:55 -0700 (PDT) Date: Sun, 5 Jul 1998 22:00:55 -0700 (PDT) Message-Id: <199807060500.WAA14347@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c ip_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/05 22:00:55 PDT Modified files: sys/netinet ip_input.c ip_output.c Log: Fix braino in switching to TAILQ macro. Revision Changes Path 1.93 +2 -2 src/sys/netinet/ip_input.c 1.77 +2 -2 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 Sun Jul 5 22:04:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03031 for cvs-all-outgoing; Sun, 5 Jul 1998 22:04:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03026; Sun, 5 Jul 1998 22:04:37 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA14547; Sun, 5 Jul 1998 22:04:34 -0700 (PDT) Date: Sun, 5 Jul 1998 22:04:34 -0700 (PDT) Message-Id: <199807060504.WAA14547@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/05 22:04:34 PDT Modified files: sys/netinet ip_output.c Log: Don't expect the new code to be used without the right option file being included. Revision Changes Path 1.78 +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 Sun Jul 5 23:04:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08968 for cvs-all-outgoing; Sun, 5 Jul 1998 23:04:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08856; Sun, 5 Jul 1998 23:04:00 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.8/8.8.6) with ESMTP id IAA14717; Mon, 6 Jul 1998 08:03:56 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id IAA23175; Mon, 6 Jul 1998 08:03:53 +0200 (CEST) To: Jacques Vidrine Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/py-PyGreSQL - Imported sources References: <199807042229.PAA17734@freefall.freebsd.org> From: Thomas Gellekum Date: 06 Jul 1998 08:03:52 +0200 In-Reply-To: Jacques Vidrine's message of "Sat, 04 Jul 1998 15:29:18 -0700 (PDT)" Message-ID: <87hg0vy0qe.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 12 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Jacques Vidrine writes: > nectar 1998/07/04 15:29:18 PDT > > ports/devel/py-PyGreSQL - Imported sources > Update of /home/ncvs/ports/devel/py-PyGreSQL > In directory freefall.freebsd.org:/f/users/nectar/devel/py-PyGreSQL This should probably move to database, where the other DB frontends and language interfaces live. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 23:29:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12021 for cvs-all-outgoing; Sun, 5 Jul 1998 23:29:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12006; Sun, 5 Jul 1998 23:29:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA24947; Sun, 5 Jul 1998 23:29:12 -0700 (PDT) Date: Sun, 5 Jul 1998 23:29:12 -0700 (PDT) Message-Id: <199807060629.XAA24947@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/apm apm.c src/sys/i386/include apm_bios.h console.h src/sys/i386/isa syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/07/05 23:29:11 PDT Modified files: sys/i386/apm apm.c sys/i386/include apm_bios.h console.h sys/i386/isa syscons.c Log: Add the ability to suspend as well as hibernate to the system. This is the kernel part of my commits, the userlevel stuff will be done in a separate commit. Add the ability to suspend as well as hibernate to syscons. Create a new virtual key like hibernate for suspend. Update apm_bios.h to define more apm bios goodies. Revision Changes Path 1.73 +36 -15 src/sys/i386/apm/apm.c 1.20 +16 -8 src/sys/i386/include/apm_bios.h 1.37 +3 -1 src/sys/i386/include/console.h 1.265 +21 -2 src/sys/i386/isa/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 23:44:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13512 for cvs-all-outgoing; Sun, 5 Jul 1998 23:44:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13499; Sun, 5 Jul 1998 23:44:41 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA25562; Sun, 5 Jul 1998 23:44:37 -0700 (PDT) Date: Sun, 5 Jul 1998 23:44:37 -0700 (PDT) Message-Id: <199807060644.XAA25562@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/i386/fdisk fdisk.8 fdisk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/05 23:44:37 PDT Modified files: sbin/i386/fdisk fdisk.8 fdisk.c Log: Correct use of .Nm, use .Bx Free for FreeBSD. Add rcsid, remove unused #includes. Spelling. Use err(3) and add usage(). Revision Changes Path 1.10 +31 -20 src/sbin/i386/fdisk/fdisk.8 1.23 +78 -99 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 23:54:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14807 for cvs-all-outgoing; Sun, 5 Jul 1998 23:54:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14776; Sun, 5 Jul 1998 23:53:52 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA25800; Sun, 5 Jul 1998 23:53:48 -0700 (PDT) Date: Sun, 5 Jul 1998 23:53:48 -0700 (PDT) Message-Id: <199807060653.XAA25800@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/05 23:53:48 PDT Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: Update man page to allow adding address_family when -l is used (this is a no op for now). Correct use of .Nm. Short usage string (see man page for full list). Spelling. Use err(3). Revision Changes Path 1.18 +33 -28 src/sbin/ifconfig/ifconfig.8 1.36 +21 -34 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 23:56:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15419 for cvs-all-outgoing; Sun, 5 Jul 1998 23:56:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15414; Sun, 5 Jul 1998 23:56:14 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA25879; Sun, 5 Jul 1998 23:56:10 -0700 (PDT) Date: Sun, 5 Jul 1998 23:56:10 -0700 (PDT) Message-Id: <199807060656.XAA25879@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/init init.8 init.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/05 23:56:10 PDT Modified files: sbin/init init.8 init.c Log: Correct .Nm use. Add rcsid. Use min for minutes instead of mn. Revision Changes Path 1.12 +32 -32 src/sbin/init/init.8 1.30 +6 -4 src/sbin/init/init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 5 23:58:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15856 for cvs-all-outgoing; Sun, 5 Jul 1998 23:58:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15827; Sun, 5 Jul 1998 23:58:39 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA25943; Sun, 5 Jul 1998 23:58:34 -0700 (PDT) Date: Sun, 5 Jul 1998 23:58:34 -0700 (PDT) Message-Id: <199807060658.XAA25943@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/kldload kldload.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/05 23:58:34 PDT Modified files: sbin/kldload kldload.c Log: remoce unused #include. Revision Changes Path 1.5 +1 -2 src/sbin/kldload/kldload.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:00:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16161 for cvs-all-outgoing; Mon, 6 Jul 1998 00:00:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16089; Sun, 5 Jul 1998 23:59:58 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA26051; Sun, 5 Jul 1998 23:59:54 -0700 (PDT) Date: Sun, 5 Jul 1998 23:59:54 -0700 (PDT) Message-Id: <199807060659.XAA26051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/kldunload kldunload.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/05 23:59:53 PDT Modified files: sbin/kldunload kldunload.c Log: Lowercase 1st char. in err(3) strings. Revision Changes Path 1.6 +2 -2 src/sbin/kldunload/kldunload.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:02:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16669 for cvs-all-outgoing; Mon, 6 Jul 1998 00:02:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16663; Mon, 6 Jul 1998 00:02:31 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26157; Mon, 6 Jul 1998 00:02:27 -0700 (PDT) Date: Mon, 6 Jul 1998 00:02:27 -0700 (PDT) Message-Id: <199807060702.AAA26157@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ldconfig ldconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:02:27 PDT Modified files: sbin/ldconfig ldconfig.c Log: Add rcsid. remove unused #includes. Getopt returns -1 not EOF. Add usage(). Cosmetics in err(3) string. Revision Changes Path 1.23 +27 -23 src/sbin/ldconfig/ldconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:04:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16978 for cvs-all-outgoing; Mon, 6 Jul 1998 00:04:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16973; Mon, 6 Jul 1998 00:04:54 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26293; Mon, 6 Jul 1998 00:04:51 -0700 (PDT) Date: Mon, 6 Jul 1998 00:04:51 -0700 (PDT) Message-Id: <199807060704.AAA26293@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/md5 md5.1 md5.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:04:51 PDT Modified files: sbin/md5 md5.1 md5.c Log: Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3). Revision Changes Path 1.7 +8 -8 src/sbin/md5/md5.1 1.13 +10 -12 src/sbin/md5/md5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:07:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17318 for cvs-all-outgoing; Mon, 6 Jul 1998 00:07:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17275; Mon, 6 Jul 1998 00:06:22 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26385; Mon, 6 Jul 1998 00:06:17 -0700 (PDT) Date: Mon, 6 Jul 1998 00:06:17 -0700 (PDT) Message-Id: <199807060706.AAA26385@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mknod mknod.8 mknod.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:06:16 PDT Modified files: sbin/mknod mknod.8 mknod.c Log: Remove unused #include. Add usage(). Revision Changes Path 1.7 +3 -2 src/sbin/mknod/mknod.8 1.8 +12 -10 src/sbin/mknod/mknod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:08:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17536 for cvs-all-outgoing; Mon, 6 Jul 1998 00:08:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17489; Mon, 6 Jul 1998 00:07:47 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26434; Mon, 6 Jul 1998 00:07:43 -0700 (PDT) Date: Mon, 6 Jul 1998 00:07:43 -0700 (PDT) Message-Id: <199807060707.AAA26434@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/modload modload.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:07:42 PDT Modified files: sbin/modload modload.c Log: Add rcsid, remove unused #includes, spelling. Revision Changes Path 1.22 +12 -12 src/sbin/modload/modload.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:09:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17888 for cvs-all-outgoing; Mon, 6 Jul 1998 00:09:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17855; Mon, 6 Jul 1998 00:09:19 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26492; Mon, 6 Jul 1998 00:09:15 -0700 (PDT) Date: Mon, 6 Jul 1998 00:09:15 -0700 (PDT) Message-Id: <199807060709.AAA26492@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/modunload modunload.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:09:15 PDT Modified files: sbin/modunload modunload.c Log: Add rcsid. Remove unused #includes. Spelling. Revision Changes Path 1.7 +7 -8 src/sbin/modunload/modunload.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:13:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18649 for cvs-all-outgoing; Mon, 6 Jul 1998 00:13:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18561; Mon, 6 Jul 1998 00:12:49 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26639; Mon, 6 Jul 1998 00:12:39 -0700 (PDT) Date: Mon, 6 Jul 1998 00:12:39 -0700 (PDT) Message-Id: <199807060712.AAA26639@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount getmntopts.3 getmntopts.c mntopts.h mount.c mount_ufs.c vfslist.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:12:39 PDT Modified files: sbin/mount getmntopts.3 getmntopts.c mntopts.h mount.c mount_ufs.c vfslist.c Log: Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err() strings. Revision Changes Path 1.4 +2 -2 src/sbin/mount/getmntopts.3 1.7 +2 -6 src/sbin/mount/getmntopts.c 1.14 +3 -3 src/sbin/mount/mntopts.h 1.28 +16 -21 src/sbin/mount/mount.c 1.14 +11 -13 src/sbin/mount/mount_ufs.c 1.3 +2 -4 src/sbin/mount/vfslist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:14:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18719 for cvs-all-outgoing; Mon, 6 Jul 1998 00:14:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18689; Mon, 6 Jul 1998 00:13:37 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26685; Mon, 6 Jul 1998 00:13:32 -0700 (PDT) Date: Mon, 6 Jul 1998 00:13:32 -0700 (PDT) Message-Id: <199807060713.AAA26685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_ext2fs mount_ext2fs.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:13:32 PDT Modified files: sbin/mount_ext2fs mount_ext2fs.8 Log: Correct use of .Nm. Revision Changes Path 1.5 +4 -3 src/sbin/mount_ext2fs/mount_ext2fs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:16:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19209 for cvs-all-outgoing; Mon, 6 Jul 1998 00:16:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19122; Mon, 6 Jul 1998 00:16:03 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26803; Mon, 6 Jul 1998 00:15:55 -0700 (PDT) Date: Mon, 6 Jul 1998 00:15:55 -0700 (PDT) Message-Id: <199807060715.AAA26803@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:15:54 PDT Modified files: sbin/mount_nfs mount_nfs.8 mount_nfs.c Log: Sync usage string and man page. Correct use of .Nm. Spelling. Remove unused #includes. Revision Changes Path 1.14 +4 -4 src/sbin/mount_nfs/mount_nfs.8 1.29 +15 -19 src/sbin/mount_nfs/mount_nfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:17:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19501 for cvs-all-outgoing; Mon, 6 Jul 1998 00:17:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19456; Mon, 6 Jul 1998 00:17:36 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA26855; Mon, 6 Jul 1998 00:17:28 -0700 (PDT) Date: Mon, 6 Jul 1998 00:17:28 -0700 (PDT) Message-Id: <199807060717.AAA26855@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_null mount_null.8 mount_null.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:17:28 PDT Modified files: sbin/mount_null mount_null.8 mount_null.c Log: -Wall. Revision Changes Path 1.9 +7 -5 src/sbin/mount_null/mount_null.8 1.11 +4 -4 src/sbin/mount_null/mount_null.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:20:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19881 for cvs-all-outgoing; Mon, 6 Jul 1998 00:20:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19830; Mon, 6 Jul 1998 00:19:35 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA27086; Mon, 6 Jul 1998 00:19:29 -0700 (PDT) Date: Mon, 6 Jul 1998 00:19:29 -0700 (PDT) Message-Id: <199807060719.AAA27086@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_portal activate.c conf.c mount_portal.8 mount_portal.c pt_conf.c pt_exec.c pt_file.c pt_tcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk charnier 1998/07/06 00:19:29 PDT Modified files: sbin/mount_portal activate.c conf.c mount_portal.8 mount_portal.c pt_conf.c pt_exec.c pt_file.c pt_tcp.c Log: Correct use of .Nm. Spelling. Add rcsid and remove unused #includes. Revision Changes Path 1.5 +7 -8 src/sbin/mount_portal/activate.c 1.6 +8 -5 src/sbin/mount_portal/conf.c 1.3 +4 -4 src/sbin/mount_portal/mount_portal.8 1.13 +4 -5 src/sbin/mount_portal/mount_portal.c 1.4 +5 -2 src/sbin/mount_portal/pt_conf.c 1.4 +5 -6 src/sbin/mount_portal/pt_exec.c 1.7 +7 -6 src/sbin/mount_portal/pt_file.c 1.7 +8 -6 src/sbin/mount_portal/pt_tcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 00:24:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20723 for cvs-all-outgoing; Mon, 6 Jul 1998 00:24:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20659; Mon, 6 Jul 1998 00:23:53 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA27260; Mon, 6 Jul 1998 00:23:49 -0700 (PDT) Date: Mon, 6 Jul 1998 00:23:49 -0700 (PDT) Message-Id: <199807060723.AAA27260@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/xaos Makefile ports/graphics/xaos/files md5 ports/graphics/xaos/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-aa ports/graphics/xaos/pkg COMMENT PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/06 00:23:48 PDT Modified files: graphics/xaos Makefile graphics/xaos/files md5 graphics/xaos/patches patch-aa graphics/xaos/pkg COMMENT PLIST Added files: graphics/xaos/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Log: Upgrade to ver 3.0 of XaoS. Reminded-by: Matthew Thyer Revision Changes Path 1.5 +15 -18 ports/graphics/xaos/Makefile 1.2 +1 -1 ports/graphics/xaos/files/md5 1.2 +311 -70 ports/graphics/xaos/patches/patch-aa 1.2 +1 -1 ports/graphics/xaos/pkg/COMMENT 1.3 +123 -2 ports/graphics/xaos/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 Jul 6 00:39:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22956 for cvs-all-outgoing; Mon, 6 Jul 1998 00:39:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22922; Mon, 6 Jul 1998 00:39:20 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: from bone.nectar.com (localhost.communique.net [127.0.0.1]) by bone.nectar.com (8.9.0/8.9.0) with ESMTP id CAA07643; Mon, 6 Jul 1998 02:37:54 -0500 (CDT) Message-Id: <199807060737.CAA07643@bone.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <87hg0vy0qe.fsf@ghpc6.ihf.rwth-aachen.de> References: <199807042229.PAA17734@freefall.freebsd.org> <87hg0vy0qe.fsf@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/devel/py-PyGreSQL - Imported sources To: Thomas Gellekum cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Date: Mon, 06 Jul 1998 02:37:54 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Anyone have descriptions of ports categories/guidelines on giving ports a home? Jacques Vidrine On 6 July 1998 at 8:03, Thomas Gellekum wrote: > Jacques Vidrine writes: > > > nectar 1998/07/04 15:29:18 PDT > > > > ports/devel/py-PyGreSQL - Imported sources > > Update of /home/ncvs/ports/devel/py-PyGreSQL > > In directory freefall.freebsd.org:/f/users/nectar/devel/py-PyGreSQL > > This should probably move to database, where the other DB frontends > and language interfaces live. > > tg > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNaB+0jeRhT8JRySpAQFJBwQAnsNq/CjiRqmQPd9cwWd7iwcSuf20vHsE uO4BF3Q/HUjEU1TAz3AIASlur6LKxo6ZPiZCfkHnZDf5Pz/cceO196cuVkuDiLdY PO+k5Mpzfs1FCWL89pFZVsnXrE/fr1ezGczFHYYXrlUZSqToe1bZqPH+377rgGyS +TV2mv1EA9w= =aQHB -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 01:12:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27107 for cvs-all-outgoing; Mon, 6 Jul 1998 01:12:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27043; Mon, 6 Jul 1998 01:11:40 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA29108; Mon, 6 Jul 1998 01:11:26 -0700 (PDT) Date: Mon, 6 Jul 1998 01:11:26 -0700 (PDT) Message-Id: <199807060811.BAA29108@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/textproc/tth Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/07/06 01:11:26 PDT Modified files: textproc/tth Makefile Log: Upgrade to 1.54. Revision Changes Path 1.8 +3 -3 ports/textproc/tth/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 01:29:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00933 for cvs-all-outgoing; Mon, 6 Jul 1998 01:29:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00928; Mon, 6 Jul 1998 01:29:55 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA29667; Mon, 6 Jul 1998 01:29:51 -0700 (PDT) Date: Mon, 6 Jul 1998 01:29:51 -0700 (PDT) Message-Id: <199807060829.BAA29667@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c ip_fw.c ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/06 01:29:50 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_divert.c ip_fw.c ip_input.c Log: clean up some oversights on the last commits hopefully catches the corner cases Revision Changes Path 1.1.2.11 +11 -11 src/sys/netinet/ip_divert.c 1.51.2.16 +4 -3 src/sys/netinet/ip_fw.c 1.50.2.17 +13 -14 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 01:48:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA03913 for cvs-all-outgoing; Mon, 6 Jul 1998 01:48:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03906; Mon, 6 Jul 1998 01:48:43 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00660; Mon, 6 Jul 1998 01:48:39 -0700 (PDT) Date: Mon, 6 Jul 1998 01:48:39 -0700 (PDT) Message-Id: <199807060848.BAA00660@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/06 01:48:39 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_divert.c Log: Spotted and fixed a few more bogons not relevant to -current. Revision Changes Path 1.1.2.12 +9 -10 src/sys/netinet/ip_divert.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 01:54:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04699 for cvs-all-outgoing; Mon, 6 Jul 1998 01:54:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04694; Mon, 6 Jul 1998 01:54:39 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA00928; Mon, 6 Jul 1998 01:54:35 -0700 (PDT) Date: Mon, 6 Jul 1998 01:54:35 -0700 (PDT) Message-Id: <199807060854.BAA00928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/xfig/files md5 ports/graphics/xfig/patches patch-aa patch-ab ports/graphics/xfig/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1998/07/06 01:54:35 PDT Modified files: graphics/xfig/files md5 graphics/xfig/pkg DESCR PLIST Log: upgrade to 3.2.2 Revision Changes Path 1.6 +1 -1 ports/graphics/xfig/files/md5 1.5 +1 -1 ports/graphics/xfig/pkg/DESCR 1.4 +451 -0 ports/graphics/xfig/pkg/PLIST Modified files: graphics/xfig/patches patch-aa patch-ab Log: upgrade to 3.2.2 upgrade to 3.2.2 Revision Changes Path 1.7 +22 -22 ports/graphics/xfig/patches/patch-aa 1.8 +3 -14 ports/graphics/xfig/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 02:05:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05685 for cvs-all-outgoing; Mon, 6 Jul 1998 02:05:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05680; Mon, 6 Jul 1998 02:05:40 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA01601; Mon, 6 Jul 1998 02:05:36 -0700 (PDT) Date: Mon, 6 Jul 1998 02:05:36 -0700 (PDT) Message-Id: <199807060905.CAA01601@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/06 02:05:35 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_input.c Log: I now understand one minor detail better, so fix a bad fix. Revision Changes Path 1.50.2.18 +5 -3 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 02:07:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05877 for cvs-all-outgoing; Mon, 6 Jul 1998 02:07:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05868; Mon, 6 Jul 1998 02:07:05 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA01682; Mon, 6 Jul 1998 02:06:59 -0700 (PDT) Date: Mon, 6 Jul 1998 02:06:59 -0700 (PDT) Message-Id: <199807060906.CAA01682@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/06 02:06:59 PDT Modified files: sys/netinet ip_divert.c ip_input.c Log: Bring back some slight cleanups from 2.2 Revision Changes Path 1.34 +11 -3 src/sys/netinet/ip_divert.c 1.94 +10 -3 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 02:11:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06419 for cvs-all-outgoing; Mon, 6 Jul 1998 02:11:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06396; Mon, 6 Jul 1998 02:11:07 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA01862; Mon, 6 Jul 1998 02:11:02 -0700 (PDT) Date: Mon, 6 Jul 1998 02:11:02 -0700 (PDT) Message-Id: <199807060911.CAA01862@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/06 02:11:00 PDT Modified files: sys/netinet ip_input.c Log: oops ended comment before the comment ended.. Revision Changes Path 1.95 +2 -2 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 02:51:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11227 for cvs-all-outgoing; Mon, 6 Jul 1998 02:51:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11222; Mon, 6 Jul 1998 02:51:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA05579; Mon, 6 Jul 1998 02:51:29 -0700 (PDT) Date: Mon, 6 Jul 1998 02:51:29 -0700 (PDT) Message-Id: <199807060951.CAA05579@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/rsync Makefile ports/net/rsync/files md5 README.daemon clientserver.c rsyncd_trees.eg ports/net/rsync/patches patch-ag patch-ah patch-ai patch-aa patch-ab patch-ac patch-ad patch-ae patch-af ports/net/rsync/pkg ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/07/06 02:51:29 PDT Modified files: net/rsync Makefile net/rsync/files md5 net/rsync/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af net/rsync/pkg PLIST Added files: net/rsync/patches patch-ag patch-ah patch-ai Removed files: net/rsync/files README.daemon clientserver.c rsyncd_trees.eg Log: Upgrade to ver 2.0.18. Note the "server" extension is now part of rsync. HOWEVER, it is very different from the previous FreeBSD specific version we were patching in. Submitted by: Hiroki HAMAOKA Revision Changes Path 1.14 +5 -9 ports/net/rsync/Makefile 1.7 +1 -1 ports/net/rsync/files/md5 1.4 +495 -233 ports/net/rsync/patches/patch-aa 1.3 +9 -10 ports/net/rsync/patches/patch-ab 1.5 +3 -40 ports/net/rsync/patches/patch-ac 1.2 +11 -12 ports/net/rsync/patches/patch-ad 1.3 +26 -19 ports/net/rsync/patches/patch-ae 1.2 +29 -25 ports/net/rsync/patches/patch-af 1.5 +4 -3 ports/net/rsync/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 Jul 6 03:09:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14439 for cvs-all-outgoing; Mon, 6 Jul 1998 03:09:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14423; Mon, 6 Jul 1998 03:09:53 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA06476; Mon, 6 Jul 1998 03:09:48 -0700 (PDT) Date: Mon, 6 Jul 1998 03:09:48 -0700 (PDT) Message-Id: <199807061009.DAA06476@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 fd.c wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/07/06 03:09:48 PDT Modified files: sys/pc98/pc98 fd.c wd.c Log: Sync with sys/i386/isa/fd.c and wd.c revisions 1.115 and 1.170, respectively. Revision Changes Path 1.33 +26 -8 src/sys/pc98/pc98/fd.c 1.57 +30 -10 src/sys/pc98/pc98/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 03:17:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA15504 for cvs-all-outgoing; Mon, 6 Jul 1998 03:17:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA15497; Mon, 6 Jul 1998 03:17:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA07202; Mon, 6 Jul 1998 03:17:20 -0700 (PDT) Date: Mon, 6 Jul 1998 03:17:20 -0700 (PDT) Message-Id: <199807061017.DAA07202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/egcs Makefile ports/lang/egcs/files md5 ports/lang/egcs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1998/07/06 03:17:20 PDT Modified files: lang/egcs Makefile lang/egcs/files md5 lang/egcs/pkg PLIST Log: Upgrade to the 19980628 snapshot. (note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version) Revision Changes Path 1.21 +12 -12 ports/lang/egcs/Makefile 1.10 +1 -1 ports/lang/egcs/files/md5 1.13 +178 -178 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 Mon Jul 6 03:59:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18920 for cvs-all-outgoing; Mon, 6 Jul 1998 03:59:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18915; Mon, 6 Jul 1998 03:59:26 -0700 (PDT) (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 DAA08181; Mon, 6 Jul 1998 03:59:21 -0700 (PDT) Date: Mon, 6 Jul 1998 03:59:21 -0700 (PDT) Message-Id: <199807061059.DAA08181@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/06 03:59:20 PDT Modified files: (Branch: RELENG_2_2) etc/etc.i386 MAKEDEV Log: MFC: force conversion of unit count from string to integer to avoid endless loop. PR: misc/7124 Reviewed by: Well, bde bickered a little :) Revision Changes Path 1.127.2.20 +2 -2 src/etc/etc.i386/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 04:08:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21093 for cvs-all-outgoing; Mon, 6 Jul 1998 04:08:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21045 for ; Mon, 6 Jul 1998 04:08:25 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id NAA26553; Mon, 6 Jul 1998 13:04:24 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Mon, 6 Jul 1998 13:04:23 +0200 (MET DST) Mime-Version: 1.0 To: "Daniel O'Connor" Cc: "Jordan K. Hubbard" , Chris Timmons , committers@FreeBSD.ORG Subject: Re: Q for ftp incoming gang References: <199807060216.LAA25705@cain.gsoft.com.au> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 06 Jul 1998 13:04:22 +0200 In-Reply-To: "Daniel O'Connor"'s message of "Mon, 06 Jul 1998 11:46:05 +0930" Message-ID: Lines: 11 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Daniel O'Connor" writes: > > BTW, I'm suprised that WaReZ d00ds find it worth their while (and > > time, and bandwidth) to upload warez to a site from which they cannot > > be downloaded. Or then again, maybe I'm not. > Who says there isn't a bug in the ftpd? :) A bug? In FreeBSD? God forbid! DES (they say love is blind...) -- One two, one two, one two. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 04:22:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23524 for cvs-all-outgoing; Mon, 6 Jul 1998 04:22:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23499; Mon, 6 Jul 1998 04:22:47 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA09612; Mon, 6 Jul 1998 04:22:41 -0700 (PDT) Date: Mon, 6 Jul 1998 04:22:41 -0700 (PDT) Message-Id: <199807061122.EAA09612@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/pygtk Makefile ports/x11/pygtk/files md5 ports/x11/pygtk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/07/06 04:22:41 PDT Modified files: x11/pygtk Makefile x11/pygtk/files md5 x11/pygtk/pkg PLIST Log: Upgrade to 0.4.4. Revision Changes Path 1.5 +4 -4 ports/x11/pygtk/Makefile 1.2 +1 -1 ports/x11/pygtk/files/md5 1.2 +2 -0 ports/x11/pygtk/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 Jul 6 05:01:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27892 for cvs-all-outgoing; Mon, 6 Jul 1998 05:01:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27876; Mon, 6 Jul 1998 05:01:42 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10807; Mon, 6 Jul 1998 05:01:37 -0700 (PDT) Date: Mon, 6 Jul 1998 05:01:37 -0700 (PDT) Message-Id: <199807061201.FAA10807@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/init init.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/06 05:01:37 PDT Modified files: (Branch: RELENG_2_2) sbin/init init.8 Log: MFC: {rev 1.11} fixes for PR 2850. Revision Changes Path 1.4.2.4 +18 -5 src/sbin/init/init.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 05:15:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29861 for cvs-all-outgoing; Mon, 6 Jul 1998 05:15:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29849; Mon, 6 Jul 1998 05:15:28 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA11189; Mon, 6 Jul 1998 05:15:22 -0700 (PDT) Date: Mon, 6 Jul 1998 05:15:22 -0700 (PDT) Message-Id: <199807061215.FAA11189@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/info pkg_info.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/06 05:15:22 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/info pkg_info.1 Log: MFC: fixes for PR docs/7064 {rev 1.25 "pkg_add.1"; rev 1.26 "pkg_create.1"; rev 1.16 "pkg_info.1"} Revision Changes Path 1.17.2.7 +43 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.16.2.9 +35 -1 src/usr.sbin/pkg_install/create/pkg_create.1 1.11.2.4 +30 -0 src/usr.sbin/pkg_install/info/pkg_info.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 06:26:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08184 for cvs-all-outgoing; Mon, 6 Jul 1998 06:26:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08179; Mon, 6 Jul 1998 06:26:40 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA13170; Mon, 6 Jul 1998 06:26:35 -0700 (PDT) Date: Mon, 6 Jul 1998 06:26:35 -0700 (PDT) Message-Id: <199807061326.GAA13170@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/fxtv Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/07/06 06:26:33 PDT Modified files: graphics/fxtv Makefile Log: Allow environment variables to be passed to make's children (-e flag). This way, you can, for example, "setenv HAVE_XFREE86 no" to get fxtv to compile if you have special/extenuating circumstances. Submitted by: Randall Hopper Revision Changes Path 1.6 +2 -1 ports/graphics/fxtv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 06:59:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12292 for cvs-all-outgoing; Mon, 6 Jul 1998 06:59:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA12279; Mon, 6 Jul 1998 06:59:35 -0700 (PDT) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.8/8.8.7) with SMTP id IAA24284; Mon, 6 Jul 1998 08:58:38 -0500 (EST) Date: Mon, 6 Jul 1998 08:58:38 -0500 (EST) From: John Fieber To: Jacques Vidrine cc: Thomas Gellekum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/py-PyGreSQL - Imported sources In-Reply-To: <199807060737.CAA07643@bone.nectar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 6 Jul 1998, Jacques Vidrine wrote: > Anyone have descriptions of ports categories/guidelines on > giving ports a home? Carefully look at similar existing ports. If they are consistently placed in a category, place the new port there. Given a choice between consistency and accuracy in classification, consistency is arguably a bit more important in this context. If there is *any* doubt, don't hesitate to post a "where should I put this..." question to ports@freebsd.org. It is much better to do that than move a port after committing it. [Personally I tend to the port categorizations/classification debates. My academic training and most of my real world work experience is in library and information science, so I have some strong opinions on the subject that other have seen as an excessive obsession for splitting hairs. :) ] -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 07:14:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14807 for cvs-all-outgoing; Mon, 6 Jul 1998 07:14:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14722; Mon, 6 Jul 1998 07:14:02 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA12673; Mon, 6 Jul 1998 07:13:56 -0700 (PDT) Date: Mon, 6 Jul 1998 07:13:56 -0700 (PDT) Message-Id: <199807061413.HAA12673@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/misc/sma Makefile ports/misc/sma/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/07/06 07:13:55 PDT Modified files: misc/sma Makefile misc/sma/files md5 Log: Scour changed the file out from under us (md5 changed)... While I was at it, I upgraded to sma 0.9.13. Pointed out to me by: Þórður Ívarsson Revision Changes Path 1.3 +6 -5 ports/misc/sma/Makefile 1.3 +1 -1 ports/misc/sma/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 Jul 6 09:08:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02297 for cvs-all-outgoing; Mon, 6 Jul 1998 09:08:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02240; Mon, 6 Jul 1998 09:07:55 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA16265; Mon, 6 Jul 1998 09:07:45 -0700 (PDT) Date: Mon, 6 Jul 1998 09:07:45 -0700 (PDT) Message-Id: <199807061607.JAA16265@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys param.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/07/06 09:07:45 PDT Modified files: sys/sys param.h Log: Shorten line. Prodded (long time ago) by: bde Revision Changes Path 1.34 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 09:10:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02803 for cvs-all-outgoing; Mon, 6 Jul 1998 09:10:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02733; Mon, 6 Jul 1998 09:10:19 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA16367; Mon, 6 Jul 1998 09:10:09 -0700 (PDT) Date: Mon, 6 Jul 1998 09:10:09 -0700 (PDT) Message-Id: <199807061610.JAA16367@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/07/06 09:10:09 PDT Modified files: sys/i386/isa psm.c Log: "vender" -> "vendor" Requested by: Aage Røbekk Revision Changes Path 1.54 +17 -17 src/sys/i386/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 09:52:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08663 for cvs-all-outgoing; Mon, 6 Jul 1998 09:52:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bubble.didi.com (cs11i38.ppp.infoweb.or.jp [202.219.190.198]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08641; Mon, 6 Jul 1998 09:52:11 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id BAA01296; Tue, 7 Jul 1998 01:44:48 +0900 (JST) (envelope-from asami) Date: Tue, 7 Jul 1998 01:44:48 +0900 (JST) Message-Id: <199807061644.BAA01296@bubble.didi.com> To: n@nectar.com CC: tg@ihf.rwth-aachen.de, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199807060737.CAA07643@bone.nectar.com> (message from Jacques Vidrine on Mon, 06 Jul 1998 02:37:54 -0500) Subject: Re: cvs commit: ports/devel/py-PyGreSQL - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Anyone have descriptions of ports categories/guidelines on * giving ports a home? There's /usr/ports//pkg/COMMENT but they are one-liners. Maybe I should add a DESCR file with longer explanations too. * > This should probably move to database, where the other DB frontends * > and language interfaces live. FWIW, I agree. Jacques, you don't need to wait for a repository copy or anything -- just cvs remove the old one, delete it from the modules file, easy-import the new one and edit the subdir Makefiles. (The ordering of second and third items are important...otherwise easy-import will give you a hard time about vendor branches and stuff.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 10:29:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13952 for cvs-all-outgoing; Mon, 6 Jul 1998 10:29:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13947; Mon, 6 Jul 1998 10:29:54 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18599; Mon, 6 Jul 1998 10:29:47 -0700 (PDT) Date: Mon, 6 Jul 1998 10:29:47 -0700 (PDT) Message-Id: <199807061729.KAA18599@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/py-PyGreSQL Makefile ports/devel/py-PyGreSQL/files md5 ports/devel/py-PyGreSQL/pkg COMMENT DESCR PLIST ports/devel/py-PyGreSQL/scripts Makefile Makefile.in configure.in ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 10:29:46 PDT Modified files: . modules devel Makefile Removed files: devel/py-PyGreSQL Makefile devel/py-PyGreSQL/files md5 devel/py-PyGreSQL/pkg COMMENT DESCR PLIST devel/py-PyGreSQL/scripts Makefile Makefile.in configure.in configure.local install-sh Log: Moving port py-PyGreSQL from devel to database. This commit completes removal of py-PyGreSQL. Revision Changes Path 1.2144 +1 -2 CVSROOT/modules 1.116 +1 -2 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 10:41:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16145 for cvs-all-outgoing; Mon, 6 Jul 1998 10:41:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16140; Mon, 6 Jul 1998 10:41:26 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19064; Mon, 6 Jul 1998 10:41:19 -0700 (PDT) Date: Mon, 6 Jul 1998 10:41:19 -0700 (PDT) Message-Id: <199807061741.KAA19064@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/siag Makefile ports/math/siag/files md5 ports/math/siag/patches patch-ah patch-ai patch-aa patch-ae patch-af patch-ab patch-ad patch-ag ports/math/siag/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk itojun 1998/07/06 10:41:18 PDT Modified files: math/siag Makefile math/siag/files md5 math/siag/patches patch-aa patch-ae patch-af math/siag/pkg PLIST Added files: math/siag/patches patch-ah patch-ai Removed files: math/siag/patches patch-ab patch-ad patch-ag Log: upgrade to siag 2.80. Revision Changes Path 1.4 +17 -46 ports/math/siag/Makefile 1.2 +2 -1 ports/math/siag/files/md5 1.2 +13 -46 ports/math/siag/patches/patch-aa 1.2 +2 -2 ports/math/siag/patches/patch-ae 1.2 +2 -2 ports/math/siag/patches/patch-af 1.2 +188 -5 ports/math/siag/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 Jul 6 10:45:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16864 for cvs-all-outgoing; Mon, 6 Jul 1998 10:45:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16847; Mon, 6 Jul 1998 10:44:56 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19321; Mon, 6 Jul 1998 10:44:48 -0700 (PDT) Date: Mon, 6 Jul 1998 10:44:48 -0700 (PDT) Message-Id: <199807061744.KAA19321@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 10:44:48 PDT Modified files: . modules Log: py-PyGreSQL --> ports/databases/py-PyGreSQL Revision Changes Path 1.2145 +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 Jul 6 10:45:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16994 for cvs-all-outgoing; Mon, 6 Jul 1998 10:45:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16973; Mon, 6 Jul 1998 10:45:44 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19347; Mon, 6 Jul 1998 10:45:36 -0700 (PDT) Date: Mon, 6 Jul 1998 10:45:36 -0700 (PDT) Message-Id: <199807061745.KAA19347@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/databases/py-PyGreSQL - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 10:45:36 PDT ports/databases/py-PyGreSQL - Imported sources Update of /home/ncvs/ports/databases/py-PyGreSQL In directory freefall.freebsd.org:/f/users/nectar/devel/py-PyGreSQL Log Message: Just moved from category devel. Status: Vendor Tag: VIDRINE Release Tags: pygresql_2_1 I ports/databases/py-PyGreSQL/CVS N ports/databases/py-PyGreSQL/Makefile N ports/databases/py-PyGreSQL/files/md5 N ports/databases/py-PyGreSQL/pkg/COMMENT N ports/databases/py-PyGreSQL/pkg/DESCR N ports/databases/py-PyGreSQL/pkg/PLIST N ports/databases/py-PyGreSQL/scripts/Makefile N ports/databases/py-PyGreSQL/scripts/Makefile.in N ports/databases/py-PyGreSQL/scripts/configure.in N ports/databases/py-PyGreSQL/scripts/configure.local N ports/databases/py-PyGreSQL/scripts/install-sh 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 Jul 6 10:47:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17395 for cvs-all-outgoing; Mon, 6 Jul 1998 10:47:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17363; Mon, 6 Jul 1998 10:46:57 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19501; Mon, 6 Jul 1998 10:46:50 -0700 (PDT) Date: Mon, 6 Jul 1998 10:46:50 -0700 (PDT) Message-Id: <199807061746.KAA19501@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/databases Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 10:46:50 PDT Modified files: databases Makefile Log: Activate py-PyGreSQL (in new home). Revision Changes Path 1.28 +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 Mon Jul 6 10:47:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17599 for cvs-all-outgoing; Mon, 6 Jul 1998 10:47:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17568; Mon, 6 Jul 1998 10:47:42 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19582; Mon, 6 Jul 1998 10:47:34 -0700 (PDT) Date: Mon, 6 Jul 1998 10:47:34 -0700 (PDT) Message-Id: <199807061747.KAA19582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/databases/py-PyGreSQL Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 10:47:34 PDT Modified files: databases/py-PyGreSQL Makefile Log: Change CATEGORIES to ``databases''. Revision Changes Path 1.2 +2 -2 ports/databases/py-PyGreSQL/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 11:39:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27504 for cvs-all-outgoing; Mon, 6 Jul 1998 11:39:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27499; Mon, 6 Jul 1998 11:39:05 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA22008; Mon, 6 Jul 1998 11:38:58 -0700 (PDT) Date: Mon, 6 Jul 1998 11:38:58 -0700 (PDT) Message-Id: <199807061838.LAA22008@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/07/06 11:38:58 PDT Modified files: sys/pci aic7870.c Log: Attempt to load serial eeprom contents in both 93c46 and 93c56/66 mode before giving up. PR: 6966 Revision Changes Path 1.55 +42 -22 src/sys/pci/aic7870.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 11:40:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27599 for cvs-all-outgoing; Mon, 6 Jul 1998 11:40:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27592; Mon, 6 Jul 1998 11:40:05 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA22096; Mon, 6 Jul 1998 11:39:57 -0700 (PDT) Date: Mon, 6 Jul 1998 11:39:57 -0700 (PDT) Message-Id: <199807061839.LAA22096@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/07/06 11:39:57 PDT Modified files: (Branch: RELENG_2_2) sys/pci aic7870.c Log: MFC: Attempt to read SEEPROM contents in both 93c46 and 93c56/66 modes. Revision Changes Path 1.41.2.9 +42 -22 src/sys/pci/aic7870.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 11:59:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29556 for cvs-all-outgoing; Mon, 6 Jul 1998 11:59:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29550; Mon, 6 Jul 1998 11:59:17 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA22918; Mon, 6 Jul 1998 11:59:08 -0700 (PDT) Date: Mon, 6 Jul 1998 11:59:08 -0700 (PDT) Message-Id: <199807061859.LAA22918@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/krb5/patches patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 11:59:08 PDT Added files: security/krb5/patches patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au Log: Additional patches (already committed to krb5-current): * Paths corrected in applications * ftpd now logs to facility LOG_FTP * use openpty to obtain pseudo-terminal * corrected detection of TCL libraries * fix a forwarding bug * add -m flag to ksu (preserve USER, HOME, SHELL) * cosmetic bug fix to telnet.c Submitted by: Dima Ruban To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 12:11:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00946 for cvs-all-outgoing; Mon, 6 Jul 1998 12:11:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00941; Mon, 6 Jul 1998 12:11:43 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA23362; Mon, 6 Jul 1998 12:11:35 -0700 (PDT) Date: Mon, 6 Jul 1998 12:11:35 -0700 (PDT) Message-Id: <199807061911.MAA23362@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/fsck pass1.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 12:11:35 PDT Modified files: sbin/fsck pass1.c Log: Restored rev.1.11, which I somehow clobbered in rev.1.12. Revision Changes Path 1.13 +4 -1 src/sbin/fsck/pass1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 12:27:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02829 for cvs-all-outgoing; Mon, 6 Jul 1998 12:27:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02818; Mon, 6 Jul 1998 12:27:24 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA23940; Mon, 6 Jul 1998 12:27:17 -0700 (PDT) Date: Mon, 6 Jul 1998 12:27:17 -0700 (PDT) Message-Id: <199807061927.MAA23940@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_socket.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/07/06 12:27:16 PDT Modified files: sys/kern uipc_socket.c Log: Introduce (fairly hacky) workaround for odd TCP behavior with application writes of size (100,208]+N*MCLBYTES. The bug: sosend() hands each mbuf off to the protocol output routine as soon as it has copied it, in the hopes of increasing parallelism (see http://www.kohala.com/~rstevens/vanj.88jul20.txt ). This works well for TCP as long as the first mbuf handed off is at least the MSS. However, when doing small writes (between MHLEN and MINCLSIZE), the transaction is split into 2 small MBUF's and each is individually handed off to TCP. TCP assumes that the first small mbuf is the whole transaction, so sends a small packet. When the second small mbuf arrives, Nagle prevents TCP from sending it so it must wait for a (potentially delayed) ACK. This sends throughput down the toilet. The workaround: Set the "atomic" flag when we're doing small writes. The "atomic" flag has two meanings: 1. Copy all of the data into a chain of mbufs before handing off to the protocol. 2. Leave room for a datagram header in said mbuf chain. TCP wants the first but doesn't want the second. However, the second simply results in some memory wastage (but is why the workaround is a hack and not a fix). The real fix: The real fix for this problem is to introduce something like a "requested transfer size" variable in the socket->protocol interface. sosend() would then accumulate an mbuf chain until it exceeded the "requested transfer size". TCP could set it to the TCP MSS (note that the current interface causes strange TCP behaviors when the MSS > MCLBYTES; nobody notices because MCLBYTES > ethernet's MTU). Revision Changes Path 1.41 +2 -1 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 12:32:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03492 for cvs-all-outgoing; Mon, 6 Jul 1998 12:32:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03487; Mon, 6 Jul 1998 12:32:16 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24227; Mon, 6 Jul 1998 12:32:08 -0700 (PDT) Date: Mon, 6 Jul 1998 12:32:08 -0700 (PDT) Message-Id: <199807061932.MAA24227@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile ports/net/rumba Makefile ports/net/rumba/files Makefile.unrumba md5 unrumba.c ports/net/rumba/patches patch-ad patch-aj ports/net/rumba/pkg COMMENT DESCR PLIST ports/net/sharity-light Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/07/06 12:32:08 PDT Modified files: net Makefile net/sharity-light Makefile net/sharity-light/files md5 net/sharity-light/patches patch-ad net/sharity-light/pkg DESCR PLIST Added files: net/sharity-light/files Makefile.unshlight unshlight.c Removed files: net/rumba Makefile net/rumba/files Makefile.unrumba md5 unrumba.c net/rumba/patches patch-ad patch-aj net/rumba/pkg COMMENT DESCR PLIST net/sharity-light/files Makefile.unrumba unrumba.c Log: Replace rumba 0.6a with Sharity-Light 1.0. Also, make the build obey local settings for CC. This is Submitted by: Mikhail Teterin Revision Changes Path 1.169 +2 -2 ports/net/Makefile 1.5 +15 -17 ports/net/sharity-light/Makefile 1.4 +1 -1 ports/net/sharity-light/files/md5 1.3 +1 -1 ports/net/sharity-light/patches/patch-ad 1.2 +12 -15 ports/net/sharity-light/pkg/DESCR 1.3 +4 -4 ports/net/sharity-light/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 Jul 6 12:37:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04069 for cvs-all-outgoing; Mon, 6 Jul 1998 12:37:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04063; Mon, 6 Jul 1998 12:37:26 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24433; Mon, 6 Jul 1998 12:37:18 -0700 (PDT) Date: Mon, 6 Jul 1998 12:37:18 -0700 (PDT) Message-Id: <199807061937.MAA24433@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/07/06 12:37:17 PDT Modified files: . modules Log: Remove rumba sharity-light -> ports/net/sharity-light Revision Changes Path 1.2146 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 12:41:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04672 for cvs-all-outgoing; Mon, 6 Jul 1998 12:41:22 -0700 (PDT) (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 MAA04652 for ; Mon, 6 Jul 1998 12:41:13 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id MAA23984; Mon, 6 Jul 1998 12:41:05 -0700 (PDT) Date: Mon, 6 Jul 1998 12:41:05 -0700 (PDT) From: Matthew Dillon Message-Id: <199807061941.MAA23984@apollo.backplane.com> To: "Jordan K. Hubbard" Cc: committers@FreeBSD.ORG Subject: Re: CVS commit privs Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hey guys! This is great stuff... I'm starting to get into it though, for the moment, I am concentrating on throwing out another rev or two of my diablo news system. I have a question: I am life-testing FreeBSD-current on an SMP box with softupdates turned on. This will eventually become our new NNTP machine (it isn't a production machine) and is currently running pre-production Diablo news feeder / reader code. i.e. it's exercising 58GB worth of striped filesystems heavily, running a real-world application. I am doing this expecting to get crashes and, indeed, I have gotten a a couple. I believe they were all softupdates panics but until the last one I didn't have the serial console / debugger hooked up. I got it hooked up and got a crash dump. So far I have one really excellent -g compiled crash dump showing a 'softdep_deallocate_dependencies: dangling deps' panic via getblk->getnewbuf->softdep_deallocate_dependancies->panic. (and, btw, fsck worked as expected, finding only bitmap inconsistancies and a single partially truncated inode. I've never seen such a clean fsck after a hard crash on a news box in my life!) Should I use send-pr to post detailed information on the crash dumps I've gotten out of these panics, or should I email Julian directly? Also, is there a partition on FreeFall available for making crash dumps available to other FreeBSD committers/developers? My home directory partition is only 400MB or so. The crash dump is 256MB :-) I figure Julian and/or Kirk could use a gdb'able crash dump to track the softupdates panics down better rather then have to depend on send-pr descriptions. -Matt :Welcome, new committer, to the FreeBSD development team! : :The following docs are provided to orient you on doing CVS operations :on the FreeBSD central repository machine. A basic familiarity with :CVS is already assumed, though CVS reference information, tutorials, :and FAQs can also be found at: : http://www.cyclic.com/cyclic-pages/books.html : :Table of contents: :------------------ :1.0 Administrative details To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 12:54:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07131 for cvs-all-outgoing; Mon, 6 Jul 1998 12:54:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07120; Mon, 6 Jul 1998 12:54:49 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24980; Mon, 6 Jul 1998 12:54:41 -0700 (PDT) Date: Mon, 6 Jul 1998 12:54:41 -0700 (PDT) Message-Id: <199807061954.MAA24980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 12:54:41 PDT Modified files: sbin/ifconfig ifconfig.c Log: ioctl() request args are unsigned longs, so don't attempt to store them as ints. Among other bugs, doing so at best caused benign overflow followed by fatal sign extension on machines with 32-bit ints and 64-bit longs. Revision Changes Path 1.37 +3 -3 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 12:59:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07984 for cvs-all-outgoing; Mon, 6 Jul 1998 12:59:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07961; Mon, 6 Jul 1998 12:59:18 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA25143; Mon, 6 Jul 1998 12:59:10 -0700 (PDT) Date: Mon, 6 Jul 1998 12:59:10 -0700 (PDT) Message-Id: <199807061959.MAA25143@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/07/06 12:59:10 PDT Modified files: . modules Log: newfs_msdos --> src/sbin/newfs_msdos Revision Changes Path 1.2147 +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 Jul 6 13:01:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08563 for cvs-all-outgoing; Mon, 6 Jul 1998 13:01:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from tarsier.ca.sandia.gov (tarsier.ca.sandia.gov [146.246.246.124]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08496; Mon, 6 Jul 1998 13:01:19 -0700 (PDT) (envelope-from cc@tarsier.ca.sandia.gov) Received: from tarsier.ca.sandia.gov (localhost [127.0.0.1]) by tarsier.ca.sandia.gov (8.8.8/8.8.8) with ESMTP id NAA28886; Mon, 6 Jul 1998 13:03:20 -0700 (PDT) (envelope-from cc@tarsier.ca.sandia.gov) Message-Id: <199807062003.NAA28886@tarsier.ca.sandia.gov> X-Mailer: exmh version 2.0.2 2/24/98 To: Bill Fenner cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern uipc_socket.c In-reply-to: Your message of "Mon, 06 Jul 1998 12:27:17 PDT." <199807061927.MAA23940@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 06 Jul 1998 13:03:20 -0700 From: "Chris Csanady" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Cool! I'm quite happy to see a fix for this--could someone please commit this to -stable? Chris >fenner 1998/07/06 12:27:16 PDT > > Modified files: > sys/kern uipc_socket.c > Log: > Introduce (fairly hacky) workaround for odd TCP behavior with application > writes of size (100,208]+N*MCLBYTES. > > The bug: > sosend() hands each mbuf off to the protocol output routine as soon as it > has copied it, in the hopes of increasing parallelism (see > http://www.kohala.com/~rstevens/vanj.88jul20.txt ). This works well for > TCP as long as the first mbuf handed off is at least the MSS. However, > when doing small writes (between MHLEN and MINCLSIZE), the transaction is > split into 2 small MBUF's and each is individually handed off to TCP. > TCP assumes that the first small mbuf is the whole transaction, so sends > a small packet. When the second small mbuf arrives, Nagle prevents TCP > from sending it so it must wait for a (potentially delayed) ACK. This > sends throughput down the toilet. > > The workaround: > Set the "atomic" flag when we're doing small writes. The "atomic" flag > has two meanings: > 1. Copy all of the data into a chain of mbufs before handing off to the > protocol. > 2. Leave room for a datagram header in said mbuf chain. > TCP wants the first but doesn't want the second. However, the second > simply results in some memory wastage (but is why the workaround is a > hack and not a fix). > > The real fix: > The real fix for this problem is to introduce something like a "requested > transfer size" variable in the socket->protocol interface. sosend() > would then accumulate an mbuf chain until it exceeded the "requested > transfer size". TCP could set it to the TCP MSS (note that the > current interface causes strange TCP behaviors when the MSS > MCLBYTES; > nobody notices because MCLBYTES > ethernet's MTU). > > Revision Changes Path > 1.41 +2 -1 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 13:02:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08618 for cvs-all-outgoing; Mon, 6 Jul 1998 13:02:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08574; Mon, 6 Jul 1998 13:01:43 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25237; Mon, 6 Jul 1998 13:01:34 -0700 (PDT) Date: Mon, 6 Jul 1998 13:01:34 -0700 (PDT) Message-Id: <199807062001.NAA25237@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/newfs_msdos - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/07/06 13:01:34 PDT src/sbin/newfs_msdos - Imported sources Update of /home/ncvs/src/sbin/newfs_msdos In directory freefall.freebsd.org:/d/users/rnordier/newfs_msdos Log Message: Add newfs_msdos: extensive newfs-style support for creating FAT12, FAT16, and FAT32 file systems in all their various horriblenesses. Approved-in-concept by: joerg Status: Vendor Tag: RNORDIER Release Tags: v1 N src/sbin/newfs_msdos/Makefile N src/sbin/newfs_msdos/newfs_msdos.8 N src/sbin/newfs_msdos/newfs_msdos.c I src/sbin/newfs_msdos/CVS No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 13:06:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09507 for cvs-all-outgoing; Mon, 6 Jul 1998 13:06:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09466; Mon, 6 Jul 1998 13:05:51 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25454; Mon, 6 Jul 1998 13:05:42 -0700 (PDT) Date: Mon, 6 Jul 1998 13:05:42 -0700 (PDT) Message-Id: <199807062005.NAA25454@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/07/06 13:05:42 PDT Modified files: sbin Makefile Log: Activate newfs_msdos. Revision Changes Path 1.49 +2 -2 src/sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 13:10:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10319 for cvs-all-outgoing; Mon, 6 Jul 1998 13:10:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10224; Mon, 6 Jul 1998 13:09:47 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25639; Mon, 6 Jul 1998 13:09:38 -0700 (PDT) Date: Mon, 6 Jul 1998 13:09:38 -0700 (PDT) Message-Id: <199807062009.NAA25639@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/slstat slstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 13:09:38 PDT Modified files: usr.sbin/slstat slstat.c Log: Removed bogus #ifdef INET - no longer depends on it. Revision Changes Path 1.13 +1 -3 src/usr.sbin/slstat/slstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 13:27:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12755 for cvs-all-outgoing; Mon, 6 Jul 1998 13:27:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12750 for ; Mon, 6 Jul 1998 13:27:55 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id NAA28547; Mon, 6 Jul 1998 13:15:46 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd028532; Mon Jul 6 20:15:40 1998 Message-ID: <35A13061.2781E494@whistle.com> Date: Mon, 06 Jul 1998 13:15:29 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Matthew Dillon CC: committers@FreeBSD.ORG Subject: Re: CVS commit privs References: <199807061941.MAA23984@apollo.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matthew Dillon wrote: > > Hey guys! This is great stuff... I'm starting to get into it though, > for the moment, I am concentrating on throwing out another rev or two > of my diablo news system. > > I have a question: I am life-testing FreeBSD-current on an SMP box > with softupdates turned on. This will eventually become our new NNTP > machine (it isn't a production machine) and is currently running > pre-production Diablo news feeder / reader code. i.e. it's exercising > 58GB worth of striped filesystems heavily, running a real-world > application. > > I am doing this expecting to get crashes and, indeed, I have gotten a > a couple. I believe they were all softupdates panics but until the last > one I didn't have the serial console / debugger hooked up. I got it > hooked up and got a crash dump. > > So far I have one really excellent -g compiled crash dump showing a > 'softdep_deallocate_dependencies: dangling deps' panic via > getblk->getnewbuf->softdep_deallocate_dependancies->panic. goody goody > > (and, btw, fsck worked as expected, finding only bitmap inconsistancies > and a single partially truncated inode. I've never seen such a clean > fsck after a hard crash on a news box in my life!) > > Should I use send-pr to post detailed information on the crash dumps I've > gotten out of these panics, or should I email Julian directly? contact me... > Also, is > there a partition on FreeFall available for making crash dumps available > to other FreeBSD committers/developers? My home directory partition is > only 400MB or so. The crash dump is 256MB :-) PLEASE gzip it gefore sending to me :-) > I figure Julian and/or > Kirk could use a gdb'able crash dump to track the softupdates panics > down better rather then have to depend on send-pr descriptions. me's da man.. basically what you do is one of two things: 1/ provide me with a crash-dump (gzipped) and kernel (-g) in ftp.whistle.com/incoming. also supply a readme saying who you are and what the files are and that they are for me (so someone else here doesn't delete them) you also need ot supply: the revision number of ffs_softdep.c and the approximate time/date of the checkout of the kernel sources. this is so we can check out a simlar aged tree to debug in.. or 2/ provide kirk and/or me with a login on a machoine where teh dump and debug kernel are in place in the compile directory. in other words put the dump in where the kernel was made and let us at it.. (all need to be readable by us of course). > > -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 13:28:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12985 for cvs-all-outgoing; Mon, 6 Jul 1998 13:28:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12974; Mon, 6 Jul 1998 13:28:19 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA26449; Mon, 6 Jul 1998 13:28:11 -0700 (PDT) Date: Mon, 6 Jul 1998 13:28:11 -0700 (PDT) Message-Id: <199807062028.NAA26449@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/cron/cron cron.c src/usr.sbin/pstat pstat.c src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 13:28:11 PDT Modified files: usr.sbin/cron/cron cron.c usr.sbin/pstat pstat.c usr.sbin/syslogd syslogd.c Log: Fixed printf format errors. Revision Changes Path 1.7 +2 -2 src/usr.sbin/cron/cron/cron.c 1.36 +8 -8 src/usr.sbin/pstat/pstat.c 1.38 +2 -2 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 13:41:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15085 for cvs-all-outgoing; Mon, 6 Jul 1998 13:41:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15054; Mon, 6 Jul 1998 13:41:07 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA26899; Mon, 6 Jul 1998 13:40:58 -0700 (PDT) Date: Mon, 6 Jul 1998 13:40:58 -0700 (PDT) Message-Id: <199807062040.NAA26899@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/top commands.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 13:40:58 PDT Modified files: contrib/top commands.c Log: Declared version_string() properly (1970's style). Revision Changes Path 1.3 +1 -0 src/contrib/top/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 13:52:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16699 for cvs-all-outgoing; Mon, 6 Jul 1998 13:52:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16684; Mon, 6 Jul 1998 13:52:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA27187; Mon, 6 Jul 1998 13:52:11 -0700 (PDT) Date: Mon, 6 Jul 1998 13:52:11 -0700 (PDT) Message-Id: <199807062052.NAA27187@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat route.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 13:52:11 PDT Modified files: usr.bin/netstat route.c Log: Fixed type mismatches and style bugs in rev.1.30. Revision Changes Path 1.32 +6 -8 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 13:58:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17333 for cvs-all-outgoing; Mon, 6 Jul 1998 13:58:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17294 for ; Mon, 6 Jul 1998 13:57:58 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id NAA26137; Mon, 6 Jul 1998 13:57:22 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: committers@FreeBSD.ORG Subject: Re: CVS commit privs In-reply-to: Your message of "Mon, 06 Jul 1998 12:41:05 PDT." <199807061941.MAA23984@apollo.backplane.com> Date: Mon, 06 Jul 1998 13:57:22 -0700 Message-ID: <26133.899758642@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Should I use send-pr to post detailed information on the crash dumps I've > gotten out of these panics, or should I email Julian directly? Also, is For this specific piece of code, which is quite complex and also "under the wing" of Whistle for at least awhile here, I'd say mailing it to Julian (or one of his designated Whistle contacts) is probably your best bet for some actual action. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 14:02:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17752 for cvs-all-outgoing; Mon, 6 Jul 1998 14:02:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17730; Mon, 6 Jul 1998 14:02:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA27648; Mon, 6 Jul 1998 14:01:57 -0700 (PDT) Date: Mon, 6 Jul 1998 14:01:57 -0700 (PDT) Message-Id: <199807062101.OAA27648@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/contrib/top utils.c src/usr.bin/ar archive.c src/usr.bin/cap_mkdb cap_mkdb.c src/usr.bin/find ls.c src/usr.bin/fstat fstat.c src/usr.bin/mail cmd1.c cmd3.c src/usr.bin/netstat atalk.c if.c inet.c ipx.c mbuf.c unix.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 14:01:56 PDT Modified files: contrib/top utils.c usr.bin/ar archive.c usr.bin/cap_mkdb cap_mkdb.c usr.bin/find ls.c usr.bin/fstat fstat.c usr.bin/mail cmd1.c cmd3.c usr.bin/netstat atalk.c if.c inet.c ipx.c mbuf.c unix.c usr.bin/ranlib touch.c usr.bin/size size.c usr.bin/tail reverse.c usr.bin/talk ctl.c usr.bin/telnet telnet.c usr.bin/truss i386-fbsd.c i386-linux.c main.c syscalls.c usr.bin/uname uname.c usr.bin/vmstat vmstat.c Log: Fixed printf format errors. Revision Changes Path 1.3 +2 -1 src/contrib/top/utils.c 1.9 +9 -8 src/usr.bin/ar/archive.c 1.3 +3 -3 src/usr.bin/cap_mkdb/cap_mkdb.c 1.5 +1 -1 src/usr.bin/find/ls.c 1.16 +27 -25 src/usr.bin/fstat/fstat.c 1.3 +1 -1 src/usr.bin/mail/cmd1.c 1.4 +1 -1 src/usr.bin/mail/cmd3.c 1.11 +5 -7 src/usr.bin/netstat/atalk.c 1.24 +2 -2 src/usr.bin/netstat/if.c 1.30 +36 -20 src/usr.bin/netstat/inet.c 1.10 +62 -62 src/usr.bin/netstat/ipx.c 1.12 +5 -4 src/usr.bin/netstat/mbuf.c 1.9 +2 -2 src/usr.bin/netstat/unix.c 1.5 +2 -2 src/usr.bin/ranlib/touch.c 1.4 +3 -3 src/usr.bin/size/size.c 1.8 +2 -2 src/usr.bin/tail/reverse.c 1.5 +2 -2 src/usr.bin/talk/ctl.c 1.6 +1 -1 src/usr.bin/telnet/telnet.c 1.6 +3 -3 src/usr.bin/truss/i386-fbsd.c 1.6 +3 -3 src/usr.bin/truss/i386-linux.c 1.9 +3 -3 src/usr.bin/truss/main.c 1.5 +6 -6 src/usr.bin/truss/syscalls.c 1.4 +5 -5 src/usr.bin/uname/uname.c 1.24 +20 -15 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 14:45:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24954 for cvs-all-outgoing; Mon, 6 Jul 1998 14:45:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24892; Mon, 6 Jul 1998 14:45:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA28771; Mon, 6 Jul 1998 14:45:14 -0700 (PDT) Date: Mon, 6 Jul 1998 14:45:14 -0700 (PDT) Message-Id: <199807062145.OAA28771@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/nm nm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 14:45:13 PDT Modified files: usr.bin/nm nm.c Log: Fixed classic sign extension bug `-(long)sizeof(foo)'. Fixed the type of the string table size variable to match its use (assuming that int32_t is 4 bytes and other unportable things). bfd uses `unsigned char string_chars[BYTES_IN_WORD]', where BYTES_IN_WORD can be 4, 8, or perhaps even 2 or 3, but it is assumed to be precisely 4 bytes here. Fixed printf format errors (don't assume that n_value in struct n_list has type u_long, since it should have size BYTES_IN_WORD and longs may be longer than words). Revision Changes Path 1.12 +6 -6 src/usr.bin/nm/nm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 15:08:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28368 for cvs-all-outgoing; Mon, 6 Jul 1998 15:08:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28292; Mon, 6 Jul 1998 15:08:12 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA29429; Mon, 6 Jul 1998 15:08:03 -0700 (PDT) Date: Mon, 6 Jul 1998 15:08:03 -0700 (PDT) Message-Id: <199807062208.PAA29429@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/systat disks.c iostat.c main.c pigs.c vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 15:08:03 PDT Modified files: usr.bin/systat disks.c iostat.c main.c pigs.c vmstat.c Log: Fixed type mismatches which were fatal when sizeof(long) > sizeof(int). Revision Changes Path 1.8 +1 -1 src/usr.bin/systat/disks.c 1.5 +1 -1 src/usr.bin/systat/iostat.c 1.9 +3 -3 src/usr.bin/systat/main.c 1.7 +2 -2 src/usr.bin/systat/pigs.c 1.26 +6 -6 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 15:43:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05514 for cvs-all-outgoing; Mon, 6 Jul 1998 15:43:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05509; Mon, 6 Jul 1998 15:43:29 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01854; Mon, 6 Jul 1998 15:43:20 -0700 (PDT) Date: Mon, 6 Jul 1998 15:43:20 -0700 (PDT) Message-Id: <199807062243.PAA01854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 15:43:19 PDT Modified files: . modules Log: smurflog --> ports/net/smurflog Revision Changes Path 1.2148 +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 Jul 6 15:45:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05826 for cvs-all-outgoing; Mon, 6 Jul 1998 15:45:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05821; Mon, 6 Jul 1998 15:45:44 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01921; Mon, 6 Jul 1998 15:45:36 -0700 (PDT) Date: Mon, 6 Jul 1998 15:45:36 -0700 (PDT) Message-Id: <199807062245.PAA01921@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/smurflog - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 15:45:34 PDT ports/net/smurflog - Imported sources Update of /home/ncvs/ports/net/smurflog In directory freefall.freebsd.org:/f/users/nectar/devel/smurflog Log Message: New port, SmurfLog 1.0, A program to assist logging of smurf attacks. Status: Vendor Tag: VIDRINE Release Tags: smurflog_1_0 N ports/net/smurflog/Makefile I ports/net/smurflog/CVS N ports/net/smurflog/files/md5 N ports/net/smurflog/files/Makefile I ports/net/smurflog/files/Makefile~ N ports/net/smurflog/pkg/COMMENT N ports/net/smurflog/pkg/DESCR I ports/net/smurflog/pkg/DESCR~ N ports/net/smurflog/pkg/PLIST I ports/net/smurflog/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 Jul 6 15:48:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06366 for cvs-all-outgoing; Mon, 6 Jul 1998 15:48:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06359 for ; Mon, 6 Jul 1998 15:48:17 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: from bone.nectar.com (localhost.communique.net [127.0.0.1]) by bone.nectar.com (8.9.0/8.9.0) with ESMTP id RAA27936 for ; Mon, 6 Jul 1998 17:47:46 -0500 (CDT) Message-Id: <199807062247.RAA27936@bone.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine Subject: to whoever wrote easy-import To: committers@FreeBSD.ORG Date: Mon, 06 Jul 1998 17:47:45 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- You are so cool, not only does easy-import make the whole thing easy, it also kindly ignores my stupid emacs~ backup files. Jacques Vidrine -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNaFUETeRhT8JRySpAQFfEwP+IzfBlR4U+mxLfE3wDqShwjagDW/seSN2 62s78zj8gHDnzB8eoR+7DWgSoPjiOAvkUuYWbUEXHF6H8wOAQG756vgP0iJ3FpV5 thNhhm6I7usTmNbbMA6S/MtaFxgOIKbJTmPx0PcoLDJtwaGcWxszcDMXNtoWHPkQ dnqtwOW7Ydk= =bhvn -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 15:50:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06754 for cvs-all-outgoing; Mon, 6 Jul 1998 15:50:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06749 for ; Mon, 6 Jul 1998 15:50:24 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: from bone.nectar.com (localhost.communique.net [127.0.0.1]) by bone.nectar.com (8.9.0/8.9.0) with ESMTP id RAA03083 for ; Mon, 6 Jul 1998 17:49:53 -0500 (CDT) Message-Id: <199807062249.RAA03083@bone.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine Subject: whazzat? To: committers@FreeBSD.ORG Date: Mon, 06 Jul 1998 17:49:52 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- What does this mean, when running easy-import? Inserting new module... 78382 snake src/games/snake 78417 I wasn't importing games/snake, but something else entirely (net/smurflog). easy-import seems to have completed fine. Jacques Vidrine -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNaFUkDeRhT8JRySpAQHnCgP+Pu4xZbEFZi3JpmsGMK4Q2JwVBCXbCw2G p9I3npFUNVNaDPqDzYiESQktums6wBBv6+6gztohCnW32iQ9CO+I9gqE6lauOIvB caBOT707MrW/43tyhX5g2p48JjDLg7UPF6XB+4pJp0xyf7Ap8P5hd/SUpoOQ2+qD gbbSX3bKwdw= =YUrU -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 16:00:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08289 for cvs-all-outgoing; Mon, 6 Jul 1998 16:00:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08276; Mon, 6 Jul 1998 16:00:16 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02007; Mon, 6 Jul 1998 15:48:36 -0700 (PDT) Date: Mon, 6 Jul 1998 15:48:36 -0700 (PDT) Message-Id: <199807062248.PAA02007@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 15:48:36 PDT Modified files: net Makefile Log: Activate smurflog. Revision Changes Path 1.170 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 16:20:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09979 for cvs-all-outgoing; Mon, 6 Jul 1998 16:20:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09762; Mon, 6 Jul 1998 16:19:34 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id QAA15124; Mon, 6 Jul 1998 16:19:32 -0700 (PDT) Message-Id: <199807062319.QAA15124@implode.root.com> To: "Chris Csanady" cc: Bill Fenner , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern uipc_socket.c In-reply-to: Your message of "Mon, 06 Jul 1998 13:03:20 PDT." <199807062003.NAA28886@tarsier.ca.sandia.gov> From: David Greenman Reply-To: dg@root.com Date: Mon, 06 Jul 1998 16:19:32 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >Cool! I'm quite happy to see a fix for this--could someone please commit >this to -stable? Let's wait a week or two on that. There's no rush and this needs to be tested by a wider audience first. -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 Mon Jul 6 16:33:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11220 for cvs-all-outgoing; Mon, 6 Jul 1998 16:33:22 -0700 (PDT) (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 QAA11206 for ; Mon, 6 Jul 1998 16:33:14 -0700 (PDT) (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 AAA03829; Tue, 7 Jul 1998 00:03:53 +0100 (BST) (envelope-from nik) Message-ID: <19980707000353.12372@nothing-going-on.org> Date: Tue, 7 Jul 1998 00:03:53 +0100 From: Nik Clayton To: Nik Clayton , "Jordan K. Hubbard" , Chris Timmons Cc: =?iso-8859-1?Q?Dag-Erling_Coidan_Sm=F8rgrav?= , committers@FreeBSD.ORG Subject: Re: Q for ftp incoming gang References: <17185.899568656@time.cdrom.com> <19980705124015.32015@nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980705124015.32015@nothing-going-on.org>; from Nik Clayton on Sun, Jul 05, 1998 at 12:40:15PM +0100 Organization: Nik at home, where there's nothing going on Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Jul 05, 1998 at 12:40:15PM +0100, Nik Clayton wrote: > I'm going to try and spend a couple of hours tomorrow (Monday) evening > going through incoming/ to work through the worst of the dreck. I only managed to get 45 minutes spare today, which isn't great, but was a start, with roughly 50 files removed from incoming/ (all ports submissions which have been corrected). If anyone wants to lend a hand I'd be appreciative, particularly as my link via work is a little on the slow side to wcarchive and freefall. In particular, if there are any files in incoming/ that you *know* can be safely deleted, please mail me the filename (either to nik@freebsd.org to to freebsd-maintainers@wcarchive.cdrom.com) and I'll get to it ASAP. N -- Work: nik@iii.co.uk | FreeBSD + Perl + Apache Rest: nik@nothing-going-on.demon.co.uk | Remind me again why we need Play: nik@freebsd.org | Microsoft? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 16:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11659 for cvs-all-outgoing; Mon, 6 Jul 1998 16:36:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11652; Mon, 6 Jul 1998 16:36:11 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03314; Mon, 6 Jul 1998 16:36:01 -0700 (PDT) Date: Mon, 6 Jul 1998 16:36:01 -0700 (PDT) Message-Id: <199807062336.QAA03314@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/krb5 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/06 16:36:01 PDT Modified files: security/krb5 Makefile Log: * Remove gmake from BUILD_DEPENDS; it is implied by USE_GMAKE. * Allow override of CONFIGURE_ARGS. * Control building of KerberosIV compatible libraries with KRB5_KRB4_COMPAT. * Use ECHO, FALSE, and DO_NADA as appropriate. * Combine pre-fetch and do-fetch targets. Revision Changes Path 1.2 +44 -31 ports/security/krb5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:00:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23304 for cvs-all-outgoing; Mon, 6 Jul 1998 19:00:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23283; Mon, 6 Jul 1998 19:00:13 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07022; Mon, 6 Jul 1998 18:51:19 -0700 (PDT) Date: Mon, 6 Jul 1998 18:51:19 -0700 (PDT) Message-Id: <199807070151.SAA07022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libmytinfo Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 18:51:19 PDT Modified files: lib/libmytinfo Makefile Log: Added a `build-tools' target for internal tools. Revision Changes Path 1.13 +3 -1 src/lib/libmytinfo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:00:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23315 for cvs-all-outgoing; Mon, 6 Jul 1998 19:00:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23285; Mon, 6 Jul 1998 19:00:14 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06879; Mon, 6 Jul 1998 18:46:42 -0700 (PDT) Date: Mon, 6 Jul 1998 18:46:42 -0700 (PDT) Message-Id: <199807070146.SAA06879@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 18:46:42 PDT Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Added a `build-tools' target for internal tools. Revision Changes Path 1.12 +7 -1 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:00:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23323 for cvs-all-outgoing; Mon, 6 Jul 1998 19:00:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23288; Mon, 6 Jul 1998 19:00:16 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06780; Mon, 6 Jul 1998 18:43:59 -0700 (PDT) Date: Mon, 6 Jul 1998 18:43:59 -0700 (PDT) Message-Id: <199807070143.SAA06780@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/phantasia Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 18:43:59 PDT Modified files: games/phantasia Makefile Log: Added a `build-tools' target for internal tools. Honor LDFLAGS for building internal tools. Revision Changes Path 1.13 +3 -1 src/games/phantasia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:01:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23358 for cvs-all-outgoing; Mon, 6 Jul 1998 19:01:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23292; Mon, 6 Jul 1998 19:00:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06672; Mon, 6 Jul 1998 18:41:59 -0700 (PDT) Date: Mon, 6 Jul 1998 18:41:59 -0700 (PDT) Message-Id: <199807070141.SAA06672@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/hack Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 18:41:59 PDT Modified files: games/hack Makefile Log: Added a `build-tools' target for internal tools. Honor LDFLAGS for building internal tools. Always build intermediate object files explicitly so that binaries don't change when they are rebuilt. Fixed some style bugs. Revision Changes Path 1.16 +7 -5 src/games/hack/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:01:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23415 for cvs-all-outgoing; Mon, 6 Jul 1998 19:01:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23312; Mon, 6 Jul 1998 19:00:37 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA05709; Mon, 6 Jul 1998 18:07:01 -0700 (PDT) Date: Mon, 6 Jul 1998 18:07:01 -0700 (PDT) Message-Id: <199807070107.SAA05709@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/sh Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 18:07:00 PDT Modified files: bin/sh Makefile Log: Added a `build-tools' target for internal tools. Removed explicit dependencies of foo.o on foo.c. These were mainly placeholders for comments about missing dependencies of tools objects on headers. This problem needs to be handled more generally. Revision Changes Path 1.28 +3 -4 src/bin/sh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23434 for cvs-all-outgoing; Mon, 6 Jul 1998 19:01:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23325; Mon, 6 Jul 1998 19:00:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06138; Mon, 6 Jul 1998 18:25:39 -0700 (PDT) Date: Mon, 6 Jul 1998 18:25:39 -0700 (PDT) Message-Id: <199807070125.SAA06138@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/adventure Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 18:25:38 PDT Modified files: games/adventure Makefile Log: Added a `build-tools' target for internal tools. Restored a variant of explicit rule for `setup', with modifications to always build setup.o so that `setup' doesn't change every time it is rebuilt because it has a temporary file name in it. Revision Changes Path 1.5 +5 -0 src/games/adventure/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:04:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24279 for cvs-all-outgoing; Mon, 6 Jul 1998 19:04:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24241; Mon, 6 Jul 1998 19:04:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA07277; Mon, 6 Jul 1998 19:04:21 -0700 (PDT) Date: Mon, 6 Jul 1998 19:04:21 -0700 (PDT) Message-Id: <199807070204.TAA07277@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG Subject: cvs commit: src/lkm/linux Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 19:04:21 PDT Modified files: lkm/linux Makefile Log: Added a `build-tools' target for internal tools. (linux_genassym may not actually work for cross compiling, but that is another problem.) Honor LDFLAGS for building internal tools. (Tools should normally be built static to avoid problems with picking up target shared libraries. bsd.kmod doesn't set -static yet, and has some problems with `LDFLAGS=-static ...' in the environment.) Revision Changes Path 1.18 +4 -2 src/lkm/linux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:27:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27831 for cvs-all-outgoing; Mon, 6 Jul 1998 19:27:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27819; Mon, 6 Jul 1998 19:27:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA07735; Mon, 6 Jul 1998 19:27:11 -0700 (PDT) Date: Mon, 6 Jul 1998 19:27:11 -0700 (PDT) Message-Id: <199807070227.TAA07735@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG Subject: cvs commit: src/lkm/nfs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 19:27:10 PDT Modified files: lkm/nfs Makefile Log: Finished previous fix - don't forget to add one dummy options header to CLEANFILES. Fixed lots of style bugs. Revision Changes Path 1.10 +10 -13 src/lkm/nfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:30:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28623 for cvs-all-outgoing; Mon, 6 Jul 1998 19:30:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28604; Mon, 6 Jul 1998 19:30:56 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA07826; Mon, 6 Jul 1998 19:30:46 -0700 (PDT) Date: Mon, 6 Jul 1998 19:30:46 -0700 (PDT) Message-Id: <199807070230.TAA07826@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/syscons/scrnmaps Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 19:30:46 PDT Modified files: share/syscons/scrnmaps Makefile Log: Added a `build-tools' target for internal tools. Honor LDFLAGS for building internal tools. Revision Changes Path 1.11 +5 -3 src/share/syscons/scrnmaps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 19:43:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAB00769 for cvs-all-outgoing; Mon, 6 Jul 1998 19:43:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00750; Mon, 6 Jul 1998 19:43:38 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA08192; Mon, 6 Jul 1998 19:43:28 -0700 (PDT) Date: Mon, 6 Jul 1998 19:43:28 -0700 (PDT) Message-Id: <199807070243.TAA08192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/netboot Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 19:43:28 PDT Modified files: sys/i386/boot/netboot Makefile Log: Added a `build-tools' target for internal tools. Honor LDFLAGS for building internal tools. Revision Changes Path 1.19 +10 -7 src/sys/i386/boot/netboot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 20:14:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05870 for cvs-all-outgoing; Mon, 6 Jul 1998 20:14:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05845; Mon, 6 Jul 1998 20:14:23 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09054; Mon, 6 Jul 1998 20:14:12 -0700 (PDT) Date: Mon, 6 Jul 1998 20:14:12 -0700 (PDT) Message-Id: <199807070314.UAA09054@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ja_JP.EUC Makefile docproj.sgml www/data/ja_JP.EUC/docproj Makefile doc-set.sgml submitting.sgml who.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/07/06 20:14:12 PDT Modified files: data/ja_JP.EUC Makefile docproj.sgml Added files: data/ja_JP.EUC/docproj Makefile doc-set.sgml submitting.sgml who.sgml Log: New tranlations of files under docproj directory and modification of the related files. Submitted by: HIROSE Shouichi , Motoyuki Konno Revision Changes Path 1.13 +2 -2 www/data/ja_JP.EUC/Makefile 1.3 +5 -5 www/data/ja_JP.EUC/docproj.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 20:22:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07479 for cvs-all-outgoing; Mon, 6 Jul 1998 20:22:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07395; Mon, 6 Jul 1998 20:22:24 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09371; Mon, 6 Jul 1998 20:22:13 -0700 (PDT) Date: Mon, 6 Jul 1998 20:22:13 -0700 (PDT) Message-Id: <199807070322.UAA09371@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/ja_JP.EUC docproj.sgml docs.sgml newsflash.sgml y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/07/06 20:22:10 PDT Modified files: data/ja_JP.EUC docproj.sgml docs.sgml newsflash.sgml y2kbug.sgml Log: Following changes in the English version are merged. docs.sgml: 1.43 -> 1.44 docproj.sgml: 1.10 -> 1.11 newsflash.sgml: 1.81 -> 1.82 y2kbug.sgml: 1.4 -> 1.6 Submitted by: HIROSE Shouichi Revision Changes Path 1.4 +7 -3 www/data/ja_JP.EUC/docproj.sgml 1.10 +6 -5 www/data/ja_JP.EUC/docs.sgml 1.16 +15 -3 www/data/ja_JP.EUC/newsflash.sgml 1.3 +7 -9 www/data/ja_JP.EUC/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 20:23:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07563 for cvs-all-outgoing; Mon, 6 Jul 1998 20:23:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07499; Mon, 6 Jul 1998 20:22:49 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09406; Mon, 6 Jul 1998 20:22:38 -0700 (PDT) Date: Mon, 6 Jul 1998 20:22:38 -0700 (PDT) Message-Id: <199807070322.UAA09406@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/cvsup Makefile ports/net/cvsup/files md5 ports/net/cvsup-bin Makefile ports/net/cvsup-bin/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/06 20:22:37 PDT Modified files: net/cvsup Makefile net/cvsup/files md5 net/cvsup-bin Makefile net/cvsup-bin/files md5 Log: Update ports for new 15.4.2 release of CVSup. Revision Changes Path 1.26 +3 -3 ports/net/cvsup/Makefile 1.14 +1 -1 ports/net/cvsup/files/md5 1.5 +7 -7 ports/net/cvsup-bin/Makefile 1.4 +2 -2 ports/net/cvsup-bin/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 Jul 6 21:09:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14269 for cvs-all-outgoing; Mon, 6 Jul 1998 21:09:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14261; Mon, 6 Jul 1998 21:08:56 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA10691; Mon, 6 Jul 1998 21:08:46 -0700 (PDT) Date: Mon, 6 Jul 1998 21:08:46 -0700 (PDT) Message-Id: <199807070408.VAA10691@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/procfs procfs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 21:08:45 PDT Modified files: sys/miscfs/procfs procfs.h Log: Quick fix for type mismatches which were fatal if longs aren't 32 bits. We used a private, wrong, version of `struct dirent' to help break getdirentries(), and we use a silly check that the size of this struct is a power of 2 to help break mount() if getdirentries() would not work. This fix just changes the struct to match `struct dirent' (except for the name length). Revision Changes Path 1.20 +5 -5 src/sys/miscfs/procfs/procfs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 21:19:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16302 for cvs-all-outgoing; Mon, 6 Jul 1998 21:19:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16269; Mon, 6 Jul 1998 21:19:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA11108; Mon, 6 Jul 1998 21:19:27 -0700 (PDT) Date: Mon, 6 Jul 1998 21:19:27 -0700 (PDT) Message-Id: <199807070419.VAA11108@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys disklabel.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 21:19:27 PDT Modified files: sys/sys disklabel.h Log: Don't assume that longs are 32 bits in struct dos_partition. Revision Changes Path 1.33 +3 -3 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 21:31:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18018 for cvs-all-outgoing; Mon, 6 Jul 1998 21:31:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18010; Mon, 6 Jul 1998 21:31:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA11535; Mon, 6 Jul 1998 21:31:30 -0700 (PDT) Date: Mon, 6 Jul 1998 21:31:30 -0700 (PDT) Message-Id: <199807070431.VAA11535@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern link_aout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 21:31:30 PDT Modified files: sys/kern link_aout.c Log: Don't depend on gcc's feature of casting lvalues. Revision Changes Path 1.7 +3 -2 src/sys/kern/link_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 21:36:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18878 for cvs-all-outgoing; Mon, 6 Jul 1998 21:36:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18856; Mon, 6 Jul 1998 21:36:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA11708; Mon, 6 Jul 1998 21:36:26 -0700 (PDT) Date: Mon, 6 Jul 1998 21:36:26 -0700 (PDT) Message-Id: <199807070436.VAA11708@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 21:36:26 PDT Modified files: sys/kern vfs_cluster.c Log: Don't depend on gcc's feature of casting lvalues. Revision Changes Path 1.64 +5 -4 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 21:39:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19337 for cvs-all-outgoing; Mon, 6 Jul 1998 21:39:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19314; Mon, 6 Jul 1998 21:39:23 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA11787; Mon, 6 Jul 1998 21:39:12 -0700 (PDT) Date: Mon, 6 Jul 1998 21:39:12 -0700 (PDT) Message-Id: <199807070439.VAA11787@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook cvsup.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/06 21:39:11 PDT Modified files: handbook cvsup.sgml Log: Update for new release 15.4.2 of CVSup. Revision Changes Path 1.38 +11 -22 doc/handbook/cvsup.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 21:50:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21138 for cvs-all-outgoing; Mon, 6 Jul 1998 21:50:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21090; Mon, 6 Jul 1998 21:50:12 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA12208; Mon, 6 Jul 1998 21:49:59 -0700 (PDT) Date: Mon, 6 Jul 1998 21:49:59 -0700 (PDT) Message-Id: <199807070449.VAA12208@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/atrun atrun.man Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/06 21:49:59 PDT Modified files: (Branch: RELENG_2_2) libexec/atrun atrun.man Log: MFC: {rev 1.5 "atrun.man"} fixes for PR 7109. Revision Changes Path 1.1.6.2 +15 -13 src/libexec/atrun/atrun.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 21:53:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21736 for cvs-all-outgoing; Mon, 6 Jul 1998 21:53:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21731; Mon, 6 Jul 1998 21:53:08 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA12324; Mon, 6 Jul 1998 21:52:57 -0700 (PDT) Date: Mon, 6 Jul 1998 21:52:57 -0700 (PDT) Message-Id: <199807070452.VAA12324@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/06 21:52:57 PDT Modified files: (Branch: RELENG_2_2) sbin/mount_nfs mount_nfs.8 Log: MFC: {rev 1.13 "mount_nfs.8"} fix for PR 6905. Revision Changes Path 1.5.2.2 +2 -2 src/sbin/mount_nfs/mount_nfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 22:00:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22969 for cvs-all-outgoing; Mon, 6 Jul 1998 22:00:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22917; Mon, 6 Jul 1998 22:00:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12480; Mon, 6 Jul 1998 22:00:11 -0700 (PDT) Date: Mon, 6 Jul 1998 22:00:11 -0700 (PDT) Message-Id: <199807070500.WAA12480@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 22:00:11 PDT Modified files: sys/pci pcisupport.c Log: Changed `#if defined(i386)' to `#ifdef __i386__'. `#if defined(ONE_THING)' is a style bug, and i386 instead of __i386__ is a bug, since i386 is never defined when the kernel is compiled by with the default flags (`gcc -ansi ...'). Here the bug disabled the call to pmap_setvidram(), so ISA video memory was not mapped WC on 686's. The bug may have been masked by bugs in the committer's version of gcc - `gcc -ansi' incorrectly defines i386 for gcc = the version of egcs on the 2.2.6 cdrom. Revision Changes Path 1.71 +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 Mon Jul 6 22:13:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24860 for cvs-all-outgoing; Mon, 6 Jul 1998 22:13:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24846; Mon, 6 Jul 1998 22:13:48 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12892; Mon, 6 Jul 1998 22:13:37 -0700 (PDT) Date: Mon, 6 Jul 1998 22:13:37 -0700 (PDT) Message-Id: <199807070513.WAA12892@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/info pkg_info.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/06 22:13:37 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pkg_install/info pkg_info.1 Log: MFC: {rev 1.17 "pkg_info.1"} fix for PR 7155. Revision Changes Path 1.11.2.5 +5 -0 src/usr.sbin/pkg_install/info/pkg_info.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 22:21:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25856 for cvs-all-outgoing; Mon, 6 Jul 1998 22:21:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25851 for ; Mon, 6 Jul 1998 22:21:07 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id HAA29924; Tue, 7 Jul 1998 07:21:02 +0200 (CEST) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id HAA16960; Tue, 7 Jul 1998 07:20:14 +0200 (MET DST) Message-ID: <19980707072013.55502@uriah.heep.sax.de> Date: Tue, 7 Jul 1998 07:20:13 +0200 From: J Wunsch To: Jacques Vidrine Cc: committers@FreeBSD.ORG Subject: Re: to whoever wrote easy-import Reply-To: Joerg Wunsch References: <199807062247.RAA27936@bone.nectar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199807062247.RAA27936@bone.nectar.com>; from Jacques Vidrine on Mon, Jul 06, 1998 at 05:47:45PM -0500 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk As Jacques Vidrine wrote: > You are so cool, not only does easy-import make the whole thing > easy, it also kindly ignores my stupid emacs~ backup files. Well, well, but this honor doesn't belong to me. It's simply CVS ignores them by default. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 22:24:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26139 for cvs-all-outgoing; Mon, 6 Jul 1998 22:24:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26133 for ; Mon, 6 Jul 1998 22:24:14 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id WAA27653; Mon, 6 Jul 1998 22:23:45 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Jacques Vidrine cc: committers@FreeBSD.ORG Subject: Re: whazzat? In-reply-to: Your message of "Mon, 06 Jul 1998 17:49:52 CDT." <199807062249.RAA03083@bone.nectar.com> Date: Mon, 06 Jul 1998 22:23:45 -0700 Message-ID: <27650.899789025@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > What does this mean, when running easy-import? > > Inserting new module... > 78382 > snake src/games/snake > 78417 > > I wasn't importing games/snake, but something else > entirely (net/smurflog). That's just what it got inserted _next_ to - not to worry. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 22:24:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26241 for cvs-all-outgoing; Mon, 6 Jul 1998 22:24:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26236; Mon, 6 Jul 1998 22:24:56 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13613; Mon, 6 Jul 1998 22:24:45 -0700 (PDT) Date: Mon, 6 Jul 1998 22:24:45 -0700 (PDT) Message-Id: <199807070524.WAA13613@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/apm apm.c src/sys/i386/i386 identcpu.c in_cksum.c trap.c src/sys/i386/isa if_ed.c if_ie.c if_lnc.c if_ze.c lpt.c npx.c pcic.h random_machdep.c scd.c syscons.c wcd.c src/sys/i386/isa/ic i82586.h src/sys/isofs/cd9660 iso.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/07/06 22:24:44 PDT Modified files: (Branch: RELENG_2_2) sys/i386/apm apm.c sys/i386/i386 identcpu.c in_cksum.c trap.c sys/i386/isa if_ed.c if_ie.c if_lnc.c if_ze.c lpt.c npx.c pcic.h random_machdep.c scd.c syscons.c wcd.c sys/i386/isa/ic i82586.h sys/isofs/cd9660 iso.h sys/kern subr_rlist.c tty_subr.c vnode_if.sh sys/libkern qsort.c sys/msdosfs msdosfs_fat.c sys/net if.h sys/pci if_fxp.c if_tx.c pci.c smc83c170.h sys/sys kernel.h sys/vm swap_pager.c vm_page.c Log: asm->__asm inline->__inline Revision Changes Path 1.49.2.3 +2 -2 src/sys/i386/apm/apm.c 1.7.2.18 +3 -3 src/sys/i386/i386/identcpu.c 1.8.4.1 +5 -5 src/sys/i386/i386/in_cksum.c 1.83.2.9 +2 -2 src/sys/i386/i386/trap.c 1.107.2.8 +4 -4 src/sys/i386/isa/if_ed.c 1.36.2.4 +7 -7 src/sys/i386/isa/if_ie.c 1.28.2.4 +10 -10 src/sys/i386/isa/if_lnc.c 1.33.2.6 +7 -7 src/sys/i386/isa/if_ze.c 1.55.2.3 +4 -4 src/sys/i386/isa/lpt.c 1.31.2.8 +3 -3 src/sys/i386/isa/npx.c 1.4.2.1 +4 -4 src/sys/i386/isa/pcic.h 1.13.2.1 +3 -3 src/sys/i386/isa/random_machdep.c 1.25.2.2 +3 -3 src/sys/i386/isa/scd.c 1.182.2.34 +5 -5 src/sys/i386/isa/syscons.c 1.39.2.2 +1 -1 src/sys/i386/isa/wcd.c 1.3.4.1 +4 -4 src/sys/i386/isa/ic/i82586.h 1.9.4.3 +9 -9 src/sys/isofs/cd9660/iso.h 1.19.2.1 +2 -2 src/sys/kern/subr_rlist.c 1.23.2.2 +3 -3 src/sys/kern/tty_subr.c 1.9.4.1 +4 -4 src/sys/kern/vnode_if.sh 1.5.2.1 +5 -5 src/sys/libkern/qsort.c 1.10.4.1 +3 -3 src/sys/msdosfs/msdosfs_fat.c 1.36.2.4 +3 -3 src/sys/net/if.h 1.21.2.13 +3 -3 src/sys/pci/if_fxp.c 1.1.2.5 +2 -2 src/sys/pci/if_tx.c 1.57.2.9 +2 -2 src/sys/pci/pci.c 1.1.2.4 +4 -4 src/sys/pci/smc83c170.h 1.22.2.2 +2 -2 src/sys/sys/kernel.h 1.72.2.2 +5 -5 src/sys/vm/swap_pager.c 1.69.2.6 +4 -4 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 Mon Jul 6 22:37:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27842 for cvs-all-outgoing; Mon, 6 Jul 1998 22:37:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27808; Mon, 6 Jul 1998 22:37:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13954; Mon, 6 Jul 1998 22:37:37 -0700 (PDT) Date: Mon, 6 Jul 1998 22:37:37 -0700 (PDT) Message-Id: <199807070537.WAA13954@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 22:37:36 PDT Modified files: . Makefile Log: Build internal tools in build-tools so that they have some chance of working when the target system is not binary compatible. Use various hacks to work around minor problems in the source and binary tree layouts: - caesar and strfile are built normally (the source layout is good), then installed by copying them to ${WORLDTMP}/usr/bin (they are installed in ${WORLDTMP}/usr/games, but I don't want to put that in $PATH). - colldef and mklocale are built and installed normally. Messy and incomplete relative path searches for them and caesar and strfile can now go away. - internal tools that aren't installed are now built and left lying around for the `make all' pass to use. If the target system is not binary compatible, it is critical that these tools don't get rebuilt. Cleaning of the obj tree before building the internal tools should ensure this. - most internal tools are built using internal build-tools targets, but tn3270 is simpler for a change - it has all the tools in a separate tree, so they can be built using `make all'. Revision Changes Path 1.204 +19 -1 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 22:42:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28868 for cvs-all-outgoing; Mon, 6 Jul 1998 22:42:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28853 for ; Mon, 6 Jul 1998 22:42:25 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id HAA00189; Tue, 7 Jul 1998 07:42:18 +0200 (CEST) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id HAA17013; Tue, 7 Jul 1998 07:22:48 +0200 (MET DST) Message-ID: <19980707072248.11715@uriah.heep.sax.de> Date: Tue, 7 Jul 1998 07:22:48 +0200 From: J Wunsch To: Jacques Vidrine Cc: committers@FreeBSD.ORG Subject: Re: whazzat? Reply-To: Joerg Wunsch References: <199807062249.RAA03083@bone.nectar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199807062249.RAA03083@bone.nectar.com>; from Jacques Vidrine on Mon, Jul 06, 1998 at 05:49:52PM -0500 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk As Jacques Vidrine wrote: > What does this mean, when running easy-import? > > Inserting new module... > 78382 > snake src/games/snake > 78417 It's the output of an ed(1) command. I could have suppressed it by using ed -s, but so at least you get an idea where your new module name will be included in the `modules' file. > I wasn't importing games/snake, but something else > entirely (net/smurflog). Yep, and the above just and only tells you that the module `smurflog' got included right before `snake'. But i agree the message is mostly confusing to the innocent. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 6 23:22:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05498 for cvs-all-outgoing; Mon, 6 Jul 1998 23:22:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05491; Mon, 6 Jul 1998 23:22:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA15179; Mon, 6 Jul 1998 23:22:25 -0700 (PDT) Date: Mon, 6 Jul 1998 23:22:25 -0700 (PDT) Message-Id: <199807070622.XAA15179@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/fortune/datfiles Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/06 23:22:24 PDT Modified files: games/fortune/datfiles Makefile Log: Use the installed versions of caesar and strfile. They are now bootstrapped by `make world', and the installed versions are just as likely to work as the installed version of cc if `make' is run directly. Revision Changes Path 1.9 +3 -19 src/games/fortune/datfiles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 03:00:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00783 for cvs-all-outgoing; Tue, 7 Jul 1998 03:00:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00772; Tue, 7 Jul 1998 03:00:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA21215; Tue, 7 Jul 1998 02:59:51 -0700 (PDT) Date: Tue, 7 Jul 1998 02:59:51 -0700 (PDT) Message-Id: <199807070959.CAA21215@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 02:59:50 PDT Modified files: . Makefile Log: Oops, don't build tools for building games, etc. when we're not building games, etc. Define _BUILD_TOOLS in sub-makes for building tools. This will be used to avoid using uninstalled tools in colldef and mklocale. Revision Changes Path 1.205 +35 -18 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 03:12:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02119 for cvs-all-outgoing; Tue, 7 Jul 1998 03:12:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from helios.dnttm.ru (root@dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01979; Tue, 7 Jul 1998 03:11:11 -0700 (PDT) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id OAA16243; Tue, 7 Jul 1998 14:02:39 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id NAA02910; Tue, 7 Jul 1998 13:56:57 +0400 (MSD) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199807070956.NAA02910@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: committers@FreeBSD.ORG cc: dt@FreeBSD.ORG Subject: lockf() Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Jul 1998 13:56:57 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Any unix in the world, including NetBSD, but excluding FreeBSD, have the lockf() function call. I can easy obtain it from NetBSD. Does somebody have objections/suggestions/whatever else? Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 04:00:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08093 for cvs-all-outgoing; Tue, 7 Jul 1998 04:00:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08082; Tue, 7 Jul 1998 04:00:08 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA23038; Tue, 7 Jul 1998 03:59:55 -0700 (PDT) Date: Tue, 7 Jul 1998 03:59:55 -0700 (PDT) Message-Id: <199807071059.DAA23038@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/textproc/sgrep Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/07 03:59:55 PDT Modified files: textproc/sgrep Makefile Log: Update maintainer address. Revision Changes Path 1.2 +2 -2 ports/textproc/sgrep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 04:06:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08959 for cvs-all-outgoing; Tue, 7 Jul 1998 04:06:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08894; Tue, 7 Jul 1998 04:05:39 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id EAA22543; Tue, 7 Jul 1998 04:03:32 -0700 (PDT) Message-Id: <199807071103.EAA22543@implode.root.com> To: Dmitrij Tejblum cc: committers@FreeBSD.ORG, dt@FreeBSD.ORG Subject: Re: lockf() In-reply-to: Your message of "Tue, 07 Jul 1998 13:56:57 +0400." <199807070956.NAA02910@tejblum.dnttm.rssi.ru> From: David Greenman Reply-To: dg@root.com Date: Tue, 07 Jul 1998 04:03:32 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >Any unix in the world, including NetBSD, but excluding FreeBSD, have >the lockf() function call. I can easy obtain it from NetBSD. > >Does somebody have objections/suggestions/whatever else? I'm familiar with flock(), which FreeBSD of course has, but what does "lockf()" do? -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 Tue Jul 7 04:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12510 for cvs-all-outgoing; Tue, 7 Jul 1998 04:40:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12450; Tue, 7 Jul 1998 04:40:03 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA24712; Tue, 7 Jul 1998 04:39:50 -0700 (PDT) Date: Tue, 7 Jul 1998 04:39:50 -0700 (PDT) Message-Id: <199807071139.EAA24712@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/mhonarc Makefile ports/plan9/wily Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/07 04:39:47 PDT Modified files: www/mhonarc Makefile plan9/wily Makefile Log: Update maintainer address. Revision Changes Path 1.4 +2 -2 ports/www/mhonarc/Makefile 1.2 +2 -2 ports/plan9/wily/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 05:03:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15454 for cvs-all-outgoing; Tue, 7 Jul 1998 05:03:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15449; Tue, 7 Jul 1998 05:03:13 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25656; Tue, 7 Jul 1998 05:03:01 -0700 (PDT) Date: Tue, 7 Jul 1998 05:03:01 -0700 (PDT) Message-Id: <199807071203.FAA25656@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/msgs msgs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/07 05:03:00 PDT Modified files: usr.bin/msgs msgs.c Log: msgs -p (and maybe other flags, too) gives misleading error messages, especially on a new install, where /var/msgs/bounds doesn't exist. I moved my bounds file out of the way to create this before and after on a quick 'n' dirty hack, which is probably the 23rd best way to do it, but it works: PR: 6963 Submitted by: Matthew Fuller Revision Changes Path 1.10 +7 -1 src/usr.bin/msgs/msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 05:10:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16467 for cvs-all-outgoing; Tue, 7 Jul 1998 05:10:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16454; Tue, 7 Jul 1998 05:10:07 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25833; Tue, 7 Jul 1998 05:09:53 -0700 (PDT) Date: Tue, 7 Jul 1998 05:09:53 -0700 (PDT) Message-Id: <199807071209.FAA25833@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/msgs msgs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/07 05:09:53 PDT Modified files: (Branch: RELENG_2_2) usr.bin/msgs msgs.c Log: MFC: check for non-existant bounds. Revision Changes Path 1.8.2.2 +7 -1 src/usr.bin/msgs/msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 05:18:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17390 for cvs-all-outgoing; Tue, 7 Jul 1998 05:18:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17384; Tue, 7 Jul 1998 05:18:42 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA26111; Tue, 7 Jul 1998 05:18:28 -0700 (PDT) Date: Tue, 7 Jul 1998 05:18:28 -0700 (PDT) Message-Id: <199807071218.FAA26111@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/textproc/docproj Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/07/07 05:18:28 PDT Modified files: textproc/docproj Makefile Log: Add a PKGNAME for version tracking. Revision Changes Path 1.3 +2 -1 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 Tue Jul 7 05:21:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17831 for cvs-all-outgoing; Tue, 7 Jul 1998 05:21:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17778; Tue, 7 Jul 1998 05:20:47 -0700 (PDT) (envelope-from tejblum@arc.hq.cti.ru) Received: from arc.hq.cti.ru (localhost [127.0.0.1]) by arc.hq.cti.ru (8.9.0/8.9.0) with ESMTP id QAA08167; Tue, 7 Jul 1998 16:20:31 +0400 (MSD) Message-Id: <199807071220.QAA08167@arc.hq.cti.ru> X-Mailer: exmh version 2.0zeta 7/24/97 To: dg@root.com cc: committers@FreeBSD.ORG, dt@FreeBSD.ORG Subject: Re: lockf() In-reply-to: Your message of "Tue, 07 Jul 1998 04:03:32 PDT." <199807071103.EAA22543@implode.root.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Jul 1998 16:20:30 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >Any unix in the world, including NetBSD, but excluding FreeBSD, have > >the lockf() function call. I can easy obtain it from NetBSD. > > > >Does somebody have objections/suggestions/whatever else? > > I'm familiar with flock(), which FreeBSD of course has, but what does > "lockf()" do? This is just a simplified interface for fcntl() advisory record locking. It is a SysVism, and now it is standartisied in SUSV2. Short description: #include int lockf(int fd, int function, off_t size); function is one of: #define F_ULOCK 0 /* unlock locked section */ #define F_LOCK 1 /* lock a section for exclusive use */ #define F_TLOCK 2 /* test and lock a section for exclusive use */ #define F_TEST 3 /* test a section for locks by other processes */ I may post whole manpage, if you want. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 06:49:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28516 for cvs-all-outgoing; Tue, 7 Jul 1998 06:49:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28505 for ; Tue, 7 Jul 1998 06:49:29 -0700 (PDT) (envelope-from tim@localhost.my.domain) Received: from localhost.my.domain (ppp6598.on.bellglobal.com [206.172.208.190]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id JAA15991; Tue, 7 Jul 1998 09:49:20 -0400 (EDT) Received: (from tim@localhost) by localhost.my.domain (8.8.8/8.8.8) id JAA01636; Tue, 7 Jul 1998 09:50:47 -0400 (EDT) (envelope-from tim) Message-ID: <19980707095046.C1568@zappo> Date: Tue, 7 Jul 1998 09:50:46 -0400 From: Tim Vanderhoek To: Joerg Wunsch , Jacques Vidrine Cc: committers@FreeBSD.ORG Subject: Re: whazzat? References: <199807062249.RAA03083@bone.nectar.com> <19980707072248.11715@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980707072248.11715@uriah.heep.sax.de>; from J Wunsch on Tue, Jul 07, 1998 at 07:22:48AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Jul 07, 1998 at 07:22:48AM +0200, J Wunsch wrote: > > Inserting new module... > > 78382 > > snake src/games/snake > > 78417 [...] > Yep, and the above just and only tells you that the module `smurflog' > got included right before `snake'. But i agree the message is mostly > confusing to the innocent. Hehe. That, and the fact that based purely on the output that was printing, "-n" didn't seem to be "-n"'ing, managed to give me a bit of scare the first time I used easy-import. :-) All fun 'n games. :) Maybe you should add a line "Removing old $modname...", too. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 07:08:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01565 for cvs-all-outgoing; Tue, 7 Jul 1998 07:08:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01560 for ; Tue, 7 Jul 1998 07:08:10 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: from bone.nectar.com (localhost.communique.net [127.0.0.1]) by bone.nectar.com (8.9.0/8.9.0) with ESMTP id JAA02926; Tue, 7 Jul 1998 09:07:19 -0500 (CDT) Message-Id: <199807071407.JAA02926@bone.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <19980707072013.55502@uriah.heep.sax.de> References: <199807062247.RAA27936@bone.nectar.com> <19980707072013.55502@uriah.heep.sax.de> Subject: Re: to whoever wrote easy-import To: Joerg Wunsch cc: committers@FreeBSD.ORG Date: Tue, 07 Jul 1998 09:07:18 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- heh, i've never noticed. I usually try to blow stuff like that away before doing a cvs import, and I just forgot to do so this time. you are still cool ;-) Jacques Vidrine On 7 July 1998 at 7:20, J Wunsch wrote: > As Jacques Vidrine wrote: > > > You are so cool, not only does easy-import make the whole thing > > easy, it also kindly ignores my stupid emacs~ backup files. > > Well, well, but this honor doesn't belong to me. It's simply CVS > ignores them by default. > > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNaIrljeRhT8JRySpAQFEQAP/blCk2iQmq+GygCK0lYQ7S9qWeqTUGS9E 73HilDkCCpkfsV7Z4VOsXFruJmNaH6cG5c0ixghJCf5JMIme2LO6gm+nCGv/GA09 Yu4btZj/4R8UMZsgnEn0Xei+bYGZEaaDcknq5J/aO2ZUBLuWmTnfqXlNszHy442R auwlodthWKQ= =/8Uh -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 07:36:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05801 for cvs-all-outgoing; Tue, 7 Jul 1998 07:36:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05796; Tue, 7 Jul 1998 07:36:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27914; Tue, 7 Jul 1998 07:36:08 -0700 (PDT) Date: Tue, 7 Jul 1998 07:36:08 -0700 (PDT) Message-Id: <199807071436.HAA27914@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook backups.sgml Makefile handbook.sgml linuxemu.sgml mirrors.sgml relnotes.sgml sections.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/07 07:36:07 PDT Modified files: ja/handbook Makefile handbook.sgml linuxemu.sgml mirrors.sgml relnotes.sgml sections.sgml Added files: ja/handbook backups.sgml Log: Following changes in the English version are merged: Makefile: 1.30 --> 1.31 linuxemu.sgml: 1.22 --> 1.23 mirrors.sgml: 1.84 --> 1.87 relnotes.sgml: 1.24 --> 1.25 sections.sgml: 1.28 --> 1.29 Submitted by: Murata Shuuichirou and myself New file is translated (disks.sgml is not yet available): backups.sgml Submitted by: Yoshiaki Uchikawa Revision Changes Path 1.23 +3 -3 doc/ja/handbook/Makefile 1.28 +2 -2 doc/ja/handbook/handbook.sgml 1.11 +34 -24 doc/ja/handbook/linuxemu.sgml 1.28 +33 -2 doc/ja/handbook/mirrors.sgml 1.12 +3 -3 doc/ja/handbook/relnotes.sgml 1.14 +4 -2 doc/ja/handbook/sections.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 11:31:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12596 for cvs-all-outgoing; Tue, 7 Jul 1998 11:31:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12568; Tue, 7 Jul 1998 11:31:36 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA05398; Tue, 7 Jul 1998 11:31:18 -0700 (PDT) Date: Tue, 7 Jul 1998 11:31:18 -0700 (PDT) Message-Id: <199807071831.LAA05398@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/blas Makefile ports/math/blas/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/07 11:31:15 PDT Modified files: math/blas Makefile math/blas/files md5 Log: distfile changed to tar.gz from sha.gz md5 changes as appropriate Revision Changes Path 1.15 +2 -6 ports/math/blas/Makefile 1.6 +1 -1 ports/math/blas/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 Jul 7 11:41:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14505 for cvs-all-outgoing; Tue, 7 Jul 1998 11:41:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14484; Tue, 7 Jul 1998 11:41:07 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA05846; Tue, 7 Jul 1998 11:40:52 -0700 (PDT) Date: Tue, 7 Jul 1998 11:40:52 -0700 (PDT) Message-Id: <199807071840.LAA05846@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/eispack Makefile ports/math/eispack/scripts uncomp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/07 11:40:52 PDT Modified files: math/eispack Makefile math/eispack/scripts uncomp Log: This gets it so that the files are retriveable..md5 updates next Revision Changes Path 1.13 +3 -3 ports/math/eispack/Makefile 1.2 +2 -2 ports/math/eispack/scripts/uncomp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 11:48:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15446 for cvs-all-outgoing; Tue, 7 Jul 1998 11:48:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15441; Tue, 7 Jul 1998 11:48:30 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06144; Tue, 7 Jul 1998 11:48:16 -0700 (PDT) Date: Tue, 7 Jul 1998 11:48:16 -0700 (PDT) Message-Id: <199807071848.LAA06144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/eispack/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/07 11:48:15 PDT Modified files: math/eispack/files md5 Log: New md5 checksums for port Revision Changes Path 1.3 +76 -76 ports/math/eispack/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 Jul 7 11:55:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16191 for cvs-all-outgoing; Tue, 7 Jul 1998 11:55:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16186; Tue, 7 Jul 1998 11:55:58 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06314; Tue, 7 Jul 1998 11:55:43 -0700 (PDT) Date: Tue, 7 Jul 1998 11:55:43 -0700 (PDT) Message-Id: <199807071855.LAA06314@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/eval Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/07 11:55:43 PDT Modified files: math/eval Makefile Log: ftp.demon.net doesn't appear to mirror aminet anymore... Revision Changes Path 1.2 +2 -3 ports/math/eval/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 12:08:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17419 for cvs-all-outgoing; Tue, 7 Jul 1998 12:08:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17414; Tue, 7 Jul 1998 12:08:08 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA06662; Tue, 7 Jul 1998 12:07:53 -0700 (PDT) Date: Tue, 7 Jul 1998 12:07:53 -0700 (PDT) Message-Id: <199807071907.MAA06662@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/linpack Makefile ports/math/linpack/scripts uncomp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/07 12:07:53 PDT Modified files: math/linpack Makefile math/linpack/scripts uncomp Log: Changes so that distrfiles are retriveable...md5 changes to follow Revision Changes Path 1.13 +3 -3 ports/math/linpack/Makefile 1.2 +2 -2 ports/math/linpack/scripts/uncomp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 12:17:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18859 for cvs-all-outgoing; Tue, 7 Jul 1998 12:17:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18844; Tue, 7 Jul 1998 12:17:32 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA07006; Tue, 7 Jul 1998 12:17:15 -0700 (PDT) Date: Tue, 7 Jul 1998 12:17:15 -0700 (PDT) Message-Id: <199807071917.MAA07006@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/sharity-light Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/07/07 12:17:15 PDT Modified files: net/sharity-light Makefile Log: Fix URL in MASTER_SITES. Add 2 mirrors. Pointed out by: the ports survey Revision Changes Path 1.6 +4 -2 ports/net/sharity-light/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 12:21:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19345 for cvs-all-outgoing; Tue, 7 Jul 1998 12:21:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19340; Tue, 7 Jul 1998 12:21:35 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA07205; Tue, 7 Jul 1998 12:21:20 -0700 (PDT) Date: Tue, 7 Jul 1998 12:21:20 -0700 (PDT) Message-Id: <199807071921.MAA07205@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/blas Makefile ports/math/eispack Makefile ports/math/linpack Makefile ports/math/linpack/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/07 12:21:20 PDT Modified files: math/blas Makefile math/eispack Makefile math/linpack Makefile math/linpack/files md5 Log: Add two sites for retrieving, remove ftp.netlib.org Revision Changes Path 1.16 +3 -1 ports/math/blas/Makefile 1.14 +3 -2 ports/math/eispack/Makefile 1.14 +3 -2 ports/math/linpack/Makefile 1.3 +180 -180 ports/math/linpack/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 Jul 7 13:35:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29881 for cvs-all-outgoing; Tue, 7 Jul 1998 13:35:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29874; Tue, 7 Jul 1998 13:35:12 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA09734; Tue, 7 Jul 1998 13:34:56 -0700 (PDT) Date: Tue, 7 Jul 1998 13:34:56 -0700 (PDT) Message-Id: <199807072034.NAA09734@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/07/07 13:34:52 PDT Modified files: . modules Log: yagirc --> ports/net/yagirc Revision Changes Path 1.2149 +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 Jul 7 13:36:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00126 for cvs-all-outgoing; Tue, 7 Jul 1998 13:36:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00115; Tue, 7 Jul 1998 13:36:17 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA09783; Tue, 7 Jul 1998 13:36:02 -0700 (PDT) Date: Tue, 7 Jul 1998 13:36:02 -0700 (PDT) Message-Id: <199807072036.NAA09783@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/yagirc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/07/07 13:36:01 PDT ports/net/yagirc - Imported sources Update of /home/ncvs/ports/net/yagirc In directory freefall.freebsd.org:/d/users/mph/yagirc Log Message: Import of yagirc 0.64, an IRC client with a Gtk interface and a Perl scripting interface. Status: Vendor Tag: MPH Release Tags: yagirc_0_64 N ports/net/yagirc/Makefile I ports/net/yagirc/CVS N ports/net/yagirc/files/md5 N ports/net/yagirc/files/config.h N ports/net/yagirc/pkg/DESCR N ports/net/yagirc/pkg/PLIST N ports/net/yagirc/pkg/COMMENT N ports/net/yagirc/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 Jul 7 13:37:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00367 for cvs-all-outgoing; Tue, 7 Jul 1998 13:37:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00359; Tue, 7 Jul 1998 13:37:12 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA09840; Tue, 7 Jul 1998 13:36:56 -0700 (PDT) Date: Tue, 7 Jul 1998 13:36:56 -0700 (PDT) Message-Id: <199807072036.NAA09840@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1998/07/07 13:36:56 PDT Modified files: net Makefile Log: Activate yagirc. Revision Changes Path 1.171 +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 Tue Jul 7 15:21:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12242 for cvs-all-outgoing; Tue, 7 Jul 1998 15:21:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12236; Tue, 7 Jul 1998 15:21:11 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12797; Tue, 7 Jul 1998 15:20:56 -0700 (PDT) Date: Tue, 7 Jul 1998 15:20:56 -0700 (PDT) Message-Id: <199807072220.PAA12797@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/msgs msgs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/07 15:20:55 PDT Modified files: usr.bin/msgs msgs.c Log: Previous fix didn't make it past the Bruce filter. Clean up non-KNF indentation and use err() properly. Revision Changes Path 1.11 +2 -5 src/usr.bin/msgs/msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 15:21:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12292 for cvs-all-outgoing; Tue, 7 Jul 1998 15:21:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12284; Tue, 7 Jul 1998 15:21:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12850; Tue, 7 Jul 1998 15:21:15 -0700 (PDT) Date: Tue, 7 Jul 1998 15:21:15 -0700 (PDT) Message-Id: <199807072221.PAA12850@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/msgs msgs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/07 15:21:15 PDT Modified files: (Branch: RELENG_2_2) usr.bin/msgs msgs.c Log: MFC: Bruceification. Revision Changes Path 1.8.2.3 +2 -5 src/usr.bin/msgs/msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:04:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16993 for cvs-all-outgoing; Tue, 7 Jul 1998 16:04:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA16986; Tue, 7 Jul 1998 16:04:43 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14040; Tue, 7 Jul 1998 16:04:27 -0700 (PDT) Date: Tue, 7 Jul 1998 16:04:27 -0700 (PDT) Message-Id: <199807072304.QAA14040@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/colldef/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 16:04:26 PDT Modified files: usr.bin/colldef/data Makefile Log: Use the installed version of colldef for `make all'. It is now bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. Don't build or install anything if _BUILD_TOOLS is defined. Then we only want to build and install the colldef binary, but the layout of the colldef tree forces recursing to colldef/data for at least the obj target even when _BUILD_TOOLS is defined. Revision Changes Path 1.13 +6 -9 src/usr.bin/colldef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:06:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17133 for cvs-all-outgoing; Tue, 7 Jul 1998 16:06:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17128; Tue, 7 Jul 1998 16:06:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14096; Tue, 7 Jul 1998 16:06:01 -0700 (PDT) Date: Tue, 7 Jul 1998 16:06:01 -0700 (PDT) Message-Id: <199807072306.QAA14096@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mklocale/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 16:06:00 PDT Modified files: usr.bin/mklocale/data Makefile Log: Use the installed version of mklocale for `make all'. It is now bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. Don't build or install anything if _BUILD_TOOLS is defined. Then we only want to build and install the mklocale binary, but the layout of the mklocale tree forces recursing to mklocale/data for at least the obj target even when _BUILD_TOOLS is defined. Revision Changes Path 1.13 +6 -8 src/usr.bin/mklocale/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:32:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19768 for cvs-all-outgoing; Tue, 7 Jul 1998 16:32:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19763; Tue, 7 Jul 1998 16:32:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14578; Tue, 7 Jul 1998 16:32:41 -0700 (PDT) Date: Tue, 7 Jul 1998 16:32:41 -0700 (PDT) Message-Id: <199807072332.QAA14578@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 16:32:41 PDT Modified files: gnu/usr.bin/perl/usub Makefile Log: Use the installed version of perl for `make depend'. It is now bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. The bootstrapped version has a better chance of working. This makes the fixes and bugs in the previous 3 commits irrelevant. Rev.1.11 was just wrong and rev.1.10 became unnecessary when perl/perl was added to build-tools. Don't expect to build perl/usub without using `make world' or equivalent if you don't have perl installed. Revision Changes Path 1.12 +3 -14 src/gnu/usr.bin/perl/usub/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:33:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19872 for cvs-all-outgoing; Tue, 7 Jul 1998 16:33:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19867; Tue, 7 Jul 1998 16:33:29 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14604; Tue, 7 Jul 1998 16:33:13 -0700 (PDT) Date: Tue, 7 Jul 1998 16:33:13 -0700 (PDT) Message-Id: <199807072333.QAA14604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys elf32.h elf64.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/07 16:33:12 PDT Modified files: sys/sys elf32.h elf64.h Log: Add definitions for PT_LOPROC and PT_HIPROC. Submitted by: Kapil Chowksey Revision Changes Path 1.3 +4 -1 src/sys/sys/elf32.h 1.3 +4 -1 src/sys/sys/elf64.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:36:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20287 for cvs-all-outgoing; Tue, 7 Jul 1998 16:36:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20282; Tue, 7 Jul 1998 16:36:42 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14681; Tue, 7 Jul 1998 16:36:26 -0700 (PDT) Date: Tue, 7 Jul 1998 16:36:26 -0700 (PDT) Message-Id: <199807072336.QAA14681@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys elf32.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/07 16:36:26 PDT Modified files: (Branch: RELENG_2_2) sys/sys elf32.h Log: MFC 1.2 -> 1.3: define PT_{LO,HI}PROC. Revision Changes Path 1.2.2.2 +4 -1 src/sys/sys/elf32.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:39:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20566 for cvs-all-outgoing; Tue, 7 Jul 1998 16:39:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20557; Tue, 7 Jul 1998 16:38:58 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id BAA03212; Wed, 8 Jul 1998 01:38:57 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by campa.panke.de (8.8.8/8.8.8) id AAA01191; Wed, 8 Jul 1998 00:39:34 +0200 (MET DST) (envelope-from wosch) Message-ID: <19980708003933.31278@panke.de> Date: Wed, 8 Jul 1998 00:39:33 +0200 From: Wolfram Schneider To: David Greenman Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c References: <199806280837.BAA25830@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <199806280837.BAA25830@freefall.freebsd.org>; from David Greenman on Sun, Jun 28, 1998 at 01:37:46AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 1998-06-28 01:37:46 -0700, David Greenman wrote: > dg 1998/06/28 01:37:45 PDT > > Modified files: > sys/kern kern_sig.c > Log: > Added a sysctl variable kern.sugid_coredump for controlling coredump > behavior of setuid/setgid binaries that defaults to 0 (coredump disabled). I wish we had a sysctl variable for the coredump name. Eg. kern.coredump.name = 0 -> disable core dumps 1 -> core dump filename 'core' 2 -> core dump filename 'program.core' 3 -> core dump filename 'core.program' -- Wolfram Schneider http://www.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 Tue Jul 7 16:42:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21438 for cvs-all-outgoing; Tue, 7 Jul 1998 16:42:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21391; Tue, 7 Jul 1998 16:42:28 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id QAA02595; Tue, 7 Jul 1998 16:41:47 -0700 (PDT) Message-Id: <199807072341.QAA02595@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Wolfram Schneider cc: David Greenman , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c In-reply-to: Your message of "Wed, 08 Jul 1998 00:39:33 +0200." <19980708003933.31278@panke.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Jul 1998 16:41:47 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On 1998-06-28 01:37:46 -0700, David Greenman wrote: > > dg 1998/06/28 01:37:45 PDT > > > > Modified files: > > sys/kern kern_sig.c > > Log: > > Added a sysctl variable kern.sugid_coredump for controlling coredump > > behavior of setuid/setgid binaries that defaults to 0 (coredump disabled). > > I wish we had a sysctl variable for the coredump name. Eg. > > kern.coredump.name = > > 0 -> disable core dumps > 1 -> core dump filename 'core' > 2 -> core dump filename 'program.core' > 3 -> core dump filename 'core.program' I think you should buy Sean a beer. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:45:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21822 for cvs-all-outgoing; Tue, 7 Jul 1998 16:45:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21792; Tue, 7 Jul 1998 16:45:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14890; Tue, 7 Jul 1998 16:44:46 -0700 (PDT) Date: Tue, 7 Jul 1998 16:44:46 -0700 (PDT) Message-Id: <199807072344.QAA14890@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/x2p Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 16:44:45 PDT Modified files: gnu/usr.bin/perl/x2p Makefile Log: Use the installed version of perl for `make install'. It is now bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. Revision Changes Path 1.15 +3 -11 src/gnu/usr.bin/perl/x2p/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:46:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21991 for cvs-all-outgoing; Tue, 7 Jul 1998 16:46:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21946; Tue, 7 Jul 1998 16:45:56 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14965; Tue, 7 Jul 1998 16:45:40 -0700 (PDT) Date: Tue, 7 Jul 1998 16:45:40 -0700 (PDT) Message-Id: <199807072345.QAA14965@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/07/07 16:45:39 PDT Modified files: data support.sgml Log: Update PicoBSD entry Submitted by: Andrzej Bialecki Revision Changes Path 1.84 +3 -3 www/data/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 16:59:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23738 for cvs-all-outgoing; Tue, 7 Jul 1998 16:59:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from kithrup.com (kithrup.com [207.126.97.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23718; Tue, 7 Jul 1998 16:59:09 -0700 (PDT) (envelope-from sef@kithrup.com) Received: (from sef@localhost) by kithrup.com (8.8.8/8.8.8) id QAA25406; Tue, 7 Jul 1998 16:59:09 -0700 (PDT) (envelope-from sef) Date: Tue, 7 Jul 1998 16:59:09 -0700 (PDT) From: Sean Eric Fagan Message-Id: <199807072359.QAA25406@kithrup.com> To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c In-Reply-To: <199807072341.QAA02595.kithrup.freebsd.cvs-all@dingo.cdrom.com> References: Your message of "Wed, 08 Jul 1998 00:39:33 +0200." <19980708003933.31278@panke.de> Organization: Kithrup Enterprises, Ltd. Cc: dg@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199807072341.QAA02595.kithrup.freebsd.cvs-all@dingo.cdrom.com> you write: >> I wish we had a sysctl variable for the coredump name. Eg. >> >> kern.coredump.name = >> >> 0 -> disable core dumps >> 1 -> core dump filename 'core' >> 2 -> core dump filename 'program.core' >> 3 -> core dump filename 'core.program' > >I think you should buy Sean a beer. Indeed. I'd just sent Mike some diffs (Jordan's seen 'em too) to do this: He suggested changes, not all of which I've done yet. But this gives you teh basic idea. Note that it allows three format specifiers: %N == process name, %P == process ID, %U == user ID. Examples of ones I've tested: sysctl -w kern.corefilename="core" sysctl -w kern.corefilename="%N.core" sysctl -w kern.corefilename="core.%N" sysctl -w kern.corefilename="/tmp/%N-%P.core" sysctl -w kern.corefilename="/dev/null" Index: kern/kern_sig.c =================================================================== RCS file: /usr/cvs/src/sys/kern/kern_sig.c,v retrieving revision 1.26.2.1 diff -u -r1.26.2.1 kern_sig.c --- kern_sig.c 1996/12/21 18:57:24 1.26.2.1 +++ kern_sig.c 1998/07/04 18:25:22 @@ -61,6 +61,8 @@ #include #include #include +#include +#include #include @@ -75,6 +77,7 @@ static int coredump __P((struct proc *p)); static int killpg1 __P((struct proc *cp, int signum, int pgid, int all)); static void stop __P((struct proc *)); +static char *expand_name __P((const char*, int, int)); /* * Can process p, with pcred pc, send the signal signum to process q? @@ -1219,6 +1222,75 @@ /* NOTREACHED */ } +static char corefilename[MAXPATHLEN+1] = {"%N.core"}; +SYSCTL_STRING(_kern, KERN_COREFILENAME, corefilename, CTLFLAG_RW, + corefilename, sizeof(corefilename), ""); + +static char * +expand_name(name, uid, pid) +const char *name; int uid; int pid; { + char *temp; + char buf[11]; /* Buffer for pid/uid -- max 4B */ + int i, n; + char *format = corefilename; + + temp = malloc(MAXPATHLEN + 3, M_TEMP, M_NOWAIT); + bzero(temp, MAXPATHLEN+3); + for (i = 0, n = 0; i < MAXPATHLEN && format[i]; i++) { + int l; + switch (format[i]) { + case '%': /* Format character */ + i++; + switch (format[i]) { + case '%': + temp[n++] = '%'; + break; + case 'N': /* process name */ + l = strlen(name); + if ((n + l) > MAXPATHLEN) { + log(LOG_ERR, "pid %d (%s), uid (%d): Path `%s%s' is too long\n", + pid, name, uid, temp, name); + free(temp, M_TEMP); + return NULL; + } + memcpy(temp+n, name, l); + n += l; + break; + case 'P': /* process id */ + sprintf(buf, "%u", pid); + l = strlen(buf); + if ((n + l) > MAXPATHLEN) { + log(LOG_ERR, "pid %d (%s), uid (%d): Path `%s%s' is too long\n", + pid, name, uid, temp, name); + free(temp, M_TEMP); + return NULL; + } + memcpy(temp+n, buf, l); + n += l; + break; + case 'U': /* user id */ + sprintf(buf, "%u", uid); + l = strlen(buf); + if ((n + l) > MAXPATHLEN) { + log(LOG_ERR, "pid %d (%s), uid (%d): Path `%s%s' is too long\n", + pid, name, uid, temp, name); + free(temp, M_TEMP); + return NULL; + } + memcpy(temp+n, buf, l); + n += l; + break; + default: + log(LOG_ERR, "Unknown format character %c in `%s'\n", format[i], format); + } + break; + default: + temp[n++] = format[i]; + } + } + return temp; +} + /* * Dump core, into a file named "progname.core", unless the process was * setuid/setgid. @@ -1233,17 +1305,21 @@ struct nameidata nd; struct vattr vattr; int error, error1; - char name[MAXCOMLEN+6]; /* progname.core */ + char *name; if (p->p_flag & P_SUGID) return (EFAULT); if (ctob(UPAGES + vm->vm_dsize + vm->vm_ssize) >= p->p_rlimit[RLIMIT_CORE].rlim_cur) return (EFAULT); - sprintf(name, "%s.core", p->p_comm); + + name = expand_name(p->p_comm, p->p_ucred->cr_uid, p->p_pid); + if (name == NULL) + return(EFAULT); NDINIT(&nd, LOOKUP, FOLLOW, UIO_SYSSPACE, name, p); - if ((error = vn_open(&nd, - O_CREAT | FWRITE, S_IRUSR | S_IWUSR))) + error = vn_open(&nd, O_CREAT | FWRITE, S_IRUSR | S_IWUSR); + free(name, M_TEMP); + if (error) return (error); vp = nd.ni_vp; Index: sys/sysctl.h =================================================================== RCS file: /usr/cvs/src/sys/sys/sysctl.h,v retrieving revision 1.48.2.2 diff -u -r1.48.2.2 sysctl.h --- sysctl.h 1997/08/30 14:08:56 1.48.2.2 +++ sysctl.h 1998/07/03 19:30:28 @@ -230,7 +230,8 @@ #define KERN_MAXSOCKBUF 31 /* int: max size of a socket buffer */ #define KERN_PS_STRINGS 32 /* int: address of PS_STRINGS */ #define KERN_USRSTACK 33 /* int: address of USRSTACK */ -#define KERN_MAXID 34 /* number of valid kern ids */ +#define KERN_COREFILENAME 34 /* string: name of core file */ +#define KERN_MAXID 35 /* number of valid kern ids */ #define CTL_KERN_NAMES { \ { 0, 0 }, \ @@ -267,6 +268,7 @@ { "maxsockbuf", CTLTYPE_INT }, \ { "ps_strings", CTLTYPE_INT }, \ { "usrstack", CTLTYPE_INT }, \ + { "corefile", CTLTYPE_STRING }, \ } /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 17:14:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25157 for cvs-all-outgoing; Tue, 7 Jul 1998 17:14:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25150; Tue, 7 Jul 1998 17:14:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA15636; Tue, 7 Jul 1998 17:14:17 -0700 (PDT) Date: Tue, 7 Jul 1998 17:14:17 -0700 (PDT) Message-Id: <199807080014.RAA15636@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/c++filt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 17:14:17 PDT Modified files: gnu/usr.bin/cc/c++filt Makefile Log: Use the installed versions of cc, cc1 and cpp for building underscore. They have been bootstrapped by `make world' since long before the hacks here were cloned from ../libgcc/Makefile. The versions just built in "../*" normally won't work if the target system is not binary compatible. Don't use OBJS to defeat `make depend'; just put generated sources in SRCS. Added temporary files to CLEANFILES. Revision Changes Path 1.4 +4 -35 src/gnu/usr.bin/cc/c++filt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 17:28:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26560 for cvs-all-outgoing; Tue, 7 Jul 1998 17:28:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26544 for ; Tue, 7 Jul 1998 17:28:45 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id RAA25560; Tue, 7 Jul 1998 17:13:56 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd025556; Wed Jul 8 00:13:51 1998 Date: Tue, 7 Jul 1998 17:13:47 -0700 (PDT) From: Julian Elischer Reply-To: Julian Elischer To: Sean Eric Fagan cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c In-Reply-To: <199807072359.QAA25406@kithrup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk YES! please please please check this in mike!.. I want to be able to redirect my core-files to a known place! especially if I'm on a readonly partition. (now WHERE would that happen? :-) On Tue, 7 Jul 1998, Sean Eric Fagan wrote: > In article <199807072341.QAA02595.kithrup.freebsd.cvs-all@dingo.cdrom.com> you write: > >> I wish we had a sysctl variable for the coredump name. Eg. > > Examples of ones I've tested: > > sysctl -w kern.corefilename="core" > sysctl -w kern.corefilename="%N.core" > sysctl -w kern.corefilename="core.%N" > sysctl -w kern.corefilename="/tmp/%N-%P.core" yipee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 17:45:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05431 for cvs-all-outgoing; Tue, 7 Jul 1998 17:45:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05420; Tue, 7 Jul 1998 17:45:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA16360; Tue, 7 Jul 1998 17:45:00 -0700 (PDT) Date: Tue, 7 Jul 1998 17:45:00 -0700 (PDT) Message-Id: <199807080045.RAA16360@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio asprintf.c fvwrite.c printf.3 vasprintf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/07/07 17:44:59 PDT Modified files: lib/libc/stdio asprintf.c fvwrite.c printf.3 vasprintf.c Log: Replace my original asprintf() and vasprintf() hacks with something more cleanly integrated with stdio. This should be faster and cleaner since it doesn't memcpy() the data into a seperate buffer. This lets stdio allocate and manage the buffer and then hand it over to the user. Obtained from: Todd Miller via OpenBSD Revision Changes Path 1.4 +40 -18 src/lib/libc/stdio/asprintf.c 1.8 +18 -1 src/lib/libc/stdio/fvwrite.c 1.10 +6 -10 src/lib/libc/stdio/printf.3 1.9 +35 -113 src/lib/libc/stdio/vasprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 17:46:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05560 for cvs-all-outgoing; Tue, 7 Jul 1998 17:46:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05550; Tue, 7 Jul 1998 17:46:09 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA16408; Tue, 7 Jul 1998 17:45:53 -0700 (PDT) Date: Tue, 7 Jul 1998 17:45:53 -0700 (PDT) Message-Id: <199807080045.RAA16408@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/libgcc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 17:45:52 PDT Modified files: gnu/usr.bin/cc/libgcc Makefile Log: Use a different hack for building libgcc2: `XCC= ${CC}' instead of `XCC= -B ...'. This is equivalent when cc and cc1, etc. have just been bootstrapped by `make world'. The relative versions normally won't work if the target system is not binary compatible. Bootstrapping different versions of gcc without going through `make world' is slightly more broken than before. Uniformized macro names (P1OBJS -> LIB1POBJS, etc.). Don't give full paths to sources. Revision Changes Path 1.17 +19 -37 src/gnu/usr.bin/cc/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 17:53:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06191 for cvs-all-outgoing; Tue, 7 Jul 1998 17:53:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06186; Tue, 7 Jul 1998 17:53:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA16547; Tue, 7 Jul 1998 17:52:43 -0700 (PDT) Date: Tue, 7 Jul 1998 17:52:43 -0700 (PDT) Message-Id: <199807080052.RAA16547@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include stdio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/07/07 17:52:42 PDT Modified files: include stdio.h Log: New flag for internal stdio use to enable dynamic string allocation for asprintf() implementation. Obtained from: Todd Miller via OpenBSD Revision Changes Path 1.19 +2 -1 src/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 18:05:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA07961 for cvs-all-outgoing; Tue, 7 Jul 1998 18:05:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07950; Tue, 7 Jul 1998 18:05:03 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA16911; Tue, 7 Jul 1998 18:04:42 -0700 (PDT) Date: Tue, 7 Jul 1998 18:04:42 -0700 (PDT) Message-Id: <199807080104.SAA16911@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_readwrite.c src/sys/kern vfs_bio.c src/sys/ufs/ufs ufs_readwrite.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/07 18:04:38 PDT Modified files: sys/gnu/ext2fs ext2_readwrite.c sys/kern vfs_bio.c sys/ufs/ufs ufs_readwrite.c Log: Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to confuse Soft updates.. Should solve several "dangling deps" panics. Revision Changes Path 1.15 +2 -1 src/sys/gnu/ext2fs/ext2_readwrite.c 1.166 +4 -3 src/sys/kern/vfs_bio.c 1.51 +7 -4 src/sys/ufs/ufs/ufs_readwrite.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 18:09:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08413 for cvs-all-outgoing; Tue, 7 Jul 1998 18:09:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08408; Tue, 7 Jul 1998 18:09:04 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA17016; Tue, 7 Jul 1998 18:08:47 -0700 (PDT) Date: Tue, 7 Jul 1998 18:08:47 -0700 (PDT) Message-Id: <199807080108.SAA17016@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/SSLeay/files Makefile.patch Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1998/07/07 18:08:47 PDT Modified files: security/SSLeay/files Makefile.patch Log: Fix patch to match upgraded directory name. Don't people check things like this? Submitted by: Jacques Vidrine Revision Changes Path 1.2 +2 -2 ports/security/SSLeay/files/Makefile.patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 18:25:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01125 for cvs-all-outgoing; Tue, 7 Jul 1998 18:25:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01117; Tue, 7 Jul 1998 18:24:59 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA17412; Tue, 7 Jul 1998 18:24:42 -0700 (PDT) Date: Tue, 7 Jul 1998 18:24:42 -0700 (PDT) Message-Id: <199807080124.SAA17412@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/07/07 18:24:41 PDT Modified files: sys/pci if_de.c Log: Merge changes from vendor branch. Revision Changes Path 1.84 +11 -2 src/sys/pci/if_de.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 7 18:30:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01989 for cvs-all-outgoing; Tue, 7 Jul 1998 18:30:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01959; Tue, 7 Jul 1998 18:30:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA17171; Tue, 7 Jul 1998 18:16:15 -0700 (PDT) Date: Tue, 7 Jul 1998 18:16:15 -0700 (PDT) Message-Id: <199807080116.SAA17171@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/07/07 18:16:14 PDT src/sys/pci - Imported sources Update of /home/ncvs/src/sys/pci In directory freefall.freebsd.org:/tmp/cvs-serv17108 Log Message: Import NetBSD-current version of if_de driver onto vendor branch. Status: Vendor Tag: NETBSD Release Tags: v980708 U src/sys/pci/if_devar.h C src/sys/pci/if_de.c U src/sys/pci/dc21040reg.h 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNETBSD:yesterday -jNETBSD src/sys/pci To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:10:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01508 for cvs-all-outgoing; Wed, 8 Jul 1998 02:10:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01484; Wed, 8 Jul 1998 02:10:36 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA01682; Wed, 8 Jul 1998 02:10:16 -0700 (PDT) Date: Wed, 8 Jul 1998 02:10:16 -0700 (PDT) Message-Id: <199807080910.CAA01682@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 trap.c src/sys/pc98/pc98 epsonio.h fd.c if_ed.c lpt.c npx.c pcaudio.c syscons.c wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/07/08 02:10:15 PDT Modified files: (Branch: RELENG_2_2) sys/pc98/i386 trap.c sys/pc98/pc98 epsonio.h fd.c if_ed.c lpt.c npx.c pcaudio.c syscons.c wd.c Log: asm->__asm inline->__inline Submitted by: Takahashi Yoshihiro Revision Changes Path 1.8.2.10 +3 -3 src/sys/pc98/i386/trap.c 1.1.2.2 +4 -4 src/sys/pc98/pc98/epsonio.h 1.7.2.11 +3 -3 src/sys/pc98/pc98/fd.c 1.11.2.16 +4 -4 src/sys/pc98/pc98/if_ed.c 1.5.2.5 +4 -4 src/sys/pc98/pc98/lpt.c 1.8.2.6 +3 -3 src/sys/pc98/pc98/npx.c 1.7.2.1 +2 -2 src/sys/pc98/pc98/pcaudio.c 1.13.2.31 +5 -5 src/sys/pc98/pc98/syscons.c 1.9.2.18 +2 -2 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 Wed Jul 8 02:12:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01897 for cvs-all-outgoing; Wed, 8 Jul 1998 02:12:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01877; Wed, 8 Jul 1998 02:12:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA01791; Wed, 8 Jul 1998 02:11:45 -0700 (PDT) Date: Wed, 8 Jul 1998 02:11:45 -0700 (PDT) Message-Id: <199807080911.CAA01791@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_lex.c db_lex.h db_output.c db_print.c db_sym.c db_variables.c db_variables.h ddb.h src/sys/i386/i386 db_trace.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/08 02:11:44 PDT Modified files: sys/ddb db_lex.c db_lex.h db_output.c db_print.c db_sym.c db_variables.c db_variables.h ddb.h sys/i386/i386 db_trace.c Log: Fixed bogus type of valuep in struct db_variable. It was `int *' and became `long *' for alpha, but should always have been `db_expr_t *'. Fixed variable types to match. Revision Changes Path 1.17 +3 -3 src/sys/ddb/db_lex.c 1.11 +2 -2 src/sys/ddb/db_lex.h 1.24 +3 -3 src/sys/ddb/db_output.c 1.22 +3 -2 src/sys/ddb/db_print.c 1.25 +3 -3 src/sys/ddb/db_sym.c 1.16 +2 -2 src/sys/ddb/db_variables.c 1.10 +2 -2 src/sys/ddb/db_variables.h 1.19 +5 -5 src/sys/ddb/ddb.h 1.29 +17 -17 src/sys/i386/i386/db_trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:18:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04478 for cvs-all-outgoing; Wed, 8 Jul 1998 02:18:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.133.1] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03999; Wed, 8 Jul 1998 02:17:36 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id KAA02246; Wed, 8 Jul 1998 10:07:46 +0200 (CEST) To: Wolfram Schneider cc: David Greenman , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c In-reply-to: Your message of "Wed, 08 Jul 1998 00:39:33 +0200." <19980708003933.31278@panke.de> Date: Wed, 08 Jul 1998 10:07:45 +0200 Message-ID: <2244.899885265@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19980708003933.31278@panke.de>, Wolfram Schneider writes: >On 1998-06-28 01:37:46 -0700, David Greenman wrote: >> dg 1998/06/28 01:37:45 PDT >> >> Modified files: >> sys/kern kern_sig.c >> Log: >> Added a sysctl variable kern.sugid_coredump for controlling coredump >> behavior of setuid/setgid binaries that defaults to 0 (coredump disabled). > >I wish we had a sysctl variable for the coredump name. Eg. > >kern.coredump.name = > >0 -> disable core dumps >1 -> core dump filename 'core' >2 -> core dump filename 'program.core' >3 -> core dump filename 'core.program' Send a patch in a PR... -- 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 Wed Jul 8 02:34:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10683 for cvs-all-outgoing; Wed, 8 Jul 1998 02:34:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10557; Wed, 8 Jul 1998 02:33:53 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA27782; Tue, 7 Jul 1998 23:43:59 -0700 (PDT) Date: Tue, 7 Jul 1998 23:43:59 -0700 (PDT) Message-Id: <199807080643.XAA27782@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_break.c db_print.c db_ps.c db_sym.c db_watch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 23:43:58 PDT Modified files: sys/ddb db_break.c db_print.c db_ps.c db_sym.c db_watch.c Log: Fixed db_printf format errors. Revision Changes Path 1.17 +4 -5 src/sys/ddb/db_break.c 1.21 +2 -3 src/sys/ddb/db_print.c 1.16 +6 -5 src/sys/ddb/db_ps.c 1.24 +3 -3 src/sys/ddb/db_sym.c 1.17 +3 -3 src/sys/ddb/db_watch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:34:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10704 for cvs-all-outgoing; Wed, 8 Jul 1998 02:34:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10572; Wed, 8 Jul 1998 02:33:56 -0700 (PDT) (envelope-from sef@FreeBSD.org) From: Sean Eric Fagan Received: (from sef@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA27629; Tue, 7 Jul 1998 23:38:44 -0700 (PDT) Date: Tue, 7 Jul 1998 23:38:44 -0700 (PDT) Message-Id: <199807080638.XAA27629@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_sig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sef 1998/07/07 23:38:44 PDT Modified files: sys/kern kern_sig.c Log: Add support for run-time configuration of core file names. In a nutshell, you can specify the corefile name by using: sysctl -w kern.corefile="format" where format is a pathname (relative or absolute -- default is "%N.core"), with "%N" (process name), "%P" (process ID), and "%U" (user ID) formats. Reviewed by: Mike Smith, with strong requests by Julian :) Revision Changes Path 1.43 +93 -5 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:34:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10819 for cvs-all-outgoing; Wed, 8 Jul 1998 02:34:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10682; Wed, 8 Jul 1998 02:34:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA25992; Tue, 7 Jul 1998 23:27:24 -0700 (PDT) Date: Tue, 7 Jul 1998 23:27:24 -0700 (PDT) Message-Id: <199807080627.XAA25992@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_examine.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 23:27:23 PDT Modified files: sys/ddb db_examine.c Log: Fixed db_printf format errors (except for ones using broken extensions (nonstandard %n and '+' with %x), and ones not found by -Wformat on 386's (some db_expr_t's are still printed as ints). I decided not to change the arg type for %n from [unsigned] int to register_t, since about half of the uses of %n are to print plain ints and casting to [unsigned] long for %n is no harder than for %x. Revision Changes Path 1.23 +7 -7 src/sys/ddb/db_examine.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:35:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11009 for cvs-all-outgoing; Wed, 8 Jul 1998 02:35:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10848; Wed, 8 Jul 1998 02:34:36 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23488; Tue, 7 Jul 1998 22:33:48 -0700 (PDT) Date: Tue, 7 Jul 1998 22:33:48 -0700 (PDT) Message-Id: <199807080533.WAA23488@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/lockf lockf.1 lockf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/07 22:33:48 PDT Modified files: (Branch: RELENG_2_2) usr.bin/lockf lockf.1 lockf.c Log: Sync with main branch. Revision Changes Path 1.1.1.1.2.2 +14 -10 src/usr.bin/lockf/lockf.1 1.1.1.1.2.5 +15 -6 src/usr.bin/lockf/lockf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:35:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11074 for cvs-all-outgoing; Wed, 8 Jul 1998 02:35:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10872; Wed, 8 Jul 1998 02:34:39 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23341; Tue, 7 Jul 1998 22:29:08 -0700 (PDT) Date: Tue, 7 Jul 1998 22:29:08 -0700 (PDT) Message-Id: <199807080529.WAA23341@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/lockf lockf.1 lockf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/07 22:29:07 PDT Modified files: usr.bin/lockf lockf.1 lockf.c Log: Add a "-k" option, to specify that the lock file should be kept rather than removed. Submitted by: Nick Barnes Revision Changes Path 1.6 +12 -7 src/usr.bin/lockf/lockf.1 1.7 +15 -6 src/usr.bin/lockf/lockf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:35:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11160 for cvs-all-outgoing; Wed, 8 Jul 1998 02:35:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09707; Wed, 8 Jul 1998 02:31:36 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA01132; Wed, 8 Jul 1998 01:51:41 -0700 (PDT) Date: Wed, 8 Jul 1998 01:51:41 -0700 (PDT) Message-Id: <199807080851.BAA01132@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1998/07/08 01:51:41 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_input.c Log: Brought in changes from rev 1.96: silently discard source routed packets that aren't for us. Revision Changes Path 1.50.2.19 +21 -10 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:37:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11823 for cvs-all-outgoing; Wed, 8 Jul 1998 02:37:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09753; Wed, 8 Jul 1998 02:31:44 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA01050; Wed, 8 Jul 1998 01:49:54 -0700 (PDT) Date: Wed, 8 Jul 1998 01:49:54 -0700 (PDT) Message-Id: <199807080849.BAA01050@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1998/07/08 01:49:54 PDT Modified files: sys/netinet ip_input.c Log: When not acting as a router (ipforwarding=0), silently discard source routed packets that aren't destined for us, as required by RFC-1122. PR: 7191 Revision Changes Path 1.96 +21 -10 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 02:37:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11877 for cvs-all-outgoing; Wed, 8 Jul 1998 02:37:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09812; Wed, 8 Jul 1998 02:31:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA01097; Wed, 8 Jul 1998 01:50:45 -0700 (PDT) Date: Wed, 8 Jul 1998 01:50:45 -0700 (PDT) Message-Id: <199807080850.BAA01097@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/08 01:50:45 PDT Modified files: (Branch: RELENG_2_2) release Makefile Log: Ack! Don't set ALLLANG in here. The Japanese docs can be built but aren't installable on a standard system anyway since /usr/share/doc/ja/handbook doesn't exist. Found by: Doing a make release on a 2.2-stable system. Revision Changes Path 1.246.2.89 +3 -3 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 03:41:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26719 for cvs-all-outgoing; Wed, 8 Jul 1998 03:41:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26708; Wed, 8 Jul 1998 03:41:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00402; Wed, 8 Jul 1998 03:41:34 -0700 (PDT) Date: Wed, 8 Jul 1998 03:41:34 -0700 (PDT) Message-Id: <199807081041.DAA00402@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/08 03:41:33 PDT Modified files: sys/kern subr_prf.c Log: Fixed (un)sign extension bugs in %+n format. -4 became (long)(u_long)(u_int)-4 = 0x00000000fffffffc on machines with 32-bit ints and 64-bit longs. Restored %z format for printing signed hex. %+x shouldn't have been used since it is an error in userland. Prepared to nuke %n format by cloning it to %r. %n shouldn't have been used because it means something completely different in userland. Now %+r is equivalent to ddb's original %r, and %r is equivalent to ddb's original %n. Ignore '+' flag in combination with unsigned formats %{o,p,u,x}. Revision Changes Path 1.47 +16 -7 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 03:49:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28276 for cvs-all-outgoing; Wed, 8 Jul 1998 03:49:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28263; Wed, 8 Jul 1998 03:49:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00511; Wed, 8 Jul 1998 03:49:35 -0700 (PDT) Date: Wed, 8 Jul 1998 03:49:35 -0700 (PDT) Message-Id: <199807081049.DAA00511@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/exmh2 Makefile ports/mail/exmh2/files md5 ports/mail/exmh2/patches patch-aw patch-ax ports/mail/exmh2/pkg PLIST ports/mail/exmh2/scripts install Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/07/08 03:49:34 PDT Modified files: mail/exmh2 Makefile mail/exmh2/files md5 mail/exmh2/pkg PLIST mail/exmh2/scripts install Added files: mail/exmh2/patches patch-aw patch-ax Log: Use some new vendor patches - but one doesn't even apply.. sigh. Also, install a missing file needed for running pgp in expectk mode (which is much nicer BTW since it can figure out the correct decrypt key). Tweak expectk mode so that it copes with a slight output variation on a non-US version of pgp (2.6.3ia). It appears the US version prints: Key for user ID "Peter Wemm " while the international version prints: Key for user ID: Peter Wemm I cannot follow tcl syntax very well, so this is my best guess.. Revision Changes Path 1.29 +6 -3 ports/mail/exmh2/Makefile 1.13 +4 -0 ports/mail/exmh2/files/md5 1.12 +1 -0 ports/mail/exmh2/pkg/PLIST 1.3 +2 -2 ports/mail/exmh2/scripts/install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 03:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29434 for cvs-all-outgoing; Wed, 8 Jul 1998 03:54:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA29336; Wed, 8 Jul 1998 03:54:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00649; Wed, 8 Jul 1998 03:54:00 -0700 (PDT) Date: Wed, 8 Jul 1998 03:54:00 -0700 (PDT) Message-Id: <199807081054.DAA00649@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_command.c db_examine.c db_print.c db_sym.c db_write_cmd.c src/sys/i386/i386 db_disasm.c db_trace.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/08 03:53:59 PDT Modified files: sys/ddb db_command.c db_examine.c db_print.c db_sym.c db_write_cmd.c sys/i386/i386 db_disasm.c db_trace.c Log: Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. Revision Changes Path 1.28 +2 -2 src/sys/ddb/db_command.c 1.24 +5 -5 src/sys/ddb/db_examine.c 1.23 +3 -3 src/sys/ddb/db_print.c 1.26 +4 -4 src/sys/ddb/db_sym.c 1.11 +2 -2 src/sys/ddb/db_write_cmd.c 1.21 +9 -9 src/sys/i386/i386/db_disasm.c 1.30 +5 -5 src/sys/i386/i386/db_trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 03:54:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09874 for cvs-all-outgoing; Wed, 8 Jul 1998 02:32:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09646; Wed, 8 Jul 1998 02:31:26 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA01218; Wed, 8 Jul 1998 01:54:42 -0700 (PDT) Date: Wed, 8 Jul 1998 01:54:42 -0700 (PDT) Message-Id: <199807080854.BAA01218@freefall.freebsd.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-all@FreeBSD.org Precedence: bulk kato 1998/07/08 01:54:42 PDT Modified files: sys/pc98/pc98 syscons.c Log: Sync with sys/i386/isa/syscons.c revision 1.265. Revision Changes Path 1.90 +21 -2 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 03:57:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09820 for cvs-all-outgoing; Wed, 8 Jul 1998 02:32:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09673; Wed, 8 Jul 1998 02:31:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA01188; Wed, 8 Jul 1998 01:53:48 -0700 (PDT) Date: Wed, 8 Jul 1998 01:53:48 -0700 (PDT) Message-Id: <199807080853.BAA01188@freefall.freebsd.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/pc98/boot/netboot Makefile Sender: owner-cvs-all@FreeBSD.org Precedence: bulk kato 1998/07/08 01:53:48 PDT Modified files: sys/pc98/boot/netboot Makefile Log: Sync with sys/i386/boot/netboot/Makefile revision 1.19. Revision Changes Path 1.7 +9 -6 src/sys/pc98/boot/netboot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 04:05:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09681 for cvs-all-outgoing; Wed, 8 Jul 1998 02:31:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from octopus.originative.co.uk (originat.demon.co.uk [158.152.220.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09368; Wed, 8 Jul 1998 02:30:50 -0700 (PDT) (envelope-from paul@originative.co.uk) Received: by OCTOPUS with Internet Mail Service (5.5.1960.3) id ; Wed, 8 Jul 1998 09:44:51 +0100 Message-ID: From: Paul Richards To: "'Sean Eric Fagan'" , cvs-all@FreeBSD.org Cc: dg@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-sys@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_sig.c Date: Wed, 8 Jul 1998 09:44:49 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.org Precedence: bulk Not a bad idea to have configurable core file naming but bear in mind that the format we chose in the first place i.e. progname.core was done after much discussion since /etc/daily or one of the other similar scripts does a spring clean to remove them and if you pick something like core.progname you can end up deleting core.c and so forth. I'd document this issue somewhere, as well as the fact that the cleanup script would have to be aware of the setting. Paul Richards Ph.D. Originative Solutions Ltd > -----Original Message----- > From: Sean Eric Fagan [mailto:sef@kithrup.com] > Sent: Wednesday, July 08, 1998 12:59 AM > To: cvs-all@FreeBSD.ORG > Cc: dg@FreeBSD.ORG; cvs-committers@FreeBSD.ORG; cvs-sys@FreeBSD.ORG > Subject: Re: cvs commit: src/sys/kern kern_sig.c > > > In article > <199807072341.QAA02595.kithrup.freebsd.cvs-all@dingo.cdrom.com > > you write: > >> I wish we had a sysctl variable for the coredump name. Eg. > >> > >> kern.coredump.name = > >> > >> 0 -> disable core dumps > >> 1 -> core dump filename 'core' > >> 2 -> core dump filename 'program.core' > >> 3 -> core dump filename 'core.program' > > > >I think you should buy Sean a beer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 04:55:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA13878 for cvs-all-outgoing; Wed, 8 Jul 1998 04:55:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA13869; Wed, 8 Jul 1998 04:54:56 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA02610; Wed, 8 Jul 1998 04:54:55 -0700 (PDT) Date: Wed, 8 Jul 1998 04:54:55 -0700 (PDT) Message-Id: <199807081154.EAA02610@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/blas Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 04:54:55 PDT Modified files: math/blas Makefile Log: Forgot a backslash in the MASTER_SITES list... Submitted by: Werner Griessl Revision Changes Path 1.17 +2 -2 ports/math/blas/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 05:09:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16083 for cvs-all-outgoing; Wed, 8 Jul 1998 05:09:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16064; Wed, 8 Jul 1998 05:08:57 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA02924; Wed, 8 Jul 1998 05:08:55 -0700 (PDT) Date: Wed, 8 Jul 1998 05:08:55 -0700 (PDT) Message-Id: <199807081208.FAA02924@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/astro/sunclock Makefile ports/astro/sunclock/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 05:08:55 PDT Modified files: astro/sunclock Makefile astro/sunclock/files md5 Log: This allows us to retrieve the files...working compile yet to come Revision Changes Path 1.6 +3 -5 ports/astro/sunclock/Makefile 1.4 +1 -1 ports/astro/sunclock/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 Jul 8 05:18:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17685 for cvs-all-outgoing; Wed, 8 Jul 1998 05:18:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17657; Wed, 8 Jul 1998 05:18:44 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA04280; Wed, 8 Jul 1998 05:18:43 -0700 (PDT) Date: Wed, 8 Jul 1998 05:18:43 -0700 (PDT) Message-Id: <199807081218.FAA04280@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/astro/sunclock/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 05:18:42 PDT Modified files: astro/sunclock/patches patch-aa Removed files: astro/sunclock/patches patch-ab Log: Slight change in Imakefile format, patch-aa updated Revision Changes Path 1.2 +19 -33 ports/astro/sunclock/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 05:37:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20481 for cvs-all-outgoing; Wed, 8 Jul 1998 05:37:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20472; Wed, 8 Jul 1998 05:36:58 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA04584; Wed, 8 Jul 1998 05:36:57 -0700 (PDT) Date: Wed, 8 Jul 1998 05:36:57 -0700 (PDT) Message-Id: <199807081236.FAA04584@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio/cddbd/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 05:36:56 PDT Modified files: audio/cddbd/patches patch-aa Log: slight modification to patch required for new version Revision Changes Path 1.2 +11 -18 ports/audio/cddbd/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 06:03:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA24813 for cvs-all-outgoing; Wed, 8 Jul 1998 06:03:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA24802; Wed, 8 Jul 1998 06:03:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA05388; Wed, 8 Jul 1998 06:03:08 -0700 (PDT) Date: Wed, 8 Jul 1998 06:03:08 -0700 (PDT) Message-Id: <199807081303.GAA05388@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc Makefile.inc src/gnu/usr.bin/cc/cc_tools Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/08 06:03:07 PDT Modified files: (Branch: RELENG_2_2) gnu/usr.bin/cc Makefile.inc gnu/usr.bin/cc/cc_tools Makefile Log: Remove all traces of BINFORMAT here. It is not meaningful in 2.2 nor will it ever be meaningful in 2.2. Revision Changes Path 1.17.2.1 +1 -11 src/gnu/usr.bin/cc/Makefile.inc 1.1.2.2 +4 -16 src/gnu/usr.bin/cc/cc_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 Jul 8 07:03:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04048 for cvs-all-outgoing; Wed, 8 Jul 1998 07:03:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04043; Wed, 8 Jul 1998 07:03:25 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA06096; Wed, 8 Jul 1998 07:03:23 -0700 (PDT) Date: Wed, 8 Jul 1998 07:03:23 -0700 (PDT) Message-Id: <199807081403.HAA06096@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 07:03:23 PDT Modified files: audio/kdemultimedia Makefile audio/kdemultimedia/files md5 Log: Still marked BROKEN, but at least you can retrieve the files now...will work on compiling it from my X machine later tonight... Revision Changes Path 1.9 +7 -6 ports/audio/kdemultimedia/Makefile 1.3 +1 -1 ports/audio/kdemultimedia/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 Jul 8 07:28:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06542 for cvs-all-outgoing; Wed, 8 Jul 1998 07:28:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06533; Wed, 8 Jul 1998 07:28:26 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA06910; Wed, 8 Jul 1998 07:28:24 -0700 (PDT) Date: Wed, 8 Jul 1998 07:28:24 -0700 (PDT) Message-Id: <199807081428.HAA06910@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/08 07:28:23 PDT Modified files: . modules Log: ja-onew-wnn4 --> ports/japanese/onew-wnn4 Revision Changes Path 1.2150 +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 Jul 8 07:29:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06683 for cvs-all-outgoing; Wed, 8 Jul 1998 07:29:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06671; Wed, 8 Jul 1998 07:29:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA06975; Wed, 8 Jul 1998 07:29:31 -0700 (PDT) Date: Wed, 8 Jul 1998 07:29:31 -0700 (PDT) Message-Id: <199807081429.HAA06975@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/onew-wnn4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/08 07:29:31 PDT ports/japanese/onew-wnn4 - Imported sources Update of /home/ncvs/ports/japanese/onew-wnn4 In directory freefall.freebsd.org:/tmp/cvs-serv6954 Log Message: A library for Japanese Input Method Wnn4 PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_2_20 N ports/japanese/onew-wnn4/Makefile N ports/japanese/onew-wnn4/files/md5 N ports/japanese/onew-wnn4/files/ONEW_CONF-for-wnn4 N ports/japanese/onew-wnn4/files/ONEW_CONF-for-canna+wnn4 N ports/japanese/onew-wnn4/files/ONEW_CONF-for-canna N ports/japanese/onew-wnn4/files/ONEW_CONF-for-wnn6 N ports/japanese/onew-wnn4/files/ONEW_CONF-for-canna+wnn6 N ports/japanese/onew-wnn4/pkg/COMMENT N ports/japanese/onew-wnn4/pkg/DESCR N ports/japanese/onew-wnn4/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 Jul 8 07:49:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09129 for cvs-all-outgoing; Wed, 8 Jul 1998 07:49:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09105; Wed, 8 Jul 1998 07:48:58 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA07671; Wed, 8 Jul 1998 07:48:57 -0700 (PDT) Date: Wed, 8 Jul 1998 07:48:57 -0700 (PDT) Message-Id: <199807081448.HAA07671@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/windowmaker Makefile ports/x11/windowmaker/files md5 ports/x11/windowmaker/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/07/08 07:48:56 PDT Modified files: x11/windowmaker Makefile x11/windowmaker/files md5 x11/windowmaker/pkg PLIST Log: Upgrade to 0.16.1. Reviewed by: Brian Handy Revision Changes Path 1.16 +4 -4 ports/x11/windowmaker/Makefile 1.8 +1 -1 ports/x11/windowmaker/files/md5 1.7 +6 -3 ports/x11/windowmaker/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 08:00:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10892 for cvs-all-outgoing; Wed, 8 Jul 1998 08:00:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10885; Wed, 8 Jul 1998 08:00:21 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08137; Wed, 8 Jul 1998 08:00:20 -0700 (PDT) Date: Wed, 8 Jul 1998 08:00:20 -0700 (PDT) Message-Id: <199807081500.IAA08137@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio/kmpg Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 08:00:19 PDT Modified files: audio/kmpg Makefile Log: Can't find anything wrong at the MASTER_SITES that this is failing on, except maybe the // that was in the URI is screwing things up. Remove the extra /, and will heck it again later... Revision Changes Path 1.2 +2 -2 ports/audio/kmpg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 08:05:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11428 for cvs-all-outgoing; Wed, 8 Jul 1998 08:05:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11418; Wed, 8 Jul 1998 08:05:09 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08305; Wed, 8 Jul 1998 08:05:06 -0700 (PDT) Date: Wed, 8 Jul 1998 08:05:06 -0700 (PDT) Message-Id: <199807081505.IAA08305@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/groff/tmac doc-syms Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/07/08 08:05:06 PDT Modified files: contrib/groff/tmac doc-syms Log: Add XPG4.2. Revision Changes Path 1.14 +10 -0 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 08:14:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12590 for cvs-all-outgoing; Wed, 8 Jul 1998 08:14:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12574; Wed, 8 Jul 1998 08:14:50 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08545; Wed, 8 Jul 1998 08:14:48 -0700 (PDT) Date: Wed, 8 Jul 1998 08:14:48 -0700 (PDT) Message-Id: <199807081514.IAA08545@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include unistd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/07/08 08:14:48 PDT Modified files: include unistd.h Log: Declare lockf(). Revision Changes Path 1.21 +8 -0 src/include/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 08:29:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13832 for cvs-all-outgoing; Wed, 8 Jul 1998 08:29:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13827; Wed, 8 Jul 1998 08:28:59 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08986; Wed, 8 Jul 1998 08:28:57 -0700 (PDT) Date: Wed, 8 Jul 1998 08:28:57 -0700 (PDT) Message-Id: <199807081528.IAA08986@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/07/08 08:28:57 PDT src/lib/libc/gen - Imported sources Update of /home/ncvs/src/lib/libc/gen In directory freefall.freebsd.org:/d/users/dt/lockf/lockf Log Message: An implementation of lockf() function call. Obtained from: NetBSD (author: Klaus Klein) Status: Vendor Tag: NETBSD Release Tags: v980708 N src/lib/libc/gen/lockf.c N src/lib/libc/gen/lockf.3 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 Jul 8 08:38:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15187 for cvs-all-outgoing; Wed, 8 Jul 1998 08:38:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15182; Wed, 8 Jul 1998 08:38:10 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09306; Wed, 8 Jul 1998 08:38:09 -0700 (PDT) Date: Wed, 8 Jul 1998 08:38:09 -0700 (PDT) Message-Id: <199807081538.IAA09306@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen lockf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/07/08 08:38:08 PDT Modified files: lib/libc/gen lockf.c Log: Make this look more FreeBSDish. Revision Changes Path 1.2 +2 -8 src/lib/libc/gen/lockf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 08:40:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15829 for cvs-all-outgoing; Wed, 8 Jul 1998 08:40:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15822; Wed, 8 Jul 1998 08:40:56 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09405; Wed, 8 Jul 1998 08:40:54 -0700 (PDT) Date: Wed, 8 Jul 1998 08:40:54 -0700 (PDT) Message-Id: <199807081540.IAA09405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc rc.network Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/08 08:40:54 PDT Modified files: etc rc.network Log: Allow either an IP address or an interface to be specified in the rc.conf variable ``natd_interface''. rc.network will determine whether it is an IP address or an interface name, and invoke natd with the -a or -n flag as appropriate. PR: 6947 Reviewed by: jkh@FreeBSD.ORG Revision Changes Path 1.28 +11 -5 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 08:43:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16365 for cvs-all-outgoing; Wed, 8 Jul 1998 08:43:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16360; Wed, 8 Jul 1998 08:43:00 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09479; Wed, 8 Jul 1998 08:42:58 -0700 (PDT) Date: Wed, 8 Jul 1998 08:42:58 -0700 (PDT) Message-Id: <199807081542.IAA09479@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/07/08 08:42:58 PDT Modified files: lib/libc/gen Makefile.inc Log: Add lockf(). Revision Changes Path 1.48 +3 -3 src/lib/libc/gen/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 09:01:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19267 for cvs-all-outgoing; Wed, 8 Jul 1998 09:01:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19261; Wed, 8 Jul 1998 09:01:38 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA10205; Wed, 8 Jul 1998 09:01:36 -0700 (PDT) Date: Wed, 8 Jul 1998 09:01:36 -0700 (PDT) Message-Id: <199807081601.JAA10205@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/boot/netboot bootmenu.c main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/07/08 09:01:36 PDT Modified files: sys/pc98/boot/netboot bootmenu.c main.c Log: Oops, I broke netboot. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.5 +21 -4 src/sys/pc98/boot/netboot/bootmenu.c 1.5 +0 -16 src/sys/pc98/boot/netboot/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 09:49:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25647 for cvs-all-outgoing; Wed, 8 Jul 1998 09:49:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25641; Wed, 8 Jul 1998 09:49:39 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11840; Wed, 8 Jul 1998 09:49:37 -0700 (PDT) Date: Wed, 8 Jul 1998 09:49:37 -0700 (PDT) Message-Id: <199807081649.JAA11840@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/xforms/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/08 09:49:37 PDT Modified files: x11/xforms/pkg DESCR Log: Correct an out of date web page reference. Add trailing slashes to directory URLs. Revision Changes Path 1.5 +2 -2 ports/x11/xforms/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 Jul 8 10:26:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01205 for cvs-all-outgoing; Wed, 8 Jul 1998 10:26:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01198; Wed, 8 Jul 1998 10:26:25 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id TAA01052; Wed, 8 Jul 1998 19:15:09 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id HAA10995; Wed, 8 Jul 1998 07:45:34 +0200 (CEST) (envelope-from andreas) Message-ID: <19980708074534.A10709@klemm.gtn.com> Date: Wed, 8 Jul 1998 07:45:34 +0200 From: Andreas Klemm To: Sean Eric Fagan , cvs-all@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c References: <19980708003933.31278@panke.de> <199807072341.QAA02595.kithrup.freebsd.cvs-all@dingo.cdrom.com> <199807072359.QAA25406@kithrup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199807072359.QAA25406@kithrup.com>; from Sean Eric Fagan on Tue, Jul 07, 1998 at 04:59:09PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Jul 07, 1998 at 04:59:09PM -0700, Sean Eric Fagan wrote: > >I think you should buy Sean a beer. > > Indeed. I'd just sent Mike some diffs (Jordan's seen 'em too) to do this: > > He suggested changes, not all of which I've done yet. But this gives you teh > basic idea. Note that it allows three format specifiers: %N == process name, > %P == process ID, %U == user ID. cool. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 11:32:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08292 for cvs-all-outgoing; Wed, 8 Jul 1998 11:32:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08282; Wed, 8 Jul 1998 11:32:16 -0700 (PDT) (envelope-from ejc@FreeBSD.org) From: "Eric J.Chet" Received: (from ejc@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA14767; Wed, 8 Jul 1998 11:32:13 -0700 (PDT) Date: Wed, 8 Jul 1998 11:32:13 -0700 (PDT) Message-Id: <199807081832.LAA14767@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml authors.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ejc 1998/07/08 11:32:12 PDT Modified files: handbook contrib.sgml authors.sgml Log: Modified files: authors.sgml contrib.sgml Log: Add myself to the list of commiters. Revision Changes Path 1.294 +2 -1 doc/handbook/contrib.sgml 1.107 +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 Wed Jul 8 12:33:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15689 for cvs-all-outgoing; Wed, 8 Jul 1998 12:33:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15664; Wed, 8 Jul 1998 12:33:02 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id MAA24914; Wed, 8 Jul 1998 12:21:13 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd024908; Wed Jul 8 19:21:11 1998 Date: Wed, 8 Jul 1998 12:21:08 -0700 (PDT) From: Julian Elischer To: Paul Richards cc: "'Sean Eric Fagan'" , cvs-all@FreeBSD.ORG, dg@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: RE: cvs commit: src/sys/kern kern_sig.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 the part I like is: /var/coredumps/%N.core julian On Wed, 8 Jul 1998, Paul Richards wrote: > Not a bad idea to have configurable core file naming but bear in mind > that the format we chose in the first place i.e. progname.core was done > after much discussion since /etc/daily or one of the other similar > scripts does a spring clean to remove them and if you pick something > like core.progname you can end up deleting core.c and so forth. > > I'd document this issue somewhere, as well as the fact that the cleanup > script would have to be aware of the setting. > > Paul Richards Ph.D. > Originative Solutions Ltd > > > > -----Original Message----- > > From: Sean Eric Fagan [mailto:sef@kithrup.com] > > Sent: Wednesday, July 08, 1998 12:59 AM > > To: cvs-all@FreeBSD.ORG > > Cc: dg@FreeBSD.ORG; cvs-committers@FreeBSD.ORG; cvs-sys@FreeBSD.ORG > > Subject: Re: cvs commit: src/sys/kern kern_sig.c > > > > > > In article > > <199807072341.QAA02595.kithrup.freebsd.cvs-all@dingo.cdrom.com > > > you write: > > >> I wish we had a sysctl variable for the coredump name. Eg. > > >> > > >> kern.coredump.name = > > >> > > >> 0 -> disable core dumps > > >> 1 -> core dump filename 'core' > > >> 2 -> core dump filename 'program.core' > > >> 3 -> core dump filename 'core.program' > > > > > >I think you should buy Sean a beer. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 13:45:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26147 for cvs-all-outgoing; Wed, 8 Jul 1998 13:45:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25953; Wed, 8 Jul 1998 13:44:14 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id JAA00625; Wed, 8 Jul 1998 09:18:23 -0700 (PDT) Message-Id: <199807081618.JAA00625@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Paul Richards cc: "'Sean Eric Fagan'" , cvs-all@FreeBSD.ORG, dg@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c In-reply-to: Your message of "Wed, 08 Jul 1998 09:44:49 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Jul 1998 09:18:22 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Not a bad idea to have configurable core file naming but bear in mind > that the format we chose in the first place i.e. progname.core was done > after much discussion since /etc/daily or one of the other similar > scripts does a spring clean to remove them and if you pick something > like core.progname you can end up deleting core.c and so forth. Given that cleaning of .core files is disabled (see comments in /etc/ daily, which should now be almost empty in the light of /etc/periodic), this is not much of an issue anymore. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 14:22:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00321 for cvs-all-outgoing; Wed, 8 Jul 1998 14:22:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00294; Wed, 8 Jul 1998 14:22:34 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id OAA11790; Wed, 8 Jul 1998 14:22:32 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id VAA26589; Wed, 8 Jul 1998 21:22:26 GMT Message-ID: <19980708142225.A26579@nuxi.com> Date: Wed, 8 Jul 1998 14:22:25 -0700 From: "David O'Brien" To: Steve Price , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/glbiff Makefile Reply-To: obrien@NUXI.com References: <199807041909.MAA10353@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199807041909.MAA10353@freefall.freebsd.org>; from Steve Price on Sat, Jul 04, 1998 at 12:09:22PM -0700 X-Operating-System: FreeBSD 2.2.6-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Add a RUN_DEPENDS on elm. I TOTALLY disagree with this. It is configurable and we run it here with Mutt. -- -- 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 Jul 8 15:04:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05990 for cvs-all-outgoing; Wed, 8 Jul 1998 15:04:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05981; Wed, 8 Jul 1998 15:04:22 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA20122; Wed, 8 Jul 1998 15:04:18 -0700 (PDT) Date: Wed, 8 Jul 1998 15:04:18 -0700 (PDT) Message-Id: <199807082204.PAA20122@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/08 15:04:18 PDT Modified files: . modules Log: ja-onew-wnn6 --> ports/japanese/onew-wnn6 Revision Changes Path 1.2151 +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 Jul 8 15:05:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06193 for cvs-all-outgoing; Wed, 8 Jul 1998 15:05:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06188; Wed, 8 Jul 1998 15:05:55 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA20248; Wed, 8 Jul 1998 15:05:51 -0700 (PDT) Date: Wed, 8 Jul 1998 15:05:51 -0700 (PDT) Message-Id: <199807082205.PAA20248@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/onew-wnn6 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/08 15:05:50 PDT ports/japanese/onew-wnn6 - Imported sources Update of /home/ncvs/ports/japanese/onew-wnn6 In directory freefall.freebsd.org:/tmp/cvs-serv20221 Log Message: A library for Japanese Input Method Wnn6 PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_2_20 N ports/japanese/onew-wnn6/Makefile N ports/japanese/onew-wnn6/pkg/COMMENT N ports/japanese/onew-wnn6/pkg/DESCR N ports/japanese/onew-wnn6/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 Jul 8 15:18:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08101 for cvs-all-outgoing; Wed, 8 Jul 1998 15:18:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08086; Wed, 8 Jul 1998 15:18:29 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (brian@localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id XAA01144; Wed, 8 Jul 1998 23:17:42 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199807082217.XAA01144@awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Jacques Vidrine cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.network In-reply-to: Your message of "Wed, 08 Jul 1998 08:40:54 PDT." <199807081540.IAA09405@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Jul 1998 23:17:42 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > nectar 1998/07/08 08:40:54 PDT > > Modified files: > etc rc.network > Log: > Allow either an IP address or an interface to be specified in > the rc.conf variable ``natd_interface''. rc.network will > determine whether it is an IP address or an interface name, > and invoke natd with the -a or -n flag as appropriate. > > PR: 6947 > Reviewed by: jkh@FreeBSD.ORG > > Revision Changes Path > 1.28 +11 -5 src/etc/rc.network I haven't seen the changes yet, but won't this break /etc/rc.firewall ? Also, are there any plans to mention the functionality in rc.conf.5 ? -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 15:42:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09813 for cvs-all-outgoing; Wed, 8 Jul 1998 15:42:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09800; Wed, 8 Jul 1998 15:42:15 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21165; Wed, 8 Jul 1998 15:42:10 -0700 (PDT) Date: Wed, 8 Jul 1998 15:42:10 -0700 (PDT) Message-Id: <199807082242.PAA21165@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc security Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1998/07/08 15:42:10 PDT Modified files: etc security Log: Detect user id 0 as a number instead of a string. String comparisons fail to detect 00. PR: 7218 Submitted by: Michal Listos Niall Smart Revision Changes Path 1.25 +2 -2 src/etc/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 15:44:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10229 for cvs-all-outgoing; Wed, 8 Jul 1998 15:44:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10224; Wed, 8 Jul 1998 15:44:15 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21232; Wed, 8 Jul 1998 15:44:11 -0700 (PDT) Date: Wed, 8 Jul 1998 15:44:11 -0700 (PDT) Message-Id: <199807082244.PAA21232@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc security Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1998/07/08 15:44:10 PDT Modified files: (Branch: RELENG_2_2) etc security Log: MFC (rev 1.25): detect uid 0 correctly. Revision Changes Path 1.16.2.6 +2 -2 src/etc/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 15:51:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10871 for cvs-all-outgoing; Wed, 8 Jul 1998 15:51:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10855; Wed, 8 Jul 1998 15:51:40 -0700 (PDT) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([209.12.57.53]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA223; Wed, 8 Jul 1998 18:45:42 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.8) id SAA00903; Wed, 8 Jul 1998 18:52:09 GMT (envelope-from root) Message-ID: <19980708185209.A620@scsn.net> Date: Wed, 8 Jul 1998 18:52:09 +0000 From: dmaddox@scsn.net (Donald J. Maddox) To: obrien@NUXI.com, Steve Price , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/glbiff Makefile Reply-To: dmaddox@scsn.net Mail-Followup-To: obrien@NUXI.com, Steve Price , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG References: <199807041909.MAA10353@freefall.freebsd.org> <19980708142225.A26579@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980708142225.A26579@nuxi.com>; from David O'Brien on Wed, Jul 08, 1998 at 02:22:25PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Jul 08, 1998 at 02:22:25PM -0700, David O'Brien wrote: > > Add a RUN_DEPENDS on elm. > > I TOTALLY disagree with this. It is configurable and we run it here with > Mutt. You're right... It appears that the '-mailprog' switch can set the default mail prog. When I initially looked at the code, I just saw the char* cmd_mail_reader ="xterm -e elm"; // by default, bring up elm line, and did not see where this default could be overridden. This one should be backed out... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 16:23:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14969 for cvs-all-outgoing; Wed, 8 Jul 1998 16:23:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14917; Wed, 8 Jul 1998 16:22:48 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: from bone.nectar.com (localhost.communique.net [127.0.0.1]) by bone.nectar.com (8.9.0/8.9.0) with ESMTP id SAA16666; Wed, 8 Jul 1998 18:20:56 -0500 (CDT) Message-Id: <199807082320.SAA16666@bone.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199807082217.XAA01144@awfulhak.org> References: <199807082217.XAA01144@awfulhak.org> Subject: Re: cvs commit: src/etc rc.network To: Brian Somers cc: Jacques Vidrine , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Date: Wed, 08 Jul 1998 18:20:56 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- On 8 July 1998 at 23:17, Brian Somers wrote: > I haven't seen the changes yet, but won't this break /etc/rc.firewall ? No. ${natd_interface} is used in rc.firewall where it can be either an IP address or an interface name. > Also, are there any plans to mention the functionality in rc.conf.5 ? There's an rc.conf(5)!?! I'll be :-) Now there are plans, thanks! Jacques Vidrine -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNaP+2DeRhT8JRySpAQGKRQP/a56Rt/OI1KV7lQ8QfPqK0u64zsX862uO 1XX11bIiJZMDgKi7JPcUhXmdOTY/zzW8db37ohhHaTLTrJBAzAkxka0/kbRZ0gzD atMhbd7P0nM/4DlL5acKjYdPNLSurUNeIVvPBpOilomYNbJjl3+dVBg4/YwlBEqe 8FJCWZSfNAs= =b66/ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 16:31:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15895 for cvs-all-outgoing; Wed, 8 Jul 1998 16:31:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15887; Wed, 8 Jul 1998 16:31:35 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA22373; Wed, 8 Jul 1998 16:31:30 -0700 (PDT) Date: Wed, 8 Jul 1998 16:31:30 -0700 (PDT) Message-Id: <199807082331.QAA22373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man5 rc.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/08 16:31:30 PDT Modified files: share/man/man5 rc.conf.5 Log: natd_interface can now be specified as either an IP address or an interface name, so describe that here. Revision Changes Path 1.22 +4 -1 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 16:52:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18917 for cvs-all-outgoing; Wed, 8 Jul 1998 16:52:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18908; Wed, 8 Jul 1998 16:52:35 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA22960; Wed, 8 Jul 1998 16:52:30 -0700 (PDT) Date: Wed, 8 Jul 1998 16:52:30 -0700 (PDT) Message-Id: <199807082352.QAA22960@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/08 16:52:30 PDT Modified files: sys/ufs/ffs ffs_vfsops.c Log: Don't update superblock if mounted readonly, also fixes some problems with softupdates on root. More cleanups are needed here.. Submitted by: Luoqi Chen Revision Changes Path 1.84 +15 -8 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 17:46:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24909 for cvs-all-outgoing; Wed, 8 Jul 1998 17:46:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zippy.dyn.ml.org (garbanzo@libya-210.ppp.hooked.net [206.169.227.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24896; Wed, 8 Jul 1998 17:46:26 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.8) with SMTP id RAA00367; Wed, 8 Jul 1998 17:47:28 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Wed, 8 Jul 1998 17:47:28 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Sean Eric Fagan cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c In-Reply-To: <199807080638.XAA27629@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, 7 Jul 1998, Sean Eric Fagan wrote: > sef 1998/07/07 23:38:44 PDT > > Modified files: > sys/kern kern_sig.c > Log: > Add support for run-time configuration of core file names. In a nutshell, > you can specify the corefile name by using: Is this going to be documented somewhere? - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 19:00:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03864 for cvs-all-outgoing; Wed, 8 Jul 1998 19:00:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03858; Wed, 8 Jul 1998 19:00:10 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA25848; Wed, 8 Jul 1998 19:00:03 -0700 (PDT) Date: Wed, 8 Jul 1998 19:00:03 -0700 (PDT) Message-Id: <199807090200.TAA25848@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netatalk ddp_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/08 19:00:03 PDT Modified files: sys/netatalk ddp_output.c Log: Slight optimisation. Don't do the same calculation twice. Revision Changes Path 1.11 +14 -17 src/sys/netatalk/ddp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 19:03:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04108 for cvs-all-outgoing; Wed, 8 Jul 1998 19:03:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04103; Wed, 8 Jul 1998 19:02:58 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA25983; Wed, 8 Jul 1998 19:02:53 -0700 (PDT) Date: Wed, 8 Jul 1998 19:02:53 -0700 (PDT) Message-Id: <199807090202.TAA25983@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netatalk ddp_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/08 19:02:53 PDT Modified files: (Branch: RELENG_2_2) sys/netatalk ddp_output.c Log: MFC: match 1.11 Don't calculate the next hop twice. Revision Changes Path 1.3.2.4 +14 -17 src/sys/netatalk/ddp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 19:38:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08068 for cvs-all-outgoing; Wed, 8 Jul 1998 19:38:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08060; Wed, 8 Jul 1998 19:38:09 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA26743; Wed, 8 Jul 1998 19:38:03 -0700 (PDT) Date: Wed, 8 Jul 1998 19:38:03 -0700 (PDT) Message-Id: <199807090238.TAA26743@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio/kdemultimedia Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 19:38:02 PDT Modified files: audio/kdemultimedia Makefile Log: Still marked BROKEN, but this gets me to the extract stage, and, removing all the patches, configured and compiling. Haven't removed the patches yet, until I see a clean compile... Revision Changes Path 1.10 +6 -2 ports/audio/kdemultimedia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 20:42:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16894 for cvs-all-outgoing; Wed, 8 Jul 1998 20:42:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16879; Wed, 8 Jul 1998 20:42:23 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA28469; Wed, 8 Jul 1998 20:42:17 -0700 (PDT) Date: Wed, 8 Jul 1998 20:42:17 -0700 (PDT) Message-Id: <199807090342.UAA28469@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/blas Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 20:42:16 PDT Modified files: math/blas Makefile Log: Looked in the wrong directory (linpack vs blas) ... Revision Changes Path 1.18 +3 -3 ports/math/blas/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 20:53:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18799 for cvs-all-outgoing; Wed, 8 Jul 1998 20:53:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA18792; Wed, 8 Jul 1998 20:53:07 -0700 (PDT) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA28764; Wed, 8 Jul 1998 20:53:02 -0700 (PDT) Date: Wed, 8 Jul 1998 20:53:02 -0700 (PDT) Message-Id: <199807090353.UAA28764@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/patches patch-a0 patch-ab patch-ac patch-ag patch-ah Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk scrappy 1998/07/08 20:53:01 PDT Modified files: audio/kdemultimedia Makefile Removed files: audio/kdemultimedia/patches patch-a0 patch-ab patch-ac patch-ag patch-ah Log: Change to UNBROKEN ... Add USE_GMAKE to get past a compile problem in kmid Remove patches, as were not required to cleanly compile Revision Changes Path 1.11 +2 -3 ports/audio/kdemultimedia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 20:57:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19418 for cvs-all-outgoing; Wed, 8 Jul 1998 20:57:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19412; Wed, 8 Jul 1998 20:57:35 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA28980; Wed, 8 Jul 1998 20:57:29 -0700 (PDT) Date: Wed, 8 Jul 1998 20:57:29 -0700 (PDT) Message-Id: <199807090357.UAA28980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/restore utilities.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/08 20:57:28 PDT Modified files: sbin/restore utilities.c Log: Fix a bug that prevented the restoration of hard links to files that had the schg flag set. Reported by Matthew Thyer . Revision Changes Path 1.6 +20 -5 src/sbin/restore/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 21:28:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22618 for cvs-all-outgoing; Wed, 8 Jul 1998 21:28:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA22613; Wed, 8 Jul 1998 21:28:27 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA29798; Wed, 8 Jul 1998 21:28:21 -0700 (PDT) Date: Wed, 8 Jul 1998 21:28:21 -0700 (PDT) Message-Id: <199807090428.VAA29798@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/tar tar.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/08 21:28:20 PDT Modified files: gnu/usr.bin/tar tar.1 Log: fix description of `-C' option to match behaviour in the sources: `-C' can be used both when creating and extracting files. Further, a `-C' inside the argument list causes a `chdir()' to the named directory before the subsequent filename arguments to be interpreted. Eg:- "tar -cf a+b.tar -C /a . -C /b ." PR: 7221 Revision Changes Path 1.16 +2 -2 src/gnu/usr.bin/tar/tar.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 21:53:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25222 for cvs-all-outgoing; Wed, 8 Jul 1998 21:53:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25217; Wed, 8 Jul 1998 21:53:19 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA00743; Wed, 8 Jul 1998 21:53:13 -0700 (PDT) Date: Wed, 8 Jul 1998 21:53:13 -0700 (PDT) Message-Id: <199807090453.VAA00743@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppstats pppstats.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/08 21:53:13 PDT Modified files: usr.sbin/pppstats pppstats.8 Log: Remove illegal ".Nm". This file is still using -man, not -mdoc. PR: 7223 Revision Changes Path 1.8 +2 -2 src/usr.sbin/pppstats/pppstats.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 22:50:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01718 for cvs-all-outgoing; Wed, 8 Jul 1998 22:50:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01698; Wed, 8 Jul 1998 22:50:06 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07492; Wed, 8 Jul 1998 22:49:59 -0700 (PDT) Date: Wed, 8 Jul 1998 22:49:59 -0700 (PDT) Message-Id: <199807090549.WAA07492@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount mount.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/08 22:49:59 PDT Modified files: sbin/mount mount.8 Log: Add a CAVEAT section documenting the minimum permissions required for a mount point to be traversable in both directions by all users. PR: 7172 Revision Changes Path 1.23 +8 -1 src/sbin/mount/mount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 23:02:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03018 for cvs-all-outgoing; Wed, 8 Jul 1998 23:02:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03002; Wed, 8 Jul 1998 23:02:10 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.8/8.8.6) with ESMTP id IAA21337; Thu, 9 Jul 1998 08:02:07 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id IAA07224; Thu, 9 Jul 1998 08:02:04 +0200 (CEST) To: "Marc G. Fournier" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/patches patch-a0 patch-ab patch-ac patch-ag patch-ah References: <199807090353.UAA28764@freefall.freebsd.org> From: Thomas Gellekum Date: 09 Jul 1998 08:02:04 +0200 In-Reply-To: "Marc G. Fournier"'s message of "Wed, 08 Jul 1998 20:53:02 -0700 (PDT)" Message-ID: <87r9zvpnoj.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 19 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Marc G. Fournier" writes: > scrappy 1998/07/08 20:53:01 PDT > > Modified files: > audio/kdemultimedia Makefile > Removed files: > audio/kdemultimedia/patches patch-a0 patch-ab patch-ac > patch-ag patch-ah > Log: > Change to UNBROKEN ... > Add USE_GMAKE to get past a compile problem in kmid > Remove patches, as were not required to cleanly compile Why don't you just wait until Stefan commits the 1.0pre versions for the KDE ports? You could at least contact the maintainer before you jump right in. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 23:10:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03793 for cvs-all-outgoing; Wed, 8 Jul 1998 23:10:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03784; Wed, 8 Jul 1998 23:10:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09705; Wed, 8 Jul 1998 23:09:58 -0700 (PDT) Date: Wed, 8 Jul 1998 23:09:58 -0700 (PDT) Message-Id: <199807090609.XAA09705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/fish fish.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/07/08 23:09:58 PDT Modified files: games/fish fish.c Log: Buffer overflow. PR: 7195 Reviewed by: phk Submitted by: Anders Thulin Revision Changes Path 1.5 +1 -1 src/games/fish/fish.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 23:16:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04268 for cvs-all-outgoing; Wed, 8 Jul 1998 23:16:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04263; Wed, 8 Jul 1998 23:16:30 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09983; Wed, 8 Jul 1998 23:16:23 -0700 (PDT) Date: Wed, 8 Jul 1998 23:16:23 -0700 (PDT) Message-Id: <199807090616.XAA09983@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys msync.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/08 23:16:23 PDT Modified files: lib/libc/sys msync.2 Log: Correct wording on range of addresses examined by `msync(2)'. PR: 7180 Revision Changes Path 1.12 +2 -2 src/lib/libc/sys/msync.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 23:24:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04906 for cvs-all-outgoing; Wed, 8 Jul 1998 23:24:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04901; Wed, 8 Jul 1998 23:24:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10433; Wed, 8 Jul 1998 23:24:24 -0700 (PDT) Date: Wed, 8 Jul 1998 23:24:24 -0700 (PDT) Message-Id: <199807090624.XAA10433@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/reboot boot_i386.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/07/08 23:24:24 PDT Modified files: sbin/reboot boot_i386.8 Log: The '-h' option cannot toggle the kernel from a serial console if the kernel was built with COMCONSOLE PR: 7202 Reviewed by: phk Submitted by: Greg A. Woods Revision Changes Path 1.12 +4 -2 src/sbin/reboot/boot_i386.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 8 23:30:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05745 for cvs-all-outgoing; Wed, 8 Jul 1998 23:30:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05740; Wed, 8 Jul 1998 23:30:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10887; Wed, 8 Jul 1998 23:30:33 -0700 (PDT) Date: Wed, 8 Jul 1998 23:30:33 -0700 (PDT) Message-Id: <199807090630.XAA10887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/timedef/data es_ES.ISO_8859-1.src Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/07/08 23:30:32 PDT Modified files: share/timedef/data es_ES.ISO_8859-1.src Log: The file share/timedef/data/es_ES.ISO_8859-1.src (which I submitted some months ago and was incorporated to FreeBSD) has capitalized weekdays names, but this is not correct according to the rules of the Spanish language. Also, the patch applies a small change to the "date_fmt" string, adding a comma between the year and the hour. PR: 7211 Submitted by: Jose M. Alcaide Revision Changes Path 1.2 +16 -16 src/share/timedef/data/es_ES.ISO_8859-1.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 00:31:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12267 for cvs-all-outgoing; Thu, 9 Jul 1998 00:31:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12262; Thu, 9 Jul 1998 00:31:35 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA12987; Thu, 9 Jul 1998 00:31:28 -0700 (PDT) Date: Thu, 9 Jul 1998 00:31:28 -0700 (PDT) Message-Id: <199807090731.AAA12987@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/07/09 00:31:28 PDT Modified files: ja/FAQ admin.sgml Log: Changes in the english version (1.5 -> 1.6) are merged. Submitted by: Nishika Revision Changes Path 1.6 +4 -5 doc/ja/FAQ/admin.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 00:37:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12795 for cvs-all-outgoing; Thu, 9 Jul 1998 00:37:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12786; Thu, 9 Jul 1998 00:37:46 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA13148; Thu, 9 Jul 1998 00:37:39 -0700 (PDT) Date: Thu, 9 Jul 1998 00:37:39 -0700 (PDT) Message-Id: <199807090737.AAA13148@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook kerneldebug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/07/09 00:37:39 PDT Modified files: ja/handbook kerneldebug.sgml Log: Changes in the english version (1.17 -> 1.19) are merged. Submitted by: Yoshiaki Uchikawa Revision Changes Path 1.11 +22 -5 doc/ja/handbook/kerneldebug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 01:26:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16975 for cvs-all-outgoing; Thu, 9 Jul 1998 01:26:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16964; Thu, 9 Jul 1998 01:26:50 -0700 (PDT) (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 BAA14763; Thu, 9 Jul 1998 01:26:42 -0700 (PDT) Date: Thu, 9 Jul 1998 01:26:42 -0700 (PDT) Message-Id: <199807090826.BAA14763@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/09 01:26:42 PDT Modified files: release Makefile Log: Use four-digit year in SNAP name. We're eighteen months from the next millenium, fer cryin' out loud... Revision Changes Path 1.360 +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 Jul 9 01:57:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19080 for cvs-all-outgoing; Thu, 9 Jul 1998 01:57:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19066; Thu, 9 Jul 1998 01:56:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA29631; Thu, 9 Jul 1998 18:56:52 +1000 Date: Thu, 9 Jul 1998 18:56:52 +1000 From: Bruce Evans Message-Id: <199807090856.SAA29631@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/reboot boot_i386.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sbin/reboot boot_i386.8 > Log: > The '-h' option cannot toggle the kernel from a serial console > if the kernel was built with COMCONSOLE > > PR: 7202 > Reviewed by: phk > Submitted by: Greg A. Woods > > Revision Changes Path > 1.12 +4 -2 src/sbin/reboot/boot_i386.8 COMCONSOLE hasn't existed for more than a year in -current. There's a device flag instead. There is no reason to use COMCONSOLE or the flag except to break the -h toggle. This may be better explained in biosboot/README.serial. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 03:16:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25110 for cvs-all-outgoing; Thu, 9 Jul 1998 03:16:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25105; Thu, 9 Jul 1998 03:16:30 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21708; Thu, 9 Jul 1998 03:16:23 -0700 (PDT) Date: Thu, 9 Jul 1998 03:16:23 -0700 (PDT) Message-Id: <199807091016.DAA21708@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/07/09 03:16:22 PDT Modified files: . modules Log: ucspi-tcp --> ports/sysutils/ucspi-tcp Revision Changes Path 1.2152 +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 Jul 9 03:18:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25351 for cvs-all-outgoing; Thu, 9 Jul 1998 03:18:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25338; Thu, 9 Jul 1998 03:18:51 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA22108; Thu, 9 Jul 1998 03:18:43 -0700 (PDT) Date: Thu, 9 Jul 1998 03:18:43 -0700 (PDT) Message-Id: <199807091018.DAA22108@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/sysutils/ucspi-tcp - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/07/09 03:18:42 PDT ports/sysutils/ucspi-tcp - Imported sources Update of /home/ncvs/ports/sysutils/ucspi-tcp In directory freefall.freebsd.org:/f/users/dburr/ucspi-tcp Log Message: PR: ports/6934 Submitted by: Dom Mitchell Import of new port ucspi-tcp, a set of commandline tools for creating TCP client/server applications. Status: Vendor Tag: DBURR Release Tags: ucspi_tcp_0_80 N ports/sysutils/ucspi-tcp/Makefile I ports/sysutils/ucspi-tcp/CVS N ports/sysutils/ucspi-tcp/scripts/configure N ports/sysutils/ucspi-tcp/pkg/DESCR N ports/sysutils/ucspi-tcp/pkg/COMMENT N ports/sysutils/ucspi-tcp/pkg/PLIST N ports/sysutils/ucspi-tcp/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 Jul 9 03:22:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25688 for cvs-all-outgoing; Thu, 9 Jul 1998 03:22:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25683; Thu, 9 Jul 1998 03:22:14 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA22951; Thu, 9 Jul 1998 03:22:06 -0700 (PDT) Date: Thu, 9 Jul 1998 03:22:06 -0700 (PDT) Message-Id: <199807091022.DAA22951@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/sysutils Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/07/09 03:22:06 PDT Modified files: sysutils Makefile Log: Activate ucspi-tcp. Revision Changes Path 1.36 +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 Thu Jul 9 04:38:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03107 for cvs-all-outgoing; Thu, 9 Jul 1998 04:38:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03102; Thu, 9 Jul 1998 04:38:33 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA07714; Thu, 9 Jul 1998 04:38:24 -0700 (PDT) Date: Thu, 9 Jul 1998 04:38:24 -0700 (PDT) Message-Id: <199807091138.EAA07714@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/ftpd ftpd.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/09 04:38:24 PDT Modified files: libexec/ftpd ftpd.8 Log: Document the use of lines beginning with a '#' as comment lines. PR: 5676 Revision Changes Path 1.22 +4 -1 src/libexec/ftpd/ftpd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 05:39:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08412 for cvs-all-outgoing; Thu, 9 Jul 1998 05:39:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA08403; Thu, 9 Jul 1998 05:39:18 -0700 (PDT) (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 FAA19163; Thu, 9 Jul 1998 05:39:09 -0700 (PDT) Date: Thu, 9 Jul 1998 05:39:09 -0700 (PDT) Message-Id: <199807091239.FAA19163@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/09 05:39:09 PDT Modified files: gnu/usr.bin/man/manpath manpath.c Log: For every directory in ${PATH} that ends with "/bin", look for a corresponding directory ending in "/man". PR: 7215 Submitted by: Wayne Scott Revision Changes Path 1.6 +11 -0 src/gnu/usr.bin/man/manpath/manpath.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 06:56:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15396 for cvs-all-outgoing; Thu, 9 Jul 1998 06:56:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15238; Thu, 9 Jul 1998 06:53:41 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id PAA00672; Thu, 9 Jul 1998 15:53:38 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Thu, 9 Jul 1998 15:53:37 +0200 (MET DST) Mime-Version: 1.0 To: Sean Eric Fagan Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_sig.c References: <199807080638.XAA27629@freefall.freebsd.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 09 Jul 1998 15:53:36 +0200 In-Reply-To: Sean Eric Fagan's message of "Tue, 7 Jul 1998 23:38:44 -0700 (PDT)" Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Sean Eric Fagan writes: > Add support for run-time configuration of core file names. In a nutshell, > you can specify the corefile name by using: > > sysctl -w kern.corefile="format" > > where format is a pathname (relative or absolute -- default is "%N.core"), > with "%N" (process name), "%P" (process ID), and "%U" (user ID) formats. Where is it documented, apart from the CVS log? DES -- One two, one two, one two. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 07:07:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16776 for cvs-all-outgoing; Thu, 9 Jul 1998 07:07:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16764; Thu, 9 Jul 1998 07:07:05 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) From: Guy Helmer Received: (from ghelmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA23587; Thu, 9 Jul 1998 07:06:55 -0700 (PDT) Date: Thu, 9 Jul 1998 07:06:55 -0700 (PDT) Message-Id: <199807091406.HAA23587@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/msgs msgs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1998/07/09 07:06:55 PDT Modified files: usr.bin/msgs msgs.c Log: Security and minor functionality changes based on OpenBSD msgs.c: tmp file (mktemp changed to mkstemp), saved POSIX uids, buffer overflow, and use PAGER environment variable if set. Obtained from: OpenBSD Revision Changes Path 1.12 +30 -14 src/usr.bin/msgs/msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 07:32:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19560 for cvs-all-outgoing; Thu, 9 Jul 1998 07:32:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19551; Thu, 9 Jul 1998 07:32:44 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24605; Thu, 9 Jul 1998 07:32:35 -0700 (PDT) Date: Thu, 9 Jul 1998 07:32:35 -0700 (PDT) Message-Id: <199807091432.HAA24605@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/09 07:32:34 PDT Modified files: . modules Log: ja-onew-canna+wnn4 --> ports/japanese/onew-canna+wnn4 Revision Changes Path 1.2153 +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 Jul 9 07:34:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19918 for cvs-all-outgoing; Thu, 9 Jul 1998 07:34:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19893; Thu, 9 Jul 1998 07:33:57 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24690; Thu, 9 Jul 1998 07:33:48 -0700 (PDT) Date: Thu, 9 Jul 1998 07:33:48 -0700 (PDT) Message-Id: <199807091433.HAA24690@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/onew-canna+wnn4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/09 07:33:48 PDT ports/japanese/onew-canna+wnn4 - Imported sources Update of /home/ncvs/ports/japanese/onew-canna+wnn4 In directory freefall.freebsd.org:/tmp/cvs-serv24681 Log Message: A library for Japanese Input Method Canna and Wnn4 PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_2_20 N ports/japanese/onew-canna+wnn4/Makefile N ports/japanese/onew-canna+wnn4/pkg/COMMENT N ports/japanese/onew-canna+wnn4/pkg/DESCR N ports/japanese/onew-canna+wnn4/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 Jul 9 07:41:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21563 for cvs-all-outgoing; Thu, 9 Jul 1998 07:41:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21548; Thu, 9 Jul 1998 07:41:11 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25006; Thu, 9 Jul 1998 07:41:01 -0700 (PDT) Date: Thu, 9 Jul 1998 07:41:01 -0700 (PDT) Message-Id: <199807091441.HAA25006@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/emulators/xmame Makefile ports/emulators/xmame/files md5 ports/emulators/xmame/patches patch-ac patch-ad patch-ag patch-aj patch-ak patch-al ports/emulators/xmame/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/07/09 07:41:01 PDT Modified files: emulators/xmame Makefile emulators/xmame/files md5 emulators/xmame/patches patch-ac patch-ad patch-ag emulators/xmame/pkg PLIST Removed files: emulators/xmame/patches patch-aj patch-ak patch-al Log: Upgrade xmame to version 0.33b6.1. Revision Changes Path 1.3 +7 -8 ports/emulators/xmame/Makefile 1.2 +1 -1 ports/emulators/xmame/files/md5 1.3 +18 -13 ports/emulators/xmame/patches/patch-ac 1.2 +57 -72 ports/emulators/xmame/patches/patch-ad 1.2 +25 -25 ports/emulators/xmame/patches/patch-ag 1.2 +1 -1 ports/emulators/xmame/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 Jul 9 07:43:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21965 for cvs-all-outgoing; Thu, 9 Jul 1998 07:43:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21952; Thu, 9 Jul 1998 07:43:21 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25085; Thu, 9 Jul 1998 07:43:11 -0700 (PDT) Date: Thu, 9 Jul 1998 07:43:11 -0700 (PDT) Message-Id: <199807091443.HAA25085@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/emulators/xmame Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1998/07/09 07:43:11 PDT Modified files: emulators/xmame Makefile Log: Whoops! Forgot to remove some bogosity before committing this file. Revision Changes Path 1.4 +1 -3 ports/emulators/xmame/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 08:58:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03330 for cvs-all-outgoing; Thu, 9 Jul 1998 08:58:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03325; Thu, 9 Jul 1998 08:58:07 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA27274; Thu, 9 Jul 1998 08:57:57 -0700 (PDT) Date: Thu, 9 Jul 1998 08:57:57 -0700 (PDT) Message-Id: <199807091557.IAA27274@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/07/09 08:57:57 PDT Modified files: . modules Log: licq --> ports/net/licq Revision Changes Path 1.2154 +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 Jul 9 09:02:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04116 for cvs-all-outgoing; Thu, 9 Jul 1998 09:02:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04068; Thu, 9 Jul 1998 09:02:04 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA27416; Thu, 9 Jul 1998 09:01:55 -0700 (PDT) Date: Thu, 9 Jul 1998 09:01:55 -0700 (PDT) Message-Id: <199807091601.JAA27416@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/licq - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/07/09 09:01:54 PDT ports/net/licq - Imported sources Update of /home/ncvs/ports/net/licq In directory freefall.freebsd.org:/tmp/cvs-serv27318 Log Message: Port of licq 0.32-a, an ICQ program using QT. Submitted by: Brian Feldman Setup dialog: eivind Status: Vendor Tag: EIVIND Release Tags: v0 N ports/net/licq/Makefile N ports/net/licq/files/md5 N ports/net/licq/files/licq-wrapper N ports/net/licq/pkg/COMMENT N ports/net/licq/pkg/DESCR N ports/net/licq/pkg/PLIST N ports/net/licq/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 Thu Jul 9 09:03:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04285 for cvs-all-outgoing; Thu, 9 Jul 1998 09:03:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04277; Thu, 9 Jul 1998 09:03:41 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA27481; Thu, 9 Jul 1998 09:03:31 -0700 (PDT) Date: Thu, 9 Jul 1998 09:03:31 -0700 (PDT) Message-Id: <199807091603.JAA27481@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/07/09 09:03:31 PDT Modified files: net Makefile Log: Activate licq Revision Changes Path 1.172 +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 Jul 9 09:50:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11093 for cvs-all-outgoing; Thu, 9 Jul 1998 09:50:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11078; Thu, 9 Jul 1998 09:50:12 -0700 (PDT) (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 JAA28924; Thu, 9 Jul 1998 09:50:01 -0700 (PDT) Date: Thu, 9 Jul 1998 09:50:01 -0700 (PDT) Message-Id: <199807091650.JAA28924@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/09 09:50:01 PDT Modified files: . modules Log: libfetch --> src/lib/libfetch Revision Changes Path 1.2155 +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 Jul 9 09:52:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11485 for cvs-all-outgoing; Thu, 9 Jul 1998 09:52:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11480; Thu, 9 Jul 1998 09:52:56 -0700 (PDT) (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 JAA29058; Thu, 9 Jul 1998 09:52:46 -0700 (PDT) Date: Thu, 9 Jul 1998 09:52:46 -0700 (PDT) Message-Id: <199807091652.JAA29058@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/09 09:52:45 PDT src/lib/libfetch - Imported sources Update of /c/ncvs/src/lib/libfetch In directory freefall.freebsd.org:/d/users/des/libfetch Log Message: Imported libfetch into the tree. It compiles, but there's still some work to do. I especially need help with the man page. Status: Vendor Tag: DES Release Tags: start N src/lib/libfetch/fetch.h N src/lib/libfetch/http.c N src/lib/libfetch/base64.c N src/lib/libfetch/file.c N src/lib/libfetch/ftp.c N src/lib/libfetch/fetch.c N src/lib/libfetch/Makefile N src/lib/libfetch/test.c N src/lib/libfetch/README N src/lib/libfetch/ftp.errors N src/lib/libfetch/fetch.3 N src/lib/libfetch/Makefile.test N src/lib/libfetch/oldftp.c N src/lib/libfetch/http.errors N src/lib/libfetch/.depend N src/lib/libfetch/ftpio.3 N src/lib/libfetch/ftpio.h I src/lib/libfetch/CVS No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 10:33:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17381 for cvs-all-outgoing; Thu, 9 Jul 1998 10:33:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17375; Thu, 9 Jul 1998 10:33:08 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA00476; Thu, 9 Jul 1998 10:32:58 -0700 (PDT) Date: Thu, 9 Jul 1998 10:32:58 -0700 (PDT) Message-Id: <199807091732.KAA00476@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/docproj translations.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/07/09 10:32:57 PDT Modified files: data/docproj translations.sgml Log: Added information about the Spanish Documentation Project. Submitted by: Jesus Rodriguez Revision Changes Path 1.3 +13 -2 www/data/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 10:39:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18271 for cvs-all-outgoing; Thu, 9 Jul 1998 10:39:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18262; Thu, 9 Jul 1998 10:39:28 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA00668; Thu, 9 Jul 1998 10:39:18 -0700 (PDT) Date: Thu, 9 Jul 1998 10:39:18 -0700 (PDT) Message-Id: <199807091739.KAA00668@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/07/09 10:39:17 PDT Modified files: data newsflash.sgml Log: Announce the existence of the Spanish Documentation Project and the conversion of the FAQ. Revision Changes Path 1.83 +16 -2 www/data/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 10:43:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18827 for cvs-all-outgoing; Thu, 9 Jul 1998 10:43:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18822; Thu, 9 Jul 1998 10:43:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA00841; Thu, 9 Jul 1998 10:43:21 -0700 (PDT) Date: Thu, 9 Jul 1998 10:43:21 -0700 (PDT) Message-Id: <199807091743.KAA00841@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1998/07/09 10:43:21 PDT Modified files: data support.sgml Log: List (and link to) the Spanish FreeBSD site under the "Web resources" section. Revision Changes Path 1.85 +3 -2 www/data/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 11:08:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23644 for cvs-all-outgoing; Thu, 9 Jul 1998 11:08:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23616; Thu, 9 Jul 1998 11:08:17 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id LAA07329; Thu, 9 Jul 1998 11:08:16 -0700 (PDT) (envelope-from jdp) Message-Id: <199807091808.LAA07329@austin.polstra.com> To: des@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-Reply-To: <199807090826.BAA14763@freefall.freebsd.org> References: <199807090826.BAA14763@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Thu, 09 Jul 1998 11:08:15 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199807090826.BAA14763@freefall.freebsd.org>, Dag-Erling C. Sm\xf8rgrav wrote: > des 1998/07/09 01:26:42 PDT > > Modified files: > release Makefile > Log: > Use four-digit year in SNAP name. We're eighteen months from the next > millenium, fer cryin' out loud... This change is OK with me, but it seems a bit unnecessary. Who or what is going to get confused by a SNAP date that begins with 00? There are Y2K problems, and then there's Y2K nonsense. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 11:32:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28957 for cvs-all-outgoing; Thu, 9 Jul 1998 11:32:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28945; Thu, 9 Jul 1998 11:32:56 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02275; Thu, 9 Jul 1998 11:32:45 -0700 (PDT) Date: Thu, 9 Jul 1998 11:32:45 -0700 (PDT) Message-Id: <199807091832.LAA02275@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/w3mir Makefile ports/www/w3mir/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/07/09 11:32:44 PDT Modified files: www/w3mir Makefile www/w3mir/files md5 Log: Upgrade to 1.0.3 Revision Changes Path 1.6 +3 -3 ports/www/w3mir/Makefile 1.2 +1 -1 ports/www/w3mir/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 11:59:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04333 for cvs-all-outgoing; Thu, 9 Jul 1998 11:59:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04326 for ; Thu, 9 Jul 1998 11:59:16 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.0/frmug-2.3/nospam) with UUCP id UAA01620 for cvs-committers@FreeBSD.ORG; Thu, 9 Jul 1998 20:59:13 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.9.0.Beta4/keltia-2.14/nospam) id UAA20382 for cvs-committers@FreeBSD.ORG; Thu, 9 Jul 1998 20:55:40 +0200 (CEST) (envelope-from roberto) Message-ID: <19980709205540.A20370@keltia.freenix.fr> Date: Thu, 9 Jul 1998 20:55:40 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/msgs msgs.c Mail-Followup-To: cvs-committers@FreeBSD.ORG References: <199807091406.HAA23587@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.14i In-Reply-To: <199807091406.HAA23587@freefall.freebsd.org>; from Guy Helmer on Thu, Jul 09, 1998 at 07:06:55AM -0700 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4419 AMD-K6 MMX @ 225 MHz Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk According to Guy Helmer: > tmp file (mktemp changed to mkstemp), saved POSIX uids, buffer overflow, We haven't been using POSIX saved uids for more than two years now IIRC... kern.saved_ids: 0 -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #11: Sat Jun 27 00:41:06 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 12:00:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04596 for cvs-all-outgoing; Thu, 9 Jul 1998 12:00:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04577; Thu, 9 Jul 1998 12:00:38 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03032; Thu, 9 Jul 1998 12:00:26 -0700 (PDT) Date: Thu, 9 Jul 1998 12:00:26 -0700 (PDT) Message-Id: <199807091900.MAA03032@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data machines.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/09 12:00:25 PDT Modified files: data machines.sgml Log: Update machine roster. Revision Changes Path 1.2 +10 -10 www/data/machines.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 12:41:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12568 for cvs-all-outgoing; Thu, 9 Jul 1998 12:41:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12560; Thu, 9 Jul 1998 12:41:32 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA04331; Thu, 9 Jul 1998 12:41:21 -0700 (PDT) Date: Thu, 9 Jul 1998 12:41:21 -0700 (PDT) Message-Id: <199807091941.MAA04331@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data gallery.db Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/07/09 12:41:21 PDT Modified files: data gallery.db Log: http://www.nacamar.de -> http://www.nacamar.net Submitted by: kieber@rocky.nacamar.de (Ulf Kieber) Revision Changes Path 1.6 +1 -1 www/data/gallery.db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 12:55:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15492 for cvs-all-outgoing; Thu, 9 Jul 1998 12:55:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from duey.hs.wolves.k12.mo.us (root@duey.hs.wolves.k12.mo.us [207.160.214.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15445; Thu, 9 Jul 1998 12:54:54 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from duey.hs.wolves.k12.mo.us (cdillon@duey.hs.wolves.k12.mo.us [207.160.214.9]) by duey.hs.wolves.k12.mo.us (8.8.7/8.8.7) with SMTP id OAA00783; Thu, 9 Jul 1998 14:54:37 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Thu, 9 Jul 1998 14:54:37 -0500 (CDT) From: Chris Dillon X-Sender: cdillon@duey.hs.wolves.k12.mo.us To: John Polstra cc: des@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-Reply-To: <199807091808.LAA07329@austin.polstra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 9 Jul 1998, John Polstra wrote: > In article <199807090826.BAA14763@freefall.freebsd.org>, > Dag-Erling C. Sm\xf8rgrav wrote: > > des 1998/07/09 01:26:42 PDT > > > > Modified files: > > release Makefile > > Log: > > Use four-digit year in SNAP name. We're eighteen months from the next > > millenium, fer cryin' out loud... > > This change is OK with me, but it seems a bit unnecessary. Who or > what is going to get confused by a SNAP date that begins with 00? > There are Y2K problems, and then there's Y2K nonsense. > Yup, its nonsense, but a friend of mine said "Hey, the SNAP dates aren't Y2K compliant" yesterday. I told him it really didn't matter, and someone was already discussing this on the lists, but he mentioned that it WOULD matter to someone coming in who is unfamiliar with FreeBSD and is really (overly) concerned with Y2K. If they see even one non-Y2K date format, they might get the wrong idea about the whole operating system. So I say, if it won't break anything, add the two digits. Just my $0.02. But maybe we should add another zero to the front so we can claim to be year-10000 compliant. ;-) -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net /* FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and compatibles (SPARC and Alpha under development) (http://www.freebsd.org) */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 13:09:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17870 for cvs-all-outgoing; Thu, 9 Jul 1998 13:09:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA17864 for ; Thu, 9 Jul 1998 13:09:53 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0yuN0o-0001uo-00; Thu, 9 Jul 1998 14:09:50 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id OAA16269; Thu, 9 Jul 1998 14:09:50 -0600 (MDT) Message-Id: <199807092009.OAA16269@harmony.village.org> To: Ollivier Robert Subject: Re: cvs commit: src/usr.bin/msgs msgs.c Cc: cvs-committers@FreeBSD.ORG In-reply-to: Your message of "Thu, 09 Jul 1998 20:55:40 +0200." <19980709205540.A20370@keltia.freenix.fr> References: <19980709205540.A20370@keltia.freenix.fr> <199807091406.HAA23587@freefall.freebsd.org> Date: Thu, 09 Jul 1998 14:09:50 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19980709205540.A20370@keltia.freenix.fr> Ollivier Robert writes: : According to Guy Helmer: : > tmp file (mktemp changed to mkstemp), saved POSIX uids, buffer overflow, : : We haven't been using POSIX saved uids for more than two years now IIRC... : : kern.saved_ids: 0 Yes. That's one of the hazards of importing fixes wholesale from OpenBSD. They do have saved ids, and they have needed to fix things in a posixly correct way. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 13:16:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18998 for cvs-all-outgoing; Thu, 9 Jul 1998 13:16:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA18922; Thu, 9 Jul 1998 13:16:05 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0yuN6l-0001v3-00; Thu, 9 Jul 1998 14:15:59 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id OAA16308; Thu, 9 Jul 1998 14:16:00 -0600 (MDT) Message-Id: <199807092016.OAA16308@harmony.village.org> To: Chris Dillon Subject: Re: cvs commit: src/release Makefile Cc: John Polstra , des@FreeBSD.ORG, committers@FreeBSD.ORG In-reply-to: Your message of "Thu, 09 Jul 1998 14:54:37 CDT." References: Date: Thu, 09 Jul 1998 14:16:00 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Chris Dillon writes: : But maybe we should add another zero to the : front so we can claim to be year-10000 compliant. Not until time_t has more than 32 bits. To be year 10000 compliant you need to have at least 40 bits in your time_t structure, and FreeBSD, on intel, has 31 bits currently past 1970.[*] Warner [*] as all of the dates with the top bit set represent dates before 1970. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 13:44:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22190 for cvs-all-outgoing; Thu, 9 Jul 1998 13:44:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21992; Thu, 9 Jul 1998 13:42:39 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id WAA24977; Thu, 9 Jul 1998 22:30:05 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id WAA08117; Thu, 9 Jul 1998 22:10:47 +0200 (CEST) (envelope-from andreas) Message-ID: <19980709221047.A7831@klemm.gtn.com> Date: Thu, 9 Jul 1998 22:10:47 +0200 From: Andreas Klemm To: Eivind Eklund , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/net/licq - Imported sources References: <199807091601.JAA27416@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199807091601.JAA27416@freefall.freebsd.org>; from Eivind Eklund on Thu, Jul 09, 1998 at 09:01:55AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, Jul 09, 1998 at 09:01:55AM -0700, Eivind Eklund wrote: > eivind 1998/07/09 09:01:54 PDT > > ports/net/licq - Imported sources > Update of /home/ncvs/ports/net/licq > In directory freefall.freebsd.org:/tmp/cvs-serv27318 > > Log Message: > Port of licq 0.32-a, an ICQ program using QT. What the 'fun' is an 'ICQ' program ? ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 14:53:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03357 for cvs-all-outgoing; Thu, 9 Jul 1998 14:53:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03352 for ; Thu, 9 Jul 1998 14:53:29 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id HAA02835; Fri, 10 Jul 1998 07:53:21 +1000 Date: Fri, 10 Jul 1998 07:53:21 +1000 From: Bruce Evans Message-Id: <199807092153.HAA02835@godzilla.zeta.org.au> To: imp@village.org, roberto@keltia.freenix.fr Subject: Re: cvs commit: src/usr.bin/msgs msgs.c Cc: cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >: We haven't been using POSIX saved uids for more than two years now IIRC... >: >: kern.saved_ids: 0 > >Yes. That's one of the hazards of importing fixes wholesale from >OpenBSD. They do have saved ids, and they have needed to fix things >in a posixly correct way. A POSIXly correct way would handle all possible settings of _POSIX_SAVED_IDS. Configuration for the case where _POSIX_SAVED_IDS is set is difficult because the configuring entity must read the system documentation to determine what "appropriate privilege" means and generate code to handle any mismatches between the system's idea of appropriate privilege and what the application expects :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 15:05:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04785 for cvs-all-outgoing; Thu, 9 Jul 1998 15:05:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04780; Thu, 9 Jul 1998 15:05:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA07964; Thu, 9 Jul 1998 15:04:53 -0700 (PDT) Date: Thu, 9 Jul 1998 15:04:53 -0700 (PDT) Message-Id: <199807092204.PAA07964@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/09 15:04:53 PDT Modified files: . modules Log: ja-onew-canna+wnn6 --> ports/japanese/onew-canna+wnn6 Revision Changes Path 1.2156 +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 Jul 9 15:06:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04900 for cvs-all-outgoing; Thu, 9 Jul 1998 15:06:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04894; Thu, 9 Jul 1998 15:06:48 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA08081; Thu, 9 Jul 1998 15:06:36 -0700 (PDT) Date: Thu, 9 Jul 1998 15:06:36 -0700 (PDT) Message-Id: <199807092206.PAA08081@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/onew-canna+wnn6 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/09 15:06:35 PDT ports/japanese/onew-canna+wnn6 - Imported sources Update of /home/ncvs/ports/japanese/onew-canna+wnn6 In directory freefall.freebsd.org:/tmp/cvs-serv8053 Log Message: A library for Japanese Input Method Canna and Wnn6 PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_2_20 N ports/japanese/onew-canna+wnn6/Makefile N ports/japanese/onew-canna+wnn6/pkg/COMMENT N ports/japanese/onew-canna+wnn6/pkg/DESCR N ports/japanese/onew-canna+wnn6/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 Jul 9 15:11:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05240 for cvs-all-outgoing; Thu, 9 Jul 1998 15:11:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05231; Thu, 9 Jul 1998 15:11:47 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA03868; Fri, 10 Jul 1998 08:11:34 +1000 Date: Fri, 10 Jul 1998 08:11:34 +1000 From: Bruce Evans Message-Id: <199807092211.IAA03868@godzilla.zeta.org.au> To: cdillon@wolves.k12.mo.us, imp@village.org Subject: Re: cvs commit: src/release Makefile Cc: committers@FreeBSD.ORG, des@FreeBSD.ORG, jdp@polstra.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >: But maybe we should add another zero to the >: front so we can claim to be year-10000 compliant. > >Not until time_t has more than 32 bits. To be year 10000 compliant >you need to have at least 40 bits in your time_t structure, and >FreeBSD, on intel, has 31 bits currently past 1970.[*] This limit is not very i386-specific. On alpha, time_t has 32 bits since anything else would give incompatible ffs layouts. >[*] as all of the dates with the top bit set represent dates before >1970. Nothing in POSIX or ANSI requires such dates to be supported (or not supported). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 15:38:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07689 for cvs-all-outgoing; Thu, 9 Jul 1998 15:38:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07675; Thu, 9 Jul 1998 15:38:26 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id AAA17116; Fri, 10 Jul 1998 00:38:23 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Fri, 10 Jul 1998 00:38:22 +0200 (MET DST) Mime-Version: 1.0 To: John Polstra Cc: des@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile References: <199807090826.BAA14763@freefall.freebsd.org> <199807091808.LAA07329@austin.polstra.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 10 Jul 1998 00:38:21 +0200 In-Reply-To: John Polstra's message of "Thu, 09 Jul 1998 11:08:15 -0700" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Polstra writes: > In article <199807090826.BAA14763@freefall.freebsd.org>, > Dag-Erling C. Sm\xf8rgrav wrote: > > Use four-digit year in SNAP name. We're eighteen months from the next > > millenium, fer cryin' out loud... > This change is OK with me, but it seems a bit unnecessary. Who or > what is going to get confused by a SNAP date that begins with 00? > There are Y2K problems, and then there's Y2K nonsense. As I see it, the Y2K problem is not about how computers represent dates, it's about how people think about dates. Seen with that perspective, it *does* matter. DES -- One two, one two, one two. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 15:52:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09945 for cvs-all-outgoing; Thu, 9 Jul 1998 15:52:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09934; Thu, 9 Jul 1998 15:52:14 -0700 (PDT) (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 PAA09163; Thu, 9 Jul 1998 15:52:02 -0700 (PDT) Date: Thu, 9 Jul 1998 15:52:02 -0700 (PDT) Message-Id: <199807092252.PAA09163@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/at parsetime.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/09 15:52:01 PDT Modified files: usr.bin/at parsetime.c Log: Recognize long month names in addition to short ones. PR: bin/7228 Submitted by: Archie Cobbs Revision Changes Path 1.13 +13 -1 src/usr.bin/at/parsetime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 16:02:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11597 for cvs-all-outgoing; Thu, 9 Jul 1998 16:02:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11566; Thu, 9 Jul 1998 16:02:41 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id QAA12959; Thu, 9 Jul 1998 16:02:31 -0700 (PDT) (envelope-from jdp) Message-Id: <199807092302.QAA12959@austin.polstra.com> To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: des@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "10 Jul 1998 00:38:21 +0200." Date: Thu, 09 Jul 1998 16:02:31 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > As I see it, the Y2K problem is not about how computers represent > dates, it's about how people think about dates. That seems backwards to me. People never get confused about 2-digit years. There's not a FreeBSD user alive who would think that a SNAP year of "00" meant anything except 2000. (Actually, I encountered a user once who was probably that dumb, but I won't mention any names. :-) When the millennium comes, people will be writing dates like "6/29/00" (in the US), and everybody will know exactly what is meant. Humans don't have a Y2K problem. Computers, on the other hand have very real problems if they do simple-minded comparisons of 2-digit years. As Chris Dillon pointed out, some people might get confused by a 2-digit SNAP year, in that they might think there's a Y2K problem when there really isn't one. But that's not a Y2K problem, it's a meta-Y2K problem. Sheesh, I'm starting to sound like Terry. :-) -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 16:14:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12862 for cvs-all-outgoing; Thu, 9 Jul 1998 16:14:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12853; Thu, 9 Jul 1998 16:14:05 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id RAA29259; Thu, 9 Jul 1998 17:13:58 -0600 (MDT) Message-Id: <199807092313.RAA29259@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: John Polstra cc: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ), des@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Thu, 09 Jul 1998 16:02:31 PDT." <199807092302.QAA12959@austin.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 09 Jul 1998 17:09:06 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >Sheesh, I'm starting to sound like Terry. :-) Naaah. Now if you can compute the transitive closure of a directed acyclic graph depicting all classes of people whining about meta-y2k problems, you'd be there. >-- > John Polstra jdp@polstra.com > John D. Polstra & Co., Inc. Seattle, Washington USA > "Self-knowledge is always bad news." -- John Barth > -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 16:21:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA13773 for cvs-all-outgoing; Thu, 9 Jul 1998 16:21:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA13762 for ; Thu, 9 Jul 1998 16:21:08 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id QAA13596; Thu, 9 Jul 1998 16:20:22 -0700 (PDT) (envelope-from jdp) Message-Id: <199807092320.QAA13596@austin.polstra.com> To: "Justin T. Gibbs" cc: dag-erli@ifi.uio.no, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Thu, 09 Jul 1998 17:09:06 MDT." <199807092313.RAA29259@pluto.plutotech.com> Date: Thu, 09 Jul 1998 16:20:22 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >Sheesh, I'm starting to sound like Terry. :-) > > Naaah. Now if you can compute the transitive closure of a directed > acyclic graph depicting all classes of people whining about meta-y2k > problems, you'd be there. But that reduces to a simple layering problem. The proof is quite trivial, really. Oops, I see there's no room in the margin to jot it down. ;-) John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 16:23:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14158 for cvs-all-outgoing; Thu, 9 Jul 1998 16:23:21 -0700 (PDT) (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 QAA14109; Thu, 9 Jul 1998 16:23:11 -0700 (PDT) (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 WAA07047; Thu, 9 Jul 1998 22:22:34 +0100 (BST) (envelope-from nik) Message-ID: <19980709222234.28810@nothing-going-on.org> Date: Thu, 9 Jul 1998 22:22:34 +0100 From: Nik Clayton To: John Polstra , des@FreeBSD.ORG Cc: committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile References: <199807090826.BAA14763@freefall.freebsd.org> <199807091808.LAA07329@austin.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199807091808.LAA07329@austin.polstra.com>; from John Polstra on Thu, Jul 09, 1998 at 11:08:15AM -0700 Organization: Nik at home, where there's nothing going on Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, Jul 09, 1998 at 11:08:15AM -0700, John Polstra wrote: > In article <199807090826.BAA14763@freefall.freebsd.org>, > Dag-Erling C. Sm\xf8rgrav wrote: > > des 1998/07/09 01:26:42 PDT > > > > Modified files: > > release Makefile > > Log: > > Use four-digit year in SNAP name. We're eighteen months from the next > > millenium, fer cryin' out loud... > > This change is OK with me, but it seems a bit unnecessary. Who or > what is going to get confused by a SNAP date that begins with 00? Anything that sorts it, with the user accustomed to looking at the top of the list for the most recent entry. Sorry, been doing Y2K at work for the past 2 weeks. Spending all your day sitting at your desk dreaming up new ways in which it could affect your business does strange things to your mind. . . N -- Work: nik@iii.co.uk | FreeBSD + Perl + Apache Rest: nik@nothing-going-on.demon.co.uk | Remind me again why we need Play: nik@freebsd.org | Microsoft? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 16:32:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15263 for cvs-all-outgoing; Thu, 9 Jul 1998 16:32:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15257 for ; Thu, 9 Jul 1998 16:32:04 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id JAA26677; Fri, 10 Jul 1998 09:45:25 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199807092345.JAA26677@cimlogic.com.au> Subject: Re: cvs commit: src/release Makefile In-Reply-To: <199807092320.QAA13596@austin.polstra.com> from John Polstra at "Jul 9, 98 04:20:22 pm" To: jdp@polstra.com (John Polstra) Date: Fri, 10 Jul 1998 09:45:12 +1000 (EST) Cc: gibbs@plutotech.com, dag-erli@ifi.uio.no, committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John (Terry) Polstra wrote: > > >Sheesh, I'm starting to sound like Terry. :-) > > > > Naaah. Now if you can compute the transitive closure of a directed > > acyclic graph depicting all classes of people whining about meta-y2k > > problems, you'd be there. > > But that reduces to a simple layering problem. The proof is quite > trivial, really. Oops, I see there's no room in the margin to jot it > down. [ You've probably got some patches there somewhere. But it'll take you about 20 emails to explain that in "your" usual detail. 8-) ] Back to the original subject... People will have to get used to two digit years after 2000. A simple example: my driver/rider license expires on 06-04-05, which must be why I look puzzled in the photo on it. 8-) -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 16:40:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16428 for cvs-all-outgoing; Thu, 9 Jul 1998 16:40:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA16422; Thu, 9 Jul 1998 16:39:59 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA10353; Thu, 9 Jul 1998 16:39:46 -0700 (PDT) Date: Thu, 9 Jul 1998 16:39:46 -0700 (PDT) Message-Id: <199807092339.QAA10353@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/graphics/png Makefile ports/graphics/png/files md5 ports/graphics/png/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1998/07/09 16:39:46 PDT Modified files: graphics/png Makefile graphics/png/files md5 graphics/png/patches patch-aa Log: Upgrade to 1.0.2 Revision Changes Path 1.13 +4 -4 ports/graphics/png/Makefile 1.7 +1 -1 ports/graphics/png/files/md5 1.9 +16 -11 ports/graphics/png/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 Jul 9 17:10:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20270 for cvs-all-outgoing; Thu, 9 Jul 1998 17:10:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20263; Thu, 9 Jul 1998 17:10:40 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA11256; Thu, 9 Jul 1998 17:10:27 -0700 (PDT) Date: Thu, 9 Jul 1998 17:10:27 -0700 (PDT) Message-Id: <199807100010.RAA11256@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/09 17:10:27 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Add code missed in the initial Soft updates integration. Make the unallocated parts of a directry have a know state in case we need it later. Revision Changes Path 1.95 +16 -1 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 17:40:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24972 for cvs-all-outgoing; Thu, 9 Jul 1998 17:40:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24910; Thu, 9 Jul 1998 17:40:00 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (brian@localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id BAA19304; Fri, 10 Jul 1998 01:30:23 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199807100030.BAA19304@awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Thomas Gellekum cc: "Marc G. Fournier" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/patches patch-a0 patch-ab patch-ac patch-ag patch-ah In-reply-to: Your message of "09 Jul 1998 08:02:04 +0200." <87r9zvpnoj.fsf@ghpc6.ihf.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 Jul 1998 01:30:23 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > "Marc G. Fournier" writes: > > > scrappy 1998/07/08 20:53:01 PDT > > > > Modified files: > > audio/kdemultimedia Makefile > > Removed files: > > audio/kdemultimedia/patches patch-a0 patch-ab patch-ac > > patch-ag patch-ah > > Log: > > Change to UNBROKEN ... > > Add USE_GMAKE to get past a compile problem in kmid > > Remove patches, as were not required to cleanly compile > > Why don't you just wait until Stefan commits the 1.0pre versions for > the KDE ports? You could at least contact the maintainer before you > jump right in. Hmm, I don't wish to criticise the maintainer (I have no idea about his other commitments), but this port along with other kde 4.1-beta ports has been broken for some time. I sent a complete set of patches to bring the whole lot up to 4.1 at one point and got absolutely no reply. While I have no doubt that the stuff Stefan is doing is far more thorough than what I did, I have to agree with ``scrappy'' - it's broken, so fix it. Besides, shipping 2.2.7 w/ broken ports will look a bit silly :-/ > tg -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 18:42:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01209 for cvs-all-outgoing; Thu, 9 Jul 1998 18:42:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01204 for ; Thu, 9 Jul 1998 18:42:25 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id TAA04633; Thu, 9 Jul 1998 19:42:18 -0600 (MDT) Message-Id: <199807100142.TAA04633@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: John Polstra cc: "Justin T. Gibbs" , dag-erli@ifi.uio.no, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Thu, 09 Jul 1998 16:20:22 PDT." <199807092320.QAA13596@austin.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 09 Jul 1998 19:37:26 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> >Sheesh, I'm starting to sound like Terry. :-) >> >> Naaah. Now if you can compute the transitive closure of a directed >> acyclic graph depicting all classes of people whining about meta-y2k >> problems, you'd be there. > >But that reduces to a simple layering problem. The proof is quite >trivial, really. Oops, I see there's no room in the margin to jot it >down. > >;-) > >John Wow. Only two emails to go from Terry to Fermat. Amazing. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 19:27:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05838 for cvs-all-outgoing; Thu, 9 Jul 1998 19:27:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05833; Thu, 9 Jul 1998 19:27:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA14782; Thu, 9 Jul 1998 19:27:17 -0700 (PDT) Date: Thu, 9 Jul 1998 19:27:17 -0700 (PDT) Message-Id: <199807100227.TAA14782@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include types.h src/sys/i386/include profile.h types.h src/lib/libc/gmon mcount.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/09 19:27:16 PDT Modified files: sys/alpha/include types.h sys/i386/include profile.h types.h lib/libc/gmon mcount.c Log: Added a kernel-only typedef (ptrint_t) giving an integral type that is least unsuitable for holding an object pointer. This should have been used to fix warnings about casts between pointers and ints on alphas. Moved corresponding existing general typedef (fptrint_t) for function pointers from the i386 to a kernel-only typedef in . Kludged libc/gmon/mcount.c so that it can still see this typedef. Revision Changes Path 1.6 +7 -1 src/sys/alpha/include/types.h 1.15 +1 -4 src/sys/i386/include/profile.h 1.14 +7 -1 src/sys/i386/include/types.h 1.11 +11 -2 src/lib/libc/gmon/mcount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 9 19:35:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06806 for cvs-all-outgoing; Thu, 9 Jul 1998 19:35:06 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06800; Thu, 9 Jul 1998 19:35:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA15139; Thu, 9 Jul 1998 19:34:51 -0700 (PDT) Date: Thu, 9 Jul 1998 19:34:51 -0700 (PDT) Message-Id: <199807100234.TAA15139@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/09 19:34:50 PDT Modified files: sys/alpha/include types.h Log: Oops, forgot to modify the pointer-int typedefs from the i386 version. Revision Changes Path 1.7 +3 -3 src/sys/alpha/include/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 01:55:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09794 for cvs-all-outgoing; Fri, 10 Jul 1998 01:55:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09789; Fri, 10 Jul 1998 01:55:39 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id KAA27845; Fri, 10 Jul 1998 10:30:07 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id KAA25683; Fri, 10 Jul 1998 10:20:39 +0200 (CEST) (envelope-from andreas) Message-ID: <19980710102038.A11716@klemm.gtn.com> Date: Fri, 10 Jul 1998 10:20:38 +0200 From: Andreas Klemm To: Brian Somers , Thomas Gellekum Cc: "Marc G. Fournier" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/patches patch-a0 patch-ab patch-ac patch-ag patch-ah References: <87r9zvpnoj.fsf@ghpc6.ihf.rwth-aachen.de> <199807100030.BAA19304@awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199807100030.BAA19304@awfulhak.org>; from Brian Somers on Fri, Jul 10, 1998 at 01:30:23AM +0100 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, Jul 10, 1998 at 01:30:23AM +0100, Brian Somers wrote: > > Hmm, I don't wish to criticise the maintainer (I have no idea about > his other commitments), but this port along with other kde 4.1-beta > ports has been broken for some time. > > I sent a complete set of patches to bring the whole lot up to 4.1 at > one point and got absolutely no reply. > > While I have no doubt that the stuff Stefan is doing is far more > thorough than what I did, I have to agree with ``scrappy'' - it's > broken, so fix it. Besides, shipping 2.2.7 w/ broken ports will look > a bit silly :-/ To make things more clear, my $0.02, since I was a bit involved, but couldn't help. Thomas released a set of patches to Stefan and me. Stefan is a bit overstressed at the moment. I had no time to test as well. So Thomas and you did work for the port at the same time, but you won the "game" by being the first who actually did the commit ;-) I'd suggest, that you should write at least to -ports as well, that you couldn't reach the MAINTAINER and will do the bloody work on this port. This gives everybody a chance to see, that something may happen. Or another possibility, maybe much much cleaner and safer (since ports has much traffic) .... Mark a broken port, that you want to fix as Broken and put into the BROKEN string: BROKEN= "couldn't reach maintainer, will fix it, scrappy" Could we all agree on this and document this in docs ?! Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 02:11:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11584 for cvs-all-outgoing; Fri, 10 Jul 1998 02:11:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11579; Fri, 10 Jul 1998 02:11:37 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA00716; Fri, 10 Jul 1998 02:11:37 -0700 (PDT) Date: Fri, 10 Jul 1998 02:11:37 -0700 (PDT) Message-Id: <199807100911.CAA00716@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/eperl Makefile ports/lang/eperl/files md5 ports/lang/eperl/pkg MESSAGE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1998/07/10 02:11:36 PDT Modified files: lang/eperl Makefile lang/eperl/files md5 lang/eperl/pkg MESSAGE Log: Upgrade to ePerl Version 2.2.13 Revision Changes Path 1.27 +3 -3 ports/lang/eperl/Makefile 1.16 +1 -1 ports/lang/eperl/files/md5 1.4 +1 -1 ports/lang/eperl/pkg/MESSAGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 02:12:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11802 for cvs-all-outgoing; Fri, 10 Jul 1998 02:12:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11797; Fri, 10 Jul 1998 02:12:04 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA00789; Fri, 10 Jul 1998 02:12:03 -0700 (PDT) Date: Fri, 10 Jul 1998 02:12:03 -0700 (PDT) Message-Id: <199807100912.CAA00789@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/lang/p5-ePerl Makefile ports/lang/p5-ePerl/files md5 ports/lang/p5-ePerl/pkg MESSAGE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1998/07/10 02:12:03 PDT Modified files: lang/p5-ePerl Makefile lang/p5-ePerl/files md5 lang/p5-ePerl/pkg MESSAGE Log: Upgrade to ePerl Version 2.2.13 Revision Changes Path 1.14 +4 -4 ports/lang/p5-ePerl/Makefile 1.13 +1 -1 ports/lang/p5-ePerl/files/md5 1.2 +1 -1 ports/lang/p5-ePerl/pkg/MESSAGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 02:26:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13502 for cvs-all-outgoing; Fri, 10 Jul 1998 02:26:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13497; Fri, 10 Jul 1998 02:26:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA01080; Fri, 10 Jul 1998 02:26:42 -0700 (PDT) Date: Fri, 10 Jul 1998 02:26:42 -0700 (PDT) Message-Id: <199807100926.CAA01080@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gmon mcount.c src/sys/i386/include profile.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/10 02:26:42 PDT Modified files: lib/libc/gmon mcount.c sys/i386/include profile.h Log: Oops, fptrint_t still needs to be declared in in the !KERNEL case. The kludge to get it declared in libc/gmon/mcount.c wasn't sufficient because fptrint_t is used in . Revision Changes Path 1.12 +1 -9 src/lib/libc/gmon/mcount.c 1.16 +6 -1 src/sys/i386/include/profile.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 02:32:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14323 for cvs-all-outgoing; Fri, 10 Jul 1998 02:32:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13799; Fri, 10 Jul 1998 02:29:09 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.8/8.8.6) with ESMTP id LAA23887; Fri, 10 Jul 1998 11:27:43 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id LAA13619; Fri, 10 Jul 1998 11:27:42 +0200 (CEST) To: Andreas Klemm Cc: Brian Somers , "Marc G. Fournier" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/patches patch-a0 patch-ab patch-ac patch-ag patch-ah References: <87r9zvpnoj.fsf@ghpc6.ihf.rwth-aachen.de> <199807100030.BAA19304@awfulhak.org> <19980710102038.A11716@klemm.gtn.com> From: Thomas Gellekum Date: 10 Jul 1998 11:27:38 +0200 In-Reply-To: Andreas Klemm's message of "Fri, 10 Jul 1998 10:20:38 +0200" Message-ID: <87pvfexdh1.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 25 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Andreas Klemm writes: > Thomas released a set of patches to Stefan and me. Stefan is a bit > overstressed at the moment. I had no time to test as well. So Thomas > and you did work for the port at the same time, but you won the > "game" by being the first who actually did the commit ;-) Sorry to butt in here (again ;-)), but that's not the reason. What got me going was the ``removed the patches because it compiles fine without them'' in the commit log. I tend to assume[1] that Stefan had a good reason to include them, apart from just making the port compile. In this case, they worked around a few idiosyncrasies of gmake. I think if the maintainer put some work into things like that, they're of some value to him and should be preserved, if possible. You have all the opportunity to do otherwise in your own ports. It's not a game who's fastest; some competition is fun, but sulking over it when you ``lose'' is just plain silly. In the end we all win when we can release a better product. tg [1] yes, I know. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 04:34:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27368 for cvs-all-outgoing; Fri, 10 Jul 1998 04:34:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27363; Fri, 10 Jul 1998 04:34:16 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA03839; Fri, 10 Jul 1998 04:34:15 -0700 (PDT) Date: Fri, 10 Jul 1998 04:34:15 -0700 (PDT) Message-Id: <199807101134.EAA03839@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/file magic.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/07/10 04:34:15 PDT Modified files: (Branch: RELENG_2_2) usr.bin/file magic.5 Log: MFC: {rev 1.8} "/etc/magic" --> "/usr/share/misc/magic". PR: 7231 (and 4872) Revision Changes Path 1.4.2.2 +2 -2 src/usr.bin/file/magic.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 05:01:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29944 for cvs-all-outgoing; Fri, 10 Jul 1998 05:01:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA29648; Fri, 10 Jul 1998 04:57:52 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.8/8.7.5) with SMTP id HAA06762; Fri, 10 Jul 1998 07:55:13 -0400 (EDT) Date: Fri, 10 Jul 1998 07:55:13 -0400 (EDT) From: The Hermit Hacker To: Thomas Gellekum cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/patches patch-a0 patch-ab patch-ac patch-ag patch-ah In-Reply-To: <87pvfexdh1.fsf@ghpc6.ihf.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 10 Jul 1998, Thomas Gellekum wrote: > Andreas Klemm writes: > > > Thomas released a set of patches to Stefan and me. Stefan is a bit > > overstressed at the moment. I had no time to test as well. So Thomas > > and you did work for the port at the same time, but you won the > > "game" by being the first who actually did the commit ;-) > > Sorry to butt in here (again ;-)), but that's not the reason. What got > me going was the ``removed the patches because it compiles fine > without them'' in the commit log. > > I tend to assume[1] that Stefan had a good reason to include them, The patches that Stefan included were for a previous release of kdemultimedia...I'm the last person to complain if someone wants to replace what I did with some patches, I just wanted to get the port UNBROKEN, which I did. Now ppl can use the kdemultimedia port, and, from what I've been able to test here, it works... If someone wants to improve the port, by all means, go for it. I didn't take someone's port, disagree with the patches they had for that release and just whip them out...I upgraded a BROKEN port to a newer release of the software, to which the existing patches were not appropriate. > apart from just making the port compile. In this case, they worked > around a few idiosyncrasies of gmake. And even less appropriate were this the case, or else the 'idiosyncrasies' weren't apparent when I built the newer release of kdemultimedia... Again, I'm not going to cry out if someone changes the port...my only goal was to get it to a working state, which I did...if someone doesn't agree with the removal of one of the patches, send me a copy of it that works with the new port and I put it back in again, its no skin off my back... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 05:03:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00210 for cvs-all-outgoing; Fri, 10 Jul 1998 05:03:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29917; Fri, 10 Jul 1998 05:00:35 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.8/8.7.5) with SMTP id IAA07088; Fri, 10 Jul 1998 08:00:03 -0400 (EDT) Date: Fri, 10 Jul 1998 08:00:03 -0400 (EDT) From: The Hermit Hacker To: Andreas Klemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/kdemultimedia Makefile ports/audio/kdemultimedia/patches patch-a0 patch-ab patch-ac patch-ag patch-ah In-Reply-To: <19980710102038.A11716@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 10 Jul 1998, Andreas Klemm wrote: > Thomas released a set of patches to Stefan and me. Stefan is a bit > overstressed at the moment. I had no time to test as well. So Thomas > and you did work for the port at the same time, but you won the > "game" by being the first who actually did the commit ;-) IMHO, there was no 'game to win'...a port was BROKEN, the fix was simple...upgrade it to a newer release, as the old was no longer available. Upgrading to the newer didn't require any patches to get it to a working state, so I plugged in the changes required to fix it. If I overlooked something by not including patches for it, then it provided an interim solution while those patches get tested by you or Stefan, and subsequently included. I don't consider myself to have 'lost' if someone does this, I never even thought of it that way *shrug* > BROKEN= "couldn't reach maintainer, will fix it, scrappy" > > Could we all agree on this and document this in docs ?! *nod* agreed...will watch where I put my feet in the future... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 06:17:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07830 for cvs-all-outgoing; Fri, 10 Jul 1998 06:17:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07822; Fri, 10 Jul 1998 06:17:27 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id NAA15707; Fri, 10 Jul 1998 13:10:06 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Fri, 10 Jul 1998 13:10:04 +0200 (MET DST) Mime-Version: 1.0 To: John Polstra Cc: des@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile References: <199807092302.QAA12959@austin.polstra.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 10 Jul 1998 13:10:04 +0200 In-Reply-To: John Polstra's message of "Thu, 09 Jul 1998 16:02:31 -0700" Message-ID: Lines: 22 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Polstra writes: > > As I see it, the Y2K problem is not about how computers represent > > dates, it's about how people think about dates. > > That seems backwards to me. People never get confused about 2-digit > years. There's not a FreeBSD user alive who would think that a SNAP > year of "00" meant anything except 2000. (Actually, I encountered That's not what I meant. If people continue to think of years in two-digit terms, people will continue to write programs which use two digits to store years. There isn't and has never been any sound technical reason to use two digits instead of four. If you're concerned about conserving space in a database, there are other and better ways to do it than to encode years in ASCII. You can cram four BCD digits in the same space, or sixteen binary digits. DES -- One two, one two, one two. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 06:27:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09105 for cvs-all-outgoing; Fri, 10 Jul 1998 06:27:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09100; Fri, 10 Jul 1998 06:27:32 -0700 (PDT) (envelope-from tim@localhost.my.domain) Received: from localhost.my.domain (ppp1543.on.bellglobal.com [206.172.249.7]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id JAA23700; Fri, 10 Jul 1998 09:26:48 -0400 (EDT) Received: (from tim@localhost) by localhost.my.domain (8.8.8/8.8.8) id VAA00641; Thu, 9 Jul 1998 21:47:30 -0400 (EDT) (envelope-from tim) Message-ID: <19980709214729.A596@zappo> Date: Thu, 9 Jul 1998 21:47:29 -0400 From: Tim Vanderhoek To: =?iso-8859-1?Q?Dag-Erling_Coidan_Sm=F8rgrav?= , John Polstra Cc: des@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile References: <199807090826.BAA14763@freefall.freebsd.org> <199807091808.LAA07329@austin.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.91.1i In-Reply-To: =?iso-8859-1?Q?=3Cxzp3ecay7j6=2Efsf=40hrotti=2Eifi=2Euio=2Eno=3E=3B_from?= =?iso-8859-1?Q?_Dag-Erling_Coidan_Sm=F8rgrav__on_Fri=2C_Jul_10=2C_1998_a?= =?iso-8859-1?Q?t_12:38:21AM_+0200?= Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, Jul 10, 1998 at 12:38:21AM +0200, Dag-Erling Coidan Smørgrav wrote: > > As I see it, the Y2K problem is not about how computers represent > dates, it's about how people think about dates. Seen with that > perspective, it *does* matter. Well, I'm looking quite eagerly forward to be able to write July 9, '01 for my dates. That'll look pretty cool. :-) Someday you'll be telling neighbourhood kids: "Ya, I can remember the first time I wrote done a year as '00. Man, thought I had a pair boogley eyes staring back at me!" ;) -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 07:02:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13984 for cvs-all-outgoing; Fri, 10 Jul 1998 07:02:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13975; Fri, 10 Jul 1998 07:02:25 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA04908; Fri, 10 Jul 1998 07:02:22 -0700 (PDT) Date: Fri, 10 Jul 1998 07:02:22 -0700 (PDT) Message-Id: <199807101402.HAA04908@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/10 07:02:22 PDT Modified files: . modules Log: ja-onew-canna --> ports/japanese/onew-canna Revision Changes Path 1.2157 +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 Jul 10 07:03:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14035 for cvs-all-outgoing; Fri, 10 Jul 1998 07:03:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14023; Fri, 10 Jul 1998 07:03:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA04996; Fri, 10 Jul 1998 07:03:03 -0700 (PDT) Date: Fri, 10 Jul 1998 07:03:03 -0700 (PDT) Message-Id: <199807101403.HAA04996@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/onew-canna - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/10 07:03:03 PDT ports/japanese/onew-canna - Imported sources Update of /home/ncvs/ports/japanese/onew-canna In directory freefall.freebsd.org:/tmp/cvs-serv4987 Log Message: A library for Japanese Input Method Canna PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_2_20 N ports/japanese/onew-canna/Makefile N ports/japanese/onew-canna/pkg/COMMENT N ports/japanese/onew-canna/pkg/DESCR N ports/japanese/onew-canna/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 Jul 10 07:04:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14333 for cvs-all-outgoing; Fri, 10 Jul 1998 07:04:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14323; Fri, 10 Jul 1998 07:04:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05059; Fri, 10 Jul 1998 07:04:32 -0700 (PDT) Date: Fri, 10 Jul 1998 07:04:32 -0700 (PDT) Message-Id: <199807101404.HAA05059@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/10 07:04:31 PDT Modified files: . modules Log: ja-jvim --> ports/japanese/jvim Revision Changes Path 1.2158 +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 Jul 10 07:05:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14399 for cvs-all-outgoing; Fri, 10 Jul 1998 07:05:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14394; Fri, 10 Jul 1998 07:05:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05105; Fri, 10 Jul 1998 07:05:20 -0700 (PDT) Date: Fri, 10 Jul 1998 07:05:20 -0700 (PDT) Message-Id: <199807101405.HAA05105@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/jvim - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/10 07:05:19 PDT ports/japanese/jvim - Imported sources Update of /home/ncvs/ports/japanese/jvim In directory freefall.freebsd.org:/tmp/cvs-serv5092 Log Message: Japanized Vim PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_0r N ports/japanese/jvim/Makefile N ports/japanese/jvim/files/md5 N ports/japanese/jvim/pkg/COMMENT N ports/japanese/jvim/pkg/DESCR N ports/japanese/jvim/pkg/PLIST N ports/japanese/jvim/patches/patch-aa N ports/japanese/jvim/patches/patch-ab No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 07:06:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14686 for cvs-all-outgoing; Fri, 10 Jul 1998 07:06:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14681; Fri, 10 Jul 1998 07:06:56 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05191; Fri, 10 Jul 1998 07:06:54 -0700 (PDT) Date: Fri, 10 Jul 1998 07:06:54 -0700 (PDT) Message-Id: <199807101406.HAA05191@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/10 07:06:54 PDT Modified files: . modules Log: ja-jvim-wnn4 --> ports/japanese/jvim-wnn4 Revision Changes Path 1.2159 +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 Jul 10 07:07:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14770 for cvs-all-outgoing; Fri, 10 Jul 1998 07:07:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14765; Fri, 10 Jul 1998 07:07:38 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05236; Fri, 10 Jul 1998 07:07:37 -0700 (PDT) Date: Fri, 10 Jul 1998 07:07:37 -0700 (PDT) Message-Id: <199807101407.HAA05236@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/jvim-wnn4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/10 07:07:36 PDT ports/japanese/jvim-wnn4 - Imported sources Update of /home/ncvs/ports/japanese/jvim-wnn4 In directory freefall.freebsd.org:/tmp/cvs-serv5226 Log Message: Japanized Vim (with Wnn4) PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_0r N ports/japanese/jvim-wnn4/Makefile N ports/japanese/jvim-wnn4/pkg/COMMENT N ports/japanese/jvim-wnn4/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 09:23:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02028 for cvs-all-outgoing; Fri, 10 Jul 1998 09:23:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02022; Fri, 10 Jul 1998 09:23:12 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11667; Fri, 10 Jul 1998 09:23:10 -0700 (PDT) Date: Fri, 10 Jul 1998 09:23:10 -0700 (PDT) Message-Id: <199807101623.JAA11667@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/ja/man/man1 cat.1 csh.1 domainname.1 fdwrite.1 hostname.1 mkdir.1 pax.1 pwd.1 rmdir.1 sh.1 sleep.1 stty.1 doc/ja/man/man8 chat.8 pppd.8 rmail.8 sync.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hanai 1998/07/10 09:23:09 PDT Modified files: ja/man/man1 cat.1 csh.1 domainname.1 fdwrite.1 hostname.1 mkdir.1 pax.1 pwd.1 rmdir.1 sh.1 sleep.1 stty.1 ja/man/man8 chat.8 pppd.8 rmail.8 sync.8 Log: Make Japanese manuals correspond to those of English version of 2.2-980703-SNAP. Reviewed by: The Japanese Manual Project Submitted by: Norihiro Kumagai Revision Changes Path 1.2 +11 -9 doc/ja/man/man1/cat.1 1.5 +26 -20 doc/ja/man/man1/csh.1 1.2 +1 -0 doc/ja/man/man1/domainname.1 1.2 +2 -2 doc/ja/man/man1/fdwrite.1 1.2 +1 -1 doc/ja/man/man1/hostname.1 1.3 +1 -1 doc/ja/man/man1/mkdir.1 1.4 +3 -2 doc/ja/man/man1/pax.1 1.2 +1 -1 doc/ja/man/man1/pwd.1 1.2 +6 -6 doc/ja/man/man1/rmdir.1 1.4 +2 -2 doc/ja/man/man1/sh.1 1.2 +1 -1 doc/ja/man/man1/sleep.1 1.3 +5 -5 doc/ja/man/man1/stty.1 1.4 +35 -16 doc/ja/man/man8/chat.8 1.3 +1008 -570 doc/ja/man/man8/pppd.8 1.2 +6 -6 doc/ja/man/man8/rmail.8 1.2 +3 -3 doc/ja/man/man8/sync.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 09:55:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05783 for cvs-all-outgoing; Fri, 10 Jul 1998 09:55:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05778; Fri, 10 Jul 1998 09:55:43 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA17033; Fri, 10 Jul 1998 09:55:40 -0700 (PDT) Date: Fri, 10 Jul 1998 09:55:40 -0700 (PDT) Message-Id: <199807101655.JAA17033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/restore utilities.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/07/10 09:55:39 PDT Modified files: (Branch: RELENG_2_2) sbin/restore utilities.c Log: MFC 1.5 -> 1.6: Bug fix for hard links to files marked immutable. Revision Changes Path 1.2.6.2 +20 -5 src/sbin/restore/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 10:58:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14938 for cvs-all-outgoing; Fri, 10 Jul 1998 10:58:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14933; Fri, 10 Jul 1998 10:58:41 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA19989; Fri, 10 Jul 1998 10:58:38 -0700 (PDT) Date: Fri, 10 Jul 1998 10:58:38 -0700 (PDT) Message-Id: <199807101758.KAA19989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1998/07/10 10:58:37 PDT Modified files: sys/vm vm_pageout.c Log: Removed unnecessary test from if/else construct. PR: 7233 Submitted by: Stefan Eggers Revision Changes Path 1.123 +2 -2 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 13:30:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06127 for cvs-all-outgoing; Fri, 10 Jul 1998 13:30:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from tyree.iii.co.uk (tyree.iii.co.uk [195.89.149.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05990; Fri, 10 Jul 1998 13:30:04 -0700 (PDT) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id JAA16449; Fri, 10 Jul 1998 09:41:32 +0100 (BST) Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.8/8.8.7) id JAA16194; Fri, 10 Jul 1998 09:41:03 +0100 (BST) Message-ID: <19980710094103.29148@iii.co.uk> Date: Fri, 10 Jul 1998 09:41:03 +0100 To: Nik Clayton Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: Re: cvs commit: www/data newsflash.sgml References: <199807091739.KAA00668@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: <199807091739.KAA00668@freefall.freebsd.org>; from Nik Clayton on Thu, Jul 09, 1998 at 10:39:18AM -0700 Organization: interactive investor Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, Jul 09, 1998 at 10:39:18AM -0700, Nik Clayton wrote: > Announce the existence of the Spanish Documentation Project and the > conversion of the FAQ. Is this the sort of thing that should get posted to -announce and the .announce newsgroup? What's the protocol for getting that done? N -- Work: nik@iii.co.uk | FreeBSD + Perl + Apache Rest: nik@nothing-going-on.demon.co.uk | Remind me again why we need Play: nik@freebsd.org | Microsoft? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 13:32:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06521 for cvs-all-outgoing; Fri, 10 Jul 1998 13:32:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06456; Fri, 10 Jul 1998 13:32:08 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id NAA14230; Fri, 10 Jul 1998 13:31:52 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: nik@iii.co.uk cc: Nik Clayton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: Re: cvs commit: www/data newsflash.sgml In-reply-to: Your message of "Fri, 10 Jul 1998 09:41:03 BST." <19980710094103.29148@iii.co.uk> Date: Fri, 10 Jul 1998 13:31:52 -0700 Message-ID: <14226.900102712@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Is this the sort of thing that should get posted to -announce and the > .announce newsgroup? What's the protocol for getting that done? Just post away and I'll approve it as the moderator. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 14:12:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16941 for cvs-all-outgoing; Fri, 10 Jul 1998 14:12:53 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16936; Fri, 10 Jul 1998 14:12:50 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA24738; Fri, 10 Jul 1998 14:12:46 -0700 (PDT) Date: Fri, 10 Jul 1998 14:12:46 -0700 (PDT) Message-Id: <199807102112.OAA24738@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ucd-snmp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1998/07/10 14:12:46 PDT Modified files: net/ucd-snmp/pkg PLIST Log: * Update to ucd-snmp 3.5. Revision Changes Path 1.6 +44 -33 ports/net/ucd-snmp/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 Jul 10 14:27:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19296 for cvs-all-outgoing; Fri, 10 Jul 1998 14:27:30 -0700 (PDT) (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 OAA19240; Fri, 10 Jul 1998 14:27:04 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id QAA27801; Fri, 10 Jul 1998 16:27:03 -0500 (CDT) Date: Fri, 10 Jul 1998 16:27:03 -0500 (CDT) From: Steve Price To: Jacques Vidrine cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/net/ucd-snmp/pkg PLIST In-Reply-To: <199807102112.OAA24738@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Two questions: 1) Did you forget the changes to the Makefile? :) 2) Can you look into PR# 7198? I compiled it on my -current box with no problems and it would be nice to get a second opinion before calling it a pilot error. Thanks, Steve On Fri, 10 Jul 1998, Jacques Vidrine wrote: # nectar 1998/07/10 14:12:46 PDT # # Modified files: # net/ucd-snmp/pkg PLIST # Log: # * Update to ucd-snmp 3.5. # # Revision Changes Path # 1.6 +44 -33 ports/net/ucd-snmp/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 Jul 10 14:44:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22325 for cvs-all-outgoing; Fri, 10 Jul 1998 14:44:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ranma.nectar.com (nectar.communique.net [204.27.67.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22298; Fri, 10 Jul 1998 14:44:37 -0700 (PDT) (envelope-from nectar@ranma.nectar.com) Received: from ranma.nectar.com (localhost.communique.net [127.0.0.1]) by ranma.nectar.com (8.8.8/8.8.8) with ESMTP id QAA02655; Fri, 10 Jul 1998 16:40:18 -0500 (CDT) Message-Id: <199807102140.QAA02655@ranma.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: References: Subject: Re: cvs commit: ports/net/ucd-snmp/pkg PLIST To: Steve Price cc: Jacques Vidrine , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Date: Fri, 10 Jul 1998 16:40:17 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Hi Steve, On 10 July 1998 at 16:27, Steve Price wrote: > > Two questions: > > 1) Did you forget the changes to the Makefile? :) No. I had some difficulty in committing (indeed, there is still a patch that needs to be committed). For some reason, the commit log for the Makefile and patch-aa has not made it to this list. > 2) Can you look into PR# 7198? I compiled it on > my -current box with no problems and it would > be nice to get a second opinion before calling > it a pilot error. Both 3.3.1 and 3.5 seem to need to include on -current. I tracked this down a couple of weeks ago, so I don't remember exactly what it wanted from socketvar.h. I think it was xsocket. Jacques Vidrine -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNaaKQDeRhT8JRySpAQEIIwQAmuI0exSaXsjhQl58Qtixi8JlNglkYgct ifD9gkB/F4lUD7r3ueP/GtOidzHUCv1dv2WzGuiNcqHK8Hcn+iiW12eW6KDxLOB9 BsCAUuBqrN1cloj1MqW7A0iaUtxwP5CFa893pM7PcdRX7SG7PnJT7ldrOORZHzoH UChuY3nLkVY= =dFK7 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 14:50:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23402 for cvs-all-outgoing; Fri, 10 Jul 1998 14:50:57 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23279; Fri, 10 Jul 1998 14:50:25 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA25856; Fri, 10 Jul 1998 14:50:19 -0700 (PDT) Date: Fri, 10 Jul 1998 14:50:19 -0700 (PDT) Message-Id: <199807102150.OAA25856@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm swap_pager.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1998/07/10 14:50:18 PDT Modified files: sys/vm swap_pager.h Log: Removed no longer valid comment about swb_block being int instead of daddr_t. PR: 7238 Submitted by: Stefan Eggers Revision Changes Path 1.22 +2 -2 src/sys/vm/swap_pager.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 15:00:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25308 for cvs-all-outgoing; Fri, 10 Jul 1998 15:00:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25172; Fri, 10 Jul 1998 15:00:04 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA26216; Fri, 10 Jul 1998 14:59:54 -0700 (PDT) Date: Fri, 10 Jul 1998 14:59:54 -0700 (PDT) Message-Id: <199807102159.OAA26216@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm swap_pager.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1998/07/10 14:59:54 PDT Modified files: (Branch: RELENG_2_2) sys/vm swap_pager.h Log: MFC (rev 1.22): removed no longer valid comment. Revision Changes Path 1.16.2.1 +2 -2 src/sys/vm/swap_pager.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 15:24:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00149 for cvs-all-outgoing; Fri, 10 Jul 1998 15:24:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mailhub.scl.ameslab.gov (mailhub.scl.ameslab.gov [147.155.137.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29976 for ; Fri, 10 Jul 1998 15:24:14 -0700 (PDT) (envelope-from ghelmer@scl.ameslab.gov) Received: from demios.ether.scl.ameslab.gov ([147.155.137.54] helo=demios.scl.ameslab.gov) by mailhub.scl.ameslab.gov with smtp (Exim 1.90 #1) id 0yudbA-0000b9-00; Fri, 10 Jul 1998 08:52:28 -0500 Date: Fri, 10 Jul 1998 08:54:34 -0500 (CDT) From: Guy Helmer To: Bruce Evans cc: imp@village.org, roberto@keltia.freenix.fr, Guy Helmer , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/msgs msgs.c In-Reply-To: <199807092153.HAA02835@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 Fri, 10 Jul 1998, Bruce Evans wrote: > >: We haven't been using POSIX saved uids for more than two years now IIRC... > >: > >: kern.saved_ids: 0 > > > >Yes. That's one of the hazards of importing fixes wholesale from > >OpenBSD. They do have saved ids, and they have needed to fix things > >in a posixly correct way. > > A POSIXly correct way would handle all possible settings of > _POSIX_SAVED_IDS. Configuration for the case where _POSIX_SAVED_IDS > is set is difficult because the configuring entity must read the > system documentation to determine what "appropriate privilege" means > and generate code to handle any mismatches between the system's > idea of appropriate privilege and what the application expects :-). So, as I understand it now, the change seteuid(uid = getuid()); setuid(uid); should be reverted to the original setuid(uid = getuid()); It seemed like an innocuous change. Thanks for catching this and educating me. Guy Helmer Guy Helmer, Graduate Student, Iowa State University Dept. of Computer Science Research Assistant, Ames Laboratory --- ghelmer@scl.ameslab.gov http://www.cs.iastate.edu/~ghelmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 15:31:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01729 for cvs-all-outgoing; Fri, 10 Jul 1998 15:31:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01714; Fri, 10 Jul 1998 15:31:45 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA28157; Fri, 10 Jul 1998 15:31:37 -0700 (PDT) Date: Fri, 10 Jul 1998 15:31:37 -0700 (PDT) Message-Id: <199807102231.PAA28157@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_misc.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/10 15:31:19 PDT Modified files: sys/i386/linux linux_misc.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master Log: Quick and dirty support for Linux's mremap. Not used by anything but quake2 AFAIK. Submitted by: Luoqi Chen Revision Changes Path 1.39 +32 -1 src/sys/i386/linux/linux_misc.c 1.13 +7 -0 src/sys/i386/linux/linux_proto.h 1.9 +1 -0 src/sys/i386/linux/linux_syscall.h 1.14 +1 -1 src/sys/i386/linux/linux_sysent.c 1.12 +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 Fri Jul 10 15:59:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07152 for cvs-all-outgoing; Fri, 10 Jul 1998 15:59:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07122; Fri, 10 Jul 1998 15:59:19 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00622; Fri, 10 Jul 1998 15:59:14 -0700 (PDT) Date: Fri, 10 Jul 1998 15:59:14 -0700 (PDT) Message-Id: <199807102259.PAA00622@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook backups.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/07/10 15:59:13 PDT Modified files: handbook backups.sgml Log: Added hypertext link to the excellent document "torture-testing Backup and Archive Programs" from Elizabeth D. Zwicky. Thanks to her, that she made the document available as HTML document. Revision Changes Path 1.2 +4 -2 doc/handbook/backups.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 16:26:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11588 for cvs-all-outgoing; Fri, 10 Jul 1998 16:26:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11488 for ; Fri, 10 Jul 1998 16:26:08 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id JAA27469; Sat, 11 Jul 1998 09:26:00 +1000 Date: Sat, 11 Jul 1998 09:26:00 +1000 From: Bruce Evans Message-Id: <199807102326.JAA27469@godzilla.zeta.org.au> To: bde@zeta.org.au, ghelmer@scl.ameslab.gov Subject: Re: cvs commit: src/usr.bin/msgs msgs.c Cc: cvs-committers@FreeBSD.ORG, imp@village.org, roberto@keltia.freenix.fr Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >From ghelmer@scl.ameslab.gov Fri Jul 10 23:54:57 1998 >Return-Path: >Received: from mailhub.scl.ameslab.gov (mailhub.scl.ameslab.gov [147.155.137.127]) > by godzilla.zeta.org.au (8.8.7/8.8.7) with ESMTP id XAA01981 > for ; Fri, 10 Jul 1998 23:54:54 +1000 >Received: from demios.ether.scl.ameslab.gov ([147.155.137.54] helo=demios.scl.ameslab.gov) > by mailhub.scl.ameslab.gov with smtp (Exim 1.90 #1) > id 0yudbA-0000b9-00; Fri, 10 Jul 1998 08:52:28 -0500 >Date: Fri, 10 Jul 1998 08:54:34 -0500 (CDT) >From: Guy Helmer >To: Bruce Evans >cc: imp@village.org, roberto@keltia.freenix.fr, > Guy Helmer , cvs-committers@FreeBSD.ORG >Subject: Re: cvs commit: src/usr.bin/msgs msgs.c >In-Reply-To: <199807092153.HAA02835@godzilla.zeta.org.au> >Message-ID: >MIME-Version: 1.0 >Content-Type: TEXT/PLAIN; charset=US-ASCII >Status: RO > >On Fri, 10 Jul 1998, Bruce Evans wrote: > >> >: We haven't been using POSIX saved uids for more than two years now IIRC... >> >: >> >: kern.saved_ids: 0 >> > >> >Yes. That's one of the hazards of importing fixes wholesale from >> >OpenBSD. They do have saved ids, and they have needed to fix things >> >in a posixly correct way. >> >> A POSIXly correct way would handle all possible settings of >> _POSIX_SAVED_IDS. Configuration for the case where _POSIX_SAVED_IDS >> is set is difficult because the configuring entity must read the >> system documentation to determine what "appropriate privilege" means >> and generate code to handle any mismatches between the system's >> idea of appropriate privilege and what the application expects :-). > >So, as I understand it now, the change > > seteuid(uid = getuid()); > setuid(uid); > >should be reverted to the original > > setuid(uid = getuid()); > >It seemed like an innocuous change. Thanks for catching this and educating >me. > >Guy Helmer > >Guy Helmer, Graduate Student, Iowa State University Dept. of Computer Science >Research Assistant, Ames Laboratory --- ghelmer@scl.ameslab.gov >http://www.cs.iastate.edu/~ghelmer > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 16:55:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17154 for cvs-all-outgoing; Fri, 10 Jul 1998 16:55:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17028; Fri, 10 Jul 1998 16:55:00 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id BAA16465; Sat, 11 Jul 1998 01:45:15 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id BAA28205; Sat, 11 Jul 1998 01:28:55 +0200 (CEST) (envelope-from andreas) Message-ID: <19980711012854.A28197@klemm.gtn.com> Date: Sat, 11 Jul 1998 01:28:54 +0200 From: Andreas Klemm To: Jacques Vidrine , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/net/ucd-snmp/pkg PLIST References: <199807102112.OAA24738@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199807102112.OAA24738@freefall.freebsd.org>; from Jacques Vidrine on Fri, Jul 10, 1998 at 02:12:46PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, Jul 10, 1998 at 02:12:46PM -0700, Jacques Vidrine wrote: > * Update to ucd-snmp 3.5. cc -I.. -I./.. -I./../snmplib -I. -I. -I./mibgroup -Imibgroup -pipe -O -Dfreebs d3 -Dfreebsd2 -c auto_nlist.c cc -I.. -I./.. -I./../snmplib -I. -I. -I./mibgroup -Imibgroup -o snmpd snmpd.o snmp2p.o kernel.o snmp_agent.o snmp_vars.o view_parse.o read_config.o auto_nlist .o mibgroup/mibII.o mibgroup/v2party.o mibgroup/mibII/system.o mibgroup/mibII /sysORTable.o mibgroup/mibII/at.o mibgroup/mibII/interfaces.o mibgroup/mibII/ snmp_mib.o mibgroup/mibII/tcp.o mibgroup/mibII/icmp.o mibgroup/mibII/ip.o mi bgroup/mibII/udp.o mibgroup/mibII/vacm_vars.o mibgroup/ucd-snmp/proc.o mibgro up/ucd-snmp/versioninfo.o mibgroup/ucd-snmp/pass.o mibgroup/ucd-snmp/disk.o m ibgroup/ucd-snmp/loadave.o mibgroup/ucd-snmp/extensible.o mibgroup/ucd-snmp/er rormib.o mibgroup/ucd-snmp/registry.o mibgroup/v2party/acl_vars.o mibgroup/v2 party/party_vars.o mibgroup/v2party/view_vars.o mibgroup/v2party/context_vars. o mibgroup/v2party/alarm.o mibgroup/v2party/event.o mibgroup/util_funcs.o mi bgroup/mibII/var_route.o mibgroup/mibII/route_write.o -L../snmplib -lsnmp -lk vm -lm ld: -lsnmp: no match *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 17:28:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25415 for cvs-all-outgoing; Fri, 10 Jul 1998 17:28:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25291; Fri, 10 Jul 1998 17:28:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05422; Fri, 10 Jul 1998 17:28:07 -0700 (PDT) Date: Fri, 10 Jul 1998 17:28:07 -0700 (PDT) Message-Id: <199807110028.RAA05422@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mail/glbiff Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/10 17:28:07 PDT Modified files: mail/glbiff Makefile Log: This only depends on elm if you don't set -mailprog to anything. Straightened out by: David O'Brien and Donald Maddox Revision Changes Path 1.3 +1 -2 ports/mail/glbiff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 17:30:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25667 for cvs-all-outgoing; Fri, 10 Jul 1998 17:30:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25549; Fri, 10 Jul 1998 17:29:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05513; Fri, 10 Jul 1998 17:29:12 -0700 (PDT) Date: Fri, 10 Jul 1998 17:29:12 -0700 (PDT) Message-Id: <199807110029.RAA05513@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/editors/gxedit Makefile ports/editors/gxedit/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/10 17:29:11 PDT Modified files: editors/gxedit Makefile editors/gxedit/files md5 Log: Update to version 1.06. PR: 7127 Submitted by: maintainer Revision Changes Path 1.4 +4 -4 ports/editors/gxedit/Makefile 1.3 +1 -1 ports/editors/gxedit/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 Jul 10 17:33:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26453 for cvs-all-outgoing; Fri, 10 Jul 1998 17:33:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26344; Fri, 10 Jul 1998 17:32:30 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05871; Fri, 10 Jul 1998 17:32:21 -0700 (PDT) Date: Fri, 10 Jul 1998 17:32:21 -0700 (PDT) Message-Id: <199807110032.RAA05871@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/10 17:32:20 PDT Modified files: . modules Log: ja-jvim-wnn6 --> ports/japanese/jvim-wnn6 Revision Changes Path 1.2160 +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 Jul 10 17:33:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26501 for cvs-all-outgoing; Fri, 10 Jul 1998 17:33:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26377; Fri, 10 Jul 1998 17:32:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05902; Fri, 10 Jul 1998 17:32:32 -0700 (PDT) Date: Fri, 10 Jul 1998 17:32:32 -0700 (PDT) Message-Id: <199807110032.RAA05902@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/less Makefile ports/japanese/less/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/10 17:32:31 PDT Modified files: japanese/less Makefile japanese/less/files md5 Log: Update the list of patches. PR: 7205 Submitted by: Nobuhiro Yasutomi Revision Changes Path 1.12 +8 -5 ports/japanese/less/Makefile 1.6 +5 -3 ports/japanese/less/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 Jul 10 17:34:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26704 for cvs-all-outgoing; Fri, 10 Jul 1998 17:34:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26574; Fri, 10 Jul 1998 17:33:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05992; Fri, 10 Jul 1998 17:33:14 -0700 (PDT) Date: Fri, 10 Jul 1998 17:33:14 -0700 (PDT) Message-Id: <199807110033.RAA05992@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/jvim-wnn6 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/10 17:33:13 PDT ports/japanese/jvim-wnn6 - Imported sources Update of /home/ncvs/ports/japanese/jvim-wnn6 In directory freefall.freebsd.org:/tmp/cvs-serv5954 Log Message: Japanized Vim (with Wnn6) PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_0r N ports/japanese/jvim-wnn6/Makefile N ports/japanese/jvim-wnn6/pkg/COMMENT N ports/japanese/jvim-wnn6/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 17:34:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26887 for cvs-all-outgoing; Fri, 10 Jul 1998 17:34:36 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26745; Fri, 10 Jul 1998 17:34:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06080; Fri, 10 Jul 1998 17:33:56 -0700 (PDT) Date: Fri, 10 Jul 1998 17:33:56 -0700 (PDT) Message-Id: <199807110033.RAA06080@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/qt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/10 17:33:56 PDT Modified files: x11/qt Makefile Log: Update master site location. PR: 7196 Submitted by: ady@freebsd.ady.ro Revision Changes Path 1.17 +2 -2 ports/x11/qt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 17:38:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27923 for cvs-all-outgoing; Fri, 10 Jul 1998 17:38:42 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27788; Fri, 10 Jul 1998 17:38:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06278; Fri, 10 Jul 1998 17:37:53 -0700 (PDT) Date: Fri, 10 Jul 1998 17:37:53 -0700 (PDT) Message-Id: <199807110037.RAA06278@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/xinetd Makefile ports/security/xinetd/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/10 17:37:53 PDT Modified files: security/xinetd Makefile security/xinetd/patches patch-aa Log: Make this port ${PREFIX}-friendly and have it install its files with the right permissions by hacking up the do-install target to do it ourselves. PR: 7194 Hinted at by: hoek@freebsd.org Revision Changes Path 1.5 +6 -3 ports/security/xinetd/Makefile 1.3 +0 -32 ports/security/xinetd/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 17:40:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28291 for cvs-all-outgoing; Fri, 10 Jul 1998 17:40:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28168; Fri, 10 Jul 1998 17:39:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06481; Fri, 10 Jul 1998 17:39:30 -0700 (PDT) Date: Fri, 10 Jul 1998 17:39:30 -0700 (PDT) Message-Id: <199807110039.RAA06481@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/games/xlines Makefile ports/games/xlines/files md5 ports/games/xlines/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/10 17:39:29 PDT Modified files: games/xlines Makefile games/xlines/files md5 games/xlines/patches patch-aa Log: Misc. updates/cleanup from maintainer. PR: 7179 Submitted by: maintainer Revision Changes Path 1.2 +6 -5 ports/games/xlines/Makefile 1.2 +1 -1 ports/games/xlines/files/md5 1.2 +10 -14 ports/games/xlines/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 18:15:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02777 for cvs-all-outgoing; Fri, 10 Jul 1998 18:15:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02772 for ; Fri, 10 Jul 1998 18:15:03 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id LAA00069; Sat, 11 Jul 1998 11:14:56 +1000 Date: Sat, 11 Jul 1998 11:14:56 +1000 From: Bruce Evans Message-Id: <199807110114.LAA00069@godzilla.zeta.org.au> To: bde@zeta.org.au, ghelmer@scl.ameslab.gov Subject: Re: cvs commit: src/usr.bin/msgs msgs.c Cc: cvs-committers@FreeBSD.ORG, imp@village.org, roberto@keltia.freenix.fr Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >So, as I understand it now, the change > > seteuid(uid = getuid()); > setuid(uid); > >should be reverted to the original > > setuid(uid = getuid()); > >It seemed like an innocuous change. Thanks for catching this and educating >me. Well, it is innocuous, except it reduces portabilty (seteuid() isn't in POSIX.1). Here is an attempt at a portable version: uid = getuid(); (void)setuid(uid); (void)setuid(uid); I think this works under OpenBSD. It is obviously innocuous, but not obviously correct. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 18:26:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04128 for cvs-all-outgoing; Fri, 10 Jul 1998 18:26:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA04063 for ; Fri, 10 Jul 1998 18:25:48 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id SAA15437; Fri, 10 Jul 1998 18:25:20 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Bruce Evans cc: ghelmer@scl.ameslab.gov, cvs-committers@FreeBSD.ORG, imp@village.org, roberto@keltia.freenix.fr Subject: Re: cvs commit: src/usr.bin/msgs msgs.c In-reply-to: Your message of "Sat, 11 Jul 1998 11:14:56 +1000." <199807110114.LAA00069@godzilla.zeta.org.au> Date: Fri, 10 Jul 1998 18:25:20 -0700 Message-ID: <15433.900120320@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Well, it is innocuous, except it reduces portabilty (seteuid() isn't in > POSIX.1). Here is an attempt at a portable version: > > uid = getuid(); > (void)setuid(uid); > (void)setuid(uid); I never knew that setuid() was "sticky" - what happens if you call it a 3rd time? :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 18:26:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04328 for cvs-all-outgoing; Fri, 10 Jul 1998 18:26:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA04308 for ; Fri, 10 Jul 1998 18:26:48 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0yuoQk-0002gK-00; Fri, 10 Jul 1998 19:26:26 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id TAA23614; Fri, 10 Jul 1998 19:26:41 -0600 (MDT) Message-Id: <199807110126.TAA23614@harmony.village.org> To: "Jordan K. Hubbard" Subject: Re: cvs commit: src/usr.bin/msgs msgs.c Cc: Bruce Evans , ghelmer@scl.ameslab.gov, cvs-committers@FreeBSD.ORG, roberto@keltia.freenix.fr In-reply-to: Your message of "Fri, 10 Jul 1998 18:25:20 PDT." <15433.900120320@time.cdrom.com> References: <15433.900120320@time.cdrom.com> Date: Fri, 10 Jul 1998 19:26:41 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <15433.900120320@time.cdrom.com> "Jordan K. Hubbard" writes: : I never knew that setuid() was "sticky" - what happens if you call it : a 3rd time? :-) xyzzy :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 19:03:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09876 for cvs-all-outgoing; Fri, 10 Jul 1998 19:03:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09868 for ; Fri, 10 Jul 1998 19:03:55 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id MAA02791; Sat, 11 Jul 1998 12:03:48 +1000 Date: Sat, 11 Jul 1998 12:03:48 +1000 From: Bruce Evans Message-Id: <199807110203.MAA02791@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@time.cdrom.com Subject: Re: cvs commit: src/usr.bin/msgs msgs.c Cc: cvs-committers@FreeBSD.ORG, ghelmer@scl.ameslab.gov, imp@village.org, roberto@keltia.freenix.fr Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Well, it is innocuous, except it reduces portabilty (seteuid() isn't in >> POSIX.1). Here is an attempt at a portable version: >> >> uid = getuid(); >> (void)setuid(uid); >> (void)setuid(uid); > >I never knew that setuid() was "sticky" - what happens if you call it >a 3rd time? :-) It depends on how bizarre "appropriate privilege" is and whether it changes between the second and third calls. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 19:11:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10670 for cvs-all-outgoing; Fri, 10 Jul 1998 19:11:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10663 for ; Fri, 10 Jul 1998 19:11:45 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id TAA15592; Fri, 10 Jul 1998 19:11:27 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, ghelmer@scl.ameslab.gov, imp@village.org, roberto@keltia.freenix.fr Subject: Re: cvs commit: src/usr.bin/msgs msgs.c In-reply-to: Your message of "Sat, 11 Jul 1998 12:03:48 +1000." <199807110203.MAA02791@godzilla.zeta.org.au> Date: Fri, 10 Jul 1998 19:11:27 -0700 Message-ID: <15588.900123087@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Gosh, and I thought it was only sync(1) that had to be done three times in a row by tradition. :) - Jordan > >> Well, it is innocuous, except it reduces portabilty (seteuid() isn't in > >> POSIX.1). Here is an attempt at a portable version: > >> > >> uid = getuid(); > >> (void)setuid(uid); > >> (void)setuid(uid); > > > >I never knew that setuid() was "sticky" - what happens if you call it > >a 3rd time? :-) > > It depends on how bizarre "appropriate privilege" is and whether it > changes between the second and third calls. > > Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 19:40:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13275 for cvs-all-outgoing; Fri, 10 Jul 1998 19:40:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13270; Fri, 10 Jul 1998 19:40:57 -0700 (PDT) (envelope-from hsu@FreeBSD.org) From: Jeffrey Hsu Received: (from hsu@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10120; Fri, 10 Jul 1998 19:40:51 -0700 (PDT) Date: Fri, 10 Jul 1998 19:40:51 -0700 (PDT) Message-Id: <199807110240.TAA10120@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/jam - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hsu 1998/07/10 19:40:51 PDT ports/devel/jam - Imported sources Update of /home/ncvs/ports/devel/jam In directory freefall.freebsd.org:/c/users/hsu/cvs/jam Log Message: Import Jam/MR, a build utility like make(1). Status: Vendor Tag: PERFORCE Release Tags: jam_2_2 N ports/devel/jam/Makefile N ports/devel/jam/files/md5 N ports/devel/jam/pkg/COMMENT N ports/devel/jam/pkg/DESCR N ports/devel/jam/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 Jul 10 19:42:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13520 for cvs-all-outgoing; Fri, 10 Jul 1998 19:42:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13509; Fri, 10 Jul 1998 19:42:54 -0700 (PDT) (envelope-from hsu@FreeBSD.org) From: Jeffrey Hsu Received: (from hsu@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10270; Fri, 10 Jul 1998 19:42:48 -0700 (PDT) Date: Fri, 10 Jul 1998 19:42:48 -0700 (PDT) Message-Id: <199807110242.TAA10270@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hsu 1998/07/10 19:42:48 PDT Modified files: devel Makefile Log: Add jam. Revision Changes Path 1.117 +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 Jul 10 19:48:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14297 for cvs-all-outgoing; Fri, 10 Jul 1998 19:48:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14287; Fri, 10 Jul 1998 19:48:46 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10509; Fri, 10 Jul 1998 19:48:40 -0700 (PDT) Date: Fri, 10 Jul 1998 19:48:40 -0700 (PDT) Message-Id: <199807110248.TAA10509@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp defs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/07/10 19:48:39 PDT Modified files: usr.sbin/ppp defs.h Log: Change MIN_LQRPERIOD from 5 to 2. Revision Changes Path 1.34 +3 -3 src/usr.sbin/ppp/defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 20:32:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19171 for cvs-all-outgoing; Fri, 10 Jul 1998 20:32:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ranma.nectar.com (nectar.communique.net [204.27.67.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19143; Fri, 10 Jul 1998 20:32:26 -0700 (PDT) (envelope-from nectar@ranma.nectar.com) Received: from localhost (localhost [127.0.0.1]) by ranma.nectar.com (8.8.8/8.8.8) with ESMTP id WAA04218; Fri, 10 Jul 1998 22:08:46 -0500 (CDT) Message-Id: <199807110308.WAA04218@ranma.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <19980711012854.A28197@klemm.gtn.com> References: <199807102112.OAA24738@freefall.freebsd.org> <19980711012854.A28197@klemm.gtn.com> Subject: Re: cvs commit: ports/net/ucd-snmp/pkg PLIST To: Andreas Klemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Date: Fri, 10 Jul 1998 22:08:46 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Yes, one of the patch files could not be committed, and still has not been committed. When it is committed, this will be cleared up. Jacques Vidrine On 11 July 1998 at 1:28, Andreas Klemm wrote: > On Fri, Jul 10, 1998 at 02:12:46PM -0700, Jacques Vidrine wrote: > > * Update to ucd-snmp 3.5. > > cc -I.. -I./.. -I./../snmplib -I. -I. -I./mibgroup -Imibgroup -pipe -O > -Dfreebs > d3 -Dfreebsd2 -c auto_nlist.c > cc -I.. -I./.. -I./../snmplib -I. -I. -I./mibgroup -Imibgroup -o snmpd > snmpd.o > snmp2p.o kernel.o snmp_agent.o snmp_vars.o view_parse.o read_config.o > auto_nlist > .o mibgroup/mibII.o mibgroup/v2party.o mibgroup/mibII/system.o > mibgroup/mibII > /sysORTable.o mibgroup/mibII/at.o mibgroup/mibII/interfaces.o > mibgroup/mibII/ > snmp_mib.o mibgroup/mibII/tcp.o mibgroup/mibII/icmp.o mibgroup/mibII/ip.o > mi > bgroup/mibII/udp.o mibgroup/mibII/vacm_vars.o mibgroup/ucd-snmp/proc.o > mibgro > up/ucd-snmp/versioninfo.o mibgroup/ucd-snmp/pass.o mibgroup/ucd-snmp/disk.o > m > ibgroup/ucd-snmp/loadave.o mibgroup/ucd-snmp/extensible.o > mibgroup/ucd-snmp/er > rormib.o mibgroup/ucd-snmp/registry.o mibgroup/v2party/acl_vars.o > mibgroup/v2 > party/party_vars.o mibgroup/v2party/view_vars.o > mibgroup/v2party/context_vars. > o mibgroup/v2party/alarm.o mibgroup/v2party/event.o mibgroup/util_funcs.o > mi > bgroup/mibII/var_route.o mibgroup/mibII/route_write.o -L../snmplib -lsnmp > -lk > vm -lm > ld: -lsnmp: no match > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > What gives you 90% more speed, for example, in kernel compilation ? > http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html > "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNabXPTeRhT8JRySpAQHmswP+NKul+OGO8UKKmETrp/ZaVMRDVBL5Bkc2 KO/Z9B5+pU8yZXsyOYvGQfT2bfsM+vf6K7g15eTh1+nviqB/bHs0Ps3189VQRiX2 jqMSSS24OIuFp57h3X5r+OyYww1aUCB3k2mpJEMeJVSWVbUpXqkpWwkuAVoYjdfF XbL7zdyrpDY= =+idP -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 21:03:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21430 for cvs-all-outgoing; Fri, 10 Jul 1998 21:03:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21416; Fri, 10 Jul 1998 21:02:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA12446; Fri, 10 Jul 1998 21:02:50 -0700 (PDT) Date: Fri, 10 Jul 1998 21:02:50 -0700 (PDT) Message-Id: <199807110402.VAA12446@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include bootinfo.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/10 21:02:50 PDT Modified files: sys/i386/include bootinfo.h Log: Don't pretend to support ix86's with 16-bit ints by using longs just to ensure 32-bit variables. Doing so broke i386's with 64-bit longs. Use fixed-size integral types instead of plain ints, shorts, chars and pointers since the bootinfo struct layout is a binary interface. The boot blocks could reasonably be implemented using 16-bit code. Revision Changes Path 1.9 +15 -15 src/sys/i386/include/bootinfo.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 21:46:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25628 for cvs-all-outgoing; Fri, 10 Jul 1998 21:46:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25623; Fri, 10 Jul 1998 21:46:37 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA14033; Fri, 10 Jul 1998 21:46:30 -0700 (PDT) Date: Fri, 10 Jul 1998 21:46:30 -0700 (PDT) Message-Id: <199807110446.VAA14033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/07/10 21:46:30 PDT Modified files: sys/i386/conf LINT Log: Add ipforward option Revision Changes Path 1.446 +2 -2 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 21:58:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA26633 for cvs-all-outgoing; Fri, 10 Jul 1998 21:58:35 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA26628; Fri, 10 Jul 1998 21:58:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA14376; Fri, 10 Jul 1998 21:58:27 -0700 (PDT) Date: Fri, 10 Jul 1998 21:58:27 -0700 (PDT) Message-Id: <199807110458.VAA14376@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include cpufunc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/10 21:58:27 PDT Modified files: sys/i386/include cpufunc.h Log: Don't pretend to support ix86's with 16-bit ints by using longs just to ensure 32-bit variables. Doing so broke and/or pessimized i386's with 64-bit longs (unnecessary use of 64-bit variables caused remarkably few problems in C code, but the inline asm here tended to fail because there are no 64-bit registers). Since the interfaces here are very machine-dependent and shouldn't be used outside of the kernel, use a standard types of "known" width instead of fixed-width types. Changed all quad_t's to u_int64_t's. quad_t isn't standard, and using signed types for 64-bit registers was bogus (but made no difference). Revision Changes Path 1.80 +32 -32 src/sys/i386/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 22:59:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00609 for cvs-all-outgoing; Fri, 10 Jul 1998 22:59:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00604; Fri, 10 Jul 1998 22:59:43 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA15544; Fri, 10 Jul 1998 22:59:35 -0700 (PDT) Date: Fri, 10 Jul 1998 22:59:35 -0700 (PDT) Message-Id: <199807110559.WAA15544@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 identcpu.c src/sys/i386/include md_var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/10 22:59:35 PDT Modified files: sys/i386/i386 identcpu.c sys/i386/include md_var.h Log: Don't pretend to support ix86's with 16-bit ints by using longs just to ensure 32-bit variables. Doing so mainly bogotified some printf formats. Fixed disorder in md_var.h. Revision Changes Path 1.50 +8 -8 src/sys/i386/i386/identcpu.c 1.24 +10 -11 src/sys/i386/include/md_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 23:04:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01150 for cvs-all-outgoing; Fri, 10 Jul 1998 23:04:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01120; Fri, 10 Jul 1998 23:04:39 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.0/8.9.0) id IAA28592; Sat, 11 Jul 1998 08:03:47 +0200 (SAT) From: John Hay Message-Id: <199807110603.IAA28592@zibbi.mikom.csir.co.za> Subject: Re: cvs commit: ports/net/ucd-snmp/pkg PLIST In-Reply-To: <199807102140.QAA02655@ranma.nectar.com> from Jacques Vidrine at "Jul 10, 98 04:40:17 pm" To: n@nectar.com (Jacques Vidrine) Date: Sat, 11 Jul 1998 08:03:47 +0200 (SAT) Cc: sprice@hiwaay.net, nectar@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > 2) Can you look into PR# 7198? I compiled it on > > my -current box with no problems and it would > > be nice to get a second opinion before calling > > it a pilot error. > > Both 3.3.1 and 3.5 seem to need to include > on -current. I tracked this down a couple of weeks ago, so > I don't remember exactly what it wanted from socketvar.h. > I think it was xsocket. It shouldn't be needed anymore. I fixed netinet/tcp_var.h a while ago, because it was was wrong to need sys/socketvar.h. So if you have a current -current ucd-snmp-3.5 should _compile_ with no patches needed. It won't run properly though because 3.5 have a bug where it doesn't call all its init routines. John -- John Hay -- John.Hay@mikom.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 10 23:35:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02592 for cvs-all-outgoing; Fri, 10 Jul 1998 23:35:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02586; Fri, 10 Jul 1998 23:35:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA15994; Fri, 10 Jul 1998 23:35:41 -0700 (PDT) Date: Fri, 10 Jul 1998 23:35:41 -0700 (PDT) Message-Id: <199807110635.XAA15994@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa fd.c fdc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/10 23:35:40 PDT Modified files: sys/i386/isa fd.c fdc.h Log: Don't pretend to support ix86's with 7-bit ints by using longs just to ensure 8-bit variables. Doing so mainly bogotified some printf formats. Revision Changes Path 1.116 +4 -4 src/sys/i386/isa/fd.c 1.10 +2 -2 src/sys/i386/isa/fdc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 00:46:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08707 for cvs-all-outgoing; Sat, 11 Jul 1998 00:46:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08701; Sat, 11 Jul 1998 00:46:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17483; Sat, 11 Jul 1998 00:46:18 -0700 (PDT) Date: Sat, 11 Jul 1998 00:46:18 -0700 (PDT) Message-Id: <199807110746.AAA17483@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vn vn.c src/sys/gnu/ext2fs ext2_inode_cnv.c ext2_linux_ialloc.c ext2_lookup.c src/sys/i386/i386 busdma_machdep.c identcpu.c machdep.c pmap.c src/sys/i386/isa diskslice_machdep.c wd.c src/sys/kern ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 00:46:18 PDT Modified files: sys/dev/vn vn.c sys/gnu/ext2fs ext2_inode_cnv.c ext2_linux_ialloc.c ext2_lookup.c sys/i386/i386 busdma_machdep.c identcpu.c machdep.c pmap.c sys/i386/isa diskslice_machdep.c wd.c sys/kern kern_clock.c kern_module.c kern_proc.c kern_shutdown.c subr_diskslice.c vfs_subr.c sys/miscfs/procfs procfs_status.c procfs_vnops.c sys/miscfs/specfs spec_vnops.c sys/msdosfs msdosfs_vnops.c sys/pci ide_pci.c ncr.c sys/scsi cd.c scsi_base.c scsiconf.c sd.c st.c sys/ufs/ffs ffs_alloc.c sys/ufs/mfs mfs_vnops.c sys/ufs/ufs ufs_lookup.c ufs_vnops.c sys/vm swap_pager.c vm_map.c vm_page.c vnode_pager.c Log: Fixed printf format errors. Revision Changes Path 1.65 +15 -12 src/sys/dev/vn/vn.c 1.9 +3 -2 src/sys/gnu/ext2fs/ext2_inode_cnv.c 1.11 +2 -1 src/sys/gnu/ext2fs/ext2_linux_ialloc.c 1.17 +1 -1 src/sys/gnu/ext2fs/ext2_lookup.c 1.7 +2 -2 src/sys/i386/i386/busdma_machdep.c 1.51 +7 -7 src/sys/i386/i386/identcpu.c 1.303 +6 -5 src/sys/i386/i386/machdep.c 1.203 +19 -11 src/sys/i386/i386/pmap.c 1.28 +3 -3 src/sys/i386/isa/diskslice_machdep.c 1.171 +4 -4 src/sys/i386/isa/wd.c 1.77 +2 -2 src/sys/kern/kern_clock.c 1.7 +4 -3 src/sys/kern/kern_module.c 1.37 +9 -6 src/sys/kern/kern_proc.c 1.34 +7 -3 src/sys/kern/kern_shutdown.c 1.48 +5 -4 src/sys/kern/subr_diskslice.c 1.158 +4 -4 src/sys/kern/vfs_subr.c 1.11 +6 -6 src/sys/miscfs/procfs/procfs_status.c 1.61 +3 -3 src/sys/miscfs/procfs/procfs_vnops.c 1.66 +10 -6 src/sys/miscfs/specfs/spec_vnops.c 1.75 +2 -2 src/sys/msdosfs/msdosfs_vnops.c 1.13 +16 -13 src/sys/pci/ide_pci.c 1.119 +9 -8 src/sys/pci/ncr.c 1.96 +14 -15 src/sys/scsi/cd.c 1.57 +23 -20 src/sys/scsi/scsi_base.c 1.106 +9 -11 src/sys/scsi/scsiconf.c 1.133 +22 -20 src/sys/scsi/sd.c 1.91 +38 -31 src/sys/scsi/st.c 1.50 +21 -19 src/sys/ufs/ffs/ffs_alloc.c 1.37 +3 -3 src/sys/ufs/mfs/mfs_vnops.c 1.25 +3 -3 src/sys/ufs/ufs/ufs_lookup.c 1.96 +4 -3 src/sys/ufs/ufs/ufs_vnops.c 1.97 +11 -7 src/sys/vm/swap_pager.c 1.130 +4 -3 src/sys/vm/vm_map.c 1.103 +5 -4 src/sys/vm/vm_page.c 1.93 +3 -3 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 01:01:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09444 for cvs-all-outgoing; Sat, 11 Jul 1998 01:01:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09439; Sat, 11 Jul 1998 01:01:27 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17878; Sat, 11 Jul 1998 01:01:20 -0700 (PDT) Date: Sat, 11 Jul 1998 01:01:20 -0700 (PDT) Message-Id: <199807110801.BAA17878@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa rtc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/07/11 01:01:19 PDT Modified files: sys/i386/isa rtc.h Log: Improve a couple of comment. PR: 7242 Reviewed by: phk Submitted by: Peter Jeremy Revision Changes Path 1.11 +7 -6 src/sys/i386/isa/rtc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 01:29:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11502 for cvs-all-outgoing; Sat, 11 Jul 1998 01:29:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA11496; Sat, 11 Jul 1998 01:29:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA19022; Sat, 11 Jul 1998 01:29:42 -0700 (PDT) Date: Sat, 11 Jul 1998 01:29:42 -0700 (PDT) Message-Id: <199807110829.BAA19022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/07/11 01:29:40 PDT Modified files: sys/i386/i386 pmap.c Log: Don't disable pmap_setdevram() which isn't called, but which could be, but instead disable pmap_setvidram() which is called, but probably shouldn't be. PR: 7227, 7240 Revision Changes Path 1.204 +3 -2 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 03:28:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA19967 for cvs-all-outgoing; Sat, 11 Jul 1998 03:28:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA19962; Sat, 11 Jul 1998 03:28:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20685; Sat, 11 Jul 1998 03:28:49 -0700 (PDT) Date: Sat, 11 Jul 1998 03:28:49 -0700 (PDT) Message-Id: <199807111028.DAA20685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 03:28:49 PDT Modified files: sys/kern imgact_elf.c Log: Fixed printf format errors. Revision Changes Path 1.27 +5 -5 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 03:37:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20450 for cvs-all-outgoing; Sat, 11 Jul 1998 03:37:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20444; Sat, 11 Jul 1998 03:37:04 -0700 (PDT) (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 DAA20809; Sat, 11 Jul 1998 03:36:55 -0700 (PDT) Date: Sat, 11 Jul 1998 03:36:55 -0700 (PDT) Message-Id: <199807111036.DAA20809@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch .depend Makefile.test ftpio.3 test.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/11 03:36:54 PDT Removed files: lib/libfetch .depend Makefile.test ftpio.3 test.c Log: New mantra: Think before you import sources. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 03:41:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20709 for cvs-all-outgoing; Sat, 11 Jul 1998 03:41:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20701; Sat, 11 Jul 1998 03:41:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20880; Sat, 11 Jul 1998 03:41:20 -0700 (PDT) Date: Sat, 11 Jul 1998 03:41:20 -0700 (PDT) Message-Id: <199807111041.DAA20880@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 03:41:18 PDT Modified files: sys/kern tty.c Log: Fixed printf format errors. Revision Changes Path 1.105 +7 -7 src/sys/kern/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 03:46:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22617 for cvs-all-outgoing; Sat, 11 Jul 1998 03:46:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22585; Sat, 11 Jul 1998 03:45:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20963; Sat, 11 Jul 1998 03:45:50 -0700 (PDT) Date: Sat, 11 Jul 1998 03:45:50 -0700 (PDT) Message-Id: <199807111045.DAA20963@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 03:45:48 PDT Modified files: sys/kern vfs_cluster.c Log: Fixed printf format errors. Revision Changes Path 1.65 +6 -5 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 03:51:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22855 for cvs-all-outgoing; Sat, 11 Jul 1998 03:51:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22850; Sat, 11 Jul 1998 03:51:15 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21039; Sat, 11 Jul 1998 03:51:06 -0700 (PDT) Date: Sat, 11 Jul 1998 03:51:06 -0700 (PDT) Message-Id: <199807111051.DAA21039@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net radix.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 03:51:04 PDT Modified files: sys/net radix.c Log: Fixed printf format errors. Revision Changes Path 1.15 +4 -3 src/sys/net/radix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 04:11:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25593 for cvs-all-outgoing; Sat, 11 Jul 1998 04:11:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25587; Sat, 11 Jul 1998 04:11:00 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22220; Sat, 11 Jul 1998 04:10:51 -0700 (PDT) Date: Sat, 11 Jul 1998 04:10:51 -0700 (PDT) Message-Id: <199807111110.EAA22220@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 04:10:50 PDT Modified files: sys/i386/i386 pmap.c Log: Fixed printf format errors. Revision Changes Path 1.205 +3 -3 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 04:24:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26227 for cvs-all-outgoing; Sat, 11 Jul 1998 04:24:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26222; Sat, 11 Jul 1998 04:24:58 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22491; Sat, 11 Jul 1998 04:24:49 -0700 (PDT) Date: Sat, 11 Jul 1998 04:24:49 -0700 (PDT) Message-Id: <199807111124.EAA22491@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/news Makefile qnewsletter-1-1.sgml qnewsletter-1-2.sgml qnewsletter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/07/11 04:24:48 PDT Added files: data/news Makefile qnewsletter-1-1.sgml qnewsletter-1-2.sgml qnewsletter.sgml Log: Import the FreeBSD Really-Quick(TM) NewsLetter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 04:26:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26400 for cvs-all-outgoing; Sat, 11 Jul 1998 04:26:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26395; Sat, 11 Jul 1998 04:26:37 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22540; Sat, 11 Jul 1998 04:26:28 -0700 (PDT) Date: Sat, 11 Jul 1998 04:26:28 -0700 (PDT) Message-Id: <199807111126.EAA22540@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/07/11 04:26:27 PDT Modified files: data Makefile Log: Enable news subdir. Revision Changes Path 1.33 +3 -1 www/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 04:30:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26916 for cvs-all-outgoing; Sat, 11 Jul 1998 04:30:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26911; Sat, 11 Jul 1998 04:30:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22621; Sat, 11 Jul 1998 04:30:50 -0700 (PDT) Date: Sat, 11 Jul 1998 04:30:50 -0700 (PDT) Message-Id: <199807111130.EAA22621@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c vm_object.c vnode_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 04:30:49 PDT Modified files: sys/vm vm_map.c vm_object.c vnode_pager.c Log: Fixed printf format errors. Revision Changes Path 1.131 +3 -3 src/sys/vm/vm_map.c 1.124 +8 -6 src/sys/vm/vm_object.c 1.94 +9 -3 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 05:08:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28953 for cvs-all-outgoing; Sat, 11 Jul 1998 05:08:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28947; Sat, 11 Jul 1998 05:08:06 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA23075; Sat, 11 Jul 1998 05:07:57 -0700 (PDT) Date: Sat, 11 Jul 1998 05:07:57 -0700 (PDT) Message-Id: <199807111207.FAA23075@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 05:07:56 PDT Modified files: sys/vm vm_fault.c Log: Fixed printf format errors. Revision Changes Path 1.84 +2 -2 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 05:17:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29350 for cvs-all-outgoing; Sat, 11 Jul 1998 05:17:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29345; Sat, 11 Jul 1998 05:17:19 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA23253; Sat, 11 Jul 1998 05:17:10 -0700 (PDT) Date: Sat, 11 Jul 1998 05:17:10 -0700 (PDT) Message-Id: <199807111217.FAA23253@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 genassym.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 05:17:10 PDT Modified files: sys/i386/i386 genassym.c Log: Fixed printf format errors. Use offsetof() instead of null pointer hacks. Revision Changes Path 1.59 +120 -130 src/sys/i386/i386/genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 05:52:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01046 for cvs-all-outgoing; Sat, 11 Jul 1998 05:52:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01041; Sat, 11 Jul 1998 05:52:12 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA23693; Sat, 11 Jul 1998 05:52:03 -0700 (PDT) Date: Sat, 11 Jul 1998 05:52:03 -0700 (PDT) Message-Id: <199807111252.FAA23693@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/news qnewsletter-1-1.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1998/07/11 05:52:02 PDT Modified files: data/news qnewsletter-1-1.sgml Log: typo Revision Changes Path 1.2 +3 -3 www/data/news/qnewsletter-1-1.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 06:06:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01772 for cvs-all-outgoing; Sat, 11 Jul 1998 06:06:56 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01767; Sat, 11 Jul 1998 06:06:53 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA23936; Sat, 11 Jul 1998 06:06:44 -0700 (PDT) Date: Sat, 11 Jul 1998 06:06:44 -0700 (PDT) Message-Id: <199807111306.GAA23936@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf param.c src/sys/kern kern_synch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 06:06:43 PDT Modified files: sys/conf param.c sys/kern kern_synch.c Log: Moved definition of fscale from param.c to kern_synch.c where it should always have been (it has no user-servicable parts even at compile time) and staticized it. Revision Changes Path 1.30 +1 -6 src/sys/conf/param.c 1.60 +5 -1 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 Sat Jul 11 06:25:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02634 for cvs-all-outgoing; Sat, 11 Jul 1998 06:25:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA02629; Sat, 11 Jul 1998 06:25:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA26253; Sat, 11 Jul 1998 06:25:12 -0700 (PDT) Date: Sat, 11 Jul 1998 06:25:12 -0700 (PDT) Message-Id: <199807111325.GAA26253@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include unistd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 06:25:11 PDT Modified files: include unistd.h Log: Fixed whitespace lossage and long lines in previous commit. Revision Changes Path 1.22 +5 -5 src/include/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 07:01:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04331 for cvs-all-outgoing; Sat, 11 Jul 1998 07:01:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04326; Sat, 11 Jul 1998 07:01:45 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24974; Sat, 11 Jul 1998 07:01:36 -0700 (PDT) Date: Sat, 11 Jul 1998 07:01:36 -0700 (PDT) Message-Id: <199807111401.HAA24974@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/11 07:01:36 PDT Modified files: . modules Log: ja-jvim-canna --> ports/japanese/jvim-canna Revision Changes Path 1.2161 +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 Jul 11 07:02:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04446 for cvs-all-outgoing; Sat, 11 Jul 1998 07:02:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04435; Sat, 11 Jul 1998 07:02:22 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25027; Sat, 11 Jul 1998 07:02:12 -0700 (PDT) Date: Sat, 11 Jul 1998 07:02:12 -0700 (PDT) Message-Id: <199807111402.HAA25027@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/jvim-canna - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/11 07:02:12 PDT ports/japanese/jvim-canna - Imported sources Update of /home/ncvs/ports/japanese/jvim-canna In directory freefall.freebsd.org:/tmp/cvs-serv25017 Log Message: Japanized Vim (with Canna) PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_0r N ports/japanese/jvim-canna/Makefile N ports/japanese/jvim-canna/pkg/COMMENT N ports/japanese/jvim-canna/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 Jul 11 07:03:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04547 for cvs-all-outgoing; Sat, 11 Jul 1998 07:03:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04541; Sat, 11 Jul 1998 07:03:47 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25104; Sat, 11 Jul 1998 07:03:38 -0700 (PDT) Date: Sat, 11 Jul 1998 07:03:38 -0700 (PDT) Message-Id: <199807111403.HAA25104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/11 07:03:37 PDT Modified files: . modules Log: ja-jvim-canna+wnn4 --> ports/japanese/jvim-canna+wnn4 Revision Changes Path 1.2162 +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 Jul 11 07:04:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04685 for cvs-all-outgoing; Sat, 11 Jul 1998 07:04:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04680; Sat, 11 Jul 1998 07:04:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25138; Sat, 11 Jul 1998 07:04:09 -0700 (PDT) Date: Sat, 11 Jul 1998 07:04:09 -0700 (PDT) Message-Id: <199807111404.HAA25138@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/jvim-canna+wnn4 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/11 07:04:08 PDT ports/japanese/jvim-canna+wnn4 - Imported sources Update of /home/ncvs/ports/japanese/jvim-canna+wnn4 In directory freefall.freebsd.org:/tmp/cvs-serv25123 Log Message: Japanized Vim (with Canna and Wnn4) PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_0r N ports/japanese/jvim-canna+wnn4/Makefile N ports/japanese/jvim-canna+wnn4/pkg/COMMENT N ports/japanese/jvim-canna+wnn4/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 Jul 11 07:05:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04819 for cvs-all-outgoing; Sat, 11 Jul 1998 07:05:29 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04811; Sat, 11 Jul 1998 07:05:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25222; Sat, 11 Jul 1998 07:05:18 -0700 (PDT) Date: Sat, 11 Jul 1998 07:05:18 -0700 (PDT) Message-Id: <199807111405.HAA25222@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/11 07:05:18 PDT Modified files: . modules Log: ja-jvim-canna+wnn6 --> ports/japanese/jvim-canna+wnn6 Revision Changes Path 1.2163 +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 Jul 11 07:06:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04936 for cvs-all-outgoing; Sat, 11 Jul 1998 07:06:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04931; Sat, 11 Jul 1998 07:06:04 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25269; Sat, 11 Jul 1998 07:05:55 -0700 (PDT) Date: Sat, 11 Jul 1998 07:05:55 -0700 (PDT) Message-Id: <199807111405.HAA25269@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/jvim-canna+wnn6 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/11 07:05:54 PDT ports/japanese/jvim-canna+wnn6 - Imported sources Update of /home/ncvs/ports/japanese/jvim-canna+wnn6 In directory freefall.freebsd.org:/tmp/cvs-serv25258 Log Message: Japanized Vim (with Canna and Wnn6) PR: ports/6029 (part of) Submitted by: Satoshi Taoka Status: Vendor Tag: TAOKA Release Tags: v2_0r N ports/japanese/jvim-canna+wnn6/Makefile N ports/japanese/jvim-canna+wnn6/pkg/COMMENT N ports/japanese/jvim-canna+wnn6/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 Jul 11 07:07:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05043 for cvs-all-outgoing; Sat, 11 Jul 1998 07:07:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05038; Sat, 11 Jul 1998 07:07:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA25322; Sat, 11 Jul 1998 07:06:59 -0700 (PDT) Date: Sat, 11 Jul 1998 07:06:59 -0700 (PDT) Message-Id: <199807111406.HAA25322@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/vfxdvik Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/11 07:06:59 PDT Modified files: japanese/vfxdvik Makefile Log: Correct maintainer's e-mail address. Mistaken by: myself Revision Changes Path 1.2 +3 -3 ports/japanese/vfxdvik/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 10:00:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19109 for cvs-all-outgoing; Sat, 11 Jul 1998 10:00:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19102; Sat, 11 Jul 1998 10:00:46 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA29261; Sat, 11 Jul 1998 10:00:35 -0700 (PDT) Date: Sat, 11 Jul 1998 10:00:35 -0700 (PDT) Message-Id: <199807111700.KAA29261@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/07/11 10:00:35 PDT Modified files: sys/pc98/i386 machdep.c Log: Sync with sys/i386/i386/machdep.c revision 1.303. Revision Changes Path 1.90 +6 -5 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 10:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19232 for cvs-all-outgoing; Sat, 11 Jul 1998 10:01:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19227; Sat, 11 Jul 1998 10:01:37 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA29303; Sat, 11 Jul 1998 10:01:27 -0700 (PDT) Date: Sat, 11 Jul 1998 10:01:27 -0700 (PDT) Message-Id: <199807111701.KAA29303@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 atcompat_diskslice.c diskslice_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/07/11 10:01:26 PDT Modified files: sys/pc98/pc98 atcompat_diskslice.c diskslice_machdep.c Log: Sync with sys/i386/isa/diskslice_machdep.c revision 1.28. Revision Changes Path 1.9 +3 -3 src/sys/pc98/pc98/atcompat_diskslice.c 1.13 +3 -3 src/sys/pc98/pc98/diskslice_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 10:02:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19432 for cvs-all-outgoing; Sat, 11 Jul 1998 10:02:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19427; Sat, 11 Jul 1998 10:02:18 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA29341; Sat, 11 Jul 1998 10:02:08 -0700 (PDT) Date: Sat, 11 Jul 1998 10:02:08 -0700 (PDT) Message-Id: <199807111702.KAA29341@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/07/11 10:02:08 PDT Modified files: sys/pc98/pc98 fd.c Log: Sync with sys/i386/isa/fd.c revision 1.116. Revision Changes Path 1.34 +4 -4 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 10:03:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19678 for cvs-all-outgoing; Sat, 11 Jul 1998 10:03:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19673; Sat, 11 Jul 1998 10:03:02 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA29400; Sat, 11 Jul 1998 10:02:52 -0700 (PDT) Date: Sat, 11 Jul 1998 10:02:52 -0700 (PDT) Message-Id: <199807111702.KAA29400@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1998/07/11 10:02:51 PDT Modified files: sys/pc98/pc98 wd.c Log: Sync with sys/i386/isa/wd.c revision 1.171. Revision Changes Path 1.58 +4 -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 Sat Jul 11 10:42:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22855 for cvs-all-outgoing; Sat, 11 Jul 1998 10:42:45 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22850; Sat, 11 Jul 1998 10:42:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA00709; Sat, 11 Jul 1998 10:42:31 -0700 (PDT) Date: Sat, 11 Jul 1998 10:42:31 -0700 (PDT) Message-Id: <199807111742.KAA00709@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/SSLeay Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 10:42:31 PDT Modified files: security/SSLeay Makefile Log: BUILD_DEPENDS -> LIB_DEPENDS PR: the part of 7188 I missed the first time around Submitted by: Scot W. Hetzel Revision Changes Path 1.18 +2 -2 ports/security/SSLeay/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 10:48:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23396 for cvs-all-outgoing; Sat, 11 Jul 1998 10:48:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23391; Sat, 11 Jul 1998 10:48:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA00958; Sat, 11 Jul 1998 10:48:20 -0700 (PDT) Date: Sat, 11 Jul 1998 10:48:20 -0700 (PDT) Message-Id: <199807111748.KAA00958@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese/expect/patches patch-ae patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 10:48:20 PDT Modified files: japanese/expect/patches patch-ab Added files: japanese/expect/patches patch-ae Log: Fix a pkgIndex-related bug. PR: 7204 Submitted by: maintainer Revision Changes Path 1.4 +21 -6 ports/japanese/expect/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 Jul 11 10:54:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24065 for cvs-all-outgoing; Sat, 11 Jul 1998 10:54:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24054; Sat, 11 Jul 1998 10:54:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA01431; Sat, 11 Jul 1998 10:54:27 -0700 (PDT) Date: Sat, 11 Jul 1998 10:54:27 -0700 (PDT) Message-Id: <199807111754.KAA01431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBacus Makefile ports/devel/ORBacus/files md5 ports/devel/ORBacus/patches patch-ab patch-aa ports/devel/ORBacus/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 10:54:26 PDT Modified files: devel/ORBacus Makefile devel/ORBacus/files md5 devel/ORBacus/patches patch-aa devel/ORBacus/pkg DESCR PLIST Added files: devel/ORBacus/patches patch-ab Log: Upgrade to version 3.0b1. This is the latest version of omniBroker but under a new guise. PR: 7034 Submitted by: maintainer Revision Changes Path 1.6 +14 -12 ports/devel/ORBacus/Makefile 1.2 +1 -1 ports/devel/ORBacus/files/md5 1.2 +66 -78 ports/devel/ORBacus/patches/patch-aa 1.2 +57 -36 ports/devel/ORBacus/pkg/DESCR 1.3 +37 -12 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 Sat Jul 11 10:55:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24235 for cvs-all-outgoing; Sat, 11 Jul 1998 10:55:59 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24230; Sat, 11 Jul 1998 10:55:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA01491; Sat, 11 Jul 1998 10:55:45 -0700 (PDT) Date: Sat, 11 Jul 1998 10:55:45 -0700 (PDT) Message-Id: <199807111755.KAA01491@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 10:55:45 PDT Modified files: devel Makefile Log: Turn on ORBacus port. Revision Changes Path 1.118 +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 Sat Jul 11 10:57:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24421 for cvs-all-outgoing; Sat, 11 Jul 1998 10:57:18 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24413; Sat, 11 Jul 1998 10:57:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA01584; Sat, 11 Jul 1998 10:57:04 -0700 (PDT) Date: Sat, 11 Jul 1998 10:57:04 -0700 (PDT) Message-Id: <199807111757.KAA01584@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 10:57:04 PDT Modified files: devel Makefile Log: omniBroker will soon be removed. It has been replaced with the ORBacus port. Revision Changes Path 1.119 +1 -2 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 11:09:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25759 for cvs-all-outgoing; Sat, 11 Jul 1998 11:09:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25750; Sat, 11 Jul 1998 11:09:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02055; Sat, 11 Jul 1998 11:08:57 -0700 (PDT) Date: Sat, 11 Jul 1998 11:08:57 -0700 (PDT) Message-Id: <199807111808.LAA02055@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/omniBroker Makefile ports/devel/omniBroker/files md5 ports/devel/omniBroker/patches patch-aa ports/devel/omniBroker/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:08:56 PDT Removed files: devel/omniBroker Makefile devel/omniBroker/files md5 devel/omniBroker/patches patch-aa devel/omniBroker/pkg COMMENT DESCR PLIST Log: The omniBroker port has been replaced by ORBacus. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 11:11:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26009 for cvs-all-outgoing; Sat, 11 Jul 1998 11:11:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26004; Sat, 11 Jul 1998 11:11:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02135; Sat, 11 Jul 1998 11:11:41 -0700 (PDT) Date: Sat, 11 Jul 1998 11:11:41 -0700 (PDT) Message-Id: <199807111811.LAA02135@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:11:40 PDT Modified files: . modules Log: Remove omniBroker and add ORBacus -> ports/devel/ORBacus Revision Changes Path 1.2164 +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 Sat Jul 11 11:20:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27021 for cvs-all-outgoing; Sat, 11 Jul 1998 11:20:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27012; Sat, 11 Jul 1998 11:20:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02306; Sat, 11 Jul 1998 11:20:31 -0700 (PDT) Date: Sat, 11 Jul 1998 11:20:31 -0700 (PDT) Message-Id: <199807111820.LAA02306@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math/umfpack - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:20:31 PDT ports/math/umfpack - Imported sources Update of /home/ncvs/ports/math/umfpack In directory freefall.freebsd.org:/d/users/steve/work/umfpack Log Message: Initial import of umfpack version 2.2. A package for solving systems of sparse linear systems. PR: 5295 Submitted by: Pedro Giffuni Status: Vendor Tag: PEDRO Release Tags: v2_2 N ports/math/umfpack/Makefile N ports/math/umfpack/pkg/COMMENT N ports/math/umfpack/pkg/DESCR N ports/math/umfpack/pkg/MESSAGE N ports/math/umfpack/pkg/PLIST N ports/math/umfpack/files/md5 N ports/math/umfpack/patches/patch-aa N ports/math/umfpack/patches/patch-ba 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 Jul 11 11:21:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27219 for cvs-all-outgoing; Sat, 11 Jul 1998 11:21:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27206; Sat, 11 Jul 1998 11:21:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02357; Sat, 11 Jul 1998 11:21:28 -0700 (PDT) Date: Sat, 11 Jul 1998 11:21:28 -0700 (PDT) Message-Id: <199807111821.LAA02357@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/math Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:21:27 PDT Modified files: math Makefile Log: Turn on umfpack. Revision Changes Path 1.46 +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 Sat Jul 11 11:23:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27505 for cvs-all-outgoing; Sat, 11 Jul 1998 11:23:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27489; Sat, 11 Jul 1998 11:23:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02451; Sat, 11 Jul 1998 11:22:50 -0700 (PDT) Date: Sat, 11 Jul 1998 11:22:50 -0700 (PDT) Message-Id: <199807111822.LAA02451@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:22:50 PDT Modified files: . modules Log: umfpack -> ports/math/umfpack Revision Changes Path 1.2165 +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 Jul 11 11:26:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28177 for cvs-all-outgoing; Sat, 11 Jul 1998 11:26:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28171; Sat, 11 Jul 1998 11:26:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02577; Sat, 11 Jul 1998 11:26:05 -0700 (PDT) Date: Sat, 11 Jul 1998 11:26:05 -0700 (PDT) Message-Id: <199807111826.LAA02577@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/misc/sls - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:26:04 PDT ports/misc/sls - Imported sources Update of /home/ncvs/ports/misc/sls In directory freefall.freebsd.org:/d/users/steve/work/sls Log Message: Initial import of sls version 1.00. An enhanced version of ls(1). PR: 5309 Submitted by: Stefan Zehl Status: Vendor Tag: SEC Release Tags: v1_00 N ports/misc/sls/Makefile N ports/misc/sls/files/md5 N ports/misc/sls/patches/patch-aa N ports/misc/sls/pkg/COMMENT N ports/misc/sls/pkg/DESCR N ports/misc/sls/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 Jul 11 11:28:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28330 for cvs-all-outgoing; Sat, 11 Jul 1998 11:28:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28319; Sat, 11 Jul 1998 11:28:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02662; Sat, 11 Jul 1998 11:27:49 -0700 (PDT) Date: Sat, 11 Jul 1998 11:27:49 -0700 (PDT) Message-Id: <199807111827.LAA02662@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:27:49 PDT Modified files: misc Makefile Log: Turn on sls port. Revision Changes Path 1.147 +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 Jul 11 11:29:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28478 for cvs-all-outgoing; Sat, 11 Jul 1998 11:29:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28473; Sat, 11 Jul 1998 11:29:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02722; Sat, 11 Jul 1998 11:28:56 -0700 (PDT) Date: Sat, 11 Jul 1998 11:28:56 -0700 (PDT) Message-Id: <199807111828.LAA02722@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:28:55 PDT Modified files: . modules Log: sls -> ports/misc/sls Revision Changes Path 1.2166 +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 Jul 11 11:32:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29105 for cvs-all-outgoing; Sat, 11 Jul 1998 11:32:21 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29096; Sat, 11 Jul 1998 11:32:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02890; Sat, 11 Jul 1998 11:32:08 -0700 (PDT) Date: Sat, 11 Jul 1998 11:32:08 -0700 (PDT) Message-Id: <199807111832.LAA02890@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/bnc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:32:08 PDT ports/net/bnc - Imported sources Update of /home/ncvs/ports/net/bnc In directory freefall.freebsd.org:/d/users/steve/work/bnc Log Message: Initial import of bnc version 2.4.3. An IRC proxy daemon that supports virtual hosting. PR: 7192 Submitted by: Bill Fumerola Status: Vendor Tag: FUMEROLA Release Tags: v2_4_3 N ports/net/bnc/Makefile N ports/net/bnc/pkg/COMMENT N ports/net/bnc/pkg/DESCR N ports/net/bnc/pkg/PLIST N ports/net/bnc/files/md5 N ports/net/bnc/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 11:33:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29435 for cvs-all-outgoing; Sat, 11 Jul 1998 11:33:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29430; Sat, 11 Jul 1998 11:33:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02939; Sat, 11 Jul 1998 11:33:02 -0700 (PDT) Date: Sat, 11 Jul 1998 11:33:02 -0700 (PDT) Message-Id: <199807111833.LAA02939@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:33:02 PDT Modified files: net Makefile Log: Turn on bnc port. Revision Changes Path 1.173 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 11:34:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29585 for cvs-all-outgoing; Sat, 11 Jul 1998 11:34:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29573; Sat, 11 Jul 1998 11:34:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA03023; Sat, 11 Jul 1998 11:33:58 -0700 (PDT) Date: Sat, 11 Jul 1998 11:33:58 -0700 (PDT) Message-Id: <199807111833.LAA03023@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/07/11 11:33:58 PDT Modified files: . modules Log: bnc -> ports/net/bnc Revision Changes Path 1.2167 +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 Jul 11 11:56:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02096 for cvs-all-outgoing; Sat, 11 Jul 1998 11:56:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02091; Sat, 11 Jul 1998 11:56:14 -0700 (PDT) (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 LAA03730; Sat, 11 Jul 1998 11:56:03 -0700 (PDT) Date: Sat, 11 Jul 1998 11:56:03 -0700 (PDT) Message-Id: <199807111856.LAA03730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch Makefile fetch.c fetch.h ftp.c http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/11 11:56:02 PDT Modified files: lib/libfetch Makefile fetch.c fetch.h ftp.c http.c Log: Too many changes to list. Basically, FTP is nearly there and error reporting is kinda sorted out. Now HTTP needs to catch up... Revision Changes Path 1.2 +4 -4 src/lib/libfetch/Makefile 1.2 +36 -1 src/lib/libfetch/fetch.c 1.2 +8 -5 src/lib/libfetch/fetch.h 1.2 +237 -97 src/lib/libfetch/ftp.c 1.2 +19 -33 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 Sat Jul 11 12:05:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03152 for cvs-all-outgoing; Sat, 11 Jul 1998 12:05:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03147; Sat, 11 Jul 1998 12:05:42 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA04074; Sat, 11 Jul 1998 12:05:31 -0700 (PDT) Date: Sat, 11 Jul 1998 12:05:31 -0700 (PDT) Message-Id: <199807111905.MAA04074@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/07/11 12:05:29 PDT Modified files: usr.sbin/ppp ip.c Log: Check the ``alive'' filter for a packet *before* the mbuf is deallocated by vj_SendFrame(). Revision Changes Path 1.49 +2 -2 src/usr.sbin/ppp/ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 19:10:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01236 for cvs-all-outgoing; Sat, 11 Jul 1998 19:10:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dt053nd2.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01072; Sat, 11 Jul 1998 19:09:33 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nd2.san.rr.com (8.8.8/8.8.8) with ESMTP id TAA29002; Sat, 11 Jul 1998 19:00:25 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35A818B8.E9235620@dal.net> Date: Sat, 11 Jul 1998 19:00:24 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: Julian Elischer CC: Brian Somers , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc services References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Julian Elischer wrote: > > IRC used divert? > > On Fri, 3 Jul 1998, Brian Somers wrote: > > > brian 1998/07/03 18:58:17 PDT > > > > Modified files: (Branch: RELENG_2_2) > > etc services > > Log: > > MFC: 6668/divert -> 8668/divert. IRC uses 6668. Ports 6660-6669 are very commonly used as ports to connect to ircd on. Port 6667 is by far the most common, and 6668 is a very common alternate port. Hope this helps, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 19:19:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04410 for cvs-all-outgoing; Sat, 11 Jul 1998 19:19:03 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04380; Sat, 11 Jul 1998 19:18:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA14296; Sat, 11 Jul 1998 19:18:43 -0700 (PDT) Date: Sat, 11 Jul 1998 19:18:43 -0700 (PDT) Message-Id: <199807120218.TAA14296@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config config.y Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 19:18:43 PDT Modified files: usr.sbin/config config.y Log: Fixed off-by-1 errors in option line numbers. yyline is 0-based, but was used as if it is 1-based. This happened to give the correct result for options without values because of a compensating error in newline lexing. Didn't fix the latter, so line numbers in yyerror() may still be 1 too high in some cases. Revision Changes Path 1.25 +6 -2 src/usr.sbin/config/config.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 19:30:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07704 for cvs-all-outgoing; Sat, 11 Jul 1998 19:30:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07659; Sat, 11 Jul 1998 19:30:24 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA13675; Sat, 11 Jul 1998 18:48:18 -0700 (PDT) Date: Sat, 11 Jul 1998 18:48:18 -0700 (PDT) Message-Id: <199807120148.SAA13675@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 18:48:17 PDT Modified files: sys/conf options Log: Prepare to handle MAXUSERS as a normal option. Revision Changes Path 1.88 +2 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 19:31:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07915 for cvs-all-outgoing; Sat, 11 Jul 1998 19:31:32 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07869; Sat, 11 Jul 1998 19:31:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA11393; Sat, 11 Jul 1998 17:30:25 -0700 (PDT) Date: Sat, 11 Jul 1998 17:30:25 -0700 (PDT) Message-Id: <199807120030.RAA11393@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/07/11 17:30:25 PDT Modified files: usr.sbin/ppp command.c Log: Correct enable/disable handling (broken when ironing out 32/64 bit issues recently). Revision Changes Path 1.155 +3 -3 src/usr.sbin/ppp/command.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 19:31:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07935 for cvs-all-outgoing; Sat, 11 Jul 1998 19:31:41 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07880; Sat, 11 Jul 1998 19:31:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA12197; Sat, 11 Jul 1998 17:38:07 -0700 (PDT) Date: Sat, 11 Jul 1998 17:38:07 -0700 (PDT) Message-Id: <199807120038.RAA12197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1998/07/11 17:38:07 PDT Modified files: japanese Makefile Log: Add jvim-* and onew-*. PR: ports/6029 (finished!) Submitted by: Satoshi Taoka Revision Changes Path 1.128 +12 -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 Sat Jul 11 19:31:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07964 for cvs-all-outgoing; Sat, 11 Jul 1998 19:31:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07894; Sat, 11 Jul 1998 19:31:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA14482; Sat, 11 Jul 1998 19:31:10 -0700 (PDT) Date: Sat, 11 Jul 1998 19:31:10 -0700 (PDT) Message-Id: <199807120231.TAA14482@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config mkoptions.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/11 19:31:09 PDT Modified files: usr.sbin/config mkoptions.c Log: Warn about redefined options. Keep using the last value processed. Options are processed reverse file order, so the first definition in the config file wins (except for directives that are converted to option). Revision Changes Path 1.7 +8 -2 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 19:32:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08223 for cvs-all-outgoing; Sat, 11 Jul 1998 19:32:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08147; Sat, 11 Jul 1998 19:32:23 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA09705; Sat, 11 Jul 1998 16:10:55 -0700 (PDT) Date: Sat, 11 Jul 1998 16:10:55 -0700 (PDT) Message-Id: <199807112310.QAA09705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/security/ssh Makefile ports/security/ssh/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1998/07/11 16:10:55 PDT Modified files: security/ssh Makefile security/ssh/files md5 Log: upgrade to 1.2.26 for security improvements Revision Changes Path 1.57 +2 -2 ports/security/ssh/Makefile 1.21 +1 -1 ports/security/ssh/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 Jul 11 19:33:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08495 for cvs-all-outgoing; Sat, 11 Jul 1998 19:33:39 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08385; Sat, 11 Jul 1998 19:33:14 -0700 (PDT) (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 OAA07716; Sat, 11 Jul 1998 14:36:19 -0700 (PDT) Date: Sat, 11 Jul 1998 14:36:19 -0700 (PDT) Message-Id: <199807112136.OAA07716@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch ftpio.h oldftp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/11 14:36:18 PDT Removed files: lib/libfetch ftpio.h oldftp.c Log: Now that the new ftp code works, we can throw away the old bits. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 19:34:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08607 for cvs-all-outgoing; Sat, 11 Jul 1998 19:34:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08489; Sat, 11 Jul 1998 19:33:32 -0700 (PDT) (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 OAA07546; Sat, 11 Jul 1998 14:29:10 -0700 (PDT) Date: Sat, 11 Jul 1998 14:29:10 -0700 (PDT) Message-Id: <199807112129.OAA07546@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch fetch.c fetch.h ftp.c http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/11 14:29:10 PDT Modified files: lib/libfetch fetch.c fetch.h ftp.c http.c Log: FTP retrieve works. Revision Changes Path 1.3 +1 -1 src/lib/libfetch/fetch.c 1.3 +1 -0 src/lib/libfetch/fetch.h 1.3 +143 -57 src/lib/libfetch/ftp.c 1.3 +0 -0 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 Sat Jul 11 19:34:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08786 for cvs-all-outgoing; Sat, 11 Jul 1998 19:34:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08620; Sat, 11 Jul 1998 19:33:58 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06958; Sat, 11 Jul 1998 13:57:57 -0700 (PDT) Date: Sat, 11 Jul 1998 13:57:57 -0700 (PDT) Message-Id: <199807112057.NAA06958@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-doc@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/07/11 13:57:57 PDT Modified files: handbook submitters.sgml Log: Added William Lloyd as FreeBSD contributor for his update and bugfixing work of the apache12-php3 port Revision Changes Path 1.212 +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 Sat Jul 11 19:34:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08844 for cvs-all-outgoing; Sat, 11 Jul 1998 19:34:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08645; Sat, 11 Jul 1998 19:34:01 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06864; Sat, 11 Jul 1998 13:52:44 -0700 (PDT) Date: Sat, 11 Jul 1998 13:52:44 -0700 (PDT) Message-Id: <199807112052.NAA06864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/apache12-php3 Makefile ports/www/apache12-php3/files md5 ports/www/apache12-php3/patches patch-ai patch-aj patch-ak Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/07/11 13:52:44 PDT Modified files: www/apache12-php3 Makefile www/apache12-php3/files md5 Added files: www/apache12-php3/patches patch-ai patch-aj patch-ak Log: upgrade to newest php version 3.0.1 fixes regarding compilation/linking with libgd a fix for me in Makefile to make this submission $PREFIX clean big thanks to William Submitted by: William Lloyd Revision Changes Path 1.47 +7 -7 ports/www/apache12-php3/Makefile 1.25 +1 -1 ports/www/apache12-php3/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 Jul 11 19:34:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08994 for cvs-all-outgoing; Sat, 11 Jul 1998 19:34:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08852; Sat, 11 Jul 1998 19:34:28 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA05361; Sat, 11 Jul 1998 12:41:13 -0700 (PDT) Date: Sat, 11 Jul 1998 12:41:13 -0700 (PDT) Message-Id: <199807111941.MAA05361@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/mbone/vic/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/07/11 12:41:13 PDT Modified files: mbone/vic/patches patch-aa Log: Fix the configure script to not try to build a grabber which is not included in the vic source. Revision Changes Path 1.10 +10 -0 ports/mbone/vic/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 Jul 11 20:08:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16854 for cvs-all-outgoing; Sat, 11 Jul 1998 20:08:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16849; Sat, 11 Jul 1998 20:08:20 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id UAA27723; Sat, 11 Jul 1998 20:08:11 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd027698; Sun Jul 12 03:08:02 1998 Date: Sat, 11 Jul 1998 20:07:57 -0700 (PDT) From: Julian Elischer To: Studded cc: Brian Somers , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc services In-Reply-To: <35A818B8.E9235620@dal.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 11 Jul 1998, Studded wrote: > Julian Elischer wrote: > > > > IRC used divert? > > > > On Fri, 3 Jul 1998, Brian Somers wrote: > > > > > brian 1998/07/03 18:58:17 PDT > > > > > > Modified files: (Branch: RELENG_2_2) > > > etc services > > > Log: > > > MFC: 6668/divert -> 8668/divert. IRC uses 6668. ^^^^^^ ^^^^^^ there was no clash to start with... > > Ports 6660-6669 are very commonly used as ports to connect to ircd on. > Port 6667 is by far the most common, and 6668 is a very common alternate > port. > This is irrelevant.. IRC does not use the DIVERT PROTOCOL the port spaces are not shared. For one, divert is only valid within a single machine. One number is as good as another but it's a pointless edit. > Hope this helps, well it lets me know there was no real reason.. But it's not worth shifting it back..8668 will do just fine. > > Doug > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 22:24:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09240 for cvs-all-outgoing; Sat, 11 Jul 1998 22:24:48 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA09232; Sat, 11 Jul 1998 22:24:47 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA21180; Sat, 11 Jul 1998 22:24:13 -0700 (PDT) Date: Sat, 11 Jul 1998 22:24:13 -0700 (PDT) Message-Id: <199807120524.WAA21180@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/releases/2.2.5R errata.sgml www/data/releases/2.2.6R errata.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/07/11 22:24:13 PDT Modified files: data/releases/2.2.5R errata.sgml data/releases/2.2.6R errata.sgml Log: Update location for, erm, updates. Submitted by: Motoyuki Konno Revision Changes Path 1.5 +5 -5 www/data/releases/2.2.5R/errata.sgml 1.7 +4 -4 www/data/releases/2.2.6R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 11 23:42:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16380 for cvs-all-outgoing; Sat, 11 Jul 1998 23:42:05 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pcpsj.pfcs.com (f+4dyRTjtw2r5DzqHReq23vEA4AiC/+/@harlan.fred.net [205.252.219.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16335 for ; Sat, 11 Jul 1998 23:42:01 -0700 (PDT) (envelope-from Harlan.Stenn@pfcs.com) Received: from mumps.pfcs.com [192.52.69.11] (HELO mumps.pfcs.com) by pcpsj.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Sun, 12 Jul 1998 02:41:46 -0400 (EDT) Received: from brown.pfcs.com [192.52.69.44] (HELO brown.pfcs.com) by mumps.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Sat, 11 Jul 1998 23:41:45 -0700 (PDT) Received: from localhost [127.0.0.1] (HELO brown.pfcs.com) by brown.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Sun, 12 Jul 1998 02:41:44 -0400 (EDT) X-Mailer: exmh version 2.0.2 2/24/98 To: committers@FreeBSD.ORG Subject: How about an 8k review? X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 12 Jul 1998 02:41:44 -0400 Message-ID: <23211.900225704@brown.pfcs.com> From: Harlan Stenn Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I've got about 8k of code and documentation patches to syslogd that implement some optional extra functionality that I've described both here and on -current. I'm running these mods here with no trouble. How about somebody with commit privs getting in touch with me so these changes can be reviews and possibly committed? H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message