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

2011-10-12 Thread Qing Li
Author: qingli Date: Thu Oct 13 03:21:48 2011 New Revision: 226332 URL: http://svn.freebsd.org/changeset/base/226332 Log: MFC 226040 The IFA_RTSELF instead of the IFA_ROUTE flag should be checked to determine if a loopback route should be installed for an interface IPv6 address. Another

Re: svn commit: r226316 - stable/8/sys/dev/iwn

2011-10-12 Thread Adrian Chadd
Hi Marius, If this is backported to -9 and -8, please make sure that the other iwn changes have also been backported. Bernhard has fixed quite a lot of corner cases in the -head code (and I think they're all in -9) which caused some random issues with the later NICs. adrian

svn commit: r226331 - stable/9/sys/netinet

2011-10-12 Thread Qing Li
Author: qingli Date: Thu Oct 13 00:44:24 2011 New Revision: 226331 URL: http://svn.freebsd.org/changeset/base/226331 Log: MFC 226224 All indirect routes will fail the rtcheck, except for a special host route where the destination IP and the gateway IP is the same. This special case hand

svn commit: r226330 - stable/8/sys/netinet

2011-10-12 Thread Qing Li
Author: qingli Date: Thu Oct 13 00:37:39 2011 New Revision: 226330 URL: http://svn.freebsd.org/changeset/base/226330 Log: MFC 226224 All indirect routes will fail the rtcheck, except for a special host route where the destination IP and the gateway IP is the same. This special case hand

svn commit: r226329 - head/usr.bin/kdump

2011-10-12 Thread Dag-Erling Smorgrav
Author: des Date: Wed Oct 12 21:45:12 2011 New Revision: 226329 URL: http://svn.freebsd.org/changeset/base/226329 Log: Make kdump compile cleanly at WARNS level 6, with one exception: the ipfilter headers contain a duplicated function declaration. Turn off -Werror to allow kdump to compile

svn commit: r226328 - stable/8/etc/devd

2011-10-12 Thread Gavin Atkinson
Author: gavin Date: Wed Oct 12 21:38:48 2011 New Revision: 226328 URL: http://svn.freebsd.org/changeset/base/226328 Log: Merge r223566 from head: The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the latter. It appears that the addition to uath(4) came in thr

svn commit: r226327 - in stable/8/contrib/openpam: doc/man include/security

2011-10-12 Thread Dag-Erling Smorgrav
Author: des Date: Wed Oct 12 21:06:54 2011 New Revision: 226327 URL: http://svn.freebsd.org/changeset/base/226327 Log: MFH r197899: grammar nit in pam.conf(5) MFH r205441: remove OPENPAM_NONNULL from pam_end() Modified: stable/8/contrib/openpam/doc/man/pam.conf.5 stable/8/contrib/openpam/

svn commit: r226326 - stable/9/sys/netinet

2011-10-12 Thread Qing Li
Author: qingli Date: Wed Oct 12 21:02:58 2011 New Revision: 226326 URL: http://svn.freebsd.org/changeset/base/226326 Log: MFC 225947 A system may have multiple physical interfaces, all of which are on the same prefix. Since a single route entry is installed for the prefix (without RADIX

svn commit: r226325 - head/sys/arm/xscale/ixp425

2011-10-12 Thread Andrew Thompson
Author: thompsa Date: Wed Oct 12 20:58:54 2011 New Revision: 226325 URL: http://svn.freebsd.org/changeset/base/226325 Log: Name these gpio pins better, they are on an external PLD and not the same as the cpu wired gpio. Modified: head/sys/arm/xscale/ixp425/cambria_gpio.c Modified: head/sys

svn commit: r226324 - head/sys/arm/xscale/ixp425

2011-10-12 Thread Andrew Thompson
Author: thompsa Date: Wed Oct 12 20:57:21 2011 New Revision: 226324 URL: http://svn.freebsd.org/changeset/base/226324 Log: Dont just set the pin high when turning on output, use the current value. Also let this value be set when in input mode. Modified: head/sys/arm/xscale/ixp425/cambria_gp

svn commit: r226323 - stable/7/sbin/mount

2011-10-12 Thread Gavin Atkinson
Author: gavin Date: Wed Oct 12 20:40:25 2011 New Revision: 226323 URL: http://svn.freebsd.org/changeset/base/226323 Log: Merge r222754 from head: Add another example to mount(8) on using the "-o" argument. PR: docs/157389 Submitted by: Warren Block Modified: stable/7/

svn commit: r226322 - stable/9/etc

2011-10-12 Thread Colin Percival
Author: cperciva Date: Wed Oct 12 20:38:07 2011 New Revision: 226322 URL: http://svn.freebsd.org/changeset/base/226322 Log: MFC r226277: Add INDEX-9 to the set of INDEX files built by portsnap. Approved by: re (kib) Modified: stable/9/etc/portsnap.conf Directory Properties: stable/9/e

svn commit: r226321 - stable/8/sbin/mount

2011-10-12 Thread Gavin Atkinson
Author: gavin Date: Wed Oct 12 20:36:45 2011 New Revision: 226321 URL: http://svn.freebsd.org/changeset/base/226321 Log: Merge r222754 from head: Add another example to mount(8) on using the "-o" argument. PR: docs/157389 Submitted by: Warren Block Modified: stable/8/

svn commit: r226320 - in head: share/misc usr.bin/calendar/calendars

2011-10-12 Thread Gleb Kurtsou
Author: gleb Date: Wed Oct 12 20:18:13 2011 New Revision: 226320 URL: http://svn.freebsd.org/changeset/base/226320 Log: Add myself Approved by: mdf (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/share/misc/committ

svn commit: r226319 - in stable/9/sys: ia64/ia64 powerpc/booke sparc64/sparc64 vm

2011-10-12 Thread Konstantin Belousov
Author: kib Date: Wed Oct 12 20:08:25 2011 New Revision: 226319 URL: http://svn.freebsd.org/changeset/base/226319 Log: Handle page dirty mask with atomics. MFC r225838: Use the explicitly-sized types for the dirty and valid masks. MFC r225840: Use the trick of performing the atomic

svn commit: r226318 - head/sys/netinet

2011-10-12 Thread Navdeep Parhar
Author: np Date: Wed Oct 12 19:52:23 2011 New Revision: 226318 URL: http://svn.freebsd.org/changeset/base/226318 Log: Make sure the inp wasn't dropped when rexmt let go of the inp and pcbinfo locks. Reviewed by: andre@ MFC after:7 days Modified: head/sys/netinet/tcp_timer.c Mod

svn commit: r226317 - stable/8/sys/dev/iwn

2011-10-12 Thread Marius Strobl
Author: marius Date: Wed Oct 12 19:25:12 2011 New Revision: 226317 URL: http://svn.freebsd.org/changeset/base/226317 Log: MFC: r225686 Manually set the channel when using monitor mode - the firmware doesn't select it automatically. Submitted by: nox Reviewed by: bschmidt PR:

svn commit: r226316 - stable/8/sys/dev/iwn

2011-10-12 Thread Marius Strobl
Author: marius Date: Wed Oct 12 19:23:28 2011 New Revision: 226316 URL: http://svn.freebsd.org/changeset/base/226316 Log: MFC: r226176 Recognize the Intel(R) Centrino(R) Wireless-N 130. PR: 161162 Submitted by: Mikhail Tsatsenko Modified: stable/8/sys/dev/iwn/if_iwn.c Di

svn commit: r226315 - stable/9/sys/dev/iwn

2011-10-12 Thread Marius Strobl
Author: marius Date: Wed Oct 12 19:23:00 2011 New Revision: 226315 URL: http://svn.freebsd.org/changeset/base/226315 Log: MFC: r226176 Recognize the Intel(R) Centrino(R) Wireless-N 130. PR: 161162 Submitted by: Mikhail Tsatsenko Approved by: re (kib) Modified: stable/

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

2011-10-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 12 18:46:48 2011 New Revision: 226314 URL: http://svn.freebsd.org/changeset/base/226314 Log: Document that memguard(9) now can guard uma(9) allocations. Modified: head/share/man/man9/memguard.9 Modified: head/share/man/man9/memguard.9 ===

svn commit: r226313 - in head/sys: kern vm

2011-10-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 12 18:08:28 2011 New Revision: 226313 URL: http://svn.freebsd.org/changeset/base/226313 Log: Make memguard(9) capable to guard uma(9) allocations. Modified: head/sys/kern/kern_malloc.c head/sys/vm/memguard.c head/sys/vm/memguard.h head/sys/vm/uma.h head/s

svn commit: r226312 - stable/9/usr.sbin/portsnap/portsnap

2011-10-12 Thread Jilles Tjoelker
Author: jilles Date: Wed Oct 12 17:57:57 2011 New Revision: 226312 URL: http://svn.freebsd.org/changeset/base/226312 Log: MFC r226028: portsnap: Detect error immediately if we can't fetch the snapshot metadata. Also add some quotes around command substitution where useful and possible.

Re: svn commit: r226305 - head/release

2011-10-12 Thread Nathan Whitehorn
On 10/12/11 12:37, Doug Barton wrote: On 10/12/2011 8:34 AM, Nathan Whitehorn wrote: Author: nwhitehorn Date: Wed Oct 12 15:34:25 2011 New Revision: 226305 URL: http://svn.freebsd.org/changeset/base/226305 Log: Missed file in r225937 (sysinstall removal). I, and from my reading others, aske

svn commit: r226311 - head/usr.bin/clang/clang

2011-10-12 Thread Dimitry Andric
Author: dim Date: Wed Oct 12 17:47:15 2011 New Revision: 226311 URL: http://svn.freebsd.org/changeset/base/226311 Log: Add symlink from clang to clang-cpp, so you can use CPP=clang-cpp in Makefiles. Also add a manpage symlink for it. MFC after:3 days Modified: head/usr.bin/clang/c

Re: svn commit: r226305 - head/release

2011-10-12 Thread Doug Barton
On 10/12/2011 8:34 AM, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Wed Oct 12 15:34:25 2011 > New Revision: 226305 > URL: http://svn.freebsd.org/changeset/base/226305 > > Log: > Missed file in r225937 (sysinstall removal). I, and from my reading others, asked you to revert the removal

svn commit: r226310 - head/usr.bin/clang/clang

2011-10-12 Thread Dimitry Andric
Author: dim Date: Wed Oct 12 17:25:49 2011 New Revision: 226310 URL: http://svn.freebsd.org/changeset/base/226310 Log: Add manpage symlink for clang++(1). PR: docs/149051 MFC after:3 days Modified: head/usr.bin/clang/clang/Makefile Modified: head/usr.bin/clang/clang/Make

svn commit: r226307 - stable/9/lib/libusb

2011-10-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 12 15:43:56 2011 New Revision: 226307 URL: http://svn.freebsd.org/changeset/base/226307 Log: MFC r226220 Fix libusb compliance. Approved by: re (kib) Modified: stable/9/lib/libusb/libusb.3 stable/9/lib/libusb/libusb10.c stable/9/lib/libusb/libusb20.3

svn commit: r226306 - stable/9/sys/dev/usb/serial

2011-10-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 12 15:43:22 2011 New Revision: 226306 URL: http://svn.freebsd.org/changeset/base/226306 Log: MFC r226219 Fix panic due to re-using in-use modem unit number. Approved by: re (kib) Modified: stable/9/sys/dev/usb/serial/usb_serial.c Directory Properties:

svn commit: r226305 - head/release

2011-10-12 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Oct 12 15:34:25 2011 New Revision: 226305 URL: http://svn.freebsd.org/changeset/base/226305 Log: Missed file in r225937 (sysinstall removal). Deleted: head/release/svnbranch.awk ___ svn-src-all@freebsd.org mailing list h

svn commit: r226304 - stable/9/sys/netinet

2011-10-12 Thread Michael Tuexen
Author: tuexen Date: Wed Oct 12 15:29:50 2011 New Revision: 226304 URL: http://svn.freebsd.org/changeset/base/226304 Log: MFC 226252: Use the most significant 6 bits of the dscp instead of the least significant ones. This has changed in the latest version of the socket API ID and provide

svn commit: r226303 - in stable/9/sys/dev: isp mps mpt

2011-10-12 Thread Marius Strobl
Author: marius Date: Wed Oct 12 15:02:06 2011 New Revision: 226303 URL: http://svn.freebsd.org/changeset/base/226303 Log: MFC r226118: Sync with ahc(4)/ahd(4)/sym(4) etc: Zero any sense not transferred by the device as the SCSI specification mandates that any untransferred data should b

svn commit: r226302 - head/sys/dev/acpica

2011-10-12 Thread John Baldwin
Author: jhb Date: Wed Oct 12 14:13:32 2011 New Revision: 226302 URL: http://svn.freebsd.org/changeset/base/226302 Log: If an allocation for a specific resource range fails because it is not in a decoded range for an ACPI Host-PCI bridge, try to allocate it from the ACPI system resource range

svn commit: r226301 - head/sys/kern

2011-10-12 Thread Robert Watson
Author: rwatson Date: Wed Oct 12 12:08:03 2011 New Revision: 226301 URL: http://svn.freebsd.org/changeset/base/226301 Log: Correct a bug in export of capability-related information from the sysctls supporting procstat -f: properly provide capability rights information to userspace. The bug

Re: svn commit: r226046 - in head: crypto/openssh crypto/openssh/openbsd-compat secure/usr.sbin/sshd

2011-10-12 Thread Dag-Erling Smørgrav
"Bjoern A. Zeeb" writes: > Mergemaster brought up this change: > > +# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2 > +# but this is overridden so installations will only check > .ssh/authorized_keys > +AuthorizedKeysFile .ssh/authorized_keys > > This will break

svn commit: r226299 - stable/9/sys/netinet

2011-10-12 Thread Andre Oppermann
Author: andre Date: Wed Oct 12 11:34:14 2011 New Revision: 226299 URL: http://svn.freebsd.org/changeset/base/226299 Log: MFC r226105: Add back the IP header length to the total packet length field on raw IP sockets. It was deducted in ip_input() in preparation for protocols interest

svn commit: r226298 - stable/9/contrib/tzdata

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 11:08:09 2011 New Revision: 226298 URL: http://svn.freebsd.org/changeset/base/226298 Log: MFC of tzdata2011l, 226289 Changes in 2011i: Africa - Added South Sudan: Africa/Juba Australasia: - Samoa will go forward 24 hours at 30 Dec

svn commit: r226297 - stable/9/share/misc

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 11:06:55 2011 New Revision: 226297 URL: http://svn.freebsd.org/changeset/base/226297 Log: MFC of r226283 Updates from Newsletter VI-9 and VI-10: Newsletter VI-9 2011-06-12 Name changes for Fiji and Myanmar as well as other minor corrections.

svn commit: r226296 - head/sys/net80211

2011-10-12 Thread Adrian Chadd
Author: adrian Date: Wed Oct 12 10:19:55 2011 New Revision: 226296 URL: http://svn.freebsd.org/changeset/base/226296 Log: Fix an unused variable warning/error when invariants isn't enabled. Reported by: bz Modified: head/sys/net80211/ieee80211_tdma.c Modified: head/sys/net80211/ieee802

svn commit: r226295 - stable/9/sys/teken

2011-10-12 Thread Ed Schouten
Author: ed Date: Wed Oct 12 09:28:09 2011 New Revision: 226295 URL: http://svn.freebsd.org/changeset/base/226295 Log: MFC r226099: Tab should not blank cells. It seems I was under the impression that a tab differs from a single forward tabulation, namely that it blanks the unde

svn commit: r226294 - head/sys/kern

2011-10-12 Thread Adrian Chadd
Author: adrian Date: Wed Oct 12 09:21:02 2011 New Revision: 226294 URL: http://svn.freebsd.org/changeset/base/226294 Log: Don't call fixup_filename() on each witness lock call. This has been irking me for a while. This causes significant CPU use on bottlenecked CPUs (eg my older EEEPC w/

svn commit: r226293 - stable/6/share/zoneinfo

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 09:19:21 2011 New Revision: 226293 URL: http://svn.freebsd.org/changeset/base/226293 Log: MFC of tzdata2011l, 226289 Changes in 2011i: Africa - Added South Sudan: Africa/Juba Australasia: - Samoa will go forward 24 hours at 30 Dec

svn commit: r226292 - stable/7/share/zoneinfo

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 09:17:53 2011 New Revision: 226292 URL: http://svn.freebsd.org/changeset/base/226292 Log: MFC of tzdata2011l, 226289 Changes in 2011i: Africa - Added South Sudan: Africa/Juba Australasia: - Samoa will go forward 24 hours at 30 Dec

svn commit: r226290 - stable/8/share/zoneinfo

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 09:16:45 2011 New Revision: 226290 URL: http://svn.freebsd.org/changeset/base/226290 Log: MFC of tzdata2011l, 226289 Changes in 2011i: Africa - Added South Sudan: Africa/Juba Australasia: - Samoa will go forward 24 hours at 30 Dec

svn commit: r226289 - head/contrib/tzdata

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 09:13:16 2011 New Revision: 226289 URL: http://svn.freebsd.org/changeset/base/226289 Log: MFV of tzdata2011l, r226279 Changes in 2011i: Africa - Added South Sudan: Africa/Juba Australasia: - Samoa will go forward 24 hours at 30 De

Re: svn commit: r226046 - in head: crypto/openssh crypto/openssh/openbsd-compat secure/usr.sbin/sshd

2011-10-12 Thread Bjoern A. Zeeb
On 5. Oct 2011, at 22:08 , Dag-Erling Smorgrav wrote: > Author: des > Date: Wed Oct 5 22:08:17 2011 > New Revision: 226046 > URL: http://svn.freebsd.org/changeset/base/226046 > > Log: > Upgrade to OpenSSH 5.9p1. > > MFC after: 3 months Mergemaster brought up this change: +# The default i

svn commit: r226288 - in stable/9/sys/dev: esp sym

2011-10-12 Thread Marius Strobl
Author: marius Date: Wed Oct 12 08:39:57 2011 New Revision: 226288 URL: http://svn.freebsd.org/changeset/base/226288 Log: MFC: r226095 Merge from r225950 (merged to stable/9 in r226067): Set the sense residual properly. Reviewed by: ken Approved by: re (kib) Modified: stabl

svn commit: r226287 - stable/9/sys/netinet

2011-10-12 Thread Qing Li
Author: qingli Date: Wed Oct 12 08:08:08 2011 New Revision: 226287 URL: http://svn.freebsd.org/changeset/base/226287 Log: MFC 225946 This patch allows ARP to work properly in the presence of self-referencing routes. This patch is a rework of r223862. Reviewed by: bz, zec Approved

svn commit: r226286 - stable/6/share/misc

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 07:16:38 2011 New Revision: 226286 URL: http://svn.freebsd.org/changeset/base/226286 Log: MFC of r226283 Updates from Newsletter VI-9 and VI-10: Newsletter VI-9 2011-06-12 Name changes for Fiji and Myanmar as well as other minor corrections

svn commit: r226285 - stable/7/share/misc

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 07:14:52 2011 New Revision: 226285 URL: http://svn.freebsd.org/changeset/base/226285 Log: MFC of r226283 Updates from Newsletter VI-9 and VI-10: Newsletter VI-9 2011-06-12 Name changes for Fiji and Myanmar as well as other minor corrections

svn commit: r226284 - stable/8/share/misc

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 07:12:42 2011 New Revision: 226284 URL: http://svn.freebsd.org/changeset/base/226284 Log: Updates from Newsletter VI-9 and VI-10: Newsletter VI-9 2011-06-12 Name changes for Fiji and Myanmar as well as other minor corrections Newsletter VI-1

svn commit: r226283 - head/share/misc

2011-10-12 Thread Edwin Groothuis
Author: edwin Date: Wed Oct 12 07:00:50 2011 New Revision: 226283 URL: http://svn.freebsd.org/changeset/base/226283 Log: Updates from Newsletter VI-9 and VI-10: Newsletter VI-9 2011-06-12 Name changes for Fiji and Myanmar as well as other minor corrections Newsletter VI-1