From owner-cvs-all Sun Apr 2 0: 3:35 2000
Delivered-To: cvs-all@freebsd.org
Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11])
by hub.freebsd.org (Postfix) with ESMTP
id 9D07037B5BD; Sun, 2 Apr 2000 00:03:27 -0800 (PST)
(envelope-from Doug@gorean.org)
Received: from gorean.org (doug@master [10.0.0.2])
by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA86565;
Sun, 2 Apr 2000 00:03:26 -0800 (PST)
(envelope-from Doug@gorean.org)
Message-ID: <38E6FECE.C52A3490@gorean.org>
Date: Sun, 02 Apr 2000 00:03:26 -0800
From: Doug Barton
Organization: Triborough Bridge & Tunnel Authority
X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0325 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: Alfred Perlstein
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/usr.sbin/mergemaster mergemaster.sh
References: <200004020247.SAA93611@freefall.freebsd.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
I am heartily pissed by this commit. My objection to having mergemaster
imported into the tree was precisely this kind of situation. That's why
Bill Fumerola agreed to be the maintainer.
I reviewed the patches you sent me. Yes, it's taken me a long time to
review them and get back to you. I've been working a lot of hours
lately, and I haven't had much time for this. None of the changes you
proposed are urgent, your assertion regarding one-character input aside.
My priority for mergemaster changes are user-generated complaints (as I
explained to you via e-mail) and I have not received _one_ complaint
regarding any of the issues you raised.
I am going to send a patch tomorrow to bring the changes you made into
line with my design goals. Right now I'm too tired and too upset to give
it justice. If anyone has feedback on my comments below, please direct
it to -hackers or -current, since I don't want to abuse cvs-all and I'm
not on -committers.
Thanks,
Doug
Alfred Perlstein wrote:
>
> alfred 2000/04/01 18:47:21 PST
>
> Modified files:
> usr.sbin/mergemaster mergemaster.sh
> Log:
> Make mergemaster only take single letters for options as well as loop
> asking a question again if given an invalid input instead of assuming
> what the user wants. /etc is not the place to make assumptions when
> given invalid input.
The built in assumption is _always_ to do nothing. The only way a user
could get into trouble is with your convoluted example of i^H[Enter].
(The (i) option installs the new file into /etc, for those not familiar
with the program.) I specifically used (for example) i*) in my case
statements to allow for users who are used to typing words (like yes/no)
instead of insisting on one letter commands. While I don't object to
the idea of a loop to handle user input in order to give the user
another chance to enter correct input, I don't like insisting on one
letter input, and I plan to reverse this change.
> Reformat some of the more convoluted code into seperate functions instead
> of being inline using tabs instead of space indents.
Thanks for the compliment. In both cases all your change did was move
code. The functions you created are only called once, so making
functions out of them is totally pointless. I prefer that the code be
"inline" since it's only used in one place. Making functions out of
single use code only serves to obfuscate it. It also makes it harder to
see the changes you actually made in the diff. I also don't like the tab
indenting, or I would have done it that way in the first place. Both of
these changes are going to be backed out by my patch.
> Allow the user to view merged files they created with sdiff.
This is a pointless option, since if the user wants to view the file
before they install it, they can just leave it alone and not install it.
However, since it's already done it's probably harmless to leave it in.
> Allow the user to redisplay the diff between the installed file and
> the new file again.
Probably a good idea, I will probably leave it in.
> Time wasted waiting for review: 1 month 2 weeks
Even if this had any relevance, you're not being accurate. Your first
letter was dated 3/1, to which I replied the next day. You sent me a
followup on 3/17 to which I replied the same day, indicating that I was
waiting to work on my version updgrade page first (which I personally
feel is much more important, timing wise) and which I'm still working on
when I have free time (which I don't have a lot of lately). Now I'll be
spending the time tomorrow that I had carved out to finish that to work
on this. Joy.
A cursory exam of the diff you committed shows other changes that you
didn't comment on. The mostly look harmless, but I'm going to give it
another look tomorrow.
On another note, several people have approached me about using a local
CVS repo if the user has one. After taking a look at that possibility
I'm not sure what advantages it would have. If someone can spell out
clearly to me what it is you want to accomplish, and hopefully provide
some sample commands as an illustration, I will take another look at it.
Private or public mail is fine.
Doug
--
"So, the cows were part of a dream that dreamed itself into
existence? Is that possible?" asked the student incredulously.
The master simply replied, "Mu."
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 0:25:44 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 435AB37B9F4; Sun, 2 Apr 2000 00:25:42 -0800 (PST)
(envelope-from yokota@FreeBSD.org)
Received: (from yokota@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA61374;
Sun, 2 Apr 2000 00:25:42 -0800 (PST)
(envelope-from yokota@FreeBSD.org)
Message-Id: <200004020825.AAA61374@freefall.freebsd.org>
From: Kazutaka YOKOTA
Date: Sun, 2 Apr 2000 00:25:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 psm.4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
yokota 2000/04/02 00:25:41 PST
Modified files:
share/man/man4 psm.4
Log:
- Reflect recent update.
Revision Changes Path
1.25 +30 -33 src/share/man/man4/psm.4
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 0:26:26 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E994637B5BD; Sun, 2 Apr 2000 00:26:23 -0800 (PST)
(envelope-from asami@FreeBSD.org)
Received: (from asami@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA62069;
Sun, 2 Apr 2000 00:26:24 -0800 (PST)
(envelope-from asami@FreeBSD.org)
Message-Id: <200004020826.AAA62069@freefall.freebsd.org>
From: Satoshi Asami
Date: Sun, 2 Apr 2000 00:26:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/libtool Makefile ports/devel/libtool/files
md5 ports/devel/libtool/patches patch-ac patch-ad patch-af
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asami 2000/04/02 00:26:23 PST
Modified files:
devel/libtool Makefile
devel/libtool/files md5
devel/libtool/patches patch-ac patch-ad patch-af
Log:
Update to 1.3.4.
Submitted by: maintainer
Revision Changes Path
1.10 +3 -3 ports/devel/libtool/Makefile
1.4 +1 -1 ports/devel/libtool/files/md5
1.9 +12 -13 ports/devel/libtool/patches/patch-ac
1.7 +29 -16 ports/devel/libtool/patches/patch-ad
1.2 +4 -4 ports/devel/libtool/patches/patch-af
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 0:28:26 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id EF96537BBCF; Sun, 2 Apr 2000 00:28:24 -0800 (PST)
(envelope-from yokota@FreeBSD.org)
Received: (from yokota@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA64301;
Sun, 2 Apr 2000 00:28:25 -0800 (PST)
(envelope-from yokota@FreeBSD.org)
Message-Id: <200004020828.AAA64301@freefall.freebsd.org>
From: Kazutaka YOKOTA
Date: Sun, 2 Apr 2000 00:28:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/isa psm.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
yokota 2000/04/02 00:28:23 PST
Modified files:
sys/isa psm.c
Log:
- Add temporary workaround to fool some "clever" KVM switch products
which think they know the IntelliMouse 4-byte packet and believe,
wrongly, that any other protocols use 3-byte packets.
- Update a couple of comment lines for A4 Tech mice.
Revision Changes Path
1.25 +23 -6 src/sys/isa/psm.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 0:32:36 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1228C37B9F4; Sun, 2 Apr 2000 00:32:32 -0800 (PST)
(envelope-from asami@FreeBSD.org)
Received: (from asami@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA68186;
Sun, 2 Apr 2000 00:32:31 -0800 (PST)
(envelope-from asami@FreeBSD.org)
Message-Id: <200004020832.AAA68186@freefall.freebsd.org>
From: Satoshi Asami
Date: Sun, 2 Apr 2000 00:32:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/Mk bsd.port.mk
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asami 2000/04/02 00:32:28 PST
Modified files:
Mk bsd.port.mk
Log:
(1) libtool version upgrade to 1.3.4. Also move patch-libtool from
after post-patch to before pre-patch.
Submitted by: reg (libtool maintainer)
(2) Misc. cleanup, pass MAKE_ENV to ${XMKMF}, etc.
Submitted by: reg
(3) Document ALL_TARGET and INSTALL_TARGET.
PR: 17334
Submitted by: Patrick Seal
Revision Changes Path
1.332 +16 -14 ports/Mk/bsd.port.mk
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 0:47:31 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 79CD437B6AB; Sun, 2 Apr 2000 00:47:27 -0800 (PST)
(envelope-from peter@FreeBSD.org)
Received: (from peter@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA83694;
Sun, 2 Apr 2000 00:47:27 -0800 (PST)
(envelope-from peter@FreeBSD.org)
Message-Id: <200004020847.AAA83694@freefall.freebsd.org>
From: Peter Wemm
Date: Sun, 2 Apr 2000 00:47:26 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include
vmparam.h src/sys/conf options param.c src/sys/i386/i386 machdep.c
src/sys/i386/include vmparam.h src/sys/kern sysv_sem.c sysv_shm.c
src/sys/pc98/i386 machdep.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
peter 2000/04/02 00:47:25 PST
Modified files: (Branch: RELENG_4)
sys/alpha/alpha machdep.c
sys/alpha/include vmparam.h
sys/conf options param.c
sys/i386/i386 machdep.c
sys/i386/include vmparam.h
sys/kern sysv_sem.c sysv_shm.c
sys/pc98/i386 machdep.c
Log:
MFC: make SYSVSHM limits arbitarily configurable via sysctl after boot
and other minor cleanups.
Revision Changes Path
1.68.2.2 +1 -8 src/sys/alpha/alpha/machdep.c
1.5.2.1 +1 -9 src/sys/alpha/include/vmparam.h
1.191.2.1 +7 -7 src/sys/conf/options
1.36.2.1 +1 -34 src/sys/conf/param.c
1.385.2.2 +1 -8 src/sys/i386/i386/machdep.c
1.32.2.1 +1 -8 src/sys/i386/include/vmparam.h
1.24.2.1 +3 -11 src/sys/kern/sysv_sem.c
1.45.2.1 +82 -24 src/sys/kern/sysv_shm.c
1.151.2.3 +1 -8 src/sys/pc98/i386/machdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 0:56:44 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4611337B858; Sun, 2 Apr 2000 00:56:42 -0800 (PST)
(envelope-from asmodai@FreeBSD.org)
Received: (from asmodai@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA92918;
Sun, 2 Apr 2000 00:56:41 -0800 (PST)
(envelope-from asmodai@FreeBSD.org)
Message-Id: <200004020856.AAA92918@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven
Date: Sun, 2 Apr 2000 00:56:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asmodai 2000/04/02 00:56:41 PST
Modified files:
en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
Log:
Fix spurious capatalisation which I caused in previous commit.
Still no idea how though.
Submitted by: jdp
Revision Changes Path
1.178 +2 -2 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 1: 0:41 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 535A937B8EE; Sun, 2 Apr 2000 01:00:38 -0800 (PST)
(envelope-from andreas@FreeBSD.org)
Received: (from andreas@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA96680;
Sun, 2 Apr 2000 01:00:38 -0800 (PST)
(envelope-from andreas@FreeBSD.org)
Message-Id: <200004020900.BAA96680@freefall.freebsd.org>
From: Andreas Klemm
Date: Sun, 2 Apr 2000 01:00:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/apsfilter Makefile ports/print/apsfilter/pkg
PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andreas 2000/04/02 01:00:36 PST
Modified files:
print/apsfilter Makefile
print/apsfilter/pkg PLIST
Log:
update apsfilter to latest patchlevel
- new URL -> http://people.freebsd.org/~andreas
- make-release: generate more diffs (every release to latest) and
patch from latest to head branch
- Added files with an up to date printer list for gs 5.50 and 6.01
SETUP will be modified later...
- devices-5.50 - list of driver options
- devices-6.01 - list of driver options
- printer-5.50 - list of supported printers
- printer-6.01 - list of supported printers
Revision Changes Path
1.46 +3 -2 ports/print/apsfilter/Makefile
1.8 +4 -0 ports/print/apsfilter/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 1: 2:57 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 233F937B858; Sun, 2 Apr 2000 01:02:56 -0800 (PST)
(envelope-from andreas@FreeBSD.org)
Received: (from andreas@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA98572;
Sun, 2 Apr 2000 01:02:53 -0800 (PST)
(envelope-from andreas@FreeBSD.org)
Message-Id: <200004020902.BAA98572@freefall.freebsd.org>
From: Andreas Klemm
Date: Sun, 2 Apr 2000 01:02:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/apsfilter/patches patch-5.2.0-01.04.2000-15:44:30
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andreas 2000/04/02 01:02:52 PST
Added files:
print/apsfilter/patches patch-5.2.0-01.04.2000-15:44:30
Log:
Forgot to add patch
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 1:25:25 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E96B637B6AB; Sun, 2 Apr 2000 01:25:22 -0800 (PST)
(envelope-from asmodai@FreeBSD.org)
Received: (from asmodai@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA19648;
Sun, 2 Apr 2000 01:25:22 -0800 (PST)
(envelope-from asmodai@FreeBSD.org)
Message-Id: <200004020925.BAA19648@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven
Date: Sun, 2 Apr 2000 01:25:17 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 Makefile BUS_CONNECT_INTR.9
BUS_CREATE_INTR.9
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asmodai 2000/04/02 01:25:16 PST
Modified files:
share/man/man9 Makefile
Removed files:
share/man/man9 BUS_CONNECT_INTR.9 BUS_CREATE_INTR.9
Log:
Get rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().
These got replaced by BUS_SETUP_INTR().
This once again illustrates an API change without informing -doc, so
that these sort post cleanup actions could've been avoided.
And then people wonder why the docs suck so much at times.
Reviewed by: peter
Revision Changes Path
1.64 +2 -2 src/share/man/man9/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 1:27: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 29A5E37B586; Sun, 2 Apr 2000 01:27:00 -0800 (PST)
(envelope-from phk@FreeBSD.org)
Received: (from phk@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA21432;
Sun, 2 Apr 2000 01:26:59 -0800 (PST)
(envelope-from phk@FreeBSD.org)
Message-Id: <200004020926.BAA21432@freefall.freebsd.org>
From: Poul-Henning Kamp
Date: Sun, 2 Apr 2000 01:26:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phk 2000/04/02 01:26:58 PST
Modified files:
sys/kern kern_mib.c vfs_bio.c
sys/sys buf.h
Log:
Draw the outline of "struct bio".
Struct bio is the future carrier of I/O requests for "struct buf".
Revision Changes Path
1.31 +7 -1 src/sys/kern/kern_mib.c
1.247 +4 -4 src/sys/kern/vfs_bio.c
1.92 +34 -12 src/sys/sys/buf.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 3: 8: 5 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8F22437BA3D; Sun, 2 Apr 2000 03:08:01 -0700 (PDT)
(envelope-from groudier@FreeBSD.org)
Received: (from groudier@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA64985;
Sun, 2 Apr 2000 03:08:01 -0700 (PDT)
(envelope-from groudier@FreeBSD.org)
Message-Id: <200004021008.DAA64985@freefall.freebsd.org>
From: Gerard Roudier
Date: Sun, 2 Apr 2000 03:07:58 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/sym sym_conf.h sym_hipd.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
groudier 2000/04/02 03:07:58 PDT
Modified files:
sys/dev/sym sym_conf.h sym_hipd.c
Log:
This new driver version uses the DMA mapping interface
introduced in FreeBSD-4.0. The driver is now full up-to-date
with regards to the current kernel interfaces.
Another significant change in this driver version applies
to the checking of the data direction. The driver is now
able to check against the expected data direction in any
circumstance and will not hang either if direction is wrong
at the start of the IO, or if for some weird reason,
the device changes to the wrong direction during the IO.
This driver version is still usable under FreeBSD 3.2/3.3,
since it only requires CAM, other kernel interface dependencies
being #if'ed in the sources according to kernel version.
But, in order to use the driver under those early kernel
versions, user has to move the driver sources by hand and make
appropriate tiny changes to let the kernel know about the driver.
Other changes:
- Remove the debugging stuff for WSR bit.
- Get rid of some warnings about volatile being discarded.
Revision Changes Path
1.5 +1 -7 src/sys/dev/sym/sym_conf.h
1.7 +1028 -321 src/sys/dev/sym/sym_hipd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 3:16:51 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 5EC6637B51A; Sun, 2 Apr 2000 03:16:46 -0700 (PDT)
(envelope-from wosch@FreeBSD.org)
Received: (from wosch@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA77407;
Sun, 2 Apr 2000 03:16:45 -0700 (PDT)
(envelope-from wosch@FreeBSD.org)
Message-Id: <200004021016.DAA77407@freefall.freebsd.org>
From: Wolfram Schneider
Date: Sun, 2 Apr 2000 03:16:44 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en docs.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
wosch 2000/04/02 03:16:44 PDT
Modified files:
en docs.sgml
Log:
Added FreeBSD 4.0R and FreeBSD 5.0-current manpages.
Revision Changes Path
1.80 +4 -3 www/en/docs.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 3:17:33 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 5FA7D37BB15; Sun, 2 Apr 2000 03:16:56 -0700 (PDT)
(envelope-from joerg@FreeBSD.org)
Received: (from joerg@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA77408;
Sun, 2 Apr 2000 03:16:45 -0700 (PDT)
(envelope-from joerg@FreeBSD.org)
Message-Id: <200004021016.DAA77408@freefall.freebsd.org>
From: Joerg Wunsch
Date: Sun, 2 Apr 2000 03:16:44 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/dump main.c optr.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
joerg 2000/04/02 03:16:43 PDT
Modified files:
sbin/dump main.c optr.c
Log:
Avoid rawname() stupidly prepending an `r' before the device name even
in cases where the supplied name was already pointing to a character
special device. This fixes the breakage that occured when trying to
dump a filesystem by name (e. g. /usr), with an fstab already
mentioning the raw device name (like /dev/rda0g) where dump attempted
to use /dev/rrda0g then.
Also removed the now obsolete remark that fstab were carrying block
special names.
Revision Changes Path
1.21 +15 -2 src/sbin/dump/main.c
1.10 +1 -6 src/sbin/dump/optr.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 4:11:35 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id A4D6937B58A; Sun, 2 Apr 2000 04:11:32 -0700 (PDT)
(envelope-from wosch@FreeBSD.org)
Received: (from wosch@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA15066;
Sun, 2 Apr 2000 04:11:31 -0700 (PDT)
(envelope-from wosch@FreeBSD.org)
Message-Id: <200004021111.EAA15066@freefall.freebsd.org>
From: Wolfram Schneider
Date: Sun, 2 Apr 2000 04:11:31 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/ports ports.inc
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
wosch 2000/04/02 04:11:31 PDT
Modified files:
en/ports ports.inc
Log:
put the search box at the top so that people don't have to scroll
down or wait for the rest of the page to load before I can
search for what I want
Submitted by: Peter Lowe
Revision Changes Path
1.48 +21 -18 www/en/ports/ports.inc
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 4:18:31 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id C8B1537BB84; Sun, 2 Apr 2000 04:18:28 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Received: (from vanilla@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA17188;
Sun, 2 Apr 2000 04:18:28 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Message-Id: <200004021118.EAA17188@freefall.freebsd.org>
From: "Vanilla I. Shu"
Date: Sun, 2 Apr 2000 04:18:23 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/chinese/big5con/patches patch-ag patch-ah
patch-aa
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
vanilla 2000/04/02 04:18:22 PDT
Modified files:
chinese/big5con/patches patch-aa
Added files:
chinese/big5con/patches patch-ag patch-ah
Log:
Add a patch for vga_cursor.
Revision Changes Path
1.2 +25 -6 ports/chinese/big5con/patches/patch-aa
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 4:31:54 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 97CA037B9A6; Sun, 2 Apr 2000 04:31:49 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Received: (from vanilla@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA18133;
Sun, 2 Apr 2000 04:31:49 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Message-Id: <200004021131.EAA18133@freefall.freebsd.org>
From: "Vanilla I. Shu"
Date: Sun, 2 Apr 2000 04:31:49 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/xfsm Makefile ports/sysutils/xfsm/patches
patch-ab patch-ac patch-aa
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
vanilla 2000/04/02 04:31:48 PDT
Modified files:
sysutils/xfsm Makefile
sysutils/xfsm/patches patch-aa
Added files:
sysutils/xfsm/patches patch-ab patch-ac
Log:
- Fix MASTER_SITES
- Support CC/CFLAGS properly
PR: ports/17467
Submitted by: KATO Tsuguru
Revision Changes Path
1.9 +3 -2 ports/sysutils/xfsm/Makefile
1.4 +0 -31 ports/sysutils/xfsm/patches/patch-aa
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 5: 1: 2 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 0D35A37B581; Sun, 2 Apr 2000 05:00:59 -0700 (PDT)
(envelope-from asmodai@FreeBSD.org)
Received: (from asmodai@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id FAA21632;
Sun, 2 Apr 2000 05:00:58 -0700 (PDT)
(envelope-from asmodai@FreeBSD.org)
Message-Id: <200004021200.FAA21632@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven
Date: Sun, 2 Apr 2000 05:00:53 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 BUS_SETUP_INTR.9 Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asmodai 2000/04/02 05:00:53 PDT
Modified files:
share/man/man9 Makefile
Added files:
share/man/man9 BUS_SETUP_INTR.9
Log:
Add and install BUS_SETUP_INTR.9.
This effectively replaces BUS_CREATE_INTR.9 and BUS_CONNECT_INTR.9.
Reviewed by: n_hibma
Revision Changes Path
1.65 +2 -2 src/share/man/man9/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 5:44:31 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 3D0A137B574; Sun, 2 Apr 2000 05:44:25 -0700 (PDT)
(envelope-from jmb@FreeBSD.org)
Received: (from jmb@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id FAA26583;
Sun, 2 Apr 2000 05:43:37 -0700 (PDT)
(envelope-from jmb@FreeBSD.org)
Message-Id: <200004021243.FAA26583@freefall.freebsd.org>
From: "Jonathan M. Bresler"
Date: Sun, 2 Apr 2000 05:43:36 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 aue.4 src/sys/dev/usb if_aue.c
usbdevs usbdevs.h usbdevs_data.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
jmb 2000/04/02 05:43:36 PDT
Modified files:
share/man/man4 aue.4
sys/dev/usb if_aue.c usbdevs usbdevs.h usbdevs_data.h
Log:
Add support for the LinkSys USB10T network adapter that
contains the ADMtek Pegasus AN986 USB chipset. The
adapter supports both 10BaseT and 100BaseT (including
full-duplex). The product code for these adapters is
0x2206.
Revision Changes Path
1.8 +5 -3 src/share/man/man4/aue.4
1.21 +8 -4 src/sys/dev/usb/if_aue.c
1.18 +2 -1 src/sys/dev/usb/usbdevs
1.39 +2 -1 src/sys/dev/usb/usbdevs.h
1.39 +7 -1 src/sys/dev/usb/usbdevs_data.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 5:50:36 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 91D1F37B582; Sun, 2 Apr 2000 05:50:30 -0700 (PDT)
(envelope-from jmb@FreeBSD.org)
Received: (from jmb@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id FAA26960;
Sun, 2 Apr 2000 05:50:29 -0700 (PDT)
(envelope-from jmb@FreeBSD.org)
Message-Id: <200004021250.FAA26960@freefall.freebsd.org>
From: "Jonathan M. Bresler"
Date: Sun, 2 Apr 2000 05:50:29 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 aue.4 src/sys/dev/usb usbdevs
usbdevs.h usbdevs_data.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
jmb 2000/04/02 05:50:29 PDT
Modified files: (Branch: RELENG_4)
share/man/man4 aue.4
sys/dev/usb usbdevs usbdevs.h usbdevs_data.h
Log:
MFC: support for the LinkSys USB 10BaseT adapters
based on the ADMtek Pegasus AN986 chipset
Revision Changes Path
1.7.2.1 +5 -3 src/share/man/man4/aue.4
1.11.2.3 +2 -1 src/sys/dev/usb/usbdevs
1.32.2.3 +3 -2 src/sys/dev/usb/usbdevs.h
1.32.2.3 +8 -2 src/sys/dev/usb/usbdevs_data.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 6: 0: 3 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id CA53137B80B; Sun, 2 Apr 2000 05:59:57 -0700 (PDT)
(envelope-from asmodai@FreeBSD.org)
Received: (from asmodai@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id FAA27304;
Sun, 2 Apr 2000 05:59:56 -0700 (PDT)
(envelope-from asmodai@FreeBSD.org)
Message-Id: <200004021259.FAA27304@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven
Date: Sun, 2 Apr 2000 05:59:56 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 BUS_SETUP_INTR.9 Makefile
BUS_CONNECT_INTR.9 BUS_CREATE_INTR.9
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asmodai 2000/04/02 05:59:56 PDT
Modified files: (Branch: RELENG_4)
share/man/man9 Makefile
Added files: (Branch: RELENG_4)
share/man/man9 BUS_SETUP_INTR.9
Removed files: (Branch: RELENG_4)
share/man/man9 BUS_CONNECT_INTR.9 BUS_CREATE_INTR.9
Log:
MFC: Remove BUS_[CREATE|CONNECT]_INTR.9.
Add BUS_SETUP_INTR.9.
Revision Changes Path
1.60.2.3 +2 -2 src/share/man/man9/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 7:28:30 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 89BF237BD9E; Sun, 2 Apr 2000 07:28:27 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Received: (from andy@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id HAA97733;
Sun, 2 Apr 2000 07:28:27 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Message-Id: <200004021428.HAA97733@freefall.freebsd.org>
From: Andrey Zakhvatov
Date: Sun, 2 Apr 2000 07:28:27 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/ru index.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andy 2000/04/02 07:28:27 PDT
Modified files:
ru index.sgml
Log:
Synchronize with English 1.79:
Added web mirror www2.nl.freebsd.org
Revision Changes Path
1.26 +2 -1 www/ru/index.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 7:32:38 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id CE2D137BD68; Sun, 2 Apr 2000 07:32:34 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Received: (from andy@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id HAA97981;
Sun, 2 Apr 2000 07:32:34 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Message-Id: <200004021432.HAA97981@freefall.freebsd.org>
From: Andrey Zakhvatov
Date: Sun, 2 Apr 2000 07:32:34 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/ru index.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andy 2000/04/02 07:32:34 PDT
Modified files:
ru index.sgml
Log:
Synchronize with English 1.80:
Fix default forground/link colors.
Revision Changes Path
1.27 +3 -2 www/ru/index.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 7:38:10 2000
Delivered-To: cvs-all@freebsd.org
Received: from lavender.yy.cs.keio.ac.jp (ppp152.dialup.st.keio.ac.jp [131.113.27.152])
by hub.freebsd.org (Postfix) with ESMTP
id 8956137BDD9; Sun, 2 Apr 2000 07:37:59 -0700 (PDT)
(envelope-from sanpei@sanpei.org)
Received: (from sanpei@localhost)
by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id XAA34730;
Sun, 2 Apr 2000 23:37:44 +0900 (JST)
Message-Id: <200004021437.XAA34730@lavender.yy.cs.keio.ac.jp>
To: sobomax@altavista.net
Cc: cg@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/dev/sound/isa ess.c
In-Reply-To: Your message of "Sun, 02 Apr 2000 02:50:01 +0300"
References: <38E68B29.2055235C@altavista.net>
X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Sun, 02 Apr 2000 23:37:43 +0900
From: MIHIRA Sanpei Yoshiro
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
>I've stuck into this problem on my OPL3-SA based soundcard, where
>64KB (!!!) buffer provided by default, while apps trying to get
>from driver much less buffer space (usually up to 1K). For example,
>all games using the SDL library was fouled thinking that buffer is
>empty (as the select() suggested so) and keeping pumping data into
>there until it completely filled those famous 64KB, which on 22KHz
>turns into 3 second delay in sound effects.
>
>I've even wrote testcase exposing this problem and ready to send it
>to anyone who want to look into this problem.
I think so too. Some sound application software(especially for
GAME, for example, games/xgalaga, games/rollemup in ports
collection) has this buffer problem.
I also think, we need to add sysctl for buffer size.
---
MIHIRA Sanpei Yoshiro
Yokohama, Japan.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 7:44:55 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 45E7837B934; Sun, 2 Apr 2000 07:44:53 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Received: (from andy@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id HAA98662;
Sun, 2 Apr 2000 07:44:53 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Message-Id: <200004021444.HAA98662@freefall.freebsd.org>
From: Andrey Zakhvatov
Date: Sun, 2 Apr 2000 07:44:53 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/ru/news press.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andy 2000/04/02 07:44:53 PDT
Modified files:
ru/news press.sgml
Log:
Synchronize with English 1.141:
Feb 21st Upside.com article.
Revision Changes Path
1.6 +15 -5 www/ru/news/press.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 7:58:25 2000
Delivered-To: cvs-all@freebsd.org
Received: from caspian.plutotech.com (caspian.plutotech.com [206.168.67.80])
by hub.freebsd.org (Postfix) with ESMTP
id CCD4837B833; Sun, 2 Apr 2000 07:58:19 -0700 (PDT)
(envelope-from gibbs@caspian.plutotech.com)
Received: from caspian.plutotech.com (localhost [127.0.0.1])
by caspian.plutotech.com (8.9.3/8.9.1) with ESMTP id IAA11447;
Sun, 2 Apr 2000 08:59:17 -0600 (MDT)
(envelope-from gibbs@caspian.plutotech.com)
Message-Id: <200004021459.IAA11447@caspian.plutotech.com>
X-Mailer: exmh version 2.1.1 10/15/1999
To: Poul-Henning Kamp
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-Reply-To: Your message of "Sun, 02 Apr 2000 01:26:58 -0800."
<200004020926.BAA21432@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Sun, 02 Apr 2000 08:59:17 -0600
From: "Justin T. Gibbs"
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
>phk 2000/04/02 01:26:58 PST
>
> Modified files:
> sys/kern kern_mib.c vfs_bio.c
> sys/sys buf.h
> Log:
> Draw the outline of "struct bio".
Do we even want "buffer" to be part of the name? By the time the
request gets down to a driver, shouldn't it look more like a header
indicating the type of addresses in a chain of address length pairs?
A slimmed down struct uio perhaps?
--
Justin
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 8: 9:53 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id DB03737BDE9; Sun, 2 Apr 2000 08:09:17 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id RAA14381;
Sun, 2 Apr 2000 17:09:13 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: "Justin T. Gibbs"
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-reply-to: Your message of "Sun, 02 Apr 2000 08:59:17 MDT."
<200004021459.IAA11447@caspian.plutotech.com>
Date: Sun, 02 Apr 2000 17:09:13 +0200
Message-ID: <14379.954688153@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message <200004021459.IAA11447@caspian.plutotech.com>, "Justin T. Gibbs" wri
tes:
>>phk 2000/04/02 01:26:58 PST
>>
>> Modified files:
>> sys/kern kern_mib.c vfs_bio.c
>> sys/sys buf.h
>> Log:
>> Draw the outline of "struct bio".
>
>Do we even want "buffer" to be part of the name? By the time the
>request gets down to a driver, shouldn't it look more like a header
>indicating the type of addresses in a chain of address length pairs?
>A slimmed down struct uio perhaps?
Well, bio means "block I/O" to me these days and we already have
a lot of names which point to that as the logical prefix (biodone()
being just one of them).
As for going the struct uio route, yes we may want to consider that
at some point. I think it makes sense to do this relatively simple
(but tedious) divorce of the io aspect of struct buf first, before
we change the semantics of the actual io handling.
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 8:14:17 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 7409D37BDC2; Sun, 2 Apr 2000 08:14:13 -0700 (PDT)
(envelope-from andreas@FreeBSD.org)
Received: (from andreas@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id IAA00866;
Sun, 2 Apr 2000 08:14:13 -0700 (PDT)
(envelope-from andreas@FreeBSD.org)
Message-Id: <200004021514.IAA00866@freefall.freebsd.org>
From: Andreas Klemm
Date: Sun, 2 Apr 2000 08:14:13 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/apsfilter Makefile ports/print/apsfilter/files
md5 ports/print/apsfilter/patches patch-5.2.0-01.04.2000-15:44:30
ports/print/apsfilter/pkg PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andreas 2000/04/02 08:14:13 PDT
Modified files:
print/apsfilter Makefile
print/apsfilter/files md5
print/apsfilter/pkg PLIST
Removed files:
print/apsfilter/patches patch-5.2.0-01.04.2000-15:44:30
Log:
update to apsfilter 5.1.3
New features in 5.3.0
=====================
- Major enhancements in SETUP, therefore version bump
- checks your version of ghostscript
- is aware of gs version 5.50 and 6.01 printer drivers
- new driver selection mechanism
- fetches list of available printer driver from file
- you can browse/search this list using more
- you select printer driver by number
- sanity check, if the printer driver is present in your gs binary
- at the end of your selection you get a list of printers
as confirmation, that are supported by your driver selection
- you can repeat this step as often as you like until you
choose a valid printer driver
- After printer driver selection you can as usual print test pages
if you like or repeat the step of selection another driver in this
more user friendly manner.
- upp profile contribution for
Epson LQ-570/870/1070/1170 ESC/P2 24-pin Dot Matrix printer
- 3rd party additional driver for
HP 812C, 815C, 832C, 880C, 882C, 895C, 932C, 970C
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
- Generic Postscript printer Support
- added more resolutions in SETUP script and apsfilter script
- bugfix: some resolutions were missing in apsfilter script
- Adding driver support information is now more easy, since you only
have to add it to a file setup/printer-
- internal: download page: enhanced make-release script
produces now diffs from every version to latest version
- latest apsfilter patches can be found on download page
- info: new URL -> http://people.freebsd.org/~andreas
Revision Changes Path
1.47 +2 -2 ports/print/apsfilter/Makefile
1.20 +1 -1 ports/print/apsfilter/files/md5
1.9 +0 -1 ports/print/apsfilter/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 8:25: 6 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 22BAB37BDF9; Sun, 2 Apr 2000 08:24:59 -0700 (PDT)
(envelope-from phk@FreeBSD.org)
Received: (from phk@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id IAA02434;
Sun, 2 Apr 2000 08:24:58 -0700 (PDT)
(envelope-from phk@FreeBSD.org)
Message-Id: <200004021524.IAA02434@freefall.freebsd.org>
From: Poul-Henning Kamp
Date: Sun, 2 Apr 2000 08:24:58 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/cam/scsi
scsi_cd.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c
src/sys/contrib/dev/fla fla.c src/sys/contrib/softupdates
ffs_softdep.c src/sys/dev/amr amr.c amr_disk.c src/sys/dev/ata ...
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phk 2000/04/02 08:24:58 PDT
Modified files:
sys/alpha/alpha machdep.c
sys/cam/scsi scsi_cd.c scsi_da.c scsi_pass.c scsi_pt.c
scsi_sa.c scsi_target.c
sys/contrib/dev/fla fla.c
sys/contrib/softupdates ffs_softdep.c
sys/dev/amr amr.c amr_disk.c
sys/dev/ata ata-disk.c atapi-cd.c atapi-fd.c
atapi-tape.c
sys/dev/ccd ccd.c
sys/dev/ida ida.c ida_disk.c
sys/dev/mlx mlx.c mlx_disk.c
sys/dev/vinum vinuminterrupt.c vinumio.c vinumraid5.c
vinumrequest.c vinumrevive.c
sys/dev/vn vn.c
sys/fs/hpfs hpfs_vnops.c
sys/i386/i386 machdep.c
sys/i386/isa labpc.c mcd.c scd.c wd.c wt.c
sys/i386/isa/matcd matcd.c
sys/isa fd.c
sys/isofs/cd9660 cd9660_vnops.c
sys/kern kern_physio.c subr_devstat.c subr_disk.c
subr_diskslice.c vfs_aio.c vfs_bio.c
vfs_cluster.c vfs_default.c
sys/miscfs/devfs devfs_vnops.c
sys/miscfs/specfs spec_vnops.c
sys/msdosfs msdosfs_vnops.c
sys/nfs nfs_bio.c nfs_vnops.c
sys/ntfs ntfs_vnops.c
sys/nwfs nwfs_io.c
sys/pc98/i386 machdep.c
sys/pc98/pc98 fd.c wd.c wd_cd.c wfd.c wst.c
sys/sys buf.h
sys/ufs/ffs ffs_inode.c
sys/ufs/mfs mfs_vnops.c
sys/ufs/ufs ufs_bmap.c ufs_disksubr.c ufs_vnops.c
sys/vm swap_pager.c vm_pager.c vm_swap.c
vnode_pager.c
Log:
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
(Much of this done by script)
Move B_ORDERED flag to b_ioflags and call it BIO_ORDERED.
Move b_pblkno and b_iodone_chain to struct bio while we transition, they
will be obsoleted once bio structs chain/stack.
Add bio_queue field for struct bio aware disksort.
Address a lot of stylistic issues brought up by bde.
Revision Changes Path
1.72 +2 -2 src/sys/alpha/alpha/machdep.c
1.33 +7 -7 src/sys/cam/scsi/scsi_cd.c
1.45 +8 -8 src/sys/cam/scsi/scsi_da.c
1.20 +5 -5 src/sys/cam/scsi/scsi_pass.c
1.19 +7 -7 src/sys/cam/scsi/scsi_pt.c
1.48 +7 -7 src/sys/cam/scsi/scsi_sa.c
1.25 +7 -7 src/sys/cam/scsi/scsi_target.c
1.18 +2 -2 src/sys/contrib/dev/fla/fla.c
1.60 +2 -2 src/sys/contrib/softupdates/ffs_softdep.c
1.11 +2 -2 src/sys/dev/amr/amr.c
1.7 +3 -3 src/sys/dev/amr/amr_disk.c
1.65 +3 -3 src/sys/dev/ata/ata-disk.c
1.55 +3 -3 src/sys/dev/ata/atapi-cd.c
1.49 +5 -5 src/sys/dev/ata/atapi-fd.c
1.42 +4 -4 src/sys/dev/ata/atapi-tape.c
1.76 +8 -7 src/sys/dev/ccd/ccd.c
1.9 +2 -2 src/sys/dev/ida/ida.c
1.14 +3 -3 src/sys/dev/ida/ida_disk.c
1.17 +2 -2 src/sys/dev/mlx/mlx.c
1.10 +3 -3 src/sys/dev/mlx/mlx_disk.c
1.29 +5 -5 src/sys/dev/vinum/vinuminterrupt.c
1.55 +3 -3 src/sys/dev/vinum/vinumio.c
1.9 +2 -2 src/sys/dev/vinum/vinumraid5.c
1.48 +19 -18 src/sys/dev/vinum/vinumrequest.c
1.25 +14 -14 src/sys/dev/vinum/vinumrevive.c
1.107 +10 -7 src/sys/dev/vn/vn.c
1.3 +2 -2 src/sys/fs/hpfs/hpfs_vnops.c
1.389 +2 -2 src/sys/i386/i386/machdep.c
1.37 +2 -2 src/sys/i386/isa/labpc.c
1.117 +4 -4 src/sys/i386/isa/mcd.c
1.56 +4 -4 src/sys/i386/isa/scd.c
1.221 +7 -7 src/sys/i386/isa/wd.c
1.60 +2 -2 src/sys/i386/isa/wt.c
1.51 +3 -3 src/sys/i386/isa/matcd/matcd.c
1.181 +8 -8 src/sys/isa/fd.c
1.63 +2 -2 src/sys/isofs/cd9660/cd9660_vnops.c
1.49 +3 -3 src/sys/kern/kern_physio.c
1.19 +2 -2 src/sys/kern/subr_devstat.c
1.21 +2 -2 src/sys/kern/subr_disk.c
1.84 +3 -3 src/sys/kern/subr_diskslice.c
1.73 +4 -4 src/sys/kern/vfs_aio.c
1.248 +39 -27 src/sys/kern/vfs_bio.c
1.95 +11 -7 src/sys/kern/vfs_cluster.c
1.30 +4 -4 src/sys/kern/vfs_default.c
1.94 +2 -2 src/sys/miscfs/devfs/devfs_vnops.c
1.135 +2 -2 src/sys/miscfs/specfs/spec_vnops.c
1.96 +2 -2 src/sys/msdosfs/msdosfs_vnops.c
1.86 +17 -13 src/sys/nfs/nfs_bio.c
1.153 +5 -3 src/sys/nfs/nfs_vnops.c
1.11 +4 -4 src/sys/ntfs/ntfs_vnops.c
1.8 +4 -4 src/sys/nwfs/nwfs_io.c
1.156 +2 -2 src/sys/pc98/i386/machdep.c
1.89 +8 -8 src/sys/pc98/pc98/fd.c
1.107 +7 -7 src/sys/pc98/pc98/wd.c
1.32 +5 -5 src/sys/pc98/pc98/wd_cd.c
1.37 +2 -2 src/sys/pc98/pc98/wfd.c
1.30 +3 -3 src/sys/pc98/pc98/wst.c
1.93 +37 -32 src/sys/sys/buf.h
1.59 +3 -2 src/sys/ufs/ffs/ffs_inode.c
1.49 +2 -2 src/sys/ufs/mfs/mfs_vnops.c
1.38 +3 -2 src/sys/ufs/ufs/ufs_bmap.c
1.48 +2 -2 src/sys/ufs/ufs/ufs_disksubr.c
1.133 +2 -2 src/sys/ufs/ufs/ufs_vnops.c
1.139 +7 -6 src/sys/vm/swap_pager.c
1.59 +12 -13 src/sys/vm/vm_pager.c
1.101 +4 -4 src/sys/vm/vm_swap.c
1.121 +3 -3 src/sys/vm/vnode_pager.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 8:54:44 2000
Delivered-To: cvs-all@freebsd.org
Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16])
by hub.freebsd.org (Postfix) with ESMTP
id B502837B55D; Sun, 2 Apr 2000 08:54:37 -0700 (PDT)
(envelope-from bde@zeta.org.au)
Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102])
by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id BAA15248;
Mon, 3 Apr 2000 01:54:25 +1000
Date: Mon, 3 Apr 2000 01:54:07 +1000 (EST)
From: Bruce Evans
X-Sender: bde@alphplex.bde.org
To: Poul-Henning Kamp
Cc: "Justin T. Gibbs" ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-Reply-To: <14379.954688153@critter.freebsd.dk>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sun, 2 Apr 2000, Poul-Henning Kamp wrote:
> In message <200004021459.IAA11447@caspian.plutotech.com>, "Justin T. Gibbs" wri
> >Do we even want "buffer" to be part of the name? By the time the
> Well, bio means "block I/O" to me these days and we already have
> a lot of names which point to that as the logical prefix (biodone()
> being just one of them).
I thought it meant "buffer i/o".
"struct bio" is unfortunately even more block-specific than "struct buf",
since it doesn't have anything like "off_t b_offset". b_offset is
currently used mainly in the acd driver to handle weird block sizes.
Bruce
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9: 8:44 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id 47F8037BB3A; Sun, 2 Apr 2000 09:08:33 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id SAA14636;
Sun, 2 Apr 2000 18:08:20 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Bruce Evans
Cc: "Justin T. Gibbs" ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-reply-to: Your message of "Mon, 03 Apr 2000 01:54:07 +1000."
Date: Sun, 02 Apr 2000 18:08:20 +0200
Message-ID: <14634.954691700@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message , Bruce Ev
ans writes:
>"struct bio" is unfortunately even more block-specific than "struct buf",
>since it doesn't have anything like "off_t b_offset". b_offset is
>currently used mainly in the acd driver to handle weird block sizes.
Well, I have b_offset in my cross-hair, because I know sos will roast
me if I don't handle that case also :-)
As far as I know, b_offset is only really used for physio and the only
two drivers who understand non DEV_BSIZE multiple requests are the
scsi-tape and atapi-cd drivers.
This ties in somewhat with Justins email where he restates the idea
Bruce half-jokingly proposed about a year ago: use struct uio for
io carrier.
The question at the heart of this is really: do we want to suffer
the overhead of converting from byte offsets to sector number all
the time or do we want to optimize for the predominantly used
concept of sectors ?
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9:11:18 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6867837BCC8; Sun, 2 Apr 2000 09:11:16 -0700 (PDT)
(envelope-from ume@FreeBSD.org)
Received: (from ume@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA05712;
Sun, 2 Apr 2000 09:11:16 -0700 (PDT)
(envelope-from ume@FreeBSD.org)
Message-Id: <200004021611.JAA05712@freefall.freebsd.org>
From: Hajimu UMEMOTO
Date: Sun, 2 Apr 2000 09:11:16 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/inetd inetd.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
ume 2000/04/02 09:11:16 PDT
Modified files:
usr.sbin/inetd inetd.c
Log:
Make sure to use IPv4 mapped IPv6 address when mapped address is
requested in /etc/inetd.conf.
Reviewed by: shin
Revision Changes Path
1.81 +7 -6 src/usr.sbin/inetd/inetd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9:18:31 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8A52A37BABF; Sun, 2 Apr 2000 09:18:28 -0700 (PDT)
(envelope-from shin@FreeBSD.org)
Received: (from shin@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA06297;
Sun, 2 Apr 2000 09:18:28 -0700 (PDT)
(envelope-from shin@FreeBSD.org)
Message-Id: <200004021618.JAA06297@freefall.freebsd.org>
From: Yoshinobu Inoue
Date: Sun, 2 Apr 2000 09:18:28 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet ip_output.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
shin 2000/04/02 09:18:28 PDT
Modified files:
sys/netinet ip_output.c
Log:
Move htons() ip_len to after the in_delayed_cksum() call.
This should stop cksum error messages on IPsec communication
which was reported on freebsd-current.
Reviewed by: jlemon
Revision Changes Path
1.103 +6 -6 src/sys/netinet/ip_output.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9:18:49 2000
Delivered-To: cvs-all@freebsd.org
Received: from lola.heim10.tu-clausthal.de (lola.heim10.tu-clausthal.de [139.174.241.25])
by hub.freebsd.org (Postfix) with ESMTP
id C235037BE5E; Sun, 2 Apr 2000 09:18:41 -0700 (PDT)
(envelope-from norbert.irmer@heim9.tu-clausthal.de)
Received: from heim9.tu-clausthal.de (localhost.heim10.tu-clausthal.de [127.0.0.1])
by lola.heim10.tu-clausthal.de (8.9.3/8.9.3) with ESMTP id SAA06252;
Sun, 2 Apr 2000 18:18:39 +0200 (CEST)
(envelope-from norbert.irmer@heim9.tu-clausthal.de)
Message-ID: <38E772DE.91D07D2D@heim9.tu-clausthal.de>
Date: Sun, 02 Apr 2000 18:18:39 +0200
From: Norbert Irmer
X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 5.0-CURRENT i386)
X-Accept-Language: en
MIME-Version: 1.0
To: Cameron Grant
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/dev/sound/pci emu10k1.c emu10k1.h
References: <200004020741.XAA33619@freefall.freebsd.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
Cameron Grant wrote:
>
> cg 2000/04/01 23:41:21 PST
>
> Added files:
> sys/dev/sound/pci emu10k1.c emu10k1.h
> Log:
> unfinished sblive driver, playback/mixer only for now - not enabled in
> conf/files
>
I tried to compile the driver but I had undefined symbols (DISABLE, ENV_ON, and ENV_OFF):
bash-2.03# make
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf
-mpreferred-stack-boundary=2 ../../dev/sound/pci/emu10k1.c
../../dev/sound/pci/emu10k1.c: In function `emu_vwrite':
../../dev/sound/pci/emu10k1.c:437: `ENV_OFF' undeclared (first use in this function)
../../dev/sound/pci/emu10k1.c:437: (Each undeclared identifier is reported only once
../../dev/sound/pci/emu10k1.c:437: for each function it appears in.)
../../dev/sound/pci/emu10k1.c:499: warning: implicit declaration of function `emu_vdump'
../../dev/sound/pci/emu10k1.c: In function `emu_vtrigger':
../../dev/sound/pci/emu10k1.c:532: `ENV_ON' undeclared (first use in this function)
../../dev/sound/pci/emu10k1.c: At top level:
../../dev/sound/pci/emu10k1.c:553: warning: `emu_vdump' was used with no prototype before its definition
../../dev/sound/pci/emu10k1.c:553: warning: `emu_vdump' was declared implicitly `extern' and later `static'
../../dev/sound/pci/emu10k1.c:499: warning: previous declaration of `emu_vdump'
../../dev/sound/pci/emu10k1.c:553: warning: type mismatch with previous implicit declaration
../../dev/sound/pci/emu10k1.c:499: warning: previous implicit declaration of `emu_vdump'
../../dev/sound/pci/emu10k1.c:553: warning: `emu_vdump' was previously implicitly declared to return `int'
../../dev/sound/pci/emu10k1.c: In function `emu_init':
../../dev/sound/pci/emu10k1.c:915: `DISABLE' undeclared (first use in this function)
../../dev/sound/pci/emu10k1.c:923: `ENV_OFF' undeclared (first use in this function)
*** Error code 1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9:23:20 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id A884A37B6B6; Sun, 2 Apr 2000 09:23:16 -0700 (PDT)
(envelope-from shin@FreeBSD.org)
Received: (from shin@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA06842;
Sun, 2 Apr 2000 09:23:17 -0700 (PDT)
(envelope-from shin@FreeBSD.org)
Message-Id: <200004021623.JAA06842@freefall.freebsd.org>
From: Yoshinobu Inoue
Date: Sun, 2 Apr 2000 09:23:16 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/i386 in_cksum.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
shin 2000/04/02 09:23:16 PDT
Modified files:
sys/i386/i386 in_cksum.c
Log:
Print out more hints at illegal cksum len value.
Revision Changes Path
1.19 +3 -3 src/sys/i386/i386/in_cksum.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9:38: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 2611537BE1F; Sun, 2 Apr 2000 09:38:01 -0700 (PDT)
(envelope-from shin@FreeBSD.org)
Received: (from shin@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA07852;
Sun, 2 Apr 2000 09:38:00 -0700 (PDT)
(envelope-from shin@FreeBSD.org)
Message-Id: <200004021638.JAA07852@freefall.freebsd.org>
From: Yoshinobu Inoue
Date: Sun, 2 Apr 2000 09:38:00 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc rc.network6
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
shin 2000/04/02 09:38:00 PDT
Modified files: (Branch: RELENG_4)
etc rc.network6
Log:
MFC:
Avoid using sed and awk in configure script.
Revision Changes Path
1.5.2.1 +7 -5 src/etc/rc.network6
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9:39:57 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 08FC737B646; Sun, 2 Apr 2000 09:39:55 -0700 (PDT)
(envelope-from shin@FreeBSD.org)
Received: (from shin@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA08040;
Sun, 2 Apr 2000 09:39:25 -0700 (PDT)
(envelope-from shin@FreeBSD.org)
Message-Id: <200004021639.JAA08040@freefall.freebsd.org>
From: Yoshinobu Inoue
Date: Sun, 2 Apr 2000 09:39:25 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 kame.4 ipsec.4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
shin 2000/04/02 09:39:25 PDT
Modified files: (Branch: RELENG_4)
share/man/man4 kame.4 ipsec.4
Log:
MFC: Remove references to man pages that don't exist.
Revision Changes Path
1.3.2.1 +5 -4 src/share/man/man4/kame.4
1.3.2.1 +4 -3 src/share/man/man4/ipsec.4
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9:58: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 3224D37BCFD; Sun, 2 Apr 2000 09:58:02 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA09639;
Sun, 2 Apr 2000 09:58:01 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004021658.JAA09639@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 09:58:01 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/xmms Makefile ports/audio/xmms/pkg PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 09:58:01 PDT
Modified files:
audio/xmms Makefile
audio/xmms/pkg PLIST
Log:
remove a.out support
Revision Changes Path
1.10 +1 -4 ports/audio/xmms/Makefile
1.5 +2 -2 ports/audio/xmms/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 9:59:22 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 0B01E37B82A; Sun, 2 Apr 2000 09:59:18 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA09758;
Sun, 2 Apr 2000 09:59:17 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004021659.JAA09758@freefall.freebsd.org>
From: Nick Hibma
Date: Sun, 2 Apr 2000 09:59:17 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb umass.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/02 09:59:17 PDT
Modified files:
sys/dev/usb umass.c
Log:
I got the CAM numbers (path id's, buses, unit numbers) and newbus
unit numbers all wrong. This did not show up because most of them where
zero anyway.
Use a separate buffer for command transforms instead of fiddling with
the existing cdb_bytes.
Take CAM_CDB_POINTER into account. Nobody is using it, but someone might
in the future.
Be more picky about what to accept in the UFI command set.
First attempt at implementing the ATAPI command protocol transforms.
This should at least make Imation Superdisk and other e-Shuttle based
devices show as attached. Maybe they even work to some extent.
Revision Changes Path
1.15 +232 -132 src/sys/dev/usb/umass.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 10:24:24 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 9FCB737BABF; Sun, 2 Apr 2000 10:24:20 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id KAA11187;
Sun, 2 Apr 2000 10:24:20 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004021724.KAA11187@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 10:24:20 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/xpm Makefile ports/graphics/xpm/pkg
PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 10:24:20 PDT
Modified files:
graphics/xpm Makefile
graphics/xpm/pkg PLIST
Log:
remove a.out support
Revision Changes Path
1.26 +3 -8 ports/graphics/xpm/Makefile
1.20 +3 -3 ports/graphics/xpm/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 10:30:49 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 99CA637BE22; Sun, 2 Apr 2000 10:30:45 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id KAA11703;
Sun, 2 Apr 2000 10:30:45 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004021730.KAA11703@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 10:30:45 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/radiusd-cistron/patches patch-af
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 10:30:45 PDT
Added files:
net/radiusd-cistron/patches patch-af
Log:
forgot a file
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 10:35:13 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 34F9337BE65; Sun, 2 Apr 2000 10:35:10 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id KAA12017;
Sun, 2 Apr 2000 10:35:10 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004021735.KAA12017@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 10:35:09 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/fxtv Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 10:35:09 PDT
Modified files:
graphics/fxtv Makefile
Log:
remove extra blank line (portlint)
Revision Changes Path
1.24 +1 -2 ports/graphics/fxtv/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 10:39:14 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 0F1A937BE9F; Sun, 2 Apr 2000 10:39:11 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id KAA12220;
Sun, 2 Apr 2000 10:38:19 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004021738.KAA12220@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 10:38:19 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/qdecoder Makefile ports/www/qdecoder/files
md5
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 10:38:19 PDT
Modified files:
www/qdecoder Makefile
www/qdecoder/files md5
Log:
update to 5.0.8
PR: 17748
Submitted by: maintainer
Revision Changes Path
1.2 +2 -2 ports/www/qdecoder/Makefile
1.2 +1 -1 ports/www/qdecoder/files/md5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 10:39:37 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 664BE37B652; Sun, 2 Apr 2000 10:39:34 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id KAA12359;
Sun, 2 Apr 2000 10:39:13 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004021739.KAA12359@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 10:39:13 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/lang/ghc/patches patch-ac
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 10:39:13 PDT
Added files:
lang/ghc/patches patch-ac
Log:
yet another file I forgot to cvs add
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 10:42: 6 2000
Delivered-To: cvs-all@freebsd.org
Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2])
by hub.freebsd.org (Postfix) with ESMTP
id B3B5337BD9E; Sun, 2 Apr 2000 10:41:47 -0700 (PDT)
(envelope-from dillon@apollo.backplane.com)
Received: (from dillon@localhost)
by apollo.backplane.com (8.9.3/8.9.1) id KAA49471;
Sun, 2 Apr 2000 10:41:40 -0700 (PDT)
(envelope-from dillon)
Date: Sun, 2 Apr 2000 10:41:40 -0700 (PDT)
From: Matthew Dillon
Message-Id: <200004021741.KAA49471@apollo.backplane.com>
To: Poul-Henning Kamp
Cc: Bruce Evans ,
"Justin T. Gibbs" , cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
References: <14634.954691700@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
:In message , Bruce Ev
:ans writes:
:
:>"struct bio" is unfortunately even more block-specific than "struct buf",
:>since it doesn't have anything like "off_t b_offset". b_offset is
:>currently used mainly in the acd driver to handle weird block sizes.
:
:Well, I have b_offset in my cross-hair, because I know sos will roast
:me if I don't handle that case also :-)
:
:As far as I know, b_offset is only really used for physio and the only
:two drivers who understand non DEV_BSIZE multiple requests are the
:scsi-tape and atapi-cd drivers.
:
:This ties in somewhat with Justins email where he restates the idea
:Bruce half-jokingly proposed about a year ago: use struct uio for
:io carrier.
:
:The question at the heart of this is really: do we want to suffer
:the overhead of converting from byte offsets to sector number all
:the time or do we want to optimize for the predominantly used
:concept of sectors ?
:
:--
:Poul-Henning Kamp FreeBSD coreteam member
:phk@FreeBSD.ORG "Real hackers run -current on their laptop."
:FreeBSD -- It will take a long time before progress goes too far!
I had a conversation with Greg Lehey on -hackers a month and a half ago
where we discussed the block-number-vs-offset issue. I have included two
exerpts below.
I agree with Greg's assessment that 32 bit block numbers are starting to
get a bit thin, and given the choice between going to 64 bit block numbers
and 64 bit offsets, he (and I) would rather go to 64 bit offsets.
Right now the kernel has serious problems with block translations due
to different parts of the kernel expecting different block sizes. The
logical layer, for example, likes to assume 512 byte block sizes. The
physical layer depends on the device. The fact that we often translate
back and forth between block sizes alone is enough to move to a 64 bit
offset and be done with it. The code would probably wind up being
faster, and it would certainly be less confusing.
512 byte block number translations limits the effective media size to
about a terrabyte and any sort of block number translation will result
in media size limits based on the block size. Going to a 64 bit offset
would make the limits more uniform and more easily understood.
I would also appreciate it, Poul, if you are going to be so rabid about
me getting my stuff reviewed, that you at the very least get your stuff
reviewed as well. I don't have any problem with this commit, but
considering the fact that there are three people actively working on the
VFS/BIO subsystem (you, Kirk, and me), doing commits in a vacuum
is not being a team player.
-Matt
Matthew Dillon
:From: Greg Lehey
:Subject: Re: Filesystem size limit?
:To: Matthew Dillon
:Cc: Joe Greco , Kenny Drobnack ,
: hackers@FreeBSD.ORG
:Date: Thu, 17 Feb 2000 13:18:39 +1030
:
:
:On Tuesday, 15 February 2000 at 16:12:36 -0800, Matthew Dillon wrote:
:>> sure your amount of metadata that needs checking is reasonably low.
:>>
:>>> Also, it seems like 64 bit processors will be in use before 1 TB
:>>> filesystems are common. Won't the filesystem need to be 64-bitted for
:>>> that?
:>>
:>> I would guess. Matt Dillon commented on this already, though, and is much
:>> better suited to having an opinion about it.
:>
:> Personally I think going to 64 bit block numbers is overkill. 32 bits
:> is plenty (for the next few decades) and, generally, people running
:> filesystems that large tend to be in the 'fewer larger files' category
:> rather then the 'billions of tiny files' category, so using a large
:> block size is reasonable. At the moment the filesystem block size is
:> the kernel's minimum disk I/O (at least when accessing portions backed
:> by full blocks), but it is far more likely that we change the kernel
:> to do less then full block reads then it is that we bump up the block
:> number to 64 bits.
:
:I think that at some point we'll need larger block numbers than will
:no longer fit in 32 bits. I'd rather we went to byte offsets, though,
:rather than block numbers.
:
:Greg
:Subject: Re: Filesystem size limit?
:To: Greg Lehey
:Cc: Joe Greco , Kenny Drobnack ,
: hackers@FreeBSD.ORG
:Date: Wed Feb 16 20:49:53 2000
:
:
:
::I think that at some point we'll need larger block numbers than will
::no longer fit in 32 bits. I'd rather we went to byte offsets, though,
::rather than block numbers.
::
::Greg
:
: Good point. When we are faced with having to move from 32 to 64 bit
: block numbers, I agree completely that we should probably turn them
: into 64 bit byte offsets.
:
: -Matt
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 10:52:48 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E4FAF37BE86; Sun, 2 Apr 2000 10:52:45 -0700 (PDT)
(envelope-from dillon@FreeBSD.org)
Received: (from dillon@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id KAA13175;
Sun, 2 Apr 2000 10:52:45 -0700 (PDT)
(envelope-from dillon@FreeBSD.org)
Message-Id: <200004021752.KAA13175@freefall.freebsd.org>
From: Matt Dillon
Date: Sun, 2 Apr 2000 10:52:44 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/i386 support.s src/sys/kern init_sysent.c
kern_prot.c kern_sig.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
dillon 2000/04/02 10:52:44 PDT
Modified files:
sys/i386/i386 support.s
sys/kern init_sysent.c kern_prot.c kern_sig.c
Log:
Make the sigprocmask() and geteuid() system calls MP SAFE. Expand
commentary for copyin/copyout to indicate that they are MP SAFE as
well.
Reviewed by: msmith
Revision Changes Path
1.69 +37 -12 src/sys/i386/i386/support.s
1.81 +4 -4 src/sys/kern/init_sysent.c
1.55 +10 -7 src/sys/kern/kern_prot.c
1.76 +14 -7 src/sys/kern/kern_sig.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 11:17:35 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 37A4737B5F1; Sun, 2 Apr 2000 11:17:32 -0700 (PDT)
(envelope-from andreas@FreeBSD.org)
Received: (from andreas@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id LAA14452;
Sun, 2 Apr 2000 11:17:31 -0700 (PDT)
(envelope-from andreas@FreeBSD.org)
Message-Id: <200004021817.LAA14452@freefall.freebsd.org>
From: Andreas Klemm
Date: Sun, 2 Apr 2000 11:17:31 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/apsfilter/patches patch-5.3.0-02.04.2000-20:08:48
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andreas 2000/04/02 11:17:31 PDT
Added files:
print/apsfilter/patches patch-5.3.0-02.04.2000-20:08:48
Log:
lpr class support used for fine tuning print quality for gs drivers
lpr -C normal filename
Currently only used for cdj8* drivers...
I'll have to browse through gs driver docu to decide, what other
settings might make sense.... or waiting for your suggestions ...
This shows exactly what it does.
CLASS=`egrep '^C' ${CF} | tail +2c`
case $PRINTER in
cdj8*)
case $CLASS in
DRAFT|draft|LOW|low)
GS_FEATURES="-dQuality=-1 $GS_FEATURES"
;;
NORMAL|normal|MED*|med*)
GS_FEATURES="-dQuality=0 $GS_FEATURES"
;;
PRESENT*|present*|high)
GS_FEATURES="-dQuality=1 $GS_FEATURES"
;;
esac
;;
esac
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 11:42: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id 34DA137BABF; Sun, 2 Apr 2000 11:41:54 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id UAA15181;
Sun, 2 Apr 2000 20:41:32 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Matthew Dillon
Cc: Bruce Evans ,
"Justin T. Gibbs" , cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-reply-to: Your message of "Sun, 02 Apr 2000 10:41:40 PDT."
<200004021741.KAA49471@apollo.backplane.com>
Date: Sun, 02 Apr 2000 20:41:32 +0200
Message-ID: <15179.954700892@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message <200004021741.KAA49471@apollo.backplane.com>, Matthew Dillon writes:
> I agree with Greg's assessment that 32 bit block numbers are starting to
> get a bit thin, and given the choice between going to 64 bit block numbers
> and 64 bit offsets, he (and I) would rather go to 64 bit offsets.
As I said, this is not something I feel strongly about either way,
there are pro-et-con for all three solutions, but I don't personally
have a preference. It is also pretty much entirely irelevant to
the stuff I'm currently doing. In fact I'm trying very hard to
*not* change the semantics of any more fields than I absolutely
have to.
> I would also appreciate it, Poul, if you are going to be so rabid about
> me getting my stuff reviewed,
I'm not rabid about you getting your stuff reviewed, I'm rabid
about you not committing in a frenzy where you forget to do even
very basic testing.
But with that being said, I'll pretty soon get to the non-trivial
part of this change and you will have all the opportunity you will
ever want to review huge diffs on my web-page. All the stuff up
until here have been very mechanical and not really very reviewable,
the next step is where we get the chance to find bugs in drivers :-)
I already think I have found two bugs btw: both vn and ccd sets B_INVAL
on buffers, I don't belive they have any business doing that.
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 11:57:15 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6FEA537B833; Sun, 2 Apr 2000 11:57:11 -0700 (PDT)
(envelope-from chris@FreeBSD.org)
Received: (from chris@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id LAA16482;
Sun, 2 Apr 2000 11:57:11 -0700 (PDT)
(envelope-from chris@FreeBSD.org)
Message-Id: <200004021857.LAA16482@freefall.freebsd.org>
From: Chris Costello
Date: Sun, 2 Apr 2000 11:57:10 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
chris 2000/04/02 11:57:10 PDT
Modified files:
en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml
Log:
Properly spell ``vs.'' in the chapter name. ``Versus'' is abbreviated
by ``v.'' or ``vs.'', but not an odd combination of the two. Versus is,
after all, only one word.
Revision Changes Path
1.43 +2 -2 doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 12: 8:19 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4A14737B832; Sun, 2 Apr 2000 12:08:16 -0700 (PDT)
(envelope-from phk@FreeBSD.org)
Received: (from phk@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA17247;
Sun, 2 Apr 2000 12:08:06 -0700 (PDT)
(envelope-from phk@FreeBSD.org)
Message-Id: <200004021908.MAA17247@freefall.freebsd.org>
From: Poul-Henning Kamp
Date: Sun, 2 Apr 2000 12:08:06 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs
ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phk 2000/04/02 12:08:06 PDT
Modified files:
sys/kern subr_devstat.c
sys/ufs/ufs ufs_disksubr.c
sys/sys buf.h devicestat.h disklabel.h
Log:
Clone bio versions of certain bits of infrastructure:
devstat_end_transaction_bio()
bioq_* versions of bufq_* incl bioqdisksort()
the corresponding "buf" versions will disappear when no longer used.
Move b_offset, b_data and b_bcount to struct bio.
Add BIO_FORMAT as a hack for fd.c etc.
We are now largely ready to start converting drivers to use struct
bio instead of struct buf.
Revision Changes Path
1.20 +18 -1 src/sys/kern/subr_devstat.c
1.49 +99 -1 src/sys/ufs/ufs/ufs_disksubr.c
1.94 +62 -7 src/sys/sys/buf.h
1.10 +2 -1 src/sys/sys/devicestat.h
1.50 +4 -1 src/sys/sys/disklabel.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 12:14:36 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 0AAC537BB18; Sun, 2 Apr 2000 12:14:32 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Received: (from vanilla@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA17822;
Sun, 2 Apr 2000 12:14:31 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Message-Id: <200004021914.MAA17822@freefall.freebsd.org>
From: "Vanilla I. Shu"
Date: Sun, 2 Apr 2000 12:14:31 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/gimp1 Makefile ports/graphics/gimp1/files
gimp.setfont md5 ports/graphics/gimp1/patches patch-ao patch-ah
patch-ak patch-an ports/graphics/gimp1/pkg PLIST.perl PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
vanilla 2000/04/02 12:14:31 PDT
Modified files:
graphics/gimp1 Makefile
graphics/gimp1/files gimp.setfont md5
graphics/gimp1/patches patch-ah patch-ak patch-an
graphics/gimp1/pkg PLIST
Added files:
graphics/gimp1/patches patch-ao
graphics/gimp1/pkg PLIST.perl
Log:
Upgrade to 1.1.18, and add myself as MAINTAINER.
(erich leave us long time ago).
Revision Changes Path
1.64 +20 -5 ports/graphics/gimp1/Makefile
1.7 +3 -0 ports/graphics/gimp1/files/gimp.setfont
1.28 +1 -1 ports/graphics/gimp1/files/md5
1.20 +27 -3 ports/graphics/gimp1/patches/patch-ah
1.3 +11 -5 ports/graphics/gimp1/patches/patch-ak
1.2 +6 -6 ports/graphics/gimp1/patches/patch-an
1.37 +21 -77 ports/graphics/gimp1/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 12:19:21 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 5697037BA6D; Sun, 2 Apr 2000 12:19:17 -0700 (PDT)
(envelope-from andreas@FreeBSD.org)
Received: (from andreas@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA18188;
Sun, 2 Apr 2000 12:19:17 -0700 (PDT)
(envelope-from andreas@FreeBSD.org)
Message-Id: <200004021919.MAA18188@freefall.freebsd.org>
From: Andreas Klemm
Date: Sun, 2 Apr 2000 12:19:17 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/apsfilter/scripts configure
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andreas 2000/04/02 12:19:17 PDT
Modified files:
print/apsfilter/scripts configure
Log:
use gs6 port !
Revision Changes Path
1.9 +2 -2 ports/print/apsfilter/scripts/configure
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 12:28:57 2000
Delivered-To: cvs-all@freebsd.org
Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2])
by hub.freebsd.org (Postfix) with ESMTP
id BD40637BB0D; Sun, 2 Apr 2000 12:28:48 -0700 (PDT)
(envelope-from dillon@apollo.backplane.com)
Received: (from dillon@localhost)
by apollo.backplane.com (8.9.3/8.9.1) id MAA50168;
Sun, 2 Apr 2000 12:28:37 -0700 (PDT)
(envelope-from dillon)
Date: Sun, 2 Apr 2000 12:28:37 -0700 (PDT)
From: Matthew Dillon
Message-Id: <200004021928.MAA50168@apollo.backplane.com>
To: Poul-Henning Kamp
Cc: Bruce Evans ,
"Justin T. Gibbs" , cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
References: <15179.954700892@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
:
:In message <200004021741.KAA49471@apollo.backplane.com>, Matthew Dillon writes:
:
:> I agree with Greg's assessment that 32 bit block numbers are starting to
:> get a bit thin, and given the choice between going to 64 bit block numbers
:> and 64 bit offsets, he (and I) would rather go to 64 bit offsets.
:
:As I said, this is not something I feel strongly about either way,
:there are pro-et-con for all three solutions, but I don't personally
:have a preference. It is also pretty much entirely irelevant to
:the stuff I'm currently doing. In fact I'm trying very hard to
:*not* change the semantics of any more fields than I absolutely
:have to.
:
:> I would also appreciate it, Poul, if you are going to be so rabid about
:> me getting my stuff reviewed,
:
:I'm not rabid about you getting your stuff reviewed, I'm rabid
:about you not committing in a frenzy where you forget to do even
:very basic testing.
Excuse me? Not do Basic testing?
Poul, I have $13,000 worth of machines that I use *ONLY* for testing.
And, frankly, you don't have a leg to stand on... Your commits tend to
break a hellofalot more in the tree then mine do, and for much longer
periods of time since it can often takes weeks for people to get you to
admit that you might have made a mistake. Not only has all my
work been reviewed in the last year, but it is often tested by many
people, not just me. I do buildworlds, often dozens of them, and
regression testing (against previously known bugs that I've fixed) on
virtually all of my patch sets.
You would be well advised, Poul, to look to your own house before you
start screaming about mine.
It is quite true that my work involves very sensitive areas of the kernel
and is more likely to have spectacular failures then someone messing
around changing structural field names in struct buf. The fact that
spectacular failures generally don't occur should tell you something
about the quality of the material I commit.
And, in anycase, this is not about me here... this is about you. *YOU*
need to put your work up for review and outside testing, especially work
done in areas that other developers are actively working on.
:part of this change and you will have all the opportunity you will
:ever want to review huge diffs on my web-page. All the stuff up
:until here have been very mechanical and not really very reviewable,
:the next step is where we get the chance to find bugs in drivers :-)
Your opinion of what is or is not reviewable is not the issue. In
a collaborative project any structural changes at all in any area that
more then one person is working on warrent at least a heads up and
quick review prior to commit. If you don't do it, you aren't playing
with the team.
:I already think I have found two bugs btw: both vn and ccd sets B_INVAL
:on buffers, I don't belive they have any business doing that.
:
:--
:Poul-Henning Kamp FreeBSD coreteam member
:phk@FreeBSD.ORG "Real hackers run -current on their laptop."
:FreeBSD -- It will take a long time before progress goes too far!
Of course they do. Setting B_INVAL is how you get rid of a buffer
(remove it from the cache). B_INVAL is set for cache consistency
control and is absolutely necessary if you don't want illegal garbage
buffers hanging around in the buffer cache.
-Matt
Matthew Dillon
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 12:38:19 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id DC75B37B990; Sun, 2 Apr 2000 12:38:13 -0700 (PDT)
(envelope-from chris@FreeBSD.org)
Received: (from chris@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA19577;
Sun, 2 Apr 2000 12:38:13 -0700 (PDT)
(envelope-from chris@FreeBSD.org)
Message-Id: <200004021938.MAA19577@freefall.freebsd.org>
From: Chris Costello
Date: Sun, 2 Apr 2000 12:38:12 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/hw chapter.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
chris 2000/04/02 12:38:12 PDT
Modified files:
en_US.ISO_8859-1/books/handbook/hw chapter.sgml
Log:
Mark the ``Other'' section with %not.published as it contains literally
no information.
Revision Changes Path
1.31 +5 -1 doc/en_US.ISO_8859-1/books/handbook/hw/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 13:16:51 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id D948237B838; Sun, 2 Apr 2000 13:16:46 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA21956;
Sun, 2 Apr 2000 13:16:46 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004022016.NAA21956@freefall.freebsd.org>
From: Brian Somers
Date: Sun, 2 Apr 2000 13:16:46 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libalias libalias.3
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/02 13:16:46 PDT
Modified files:
lib/libalias libalias.3
Log:
Correct Charles Mott's email address
Requested by: Charles Mott
Revision Changes Path
1.25 +2 -2 src/lib/libalias/libalias.3
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 13:18:43 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6E77737B9FC; Sun, 2 Apr 2000 13:18:39 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA22095;
Sun, 2 Apr 2000 13:18:39 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004022018.NAA22095@freefall.freebsd.org>
From: Brian Somers
Date: Sun, 2 Apr 2000 13:18:38 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libalias libalias.3
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/02 13:18:38 PDT
Modified files: (Branch: RELENG_4)
lib/libalias libalias.3
Log:
MFC: Charles' email address
Revision Changes Path
1.23.2.1 +2 -2 src/lib/libalias/libalias.3
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 13:22: 9 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 289AF37B57C; Sun, 2 Apr 2000 13:22:06 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Received: (from steve@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA22359;
Sun, 2 Apr 2000 13:22:05 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Message-Id: <200004022022.NAA22359@freefall.freebsd.org>
From: Steve Price
Date: Sun, 2 Apr 2000 13:22:05 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/genassym genassym.c src/usr.bin/gensetdefs
gensetdefs.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
steve 2000/04/02 13:22:05 PDT
Modified files:
usr.bin/genassym genassym.c
usr.bin/gensetdefs gensetdefs.c
Log:
The FreeBSD/Sparc64 port will also have an __ELF_WORD_SIZE of 64.
Revision Changes Path
1.2 +2 -2 src/usr.bin/genassym/genassym.c
1.5 +2 -2 src/usr.bin/gensetdefs/gensetdefs.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 13:23:39 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8D86137BD2B; Sun, 2 Apr 2000 13:23:35 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA22490;
Sun, 2 Apr 2000 13:23:35 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004022023.NAA22490@freefall.freebsd.org>
From: Brian Somers
Date: Sun, 2 Apr 2000 13:23:34 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/natd README natd.8
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/02 13:23:34 PDT
Modified files:
sbin/natd README natd.8
Log:
Correct Charles Mott's email address
Requested by: cmott@scientech.com
Revision Changes Path
1.2 +3 -6 src/sbin/natd/README
1.28 +2 -2 src/sbin/natd/natd.8
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 13:24:11 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id DF8DB37B990; Sun, 2 Apr 2000 13:24:04 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Received: (from steve@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA22524;
Sun, 2 Apr 2000 13:24:04 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Message-Id: <200004022024.NAA22524@freefall.freebsd.org>
From: Steve Price
Date: Sun, 2 Apr 2000 13:23:59 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.sparc
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
steve 2000/04/02 13:23:59 PDT
Modified files:
gnu/usr.bin/binutils/ld Makefile.sparc
Log:
The ld directory is in ${SRCDIR} not ${BINUTILSDISTDIR}.
Revision Changes Path
1.4 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.sparc
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 13:24:54 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4FFA937B509; Sun, 2 Apr 2000 13:24:49 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA22633;
Sun, 2 Apr 2000 13:24:48 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004022024.NAA22633@freefall.freebsd.org>
From: Brian Somers
Date: Sun, 2 Apr 2000 13:24:48 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/natd README natd.8
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/02 13:24:48 PDT
Modified files: (Branch: RELENG_4)
sbin/natd README natd.8
Log:
MFC: Correct Charles Mott's email address
Revision Changes Path
1.1.4.1 +3 -6 src/sbin/natd/README
1.27.2.1 +2 -2 src/sbin/natd/natd.8
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 13:35:41 2000
Delivered-To: cvs-all@freebsd.org
Received: from rock.ghis.net (rock.ghis.net [209.222.164.7])
by hub.freebsd.org (Postfix) with ESMTP
id 99B4737B898; Sun, 2 Apr 2000 13:35:37 -0700 (PDT)
(envelope-from will@blackdawn.com)
Received: from argon.blackdawn.com (07-026.dial.008.popsite.net [209.69.77.26])
by rock.ghis.net (8.9.3/8.9.3) with ESMTP id NAA24403;
Sun, 2 Apr 2000 13:35:35 -0700 (PDT)
Received: by argon.blackdawn.com (Postfix, from userid 1000)
id A1FCA1945; Sun, 2 Apr 2000 16:34:50 -0400 (EDT)
Date: Sun, 2 Apr 2000 16:34:50 -0400
From: Will Andrews
To: "Vanilla I. Shu"
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: ports/graphics/gimp1 Makefile ports/graphics/gimp1/files gimp.setfont md5 ports/graphics/gimp1/patches patch-ao patch-ah patch-ak patch-an ports/graphics/gimp1/pkg PLIST.perl PLIST
Message-ID: <20000402163450.F78448@argon.blackdawn.com>
References: <200004021914.MAA17822@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: <200004021914.MAA17822@freefall.freebsd.org>; from vanilla@FreeBSD.ORG on Sun, Apr 02, 2000 at 12:14:31PM -0700
X-Operating-System: FreeBSD 5.0-CURRENT i386
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sun, Apr 02, 2000 at 12:14:31PM -0700, Vanilla I. Shu wrote:
> vanilla 2000/04/02 12:14:31 PDT
>
> Modified files:
> graphics/gimp1 Makefile
> graphics/gimp1/files gimp.setfont md5
> graphics/gimp1/patches patch-ah patch-ak patch-an
> graphics/gimp1/pkg PLIST
> Added files:
> graphics/gimp1/patches patch-ao
> graphics/gimp1/pkg PLIST.perl
> Log:
> Upgrade to 1.1.18, and add myself as MAINTAINER.
> (erich leave us long time ago).
Thanks for upgrading gimp1. Does this mean erich's other ports should be
taken over by people who are still around? Looking at portsurvey, it would
seem a large number of them have fallen into disorder and are broken.
--
Will Andrews
GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+
G++>+++ e->++++ h! r-->+++ y?
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 13:42: 7 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id 1733237B5DB; Sun, 2 Apr 2000 13:41:46 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA15780;
Sun, 2 Apr 2000 22:41:11 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Matthew Dillon
Cc: Bruce Evans ,
"Justin T. Gibbs" , cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-reply-to: Your message of "Sun, 02 Apr 2000 12:28:37 PDT."
<200004021928.MAA50168@apollo.backplane.com>
Date: Sun, 02 Apr 2000 22:41:11 +0200
Message-ID: <15778.954708071@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message <200004021928.MAA50168@apollo.backplane.com>, Matthew Dillon writes:
>:I'm not rabid about you getting your stuff reviewed, I'm rabid
>:about you not committing in a frenzy where you forget to do even
>:very basic testing.
>
> Excuse me? Not do Basic testing?
>
> Poul, I have $13,000 worth of machines that I use *ONLY* for testing.
Matt, I didn't really want to disuss this subject with you, because
traditionally our ability to discuss this subject in email hasn't
been too great, but because the two of us recently have had some
fruitfull and productive communication, (and I have silently hoped
that this was the beginning of a new era, lets both of us try to
make it that!) I will give it one more try:
You can do me and probably yourself a big favour by not replying
right away. I'll be in my bed sleeping in a moment so you will
not get an answer any sooner than 10-12 hours from now anyway, so
feel free to take all the time you need to consider and think
before you answer me. "Let us sleep on it" as we say over here.
Most of the time you display excellent judgement and your commits
are well-tested and analyzed, but every so often we have seen a
cases where you have gotten all exited about something, usually
quite advanced topics, and where you prematurely have committed
something which basically did not work and then in a frenzy of
commits tried to make it work.
That basically gives everybody a heart-attack and a lot of code
to scrutinize, neither of which is high on anyones wish-list.
This is the only behaviour of yours that I have a serious problem
with.
It's not a question of technical compentency, you clearly have
that, it's only a question of controling your eagerness to commit
code when you are in that particular overly-exited mood.
In other words, I usually trust your judgement, but I don't trust
it at all when you are in this "all exited about the stuff you are
doing" mood, and the only practical way to prevent repeats have
been the mandatory reviews.
It is not a question of who has the most hardware and who hasn't,
in fact most recently your $13k worth of hardware wasn't used to
make sure that the GENERIC kernel would compile after your SMP GKL
pushdown commit, so hardware availability doesn't seem to have
anything to do with the issue at all.
I do consider you one of the very few "general-purpose" kernel
hackers we have in addition to myself, and I really wish we can
get you to be a more productive member of the FreeBSD developers
because we face a hell of a stiff competition these days, and having
only two or three general purpose kernel hackers is having several
too few, at least in my mind.
But for us to loosen the grip on you, we need to have some mechanism,
some kind of agreement or arrangement in place which we all trust
to delay your commits when you are in that exicited/frenzied mood.
Ideally I would wish we could simply have you say "OK I wont do
that anymore", but for historical reasons it needs to be a bit
more substantial than that.
I'm very open to suggestions from you as to how we avoid these
frenzied commits in the future and if you can come up with another
idea which is as effective as mandatory reviews in controling it,
I will happily withdraw my standing objection to the lifting of
the current restrictions imposed on you.
Poul-Henning
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 14: 9:24 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 69C7137BA98; Sun, 2 Apr 2000 14:09:20 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id OAA25892;
Sun, 2 Apr 2000 14:09:20 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004022109.OAA25892@freefall.freebsd.org>
From: Nick Hibma
Date: Sun, 2 Apr 2000 14:09:20 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/usbd usbd.8
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/02 14:09:19 PDT
Modified files:
usr.sbin/usbd usbd.8
Log:
Add a comment about the fact that the usb module is automatically
loaded.
Revision Changes Path
1.10 +8 -1 src/usr.sbin/usbd/usbd.8
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 14:14:16 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 9F2DA37B81F; Sun, 2 Apr 2000 14:14:14 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id OAA26155;
Sun, 2 Apr 2000 14:14:14 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004022114.OAA26155@freefall.freebsd.org>
From: Nick Hibma
Date: Sun, 2 Apr 2000 14:14:14 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/usbd usbd.8
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/02 14:14:14 PDT
Modified files: (Branch: RELENG_4)
usr.sbin/usbd usbd.8
Log:
MFC: Add a comment about the fact that the usb module is automatically
loaded.
Revision Changes Path
1.9.2.1 +8 -1 src/usr.sbin/usbd/usbd.8
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 14:59:32 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6C4CB37B62E; Sun, 2 Apr 2000 14:59:29 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id OAA29218;
Sun, 2 Apr 2000 14:59:29 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004022159.OAA29218@freefall.freebsd.org>
From: Nick Hibma
Date: Sun, 2 Apr 2000 14:59:29 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb umass.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/02 14:59:29 PDT
Modified files:
sys/dev/usb umass.c
Log:
Remove a static variable, a uniquifier for a SCSI command. It might have
produced inadvertently failed transfers in the case were multiple
Bulk-Only devices are connected and a command is prepared at the same
time.
Revision Changes Path
1.16 +6 -6 src/sys/dev/usb/umass.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 15: 5:41 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 87E7437B631; Sun, 2 Apr 2000 15:05:39 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA29572;
Sun, 2 Apr 2000 15:04:19 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004022204.PAA29572@freefall.freebsd.org>
From: Nick Hibma
Date: Sun, 2 Apr 2000 15:04:19 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb umass.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/02 15:04:19 PDT
Modified files:
sys/dev/usb umass.c
Log:
Shoot. Did a compile in the wrong directory and missed this compiler
error.
Could someone pass me the pointy hat, please?
Revision Changes Path
1.17 +2 -2 src/sys/dev/usb/umass.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 15:16:49 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 02CA037B617; Sun, 2 Apr 2000 15:16:43 -0700 (PDT)
(envelope-from dirk@FreeBSD.org)
Received: (from dirk@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA30401;
Sun, 2 Apr 2000 15:15:15 -0700 (PDT)
(envelope-from dirk@FreeBSD.org)
Message-Id: <200004022215.PAA30401@freefall.freebsd.org>
From: Dirk Froemberg
Date: Sun, 2 Apr 2000 15:15:14 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql322-server/files
mysql-server.sh ports/databases/mysql322-server/patches patch-ab
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
dirk 2000/04/02 15:15:14 PDT
Modified files:
databases/mysql322-server Makefile
databases/mysql322-server/patches patch-ab
Added files:
databases/mysql322-server/files mysql-server.sh
Log:
- move startup file from Makefile to files/mysql-server.sh
- check for start/stop arguments in startup file
- don't rip off --force option from mysql_install_db
Revision Changes Path
1.75 +6 -9 ports/databases/mysql322-server/Makefile
1.12 +7 -9 ports/databases/mysql322-server/patches/patch-ab
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 15:24: 8 2000
Delivered-To: cvs-all@freebsd.org
Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2])
by hub.freebsd.org (Postfix) with ESMTP
id 42A2C37B5FE; Sun, 2 Apr 2000 15:24:01 -0700 (PDT)
(envelope-from dillon@apollo.backplane.com)
Received: (from dillon@localhost)
by apollo.backplane.com (8.9.3/8.9.1) id PAA51020;
Sun, 2 Apr 2000 15:23:46 -0700 (PDT)
(envelope-from dillon)
Date: Sun, 2 Apr 2000 15:23:46 -0700 (PDT)
From: Matthew Dillon
Message-Id: <200004022223.PAA51020@apollo.backplane.com>
To: Poul-Henning Kamp
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs
ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
References: <200004021908.MAA17247@freefall.freebsd.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
:phk 2000/04/02 12:08:06 PDT
:
: Modified files:
: sys/kern subr_devstat.c
: sys/ufs/ufs ufs_disksubr.c
: sys/sys buf.h devicestat.h disklabel.h
: Log:
: Clone bio versions of certain bits of infrastructure:
: devstat_end_transaction_bio()
: bioq_* versions of bufq_* incl bioqdisksort()
: the corresponding "buf" versions will disappear when no longer used.
:
: Move b_offset, b_data and b_bcount to struct bio.
:
: Add BIO_FORMAT as a hack for fd.c etc.
:
: We are now largely ready to start converting drivers to use struct
: bio instead of struct buf.
b_data is integral to buffer cache KVA management & operation and
should be in the main struct buf structure, not the bio structure.
For example, at the moment device drivers that want to override b_data
must restore the original value prior to disposing of the buffer (this
was, in fact, one of the bugs in Greg's vinum code a few months
ago in his use of geteblk()).
b_bufsize is also integral to buffer cache management and should also
not be moved, just in case you are thinking of moving it.
This stuff should really be discussed before you make these sorts
of commits, you are getting perilously close to interfering with Kirk's
shared-lock work. It makes sense to isolate device-adjustable fields
in your struct bio, but it does not make sense to move buffer cache
management fields to the struct bio.
-Matt
Matthew Dillon
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 15:37:50 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id D06DF37B59F; Sun, 2 Apr 2000 15:37:45 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id AAA16384;
Mon, 3 Apr 2000 00:33:54 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Matthew Dillon
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
In-reply-to: Your message of "Sun, 02 Apr 2000 15:23:46 PDT."
<200004022223.PAA51020@apollo.backplane.com>
Date: Mon, 03 Apr 2000 00:33:54 +0200
Message-ID: <16382.954714834@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message <200004022223.PAA51020@apollo.backplane.com>, Matthew Dillon writes:
> b_data is integral to buffer cache KVA management & operation and
> should be in the main struct buf structure, not the bio structure.
No, b_data is (currently) also a property of the I/O request.
The "built in" bio in struct buf is sacred (since the buf is the "caller")
so these fields will not be mucked about with by lower code, but the
lower code will need to be able to allocate new struct bio's which
obviously need to have their own b_data so it can be different from
the parent struct bio.
Think about striping for instance, you may need to split a bio into
several bios which have different b_data fields.
Eventually, once this mechanical divorce is completed, the b_ macros
may be expanded if we decide that is better, that is all TBD.
If we go your b_pages route, we need to revisit the "translating
bio drivers" aka vinum, vn and ccd anyway, and then decide how to
tackle all of this.
> b_bufsize is also integral to buffer cache management and should also
> not be moved, just in case you are thinking of moving it.
Drivers should not even think about this field so obviously I wouldn't
even dream about putting it in bio.
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 15:39:34 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 0FB7F37B62E; Sun, 2 Apr 2000 15:39:30 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Received: (from steve@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA32080;
Sun, 2 Apr 2000 15:36:57 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Message-Id: <200004022236.PAA32080@freefall.freebsd.org>
From: Steve Price
Date: Sun, 2 Apr 2000 15:36:57 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/binutils/as/sparc64-freebsd Makefile config.h
obj-format.h targ-cpu.h targ-env.h src/gnu/usr.bin/binutils/ld
Makefile.sparc64 src/gnu/usr.bin/binutils/libbfd Makefile.sparc64
Makefile src/gnu/usr.bin/binutils/libbfd/sparc64 bfd.h config.h ...
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
steve 2000/04/02 15:36:57 PDT
Modified files:
gnu/usr.bin/binutils/libbfd Makefile
Added files:
gnu/usr.bin/binutils/as/sparc64-freebsd Makefile config.h
obj-format.h
targ-cpu.h targ-env.h
gnu/usr.bin/binutils/ld Makefile.sparc64
gnu/usr.bin/binutils/libbfd Makefile.sparc64
gnu/usr.bin/binutils/libbfd/sparc64 bfd.h config.h
gnu/usr.bin/binutils/libopcodes Makefile.sparc64
Log:
First cut at the (non-contrib) bits needed to build the binutils
distribution for FreeBSD/Sparc64.
Reviewed by: obrien
Revision Changes Path
1.10 +5 -1 src/gnu/usr.bin/binutils/libbfd/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 15:46:28 2000
Delivered-To: cvs-all@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 608)
id 92DA137BBB7; Sun, 2 Apr 2000 15:46:21 -0700 (PDT)
From: "Jonathan M. Bresler"
To: phk@critter.freebsd.dk
Cc: dillon@apollo.backplane.com, bde@zeta.org.au, gibbs@FreeBSD.ORG,
cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
In-reply-to: <15179.954700892@critter.freebsd.dk> (message from Poul-Henning
Kamp on Sun, 02 Apr 2000 20:41:32 +0200)
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
Message-Id: <20000402224621.92DA137BBB7@hub.freebsd.org>
Date: Sun, 2 Apr 2000 15:46:21 -0700 (PDT)
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
>
> > I would also appreciate it, Poul, if you are going to be so rabid about
> > me getting my stuff reviewed,
>
> I'm not rabid about you getting your stuff reviewed, I'm rabid
> about you not committing in a frenzy where you forget to do even
> very basic testing.
>
Poul-Henning,
in spite of Matt's rabid remark, please do match him in that
type of name calling. if you had left the above paragraph out of the
email, your statements would have been stronger for being undiluted
with irrelevant material.
jmb
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 15:52: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1CBEB37BC6F; Sun, 2 Apr 2000 15:52:01 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Received: (from steve@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA33316;
Sun, 2 Apr 2000 15:51:03 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Message-Id: <200004022251.PAA33316@freefall.freebsd.org>
From: Steve Price
Date: Sun, 2 Apr 2000 15:51:03 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/cc Makefile.inc
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
steve 2000/04/02 15:51:03 PDT
Modified files:
gnu/usr.bin/cc Makefile.inc
Log:
Enable Haifa on sparc64 as well.
Revision Changes Path
1.51 +2 -2 src/gnu/usr.bin/cc/Makefile.inc
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:13:12 2000
Delivered-To: cvs-all@freebsd.org
Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137])
by hub.freebsd.org (Postfix) with ESMTP
id 347F237B58F; Sun, 2 Apr 2000 16:13:04 -0700 (PDT)
(envelope-from grog@freebie.lemis.com)
Received: (from grog@localhost)
by freebie.lemis.com (8.9.3/8.9.0) id IAA42093;
Mon, 3 Apr 2000 08:42:50 +0930 (CST)
Date: Mon, 3 Apr 2000 08:42:50 +0930
From: Greg Lehey
To: Poul-Henning Kamp
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Danish axes (was: cvs commit: src/sys/alpha/alpha machdep.c src/sys/cam/scsi scsi_cd.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/contrib/dev/fla fla.c src/sys/contrib/softupdates ffs_softdep.c src/sys/dev/amr amr.c amr_disk.c src/sys/dev/ata ...)
Message-ID: <20000403084250.A41843@freebie.lemis.com>
References: <200004021524.IAA02434@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre2i
In-Reply-To: <200004021524.IAA02434@freefall.freebsd.org>
WWW-Home-Page: http://www.lemis.com/~grog
X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF
Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia
Phone: +61-8-8388-8286
Fax: +61-8-8388-8725
Mobile: +61-41-739-7062
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sunday, 2 April 2000 at 8:24:58 -0700, Poul-Henning Kamp wrote:
> phk 2000/04/02 08:24:58 PDT
>
> sys/dev/vinum vinuminterrupt.c vinumio.c vinumraid5.c
> vinumrequest.c vinumrevive.c
> vnode_pager.c
> Log:
> Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
>
> (Much of this done by script)
>
> Move B_ORDERED flag to b_ioflags and call it BIO_ORDERED.
>
> Move b_pblkno and b_iodone_chain to struct bio while we transition, they
> will be obsoleted once bio structs chain/stack.
>
> Add bio_queue field for struct bio aware disksort.
Is this another night of the Danish axes? You know that we have
serious problems with Vinum already, and a number seem to stem from
your last changes. You didn't even pass this by me. How do you
expect me to fix anything when you keep moving the target? If you
want to make these changes yourself, at least test the results and
ensure that all known problems have been removed.
I think we should add an item to the policy that changes of this
magnitude should only be done with consensus.
Greg
--
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:15:46 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4C48837BC03; Sun, 2 Apr 2000 16:15:42 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id QAA35229;
Sun, 2 Apr 2000 16:15:09 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004022315.QAA35229@freefall.freebsd.org>
From: Nick Hibma
Date: Sun, 2 Apr 2000 16:15:09 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb hid.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/02 16:15:09 PDT
Modified files:
sys/dev/usb hid.c
Log:
Sync with NetBSD: Keep the bit position even when the report descriptor says POP.
Revision Changes Path
1.12 +6 -3 src/sys/dev/usb/hid.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:18:37 2000
Delivered-To: cvs-all@freebsd.org
Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2])
by hub.freebsd.org (Postfix) with ESMTP
id C974237BBE7; Sun, 2 Apr 2000 16:18:21 -0700 (PDT)
(envelope-from dillon@apollo.backplane.com)
Received: (from dillon@localhost)
by apollo.backplane.com (8.9.3/8.9.1) id QAA51365;
Sun, 2 Apr 2000 16:18:16 -0700 (PDT)
(envelope-from dillon)
Date: Sun, 2 Apr 2000 16:18:16 -0700 (PDT)
From: Matthew Dillon
Message-Id: <200004022318.QAA51365@apollo.backplane.com>
To: Greg Lehey
Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
Subject: Re: Danish axes (was: cvs commit: src/sys/alpha/alpha machdep.c src/sys/cam/scsi scsi_cd.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/contrib/dev/fla fla.c src/sys/contrib/softupdates ffs_softdep.c src/sys/dev/amr amr.c amr_disk.c src/sys/dev/ata ...)
References: <200004021524.IAA02434@freefall.freebsd.org> <20000403084250.A41843@freebie.lemis.com>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
:> phk 2000/04/02 08:24:58 PDT
:>
:> sys/dev/vinum vinuminterrupt.c vinumio.c vinumraid5.c
:> vinumrequest.c vinumrevive.c
:> vnode_pager.c
:> Log:
:> Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
:>
:> (Much of this done by script)
:>
:> Move B_ORDERED flag to b_ioflags and call it BIO_ORDERED.
:>
:> Move b_pblkno and b_iodone_chain to struct bio while we transition, they
:> will be obsoleted once bio structs chain/stack.
:>
:> Add bio_queue field for struct bio aware disksort.
:
:Is this another night of the Danish axes? You know that we have
:serious problems with Vinum already, and a number seem to stem from
:your last changes. You didn't even pass this by me. How do you
:expect me to fix anything when you keep moving the target? If you
:want to make these changes yourself, at least test the results and
:ensure that all known problems have been removed.
:
:I think we should add an item to the policy that changes of this
:magnitude should only be done with consensus.
:
:Greg
B_ERROR is extremely important to buffer cache processing - specifically
brelse(), it does NOT belong in the bio structure.
-Matt
Matthew Dillon
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:23:52 2000
Delivered-To: cvs-all@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 608)
id 88F2237BC00; Sun, 2 Apr 2000 16:23:46 -0700 (PDT)
From: "Jonathan M. Bresler"
To: jmb@hub.freebsd.org
Cc: phk@critter.freebsd.dk, dillon@apollo.backplane.com,
bde@zeta.org.au, gibbs@FreeBSD.ORG, cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
In-reply-to: <20000402224621.92DA137BBB7@hub.freebsd.org>
(jmb@hub.freebsd.org)
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
Message-Id: <20000402232346.88F2237BC00@hub.freebsd.org>
Date: Sun, 2 Apr 2000 16:23:46 -0700 (PDT)
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
damn! you would think that the postmaster would know how to
remove cc:'s from mail he sends out. blast! /me sends /me to the
corner for bad beahvior in public.
jmb
> Delivered-To: jmb@freebsd.org
> Delivered-To: cvs-committers@freebsd.org
> From: "Jonathan M. Bresler"
> Cc: dillon@apollo.backplane.com, bde@zeta.org.au, gibbs@FreeBSD.ORG,
> cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
> Date: Sun, 2 Apr 2000 15:46:21 -0700 (PDT)
[snip]
> type of name calling. if you had left the above paragraph out of the
[snip]
> jmb
>
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:26:45 2000
Delivered-To: cvs-all@freebsd.org
Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2])
by hub.freebsd.org (Postfix) with ESMTP
id 2AABE37B57F; Sun, 2 Apr 2000 16:26:41 -0700 (PDT)
(envelope-from dillon@apollo.backplane.com)
Received: (from dillon@localhost)
by apollo.backplane.com (8.9.3/8.9.1) id QAA51447;
Sun, 2 Apr 2000 16:26:37 -0700 (PDT)
(envelope-from dillon)
Date: Sun, 2 Apr 2000 16:26:37 -0700 (PDT)
From: Matthew Dillon
Message-Id: <200004022326.QAA51447@apollo.backplane.com>
To: Poul-Henning Kamp
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
References: <16382.954714834@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
:
:In message <200004022223.PAA51020@apollo.backplane.com>, Matthew Dillon writes:
:
:> b_data is integral to buffer cache KVA management & operation and
:> should be in the main struct buf structure, not the bio structure.
:
:No, b_data is (currently) also a property of the I/O request.
No it isn't. b_data is the property of the buffer cache. If you
screw with it, you blow up the buffer cache. Any device driver that
screws with it must restore it prior to reentering the buffer cache
code.
Several devices drivers mess with b_data ... but they really shouldn't.
Just because they do is no justification to move b_data into the bio.
If you want you can duplicate b_data ... that is, have the buffer cache
managed KVA be a field in struct buf and copy it into a new field in the
bio which the device drivers use (and get rid of the save field that
the device drivers currently use to save/restore b_data). But that isn't
what you've done.
-Matt
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:28:31 2000
Delivered-To: cvs-all@freebsd.org
Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137])
by hub.freebsd.org (Postfix) with ESMTP
id 8F6F737BBC7; Sun, 2 Apr 2000 16:28:24 -0700 (PDT)
(envelope-from grog@freebie.lemis.com)
Received: (from grog@localhost)
by freebie.lemis.com (8.9.3/8.9.0) id IAA42266;
Mon, 3 Apr 2000 08:57:47 +0930 (CST)
Date: Mon, 3 Apr 2000 08:57:47 +0930
From: Greg Lehey
To: Matthew Dillon
Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
Subject: Re: Danish axes (was: cvs commit: src/sys/alpha/alpha machdep.c src/sys/cam/scsi scsi_cd.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/contrib/dev/fla fla.c src/sys/contrib/softupdates ffs_softdep.c src/sys/dev/amr amr.c amr_disk.c src/sys/dev/ata ...)
Message-ID: <20000403085747.B42140@freebie.lemis.com>
References: <200004021524.IAA02434@freefall.freebsd.org> <20000403084250.A41843@freebie.lemis.com> <200004022318.QAA51365@apollo.backplane.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre2i
In-Reply-To: <200004022318.QAA51365@apollo.backplane.com>
WWW-Home-Page: http://www.lemis.com/~grog
X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF
Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia
Phone: +61-8-8388-8286
Fax: +61-8-8388-8725
Mobile: +61-41-739-7062
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sunday, 2 April 2000 at 16:18:16 -0700, Matthew Dillon wrote:
>>> phk 2000/04/02 08:24:58 PDT
>>>
>>> sys/dev/vinum vinuminterrupt.c vinumio.c vinumraid5.c
>>> vinumrequest.c vinumrevive.c
>>> vnode_pager.c
>>> Log:
>>> Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
>>>
>>> (Much of this done by script)
>>>
>>> Move B_ORDERED flag to b_ioflags and call it BIO_ORDERED.
>>>
>>> Move b_pblkno and b_iodone_chain to struct bio while we transition, they
>>> will be obsoleted once bio structs chain/stack.
>>>
>>> Add bio_queue field for struct bio aware disksort.
>>
>> Is this another night of the Danish axes? You know that we have
>> serious problems with Vinum already, and a number seem to stem from
>> your last changes. You didn't even pass this by me. How do you
>> expect me to fix anything when you keep moving the target? If you
>> want to make these changes yourself, at least test the results and
>> ensure that all known problems have been removed.
>>
>> I think we should add an item to the policy that changes of this
>> magnitude should only be done with consensus.
>
> B_ERROR is extremely important to buffer cache processing -
> specifically brelse(), it does NOT belong in the bio structure.
It would be really good if you could come to an agreement with phk on
this. It will cost me a lot more time to check this change, and if
it's going to be backed out, I can save the trouble.
Greg
--
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:30: 1 2000
Delivered-To: cvs-all@freebsd.org
Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137])
by hub.freebsd.org (Postfix) with ESMTP
id 0932537BA8E; Sun, 2 Apr 2000 16:29:55 -0700 (PDT)
(envelope-from grog@freebie.lemis.com)
Received: (from grog@localhost)
by freebie.lemis.com (8.9.3/8.9.0) id IAA42310;
Mon, 3 Apr 2000 08:59:39 +0930 (CST)
Date: Mon, 3 Apr 2000 08:59:39 +0930
From: Greg Lehey
To: Poul-Henning Kamp
Cc: Matthew Dillon ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: More Danish axes (was: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h)
Message-ID: <20000403085939.C42140@freebie.lemis.com>
References: <200004022223.PAA51020@apollo.backplane.com> <16382.954714834@critter.freebsd.dk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre2i
In-Reply-To: <16382.954714834@critter.freebsd.dk>
WWW-Home-Page: http://www.lemis.com/~grog
X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF
Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia
Phone: +61-8-8388-8286
Fax: +61-8-8388-8725
Mobile: +61-41-739-7062
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Monday, 3 April 2000 at 0:33:54 +0200, Poul-Henning Kamp wrote:
> In message <200004022223.PAA51020@apollo.backplane.com>, Matthew Dillon writes:
>
>> b_data is integral to buffer cache KVA management & operation and
>> should be in the main struct buf structure, not the bio structure.
>
> No, b_data is (currently) also a property of the I/O request.
>
> The "built in" bio in struct buf is sacred (since the buf is the "caller")
> so these fields will not be mucked about with by lower code, but the
> lower code will need to be able to allocate new struct bio's which
> obviously need to have their own b_data so it can be different from
> the parent struct bio.
>
> Think about striping for instance, you may need to split a bio into
> several bios which have different b_data fields.
>
> Eventually, once this mechanical divorce is completed, the b_ macros
> may be expanded if we decide that is better, that is all TBD.
>
> If we go your b_pages route, we need to revisit the "translating
> bio drivers" aka vinum, vn and ccd anyway, and then decide how to
> tackle all of this.
>
>> b_bufsize is also integral to buffer cache management and should also
>> not be moved, just in case you are thinking of moving it.
>
> Drivers should not even think about this field so obviously I wouldn't
> even dream about putting it in bio.
I'm not going to take either side, but I'd like to observe that this
sort of discussion should have happened *before* committing.
Greg
--
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:52:49 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id 45AA437BC54; Sun, 2 Apr 2000 16:52:45 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id BAA16855;
Mon, 3 Apr 2000 01:52:27 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Matthew Dillon
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
In-reply-to: Your message of "Sun, 02 Apr 2000 16:26:37 PDT."
<200004022326.QAA51447@apollo.backplane.com>
Date: Mon, 03 Apr 2000 01:52:27 +0200
Message-ID: <16853.954719547@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message <200004022326.QAA51447@apollo.backplane.com>, Matthew Dillon writes:
>:In message <200004022223.PAA51020@apollo.backplane.com>, Matthew Dillon writes:
>:
>:> b_data is integral to buffer cache KVA management & operation and
>:> should be in the main struct buf structure, not the bio structure.
>:
>:No, b_data is (currently) also a property of the I/O request.
>
> No it isn't. b_data is the property of the buffer cache. If you
> screw with it, you blow up the buffer cache. Any device driver that
> screws with it must restore it prior to reentering the buffer cache
> code.
>
> Several devices drivers mess with b_data ... but they really shouldn't.
> Just because they do is no justification to move b_data into the bio.
>
> If you want you can duplicate b_data ... that is, have the buffer cache
> managed KVA be a field in struct buf and copy it into a new field in the
> bio which the device drivers use (and get rid of the save field that
> the device drivers currently use to save/restore b_data). But that isn't
> what you've done.
Matt, lets discuss this when you have actually examined the code.
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:54: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6813737B652; Sun, 2 Apr 2000 16:53:59 -0700 (PDT)
(envelope-from chris@FreeBSD.org)
Received: (from chris@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id QAA38234;
Sun, 2 Apr 2000 16:53:59 -0700 (PDT)
(envelope-from chris@FreeBSD.org)
Message-Id: <200004022353.QAA38234@freefall.freebsd.org>
From: Chris Costello
Date: Sun, 2 Apr 2000 16:53:58 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 vnode.9
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
chris 2000/04/02 16:53:58 PDT
Modified files:
share/man/man9 vnode.9
Log:
- Add HPFS and NWFS vnode tags.
- Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101,
1.102.
Reviewed by: alfred
Revision Changes Path
1.11 +13 -13 src/share/man/man9/vnode.9
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:57:16 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 7A2CA37BAD7; Sun, 2 Apr 2000 16:57:12 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id QAA38573;
Sun, 2 Apr 2000 16:56:28 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004022356.QAA38573@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 16:56:28 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc Makefile ports/misc/boxes Makefile
ports/misc/boxes/files md5 ports/misc/boxes/patches patch-aa
patch-ab patch-ac ports/misc/boxes/pkg COMMENT DESCR PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 16:56:28 PDT
Modified files:
misc Makefile
Added files:
misc/boxes Makefile
misc/boxes/files md5
misc/boxes/patches patch-aa patch-ab patch-ac
misc/boxes/pkg COMMENT DESCR PLIST
Log:
Add boxes, a text filter which draws ASCII art boxes around text.
PR: 17327
Submitted by: Patrick Seal
Revision Changes Path
1.269 +2 -1 ports/misc/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 16:59: 9 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4154537B570; Sun, 2 Apr 2000 16:59:03 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id QAA38912;
Sun, 2 Apr 2000 16:59:03 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004022359.QAA38912@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 16:59:02 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 16:59:02 PDT
Modified files:
. modules
Log:
boxes --> ports/misc/boxes
Revision Changes Path
1.1026 +2 -1 CVSROOT/modules
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 17: 7:48 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8891337B78E; Sun, 2 Apr 2000 17:07:44 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id RAA39703;
Sun, 2 Apr 2000 17:07:44 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004030007.RAA39703@freefall.freebsd.org>
From: Nick Hibma
Date: Sun, 2 Apr 2000 17:07:44 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb usbdevs
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/02 17:07:44 PDT
Modified files:
sys/dev/usb usbdevs
Log:
Sync with NetBSD: Add a few id's and correct numerous typo's
Revision Changes Path
1.19 +102 -48 src/sys/dev/usb/usbdevs
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 17:15:55 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id 27F0437BC1A; Sun, 2 Apr 2000 17:15:46 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id CAA17317;
Mon, 3 Apr 2000 02:15:41 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Mike Smith
Cc: Matthew Dillon ,
cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
In-reply-to: Your message of "Sun, 02 Apr 2000 17:06:21 PDT."
<200004030006.RAA03339@mass.cdrom.com>
Date: Mon, 03 Apr 2000 02:15:41 +0200
Message-ID: <17315.954720941@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message <200004030006.RAA03339@mass.cdrom.com>, Mike Smith writes:
>b_data is mostly an abomination from a device-driver's point of view, as
>I think has already been discussed. We should probably not bother
>putting it in struct bio at all; rather have a function that will map the
>physical pages for a transfer temporarily for those few drivers that
>actually need it.
I could maybe agree with this, but for now it is part of our
interface and it has to go where it is needed as part of that interface.
>This requires attention in the busdma code first.
...and not all drivers can do it with busdma. vinum/RAID5 for instance
needs to be able to calculate the parity.
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 17:28:58 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 38FC537B6E6; Sun, 2 Apr 2000 17:28:54 -0700 (PDT)
(envelope-from cg@FreeBSD.org)
Received: (from cg@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id RAA41510;
Sun, 2 Apr 2000 17:28:45 -0700 (PDT)
(envelope-from cg@FreeBSD.org)
Message-Id: <200004030028.RAA41510@freefall.freebsd.org>
From: Cameron Grant
Date: Sun, 2 Apr 2000 17:28:45 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/sound/pci emu10k1.c emu10k1.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
cg 2000/04/02 17:28:45 PDT
Modified files:
sys/dev/sound/pci emu10k1.c emu10k1.h
Log:
fix missing defines and prototype for emu_vdump()
Revision Changes Path
1.2 +4 -1 src/sys/dev/sound/pci/emu10k1.c
1.2 +10 -4 src/sys/dev/sound/pci/emu10k1.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 17:33:59 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8641037BA23; Sun, 2 Apr 2000 17:33:56 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id RAA42006;
Sun, 2 Apr 2000 17:33:56 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004030033.RAA42006@freefall.freebsd.org>
From: Michael Haro
Date: Sun, 2 Apr 2000 17:33:56 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/02 17:33:56 PDT
Modified files:
en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
Log:
add Patrick Seal for his misc/boxes port
Revision Changes Path
1.179 +5 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 17:37:35 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 830B337B5F7; Sun, 2 Apr 2000 17:37:33 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Received: (from will@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id RAA42458;
Sun, 2 Apr 2000 17:37:33 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Message-Id: <200004030037.RAA42458@freefall.freebsd.org>
From: Will Andrews
Date: Sun, 2 Apr 2000 17:37:33 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11/kdelibs11 Makefile ports/x11/kdelibs11/pkg
PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
will 2000/04/02 17:37:33 PDT
Modified files:
x11/kdelibs11 Makefile
x11/kdelibs11/pkg PLIST
Log:
Back in USE_LIBTOOL now that we have libtool 1.3.4 in the ports tree.
This should fix the build for 5.0-CURRENT (as tested on my -current
and -stable machines).
Submitted by: reg (parts of it)
Revision Changes Path
1.42 +22 -8 ports/x11/kdelibs11/Makefile
1.22 +65 -112 ports/x11/kdelibs11/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 17:54:23 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 380D037B5EC; Sun, 2 Apr 2000 17:54:21 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Received: (from vanilla@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id RAA44414;
Sun, 2 Apr 2000 17:54:21 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Message-Id: <200004030054.RAA44414@freefall.freebsd.org>
From: "Vanilla I. Shu"
Date: Sun, 2 Apr 2000 17:54:20 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/imlib/patches patch-aa patch-ac
ports/graphics/imlib/pkg PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
vanilla 2000/04/02 17:54:20 PDT
Modified files:
graphics/imlib/patches patch-aa patch-ac
graphics/imlib/pkg PLIST
Log:
Remove dynamic loader support, it cause some problem.
Revision Changes Path
1.28 +20 -2 ports/graphics/imlib/patches/patch-aa
1.20 +6 -4 ports/graphics/imlib/patches/patch-ac
1.24 +0 -8 ports/graphics/imlib/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 18:16:36 2000
Delivered-To: cvs-all@freebsd.org
Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4])
by hub.freebsd.org (Postfix) with ESMTP
id 7D67837BBA6; Sun, 2 Apr 2000 18:16:28 -0700 (PDT)
(envelope-from peter@netplex.com.au)
Received: from netplex.com.au (localhost [127.0.0.1])
by overcee.netplex.com.au (Postfix) with ESMTP
id 6E7AE1CD7; Sun, 2 Apr 2000 18:16:27 -0700 (PDT)
(envelope-from peter@netplex.com.au)
X-Mailer: exmh version 2.1.1 10/15/1999
To: Matthew Dillon
Cc: Poul-Henning Kamp ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
In-Reply-To: Message from Matthew Dillon
of "Sun, 02 Apr 2000 16:26:37 PDT." <200004022326.QAA51447@apollo.backplane.com>
Date: Sun, 02 Apr 2000 18:16:27 -0700
From: Peter Wemm
Message-Id: <20000403011627.6E7AE1CD7@overcee.netplex.com.au>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
Matthew Dillon wrote:
>
> :
> :In message <200004022223.PAA51020@apollo.backplane.com>, Matthew Dillon writ
es:
> :
> :> b_data is integral to buffer cache KVA management & operation and
> :> should be in the main struct buf structure, not the bio structure.
> :
> :No, b_data is (currently) also a property of the I/O request.
>
> No it isn't. b_data is the property of the buffer cache. If you
> screw with it, you blow up the buffer cache. Any device driver that
> screws with it must restore it prior to reentering the buffer cache
> code.
[..]
> If you want you can duplicate b_data ... that is, have the buffer cache
> managed KVA be a field in struct buf and copy it into a new field in the
> bio which the device drivers use (and get rid of the save field that
> the device drivers currently use to save/restore b_data). But that isn't
> what you've done.
I think this is probably the better thing to do - ie: duplicate it and also
the B_ERROR flag. As you point out, brelse() uses it. However, it's also
part of the driver<->bio interaction.
This is part of the problem with doing this incrementally and trying to keep
disk drivers working with backwards compatability.
Consider: B_ERROR is used by the buffer cache to clean up after transaction
failures (eg: preserving data after write failures for retry) etc and/or
for reporting errno's. But B_ERROR was also a way the driver reported the
error to the bio layer. What I suspect is the "correct" answer is to
duplicate it so that there is an error reporting mechanism between the
IO system and drivers, and any error returns are propagated back up to
b_flags |= B_ERROR for the buffer cache so that it can do the right thing.
But doing that with incremental code changes is a pain because presently
it's all #defined for backwards compatability.
I'm sure I'm not describing my point clearly, but it's worth a try.
Putting it differently (assuming bio != buffer cache terminology)
- bio_data is a property of a 'bio' transaction
- BIO_ERROR is an error return mechanism of a bio <-> driver transaction
- A bio transaction may not necessarily be on a "buffer" - it could be on
anything, including a page, a block of data, etc.
but also:
- b_data is a property of the buffer cache
- B_ERROR is also an attribute of an individual buffer in the buffer cache.
- buffer cache 'buffers' are not part of the IO request subsystem.
I think Poul-Henning is on the right track, and there is plenty of time
to get this "right". Temporarily breaking layering so that this can be
done incrementally is probably OK *providing* that the big picture is kept
in mind and that the layering is fixed. IMHO, redoing the device driver
bio transaction layer to take 'struct bio' instead of 'struct buf' is the
bigger footprint change and is a prerequisite of splitting the bio and buf
structures - at the point that bio and buf split properly then we have
to deal with and restore b_data and B_ERROR and propagate them back up
properly.
Does that make any sense? (It's times like this I wish I hadn't given
up coffee!)
Cheers,
-Peter
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 18:26:10 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id CCBD137BD60; Sun, 2 Apr 2000 18:26:03 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Received: (from vanilla@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id SAA46725;
Sun, 2 Apr 2000 18:26:03 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Message-Id: <200004030126.SAA46725@freefall.freebsd.org>
From: "Vanilla I. Shu"
Date: Sun, 2 Apr 2000 18:26:03 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/postfix Makefile ports/mail/postfix/files
md5 ports/mail/postfix/patches patch-bj ports/mail/postfix/pkg
PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
vanilla 2000/04/02 18:26:03 PDT
Modified files:
mail/postfix Makefile
mail/postfix/files md5
mail/postfix/patches patch-bj
mail/postfix/pkg PLIST
Log:
Upgrade to latest version, fix PR 16472, 16753, 17078 too.
PR: ports/17749
Submitted by: Martti Kuparinen
Revision Changes Path
1.15 +9 -4 ports/mail/postfix/Makefile
1.8 +1 -1 ports/mail/postfix/files/md5
1.2 +11 -2 ports/mail/postfix/patches/patch-bj
1.5 +53 -0 ports/mail/postfix/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 18:54:23 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 43AC137BBA6; Sun, 2 Apr 2000 18:54:18 -0700 (PDT)
(envelope-from peter@FreeBSD.org)
Received: (from peter@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id SAA49182;
Sun, 2 Apr 2000 18:54:18 -0700 (PDT)
(envelope-from peter@FreeBSD.org)
Message-Id: <200004030154.SAA49182@freefall.freebsd.org>
From: Peter Wemm
Date: Sun, 2 Apr 2000 18:54:17 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/postfix Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
peter 2000/04/02 18:54:17 PDT
Modified files:
mail/postfix Makefile
Log:
Fix 'make replace' to correctly use mailer.conf
Revision Changes Path
1.16 +11 -2 ports/mail/postfix/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 18:58:12 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E55A637B556; Sun, 2 Apr 2000 18:58:09 -0700 (PDT)
(envelope-from peter@FreeBSD.org)
Received: (from peter@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id SAA49469;
Sun, 2 Apr 2000 18:58:09 -0700 (PDT)
(envelope-from peter@FreeBSD.org)
Message-Id: <200004030158.SAA49469@freefall.freebsd.org>
From: Peter Wemm
Date: Sun, 2 Apr 2000 18:58:09 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/postfix Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
peter 2000/04/02 18:58:09 PDT
Modified files:
mail/postfix Makefile
Log:
Ack, what was I thinking? it's not safe to assume the system sendmail
was the last active mailer.
Revision Changes Path
1.17 +5 -3 ports/mail/postfix/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 19:15:47 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 3DF5137B64A; Sun, 2 Apr 2000 19:15:44 -0700 (PDT)
(envelope-from chris@FreeBSD.org)
Received: (from chris@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id TAA51091;
Sun, 2 Apr 2000 19:15:44 -0700 (PDT)
(envelope-from chris@FreeBSD.org)
Message-Id: <200004030215.TAA51091@freefall.freebsd.org>
From: Chris Costello
Date: Sun, 2 Apr 2000 19:15:44 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/backups chapter.sgml doc/en_US.ISO_8859-1/books/handbook/boot
chapter.sgml doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
doc/en_US.ISO_8859-1/books/handbook/disks chapter.sgml doc/en_US.ISO_8859-1/books/handbook/eresources
chapter.sgml doc/en_US.ISO_8859-1/books/handbook/internals chapter.sgml ...
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
chris 2000/04/02 19:15:44 PDT
Modified files:
en_US.ISO_8859-1/books/handbook/backups chapter.sgml
en_US.ISO_8859-1/books/handbook/boot chapter.sgml
en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
en_US.ISO_8859-1/books/handbook/disks chapter.sgml
en_US.ISO_8859-1/books/handbook/eresources chapter.sgml
en_US.ISO_8859-1/books/handbook/internals chapter.sgml
en_US.ISO_8859-1/books/handbook/kerneldebug chapter.sgml
en_US.ISO_8859-1/books/handbook/staff chapter.sgml
en_US.ISO_8859-1/books/handbook/users chapter.sgml
Log:
Properly capitalize section titles. Remove capitalization on ``is'', ``and'',
etc. Capitalize all other words in titles.
Reviewed by: jim
Revision Changes Path
1.20 +4 -4 doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml
1.6 +14 -14 doc/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml
1.180 +2 -2 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml
1.17 +13 -13 doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml
1.41 +9 -9 doc/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml
1.19 +3 -3 doc/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml
1.22 +5 -5 doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml
1.113 +2 -2 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml
1.2 +9 -9 doc/en_US.ISO_8859-1/books/handbook/users/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 19:29:21 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8BD9337B831; Sun, 2 Apr 2000 19:29:19 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Received: (from vanilla@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id TAA51998;
Sun, 2 Apr 2000 19:29:19 -0700 (PDT)
(envelope-from vanilla@FreeBSD.org)
Message-Id: <200004030229.TAA51998@freefall.freebsd.org>
From: "Vanilla I. Shu"
Date: Sun, 2 Apr 2000 19:29:19 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/chinese/big5con/patches patch-ah
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
vanilla 2000/04/02 19:29:19 PDT
Modified files:
chinese/big5con/patches patch-ah
Log:
Remove a foolish patch.
Revision Changes Path
1.2 +0 -18 ports/chinese/big5con/patches/patch-ah
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 20:12:31 2000
Delivered-To: cvs-all@freebsd.org
Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161])
by hub.freebsd.org (Postfix) with ESMTP
id 950A437B62E; Sun, 2 Apr 2000 20:12:23 -0700 (PDT)
(envelope-from doconnor@gsoft.com.au)
Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97])
by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id MAA15877;
Mon, 3 Apr 2000 12:41:17 +0930 (CST)
(envelope-from doconnor@gsoft.com.au)
Message-ID:
X-Mailer: XFMail 1.4.0 on FreeBSD
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
In-Reply-To: <200004021437.XAA34730@lavender.yy.cs.keio.ac.jp>
Date: Mon, 03 Apr 2000 12:41:17 +0930 (CST)
From: "Daniel O'Connor"
To: MIHIRA Sanpei Yoshiro
Subject: Re: cvs commit: src/sys/dev/sound/isa ess.c
Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cg@FreeBSD.ORG,
sobomax@altavista.net
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On 02-Apr-00 MIHIRA Sanpei Yoshiro wrote:
> I think so too. Some sound application software(especially for
> GAME, for example, games/xgalaga, games/rollemup in ports
> collection) has this buffer problem.
>
> I also think, we need to add sysctl for buffer size.
What about the existing block size ioctl's?
viz ->
http://www.4front-tech.com/pguide/audio2.html
(Go down to 'Determining buffering parameters')
---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 20:36:38 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id AE40237B5A3; Sun, 2 Apr 2000 20:36:34 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Received: (from andy@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id UAA57920;
Sun, 2 Apr 2000 20:36:34 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Message-Id: <200004030336.UAA57920@freefall.freebsd.org>
From: Andrey Zakhvatov
Date: Sun, 2 Apr 2000 20:36:34 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/ru/news news.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andy 2000/04/02 20:36:33 PDT
Modified files:
ru/news news.sgml
Log:
Synchronize with English 1.20:
Smarten up the presentation, reorder and reword the descriptions of the
various links.
Revision Changes Path
1.2 +36 -37 www/ru/news/news.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 20:42:12 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 60ED837BA0B; Sun, 2 Apr 2000 20:42:09 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Received: (from steve@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id UAA58553;
Sun, 2 Apr 2000 20:42:09 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Message-Id: <200004030342.UAA58553@freefall.freebsd.org>
From: Steve Price
Date: Sun, 2 Apr 2000 20:42:09 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.sparc64
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
steve 2000/04/02 20:42:08 PDT
Modified files:
gnu/usr.bin/binutils/ld Makefile.sparc64
Log:
Build and install the elf32_sparc ld(1) scripts and make elf32_sparc
the default emulation.
Revision Changes Path
1.2 +14 -2 src/gnu/usr.bin/binutils/ld/Makefile.sparc64
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 20:48:53 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E599D37B52A; Sun, 2 Apr 2000 20:48:51 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Received: (from steve@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id UAA59137;
Sun, 2 Apr 2000 20:48:51 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Message-Id: <200004030348.UAA59137@freefall.freebsd.org>
From: Steve Price
Date: Sun, 2 Apr 2000 20:48:50 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.sparc64
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
steve 2000/04/02 20:48:50 PDT
Modified files:
gnu/usr.bin/binutils/libbfd Makefile.sparc64
Log:
Add support for the sunos_big_vec format as well.
Revision Changes Path
1.2 +8 -5 src/gnu/usr.bin/binutils/libbfd/Makefile.sparc64
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 20:51:52 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8C6A137BB3D; Sun, 2 Apr 2000 20:51:49 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Received: (from steve@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id UAA59465;
Sun, 2 Apr 2000 20:51:49 -0700 (PDT)
(envelope-from steve@FreeBSD.org)
Message-Id: <200004030351.UAA59465@freefall.freebsd.org>
From: Steve Price
Date: Sun, 2 Apr 2000 20:51:49 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.sparc
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
steve 2000/04/02 20:51:49 PDT
Modified files:
gnu/usr.bin/binutils/libbfd Makefile.sparc
Log:
Add support for sunos_big_vec to support 'make world's on Solaris
boxes.
Revision Changes Path
1.3 +5 -9 src/gnu/usr.bin/binutils/libbfd/Makefile.sparc
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 21:15:33 2000
Delivered-To: cvs-all@freebsd.org
Received: from alcanet.com.au (mail.alcanet.com.au [203.62.196.10])
by hub.freebsd.org (Postfix) with ESMTP
id CE89A37B62E; Sun, 2 Apr 2000 21:15:24 -0700 (PDT)
(envelope-from jeremyp@gsmx07.alcatel.com.au)
Received: by border.alcanet.com.au id <115240>; Mon, 3 Apr 2000 14:15:39 +1000
Content-return: prohibited
From: Peter Jeremy
Subject: Re: cvs commit: ports/korean/hanmutt Makefile
ports/korean/hanmutt/files md5 ports/korean/hanmutt/pkg COMMENT DESCR PLIST
In-reply-to: <200003310812.AAA52766@freefall.freebsd.org>; from
mharo@FreeBSD.ORG on Fri, Mar 31, 2000 at 06:57:56PM +1000
To: Michael Haro
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Message-Id: <00Apr3.141539est.115240@border.alcanet.com.au>
MIME-version: 1.0
X-Mailer: Mutt 1.0i
Content-type: text/plain; charset=us-ascii
References: <200003310812.AAA52766@freefall.freebsd.org>
Date: Mon, 3 Apr 2000 14:15:38 +1000
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On 2000-Mar-31 18:57:56 +1000, Michael Haro wrote:
>mharo 2000/03/31 00:12:29 PST
>
> Removed files:
> korean/hanmutt Makefile
> korean/hanmutt/files md5
> korean/hanmutt/pkg COMMENT DESCR PLIST
> Log:
> Remove port has support is now in main mutt port
I think you forgot:
RCS file: /home/CVSROOT/ports/korean/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile 2000/03/04 21:01:15 1.42
+++ Makefile 2000/04/03 04:11:08
@@ -20,7 +20,6 @@
SUBDIR += han
SUBDIR += hanIM
SUBDIR += hanemacs
- SUBDIR += hanmutt
SUBDIR += hanterm
SUBDIR += hanterm-xf86
SUBDIR += hanyangfonts
Index: modules
===================================================================
RCS file: /home/CVSROOT/CVSROOT/modules,v
retrieving revision 1.1025
diff -u -r1.1025 modules
--- modules 2000/04/02 05:43:58 1.1025
+++ modules 2000/04/03 04:14:18
@@ -1873,7 +1873,6 @@
ko-han ports/korean/han
ko-hanIM ports/korean/hanIM
ko-hanemacs ports/korean/hanemacs
-ko-hanmutt ports/korean/hanmutt
ko-hanterm ports/korean/hanterm
ko-hanterm-autofont ports/korean/hanterm-autofont
ko-hanterm-xf86 ports/korean/hanterm-xf86
Peter
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 21:36:14 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 2A7FB37B622; Sun, 2 Apr 2000 21:36:12 -0700 (PDT)
(envelope-from unfurl@FreeBSD.org)
Received: (from unfurl@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id VAA62640;
Sun, 2 Apr 2000 21:36:12 -0700 (PDT)
(envelope-from unfurl@FreeBSD.org)
Message-Id: <200004030436.VAA62640@freefall.freebsd.org>
From: Bill Swingle
Date: Sun, 2 Apr 2000 21:36:11 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/serialcomms chapter.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
unfurl 2000/04/02 21:36:11 PDT
Modified files:
en_US.ISO_8859-1/books/handbook/serialcomms chapter.sgml
Log:
Added synopsis to serial communications chapter.
Reviewed by: jim
Revision Changes Path
1.17 +12 -1 doc/en_US.ISO_8859-1/books/handbook/serialcomms/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 21:42:42 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id DEA3037B5A3; Sun, 2 Apr 2000 21:42:37 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Received: (from will@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id VAA63108;
Sun, 2 Apr 2000 21:42:37 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Message-Id: <200004030442.VAA63108@freefall.freebsd.org>
From: Will Andrews
Date: Sun, 2 Apr 2000 21:42:37 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games/heretic Makefile ports/games/heretic/files
md5 ports/games/heretic/patches patch-ae
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
will 2000/04/02 21:42:37 PDT
Modified files:
games/heretic Makefile
games/heretic/files md5
games/heretic/patches patch-ae
Log:
Fix heretic port so that it works right. Also use x11 target instead of
fastx11, because for some reason it reportedly doesn't work in 16bpp mode,
which most people use (I use 24bpp).
Sorry for being so late about this.
Submitted by: green
Revision Changes Path
1.2 +8 -4 ports/games/heretic/Makefile
1.2 +1 -1 ports/games/heretic/files/md5
1.2 +10 -10 ports/games/heretic/patches/patch-ae
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 22:17:21 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id 034AA37B62E; Sun, 2 Apr 2000 22:17:18 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id HAA18202;
Mon, 3 Apr 2000 07:16:36 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Peter Wemm
Cc: Matthew Dillon ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
In-reply-to: Your message of "Sun, 02 Apr 2000 18:16:27 PDT."
<20000403011627.6E7AE1CD7@overcee.netplex.com.au>
Date: Mon, 03 Apr 2000 07:16:36 +0200
Message-ID: <18200.954738996@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message <20000403011627.6E7AE1CD7@overcee.netplex.com.au>, Peter Wemm writes
:
>I think this is probably the better thing to do - ie: duplicate it and also
>the B_ERROR flag. As you point out, brelse() uses it. However, it's also
>part of the driver<->bio interaction.
There is no more need to duplicated anything now than there were before.
The "built-in" bio in struct buf is an integral part of struct buf,
all the fields except for the "_driver[12]" fields (and the pblkno
and iodone_chain which will be going away) are owned by the struct
buf.
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 22:24:47 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4E9D837BD64; Sun, 2 Apr 2000 22:24:42 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Received: (from andy@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id WAA66868;
Sun, 2 Apr 2000 22:24:42 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Message-Id: <200004030524.WAA66868@freefall.freebsd.org>
From: Andrey Zakhvatov
Date: Sun, 2 Apr 2000 22:24:42 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/ru/ports ports.inc
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andy 2000/04/02 22:24:42 PDT
Modified files:
ru/ports ports.inc
Log:
Synchronize with English 1.47:
Add blurb about getting at least the latest bsd.port.mk when you want to
use (parts of) ports-current.
Revision Changes Path
1.4 +14 -6 www/ru/ports/ports.inc
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 22:27:28 2000
Delivered-To: cvs-all@freebsd.org
Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20])
by hub.freebsd.org (Postfix) with ESMTP
id 1756737BD64; Sun, 2 Apr 2000 22:27:20 -0700 (PDT)
(envelope-from brdavis@orion.ac.hmc.edu)
Received: (from brdavis@localhost)
by orion.ac.hmc.edu (8.8.8/8.8.8) id WAA06038;
Sun, 2 Apr 2000 22:27:18 -0700 (PDT)
Date: Sun, 2 Apr 2000 22:27:18 -0700
From: Brooks Davis
To: Brian Feldman
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern tty_snoop.c src/sys/i386/conf LINT
Message-ID: <20000402222718.A11732@orion.ac.hmc.edu>
References: <200004020702.XAA14071@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre4i
In-Reply-To: <200004020702.XAA14071@freefall.freebsd.org>; from green@FreeBSD.org on Sat, Apr 01, 2000 at 11:02:54PM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sat, Apr 01, 2000 at 11:02:54PM -0800, Brian Feldman wrote:
> green 2000/04/01 23:02:54 PST
>
> Modified files:
> sys/kern tty_snoop.c
> sys/i386/conf LINT
> Log:
> One in a while, something happens so uncannily that you get knocked off
> your feet. The conversion of the "snp" device to a dynamically growing
> device driver was done just a few days ago by Brooks Davis! Shame on
> me for not finding that PR :(
>
> This is a forced commit of tty_snoop.c to give the submitter proper credit,
> as most of the patch submitted is actually exactly the same code (by some
> large amount of entropy). Brooks also submitted the change to LINT to
> set the example of "snp" usage to not include a number, as that number is
> now deprecated, so that is also in this commit.
>
> PR: 17629
> Submitted by: Brooks Davis
Doh! This is totally weird. The project sits on the queue for seven
months and then two people randomly do it the same week. As I said in
the PR, I just did it because I had some time on my hands and it looked
educational so I don't mind.
I haven't tested the patch you commited, but it looks functionaly the
same. Feel free to close the PR.
-- Brooks
--
Any statement of the form "X is the one, true Y" is FALSE.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 22:34:48 2000
Delivered-To: cvs-all@freebsd.org
Received: from atdot.dotat.org (atdot.dotat.org [150.101.89.3])
by hub.freebsd.org (Postfix) with ESMTP
id E006337B8F8; Sun, 2 Apr 2000 22:34:41 -0700 (PDT)
(envelope-from newton@atdot.dotat.org)
Received: (from newton@localhost)
by atdot.dotat.org (8.9.3/8.9.3) id PAA62534;
Mon, 3 Apr 2000 15:04:29 +0930 (CST)
(envelope-from newton)
Date: Mon, 3 Apr 2000 15:04:29 +0930
From: Mark Newton
To: "Daniel O'Connor"
Cc: MIHIRA Sanpei Yoshiro , cvs-all@FreeBSD.org,
cvs-committers@FreeBSD.org, cg@FreeBSD.org, sobomax@altavista.net
Subject: Re: cvs commit: src/sys/dev/sound/isa ess.c
Message-ID: <20000403150429.A62397@atdot.dotat.org>
References: <200004021437.XAA34730@lavender.yy.cs.keio.ac.jp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: ; from doconnor@gsoft.com.au on Mon, Apr 03, 2000 at 12:41:17PM +0930
X-PGP-Key: http://slash.dotat.org/~newton/pgpkey.txt
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Mon, Apr 03, 2000 at 12:41:17PM +0930, Daniel O'Connor wrote:
> On 02-Apr-00 MIHIRA Sanpei Yoshiro wrote:
> > I think so too. Some sound application software(especially for
> > GAME, for example, games/xgalaga, games/rollemup in ports
> > collection) has this buffer problem.
> > I also think, we need to add sysctl for buffer size.
>
> What about the existing block size ioctl's?
Interesting datapoint: If you run RealPlayer7 for Linux under FreeBSD,
audio and video are desynchronized.
If you reconfigure it to use the "Old OSS Drivers" instead of "Native
Sound Drivers" it works just fine (but fails to provide audio when viewing
ShockWave content).
This is with a SoundBlaster AWE64 ISA card.
... which is to say that our sound drivers are already *capable* of
avoiding the annoying out-of-sync buffering bugs, but they usually
choose not to :-)
- mark
--------------------------------------------------------------------
I tried an internal modem, newton@atdot.dotat.org
but it hurt when I walked. Mark Newton
----- Voice: +61-4-1620-2223 ------------- Fax: +61-8-82231777 -----
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 22:36:56 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id A0D4D37B67B; Sun, 2 Apr 2000 22:36:52 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Received: (from andy@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id WAA67889;
Sun, 2 Apr 2000 22:36:52 -0700 (PDT)
(envelope-from andy@FreeBSD.org)
Message-Id: <200004030536.WAA67889@freefall.freebsd.org>
From: Andrey Zakhvatov
Date: Sun, 2 Apr 2000 22:36:52 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/ru/ports ports.inc
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andy 2000/04/02 22:36:52 PDT
Modified files:
ru/ports ports.inc
Log:
Synchronize with English 1.48:
put the search box at the top so that people don't have to scroll
down or wait for the rest of the page to load before I can
search for what I want
Revision Changes Path
1.5 +21 -19 www/ru/ports/ports.inc
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 23: 2: 9 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 0CE3A37B5D1; Sun, 2 Apr 2000 23:02:07 -0700 (PDT)
(envelope-from msmith@FreeBSD.org)
Received: (from msmith@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id XAA71161;
Sun, 2 Apr 2000 23:02:02 -0700 (PDT)
(envelope-from msmith@FreeBSD.org)
Message-Id: <200004030602.XAA71161@freefall.freebsd.org>
From: Mike Smith
Date: Sun, 2 Apr 2000 23:02:02 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/i386 support.s
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
msmith 2000/04/02 23:02:02 PDT
Modified files:
sys/i386/i386 support.s
Log:
Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, and
they break the LINT build.
Revision Changes Path
1.70 +1 -17 src/sys/i386/i386/support.s
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 23:36:18 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4811937B67C; Sun, 2 Apr 2000 23:36:16 -0700 (PDT)
(envelope-from alfred@FreeBSD.org)
Received: (from alfred@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id XAA74088;
Sun, 2 Apr 2000 23:36:16 -0700 (PDT)
(envelope-from alfred@FreeBSD.org)
Message-Id: <200004030636.XAA74088@freefall.freebsd.org>
From: Alfred Perlstein
Date: Sun, 2 Apr 2000 23:36:16 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern makesyscalls.sh syscalls.master
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
alfred 2000/04/02 23:36:15 PDT
Modified files:
sys/kern makesyscalls.sh syscalls.master
Log:
Make makesyscalls.sh parse an optional field 'MPSAFE' that specifies
that a syscall does not want the BGL to be grabbed automatically.
Add the new MPSAFE flag to the syscalls that dillon has determined to
be MPSAFE.
Revision Changes Path
1.40 +24 -11 src/sys/kern/makesyscalls.sh
1.73 +11 -9 src/sys/kern/syscalls.master
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Sun Apr 2 23:37: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6C92A37B967; Sun, 2 Apr 2000 23:36:58 -0700 (PDT)
(envelope-from alfred@FreeBSD.org)
Received: (from alfred@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id XAA74157;
Sun, 2 Apr 2000 23:36:58 -0700 (PDT)
(envelope-from alfred@FreeBSD.org)
Message-Id: <200004030636.XAA74157@freefall.freebsd.org>
From: Alfred Perlstein
Date: Sun, 2 Apr 2000 23:36:58 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern init_sysent.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
alfred 2000/04/02 23:36:58 PDT
Modified files:
sys/kern init_sysent.c
Log:
regenerate with MPSAFE from syscalls.master
Revision Changes Path
1.82 +6 -6 src/sys/kern/init_sysent.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 0: 2: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2])
by hub.freebsd.org (Postfix) with ESMTP
id CAD7237B548; Mon, 3 Apr 2000 00:01:55 -0700 (PDT)
(envelope-from sobomax@altavista.net)
Received: from vega.vega.com (dialup7-21.iptelecom.net.ua [212.9.227.149])
by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA24140;
Mon, 3 Apr 2000 10:08:08 +0300 (EEST)
Received: from altavista.net (big_brother.vega.com [192.168.1.1])
by vega.vega.com (8.9.3/8.9.3) with ESMTP id JAA12213;
Mon, 3 Apr 2000 09:59:38 +0300 (EEST)
(envelope-from sobomax@altavista.net)
Message-ID: <38E84163.88285D25@altavista.net>
Date: Mon, 03 Apr 2000 09:59:47 +0300
From: Maxim Sobolev
Organization: Vega International Capital
X-Mailer: Mozilla 4.72 [en] (WinNT; I)
X-Accept-Language: uk,ru,en
MIME-Version: 1.0
To: "Daniel O'Connor"
Cc: MIHIRA Sanpei Yoshiro , cvs-all@FreeBSD.ORG,
cvs-committers@FreeBSD.ORG, cg@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/dev/sound/isa ess.c
References:
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
Daniel O'Connor wrote:
> On 02-Apr-00 MIHIRA Sanpei Yoshiro wrote:
> > I think so too. Some sound application software(especially for
> > GAME, for example, games/xgalaga, games/rollemup in ports
> > collection) has this buffer problem.
> >
> > I also think, we need to add sysctl for buffer size.
>
> What about the existing block size ioctl's?
These ioctl sucks as they are ignoring existence of the large back buffer (see
my recent post into multimedia maillist).
-Maxim
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 0:12:41 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 41F2E37B57F; Mon, 3 Apr 2000 00:12:39 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Received: (from will@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA77937;
Mon, 3 Apr 2000 00:12:38 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Message-Id: <200004030712.AAA77937@freefall.freebsd.org>
From: Will Andrews
Date: Mon, 3 Apr 2000 00:12:38 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11/kdelibs11 Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
will 2000/04/03 00:12:38 PDT
Modified files:
x11/kdelibs11 Makefile
Log:
I forgot to remove GNU_CONFIGURE, as it is now implied by the newly-added
USE_LIBTOOL hook. This does not change anything.
Submitted by: Andrzej Tobola
Revision Changes Path
1.43 +1 -2 ports/x11/kdelibs11/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 0:29:25 2000
Delivered-To: cvs-all@freebsd.org
Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2])
by hub.freebsd.org (Postfix) with ESMTP
id C6DC437BB53; Mon, 3 Apr 2000 00:29:15 -0700 (PDT)
(envelope-from sobomax@altavista.net)
Received: from vega.vega.com (dialup7-21.iptelecom.net.ua [212.9.227.149])
by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA29349;
Mon, 3 Apr 2000 10:34:54 +0300 (EEST)
Received: from altavista.net (big_brother.vega.com [192.168.1.1])
by vega.vega.com (8.9.3/8.9.3) with ESMTP id KAA12633;
Mon, 3 Apr 2000 10:27:28 +0300 (EEST)
(envelope-from sobomax@altavista.net)
Message-ID: <38E847EB.3CE51080@altavista.net>
Date: Mon, 03 Apr 2000 10:27:39 +0300
From: Maxim Sobolev
Organization: Vega International Capital
X-Mailer: Mozilla 4.72 [en] (WinNT; I)
X-Accept-Language: uk,ru,en
MIME-Version: 1.0
To: Mark Newton
Cc: "Daniel O'Connor" ,
MIHIRA Sanpei Yoshiro , cvs-all@FreeBSD.ORG,
cvs-committers@FreeBSD.ORG, cg@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/dev/sound/isa ess.c
References: <200004021437.XAA34730@lavender.yy.cs.keio.ac.jp> <20000403150429.A62397@atdot.dotat.org>
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
Mark Newton wrote:
> On Mon, Apr 03, 2000 at 12:41:17PM +0930, Daniel O'Connor wrote:
>
> > On 02-Apr-00 MIHIRA Sanpei Yoshiro wrote:
> > > I think so too. Some sound application software(especially for
> > > GAME, for example, games/xgalaga, games/rollemup in ports
> > > collection) has this buffer problem.
> > > I also think, we need to add sysctl for buffer size.
> >
> > What about the existing block size ioctl's?
>
> Interesting datapoint: If you run RealPlayer7 for Linux under FreeBSD,
> audio and video are desynchronized.
>
> If you reconfigure it to use the "Old OSS Drivers" instead of "Native
> Sound Drivers" it works just fine (but fails to provide audio when viewing
> ShockWave content).
>
> This is with a SoundBlaster AWE64 ISA card.
>
> ... which is to say that our sound drivers are already *capable* of
> avoiding the annoying out-of-sync buffering bugs, but they usually
> choose not to :-)
Or (and it is more likely) the RealPlayer in this case is chosing not to rely
on buffer information provided by the sound driver. I've checked all pcm
ioctl's and found that there is no legacy way to obtain *reliable* info about
amount of data currently in the buffers.
-Maxim
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1: 6:11 2000
Delivered-To: cvs-all@freebsd.org
Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66])
by hub.freebsd.org (Postfix) with ESMTP
id 82DCE37B60C; Mon, 3 Apr 2000 01:06:06 -0700 (PDT)
(envelope-from kstewart@3-cities.com)
Received: from 3-cities.com (unverified [208.26.242.233]) by corinth.bossig.com
(Rockliffe SMTPRA 3.4.7) with ESMTP id ;
Mon, 3 Apr 2000 01:16:08 -0700
Message-ID: <38E850D3.E954B606@3-cities.com>
Date: Mon, 03 Apr 2000 01:05:39 -0700
From: Kent Stewart
Organization: Columbia Basin Virtual Community Project
X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Michael Haro
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/graphics/gphoto Makefile
References: <200004020004.QAA21903@freefall.freebsd.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
Michael Haro wrote:
>
> mharo 2000/04/01 16:04:13 PST
>
> Modified files:
> graphics/gphoto Makefile
> Log:
> netpnm moved to ${LOCALBASE}, update *_DEPENDS
In the process of doing this, it appears the "n" in netpbm was deleted
and the make file is looking for a BUILD_DEPENDS=.../etpbm
I don't use gphoto but it messes up making the ports INDEX.
Kent
>
> Revision Changes Path
> 1.6 +2 -2 ports/graphics/gphoto/Makefile
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe cvs-all" in the body of the message
--
Kent Stewart
Richland, WA
mailto:kstewart@3-cities.com
http://www.3-cities.com/~kstewart/index.html
FreeBSD News http://daily.daemonnews.org/
SETI(Search for Extraterrestrial Intelligence) @ HOME
http://setiathome.ssl.berkeley.edu/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:16: 3 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 0DD0F37BA82; Mon, 3 Apr 2000 01:16:00 -0700 (PDT)
(envelope-from asami@FreeBSD.org)
Received: (from asami@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA85441;
Mon, 3 Apr 2000 01:15:59 -0700 (PDT)
(envelope-from asami@FreeBSD.org)
Message-Id: <200004030815.BAA85441@freefall.freebsd.org>
From: Satoshi Asami
Date: Mon, 3 Apr 2000 01:15:59 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/gphoto Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asami 2000/04/03 01:15:59 PDT
Modified files:
graphics/gphoto Makefile
Log:
Fix typo ("etpbm" -> "netpbm").
Revision Changes Path
1.7 +2 -2 ports/graphics/gphoto/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:30: 2 2000
Delivered-To: cvs-all@freebsd.org
Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175])
by hub.freebsd.org (Postfix) with ESMTP
id 72A8F37BBAD; Mon, 3 Apr 2000 01:29:53 -0700 (PDT)
(envelope-from sheldonh@axl.ops.uunet.co.za)
Received: from sheldonh (helo=axl.ops.uunet.co.za)
by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1)
id 12c2F4-000HN1-00; Mon, 03 Apr 2000 10:29:50 +0200
From: Sheldon Hearn
To: Greg Lehey
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/share/man/man8 Makefile
In-reply-to: Your message of "Sat, 01 Apr 2000 20:32:48 PST."
<200004020432.UAA43116@freefall.freebsd.org>
Date: Mon, 03 Apr 2000 10:29:50 +0200
Message-ID: <66774.954750590@axl.ops.uunet.co.za>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sat, 01 Apr 2000 20:32:48 PST, Greg Lehey wrote:
> Modified files:
> share/man/man8 Makefile
> Log:
> Enable installation of picobsd.8
This seems to be installed for the normal FreeBSD release. Is that
really what you wanted?
Ciao,
Sheldon.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:42: 7 2000
Delivered-To: cvs-all@freebsd.org
Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137])
by hub.freebsd.org (Postfix) with ESMTP
id F343137B67C; Mon, 3 Apr 2000 01:41:49 -0700 (PDT)
(envelope-from grog@freebie.lemis.com)
Received: (from grog@localhost)
by freebie.lemis.com (8.9.3/8.9.0) id SAA47376;
Mon, 3 Apr 2000 18:11:33 +0930 (CST)
Date: Mon, 3 Apr 2000 18:11:33 +0930
From: Greg Lehey
To: Sheldon Hearn
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/share/man/man8 Makefile
Message-ID: <20000403181133.Q42140@freebie.lemis.com>
References: <200004020432.UAA43116@freefall.freebsd.org> <66774.954750590@axl.ops.uunet.co.za>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre2i
In-Reply-To: <66774.954750590@axl.ops.uunet.co.za>
WWW-Home-Page: http://www.lemis.com/~grog
X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF
Organization: Linuxcare, Inc.
Phone: +61-8-8388-8286
Fax: +61-8-8388-8725
Mobile: +61-41-739-7062
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Monday, 3 April 2000 at 10:29:50 +0200, Sheldon Hearn wrote:
>
>
> On Sat, 01 Apr 2000 20:32:48 PST, Greg Lehey wrote:
>
>> Modified files:
>> share/man/man8 Makefile
>> Log:
>> Enable installation of picobsd.8
>
> This seems to be installed for the normal FreeBSD release. Is that
> really what you wanted?
Yes. It's documentation, not the PicoBSD itself. PicoBSD doesn't
have space for man pages.
Greg
--
Linuxcare - BSD support for the revolution.
See complete headers for address and phone numbers
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:45:13 2000
Delivered-To: cvs-all@freebsd.org
Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175])
by hub.freebsd.org (Postfix) with ESMTP
id D7AD337BC27; Mon, 3 Apr 2000 01:45:02 -0700 (PDT)
(envelope-from sheldonh@axl.ops.uunet.co.za)
Received: from sheldonh (helo=axl.ops.uunet.co.za)
by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1)
id 12c2Tk-000HT3-00; Mon, 03 Apr 2000 10:45:00 +0200
From: Sheldon Hearn
To: Brian Feldman
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern tty_snoop.c src/sys/i386/conf LINT
In-reply-to: Your message of "Sat, 01 Apr 2000 23:02:54 PST."
<200004020702.XAA14071@freefall.freebsd.org>
Date: Mon, 03 Apr 2000 10:44:59 +0200
Message-ID: <67148.954751499@axl.ops.uunet.co.za>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sat, 01 Apr 2000 23:02:54 PST, Brian Feldman wrote:
> One in a while, something happens so uncannily that you get knocked off
> your feet. The conversion of the "snp" device to a dynamically growing
> device driver was done just a few days ago by Brooks Davis! Shame on
> me for not finding that PR :(
Perhaps you would like to do penance for your heinous crime? See David
Malone's PR 17758, which proposes an "almost-clone" patch for the slip
driver. ;-)
Ciao,
Sheldon.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:45:57 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id C586237BC51; Mon, 3 Apr 2000 01:45:52 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Received: (from phantom@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA88336;
Mon, 3 Apr 2000 01:45:52 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Message-Id: <200004030845.BAA88336@freefall.freebsd.org>
From: Alexey Zelkin
Date: Mon, 3 Apr 2000 01:45:52 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/cgi dosendpr.cgi ftp.cgi html.pl reg.cgi
search.cgi
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phantom 2000/04/03 01:45:52 PDT
Modified files:
en/cgi dosendpr.cgi ftp.cgi html.pl reg.cgi
search.cgi
Log:
Add $FreeBSD$ tags
Revision Changes Path
1.2 +1 -0 www/en/cgi/dosendpr.cgi
1.3 +2 -0 www/en/cgi/ftp.cgi
1.2 +1 -0 www/en/cgi/html.pl
1.7 +3 -2 www/en/cgi/reg.cgi
1.16 +2 -0 www/en/cgi/search.cgi
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:48:35 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id AB8F337BD4A; Mon, 3 Apr 2000 01:48:32 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Received: (from phantom@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA88618;
Mon, 3 Apr 2000 01:48:32 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Message-Id: <200004030848.BAA88618@freefall.freebsd.org>
From: Alexey Zelkin
Date: Mon, 3 Apr 2000 01:48:32 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/cgi ftp.mirrors
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phantom 2000/04/03 01:48:32 PDT
Modified files:
en/cgi ftp.mirrors
Log:
Sync with handbook information. Add $FreeBSD$ tags.
Revision Changes Path
1.8 +9 -2 www/en/cgi/ftp.mirrors
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:49:42 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6704A37B6B8; Mon, 3 Apr 2000 01:49:40 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Received: (from phantom@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA88778;
Mon, 3 Apr 2000 01:49:40 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Message-Id: <200004030849.BAA88778@freefall.freebsd.org>
From: Alexey Zelkin
Date: Mon, 3 Apr 2000 01:49:40 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/cgi missing_handler.cgi
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phantom 2000/04/03 01:49:40 PDT
Modified files:
en/cgi missing_handler.cgi
Log:
Remove duplicate $FreeBSD$ tag
Revision Changes Path
1.7 +1 -4 www/en/cgi/missing_handler.cgi
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:51: 2 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4556637B660; Mon, 3 Apr 2000 01:50:57 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Received: (from phantom@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA88882;
Mon, 3 Apr 2000 01:50:23 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Message-Id: <200004030850.BAA88882@freefall.freebsd.org>
From: Alexey Zelkin
Date: Mon, 3 Apr 2000 01:50:23 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/cgi ports.cgi
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phantom 2000/04/03 01:50:23 PDT
Modified files:
en/cgi ports.cgi
Log:
Learn ports.cgi about 5.0-CURRENT, 4.0-RELEASE and 4.0-STABLE
Revision Changes Path
1.44 +16 -10 www/en/cgi/ports.cgi
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 1:59: 5 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4296337B5AE; Mon, 3 Apr 2000 01:59:02 -0700 (PDT)
(envelope-from unfurl@FreeBSD.org)
Received: (from unfurl@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA89772;
Mon, 3 Apr 2000 01:59:02 -0700 (PDT)
(envelope-from unfurl@FreeBSD.org)
Message-Id: <200004030859.BAA89772@freefall.freebsd.org>
From: Bill Swingle
Date: Mon, 3 Apr 2000 01:59:02 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/share/sgml man-refs.ent
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
unfurl 2000/04/03 01:59:01 PDT
Modified files:
share/sgml man-refs.ent
Log:
Added dhcp related manpages to man-refs.
Submitted by: gsutter
Reviewed by: jim
Revision Changes Path
1.32 +6 -1 doc/share/sgml/man-refs.ent
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2: 0: 6 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 52C3037B57F; Mon, 3 Apr 2000 01:59:59 -0700 (PDT)
(envelope-from unfurl@FreeBSD.org)
Received: (from unfurl@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA90008;
Mon, 3 Apr 2000 01:59:59 -0700 (PDT)
(envelope-from unfurl@FreeBSD.org)
Message-Id: <200004030859.BAA90008@freefall.freebsd.org>
From: Bill Swingle
Date: Mon, 3 Apr 2000 01:59:58 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/advanced-networking chapter.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
unfurl 2000/04/03 01:59:58 PDT
Modified files:
en_US.ISO_8859-1/books/handbook/advanced-networking
chapter.sgml
Log:
Added Greg's newly written dhcp chapter to the advanced networking
section.
Submitted by: gsutter
Reviewed by: jim
Revision Changes Path
1.21 +139 -1 doc/en_US.ISO_8859-1/books/handbook/advanced-networking/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:22:38 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id BDE9037BA82; Mon, 3 Apr 2000 02:22:33 -0700 (PDT)
(envelope-from tg@FreeBSD.org)
Received: (from tg@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA92065;
Mon, 3 Apr 2000 02:22:33 -0700 (PDT)
(envelope-from tg@FreeBSD.org)
Message-Id: <200004030922.CAA92065@freefall.freebsd.org>
From: Thomas Gellekum
Date: Mon, 3 Apr 2000 02:22:33 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/libPropList Makefile ports/devel/libPropList/files
md5
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
tg 2000/04/03 02:22:33 PDT
Modified files:
devel/libPropList Makefile
devel/libPropList/files md5
Log:
Upgrade to 0.10.1.
PR: 17766
Submitted by: "Maxim Sobolev"
Revision Changes Path
1.9 +4 -4 ports/devel/libPropList/Makefile
1.5 +1 -1 ports/devel/libPropList/files/md5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:24:19 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 90C5037BC15; Mon, 3 Apr 2000 02:24:17 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Received: (from yokota@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA92265;
Mon, 3 Apr 2000 02:24:17 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Message-Id: <200004030924.CAA92265@freefall.freebsd.org>
From: Kazutaka YOKOTA
Date: Mon, 3 Apr 2000 02:24:17 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/syscons syscons.c syscons.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
yokota 2000/04/03 02:24:17 PDT
Modified files:
sys/dev/syscons syscons.c syscons.h
Log:
Unbreak LINT.
Revision Changes Path
1.338 +2 -2 src/sys/dev/syscons/syscons.c
1.62 +5 -1 src/sys/dev/syscons/syscons.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:26:12 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id C5F2237BC15; Mon, 3 Apr 2000 02:26:07 -0700 (PDT)
(envelope-from asami@FreeBSD.org)
Received: (from asami@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA92415;
Mon, 3 Apr 2000 02:26:07 -0700 (PDT)
(envelope-from asami@FreeBSD.org)
Message-Id: <200004030926.CAA92415@freefall.freebsd.org>
From: Satoshi Asami
Date: Mon, 3 Apr 2000 02:26:07 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports INDEX
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asami 2000/04/03 02:26:07 PDT
Modified files:
. INDEX
Log:
New index, with 3,200 (= 2^7 x 5^2) ports. (I know I committed the previous
index just a few days ago, but with this kind of beautiful number, how can
I not commit another? :)
Revision Changes Path
1.270 +363 -350 ports/INDEX
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:29:14 2000
Delivered-To: cvs-all@freebsd.org
Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89])
by hub.freebsd.org (Postfix) with ESMTP
id D93CA37B577; Mon, 3 Apr 2000 02:29:07 -0700 (PDT)
(envelope-from n_hibma@calcaphon.com)
Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com)
by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1)
id 12c3AL-00092N-0V; Mon, 3 Apr 2000 10:29:04 +0100
Received: from henny.qubesoft.com (henny.qubesoft.com [192.168.1.5])
by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id WAA21428;
Sun, 2 Apr 2000 22:13:02 +0100 (BST)
(envelope-from n_hibma@calcaphon.com)
Date: Sun, 2 Apr 2000 22:08:08 +0100 (BST)
From: Nick Hibma
X-Sender: n_hibma@localhost
Reply-To: Nick Hibma
To: "Jonathan M. Bresler"
Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/dev/usb usb.h src/usr.sbin/usbd usbd.c
In-Reply-To: <200004020633.WAA01326@freefall.freebsd.org>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
You forgot to update the manpage. Second I am not at all happy about the
immediate MFC.
Nick
On Sat, 1 Apr 2000, Jonathan M. Bresler wrote:
> jmb 2000/04/01 22:33:39 PST
>
> Modified files: (Branch: RELENG_4)
> sys/dev/usb usb.h
> usr.sbin/usbd usbd.c
> Log:
> MFC: usbd(8) will autoload the usbd kld if necessary
>
> Revision Changes Path
> 1.17.2.2 +5 -1 src/sys/dev/usb/usb.h
> 1.10.2.1 +9 -1 src/usr.sbin/usbd/usbd.c
>
>
--
n_hibma@webweaving.org
n_hibma@freebsd.org USB project
http://www.etla.net/~n_hibma/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:36:38 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 2747D37BA82; Mon, 3 Apr 2000 02:36:33 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA93435;
Mon, 3 Apr 2000 02:36:33 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004030936.CAA93435@freefall.freebsd.org>
From: Brian Somers
Date: Mon, 3 Apr 2000 02:36:32 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/03 02:36:32 PDT
Modified files:
en_US.ISO_8859-1/books/faq book.sgml
Log:
Talk about why Windows boxes talking through a PPPoE/NAT gateway fail to
download data properly.
Thanks to: Michael Wozniak
Revision Changes Path
1.47 +54 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:36:56 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 9694637B562; Mon, 3 Apr 2000 02:36:52 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA93480;
Mon, 3 Apr 2000 02:36:52 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004030936.CAA93480@freefall.freebsd.org>
From: Brian Somers
Date: Mon, 3 Apr 2000 02:36:52 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/03 02:36:52 PDT
Modified files:
en_US.ISO_8859-1/books/faq book.sgml
Log:
Use ppp -nat, not ppp -alias (which is now depricated)
Revision Changes Path
1.48 +15 -15 doc/en_US.ISO_8859-1/books/faq/book.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:38:58 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id A27E237B562; Mon, 3 Apr 2000 02:38:53 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Received: (from yokota@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA93714;
Mon, 3 Apr 2000 02:38:53 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Message-Id: <200004030938.CAA93714@freefall.freebsd.org>
From: Kazutaka YOKOTA
Date: Mon, 3 Apr 2000 02:38:53 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/moused moused.8
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
yokota 2000/04/03 02:38:53 PDT
Modified files:
usr.sbin/moused moused.8
Log:
Brush up the last commit.
- Expand contractions.
- Change some expressions.
- Reword the sections that describe the reporting of down events.
Submitted by: sheldonh
Revision Changes Path
1.29 +14 -14 src/usr.sbin/moused/moused.8
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:40: 9 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id AFADE37BB06; Mon, 3 Apr 2000 02:40:05 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Received: (from yokota@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA93848;
Mon, 3 Apr 2000 02:40:05 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Message-Id: <200004030940.CAA93848@freefall.freebsd.org>
From: Kazutaka YOKOTA
Date: Mon, 3 Apr 2000 02:40:05 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 psm.4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
yokota 2000/04/03 02:40:05 PDT
Modified files:
share/man/man4 psm.4
Log:
Brush up the last commit.
- Change some expressions.
- Wrap "resume" in single quotes to maintain consistency.
Submitted by: sheldonh
Revision Changes Path
1.26 +5 -4 src/share/man/man4/psm.4
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:49:53 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1A1A737BD81; Mon, 3 Apr 2000 02:49:51 -0700 (PDT)
(envelope-from sheldonh@FreeBSD.org)
Received: (from sheldonh@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA94526;
Mon, 3 Apr 2000 02:49:50 -0700 (PDT)
(envelope-from sheldonh@FreeBSD.org)
Message-Id: <200004030949.CAA94526@freefall.freebsd.org>
From: Sheldon Hearn
Date: Mon, 3 Apr 2000 02:49:50 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/send-pr send-pr.sh
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
sheldonh 2000/04/03 02:49:50 PDT
Modified files:
gnu/usr.bin/send-pr send-pr.sh
Log:
Fix unsafe tempfile creation. This file is already off the vendor
branch. Although this problem has been reported to the GNU folks,
it's unlikely that any solution they may come up with will involve
the use of mktemp(1).
PR: 16942
Submitted by: Colin Phipps
Revision Changes Path
1.14 +14 -13 src/gnu/usr.bin/send-pr/send-pr.sh
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 2:54:10 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id EF0E337BD81; Mon, 3 Apr 2000 02:54:04 -0700 (PDT)
(envelope-from tg@FreeBSD.org)
Received: (from tg@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA95152;
Mon, 3 Apr 2000 02:54:04 -0700 (PDT)
(envelope-from tg@FreeBSD.org)
Message-Id: <200004030954.CAA95152@freefall.freebsd.org>
From: Thomas Gellekum
Date: Mon, 3 Apr 2000 02:54:04 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/windowmaker Makefile ports/x11-wm/windowmaker/files
md5 ports/x11-wm/windowmaker/patches patch-bd
ports/x11-wm/windowmaker/pkg PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
tg 2000/04/03 02:54:04 PDT
Modified files:
x11-wm/windowmaker Makefile
x11-wm/windowmaker/files md5
x11-wm/windowmaker/patches patch-bd
x11-wm/windowmaker/pkg PLIST
Log:
Upgrade to 0.62.1. Cosmetic fixes.
PR: 17766
Submitted by: "Maxim Sobolev"
Revision Changes Path
1.64 +5 -5 ports/x11-wm/windowmaker/Makefile
1.31 +1 -1 ports/x11-wm/windowmaker/files/md5
1.3 +1 -1 ports/x11-wm/windowmaker/patches/patch-bd
1.34 +68 -129 ports/x11-wm/windowmaker/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3: 9:24 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E22FD37B723; Mon, 3 Apr 2000 03:09:21 -0700 (PDT)
(envelope-from phk@FreeBSD.org)
Received: (from phk@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA96581;
Mon, 3 Apr 2000 03:09:21 -0700 (PDT)
(envelope-from phk@FreeBSD.org)
Message-Id: <200004031009.DAA96581@freefall.freebsd.org>
From: Poul-Henning Kamp
Date: Mon, 3 Apr 2000 03:09:21 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys devicestat.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phk 2000/04/03 03:09:21 PDT
Modified files:
sys/sys devicestat.h
Log:
Silence some warnings.
Revision Changes Path
1.11 +2 -1 src/sys/sys/devicestat.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:24: 3 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 9453F37BBB6; Mon, 3 Apr 2000 03:23:59 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Received: (from yokota@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA98067;
Mon, 3 Apr 2000 03:23:59 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Message-Id: <200004031023.DAA98067@freefall.freebsd.org>
From: Kazutaka YOKOTA
Date: Mon, 3 Apr 2000 03:23:58 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/moused moused.8
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
yokota 2000/04/03 03:23:58 PDT
Modified files: (Branch: RELENG_4)
usr.sbin/moused moused.8
Log:
MFC: Reflect the recent update in moused.c.
Revision Changes Path
1.27.2.1 +56 -12 src/usr.sbin/moused/moused.8
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:24:43 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E2D5837B57F; Mon, 3 Apr 2000 03:24:40 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Received: (from yokota@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA98112;
Mon, 3 Apr 2000 03:24:40 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Message-Id: <200004031024.DAA98112@freefall.freebsd.org>
From: Kazutaka YOKOTA
Date: Mon, 3 Apr 2000 03:24:40 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 psm.4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
yokota 2000/04/03 03:24:40 PDT
Modified files: (Branch: RELENG_4)
share/man/man4 psm.4
Log:
MFC: Reflect recent update.
Revision Changes Path
1.24.2.1 +31 -33 src/share/man/man4/psm.4
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:37:31 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 7AA8637B65D; Mon, 3 Apr 2000 03:37:26 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA99284;
Mon, 3 Apr 2000 03:37:26 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031037.DAA99284@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 03:37:26 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en docs.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 03:37:26 PDT
Modified files:
en docs.sgml
Log:
Add missing
s.
Revision Changes Path
1.81 +5 -5 www/en/docs.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:41:16 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id D378B37BDBB; Mon, 3 Apr 2000 03:41:12 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA99541;
Mon, 3 Apr 2000 03:41:12 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031041.DAA99541@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 03:41:12 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en auditors.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 03:41:12 PDT
Modified files:
en auditors.sgml
Log:
Add missing s and s.
Revision Changes Path
1.31 +19 -5 www/en/auditors.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:42:56 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8825237B940; Mon, 3 Apr 2000 03:42:52 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA99849;
Mon, 3 Apr 2000 03:42:52 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031042.DAA99849@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 03:42:52 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en features.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 03:42:52 PDT
Modified files:
en features.sgml
Log:
Add missing s.
Revision Changes Path
1.13 +6 -6 www/en/features.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:46:11 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 51D0037BE54; Mon, 3 Apr 2000 03:46:09 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA00390;
Mon, 3 Apr 2000 03:46:09 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031046.DAA00390@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 03:46:09 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en register.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 03:46:09 PDT
Modified files:
en register.sgml
Log:
Add missing , s and s.
Revision Changes Path
1.16 +9 -8 www/en/register.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:50:23 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id D1CF037B68D; Mon, 3 Apr 2000 03:50:21 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA00818;
Mon, 3 Apr 2000 03:50:21 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031050.DAA00818@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 03:50:20 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en publish.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 03:50:20 PDT
Modified files:
en publish.sgml
Log:
Add missing s.
Revision Changes Path
1.34 +9 -8 www/en/publish.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:52:33 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 3AD6237BA82; Mon, 3 Apr 2000 03:52:30 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA01050;
Mon, 3 Apr 2000 03:52:30 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031052.DAA01050@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 03:52:29 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en send-pr.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 03:52:29 PDT
Modified files:
en send-pr.sgml
Log:
Add missing and s.
Revision Changes Path
1.20 +23 -23 www/en/send-pr.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:58: 5 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 05DBF37BDBB; Mon, 3 Apr 2000 03:58:02 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA01528;
Mon, 3 Apr 2000 03:57:42 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031057.DAA01528@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 03:57:42 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en support.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 03:57:42 PDT
Modified files:
en support.sgml
Log:
Add missing s and .
Revision Changes Path
1.187 +7 -7 www/en/support.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 3:59:41 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 0C33637B65D; Mon, 3 Apr 2000 03:59:39 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id DAA01782;
Mon, 3 Apr 2000 03:59:24 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031059.DAA01782@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 03:59:23 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en where.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 03:59:23 PDT
Modified files:
en where.sgml
Log:
Add missing s.
Revision Changes Path
1.42 +5 -5 www/en/where.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 4: 3:44 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6778A37BA86; Mon, 3 Apr 2000 04:03:42 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA04550;
Mon, 3 Apr 2000 04:03:40 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031103.EAA04550@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 04:03:40 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/security security.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 04:03:40 PDT
Modified files:
en/security security.sgml
Log:
Add missing s and s.
Revision Changes Path
1.22 +22 -22 www/en/security/security.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 4: 5: 6 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 666E637B529; Mon, 3 Apr 2000 04:05:01 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA04684;
Mon, 3 Apr 2000 04:04:56 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031104.EAA04684@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 04:04:56 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/commercial commercial.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 04:04:56 PDT
Modified files:
en/commercial commercial.sgml
Log:
Add missing .
Revision Changes Path
1.31 +3 -3 www/en/commercial/commercial.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 4: 7:34 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 47EC337B55E; Mon, 3 Apr 2000 04:07:27 -0700 (PDT)
(envelope-from tg@FreeBSD.org)
Received: (from tg@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA04996;
Mon, 3 Apr 2000 04:07:27 -0700 (PDT)
(envelope-from tg@FreeBSD.org)
Message-Id: <200004031107.EAA04996@freefall.freebsd.org>
From: Thomas Gellekum
Date: Mon, 3 Apr 2000 04:07:26 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11/xlockmore Makefile ports/x11/xlockmore/files
md5
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
tg 2000/04/03 04:07:26 PDT
Modified files:
x11/xlockmore Makefile
x11/xlockmore/files md5
Log:
Upgrade to 4.16.
Revision Changes Path
1.50 +3 -3 ports/x11/xlockmore/Makefile
1.27 +1 -1 ports/x11/xlockmore/files/md5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 4: 7:38 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1D3F737BFAF; Mon, 3 Apr 2000 04:07:32 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA05025;
Mon, 3 Apr 2000 04:07:32 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031107.EAA05025@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 04:07:32 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en index.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 04:07:31 PDT
Modified files:
en index.sgml
Log:
Add missing .
Revision Changes Path
1.81 +2 -1 www/en/index.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 4:11:22 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1F7F137BE3F; Mon, 3 Apr 2000 04:11:14 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA05374;
Mon, 3 Apr 2000 04:11:14 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004031111.EAA05374@freefall.freebsd.org>
From: Nick Hibma
Date: Mon, 3 Apr 2000 04:11:13 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/cam cam_periph.h cam_xpt.c src/sys/dev/usb
umass.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/03 04:11:13 PDT
Modified files:
sys/cam cam_periph.h cam_xpt.c
sys/dev/usb umass.c
Log:
Add a hack to cam that makes the cam_xpt available to the rest of the
kernel. Justin agress that there is no other reasonable alternative to
do automatic rescans on connect.
The problem is that when a new device attaches to a SIM (SCSI host
controller) we need to send a XPT_SCAN_BUS command to the SIM using
xpt_action. This requires however that there is a peripheral available
to take the command (otherwise xpt_done and later bomb). The RESCAN
ioctl uses the same periph.
This enables a USB mass storage drive to do an automatic rescan on
connection of the drive.
The automatic dropping of a CAM entry on disconnection was already
working (asynchronous event).
The next thing to do is find someone to commit a change to vpo to do the
same thing. Just port umass_cam_rescan and friends across to that
driver.
Approved by: gibbs
Revision Changes Path
1.8 +3 -1 src/sys/cam/cam_periph.h
1.82 +1 -3 src/sys/cam/cam_xpt.c
1.18 +4 -27 src/sys/dev/usb/umass.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 4:11:25 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1DC2F37B529; Mon, 3 Apr 2000 04:11:14 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA05372;
Mon, 3 Apr 2000 04:11:14 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004031111.EAA05372@freefall.freebsd.org>
From: Jun Kuriyama
Date: Mon, 3 Apr 2000 04:11:13 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/commercial software.raw
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/03 04:11:13 PDT
Modified files:
en/commercial software.raw
Log:
Add missing .
Revision Changes Path
1.40 +1 -1 www/en/commercial/software.raw
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 4:16:46 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E4A9137B62D; Mon, 3 Apr 2000 04:16:43 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id EAA05872;
Mon, 3 Apr 2000 04:16:43 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004031116.EAA05872@freefall.freebsd.org>
From: Nick Hibma
Date: Mon, 3 Apr 2000 04:16:43 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc usbd.conf
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/03 04:16:43 PDT
Modified files:
etc usbd.conf
Log:
Entry for Zip drive no longer needed. We do automatic rescans on connect
now.
Revision Changes Path
1.7 +1 -11 src/etc/usbd.conf
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 5: 1:44 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 43CD537BF18; Mon, 3 Apr 2000 05:01:40 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Received: (from phantom@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id FAA09956;
Mon, 3 Apr 2000 05:01:40 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Message-Id: <200004031201.FAA09956@freefall.freebsd.org>
From: Alexey Zelkin
Date: Mon, 3 Apr 2000 05:01:35 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phantom 2000/04/03 05:01:35 PDT
Modified files:
en_US.ISO_8859-1/books/faq book.sgml
Log:
* Reflect 4.x branch creation.
* Reflect current version shift: 4 -> 5
* Fix few URLs:
. releng30.freebsd.org -> releng3.freebsd.org
. ftp/pub/FreeBSD/FreeBSD-CURRENT -> ftp/pub/FreeBSD/FreeBSD-current
* Point few man.cgi's links to correct man section
Revision Changes Path
1.49 +57 -40 doc/en_US.ISO_8859-1/books/faq/book.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 5:35:26 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id F380437B8C8; Mon, 3 Apr 2000 05:35:20 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Received: (from phantom@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id FAA13511;
Mon, 3 Apr 2000 05:35:20 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Message-Id: <200004031235.FAA13511@freefall.freebsd.org>
From: Alexey Zelkin
Date: Mon, 3 Apr 2000 05:35:15 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en index.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phantom 2000/04/03 05:35:15 PDT
Modified files:
en index.sgml
Log:
Add new Ukrainian web mirror located in Crimea (www4.ua.FreeBSD.org)
Revision Changes Path
1.82 +2 -1 www/en/index.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 6: 4: 1 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1628237BA24; Mon, 3 Apr 2000 06:03:56 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Received: (from yokota@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id GAA16867;
Mon, 3 Apr 2000 06:03:55 -0700 (PDT)
(envelope-from yokota@FreeBSD.org)
Message-Id: <200004031303.GAA16867@freefall.freebsd.org>
From: Kazutaka YOKOTA
Date: Mon, 3 Apr 2000 06:03:55 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/isa syscons_isa.c src/sys/dev/syscons
scmouse.c scvgarndr.c scvidctl.c syscons.c syscons.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
yokota 2000/04/03 06:03:55 PDT
Modified files: (Branch: RELENG_4)
sys/isa syscons_isa.c
sys/dev/syscons scmouse.c scvgarndr.c scvidctl.c
syscons.c syscons.h
Log:
MFC:
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
- Fix non-destructive, underline text cursor.
- Unbreak LINT.
They correspond to:
syscons_isa.c 1.12, scmouse.c 1.13, scvgarndr.c 1.7,
scvidctl.c 1.20, syscons.c 1.337, 1.338, syscons.h 1.61, 1.62.
Revision Changes Path
1.11.2.1 +2 -1 src/sys/isa/syscons_isa.c
1.12.2.1 +14 -18 src/sys/dev/syscons/scmouse.c
1.5.2.2 +70 -24 src/sys/dev/syscons/scvgarndr.c
1.19.2.1 +10 -10 src/sys/dev/syscons/scvidctl.c
1.336.2.1 +45 -55 src/sys/dev/syscons/syscons.c
1.60.2.1 +31 -14 src/sys/dev/syscons/syscons.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 6: 7:40 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id A07F937BD20; Mon, 3 Apr 2000 06:07:35 -0700 (PDT)
(envelope-from sheldonh@FreeBSD.org)
Received: (from sheldonh@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id GAA17233;
Mon, 3 Apr 2000 06:07:35 -0700 (PDT)
(envelope-from sheldonh@FreeBSD.org)
Message-Id: <200004031307.GAA17233@freefall.freebsd.org>
From: Sheldon Hearn
Date: Mon, 3 Apr 2000 06:07:35 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 ata.4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
sheldonh 2000/04/03 06:07:35 PDT
Modified files:
share/man/man4 ata.4
Log:
Explain static numbering.
Reviewed by: asmodai
Revision Changes Path
1.5 +17 -5 src/share/man/man4/ata.4
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 6: 9:52 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id B3E5D37B6DF; Mon, 3 Apr 2000 06:09:46 -0700 (PDT)
(envelope-from sheldonh@FreeBSD.org)
Received: (from sheldonh@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id GAA17455;
Mon, 3 Apr 2000 06:09:46 -0700 (PDT)
(envelope-from sheldonh@FreeBSD.org)
Message-Id: <200004031309.GAA17455@freefall.freebsd.org>
From: Sheldon Hearn
Date: Mon, 3 Apr 2000 06:09:46 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 ata.4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
sheldonh 2000/04/03 06:09:46 PDT
Modified files: (Branch: RELENG_4)
share/man/man4 ata.4
Log:
MFC rev 1.5: Describe static numbering.
Revision Changes Path
1.3.2.1 +17 -5 src/share/man/man4/ata.4
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 7:47:48 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id D2FCC37BDF9; Mon, 3 Apr 2000 07:47:44 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id HAA94444;
Mon, 3 Apr 2000 07:47:45 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004031447.HAA94444@freefall.freebsd.org>
From: Nick Hibma
Date: Mon, 3 Apr 2000 07:47:44 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb usbdevs
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/03 07:47:44 PDT
Modified files:
sys/dev/usb usbdevs
Log:
Add Freecom + product; Update NetBSD's copyright
Revision Changes Path
1.20 +6 -2 src/sys/dev/usb/usbdevs
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 8:11:38 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 403FA37B6DB; Mon, 3 Apr 2000 08:11:33 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Received: (from phantom@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id IAA96793;
Mon, 3 Apr 2000 08:11:33 -0700 (PDT)
(envelope-from phantom@FreeBSD.org)
Message-Id: <200004031511.IAA96793@freefall.freebsd.org>
From: Alexey Zelkin
Date: Mon, 3 Apr 2000 08:11:32 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml freebsd.dsl
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
phantom 2000/04/03 08:11:32 PDT
Modified files:
ru_RU.KOI8-R/share/sgml freebsd.dsl
Log:
Correct russian language SGML defintions. Russian FAQ is building correctly now.
Revision Changes Path
1.2 +5 -2 doc/ru_RU.KOI8-R/share/sgml/freebsd.dsl
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 8:15:55 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 024D337B56D; Mon, 3 Apr 2000 08:15:53 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id IAA97462;
Mon, 3 Apr 2000 08:15:51 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004031515.IAA97462@freefall.freebsd.org>
From: Nick Hibma
Date: Mon, 3 Apr 2000 08:15:51 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/03 08:15:51 PDT
Modified files:
sys/dev/usb usbdevs.h usbdevs_data.h
Log:
Regen.
Revision Changes Path
1.40 +108 -50 src/sys/dev/usb/usbdevs.h
1.40 +312 -72 src/sys/dev/usb/usbdevs_data.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 8:17:59 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E688537B9D7; Mon, 3 Apr 2000 08:17:56 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Received: (from knu@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id IAA97639;
Mon, 3 Apr 2000 08:17:30 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Message-Id: <200004031517.IAA97639@freefall.freebsd.org>
From: Akinori MUSHA
Date: Mon, 3 Apr 2000 08:17:30 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
knu 2000/04/03 08:17:30 PDT
Modified files:
. modules
Log:
rtc --> ports/emulators/rtc
Revision Changes Path
1.1027 +2 -1 CVSROOT/modules
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 8:18:19 2000
Delivered-To: cvs-all@freebsd.org
Received: from rover.village.org (rover.village.org [204.144.255.49])
by hub.freebsd.org (Postfix) with ESMTP
id 220C637BEA3; Mon, 3 Apr 2000 08:17:28 -0700 (PDT)
(envelope-from imp@harmony.village.org)
Received: from harmony.village.org (harmony.village.org [10.0.0.6])
by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA88228;
Mon, 3 Apr 2000 09:16:41 -0600 (MDT)
(envelope-from imp@harmony.village.org)
Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA61399; Mon, 3 Apr 2000 09:16:03 -0600 (MDT)
Message-Id: <200004031516.JAA61399@harmony.village.org>
To: Nick Hibma
Subject: Re: cvs commit: src/sys/dev/usb usb.h src/usr.sbin/usbd usbd.c
Cc: "Jonathan M. Bresler" ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
In-reply-to: Your message of "Sun, 02 Apr 2000 22:08:08 BST."
References:
Date: Mon, 03 Apr 2000 09:16:03 -0600
From: Warner Losh
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message Nick Hibma writes:
: You forgot to update the manpage. Second I am not at all happy about the
: immediate MFC.
Since this is userland, I assume that the autoload will happen only if
the security level will allow it? If not, there's a problem here.
Warner
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 8:23:46 2000
Delivered-To: cvs-all@freebsd.org
Received: from rover.village.org (rover.village.org [204.144.255.49])
by hub.freebsd.org (Postfix) with ESMTP
id 3767837B8B3; Mon, 3 Apr 2000 08:23:33 -0700 (PDT)
(envelope-from imp@harmony.village.org)
Received: from harmony.village.org (harmony.village.org [10.0.0.6])
by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA88265;
Mon, 3 Apr 2000 09:23:26 -0600 (MDT)
(envelope-from imp@harmony.village.org)
Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA61478; Mon, 3 Apr 2000 09:22:47 -0600 (MDT)
Message-Id: <200004031522.JAA61478@harmony.village.org>
To: Nick Hibma
Subject: Re: cvs commit: src/sys/cam cam_periph.h cam_xpt.c src/sys/dev/usb umass.c
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
In-reply-to: Your message of "Mon, 03 Apr 2000 04:11:13 PDT."
<200004031111.EAA05374@freefall.freebsd.org>
References: <200004031111.EAA05374@freefall.freebsd.org>
Date: Mon, 03 Apr 2000 09:22:47 -0600
From: Warner Losh
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message <200004031111.EAA05374@freefall.freebsd.org> Nick Hibma writes:
: The next thing to do is find someone to commit a change to vpo to do the
: same thing. Just port umass_cam_rescan and friends across to that
: driver.
And the aic driver. And the two new pccard CAM drivers that are
currently being testing in the nomads list. And the anticipated ahc
driver cardbus attachment. Maybe there needs to be some generic thing
in CAM to do this so all of them don't have to replicate a lot of
code. I'll admit that I've not looked at Nick's umas_cam_rescan and
friends yet, so I don't know how large the code cut/paste would be.
Warner
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 8:28:36 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 7A41137B56D; Mon, 3 Apr 2000 08:28:32 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Received: (from knu@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id IAA98835;
Mon, 3 Apr 2000 08:28:31 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Message-Id: <200004031528.IAA98835@freefall.freebsd.org>
From: Akinori MUSHA
Date: Mon, 3 Apr 2000 08:28:31 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/emulators/rtc - Imported sources
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
knu 2000/04/03 08:28:31 PDT
ports/emulators/rtc - Imported sources
Update of /home/ncvs/ports/emulators/rtc
In directory freefall.freebsd.org:/d/users/knu/work/rtc
Log Message:
This is rtc, a kernel module for /dev/rtc device support.
Some apps such as VMware for Linux would be happy with it.
The code was originally written by Vladimir N. Silyaev.
Note: It _includes_ Linux ioctl support, but basically it's
FreeBSD native stuff. I'm importing this into emulators
category for convevience' sake. Check it out.
Status:
Vendor Tag: KNU
Release Tags: v2000_03_28
N ports/emulators/rtc/Makefile
N ports/emulators/rtc/files/Makefile
N ports/emulators/rtc/files/rtc.c
N ports/emulators/rtc/files/rtc.h
N ports/emulators/rtc/files/rtc.sh
N ports/emulators/rtc/files/rtc_linux.c
N ports/emulators/rtc/files/test.c
N ports/emulators/rtc/pkg/COMMENT
N ports/emulators/rtc/pkg/DESCR
N ports/emulators/rtc/pkg/PLIST
No conflicts created by this import
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 8:32:19 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 6D7E937C022; Mon, 3 Apr 2000 08:32:17 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Received: (from knu@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id IAA99309;
Mon, 3 Apr 2000 08:32:16 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Message-Id: <200004031532.IAA99309@freefall.freebsd.org>
From: Akinori MUSHA
Date: Mon, 3 Apr 2000 08:32:16 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/emulators Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
knu 2000/04/03 08:32:15 PDT
Modified files:
emulators Makefile
Log:
Activate rtc.
Revision Changes Path
1.49 +2 -1 ports/emulators/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 8:46:25 2000
Delivered-To: cvs-all@freebsd.org
Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66])
by hub.freebsd.org (Postfix) with ESMTP
id 1448837B731; Mon, 3 Apr 2000 08:45:18 -0700 (PDT)
(envelope-from nik@nothing-going-on.demon.co.uk)
Received: from kilt.nothing-going-on.org (kilt.nothing-going-on.org [192.168.1.18])
by nothing-going-on.demon.co.uk (8.9.3/8.9.3) with ESMTP id PAA58792;
Mon, 3 Apr 2000 15:21:36 +0100 (BST)
(envelope-from nik@catkin.nothing-going-on.org)
Received: (from nik@localhost)
by kilt.nothing-going-on.org (8.9.3/8.9.3) id UAA13708;
Sat, 1 Apr 2000 20:25:47 +0100 (BST)
(envelope-from nik@catkin.nothing-going-on.org)
Date: Sat, 1 Apr 2000 20:25:47 +0100
From: Nik Clayton
To: Brian Fundakowski Feldman
Cc: Jun Kuriyama , cvs-committers@FreeBSD.org,
cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/palm/prc-tools-gcc - Imported sources
Message-ID: <20000401202547.A13683@kilt.nothing-going-on.org>
References: <200003310408.UAA46941@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95.4i
In-Reply-To: ; from Brian Fundakowski Feldman on Fri, Mar 31, 2000 at 01:49:33AM -0500
Organization: FreeBSD Project
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Fri, Mar 31, 2000 at 01:49:33AM -0500, Brian Fundakowski Feldman wrote:
> On Thu, 30 Mar 2000, Jun Kuriyama wrote:
> > Log Message:
> > PRC-tools for Palm OS (gcc part).
>
> Want to do one for http://www.palm.com/devzone/pose/emulator_src_30a5.tar.gz? :)
> It's got an autoconf script and requires FLTK, so wouldn't be hard to
> make into a port, if you'd like to add that to your list ;)
I've looked briefly at this, but it didn't properly detect fltk when I had
it installed. The compile also died with a threads problem when I kludged
roung it. I suspect it's going to require 4.0 to work, and my 4.0 system
isn't up and running yet.
N
--
Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95.
Telephone line, $24.95 a month. Software, free. USENET transmission,
hundreds if not thousands of dollars. Thinking before posting, priceless.
Somethings in life you can't buy. For everything else, there's MasterCard.
-- Graham Reed, in the Scary Devil Monastery
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 9:10:43 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8C4A037BEA3; Mon, 3 Apr 2000 09:10:40 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Received: (from knu@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA03284;
Mon, 3 Apr 2000 09:10:40 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Message-Id: <200004031610.JAA03284@freefall.freebsd.org>
From: Akinori MUSHA
Date: Mon, 3 Apr 2000 09:10:40 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/emulators/vmware2/files Hints.FreeBSD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
knu 2000/04/03 09:10:40 PDT
Modified files:
emulators/vmware2/files Hints.FreeBSD
Log:
Changes:
- Mention full screen graphics mode works though it'll need due care not
to enter full screen text mode.
- Wording: vmware -> VMware
- Wording: tmpfs -> MFS
Revision Changes Path
1.3 +14 -7 ports/emulators/vmware2/files/Hints.FreeBSD
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 9:12:19 2000
Delivered-To: cvs-all@freebsd.org
Received: from caspian.plutotech.com (caspian.plutotech.com [206.168.67.80])
by hub.freebsd.org (Postfix) with ESMTP
id B29E337B731; Mon, 3 Apr 2000 09:12:10 -0700 (PDT)
(envelope-from gibbs@caspian.plutotech.com)
Received: from caspian.plutotech.com (localhost [127.0.0.1])
by caspian.plutotech.com (8.9.3/8.9.1) with ESMTP id KAA17145;
Mon, 3 Apr 2000 10:12:51 -0600 (MDT)
(envelope-from gibbs@caspian.plutotech.com)
Message-Id: <200004031612.KAA17145@caspian.plutotech.com>
X-Mailer: exmh version 2.1.1 10/15/1999
To: Warner Losh
Cc: Nick Hibma , cvs-committers@FreeBSD.org,
cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/cam cam_periph.h cam_xpt.c src/sys/dev/usb
umass.c
In-Reply-To: Your message of "Mon, 03 Apr 2000 09:22:47 MDT."
<200004031522.JAA61478@harmony.village.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Mon, 03 Apr 2000 10:12:51 -0600
From: "Justin T. Gibbs"
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
>In message <200004031111.EAA05374@freefall.freebsd.org> Nick Hibma writes:
>: The next thing to do is find someone to commit a change to vpo to do the
>: same thing. Just port umass_cam_rescan and friends across to that
>: driver.
>
>And the aic driver. And the two new pccard CAM drivers that are
>currently being testing in the nomads list. And the anticipated ahc
>driver cardbus attachment. Maybe there needs to be some generic thing
>in CAM to do this so all of them don't have to replicate a lot of
>code. I'll admit that I've not looked at Nick's umas_cam_rescan and
>friends yet, so I don't know how large the code cut/paste would be.
There are two issues here. One is a bus that can detect when a
sub-device goes away (e.g. Fiber Channel, SPI-SCAM). This should
be handled by CAM3's auto-discovery mechanism which we have yet to
implement. The second is for a SIM that arrives/departs dynamically.
It should be trivial to have a bus rescan occur when a SIM registers
a new bus (a few lines in xpt_bus_register??). The umass driver has
taken the first approach which is why Nick ran into trouble.
--
Justin
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 9:13:18 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8F0CE37BC83; Mon, 3 Apr 2000 09:13:12 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Received: (from knu@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA03532;
Mon, 3 Apr 2000 09:13:12 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Message-Id: <200004031613.JAA03532@freefall.freebsd.org>
From: Akinori MUSHA
Date: Mon, 3 Apr 2000 09:13:12 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/emulators/vmware2 Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
knu 2000/04/03 09:13:12 PDT
Modified files:
emulators/vmware2 Makefile
Log:
Make it run-depend on the emulators/rtc port and delete notice.
Revision Changes Path
1.8 +3 -13 ports/emulators/vmware2/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 9:24:29 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 5742F37B84E; Mon, 3 Apr 2000 09:24:27 -0700 (PDT)
(envelope-from nik@FreeBSD.org)
Received: (from nik@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id JAA04614;
Mon, 3 Apr 2000 09:24:17 -0700 (PDT)
(envelope-from nik@FreeBSD.org)
Message-Id: <200004031624.JAA04614@freefall.freebsd.org>
From: Nik Clayton
Date: Mon, 3 Apr 2000 09:24:17 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer/the-website chapter.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
nik 2000/04/03 09:24:17 PDT
Modified files:
en_US.ISO_8859-1/books/fdp-primer/the-website chapter.sgml
Log:
Explain how to build the web site from the repository. Based very heavily
on Wolfram's documentation explaining how to do the same thing, but with
additional markup, and a few grammatical changes.
N
Revision Changes Path
1.4 +173 -5 doc/en_US.ISO_8859-1/books/fdp-primer/the-website/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 9:51: 1 2000
Delivered-To: cvs-all@freebsd.org
Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41])
by hub.freebsd.org (Postfix) with ESMTP
id A0B1A37B8B3; Mon, 3 Apr 2000 09:50:51 -0700 (PDT)
(envelope-from n_hibma@calcaphon.com)
Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com)
by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1)
id 12cA2c-000Myd-0C; Mon, 3 Apr 2000 16:49:34 +0000
Received: from henny.qubesoft.com (henny.qubesoft.com [192.168.1.5])
by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id RAA01492;
Mon, 3 Apr 2000 17:50:43 +0100 (BST)
(envelope-from n_hibma@calcaphon.com)
Date: Mon, 3 Apr 2000 17:45:38 +0100 (BST)
From: Nick Hibma
X-Sender: n_hibma@localhost
Reply-To: Nick Hibma
To: "Justin T. Gibbs"
Cc: Warner Losh , cvs-committers@freebsd.org,
cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/cam cam_periph.h cam_xpt.c src/sys/dev/usb
umass.c
In-Reply-To: <200004031612.KAA17145@caspian.plutotech.com>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
> There are two issues here. One is a bus that can detect when a
> sub-device goes away (e.g. Fiber Channel, SPI-SCAM). This should
> be handled by CAM3's auto-discovery mechanism which we have yet to
> implement. The second is for a SIM that arrives/departs dynamically.
> It should be trivial to have a bus rescan occur when a SIM registers
> a new bus (a few lines in xpt_bus_register??). The umass driver has
> taken the first approach which is why Nick ran into trouble.
The reason why all the USB devices are registered at one bus is because
xpt_deregister_bus made my system unstable. Having one bus, and never
unload the driver is the only I could do.
The problem solved with that commit has nothing to do with the
peripheral arrival or removal. Removal can be implemented in four lines,
by sending an asynchronous AC_DEVICE_LOST event, and is trivial.
Device arrival is what I added in my commit. This is not done by any
other driver yet. This commit should be applicable to hot pluggable
drive arrays (non-RAID, just a bunch of disks).
Nick
--
n_hibma@webweaving.org
n_hibma@freebsd.org USB project
http://www.etla.net/~n_hibma/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 10: 4:47 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id D34E337BD85; Mon, 3 Apr 2000 10:04:42 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Received: (from mharo@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id KAA08412;
Mon, 3 Apr 2000 10:04:42 -0700 (PDT)
(envelope-from mharo@FreeBSD.org)
Message-Id: <200004031704.KAA08412@freefall.freebsd.org>
From: Michael Haro
Date: Mon, 3 Apr 2000 10:04:41 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/palm/prc-tools-gcc/files md5
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
mharo 2000/04/03 10:04:41 PDT
Modified files:
palm/prc-tools-gcc/files md5
Log:
The port fetches the gcc and gdb tarballs into /usr/ports/distfiles/{gcc,gdb}
but the md5 file doesn't have the path prefixes.
PR: 17760
Submitted by: David G. Paschich
Revision Changes Path
1.2 +2 -2 ports/palm/prc-tools-gcc/files/md5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 12:24:34 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id A9F6B37B79B; Mon, 3 Apr 2000 12:24:31 -0700 (PDT)
(envelope-from iwasaki@FreeBSD.org)
Received: (from iwasaki@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA22178;
Mon, 3 Apr 2000 12:24:31 -0700 (PDT)
(envelope-from iwasaki@FreeBSD.org)
Message-Id: <200004031924.MAA22178@freefall.freebsd.org>
From: Mitsuru IWASAKI
Date: Mon, 3 Apr 2000 12:24:26 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc Makefile src/etc/defaults pccard.conf rc.conf
src/share/examples/etc README.examples
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
iwasaki 2000/04/03 12:24:25 PDT
Modified files:
etc Makefile
etc/defaults pccard.conf rc.conf
share/examples/etc README.examples
Log:
Enable etc/defaults/pccard.conf which is default configuration file
for pccardd.
Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf
as well.
Note that old pccard.conf.sample still remains for while but
no longer to be maintained.
Reviewed by: imp, -mobile ML and nomads ML in Japan.
Revision Changes Path
1.220 +4 -1 src/etc/Makefile
1.96 +6 -2 src/etc/defaults/pccard.conf
1.58 +2 -2 src/etc/defaults/rc.conf
1.6 +2 -2 src/share/examples/etc/README.examples
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 12:32:29 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id B248037B5BA; Mon, 3 Apr 2000 12:32:24 -0700 (PDT)
(envelope-from wilko@FreeBSD.org)
Received: (from wilko@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA23009;
Mon, 3 Apr 2000 12:32:24 -0700 (PDT)
(envelope-from wilko@FreeBSD.org)
Message-Id: <200004031932.MAA23009@freefall.freebsd.org>
From: Wilko Bulte
Date: Mon, 3 Apr 2000 12:32:23 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
wilko 2000/04/03 12:32:23 PDT
Modified files:
release/texts/alpha HARDWARE.TXT
Log:
Add note on SCSI floppy on DEC3000 series
Revision Changes Path
1.25 +4 -0 src/release/texts/alpha/HARDWARE.TXT
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 12:33:27 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 92B5E37B787; Mon, 3 Apr 2000 12:33:23 -0700 (PDT)
(envelope-from wilko@FreeBSD.org)
Received: (from wilko@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA23161;
Mon, 3 Apr 2000 12:33:23 -0700 (PDT)
(envelope-from wilko@FreeBSD.org)
Message-Id: <200004031933.MAA23161@freefall.freebsd.org>
From: Wilko Bulte
Date: Mon, 3 Apr 2000 12:33:22 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
wilko 2000/04/03 12:33:22 PDT
Modified files: (Branch: RELENG_4)
release/texts/alpha HARDWARE.TXT
Log:
Add note on SCSI floppy found on DEC3000 series
Revision Changes Path
1.22.2.2 +4 -0 src/release/texts/alpha/HARDWARE.TXT
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 12:37:36 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 866AF37BCE4; Mon, 3 Apr 2000 12:37:33 -0700 (PDT)
(envelope-from andreas@FreeBSD.org)
Received: (from andreas@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA23631;
Mon, 3 Apr 2000 12:37:32 -0700 (PDT)
(envelope-from andreas@FreeBSD.org)
Message-Id: <200004031937.MAA23631@freefall.freebsd.org>
From: Andreas Klemm
Date: Mon, 3 Apr 2000 12:37:32 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/apsfilter Makefile ports/print/apsfilter/files
md5 ports/print/apsfilter/patches patch-5.3.0-02.04.2000-20:08:48
ports/print/apsfilter/scripts configure
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
andreas 2000/04/03 12:37:31 PDT
Modified files:
print/apsfilter Makefile
print/apsfilter/files md5
print/apsfilter/scripts configure
Removed files:
print/apsfilter/patches patch-5.3.0-02.04.2000-20:08:48
Log:
apsfilter release 5.3.1
Fixes BUG in apsfilter 5.3.0
SETUP: you entered a "printer selection loop" when selecting uniprint
printer
Includes the previous patch for CLASS support and such ...
Revision Changes Path
1.48 +2 -2 ports/print/apsfilter/Makefile
1.21 +1 -1 ports/print/apsfilter/files/md5
1.10 +2 -2 ports/print/apsfilter/scripts/configure
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 12:54:42 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id DDEB137B512; Mon, 3 Apr 2000 12:54:39 -0700 (PDT)
(envelope-from gj@FreeBSD.org)
Received: (from gj@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA25440;
Mon, 3 Apr 2000 12:54:34 -0700 (PDT)
(envelope-from gj@FreeBSD.org)
Message-Id: <200004031954.MAA25440@freefall.freebsd.org>
From: Gary Jennejohn
Date: Mon, 3 Apr 2000 12:54:34 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/net slcompress.h src/usr.sbin/ppp slcompress.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
gj 2000/04/03 12:54:34 PDT
Modified files:
sys/net slcompress.h
usr.sbin/ppp slcompress.h
Log:
Nuke csu_hdr from struct cspace. csu_hdr is not used anywhere in the
tree. This considerably reduces unnecessary bloat in struct slcompress.
I'm running with this change right now and have seen no negative
side-effects.
On my sytem this reduced kernel BSS by about 25KB.
Submitted by: bde
Approved by: brian for user-ppp
Revision Changes Path
1.15 +3 -8 src/sys/net/slcompress.h
1.14 +2 -8 src/usr.sbin/ppp/slcompress.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 12:56:56 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 221E837B7B6; Mon, 3 Apr 2000 12:56:51 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id MAA25768;
Mon, 3 Apr 2000 12:56:50 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004031956.MAA25768@freefall.freebsd.org>
From: Brian Somers
Date: Mon, 3 Apr 2000 12:56:50 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/ppp systems.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/03 12:56:50 PDT
Modified files:
usr.sbin/ppp systems.c
Log:
Plug two file descriptor leaks
Revision Changes Path
1.61 +7 -3 src/usr.sbin/ppp/systems.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 13: 2:21 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 56B2F37B7DB; Mon, 3 Apr 2000 13:02:19 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA27017;
Mon, 3 Apr 2000 13:02:08 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004032002.NAA27017@freefall.freebsd.org>
From: Brian Somers
Date: Mon, 3 Apr 2000 13:02:03 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/ppp systems.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/03 13:02:03 PDT
Modified files: (Branch: RELENG_4)
usr.sbin/ppp systems.c
Log:
MFC: Plug two file descriptor leaks
Revision Changes Path
1.58.2.2 +7 -3 src/usr.sbin/ppp/systems.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 13: 2:36 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 2948737B9CE; Mon, 3 Apr 2000 13:02:30 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA27091;
Mon, 3 Apr 2000 13:02:29 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004032002.NAA27091@freefall.freebsd.org>
From: Brian Somers
Date: Mon, 3 Apr 2000 13:02:29 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/ppp systems.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/03 13:02:29 PDT
Modified files: (Branch: RELENG_3)
usr.sbin/ppp systems.c
Log:
MFC: Plug two file descriptor leaks
Revision Changes Path
1.40.2.9 +7 -3 src/usr.sbin/ppp/systems.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 13:13:46 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 8C81437B5D3; Mon, 3 Apr 2000 13:13:43 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA28094;
Mon, 3 Apr 2000 13:13:09 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004032013.NAA28094@freefall.freebsd.org>
From: Nick Hibma
Date: Mon, 3 Apr 2000 13:13:09 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/isa atapi.c atapi.h wd.c
src/sys/pc98/pc98 atapi.c wd.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/03 13:13:09 PDT
Modified files: (Branch: RELENG_4)
sys/i386/isa atapi.c atapi.h wd.c
sys/pc98/pc98 atapi.c wd.c
Log:
Unbreak LINT: Rename atapi_start to atapi_strt in the 'old' ATAPI driver.
Revision Changes Path
1.36.2.1 +6 -6 src/sys/i386/isa/Attic/atapi.c
1.19.2.1 +2 -2 src/sys/i386/isa/Attic/atapi.h
1.219.2.1 +2 -2 src/sys/i386/isa/wd.c
1.5.4.1 +6 -6 src/sys/pc98/pc98/atapi.c
1.104.2.1 +2 -2 src/sys/pc98/pc98/wd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 13:18: 9 2000
Delivered-To: cvs-all@freebsd.org
Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16])
by hub.freebsd.org (Postfix) with ESMTP
id 96B4337C084; Mon, 3 Apr 2000 13:14:00 -0700 (PDT)
(envelope-from bde@zeta.org.au)
Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102])
by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id GAA26068;
Tue, 4 Apr 2000 06:13:08 +1000
Date: Tue, 4 Apr 2000 06:12:50 +1000 (EST)
From: Bruce Evans
X-Sender: bde@alphplex.bde.org
To: Poul-Henning Kamp
Cc: "Justin T. Gibbs" ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-Reply-To: <14634.954691700@critter.freebsd.dk>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sun, 2 Apr 2000, Poul-Henning Kamp wrote:
> In message , Bruce Ev
> ans writes:
>
> >"struct bio" is unfortunately even more block-specific than "struct buf",
> >since it doesn't have anything like "off_t b_offset". b_offset is
> >currently used mainly in the acd driver to handle weird block sizes.
>
> Well, I have b_offset in my cross-hair, because I know sos will roast
> me if I don't handle that case also :-)
>
> As far as I know, b_offset is only really used for physio and the only
> two drivers who understand non DEV_BSIZE multiple requests are the
> scsi-tape and atapi-cd drivers.
The disk layer already handles special sector sizes without adding much
overhead to the usual case. I hope it can do something similar for
b_offset. E.g., only one of { b_blkno, b_offset } needs to be valid.
Theat one could be maintained by all layers and the other one ignored
by all layers.
> The question at the heart of this is really: do we want to suffer
> the overhead of converting from byte offsets to sector number all
> the time or do we want to optimize for the predominantly used
> concept of sectors ?
I don't want conversions just to match the interface.
Bruce
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 13:38:14 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id 8731237BF06; Mon, 3 Apr 2000 13:34:04 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA23426;
Mon, 3 Apr 2000 22:33:41 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Bruce Evans
Cc: "Justin T. Gibbs" ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-reply-to: Your message of "Tue, 04 Apr 2000 06:12:50 +1000."
Date: Mon, 03 Apr 2000 22:33:41 +0200
Message-ID: <23424.954794021@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message , Bruce Eva
ns writes:
>The disk layer already handles special sector sizes without adding much
>overhead to the usual case. I hope it can do something similar for
>b_offset. E.g., only one of { b_blkno, b_offset } needs to be valid.
>Theat one could be maintained by all layers and the other one ignored
>by all layers.
Let me see if I read you right:
a 64bit byte offset in bio->bio_offset
no bio->bio_*blkno fields
we retain buf->b_blkno
is that it ?
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 13:57:16 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 5498337B869; Mon, 3 Apr 2000 13:57:10 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Received: (from will@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA32369;
Mon, 3 Apr 2000 13:54:50 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Message-Id: <200004032054.NAA32369@freefall.freebsd.org>
From: Will Andrews
Date: Mon, 3 Apr 2000 13:54:50 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/textproc Makefile ports/textproc/xlhtml Makefile
ports/textproc/xlhtml/files md5 ports/textproc/xlhtml/patches
patch-aa patch-ab patch-ac patch-ad patch-ae
ports/textproc/xlhtml/pkg COMMENT DESCR PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
will 2000/04/03 13:54:50 PDT
Modified files:
textproc Makefile
Added files:
textproc/xlhtml Makefile
textproc/xlhtml/files md5
textproc/xlhtml/patches patch-aa patch-ab patch-ac patch-ad
patch-ae
textproc/xlhtml/pkg COMMENT DESCR PLIST
Log:
Add xlhtml, a converter from MS Word/Powerpoint to HTML.
PR: 17633
Submitted by: Maxim Sobolev
Revision Changes Path
1.86 +2 -1 ports/textproc/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 13:57:52 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id CBDB537B5B5; Mon, 3 Apr 2000 13:57:48 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Received: (from will@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA32539;
Mon, 3 Apr 2000 13:55:32 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Message-Id: <200004032055.NAA32539@freefall.freebsd.org>
From: Will Andrews
Date: Mon, 3 Apr 2000 13:55:32 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
will 2000/04/03 13:55:32 PDT
Modified files:
. modules
Log:
xlhtml --> ports/textproc/xlhtml
Revision Changes Path
1.1028 +2 -1 CVSROOT/modules
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 14: 0:43 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 5A08537B5B5; Mon, 3 Apr 2000 14:00:30 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id NAA33140;
Mon, 3 Apr 2000 13:58:32 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004032058.NAA33140@freefall.freebsd.org>
From: Nick Hibma
Date: Mon, 3 Apr 2000 13:58:32 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb hid.c if_aue.c if_cue.c if_kue.c
kue_fw.h ohci.c ugen.c uhci.c uhid.c uhub.c ukbd.c ulpt.c umass.c
umodem.c ums.c urio.c usb.c usb_ethersubr.c usb_port.h
usb_quirks.c usb_subr.c usbdi.c usbdi_util.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/03 13:58:32 PDT
Modified files:
sys/dev/usb hid.c if_aue.c if_cue.c if_kue.c kue_fw.h
ohci.c ugen.c uhci.c uhid.c uhub.c ukbd.c
ulpt.c umass.c umodem.c ums.c urio.c
usb.c usb_ethersubr.c usb_port.h
usb_quirks.c usb_subr.c usbdi.c
usbdi_util.c
Log:
OpenBSD has a broken debugger that does not grok static. Use a
#define Static static
that the OpenBSD folks can define it to be empty if they like.
Revision Changes Path
1.13 +3 -3 src/sys/dev/usb/hid.c
1.22 +72 -72 src/sys/dev/usb/if_aue.c
1.9 +60 -60 src/sys/dev/usb/if_cue.c
1.21 +49 -49 src/sys/dev/usb/if_kue.c
1.2 +4 -4 src/sys/dev/usb/kue_fw.h
1.42 +115 -115 src/sys/dev/usb/ohci.c
1.39 +18 -18 src/sys/dev/usb/ugen.c
1.43 +81 -81 src/sys/dev/usb/uhci.c
1.28 +6 -6 src/sys/dev/usb/uhid.c
1.22 +8 -8 src/sys/dev/usb/uhub.c
1.25 +63 -63 src/sys/dev/usb/ukbd.c
1.27 +6 -6 src/sys/dev/usb/ulpt.c
1.19 +58 -58 src/sys/dev/usb/umass.c
1.18 +2 -2 src/sys/dev/usb/umodem.c
1.37 +21 -21 src/sys/dev/usb/ums.c
1.2 +4 -4 src/sys/dev/usb/urio.c
1.27 +11 -11 src/sys/dev/usb/usb.c
1.5 +7 -7 src/sys/dev/usb/usb_ethersubr.c
1.27 +16 -11 src/sys/dev/usb/usb_port.h
1.22 +2 -2 src/sys/dev/usb/usb_quirks.c
1.24 +13 -13 src/sys/dev/usb/usb_subr.c
1.36 +9 -9 src/sys/dev/usb/usbdi.c
1.16 +3 -3 src/sys/dev/usb/usbdi_util.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 14:11:15 2000
Delivered-To: cvs-all@freebsd.org
Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25])
by hub.freebsd.org (Postfix) with SMTP id CDB1C37B982
for ; Mon, 3 Apr 2000 14:11:10 -0700 (PDT)
(envelope-from bde@zeta.org.au)
Received: (qmail 4465 invoked from network); 3 Apr 2000 21:11:06 -0000
Received: from bde.zeta.org.au (203.2.228.102)
by gidora.zeta.org.au with SMTP; 3 Apr 2000 21:11:06 -0000
Date: Tue, 4 Apr 2000 07:10:47 +1000 (EST)
From: Bruce Evans
X-Sender: bde@alphplex.bde.org
To: Poul-Henning Kamp
Cc: "Justin T. Gibbs" ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-Reply-To: <23424.954794021@critter.freebsd.dk>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Mon, 3 Apr 2000, Poul-Henning Kamp wrote:
> In message , Bruce Eva
> ns writes:
>
> >The disk layer already handles special sector sizes without adding much
> >overhead to the usual case. I hope it can do something similar for
> >b_offset. E.g., only one of { b_blkno, b_offset } needs to be valid.
> >Theat one could be maintained by all layers and the other one ignored
> >by all layers.
>
> Let me see if I read you right:
> a 64bit byte offset in bio->bio_offset
> no bio->bio_*blkno fields
> we retain buf->b_blkno
>
> is that it ?
Not quite. Something obviously has to set the disk-level block number
(currently bio_pblkno). It should be set from a valid block number or
offset (bio_blkno or bio_offset). There needs to be a validity bit or
out-of bounds values to indicate invalid fields (I prefer the bit).
Callers prefer bio_blkno if it is convenient and works (i.e., in most
cases, until 1TB disks become common).
bio_offset could be overlayed with bio_blkno to save space (this requires
a validity bit). The validity bit essentially gives a block size.
It is set when the block size is 1 and the full 64 bits of the offset
are valid, and clear when the block size is DEV_BSIZE and only 32 bits
of the offset are valid.
Bruce
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 14:21:21 2000
Delivered-To: cvs-all@freebsd.org
Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2])
by hub.freebsd.org (Postfix) with ESMTP
id 02A5337B5CA; Mon, 3 Apr 2000 14:21:17 -0700 (PDT)
(envelope-from dillon@apollo.backplane.com)
Received: (from dillon@localhost)
by apollo.backplane.com (8.9.3/8.9.1) id OAA61456;
Mon, 3 Apr 2000 14:21:11 -0700 (PDT)
(envelope-from dillon)
Date: Mon, 3 Apr 2000 14:21:11 -0700 (PDT)
From: Matthew Dillon
Message-Id: <200004032121.OAA61456@apollo.backplane.com>
To: Bruce Evans
Cc: Poul-Henning Kamp ,
"Justin T. Gibbs" , cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
References:
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
:Not quite. Something obviously has to set the disk-level block number
:(currently bio_pblkno). It should be set from a valid block number or
:offset (bio_blkno or bio_offset). There needs to be a validity bit or
:out-of bounds values to indicate invalid fields (I prefer the bit).
:Callers prefer bio_blkno if it is convenient and works (i.e., in most
:cases, until 1TB disks become common).
:
:bio_offset could be overlayed with bio_blkno to save space (this requires
:a validity bit). The validity bit essentially gives a block size.
:It is set when the block size is 1 and the full 64 bits of the offset
:are valid, and clear when the block size is DEV_BSIZE and only 32 bits
:of the offset are valid.
:
:Bruce
This seems needlessly complex to me. A low level device driver knows
what the sector size of its physical media is, if we are going to mess
with the offset/blocknumber fields at all we should simply have a single
64 bit offset field. No validity bits, no dualities, no confusion
anywhere in the chain.
-Matt
Matthew Dillon
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 14:28:58 2000
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131])
by hub.freebsd.org (Postfix) with ESMTP
id 2145237B644; Mon, 3 Apr 2000 14:28:52 -0700 (PDT)
(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1])
by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id XAA23863;
Mon, 3 Apr 2000 23:28:37 +0200 (CEST)
(envelope-from phk@critter.freebsd.dk)
To: Bruce Evans
Cc: "Justin T. Gibbs" ,
cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-reply-to: Your message of "Tue, 04 Apr 2000 07:10:47 +1000."
Date: Mon, 03 Apr 2000 23:28:37 +0200
Message-ID: <23861.954797317@critter.freebsd.dk>
From: Poul-Henning Kamp
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
In message , Bruce Ev
ans writes:
>> Let me see if I read you right:
>> a 64bit byte offset in bio->bio_offset
>> no bio->bio_*blkno fields
>> we retain buf->b_blkno
>>
>> is that it ?
>
>Not quite. Something obviously has to set the disk-level block number
>(currently bio_pblkno). It should be set from a valid block number or
>offset (bio_blkno or bio_offset). There needs to be a validity bit or
>out-of bounds values to indicate invalid fields (I prefer the bit).
>Callers prefer bio_blkno if it is convenient and works (i.e., in most
>cases, until 1TB disks become common).
>
>bio_offset could be overlayed with bio_blkno to save space (this requires
>a validity bit). The validity bit essentially gives a block size.
>It is set when the block size is 1 and the full 64 bits of the offset
>are valid, and clear when the block size is DEV_BSIZE and only 32 bits
>of the offset are valid.
Uhm Bruce, the code to implement this dual valid bit thingie will take
up more space than we will ever save by doing it.
Lets keep it simple please.
I will propose we stick to just one field in struct bio: a 64bit
byte offset, we may want to keep a blkno around in struct buf,
but lets decide that separately.
The need for multiple adresses (_blkno, _pblkno) will go away in
one of the next rounds so all we need in the end is just one
bio_offset field.
--
Poul-Henning Kamp FreeBSD coreteam member
phk@FreeBSD.ORG "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 14:38:42 2000
Delivered-To: cvs-all@freebsd.org
Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66])
by hub.freebsd.org (Postfix) with ESMTP
id 66B9637B5BE; Mon, 3 Apr 2000 14:38:21 -0700 (PDT)
(envelope-from nik@nothing-going-on.demon.co.uk)
Received: (from nik@localhost)
by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id RAA81366;
Mon, 3 Apr 2000 17:52:52 +0100 (BST)
(envelope-from nik)
Date: Mon, 3 Apr 2000 17:52:51 +0100
From: Nik Clayton
To: John Baldwin
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/x11/eweather - Imported sources
Message-ID: <20000403175251.A81216@catkin.nothing-going-on.org>
References: <200003311831.KAA74349@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95.4i
In-Reply-To: <200003311831.KAA74349@freefall.freebsd.org>; from John Baldwin on Fri, Mar 31, 2000 at 10:31:33AM -0800
Organization: FreeBSD Project
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Fri, Mar 31, 2000 at 10:31:33AM -0800, John Baldwin wrote:
> jhb 2000/03/31 10:31:33 PST
>
> ports/x11/eweather - Imported sources
> Update of /home/ncvs/ports/x11/eweather
> In directory freefall.freebsd.org:/d/users/jhb/work/ports/x11/eweather
>
> Log Message:
> E-Weather is an epplet used to display information about the current
> weather similar to the wmWeather dockapp.
Useful, presumably, if you're in an underground bunker. . .
N
--
Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95.
Telephone line, $24.95 a month. Software, free. USENET transmission,
hundreds if not thousands of dollars. Thinking before posting, priceless.
Somethings in life you can't buy. For everything else, there's MasterCard.
-- Graham Reed, in the Scary Devil Monastery
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 14:45:44 2000
Delivered-To: cvs-all@freebsd.org
Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.184])
by hub.freebsd.org (Postfix) with ESMTP
id 6075537B5C3; Mon, 3 Apr 2000 14:45:39 -0700 (PDT)
(envelope-from msmith@mass.cdrom.com)
Received: from mass.cdrom.com (localhost [127.0.0.1])
by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id OAA02130;
Mon, 3 Apr 2000 14:50:02 -0700 (PDT)
(envelope-from msmith@mass.cdrom.com)
Message-Id: <200004032150.OAA02130@mass.cdrom.com>
X-Mailer: exmh version 2.1.1 10/15/1999
To: Bruce Evans
Cc: Poul-Henning Kamp ,
"Justin T. Gibbs" , cvs-committers@FreeBSD.org,
cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern kern_mib.c vfs_bio.c src/sys/sys buf.h
In-reply-to: Your message of "Tue, 04 Apr 2000 07:10:47 +1000."
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Mon, 03 Apr 2000 14:50:02 -0700
From: Mike Smith
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
> > Let me see if I read you right:
> > a 64bit byte offset in bio->bio_offset
> > no bio->bio_*blkno fields
> > we retain buf->b_blkno
> >
> > is that it ?
>
> Not quite. Something obviously has to set the disk-level block number
> (currently bio_pblkno). It should be set from a valid block number or
> offset (bio_blkno or bio_offset). There needs to be a validity bit or
> out-of bounds values to indicate invalid fields (I prefer the bit).
> Callers prefer bio_blkno if it is convenient and works (i.e., in most
> cases, until 1TB disks become common).
>
> bio_offset could be overlayed with bio_blkno to save space (this requires
> a validity bit). The validity bit essentially gives a block size.
> It is set when the block size is 1 and the full 64 bits of the offset
> are valid, and clear when the block size is DEV_BSIZE and only 32 bits
> of the offset are valid.
I don't much like this.
The device exports its block size in bytes; currently we make a lot of
assumptions about this being DEV_BSIZE, but this is an error in other
code that shouldn't be perpetuated.
The device operates in units of its current block size. Code layered
above the device driver knows this size. It is never valid (AFACT) to
make an I/O request that is not a multiple of the current block size or on
a block boundary. Thus it would make sense to mandate that the I/O size/
offset that is passed to the device should only ever be expressed in units
of the device's current block size.
Previous discussions about the use of byte-sized lengths and offsets in
other parts of the system have been primarily to get around the abuse of
DEV_BSIZE as an implied multiplier and all the associated drawbacks; I
don't think that they ever countenanced passing these values down to the
driver itself.
--
\\ Give a man a fish, and you feed him for a day. \\ Mike Smith
\\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org
\\ and he'll hate you for a lifetime. \\ msmith@cdrom.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15: 8:29 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 5F97537B63F; Mon, 3 Apr 2000 15:08:27 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Received: (from will@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA39524;
Mon, 3 Apr 2000 15:08:27 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Message-Id: <200004032208.PAA39524@freefall.freebsd.org>
From: Will Andrews
Date: Mon, 3 Apr 2000 15:08:26 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www Makefile ports/www/kwebsearch Makefile
ports/www/kwebsearch/files md5 ports/www/kwebsearch/pkg COMMENT
DESCR PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
will 2000/04/03 15:08:25 PDT
Modified files:
www Makefile
Added files:
www/kwebsearch Makefile
www/kwebsearch/files md5
www/kwebsearch/pkg COMMENT DESCR PLIST
Log:
Add kwebsearch, a utility to do searches on FTP/WWW/etc. sites from a menu.
PR: 15424
Revision Changes Path
1.210 +2 -1 ports/www/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15: 9:17 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id C214937B74B; Mon, 3 Apr 2000 15:09:12 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Received: (from will@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA39604;
Mon, 3 Apr 2000 15:09:12 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Message-Id: <200004032209.PAA39604@freefall.freebsd.org>
From: Will Andrews
Date: Mon, 3 Apr 2000 15:09:12 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
will 2000/04/03 15:09:12 PDT
Modified files:
. modules
Log:
kwebsearch --> ports/www/kwebsearch
Revision Changes Path
1.1029 +2 -1 CVSROOT/modules
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15:11: 7 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 2654337B7D1; Mon, 3 Apr 2000 15:11:02 -0700 (PDT)
(envelope-from jdp@FreeBSD.org)
Received: (from jdp@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA39855;
Mon, 3 Apr 2000 15:11:02 -0700 (PDT)
(envelope-from jdp@FreeBSD.org)
Message-Id: <200004032211.PAA39855@freefall.freebsd.org>
From: John Polstra
Date: Mon, 3 Apr 2000 15:11:01 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/chflags chflags.1
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
jdp 2000/04/03 15:11:00 PDT
Modified files:
usr.bin/chflags chflags.1
Log:
Document that the flags can be specified as an octal number.
Revision Changes Path
1.10 +3 -2 src/usr.bin/chflags/chflags.1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15:12:22 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4E12E37B58D; Mon, 3 Apr 2000 15:12:18 -0700 (PDT)
(envelope-from jdp@FreeBSD.org)
Received: (from jdp@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA39946;
Mon, 3 Apr 2000 15:12:18 -0700 (PDT)
(envelope-from jdp@FreeBSD.org)
Message-Id: <200004032212.PAA39946@freefall.freebsd.org>
From: John Polstra
Date: Mon, 3 Apr 2000 15:12:17 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/chflags chflags.1
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
jdp 2000/04/03 15:12:17 PDT
Modified files: (Branch: RELENG_4)
usr.bin/chflags chflags.1
Log:
MFC 1.9 -> 1.10: Document that flags can be specified as an octal
number.
Revision Changes Path
1.9.2.1 +3 -2 src/usr.bin/chflags/chflags.1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15:13:44 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id CACC137B6D0; Mon, 3 Apr 2000 15:13:42 -0700 (PDT)
(envelope-from jdp@FreeBSD.org)
Received: (from jdp@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA40070;
Mon, 3 Apr 2000 15:13:42 -0700 (PDT)
(envelope-from jdp@FreeBSD.org)
Message-Id: <200004032213.PAA40070@freefall.freebsd.org>
From: John Polstra
Date: Mon, 3 Apr 2000 15:13:42 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/chflags chflags.1
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
jdp 2000/04/03 15:13:42 PDT
Modified files: (Branch: RELENG_3)
usr.bin/chflags chflags.1
Log:
MFC 1.9 -> 1.10: Document that the flags can be specified as an
octal number.
Revision Changes Path
1.6.2.3 +3 -2 src/usr.bin/chflags/chflags.1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15:19:49 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id DF04237B7F6; Mon, 3 Apr 2000 15:19:46 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA40643;
Mon, 3 Apr 2000 15:19:46 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004032219.PAA40643@freefall.freebsd.org>
From: Nick Hibma
Date: Mon, 3 Apr 2000 15:19:45 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb umass.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/03 15:19:45 PDT
Modified files:
sys/dev/usb umass.c
Log:
Numerous fixes brought in by Lennart Augustsson from NetBSD:
- Request the maximum number of LUNs on a device if it is
a Bulk-Only device.
- Handle NO_TEST_UNIT_READY case for SCSI
- Add NO_START_STOP quirk for LS-120
- Fix a KASSERT which was the wrong way around.
- Kickstart the LS-120 with the infamous LS-120 specific command of
which no one knows what it doesn, apart from the fact that it appeared
in the Linux code someday.
Revision Changes Path
1.20 +151 -47 src/sys/dev/usb/umass.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15:27:49 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 80B0237B628; Mon, 3 Apr 2000 15:27:47 -0700 (PDT)
(envelope-from jmz@FreeBSD.org)
Received: (from jmz@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA41320;
Mon, 3 Apr 2000 15:27:46 -0700 (PDT)
(envelope-from jmz@FreeBSD.org)
Message-Id: <200004032227.PAA41320@freefall.freebsd.org>
From: Jean-Marc Zucconi
Date: Mon, 3 Apr 2000 15:27:45 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11/XFree86-4/patches patch-e
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
jmz 2000/04/03 15:27:45 PDT
Modified files:
x11/XFree86-4/patches patch-e
Log:
patch-e (for locale.alias) in x11/XFree86-4 port was wrong
Revision Changes Path
1.3 +12 -3 ports/x11/XFree86-4/patches/patch-e
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15:28:22 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 07E9E37B628; Mon, 3 Apr 2000 15:28:18 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA41403;
Mon, 3 Apr 2000 15:28:17 -0700 (PDT)
(envelope-from n_hibma@FreeBSD.org)
Message-Id: <200004032228.PAA41403@freefall.freebsd.org>
From: Nick Hibma
Date: Mon, 3 Apr 2000 15:28:16 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/usb umass.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
n_hibma 2000/04/03 15:28:16 PDT
Modified files:
sys/dev/usb umass.c
Log:
Dereference a pointer (print int instead of pointer value)
Revision Changes Path
1.21 +2 -2 src/sys/dev/usb/umass.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15:37:18 2000
Delivered-To: cvs-all@freebsd.org
Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146])
by hub.freebsd.org (Postfix) with ESMTP
id B23CA37BAEE; Mon, 3 Apr 2000 15:37:04 -0700 (PDT)
(envelope-from jhb@FreeBSD.org)
Received: from john.baldwin.cx (john [10.0.0.2])
by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id SAA99664;
Mon, 3 Apr 2000 18:36:54 -0400 (EDT)
(envelope-from jhb@FreeBSD.org)
Message-Id: <200004032236.SAA99664@server.baldwin.cx>
X-Mailer: XFMail 1.4.0 on FreeBSD
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
In-Reply-To: <20000403175251.A81216@catkin.nothing-going-on.org>
Date: Mon, 03 Apr 2000 18:36:54 -0400 (EDT)
From: John Baldwin
To: Nik Clayton
Subject: Re: cvs commit: ports/x11/eweather - Imported sources
Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On 03-Apr-00 Nik Clayton wrote:
> On Fri, Mar 31, 2000 at 10:31:33AM -0800, John Baldwin wrote:
>> jhb 2000/03/31 10:31:33 PST
>>
>> ports/x11/eweather - Imported sources
>> Update of /home/ncvs/ports/x11/eweather
>> In directory freefall.freebsd.org:/d/users/jhb/work/ports/x11/eweather
>>
>> Log Message:
>> E-Weather is an epplet used to display information about the current
>> weather similar to the wmWeather dockapp.
>
> Useful, presumably, if you're in an underground bunker. . .
Some of us like our CPU-intensive and memory-hogging eye candy. :)
> N
--
John Baldwin -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 15:58: 8 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id E220537BB96; Mon, 3 Apr 2000 15:58:02 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id PAA44598;
Mon, 3 Apr 2000 15:58:02 -0700 (PDT)
(envelope-from brian@FreeBSD.org)
Message-Id: <200004032258.PAA44598@freefall.freebsd.org>
From: Brian Somers
Date: Mon, 3 Apr 2000 15:58:02 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/ppp defs.c systems.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
brian 2000/04/03 15:58:01 PDT
Modified files: (Branch: RELENG_4)
usr.sbin/ppp defs.c systems.c
Log:
MFC: Don't wander off into oblivion when parsing "#"
Revision Changes Path
1.31.2.2 +3 -3 src/usr.sbin/ppp/defs.c
1.58.2.3 +1 -7 src/usr.sbin/ppp/systems.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 16: 8:51 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id AD7AF37B760; Mon, 3 Apr 2000 16:08:48 -0700 (PDT)
(envelope-from nik@FreeBSD.org)
Received: (from nik@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id QAA45558;
Mon, 3 Apr 2000 16:08:49 -0700 (PDT)
(envelope-from nik@FreeBSD.org)
Message-Id: <200004032308.QAA45558@freefall.freebsd.org>
From: Nik Clayton
Date: Mon, 3 Apr 2000 16:08:48 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
nik 2000/04/03 16:08:48 PDT
Modified files:
en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml
Log:
Point people at /usr/src/UPDATING before doing anything else.
Revision Changes Path
1.44 +20 -1 doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 16:12:32 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id C5F3137B58E; Mon, 3 Apr 2000 16:12:28 -0700 (PDT)
(envelope-from nik@FreeBSD.org)
Received: (from nik@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id QAA45851;
Mon, 3 Apr 2000 16:12:28 -0700 (PDT)
(envelope-from nik@FreeBSD.org)
Message-Id: <200004032312.QAA45851@freefall.freebsd.org>
From: Nik Clayton
Date: Mon, 3 Apr 2000 16:12:28 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
nik 2000/04/03 16:12:28 PDT
Modified files:
en_US.ISO_8859-1/articles/committers-guide article.sgml
Log:
Tell the new committer to add themselves to www/en/news/newsflash.sgml
Revision Changes Path
1.19 +5 -0 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 17:26:18 2000
Delivered-To: cvs-all@freebsd.org
Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99])
by hub.freebsd.org (Postfix) with ESMTP
id 83AE437B74A; Mon, 3 Apr 2000 17:26:12 -0700 (PDT)
(envelope-from winter@jurai.net)
Received: from localhost (winter@localhost)
by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id UAA65032;
Mon, 3 Apr 2000 20:26:08 -0400 (EDT)
Date: Mon, 3 Apr 2000 20:26:08 -0400 (EDT)
From: "Matthew N. Dodd"
To: John Baldwin
Cc: Nik Clayton , cvs-all@FreeBSD.org,
cvs-committers@FreeBSD.org
Subject: Re: cvs commit: ports/x11/eweather - Imported sources
In-Reply-To: <200004032236.SAA99664@server.baldwin.cx>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Mon, 3 Apr 2000, John Baldwin wrote:
> On 03-Apr-00 Nik Clayton wrote:
> > On Fri, Mar 31, 2000 at 10:31:33AM -0800, John Baldwin wrote:
> > Useful, presumably, if you're in an underground bunker. . .
> Some of us like our CPU-intensive and memory-hogging eye candy. :)
Some of us also have all the windows foiled over.
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD |
| winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever |
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 17:27: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6])
by hub.freebsd.org (Postfix) with ESMTP
id 4720B37B5E1; Mon, 3 Apr 2000 17:26:58 -0700 (PDT)
(envelope-from billf@jade.chc-chimes.com)
Received: by jade.chc-chimes.com (Postfix, from userid 1001)
id BFF271C4D; Mon, 3 Apr 2000 20:26:57 -0400 (EDT)
Date: Mon, 3 Apr 2000 20:26:57 -0400
From: Bill Fumerola
To: Warner Losh
Cc: Nick Hibma ,
"Jonathan M. Bresler" , cvs-committers@FreeBSD.org,
cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/usb usb.h src/usr.sbin/usbd usbd.c
Message-ID: <20000403202657.Z23367@jade.chc-chimes.com>
References: <200004031516.JAA61399@harmony.village.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: <200004031516.JAA61399@harmony.village.org>; from imp@village.org on Mon, Apr 03, 2000 at 09:16:03AM -0600
X-Operating-System: FreeBSD 3.2-RELEASE i386
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Mon, Apr 03, 2000 at 09:16:03AM -0600, Warner Losh wrote:
> Since this is userland, I assume that the autoload will happen only if
> the security level will allow it? If not, there's a problem here.
FYI, I'm pretty sure the same technique is used when ifconfig(8)ing a interface
that isn't loaded, or running vinum(8) without it in the kernel, etc.
If this is allowed, it's kldload() to blame, not usbd/ifconfig/vinum
--
Bill Fumerola - Network Architect
Computer Horizons Corp - CVM
e-mail: billf@chc-chimes.com / billf@FreeBSD.org
Office: 800-252-2421 x128 / Cell: 248-761-7272
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 17:39: 5 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1C82137B597; Mon, 3 Apr 2000 17:39:01 -0700 (PDT)
(envelope-from ps@FreeBSD.org)
Received: (from ps@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id RAA52818;
Mon, 3 Apr 2000 17:39:01 -0700 (PDT)
(envelope-from ps@FreeBSD.org)
Message-Id: <200004040039.RAA52818@freefall.freebsd.org>
From: Paul Saab
Date: Mon, 3 Apr 2000 17:39:01 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/boot/i386/libi386 pxe.h pxe.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
ps 2000/04/03 17:39:01 PDT
Modified files:
sys/boot/i386/libi386 pxe.c
Added files:
sys/boot/i386/libi386 pxe.h
Log:
Add all the PXE related structures from the 2.1 PXE spec from Intel.
Fix exsisting code to match the spec.
Revision Changes Path
1.2 +25 -156 src/sys/boot/i386/libi386/pxe.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 17:44:13 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 50ADB37B642; Mon, 3 Apr 2000 17:44:09 -0700 (PDT)
(envelope-from kris@FreeBSD.org)
Received: from localhost (kris@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id RAA53211;
Mon, 3 Apr 2000 17:44:09 -0700 (PDT)
(envelope-from kris@FreeBSD.org)
X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs
Date: Mon, 3 Apr 2000 17:44:08 -0700 (PDT)
From: Kris Kennaway
To: "Matthew N. Dodd"
Cc: John Baldwin , Nik Clayton ,
cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject: Re: cvs commit: ports/x11/eweather - Imported sources
In-Reply-To:
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Mon, 3 Apr 2000, Matthew N. Dodd wrote:
> > > On Fri, Mar 31, 2000 at 10:31:33AM -0800, John Baldwin wrote:
> > > Useful, presumably, if you're in an underground bunker. . .
> > Some of us like our CPU-intensive and memory-hogging eye candy. :)
>
> Some of us also have all the windows foiled over.
To prevent brainwave leakage? :-)
Kris
----
In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 17:46:28 2000
Delivered-To: cvs-all@freebsd.org
Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99])
by hub.freebsd.org (Postfix) with ESMTP
id 7A06437B545; Mon, 3 Apr 2000 17:46:21 -0700 (PDT)
(envelope-from winter@jurai.net)
Received: from localhost (winter@localhost)
by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id UAA65315;
Mon, 3 Apr 2000 20:46:19 -0400 (EDT)
Date: Mon, 3 Apr 2000 20:46:19 -0400 (EDT)
From: "Matthew N. Dodd"
To: Kris Kennaway
Cc: John Baldwin , Nik Clayton ,
cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject: Re: cvs commit: ports/x11/eweather - Imported sources
In-Reply-To:
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Mon, 3 Apr 2000, Kris Kennaway wrote:
> On Mon, 3 Apr 2000, Matthew N. Dodd wrote:
> > > > On Fri, Mar 31, 2000 at 10:31:33AM -0800, John Baldwin wrote:
> > > > Useful, presumably, if you're in an underground bunker. . .
> > > Some of us like our CPU-intensive and memory-hogging eye candy. :)
> > Some of us also have all the windows foiled over.
> To prevent brainwave leakage? :-)
No, to keep the rays from the Orbital Mind Control Lasers out.
sheesh.
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD |
| winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever |
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 17:55: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66])
by hub.freebsd.org (Postfix) with ESMTP
id A20B837B7B8; Mon, 3 Apr 2000 17:54:55 -0700 (PDT)
(envelope-from nik@nothing-going-on.demon.co.uk)
Received: (from nik@localhost)
by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id BAA43077;
Tue, 4 Apr 2000 01:43:32 +0100 (BST)
(envelope-from nik)
Date: Tue, 4 Apr 2000 01:43:30 +0100
From: Nik Clayton
To: Will Andrews
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/www Makefile ports/www/kwebsearch Makefile ports/www/kwebsearch/files md5 ports/www/kwebsearch/pkg COMMENT DESCR PLIST
Message-ID: <20000404014330.A42602@catkin.nothing-going-on.org>
References: <200004032208.PAA39524@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95.4i
In-Reply-To: <200004032208.PAA39524@freefall.freebsd.org>; from Will Andrews on Mon, Apr 03, 2000 at 03:08:26PM -0700
Organization: FreeBSD Project
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Mon, Apr 03, 2000 at 03:08:26PM -0700, Will Andrews wrote:
> Modified files:
> www Makefile
> Added files:
> www/kwebsearch Makefile
> www/kwebsearch/files md5
> www/kwebsearch/pkg COMMENT DESCR PLIST
> Log:
> Add kwebsearch, a utility to do searches on FTP/WWW/etc. sites from a menu.
God how I miss xarchie. . . those were the days.
N
--
Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95.
Telephone line, $24.95 a month. Software, free. USENET transmission,
hundreds if not thousands of dollars. Thinking before posting, priceless.
Somethings in life you can't buy. For everything else, there's MasterCard.
-- Graham Reed, in the Scary Devil Monastery
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 18:31:35 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 266AC37B5B7; Mon, 3 Apr 2000 18:31:32 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Received: (from will@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id SAA58331;
Mon, 3 Apr 2000 18:31:31 -0700 (PDT)
(envelope-from will@FreeBSD.org)
Message-Id: <200004040131.SAA58331@freefall.freebsd.org>
From: Will Andrews
Date: Mon, 3 Apr 2000 18:31:31 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/ftp/mirror Makefile ports/ftp/mirror/files md5
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
will 2000/04/03 18:31:31 PDT
Modified files:
ftp/mirror Makefile
ftp/mirror/files md5
Log:
Add patch that allows use of ftp/mirror with newer wu-ftpd servers.
PR: 15368
Submitted by: Dmitry Sivachenko
No response: maintainer
Revision Changes Path
1.14 +4 -1 ports/ftp/mirror/Makefile
1.5 +2 -0 ports/ftp/mirror/files/md5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 18:34:16 2000
Delivered-To: cvs-all@freebsd.org
Received: from rock.ghis.net (rock.ghis.net [209.222.164.7])
by hub.freebsd.org (Postfix) with ESMTP
id EC3E237B815; Mon, 3 Apr 2000 18:34:11 -0700 (PDT)
(envelope-from will@blackdawn.com)
Received: from argon.blackdawn.com (07-202.dial.008.popsite.net [209.69.77.202])
by rock.ghis.net (8.9.3/8.9.3) with ESMTP id SAA54648;
Mon, 3 Apr 2000 18:34:08 -0700 (PDT)
Received: by argon.blackdawn.com (Postfix, from userid 1000)
id 87CB61A2A; Mon, 3 Apr 2000 21:33:32 -0400 (EDT)
Date: Mon, 3 Apr 2000 21:33:32 -0400
From: Will Andrews
To: Nik Clayton
Cc: Will Andrews , cvs-committers@FreeBSD.ORG,
cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: ports/www Makefile ports/www/kwebsearch Makefile ports/www/kwebsearch/files md5 ports/www/kwebsearch/pkg COMMENT DESCR PLIST
Message-ID: <20000403213332.I61163@argon.blackdawn.com>
References: <200004032208.PAA39524@freefall.freebsd.org> <20000404014330.A42602@catkin.nothing-going-on.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: <20000404014330.A42602@catkin.nothing-going-on.org>; from nik@FreeBSD.ORG on Tue, Apr 04, 2000 at 01:43:30AM +0100
X-Operating-System: FreeBSD 5.0-CURRENT i386
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Tue, Apr 04, 2000 at 01:43:30AM +0100, Nik Clayton wrote:
> God how I miss xarchie. . . those were the days.
Hmm... ports/net/xarchie seems to be available for use. :-)
--
Will Andrews
GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+
G++>+++ e->++++ h! r-->+++ y?
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 19:16:19 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 4460637B7B0; Mon, 3 Apr 2000 19:16:17 -0700 (PDT)
(envelope-from cg@FreeBSD.org)
Received: (from cg@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id TAA62461;
Mon, 3 Apr 2000 19:16:17 -0700 (PDT)
(envelope-from cg@FreeBSD.org)
Message-Id: <200004040216.TAA62461@freefall.freebsd.org>
From: Cameron Grant
Date: Mon, 3 Apr 2000 19:16:16 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/sound/pci emu10k1.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
cg 2000/04/03 19:16:16 PDT
Modified files:
sys/dev/sound/pci emu10k1.c
Log:
make the click on starting output go away
Revision Changes Path
1.3 +25 -21 src/sys/dev/sound/pci/emu10k1.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 19:34:51 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 06F6837B74A; Mon, 3 Apr 2000 19:34:47 -0700 (PDT)
(envelope-from cg@FreeBSD.org)
Received: (from cg@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id TAA64366;
Mon, 3 Apr 2000 19:34:46 -0700 (PDT)
(envelope-from cg@FreeBSD.org)
Message-Id: <200004040234.TAA64366@freefall.freebsd.org>
From: Cameron Grant
Date: Mon, 3 Apr 2000 19:34:46 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/conf files
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
cg 2000/04/03 19:34:46 PDT
Modified files:
sys/conf files
Log:
enable emu10k1 (sblive) driver, though still playback only
Revision Changes Path
1.347 +2 -2 src/sys/conf/files
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 19:42:46 2000
Delivered-To: cvs-all@freebsd.org
Received: from localhost (localhost [127.0.0.1])
by hub.freebsd.org (Postfix) with ESMTP
id B2EA337B696; Mon, 3 Apr 2000 19:42:32 -0700 (PDT)
(envelope-from green@FreeBSD.org)
Date: Mon, 3 Apr 2000 22:42:27 -0400 (EDT)
From: Brian Fundakowski Feldman
X-Sender: green@green.dyndns.org
To: Nik Clayton
Cc: Jun Kuriyama , cvs-committers@FreeBSD.org,
cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/palm/prc-tools-gcc - Imported sources
In-Reply-To: <20000401202547.A13683@kilt.nothing-going-on.org>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
On Sat, 1 Apr 2000, Nik Clayton wrote:
> On Fri, Mar 31, 2000 at 01:49:33AM -0500, Brian Fundakowski Feldman wrote:
> > On Thu, 30 Mar 2000, Jun Kuriyama wrote:
>
> > > Log Message:
> > > PRC-tools for Palm OS (gcc part).
> >
> > Want to do one for http://www.palm.com/devzone/pose/emulator_src_30a5.tar.gz? :)
> > It's got an autoconf script and requires FLTK, so wouldn't be hard to
> > make into a port, if you'd like to add that to your list ;)
>
> I've looked briefly at this, but it didn't properly detect fltk when I had
> it installed. The compile also died with a threads problem when I kludged
> roung it. I suspect it's going to require 4.0 to work, and my 4.0 system
> isn't up and running yet.
I can get it working as far as getting the ROM up and running, the system
booted.... but certain operations lock it up :( pthreading problems, it
seems. As for FLTK, I don't notice any problem at all :-/ I'll let you
know when it's more robust...
> N
> --
> Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95.
> Telephone line, $24.95 a month. Software, free. USENET transmission,
> hundreds if not thousands of dollars. Thinking before posting, priceless.
> Somethings in life you can't buy. For everything else, there's MasterCard.
> -- Graham Reed, in the Scary Devil Monastery
--
Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! /
green@FreeBSD.org `------------------------------'
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 20:23:55 2000
Delivered-To: cvs-all@freebsd.org
Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246])
by hub.freebsd.org (Postfix) with ESMTP
id D547537B60B; Mon, 3 Apr 2000 20:23:45 -0700 (PDT)
(envelope-from asami@cs.berkeley.edu)
Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83])
by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id XAA24403;
Mon, 3 Apr 2000 23:23:13 -0400 (EDT)
Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA57250; Mon, 3 Apr 2000 20:22:47 -0700 (PDT)
To: Will Andrews
Cc: Nik Clayton , Will Andrews ,
cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: ports/www Makefile ports/www/kwebsearch Makefile ports/www/kwebsearch/files md5 ports/www/kwebsearch/pkg COMMENT DESCR PLIST
References: <200004032208.PAA39524@freefall.freebsd.org> <20000404014330.A42602@catkin.nothing-going-on.org> <20000403213332.I61163@argon.blackdawn.com>
From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami)
Date: 03 Apr 2000 20:22:40 -0700
In-Reply-To: Will Andrews's message of "Mon, 3 Apr 2000 21:33:32 -0400"
Message-ID:
Lines: 8
X-Mailer: Gnus v5.7/Emacs 20.6
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
* From: Will Andrews
* Hmm... ports/net/xarchie seems to be available for use. :-)
Speaking of which, isn't archie still an FTP-only listing? Then maybe
we should move net/*archie* to ftp....
Satoshi
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 20:36:30 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id B443537B5B4; Mon, 3 Apr 2000 20:36:28 -0700 (PDT)
(envelope-from obrien@FreeBSD.org)
Received: (from obrien@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id UAA70000;
Mon, 3 Apr 2000 20:36:28 -0700 (PDT)
(envelope-from obrien@FreeBSD.org)
Message-Id: <200004040336.UAA70000@freefall.freebsd.org>
From: "David E. O'Brien"
Date: Mon, 3 Apr 2000 20:36:28 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/lsof Makefile ports/sysutils/lsof/files
md5
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
obrien 2000/04/03 20:36:28 PDT
Modified files:
sysutils/lsof Makefile
sysutils/lsof/files md5
Log:
Update to version 4.49.
* adds support for FreeBSD 5.0
* adds IPv6 support for FreeBSD
Revision Changes Path
1.63 +3 -3 ports/sysutils/lsof/Makefile
1.49 +1 -1 ports/sysutils/lsof/files/md5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 20:47:56 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id A36F737B5B4; Mon, 3 Apr 2000 20:47:53 -0700 (PDT)
(envelope-from imp@FreeBSD.org)
Received: (from imp@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id UAA71104;
Mon, 3 Apr 2000 20:47:52 -0700 (PDT)
(envelope-from imp@FreeBSD.org)
Message-Id: <200004040347.UAA71104@freefall.freebsd.org>
From: Warner Losh
Date: Mon, 3 Apr 2000 20:47:52 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/pcic i82365.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
imp 2000/04/03 20:47:52 PDT
Modified files:
sys/dev/pcic i82365.c
Log:
Be consistant about using the right child to get the ivars, which is
the pcic_handle structure for the socket.
Revision Changes Path
1.17 +21 -8 src/sys/dev/pcic/i82365.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 21:12:50 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 462BE37BA62; Mon, 3 Apr 2000 21:12:45 -0700 (PDT)
(envelope-from imp@FreeBSD.org)
Received: (from imp@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id VAA72958;
Mon, 3 Apr 2000 21:12:44 -0700 (PDT)
(envelope-from imp@FreeBSD.org)
Message-Id: <200004040412.VAA72958@freefall.freebsd.org>
From: Warner Losh
Date: Mon, 3 Apr 2000 21:12:44 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/pcic i82365.c src/sys/dev/pccard
pccard_cis.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
imp 2000/04/03 21:12:44 PDT
Modified files:
sys/dev/pcic i82365.c
sys/dev/pccard pccard_cis.c
Log:
Fix pcic_detach_socket to get right pcic_handle.
Pass sc->dev rather than a bogusly cast pccard_softc *sc.
This allows us to insert and remove cards w/o panicing the kernel.
However, the cis isn't mapped in, so the pccard_scan_cis function
fails.
Revision Changes Path
1.18 +2 -2 src/sys/dev/pcic/i82365.c
1.7 +2 -2 src/sys/dev/pccard/pccard_cis.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Mon Apr 3 22:29: 6 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 22B4837B700; Mon, 3 Apr 2000 22:29:04 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Received: (from knu@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id WAA80629;
Mon, 3 Apr 2000 22:29:03 -0700 (PDT)
(envelope-from knu@FreeBSD.org)
Message-Id: <200004040529.WAA80629@freefall.freebsd.org>
From: Akinori MUSHA
Date: Mon, 3 Apr 2000 22:29:02 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/namazu2 Makefile ports/japanese/namazu2/files
md5 ports/japanese/namazu2/pkg PLIST
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
knu 2000/04/03 22:29:02 PDT
Modified files:
japanese/namazu2 Makefile
japanese/namazu2/files md5
japanese/namazu2/pkg PLIST
Log:
Update to 2.0.2.
- Fix several small bugs.
- Support Excel spreadsheets using xlHtml. (RUN_DEPENDS added)
- Abolish mknmz --ole option.
- Introduce mknmz --html-split option. Split a large HTML document
into parts by and index them respectively.
Fix PLIST. (@dirrm share/namazu was missing)
Revision Changes Path
1.9 +6 -5 ports/japanese/namazu2/Makefile
1.6 +1 -1 ports/japanese/namazu2/files/md5
1.5 +5 -5 ports/japanese/namazu2/pkg/PLIST
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0: 5:42 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 9F39B37B8DE; Tue, 4 Apr 2000 00:05:39 -0700 (PDT)
(envelope-from asami@FreeBSD.org)
Received: (from asami@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA91509;
Tue, 4 Apr 2000 00:05:39 -0700 (PDT)
(envelope-from asami@FreeBSD.org)
Message-Id: <200004040705.AAA91509@freefall.freebsd.org>
From: Satoshi Asami
Date: Tue, 4 Apr 2000 00:05:38 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/Mk bsd.port.mk
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
asami 2000/04/04 00:05:38 PDT
Modified files:
Mk bsd.port.mk
Log:
(1) Change the way the port name and version is specified.
New variables:
PORTNAME - Base name of port
PORTVERSION - Version of port
Modified variables:
PKGNAME - Always ${PORTNAME}-${PORTVERSION}; error to override this
DISTNAME - Defaults to ${PKGNAME}
Right now old style is still accepted (unless REQUIRE_PORTNAME is
defined) but all port Makefiles will be converted this weekend and
bsd.port.mk will be changed again to have the new style be mandatory.
Reviewed by: the ports list, mharo in particular
(2) Change "clean" to be more generic -- it now has
pre-clean/post-clean helpers (it only had pre-clean before) and
the actual work is in do-clean so porters can redefine it if
necessary.
Requested by: "Matthew N. Dodd"
Reviewed by: dirk
Revision Changes Path
1.333 +43 -18 ports/Mk/bsd.port.mk
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:26:19 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id B6CDD37B5CE; Tue, 4 Apr 2000 00:26:16 -0700 (PDT)
(envelope-from kris@FreeBSD.org)
Received: (from kris@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA93341;
Tue, 4 Apr 2000 00:26:16 -0700 (PDT)
(envelope-from kris@FreeBSD.org)
Message-Id: <200004040726.AAA93341@freefall.freebsd.org>
From: Kris Kennaway
Date: Tue, 4 Apr 2000 00:26:16 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/ftp/curl/pkg DESCR
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kris 2000/04/04 00:26:16 PDT
Modified files:
ftp/curl/pkg DESCR
Log:
Update WWW
Submitted by: author
Revision Changes Path
1.3 +1 -1 ports/ftp/curl/pkg/DESCR
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:29: 0 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id AB11337B667; Tue, 4 Apr 2000 00:28:55 -0700 (PDT)
(envelope-from ps@FreeBSD.org)
Received: (from ps@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA93597;
Tue, 4 Apr 2000 00:28:55 -0700 (PDT)
(envelope-from ps@FreeBSD.org)
Message-Id: <200004040728.AAA93597@freefall.freebsd.org>
From: Paul Saab
Date: Tue, 4 Apr 2000 00:28:55 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/boot/i386/libi386 pxe.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
ps 2000/04/04 00:28:55 PDT
Modified files:
sys/boot/i386/libi386 pxe.h
Log:
Add a missing PXE API call and structure.
Revision Changes Path
1.2 +12 -1 src/sys/boot/i386/libi386/pxe.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:31: 9 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1754837B782; Tue, 4 Apr 2000 00:31:04 -0700 (PDT)
(envelope-from kris@FreeBSD.org)
Received: (from kris@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA93815;
Tue, 4 Apr 2000 00:31:04 -0700 (PDT)
(envelope-from kris@FreeBSD.org)
Message-Id: <200004040731.AAA93815@freefall.freebsd.org>
From: Kris Kennaway
Date: Tue, 4 Apr 2000 00:31:03 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/secure/lib/librsaintl Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kris 2000/04/04 00:31:03 PDT
Modified files:
secure/lib/librsaintl Makefile
Log:
Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modssl
Submitted by: Jim Bloom
Revision Changes Path
1.3 +2 -1 src/secure/lib/librsaintl/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:38:33 2000
Delivered-To: cvs-all@freebsd.org
Received: from internat.freebsd.org (internat.freebsd.org [146.64.8.4])
by hub.freebsd.org (Postfix) with ESMTP
id D683837B7EC; Tue, 4 Apr 2000 00:38:24 -0700 (PDT)
(envelope-from kris@internat.freebsd.org)
Received: (from kris@localhost)
by internat.freebsd.org (8.9.3/8.9.3) id JAA24378;
Tue, 4 Apr 2000 09:38:18 +0200 (SAST)
(envelope-from kris)
Message-Id: <200004040738.JAA24378@internat.freebsd.org>
From: Kris Kennaway
Date: Tue, 4 Apr 2000 09:38:18 +0200 (SAST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/secure/lib/librsaintl Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kris 2000/04/04 09:38:18 SAST
FreeBSD International Crypto Repository
Modified files: (Branch: RELENG_4)
secure/lib/librsaintl Makefile
Log:
MFC: Add libcrypto to LDADD
Revision Changes Path
1.1.4.2 +2 -1 src/secure/lib/librsaintl/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:41:21 2000
Delivered-To: cvs-all@freebsd.org
Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2])
by hub.freebsd.org (Postfix) with ESMTP
id F165C37B8DE; Tue, 4 Apr 2000 00:41:13 -0700 (PDT)
(envelope-from sobomax@altavista.net)
Received: from vega.vega.com (dialup3-14.iptelecom.net.ua [212.9.226.142])
by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA08355;
Tue, 4 Apr 2000 10:47:38 +0300 (EEST)
Received: from altavista.net (big_brother.vega.com [192.168.1.1])
by vega.vega.com (8.9.3/8.9.3) with ESMTP id KAA17554;
Tue, 4 Apr 2000 10:40:31 +0300 (EEST)
(envelope-from sobomax@altavista.net)
Message-ID: <38E99C72.926B51A6@altavista.net>
Date: Tue, 04 Apr 2000 10:40:34 +0300
From: Maxim Sobolev
Organization: Vega International Capital
X-Mailer: Mozilla 4.72 [en] (WinNT; I)
X-Accept-Language: uk,ru,en
MIME-Version: 1.0
To: Will Andrews
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/xlhtml
Makefileports/textproc/xlhtml/files md5
ports/textproc/xlhtml/patchespatch-aa patch-ab patch-ac patch-ad
patch-aeports/textproc/xlhtml/pkg COMMENT DESCR PLIST
References: <200004032054.NAA32369@freefall.freebsd.org>
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
Will Andrews wrote:
> will 2000/04/03 13:54:50 PDT
>
> Modified files:
> textproc Makefile
> Added files:
> textproc/xlhtml Makefile
> textproc/xlhtml/files md5
> textproc/xlhtml/patches patch-aa patch-ab patch-ac patch-ad
> patch-ae
> textproc/xlhtml/pkg COMMENT DESCR PLIST
> Log:
> Add xlhtml, a converter from MS Word/Powerpoint to HTML.
^^^^ Excel/PP in fact ;)
-Maxim
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:44:57 2000
Delivered-To: cvs-all@freebsd.org
Received: from internat.freebsd.org (internat.freebsd.org [146.64.8.4])
by hub.freebsd.org (Postfix) with ESMTP
id 99F0337B667; Tue, 4 Apr 2000 00:44:13 -0700 (PDT)
(envelope-from kris@internat.freebsd.org)
Received: (from kris@localhost)
by internat.freebsd.org (8.9.3/8.9.3) id JAA24499;
Tue, 4 Apr 2000 09:44:08 +0200 (SAST)
(envelope-from kris)
Message-Id: <200004040744.JAA24499@internat.freebsd.org>
From: Kris Kennaway
Date: Tue, 4 Apr 2000 09:44:08 +0200 (SAST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/secure/lib/librsaintl Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kris 2000/04/04 09:44:08 SAST
FreeBSD International Crypto Repository
Modified files:
secure/lib/librsaintl Makefile
Log:
MFS: Oops, didn't mean to commit this to RELENG_4 first. It's been
tested there though, so we might as well go forward.
Revision Changes Path
1.3 +2 -1 src/secure/lib/librsaintl/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:45: 5 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 200B537BAB2; Tue, 4 Apr 2000 00:44:58 -0700 (PDT)
(envelope-from kris@FreeBSD.org)
Received: (from kris@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA95137;
Tue, 4 Apr 2000 00:44:57 -0700 (PDT)
(envelope-from kris@FreeBSD.org)
Message-Id: <200004040744.AAA95137@freefall.freebsd.org>
From: Kris Kennaway
Date: Tue, 4 Apr 2000 00:44:57 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/secure/lib/librsaintl Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kris 2000/04/04 00:44:57 PDT
Modified files: (Branch: RELENG_4)
secure/lib/librsaintl Makefile
Log:
MFC: Add libcrypto to LDADD
Revision Changes Path
1.1.2.2 +2 -1 src/secure/lib/librsaintl/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:46:38 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id CF7C137B737; Tue, 4 Apr 2000 00:46:34 -0700 (PDT)
(envelope-from tg@FreeBSD.org)
Received: (from tg@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA95248;
Tue, 4 Apr 2000 00:46:34 -0700 (PDT)
(envelope-from tg@FreeBSD.org)
Message-Id: <200004040746.AAA95248@freefall.freebsd.org>
From: Thomas Gellekum
Date: Tue, 4 Apr 2000 00:46:34 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/windowmaker Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
tg 2000/04/04 00:46:34 PDT
Modified files:
x11-wm/windowmaker Makefile
Log:
Maxim Sobolev is the new MAINTAINER.
Approved by: Brian Handy
Revision Changes Path
1.65 +2 -2 ports/x11-wm/windowmaker/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 0:48: 9 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 95F2C37B522; Tue, 4 Apr 2000 00:48:05 -0700 (PDT)
(envelope-from dfr@FreeBSD.org)
Received: (from dfr@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id AAA95424;
Tue, 4 Apr 2000 00:48:05 -0700 (PDT)
(envelope-from dfr@FreeBSD.org)
Message-Id: <200004040748.AAA95424@freefall.freebsd.org>
From: Doug Rabson
Date: Tue, 4 Apr 2000 00:48:04 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/isa pnpparse.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
dfr 2000/04/04 00:48:04 PDT
Modified files:
sys/isa pnpparse.c
Log:
Allow MAXDEP dependants, not MAXDEP-1.
Revision Changes Path
1.6 +2 -2 src/sys/isa/pnpparse.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 1:38:37 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id F14FE37B6C0; Tue, 4 Apr 2000 01:38:31 -0700 (PDT)
(envelope-from hm@FreeBSD.org)
Received: (from hm@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA00678;
Tue, 4 Apr 2000 01:38:31 -0700 (PDT)
(envelope-from hm@FreeBSD.org)
Message-Id: <200004040838.BAA00678@freefall.freebsd.org>
From: Hellmuth Michaelis
Date: Tue, 4 Apr 2000 01:38:31 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
hm 2000/04/04 01:38:31 PDT
Modified files:
usr.sbin/newsyslog newsyslog.c
Log:
Run newsyslog source through knfom script obtained from Bruce Evans.
Joerg Wunsch suggested to do this to make the functional changes in
the next commit to newsyslog (which were run through the same script)
better visible.
Revision Changes Path
1.26 +439 -432 src/usr.sbin/newsyslog/newsyslog.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 1:46:52 2000
Delivered-To: cvs-all@freebsd.org
Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41])
by hub.freebsd.org (Postfix) with ESMTP
id 5556B37B733; Tue, 4 Apr 2000 01:46:34 -0700 (PDT)
(envelope-from n_hibma@calcaphon.com)
Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com)
by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1)
id 12cOym-0001i0-0C; Tue, 4 Apr 2000 08:46:32 +0000
Received: from henny.qubesoft.com (henny.qubesoft.com [192.168.1.5])
by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id JAA73707;
Tue, 4 Apr 2000 09:48:05 +0100 (BST)
(envelope-from n_hibma@calcaphon.com)
Date: Tue, 4 Apr 2000 09:42:50 +0100 (BST)
From: Nick Hibma
X-Sender: n_hibma@localhost
Reply-To: Nick Hibma
To: Bill Fumerola
Cc: Warner Losh ,
"Jonathan M. Bresler" , cvs-committers@FreeBSD.org,
cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/usb usb.h src/usr.sbin/usbd usbd.c
In-Reply-To: <20000403202657.Z23367@jade.chc-chimes.com>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
> > Since this is userland, I assume that the autoload will happen only if
> > the security level will allow it? If not, there's a problem here.
>
> FYI, I'm pretty sure the same technique is used when ifconfig(8)ing a interface
> that isn't loaded, or running vinum(8) without it in the kernel, etc.
>
> If this is allowed, it's kldload() to blame, not usbd/ifconfig/vinum
It is definitely true that kldload should enforce the security settings,
not userland utils (that are straightforward to write).
Nick
--
n_hibma@webweaving.org
n_hibma@freebsd.org USB project
http://www.etla.net/~n_hibma/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 1:50:13 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id BB6FE37B772; Tue, 4 Apr 2000 01:50:08 -0700 (PDT)
(envelope-from hm@FreeBSD.org)
Received: (from hm@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id BAA01925;
Tue, 4 Apr 2000 01:50:08 -0700 (PDT)
(envelope-from hm@FreeBSD.org)
Message-Id: <200004040850.BAA01925@freefall.freebsd.org>
From: Hellmuth Michaelis
Date: Tue, 4 Apr 2000 01:50:02 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
hm 2000/04/04 01:50:02 PDT
Modified files:
usr.sbin/newsyslog newsyslog.8 newsyslog.c
Log:
- implement logfile archivation to a separate, user
configurable directory
- implement alternate and more flexible way to specify
logfile rotation time in addition to the ISO 8601
restricted format
- cleanup the source which was a mix of several styles
of persons who maintained it so far, ran through
knfom script got from bde.
Reviewed by: (in part) sheldonh and garyj
Revision Changes Path
1.24 +100 -10 src/usr.sbin/newsyslog/newsyslog.8
1.27 +328 -93 src/usr.sbin/newsyslog/newsyslog.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:20:58 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id A18BC37B522; Tue, 4 Apr 2000 02:20:54 -0700 (PDT)
(envelope-from gj@FreeBSD.org)
Received: (from gj@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA04919;
Tue, 4 Apr 2000 02:20:54 -0700 (PDT)
(envelope-from gj@FreeBSD.org)
Message-Id: <200004040920.CAA04919@freefall.freebsd.org>
From: Gary Jennejohn
Date: Tue, 4 Apr 2000 02:20:53 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/ppp slcompress.h src/sys/net slcompress.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
gj 2000/04/04 02:20:53 PDT
Modified files:
usr.sbin/ppp slcompress.h
sys/net slcompress.h
Log:
Pass me the pointy hat.
It was not a good idea to remove csu_header from struct cspace, it had
ramifications which I didn't notice.
Restore src/usr.sbin/ppp/slcompress.h to the way it was, since MAX_HDR
was already defined as 128 there and it's a user program anyway.
In sys/net/slcompress.h make MAX_HDR 128 intead of MLEN to avoid
bloat.
My apologies for any inconvenience.
Revision Changes Path
1.15 +9 -3 src/usr.sbin/ppp/slcompress.h
1.16 +7 -2 src/sys/net/slcompress.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:21:26 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 1386C37B9B1; Tue, 4 Apr 2000 02:21:23 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA04989;
Tue, 4 Apr 2000 02:21:22 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040921.CAA04989@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:21:22 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/commercial Makefile
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:21:22 PDT
Modified files:
en/commercial Makefile
Log:
Remove unneeded tab.
Revision Changes Path
1.12 +2 -2 www/en/commercial/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:23:45 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 32E2037B59D; Tue, 4 Apr 2000 02:23:42 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA05270;
Tue, 4 Apr 2000 02:23:41 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040923.CAA05270@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:23:41 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/commercial gencommercial.pl
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:23:41 PDT
Modified files:
en/commercial gencommercial.pl
Log:
Add missing .
Revision Changes Path
1.6 +2 -2 www/en/commercial/gencommercial.pl
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:26: 6 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id D8B5737B7AD; Tue, 4 Apr 2000 02:26:03 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA05569;
Tue, 4 Apr 2000 02:26:03 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040926.CAA05569@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:26:03 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/commercial software.raw
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:26:03 PDT
Modified files:
en/commercial software.raw
Log:
Add missing s.
Revision Changes Path
1.41 +2 -2 www/en/commercial/software.raw
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:28: 4 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id B261837B80E; Tue, 4 Apr 2000 02:28:00 -0700 (PDT)
(envelope-from obrien@FreeBSD.org)
Received: (from obrien@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA05864;
Tue, 4 Apr 2000 02:28:00 -0700 (PDT)
(envelope-from obrien@FreeBSD.org)
Message-Id: <200004040928.CAA05864@freefall.freebsd.org>
From: "David E. O'Brien"
Date: Tue, 4 Apr 2000 02:28:00 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/defaults make.conf
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
obrien 2000/04/04 02:28:00 PDT
Modified files:
etc/defaults make.conf
Log:
Add an example of how to tweak CXXFLAGS in a make.conf file.
This is in responce to several people breaking their world builds by
incorrectly assigning to CXXFLAGS.
Revision Changes Path
1.104 +7 -1 src/etc/defaults/make.conf
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:28:24 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 5D63C37BC4C; Tue, 4 Apr 2000 02:28:21 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA05909;
Tue, 4 Apr 2000 02:28:21 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040928.CAA05909@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:28:21 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/docproj current.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:28:21 PDT
Modified files:
en/docproj current.sgml
Log:
Add missing s.
Revision Changes Path
1.21 +5 -5 www/en/docproj/current.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:29:57 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 997F937B8A6; Tue, 4 Apr 2000 02:29:53 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA06095;
Tue, 4 Apr 2000 02:29:53 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040929.CAA06095@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:29:53 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/docproj sgml.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:29:53 PDT
Modified files:
en/docproj sgml.sgml
Log:
Add missing and .
Revision Changes Path
1.14 +4 -3 www/en/docproj/sgml.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:31:20 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id AA3D537B7FC; Tue, 4 Apr 2000 02:31:13 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA06221;
Tue, 4 Apr 2000 02:31:13 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040931.CAA06221@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:31:13 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/docproj translations.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:31:13 PDT
Modified files:
en/docproj translations.sgml
Log:
Add missing .
Revision Changes Path
1.31 +3 -3 www/en/docproj/translations.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:34:40 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id CF0C237B556; Tue, 4 Apr 2000 02:34:36 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA06546;
Tue, 4 Apr 2000 02:34:36 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040934.CAA06546@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:34:36 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/docproj docproj.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:34:36 PDT
Modified files:
en/docproj docproj.sgml
Log:
Add ....
Revision Changes Path
1.14 +4 -2 www/en/docproj/docproj.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:37:51 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id C341137B556; Tue, 4 Apr 2000 02:37:48 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA06835;
Tue, 4 Apr 2000 02:37:48 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040937.CAA06835@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:37:48 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/news includes.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:37:48 PDT
Modified files:
en/news includes.sgml
Log:
Add s.
Revision Changes Path
1.7 +4 -4 www/en/news/includes.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:40:35 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id B0A0737B6B9; Tue, 4 Apr 2000 02:40:32 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA07142;
Tue, 4 Apr 2000 02:40:32 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040940.CAA07142@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:40:32 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/news qnewsletter-1-3.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:40:32 PDT
Modified files:
en/news qnewsletter-1-3.sgml
Log:
Add missing s.
Revision Changes Path
1.9 +3 -3 www/en/news/qnewsletter-1-3.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
From owner-cvs-all Tue Apr 4 2:41:57 2000
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
by hub.freebsd.org (Postfix) with ESMTP
id 3A1CE37B540; Tue, 4 Apr 2000 02:41:52 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Received: (from kuriyama@localhost)
by freefall.freebsd.org (8.9.3/8.9.2) id CAA07432;
Tue, 4 Apr 2000 02:41:52 -0700 (PDT)
(envelope-from kuriyama@FreeBSD.org)
Message-Id: <200004040941.CAA07432@freefall.freebsd.org>
From: Jun Kuriyama
Date: Tue, 4 Apr 2000 02:41:52 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/news qnewsletter-1-4.sgml
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG
kuriyama 2000/04/04 02:41:51 PDT
Modified files:
en/news qnewsletter-1-4.sgml
Log:
Add missing