svn commit: r215509 - in stable/8/sys/dev: ahci ata siis

2010-11-19 Thread Alexander Motin
Author: mav Date: Fri Nov 19 09:14:53 2010 New Revision: 215509 URL: http://svn.freebsd.org/changeset/base/215509 Log: MFC r214988: Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual I/O length on underruns, that often happens for some SCSI commands. Modified:

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

2010-11-19 Thread Alexander Motin
Author: mav Date: Fri Nov 19 09:21:53 2010 New Revision: 215510 URL: http://svn.freebsd.org/changeset/base/215510 Log: MFC r209682 by imp: Minor formatting nits. Modified: stable/8/sys/dev/ata/ata-card.c Directory Properties: stable/8/sys/ (props changed)

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

2010-11-19 Thread Alexander Motin
Author: mav Date: Fri Nov 19 09:25:12 2010 New Revision: 215511 URL: http://svn.freebsd.org/changeset/base/215511 Log: MFC r209683 by imp: Add a safety-belt. If the identified disk has 0 blocks, don't attach it. This can happen in some cases when plugging in SD/SmartCard PC Cards with

svn commit: r215512 - stable/8/sys/dev/ata/chipsets

2010-11-19 Thread Alexander Motin
Author: mav Date: Fri Nov 19 09:26:39 2010 New Revision: 215512 URL: http://svn.freebsd.org/changeset/base/215512 Log: MFC r214672: Remove stale line, accidentally slipped into r214016. Modified: stable/8/sys/dev/ata/chipsets/ata-intel.c Directory Properties: stable/8/sys/ (props

svn commit: r215513 - in stable/8/sys: amd64/acpica amd64/amd64 amd64/ia32 amd64/include crypto/via dev/fb dev/random i386/i386 i386/include i386/isa i386/linux kern opencrypto pc98/include pc98/pc...

2010-11-19 Thread Konstantin Belousov
Author: kib Date: Fri Nov 19 09:49:14 2010 New Revision: 215513 URL: http://svn.freebsd.org/changeset/base/215513 Log: Merge the kern_fpu_enter/kern_fpu_leave KPI and followup fixes for the amd64 suspend/resume support. Tested by:Mike Tancsa Also tested by: Dewayne Geraghty

svn commit: r215514 - stable/7/contrib/netcat

2010-11-19 Thread Xin LI
Author: delphij Date: Fri Nov 19 09:59:41 2010 New Revision: 215514 URL: http://svn.freebsd.org/changeset/base/215514 Log: RELENG_7 does not have IP_BINDANY yet so hide it under ifdef. Reported by: tinderbox Modified: stable/7/contrib/netcat/netcat.c Modified:

svn commit: r215515 - head/lib/liblzma

2010-11-19 Thread Martin Matuska
Author: mm Date: Fri Nov 19 09:59:55 2010 New Revision: 215515 URL: http://svn.freebsd.org/changeset/base/215515 Log: Remove obsoleted private symbol. Approved by: delphij (mentor) MFC after:together with 5.0.0 update Modified: head/lib/liblzma/Symbol.map Modified:

svn commit: r215516 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-11-19 Thread Andriy Gapon
Author: avg Date: Fri Nov 19 10:01:30 2010 New Revision: 215516 URL: http://svn.freebsd.org/changeset/base/215516 Log: MFC r215397: fix misspelling in a comment Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c Directory Properties: stable/8/sys/ (props

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

2010-11-19 Thread Konstantin Belousov
Author: kib Date: Fri Nov 19 10:14:07 2010 New Revision: 215517 URL: http://svn.freebsd.org/changeset/base/215517 Log: MFC r209686,r209702: Reimplement vm_object_page_clean(), using the fact that vm object memq is ordered by page index. Reviewed by: alc Modified:

svn commit: r215518 - head/usr.bin/at

2010-11-19 Thread Kevin Lo
Author: kevlo Date: Fri Nov 19 10:15:29 2010 New Revision: 215518 URL: http://svn.freebsd.org/changeset/base/215518 Log: Close file and directory descriptors MFC after:3 days Modified: head/usr.bin/at/at.c Modified: head/usr.bin/at/at.c

svn commit: r215519 - head/usr.bin/chkey

2010-11-19 Thread Kevin Lo
Author: kevlo Date: Fri Nov 19 10:18:58 2010 New Revision: 215519 URL: http://svn.freebsd.org/changeset/base/215519 Log: Fix fd leak MFC after:3 days Modified: head/usr.bin/chkey/chkey.c Modified: head/usr.bin/chkey/chkey.c

svn commit: r215520 - in head: bin/sh share/man/man1 usr.bin/printf

2010-11-19 Thread Jilles Tjoelker
Author: jilles Date: Fri Nov 19 12:56:13 2010 New Revision: 215520 URL: http://svn.freebsd.org/changeset/base/215520 Log: sh: Add printf builtin. This was removed in 2001 but I think it is appropriate to add it back: * I do not want to encourage people to write fragile and non-portable

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

2010-11-19 Thread Andriy Gapon
Author: avg Date: Fri Nov 19 14:46:17 2010 New Revision: 215522 URL: http://svn.freebsd.org/changeset/base/215522 Log: specialreg.h: add definition for AMD Core Performance Boost bit This bit indicates availability of the feature. MFC after:4 days Modified:

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

2010-11-19 Thread Andriy Gapon
Author: avg Date: Fri Nov 19 15:00:20 2010 New Revision: 215523 URL: http://svn.freebsd.org/changeset/base/215523 Log: specialreg.h: add AMD-specific Hardware Configuration Register MSR It seems that this MSR has been available in a range of AMD processors families for quite a while now.

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

2010-11-19 Thread Andriy Gapon
Author: avg Date: Fri Nov 19 15:07:36 2010 New Revision: 215524 URL: http://svn.freebsd.org/changeset/base/215524 Log: specialreg.h: add definitions for MPERF/APERF pair of MSRs These MSRs can be used to determine actual (average) performance as compared to a maximum defined performance.

svn commit: r215525 - head/sys/i386/xen

2010-11-19 Thread Colin Percival
Author: cperciva Date: Fri Nov 19 15:12:19 2010 New Revision: 215525 URL: http://svn.freebsd.org/changeset/base/215525 Log: Make pmap_release consistent with pmap_pinit with respect to unpinning pages. The pinning of NPGPTD pages is #if 0ed out in pmap_pinit (I'm not quite sure why...) and

Re: svn commit: r215520 - in head: bin/sh share/man/man1 usr.bin/printf

2010-11-19 Thread Alexey Dokuchaev
On Fri, Nov 19, 2010 at 12:56:13PM +, Jilles Tjoelker wrote: I do not want to encourage people to write fragile and non-portable echo commands by making printf much slower than echo. True. Side effect: printf is now always the builtin version (which behaves identically to

Re: svn commit: r215475 - stable/8/lib/libusb

2010-11-19 Thread Jilles Tjoelker
On Fri, Nov 19, 2010 at 01:17:49AM +, Andrew Thompson wrote: Author: thompsa Date: Fri Nov 19 01:17:49 2010 New Revision: 215475 URL: http://svn.freebsd.org/changeset/base/215475 Log: MFC r203774 Use more standard way for setting nonblocking flag for a filedescriptor. This

svn commit: r215526 - head/usr.sbin/mfiutil

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 15:39:59 2010 New Revision: 215526 URL: http://svn.freebsd.org/changeset/base/215526 Log: Handle malloc() failures more gracefully by error'ing out rather than segfaulting. Submitted by: gcooper MFC after:1 week Modified:

svn commit: r215527 - stable/8/sys/x86/x86

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 16:24:12 2010 New Revision: 215527 URL: http://svn.freebsd.org/changeset/base/215527 Log: MFC 215001: Only dump the values of the PMC and CMCI local vector table entries on a local APIC if those LVT entries are valid. This quiets spurious illegal register

Re: svn commit: r215520 - in head: bin/sh share/man/man1 usr.bin/printf

2010-11-19 Thread Jilles Tjoelker
On Fri, Nov 19, 2010 at 03:21:27PM +, Alexey Dokuchaev wrote: On Fri, Nov 19, 2010 at 12:56:13PM +, Jilles Tjoelker wrote: Side effect: printf is now always the builtin version (which behaves identically to /usr/bin/printf) and cannot be overridden via PATH (except via the

svn commit: r215528 - in stable/7/sys: amd64/amd64 i386/i386

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 16:26:51 2010 New Revision: 215528 URL: http://svn.freebsd.org/changeset/base/215528 Log: MFC 215001: Only dump the values of the PMC and CMCI local vector table entries on a local APIC if those LVT entries are valid. This quiets spurious illegal register

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

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 16:52:18 2010 New Revision: 215529 URL: http://svn.freebsd.org/changeset/base/215529 Log: MFC 214782: Update startup_alloc() to support multi-page allocations and allow internal zones whose objects are larger than a page to use startup_alloc(). This allows

Re: svn commit: r215507 - head/sbin/camcontrol

2010-11-19 Thread Marius Strobl
On Fri, Nov 19, 2010 at 03:47:11AM +, Ryan Stone wrote: Author: rstone Date: Fri Nov 19 03:47:10 2010 New Revision: 215507 URL: http://svn.freebsd.org/changeset/base/215507 Log: When doing a camcontrol rescan all or a camcontrol reset all, use the wildcard path id for

svn commit: r215531 - stable/7/sys/sparc64/sparc64

2010-11-19 Thread Marius Strobl
Author: marius Date: Fri Nov 19 17:04:57 2010 New Revision: 215531 URL: http://svn.freebsd.org/changeset/base/215531 Log: MFC: r214879 Implement pmap_is_prefaultable(). Reviewed by: alc (with bugfix) Modified: stable/7/sys/sparc64/sparc64/pmap.c Directory Properties:

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

2010-11-19 Thread Marius Strobl
Author: marius Date: Fri Nov 19 17:07:33 2010 New Revision: 215533 URL: http://svn.freebsd.org/changeset/base/215533 Log: MFC: r215300 Remove redundant cases and a style(9) bug. Modified: stable/7/sys/dev/mii/xmphy.c Directory Properties: stable/7/sys/ (props changed)

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

2010-11-19 Thread Marius Strobl
Author: marius Date: Fri Nov 19 17:07:32 2010 New Revision: 215532 URL: http://svn.freebsd.org/changeset/base/215532 Log: MFC: r215300 Remove redundant cases and a style(9) bug. Modified: stable/8/sys/dev/mii/xmphy.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r215534 - stable/8/usr.sbin/mptutil

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 17:08:15 2010 New Revision: 215534 URL: http://svn.freebsd.org/changeset/base/215534 Log: MFC 204352, 208028, 209266, 209399, 210723, 213672, 215046: - Fixed static linkage. - Document that mptutil/mpt do not support RAID volumes in excess of 2TB. - Report

svn commit: r215535 - stable/7/usr.sbin/mptutil

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 17:08:29 2010 New Revision: 215535 URL: http://svn.freebsd.org/changeset/base/215535 Log: MFC 204352, 208028, 209266, 209399, 210723, 213672, 215046: - Fixed static linkage. - Document that mptutil/mpt do not support RAID volumes in excess of 2TB. - Report

svn commit: r215536 - stable/8/sys/sparc64/pci

2010-11-19 Thread Marius Strobl
Author: marius Date: Fri Nov 19 17:11:12 2010 New Revision: 215536 URL: http://svn.freebsd.org/changeset/base/215536 Log: MFC: r200874 Convert drivers somehow missed in r200874 (merged to stable/8 in r202225) to multipass probing. Modified: stable/8/sys/sparc64/pci/psycho.c

svn commit: r215537 - in stable/7/sys: kern sys

2010-11-19 Thread Marius Strobl
Author: marius Date: Fri Nov 19 17:24:03 2010 New Revision: 215537 URL: http://svn.freebsd.org/changeset/base/215537 Log: MFC: r176965 Any driver that relies on its parent to set the devclass has no way to know if has siblings that need an actual probe. Introduce a specail return

svn commit: r215538 - head/sys/vm

2010-11-19 Thread Alan Cox
Author: alc Date: Fri Nov 19 17:49:08 2010 New Revision: 215538 URL: http://svn.freebsd.org/changeset/base/215538 Log: Reduce the amount of detail printed by vm_page_free_toq() when it panics. Reviewed by: kib Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c

svn commit: r215539 - in stable/8/sys: amd64/amd64 conf i386/i386 pc98/include pc98/pc98 x86/x86

2010-11-19 Thread Attilio Rao
Author: attilio Date: Fri Nov 19 17:49:16 2010 New Revision: 215539 URL: http://svn.freebsd.org/changeset/base/215539 Log: MFC r214457,214515,214584,214676,214681,214686 by jhb, nyan and me: Move nexus in x86 and cleaning it up. Sponsored by: Sandvine Incorporated Added:

svn commit: r215540 - head/sys/kern

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 17:56:16 2010 New Revision: 215540 URL: http://svn.freebsd.org/changeset/base/215540 Log: Set various POSIX capability sysctls to the version of the API that is supported rather than 1. They are supposed to return a suitable value for sysconf(3). While here,

svn commit: r215541 - head/sys/kern

2010-11-19 Thread John Baldwin
Author: jhb Date: Fri Nov 19 17:57:50 2010 New Revision: 215541 URL: http://svn.freebsd.org/changeset/base/215541 Log: Set the POSIX semaphore capability when the semaphore module is enabled. This is ignored in HEAD where semaphores are marked as always enabled in unistd.h. MFC after:

Re: svn commit: r215507 - head/sbin/camcontrol

2010-11-19 Thread Marius Strobl
On Fri, Nov 19, 2010 at 05:56:20PM +0100, Marius Strobl wrote: On Fri, Nov 19, 2010 at 03:47:11AM +, Ryan Stone wrote: Author: rstone Date: Fri Nov 19 03:47:10 2010 New Revision: 215507 URL: http://svn.freebsd.org/changeset/base/215507 Log: When doing a camcontrol rescan all

svn commit: r215543 - stable/7/sys/net80211

2010-11-19 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Nov 19 18:59:35 2010 New Revision: 215543 URL: http://svn.freebsd.org/changeset/base/215543 Log: MFC r203673: Ensure that tkip_mixing_phase1() is called after a rekeying event when using plain s/w crypto. Modified: stable/7/sys/net80211/ieee80211_crypto_tkip.c

Re: svn commit: r215507 - head/sbin/camcontrol

2010-11-19 Thread Ryan Stone
I asked about this on freebsd-scsi and CAM_BUS_WILDCARD was what was suggested to me. I'm happy to make the change if the other way is correct. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To

svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL: http://svn.freebsd.org/changeset/base/215544 Log: Scan the list in reverse order for the shutdown handlers of loaded modules. This way, when there is a dependency between two modules, the handler of the latter probed

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 Attilio Rao atti...@freebsd.org: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL: http://svn.freebsd.org/changeset/base/215544 Log:  Scan the list in reverse order for the shutdown handlers of loaded modules.  This way, when there is a dependency between

Re: svn commit: r215539 - in stable/8/sys: amd64/amd64 conf i386/i386 pc98/include pc98/pc98 x86/x86

2010-11-19 Thread Kostik Belousov
On Fri, Nov 19, 2010 at 05:49:16PM +, Attilio Rao wrote: Author: attilio Date: Fri Nov 19 17:49:16 2010 New Revision: 215539 URL: http://svn.freebsd.org/changeset/base/215539 Log: MFC r214457,214515,214584,214676,214681,214686 by jhb, nyan and me: Move nexus in x86 and cleaning it

svn commit: r215545 - stable/8/sys/x86/x86

2010-11-19 Thread Attilio Rao
Author: attilio Date: Fri Nov 19 20:23:01 2010 New Revision: 215545 URL: http://svn.freebsd.org/changeset/base/215545 Log: Fix-up r215539 by specifying correctly the ISA headers are they are not shared on STABLE_8. Reported by: kib Modified: stable/8/sys/x86/x86/nexus.c Modified:

Re: svn commit: r215539 - in stable/8/sys: amd64/amd64 conf i386/i386 pc98/include pc98/pc98 x86/x86

2010-11-19 Thread Attilio Rao
2010/11/19 Kostik Belousov kostik...@gmail.com: On Fri, Nov 19, 2010 at 05:49:16PM +, Attilio Rao wrote: Author: attilio Date: Fri Nov 19 17:49:16 2010 New Revision: 215539 URL: http://svn.freebsd.org/changeset/base/215539 Log:   MFC r214457,214515,214584,214676,214681,214686 by jhb,

svn commit: r215546 - stable/8/lib/libusb

2010-11-19 Thread Andrew Thompson
Author: thompsa Date: Fri Nov 19 21:04:18 2010 New Revision: 215546 URL: http://svn.freebsd.org/changeset/base/215546 Log: MFC r213853 - Add missing LibUSB API functions: * libusb_strerror() * libusb_get_driver[_np]() * libusb_detach_kernel_driver[_np]() - Factor out

svn commit: r215547 - head/tools/regression/bin/sh/builtins

2010-11-19 Thread Jilles Tjoelker
Author: jilles Date: Fri Nov 19 21:15:06 2010 New Revision: 215547 URL: http://svn.freebsd.org/changeset/base/215547 Log: sh: Add another simple test for the wait builtin. Added: head/tools/regression/bin/sh/builtins/wait3.0 (contents, props changed) Added:

svn commit: r215548 - in head/sys: fs/cd9660 fs/coda fs/ext2fs fs/hpfs fs/msdosfs fs/nfsclient fs/ntfs gnu/fs/reiserfs kern nfsclient sys ufs/ufs

2010-11-19 Thread Konstantin Belousov
Author: kib Date: Fri Nov 19 21:17:34 2010 New Revision: 215548 URL: http://svn.freebsd.org/changeset/base/215548 Log: Remove prtactive variable and related printf()s in the vop_inactive and vop_reclaim() methods. They seems to be unused, and the reported situation is normal for the forced

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL: http://svn.freebsd.org/changeset/base/215544 Log: Scan the list in reverse order for the shutdown handlers of loaded modules. This way, when there is a

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL: http://svn.freebsd.org/changeset/base/215544 Log: Scan the list in reverse order for the

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL: http://svn.freebsd.org/changeset/base/215544 Log:   Scan the list in reverse order for the shutdown handlers of

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL: http://svn.freebsd.org/changeset/base/215544 Log:  

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 4:27:27 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL: http://svn.freebsd.org/changeset/base/215544 Log:

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Jung-uk Kim
On Friday 19 November 2010 04:31 pm, Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544

svn commit: r215549 - svnadmin/conf

2010-11-19 Thread Konstantin Belousov
Author: kib Date: Fri Nov 19 21:49:04 2010 New Revision: 215549 URL: http://svn.freebsd.org/changeset/base/215549 Log: Change the delivery address for Stephan commit mail. Requested by: ups Approved by: core (implicit) Modified: svnadmin/conf/access Modified: svnadmin/conf/access

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Jung-uk Kim
On Friday 19 November 2010 04:46 pm, John Baldwin wrote: On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: On Friday 19 November 2010 02:43 pm, Attilio Rao wrote: Author:

svn commit: r215550 - head/tools/regression/bin/sh/expansion

2010-11-19 Thread Jilles Tjoelker
Author: jilles Date: Fri Nov 19 22:25:32 2010 New Revision: 215550 URL: http://svn.freebsd.org/changeset/base/215550 Log: sh: Add a test that manipulates various long strings. It is quite effective at detecting mistakes in memalloc.c and code using it. It is somewhat slow, but some of

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread John Baldwin
On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote: On Friday 19 November 2010 04:46 pm, John Baldwin wrote: On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 4:09:28 pm Jung-uk Kim wrote: On

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Attilio Rao
2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 4:27:27 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: Author: attilio Date: Fri Nov 19 19:43:56 2010 New Revision: 215544 URL:

Re: svn commit: r215544 - head/sys/kern

2010-11-19 Thread Jung-uk Kim
On Friday 19 November 2010 05:16 pm, John Baldwin wrote: On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote: On Friday 19 November 2010 04:46 pm, John Baldwin wrote: On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On

Re: svn commit: r215475 - stable/8/lib/libusb

2010-11-19 Thread Andrew Thompson
On 20 November 2010 04:21, Jilles Tjoelker jil...@stack.nl wrote: On Fri, Nov 19, 2010 at 01:17:49AM +, Andrew Thompson wrote: Author: thompsa Date: Fri Nov 19 01:17:49 2010 New Revision: 215475 URL: http://svn.freebsd.org/changeset/base/215475 Log:   MFC r203774    Use more standard

svn commit: r215552 - head/sys/netinet

2010-11-19 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 20 07:36:43 2010 New Revision: 215552 URL: http://svn.freebsd.org/changeset/base/215552 Log: When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or remove the SIFTR pfil(9) hook functions to or from all network stacks. This patch allows