svn commit: r237874 - head/sys/dev/ath/ath_hal

2012-07-01 Thread Adrian Chadd
Author: adrian Date: Sun Jul 1 05:14:24 2012 New Revision: 237874 URL: http://svn.freebsd.org/changeset/base/237874 Log: Add in some further changes from the AR9300 HAL: * Add a new ANI variable, for AR9003 and later chips; * The AR9003 and later series chips support two RX queues now,

svn commit: r237875 - head/sys/geom

2012-07-01 Thread Warner Losh
Author: imp Date: Sun Jul 1 05:22:13 2012 New Revision: 237875 URL: http://svn.freebsd.org/changeset/base/237875 Log: Use %j to match intmax_t. Modified: head/sys/geom/geom_map.c Modified: head/sys/geom/geom_map.c

svn commit: r237878 - head/sys/powerpc/conf

2012-07-01 Thread Kenneth D. Merry
Author: ken Date: Sun Jul 1 05:32:26 2012 New Revision: 237878 URL: http://svn.freebsd.org/changeset/base/237878 Log: Now that the mps(4) driver is endian-safe, add it to the powerpc 32-bit GENERIC config file. MFC after:3 days Reqested by: nwhitehorn Modified:

svn commit: r237881 - head/sys/arm/at91

2012-07-01 Thread Warner Losh
Author: imp Date: Sun Jul 1 06:34:17 2012 New Revision: 237881 URL: http://svn.freebsd.org/changeset/base/237881 Log: Opt-in rather than opt-out of the SoC. We don't really support running with multiple SoCs compiled in very well anyway, so this just wastes space. As more and more SoCs

svn commit: r237883 - in head/sys/arm: at91 conf

2012-07-01 Thread Warner Losh
Author: imp Date: Sun Jul 1 06:56:41 2012 New Revision: 237883 URL: http://svn.freebsd.org/changeset/base/237883 Log: Create a pseudo-lint kernel for all at91 SoCs. This kernel will not currently boot, but will serve as a good linting. make universe could now be altered to skip building

Re: svn commit: r237860 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize

2012-07-01 Thread Simon L. B. Nielsen
On 1 Jul 2012, at 01:36, Pedro F. Giffuni wrote: Author: pfg Date: Sun Jul 1 00:36:07 2012 New Revision: 237860 URL: http://svn.freebsd.org/changeset/base/237860 Log: Import the dtrace llquantize test files from the vendor area. Now that we have an illumos vendor area, import the

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Andreas Tobler
On 21.06.12 11:26, Konstantin Belousov wrote: Author: kib Date: Thu Jun 21 09:26:06 2012 New Revision: 237367 URL: http://svn.freebsd.org/changeset/base/237367 Log: Enable deadlock avoidance code for NFS client. Hm, since this commit I fail with my nfs installworld/kernel. I have a

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Konstantin Belousov
On Sun, Jul 01, 2012 at 01:23:02PM +0200, Andreas Tobler wrote: On 21.06.12 11:26, Konstantin Belousov wrote: Author: kib Date: Thu Jun 21 09:26:06 2012 New Revision: 237367 URL: http://svn.freebsd.org/changeset/base/237367 Log: Enable deadlock avoidance code for NFS client. Hm,

svn commit: r237924 - head/sys/i386/i386

2012-07-01 Thread Christian Brueffer
Author: brueffer Date: Sun Jul 1 12:59:00 2012 New Revision: 237924 URL: http://svn.freebsd.org/changeset/base/237924 Log: Replace an unreachable panic() in vm86_getptr (been there for 13 years) with a KASSERT() behind the functions's only consumer. Suggested by: kib Reviewed by: kib

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Andreas Tobler
On 01.07.12 14:04, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 01:23:02PM +0200, Andreas Tobler wrote: On 21.06.12 11:26, Konstantin Belousov wrote: Author: kib Date: Thu Jun 21 09:26:06 2012 New Revision: 237367 URL: http://svn.freebsd.org/changeset/base/237367 Log: Enable deadlock

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Konstantin Belousov
On Sun, Jul 01, 2012 at 03:37:18PM +0200, Andreas Tobler wrote: On 01.07.12 14:04, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 01:23:02PM +0200, Andreas Tobler wrote: On 21.06.12 11:26, Konstantin Belousov wrote: Author: kib Date: Thu Jun 21 09:26:06 2012 New Revision: 237367 URL:

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Andreas Tobler
On 01.07.12 15:41, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 03:37:18PM +0200, Andreas Tobler wrote: On 01.07.12 14:04, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 01:23:02PM +0200, Andreas Tobler wrote: On 21.06.12 11:26, Konstantin Belousov wrote: Author: kib Date: Thu Jun

Re: svn commit: r237883 - in head/sys/arm: at91 conf

2012-07-01 Thread Marcel Moolenaar
On Jun 30, 2012, at 11:56 PM, Warner Losh wrote: Author: imp Date: Sun Jul 1 06:56:41 2012 New Revision: 237883 URL: http://svn.freebsd.org/changeset/base/237883 Log: Create a pseudo-lint kernel for all at91 SoCs. This kernel will not currently boot, but will serve as a good

svn commit: r237929 - head/sys/geom/mirror

2012-07-01 Thread Gleb Smirnoff
Author: glebius Date: Sun Jul 1 15:30:43 2012 New Revision: 237929 URL: http://svn.freebsd.org/changeset/base/237929 Log: In g_mirror_regular_request() upon successful delivery treat BIO_DELETE requests same way as BIO_WRITE removing them from queue. This fixes panic with BIO_DELETE

svn commit: r237930 - head/sys/geom/mirror

2012-07-01 Thread Gleb Smirnoff
Author: glebius Date: Sun Jul 1 15:43:52 2012 New Revision: 237930 URL: http://svn.freebsd.org/changeset/base/237930 Log: Make geom_mirror more friendly to SSDs. To properly support TRIM, we need to pass BIO_DELETE requests down to providers that support it. Also, we need to announce our

svn commit: r237931 - head/sbin/hastd

2012-07-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jul 1 16:26:07 2012 New Revision: 237931 URL: http://svn.freebsd.org/changeset/base/237931 Log: Check if there is cmsg at all. MFC after:3 days Modified: head/sbin/hastd/proto_common.c Modified: head/sbin/hastd/proto_common.c

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Konstantin Belousov
On Sun, Jul 01, 2012 at 03:56:52PM +0200, Andreas Tobler wrote: On 01.07.12 15:41, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 03:37:18PM +0200, Andreas Tobler wrote: On 01.07.12 14:04, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 01:23:02PM +0200, Andreas Tobler wrote: On

Re: svn commit: r228969 - head/sys/netinet

2012-07-01 Thread Mikolaj Golub
On Mon, 2 Apr 2012 08:48:04 -0400 John Baldwin wrote: JB On Sunday, April 01, 2012 8:05:00 am Mikolaj Golub wrote: Hi, On 12/29/11, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Thu Dec 29 20:41:16 2011 New Revision: 228969 URL:

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Andreas Tobler
On 01.07.12 19:05, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 03:56:52PM +0200, Andreas Tobler wrote: On 01.07.12 15:41, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 03:37:18PM +0200, Andreas Tobler wrote: On 01.07.12 14:04, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at

Re: svn commit: r236688 - head/share/man/man4

2012-07-01 Thread Chris Rees
On 6 June 2012 18:07, Chris Rees cr...@freebsd.org wrote: On 6 June 2012 17:51, David E. O'Brien obr...@freebsd.org wrote: Author: obrien Date: Wed Jun 6 16:51:33 2012 New Revision: 236688 URL: http://svn.freebsd.org/changeset/base/236688 Log: Add to the description and spell check.

svn commit: r237936 - head/sys/powerpc/powermac

2012-07-01 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 1 19:07:45 2012 New Revision: 237936 URL: http://svn.freebsd.org/changeset/base/237936 Log: Remove bogus __unused attribute from hrowpic_eoi(). Modified: head/sys/powerpc/powermac/hrowpic.c Modified: head/sys/powerpc/powermac/hrowpic.c

svn commit: r237937 - head/share/man/man9

2012-07-01 Thread Jens Schweikhardt
Author: schweikh Date: Sun Jul 1 19:40:51 2012 New Revision: 237937 URL: http://svn.freebsd.org/changeset/base/237937 Log: Correct a grammo. Modified: head/share/man/man9/cd.9 Modified: head/share/man/man9/cd.9 ==

Re: svn commit: r237883 - in head/sys/arm: at91 conf

2012-07-01 Thread Warner Losh
On Jul 1, 2012, at 9:27 AM, Marcel Moolenaar wrote: On Jun 30, 2012, at 11:56 PM, Warner Losh wrote: Author: imp Date: Sun Jul 1 06:56:41 2012 New Revision: 237883 URL: http://svn.freebsd.org/changeset/base/237883 Log: Create a pseudo-lint kernel for all at91 SoCs. This kernel

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Konstantin Belousov
On Sun, Jul 01, 2012 at 08:33:09PM +0200, Andreas Tobler wrote: On 01.07.12 19:05, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 03:56:52PM +0200, Andreas Tobler wrote: On 01.07.12 15:41, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 03:37:18PM +0200, Andreas Tobler wrote: On

svn commit: r237939 - head/lib/libc/locale

2012-07-01 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 1 22:18:20 2012 New Revision: 237939 URL: http://svn.freebsd.org/changeset/base/237939 Log: ctype_l(3): Note that not all these functions are specified by POSIX.1-2008. The function isascii_l() is not in POSIX even though isascii() is, probably because

svn commit: r237942 - head/sbin/ping

2012-07-01 Thread Xin LI
Author: delphij Date: Mon Jul 2 02:38:27 2012 New Revision: 237942 URL: http://svn.freebsd.org/changeset/base/237942 Log: Use timeclear() instead of home grown version. MFC after:2 weeks Modified: head/sbin/ping/ping.c Modified: head/sbin/ping/ping.c

Re: svn commit: r237624 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/

2012-07-01 Thread Doug Barton
On 06/29/2012 10:58, Pedro Giffuni wrote: Now .. David pointed out I am not respecting the code provenance since I didn't add them to the opensolaris vendor area, but these files are copyrighted Joyent Inc (not even Illumos) so I cannot put them there unless we create a new vendor for Joyent

Re: svn commit: r237860 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize

2012-07-01 Thread Doug Barton
On 07/01/2012 03:05, Simon L. B. Nielsen wrote: Don't replace files, and even worse directories, and it breaks svn2cvs. Isn't it possible to write a pre-commit hook to avoid this issue? -- This .signature sanitized for your protection ___

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Andreas Tobler
On 01.07.12 23:43, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 08:33:09PM +0200, Andreas Tobler wrote: On 01.07.12 19:05, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 03:56:52PM +0200, Andreas Tobler wrote: On 01.07.12 15:41, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at

Re: svn commit: r237367 - head/sys/fs/nfsclient

2012-07-01 Thread Andreas Tobler
On 02.07.12 06:40, Andreas Tobler wrote: On 01.07.12 23:43, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 08:33:09PM +0200, Andreas Tobler wrote: On 01.07.12 19:05, Konstantin Belousov wrote: On Sun, Jul 01, 2012 at 03:56:52PM +0200, Andreas Tobler wrote: On 01.07.12 15:41, Konstantin