svn commit: r211731 - head/gnu/lib/libdialog

2010-08-23 Thread Warner Losh
Author: imp Date: Tue Aug 24 06:30:46 2010 New Revision: 211731 URL: http://svn.freebsd.org/changeset/base/211731 Log: Create a checklist and call one of the *printw() functions from the selected() callback. When the dialog first appears, you will not see the printed statement on the dialog,

svn commit: r211730 - in head/usr.sbin/pc-sysinstall: backend backend-query pc-sysinstall

2010-08-23 Thread Warner Losh
Author: imp Date: Tue Aug 24 06:11:46 2010 New Revision: 211730 URL: http://svn.freebsd.org/changeset/base/211730 Log: Indent things consistently PR: 149926 Submitted by: John Hixson Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh head/usr.sbin/pc-sysinstal

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 __frame_dummy_init_a

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 writes: Dag-Erling Sm??rgrav writes: 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.

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: http://svn.freebsd.or

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

2010-08-23 Thread M. Warner Losh
In message: <201008232204.o7nm4upa054...@svn.freebsd.org> Marius Strobl 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. : : MFC after: 1 week

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 head/c

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

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 > 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

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 ===

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. Mor

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 DM

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 contr

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: head/cddl/lib/libzp

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: pluknet writes: : On 23 August 2010 10:22, Warner Losh wrote: : > Author: imp : > Date: Mon Aug 23

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 functio

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. Idea

svn commit: r211704 - in head/lib/libc: . stdlib

2010-08-23 Thread Konstantin Belousov
Author: kib Date: Mon Aug 23 15:18:35 2010 New Revision: 211704 URL: http://svn.freebsd.org/changeset/base/211704 Log: Style. MFC after:3 days Modified: head/lib/libc/Makefile head/lib/libc/stdlib/atexit.c Modified: head/lib/libc/Makefile ==

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 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 point that everybo

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 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 Makefil

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: 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: 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 inst

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: r211701 - in head: gnu/usr.bin share/mk sys/sys tools/build/options usr.bin

2010-08-23 Thread Brian Somers
Is this a permanent switch or is there a list of issues to be resolved before switching back to the BSD grep? On Mon, 23 Aug 2010 10:04:26 + (UTC) Gabor Kovesdan wrote: > Author: gabor > Date: Mon Aug 23 10:04:26 2010 > New Revision: 211701 > URL: http://svn.freebsd.org/changeset/base/21170

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

2010-08-23 Thread Gabor Kovesdan
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. - Bump __FreeBSD_version Requested by: dougb Approved by:delph

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

2010-08-23 Thread Dag-Erling Smørgrav
Dimitry Andric writes: > Dag-Erling Smørgrav writes: > > 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 p

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

2010-08-23 Thread Doug Barton
Just to be clear, I never meant any disrespect to Ana personally, and if anything I said was or could have been construed that way, for that I definitely do apologize. On 8/23/2010 12:00 AM, Alexey Dokuchaev wrote: On Mon, Aug 23, 2010 at 12:32:33AM -0600, Scott Long wrote: Doug, you're being

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 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 unwise to

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, an