In message: <100702193931.m0105...@mirage.ceres.dti.ne.jp>
Izumi Tsutsui writes:
: > Module Name:src
: > Committed By: msaitoh
: > Date: Fri Jul 2 03:25:27 UTC 2010
: >
: > Modified Files:
: > src/sys/dev/pci: pucdata.c
: >
: > Log Message:
: > Fix f
In message: <20100626032531.ga14...@britannica.bec.de>
Joerg Sonnenberger writes:
: On Sat, Jun 26, 2010 at 05:11:39AM +0200, Alistair Crooks wrote:
: > On Sat, Jun 26, 2010 at 01:32:05AM +0200, Joerg Sonnenberger wrote:
: > > On Fri, Jun 25, 2010 at 11:54:32PM +0200, Alistair Crooks w
In message: <20100615052154.gb16...@netbsd.org>
David Holland writes:
: On Mon, Jun 14, 2010 at 09:40:37AM -0600, M. Warner Losh wrote:
: > On i386, that's true. amd64 expands to '0', as does sun3. This makes
: > the first one true. The second one,
In message: <20100614083424.gc16...@cs.hut.fi>
Antti Kantee writes:
: On Mon Jun 14 2010 at 07:00:05 +, David Holland wrote:
: > On Sun, Jun 13, 2010 at 03:17:02PM +, Antti Kantee wrote:
: > > Fix previous in emul.c -- only numbers are operands for cpp comparisons.
: > > Appa
In message:
chris...@astron.com (Christos Zoulas) writes:
: In article <20100609171621.ga23...@britannica.bec.de>,
: Joerg Sonnenberger wrote:
: >On Wed, Jun 09, 2010 at 12:58:23PM -0400, Christos Zoulas wrote:
: >> Log Message:
: >> Explain variable expansion better. Requested by Al
In message: <20100606041254.gb19...@netbsd.org>
David Holland writes:
: On Sat, Jun 05, 2010 at 11:53:32PM +0200, Alistair Crooks wrote:
: > > Module Name: src
: > > Committed By:tnozaki
: > > Date:Wed Jun 2 16:04:52 UTC 2010
: > >
: > > Modified Files:
: >
In message: <201001010039.o010dvjh028...@vtn1.victoria.tc.ca>
jnem...@victoria.tc.ca (John Nemeth) writes:
: On May 23, 6:34pm, John Nemeth wrote:
: }
: } Module Name:src
: } Committed By: jnemeth
: } Date: Thu Dec 31 23:59:02 UTC 2009
:
: Bah! One m
In message: <20091107084411.gt15...@snowdrop.l8s.co.uk>
David Laight writes:
: On Sat, Nov 07, 2009 at 12:48:16AM -0700, M. Warner Losh wrote:
: >
: > which ones have the same name, but different behavior on OS X? A quick read
: > of the man pages suggests the
In message:
chris...@astron.com (Christos Zoulas) writes:
: In article <20091106183619.ga2...@britannica.bec.de>,
: Joerg Sonnenberger wrote:
: >On Fri, Nov 06, 2009 at 04:53:58PM +, Christos Zoulas wrote:
: >> >- portability: warnx -> fprintf/perror
: >>
: >> This change is bac
In message: <20090909010833.ga12...@netbsd.org>
David Holland writes:
: On Tue, Sep 08, 2009 at 10:02:33AM -0600, M. Warner Losh wrote:
: > __NetBSD__ is the *COMPILER* environment. Depending on it is *BAD*.
: > You need to use a different symbol. This is a bug in the
In message: <20090908162339.ga11...@cs.hut.fi>
Antti Kantee writes:
: On Tue Sep 08 2009 at 12:18:57 -0400, Christos Zoulas wrote:
: > | : No, __NetBSD__ is right. For all purposes, code in the rump kernel *is*
: > | : NetBSD. E.g. if you have #ifdef __NetBSD__ in a kernel driver whi
In message: <20090908131801.gb17...@cs.hut.fi>
Antti Kantee writes:
: On Tue Sep 08 2009 at 13:02:55 +, Christos Zoulas wrote:
: > In article <20090907174634.ga16...@cs.hut.fi>,
: > Antti Kantee wrote:
: > >On Tue Sep 08 2009 at 03:28:35 +1000, matthew green wrote:
: > >>
: > >>
In message: <20090816184227.gb1...@ojctech.com>
David Young writes:
: On Sun, Aug 16, 2009 at 05:01:12AM +, YAMAMOTO Takashi wrote:
: > hi,
: >
: > > On Fri, Aug 14, 2009 at 06:48:10AM +, YAMAMOTO Takashi wrote:
: > >> hi,
: > >>
: > >> > Module Name: src
: > >> > Committed
In message: <20090814021047.91ed856...@rebar.astron.com>
chris...@zoulas.com (Christos Zoulas) writes:
: On Aug 13, 10:19pm, dholland-sourcechan...@netbsd.org (David Holland) wrote:
: -- Subject: Re: CVS commit: src/usr.bin/error
:
: | On Thu, Aug 13, 2009 at 03:46:39PM +, Christos
In message: <87y6px9cr9@snark.cb.piermont.com>
"Perry E. Metzger" writes:
:
: "M. Warner Losh" writes:
: > In message: <87ab2dat79@snark.cb.piermont.com>
: > "Perry E. Metzger" writes:
: > :
: > : Frank Kar
In message: <87ab2dat79@snark.cb.piermont.com>
"Perry E. Metzger" writes:
:
: Frank Kardel writes:
: > Actually we can retire ntpdate in rc unless we are very tight on
: > memory. ntpd_flags should add the -g flag. This allows for a big
: > (time setting) initial (and only one
In message: <20090711120215.gb1...@apb-laptoy.apb.alt.za>
Alan Barrett writes:
: On Fri, 10 Jul 2009, Christos Zoulas wrote:
: > Index: src/etc/rc.d/fsck_root
: > - *:/:*) break
: > + *:/:*) case "${fs_spec}" in
: > + *:*)
: > +
In message: <20090710024528.ec36959...@thoreau.thistledown.com.au>
Simon Burge writes:
: Christoph Egger wrote:
:
: > Michael Lorenz wrote:
: >
: > > +/*
: > > + * NetBSD's userland has a /dev/pci* entry for each bus but userland has
no way
: > > + * to tell if a bus is a subordinate
In message: <87k543mfzx@snark.cb.piermont.com>
"Perry E. Metzger" writes:
:
: David Holland writes:
: > On Mon, May 11, 2009 at 10:32:30AM -0400, Perry E. Metzger wrote:
: > > The only thing I will directly advocate for (besides scrapping the
: > > current UI) is something like
In message: <87r5yv4rqn@snark.cb.piermont.com>
"Perry E. Metzger" writes:
:
: "M. Warner Losh" writes:
: > What I didn't glean from the discussion is what, exactly, you were
: > going to do about it and what, exactly, you'd like to h
In message: <20090511015855.gd16...@britannica.bec.de>
Joerg Sonnenberger writes:
: On Sun, May 10, 2009 at 07:51:41PM -0600, M. Warner Losh wrote:
: > I've missed much of the discussion, can someone recap exactly what
: > you'd like to see changed? That would
In message: <20090510220227.gd16...@britannica.bec.de>
Joerg Sonnenberger writes:
: On Sun, May 10, 2009 at 04:31:34AM +, YAMAMOTO Takashi wrote:
: > have you tried to convince freebsd guys to use your preferred name?
: > being different creates another layer of confusion.
:
: We
In message: <87tz5jne4p@snark.cb.piermont.com>
"Perry E. Metzger" writes:
:
: David Holland writes:
: > On Tue, Mar 24, 2009 at 09:53:13AM -0400, Perry E. Metzger wrote:
: > > > However, I think you should put back the change to main.c that sets
: > > > MAKE_VERSION if passed o
23 matches
Mail list logo