Re: svn commit: r214905 - in head/lib/libarchive: . test

2010-11-06 Thread Anonymous
Tim Kientzle writes: > Author: kientzle > Date: Sun Nov 7 03:40:37 2010 > New Revision: 214905 > URL: http://svn.freebsd.org/changeset/base/214905 > > Log: > If the Zip reader doesn't see a PK signature block > because there's inter-entry garbage, just scan forward > to find the next one.

svn commit: r214905 - in head/lib/libarchive: . test

2010-11-06 Thread Tim Kientzle
Author: kientzle Date: Sun Nov 7 03:40:37 2010 New Revision: 214905 URL: http://svn.freebsd.org/changeset/base/214905 Log: If the Zip reader doesn't see a PK signature block because there's inter-entry garbage, just scan forward to find the next one. This allows us to handle a lot of Zip

svn commit: r214904 - head/lib/libkvm

2010-11-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 03:26:22 2010 New Revision: 214904 URL: http://svn.freebsd.org/changeset/base/214904 Log: Add minidump support for MIPS Added: head/lib/libkvm/kvm_minidump_mips.c (contents, props changed) Modified: head/lib/libkvm/Makefile head/lib/libkvm/kvm_mips.c hea

svn commit: r214903 - in head/sys: conf mips/include mips/mips sys vm

2010-11-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 03:09:02 2010 New Revision: 214903 URL: http://svn.freebsd.org/changeset/base/214903 Log: - Add minidump support for FreeBSD/mips Added: head/sys/mips/mips/minidump_machdep.c (contents, props changed) Modified: head/sys/conf/files.mips head/sys/mips/includ

svn commit: r214900 - stable/7/share/man/man4

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sun Nov 7 01:19:40 2010 New Revision: 214900 URL: http://svn.freebsd.org/changeset/base/214900 Log: Remove siis.4 from the man4/Makefile. It was incorrectly included in r214875 as part of the SIFTR MFC and breaks buildworld as siis.4 doesn't exist in stable/7. Th

svn commit: r214899 - head/sys/dev/sk

2010-11-06 Thread Pyun YongHyeon
Author: yongari Date: Sat Nov 6 22:07:22 2010 New Revision: 214899 URL: http://svn.freebsd.org/changeset/base/214899 Log: Fix a long standing bug in programming station address for Yukon controllers. sk(4) never reprogrammed station address for Yukon controllers so overriding station addres

svn commit: r214898 - head/sys/dev/sk

2010-11-06 Thread Pyun YongHyeon
Author: yongari Date: Sat Nov 6 21:54:32 2010 New Revision: 214898 URL: http://svn.freebsd.org/changeset/base/214898 Log: If we got an invalid station address, generate random address. This might be caused by broken BIOS. Reported by: "Mikhail T." aldan.algebra.com> MFC after:1 w

svn commit: r214897 - stable/8/etc/periodic/security

2010-11-06 Thread Gabor Kovesdan
Author: gabor Date: Sat Nov 6 21:04:01 2010 New Revision: 214897 URL: http://svn.freebsd.org/changeset/base/214897 Log: MFC r210254: - Add a periodic script, which can be used to find installed ports' files with mismatched checksum MFC r211141 - Fixes to the chkportsum

svn commit: r214896 - head/sys/dev/ata

2010-11-06 Thread Alexander Motin
Author: mav Date: Sat Nov 6 19:11:49 2010 New Revision: 214896 URL: http://svn.freebsd.org/changeset/base/214896 Log: Mark command submission timeouts as timeouts. This should trigger device resets and increase chances of getting device back again. Modified: head/sys/dev/ata/ata-lowlevel.c

svn commit: r214894 - in head/sys: dev/bwi dev/bwn dev/iwn dev/ral dev/usb/wlan dev/wpi net80211

2010-11-06 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Nov 6 18:17:20 2010 New Revision: 214894 URL: http://svn.freebsd.org/changeset/base/214894 Log: Instead of using the AMRR ratectl algo as default for drivers which have the IEEE80211_C_RATECTL flag set, default to NONE for all drivers. Only if a driver calls ieee8

svn commit: r214893 - head/usr.bin/fold

2010-11-06 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sat Nov 6 17:48:46 2010 New Revision: 214893 URL: http://svn.freebsd.org/changeset/base/214893 Log: Fix a segmentation fault in argument processing. The crash was caused by a command line such as this one: # foldl -b1 PR: bin/151592 Reported by: M

svn commit: r214892 - stable/8/release/powerpc

2010-11-06 Thread Marcel Moolenaar
Author: marcel Date: Sat Nov 6 16:09:25 2010 New Revision: 214892 URL: http://svn.freebsd.org/changeset/base/214892 Log: MFC 213381: Replace an obsolete flag -L in an mkisofs(1) command line with -allow-leading-dots to fix "make release" for FreeBSD/powerpc. Author: hrs Modified: st

svn commit: r214891 - in stable/7/sys: netinet netinet6 netipsec

2010-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Sat Nov 6 15:56:44 2010 New Revision: 214891 URL: http://svn.freebsd.org/changeset/base/214891 Log: MFC r214250: Make the IPsec SADB embedded route cache a union to be able to hold both the legacy and IPv6 route destination address. Previously in case of IPv6, th

svn commit: r214890 - stable/7/sys/netinet

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 15:49:59 2010 New Revision: 214890 URL: http://svn.freebsd.org/changeset/base/214890 Log: MFC r213913: Retire the system-wide, per-reassembly queue segment limit. The mechanism is far too coarse grained to be useful and the default value significantly de

svn commit: r214889 - stable/7/sys/netinet

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 15:40:34 2010 New Revision: 214889 URL: http://svn.freebsd.org/changeset/base/214889 Log: MFC r213912: - Switch the "net.inet.tcp.reass.cursegments" and "net.inet.tcp.reass.maxsegments" sysctl variables to be based on UMA zone stats. The value retur

svn commit: r214888 - in stable/7: share/man/man9 sys/vm

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 15:21:46 2010 New Revision: 214888 URL: http://svn.freebsd.org/changeset/base/214888 Log: MFC r213910: - Simplify implementation of uma_zone_get_max. - Add uma_zone_get_cur which returns the current approximate occupancy of a zone. This is useful for

svn commit: r214887 - stable/7/sys/sys

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 15:10:31 2010 New Revision: 214887 URL: http://svn.freebsd.org/changeset/base/214887 Log: MFC r209050 (originally committed by jhb): Add helper macros to iterate over available CPUs in the system. CPU_FOREACH(i) iterates over the CPU IDs of all available

svn commit: r214886 - head/usr.bin/setchannel

2010-11-06 Thread Ulrich Spoerlein
Author: uqs Date: Sat Nov 6 15:04:56 2010 New Revision: 214886 URL: http://svn.freebsd.org/changeset/base/214886 Log: Apply style(9) and unbreak build. This went unnoticed during the WARNS bump, as this tool is not connected to the build. Modified: head/usr.bin/setchannel/setchannel.c

svn commit: r214885 - head/usr.sbin

2010-11-06 Thread Ulrich Spoerlein
Author: uqs Date: Sat Nov 6 15:04:48 2010 New Revision: 214885 URL: http://svn.freebsd.org/changeset/base/214885 Log: Put string in quotes, like is done everywhere. Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile

svn commit: r214884 - in stable/7: share/man/man4 sys/netinet

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 14:53:22 2010 New Revision: 214884 URL: http://svn.freebsd.org/changeset/base/214884 Log: MFC r213162: Log the number of segments currently in the reassembly queue. Sponsored by: FreeBSD Foundation Modified: stable/7/share/man/man4/siftr.4 stable/

svn commit: r214883 - stable/7/sys/netinet

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 14:49:10 2010 New Revision: 214883 URL: http://svn.freebsd.org/changeset/base/214883 Log: MFC r210203: - Move common code from the hook functions that fills in a packet node struct to a separate inline function. This further reduces duplicate code that

svn commit: r214882 - in stable/8/sys: netinet netinet6 netipsec

2010-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Sat Nov 6 14:46:24 2010 New Revision: 214882 URL: http://svn.freebsd.org/changeset/base/214882 Log: MFC r214250: Make the IPsec SADB embedded route cache a union to be able to hold both the legacy and IPv6 route destination address. Previously in case of IPv6, th

svn commit: r214881 - stable/7/sys/vm

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 14:38:57 2010 New Revision: 214881 URL: http://svn.freebsd.org/changeset/base/214881 Log: MFC r211396 (originally committed by andre): Add uma_zone_get_max() to obtain the effective limit after a call to uma_zone_set_max(). The UMA zone limit is not

svn commit: r214880 - head/sys/dev/ata

2010-11-06 Thread Alexander Motin
Author: mav Date: Sat Nov 6 14:22:50 2010 New Revision: 214880 URL: http://svn.freebsd.org/changeset/base/214880 Log: Add support for odd-sized PIO transfers, sometimes used by ATAPI. Modified: head/sys/dev/ata/ata-lowlevel.c Modified: head/sys/dev/ata/ata-lowlevel.c ===

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

2010-11-06 Thread Marius Strobl
Author: marius Date: Sat Nov 6 13:58:24 2010 New Revision: 214879 URL: http://svn.freebsd.org/changeset/base/214879 Log: Implement pmap_is_prefaultable(). Reviewed by: alc (with bugfix) Modified: head/sys/sparc64/sparc64/pmap.c Modified: head/sys/sparc64/sparc64/pmap.c ===

svn commit: r214878 - stable/7/sys/netinet

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 13:46:58 2010 New Revision: 214878 URL: http://svn.freebsd.org/changeset/base/214878 Log: MFC r213158: Internalise reassembly queue related functionality and variables which should not be used outside of the reassembly queue implementation. Provide a new

svn commit: r214877 - head/sys/netinet

2010-11-06 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 6 13:43:18 2010 New Revision: 214877 URL: http://svn.freebsd.org/changeset/base/214877 Log: Do not resend DATA chunks without delay when dropped by the peer and the CRC was correct. MFC after: 3 days. Modified: head/sys/netinet/sctp_input.c Modified: head

svn commit: r214876 - head/sys/netinet

2010-11-06 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 6 13:30:54 2010 New Revision: 214876 URL: http://svn.freebsd.org/changeset/base/214876 Log: * Fix an accounting bug regarding SACK/NR-SACK chunks. * Fix the generation of the SACK/NR-SACK gap lists. MFC after: 3 days. Modified: head/sys/netinet/sctp_output

svn commit: r214875 - in stable/7: share/man/man4 sys/modules sys/modules/siftr sys/netinet

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 13:03:33 2010 New Revision: 214875 URL: http://svn.freebsd.org/changeset/base/214875 Log: MFC r209662,209665: Import the Statistical Information For TCP Research (SIFTR) kernel module into FreeBSD. SIFTR logs a range of statistics on active TCP connection

svn commit: r214874 - stable/7/sys/kern

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 12:41:47 2010 New Revision: 214874 URL: http://svn.freebsd.org/changeset/base/214874 Log: The kthread/kproc KPI differs between 7.x and 8.x+ and requires the use of kthread_exit() in order to get a wakeup delivered to the "struct proc *" which ALQ relies on.

svn commit: r214873 - head/release/doc/en_US.ISO8859-1/hardware

2010-11-06 Thread Marius Strobl
Author: marius Date: Sat Nov 6 11:38:49 2010 New Revision: 214873 URL: http://svn.freebsd.org/changeset/base/214873 Log: - Move Sun Fire V240 to the list of known working machines. - For the parallel stable/7 and stable/8 branches mention both releases that first supported a particular sp

svn commit: r214872 - in stable/7: share/man/man9 sys/kern sys/sys

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 11:38:40 2010 New Revision: 214872 URL: http://svn.freebsd.org/changeset/base/214872 Log: MFC r207223: - Rework the underlying ALQ storage to be a circular buffer, which amongst other things allows variable length messages to be easily supported.

svn commit: r214871 - stable/7/sys/kern

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 11:23:46 2010 New Revision: 214871 URL: http://svn.freebsd.org/changeset/base/214871 Log: MFC r206028: The ALQ should not be considered drained until it has been made inactive. Sponsored by: FreeBSD Foundation Reviewed by: dwmalone, jeff, rpaulo, rw

svn commit: r214870 - stable/7/sys/kern

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 11:20:20 2010 New Revision: 214870 URL: http://svn.freebsd.org/changeset/base/214870 Log: MFC r206027: According to SLEEP(9), msleep() is deprecated in favour of mtx_sleep(). Sponsored by: FreeBSD Foundation Reviewed by: dwmalone, jeff, rpaulo, rwat

svn commit: r214869 - stable/7/sys/kern

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 11:17:30 2010 New Revision: 214869 URL: http://svn.freebsd.org/changeset/base/214869 Log: MFC r206026: - Factor code to destroy an ALQ out of alq_close() into a private alq_destroy(). - Use the new alq_destroy() to properly handle a failure case in al

svn commit: r214868 - in stable/7/sys: kern modules modules/alq

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 11:09:04 2010 New Revision: 214868 URL: http://svn.freebsd.org/changeset/base/214868 Log: MFC r205959: Add support for ALQ(9) to be compiled and loaded as a kernel module. Sponsored by: FreeBSD Foundation Reviewed by: dwmalone, jeff, rpaulo, rwatson

svn commit: r214867 - in head: lib/libarchive lib/libpmc usr.bin/setchannel

2010-11-06 Thread Ulrich Spoerlein
Author: uqs Date: Sat Nov 6 10:54:33 2010 New Revision: 214867 URL: http://svn.freebsd.org/changeset/base/214867 Log: Fix manpage markup. Modified: head/lib/libarchive/libarchive_internals.3 head/lib/libpmc/pmc.mips.3 head/lib/libpmc/pmc.xscale.3 head/usr.bin/setchannel/setchannel.1 M

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

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 10:31:52 2010 New Revision: 214866 URL: http://svn.freebsd.org/changeset/base/214866 Log: MFC r213913: Retire the system-wide, per-reassembly queue segment limit. The mechanism is far too coarse grained to be useful and the default value significantly de

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

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 10:26:49 2010 New Revision: 214865 URL: http://svn.freebsd.org/changeset/base/214865 Log: MFC r213912: - Switch the "net.inet.tcp.reass.cursegments" and "net.inet.tcp.reass.maxsegments" sysctl variables to be based on UMA zone stats. The value retur

svn commit: r214864 - in stable/8: share/man/man4 sys/netinet

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 10:21:46 2010 New Revision: 214864 URL: http://svn.freebsd.org/changeset/base/214864 Log: MFC r213162: Log the number of segments currently in the reassembly queue. Sponsored by: FreeBSD Foundation Modified: stable/8/share/man/man4/siftr.4 stable/

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

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 10:17:43 2010 New Revision: 214863 URL: http://svn.freebsd.org/changeset/base/214863 Log: MFC r210203: - Move common code from the hook functions that fills in a packet node struct to a separate inline function. This further reduces duplicate code that

svn commit: r214862 - in stable/8: share/man/man9 sys/vm

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 10:06:58 2010 New Revision: 214862 URL: http://svn.freebsd.org/changeset/base/214862 Log: MFC r213910: - Simplify implementation of uma_zone_get_max. - Add uma_zone_get_cur which returns the current approximate occupancy of a zone. This is useful for

svn commit: r214861 - stable/8/sys/vm

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 09:56:14 2010 New Revision: 214861 URL: http://svn.freebsd.org/changeset/base/214861 Log: MFC r211396 (originally committed by andre): Add uma_zone_get_max() to obtain the effective limit after a call to uma_zone_set_max(). The UMA zone limit is not

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

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 09:42:41 2010 New Revision: 214860 URL: http://svn.freebsd.org/changeset/base/214860 Log: MFC r213158: Internalise reassembly queue related functionality and variables which should not be used outside of the reassembly queue implementation. Provide a new

svn commit: r214859 - in stable/8: share/man/man4 sys/modules sys/modules/siftr sys/netinet

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 09:34:51 2010 New Revision: 214859 URL: http://svn.freebsd.org/changeset/base/214859 Log: MFC r209662,209665: Import the Statistical Information For TCP Research (SIFTR) kernel module into FreeBSD. SIFTR logs a range of statistics on active TCP connection

svn commit: r214858 - stable/8/sys/sys

2010-11-06 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 6 09:23:49 2010 New Revision: 214858 URL: http://svn.freebsd.org/changeset/base/214858 Log: MFC r209050 (originally committed by jhb): Add helper macros to iterate over available CPUs in the system. CPU_FOREACH(i) iterates over the CPU IDs of all available