Re: svn commit: r215791 - stable/8/sys/netinet

2010-11-23 Thread Bruce Evans
On Wed, 24 Nov 2010, Gleb Smirnoff wrote: Log: MFhead r214508: Revert a small part of the r198301, that is entirely unrelated to the r198301 itself. It also broke the logic of not sending more than one ARP request per second, that consequently lead to a potential problem of flooding

svn commit: r215792 - head/sys/net

2010-11-23 Thread Maxim Konovalov
Author: maxim Date: Wed Nov 24 05:50:19 2010 New Revision: 215792 URL: http://svn.freebsd.org/changeset/base/215792 Log: o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize. PR: misc/152531 MFC after:1 week Modified: head/sys/net/bpf_buffer.c Modified: head/sy

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

2010-11-23 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 24 05:37:12 2010 New Revision: 215791 URL: http://svn.freebsd.org/changeset/base/215791 Log: MFhead r214508: Revert a small part of the r198301, that is entirely unrelated to the r198301 itself. It also broke the logic of not sending more than one ARP re

svn commit: r215790 - head/sys/netinet

2010-11-23 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 24 05:24:36 2010 New Revision: 215790 URL: http://svn.freebsd.org/changeset/base/215790 Log: Redo r166423. It is important not only skip freeing multicast entires when underlying interface is detached, but also purge pointers to them, to avoid double-free in fut

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

2010-11-23 Thread Jack F Vogel
Author: jfv Date: Wed Nov 24 01:13:55 2010 New Revision: 215789 URL: http://svn.freebsd.org/changeset/base/215789 Log: Add shared code glue for new 82580 devices. Modified: head/sys/dev/e1000/e1000_api.c head/sys/dev/e1000/e1000_hw.h Modified: head/sys/dev/e1000/e1000_api.c ===

svn commit: r215788 - in stable/8/sys: conf dev/xen/balloon dev/xen/blkback dev/xen/blkfront dev/xen/control dev/xen/netfront dev/xen/xenpci i386/xen xen xen/evtchn xen/interface xen/interface/hvm ...

2010-11-23 Thread Justin T. Gibbs
Author: gibbs Date: Wed Nov 24 01:03:03 2010 New Revision: 215788 URL: http://svn.freebsd.org/changeset/base/215788 Log: Synchronize Xen support with current, excluding console API changes in the PV Xen console driver. Merged revisions r199734 | kmacy | 2009-11-24 00:

svn commit: r215786 - head/usr.sbin/iostat

2010-11-23 Thread Yar Tikhiy
Author: yar Date: Wed Nov 24 00:05:19 2010 New Revision: 215786 URL: http://svn.freebsd.org/changeset/base/215786 Log: Clarify a few details about iostat(8) behavior: - The default repeat count for iostat(8) is 1 unless there was a -w on the command line. - A -x display doesn't inc

svn commit: r215785 - in stable/7: sbin/mount sys/ufs/ffs

2010-11-23 Thread Kirk McKusick
Author: mckusick Date: Wed Nov 24 00:00:32 2010 New Revision: 215785 URL: http://svn.freebsd.org/changeset/base/215785 Log: MFC of 215576 Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant. Drop reference to it in mount(8). Reported by: Bruce Cran PR: docs/128325 Del

svn commit: r215784 - in stable/8: sbin/mount sys/ufs/ffs

2010-11-23 Thread Kirk McKusick
Author: mckusick Date: Tue Nov 23 23:13:58 2010 New Revision: 215784 URL: http://svn.freebsd.org/changeset/base/215784 Log: MFC of 215576 Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant. Drop reference to it in mount(8). Reported by: Bruce Cran PR: docs/128325 Del

svn commit: r215783 - head/bin/sh

2010-11-23 Thread Jilles Tjoelker
Author: jilles Date: Tue Nov 23 22:17:39 2010 New Revision: 215783 URL: http://svn.freebsd.org/changeset/base/215783 Log: sh: Code size optimizations to "stack string" memory allocation: * Prefer one CHECKSTRSPACE with multiple USTPUTC to multiple STPUTC. * Add STPUTS macro (based on functio

svn commit: r215782 - head/sys/compat/ndis

2010-11-23 Thread Bernhard Schmidt
Author: bschmidt Date: Tue Nov 23 22:17:06 2010 New Revision: 215782 URL: http://svn.freebsd.org/changeset/base/215782 Log: Add prototype for InitializeSListHead(). Modified: head/sys/compat/ndis/subr_ntoskrnl.c Modified: head/sys/compat/ndis/subr_ntoskrnl.c =

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

2010-11-23 Thread Jack F Vogel
Author: jfv Date: Tue Nov 23 22:12:02 2010 New Revision: 215781 URL: http://svn.freebsd.org/changeset/base/215781 Log: - New 82580 devices supported - Fixes from John Baldwin: vlan shadow tables made per/interface, make vlan hw setup only happen when capability enabled, and finally, ma

svn commit: r215780 - head/share/man/man4

2010-11-23 Thread Marius Strobl
Author: marius Date: Tue Nov 23 22:07:10 2010 New Revision: 215780 URL: http://svn.freebsd.org/changeset/base/215780 Log: Remove the description of the link0 link option, since r215297 the master media option generally should be used instead. Actually I think the lists of media types should

svn commit: r215779 - head/sys/compat/ndis

2010-11-23 Thread Bernhard Schmidt
Author: bschmidt Date: Tue Nov 23 21:49:32 2010 New Revision: 215779 URL: http://svn.freebsd.org/changeset/base/215779 Log: Add a few functions used in newer drivers. Fix RtlCompareMemory() while here. Submitted by: Paul B Mahol Modified: head/sys/compat/ndis/ntoskrnl_var.h head/sys

svn commit: r215778 - stable/7/sbin/growfs

2010-11-23 Thread Brian Somers
Author: brian Date: Tue Nov 23 21:45:14 2010 New Revision: 215778 URL: http://svn.freebsd.org/changeset/base/215778 Log: MFC r197763, r198236, r212839 and r212886: Handle extending a filesystem into unzeroed storage. Modified: stable/7/sbin/growfs/Makefile stable/7/sbin/growfs/growfs.

svn commit: r215777 - stable/8/sys/dev/ata

2010-11-23 Thread Alexander Motin
Author: mav Date: Tue Nov 23 21:42:26 2010 New Revision: 215777 URL: http://svn.freebsd.org/changeset/base/215777 Log: MFC r215468: Make ATA_CAM wrapper to report SATA power management capabilities to CAM to make it configure device to initiate transitions if controller configured to accep

svn commit: r215776 - stable/8/sys/dev/ata

2010-11-23 Thread Alexander Motin
Author: mav Date: Tue Nov 23 21:40:21 2010 New Revision: 215776 URL: http://svn.freebsd.org/changeset/base/215776 Log: MFC r215453: Even if we are skipping SATA hard reset - set power management bits in SControl register. This should make things more consistent. Modified: stable/8/sys/dev

svn commit: r215775 - stable/8/sys/cam/ata

2010-11-23 Thread Alexander Motin
Author: mav Date: Tue Nov 23 21:36:56 2010 New Revision: 215775 URL: http://svn.freebsd.org/changeset/base/215775 Log: MFC r215454: If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) - handle all of them as disabled. Modified: stable/8/sys/cam/ata/ata_xpt.c Director

svn commit: r215774 - in stable: 7/contrib/bsnmp/snmpd 7/usr.sbin/bsnmpd/modules/snmp_hostres 8/contrib/bsnmp/snmpd 8/usr.sbin/bsnmpd/modules/snmp_hostres

2010-11-23 Thread Ulrich Spoerlein
Author: uqs Date: Tue Nov 23 21:36:53 2010 New Revision: 215774 URL: http://svn.freebsd.org/changeset/base/215774 Log: MFC r214237,214489: Remove mention of non-existant -o flag for debugging options. Fix CPU load reporting independent of scheduler used. - Sample CPU usage data from

svn commit: r215774 - in stable: 7/contrib/bsnmp/snmpd 7/usr.sbin/bsnmpd/modules/snmp_hostres 8/contrib/bsnmp/snmpd 8/usr.sbin/bsnmpd/modules/snmp_hostres

2010-11-23 Thread Ulrich Spoerlein
Author: uqs Date: Tue Nov 23 21:36:53 2010 New Revision: 215774 URL: http://svn.freebsd.org/changeset/base/215774 Log: MFC r214237,214489: Remove mention of non-existant -o flag for debugging options. Fix CPU load reporting independent of scheduler used. - Sample CPU usage data from

svn commit: r215773 - stable/8/sys/cam/scsi

2010-11-23 Thread Alexander Motin
Author: mav Date: Tue Nov 23 21:35:13 2010 New Revision: 215773 URL: http://svn.freebsd.org/changeset/base/215773 Log: MFC r214288: Make da driver to handle some probably broken Android devices, returning zero media and sector size instead of "Medium not present" error, until some confirma

svn commit: r215772 - in stable/8: share/man/man4 sys/dev/ata sys/dev/ata/chipsets

2010-11-23 Thread Alexander Motin
Author: mav Date: Tue Nov 23 21:29:40 2010 New Revision: 215772 URL: http://svn.freebsd.org/changeset/base/215772 Log: MFC r215428, r215431, r215462: Add support for VIA VX900 chipset SATA controller. Modified: stable/8/share/man/man4/ata.4 stable/8/sys/dev/ata/ata-pci.h stable/8/sys/de

svn commit: r215771 - stable/8/sys/dev/ata

2010-11-23 Thread Alexander Motin
Author: mav Date: Tue Nov 23 21:22:18 2010 New Revision: 215771 URL: http://svn.freebsd.org/changeset/base/215771 Log: MFC r214896: Mark command submission timeouts as timeouts. This should trigger device resets and increase chances of getting device back again. Modified: stable/8/sys/dev

svn commit: r215770 - head/tools/tools/sysbuild

2010-11-23 Thread Poul-Henning Kamp
Author: phk Date: Tue Nov 23 21:21:56 2010 New Revision: 215770 URL: http://svn.freebsd.org/changeset/base/215770 Log: Don't checksum distfiles twice if they match the first time. Modified: head/tools/tools/sysbuild/sysbuild.sh Modified: head/tools/tools/sysbuild/sysbuild.sh

svn commit: r215769 - stable/8/sys/dev/ata

2010-11-23 Thread Alexander Motin
Author: mav Date: Tue Nov 23 21:20:27 2010 New Revision: 215769 URL: http://svn.freebsd.org/changeset/base/215769 Log: MFC r214880: Add support for odd-sized PIO transfers, sometimes used by ATAPI. Modified: stable/8/sys/dev/ata/ata-lowlevel.c Directory Properties: stable/8/sys/ (props

svn commit: r215768 - head/sys/dev/fxp

2010-11-23 Thread Marius Strobl
Author: marius Date: Tue Nov 23 21:09:42 2010 New Revision: 215768 URL: http://svn.freebsd.org/changeset/base/215768 Log: - Sprinkle const on tables. - Remove an alpha remnant. - Minor comment and style fixes. Modified: head/sys/dev/fxp/if_fxp.c head/sys/dev/fxp/if_fxpvar.h Modified: h

svn commit: r215767 - head/tools/tools/sysbuild

2010-11-23 Thread Poul-Henning Kamp
Author: phk Date: Tue Nov 23 20:47:39 2010 New Revision: 215767 URL: http://svn.freebsd.org/changeset/base/215767 Log: Optimize the ports recurser a bit more. Modified: head/tools/tools/sysbuild/sysbuild.sh Modified: head/tools/tools/sysbuild/sysbuild.sh =

svn commit: r215766 - head/bin/sh

2010-11-23 Thread Jilles Tjoelker
Author: jilles Date: Tue Nov 23 20:46:06 2010 New Revision: 215766 URL: http://svn.freebsd.org/changeset/base/215766 Log: sh: Pass multiple bytes at a time to lex. This speeds up the expansion/arith6.0 test considerably. Modified: head/bin/sh/arith_lex.l Modified: head/bin/sh/arith_lex.

svn commit: r215765 - head/tools/tools/sysbuild

2010-11-23 Thread Poul-Henning Kamp
Author: phk Date: Tue Nov 23 20:28:21 2010 New Revision: 215765 URL: http://svn.freebsd.org/changeset/base/215765 Log: Improve the ports-dependency resolver by truncating the recursion if we already did the target port, and by leaving behind a /tmp/_.plist.dot which documents which ports pul

svn commit: r215764 - head/sys/dev/usb

2010-11-23 Thread Weongyo Jeong
Author: weongyo Date: Tue Nov 23 20:23:25 2010 New Revision: 215764 URL: http://svn.freebsd.org/changeset/base/215764 Log: Fixes a kernel crash when usb module is reloaded after unload that it didn't destroy the cdev properly. Pointy hat to:me Reported by: Brandon Gooch , jkim

svn commit: r215763 - stable/7/sys/dev/mii

2010-11-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 23 19:23:47 2010 New Revision: 215763 URL: http://svn.freebsd.org/changeset/base/215763 Log: MFC r215353,215355: r215353: Plug memory leakage introduced in r204989. Reported by:yongari r215355: Restore the previous behaviour of substring m

svn commit: r215762 - in stable/8/sys/dev/usb: . quirk

2010-11-23 Thread Nick Hibma
Author: n_hibma Date: Tue Nov 23 19:22:44 2010 New Revision: 215762 URL: http://svn.freebsd.org/changeset/base/215762 Log: MFC r213856 - Add more USB devices to usbdevs and rename some previously unknown ones. - Add more USB mass storage quirks. Note: In this MFC the QUALCOMMINC

svn commit: r215761 - stable/8/sys/dev/mii

2010-11-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 23 19:21:44 2010 New Revision: 215761 URL: http://svn.freebsd.org/changeset/base/215761 Log: MFC r215353,215355: r215353: Plug memory leakage introduced in r204989. Reported by:yongari r215355: Restore the previous behaviour of substring m

svn commit: r215760 - stable/7/sys/dev/nfe

2010-11-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 23 19:14:17 2010 New Revision: 215760 URL: http://svn.freebsd.org/changeset/base/215760 Log: MFC r215327,215350: r215327: P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issue such that nfe(4) does not work with MSI-X. When MSI-X support was

svn commit: r215759 - stable/8/sys/dev/nfe

2010-11-23 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 23 19:11:27 2010 New Revision: 215759 URL: http://svn.freebsd.org/changeset/base/215759 Log: MFC r215327,215350: r215327: P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issue such that nfe(4) does not work with MSI-X. When MSI-X support was

svn commit: r215758 - head/sys/boot/common

2010-11-23 Thread Attilio Rao
Author: attilio Date: Tue Nov 23 18:52:27 2010 New Revision: 215758 URL: http://svn.freebsd.org/changeset/base/215758 Log: Make this printfoutput more verbose. Sponsored by: Sandvine Incorporated Submitted by: Sandvine Incorporated MFC after:3 days Modified: head/sys/boot/common/

svn commit: r215757 - in stable: 7/lib/msun/src 8/lib/msun/src

2010-11-23 Thread Ulrich Spoerlein
Author: uqs Date: Tue Nov 23 18:48:57 2010 New Revision: 215757 URL: http://svn.freebsd.org/changeset/base/215757 Log: MFC r215237: Fix bug in jn(3) and jnf(3) that led to -inf results Modified: stable/8/lib/msun/src/e_jn.c stable/8/lib/msun/src/e_jnf.c Directory Properties: stable/8/lib/

svn commit: r215757 - in stable: 7/lib/msun/src 8/lib/msun/src

2010-11-23 Thread Ulrich Spoerlein
Author: uqs Date: Tue Nov 23 18:48:57 2010 New Revision: 215757 URL: http://svn.freebsd.org/changeset/base/215757 Log: MFC r215237: Fix bug in jn(3) and jnf(3) that led to -inf results Modified: stable/7/lib/msun/src/e_jn.c stable/7/lib/msun/src/e_jnf.c Directory Properties: stable/7/lib/

svn commit: r215756 - stable/8/sys/boot/common

2010-11-23 Thread Attilio Rao
Author: attilio Date: Tue Nov 23 18:47:43 2010 New Revision: 215756 URL: http://svn.freebsd.org/changeset/base/215756 Log: Revert r215755 as it was supposed to happen on -CURRENT and not STABLE_8. Pointy hat to:me Modified: stable/8/sys/boot/common/load_elf.c Modified: stable/8/

svn commit: r215755 - stable/8/sys/boot/common

2010-11-23 Thread Attilio Rao
Author: attilio Date: Tue Nov 23 18:45:12 2010 New Revision: 215755 URL: http://svn.freebsd.org/changeset/base/215755 Log: Make this printf output more verbose. Sponsored by: Sandvine Incorporated Submitted by: Sandvine Incorporated MFC after:3 days Modified: stable/8/sys/boot/co

svn commit: r215754 - in head/sys: amd64/amd64 i386/i386

2010-11-23 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 23 17:28:23 2010 New Revision: 215754 URL: http://svn.freebsd.org/changeset/base/215754 Log: Remove a stale tunable introduced in r215703. Modified: head/sys/amd64/amd64/pmap.c head/sys/i386/i386/pmap.c Modified: head/sys/amd64/amd64/pmap.c ==

svn commit: r215753 - in head/sys/amd64: acpica amd64

2010-11-23 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 23 16:12:35 2010 New Revision: 215753 URL: http://svn.freebsd.org/changeset/base/215753 Log: Reinitialize PAT MSR via pmap_init_pat() while resuming. This function does better job since r215703 and it is safer now. Modified: head/sys/amd64/acpica/acpi_switch.S

svn commit: r215752 - head/usr.bin/locate/locate

2010-11-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Nov 23 15:08:56 2010 New Revision: 215752 URL: http://svn.freebsd.org/changeset/base/215752 Log: Properly use SCHAR_MAX instead of CHAR_MAX for 0x7f. This fixes operation of locate(1) on systems on which char is unsigned by default (ARM and PowerPC). Reporte

svn commit: r215751 - head/sys/x86/x86

2010-11-23 Thread Andriy Gapon
Author: avg Date: Tue Nov 23 14:36:14 2010 New Revision: 215751 URL: http://svn.freebsd.org/changeset/base/215751 Log: x86/local_apic: use newly added ARAT bit definition ARAT: APIC-Timer-always-running feature. Suggested by: mav MFC after:12 days Modified: head/sys/x86/x86/lo

svn commit: r215750 - head/sys/kern

2010-11-23 Thread Andriy Gapon
Author: avg Date: Tue Nov 23 14:30:22 2010 New Revision: 215750 URL: http://svn.freebsd.org/changeset/base/215750 Log: taskqueue: drop unused tq_name field tq_name was used write-only and besides it was just a pointer, so it could point to some garbage in a temporary buffer that's gone.

svn commit: r215749 - stable/8/sys/dev/iicbus

2010-11-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Nov 23 14:13:12 2010 New Revision: 215749 URL: http://svn.freebsd.org/changeset/base/215749 Log: MFC r208839,214999: Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg to allow consumers of iicbus_transfer() to send messages with repeated starts

svn commit: r215748 - in head/sys: amd64/include i386/include

2010-11-23 Thread Andriy Gapon
Author: avg Date: Tue Nov 23 13:55:30 2010 New Revision: 215748 URL: http://svn.freebsd.org/changeset/base/215748 Log: specialreg.h: add definitions for some useful bits found in CPUID.6 EAX and ECX CPUID.6 is defined as Thermal and Power Management Leaf by both Intel and AMD. Revie

svn commit: r215747 - in head/sys: compat/freebsd32 kern

2010-11-23 Thread Sergey Kandaurov
Author: pluknet Date: Tue Nov 23 13:49:15 2010 New Revision: 215747 URL: http://svn.freebsd.org/changeset/base/215747 Log: Update MNT_ROOTFS comments after changes in the root mount logic. Reported by: arundel Suggested by: marcel (phrasing) Approved by: kib (mentor) Modified: head

svn commit: r215746 - stable/8/sbin/sysctl

2010-11-23 Thread Marko Zec
Author: zec Date: Tue Nov 23 13:37:42 2010 New Revision: 215746 URL: http://svn.freebsd.org/changeset/base/215746 Log: MFC 212726: Make the format of "Real Memory" and "Virtual Memory" lines more consistent with the rest of sysctl vm.vmtotal output. MFC after:3 days Modifi

svn commit: r215745 - stable/8/sys/netgraph

2010-11-23 Thread Marko Zec
Author: zec Date: Tue Nov 23 13:28:45 2010 New Revision: 215745 URL: http://svn.freebsd.org/changeset/base/215745 Log: MFC 209723: Fix a double-free bug which can occur if both bit error rate and packet duplication probability are configured on a ng_pipe node. Submitted by:

svn commit: r215744 - stable/8/sys/netgraph

2010-11-23 Thread Marko Zec
Author: zec Date: Tue Nov 23 13:26:59 2010 New Revision: 215744 URL: http://svn.freebsd.org/changeset/base/215744 Log: MFC 207426: Avoid undefined behaviour. Modified: stable/8/sys/netgraph/ng_pipe.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/

svn commit: r215743 - in stable/8/sys: libkern netgraph vm

2010-11-23 Thread Marko Zec
Author: zec Date: Tue Nov 23 13:25:27 2010 New Revision: 215743 URL: http://svn.freebsd.org/changeset/base/215743 Log: MFC 206360: Start copyright notice with /*- Modified: stable/8/sys/libkern/iconv_xlat.c stable/8/sys/libkern/strcasecmp.c stable/8/sys/netgraph/ng_pipe.c stable/8/

svn commit: r215742 - head/sys/sys

2010-11-23 Thread Konstantin Belousov
Author: kib Date: Tue Nov 23 12:51:08 2010 New Revision: 215742 URL: http://svn.freebsd.org/changeset/base/215742 Log: Add PT_GNU_STACK definition. MFC after:3 days Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h ==

svn commit: r215741 - head/sys/compat/ia32

2010-11-23 Thread Konstantin Belousov
Author: kib Date: Tue Nov 23 12:47:15 2010 New Revision: 215741 URL: http://svn.freebsd.org/changeset/base/215741 Log: Add include guards. MFC after:3 days Modified: head/sys/compat/ia32/ia32_signal.h head/sys/compat/ia32/ia32_util.h Modified: head/sys/compat/ia32/ia32_signal.h ==

svn commit: r215740 - in stable/7: . share/man/man9

2010-11-23 Thread Sergey Kandaurov
Author: pluknet Date: Tue Nov 23 11:41:40 2010 New Revision: 215740 URL: http://svn.freebsd.org/changeset/base/215740 Log: MFC r215176: Stop documenting vgonel() after its converting to the static function: svn r147332 (by jeff): "Don't make vgonel() globally visible". While here, s

svn commit: r215739 - in stable/8: . share/man/man9

2010-11-23 Thread Sergey Kandaurov
(r215739) @@ -16,6 +16,8 @@ # 20101123: removed subblock.h from liblzma OLD_FILES+=usr/include/lzma/subblock.h +# 20101112: vgonel(9) has gone to private API a while ago +OLD_FILES+=usr/share/man/man9/vgonel.9.gz # 20101025: catch up with vm_page_sleep_if_busy rename OLD_FILES+=usr

svn commit: r215738 - in stable/8/usr.sbin/pkg_install: add create lib

2010-11-23 Thread Martin Matuska
Author: mm Date: Tue Nov 23 11:31:12 2010 New Revision: 215738 URL: http://svn.freebsd.org/changeset/base/215738 Log: MFC r213718: - Add support for xz compression to pkg_create, bzip2 remains the default compression algorithm. - Bump PKG_INSTALL_VERSION to 20101012. Submitted by:

svn commit: r215737 - in stable/8: . contrib/xz contrib/xz/po contrib/xz/src/common contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/liblzma/co...

2010-11-23 Thread Martin Matuska
/ObsoleteFiles.inc Tue Nov 23 09:17:00 2010(r215736) +++ stable/8/ObsoleteFiles.inc Tue Nov 23 10:37:00 2010(r215737) @@ -14,6 +14,8 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20101123: removed subblock.h from liblzma +OLD_FILES+=usr

svn commit: r215736 - stable/7/sys/dev/hwpmc

2010-11-23 Thread Fabien Thomas
Author: fabient Date: Tue Nov 23 09:17:00 2010 New Revision: 215736 URL: http://svn.freebsd.org/changeset/base/215736 Log: MFC 200669: Recognize Intel CPUs with Family 0x6, Models 0x1E and 0x1F. Modified: stable/7/sys/dev/hwpmc/hwpmc_intel.c Directory Properties: stable/7/sys/ (props ch

svn commit: r215735 - stable/8/sys/dev/hwpmc

2010-11-23 Thread Fabien Thomas
Author: fabient Date: Tue Nov 23 09:12:43 2010 New Revision: 215735 URL: http://svn.freebsd.org/changeset/base/215735 Log: MFC 200669: Recognize Intel CPUs with Family 0x6, Models 0x1E and 0x1F. Modified: stable/8/sys/dev/hwpmc/hwpmc_intel.c Directory Properties: stable/8/sys/ (props ch

Re: svn commit: r215706 - head/sys/compat/linux

2010-11-23 Thread Alexander Leidinger
Quoting Dimitry Andric (from Mon, 22 Nov 2010 20:23:18 + (UTC)): Author: dim Date: Mon Nov 22 20:23:18 2010 New Revision: 215706 URL: http://svn.freebsd.org/changeset/base/215706 Log: Fix linux kernel module breakage introduced in r215675, by including . Thanks! Noticed by: m

svn commit: r215734 - in head/sys/dev/usb: . serial

2010-11-23 Thread Nick Hibma
Author: n_hibma Date: Tue Nov 23 08:15:14 2010 New Revision: 215734 URL: http://svn.freebsd.org/changeset/base/215734 Log: Make the Huawei E1820 work (Emile Coetzee). Shorten the descriptive strings for Huawei devices. The vendor or operator name should not be included in the device name.