On Aug 22, 2010, at 2:16 PM, Doug Barton wrote:
> On 08/22/2010 12:42, M. Warner Losh wrote:
>
>> I think you're drawing the wrong conclusion here.
>
> Doubtful. :)
>
>> My point is that we have trusted folks in the past to do the right
>> thing, even when they don't say they will.
>
> And my p
On 23 August 2010 10:22, Warner Losh wrote:
> Author: imp
> Date: Mon Aug 23 06:22:35 2010
> New Revision: 211695
> URL: http://svn.freebsd.org/changeset/base/211695
>
> Log:
> This should really be MACHINE not MACHINE_ARCH, and is this Makefile even
> used?
>
Hi.
I wrote this letter almost 2.
On Aug 22, 2010, at 3:26 PM, Pyun YongHyeon wrote:
> Author: yongari
> Date: Sun Aug 22 21:26:35 2010
> New Revision: 211648
> URL: http://svn.freebsd.org/changeset/base/211648
>
> Log:
> It seems some newer RTL8139 controllers provides only memory space
> register mapping.
Something that I'm s
Author: imp
Date: Mon Aug 23 06:22:35 2010
New Revision: 211695
URL: http://svn.freebsd.org/changeset/base/211695
Log:
This should really be MACHINE not MACHINE_ARCH, and is this Makefile even
used?
Modified:
head/sys/kern/Makefile
Modified: head/sys/kern/Makefile
==
Author: imp
Date: Mon Aug 23 06:13:29 2010
New Revision: 211690
URL: http://svn.freebsd.org/changeset/base/211690
Log:
MFtbemd:
Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the
source code location of the machine, the latter the binary output. In
general, we want t
Author: brian
Date: Mon Aug 23 05:33:31 2010
New Revision: 211684
URL: http://svn.freebsd.org/changeset/base/211684
Log:
uio_resid isn't updated by VOP_READDIR for nfs filesystems. Use
the uio_offset adjustment instead to calculate a correct *len.
Without this change, we run off the end
Author: imp
Date: Mon Aug 23 01:50:34 2010
New Revision: 211680
URL: http://svn.freebsd.org/changeset/base/211680
Log:
MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH
(which simplifies some powerpc/powerpc64 ifs)
Modified:
head/sys/boot/ia64/common/Makefile
head/sy
Author: imp
Date: Mon Aug 23 01:48:07 2010
New Revision: 211679
URL: http://svn.freebsd.org/changeset/base/211679
Log:
MF tbemd: move to using specific architecture makefiles
Added:
head/sys/boot/Makefile.amd64 (contents, props changed)
head/sys/boot/Makefile.arm (contents, props change
On Sat, 21 Aug 2010, Dimitry Andric wrote:
On 2010-08-20 22:36, Bruce Evans wrote:
On Fri, 20 Aug 2010, Dimitry Andric wrote:
[...]
But will the casts not potentially hide problems, if you pass the wrong
types to those macros? Maybe it is better if the compiler complains
that some argument i
Author: imp
Date: Mon Aug 23 01:43:47 2010
New Revision: 211678
URL: http://svn.freebsd.org/changeset/base/211678
Log:
MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH
(which simplifies some powerpc/powerpc64 ifs)
Modified:
head/sys/boot/common/Makefile.inc
head/sys
Author: imp
Date: Mon Aug 23 01:42:09 2010
New Revision: 211677
URL: http://svn.freebsd.org/changeset/base/211677
Log:
MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH
Modified:
head/sys/boot/i386/Makefile.inc
head/sys/boot/i386/boot2/Makefile
head/sys/boot/i386/gp
Author: imp
Date: Mon Aug 23 01:37:55 2010
New Revision: 211676
URL: http://svn.freebsd.org/changeset/base/211676
Log:
It turns out that the OUTPUT_FORMAT should do the right thing for both
endians...
Deleted:
head/sys/boot/arm/uboot/ldscript.armeb
Modified:
head/sys/boot/arm/uboot/Makefil
Author: imp
Date: Mon Aug 23 01:33:27 2010
New Revision: 211675
URL: http://svn.freebsd.org/changeset/base/211675
Log:
MF tbemd: differentiate between arm and armeb
Added:
head/sys/boot/arm/uboot/ldscript.armeb (contents, props changed)
Modified:
head/sys/boot/arm/uboot/Makefile
Modified
Author: imp
Date: Mon Aug 23 01:07:07 2010
New Revision: 211673
URL: http://svn.freebsd.org/changeset/base/211673
Log:
Minor tweak from tbemd
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==
--- head/Make
Author: yongari
Date: Mon Aug 23 00:31:55 2010
New Revision: 211671
URL: http://svn.freebsd.org/changeset/base/211671
Log:
Remove unnecessary controller reinitialization by checking
IFF_DRV_RUNNING flag.
Modified:
head/sys/dev/xl/if_xl.c
Modified: head/sys/dev/xl/if_xl.c
==
Author: yongari
Date: Mon Aug 23 00:24:12 2010
New Revision: 211670
URL: http://svn.freebsd.org/changeset/base/211670
Log:
Clean up SIOCSIFCAP handler and allow RX checksum offloading could
be controlled by user.
Modified:
head/sys/dev/xl/if_xl.c
Modified: head/sys/dev/xl/if_xl.c
=
On Sun, Aug 22, 2010 at 06:15:48PM -0400, Ben Kaduk wrote:
> On Sun, Aug 22, 2010 at 5:32 PM, Pyun YongHyeon wrote:
> > --- head/share/man/man4/rl.4 ? ?Sun Aug 22 21:27:15 2010 ? ? ? ?(r211649)
> > +++ head/share/man/man4/rl.4 ? ?Sun Aug 22 21:32:48 2010 ? ? ? ?(r211650)
> > @@ -30,7 +30,7 @@
> >
Author: yongari
Date: Mon Aug 23 00:10:43 2010
New Revision: 211667
URL: http://svn.freebsd.org/changeset/base/211667
Log:
Better wording and fix wrong explanation.
Submitted by: Ben Kaduk ( minimarmot <> gmail dot com )
Modified:
head/share/man/man4/rl.4
Modified: head/share/man/man4/r
are they interested in this upstream? I think they can be
and it would save us some effort on the next merge
On Sat, Aug 21, 2010 at 03:46:34PM +, Rui Paulo wrote:
> Author: rpaulo
> Date: Sat Aug 21 15:46:33 2010
> New Revision: 211573
> URL: http://svn.freebsd.org/changeset/base/211573
>
>
Author: brueffer
Date: Sun Aug 22 20:24:24 2010
New Revision: 211642
URL: http://svn.freebsd.org/changeset/base/211642
Log:
MFC: r148701
Fixed a typo.
Modified:
stable/8/share/man/man9/crypto.9
Directory Properties:
stable/8/share/man/man9/ (props changed)
Modified: stable/8/share/m
Author: brueffer
Date: Sun Aug 22 20:22:56 2010
New Revision: 211641
URL: http://svn.freebsd.org/changeset/base/211641
Log:
MFC: r148681
Fixed a typo and added a comma.
Modified:
stable/7/share/man/man4/ng_atm.4
Directory Properties:
stable/7/share/man/man4/ (props changed)
Modified
On Sun, Aug 22, 2010 at 5:32 PM, Pyun YongHyeon wrote:
> --- head/share/man/man4/rl.4 Sun Aug 22 21:27:15 2010 (r211649)
> +++ head/share/man/man4/rl.4 Sun Aug 22 21:32:48 2010 (r211650)
> @@ -30,7 +30,7 @@
> .\"
> .\" $FreeBSD$
> .\"
> -.Dd November 1, 2008
> +.Dd August 22
Author: yongari
Date: Sun Aug 22 21:32:48 2010
New Revision: 211650
URL: http://svn.freebsd.org/changeset/base/211650
Log:
Document tunable dev.rl.%unit.prefer_iomap
Modified:
head/share/man/man4/rl.4
Modified: head/share/man/man4/rl.4
Author: yongari
Date: Sun Aug 22 21:26:35 2010
New Revision: 211648
URL: http://svn.freebsd.org/changeset/base/211648
Log:
It seems some newer RTL8139 controllers provides only memory space
register mapping. I'm not sure whether it comes from the fact that
controllers live behind certain PCI
Author: brueffer
Date: Sun Aug 22 20:25:03 2010
New Revision: 211643
URL: http://svn.freebsd.org/changeset/base/211643
Log:
MFC: r148701
Fixed a typo.
Modified:
stable/7/share/man/man9/crypto.9
Directory Properties:
stable/7/share/man/man9/ (props changed)
Modified: stable/7/share/m
Author: jilles
Date: Sun Aug 22 21:18:21 2010
New Revision: 211646
URL: http://svn.freebsd.org/changeset/base/211646
Log:
sh: Remove remnants of '!!' to negate pattern.
This Almquist extension was disabled long ago.
In pathname generation, components starting with '!!' were treated as
On 2010-08-16 10:51, Dag-Erling Smørgrav wrote:
> Bruce Cran writes:
>> Somewhat related, there are overflow bugs in humanize_number - for
>> example df(1) fails to display space from a 100PB filesystem
>> correctly.
>
> Patch? :)
Attached. This makes humanize_number() work properly for all po
Author: brueffer
Date: Sun Aug 22 20:17:28 2010
New Revision: 211639
URL: http://svn.freebsd.org/changeset/base/211639
Log:
MFC: r211355
Fixed a typo and added a comma.
Modified:
stable/8/share/man/man4/ng_atm.4
Directory Properties:
stable/8/share/man/man4/ (props changed)
Modified
On 08/22/2010 12:42, M. Warner Losh wrote:
I think you're drawing the wrong conclusion here.
Doubtful. :)
My point is that we have trusted folks in the past to do the right
thing, even when they don't say they will.
And my point, which I will make one last time, is that this model hasn't
In message: <4c717990.6020...@freebsd.org>
Doug Barton writes:
: On 08/21/2010 18:12, M. Warner Losh wrote:
: > Do we really need to have a bunch of threads about why people should
: > do the things they have promised to do?
:
: Since this is basically a useless/snarky question, here
On Sun, Aug 22, 2010 at 09:24:56PM +0200, Remko Lodder wrote:
> >> ==
> >> --- head/bin/sh/sh.1 Sun Aug 22 12:03:31 2010(r211620)
> >> +++ head/bin/sh/sh.1 Sun Aug 22 13:04:00 2010(r211621)
> > [
On 08/21/2010 18:12, M. Warner Losh wrote:
Do we really need to have a bunch of threads about why people should
do the things they have promised to do?
Since this is basically a useless/snarky question, here are some
useless/snarky responses. Feel free to pick your favorite.
Apparently we do
>>
>> ==
>> --- head/bin/sh/sh.1 Sun Aug 22 12:03:31 2010(r211620)
>> +++ head/bin/sh/sh.1 Sun Aug 22 13:04:00 2010(r211621)
> [...]
>> +.It Short-circuit evaluation
>> +The
>> +.Li &&
>> +and
>> +.Li ||
>>
On 08/20/2010 02:38, Pawel Jakub Dawidek wrote:
I'm guessing that's an attempt at humor?
I thought I've made it clear in the rest of the thread that it wasn't.
I think it's interesting that every time I make a cogent point that's
hard to disagree with the response is snark and/or thinly veile
Jilles Tjoelker writes:
> Author: jilles
> Date: Sun Aug 22 13:04:00 2010
> New Revision: 211621
> URL: http://svn.freebsd.org/changeset/base/211621
>
> Log:
> sh(1): Add a brief summary of arithmetic expressions.
>
> Modified:
> head/bin/sh/sh.1
>
> Modified: head/bin/sh/sh.1
> =
Author: ed
Date: Sun Aug 22 16:42:46 2010
New Revision: 211633
URL: http://svn.freebsd.org/changeset/base/211633
Log:
Add missing mlink for insmntque1().
MFC after:1 week
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
==
Author: gavin
Date: Sun Aug 22 16:32:59 2010
New Revision: 211632
URL: http://svn.freebsd.org/changeset/base/211632
Log:
Merge r211026 from head:
Add a keymap for the Swiss-German Macbook keyboard.
PR: conf/139997
Submitted by: Andreas Tobler
Added:
stable/7/share/syscon
Author: jh
Date: Sun Aug 22 16:08:12 2010
New Revision: 211628
URL: http://svn.freebsd.org/changeset/base/211628
Log:
Introduce and use devfs_populate_vp() to unlock a vnode before calling
devfs_populate(). This is a prerequisite for the automatic removal of
empty directories which will be c
Author: kib
Date: Sun Aug 22 14:54:59 2010
New Revision: 211624
URL: http://svn.freebsd.org/changeset/base/211624
Log:
MFC r211339:
Add missed dependency.
Modified:
stable/8/sys/modules/sem/Makefile
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/
Author: avg
Date: Sun Aug 22 13:27:33 2010
New Revision: 211623
URL: http://svn.freebsd.org/changeset/base/211623
Log:
Fix a mismerge in r211581, MFC of r210427
This is a direct commit.
Reported by: many
Pointyhat to: avg
Modified:
stable/7/sys/cddl/contrib/opensolaris/uts/common
Author: jilles
Date: Sun Aug 22 13:09:12 2010
New Revision: 211622
URL: http://svn.freebsd.org/changeset/base/211622
Log:
sh: Test that all bytes from 128 to 255 can be used in IFS.
To avoid multibyte issues, this test forces ISO8859-1 charset.
This also passes on stable/8.
Added:
h
Author: jilles
Date: Sun Aug 22 13:04:00 2010
New Revision: 211621
URL: http://svn.freebsd.org/changeset/base/211621
Log:
sh(1): Add a brief summary of arithmetic expressions.
Modified:
head/bin/sh/sh.1
Modified: head/bin/sh/sh.1
==
Author: gavin
Date: Sun Aug 22 12:03:31 2010
New Revision: 211620
URL: http://svn.freebsd.org/changeset/base/211620
Log:
Merge r211026 from head:
Add a keymap for the Swiss-German Macbook keyboard.
PR: conf/139997
Submitted by: Andreas Tobler
Added:
stable/8/share/syscon
Author: des
Date: Sun Aug 22 11:48:32 2010
New Revision: 211619
URL: http://svn.freebsd.org/changeset/base/211619
Log:
UTFize my name.
Modified:
head/lib/libutil/kld.c
Modified: head/lib/libutil/kld.c
==
--- head/lib
Author: rpaulo
Date: Sun Aug 22 11:41:06 2010
New Revision: 211618
URL: http://svn.freebsd.org/changeset/base/211618
Log:
Port this to FreeBSD. We miss some suword functions, so we use copyout.
Sponsored by: The FreeBSD Foundation
> Description of fields to fill in above:
On 22 Aug 2010, at 12:30, Rui Paulo wrote:
> Author: rpaulo
> Date: Sun Aug 22 11:30:49 2010
> New Revision: 211617
> URL: http://svn.freebsd.org/changeset/base/211617
>
> Log:
> Call the systrace_probe_func() when the error value.
s/when/with/
Regards,
--
Rui Paulo
Author: rpaulo
Date: Sun Aug 22 11:30:49 2010
New Revision: 211617
URL: http://svn.freebsd.org/changeset/base/211617
Log:
Call the systrace_probe_func() when the error value.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/subr_trap.c
Modified: head/sys/kern/subr_trap.c
===
Author: rpaulo
Date: Sun Aug 22 11:18:57 2010
New Revision: 211616
URL: http://svn.freebsd.org/changeset/base/211616
Log:
Add an extra comment to the SDT probes definition. This allows us to get
use '-' in probe names, matching the probe names in Solaris.[1]
Add userland SDT probes defini
Author: rpaulo
Date: Sun Aug 22 11:12:07 2010
New Revision: 211615
URL: http://svn.freebsd.org/changeset/base/211615
Log:
Remove an elif and add an or-clause.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/modules/dtrace/Makefile
Modified: head/sys/modules/dtrace/Makefile
=
Author: rpaulo
Date: Sun Aug 22 11:09:53 2010
New Revision: 211614
URL: http://svn.freebsd.org/changeset/base/211614
Log:
Bump KDTRACE_THREAD_ZERO and use M_ZERO as a malloc flag instead of
calling bzero.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_dtrace.c
Modif
Author: rpaulo
Date: Sun Aug 22 11:08:18 2010
New Revision: 211613
URL: http://svn.freebsd.org/changeset/base/211613
Log:
Fix style issues.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_dtrace.c
Modified: head/sys/kern/kern_dtrace.c
==
Author: jilles
Date: Sun Aug 22 11:07:46 2010
New Revision: 211612
URL: http://svn.freebsd.org/changeset/base/211612
Log:
Fix keyword expansion properties.
Modified:
Directory Properties:
head/tools/regression/bin/sh/builtins/break3.0 (props changed)
Author: rpaulo
Date: Sun Aug 22 11:05:37 2010
New Revision: 211611
URL: http://svn.freebsd.org/changeset/base/211611
Log:
Destroy the helper device when unloading.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/cddl/dev/dtrace/dtrace_unload.c
Modified: head/sys/cddl/dev/dtrace/
Author: rpaulo
Date: Sun Aug 22 11:04:43 2010
New Revision: 211610
URL: http://svn.freebsd.org/changeset/base/211610
Log:
Add more compatibility structure members needed by the upcoming fasttrap
DTrace device.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/cddl/dev/dtrace/dtra
Author: jilles
Date: Sun Aug 22 11:04:30 2010
New Revision: 211609
URL: http://svn.freebsd.org/changeset/base/211609
Log:
sh: Add a test for breaking from a loop outside the current function.
It is unwise to rely on this but I'd like to know if this would break.
Added:
head/tools/regress
Author: rpaulo
Date: Sun Aug 22 10:53:32 2010
New Revision: 211608
URL: http://svn.freebsd.org/changeset/base/211608
Log:
Kernel DTrace support for:
o uregs (sson@)
o ustack (sson@)
o /dev/dtrace/helper device (needed for USDT probes)
The work done by me was:
Sponsored by: The Free
On Thu, Aug 19, 2010 at 06:33:40PM -0700, Doug Barton wrote:
> On 08/19/2010 14:50, Bjoern A. Zeeb wrote:
> >Yes I can: soon will be when it'll be comitted.
>
> I'm guessing that's an attempt at humor, [...]
[...]
> [...] If the answer is "someday"
> then I'm going to request that the code be bac
Author: rpaulo
Date: Sun Aug 22 10:40:15 2010
New Revision: 211607
URL: http://svn.freebsd.org/changeset/base/211607
Log:
Add a function compatibility function dtrace_instr_size_isa() that on
FreeBSD does the same as dtrace_dis_isize().
Sponsored by: The FreeBSD Foundation
Modified:
he
Author: rpaulo
Date: Sun Aug 22 10:13:56 2010
New Revision: 211606
URL: http://svn.freebsd.org/changeset/base/211606
Log:
Add the FreeBSD definition for the fasttrap ioctls.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap.h
Modifi
Author: gavin
Date: Sun Aug 22 09:06:55 2010
New Revision: 211605
URL: http://svn.freebsd.org/changeset/base/211605
Log:
Merge r211066 from head:
Add a termcap entry for rxvt-256color.
PR: conf/147726
Submitted by: Sterling (Chip) Camden
Modified:
stable/7/share/termcap/
Author: gavin
Date: Sun Aug 22 09:05:08 2010
New Revision: 211604
URL: http://svn.freebsd.org/changeset/base/211604
Log:
Merge r211066 from head:
Add a termcap entry for rxvt-256color.
PR: conf/147726
Submitted by: Sterling (Chip) Camden
Modified:
stable/8/share/termcap/
Author: andre
Date: Sun Aug 22 09:02:38 2010
New Revision: 211603
URL: http://svn.freebsd.org/changeset/base/211603
Log:
MFC r211333:
Fix the interaction between 'ICMP fragmentation needed' MTU updates,
path MTU discovery and the tcp_minmss limiter for very small MTU's.
Modified:
s
Author: andre
Date: Sun Aug 22 09:01:58 2010
New Revision: 211602
URL: http://svn.freebsd.org/changeset/base/211602
Log:
MFC r211333:
Fix the interaction between 'ICMP fragmentation needed' MTU updates,
path MTU discovery and the tcp_minmss limiter for very small MTU's.
Modified:
s
Author: andre
Date: Sun Aug 22 08:47:51 2010
New Revision: 211601
URL: http://svn.freebsd.org/changeset/base/211601
Log:
MFC r211327:
Add more logging points for failures in syncache_socket() to
report when a new socket couldn't be created because one of
in_pcbinshash(), in6_pcbco
Author: andre
Date: Sun Aug 22 08:47:00 2010
New Revision: 211600
URL: http://svn.freebsd.org/changeset/base/211600
Log:
MFC r211327:
Add more logging points for failures in syncache_socket() to
report when a new socket couldn't be created because one of
in_pcbinshash(), in6_pcbco
Author: avg
Date: Sun Aug 22 08:18:32 2010
New Revision: 211599
URL: http://svn.freebsd.org/changeset/base/211599
Log:
Fix a mismerge in r211581, MFC of r210427
This is a direct commit.
Reported by: many
Pointyhat to: avg
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common
66 matches
Mail list logo