From owner-freebsd-commit Sun Apr 2 01:25:11 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA28826 for commit-outgoing; Sun, 2 Apr 1995 01:25:11 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA28813 for cvs-sys-outgoing; Sun, 2 Apr 1995 01:25:08 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA28782; Sun, 2 Apr 1995 01:22:43 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id TAA07274; Sun, 2 Apr 1995 19:19:36 +1000 Date: Sun, 2 Apr 1995 19:19:36 +1000 From: Bruce Evans Message-Id: <199504020919.TAA07274@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, ache@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/isa sio.c Sender: commit-owner@FreeBSD.org Precedence: bulk > Modified: sys/i386/isa sio.c > Log: > Fix error: > old type (stty) ioctls can easily bypass locking bits. > It involves manual conversion from old ioctls to new ones, > large piece of code duplicated from tty_compat.c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aarggh. There's got to be a better way to do this. Maybe translate the locking bits? Bruce From owner-freebsd-commit Sun Apr 2 06:12:58 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA03610 for commit-outgoing; Sun, 2 Apr 1995 06:12:58 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA03575 for cvs-gnu-outgoing; Sun, 2 Apr 1995 06:12:48 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA03521; Sun, 2 Apr 1995 06:11:15 -0700 Date: Sun, 2 Apr 1995 06:11:15 -0700 From: Bruce Evans Message-Id: <199504021311.GAA03521@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/perl/usub curses.mus Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/02 06:11:14 Modified: gnu/usr.bin/perl/usub curses.mus Log: Fix compiler warnings: don't declare enum types as static. From owner-freebsd-commit Sun Apr 2 06:15:40 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA03944 for commit-outgoing; Sun, 2 Apr 1995 06:15:40 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA03923 for cvs-ports-outgoing; Sun, 2 Apr 1995 06:15:37 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA03656; Sun, 2 Apr 1995 15:14:10 +0200 Date: Sun, 2 Apr 1995 15:14:10 +0200 From: Joerg Wunsch Message-Id: <199504021314.PAA03656@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/games/acm Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/02 15:14:10 Modified: games/acm Makefile Log: De-canonicalize the host and dir names of the master site. Reviewed by: Submitted by: Obtained from: From owner-freebsd-commit Sun Apr 2 07:54:01 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA22785 for commit-outgoing; Sun, 2 Apr 1995 07:54:01 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA22760 for cvs-sbin-outgoing; Sun, 2 Apr 1995 07:53:57 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA22470; Sun, 2 Apr 1995 07:52:31 -0700 Date: Sun, 2 Apr 1995 07:52:31 -0700 From: Bruce Evans Message-Id: <199504021452.HAA22470@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/fsck dir.c fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/02 07:52:31 Modified: sbin/fsck dir.c fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c Log: Submitted by: phk, added to by bde Fix all the warnings from `gcc -Wall'. From owner-freebsd-commit Sun Apr 2 08:26:47 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27644 for commit-outgoing; Sun, 2 Apr 1995 08:26:47 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27627 for cvs-sbin-outgoing; Sun, 2 Apr 1995 08:26:45 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27392; Sun, 2 Apr 1995 08:25:20 -0700 Date: Sun, 2 Apr 1995 08:25:20 -0700 From: Bruce Evans Message-Id: <199504021525.IAA27392@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/fsck dir.c inode.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/02 08:25:20 Modified: sbin/fsck dir.c inode.c Log: Submitted by: Philippe Charnier , distilled by bde Fix a couple more bogus types that aren't reported by `gcc -Wall'. From owner-freebsd-commit Sun Apr 2 08:53:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA02854 for commit-outgoing; Sun, 2 Apr 1995 08:53:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA02841 for cvs-ports-outgoing; Sun, 2 Apr 1995 08:53:47 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA02800; Sun, 2 Apr 1995 08:52:22 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id IAA02359 ; Sun, 2 Apr 1995 08:51:59 -0700 Date: Sun, 2 Apr 1995 08:51:59 -0700 From: Satoshi Asami Message-Id: <199504021551.IAA02359@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/games Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/02 08:51:58 Modified: games Makefile Log: xboing compiles again. From owner-freebsd-commit Sun Apr 2 09:02:14 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03044 for commit-outgoing; Sun, 2 Apr 1995 09:02:14 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03030 for cvs-gnu-outgoing; Sun, 2 Apr 1995 09:02:02 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03014; Sun, 2 Apr 1995 09:00:33 -0700 Date: Sun, 2 Apr 1995 09:00:33 -0700 From: Bill Paul Message-Id: <199504021600.JAA03014@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/yppush Makefile yppush.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 09:00:32 Modified: gnu/usr.bin/yppush Makefile yppush.c Log: Make yppush compile again when obj directory exists. *groan* From owner-freebsd-commit Sun Apr 2 09:16:23 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03350 for commit-outgoing; Sun, 2 Apr 1995 09:16:23 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03336 for cvs-sys-outgoing; Sun, 2 Apr 1995 09:16:17 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA03269; Sun, 2 Apr 1995 18:14:53 +0200 Date: Sun, 2 Apr 1995 18:14:53 +0200 From: Joerg Wunsch Message-Id: <199504021614.SAA03269@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 cons.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/02 18:14:52 Modified: sys/i386/i386 cons.c Log: Attempt to fix the `you can log into console only once' problem (PR #179). The fix implements a ttyhalfclose() (sort of), resetting the session and pgrp pointers when the physical device is about to be closed. Suggested by: bde From owner-freebsd-commit Sun Apr 2 09:38:07 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03758 for commit-outgoing; Sun, 2 Apr 1995 09:38:07 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03744 for cvs-sbin-outgoing; Sun, 2 Apr 1995 09:38:04 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03684; Sun, 2 Apr 1995 09:36:40 -0700 Date: Sun, 2 Apr 1995 09:36:40 -0700 From: Bruce Evans Message-Id: <199504021636.JAA03684@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/badsect badsect.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/02 09:36:39 Modified: sbin/badsect badsect.c Log: Make this actually work. It always failed in FreeBSD because it attempted to open the mounted block device containing the directory to put the bad sector files in, and opening of mounted block devices hasn't been allowed since Net/2 or before. Attempt to open the raw device instead. Be more careful about long names. Use lstat() instead of stat() to search for block devices so that my symlink to the default floppy doesn't cause problems. Check for truncation of the block number when it is squeezed through the mknod() interface. The maximum used to be only 32767, but now it large enough. From owner-freebsd-commit Sun Apr 2 09:53:46 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA04287 for commit-outgoing; Sun, 2 Apr 1995 09:53:46 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA04273 for cvs-sbin-outgoing; Sun, 2 Apr 1995 09:53:41 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA04218; Sun, 2 Apr 1995 09:52:16 -0700 Date: Sun, 2 Apr 1995 09:52:16 -0700 From: Bruce Evans Message-Id: <199504021652.JAA04218@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/badsect badsect.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/02 09:52:15 Modified: sbin/badsect badsect.c Log: Submitted by: Philippe Charnier , added to by bde Fix all the warnings from `gcc -Wall'. From owner-freebsd-commit Sun Apr 2 10:03:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA04570 for commit-outgoing; Sun, 2 Apr 1995 10:03:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA04557 for cvs-gnu-outgoing; Sun, 2 Apr 1995 10:02:57 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA04529; Sun, 2 Apr 1995 10:01:33 -0700 Date: Sun, 2 Apr 1995 10:01:33 -0700 From: Bill Paul Message-Id: <199504021701.KAA04529@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/libexec/ypxfr yp_xdr.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 10:01:32 Modified: gnu/libexec/ypxfr yp_xdr.c Log: Removed code from yp_xdr.c module that now lives in libc. (Unfortunately, ypxfr can't easily be reduced down to one file like yppush because it needs to do certain special things (such as binding to a specific machine (the NIS master)) which the yp_*() functions in libc don't allow. From owner-freebsd-commit Sun Apr 2 10:25:23 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA05382 for commit-outgoing; Sun, 2 Apr 1995 10:25:23 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA05369 for cvs-sys-outgoing; Sun, 2 Apr 1995 10:25:21 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA05339; Sun, 2 Apr 1995 10:23:56 -0700 From: "Andrey A. Chernov" Message-Id: <199504021723.KAA05339@freefall.cdrom.com> Subject: Re: cvs commit: src/sys/i386/isa sio.c To: bde@zeta.org.au (Bruce Evans) Date: Sun, 2 Apr 1995 10:23:56 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199504020919.TAA07274@godzilla.zeta.org.au> from "Bruce Evans" at Apr 2, 95 07:19:36 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 602 Sender: commit-owner@FreeBSD.org Precedence: bulk > > > Modified: sys/i386/isa sio.c > > Log: > > Fix error: > > old type (stty) ioctls can easily bypass locking bits. > > It involves manual conversion from old ioctls to new ones, > > large piece of code duplicated from tty_compat.c > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Aarggh. > > There's got to be a better way to do this. Maybe translate the locking > bits? > > Bruce > Yes, but not translate locking bits, it cause even larger code. I plan left common code into tty_compat.c and call it from sio too. Current implementation is dirty (because of code duplication) but 100% safe :-) From owner-freebsd-commit Sun Apr 2 11:09:03 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06382 for commit-outgoing; Sun, 2 Apr 1995 11:09:03 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06369 for cvs-ports-outgoing; Sun, 2 Apr 1995 11:09:01 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA06361; Sun, 2 Apr 1995 11:07:37 -0700 Received: from w8hd.w8hd.org (w8hd.w8hd.org [198.252.159.10]) by thud.cdrom.com (8.6.11/8.6.9) with ESMTP id LAA02974 ; Sun, 2 Apr 1995 11:07:13 -0700 Received: (from kimc@localhost) by w8hd.w8hd.org (8.6.11/w8hd) id OAA02207; Sun, 2 Apr 1995 14:07:21 -0400 Date: Sun, 2 Apr 1995 14:07:21 -0400 (EDT) From: Kim Culhan To: Satoshi Asami cc: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: Re: cvs commit: ports/games Makefile In-Reply-To: <199504021551.IAA02359@thud.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: commit-owner@FreeBSD.org Precedence: bulk On Sun, 2 Apr 1995, Satoshi Asami wrote: > asami 95/04/02 08:51:58 > > Modified: games Makefile > Log: > xboing compiles again. xboing does not appear to be anywhere at the site referred to in the makefile. kim -- kimc@w8hd.org From owner-freebsd-commit Sun Apr 2 11:13:43 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06451 for commit-outgoing; Sun, 2 Apr 1995 11:13:43 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06438 for cvs-ports-outgoing; Sun, 2 Apr 1995 11:13:41 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA06426; Sun, 2 Apr 1995 11:12:18 -0700 Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by thud.cdrom.com (8.6.11/8.6.9) with ESMTP id LAA03002 ; Sun, 2 Apr 1995 11:11:55 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA06419; Sun, 2 Apr 1995 11:12:15 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Kim Culhan cc: Satoshi Asami , CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: Re: cvs commit: ports/games Makefile In-reply-to: Your message of "Sun, 02 Apr 95 14:07:21 EDT." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 02 Apr 1995 11:12:14 -0700 Message-ID: <6418.796846334@freefall.cdrom.com> From: Gary Palmer (FreeBSD/ARM Team) Sender: commit-owner@FreeBSD.org Precedence: bulk In message , Kim Culhan writes: >xboing does not appear to be anywhere at the site referred to in the >makefile. Satoshi updated the xboing Makefile earlier to point to a valid site. Check that you have the latest ersion of the games/xboing/Makefile. Gary From owner-freebsd-commit Sun Apr 2 11:21:24 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06604 for commit-outgoing; Sun, 2 Apr 1995 11:21:24 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA06591 for cvs-ports-outgoing; Sun, 2 Apr 1995 11:21:23 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA06560; Sun, 2 Apr 1995 11:19:59 -0700 Received: from w8hd.w8hd.org (w8hd.w8hd.org [198.252.159.10]) by thud.cdrom.com (8.6.11/8.6.9) with ESMTP id LAA03008 ; Sun, 2 Apr 1995 11:19:32 -0700 Received: (from kimc@localhost) by w8hd.w8hd.org (8.6.11/w8hd) id OAA02303; Sun, 2 Apr 1995 14:19:38 -0400 Date: Sun, 2 Apr 1995 14:19:38 -0400 (EDT) From: Kim Culhan To: Gary Palmer cc: Satoshi Asami , CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: Re: cvs commit: ports/games Makefile In-Reply-To: <6418.796846334@freefall.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: commit-owner@FreeBSD.org Precedence: bulk On Sun, 2 Apr 1995, Gary Palmer wrote: > In message , Kim Culhan > writes: > >xboing does not appear to be anywhere at the site referred to in the > >makefile. > > Satoshi updated the xboing Makefile earlier to point to a valid site. > Check that you have the latest ersion of the games/xboing/Makefile. I'll check the sup'r and see if it gets the new one. regards kim -- kimc@w8hd.org From owner-freebsd-commit Sun Apr 2 12:02:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08213 for commit-outgoing; Sun, 2 Apr 1995 12:02:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08197 for cvs-usrbin-outgoing; Sun, 2 Apr 1995 12:02:34 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08153; Sun, 2 Apr 1995 12:01:08 -0700 Date: Sun, 2 Apr 1995 12:01:08 -0700 From: Bruce Evans Message-Id: <199504021901.MAA08153@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/window compress.c ttinit.c wwopen.c xx.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/02 12:01:08 Modified: usr.bin/window compress.c ttinit.c wwopen.c xx.c Log: Include so that malloc() is declared. From owner-freebsd-commit Sun Apr 2 12:06:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08420 for commit-outgoing; Sun, 2 Apr 1995 12:06:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08405 for cvs-sys-outgoing; Sun, 2 Apr 1995 12:06:34 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08343; Sun, 2 Apr 1995 12:05:10 -0700 Date: Sun, 2 Apr 1995 12:05:10 -0700 From: Bruce Evans Message-Id: <199504021905.MAA08343@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_mroute.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/02 12:05:10 Modified: sys/netinet ip_mroute.c Log: Remove redundant declarations. From owner-freebsd-commit Sun Apr 2 12:28:23 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08807 for commit-outgoing; Sun, 2 Apr 1995 12:28:23 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08792 for cvs-sys-outgoing; Sun, 2 Apr 1995 12:28:20 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08762; Sun, 2 Apr 1995 12:26:52 -0700 Date: Sun, 2 Apr 1995 12:26:52 -0700 From: "Andrey A. Chernov" Message-Id: <199504021926.MAA08762@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty_compat.c Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/02 12:26:51 Modified: sys/kern tty_compat.c Log: Back out changes related to locked bits until more elegant solution will be found. Fix flags declarations. From owner-freebsd-commit Sun Apr 2 12:30:24 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08868 for commit-outgoing; Sun, 2 Apr 1995 12:30:24 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08855 for cvs-sys-outgoing; Sun, 2 Apr 1995 12:30:22 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08829; Sun, 2 Apr 1995 12:28:59 -0700 Date: Sun, 2 Apr 1995 12:28:59 -0700 From: "Andrey A. Chernov" Message-Id: <199504021928.MAA08829@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/02 12:28:59 Modified: sys/i386/isa sio.c Log: Back out changes related to locked bits until more elegant solution will be found. Remove some unused variables sneaked in. From owner-freebsd-commit Sun Apr 2 12:37:06 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08977 for commit-outgoing; Sun, 2 Apr 1995 12:37:06 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08964 for cvs-lib-outgoing; Sun, 2 Apr 1995 12:37:04 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08929; Sun, 2 Apr 1995 12:35:41 -0700 Date: Sun, 2 Apr 1995 12:35:41 -0700 From: "Andrey A. Chernov" Message-Id: <199504021935.MAA08929@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/nls Makefile.inc Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/02 12:35:41 Modified: lib/libc/nls Makefile.inc Log: Fix manpage rule From owner-freebsd-commit Sun Apr 2 12:59:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA09326 for commit-outgoing; Sun, 2 Apr 1995 12:59:56 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA09313 for cvs-lib-outgoing; Sun, 2 Apr 1995 12:59:53 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA09230; Sun, 2 Apr 1995 12:58:30 -0700 Date: Sun, 2 Apr 1995 12:58:30 -0700 From: Bill Paul Message-Id: <199504021958.MAA09230@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/yp xdryp.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 12:58:30 Modified: lib/libc/yp xdryp.c Log: Fix xdr_ypmap_parms() so that it agrees with xdr_domainname(), xdr_peername() and friends. From owner-freebsd-commit Sun Apr 2 13:03:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA09511 for commit-outgoing; Sun, 2 Apr 1995 13:03:28 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA09497 for cvs-gnu-outgoing; Sun, 2 Apr 1995 13:03:22 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA09443; Sun, 2 Apr 1995 13:01:56 -0700 Date: Sun, 2 Apr 1995 13:01:56 -0700 From: Bill Paul Message-Id: <199504022001.NAA09443@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/yppush Makefile yppush.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 13:01:54 Modified: gnu/usr.bin/yppush Makefile yppush.c Log: Add back some stuff to yppush.c that I was a little over-zealous in removing. Also do away with compiling yp_svc.c: yppush doesn't need it. From owner-freebsd-commit Sun Apr 2 13:07:10 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA09617 for commit-outgoing; Sun, 2 Apr 1995 13:07:10 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA09604 for cvs-lib-outgoing; Sun, 2 Apr 1995 13:07:03 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA09568; Sun, 2 Apr 1995 13:05:26 -0700 Date: Sun, 2 Apr 1995 13:05:26 -0700 From: Bill Paul Message-Id: <199504022005.NAA09568@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/rpc clnt_udp.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 13:05:24 Modified: lib/libc/rpc clnt_udp.c Log: Submitted by: Sebastian Strollow Obtained from: Casper H. Dik (by vay of Usenet) Small patch to help improve NIS rebinding times (among other things): >From: casper@fwi.uva.nl (Casper H.S. Dik) >Newsgroups: comp.sys.sun.misc,comp.sys.sun.admin >Subject: FIX for slow rebinding of NIS. >Summary: a small change in libc makes life with NIS a lot easier. >Message-ID: <1992Jan17.173905.11727@fwi.uva.nl> >Date: 17 Jan 92 17:39:05 GMT >Sender: news@fwi.uva.nl >Organization: FWI, University of Amsterdam >Lines: 138 >Nntp-Posting-Host: halo.fwi.uva.nl Have you been plagued by long waits when your NIS server is rebooted? READ ON! Sun has a patch, but the README says: ********************* WARNING ****************************** This is a new version of ypbind that never uses the NIS binding file to cache the servers binding. This will have the effect of fixing the current symptom. However, it might degrade the overall performance of the system when the server is available. This is most likely to happen on an overloaded server, which will cause the network to produce a broadcast storm. ************************************************************* Therefor, I have produced another fix. o What goes wrong. When the NIS server is rebooted, ypserv will obtain different ports to listen for RPC requests. All clients will continue to use the old binding they obtained earlier. The NIS server will send ICMP dst unreachable messages for the RPC requests that arrive at the old port. These ICMPs are dropped on the floor and the client code will continue sending the requests until the timer has expired. The small fix at the end of this message will pick up these ICMP messages and deliver them to the RPC layer. o Before and after. I've tested this on some machines and this is the result: (kill and restart ypserv on the server) original% time ypmatch user passwd user:.... 0.040u 0.090s 2:35.64 0.0% 0+126k 0+0io 0pf+0w (155 seconds elapsed time) fixedhost% time ypmatch user passwd user:.... 0.050u 0.050s 0:10.20 0.9% 0+136k 0+0io 0pf+0w (10 seconds elapsed time) Rebinding is almost instantaneous. o Other benefits. RPC calls that use UDP as transport will no longer time out but will abort much sooner. (E.g., the remote host is unreachable or 111/udp is filtered by an intermediate router) From owner-freebsd-commit Sun Apr 2 13:30:11 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA10346 for commit-outgoing; Sun, 2 Apr 1995 13:30:11 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA10323 for cvs-gnu-outgoing; Sun, 2 Apr 1995 13:29:51 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA10276; Sun, 2 Apr 1995 13:28:16 -0700 Date: Sun, 2 Apr 1995 13:28:16 -0700 From: Bill Paul Message-Id: <199504022028.NAA10276@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/yppush Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 13:28:13 Modified: gnu/usr.bin/yppush Makefile Log: Take yp_svc.c out of CLEANFILES rule. From owner-freebsd-commit Sun Apr 2 15:55:05 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA15143 for commit-outgoing; Sun, 2 Apr 1995 15:55:05 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA15130 for cvs-sbin-outgoing; Sun, 2 Apr 1995 15:55:03 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA15103; Sun, 2 Apr 1995 15:53:37 -0700 Date: Sun, 2 Apr 1995 15:53:37 -0700 From: Bruce Evans Message-Id: <199504022253.PAA15103@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/fsck fsck.h Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/02 15:53:37 Modified: sbin/fsck fsck.h Log: Update declaration to match the change made to dir.c a few hours ago. From owner-freebsd-commit Sun Apr 2 16:03:45 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15319 for commit-outgoing; Sun, 2 Apr 1995 16:03:45 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15306 for cvs-sys-outgoing; Sun, 2 Apr 1995 16:03:43 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15281; Sun, 2 Apr 1995 16:02:18 -0700 Date: Sun, 2 Apr 1995 16:02:18 -0700 From: Bill Paul Message-Id: <199504022302.QAA15281@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 swapgeneric.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 16:02:18 Modified: sys/i386/i386 swapgeneric.c Log: Fix implicit declaration of cngetc(). From owner-freebsd-commit Sun Apr 2 16:24:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15737 for commit-outgoing; Sun, 2 Apr 1995 16:24:28 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15724 for cvs-sys-outgoing; Sun, 2 Apr 1995 16:24:26 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA15696; Sun, 2 Apr 1995 16:22:47 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id JAA01951; Mon, 3 Apr 1995 09:18:09 +1000 Date: Mon, 3 Apr 1995 09:18:09 +1000 From: Bruce Evans Message-Id: <199504022318.JAA01951@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com, wpaul@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/i386 swapgeneric.c Sender: commit-owner@FreeBSD.org Precedence: bulk > Modified: sys/i386/i386 swapgeneric.c > Log: > Fix implicit declaration of cngetc(). Please fix implicit declarations of externs by including the headers that declares them, or fix the headers if none declare them. Bruce From owner-freebsd-commit Sun Apr 2 17:26:38 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA16686 for commit-outgoing; Sun, 2 Apr 1995 17:26:38 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA16672 for cvs-sys-outgoing; Sun, 2 Apr 1995 17:26:33 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA16651; Sun, 2 Apr 1995 17:25:07 -0700 Date: Sun, 2 Apr 1995 17:25:07 -0700 From: Bill Paul Message-Id: <199504030025.RAA16651@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 swapgeneric.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/02 17:25:07 Modified: sys/i386/i386 swapgeneric.c Log: Fix implicit declaration the right way. (This has not been a good weekend for me.) From owner-freebsd-commit Sun Apr 2 17:39:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA17061 for commit-outgoing; Sun, 2 Apr 1995 17:39:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA17048 for cvs-ports-outgoing; Sun, 2 Apr 1995 17:39:49 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA16923; Sun, 2 Apr 1995 17:38:20 -0700 Received: from w8hd.w8hd.org (w8hd.w8hd.org [198.252.159.10]) by thud.cdrom.com (8.6.11/8.6.9) with ESMTP id RAA04211 ; Sun, 2 Apr 1995 17:37:51 -0700 Received: (from kimc@localhost) by w8hd.w8hd.org (8.6.11/w8hd) id UAA03076; Sun, 2 Apr 1995 20:37:58 -0400 Date: Sun, 2 Apr 1995 20:37:57 -0400 (EDT) From: Kim Culhan To: Gary Palmer cc: Satoshi Asami , CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: Re: cvs commit: ports/games Makefile In-Reply-To: <6418.796846334@freefall.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: commit-owner@FreeBSD.org Precedence: bulk On Sun, 2 Apr 1995, Gary Palmer wrote: > In message , Kim Culhan > writes: > >xboing does not appear to be anywhere at the site referred to in the > >makefile. > > Satoshi updated the xboing Makefile earlier to point to a valid site. > Check that you have the latest ersion of the games/xboing/Makefile. Tried to build xboing but we have a missing library: Checksums OK. ===> Extracting for xboing2.2 ===> xboing2.2 depends on shared library: Xpm\.4\. - not found ===> Verifying build for Xpm\.4\. in /usr/ports/graphics/xpm >> No directory for Xpm\.4\.. Skipping.. ===> Applying FreeBSD patches for xboing2.2 ===> Configuring for xboing2.2 imake -DUseInstalled -I/usr/X11R6/lib/X11/config [deleted] gccmakedep -- -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I./include -I/usr/X11R6/include/X11 -DHIGH_SCORE_FILE=\"/usr/X11R6/lib/X11/xboing/xboing.scr\" -DAUDIO_FILE=\"audio/LINUXaudio.c\" -DLEVEL_INSTALL_DIR=\"/usr/X11R6/lib/X11/xboing/levels\" -DAUDIO_AVAILABLE=\"True\" -DSOUNDS_DIR=\"/usr/X11R6/lib/X11/xboing/sounds\" -DREADMEP_FILE=\"/usr/X11R6/lib/X11/xboing/docs/problems.doc\" -DUSE_FLOCK=\"True\" -- version.c main.c score.c error.c ball.c blocks.c init.c stage.c level.c paddle.c mess.c intro.c bonus.c sfx.c highscore.c misc.c inst.c gun.c keys.c audio.c special.c presents.c demo.c file.c preview.c dialogue.c eyedude.c editor.c keysedit.c score.c:39: xpm.h: No such file or directory This build was tried with -current sup'd about 0500 UTC 4/2, then built at that time. sup was also run just prior to the build at ~0030 4/3. This updated the Makefile. regards kim -- kimc@w8hd.org From owner-freebsd-commit Sun Apr 2 18:11:12 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17655 for commit-outgoing; Sun, 2 Apr 1995 18:11:12 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17642 for cvs-ports-outgoing; Sun, 2 Apr 1995 18:11:09 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA17606; Sun, 2 Apr 1995 18:09:41 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by thud.cdrom.com (8.6.11/8.6.9) with ESMTP id SAA04293 ; Sun, 2 Apr 1995 18:09:13 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.9/8.6.9) id SAA08610; Sun, 2 Apr 1995 18:09:13 -0700 Date: Sun, 2 Apr 1995 18:09:13 -0700 Message-Id: <199504030109.SAA08610@silvia.HIP.Berkeley.EDU> To: kimc@w8hd.w8hd.org CC: gpalmer@freefall.cdrom.com, CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com In-reply-to: (message from Kim Culhan on Sun, 2 Apr 1995 20:37:57 -0400 (EDT)) Subject: Re: cvs commit: ports/games Makefile From: asami@cs.berkeley.edu (Satoshi Asami/=?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: commit-owner@FreeBSD.org Precedence: bulk * Tried to build xboing but we have a missing library: * * Checksums OK. * ===> Extracting for xboing2.2 * ===> xboing2.2 depends on shared library: Xpm\.4\. - not found * ===> Verifying build for Xpm\.4\. in /usr/ports/graphics/xpm * >> No directory for Xpm\.4\.. Skipping.. Um, it's just as it says here. Seems like you're missing /usr/ports/graphics/xpm. Since you're sup'ing, my guess is that your supfile is old and doesn't have the ports-graphics entry. (That's where xpm was moved from ports-x11 a while ago.) Satoshi From owner-freebsd-commit Sun Apr 2 18:15:16 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17771 for commit-outgoing; Sun, 2 Apr 1995 18:15:16 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17758 for cvs-sys-outgoing; Sun, 2 Apr 1995 18:15:14 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17710; Sun, 2 Apr 1995 18:13:51 -0700 Date: Sun, 2 Apr 1995 18:13:51 -0700 From: Nate Williams Message-Id: <199504030113.SAA17710@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/02 18:13:51 Modified: sys/i386/conf Makefile.i386 Log: Added -I/usrinclude to the tail end of the INCLUDES line. This hack will cause kernel compiles to work even if the src/includes directory doesn't exist but still do the 'Right Thing' and pull files from the source tree if it does exist. Reviewed by: Bruce Evans From owner-freebsd-commit Sun Apr 2 18:22:53 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17958 for commit-outgoing; Sun, 2 Apr 1995 18:22:53 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17944 for cvs-sys-outgoing; Sun, 2 Apr 1995 18:22:50 -0700 Received: from palmer.demon.co.uk (root@palmer.demon.co.uk [158.152.50.150]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA17931; Sun, 2 Apr 1995 18:21:22 -0700 Received: from localhost (gary@localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.9/8.6.9) with SMTP id CAA04094 ; Mon, 3 Apr 1995 02:20:45 +0100 X-Authentication-Warning: palmer.demon.co.uk: Host localhost didn't use HELO protocol To: Nate Williams cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 In-reply-to: Your message of "Sun, 02 Apr 1995 18:13:51 PDT." <199504030113.SAA17710@freefall.cdrom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4090.796872043.1@palmer.demon.co.uk> Date: Mon, 03 Apr 1995 02:20:44 +0100 Message-ID: <4091.796872044@palmer.demon.co.uk> From: Gary Palmer Sender: commit-owner@FreeBSD.org Precedence: bulk In message <199504030113.SAA17710@freefall.cdrom.com>, Nate Williams writes: >nate 95/04/02 18:13:51 > Modified: sys/i386/conf Makefile.i386 > Log: > Added -I/usrinclude to the tail end of the INCLUDES line. This hack Hopefully /usr/include? :-) Gary From owner-freebsd-commit Sun Apr 2 19:42:11 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA19816 for commit-outgoing; Sun, 2 Apr 1995 19:42:11 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA19801 for cvs-sys-outgoing; Sun, 2 Apr 1995 19:42:01 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA19759; Sun, 2 Apr 1995 19:40:20 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id TAA03137; Sun, 2 Apr 1995 19:40:02 -0700 From: "Rodney W. Grimes" Message-Id: <199504030240.TAA03137@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 To: nate@freefall.cdrom.com (Nate Williams) Date: Sun, 2 Apr 1995 19:40:02 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199504030113.SAA17710@freefall.cdrom.com> from "Nate Williams" at Apr 2, 95 06:13:51 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 787 Sender: commit-owner@FreeBSD.org Precedence: bulk > > nate 95/04/02 18:13:51 > > Modified: sys/i386/conf Makefile.i386 > Log: > Added -I/usrinclude to the tail end of the INCLUDES line. This hack > will cause kernel compiles to work even if the src/includes directory > doesn't exist but still do the 'Right Thing' and pull files from the > source tree if it does exist. > > Reviewed by: Bruce Evans Humm.. now what happens when these unknowing fools update there /usr/src/sys tree and don't update /usr/include to match. They are going to get kernel compiles that fall over, and we are going to get bug reports about strange things happening :-(. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-commit Sun Apr 2 22:42:22 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA25228 for commit-outgoing; Sun, 2 Apr 1995 22:42:22 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA25213 for cvs-usrbin-outgoing; Sun, 2 Apr 1995 22:42:20 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA25171; Sun, 2 Apr 1995 22:40:55 -0700 Date: Sun, 2 Apr 1995 22:40:55 -0700 From: Nate Williams Message-Id: <199504030540.WAA25171@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/mail/misc mail.rc Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/02 22:40:55 Modified: usr.bin/mail/misc mail.rc Log: This is the 90's, ask the user for a Subject by default when sending mail. From owner-freebsd-commit Mon Apr 3 03:31:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA03401 for commit-outgoing; Mon, 3 Apr 1995 03:31:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA03383 for cvs-sys-outgoing; Mon, 3 Apr 1995 03:30:54 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA03363; Mon, 3 Apr 1995 03:29:20 -0700 Date: Mon, 3 Apr 1995 03:29:20 -0700 From: "Andrey A. Chernov" Message-Id: <199504031029.DAA03363@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/03 03:29:16 Modified: sys/i386/isa sio.c Log: Allow serial console BREAK to DDB Use com->unit in several places From owner-freebsd-commit Mon Apr 3 05:02:16 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA04686 for commit-outgoing; Mon, 3 Apr 1995 05:02:16 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA04666 for cvs-ports-outgoing; Mon, 3 Apr 1995 05:02:06 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA04624; Mon, 3 Apr 1995 05:00:38 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id FAA02453; Mon, 3 Apr 1995 05:00:22 -0700 Date: Mon, 3 Apr 1995 05:00:22 -0700 From: "Jordan K. Hubbard" Message-Id: <199504031200.FAA02453@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/audio/playmidi/patches patch-ab Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/03 05:00:21 Modified: audio/playmidi/patches patch-ab Log: Add -g to CFLAGS until this port can survive the assault of gcc. From owner-freebsd-commit Mon Apr 3 07:57:04 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA10444 for commit-outgoing; Mon, 3 Apr 1995 07:57:04 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA10422 for cvs-ports-outgoing; Mon, 3 Apr 1995 07:56:55 -0700 Received: (from jmz@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA10402; Mon, 3 Apr 1995 07:56:45 -0700 Date: Mon, 3 Apr 1995 07:56:45 -0700 From: Jean-Marc Zucconi Message-Id: <199504031456.HAA10402@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/print/makeindex/files md5 Sender: commit-owner@FreeBSD.org Precedence: bulk jmz 95/04/03 07:56:44 Added: print/makeindex/files md5 Log: Add a missing checksum From owner-freebsd-commit Mon Apr 3 08:04:48 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA10664 for commit-outgoing; Mon, 3 Apr 1995 08:04:48 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA10650 for cvs-gnu-outgoing; Mon, 3 Apr 1995 08:04:44 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA10639; Mon, 3 Apr 1995 08:04:31 -0700 Date: Mon, 3 Apr 1995 08:04:31 -0700 From: Nate Williams Message-Id: <199504031504.IAA10639@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/cvs lock.c Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/03 08:04:30 Modified: gnu/usr.bin/cvs/cvs lock.c Log: The conditional in unlock() stats the master lock file (expensive) before it has determined whether or not removing it is even appropriate. i.e. if cleanup_lckdir is set. The enclosed patch shuffles around the conditional, and it clears cleanup_lckdir in clear_lock(), so the sprintf()/stat() is only performed when it is really needed. This patch is relative to my last one that introduced clear_lock(). Submitted by: "J.T. Conklin" From owner-freebsd-commit Mon Apr 3 10:04:10 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA12914 for commit-outgoing; Mon, 3 Apr 1995 10:04:10 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA12898 for cvs-ports-outgoing; Mon, 3 Apr 1995 10:03:57 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA12888; Mon, 3 Apr 1995 10:03:54 -0700 Date: Mon, 3 Apr 1995 10:03:54 -0700 From: "Andrey A. Chernov" Message-Id: <199504031703.KAA12888@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/net/ncftp2/pkg COMMENT PLIST Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/03 10:03:53 Modified: net/ncftp2 Makefile net/ncftp2/files md5 net/ncftp2/pkg COMMENT PLIST Log: Upgrade. From owner-freebsd-commit Mon Apr 3 13:09:00 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA17704 for commit-outgoing; Mon, 3 Apr 1995 13:09:00 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA17686 for cvs-bin-outgoing; Mon, 3 Apr 1995 13:08:47 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA17660; Mon, 3 Apr 1995 22:08:35 +0200 Date: Mon, 3 Apr 1995 22:08:35 +0200 From: Joerg Wunsch Message-Id: <199504032008.WAA17660@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/date date.1 date.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/03 22:08:34 Modified: bin/date date.1 date.c Log: date(1) didn't emit a final newline if the format had been specified with `+'. This breaks tradition and violates Posix 1003.2. Discoverd by: luigi@labinfo.iet.unipi.it (Luigi Rizzo) From owner-freebsd-commit Mon Apr 3 15:40:03 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA21578 for commit-outgoing; Mon, 3 Apr 1995 15:40:03 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA21550 for cvs-ports-outgoing; Mon, 3 Apr 1995 15:39:46 -0700 Received: (from torstenb@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA21540; Mon, 3 Apr 1995 15:39:42 -0700 Date: Mon, 3 Apr 1995 15:39:42 -0700 From: Torsten Blum Message-Id: <199504032239.PAA21540@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports LEGAL Sender: commit-owner@FreeBSD.org Precedence: bulk torstenb 95/04/03 15:39:41 Modified: . LEGAL Log: Add a note about zsh From owner-freebsd-commit Mon Apr 3 18:28:12 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA26064 for commit-outgoing; Mon, 3 Apr 1995 18:28:12 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA26042 for cvs-lib-outgoing; Mon, 3 Apr 1995 18:28:04 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA25999; Mon, 3 Apr 1995 18:27:57 -0700 Date: Mon, 3 Apr 1995 18:27:57 -0700 From: "Andrey A. Chernov" Message-Id: <199504040127.SAA25999@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/sys select.2 Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/03 18:27:56 Modified: lib/libc/sys select.2 Log: Properly describe how to expand default limit of handled descriptors From owner-freebsd-commit Mon Apr 3 18:36:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA26625 for commit-outgoing; Mon, 3 Apr 1995 18:36:28 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA26551 for cvs-sys-outgoing; Mon, 3 Apr 1995 18:35:38 -0700 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA26541; Mon, 3 Apr 1995 18:35:35 -0700 Date: Mon, 3 Apr 1995 18:35:35 -0700 From: David Greenman Message-Id: <199504040135.SAA26541@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ddb db_ps.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/03 18:35:34 Modified: sys/ddb db_ps.c Log: Fixed the formatting breakage I added in the previous commit. From owner-freebsd-commit Mon Apr 3 19:01:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA27478 for commit-outgoing; Mon, 3 Apr 1995 19:01:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA27464 for cvs-sys-outgoing; Mon, 3 Apr 1995 19:01:31 -0700 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA27452; Mon, 3 Apr 1995 19:01:15 -0700 Date: Mon, 3 Apr 1995 19:01:15 -0700 From: David Greenman Message-Id: <199504040201.TAA27452@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_subr.c vfs_cache.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/03 19:01:14 Modified: sys/kern kern_subr.c vfs_cache.c Log: kern_subr.c: Added a new type to uiomove - "UIO_NOCOPY" which causes it to update pointers and counts, but doesn't do any data copying. This is needed for upcoming changes to the way that the vnode pager does its page outs. Added a new hash init function call "phashinit" that allocates and initializes a prime number sized hash table. vfs_cache.c: Changed hashing algorithm to use the remainder of dividing by a prime number to improve the distribution characteristcs. Uses new phashinit function in kern_subr.c. From owner-freebsd-commit Mon Apr 3 19:02:42 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA27555 for commit-outgoing; Mon, 3 Apr 1995 19:02:42 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA27535 for cvs-sys-outgoing; Mon, 3 Apr 1995 19:02:36 -0700 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA27520; Mon, 3 Apr 1995 19:02:32 -0700 Date: Mon, 3 Apr 1995 19:02:32 -0700 From: David Greenman Message-Id: <199504040202.TAA27520@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys systm.h Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/03 19:02:31 Modified: sys/sys systm.h Log: Added prototype for phashinit() function. From owner-freebsd-commit Mon Apr 3 19:10:44 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA28067 for commit-outgoing; Mon, 3 Apr 1995 19:10:44 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA28051 for cvs-sys-outgoing; Mon, 3 Apr 1995 19:10:39 -0700 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA28020; Mon, 3 Apr 1995 19:10:22 -0700 Date: Mon, 3 Apr 1995 19:10:22 -0700 From: David Greenman Message-Id: <199504040210.TAA28020@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/03 19:10:20 Modified: sys/kern vfs_cluster.c Log: Check for case of blkno already known to avoid unnecessary VOP_BMAP's. Submitted by: John Dyson From owner-freebsd-commit Mon Apr 3 21:23:49 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02098 for commit-outgoing; Mon, 3 Apr 1995 21:23:49 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02085 for cvs-share-outgoing; Mon, 3 Apr 1995 21:23:46 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02075; Mon, 3 Apr 1995 21:23:38 -0700 Date: Mon, 3 Apr 1995 21:23:38 -0700 From: Gary Palmer (FreeBSD/ARM Team) Message-Id: <199504040423.VAA02075@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: commit-owner@FreeBSD.org Precedence: bulk gpalmer 95/04/03 21:23:38 Modified: share/mk bsd.port.mk Log: Remove a `.' from the end of the echo line `>> Attempting to fetch from $${site}' as it is misleading From owner-freebsd-commit Mon Apr 3 21:56:54 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA03134 for commit-outgoing; Mon, 3 Apr 1995 21:56:54 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA03116 for cvs-ports-outgoing; Mon, 3 Apr 1995 21:56:45 -0700 Received: (from hsu@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA03105; Mon, 3 Apr 1995 21:56:39 -0700 Date: Mon, 3 Apr 1995 21:56:39 -0700 From: Jeffrey Hsu Message-Id: <199504040456.VAA03105@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/graphics/Mesa/files md5 Sender: commit-owner@FreeBSD.org Precedence: bulk hsu 95/04/03 21:56:39 Modified: graphics/Mesa Makefile graphics/Mesa/files md5 Log: Upgrade to 1.1.3beta. From owner-freebsd-commit Mon Apr 3 22:36:30 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03833 for commit-outgoing; Mon, 3 Apr 1995 22:36:30 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03818 for cvs-lib-outgoing; Mon, 3 Apr 1995 22:36:27 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03808; Mon, 3 Apr 1995 22:36:18 -0700 Date: Mon, 3 Apr 1995 22:36:18 -0700 From: Bill Paul Message-Id: <199504040536.WAA03808@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen getgrent.c getnetgrent.c getpwent.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/03 22:36:17 Modified: lib/libc/gen getgrent.c getnetgrent.c getpwent.c Log: getpwent.c: fix problem with emacs dumping core when NIS is enabled. Also add #includes for YP headers when compiling with -DYP to avoid some implicit declarations. getgrent.c & getnetgrent.c: add some #includes to avoid implicit declarations of YP functions. From owner-freebsd-commit Mon Apr 3 22:53:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04194 for commit-outgoing; Mon, 3 Apr 1995 22:53:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04181 for cvs-lib-outgoing; Mon, 3 Apr 1995 22:53:29 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04169; Mon, 3 Apr 1995 22:53:24 -0700 Date: Mon, 3 Apr 1995 22:53:24 -0700 From: Bill Paul Message-Id: <199504040553.WAA04169@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/rpc rpc_dtablesize.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/03 22:53:23 Modified: lib/libc/rpc rpc_dtablesize.c Log: 'Fix' for esoteric misfeature discovered while searching for another bug: select() returns EINVAL if you try to feed it a value of FD_SETSIZE greater that 256. You can apparently adjust this by specifying a larger value of FD_SETSIZE when configuring your kernel. However, if you set the maximum number of open file descriptors per process to some value greater than the FD_SETSIZE value that select() expects, many selects() within the RPC library code will be botched because _rpc_dtablesize() will return invalid numbers. This is to say that it will return the upper descriptor table size limit which can be much higher than 256. Unless select() is prepared to expect this 'unusually' high value, it will fail. (A good example of this can be seen with NIS enabled: if you type 'unlimit' at the shell prompt and then run any command that does NIS calls, you'll be bombarded with errors from clnttcp_create().) A temporary fix for this is to clamp the value returned by _rpc_dtablesize() at FD_SETSIZE (as defined in (256)). I suppose the Right Thing would be to provide some mechanism for select() to dynamically adjust itself to handle FD_SETSIZE values larger than 256, but it's a bit late in the game for that. Hopefully 256 file descriptors will be enough to keep RPC happy for now. From owner-freebsd-commit Mon Apr 3 22:57:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04249 for commit-outgoing; Mon, 3 Apr 1995 22:57:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04236 for cvs-share-outgoing; Mon, 3 Apr 1995 22:57:49 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA04230; Mon, 3 Apr 1995 22:57:42 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id WAA03974; Mon, 3 Apr 1995 22:57:22 -0700 Date: Mon, 3 Apr 1995 22:57:22 -0700 From: "Jordan K. Hubbard" Message-Id: <199504040557.WAA03974@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-share@time.cdrom.com Subject: cvs commit: src/share/mk bsd.port.mk Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/03 22:57:21 Modified: share/mk bsd.port.mk Log: Add USE_X11 for ports which are X11 users but don't use IMAKE. From owner-freebsd-commit Mon Apr 3 23:10:07 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA04479 for commit-outgoing; Mon, 3 Apr 1995 23:10:07 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA04466 for cvs-ports-outgoing; Mon, 3 Apr 1995 23:10:05 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA04460; Mon, 3 Apr 1995 23:10:02 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id XAA04899; Mon, 3 Apr 1995 23:09:43 -0700 Date: Mon, 3 Apr 1995 23:09:43 -0700 From: "Jordan K. Hubbard" Message-Id: <199504040609.XAA04899@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/graphics/Mesa/patches patch-ab Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/03 23:09:42 Modified: graphics/Mesa Makefile Added: graphics/Mesa/patches patch-ab Log: Make this go to the right place for -lX11 (-l${PREFIX}/lib). !! ** This also requires my patch to bsd.port.mk for USE_X11 ** !! From owner-freebsd-commit Tue Apr 4 01:02:24 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06323 for commit-outgoing; Tue, 4 Apr 1995 01:02:24 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06308 for cvs-sys-outgoing; Tue, 4 Apr 1995 01:02:08 -0700 Received: from mpp.com (dialup-3-171.gw.umn.edu [134.84.101.171]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA06298; Tue, 4 Apr 1995 01:01:46 -0700 Received: (from mpp@localhost) by mpp.com (8.6.11/8.6.9) id CAA07819; Tue, 4 Apr 1995 02:19:04 -0500 From: Mike Pritchard Message-Id: <199504040719.CAA07819@mpp.com> Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Tue, 4 Apr 1995 02:19:04 -0500 (CDT) Cc: nate@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199504030240.TAA03137@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Apr 2, 95 07:40:02 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1707 Sender: commit-owner@FreeBSD.org Precedence: bulk > > nate 95/04/02 18:13:51 > > > > Modified: sys/i386/conf Makefile.i386 > > Log: > > Added -I/usrinclude to the tail end of the INCLUDES line. This hack > > will cause kernel compiles to work even if the src/includes directory > > doesn't exist but still do the 'Right Thing' and pull files from the > > source tree if it does exist. > > > > Reviewed by: Bruce Evans > > Humm.. now what happens when these unknowing fools update there > /usr/src/sys tree and don't update /usr/include to match. They are > going to get kernel compiles that fall over, and we are going to > get bug reports about strange things happening :-(. > -- > Rod Grimes rgrimes@gndrsh.aac.dev.com My feelings are that you should be able to build anything in /usr/src without /usr/include even being present on the machine you are running the build on. A good example might be that you have a development machine where you keep all of your sources, say a 2.0 source tree for your production machines, and a -current source tree for a development machine or two. If anything in the sources depends on /usr/include, one of those source trees isn't going to be happy. Now, just for the record, there are many things on the source tree that require that /usr/include contain the right version when doing a "make all" in /usr/src. This past weekend I was doing a make all, and there were a few files in libc that wouldn't compile until I installed the current include files into /usr/include. The previous time I did a make all I had the same problem. -- Mike Pritchard pritc003@maroon.tc.umn.edu "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-commit Tue Apr 4 01:24:40 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA07000 for commit-outgoing; Tue, 4 Apr 1995 01:24:40 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06982 for cvs-lib-outgoing; Tue, 4 Apr 1995 01:24:34 -0700 Received: from mpp.com (dialup-1-73.gw.umn.edu [134.84.101.73]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA06927; Tue, 4 Apr 1995 01:24:15 -0700 Received: (from mpp@localhost) by mpp.com (8.6.11/8.6.9) id DAA08121; Tue, 4 Apr 1995 03:21:54 -0500 From: Mike Pritchard Message-Id: <199504040821.DAA08121@mpp.com> Subject: Re: cvs commit: src/lib/libc/rpc rpc_dtablesize.c To: wpaul@freefall.cdrom.com (Bill Paul) Date: Tue, 4 Apr 1995 03:21:53 -0500 (CDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-lib@freefall.cdrom.com In-Reply-To: <199504040553.WAA04169@freefall.cdrom.com> from "Bill Paul" at Apr 3, 95 10:53:24 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 4021 Sender: commit-owner@FreeBSD.org Precedence: bulk > A temporary fix for this is to clamp the value returned by _rpc_dtablesize() > at FD_SETSIZE (as defined in (256)). I suppose the Right > Thing would be to provide some mechanism for select() to dynamically > adjust itself to handle FD_SETSIZE values larger than 256, but it's a > bit late in the game for that. Hopefully 256 file descriptors will be enough > to keep RPC happy for now. I've done some work directly related to this in the past. You run into problems anytime the user is able to raise the open file limit higher than FD_SETSIZE. Just so everyone knows, the problem is that whenever the open file limit is higher than FD_SETSIZE, and select() is called and given an "nfds" parmeter > FD_SETSIZE, select winds up reading past the fdset array and finds bogus bits set and usually blows the system call off with EBADF. Programs really shouldn't be calling select with a "nfds" parameter of "getdtablesize()", they should use FD_SETSIZE instead. On the system I was working on, we had users who wanted to be able to have 10,000+ open files at a time (don't ask me why - I personally think that if you require that many open files you must be doing something really stupid/inefficient). After a lot of heated discussion, we decided to set FD_SETSIZE to 1024 so that most compiled programs would be able to handle almost any "reasonable" open file limit they might be run with and document the fact that higher limits would probably require changes to allow the program to correctly in all cases when using the higher limit. In order to allow programs with > 1024 open files to use a select like function, we opted to implement the SYS5.4 "poll" system call. You those of you who aren't familiar with poll(), it allows you to pass in an array of file descriptors that you want polled (for the same conditions that select checks). This has the advantage of allowing the user to check file descriptors > FD_SETSIZE, and since most programs are usually only interested in a few file descriptors anyways, no extra kernel overhead is involved scanning a bitmask full of zeros that you aren't interested in. System library routines can then be changed to use poll() so that they will function no matter how many open files the calling program may have opened. Any program that requires more than FD_SETSIZE open files needs to be aware of the fact that they need to use poll() instead of select. Select() could also be implemented as a library routine that calls poll() if so desired. Standard I/O also needs to allow support of the higher number of open file. I think that the current FreeBSD stdio does dynamic allocation of the FILE structure entries at run time so I don't think that this is a problem. POSIX doesn't say anything about select/poll, either. But POSIX does take a stand on several issues on the maximum number of open files. One of them being the fact that the maximum number of open files per process can't change over the life of the process, which FreeBSD currently violates. The fix for this is to allow a "new" limit to be set that is inherited by any new child processes that are created, but the limit for the process that set the limit is not changed. POSIX also has some things to say about the OPEN_MAX symbol (if it is defined then certain things must be a certain way, and that if it is not defined then certain things can work another way, I forget the exact details), and something about a minimum number of open files (OPEN_MIN?). I don't have a POSIX manual handy, so I can't be anymore specific right now. The ANSI C spec also has something to say about OPEN_MAX. The whole problem with this is that if you really want to be able to support large numbers of open files correctly and in a POSIX blessed manner, you have to bite the bullet and make some decisions on which way you want the open file limit handled. -- Mike Pritchard pritc003@maroon.tc.umn.edu "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-commit Tue Apr 4 02:26:14 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08214 for commit-outgoing; Tue, 4 Apr 1995 02:26:14 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08201 for cvs-ports-outgoing; Tue, 4 Apr 1995 02:26:05 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA08195; Tue, 4 Apr 1995 02:25:55 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id CAA10560 ; Tue, 4 Apr 1995 02:25:30 -0700 Date: Tue, 4 Apr 1995 02:25:30 -0700 From: Satoshi Asami Message-Id: <199504040925.CAA10560@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/x11/Xaw3d/scripts post-configure Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/04 02:25:28 Modified: x11/Xaw3d Makefile x11/Xaw3d/files md5 x11/Xaw3d/patches patch-aa x11/Xaw3d/pkg COMMENT DESCR Removed: x11/Xaw3d/patches patch-ab x11/Xaw3d/scripts post-configure Log: Upgrade, 1.0 -> 1.1. % patch-ab is not necessary anymore because the bug is now fixed in . the original source. % post-configure (which was doing "make includes") is not necessary . because xmkmf is now called with "-a". (Yeah, should have redefined . XMKMF in Makefile in the first place....) From owner-freebsd-commit Tue Apr 4 02:38:26 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08434 for commit-outgoing; Tue, 4 Apr 1995 02:38:26 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08421 for cvs-ports-outgoing; Tue, 4 Apr 1995 02:38:21 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA08415; Tue, 4 Apr 1995 02:38:19 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id CAA13544 ; Tue, 4 Apr 1995 02:37:54 -0700 Date: Tue, 4 Apr 1995 02:37:54 -0700 From: Satoshi Asami Message-Id: <199504040937.CAA13544@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/japanese/sed - Imported sources Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/04 02:37:52 Log: Japanized sed, 1.18 + patches. Submitted by: Nobuhiro Yasutomi Status: Vendor Tag: sed Release Tags: sed_1_18_jp N ports/japanese/sed/Makefile N ports/japanese/sed/pkg/COMMENT N ports/japanese/sed/pkg/PLIST N ports/japanese/sed/pkg/DESCR N ports/japanese/sed/patches/patch-aa N ports/japanese/sed/patches/patch-ab N ports/japanese/sed/files/md5 No conflicts created by this import From owner-freebsd-commit Tue Apr 4 02:38:57 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08462 for commit-outgoing; Tue, 4 Apr 1995 02:38:57 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08449 for cvs-ports-outgoing; Tue, 4 Apr 1995 02:38:55 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA08442; Tue, 4 Apr 1995 02:38:53 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id CAA13589 ; Tue, 4 Apr 1995 02:38:28 -0700 Date: Tue, 4 Apr 1995 02:38:28 -0700 From: Satoshi Asami Message-Id: <199504040938.CAA13589@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/japanese/grep - Imported sources Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/04 02:38:27 Log: Japanized grep, 2.0 + patches. Submitted by: Nobuhiro Yasutomi Status: Vendor Tag: grep Release Tags: grep_2_0_jp N ports/japanese/grep/Makefile N ports/japanese/grep/patches/patch-ab N ports/japanese/grep/patches/patch-aa N ports/japanese/grep/pkg/COMMENT N ports/japanese/grep/pkg/PLIST N ports/japanese/grep/pkg/DESCR N ports/japanese/grep/files/md5 No conflicts created by this import From owner-freebsd-commit Tue Apr 4 02:40:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08523 for commit-outgoing; Tue, 4 Apr 1995 02:40:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08508 for cvs-CVSROOT-outgoing; Tue, 4 Apr 1995 02:40:50 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA08502; Tue, 4 Apr 1995 02:40:48 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id CAA13746 ; Tue, 4 Apr 1995 02:40:22 -0700 Date: Tue, 4 Apr 1995 02:40:22 -0700 From: Satoshi Asami Message-Id: <199504040940.CAA13746@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-CVSROOT@thud.cdrom.com Subject: cvs commit: CVSROOT modules Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/04 02:40:22 Modified: . modules Log: jgrep -> ports/japanese/grep jsed -> ports/japanese/sed From owner-freebsd-commit Tue Apr 4 02:44:45 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08573 for commit-outgoing; Tue, 4 Apr 1995 02:44:45 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08560 for cvs-ports-outgoing; Tue, 4 Apr 1995 02:44:43 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA08554; Tue, 4 Apr 1995 02:44:40 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id CAA14179 ; Tue, 4 Apr 1995 02:44:14 -0700 Date: Tue, 4 Apr 1995 02:44:14 -0700 From: Satoshi Asami Message-Id: <199504040944.CAA14179@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/japanese/tcl Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/04 02:44:13 Modified: japanese Makefile Log: Added grep and sed. Modified: japanese/tcl Makefile Log: Minor typo. From owner-freebsd-commit Tue Apr 4 03:27:22 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA09493 for commit-outgoing; Tue, 4 Apr 1995 03:27:22 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA09480 for cvs-ports-outgoing; Tue, 4 Apr 1995 03:27:16 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA09472; Tue, 4 Apr 1995 03:27:04 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id DAA01570 ; Tue, 4 Apr 1995 03:26:38 -0700 Date: Tue, 4 Apr 1995 03:26:38 -0700 From: Satoshi Asami Message-Id: <199504041026.DAA01570@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/x11/Xaw3d/pkg PLIST Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/04 03:26:37 Modified: x11/Xaw3d/pkg PLIST Log: Spell out all the include file names. From owner-freebsd-commit Tue Apr 4 04:30:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA10676 for commit-outgoing; Tue, 4 Apr 1995 04:30:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA10657 for cvs-lib-outgoing; Tue, 4 Apr 1995 04:29:58 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA10643; Tue, 4 Apr 1995 04:29:52 -0700 Date: Tue, 4 Apr 1995 04:29:52 -0700 From: "Andrey A. Chernov" Message-Id: <199504041129.EAA10643@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/sys select.2 Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/04 04:29:52 Modified: lib/libc/sys select.2 Log: Add "before inclusion of any header which ... " Suggested by: bde From owner-freebsd-commit Tue Apr 4 07:30:03 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA13377 for commit-outgoing; Tue, 4 Apr 1995 07:30:03 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA13282 for cvs-sys-outgoing; Tue, 4 Apr 1995 07:28:17 -0700 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA13184; Tue, 4 Apr 1995 07:26:40 -0700 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id IAA05860; Tue, 4 Apr 1995 08:30:28 -0600 Date: Tue, 4 Apr 1995 08:30:28 -0600 Message-Id: <199504041430.IAA05860@trout.sri.MT.net> To: Mike Pritchard Cc: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes), nate@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 In-Reply-To: <199504040719.CAA07819@mpp.com> References: <199504030240.TAA03137@gndrsh.aac.dev.com> <199504040719.CAA07819@mpp.com> Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: commit-owner@FreeBSD.org Precedence: bulk > > > Modified: sys/i386/conf Makefile.i386 > > > Log: > > > Added -I/usrinclude to the tail end of the INCLUDES line. This hack > > > will cause kernel compiles to work even if the src/includes directory > > > doesn't exist but still do the 'Right Thing' and pull files from the > > > source tree if it does exist. > > My feelings are that you should be able to build anything in /usr/src > without /usr/include even being present on the machine you are running > the build on. I've re-read what I wrote a couple times, and it must not be obvious even though I think it makes sense to me. I'm getting people arguing with the change from both ends. The previous behavior (before my change) caused the kernel to bring in include files from the /usr/src tree. This is what you want. However, if you *don't* have /usr/src/include installed an you've only installed the bindist then the change I made allows the kernel to compile. This is normal behavior for most folks who want to build a custom kernel. They don't want to install the entire src dist. just to build a kernel. But, *IF* both the src dist and /usr/include directories exist, the include files are pulled out of /usr/src/include if they exist and /usr/include next. (Which should never happen since /usr/src/include should always contain all of the necessary include files which aren't in the /usr/src/sys tree) Nate From owner-freebsd-commit Tue Apr 4 08:51:26 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA14594 for commit-outgoing; Tue, 4 Apr 1995 08:51:26 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA14449 for cvs-ports-outgoing; Tue, 4 Apr 1995 08:48:27 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA14401; Tue, 4 Apr 1995 08:47:02 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id IAA20495 ; Tue, 4 Apr 1995 08:46:35 -0700 Date: Tue, 4 Apr 1995 08:46:35 -0700 From: Satoshi Asami Message-Id: <199504041546.IAA20495@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/net/chimera/pkg COMMENT DESCR Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/04 08:46:33 Modified: net/chimera Makefile net/chimera/files md5 net/chimera/patches patch-aa patch-ab net/chimera/pkg COMMENT DESCR Log: Upgrade, 1.63 -> 1.65. From owner-freebsd-commit Tue Apr 4 09:12:35 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA14908 for commit-outgoing; Tue, 4 Apr 1995 09:12:35 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA14854 for cvs-lib-outgoing; Tue, 4 Apr 1995 09:09:36 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA14839; Tue, 4 Apr 1995 09:08:03 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id CAA26586; Wed, 5 Apr 1995 02:05:38 +1000 Date: Wed, 5 Apr 1995 02:05:38 +1000 From: Bruce Evans Message-Id: <199504041605.CAA26586@godzilla.zeta.org.au> To: pritc003@maroon.tc.umn.edu, wpaul@freefall.cdrom.com Subject: Re: cvs commit: src/lib/libc/rpc rpc_dtablesize.c Cc: CVS-commiters@freefall.cdrom.com, cvs-lib@freefall.cdrom.com Sender: commit-owner@FreeBSD.org Precedence: bulk >> A temporary fix for this is to clamp the value returned by _rpc_dtablesize() >> at FD_SETSIZE (as defined in (256)). I suppose the Right >> Thing would be to provide some mechanism for select() to dynamically >> adjust itself to handle FD_SETSIZE values larger than 256, but it's a >> bit late in the game for that. Hopefully 256 file descriptors will be enough >> to keep RPC happy for now. >I've done some work directly related to this in the past. You run >into problems anytime the user is able to raise the open file limit >higher than FD_SETSIZE. Just so everyone knows, the problem is >that whenever the open file limit is higher than FD_SETSIZE, and >select() is called and given an "nfds" parmeter > FD_SETSIZE, select >winds up reading past the fdset array and finds bogus bits set and >usually blows the system call off with EBADF. Programs really shouldn't >be calling select with a "nfds" parameter of "getdtablesize()", >they should use FD_SETSIZE instead. FreeBSD avoids the EBADF problem by rejecting the select() if `nfds' is too hard. It has to, because it copies the user fd_set structs to local variables, and it can't afford to write past the end of the copies. The code is: if (uap->nd > FD_SETSIZE) return (EINVAL); if (uap->nd > p->p_fd->fd_nfiles) uap->nd = p->p_fd->fd_nfiles; /* forgiving; slightly wrong */ How about this instead: if (uap->nd > p->p_fd->fd_nfiles) uap->nd = p->p_fd->fd_nfiles; /* forgiving; slightly wrong */ if (uap->nd > FD_SETSIZE) return (EINVAL); >POSIX doesn't say anything about select/poll, either. But POSIX does >take a stand on several issues on the maximum number of open files. >One of them being the fact that the maximum number of open files per process >can't change over the life of the process, which FreeBSD currently violates. >The fix for this is to allow a "new" limit to be set that is inherited by >any new child processes that are created, but the limit for the process that >set the limit is not changed. Someone broke this some more by introducing the sysctl variable `kern.maxfilesperproc'. What systems implement "new" limits? >POSIX also has some things to say about the OPEN_MAX symbol (if it is >defined then certain things must be a certain way, and that if >it is not defined then certain things can work another way, I forget >the exact details), and something about a minimum number of open files >(OPEN_MIN?). I don't have a POSIX manual handy, so I can't be anymore >specific right now. The ANSI C spec also has something to say about >OPEN_MAX. There's no OPEN_MIN. FreeBSD violates POSIX by defining OPEN_MAX when the max is variable. Many programs expect OPEN_MAX and NOFILE to be constant so it's pragmatic to define it as a constant. Bruce From owner-freebsd-commit Tue Apr 4 09:30:25 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA15132 for commit-outgoing; Tue, 4 Apr 1995 09:30:25 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA15091 for cvs-sys-outgoing; Tue, 4 Apr 1995 09:27:30 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA15072; Tue, 4 Apr 1995 09:26:06 -0700 Date: Tue, 4 Apr 1995 09:26:06 -0700 From: "Andrey A. Chernov" Message-Id: <199504041626.JAA15072@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/04 09:26:05 Modified: sys/i386/isa sio.c Log: Move unit structure member down to optimize com->state per Bruce suggestion. Move hotchar setting to set_bypass routine and rename it to disc_optim From owner-freebsd-commit Tue Apr 4 10:06:22 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15416 for commit-outgoing; Tue, 4 Apr 1995 10:06:22 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15384 for cvs-sys-outgoing; Tue, 4 Apr 1995 10:03:16 -0700 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15366; Tue, 4 Apr 1995 10:01:50 -0700 Date: Tue, 4 Apr 1995 10:01:50 -0700 From: David Greenman Message-Id: <199504041701.KAA15366@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys uio.h Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/04 10:01:50 Modified: sys/sys uio.h Log: Added UIO_NOCOPY. From owner-freebsd-commit Tue Apr 4 10:39:16 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA16493 for commit-outgoing; Tue, 4 Apr 1995 10:39:16 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA16096 for cvs-etc-outgoing; Tue, 4 Apr 1995 10:36:21 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15847; Tue, 4 Apr 1995 10:34:56 -0700 Date: Tue, 4 Apr 1995 10:34:56 -0700 From: "Andrey A. Chernov" Message-Id: <199504041734.KAA15847@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/etc.i386 rc.i386 Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/04 10:34:55 Modified: etc sysconfig etc/etc.i386 rc.i386 Log: Set desired cursor type for syscons From owner-freebsd-commit Tue Apr 4 10:52:34 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17214 for commit-outgoing; Tue, 4 Apr 1995 10:52:34 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17049 for cvs-usrsbin-outgoing; Tue, 4 Apr 1995 10:49:39 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA16980; Tue, 4 Apr 1995 10:48:04 -0700 Date: Tue, 4 Apr 1995 10:48:04 -0700 From: "Rodney W. Grimes" Message-Id: <199504041748.KAA16980@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/parse/util Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/04/04 10:48:04 Modified: usr.sbin/xntpd/parse/util Makefile Log: Bring down the old version of Makefile from the Attic and replace with this bmake version of Makefile to build and install dcfd. Submitted by: Vincenzo Capuano From owner-freebsd-commit Tue Apr 4 11:15:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA18142 for commit-outgoing; Tue, 4 Apr 1995 11:15:28 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA18071 for cvs-lib-outgoing; Tue, 4 Apr 1995 11:12:32 -0700 Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA18019; Tue, 4 Apr 1995 11:11:03 -0700 Received: by gvr.win.tue.nl (8.6.10/1.53) id UAA13035; Tue, 4 Apr 1995 20:04:09 +0200 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199504041804.UAA13035@gvr.win.tue.nl> Subject: Re: cvs commit: src/lib/libc/rpc rpc_dtablesize.c To: bde@zeta.org.au (Bruce Evans) Date: Tue, 4 Apr 1995 20:04:09 +0200 (MET DST) Cc: pritc003@maroon.tc.umn.edu, wpaul@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-lib@freefall.cdrom.com In-Reply-To: <199504041605.CAA26586@godzilla.zeta.org.au> from "Bruce Evans" at Apr 5, 95 02:05:38 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 307 Sender: commit-owner@FreeBSD.org Precedence: bulk > > Someone broke this some more by introducing the sysctl variable > `kern.maxfilesperproc'. What systems implement "new" limits? > I did to be able to protect yourself against ppl eating up *all* files in a system. We've had such jokers, and there is nothing you can do about it, except this. -Guido From owner-freebsd-commit Tue Apr 4 13:06:53 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21776 for commit-outgoing; Tue, 4 Apr 1995 13:06:53 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21762 for cvs-sys-outgoing; Tue, 4 Apr 1995 13:06:44 -0700 Received: (from sos@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21748; Tue, 4 Apr 1995 13:06:35 -0700 Date: Tue, 4 Apr 1995 13:06:35 -0700 From: Soren Schmidt Message-Id: <199504042006.NAA21748@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: commit-owner@FreeBSD.org Precedence: bulk sos 95/04/04 13:06:34 Modified: sys/i386/isa syscons.c Log: Fixes to the hardware cursor emulation. Submitted by: ache From owner-freebsd-commit Tue Apr 4 13:06:30 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21741 for commit-outgoing; Tue, 4 Apr 1995 13:06:30 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21716 for cvs-sys-outgoing; Tue, 4 Apr 1995 13:06:20 -0700 Received: (from sos@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21619; Tue, 4 Apr 1995 13:04:22 -0700 Date: Tue, 4 Apr 1995 13:04:22 -0700 From: Soren Schmidt Message-Id: <199504042004.NAA21619@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.h Sender: commit-owner@FreeBSD.org Precedence: bulk sos 95/04/04 13:04:20 Modified: sys/i386/isa syscons.h Log: Fixes to the hardware cursor emulation. Submitted by: ache From owner-freebsd-commit Tue Apr 4 15:48:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA25210 for commit-outgoing; Tue, 4 Apr 1995 15:48:56 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA25189 for cvs-sys-outgoing; Tue, 4 Apr 1995 15:48:46 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA25178; Tue, 4 Apr 1995 15:48:42 -0700 Date: Tue, 4 Apr 1995 15:48:42 -0700 From: "Andrey A. Chernov" Message-Id: <199504042248.PAA25178@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/04 15:48:41 Modified: sys/i386/isa isa.c Log: Print "on motherboard" for isa? devices with id_iobase == 0 From owner-freebsd-commit Tue Apr 4 15:55:18 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA25347 for commit-outgoing; Tue, 4 Apr 1995 15:55:18 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA25335 for cvs-sys-outgoing; Tue, 4 Apr 1995 15:55:16 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA25325; Tue, 4 Apr 1995 15:55:12 -0700 Received: (from phk@localhost) by ref.tfs.com (8.6.8/8.6.6) id PAA03950; Tue, 4 Apr 1995 15:54:49 -0700 From: Poul-Henning Kamp Message-Id: <199504042254.PAA03950@ref.tfs.com> Subject: Re: cvs commit: src/sys/i386/isa isa.c To: ache@freefall.cdrom.com (Andrey A. Chernov) Date: Tue, 4 Apr 1995 15:54:49 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com In-Reply-To: <199504042248.PAA25178@freefall.cdrom.com> from "Andrey A. Chernov" at Apr 4, 95 03:48:42 pm Content-Type: text Content-Length: 357 Sender: commit-owner@FreeBSD.org Precedence: bulk > ache 95/04/04 15:48:41 > > Modified: sys/i386/isa isa.c > Log: > Print "on motherboard" for isa? devices with id_iobase == 0 Should be id_iobase < 0x100... -- Poul-Henning Kamp -- TRW Financial Systems, Inc. 'All relevant people are pertinent' && 'All rude people are impertinent' => 'no rude people are relevant' From owner-freebsd-commit Tue Apr 4 16:32:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA26314 for commit-outgoing; Tue, 4 Apr 1995 16:32:33 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA26301 for cvs-sys-outgoing; Tue, 4 Apr 1995 16:32:30 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA26291; Tue, 4 Apr 1995 16:32:10 -0700 Received: by sequent.kiae.su id AA02123 (5.65.kiae-2 ); Wed, 5 Apr 1995 03:27:32 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Wed, 5 Apr 95 03:27:31 +0400 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id DAA04506; Wed, 5 Apr 1995 03:26:15 +0400 To: Poul-Henning Kamp Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com References: <199504042254.PAA03950@ref.tfs.com> In-Reply-To: <199504042254.PAA03950@ref.tfs.com>; from Poul-Henning Kamp at Tue, 4 Apr 1995 15:54:49 -0700 (PDT) Message-Id: Organization: Olahm Ha-Yetzirah Date: Wed, 5 Apr 1995 03:26:14 +0400 X-Mailer: Mail/@ [v2.32 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: cvs commit: src/sys/i386/isa isa.c Lines: 18 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 589 Sender: commit-owner@FreeBSD.org Precedence: bulk In message <199504042254.PAA03950@ref.tfs.com> Poul-Henning Kamp writes: >> ache 95/04/04 15:48:41 >> >> Modified: sys/i386/isa isa.c >> Log: >> Print "on motherboard" for isa? devices with id_iobase == 0 >Should be id_iobase < 0x100... I don't write here "only for" :-) -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Tue Apr 4 18:06:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA28139 for commit-outgoing; Tue, 4 Apr 1995 18:06:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA28126 for cvs-share-outgoing; Tue, 4 Apr 1995 18:06:32 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA28120; Tue, 4 Apr 1995 18:06:25 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id SAA07072; Tue, 4 Apr 1995 18:06:02 -0700 Date: Tue, 4 Apr 1995 18:06:02 -0700 From: "Jordan K. Hubbard" Message-Id: <199504050106.SAA07072@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-share@time.cdrom.com Subject: cvs commit: src/share/man/man4 lkm.4 Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/04 18:06:01 Modified: share/man/man4 lkm.4 Log: options LKM is now the default. No need to reference option that's already turned on (and isn't in LINT). From owner-freebsd-commit Tue Apr 4 20:24:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA01188 for commit-outgoing; Tue, 4 Apr 1995 20:24:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA01170 for cvs-gnu-outgoing; Tue, 4 Apr 1995 20:23:47 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA01155; Tue, 4 Apr 1995 20:23:41 -0700 Date: Tue, 4 Apr 1995 20:23:41 -0700 From: Bill Paul Message-Id: <199504050323.UAA01155@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv yp_svc.c ypserv.8 Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/04 20:23:40 Modified: gnu/usr.sbin/ypserv yp_svc.c ypserv.8 Log: Added a new feature from Peter Eriksson's latest release of ypserv (0.13): register ourselves as an NIS version 1 UDP server to pacify older SunOS 4 ypbinds that seem to insist on having one around. All this does is allow ypserv to respond to DOMAIN_NONACK requests that are periodically transmitted by ypbind: the server will not actually work as an NIS v1 server in any other way. Unlike the mainline code, which implements this as a compile-time option, this feature can be turned on with the newly-added -k flag at runtime. Bunped version number to 0.13. (What the hell.) Updated the man page to reflect this change, also made a couple of small edits to reflect the recent changes in the /etc/rc* setup. From owner-freebsd-commit Tue Apr 4 21:11:13 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02113 for commit-outgoing; Tue, 4 Apr 1995 21:11:13 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02100 for cvs-sys-outgoing; Tue, 4 Apr 1995 21:11:07 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02090; Tue, 4 Apr 1995 21:10:59 -0700 Date: Tue, 4 Apr 1995 21:10:59 -0700 From: Nate Williams Message-Id: <199504050410.VAA02090@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/04 21:10:59 Modified: sys/i386/conf Makefile.i386 Log: Modify behavior of INCLUDES to never look in /usr/include unless we can't find the src/include directory. Reviewed by: "Rodney W. Grimes" Submitted by: Mike Pritchard From owner-freebsd-commit Wed Apr 5 01:02:58 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA10548 for commit-outgoing; Wed, 5 Apr 1995 01:02:58 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA10531 for cvs-share-outgoing; Wed, 5 Apr 1995 01:02:50 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA10519; Wed, 5 Apr 1995 01:02:27 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id BAA07468; Wed, 5 Apr 1995 01:02:27 -0700 Date: Wed, 5 Apr 1995 01:02:27 -0700 From: "Jordan K. Hubbard" Message-Id: <199504050802.BAA07468@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-share@time.cdrom.com Subject: cvs commit: src/share/syscons/fonts INDEX.fonts Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 01:02:26 Modified: share/syscons/fonts INDEX.fonts Log: Latest language support changes from Wolfram. Submitted by: Wolfram Schneider From owner-freebsd-commit Wed Apr 5 01:03:09 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA10573 for commit-outgoing; Wed, 5 Apr 1995 01:03:09 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA10558 for cvs-share-outgoing; Wed, 5 Apr 1995 01:03:05 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA10546; Wed, 5 Apr 1995 01:02:57 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id BAA07487; Wed, 5 Apr 1995 01:02:55 -0700 Date: Wed, 5 Apr 1995 01:02:55 -0700 From: "Jordan K. Hubbard" Message-Id: <199504050802.BAA07487@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-share@time.cdrom.com Subject: cvs commit: src/share/syscons/keymaps INDEX.keymaps Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 01:02:54 Modified: share/syscons/keymaps INDEX.keymaps Log: Latest language support changes from Wolfram. Submitted by: Wolfram Schneider From owner-freebsd-commit Wed Apr 5 01:09:44 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA10772 for commit-outgoing; Wed, 5 Apr 1995 01:09:44 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA10759 for cvs-usrsbin-outgoing; Wed, 5 Apr 1995 01:09:40 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA10723; Wed, 5 Apr 1995 01:09:28 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id BAA07552; Wed, 5 Apr 1995 01:09:27 -0700 Date: Wed, 5 Apr 1995 01:09:27 -0700 From: "Jordan K. Hubbard" Message-Id: <199504050809.BAA07552@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/kbdmap ChangeLog Languages.phrases TODO kbdmap.1 strip_pl.pl kbdmap.pl Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 01:09:26 Modified: usr.sbin/kbdmap kbdmap.pl Added: usr.sbin/kbdmap ChangeLog Languages.phrases TODO kbdmap.1 strip_pl.pl Log: Latest version of this package from Wolfram. Is now /etc/sysconfig aware, handles default settings and has a prototype translation file for people wishing to add extra languages (please!). Submitted by: Wolfram Schneider From owner-freebsd-commit Wed Apr 5 01:19:46 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA11116 for commit-outgoing; Wed, 5 Apr 1995 01:19:46 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA11101 for cvs-sys-outgoing; Wed, 5 Apr 1995 01:19:43 -0700 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA11089; Wed, 5 Apr 1995 01:19:26 -0700 Date: Wed, 5 Apr 1995 01:19:26 -0700 From: David Greenman Message-Id: <199504050819.BAA11089@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci if_pdq.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/05 01:19:25 Modified: sys/pci if_pdq.c Log: From Matt Thomas: Finished EISA support. From owner-freebsd-commit Wed Apr 5 01:45:23 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA11860 for commit-outgoing; Wed, 5 Apr 1995 01:45:23 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA11845 for cvs-sys-outgoing; Wed, 5 Apr 1995 01:45:18 -0700 Received: from estienne.cs.berkeley.edu (estienne.CS.Berkeley.EDU [128.32.42.147]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA11810; Wed, 5 Apr 1995 01:45:12 -0700 Received: from localhost (localhost [127.0.0.1]) by estienne.cs.berkeley.edu (8.6.11/8.6.9) with SMTP id BAA17028; Wed, 5 Apr 1995 01:45:11 -0700 Message-Id: <199504050845.BAA17028@estienne.cs.berkeley.edu> X-Authentication-Warning: estienne.cs.berkeley.edu: Host localhost didn't use HELO protocol To: David Greenman cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/pci if_pdq.c In-reply-to: Your message of "Wed, 05 Apr 1995 01:19:26 PDT." <199504050819.BAA11089@freefall.cdrom.com> Date: Wed, 05 Apr 1995 01:45:11 -0700 From: "Justin T. Gibbs" Sender: commit-owner@FreeBSD.org Precedence: bulk >davidg 95/04/05 01:19:25 > > Modified: sys/pci if_pdq.c > Log: > From Matt Thomas: Finished EISA support. Does the EISA probe really belong in that file? It also uses a hard coded 0x1000 as the probe return value instead of using IO_EISASIZE and a hard coded 0xF000 instead of using EISA_MAX_SLOTS. -- Justin T. Gibbs ============================================== TCS Instructional Group - Programmer/Analyst 1 Cory | Po | Danube | Volga | Parker | Torus ============================================== From owner-freebsd-commit Wed Apr 5 01:54:25 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA12075 for commit-outgoing; Wed, 5 Apr 1995 01:54:25 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA12062 for cvs-ports-outgoing; Wed, 5 Apr 1995 01:54:19 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA12052; Wed, 5 Apr 1995 01:53:58 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id BAA02908 ; Wed, 5 Apr 1995 01:53:49 -0700 Date: Wed, 5 Apr 1995 01:53:49 -0700 From: Satoshi Asami Message-Id: <199504050853.BAA02908@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/japanese/gawk - Imported sources Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/05 01:53:47 Log: Japanized gawk. Submitted by: Nobuhiro Yasutomi Status: Vendor Tag: gawk Release Tags: gawk_2_15_4_jp N ports/japanese/gawk/Makefile N ports/japanese/gawk/patches/patch-ab N ports/japanese/gawk/patches/patch-aa N ports/japanese/gawk/files/md5 N ports/japanese/gawk/pkg/PLIST N ports/japanese/gawk/pkg/DESCR N ports/japanese/gawk/pkg/COMMENT No conflicts created by this import From owner-freebsd-commit Wed Apr 5 01:55:37 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA12121 for commit-outgoing; Wed, 5 Apr 1995 01:55:37 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA12108 for cvs-CVSROOT-outgoing; Wed, 5 Apr 1995 01:55:32 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA12099; Wed, 5 Apr 1995 01:55:20 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id BAA02960 ; Wed, 5 Apr 1995 01:55:10 -0700 Date: Wed, 5 Apr 1995 01:55:10 -0700 From: Satoshi Asami Message-Id: <199504050855.BAA02960@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-CVSROOT@thud.cdrom.com Subject: cvs commit: CVSROOT modules Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/05 01:55:10 Modified: . modules Log: jgawk -> ports/japanese/gawk From owner-freebsd-commit Wed Apr 5 01:59:41 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA12230 for commit-outgoing; Wed, 5 Apr 1995 01:59:41 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA12217 for cvs-sys-outgoing; Wed, 5 Apr 1995 01:59:37 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA12201; Wed, 5 Apr 1995 01:59:09 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id BAA08233; Wed, 5 Apr 1995 01:59:05 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id BAA01564; Wed, 5 Apr 1995 01:59:04 -0700 Message-Id: <199504050859.BAA01564@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: "Justin T. Gibbs" cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/pci if_pdq.c In-reply-to: Your message of "Wed, 05 Apr 95 01:45:11 PDT." <199504050845.BAA17028@estienne.cs.berkeley.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 05 Apr 1995 01:59:04 -0700 Sender: commit-owner@FreeBSD.org Precedence: bulk >>davidg 95/04/05 01:19:25 >> >> Modified: sys/pci if_pdq.c >> Log: >> From Matt Thomas: Finished EISA support. > >Does the EISA probe really belong in that file? It also uses >a hard coded 0x1000 as the probe return value instead of using >IO_EISASIZE and a hard coded 0xF000 instead of using EISA_MAX_SLOTS. I've forwarded your message to Matt. -DG From owner-freebsd-commit Wed Apr 5 02:00:12 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA12286 for commit-outgoing; Wed, 5 Apr 1995 02:00:12 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA12260 for cvs-ports-outgoing; Wed, 5 Apr 1995 02:00:06 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA12238; Wed, 5 Apr 1995 01:59:49 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id BAA03027 ; Wed, 5 Apr 1995 01:59:39 -0700 Date: Wed, 5 Apr 1995 01:59:39 -0700 From: Satoshi Asami Message-Id: <199504050859.BAA03027@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/japanese Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/05 01:59:38 Modified: japanese Makefile Log: Added gawk. From owner-freebsd-commit Wed Apr 5 03:05:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14100 for commit-outgoing; Wed, 5 Apr 1995 03:05:28 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14081 for cvs-share-outgoing; Wed, 5 Apr 1995 03:05:04 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA14072; Wed, 5 Apr 1995 03:04:59 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id DAA08842; Wed, 5 Apr 1995 03:04:59 -0700 Date: Wed, 5 Apr 1995 03:04:59 -0700 From: "Jordan K. Hubbard" Message-Id: <199504051004.DAA08842@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-share@time.cdrom.com Subject: cvs commit: src/share/FAQ/Text FreeBSD.FAQ Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 03:04:58 Modified: share/FAQ/Text FreeBSD.FAQ Log: Update information on newsgroups. From owner-freebsd-commit Wed Apr 5 03:23:08 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14721 for commit-outgoing; Wed, 5 Apr 1995 03:23:08 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14706 for cvs-share-outgoing; Wed, 5 Apr 1995 03:23:06 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA14700; Wed, 5 Apr 1995 03:23:00 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id DAA08882; Wed, 5 Apr 1995 03:23:00 -0700 Date: Wed, 5 Apr 1995 03:23:00 -0700 From: "Jordan K. Hubbard" Message-Id: <199504051023.DAA08882@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-share@time.cdrom.com Subject: cvs commit: src/share/FAQ/Text CONTRIB.FreeBSD Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 03:22:59 Modified: share/FAQ/Text CONTRIB.FreeBSD Log: Add Satoshi Asami. From owner-freebsd-commit Wed Apr 5 03:32:32 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA15016 for commit-outgoing; Wed, 5 Apr 1995 03:32:32 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA15001 for cvs-sys-outgoing; Wed, 5 Apr 1995 03:32:28 -0700 Received: (from olah@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14988; Wed, 5 Apr 1995 03:32:21 -0700 Date: Wed, 5 Apr 1995 03:32:21 -0700 From: Andras Olah Message-Id: <199504051032.DAA14988@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c Sender: commit-owner@FreeBSD.org Precedence: bulk olah 95/04/05 03:32:18 Modified: sys/netinet tcp_input.c Log: Fix a bug in tcp_input reported by Rick Jones . If a goto findpcb occurred during the processing of a segment, the TCP and IP headers were dropped twice from the mbuf which resulted in data acked by TCP but not delivered to the user. Reviewed by: davidg From owner-freebsd-commit Wed Apr 5 04:44:50 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA16764 for commit-outgoing; Wed, 5 Apr 1995 04:44:50 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA16731 for cvs-ports-outgoing; Wed, 5 Apr 1995 04:44:41 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA16682; Wed, 5 Apr 1995 04:44:26 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id EAA09222; Wed, 5 Apr 1995 04:44:26 -0700 Date: Wed, 5 Apr 1995 04:44:26 -0700 From: "Jordan K. Hubbard" Message-Id: <199504051144.EAA09222@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/net/sup/patches patch-ae Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 04:44:25 Added: net/sup/patches patch-ae Log: Here is a simple patch for sup that makes it possible to have local modifications in your source tree so that sup won't overwrite them. The idea is simple (stolen from this mailing-list, I think :) Submitted by: Kai Vorma From owner-freebsd-commit Wed Apr 5 06:12:30 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19287 for commit-outgoing; Wed, 5 Apr 1995 06:12:30 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19267 for cvs-sys-outgoing; Wed, 5 Apr 1995 06:12:20 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA19260 ; Wed, 5 Apr 1995 06:12:15 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id GAA10493; Wed, 5 Apr 1995 06:12:15 -0700 Date: Wed, 5 Apr 1995 06:12:15 -0700 From: "Jordan K. Hubbard" Message-Id: <199504051312.GAA10493@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-sys@time.cdrom.com Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 06:12:15 Modified: sys/i386/isa if_ep.c Log: Correct the watchdog routine. Submitted by: "Serge A. Babkin" From owner-freebsd-commit Wed Apr 5 06:16:38 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19454 for commit-outgoing; Wed, 5 Apr 1995 06:16:38 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19440 for cvs-user-outgoing; Wed, 5 Apr 1995 06:16:34 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA19434 ; Wed, 5 Apr 1995 06:16:32 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id GAA10519; Wed, 5 Apr 1995 06:16:32 -0700 Date: Wed, 5 Apr 1995 06:16:32 -0700 From: "Jordan K. Hubbard" Message-Id: <199504051316.GAA10519@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src TODO Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 06:16:31 Modified: . TODO Log: Close message catalogs. From owner-freebsd-commit Wed Apr 5 06:23:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19574 for commit-outgoing; Wed, 5 Apr 1995 06:23:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19554 for cvs-user-outgoing; Wed, 5 Apr 1995 06:23:26 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA19545 ; Wed, 5 Apr 1995 06:23:17 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id GAA10543; Wed, 5 Apr 1995 06:23:17 -0700 Date: Wed, 5 Apr 1995 06:23:17 -0700 From: "Jordan K. Hubbard" Message-Id: <199504051323.GAA10543@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/TODO-2.1 - New directory Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 06:23:16 src/TODO-2.1 - New directory From owner-freebsd-commit Wed Apr 5 06:29:30 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19662 for commit-outgoing; Wed, 5 Apr 1995 06:29:30 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19649 for cvs-user-outgoing; Wed, 5 Apr 1995 06:29:26 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA19640 ; Wed, 5 Apr 1995 06:29:12 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id GAA10568; Wed, 5 Apr 1995 06:29:10 -0700 Date: Wed, 5 Apr 1995 06:29:10 -0700 From: "Jordan K. Hubbard" Message-Id: <199504051329.GAA10568@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/TODO-2.1 jkh Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 06:29:09 Added: TODO-2.1 jkh Log: Add my TODO file. From owner-freebsd-commit Wed Apr 5 08:40:04 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA22918 for commit-outgoing; Wed, 5 Apr 1995 08:40:04 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA22899 for cvs-lib-outgoing; Wed, 5 Apr 1995 08:39:57 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA22881 ; Wed, 5 Apr 1995 08:39:29 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id BAA23814; Thu, 6 Apr 1995 01:36:31 +1000 Date: Thu, 6 Apr 1995 01:36:31 +1000 From: Bruce Evans Message-Id: <199504051536.BAA23814@godzilla.zeta.org.au> To: bde@zeta.org.au, guido@gvr.win.tue.nl Subject: Re: cvs commit: src/lib/libc/rpc rpc_dtablesize.c Cc: CVS-commiters@freefall.cdrom.com, cvs-lib@freefall.cdrom.com, pritc003@maroon.tc.umn.edu, wpaul@freefall.cdrom.com Sender: commit-owner@FreeBSD.org Precedence: bulk >> >> Someone broke this some more by introducing the sysctl variable >> `kern.maxfilesperproc'. What systems implement "new" limits? >> >I did to be able to protect yourself against ppl eating up *all* >files in a system. We've had such jokers, and there is nothing you can do >about it, except this. You can hack init or login to set the hard resource limit. Bruce From owner-freebsd-commit Wed Apr 5 10:24:59 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA24124 for commit-outgoing; Wed, 5 Apr 1995 10:24:59 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA24109 for cvs-sys-outgoing; Wed, 5 Apr 1995 10:24:42 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA24101 ; Wed, 5 Apr 1995 10:24:31 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id CAA25531; Thu, 6 Apr 1995 02:55:22 +1000 Date: Thu, 6 Apr 1995 02:55:22 +1000 From: Bruce Evans Message-Id: <199504051655.CAA25531@godzilla.zeta.org.au> To: ache@astral.msk.su, phk@ref.tfs.com Subject: Re: cvs commit: src/sys/i386/isa isa.c Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Sender: commit-owner@FreeBSD.org Precedence: bulk >>> Modified: sys/i386/isa isa.c >>> Log: >>> Print "on motherboard" for isa? devices with id_iobase == 0 >>Should be id_iobase < 0x100... >I don't write here "only for" :-) Sorry, it's wrong for another reason. id_iobase == 0 is the default magic value for all devices without i/o ports (all memory mapped devices...). It's a stupid magic value (0 is a real port) but there is unlikely to ever be a driver that uses port 0 directly, so it is good enough. The pca driver is on the motherboard but its id_iobase is only 0 because it lies - see other mail. Bruce From owner-freebsd-commit Wed Apr 5 11:10:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA24707 for commit-outgoing; Wed, 5 Apr 1995 11:10:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA24694 for cvs-ports-outgoing; Wed, 5 Apr 1995 11:10:35 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA24688 ; Wed, 5 Apr 1995 11:10:29 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id LAA19568; Wed, 5 Apr 1995 11:10:27 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id LAA00954; Wed, 5 Apr 1995 11:10:17 -0700 From: "Rodney W. Grimes" Message-Id: <199504051810.LAA00954@gndrsh.aac.dev.com> Subject: Re: cvs commit: ports/net/sup/patches patch-ae To: jkh@freebsd.org (Jordan K. Hubbard) Date: Wed, 5 Apr 1995 11:10:17 -0700 (PDT) Cc: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com In-Reply-To: <199504051144.EAA09222@time.cdrom.com> from "Jordan K. Hubbard" at Apr 5, 95 04:44:26 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 656 Sender: commit-owner@freebsd.org Precedence: bulk > > jkh 95/04/05 04:44:25 > > Added: net/sup/patches patch-ae > Log: > Here is a simple patch for sup that makes it possible to have local > modifications in your source tree so that sup won't overwrite them. The > idea is simple (stolen from this mailing-list, I think :) > Submitted by: Kai Vorma No man page updates for it :-(. No way to turn it off :-(. And admitted hackery in the code: + char rfname[1024]; /* Kludge alert.. */ -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-commit Wed Apr 5 11:24:13 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA24883 for commit-outgoing; Wed, 5 Apr 1995 11:24:13 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA24868 for cvs-ports-outgoing; Wed, 5 Apr 1995 11:24:06 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA24862 ; Wed, 5 Apr 1995 11:24:04 -0700 Received: from estienne.cs.berkeley.edu (estienne.CS.Berkeley.EDU [128.32.42.147]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id LAA25480; Wed, 5 Apr 1995 11:24:04 -0700 Received: from localhost (localhost [127.0.0.1]) by estienne.cs.berkeley.edu (8.6.11/8.6.9) with SMTP id LAA18603; Wed, 5 Apr 1995 11:23:52 -0700 Message-Id: <199504051823.LAA18603@estienne.cs.berkeley.edu> X-Authentication-Warning: estienne.cs.berkeley.edu: Host localhost didn't use HELO protocol To: "Rodney W. Grimes" cc: jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-reply-to: Your message of "Wed, 05 Apr 1995 11:10:17 PDT." <199504051810.LAA00954@gndrsh.aac.dev.com> Date: Wed, 05 Apr 1995 11:23:52 -0700 From: "Justin T. Gibbs" Sender: commit-owner@freebsd.org Precedence: bulk >> >> jkh 95/04/05 04:44:25 >> >> Added: net/sup/patches patch-ae >> Log: >> Here is a simple patch for sup that makes it possible to have local >> modifications in your source tree so that sup won't overwrite them. The >> idea is simple (stolen from this mailing-list, I think :) >> Submitted by: Kai Vorma > >No man page updates for it :-(. >No way to turn it off :-(. > >And admitted hackery in the code: >+ char rfname[1024]; /* Kludge alert.. */ > Thank you Rod. I was about to say this myself. >-- >Rod Grimes rgrimes@gndrsh.aac.dev.com >Accurate Automation Company Custom computers for FreeBSD -- Justin T. Gibbs ============================================== TCS Instructional Group - Programmer/Analyst 1 Cory | Po | Danube | Volga | Parker | Torus ============================================== From owner-freebsd-commit Wed Apr 5 15:55:42 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA04133 for commit-outgoing; Wed, 5 Apr 1995 15:55:42 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA04119 for cvs-usrbin-outgoing; Wed, 5 Apr 1995 15:55:39 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA04108 ; Thu, 6 Apr 1995 00:55:29 +0200 Date: Thu, 6 Apr 1995 00:55:29 +0200 From: Joerg Wunsch Message-Id: <199504052255.AAA04108@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/sed compile.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/06 00:55:28 Modified: usr.bin/sed compile.c Log: Sed dumps core when linked with some coalescing malloc because it doesn't initialize malloced structure. Submitted by: vode@hut.fi From owner-freebsd-commit Wed Apr 5 15:57:03 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA04222 for commit-outgoing; Wed, 5 Apr 1995 15:57:03 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA04177 for cvs-lib-outgoing; Wed, 5 Apr 1995 15:56:50 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA04163 ; Thu, 6 Apr 1995 00:56:47 +0200 Date: Thu, 6 Apr 1995 00:56:47 +0200 From: Joerg Wunsch Message-Id: <199504052256.AAA04163@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen setmode.3 Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/06 00:56:47 Modified: lib/libc/gen setmode.3 Log: The man page setmode(3) declares `void setmode' when it should be declared `void *setmode'. Submitted by: kargl@troutmask.apl.washington.edu From owner-freebsd-commit Wed Apr 5 19:40:32 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA09117 for commit-outgoing; Wed, 5 Apr 1995 19:40:32 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA09093 for cvs-etc-outgoing; Wed, 5 Apr 1995 19:39:35 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA09081 ; Wed, 5 Apr 1995 19:38:40 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id TAA09599; Wed, 5 Apr 1995 19:38:39 -0700 Date: Wed, 5 Apr 1995 19:38:39 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060238.TAA09599@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-etc@time.cdrom.com Subject: cvs commit: src/etc/etc.i386 rc.i386 Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 19:38:38 Modified: etc/etc.i386 rc.i386 Log: Don't spit out a gratuitous ibcs2 startup message. From owner-freebsd-commit Wed Apr 5 20:27:00 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA09595 for commit-outgoing; Wed, 5 Apr 1995 20:27:00 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA09582 for cvs-sys-outgoing; Wed, 5 Apr 1995 20:26:57 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA09543 ; Wed, 5 Apr 1995 20:22:15 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id UAA09661; Wed, 5 Apr 1995 20:22:15 -0700 Date: Wed, 5 Apr 1995 20:22:15 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060322.UAA09661@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-sys@time.cdrom.com Subject: cvs commit: src/sys/i386/conf LINT Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 20:22:14 Modified: sys/i386/conf LINT Log: 0x330 is the default address for SB Midi, not 0x300 Submitted by: Doug Rabson From owner-freebsd-commit Wed Apr 5 23:07:31 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11206 for commit-outgoing; Wed, 5 Apr 1995 23:07:31 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11191 for cvs-usrbin-outgoing; Wed, 5 Apr 1995 23:07:27 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA11185 ; Wed, 5 Apr 1995 23:06:49 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id XAA09908; Wed, 5 Apr 1995 23:06:49 -0700 Date: Wed, 5 Apr 1995 23:06:49 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060606.XAA09908@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrbin@time.cdrom.com Subject: cvs commit: src/usr.bin/su su.c Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 23:06:48 Modified: usr.bin/su su.c Log: It has always bugged me that ps and w did not display su with tcsh properly. I know, tcsh is not a "Real Shell". jc p2 :0.0 Tue04PM - -u (tcsh) ^^^ 7173 p2 S+ 0:01.33 -u (tcsh) ^^^ Submitted by: John Capo From owner-freebsd-commit Wed Apr 5 23:10:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11277 for commit-outgoing; Wed, 5 Apr 1995 23:10:28 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11252 for cvs-usrbin-outgoing; Wed, 5 Apr 1995 23:09:48 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA11244 ; Wed, 5 Apr 1995 23:09:45 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id XAA09951; Wed, 5 Apr 1995 23:09:45 -0700 Date: Wed, 5 Apr 1995 23:09:45 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060609.XAA09951@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrbin@time.cdrom.com Subject: cvs commit: src/usr.bin/netstat route.c Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 23:09:45 Modified: usr.bin/netstat route.c Log: The negative expire times shown by netstat are confusing and ugly. Destination Gateway Flags Refs Use Netif Expire 199.182.75.128 link#1 UC 0 0 ed0 -842660 Submitted by: John Capo From owner-freebsd-commit Wed Apr 5 23:19:27 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11504 for commit-outgoing; Wed, 5 Apr 1995 23:19:27 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11490 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:19:23 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA11484 ; Wed, 5 Apr 1995 23:19:20 -0700 Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id XAA10019; Wed, 5 Apr 1995 23:19:20 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA11472 ; Wed, 5 Apr 1995 23:19:14 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: "Rodney W. Grimes" cc: jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com, vode@snakemail.hut.fi Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-reply-to: Your message of "Wed, 05 Apr 95 11:10:17 PDT." <199504051810.LAA00954@gndrsh.aac.dev.com> Date: Wed, 05 Apr 1995 23:19:13 -0700 Message-ID: <11471.797149153@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: commit-owner@freebsd.org Precedence: bulk > No man page updates for it :-(. > No way to turn it off :-(. > > And admitted hackery in the code: > + char rfname[1024]; /* Kludge alert.. */ 1. Sorry, I thought he'd changed the manpage. I'll document it if he doesn't beat me to it. 2. You turn it off by not creating a file with the special name.. :-) 3. You would prefer that he simply not admit to the hackery? ;-) Jordan From owner-freebsd-commit Wed Apr 5 23:34:41 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11828 for commit-outgoing; Wed, 5 Apr 1995 23:34:41 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11815 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:34:36 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA11808 ; Wed, 5 Apr 1995 23:34:33 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id XAA10233; Wed, 5 Apr 1995 23:34:31 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id XAA02561; Wed, 5 Apr 1995 23:34:18 -0700 From: "Rodney W. Grimes" Message-Id: <199504060634.XAA02561@gndrsh.aac.dev.com> Subject: Re: cvs commit: ports/net/sup/patches patch-ae To: jkh@freefall.cdrom.com (Jordan K. Hubbard) Date: Wed, 5 Apr 1995 23:34:18 -0700 (PDT) Cc: jkh@freebsd.org, CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com, vode@snakemail.hut.fi In-Reply-To: <11471.797149153@freefall.cdrom.com> from "Jordan K. Hubbard" at Apr 5, 95 11:19:13 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 916 Sender: commit-owner@freebsd.org Precedence: bulk > > > No man page updates for it :-(. > > No way to turn it off :-(. > > > > And admitted hackery in the code: > > + char rfname[1024]; /* Kludge alert.. */ > > > 1. Sorry, I thought he'd changed the manpage. I'll document it if he > doesn't beat me to it. That means you didn't even look at the patch close enough to know what files where patched. How much of a review could that have really been :-( > 2. You turn it off by not creating a file with the special name.. :-) And double the number of stat calls made during the already slow sup :-(. > 3. You would prefer that he simply not admit to the hackery? ;-) No, I prefer that we not import hackery into our code base. I am not the only one who is unhappy about these changes. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-commit Wed Apr 5 23:39:13 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11927 for commit-outgoing; Wed, 5 Apr 1995 23:39:13 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11914 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:39:07 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA11908 ; Wed, 5 Apr 1995 23:39:04 -0700 Received: from estienne.cs.berkeley.edu (estienne.CS.Berkeley.EDU [128.32.42.147]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id XAA10257; Wed, 5 Apr 1995 23:39:03 -0700 Received: from localhost (localhost [127.0.0.1]) by estienne.cs.berkeley.edu (8.6.11/8.6.9) with SMTP id XAA21740; Wed, 5 Apr 1995 23:38:53 -0700 Message-Id: <199504060638.XAA21740@estienne.cs.berkeley.edu> X-Authentication-Warning: estienne.cs.berkeley.edu: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com, vode@snakemail.hut.fi Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-reply-to: Your message of "Wed, 05 Apr 1995 23:19:13 PDT." <11471.797149153@freefall.cdrom.com> Date: Wed, 05 Apr 1995 23:38:52 -0700 From: "Justin T. Gibbs" Sender: commit-owner@freebsd.org Precedence: bulk >> No man page updates for it :-(. >> No way to turn it off :-(. >> >> And admitted hackery in the code: >> + char rfname[1024]; /* Kludge alert.. */ > > >1. Sorry, I thought he'd changed the manpage. I'll document it if he > doesn't beat me to it. > >2. You turn it off by not creating a file with the special name.. :-) It doubles the number of stats needed to do an upgrade. It needs to be implemented another way and an option. I should be able to create #sup files all I want if I choose to distribute them via SUP. > >3. You would prefer that he simply not admit to the hackery? ;-) No, he should have used PATH_MAX or SUP's own STRINGLENGTH there I would guess. This patch, to a program that is crucial to so many developers, was adopted too quickly. The author even admitted to only a nights worth of testing. > > Jordan -- Justin T. Gibbs ============================================== TCS Instructional Group - Programmer/Analyst 1 Cory | Po | Danube | Volga | Parker | Torus ============================================== From owner-freebsd-commit Wed Apr 5 23:45:29 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12152 for commit-outgoing; Wed, 5 Apr 1995 23:45:29 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12131 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:45:23 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA12118 ; Wed, 5 Apr 1995 23:45:19 -0700 Received: from vinkku.hut.fi (vinkku.hut.fi [130.233.245.1]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id XAA10630; Wed, 5 Apr 1995 23:45:13 -0700 Received: (from vode@localhost) by vinkku.hut.fi (8.6.11/8.6.7) id JAA25387; Thu, 6 Apr 1995 09:44:40 +0300 Date: Thu, 6 Apr 1995 09:44:40 +0300 From: Kai Vorma Message-Id: <199504060644.JAA25387@vinkku.hut.fi> To: "Jordan K. Hubbard" Cc: "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-Reply-To: <11471.797149153@freefall.cdrom.com> References: <199504051810.LAA00954@gndrsh.aac.dev.com> <11471.797149153@freefall.cdrom.com> Reply-To: Kai.Vorma@hut.fi Sender: commit-owner@freebsd.org Precedence: bulk Jordan K. Hubbard writes: > 1. Sorry, I thought he'd changed the manpage. I'll document it if he > doesn't beat me to it. Do it, please. My english is far from perfect.. > 2. You turn it off by not creating a file with the special name.. :-) Jup. I thought about adding some flag for it, but consider: 1) a flag that turns it on? You forget once that flag and all your local modifications are gone :-( 2) a flag that turns it off? Why? Just rename all #sup files back to normal. Of course sup could do that for you but I tried to keep it simple. > 3. You would prefer that he simply not admit to the hackery? ;-) :-) I admit the patch wasn't very pretty. Sup itself is quite a mess (much of nice globals and interesting code-paths etc.) so I just decided to make as few modifications as possible. ..vode From owner-freebsd-commit Wed Apr 5 23:50:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12333 for commit-outgoing; Wed, 5 Apr 1995 23:50:33 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12320 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:50:31 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA12314 ; Wed, 5 Apr 1995 23:50:29 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id XAA10868; Wed, 5 Apr 1995 23:50:25 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id XAA10345; Wed, 5 Apr 1995 23:50:02 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id XAA00179; Wed, 5 Apr 1995 23:50:01 -0700 Message-Id: <199504060650.XAA00179@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: "Rodney W. Grimes" cc: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com, vode@snakemail.hut.fi Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-reply-to: Your message of "Wed, 05 Apr 95 23:34:18 PDT." <199504060634.XAA02561@gndrsh.aac.dev.com> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 05 Apr 1995 23:49:58 -0700 Sender: commit-owner@FreeBSD.org Precedence: bulk >And double the number of stat calls made during the already slow sup :-(. > >> 3. You would prefer that he simply not admit to the hackery? ;-) > >No, I prefer that we not import hackery into our code base. I am not >the only one who is unhappy about these changes. I'm actually not happy with them either; whenever I do local CVS operations, the history file is modified, and I sure don't want this to be preserved! -DG From owner-freebsd-commit Wed Apr 5 23:52:59 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12398 for commit-outgoing; Wed, 5 Apr 1995 23:52:59 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12382 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:52:47 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA12376 ; Wed, 5 Apr 1995 23:52:44 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id XAA10925; Wed, 5 Apr 1995 23:52:43 -0700 Date: Wed, 5 Apr 1995 23:52:43 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060652.XAA10925@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/net/slirp - Imported sources Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 23:52:43 Log: The slip-over-a-shell-account stuff people have been talking about from danjo@freedom.wit.com. Status: Vendor Tag: slirp Release Tags: slirp N ports/net/slirp/Makefile N ports/net/slirp/pkg/COMMENT N ports/net/slirp/pkg/DESCR N ports/net/slirp/pkg/PLIST N ports/net/slirp/files/md5 N ports/net/slirp/patches/patch-aa N ports/net/slirp/patches/patch-ab No conflicts created by this import From owner-freebsd-commit Wed Apr 5 23:53:26 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12429 for commit-outgoing; Wed, 5 Apr 1995 23:53:26 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12416 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:53:22 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA12409 ; Wed, 5 Apr 1995 23:53:20 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id XAA10947; Wed, 5 Apr 1995 23:53:19 -0700 Date: Wed, 5 Apr 1995 23:53:19 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060653.XAA10947@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/net Makefile Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 23:53:19 Modified: net Makefile Log: Add slirp. From owner-freebsd-commit Wed Apr 5 23:54:14 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12468 for commit-outgoing; Wed, 5 Apr 1995 23:54:14 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12454 for cvs-CVSROOT-outgoing; Wed, 5 Apr 1995 23:54:09 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA12448 ; Wed, 5 Apr 1995 23:54:07 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id XAA10973; Wed, 5 Apr 1995 23:54:07 -0700 Date: Wed, 5 Apr 1995 23:54:07 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060654.XAA10973@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-CVSROOT@time.cdrom.com Subject: cvs commit: CVSROOT modules Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/05 23:54:06 Modified: . modules Log: slirp ports/net/slirp From owner-freebsd-commit Wed Apr 5 23:57:29 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12567 for commit-outgoing; Wed, 5 Apr 1995 23:57:29 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12553 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:57:25 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA12547 ; Wed, 5 Apr 1995 23:57:21 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id XAA10989; Wed, 5 Apr 1995 23:57:19 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id XAA02713; Wed, 5 Apr 1995 23:57:08 -0700 From: "Rodney W. Grimes" Message-Id: <199504060657.XAA02713@gndrsh.aac.dev.com> Subject: Re: cvs commit: ports/net/sup/patches patch-ae To: davidg@Root.COM Date: Wed, 5 Apr 1995 23:57:08 -0700 (PDT) Cc: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com, vode@snakemail.hut.fi In-Reply-To: <199504060650.XAA00179@corbin.Root.COM> from "David Greenman" at Apr 5, 95 11:49:58 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 936 Sender: commit-owner@FreeBSD.org Precedence: bulk > > >And double the number of stat calls made during the already slow sup :-(. > > > >> 3. You would prefer that he simply not admit to the hackery? ;-) > > > >No, I prefer that we not import hackery into our code base. I am not > >the only one who is unhappy about these changes. > > I'm actually not happy with them either; whenever I do local CVS operations, > the history file is modified, and I sure don't want this to be preserved! It won't do that to you unless you rename your history file history#sup, or you would have really heard me scream when it was commited. As is, I just muck the port and drop patch-ae out when I am building sup :-). I tried out the patches just to make sure it didn't really break anything, all the extra stat calls make it slower :-(. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-commit Wed Apr 5 23:58:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12619 for commit-outgoing; Wed, 5 Apr 1995 23:58:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12606 for cvs-ports-outgoing; Wed, 5 Apr 1995 23:57:55 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA12600 ; Wed, 5 Apr 1995 23:57:53 -0700 Received: from estienne.cs.berkeley.edu (estienne.CS.Berkeley.EDU [128.32.42.147]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id XAA10992; Wed, 5 Apr 1995 23:57:52 -0700 Received: from localhost (localhost [127.0.0.1]) by estienne.cs.berkeley.edu (8.6.11/8.6.9) with SMTP id XAA21894; Wed, 5 Apr 1995 23:55:31 -0700 Message-Id: <199504060655.XAA21894@estienne.cs.berkeley.edu> X-Authentication-Warning: estienne.cs.berkeley.edu: Host localhost didn't use HELO protocol To: Kai.Vorma@hut.fi cc: "Jordan K. Hubbard" , "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-reply-to: Your message of "Thu, 06 Apr 1995 09:44:40 +0300." <199504060644.JAA25387@vinkku.hut.fi> Date: Wed, 05 Apr 1995 23:55:30 -0700 From: "Justin T. Gibbs" Sender: commit-owner@freebsd.org Precedence: bulk >Jordan K. Hubbard writes: > > > 1. Sorry, I thought he'd changed the manpage. I'll document it if he > > doesn't beat me to it. > >Do it, please. My english is far from perfect.. > > > 2. You turn it off by not creating a file with the special name.. :-) > >Jup. I thought about adding some flag for it, but consider: > >1) a flag that turns it on? > > You forget once that flag and all your local modifications are > gone :-( > >2) a flag that turns it off? > > Why? Just rename all #sup files back to normal. Of course sup could > do that for you but I tried to keep it simple. It also doesn't work when the "delete" option is turned on so it gives you a false sense of security. SUP will go ahead and delete the file you're working on. Please, just back this out for now. The real way to implement this is to piggy back it ontop of my "rename" option that i've had working and tested for months at TCS. I was just cleaning up the comments so I could submit it when this stuff allstarted to happen. The rename option takes care of all of the delete problems and you can simply write your feature as an extension to it (ie pretend that we are renaming the destination file to filename.#sup and the rest of the book keeping is handled automatically). > > > 3. You would prefer that he simply not admit to the hackery? ;-) > >:-) I admit the patch wasn't very pretty. Sup itself is quite a mess >(much of nice globals and interesting code-paths etc.) so I just >decided to make as few modifications as possible. > >..vode -- Justin T. Gibbs ============================================== TCS Instructional Group - Programmer/Analyst 1 Cory | Po | Danube | Volga | Parker | Torus ============================================== From owner-freebsd-commit Thu Apr 6 00:04:37 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA12837 for commit-outgoing; Thu, 6 Apr 1995 00:04:37 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA12820 for cvs-ports-outgoing; Thu, 6 Apr 1995 00:04:31 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA12812 ; Thu, 6 Apr 1995 00:04:28 -0700 Received: from vinkku.hut.fi (vinkku.hut.fi [130.233.245.1]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id AAA11001; Thu, 6 Apr 1995 00:04:23 -0700 Received: (from vode@localhost) by vinkku.hut.fi (8.6.11/8.6.7) id KAA26897; Thu, 6 Apr 1995 10:04:08 +0300 Date: Thu, 6 Apr 1995 10:04:08 +0300 From: Kai Vorma Message-Id: <199504060704.KAA26897@vinkku.hut.fi> To: "Justin T. Gibbs" Cc: "Jordan K. Hubbard" , "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-Reply-To: <199504060638.XAA21740@estienne.cs.berkeley.edu> References: <11471.797149153@freefall.cdrom.com> <199504060638.XAA21740@estienne.cs.berkeley.edu> Reply-To: Kai.Vorma@hut.fi Sender: commit-owner@freebsd.org Precedence: bulk Justin T. Gibbs writes: > It doubles the number of stats needed to do an upgrade. It needs to Doubling stats on a client machine is not that much a problem. I am currently trying to do fast updatedb/locate program for our big fileservers and I am developing it using my own FreeBSD machine. The Slowest part is of course traversing filesystem. It took just some 80+ seconds to traverse my 1GB disk with some >30000 files and >1000 directories using brute force algorithm (stat for every file and directory) and about 70 seconds with 4.4BSD optimizations (using file info from struct dirent and onet stat() for each directory for other reasons). So making a few hundred or thousand stats on _client_ machine is not really that much an issue, IMHO. On a loaded server you probably want to avoid any stats possible. > be implemented another way and an option. I should be able to create > #sup files all I want if I choose to distribute them via SUP. You can do that. The special name for foo#sup is foo#sup#sup .. :-) > No, he should have used PATH_MAX or SUP's own STRINGLENGTH there I > would guess. SUP's STRINGLENGTH (see sup.h) has nothing to do with PATH_MAX (or whatever) so using it is no more better than 1024 (actually worse). Using MAXPATHLEN (or is it PATH_MAX fro posix systems?) would be the right way, I suppose. ..vode From owner-freebsd-commit Thu Apr 6 00:09:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA12935 for commit-outgoing; Thu, 6 Apr 1995 00:09:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA12920 for cvs-ports-outgoing; Thu, 6 Apr 1995 00:09:48 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA12914 ; Thu, 6 Apr 1995 00:09:45 -0700 Received: from estienne.cs.berkeley.edu (estienne.CS.Berkeley.EDU [128.32.42.147]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id AAA11007; Thu, 6 Apr 1995 00:09:45 -0700 Received: from localhost (localhost [127.0.0.1]) by estienne.cs.berkeley.edu (8.6.11/8.6.9) with SMTP id AAA22147; Thu, 6 Apr 1995 00:09:12 -0700 Message-Id: <199504060709.AAA22147@estienne.cs.berkeley.edu> X-Authentication-Warning: estienne.cs.berkeley.edu: Host localhost didn't use HELO protocol To: Kai.Vorma@hut.fi cc: "Jordan K. Hubbard" , "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-reply-to: Your message of "Thu, 06 Apr 1995 10:04:08 +0300." <199504060704.KAA26897@vinkku.hut.fi> Date: Thu, 06 Apr 1995 00:09:12 -0700 From: "Justin T. Gibbs" Sender: commit-owner@freebsd.org Precedence: bulk >Justin T. Gibbs writes: > > > It doubles the number of stats needed to do an upgrade. It needs to > >Doubling stats on a client machine is not that much a problem. I am >currently trying to do fast updatedb/locate program for our big >fileservers and I am developing it using my own FreeBSD machine. The >Slowest part is of course traversing filesystem. It took just some >80+ seconds to traverse my 1GB disk with some >30000 files and >1000 >directories using brute force algorithm (stat for every file and >directory) and about 70 seconds with 4.4BSD optimizations (using file >info from struct dirent and onet stat() for each directory for other >reasons). So making a few hundred or thousand stats on _client_ >machine is not really that much an issue, IMHO. On a loaded server you >probably want to avoid any stats possible. It is if I'm using SUP to mirror Auspexes (30+ gigabyte filesets). This is something that will be happening shortly at TCS. Don't tell me that doubling the number of stat calls is not a problem. > > > be implemented another way and an option. I should be able to create > > #sup files all I want if I choose to distribute them via SUP. > >You can do that. The special name for foo#sup is foo#sup#sup .. :-) So your saying I can distribute supfile and supfile#sup without it doing the wrong thing? > > > No, he should have used PATH_MAX or SUP's own STRINGLENGTH there I > > would guess. > >SUP's STRINGLENGTH (see sup.h) has nothing to do with PATH_MAX (or >whatever) so using it is no more better than 1024 (actually worse). >Using MAXPATHLEN (or is it PATH_MAX fro posix systems?) would be the >right way, I suppose. > >..vode > -- Justin T. Gibbs ============================================== TCS Instructional Group - Programmer/Analyst 1 Cory | Po | Danube | Volga | Parker | Torus ============================================== From owner-freebsd-commit Thu Apr 6 00:20:24 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13332 for commit-outgoing; Thu, 6 Apr 1995 00:20:24 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13317 for cvs-sys-outgoing; Thu, 6 Apr 1995 00:20:21 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13306 ; Thu, 6 Apr 1995 00:20:18 -0700 Date: Thu, 6 Apr 1995 00:20:18 -0700 From: "Rodney W. Grimes" Message-Id: <199504060720.AAA13306@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa fd.c ft.c Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/04/06 00:20:17 Modified: sys/i386/isa fd.c ft.c Log: Correct recalibrate/seek code at attach time so that we do not get all the ``fdc0: ready for output in input'' messages when probing for ft devices. Submitted by: Steve Gerakines From owner-freebsd-commit Thu Apr 6 00:29:41 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13570 for commit-outgoing; Thu, 6 Apr 1995 00:29:41 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13557 for cvs-ports-outgoing; Thu, 6 Apr 1995 00:29:38 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA13550 ; Thu, 6 Apr 1995 00:29:34 -0700 Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id AAA11023; Thu, 6 Apr 1995 00:29:34 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id AAA13543 ; Thu, 6 Apr 1995 00:29:28 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: "Rodney W. Grimes" cc: jkh@freebsd.org, CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com, vode@snakemail.hut.fi Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-reply-to: Your message of "Wed, 05 Apr 95 23:34:18 PDT." <199504060634.XAA02561@gndrsh.aac.dev.com> Date: Thu, 06 Apr 1995 00:29:27 -0700 Message-ID: <13542.797153367@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: commit-owner@freebsd.org Precedence: bulk It's just _one_ patch file which can easily be moved out of the way or deleted.. Jeeze - I've never seen this much interest in a ports collection item from you before! ;-) If there's enough consensus, I'll happily delete it. Jordan > > > > > No man page updates for it :-(. > > > No way to turn it off :-(. > > > > > > And admitted hackery in the code: > > > + char rfname[1024]; /* Kludge alert.. */ > > > > > > 1. Sorry, I thought he'd changed the manpage. I'll document it if he > > doesn't beat me to it. > > That means you didn't even look at the patch close enough > to know what files where patched. How much of a review could that have > really been :-( > > > 2. You turn it off by not creating a file with the special name.. :-) > > And double the number of stat calls made during the already slow sup :-(. > > > 3. You would prefer that he simply not admit to the hackery? ;-) > > No, I prefer that we not import hackery into our code base. I am not > the only one who is unhappy about these changes. > > > > -- > Rod Grimes rgrimes@gndrsh.aac.dev.com > Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-commit Thu Apr 6 00:31:19 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13636 for commit-outgoing; Thu, 6 Apr 1995 00:31:19 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13622 for cvs-ports-outgoing; Thu, 6 Apr 1995 00:31:14 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA13615 ; Thu, 6 Apr 1995 00:31:12 -0700 Received: from vinkku.hut.fi (vinkku.hut.fi [130.233.245.1]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id AAA11032; Thu, 6 Apr 1995 00:31:09 -0700 Received: (from vode@localhost) by vinkku.hut.fi (8.6.11/8.6.7) id KAA29691; Thu, 6 Apr 1995 10:30:46 +0300 Date: Thu, 6 Apr 1995 10:30:46 +0300 From: Kai Vorma Message-Id: <199504060730.KAA29691@vinkku.hut.fi> To: "Justin T. Gibbs" Cc: "Jordan K. Hubbard" , "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-Reply-To: <199504060709.AAA22147@estienne.cs.berkeley.edu> References: <199504060704.KAA26897@vinkku.hut.fi> <199504060709.AAA22147@estienne.cs.berkeley.edu> Reply-To: Kai.Vorma@hut.fi Sender: commit-owner@freebsd.org Precedence: bulk Justin T. Gibbs writes: > > It is if I'm using SUP to mirror Auspexes (30+ gigabyte filesets). This > is something that will be happening shortly at TCS. Don't tell me that > doubling the number of stat calls is not a problem. Okay, That is a kind of different story. My patch was meant just for a poor FreeBSD-user who wants to play with the sources and not fight agains sup. However you really don't want to use sup to mirror big filesets because sup is already very inefficient. Making one more stat (that mostly fails) is not a big deal, because the next stat (for the real file) is mostly cached (namei and directory cache). > So your saying I can distribute supfile and supfile#sup without it doing > the wrong thing? Hmm. Thats true. I suppose you then had to add some flag or rename the suffix. ..vode From owner-freebsd-commit Thu Apr 6 00:33:00 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13699 for commit-outgoing; Thu, 6 Apr 1995 00:33:00 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13685 for cvs-ports-outgoing; Thu, 6 Apr 1995 00:32:52 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA13679 ; Thu, 6 Apr 1995 00:32:50 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id AAA11052; Thu, 6 Apr 1995 00:32:50 -0700 Date: Thu, 6 Apr 1995 00:32:50 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060732.AAA11052@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/net/sup/patches patch-ae Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/06 00:32:50 Removed: net/sup/patches patch-ae Log: This was too contraversal - back it out and let Justin do it right! From owner-freebsd-commit Thu Apr 6 00:37:08 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13947 for commit-outgoing; Thu, 6 Apr 1995 00:37:08 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13931 for cvs-CVSROOT-outgoing; Thu, 6 Apr 1995 00:37:00 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA13915 ; Thu, 6 Apr 1995 00:36:57 -0700 Date: Thu, 6 Apr 1995 00:36:57 -0700 From: Poul-Henning Kamp Message-Id: <199504060736.AAA13915@freefall.cdrom.com> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/06 00:36:56 Modified: . modules Log: TODO-2.1 src/TODO-2.1 From owner-freebsd-commit Thu Apr 6 00:39:08 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14056 for commit-outgoing; Thu, 6 Apr 1995 00:39:08 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14039 for cvs-user-outgoing; Thu, 6 Apr 1995 00:39:05 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14029 ; Thu, 6 Apr 1995 00:39:02 -0700 Date: Thu, 6 Apr 1995 00:39:02 -0700 From: Poul-Henning Kamp Message-Id: <199504060739.AAA14029@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 phk Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/06 00:39:01 Added: TODO-2.1 phk Log: Shamelessly copied jkh's file so that I can edit it at home when CTM sends it to me ;-) From owner-freebsd-commit Thu Apr 6 00:42:18 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14219 for commit-outgoing; Thu, 6 Apr 1995 00:42:18 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14201 for cvs-ports-outgoing; Thu, 6 Apr 1995 00:42:15 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA14191 ; Thu, 6 Apr 1995 00:42:12 -0700 Received: from vinkku.hut.fi (vinkku.hut.fi [130.233.245.1]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id AAA11064; Thu, 6 Apr 1995 00:42:00 -0700 Received: (from vode@localhost) by vinkku.hut.fi (8.6.11/8.6.7) id KAA00423; Thu, 6 Apr 1995 10:41:07 +0300 Date: Thu, 6 Apr 1995 10:41:07 +0300 From: Kai Vorma Message-Id: <199504060741.KAA00423@vinkku.hut.fi> To: "Justin T. Gibbs" Cc: Kai.Vorma@hut.fi, "Jordan K. Hubbard" , "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-Reply-To: <199504060655.XAA21894@estienne.cs.berkeley.edu> References: <199504060644.JAA25387@vinkku.hut.fi> <199504060655.XAA21894@estienne.cs.berkeley.edu> Reply-To: Kai.Vorma@hut.fi Sender: commit-owner@freebsd.org Precedence: bulk Justin T. Gibbs writes: > It also doesn't work when the "delete" option is turned on so it gives > you a false sense of security. SUP will go ahead and delete the file > you're working on. No. Look at the patches. Every unlink uses rname as which is the one with #sup suffix. > Please, just back this out for now. The real way to implement this is to > piggy back it ontop of my "rename" option that i've had working and tested > for months at TCS. I was just cleaning up the comments so I could submit > it when this stuff allstarted to happen. The rename option takes care of > all of the delete problems and you can simply write your feature as an > extension to it (ie pretend that we are renaming the destination file to > filename.#sup and the rest of the book keeping is handled automatically). That's fine. I wanted a simple but important feature for myself and thought someone else would like it. If you have something better I will gladly use it. But before that happens I will use sup and my patch because it works now. ..vode From owner-freebsd-commit Thu Apr 6 00:55:51 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14758 for commit-outgoing; Thu, 6 Apr 1995 00:55:51 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14745 for cvs-sys-outgoing; Thu, 6 Apr 1995 00:55:46 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA14735 ; Thu, 6 Apr 1995 00:55:43 -0700 Date: Thu, 6 Apr 1995 00:55:43 -0700 From: "Rodney W. Grimes" Message-Id: <199504060755.AAA14735@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/04/06 00:55:43 Modified: sys/i386/i386 machdep.c Log: Output the CPU features line during the probe on a seperate line, for folks with lots of features the output use to wrap and look ugle. Reviewed by: phk From owner-freebsd-commit Thu Apr 6 01:53:29 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18258 for commit-outgoing; Thu, 6 Apr 1995 01:53:29 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18210 for cvs-ports-outgoing; Thu, 6 Apr 1995 01:53:00 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA18192 ; Thu, 6 Apr 1995 01:52:46 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id BAA11189; Thu, 6 Apr 1995 01:52:46 -0700 Date: Thu, 6 Apr 1995 01:52:46 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060852.BAA11189@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/lang/icon - Imported sources Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/06 01:52:45 Log: The Icon Programming Language, version 9.0 Submitted by: Thomas Gellekum Status: Vendor Tag: icon Release Tags: icon9_0 N ports/lang/icon/Makefile N ports/lang/icon/files/md5 N ports/lang/icon/patches/patch-a N ports/lang/icon/pkg/COMMENT N ports/lang/icon/pkg/DESCR N ports/lang/icon/pkg/PLIST N ports/lang/icon/scripts/configure No conflicts created by this import From owner-freebsd-commit Thu Apr 6 01:53:47 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18305 for commit-outgoing; Thu, 6 Apr 1995 01:53:47 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18276 for cvs-CVSROOT-outgoing; Thu, 6 Apr 1995 01:53:38 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA18242 ; Thu, 6 Apr 1995 01:53:27 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id BAA11212; Thu, 6 Apr 1995 01:53:27 -0700 Date: Thu, 6 Apr 1995 01:53:27 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060853.BAA11212@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-CVSROOT@time.cdrom.com Subject: cvs commit: CVSROOT modules Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/06 01:53:26 Modified: . modules Log: icon ports/lang/icon From owner-freebsd-commit Thu Apr 6 01:55:58 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18482 for commit-outgoing; Thu, 6 Apr 1995 01:55:58 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18454 for cvs-ports-outgoing; Thu, 6 Apr 1995 01:55:47 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA18427 ; Thu, 6 Apr 1995 01:55:34 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id BAA11248; Thu, 6 Apr 1995 01:55:33 -0700 Date: Thu, 6 Apr 1995 01:55:33 -0700 From: "Jordan K. Hubbard" Message-Id: <199504060855.BAA11248@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/lang Makefile Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/06 01:55:32 Modified: lang Makefile Log: Add icon From owner-freebsd-commit Thu Apr 6 02:01:40 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA18976 for commit-outgoing; Thu, 6 Apr 1995 02:01:40 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA18956 for cvs-user-outgoing; Thu, 6 Apr 1995 02:01:32 -0700 Received: (from sos@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA18911 ; Thu, 6 Apr 1995 02:01:10 -0700 Date: Thu, 6 Apr 1995 02:01:10 -0700 From: Soren Schmidt Message-Id: <199504060901.CAA18911@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 sos Sender: commit-owner@FreeBSD.org Precedence: bulk sos 95/04/06 02:01:08 Added: TODO-2.1 sos Log: My todo list... From owner-freebsd-commit Thu Apr 6 03:35:34 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA22887 for commit-outgoing; Thu, 6 Apr 1995 03:35:34 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA22874 for cvs-ports-outgoing; Thu, 6 Apr 1995 03:35:27 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA22868 ; Thu, 6 Apr 1995 03:35:23 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id DAA13502; Thu, 6 Apr 1995 03:35:23 -0700 Date: Thu, 6 Apr 1995 03:35:23 -0700 From: "Jordan K. Hubbard" Message-Id: <199504061035.DAA13502@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/lang/icon/patches patch-b Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/06 03:35:22 Added: lang/icon/patches patch-b Log: Whoops! Add my "make it compile" patch. This patch is actually really screwy, and I'm not at all sure why make blows chunk on the Makefile at all. From owner-freebsd-commit Thu Apr 6 04:31:07 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA23801 for commit-outgoing; Thu, 6 Apr 1995 04:31:07 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA23781 for cvs-sys-outgoing; Thu, 6 Apr 1995 04:31:02 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id EAA23669 ; Thu, 6 Apr 1995 04:30:22 -0700 Received: by sequent.kiae.su id AA29329 (5.65.kiae-2 ); Thu, 6 Apr 1995 15:26:20 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Thu, 6 Apr 95 15:26:20 +0400 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id PAA01968; Thu, 6 Apr 1995 15:16:42 +0400 To: Bruce Evans , phk@ref.tfs.com Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com References: <199504051655.CAA25531@godzilla.zeta.org.au> In-Reply-To: <199504051655.CAA25531@godzilla.zeta.org.au>; from Bruce Evans at Thu, 6 Apr 1995 02:55:22 +1000 Message-Id: Organization: Olahm Ha-Yetzirah Date: Thu, 6 Apr 1995 15:16:41 +0400 X-Mailer: Mail/@ [v2.32 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: cvs commit: src/sys/i386/isa isa.c Lines: 31 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1172 Sender: commit-owner@FreeBSD.org Precedence: bulk In message <199504051655.CAA25531@godzilla.zeta.org.au> Bruce Evans writes: >>>> Modified: sys/i386/isa isa.c >>>> Log: >>>> Print "on motherboard" for isa? devices with id_iobase == 0 >>>Should be id_iobase < 0x100... >>I don't write here "only for" :-) >Sorry, it's wrong for another reason. id_iobase == 0 is the default >magic value for all devices without i/o ports (all memory mapped >devices...). It's a stupid magic value (0 is a real port) but there >is unlikely to ever be a driver that uses port 0 directly, so it is >good enough. Does it wrong to say "on motherboard" for memory-mapped device? If does, what is correct line to say? >The pca driver is on the motherboard but its id_iobase is only 0 >because it lies - see other mail. IO_TIMER1 and IO_PPI not specified directly in any config description now. Can we pick up one of them for pca? -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Thu Apr 6 05:21:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA24978 for commit-outgoing; Thu, 6 Apr 1995 05:21:56 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA24964 for cvs-ports-outgoing; Thu, 6 Apr 1995 05:21:49 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA24957 ; Thu, 6 Apr 1995 05:21:38 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id FAA15138; Thu, 6 Apr 1995 05:21:38 -0700 Date: Thu, 6 Apr 1995 05:21:38 -0700 From: "Jordan K. Hubbard" Message-Id: <199504061221.FAA15138@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/lang/icon/scripts post-configure Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/06 05:21:37 Added: lang/icon/files patch-b lang/icon/scripts post-configure Removed: lang/icon/patches patch-b Log: This isn't my night. Get the sequence of the patch right! From owner-freebsd-commit Thu Apr 6 05:39:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA25331 for commit-outgoing; Thu, 6 Apr 1995 05:39:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA25306 for cvs-sys-outgoing; Thu, 6 Apr 1995 05:38:03 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA25299 ; Thu, 6 Apr 1995 05:37:46 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id WAA20371; Thu, 6 Apr 1995 22:35:35 +1000 Date: Thu, 6 Apr 1995 22:35:35 +1000 From: Bruce Evans Message-Id: <199504061235.WAA20371@godzilla.zeta.org.au> To: ache@astral.msk.su, bde@zeta.org.au, phk@ref.tfs.com Subject: Re: cvs commit: src/sys/i386/isa isa.c Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Sender: commit-owner@FreeBSD.org Precedence: bulk >>Sorry, it's wrong for another reason. id_iobase == 0 is the default >>magic value for all devices without i/o ports (all memory mapped >>devices...). ... >Does it wrong to say "on motherboard" for memory-mapped device? >If does, what is correct line to say? I think "on isa" is right if there is any isa memory or ports. >From my boot messages: cyb0 at 0x0 irq 10 maddr 0xd4000 ports 8 ... pca0 not probed due to I/O address conflict with cyb0 at 0x0 They should be: cyb0 irq 10 maddr 0xd4000 msize 0x2000 on isa ports 8 Many bugs are evident: "at 0 " and the pca0 conflict are because of a driver bug (cyb hasn't been fully ported to FreeBSD and cyprobe() returns 1 instead of -1 for success && no-ports). "\n ports 8" is because cybattach() doesn't expect its caller to have printed the \n. This is not related to the recent \n breakage. I forgot to specify the msize. The driver didn't set it. It defaults to 0. isa.c didn't catch this error and printed the maddr. I think some other config lines/drivers have the same problem. Perhaps the memory address range should be printed instead of the base and size. This would save a little space, and the bug in the range 0xd400-0xd3ff would be very obvious. >>The pca driver is on the motherboard but its id_iobase is only 0 >>because it lies - see other mail. >IO_TIMER1 and IO_PPI not specified directly >in any config description now. Can we pick up one of them for pca? Yes, IO_PPI would be best for now. Bruce From owner-freebsd-commit Thu Apr 6 06:56:08 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA27085 for commit-outgoing; Thu, 6 Apr 1995 06:56:08 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA27067 for cvs-sys-outgoing; Thu, 6 Apr 1995 06:56:02 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA27056 ; Thu, 6 Apr 1995 06:55:58 -0700 Date: Thu, 6 Apr 1995 06:55:58 -0700 From: "Andrey A. Chernov" Message-Id: <199504061355.GAA27056@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/06 06:55:57 Modified: sys/i386/isa isa.c Log: Print "on isa" for devices with port==0 per Bruce suggestion From owner-freebsd-commit Thu Apr 6 07:01:53 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA27284 for commit-outgoing; Thu, 6 Apr 1995 07:01:53 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA27241 for cvs-sys-outgoing; Thu, 6 Apr 1995 07:01:27 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA27231 ; Thu, 6 Apr 1995 07:01:23 -0700 Date: Thu, 6 Apr 1995 07:01:23 -0700 From: "Andrey A. Chernov" Message-Id: <199504061401.HAA27231@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/06 07:01:22 Modified: sys/i386/conf LINT Log: Add port IO_PPI for pca per Bruce suggestion From owner-freebsd-commit Thu Apr 6 07:35:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA28496 for commit-outgoing; Thu, 6 Apr 1995 07:35:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA28470 for cvs-ports-outgoing; Thu, 6 Apr 1995 07:35:42 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA28462 ; Thu, 6 Apr 1995 07:35:27 -0700 Received: from estienne.cs.berkeley.edu (estienne.CS.Berkeley.EDU [128.32.42.147]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id HAA15275; Thu, 6 Apr 1995 07:35:26 -0700 Received: from localhost (localhost [127.0.0.1]) by estienne.cs.berkeley.edu (8.6.11/8.6.9) with SMTP id HAA23314; Thu, 6 Apr 1995 07:34:43 -0700 Message-Id: <199504061434.HAA23314@estienne.cs.berkeley.edu> X-Authentication-Warning: estienne.cs.berkeley.edu: Host localhost didn't use HELO protocol To: Kai.Vorma@hut.fi cc: "Jordan K. Hubbard" , "Rodney W. Grimes" , jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/net/sup/patches patch-ae In-reply-to: Your message of "Thu, 06 Apr 1995 10:41:07 +0300." <199504060741.KAA00423@vinkku.hut.fi> Date: Thu, 06 Apr 1995 07:34:43 -0700 From: "Justin T. Gibbs" Sender: commit-owner@freebsd.org Precedence: bulk >Justin T. Gibbs writes: > > > It also doesn't work when the "delete" option is turned on so it gives > > you a false sense of security. SUP will go ahead and delete the file > > you're working on. > >No. Look at the patches. Every unlink uses rname as which is the one >with #sup suffix. I did look at the patch. Very closely actually. It does not work for files that no longer exist on the sup server because the name in the last file is the one without the suffix, and we only stat files that the server says we need. Since the file that needs to be deleted is never mentioned by the server, we use rname which contains the wrong value (remeber, this is a separate traversal down the lastT, so rname cannot work because it is not updated again for each node, only during recvone). > > Please, just back this out for now. The real way to implement this is to > > piggy back it ontop of my "rename" option that i've had working and tested > > for months at TCS. I was just cleaning up the comments so I could submit > > it when this stuff allstarted to happen. The rename option takes care of > > all of the delete problems and you can simply write your feature as an > > extension to it (ie pretend that we are renaming the destination file to > > filename.#sup and the rest of the book keeping is handled automatically). > >That's fine. I wanted a simple but important feature for myself and >thought someone else would like it. If you have something better I I've never said that the feature wasn't valid or appropriate, its just not implemented well and to make it the default so quickly was a mistake. >will gladly use it. But before that happens I will use sup and my >patch because it works now. > >..vode > -- Justin T. Gibbs ============================================== TCS Instructional Group - Programmer/Analyst 1 Cory | Po | Danube | Volga | Parker | Torus ============================================== From owner-freebsd-commit Thu Apr 6 07:40:21 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA28663 for commit-outgoing; Thu, 6 Apr 1995 07:40:21 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA28638 for cvs-CVSROOT-outgoing; Thu, 6 Apr 1995 07:40:13 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA28618 ; Thu, 6 Apr 1995 07:40:02 -0700 Date: Thu, 6 Apr 1995 07:40:02 -0700 From: "Andrey A. Chernov" Message-Id: <199504061440.HAA28618@freefall.cdrom.com> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/06 07:40:00 Modified: . modules Log: Fix kbdmap place From owner-freebsd-commit Thu Apr 6 07:42:17 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA28725 for commit-outgoing; Thu, 6 Apr 1995 07:42:17 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA28710 for cvs-usrsbin-outgoing; Thu, 6 Apr 1995 07:42:08 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA28695 ; Thu, 6 Apr 1995 07:41:56 -0700 Date: Thu, 6 Apr 1995 07:41:56 -0700 From: "Andrey A. Chernov" Message-Id: <199504061441.HAA28695@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/kbdmap Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/06 07:41:54 Modified: usr.sbin/kbdmap Makefile Log: Manpage not installed From owner-freebsd-commit Thu Apr 6 08:47:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA00122 for commit-outgoing; Thu, 6 Apr 1995 08:47:28 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA29995 for cvs-share-outgoing; Thu, 6 Apr 1995 08:47:07 -0700 Received: (from jfieber@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA29984 ; Thu, 6 Apr 1995 08:47:05 -0700 Date: Thu, 6 Apr 1995 08:47:05 -0700 From: John Fieber Message-Id: <199504061547.IAA29984@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/FAQ/SGML freebsd-faq.sgml Sender: commit-owner@FreeBSD.org Precedence: bulk jfieber 95/04/06 08:47:04 Modified: share/FAQ/SGML freebsd-faq.sgml Log: Updated the usenet newsgroup section. From owner-freebsd-commit Thu Apr 6 08:53:15 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA00294 for commit-outgoing; Thu, 6 Apr 1995 08:53:15 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA00266 for cvs-user-outgoing; Thu, 6 Apr 1995 08:53:09 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA00250 ; Thu, 6 Apr 1995 08:53:07 -0700 Date: Thu, 6 Apr 1995 08:53:07 -0700 From: Satoshi Asami Message-Id: <199504061553.IAA00250@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 asami Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/06 08:53:07 Added: TODO-2.1 asami Log: My TODO file. These are just ideas, I'm not going to do all this! ;) From owner-freebsd-commit Thu Apr 6 09:01:10 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA00750 for commit-outgoing; Thu, 6 Apr 1995 09:01:10 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA00734 for cvs-share-outgoing; Thu, 6 Apr 1995 09:00:58 -0700 Received: (from jfieber@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA00724 ; Thu, 6 Apr 1995 09:00:54 -0700 Date: Thu, 6 Apr 1995 09:00:54 -0700 From: John Fieber Message-Id: <199504061600.JAA00724@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/FAQ/SGML adminman.sgml infosources.sgml refman.sgml userman.sgml Sender: commit-owner@FreeBSD.org Precedence: bulk jfieber 95/04/06 09:00:54 Added: share/FAQ help.html index.html tutorials.html Log: The skeletal framework for the FreeBSD help system. Point a WWW browser at index.html to see how it works. Ultimately what currently lives in the tutorials section will become the User and Admin manual sections. Added: share/FAQ/HTML SCSI-1.html SCSI-2.html SCSI-3.html SCSI-4.html SCSI-5.html SCSI.html adminman-1.html adminman-2.html adminman-3.html adminman-4.html adminman-5.html adminman-6.html adminman-7.html adminman-8.html adminman-9.html adminman.html ctm-1.html ctm-2.html ctm-3.html ctm-4.html ctm-5.html ctm-6.html ctm-7.html ctm-8.html ctm.html dialup-1.html dialup-2.html dialup-3.html dialup-4.html dialup-5.html dialup-6.html dialup-7.html dialup-8.html dialup-9.html dialup.html freebsd-faq-1.html freebsd-faq-10.html freebsd-faq-11.html freebsd-faq-2.html freebsd-faq-3.html freebsd-faq-4.html freebsd-faq-5.html freebsd-faq-6.html freebsd-faq-7.html freebsd-faq-8.html freebsd-faq-9.html freebsd-faq.html infosources-1.html infosources-2.html infosources.html refman-1.html refman-2.html refman.html slip_server-1.html slip_server-2.html slip_server-3.html slip_server-4.html slip_server-5.html slip_server-6.html slip_server-7.html slip_server.html userman-1.html userman-2.html userman-3.html userman-4.html userman-5.html userman.html Log: HTML versions of the SGML documents. These are intended to be accessed through the index.html file in the parent directroy. Added: share/FAQ/SGML adminman.sgml infosources.sgml refman.sgml userman.sgml Log: Outlines for the FreeBSD documentation. From owner-freebsd-commit Thu Apr 6 09:28:26 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA01508 for commit-outgoing; Thu, 6 Apr 1995 09:28:26 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA01486 for cvs-lib-outgoing; Thu, 6 Apr 1995 09:28:20 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA01476 ; Thu, 6 Apr 1995 09:28:18 -0700 Date: Thu, 6 Apr 1995 09:28:18 -0700 From: Bruce Evans Message-Id: <199504061628.JAA01476@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdio vfprintf.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/06 09:28:17 Modified: lib/libc/stdio vfprintf.c Log: Obtained from: 1.1.5 (originally by jtc) Fix printf("%g", 0.0) - print "0", not "0.". The previous fixes in this area had one non-cosmetic (non-)change that caused this bug. Bruce From owner-freebsd-commit Thu Apr 6 10:26:25 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA02728 for commit-outgoing; Thu, 6 Apr 1995 10:26:25 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA02710 for cvs-share-outgoing; Thu, 6 Apr 1995 10:26:20 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA02697 ; Thu, 6 Apr 1995 10:26:16 -0700 Date: Thu, 6 Apr 1995 10:26:16 -0700 From: Satoshi Asami Message-Id: <199504061726.KAA02697@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/FAQ/Text CONTRIB.FreeBSD Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/06 10:26:15 Modified: share/FAQ/Text CONTRIB.FreeBSD Log: Added Nobuhiro Yasutomi and Akito Fujita, deleted me (Satoshi, not Michael :) from "Additional Contributors" list. From owner-freebsd-commit Thu Apr 6 16:13:28 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA11994 for commit-outgoing; Thu, 6 Apr 1995 16:13:28 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA11942 for cvs-ports-outgoing; Thu, 6 Apr 1995 16:12:11 -0700 Received: (from jmz@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA11921 ; Thu, 6 Apr 1995 16:11:36 -0700 Date: Thu, 6 Apr 1995 16:11:36 -0700 From: Jean-Marc Zucconi Message-Id: <199504062311.QAA11921@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/games/xmris/patches patch-ab Sender: commit-owner@FreeBSD.org Precedence: bulk jmz 95/04/06 16:11:36 Modified: games/xmris Makefile Log: Add the MAINTAINER line Added: games/xmris/patches patch-ab Log: Change the app. defaults so that the game plays faster From owner-freebsd-commit Thu Apr 6 18:01:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA16860 for commit-outgoing; Thu, 6 Apr 1995 18:01:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA16839 for cvs-share-outgoing; Thu, 6 Apr 1995 18:01:48 -0700 Received: (from jfieber@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA16829 ; Thu, 6 Apr 1995 18:01:44 -0700 Date: Thu, 6 Apr 1995 18:01:44 -0700 From: John Fieber Message-Id: <199504070101.SAA16829@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/FAQ/SGML userman.sgml Sender: commit-owner@FreeBSD.org Precedence: bulk jfieber 95/04/06 18:01:43 Modified: share/FAQ/HTML userman-2.html userman-4.html userman-5.html userman.html share/FAQ/SGML userman.sgml Added: share/FAQ/HTML userman-6.html userman-7.html Log: Added a section on packages and ports, and a section on FreeBSD-current. Suggested by Jordan. From owner-freebsd-commit Thu Apr 6 18:20:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17335 for commit-outgoing; Thu, 6 Apr 1995 18:20:33 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17317 for cvs-user-outgoing; Thu, 6 Apr 1995 18:20:30 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17301 ; Thu, 6 Apr 1995 18:20:27 -0700 Date: Thu, 6 Apr 1995 18:20:27 -0700 From: Poul-Henning Kamp Message-Id: <199504070120.SAA17301@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/scripts extract_secure.sh Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/06 18:20:27 Modified: release Makefile cpio_crunch.conf release/scripts extract_secure.sh Log: Various changes: tip removed from cpio.flp (!) crunch chokes on it after the latest changes. source for secure & eBones moved into securedist. From owner-freebsd-commit Thu Apr 6 22:08:35 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22742 for commit-outgoing; Thu, 6 Apr 1995 22:08:35 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22727 for cvs-gnu-outgoing; Thu, 6 Apr 1995 22:08:32 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22717 ; Thu, 6 Apr 1995 22:08:30 -0700 Date: Thu, 6 Apr 1995 22:08:30 -0700 From: Nate Williams Message-Id: <199504070508.WAA22717@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld lib.c Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/06 22:08:29 Modified: gnu/usr.bin/ld lib.c Log: Back out my change to enforce command line linker order due to underlying bugs which are caused by mixing static/shared libraries with this change in place. The shlib code is not capable of supporting this feature in it's present state and will need significant modifications in order to do so. From owner-freebsd-commit Thu Apr 6 22:13:49 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22897 for commit-outgoing; Thu, 6 Apr 1995 22:13:49 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22884 for cvs-gnu-outgoing; Thu, 6 Apr 1995 22:13:43 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22873 ; Thu, 6 Apr 1995 22:13:27 -0700 Date: Thu, 6 Apr 1995 22:13:27 -0700 From: Nate Williams Message-Id: <199504070513.WAA22873@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/gdb compat_que.c Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/06 22:13:27 Modified: gnu/usr.bin/gdb/gdb Makefile Added: gnu/usr.bin/gdb/gdb compat_que.c Log: Because -lcompat defines the same symbols as -lgnuregex and the weakness of the linker to enforce linking of modules in command line order it is not possible to link gdb shared with -lcompat. *HACK ALERT* Removed -lcompat from LDADD and bring in the necessary functions out of libcompat as a source module until the linker can be fixed. From owner-freebsd-commit Thu Apr 6 22:34:46 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA23591 for commit-outgoing; Thu, 6 Apr 1995 22:34:46 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA23578 for cvs-user-outgoing; Thu, 6 Apr 1995 22:34:43 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA23568 ; Thu, 6 Apr 1995 22:34:42 -0700 Date: Thu, 6 Apr 1995 22:34:42 -0700 From: Nate Williams Message-Id: <199504070534.WAA23568@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 nate Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/06 22:34:41 Added: TODO-2.1 nate Log: Add my TODO list to make Poul happy. From owner-freebsd-commit Thu Apr 6 22:48:45 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA23887 for commit-outgoing; Thu, 6 Apr 1995 22:48:45 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA23873 for cvs-ports-outgoing; Thu, 6 Apr 1995 22:48:43 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA23866 ; Thu, 6 Apr 1995 22:48:35 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id WAA27372 ; Thu, 6 Apr 1995 22:48:19 -0700 Date: Thu, 6 Apr 1995 22:48:19 -0700 From: Satoshi Asami Message-Id: <199504070548.WAA27372@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/japanese/tk Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/06 22:48:17 Modified: japanese/Canna Makefile japanese/Wnn Makefile japanese/gawk Makefile japanese/grep Makefile japanese/kterm Makefile japanese/less Makefile japanese/nkf Makefile japanese/sed Makefile japanese/tcl Makefile japanese/tk Makefile Log: Clean up Makefiles, as per my promise. From owner-freebsd-commit Thu Apr 6 23:19:37 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA24191 for commit-outgoing; Thu, 6 Apr 1995 23:19:37 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA24178 for cvs-user-outgoing; Thu, 6 Apr 1995 23:19:35 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA24164 ; Thu, 6 Apr 1995 23:19:26 -0700 Received: from localhost (localhost [127.0.0.1]) by grunt.grondar.za (8.6.11/8.6.9) with SMTP id IAA10617; Fri, 7 Apr 1995 08:19:11 +0200 Message-Id: <199504070619.IAA10617@grunt.grondar.za> X-Authentication-Warning: grunt.grondar.za: Host localhost didn't use HELO protocol To: Poul-Henning Kamp cc: CVS-commiters@freefall.cdrom.com, cvs-user@freefall.cdrom.com Subject: Re: cvs commit: src/release/scripts extract_secure.sh Date: Fri, 07 Apr 1995 08:19:11 +0200 From: Mark Murray Sender: commit-owner@FreeBSD.org Precedence: bulk > phk 95/04/06 18:20:27 > > Modified: release Makefile cpio_crunch.conf > release/scripts extract_secure.sh > Log: > source for secure & eBones moved into securedist. Please give me some details here so I can track you... Thanks... -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-commit Thu Apr 6 23:33:20 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA24381 for commit-outgoing; Thu, 6 Apr 1995 23:33:20 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA24368 for cvs-user-outgoing; Thu, 6 Apr 1995 23:33:19 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA24362 ; Thu, 6 Apr 1995 23:33:16 -0700 Received: (from phk@localhost) by ref.tfs.com (8.6.8/8.6.6) id XAA16761; Thu, 6 Apr 1995 23:32:58 -0700 From: Poul-Henning Kamp Message-Id: <199504070632.XAA16761@ref.tfs.com> Subject: Re: cvs commit: src/release/scripts extract_secure.sh To: mark@grondar.za (Mark Murray) Date: Thu, 6 Apr 1995 23:32:58 -0700 (PDT) Cc: phk@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-user@freefall.cdrom.com In-Reply-To: <199504070619.IAA10617@grunt.grondar.za> from "Mark Murray" at Apr 7, 95 08:19:11 am Content-Type: text Content-Length: 618 Sender: commit-owner@FreeBSD.org Precedence: bulk > > phk 95/04/06 18:20:27 > > > > Modified: release Makefile cpio_crunch.conf > > release/scripts extract_secure.sh > > Log: > > source for secure & eBones moved into securedist. > > Please give me some details here so I can track you... Don't worry you can read these files too (src/release). This is only related to getting the bits to the right place in the distribution, not what the bits are... -- Poul-Henning Kamp -- TRW Financial Systems, Inc. 'All relevant people are pertinent' && 'All rude people are impertinent' => 'no rude people are relevant' From owner-freebsd-commit Fri Apr 7 01:16:44 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA26504 for commit-outgoing; Fri, 7 Apr 1995 01:16:44 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA26488 for cvs-user-outgoing; Fri, 7 Apr 1995 01:16:39 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA26468 ; Fri, 7 Apr 1995 01:16:25 -0700 Date: Fri, 7 Apr 1995 01:16:25 -0700 From: Poul-Henning Kamp Message-Id: <199504070816.BAA26468@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 phk Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/07 01:16:23 Modified: TODO-2.1 phk Log: First serious attempt. Much missing. From owner-freebsd-commit Fri Apr 7 02:56:27 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA01093 for commit-outgoing; Fri, 7 Apr 1995 02:56:27 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA01080 for cvs-include-outgoing; Fri, 7 Apr 1995 02:56:20 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA01068 ; Fri, 7 Apr 1995 02:56:11 -0700 Date: Fri, 7 Apr 1995 02:56:11 -0700 From: "Andrey A. Chernov" Message-Id: <199504070956.CAA01068@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include ctype.h Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/07 02:56:11 Modified: include ctype.h Log: Move inline args out of user namespace. Obtained from: 1.x From owner-freebsd-commit Fri Apr 7 04:19:22 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA03811 for commit-outgoing; Fri, 7 Apr 1995 04:19:22 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA03798 for cvs-user-outgoing; Fri, 7 Apr 1995 04:19:13 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA03790 ; Fri, 7 Apr 1995 04:18:55 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id EAA10474; Fri, 7 Apr 1995 04:18:55 -0700 Date: Fri, 7 Apr 1995 04:18:55 -0700 From: "Jordan K. Hubbard" Message-Id: <199504071118.EAA10474@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/TODO-2.1 jkh Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/07 04:18:54 Modified: TODO-2.1 jkh Log: Put some real TODO entries in my file. Lots more to come. From owner-freebsd-commit Fri Apr 7 04:21:21 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA03849 for commit-outgoing; Fri, 7 Apr 1995 04:21:21 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA03836 for cvs-user-outgoing; Fri, 7 Apr 1995 04:21:19 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA03830 ; Fri, 7 Apr 1995 04:21:14 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id EAA11388; Fri, 7 Apr 1995 04:21:13 -0700 Date: Fri, 7 Apr 1995 04:21:13 -0700 From: "Jordan K. Hubbard" Message-Id: <199504071121.EAA11388@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/TODO-2.1 jkh Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/07 04:21:13 Modified: TODO-2.1 jkh Log: Whoops - add the item separators. From owner-freebsd-commit Fri Apr 7 04:33:23 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA03983 for commit-outgoing; Fri, 7 Apr 1995 04:33:23 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA03969 for cvs-user-outgoing; Fri, 7 Apr 1995 04:33:20 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA03961 ; Fri, 7 Apr 1995 04:33:13 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id EAA16667; Fri, 7 Apr 1995 04:33:13 -0700 Date: Fri, 7 Apr 1995 04:33:13 -0700 From: "Jordan K. Hubbard" Message-Id: <199504071133.EAA16667@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/TODO-2.1 README Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/07 04:33:12 Added: TODO-2.1 README Log: Put a file here explaing the purpose of all of this. From owner-freebsd-commit Fri Apr 7 04:52:27 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA04363 for commit-outgoing; Fri, 7 Apr 1995 04:52:27 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA04350 for cvs-lib-outgoing; Fri, 7 Apr 1995 04:52:25 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA04340 ; Fri, 7 Apr 1995 04:52:19 -0700 Date: Fri, 7 Apr 1995 04:52:19 -0700 From: Bruce Evans Message-Id: <199504071152.EAA04340@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/locale isctype.c nomacros.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/07 04:52:18 Modified: include ctype.h Log: Reviewed by: ache and wollman (long ago) Fix numerous ANSI conformance bugs and other nits. ctype.h: o There were no prototypes behind the macros (conformance bug). o isascii() didn't have enough parentheses (plain bug). o tolower() and toupper were always static inline (conformance bug? You could undef them and take their address, but this gave different addresses in different modules. You couldn't undef them and declare them (correctly) again). 's treatment of putc() shows one way to handle this problem, but it only works because the putc() macro is allowed to reevaluate its args. I used a hack controlled by _EXTERNALIZE_CTYPE_INLINES_ to get to generate the code (the previous hack involving _ANSI_LIBRARY_ goes away). This has the advantage that the core of the functions is only written down once and the disadvantage that another layer of functions is required. The extra layer goes away if inline functions are used, leaving only the problem of understanding why there are functions named toupper(), __toupper and ___toupper() as well as a macro named toupper. o Nothing seems to define _USE_CTYPE_LIBRARY_. Eliminate it o Let the user set _USE_CTYPE_INLINE_ and _DONT_USE_CTYPE_INLINE_ for full control over inlining. o The args for the inline functions didn't have enough underscores (conformance bug). o The formatting and ordering was inconsistent (style bug). o TODO: fix conformance bugs brought by including . Modified: lib/libc/locale isctype.c nomacros.c Log: Reviewed by: ache and wollman (long ago) isctype.c: o The tolower() and toupper() functions duplicated too much code and were out of date (surprise). This didn't matter because it was difficult to call them. o Change formatting to be more like that in (with extra parentheses as in the macros). Perhaps this file should be machine generated or everything should be handled like __tolower() so that no code is repeated. nomacros.c: o Instead of looking at _USE_CTYPE_INLINE_ to see what has done, set _EXTERNALIZE_CTYPE_INLINES_ to tell what to do, so that we don't have anything left to do. Note that code is now generated even if inlines are used by default. This allows users to switch to non-inline versions. From owner-freebsd-commit Fri Apr 7 09:07:39 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA10149 for commit-outgoing; Fri, 7 Apr 1995 09:07:39 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA10135 for cvs-user-outgoing; Fri, 7 Apr 1995 09:07:30 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA10125 ; Fri, 7 Apr 1995 09:07:24 -0700 Date: Fri, 7 Apr 1995 09:07:24 -0700 From: "Garrett A. Wollman" Message-Id: <199504071607.JAA10125@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 wollman Sender: commit-owner@FreeBSD.org Precedence: bulk wollman 95/04/07 09:07:23 Added: TODO-2.1 wollman Log: Add my TODO list From owner-freebsd-commit Fri Apr 7 09:45:42 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA11165 for commit-outgoing; Fri, 7 Apr 1995 09:45:42 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA11152 for cvs-share-outgoing; Fri, 7 Apr 1995 09:45:40 -0700 Received: (from jfieber@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA11142 ; Fri, 7 Apr 1995 09:45:36 -0700 Date: Fri, 7 Apr 1995 09:45:36 -0700 From: John Fieber Message-Id: <199504071645.JAA11142@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/FAQ index.html Sender: commit-owner@FreeBSD.org Precedence: bulk jfieber 95/04/07 09:45:36 Modified: share/FAQ index.html Log: Fixed a big typo pointed out by phk. From owner-freebsd-commit Fri Apr 7 11:56:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17272 for commit-outgoing; Fri, 7 Apr 1995 11:56:56 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17255 for cvs-ports-outgoing; Fri, 7 Apr 1995 11:56:45 -0700 Received: (from hsu@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17244 ; Fri, 7 Apr 1995 11:56:41 -0700 Date: Fri, 7 Apr 1995 11:56:41 -0700 From: Jeffrey Hsu Message-Id: <199504071856.LAA17244@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/utils/wine Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk hsu 95/04/07 11:56:40 Modified: utils/wine Makefile Log: Fix misplacement of CATEGORIES line into middle of a multi-line define. Reviewed by: Submitted by: Obtained from: From owner-freebsd-commit Fri Apr 7 12:38:04 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA18007 for commit-outgoing; Fri, 7 Apr 1995 12:38:04 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA17994 for cvs-ports-outgoing; Fri, 7 Apr 1995 12:38:03 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA17986 ; Fri, 7 Apr 1995 12:37:50 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.9/8.6.9) id MAA04342; Fri, 7 Apr 1995 12:37:47 -0700 Date: Fri, 7 Apr 1995 12:37:47 -0700 Message-Id: <199504071937.MAA04342@silvia.HIP.Berkeley.EDU> To: hsu@freefall.cdrom.com CC: CVS-commiters@freefall.cdrom.com, cvs-ports@freefall.cdrom.com In-reply-to: <199504071856.LAA17244@freefall.cdrom.com> (message from Jeffrey Hsu on Fri, 7 Apr 1995 11:56:41 -0700) Subject: Re: cvs commit: ports/utils/wine Makefile From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: commit-owner@FreeBSD.org Precedence: bulk * Fix misplacement of CATEGORIES line into middle of a multi-line define. *ROTFL* Jordan, here's the hat, please take it.... vvv Satoshi (: >-* From owner-freebsd-commit Fri Apr 7 14:32:12 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA20388 for commit-outgoing; Fri, 7 Apr 1995 14:32:12 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA20374 for cvs-ports-outgoing; Fri, 7 Apr 1995 14:32:04 -0700 Received: from inet-gw-3.pa.dec.com (inet-gw-3.pa.dec.com [16.1.0.33]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA20367 ; Fri, 7 Apr 1995 14:32:00 -0700 Received: from tartufo.pcs.dec.com by inet-gw-3.pa.dec.com (5.65/24Feb95) id AA16633; Fri, 7 Apr 95 14:29:27 -0700 Received: by tartufo.pcs.dec.com (/\=-/\ Smail3.1.16.1 #16.39) id ; Fri, 7 Apr 95 23:27 MSZ Message-Id: Date: Fri, 7 Apr 95 23:27 MSZ From: me@tartufo.pcs.dec.com (Michael Elbel) To: jkh@freebsd.org Cc: asami@cs.berkeley.edu, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/utils/wine Makefile Newsgroups: pcs.freebsd.cvs.ports,pcs.freebsd.cvs.all References: <199504071856.LAA17244@freefall.cdrom.com> <199504071937.MAA04342@silvia.HIP.Berkeley.EDU> Reply-To: me@freebsd.org Sender: commit-owner@freebsd.org Precedence: bulk In pcs.freebsd.cvs.all you write: > * Fix misplacement of CATEGORIES line into middle of a multi-line define. >*ROTFL* I hope this hasn't hit more people. Look at utils/mmv/Makefile: 4 CATEGORIES lines, one of them inside the fetch: rule. Jordan, admit it, you've run a script that put that CATEGORIES line underneath each and every line that contains the word MASTER_SITES. Michael (grinning shamelessly) -- Michael Elbel, PCS GmbH, Muenchen, Germany - me@FreeBSD.org Fermentation fault (coors dumped) From owner-freebsd-commit Fri Apr 7 16:14:10 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA22959 for commit-outgoing; Fri, 7 Apr 1995 16:14:10 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA22939 for cvs-lib-outgoing; Fri, 7 Apr 1995 16:13:51 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA22928 ; Fri, 7 Apr 1995 16:13:44 -0700 Date: Fri, 7 Apr 1995 16:13:44 -0700 From: Bruce Evans Message-Id: <199504072313.QAA22928@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/msun/src e_jn.c e_jnf.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/07 16:13:44 Modified: lib/msun/src e_jn.c e_jnf.c Log: Submitted by: J.T. Conklin First part of update to fdlibm 5.2: fix jn(n, x) and jnf(n, x). jn(-1, x) was too large by a factor of 3. From owner-freebsd-commit Fri Apr 7 16:18:31 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA23047 for commit-outgoing; Fri, 7 Apr 1995 16:18:31 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA23034 for cvs-ports-outgoing; Fri, 7 Apr 1995 16:18:29 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA23027 ; Fri, 7 Apr 1995 16:18:28 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: me@freebsd.org cc: jkh@freebsd.org, asami@cs.berkeley.edu, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/utils/wine Makefile In-reply-to: Your message of "Fri, 07 Apr 95 23:27:00 +0600." Date: Fri, 07 Apr 1995 16:18:27 -0700 Message-ID: <23025.797296707@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: commit-owner@freebsd.org Precedence: bulk > one of them inside the fetch: rule. Jordan, admit it, you've run a script tha t > put that CATEGORIES line underneath each and every line that contains the wor d > MASTER_SITES. Yes. I admit it. I thought I'd gotten all the pathological cases edited back out again though.. :-) Jordan From owner-freebsd-commit Fri Apr 7 16:23:39 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA23180 for commit-outgoing; Fri, 7 Apr 1995 16:23:39 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA23167 for cvs-lib-outgoing; Fri, 7 Apr 1995 16:23:36 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA23156 ; Fri, 7 Apr 1995 16:23:28 -0700 Date: Fri, 7 Apr 1995 16:23:28 -0700 From: Bruce Evans Message-Id: <199504072323.QAA23156@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/msun/src e_log10.c e_log10f.c e_rem_pio2.c e_rem_pio2f.c s_frexp.c s_frexpf.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/04/07 16:23:28 Modified: lib/msun/src e_log10.c e_log10f.c e_rem_pio2.c e_rem_pio2f.c s_frexp.c s_frexpf.c Log: Submitted by: J.T. Conklin Second part of update to fdlibm 5.2: speed up argument reduction for trig functions in the case pi/4 < |x| < 3pi/4. Remove unused static constants ("one"). From owner-freebsd-commit Fri Apr 7 19:23:04 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA25349 for commit-outgoing; Fri, 7 Apr 1995 19:23:04 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA25322 for cvs-ports-outgoing; Fri, 7 Apr 1995 19:22:49 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA25315 ; Fri, 7 Apr 1995 19:22:37 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id TAA17778; Fri, 7 Apr 1995 19:22:36 -0700 Date: Fri, 7 Apr 1995 19:22:36 -0700 From: "Jordan K. Hubbard" Message-Id: <199504080222.TAA17778@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/lang/icon/files patch-b Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/07 19:22:35 Removed: lang/icon/files patch-b Log: Nuke this. Patches will be done right after this. From owner-freebsd-commit Fri Apr 7 19:23:21 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA25397 for commit-outgoing; Fri, 7 Apr 1995 19:23:21 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA25383 for cvs-ports-outgoing; Fri, 7 Apr 1995 19:23:18 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA25372 ; Fri, 7 Apr 1995 19:23:13 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id TAA17797; Fri, 7 Apr 1995 19:23:13 -0700 Date: Fri, 7 Apr 1995 19:23:13 -0700 From: "Jordan K. Hubbard" Message-Id: <199504080223.TAA17797@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: cvs commit: ports/lang/icon/scripts post-configure Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/07 19:23:13 Removed: lang/icon/scripts post-configure Log: This will be replaced by a proper set of patches. From owner-freebsd-commit Fri Apr 7 22:06:39 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA28565 for commit-outgoing; Fri, 7 Apr 1995 22:06:39 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA28541 for cvs-ports-outgoing; Fri, 7 Apr 1995 22:06:33 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA28511 ; Fri, 7 Apr 1995 22:06:26 -0700 Date: Fri, 7 Apr 1995 22:06:26 -0700 From: Satoshi Asami Message-Id: <199504080506.WAA28511@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/games/xboing/pkg COMMENT DESCR PLIST Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/07 22:06:25 Modified: games/xboing Makefile games/xboing/files md5 games/xboing/patches patch-aa patch-ac patch-ad games/xboing/pkg COMMENT DESCR PLIST Log: Upgrade, 2.2 -> 2.3! From owner-freebsd-commit Fri Apr 7 23:51:11 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA01870 for commit-outgoing; Fri, 7 Apr 1995 23:51:11 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA01857 for cvs-ports-outgoing; Fri, 7 Apr 1995 23:51:08 -0700 Received: from thud.cdrom.com (thud.cdrom.com [192.216.222.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA01851 ; Fri, 7 Apr 1995 23:51:03 -0700 Received: (from asami@localhost) by thud.cdrom.com (8.6.11/8.6.9) id XAA03581 ; Fri, 7 Apr 1995 23:50:44 -0700 Date: Fri, 7 Apr 1995 23:50:44 -0700 From: Satoshi Asami Message-Id: <199504080650.XAA03581@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/games/xboing/pkg PLIST Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/07 23:50:43 Modified: games/xboing/pkg PLIST Log: Added comment about chmods. By the way, the previous commit was - Submitted by: Anthony Yee-Hang Chan From owner-freebsd-commit Sat Apr 8 02:39:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08728 for commit-outgoing; Sat, 8 Apr 1995 02:39:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08714 for cvs-sys-outgoing; Sat, 8 Apr 1995 02:39:47 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08704 ; Sat, 8 Apr 1995 02:39:38 -0700 Date: Sat, 8 Apr 1995 02:39:38 -0700 From: Poul-Henning Kamp Message-Id: <199504080939.CAA08704@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa if_eg.c if_egreg.h Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/08 02:39:37 Modified: sys/i386/conf GENERIC LINT files.i386 Log: Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+" card. This is the braindamaged card with the 80186 CPU on it. It is slow, probably not very good after all, but hey, if you have one lying around doing nothing anyway... Added the "zp0" driver to GENERIC. Added: sys/i386/isa if_eg.c if_egreg.h Log: Driver for 3c505 boards. Uses the onboard firmware, which is not a good way to do it. Doesn't support DMA or high speeds. Contributed by: Dean Huxley via NetBSD From owner-freebsd-commit Sat Apr 8 02:40:24 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08783 for commit-outgoing; Sat, 8 Apr 1995 02:40:24 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08770 for cvs-share-outgoing; Sat, 8 Apr 1995 02:40:22 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08760 ; Sat, 8 Apr 1995 02:40:20 -0700 Date: Sat, 8 Apr 1995 02:40:20 -0700 From: Poul-Henning Kamp Message-Id: <199504080940.CAA08760@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/FAQ/Text CONTRIB.FreeBSD Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/08 02:40:20 Modified: share/FAQ/Text CONTRIB.FreeBSD Log: Added Dean Huxley . From owner-freebsd-commit Sat Apr 8 02:44:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08868 for commit-outgoing; Sat, 8 Apr 1995 02:44:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08855 for cvs-user-outgoing; Sat, 8 Apr 1995 02:44:00 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08845 ; Sat, 8 Apr 1995 02:43:58 -0700 Date: Sat, 8 Apr 1995 02:43:58 -0700 From: Poul-Henning Kamp Message-Id: <199504080943.CAA08845@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/scripts netinst.sh Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/08 02:43:57 Modified: release/scripts netinst.sh Log: Added zp0 and eg0 to interface menu. Dropped all the "at 0xfoo" comments. From owner-freebsd-commit Sat Apr 8 02:45:35 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08941 for commit-outgoing; Sat, 8 Apr 1995 02:45:35 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08928 for cvs-user-outgoing; Sat, 8 Apr 1995 02:45:33 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08918 ; Sat, 8 Apr 1995 02:45:32 -0700 Date: Sat, 8 Apr 1995 02:45:32 -0700 From: Poul-Henning Kamp Message-Id: <199504080945.CAA08918@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/08 02:45:31 Modified: release Makefile Log: Fix the bug which removes all empty dirs from distribution. Sorry Jordan... From owner-freebsd-commit Sat Apr 8 04:41:41 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA13108 for commit-outgoing; Sat, 8 Apr 1995 04:41:41 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA13095 for cvs-user-outgoing; Sat, 8 Apr 1995 04:41:39 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA13086 ; Sat, 8 Apr 1995 04:41:25 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id EAA20559; Sat, 8 Apr 1995 04:41:24 -0700 Date: Sat, 8 Apr 1995 04:41:24 -0700 From: "Jordan K. Hubbard" Message-Id: <199504081141.EAA20559@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/release/scripts netinst.sh Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/08 04:41:23 Modified: release/scripts netinst.sh Log: Add lnc0 ethernet driver. From owner-freebsd-commit Sat Apr 8 06:08:38 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14182 for commit-outgoing; Sat, 8 Apr 1995 06:08:38 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14163 for cvs-user-outgoing; Sat, 8 Apr 1995 06:08:35 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA14148 ; Sat, 8 Apr 1995 15:08:29 +0200 Date: Sat, 8 Apr 1995 15:08:29 +0200 From: Joerg Wunsch Message-Id: <199504081308.PAA14148@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 joerg Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/08 15:08:28 Added: TODO-2.1 joerg Log: Adding my public list, even though i'm not a core member (after asking jkh). From owner-freebsd-commit Sat Apr 8 06:54:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14784 for commit-outgoing; Sat, 8 Apr 1995 06:54:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14771 for cvs-ports-outgoing; Sat, 8 Apr 1995 06:54:50 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA14761 ; Sat, 8 Apr 1995 06:54:47 -0700 Date: Sat, 8 Apr 1995 06:54:47 -0700 From: "Andrey A. Chernov" Message-Id: <199504081354.GAA14761@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/utils/less/pkg COMMENT Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 06:54:47 Modified: utils/less Makefile utils/less/files md5 utils/less/pkg COMMENT Log: Upgrade. From owner-freebsd-commit Sat Apr 8 07:00:34 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA14925 for commit-outgoing; Sat, 8 Apr 1995 07:00:34 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA14908 for cvs-ports-outgoing; Sat, 8 Apr 1995 07:00:29 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA14898 ; Sat, 8 Apr 1995 07:00:24 -0700 Date: Sat, 8 Apr 1995 07:00:24 -0700 From: "Andrey A. Chernov" Message-Id: <199504081400.HAA14898@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/devel/gmake/pkg COMMENT DESCR Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 07:00:23 Modified: devel/gmake Makefile devel/gmake/files md5 devel/gmake/patches patch-aa devel/gmake/pkg COMMENT DESCR Removed: devel/gmake/patches patch-ab patch-ac Log: Upgrade. From owner-freebsd-commit Sat Apr 8 08:49:39 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA17236 for commit-outgoing; Sat, 8 Apr 1995 08:49:39 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA17223 for cvs-sys-outgoing; Sat, 8 Apr 1995 08:49:37 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA17213 ; Sat, 8 Apr 1995 17:49:26 +0200 Date: Sat, 8 Apr 1995 17:49:26 +0200 From: Joerg Wunsch Message-Id: <199504081549.RAA17213@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_conf.h pcvt_drv.c pcvt_ext.c pcvt_hdr.h pcvt_kbd.c pcvt_kbd.h pcvt_out.c pcvt_sup.c pcvt_tbl.h pcvt_vtf.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/08 17:49:25 Modified: sys/i386/conf LINT sys/i386/include pcvt_ioctl.h sys/i386/isa/pcvt pcvt_conf.h pcvt_drv.c pcvt_ext.c pcvt_hdr.h pcvt_kbd.c pcvt_kbd.h pcvt_out.c pcvt_sup.c pcvt_tbl.h pcvt_vtf.c Log: Update pcvt to 3.20 b24 From owner-freebsd-commit Sat Apr 8 08:52:35 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA17317 for commit-outgoing; Sat, 8 Apr 1995 08:52:35 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA17304 for cvs-sys-outgoing; Sat, 8 Apr 1995 08:52:33 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA17294 ; Sat, 8 Apr 1995 17:52:31 +0200 Date: Sat, 8 Apr 1995 17:52:31 +0200 From: Joerg Wunsch Message-Id: <199504081552.RAA17294@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 imgact_coff.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/08 17:52:31 Modified: sys/i386/ibcs2 imgact_coff.c Log: Some long-waiting fixes for the COFF module. They silence compiler warnings and are cosmetic only. Poul once requested them, but neither Sean nor Søren commented on them, so i commit it now before it's getting lost some day. From owner-freebsd-commit Sat Apr 8 09:03:15 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17595 for commit-outgoing; Sat, 8 Apr 1995 09:03:15 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17582 for cvs-usrsbin-outgoing; Sat, 8 Apr 1995 09:03:13 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17572 ; Sat, 8 Apr 1995 18:03:11 +0200 Date: Sat, 8 Apr 1995 18:03:11 +0200 From: Joerg Wunsch Message-Id: <199504081603.SAA17572@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pcvt/loadfont loadfont.1 loadfont.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/08 18:03:10 Modified: usr.sbin/pcvt/Misc README.FIRST usr.sbin/pcvt/Misc/Doc ChangeLog Makefile NotesAndHints usr.sbin/pcvt/Misc/Etc Termcap usr.sbin/pcvt/cursor cursor.c usr.sbin/pcvt/fontedit fontedit.c usr.sbin/pcvt/ispcvt ispcvt.8 ispcvt.c usr.sbin/pcvt/loadfont loadfont.1 loadfont.c Added: usr.sbin/pcvt/Misc/Doc ToDo Log: Upgrade pcvt to 3.20 b24. From owner-freebsd-commit Sat Apr 8 09:04:27 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17649 for commit-outgoing; Sat, 8 Apr 1995 09:04:27 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17636 for cvs-share-outgoing; Sat, 8 Apr 1995 09:04:25 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17626 ; Sat, 8 Apr 1995 18:04:24 +0200 Date: Sat, 8 Apr 1995 18:04:24 +0200 From: Joerg Wunsch Message-Id: <199504081604.SAA17626@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 pcvt.4 Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/08 18:04:23 Modified: share/man/man4/man4.i386 pcvt.4 Log: Upgrade pcvt to 3.20 b24. From owner-freebsd-commit Sat Apr 8 09:08:40 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17736 for commit-outgoing; Sat, 8 Apr 1995 09:08:40 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17723 for cvs-sys-outgoing; Sat, 8 Apr 1995 09:08:39 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17713 ; Sat, 8 Apr 1995 09:08:36 -0700 Date: Sat, 8 Apr 1995 09:08:36 -0700 From: "Andrey A. Chernov" Message-Id: <199504081608.JAA17713@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 09:08:35 Modified: sys/i386/conf LINT Log: pca: change IO_PPI to IO_TIMER1 due to syscons conflict From owner-freebsd-commit Sat Apr 8 09:17:12 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17834 for commit-outgoing; Sat, 8 Apr 1995 09:17:12 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17821 for cvs-etc-outgoing; Sat, 8 Apr 1995 09:17:08 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17811 ; Sat, 8 Apr 1995 09:17:06 -0700 Date: Sat, 8 Apr 1995 09:17:06 -0700 From: "Andrey A. Chernov" Message-Id: <199504081617.JAA17811@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc services Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 09:17:06 Modified: etc services Log: Fix official name of 113/tcp service Obtained from: SunOS /etc/services From owner-freebsd-commit Sat Apr 8 09:21:49 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA18017 for commit-outgoing; Sat, 8 Apr 1995 09:21:49 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA18004 for cvs-etc-outgoing; Sat, 8 Apr 1995 09:21:48 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA17994 ; Sat, 8 Apr 1995 09:21:46 -0700 Date: Sat, 8 Apr 1995 09:21:46 -0700 From: "Andrey A. Chernov" Message-Id: <199504081621.JAA17994@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc inetd.conf Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 09:21:46 Modified: etc inetd.conf Log: Add ident (commented out) From owner-freebsd-commit Sat Apr 8 09:29:34 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA18096 for commit-outgoing; Sat, 8 Apr 1995 09:29:34 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA18084 for cvs-etc-outgoing; Sat, 8 Apr 1995 09:29:33 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA18077 ; Sat, 8 Apr 1995 09:29:29 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id JAA15487; Sat, 8 Apr 1995 09:29:19 -0700 From: "Rodney W. Grimes" Message-Id: <199504081629.JAA15487@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/etc services To: ache@freefall.cdrom.com (Andrey A. Chernov) Date: Sat, 8 Apr 1995 09:29:19 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com In-Reply-To: <199504081617.JAA17811@freefall.cdrom.com> from "Andrey A. Chernov" at Apr 8, 95 09:17:06 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 564 Sender: commit-owner@FreeBSD.org Precedence: bulk > > ache 95/04/08 09:17:06 > > Modified: etc services > Log: > Fix official name of 113/tcp service > Obtained from: SunOS /etc/services ^^^^^ Sun is not the official maintainer of TCP/IP assigned names and numbers, could you go pull the Assigned number RFC's (I am sure it has been updated since I last looked at it) and check for other errors in /etc/services. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-commit Sat Apr 8 10:08:55 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA18791 for commit-outgoing; Sat, 8 Apr 1995 10:08:55 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA18777 for cvs-usrbin-outgoing; Sat, 8 Apr 1995 10:08:50 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA18766 ; Sat, 8 Apr 1995 10:08:47 -0700 Date: Sat, 8 Apr 1995 10:08:47 -0700 From: "Andrey A. Chernov" Message-Id: <199504081708.KAA18766@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/colldef/data lt_LN.ISO8859-1 Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 10:08:46 Modified: usr.bin/colldef/data lt_LN.ISO8859-1 Log: Remove digrams to not confuse sorting From owner-freebsd-commit Sat Apr 8 10:34:22 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19202 for commit-outgoing; Sat, 8 Apr 1995 10:34:22 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19188 for cvs-usrbin-outgoing; Sat, 8 Apr 1995 10:34:20 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19177 ; Sat, 8 Apr 1995 10:34:16 -0700 Date: Sat, 8 Apr 1995 10:34:16 -0700 From: "Andrey A. Chernov" Message-Id: <199504081734.KAA19177@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/colldef/data ru_SU.KOI8-R Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 10:34:16 Modified: usr.bin/colldef/data ru_SU.KOI8-R Log: Update controls & remains From owner-freebsd-commit Sat Apr 8 10:48:04 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19455 for commit-outgoing; Sat, 8 Apr 1995 10:48:04 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19442 for cvs-etc-outgoing; Sat, 8 Apr 1995 10:48:03 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19432 ; Sat, 8 Apr 1995 10:48:01 -0700 Date: Sat, 8 Apr 1995 10:48:01 -0700 From: Nate Williams Message-Id: <199504081748.KAA19432@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/mtree BSD.usr.dist Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/08 10:48:01 Modified: etc/mtree BSD.usr.dist Log: Added /usr/share/examples/cvs for use by cvsinit. From owner-freebsd-commit Sat Apr 8 10:50:55 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19538 for commit-outgoing; Sat, 8 Apr 1995 10:50:55 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19525 for cvs-gnu-outgoing; Sat, 8 Apr 1995 10:50:53 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19515 ; Sat, 8 Apr 1995 10:50:51 -0700 Date: Sat, 8 Apr 1995 10:50:51 -0700 From: Nate Williams Message-Id: <199504081750.KAA19515@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/examples Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/08 10:50:51 Added: gnu/usr.bin/cvs/examples Makefile Log: Added Makefile for example files. They are now installed in /usr/share/examples/cvs for use by the cvsinit script. From owner-freebsd-commit Sat Apr 8 10:51:47 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19589 for commit-outgoing; Sat, 8 Apr 1995 10:51:47 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19576 for cvs-gnu-outgoing; Sat, 8 Apr 1995 10:51:44 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19566 ; Sat, 8 Apr 1995 10:51:43 -0700 Date: Sat, 8 Apr 1995 10:51:43 -0700 From: Nate Williams Message-Id: <199504081751.KAA19566@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/08 10:51:42 Modified: gnu/usr.bin/cvs Makefile Log: Added examples to the SUBDIRS. From owner-freebsd-commit Sat Apr 8 11:01:39 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA19773 for commit-outgoing; Sat, 8 Apr 1995 11:01:39 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA19760 for cvs-gnu-outgoing; Sat, 8 Apr 1995 11:01:37 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA19746 ; Sat, 8 Apr 1995 11:01:31 -0700 Date: Sat, 8 Apr 1995 11:01:31 -0700 From: Nate Williams Message-Id: <199504081801.LAA19746@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/cvsinit cvsinit.sh Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/08 11:01:31 Modified: gnu/usr.bin/cvs/cvsinit cvsinit.sh Log: Remind users about advanced examples that exist in /usr/share/examples/cvs and fix minor typo where I set '-x' which caused a very verbose cvsinit script. From owner-freebsd-commit Sat Apr 8 13:09:13 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21981 for commit-outgoing; Sat, 8 Apr 1995 13:09:13 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA21967 for cvs-share-outgoing; Sat, 8 Apr 1995 13:08:55 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA21956 ; Sat, 8 Apr 1995 22:08:45 +0200 Date: Sat, 8 Apr 1995 22:08:45 +0200 From: Joerg Wunsch Message-Id: <199504082008.WAA21956@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/08 22:08:44 Modified: share/man/man4/man4.i386 Makefile Log: pcvt is proud enough to have a man page. :) From owner-freebsd-commit Sat Apr 8 14:30:08 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA25741 for commit-outgoing; Sat, 8 Apr 1995 14:30:08 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA25723 for cvs-user-outgoing; Sat, 8 Apr 1995 14:30:01 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA25703 ; Sat, 8 Apr 1995 14:29:57 -0700 Date: Sat, 8 Apr 1995 14:29:57 -0700 From: Poul-Henning Kamp Message-Id: <199504082129.OAA25703@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/08 14:29:57 Modified: release Makefile Log: Don't choke if secure bits are not available. From owner-freebsd-commit Sat Apr 8 14:32:20 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA25856 for commit-outgoing; Sat, 8 Apr 1995 14:32:20 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA25843 for cvs-sys-outgoing; Sat, 8 Apr 1995 14:32:17 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA25832 ; Sat, 8 Apr 1995 23:32:12 +0200 Date: Sat, 8 Apr 1995 23:32:12 +0200 From: Joerg Wunsch Message-Id: <199504082132.XAA25832@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern subr_prf.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/08 23:32:12 Modified: sys/i386/i386 cons.c cons.h db_interface.c sys/i386/isa/pcvt pcvt_ext.c sys/kern subr_prf.c Log: Implement a simple hook (or hack?) to allow graphics device console drivers to protect DDB from being invoked while the console is in process-controlled (i.e., graphics) mode. Implement the logic to use this hook from within pcvt. (I'm sure Søren will do the syscons part RSN). I've still got one occasion where the system stalled, but my attempts to trigger the situation artificially resulted int the expected behaviour. It's hard to track bugs without the console and DDB available. :-/ From owner-freebsd-commit Sat Apr 8 14:41:57 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA26235 for commit-outgoing; Sat, 8 Apr 1995 14:41:57 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA26222 for cvs-sys-outgoing; Sat, 8 Apr 1995 14:41:55 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA26210 ; Sat, 8 Apr 1995 14:41:53 -0700 Date: Sat, 8 Apr 1995 14:41:53 -0700 From: Poul-Henning Kamp Message-Id: <199504082141.OAA26210@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC LINT Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/08 14:41:53 Modified: sys/i386/conf GENERIC LINT Log: Move default address of lnc0 to 0x300. Luigi Rizzo said that his card cannot even go below 0x300... From owner-freebsd-commit Sat Apr 8 14:51:32 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA26470 for commit-outgoing; Sat, 8 Apr 1995 14:51:32 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA26456 for cvs-usrbin-outgoing; Sat, 8 Apr 1995 14:51:30 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA26446 ; Sat, 8 Apr 1995 14:51:27 -0700 Date: Sat, 8 Apr 1995 14:51:27 -0700 From: "Andrey A. Chernov" Message-Id: <199504082151.OAA26446@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/colldef/data lt_LN.ISO8859-1 Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 14:51:26 Modified: usr.bin/colldef/data lt_LN.ISO8859-1 Log: Remove unneded substitutes From owner-freebsd-commit Sat Apr 8 18:19:43 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA01444 for commit-outgoing; Sat, 8 Apr 1995 18:19:43 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA01430 for cvs-sys-outgoing; Sat, 8 Apr 1995 18:19:36 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA01419 ; Sat, 8 Apr 1995 18:19:27 -0700 Date: Sat, 8 Apr 1995 18:19:27 -0700 From: David Greenman Message-Id: <199504090119.SAA01419@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_subr.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/08 18:19:26 Modified: sys/kern kern_subr.c Log: Added a few more entries to the list of prime numbers. From owner-freebsd-commit Sat Apr 8 18:29:38 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA01791 for commit-outgoing; Sat, 8 Apr 1995 18:29:38 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA01778 for cvs-sys-outgoing; Sat, 8 Apr 1995 18:29:36 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA01768 ; Sat, 8 Apr 1995 18:29:32 -0700 Date: Sat, 8 Apr 1995 18:29:32 -0700 From: David Greenman Message-Id: <199504090129.SAA01768@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h in_proto.c ip_mroute.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/08 18:29:32 Modified: sys/netinet in_pcb.c in_pcb.h in_proto.c ip_mroute.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h Log: Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, and in_pcblookuphash. From owner-freebsd-commit Sat Apr 8 20:04:01 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00344 for commit-outgoing; Sat, 8 Apr 1995 20:04:01 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00327 for cvs-etc-outgoing; Sat, 8 Apr 1995 20:02:31 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00316 ; Sat, 8 Apr 1995 20:02:10 -0700 Date: Sat, 8 Apr 1995 20:02:10 -0700 From: "Andrey A. Chernov" Message-Id: <199504090302.UAA00316@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc services Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 20:02:09 Modified: etc services Log: Upgrade to RFC1700 (IANA) From owner-freebsd-commit Sat Apr 8 20:38:30 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00904 for commit-outgoing; Sat, 8 Apr 1995 20:38:30 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00859 for cvs-usrsbin-outgoing; Sat, 8 Apr 1995 20:35:28 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00794 ; Sat, 8 Apr 1995 20:34:11 -0700 Date: Sat, 8 Apr 1995 20:34:11 -0700 From: "Andrey A. Chernov" Message-Id: <199504090334.UAA00794@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/adduser adduser.perl Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 20:34:10 Modified: usr.sbin/adduser adduser.perl Log: Non-blocking lock Remove old salt cause possible endless loop Submitted by: From owner-freebsd-commit Sat Apr 8 20:47:32 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00986 for commit-outgoing; Sat, 8 Apr 1995 20:47:32 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00958 for cvs-user-outgoing; Sat, 8 Apr 1995 20:45:44 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA00937 ; Sat, 8 Apr 1995 20:44:04 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id UAA04148; Sat, 8 Apr 1995 20:44:04 -0700 Date: Sat, 8 Apr 1995 20:44:04 -0700 From: "Jordan K. Hubbard" Message-Id: <199504090344.UAA04148@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/release/scripts extract_bin.sh Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/08 20:44:04 Modified: release/scripts extract_bin.sh Log: Remove preservation of myname and defaultrouter files - they're deprecated anyway. From owner-freebsd-commit Sat Apr 8 20:49:03 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA01018 for commit-outgoing; Sat, 8 Apr 1995 20:49:03 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA00997 for cvs-user-outgoing; Sat, 8 Apr 1995 20:48:18 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA00988 ; Sat, 8 Apr 1995 20:47:58 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id UAA04196; Sat, 8 Apr 1995 20:47:58 -0700 Date: Sat, 8 Apr 1995 20:47:58 -0700 From: "Jordan K. Hubbard" Message-Id: <199504090347.UAA04196@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/release Makefile Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/04/08 20:47:58 Modified: release Makefile Log: Add etc/sysconfig to list of files stuck on the cpio floppy. I thought we did this already?!? From owner-freebsd-commit Sat Apr 8 21:47:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01763 for commit-outgoing; Sat, 8 Apr 1995 21:47:33 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01749 for cvs-sys-outgoing; Sat, 8 Apr 1995 21:47:26 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01722 ; Sat, 8 Apr 1995 21:46:16 -0700 Date: Sat, 8 Apr 1995 21:46:16 -0700 From: David Greenman Message-Id: <199504090446.VAA01722@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci dc21040.h if_de.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/08 21:46:16 Modified: sys/pci dc21040.h if_de.c Log: From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XA and SMC 9332). From owner-freebsd-commit Sat Apr 8 21:48:31 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01790 for commit-outgoing; Sat, 8 Apr 1995 21:48:31 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01777 for cvs-etc-outgoing; Sat, 8 Apr 1995 21:48:29 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA01769 ; Sat, 8 Apr 1995 21:48:19 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id VAA16935; Sat, 8 Apr 1995 21:47:38 -0700 From: "Rodney W. Grimes" Message-Id: <199504090447.VAA16935@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/etc services To: ache@freefall.cdrom.com (Andrey A. Chernov) Date: Sat, 8 Apr 1995 21:47:38 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com In-Reply-To: <199504090302.UAA00316@freefall.cdrom.com> from "Andrey A. Chernov" at Apr 8, 95 08:02:10 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 280 Sender: commit-owner@FreeBSD.org Precedence: bulk > > ache 95/04/08 20:02:09 > > Modified: etc services > Log: > Upgrade to RFC1700 (IANA) THANK YOU! -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-commit Sat Apr 8 22:00:14 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02018 for commit-outgoing; Sat, 8 Apr 1995 22:00:14 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01994 for cvs-lib-outgoing; Sat, 8 Apr 1995 21:59:43 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01984 ; Sat, 8 Apr 1995 21:59:41 -0700 Date: Sat, 8 Apr 1995 21:59:41 -0700 From: "Andrey A. Chernov" Message-Id: <199504090459.VAA01984@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen setmode.3 Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/04/08 21:59:41 Modified: lib/libc/gen setmode.3 Log: Add missing header reference From owner-freebsd-commit Sat Apr 8 22:13:22 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02234 for commit-outgoing; Sat, 8 Apr 1995 22:13:22 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02221 for cvs-user-outgoing; Sat, 8 Apr 1995 22:13:20 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA02210 ; Sat, 8 Apr 1995 22:13:13 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id WAA04536; Sat, 8 Apr 1995 22:13:10 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id WAA17032; Sat, 8 Apr 1995 22:12:46 -0700 From: "Rodney W. Grimes" Message-Id: <199504090512.WAA17032@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/release/scripts extract_bin.sh To: jkh@freebsd.org (Jordan K. Hubbard) Date: Sat, 8 Apr 1995 22:12:46 -0700 (PDT) Cc: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com In-Reply-To: <199504090344.UAA04148@time.cdrom.com> from "Jordan K. Hubbard" at Apr 8, 95 08:44:04 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 575 Sender: commit-owner@freebsd.org Precedence: bulk > > jkh 95/04/08 20:44:04 > > Modified: release/scripts extract_bin.sh > Log: > Remove preservation of myname and defaultrouter files - they're deprecated ^^^^^^^^^^^^^ Not quite yet, but if I can get some more work done tonigh I should have some /etc/rc* cleanup commits comming real soon now, it looks good, just want to do some more testing. > anyway. > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-commit Sat Apr 8 22:32:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02677 for commit-outgoing; Sat, 8 Apr 1995 22:32:33 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02660 for cvs-user-outgoing; Sat, 8 Apr 1995 22:32:19 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA02652 ; Sat, 8 Apr 1995 22:32:13 -0700 Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id WAA04761; Sat, 8 Apr 1995 22:32:12 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id WAA02630 ; Sat, 8 Apr 1995 22:31:57 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: "Rodney W. Grimes" cc: jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: Re: cvs commit: src/release/scripts extract_bin.sh In-reply-to: Your message of "Sat, 08 Apr 95 22:12:46 PDT." <199504090512.WAA17032@gndrsh.aac.dev.com> Date: Sat, 08 Apr 1995 22:31:57 -0700 Message-ID: <2629.797405517@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: commit-owner@freebsd.org Precedence: bulk > Not quite yet, but if I can get some more work done tonigh I should have > some /etc/rc* cleanup commits comming real soon now, it looks good, > just want to do some more testing. Thanks, I was just going to ask you about that.. :-) Jordan From owner-freebsd-commit Sat Apr 8 22:33:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02738 for commit-outgoing; Sat, 8 Apr 1995 22:33:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02719 for cvs-usrbin-outgoing; Sat, 8 Apr 1995 22:33:22 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02709 ; Sat, 8 Apr 1995 22:33:19 -0700 Date: Sat, 8 Apr 1995 22:33:19 -0700 From: David Greenman Message-Id: <199504090533.WAA02709@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat inet.c iso.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/08 22:33:18 Modified: usr.bin/netstat inet.c iso.c Log: Updated netstat to grok 4.4 QUEUE macros now being used to like the PCBs together. From owner-freebsd-commit Sat Apr 8 22:35:06 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02852 for commit-outgoing; Sat, 8 Apr 1995 22:35:06 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02828 for cvs-usrbin-outgoing; Sat, 8 Apr 1995 22:34:58 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02814 ; Sat, 8 Apr 1995 22:34:56 -0700 Date: Sat, 8 Apr 1995 22:34:56 -0700 From: David Greenman Message-Id: <199504090534.WAA02814@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat inet.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/08 22:34:55 Modified: usr.bin/netstat inet.c Log: Oops, remove some chaff from previous commit. From owner-freebsd-commit Sat Apr 8 22:40:55 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03452 for commit-outgoing; Sat, 8 Apr 1995 22:40:55 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03419 for cvs-sys-outgoing; Sat, 8 Apr 1995 22:40:43 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03407 ; Sat, 8 Apr 1995 22:40:39 -0700 Date: Sat, 8 Apr 1995 22:40:39 -0700 From: David Greenman Message-Id: <199504090540.WAA03407@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/08 22:40:39 Modified: sys/i386/i386 pmap.c Log: Cosmetic changes. From owner-freebsd-commit Sat Apr 8 23:04:18 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA04973 for commit-outgoing; Sat, 8 Apr 1995 23:04:18 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA04954 for cvs-sys-outgoing; Sat, 8 Apr 1995 23:04:13 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA04931 ; Sat, 8 Apr 1995 23:03:58 -0700 Date: Sat, 8 Apr 1995 23:03:58 -0700 From: David Greenman Message-Id: <199504090603.XAA04931@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c vm_object.c vm_object.h vm_page.c vm_pageout.c vm_pageout.h vnode_pager.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/08 23:03:57 Modified: sys/kern vfs_bio.c vfs_subr.c Log: Changes from John Dyson and myself: Fixed remaining known bugs in the buffer IO and VM system. vfs_bio.c: Fixed some race conditions and locking bugs. Improved performance by removing some (now) unnecessary code and fixing some broken logic. Fixed process accounting of # of FS outputs. Properly handle NFS interrupts (B_EINTR). (various) Replaced calls to clrbuf() with calls to an optimized routine call vfs_bio_clrbuf(). (various FS sync) Sync out modified vnode_pager backed pages. ffs_vnops.c: Do two passes: Sync out file data first, then indirect blocks. vm_fault.c: Fixed deadly embrace caused by acquiring locks in the wrong order. vnode_pager.c: Changed to use buffer I/O system for writing out modified pages. This should fix the problem with the modification date previous not getting updated. Also dramatically simplifies the code. Note that this is going to change in the future and be implemented via VOP_PUTPAGES(). vm_object.c: Fixed a pile of bugs related to cleaning (vnode) objects. The performance of vm_object_page_clean() is terrible when dealing with huge objects, but this will change when we implement a binary tree to keep the object pages sorted. vm_pageout.c: Fixed broken clustering of pageouts. Fixed race conditions and other lockup style bugs in the scanning of pages. Improved performance. Modified: sys/miscfs/specfs spec_vnops.c sys/sys buf.h vnode.h sys/ufs/ffs ffs_balloc.c ffs_vfsops.c ffs_vnops.c sys/ufs/lfs lfs_balloc.c lfs_vnops.c sys/ufs/ufs ufs_readwrite.c ufs_vnops.c sys/vm vm_fault.c vm_object.c vm_object.h vm_page.c vm_pageout.c vm_pageout.h vnode_pager.c Log: Changes from John Dyson and myself: Fixed remaining known bugs in the buffer IO and VM system. vfs_bio.c: Fixed some race conditions and locking bugs. Improved performance by removing some (now) unnecessary code and fixing some broken logic. Fixed process accounting of # of FS outputs. Properly handle NFS interrupts (B_EINTR). (various) Replaced calls to clrbuf() with calls to an optimized routine called vfs_bio_clrbuf(). (various FS sync) Sync out modified vnode_pager backed pages. ffs_vnops.c: Do two passes: Sync out file data first, then indirect blocks. vm_fault.c: Fixed deadly embrace caused by acquiring locks in the wrong order. vnode_pager.c: Changed to use buffer I/O system for writing out modified pages. This should fix the problem with the modification date previous not getting updated. Also dramatically simplifies the code. Note that this is going to change in the future and be implemented via VOP_PUTPAGES(). vm_object.c: Fixed a pile of bugs related to cleaning (vnode) objects. The performance of vm_object_page_clean() is terrible when dealing with huge objects, but this will change when we implement a binary tree to keep the object pages sorted. vm_pageout.c: Fixed broken clustering of pageouts. Fixed race conditions and other lockup style bugs in the scanning of pages. Improved performance. From owner-freebsd-commit Sat Apr 8 23:06:07 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05071 for commit-outgoing; Sat, 8 Apr 1995 23:06:07 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05058 for cvs-usrsbin-outgoing; Sat, 8 Apr 1995 23:06:05 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05046 ; Sat, 8 Apr 1995 23:06:02 -0700 Date: Sat, 8 Apr 1995 23:06:02 -0700 From: Poul-Henning Kamp Message-Id: <199504090606.XAA05046@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 Makefile bad144.c Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/08 23:06:02 Modified: usr.sbin/bad144 Makefile bad144.c Log: Clean up, and make it work with Bruces wd.c changes. Bad144 is on the way back. From owner-freebsd-commit Sat Apr 8 23:09:45 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05309 for commit-outgoing; Sat, 8 Apr 1995 23:09:45 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05296 for cvs-sys-outgoing; Sat, 8 Apr 1995 23:09:42 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05264 ; Sat, 8 Apr 1995 23:09:34 -0700 Date: Sat, 8 Apr 1995 23:09:34 -0700 From: David Greenman Message-Id: <199504090609.XAA05264@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa wd.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/04/08 23:09:33 Modified: sys/i386/isa wd.c Log: From John Dyson: Disabled multi-sector I/O. It is causing some people problems. From owner-freebsd-commit Sat Apr 8 23:11:25 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05523 for commit-outgoing; Sat, 8 Apr 1995 23:11:25 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05510 for cvs-ports-outgoing; Sat, 8 Apr 1995 23:11:23 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05494 ; Sat, 8 Apr 1995 23:11:18 -0700 Date: Sat, 8 Apr 1995 23:11:18 -0700 From: Satoshi Asami Message-Id: <199504090611.XAA05494@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/editors/xvile Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/08 23:11:17 Modified: editors/axe Makefile editors/emacs Makefile editors/jove Makefile editors/mule Makefile editors/uemacs Makefile editors/vile Makefile editors/xemacs Makefile editors/xvile Makefile Log: Another round of Makefile updates, editors version. From owner-freebsd-commit Sat Apr 8 23:23:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06080 for commit-outgoing; Sat, 8 Apr 1995 23:23:33 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06067 for cvs-sys-outgoing; Sat, 8 Apr 1995 23:23:30 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06053 ; Sat, 8 Apr 1995 23:23:16 -0700 Date: Sat, 8 Apr 1995 23:23:16 -0700 From: "Rodney W. Grimes" Message-Id: <199504090623.XAA06053@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa ft.c Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/04/08 23:23:14 Modified: sys/i386/isa ft.c Log: Increase the timeout for FTCMD_SEEK commands to complete from 1 second to 1.5 seconds in ftintr_wait(). Three people have reported that this fixes the problem they are having. Submitted by: Steve Gerakines From owner-freebsd-commit Sat Apr 8 23:39:34 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06816 for commit-outgoing; Sat, 8 Apr 1995 23:39:34 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06789 for cvs-sys-outgoing; Sat, 8 Apr 1995 23:39:23 -0700 Received: (from gibbs@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06767 ; Sat, 8 Apr 1995 23:39:06 -0700 Date: Sat, 8 Apr 1995 23:39:06 -0700 From: "Justin T. Gibbs" Message-Id: <199504090639.XAA06767@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: commit-owner@FreeBSD.org Precedence: bulk gibbs 95/04/08 23:39:04 Modified: sys/i386/scsi aic7xxx.c Log: Disable tagged queuing by default. option AHC_TAGENABLE will turn it on. This is temporary until I can get a device flags added. From owner-freebsd-commit Sat Apr 8 23:40:31 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06959 for commit-outgoing; Sat, 8 Apr 1995 23:40:31 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06942 for cvs-sys-outgoing; Sat, 8 Apr 1995 23:40:27 -0700 Received: (from gibbs@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA06913 ; Sat, 8 Apr 1995 23:40:20 -0700 Date: Sat, 8 Apr 1995 23:40:20 -0700 From: "Justin T. Gibbs" Message-Id: <199504090640.XAA06913@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/misc/aic7xxx aic7xxx.seq Sender: commit-owner@FreeBSD.org Precedence: bulk gibbs 95/04/08 23:40:19 Modified: sys/gnu/misc/aic7xxx aic7xxx.seq Log: More code optimizations. Use a slightly different approach to decide whether a reconnecting target is a tagged device or not.