svn commit: r206466 - head/usr.bin/tar

2010-04-10 Thread Tim Kientzle
Author: kientzle Date: Sun Apr 11 01:36:10 2010 New Revision: 206466 URL: http://svn.freebsd.org/changeset/base/206466 Log: Fix -X. Modified: head/usr.bin/tar/matching.c Modified: head/usr.bin/tar/matching.c == --- h

svn commit: r206465 - head/usr.bin/tar

2010-04-10 Thread Tim Kientzle
Author: kientzle Date: Sun Apr 11 01:32:30 2010 New Revision: 206465 URL: http://svn.freebsd.org/changeset/base/206465 Log: Consistently specify O_BINARY when opening files. Modified: head/usr.bin/tar/write.c Modified: head/usr.bin/tar/write.c

svn commit: r206464 - head/usr.bin/tar

2010-04-10 Thread Tim Kientzle
Author: kientzle Date: Sun Apr 11 01:31:50 2010 New Revision: 206464 URL: http://svn.freebsd.org/changeset/base/206464 Log: Remove an unnecessary include and conditionalize some code. Modified: head/usr.bin/tar/bsdtar.c head/usr.bin/tar/bsdtar_platform.h Modified: head/usr.bin/tar/bsdtar.c

svn commit: r206463 - head/usr.bin/tar

2010-04-10 Thread Tim Kientzle
Author: kientzle Date: Sun Apr 11 01:30:15 2010 New Revision: 206463 URL: http://svn.freebsd.org/changeset/base/206463 Log: Correct the markup for the -s option, document the iso9660:rockridge and mtree:indent options Modified: head/usr.bin/tar/bsdtar.1 Modified: head/usr.bin/tar/bsdtar.1

svn commit: r206462 - in stable/7/sys: amd64/amd64 amd64/include i386/i386 i386/include

2010-04-10 Thread Alan Cox
Author: alc Date: Sat Apr 10 22:24:03 2010 New Revision: 206462 URL: http://svn.freebsd.org/changeset/base/206462 Log: MFC r204907, r204913, r205402, r205573, r205778 Implement AMD's recommended workaround for Erratum 383 on Family 10h processors. Enable machine check exceptions b

svn commit: r206461 - head/sys/netinet/ipfw

2010-04-10 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 10 22:11:01 2010 New Revision: 206461 URL: http://svn.freebsd.org/changeset/base/206461 Log: Try to help with a virtualized dummynet after r206428. This adds the explicit include (so far probably included through one of the few "hidden" includes in other header fi

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

2010-04-10 Thread Remko Lodder
On Apr 10, 2010, at 2:05 PM, Bruce M Simpson wrote: > > Log: > Fix a few issues related to the legacy 4.4 BSD multicast APIs. > > IPv4 addresses can and do change during normal operation. Testing by > pfSense developers exposed an issue where OpenOSPFD was using the IPv4 > address to leave t

svn commit: r206460 - head/sys/dev/e1000

2010-04-10 Thread Jack F Vogel
Author: jfv Date: Sat Apr 10 19:25:55 2010 New Revision: 206460 URL: http://svn.freebsd.org/changeset/base/206460 Log: The lock move in rxeof necessitated a couple more places to do the locking, fixes a panic. Modified: head/sys/dev/e1000/if_em.c Modified: head/sys/dev/e1000/if_em.c ==

svn commit: r206459 - in head/sys/amd64: amd64 include

2010-04-10 Thread Konstantin Belousov
Author: kib Date: Sat Apr 10 18:38:11 2010 New Revision: 206459 URL: http://svn.freebsd.org/changeset/base/206459 Log: Handle a case when non-canonical address is loaded into the fsbase or gsbase MSR. MFC after:3 days Modified: head/sys/amd64/amd64/exception.S head/sys/amd64/amd6

Re: svn commit: r206429 - head/sys/dev/e1000

2010-04-10 Thread Bjoern A. Zeeb
On Fri, 9 Apr 2010, Jack F Vogel wrote: Author: jfv Date: Fri Apr 9 18:42:15 2010 New Revision: 206429 URL: http://svn.freebsd.org/changeset/base/206429 Log: Incorporate suggested improvements from yongari. Also, from feedback, make the multiqueue code an option (EM_MULTIQUEUE) that is off

svn commit: r206458 - stable/8/sys/geom

2010-04-10 Thread Jaakko Heinonen
Author: jh Date: Sat Apr 10 14:28:58 2010 New Revision: 206458 URL: http://svn.freebsd.org/changeset/base/206458 Log: MFC r205385: Escape characters unsafe for XML output in GEOM class, instance and provider names. - Characters in range 0x01-0x1f except '\t', '\n', and '\r' are repla

svn commit: r206457 - in head: sys/dev/ath sys/net80211 usr.sbin/wpa/wpa_supplicant

2010-04-10 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Apr 10 13:54:00 2010 New Revision: 206457 URL: http://svn.freebsd.org/changeset/base/206457 Log: Add WPA-None support: * WPA-None requires ap_scan=2: The major difference between ap_scan=1 (default) and 2 is, that no IEEE80211_IOC_SCAN* ioctls/functions are c

svn commit: r206456 - head/sys/netinet

2010-04-10 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 10 12:47:06 2010 New Revision: 206456 URL: http://svn.freebsd.org/changeset/base/206456 Log: Honor the CE bit even when the CWR bit is set. PR: 145600 Submitted by: Richard Scheffenegger MFC after:1 week Modified: head/sys/netinet/tcp_input

svn commit: r206455 - head

2010-04-10 Thread Bruce M Simpson
Author: bms Date: Sat Apr 10 12:29:09 2010 New Revision: 206455 URL: http://svn.freebsd.org/changeset/base/206455 Log: Add a comment to MAINTAINERS indicating that sbin/routed is in fact vendor branch code from before contrib existed in FreeBSD's history. Changes should be run by Vernon S

svn commit: r206454 - head/sys/netinet6

2010-04-10 Thread Bruce M Simpson
Author: bms Date: Sat Apr 10 12:24:21 2010 New Revision: 206454 URL: http://svn.freebsd.org/changeset/base/206454 Log: When embedding the scope ID in MLDv1 output, check if the scope of the address being embedded is in fact link-local, before attempting to embed it. Note that this operati

svn commit: r206453 - head/sys/sparc64/pci

2010-04-10 Thread Marius Strobl
Author: marius Date: Sat Apr 10 12:10:11 2010 New Revision: 206453 URL: http://svn.freebsd.org/changeset/base/206453 Log: Add missing copyright shebang. Modified: head/sys/sparc64/pci/sbbc.c Modified: head/sys/sparc64/pci/sbbc.c ===

svn commit: r206452 - head/sys/netinet

2010-04-10 Thread Bruce M Simpson
Author: bms Date: Sat Apr 10 12:05:31 2010 New Revision: 206452 URL: http://svn.freebsd.org/changeset/base/206452 Log: Fix a few issues related to the legacy 4.4 BSD multicast APIs. IPv4 addresses can and do change during normal operation. Testing by pfSense developers exposed an issue wh

svn commit: r206451 - in head/sys: conf dev/uart sparc64/conf sparc64/pci

2010-04-10 Thread Marius Strobl
Author: marius Date: Sat Apr 10 11:52:12 2010 New Revision: 206451 URL: http://svn.freebsd.org/changeset/base/206451 Log: Add sbbc(4), a driver for the BootBus controller found in Serengeti and StarCat systems which provides time-of-day services for both as well as console service for Sereng

svn commit: r206450 - head/sys/sparc64/include

2010-04-10 Thread Marius Strobl
Author: marius Date: Sat Apr 10 11:13:51 2010 New Revision: 206450 URL: http://svn.freebsd.org/changeset/base/206450 Log: Correct the DCR_IPE macro to refer to the right bit. Also improve the associated comment as besides US-IV+ these bits are only available with US-III++, i.e. the 1.2GHz ve

svn commit: r206449 - head/sys/sparc64/sparc64

2010-04-10 Thread Marius Strobl
Author: marius Date: Sat Apr 10 10:56:59 2010 New Revision: 206449 URL: http://svn.freebsd.org/changeset/base/206449 Log: Unlike the sun4v variant, the sun4u version of SUNW,set-trap-table actually only takes one argument. Modified: head/sys/sparc64/sparc64/trap.c Modified: head/sys/sparc6

svn commit: r206448 - head/sys/sparc64/sparc64

2010-04-10 Thread Marius Strobl
Author: marius Date: Sat Apr 10 10:44:41 2010 New Revision: 206448 URL: http://svn.freebsd.org/changeset/base/206448 Log: Do as the comment suggests and determine the bus space based on the last bus we actually mapped at rather than always based on the last bus we encountered while moving up

svn commit: r206447 - head/sys/dev/e1000

2010-04-10 Thread Jack F Vogel
Author: jfv Date: Sat Apr 10 07:26:51 2010 New Revision: 206447 URL: http://svn.freebsd.org/changeset/base/206447 Log: Correct broken build. Modified: head/sys/dev/e1000/if_em.c Modified: head/sys/dev/e1000/if_em.c =

svn commit: r206445 - head/sys/dev/iwn

2010-04-10 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Apr 10 07:00:26 2010 New Revision: 206445 URL: http://svn.freebsd.org/changeset/base/206445 Log: iwn4965_set_txpower() uses maxpwr from EEPROM to calculate the power to set, it make sense to actually initialize that array. This fixes some issues with 4965 adapters