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

2012-07-01 Thread Chris Rees
On Jul 2, 2012 5:05 AM, "Doug Barton" wrote: > > 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? I'm sure beat wrote one for ports Chris _

svn commit: r237958 - head/sys/conf

2012-07-01 Thread Doug Barton
Author: dougb Date: Mon Jul 2 06:22:20 2012 New Revision: 237958 URL: http://svn.freebsd.org/changeset/base/237958 Log: For the ports modules building code, clean WRKDIR before building. This is important for those that use -DNO_CLEAN routinely, since it will prevent installing stale stuff,

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

2012-07-01 Thread Adrian Chadd
Author: adrian Date: Mon Jul 2 06:07:46 2012 New Revision: 237957 URL: http://svn.freebsd.org/changeset/base/237957 Log: .. And fix another typo. Grr. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h

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

2012-07-01 Thread Adrian Chadd
Author: adrian Date: Mon Jul 2 06:06:27 2012 New Revision: 237956 URL: http://svn.freebsd.org/changeset/base/237956 Log: Fix another typo. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h

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

2012-07-01 Thread Adrian Chadd
Author: adrian Date: Mon Jul 2 06:05:25 2012 New Revision: 237955 URL: http://svn.freebsd.org/changeset/base/237955 Log: Fix typo. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h == -

svn commit: r237953 - in head/sys/dev/ath: . ath_hal

2012-07-01 Thread Adrian Chadd
Author: adrian Date: Mon Jul 2 06:02:12 2012 New Revision: 237953 URL: http://svn.freebsd.org/changeset/base/237953 Log: Bring over some further HAL capabilities from the Atheros HAL, as well as an EDMA check function. For the AR9003 and later NICs, different TX/RX DMA and descriptor han

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 Be

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

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

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 Joy

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

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 isasci

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

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.

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

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

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

2012-07-01 Thread Chris Rees
On 6 June 2012 18:07, Chris Rees wrote: > On 6 June 2012 17:51, David E. O'Brien 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. >> >> Modified: >> head/

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

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 wrote: >> > Author: jhb >> > Date: Thu Dec 29 20:41:16 2011 >> > New Revision: 228969 >> > URL: http://svn.freebsd.org/changeset/bas

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

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

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 su

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 operati

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

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 2

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

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

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

svn commit: r237921 - head/etc

2012-07-01 Thread Christian Brueffer
Author: brueffer Date: Sun Jul 1 12:34:19 2012 New Revision: 237921 URL: http://svn.freebsd.org/changeset/base/237921 Log: Similar to all.log, mention that /var/log/console.log has to be created and chmod'ed to make logging work. PR: 168889 Submitted by: Robert Simmons MF

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 clie

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

2012-07-01 Thread Pedro Giffuni
--- Dom 1/7/12, Simon L. B. Nielsen ha scritto: ... > Data: Domenica 1 luglio 2012, 05:05 > > 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: > > 

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 builde

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

svn commit: r237901 - head/sys/amd64/conf

2012-07-01 Thread Xin LI
Author: delphij Date: Sun Jul 1 08:10:49 2012 New Revision: 237901 URL: http://svn.freebsd.org/changeset/base/237901 Log: tws(4) is interfaced with CAM so move it to the same section. Reported by: joel MFC after:3 days Modified: head/sys/amd64/conf/GENERIC Modified: head/sys/amd

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 a

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 ar