svn commit: r211690 - in head/sys/modules: . aac acpi/acpi agp amr asr bge cpufreq cxgb cyclic dtrace dtrace/dtrace dtrace/fasttrap hptmv hptrr hwpmc i2c/controllers/pcf io le linprocfs linsysfs li...

2010-08-23 Thread Warner Losh
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

svn commit: r211695 - head/sys/kern

2010-08-23 Thread Warner Losh
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

Re: svn commit: r211648 - head/sys/pci

2010-08-23 Thread Scott Long
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 seeing

Re: svn commit: r211695 - head/sys/kern

2010-08-23 Thread pluknet
On 23 August 2010 10:22, Warner Losh i...@freebsd.org 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

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-23 Thread Scott Long
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 point, which

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-23 Thread Alexey Dokuchaev
On Mon, Aug 23, 2010 at 12:32:33AM -0600, Scott Long wrote: Doug, you're being a grade-A asshole in this entire discussion. The merits of your argument are being completely overshadowed by your patronizing attitude and over the top straw-man extremism. Ana deserves an apology from you, and

Re: svn commit: r211609 - head/tools/regression/bin/sh/builtins

2010-08-23 Thread Brian Somers
On Sun, 22 Aug 2010 11:04:30 + (UTC) Jilles Tjoelker jil...@freebsd.org wrote: 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

Re: svn commit: r211304 - head/lib/libutil

2010-08-23 Thread Dag-Erling Smørgrav
Dimitry Andric dimi...@andric.com writes: Dag-Erling Smørgrav d...@des.no writes: Bruce Cran br...@cran.org.uk 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.

Re: svn commit: r211701 - in head: gnu/usr.bin share/mk sys/sys tools/build/options usr.bin

2010-08-23 Thread Joel Dahl
On 23-08-2010 10:04, Gabor Kovesdan wrote: Author: gabor Date: Mon Aug 23 10:04:26 2010 New Revision: 211701 URL: http://svn.freebsd.org/changeset/base/211701 Log: - Change default grep back to GNU version. BSD grep can be built with the WITH_BSD_GREP knob. :-( -- Joel

Re: svn commit: r211684 - head/sys/kern

2010-08-23 Thread Kostik Belousov
On Mon, Aug 23, 2010 at 05:33:31AM +, Brian Somers wrote: 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

Re: svn commit: r211701 - in head: gnu/usr.bin share/mk sys/sys tools/build/options usr.bin

2010-08-23 Thread Gabor Kovesdan
Em 2010.08.23. 12:12, Brian Somers escreveu: Is this a permanent switch or is there a list of issues to be resolved before switching back to the BSD grep? I maintain my TODO list, which currently has the following items: - fix context grepping bug - fix loop on reading drectories on ZFS/NFS -

Re: svn commit: r211701 - in head: gnu/usr.bin share/mk sys/sys tools/build/options usr.bin

2010-08-23 Thread Dimitry Andric
On 2010-08-23 12:31, Gabor Kovesdan wrote: - print out warning and exit if writing to stdin fails I hope you mean stdout here? :) ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any

Re: svn commit: r211695 - head/sys/kern

2010-08-23 Thread Rui Paulo
On 23 Aug 2010, at 07:32, pluknet wrote: On 23 August 2010 10:22, Warner Losh i...@freebsd.org 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

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-23 Thread M. Warner Losh
In message: 20100823070057.ga6...@freebsd.org Alexey Dokuchaev da...@freebsd.org writes: : That said, I wish we all grow a thiker skin and start actually value the : criticism like we did in the old days. We do value criticism, when it is constructive, flexible and well timed. The

svn commit: r211705 - in head: lib/libc/gen libexec/rtld-elf sys/sys

2010-08-23 Thread Konstantin Belousov
Author: kib Date: Mon Aug 23 15:27:03 2010 New Revision: 211705 URL: http://svn.freebsd.org/changeset/base/211705 Log: Introduce implementation-private rtld interface _rtld_addr_phdr, which fills struct dl_phdr_info for the shared object that contains the specified address, if any.

svn commit: r211706 - in head: lib/libc/gen lib/libc/include lib/libc/stdlib lib/libthr lib/libthr/thread libexec/rtld-elf

2010-08-23 Thread Konstantin Belousov
Author: kib Date: Mon Aug 23 15:38:02 2010 New Revision: 211706 URL: http://svn.freebsd.org/changeset/base/211706 Log: On shared object unload, in __cxa_finalize, call and clear all installed atexit and __cxa_atexit handlers that are either installed by unloaded dso, or points to the

Re: svn commit: r211695 - head/sys/kern

2010-08-23 Thread M. Warner Losh
Hi Pluknet... I think that kern/Makefile is an ex-parrot and plan on removing it later today. Warner P.S. sorry for the top post, but I wanted things in the archives.. In message: aanlktinmvu5aooudz05ymzhjtbkytmwkfcykonnmx...@mail.gmail.com pluknet pluk...@gmail.com writes: : On

svn commit: r211707 - head/cddl/lib/libzpool

2010-08-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Aug 23 16:47:29 2010 New Revision: 211707 URL: http://svn.freebsd.org/changeset/base/211707 Log: Add powerpc64 to the list of architectures with real atomic operations. Submitted by: imp Modified: head/cddl/lib/libzpool/Makefile Modified:

Re: svn commit: r211648 - head/sys/pci

2010-08-23 Thread Pyun YongHyeon
On Mon, Aug 23, 2010 at 12:27:33AM -0600, Scott Long wrote: 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

svn commit: r211716 - head/sys/dev/xl

2010-08-23 Thread Pyun YongHyeon
Author: yongari Date: Mon Aug 23 18:51:31 2010 New Revision: 211716 URL: http://svn.freebsd.org/changeset/base/211716 Log: Move xl_reset() to xl_init_locked(). This will make driver initialize controller from a known good state. Previously driver used to issue controller reset while TX/RX

svn commit: r211717 - head/sys/dev/xl

2010-08-23 Thread Pyun YongHyeon
Author: yongari Date: Mon Aug 23 19:18:50 2010 New Revision: 211717 URL: http://svn.freebsd.org/changeset/base/211717 Log: Implement basic WOL support. Note, not all xl(4) controllers support WOL. Some controllers require additional 3-wire auxiliary remote wakeup connector to draw power.

svn commit: r211721 - head/sys/dev/ed

2010-08-23 Thread Pyun YongHyeon
Author: yongari Date: Mon Aug 23 21:40:03 2010 New Revision: 211721 URL: http://svn.freebsd.org/changeset/base/211721 Log: Fix a possible unaligned access to savebyte array. PR: kern/122195 Modified: head/sys/dev/ed/if_ed.c Modified: head/sys/dev/ed/if_ed.c

Re: svn commit: r211609 - head/tools/regression/bin/sh/builtins

2010-08-23 Thread Jilles Tjoelker
On Mon, Aug 23, 2010 at 12:33:14AM -0700, Brian Somers wrote: On Sun, 22 Aug 2010 11:04:30 + (UTC) Jilles Tjoelker jil...@freebsd.org wrote: 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

svn commit: r211722 - head/cddl/lib/libzpool

2010-08-23 Thread Marius Strobl
Author: marius Date: Mon Aug 23 22:04:30 2010 New Revision: 211722 URL: http://svn.freebsd.org/changeset/base/211722 Log: Use real atomic operations for sparc64. MFC after:1 week Modified: head/cddl/lib/libzpool/Makefile Modified: head/cddl/lib/libzpool/Makefile

svn commit: r211725 - in head: . cddl/lib/libdtrace cddl/lib/libzpool gnu/lib/csu gnu/lib/libgomp gnu/lib/libstdc++ gnu/usr.bin/binutils/gdb gnu/usr.bin/gdb gnu/usr.bin/gdb/gdbserver include lib li...

2010-08-23 Thread Warner Losh
Author: imp Date: Mon Aug 23 22:24:11 2010 New Revision: 211725 URL: http://svn.freebsd.org/changeset/base/211725 Log: MFtbemd: Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. Modified: head/Makefile.inc1

Re: svn commit: r211722 - head/cddl/lib/libzpool

2010-08-23 Thread M. Warner Losh
In message: 201008232204.o7nm4upa054...@svn.freebsd.org Marius Strobl mar...@freebsd.org writes: : Author: marius : Date: Mon Aug 23 22:04:30 2010 : New Revision: 211722 : URL: http://svn.freebsd.org/changeset/base/211722 : : Log: : Use real atomic operations for sparc64. : :

Re: svn commit: r211648 - head/sys/pci

2010-08-23 Thread Pyun YongHyeon
On Mon, Aug 23, 2010 at 11:25:16AM -0700, Pyun YongHyeon wrote: On Mon, Aug 23, 2010 at 12:27:33AM -0600, Scott Long wrote: 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:

Re: svn commit: r211304 - head/lib/libutil

2010-08-23 Thread Bruce Evans
On Mon, 23 Aug 2010, [utf-8] Dag-Erling Sm??rgrav wrote: Dimitry Andric dimi...@andric.com writes: Dag-Erling Sm??rgrav d...@des.no writes: Bruce Cran br...@cran.org.uk writes: Somewhat related, there are overflow bugs in humanize_number - for example df(1) fails to display space from a

svn commit: r211729 - head/contrib/gcc

2010-08-23 Thread Rui Paulo
Author: rpaulo Date: Tue Aug 24 00:23:40 2010 New Revision: 211729 URL: http://svn.freebsd.org/changeset/base/211729 Log: Mark the following static variables as __used__ instead of __unused__: o force_to_data o __CTOR_LIST__ o __do_global_dtors_aux_fini_array_entry o