Re: svn commit: r244585 - in head: . sys/geom/label

2013-01-05 Thread Jaakko Heinonen
On 2013-01-04, John Baldwin wrote: New Revision: 244585 Log: Mangle label names containing spaces, non-printable characters '%' or ''. Mangling is only done for label names read from file system metadata. Encoding resembles URL encoding. For example, the space character

svn commit: r245057 - head/usr.bin/grep

2013-01-05 Thread Gabor Kovesdan
Author: gabor Date: Sat Jan 5 14:52:31 2013 New Revision: 245057 URL: http://svnweb.freebsd.org/changeset/base/245057 Log: - Fix handling of the case when multiple patterns are specified in a single command line argument, separated by newlines PR: bin/173673 Submitted by:

svn commit: r245062 - stable/9/share/i18n/csmapper

2013-01-05 Thread Gabor Kovesdan
Author: gabor Date: Sat Jan 5 16:35:46 2013 New Revision: 245062 URL: http://svnweb.freebsd.org/changeset/base/245062 Log: MFC r244348: - Fix handling of .mps files Modified: stable/9/share/i18n/csmapper/Makefile.part Directory Properties: stable/9/share/i18n/csmapper/ (props

svn commit: r245064 - head/sys/arm/ti/cpsw

2013-01-05 Thread Tim Kientzle
Author: kientzle Date: Sat Jan 5 17:59:44 2013 New Revision: 245064 URL: http://svnweb.freebsd.org/changeset/base/245064 Log: While trying to track down the root cause for TX stalls in this driver, I've also had some time to evaluate the effectiveness of different watchdog strategies.

svn commit: r245065 - head/sys/dev/pci

2013-01-05 Thread Neel Natu
Author: neel Date: Sat Jan 5 18:48:23 2013 New Revision: 245065 URL: http://svnweb.freebsd.org/changeset/base/245065 Log: Add quirk to indicate that the bhyve hostbridge is capable of supporting MSI and MSI-X even though it does not advertise the PCI-E capability itself. Obtained

svn commit: r245066 - head/sys/kern

2013-01-05 Thread Neel Natu
Author: neel Date: Sat Jan 5 19:18:50 2013 New Revision: 245066 URL: http://svnweb.freebsd.org/changeset/base/245066 Log: Teach the kernel to recognize that it is executing inside a bhyve virtual machine. Obtained from:NetApp Modified: head/sys/kern/subr_param.c Modified:

svn commit: r245067 - stable/9/sys/netinet6

2013-01-05 Thread Andrey V. Elsukov
Author: ae Date: Sat Jan 5 20:07:28 2013 New Revision: 245067 URL: http://svnweb.freebsd.org/changeset/base/245067 Log: MFC r244439: The selectroute function does own account of EHOSTUNREACH errors, no need to do it twice. MFC r20: Make dst_sa initialization only when it

svn commit: r245068 - head/sys/arm/conf

2013-01-05 Thread Tim Kientzle
Author: kientzle Date: Sat Jan 5 20:30:10 2013 New Revision: 245068 URL: http://svnweb.freebsd.org/changeset/base/245068 Log: Prefer the new NFS modules Modified: head/sys/arm/conf/BEAGLEBONE Modified: head/sys/arm/conf/BEAGLEBONE

Re: svn commit: r244585 - in head: . sys/geom/label

2013-01-05 Thread Pawel Jakub Dawidek
On Fri, Jan 04, 2013 at 12:24:03PM -0500, Nathan Whitehorn wrote: On 01/04/13 12:18, John Baldwin wrote: On Saturday, December 22, 2012 08:43:12 AM Jaakko Heinonen wrote: Author: jh Date: Sat Dec 22 13:43:12 2012 New Revision: 244585 URL: http://svnweb.freebsd.org/changeset/base/244585

svn commit: r245070 - head/sys/arm/ti/cpsw

2013-01-05 Thread Tim Kientzle
Author: kientzle Date: Sat Jan 5 20:37:40 2013 New Revision: 245070 URL: http://svnweb.freebsd.org/changeset/base/245070 Log: Shuffle the TX underrun to work the same way as the RX underrun, as suggested by YongHyeon PYUN. Modified: head/sys/arm/ti/cpsw/if_cpsw.c Modified:

svn commit: r245071 - in head/sys/arm: broadcom/bcm2835 versatile

2013-01-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Jan 5 21:05:16 2013 New Revision: 245071 URL: http://svnweb.freebsd.org/changeset/base/245071 Log: Fix background color calculation Spotted by: ray@ Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c head/sys/arm/versatile/versatile_clcd.c Modified:

svn commit: r245072 - head/sbin/geom/class/journal

2013-01-05 Thread Konstantin Belousov
Author: kib Date: Sat Jan 5 21:42:14 2013 New Revision: 245072 URL: http://svnweb.freebsd.org/changeset/base/245072 Log: Do not round up the size of the UFS filesystem to the fragment size when comparing its size with the size of the media, to determine if the last disk block is unused.

svn commit: r245074 - head/sbin/geom/class/journal

2013-01-05 Thread Konstantin Belousov
Author: kib Date: Sat Jan 5 21:52:38 2013 New Revision: 245074 URL: http://svnweb.freebsd.org/changeset/base/245074 Log: Use tabs for indentation. MFC after:2 weeks Modified: head/sbin/geom/class/journal/geom_journal_ufs.c Modified: head/sbin/geom/class/journal/geom_journal_ufs.c

svn commit: r245075 - head/usr.bin/grep/regex

2013-01-05 Thread Mark Johnston
Author: markj Date: Sat Jan 5 22:04:40 2013 New Revision: 245075 URL: http://svnweb.freebsd.org/changeset/base/245075 Log: Fix a segfault when bsdgrep -i is given an empty pattern string. PR: bin/172865 Reviewed by: gabor Approved by: emaste (co-mentor) MFC after:1

svn commit: r245076 - stable/9/usr.sbin/rarpd

2013-01-05 Thread Mark Johnston
Author: markj Date: Sat Jan 5 22:55:08 2013 New Revision: 245076 URL: http://svnweb.freebsd.org/changeset/base/245076 Log: - Add IFT_L2VLAN (vlan(4)) support. - Add a -P option to support PID files. When -a is specified /var/run/rarpd.pid is used by default, and when an interface is

svn commit: r245077 - stable/8/usr.sbin/rarpd

2013-01-05 Thread Mark Johnston
Author: markj Date: Sat Jan 5 22:55:34 2013 New Revision: 245077 URL: http://svnweb.freebsd.org/changeset/base/245077 Log: - Add IFT_L2VLAN (vlan(4)) support. - Add a -P option to support PID files. When -a is specified /var/run/rarpd.pid is used by default, and when an interface is

svn commit: r245078 - stable/7/usr.sbin/rarpd

2013-01-05 Thread Mark Johnston
Author: markj Date: Sat Jan 5 22:56:16 2013 New Revision: 245078 URL: http://svnweb.freebsd.org/changeset/base/245078 Log: - Add IFT_L2VLAN (vlan(4)) support. - Add a -P option to support PID files. When -a is specified /var/run/rarpd.pid is used by default, and when an interface is

svn commit: r245079 - in head/sys/arm: arm include

2013-01-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Jan 5 23:08:10 2013 New Revision: 245079 URL: http://svnweb.freebsd.org/changeset/base/245079 Log: Add hw.board.serial and hw.board.revision for exporting board-specific info Modified: head/sys/arm/arm/machdep.c head/sys/arm/include/machdep.h Modified:

svn commit: r245080 - head/sys/arm/broadcom/bcm2835

2013-01-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Jan 5 23:08:58 2013 New Revision: 245080 URL: http://svnweb.freebsd.org/changeset/base/245080 Log: Export board serial and board revision obtained from FDT blob Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c Modified:

Re: svn commit: r245057 - head/usr.bin/grep

2013-01-05 Thread Andrey Chernov
Thanks. I think the fix below can be improved further, because strdup(3) is unneeded here and can be omitted. We don't have either constant argument nor want to preserve it. On 05.01.2013 18:52, Gabor Kovesdan wrote: case 'e': - add_pattern(optarg,

svn commit: r245081 - stable/9/usr.sbin/mountd

2013-01-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jan 6 00:35:10 2013 New Revision: 245081 URL: http://svnweb.freebsd.org/changeset/base/245081 Log: MFC: r244689 Attempt to clarify that for ZFS, all file systems under the NFSv4 root must be exported. This is because ZFS checks exports itself. This is a

svn commit: r245082 - stable/9/usr.sbin/nfsd

2013-01-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jan 6 00:38:25 2013 New Revision: 245082 URL: http://svnweb.freebsd.org/changeset/base/245082 Log: MFC: r244690 Attempt to clarify that for ZFS, all file systems under the NFSv4 root must be exported. This is because ZFS checks exports itself. This is a

svn commit: r245083 - in head/sys/arm: arm include

2013-01-05 Thread Andrew Turner
Author: andrew Date: Sun Jan 6 00:42:09 2013 New Revision: 245083 URL: http://svnweb.freebsd.org/changeset/base/245083 Log: Only work around errata when we are on a part where the erratum applies. Reviewed by: gonzo Modified: head/sys/arm/arm/pl310.c head/sys/arm/include/pl310.h

svn commit: r245084 - head/lib/libc/arm/softfloat

2013-01-05 Thread Andrew Turner
Author: andrew Date: Sun Jan 6 00:49:06 2013 New Revision: 245084 URL: http://svnweb.freebsd.org/changeset/base/245084 Log: Silence a clang warning by telling it we are only interested in left shifting the lower 32bits of the floating point value when we demangle it. Modified:

svn commit: r245086 - stable/8/sys/kern

2013-01-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jan 6 01:11:45 2013 New Revision: 245086 URL: http://svnweb.freebsd.org/changeset/base/245086 Log: MFC: r244226 The group list for a non-default export entry (a host/subnet one) was being copied from the wrong place. This patch fixes that. This could cause

svn commit: r245087 - head/sys/arm/arm

2013-01-05 Thread Andrew Turner
Author: andrew Date: Sun Jan 6 01:17:36 2013 New Revision: 245087 URL: http://svnweb.freebsd.org/changeset/base/245087 Log: Fix the build: * Use pl310_softc when the softc is otherwise unavailable. * Use the correct spelling of sc_rtl_revision. Modified: head/sys/arm/arm/pl310.c

svn commit: r245088 - stable/8/usr.sbin/gssd

2013-01-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jan 6 01:17:58 2013 New Revision: 245088 URL: http://svnweb.freebsd.org/changeset/base/245088 Log: MFC: r244331 Fix the gssd daemon so that it uses syslog() to report an error instead of calling err() when it is daemonized, so that the error gets logged.

svn commit: r245089 - stable/9/usr.sbin/gssd

2013-01-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jan 6 01:41:14 2013 New Revision: 245089 URL: http://svnweb.freebsd.org/changeset/base/245089 Log: MFC: r244604, r244638, r245014 It was reported via email that some sshds create kerberos credential cache files with names other than /tmp/krb5cc_uid. The gssd

svn commit: r245090 - stable/9/usr.sbin/gssd

2013-01-05 Thread Rick Macklem
Author: rmacklem Date: Sun Jan 6 01:46:01 2013 New Revision: 245090 URL: http://svnweb.freebsd.org/changeset/base/245090 Log: MFC: r244605 Document the new gssd daemon options added by r244604. This is a content change. Modified: stable/9/usr.sbin/gssd/gssd.8 Directory Properties:

svn commit: r245091 - head/bin/ls

2013-01-05 Thread Andrew Turner
Author: andrew Date: Sun Jan 6 02:50:38 2013 New Revision: 245091 URL: http://svnweb.freebsd.org/changeset/base/245091 Log: When WCHAR_MIN == 0 the check if a wchar_t value will always be true. In this case skip the test as gcc complains it is always true. Modified: head/bin/ls/util.c

svn commit: r245093 - head/usr.bin/ul

2013-01-05 Thread Andrew Turner
Author: andrew Date: Sun Jan 6 03:08:27 2013 New Revision: 245093 URL: http://svnweb.freebsd.org/changeset/base/245093 Log: Fix a signed/unsigned comparison when wchar_t is unsigned by casting the wchar_t to a wint_t. Modified: head/usr.bin/ul/ul.c Modified: head/usr.bin/ul/ul.c

svn commit: r245097 - head/sys/net80211

2013-01-05 Thread Adrian Chadd
Author: adrian Date: Sun Jan 6 04:38:31 2013 New Revision: 245097 URL: http://svnweb.freebsd.org/changeset/base/245097 Log: Handle HWMP if_transmit() failure gracefully. If if_transmit() fails, the node ref may need freeing. This is based on the same logic used by the ageq, which the

svn commit: r245098 - head/sys/net80211

2013-01-05 Thread Adrian Chadd
Author: adrian Date: Sun Jan 6 04:40:07 2013 New Revision: 245098 URL: http://svnweb.freebsd.org/changeset/base/245098 Log: Handle ps-poll data frame if_transmit() failure. If the data frame transmission failures, it may have a node reference that needs cleaning up. If the frame is

svn commit: r245101 - head/gnu/usr.bin/binutils/ld

2013-01-05 Thread Andrew Turner
Author: andrew Date: Sun Jan 6 07:14:04 2013 New Revision: 245101 URL: http://svnweb.freebsd.org/changeset/base/245101 Log: Set the correct relocation type for R_ARM_TARGET2 to R_ARM_GOT_PREL. The TARGET2 relocation is unused in the current ABI but this change is required for EABI support.