svn commit: r242887 - head/usr.bin/top

2012-11-11 Thread Rui Paulo
Author: rpaulo Date: Sun Nov 11 08:16:33 2012 New Revision: 242887 URL: http://svnweb.freebsd.org/changeset/base/242887 Log: Add the PID column to the list of sort keys. Modified: head/usr.bin/top/machine.c Modified: head/usr.bin/top/machine.c

svn commit: r242888 - head/contrib/top

2012-11-11 Thread Rui Paulo
Author: rpaulo Date: Sun Nov 11 08:22:58 2012 New Revision: 242888 URL: http://svnweb.freebsd.org/changeset/base/242888 Log: Add pid to the help menu (sort keys section). Modified: head/contrib/top/commands.c Modified: head/contrib/top/commands.c

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-11 Thread Alfred Perlstein
On 11/10/12 11:33 PM, Alexey Dokuchaev wrote: On Sat, Nov 10, 2012 at 10:22:52PM -0800, Peter Wemm wrote: We've had kern.ipc.nmbclusters for years. It is simple to understand, easy to predict the outcome of a change, is runtime adjustable, is a *cap* and not a reservation (like it used to be)

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-11 Thread Peter Wemm
On Sun, Nov 11, 2012 at 1:41 AM, Alfred Perlstein bri...@mu.org wrote: On 11/10/12 11:33 PM, Alexey Dokuchaev wrote: On Sat, Nov 10, 2012 at 10:22:52PM -0800, Peter Wemm wrote: We've had kern.ipc.nmbclusters for years. It is simple to understand, easy to predict the outcome of a change, is

svn commit: r242889 - head/sys/dev/xen/netback

2012-11-11 Thread Roman Divacky
Author: rdivacky Date: Sun Nov 11 10:42:34 2012 New Revision: 242889 URL: http://svnweb.freebsd.org/changeset/base/242889 Log: Change the XNB_ASSERT from a statement expression to do-while(0) as its result is never used. Modified: head/sys/dev/xen/netback/netback_unit_tests.c Modified:

svn commit: r242890 - head/sys/dev/xen/netback

2012-11-11 Thread Roman Divacky
Author: rdivacky Date: Sun Nov 11 10:45:21 2012 New Revision: 242890 URL: http://svnweb.freebsd.org/changeset/base/242890 Log: Fix a typo. Modified: head/sys/dev/xen/netback/netback_unit_tests.c Modified: head/sys/dev/xen/netback/netback_unit_tests.c

Re: svn commit: r242835 - head/contrib/llvm/lib/Target/X86

2012-11-11 Thread Bruce Evans
On Sat, 10 Nov 2012, Nathan Whitehorn wrote: On 11/09/12 12:56, Dimitry Andric wrote: Log: Reduce LLVM's default stack alignment for i386 from 16 to 4 bytes, as the FreeBSD ABI requires. This is essentially a revert of upstream llvm commit r126226, and it will be reverted by upstream

Re: svn commit: r242879 - in head/lib: libc/gen msun/src

2012-11-11 Thread Bruce Evans
On Sat, 10 Nov 2012, Dimitry Andric wrote: On 2012-11-10 22:43, Konstantin Belousov wrote: On Sat, Nov 10, 2012 at 09:22:10PM +, Dimitry Andric wrote: ... Author: dim Date: Sat Nov 10 21:22:10 2012 New Revision: 242879 URL: http://svnweb.freebsd.org/changeset/base/242879 Log: Only

svn commit: r242894 - head/lib/libc/gen

2012-11-11 Thread Dimitry Andric
Author: dim Date: Sun Nov 11 13:28:04 2012 New Revision: 242894 URL: http://svnweb.freebsd.org/changeset/base/242894 Log: Add an explanatory comment to lib/libc/gen/isnan.c about the fix to make static linking with libc and libm work. Requested by: jilles MFC after:1 week

Re: svn commit: r242835 - head/contrib/llvm/lib/Target/X86

2012-11-11 Thread Dimitry Andric
On 2012-11-11 12:53, Bruce Evans wrote: On Sat, 10 Nov 2012, Nathan Whitehorn wrote: On 11/09/12 12:56, Dimitry Andric wrote: Log: Reduce LLVM's default stack alignment for i386 from 16 to 4 bytes, as the FreeBSD ABI requires. This is essentially a revert of upstream llvm commit

Re: svn commit: r242835 - head/contrib/llvm/lib/Target/X86

2012-11-11 Thread Bruce Evans
On Sun, 11 Nov 2012, Dimitry Andric wrote: On 2012-11-11 12:53, Bruce Evans wrote: I'm not sure if either of us knows exactly what this does, but I like this change. clang does stack alignment correctly, so it doesn't need the gcc pessimization of aligning in the caller. clang aligns in the

Re: svn commit: r242879 - in head/lib: libc/gen msun/src

2012-11-11 Thread Dimitry Andric
On 2012-11-11 14:07, Bruce Evans wrote: On Sat, 10 Nov 2012, Dimitry Andric wrote: On 2012-11-10 22:43, Konstantin Belousov wrote: On Sat, Nov 10, 2012 at 09:22:10PM +, Dimitry Andric wrote: ... Author: dim Date: Sat Nov 10 21:22:10 2012 New Revision: 242879 URL:

svn commit: r242895 - head/bin/sh

2012-11-11 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 11 15:13:24 2012 New Revision: 242895 URL: http://svnweb.freebsd.org/changeset/base/242895 Log: sh: Forward-declare struct alias instead of giving up type safety via void * Modified: head/bin/sh/input.c head/bin/sh/input.h Modified: head/bin/sh/input.c

svn commit: r242896 - head/usr.bin/ssh-copy-id

2012-11-11 Thread Eitan Adler
Author: eadler Date: Sun Nov 11 15:34:58 2012 New Revision: 242896 URL: http://svnweb.freebsd.org/changeset/base/242896 Log: Add the standard exit status to the ssh-copy-id man page. Approved by: bcr (mentor) MFC after:3 days Modified: head/usr.bin/ssh-copy-id/ssh-copy-id.1

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-11 Thread Adrian Chadd
Alfred, You're thinking about it one step ahead, not 5 steps ahead. One step ahead: let's fix maxuser scaling. 5 steps ahead: Let's find all of the non-dynamic things that maxusers scales, figure out how to make them run-time tunable, and then make a maxusers.sh user-land script that scales

Re: svn commit: r242881 - head/sys/dev/ath

2012-11-11 Thread Adrian Chadd
On 11 November 2012 08:39, Adrian Chadd adr...@freebsd.org wrote: Damnit, I commited the wrong file. I meant if_ath.c instead of if_ath_tx.c. Thanks for pointing it out. I'll commit the fix when svn.freebsd.org works again. Adrian ___

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-11 Thread Alfred Perlstein
I think there are two issue here. One: you have much better idea of how to tune nmbclusters than I do. Cool! Please put that into the code. I really think that's great and the time you've pit into giving it serious thought is helpful to all. Two: you want to divorce nmbclusters (and therefor

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-11 Thread Alfred Perlstein
Oh, OK, I didn't know it was so involved. I probably don't have anything to worry about then. :) -Alfred On 11/11/12 8:52 AM, Adrian Chadd wrote: Alfred, You're thinking about it one step ahead, not 5 steps ahead. One step ahead: let's fix maxuser scaling. 5 steps ahead: Let's find all of

Re: svn commit: r242881 - head/sys/dev/ath

2012-11-11 Thread Adrian Chadd
Damnit, I commited the wrong file. I meant if_ath.c instead of if_ath_tx.c. Thanks for pointing it out. Adrian On 10 November 2012 16:34, Adrian Chadd adr...@freebsd.org wrote: Author: adrian Date: Sun Nov 11 00:34:10 2012 New Revision: 242881 URL:

Re: svn commit: r242835 - head/contrib/llvm/lib/Target/X86

2012-11-11 Thread Konstantin Belousov
On Mon, Nov 12, 2012 at 02:01:47AM +1100, Bruce Evans wrote: On Sun, 11 Nov 2012, Dimitry Andric wrote: On 2012-11-11 12:53, Bruce Evans wrote: I'm not sure if either of us knows exactly what this does, but I like this change. clang does stack alignment correctly, so it doesn't need

Re: svn commit: r242889 - head/sys/dev/xen/netback

2012-11-11 Thread Konstantin Belousov
On Sun, Nov 11, 2012 at 10:42:34AM +, Roman Divacky wrote: Author: rdivacky Date: Sun Nov 11 10:42:34 2012 New Revision: 242889 URL: http://svnweb.freebsd.org/changeset/base/242889 Log: Change the XNB_ASSERT from a statement expression to do-while(0) as its result is never used.

Re: svn commit: r242849 - head/usr.bin/calendar/calendars

2012-11-11 Thread Marc Balmer
The date of the encounter is not clear at all. Some sources list oct. 27, some oct. 28, and some nov. 10 (http://en.wikipedia.org/wiki/Henry_Morton_Stanley). So this should be researched a bit more. ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-11 Thread Adrian Chadd
On 11 November 2012 09:11, Alfred Perlstein bri...@mu.org wrote: Oh, OK, I didn't know it was so involved. I probably don't have anything to worry about then. :) Nono - I want you to worry about it. But _I_ want there to be a slightly longer term goal that's less about dictating policy in the

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-11 Thread Alfred Perlstein
On 11/11/12 12:31 PM, Adrian Chadd wrote: On 11 November 2012 09:11, Alfred Perlstein bri...@mu.org wrote: Oh, OK, I didn't know it was so involved. I probably don't have anything to worry about then. :) Nono - I want you to worry about it. But _I_ want there to be a slightly longer term goal

svn commit: r242897 - head/release

2012-11-11 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Nov 11 21:52:18 2012 New Revision: 242897 URL: http://svnweb.freebsd.org/changeset/base/242897 Log: Prevent including .zfs snapshot directories in the src.txz distribution. This can happen if the src/ tree checkout is within its own ZFS dataset,

svn commit: r242898 - head/sys/dev/ath

2012-11-11 Thread Adrian Chadd
Author: adrian Date: Sun Nov 11 21:57:18 2012 New Revision: 242898 URL: http://svnweb.freebsd.org/changeset/base/242898 Log: Remove this; i incorrectly committed the wrong (debug) changes in my previous commit. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c

svn commit: r242899 - head/sys/dev/ath

2012-11-11 Thread Adrian Chadd
Author: adrian Date: Sun Nov 11 21:58:18 2012 New Revision: 242899 URL: http://svnweb.freebsd.org/changeset/base/242899 Log: Correctly fix the 'scan during STA mode' crash. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

Re: svn commit: r242897 - head/release

2012-11-11 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/11/12 1:52 PM, Glen Barber wrote: Author: gjb (doc,ports committer) Date: Sun Nov 11 21:52:18 2012 New Revision: 242897 URL: http://svnweb.freebsd.org/changeset/base/242897 Log: Prevent including .zfs snapshot directories in the

Re: svn commit: r242897 - head/release

2012-11-11 Thread Glen Barber
On Sun, Nov 11, 2012 at 02:25:48PM -0800, Xin Li wrote: Log: Prevent including .zfs snapshot directories in the src.txz distribution. This can happen if the src/ tree checkout is within its own ZFS dataset, and the 'snapdir' ZFS property is set to 'visible.' Since snapdir=visible is

svn commit: r242900 - head/usr.bin/calendar/calendars

2012-11-11 Thread Greg Lehey
Author: grog Date: Sun Nov 11 22:43:36 2012 New Revision: 242900 URL: http://svnweb.freebsd.org/changeset/base/242900 Log: Correct date of Stanley's encounter with Livingstone. Obtained from:Henry Morton Stanley, How I met Livingstone,

svn commit: r242901 - head/sys/sys

2012-11-11 Thread Attilio Rao
Author: attilio Date: Sun Nov 11 23:25:47 2012 New Revision: 242901 URL: http://svnweb.freebsd.org/changeset/base/242901 Log: Tweak comments. In collabouration with: alc Modified: head/sys/sys/_mutex.h head/sys/sys/_rwlock.h Modified: head/sys/sys/_mutex.h

Re: svn commit: r242849 - head/usr.bin/calendar/calendars

2012-11-11 Thread Greg 'groggy' Lehey
On Sunday, 11 November 2012 at 21:16:11 +0100, Marc Balmer wrote: The date of the encounter is not clear at all. Some sources list oct. 27, some oct. 28, and some nov. 10 (http://en.wikipedia.org/wiki/Henry_Morton_Stanley). I took my information from Wikipedia, the source of all wisdom.

Re: svn commit: r242897 - head/release

2012-11-11 Thread Daniel O'Connor
On 12/11/2012, at 9:00, Glen Barber g...@freebsd.org wrote: Since snapdir=visible is non-standard setting, will it be sensible to exclude .snap as well? (maybe also .git?) Yes, I think so. This was mentioned yesterday, but I had already sent this patch for review. I do intend to

Re: svn commit: r242897 - head/release

2012-11-11 Thread Glen Barber
On Mon, Nov 12, 2012 at 10:24:02AM +1030, Daniel O'Connor wrote: On 12/11/2012, at 9:00, Glen Barber g...@freebsd.org wrote: Since snapdir=visible is non-standard setting, will it be sensible to exclude .snap as well? (maybe also .git?) Yes, I think so. This was mentioned

Re: svn commit: r234352 - in head/sys: amd64/linux32 compat/linux i386/linux kern

2012-11-11 Thread Mateusz Guzik
On Fri, Jun 29, 2012 at 07:36:26AM +1000, Peter Jeremy wrote: On 2012-Apr-16 21:22:02 +, Jung-uk Kim j...@freebsd.org wrote: Log: - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 but GNU libc used it without checking its kernel version, e. g., Fedora 10.

svn commit: r242903 - head/sys/vm

2012-11-11 Thread Attilio Rao
Author: attilio Date: Mon Nov 12 00:30:40 2012 New Revision: 242903 URL: http://svnweb.freebsd.org/changeset/base/242903 Log: Fix DDB command show map XXX: - Check that an argument is always available, otherwise current map printing before to recurse is garbage. - Spit out a message if

svn commit: r242904 - head/sys/powerpc/include

2012-11-11 Thread Rui Paulo
Author: rpaulo Date: Mon Nov 12 06:15:54 2012 New Revision: 242904 URL: http://svnweb.freebsd.org/changeset/base/242904 Log: Allow this file to be used in LOCORE sections of the kernel. Modified: head/sys/powerpc/include/bat.h Modified: head/sys/powerpc/include/bat.h

svn commit: r242906 - in head/sys/dev/usb: . serial

2012-11-11 Thread Hans Petter Selasky
Author: hselasky Date: Mon Nov 12 07:25:51 2012 New Revision: 242906 URL: http://svnweb.freebsd.org/changeset/base/242906 Log: Add new USB IDs. MFC after:1 week PR: usb/173503 Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: