svn commit: r248940 - head

2013-03-31 Thread Andrew Turner
Author: andrew Date: Sun Mar 31 08:31:06 2013 New Revision: 248940 URL: http://svnweb.freebsd.org/changeset/base/248940 Log: Fix xdev. Clang and libc were not building correctly on older worlds, for example, on 9.1. * To fix clang add an _xb-bootstrap-tools target that mirrors the existing

svn commit: r248941 - head

2013-03-31 Thread Andrew Turner
Author: andrew Date: Sun Mar 31 08:54:04 2013 New Revision: 248941 URL: http://svnweb.freebsd.org/changeset/base/248941 Log: Fix xdev-install when installing to a location other than / Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r248942 - stable/8/sys/net

2013-03-31 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Mar 31 10:17:39 2013 New Revision: 248942 URL: http://svnweb.freebsd.org/changeset/base/248942 Log: Merge r248070. Fix long-standing issue with interface routes being unprotected: Use RTM_PINNED flag to mark route as immutable. Forbid deleting immutable

svn commit: r248943 - stable/8/sys/net

2013-03-31 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Mar 31 10:20:29 2013 New Revision: 248943 URL: http://svnweb.freebsd.org/changeset/base/248943 Log: MFC r247842. Write lock is not required for findcompare operation. Modified: stable/8/sys/net/route.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r248944 - head/sys/arm/at91

2013-03-31 Thread Ian Lepore
Author: ian Date: Sun Mar 31 12:51:56 2013 New Revision: 248944 URL: http://svnweb.freebsd.org/changeset/base/248944 Log: Fix a typo in the CF device driver name that prevented instantiation. Modified: head/sys/arm/at91/at91rm9200.c Modified: head/sys/arm/at91/at91rm9200.c

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

2013-03-31 Thread Andriy Gapon
Author: avg Date: Sun Mar 31 13:56:13 2013 New Revision: 248946 URL: http://svnweb.freebsd.org/changeset/base/248946 Log: MFC r246293: zfs: fix, improve and re-organize page_lookup and page_unlock Please note that because of the significant VM API differences between HEAD and stable/8

svn commit: r248947 - stable/9/sys/cddl/dev/fbt

2013-03-31 Thread Andriy Gapon
Author: avg Date: Sun Mar 31 14:02:28 2013 New Revision: 248947 URL: http://svnweb.freebsd.org/changeset/base/248947 Log: MFC r248640: fbt_typoff_init: fix an off by one in determining required memory size Modified: stable/9/sys/cddl/dev/fbt/fbt.c Directory Properties: stable/9/sys/

svn commit: r248948 - stable/8/sys/cddl/dev/fbt

2013-03-31 Thread Andriy Gapon
Author: avg Date: Sun Mar 31 14:02:43 2013 New Revision: 248948 URL: http://svnweb.freebsd.org/changeset/base/248948 Log: MFC r248640: fbt_typoff_init: fix an off by one in determining required memory size Modified: stable/8/sys/cddl/dev/fbt/fbt.c Directory Properties: stable/8/sys/

svn commit: r248949 - stable/9/sys/cddl/dev/fbt

2013-03-31 Thread Andriy Gapon
Author: avg Date: Sun Mar 31 14:10:19 2013 New Revision: 248949 URL: http://svnweb.freebsd.org/changeset/base/248949 Log: MFC r248642: fbt_getargdesc: correctly handle types for return probes Modified: stable/9/sys/cddl/dev/fbt/fbt.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r248950 - stable/8/sys/cddl/dev/fbt

2013-03-31 Thread Andriy Gapon
Author: avg Date: Sun Mar 31 14:10:49 2013 New Revision: 248950 URL: http://svnweb.freebsd.org/changeset/base/248950 Log: MFC r248642: fbt_getargdesc: correctly handle types for return probes Modified: stable/8/sys/cddl/dev/fbt/fbt.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r248951 - in head/sys: compat/linux kern sys

2013-03-31 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 31 17:42:54 2013 New Revision: 248951 URL: http://svnweb.freebsd.org/changeset/base/248951 Log: Rename do_pipe() to kern_pipe2() and declare it properly. Modified: head/sys/compat/linux/linux_file.c head/sys/kern/sys_pipe.c head/sys/sys/syscallsubr.h

svn commit: r248953 - head/sys/netinet

2013-03-31 Thread Michael Tuexen
Author: tuexen Date: Sun Mar 31 18:27:46 2013 New Revision: 248953 URL: http://svnweb.freebsd.org/changeset/base/248953 Log: Add a macro for checking for IPv4 link local addresses. MFC after: 1 week Modified: head/sys/netinet/sctp_constants.h Modified: head/sys/netinet/sctp_constants.h

svn commit: r248954 - in stable/8: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-03-31 Thread Martin Matuska
Author: mm Date: Sun Mar 31 18:31:58 2013 New Revision: 248954 URL: http://svnweb.freebsd.org/changeset/base/248954 Log: MFC r247852: Import ZFS bpobj bugfix from vendor. Illumos ZFS issues: 3603 panic from bpobj_enqueue_subobj() 3604 zdb should print bpobjs more verbosely

svn commit: r248955 - in releng/8.4: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-03-31 Thread Martin Matuska
Author: mm Date: Sun Mar 31 18:35:02 2013 New Revision: 248955 URL: http://svnweb.freebsd.org/changeset/base/248955 Log: MFC r247852: Import ZFS bpobj bugfix from vendor. Illumos ZFS issues: 3603 panic from bpobj_enqueue_subobj() 3604 zdb should print bpobjs more verbosely

svn commit: r248956 - in stable/8/cddl/contrib/opensolaris/cmd: zdb zpool

2013-03-31 Thread Martin Matuska
Author: mm Date: Sun Mar 31 18:39:11 2013 New Revision: 248956 URL: http://svnweb.freebsd.org/changeset/base/248956 Log: MFC r248267: Import minor ZFS changes from vendor Illumos ZFS issues: 3604 zdb should print bpobjs more verbosely (fix zdb hang) 3606 zpool status -x

svn commit: r248957 - in releng/8.4/cddl/contrib/opensolaris/cmd: zdb zpool

2013-03-31 Thread Martin Matuska
Author: mm Date: Sun Mar 31 18:51:34 2013 New Revision: 248957 URL: http://svnweb.freebsd.org/changeset/base/248957 Log: MFC r248267: Import minor ZFS changes from vendor Illumos ZFS issues: 3604 zdb should print bpobjs more verbosely (fix zdb hang) 3606 zpool status -x

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

2013-03-31 Thread Martin Matuska
Author: mm Date: Sun Mar 31 18:56:00 2013 New Revision: 248958 URL: http://svnweb.freebsd.org/changeset/base/248958 Log: MFC r247592 (delphij): Import a fix tighten assertion on SPA versions from vendor (Illumos). Illumos ZFS issue: 3543 Feature flags causes assertion in spa.c

svn commit: r248959 - in stable/8: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2013-03-31 Thread Martin Matuska
Author: mm Date: Sun Mar 31 19:03:25 2013 New Revision: 248959 URL: http://svnweb.freebsd.org/changeset/base/248959 Log: MFC r242845 (delphij): Illumos r13840:97fd5cdf328a: 3145 single-copy arc 3212 ztest: race condition between vdev_online() and spa_vdev_remove() Illumos

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

2013-03-31 Thread Andriy Gapon
Author: avg Date: Sun Mar 31 20:40:06 2013 New Revision: 248960 URL: http://svnweb.freebsd.org/changeset/base/248960 Log: fix r248946: there is no pmap_page_is_write_mapped in stable/8 This is a direct commit. Pointyhat to: avg Modified:

Re: svn commit: r248552 - in head: sbin/ipfw sys/netinet sys/netpfil/ipfw

2013-03-31 Thread Andriy Gapon
on 20/03/2013 12:35 Alexander V. Chernikov said the following: Author: melifaro Date: Wed Mar 20 10:35:33 2013 New Revision: 248552 URL: http://svnweb.freebsd.org/changeset/base/248552 Log: Add ipfw support for setting/matching DiffServ codepoints (DSCP). Setting DSCP support is

svn commit: r248961 - head/sys/arm/arm

2013-03-31 Thread Ian Lepore
Author: ian Date: Sun Mar 31 22:42:25 2013 New Revision: 248961 URL: http://svnweb.freebsd.org/changeset/base/248961 Log: When running on armv6, set alignment checking to modulo-4 mode rather than modulo-8, because clang emits ldrd and strd instructions for addresses that are only 4-byte

svn commit: r248962 - head/sys/boot/arm/uboot

2013-03-31 Thread Ian Lepore
Author: ian Date: Sun Mar 31 22:43:16 2013 New Revision: 248962 URL: http://svnweb.freebsd.org/changeset/base/248962 Log: When running on armv6, set alignment checking to modulo-4 mode rather than modulo-8, because clang emits ldrd and strd instructions for addresses that are only 4-byte

svn commit: r248963 - head/sys/dev/uart

2013-03-31 Thread Ian Lepore
Author: ian Date: Sun Mar 31 23:24:04 2013 New Revision: 248963 URL: http://svnweb.freebsd.org/changeset/base/248963 Log: Accommodate uart devices with large FIFOs (or DMA buffers which amount to the same thing) by allocating the uart(4) rx buffer based on the device's rxfifosz rather than

svn commit: r248964 - head/sys/arm/at91

2013-03-31 Thread Ian Lepore
Author: ian Date: Mon Apr 1 00:00:10 2013 New Revision: 248964 URL: http://svnweb.freebsd.org/changeset/base/248964 Log: Enable hardware flow control and high speed bulk data transfer in at91 uarts. Changes to make rtc/cts flow control work... This does not turn on the builtin

Re: svn commit: r246713 - in head/sys: arm/arm cam cam/ctl cam/scsi conf dev/aac dev/advansys dev/aha dev/ahb dev/ahci dev/aic dev/aic7xxx dev/amr dev/arcmsr dev/ata dev/buslogic dev/ciss dev/dpt dev/

2013-03-31 Thread Ian Lepore
On Tue, 2013-02-12 at 16:57 +, Konstantin Belousov wrote: Author: kib Date: Tue Feb 12 16:57:20 2013 New Revision: 246713 URL: http://svnweb.freebsd.org/changeset/base/246713 Log: Reform the busdma API so that new types may be added without modifying every architecture's

svn commit: r248965 - in head/sys: arm/s3c2xx0 arm/sa11x0 dev/uart mips/adm5120 mips/rt305x sparc64/pci

2013-03-31 Thread Ian Lepore
Author: ian Date: Mon Apr 1 00:44:20 2013 New Revision: 248965 URL: http://svnweb.freebsd.org/changeset/base/248965 Log: Fix low-level uart drivers that set their fifo sizes in the softc too late. uart(4) allocates send and receiver buffers in attach() before it calls the low-level