svn commit: r262153 - in stable/9: share/man/man4 sys/conf sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/modules/netmap sys/net tools/tools/netmap

2014-02-17 Thread Luigi Rizzo
Author: luigi Date: Tue Feb 18 05:58:36 2014 New Revision: 262153 URL: http://svnweb.freebsd.org/changeset/base/262153 Log: MFH: sync the netmap code with the one in HEAD (enhanced VALE switch, netmap pipes, emulated netmap mode). See details in the log for svn 261909. Added: stable/9/sys

svn commit: r262152 - stable/10/sys/dev/netmap

2014-02-17 Thread Luigi Rizzo
Author: luigi Date: Tue Feb 18 05:46:19 2014 New Revision: 262152 URL: http://svnweb.freebsd.org/changeset/base/262152 Log: missing files from previous commit... Added: stable/10/sys/dev/netmap/netmap_freebsd.c (contents, props changed) stable/10/sys/dev/netmap/netmap_generic.c (content

svn commit: r262151 - in stable/10: share/man/man4 sys/conf sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/re sys/modules/netmap sys/net tools/tools/netmap

2014-02-17 Thread Luigi Rizzo
Author: luigi Date: Tue Feb 18 05:01:04 2014 New Revision: 262151 URL: http://svnweb.freebsd.org/changeset/base/262151 Log: MFH: sync the netmap code with the one in HEAD (enhanced VALE switch, netmap pipes, emulated netmap mode). See details in the log for svn 261909. Deleted: stable/10/

svn commit: r262150 - head/release/picobsd/floppy.tree/etc

2014-02-17 Thread Luigi Rizzo
Author: luigi Date: Tue Feb 18 04:38:26 2014 New Revision: 262150 URL: http://svnweb.freebsd.org/changeset/base/262150 Log: enable rfc1323 and rfc1644 by default in picobsd images. I disabled it some 15 years ago but it is useful to have them on when doing tcp throughput tests. Modified:

svn commit: r262149 - head/sys/dev/netmap

2014-02-17 Thread Luigi Rizzo
Author: luigi Date: Tue Feb 18 04:27:41 2014 New Revision: 262149 URL: http://svnweb.freebsd.org/changeset/base/262149 Log: two small changes: - intercept FIONBIO and FIOASYNC ioctls on netmap file descriptors. libpcap calls them to set non blocking I/O on the file descriptor, for netm

svn commit: r262148 - stable/9/usr.bin/passwd

2014-02-17 Thread Warren Block
Author: wblock (doc committer) Date: Tue Feb 18 03:42:49 2014 New Revision: 262148 URL: http://svnweb.freebsd.org/changeset/base/262148 Log: MFC r261895: Remove mention of minimum password length and upper/lower case checking, patch supplied by Allan Jude . Add xref to pam_passwdqc(8),

svn commit: r262147 - stable/10/usr.bin/passwd

2014-02-17 Thread Warren Block
Author: wblock (doc committer) Date: Tue Feb 18 03:39:20 2014 New Revision: 262147 URL: http://svnweb.freebsd.org/changeset/base/262147 Log: MFC r261895: Remove mention of minimum password length and upper/lower case checking, patch supplied by Allan Jude . Add xref to pam_passwdqc(8),

svn commit: r262146 - stable/9/share/man/man9

2014-02-17 Thread Warren Block
Author: wblock (doc committer) Date: Tue Feb 18 03:37:20 2014 New Revision: 262146 URL: http://svnweb.freebsd.org/changeset/base/262146 Log: MFC r261800: Remove obsolete vnode(9) man page references. Modified: stable/9/share/man/man9/vnode.9 Directory Properties: stable/9/share/man/man

svn commit: r262145 - stable/10/share/man/man9

2014-02-17 Thread Warren Block
Author: wblock (doc committer) Date: Tue Feb 18 03:33:51 2014 New Revision: 262145 URL: http://svnweb.freebsd.org/changeset/base/262145 Log: MFC r261800: Remove obsolete vnode(9) man page references. Modified: stable/10/share/man/man9/vnode.9 Directory Properties: stable/10/ (props c

svn commit: r262144 - head/sys/amd64/vmm/intel

2014-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 18 03:07:36 2014 New Revision: 262144 URL: http://svnweb.freebsd.org/changeset/base/262144 Log: A first pass at adding support for injecting hardware exceptions for emulated instructions. - Add helper routines to inject interrupt information for a hardware excep

svn commit: r262143 - head/usr.sbin/bhyve

2014-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 18 03:00:20 2014 New Revision: 262143 URL: http://svnweb.freebsd.org/changeset/base/262143 Log: Tweak the handling of PCI capabilities in emulated devices to remove the non-standard zero capability list terminator. Instead, track the start and end of the most rece

svn commit: r262142 - head/sys/dev/usb/net

2014-02-17 Thread Craig Rodrigues
Author: rodrigc Date: Tue Feb 18 01:20:26 2014 New Revision: 262142 URL: http://svnweb.freebsd.org/changeset/base/262142 Log: In ue_attach_post_task(), initialize curvnet to vnet0 before calling if_attach(). Before this patch, curvnet was NULL. When the VIMAGE kernel option is enabled, this

svn commit: r262141 - in stable/10/sys: amd64/include i386/include x86/acpica x86/include x86/x86

2014-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 18 01:15:32 2014 New Revision: 262141 URL: http://svnweb.freebsd.org/changeset/base/262141 Log: MFC 259140: Move constants for indices in the local APIC's local vector table from apicvar.h to apicreg.h. Modified: stable/10/sys/amd64/include/apicvar.h stable/10/

svn commit: r262140 - head/sys/amd64/vmm/io

2014-02-17 Thread Neel Natu
Author: neel Date: Mon Feb 17 23:07:16 2014 New Revision: 262140 URL: http://svnweb.freebsd.org/changeset/base/262140 Log: Handle writes to the SELF_IPI MSR by the guest when the vlapic is configured in x2apic mode. Reads to this MSR are currently ignored but should cause a general proctecti

svn commit: r262139 - head/sys/amd64/vmm/io

2014-02-17 Thread Neel Natu
Author: neel Date: Mon Feb 17 22:57:51 2014 New Revision: 262139 URL: http://svnweb.freebsd.org/changeset/base/262139 Log: Use spinlocks to lock accesses to the vioapic. This is necessary because if the vlapic is configured in x2apic mode the vioapic_process_eoi() function is called insid

svn commit: r262138 - in stable/9: share/man/man4 sys/conf sys/dev/usb sys/dev/usb/net sys/modules/usb sys/modules/usb/axge

2014-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 22:43:07 2014 New Revision: 262138 URL: http://svnweb.freebsd.org/changeset/base/262138 Log: MFC r258036: Add IDs for the ASIX 88179 and 88178A USB to GigE adapters. MFC r258331: Import the axge(4) driver for the ASIX AX88178A and AX88179 USB Ethernet ad

svn commit: r262137 - in stable/10: share/man/man4 sys/conf sys/dev/usb sys/dev/usb/net sys/modules/usb sys/modules/usb/axge

2014-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 22:40:05 2014 New Revision: 262137 URL: http://svnweb.freebsd.org/changeset/base/262137 Log: MFC r258036: Add IDs for the ASIX 88179 and 88178A USB to GigE adapters. MFC r258331: Import the axge(4) driver for the ASIX AX88178A and AX88179 USB Ethernet ad

svn commit: r262135 - in head/libexec: fingerd rbootd

2014-02-17 Thread Christian Brueffer
Author: brueffer Date: Mon Feb 17 22:26:21 2014 New Revision: 262135 URL: http://svnweb.freebsd.org/changeset/base/262135 Log: Add $FreeBSD$. MFC after:1 week Modified: head/libexec/fingerd/pathnames.h head/libexec/rbootd/pathnames.h head/libexec/rbootd/rmp.h head/libexec/rboot

svn commit: r262134 - in stable: 10/sys/dev/pci 10/sys/sys 10/usr.sbin/pciconf 8/sys/dev/pci 8/sys/sys 8/usr.sbin/pciconf 9/sys/dev/pci 9/sys/sys 9/usr.sbin/pciconf

2014-02-17 Thread John Baldwin
Author: jhb Date: Mon Feb 17 22:19:49 2014 New Revision: 262134 URL: http://svnweb.freebsd.org/changeset/base/262134 Log: MFC 260926: Add support for displaying VPD for PCI devices via pciconf. - Store the length of each read-only VPD value since not all values are guaranteed to be ASCII

svn commit: r262134 - in stable: 10/sys/dev/pci 10/sys/sys 10/usr.sbin/pciconf 8/sys/dev/pci 8/sys/sys 8/usr.sbin/pciconf 9/sys/dev/pci 9/sys/sys 9/usr.sbin/pciconf

2014-02-17 Thread John Baldwin
Author: jhb Date: Mon Feb 17 22:19:49 2014 New Revision: 262134 URL: http://svnweb.freebsd.org/changeset/base/262134 Log: MFC 260926: Add support for displaying VPD for PCI devices via pciconf. - Store the length of each read-only VPD value since not all values are guaranteed to be ASCII

svn commit: r262134 - in stable: 10/sys/dev/pci 10/sys/sys 10/usr.sbin/pciconf 8/sys/dev/pci 8/sys/sys 8/usr.sbin/pciconf 9/sys/dev/pci 9/sys/sys 9/usr.sbin/pciconf

2014-02-17 Thread John Baldwin
Author: jhb Date: Mon Feb 17 22:19:49 2014 New Revision: 262134 URL: http://svnweb.freebsd.org/changeset/base/262134 Log: MFC 260926: Add support for displaying VPD for PCI devices via pciconf. - Store the length of each read-only VPD value since not all values are guaranteed to be ASCII

Re: svn commit: r262051 - head/cddl/contrib/opensolaris/cmd/zpool

2014-02-17 Thread John Baldwin
On Tuesday 18 February 2014 02:07:06 Bruce Evans wrote: > On Mon, 17 Feb 2014, Mark Felder wrote: > > Log: > > Fix formatting. > > > > "Manpages should start a new sentence on a new line. This makes it easier > > for translators to track changes." -jhb > > This has very little to do with tran

svn commit: r262133 - head/tests/sys/kern

2014-02-17 Thread Alan Somers
Author: asomers Date: Mon Feb 17 22:06:52 2014 New Revision: 262133 URL: http://svnweb.freebsd.org/changeset/base/262133 Log: test_eagain_*_* should've been using nonblocking sockets instead of blocking sockets. The error was not exposed as long as the kernel suffered from PR kern/185812.

svn commit: r262132 - stable/10/sys/dev/cxgbe/iw_cxgbe

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:45:39 2014 New Revision: 262132 URL: http://svnweb.freebsd.org/changeset/base/262132 Log: MFC r261907: In cxgbe, conditionalize the t4_pgprot_wc() function, since it is only used when DOT5 is defined. Reviewed by: np Modified: stable/10/sys/dev/cxg

svn commit: r262131 - in stable: 10/sys/conf 9/sys/conf

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:37:15 2014 New Revision: 262131 URL: http://svnweb.freebsd.org/changeset/base/262131 Log: MFC r261903: Disable warning about unused static const variables for sys/pci/ncr.c. Modified: stable/9/sys/conf/files Directory Properties: stable/9/sys/ (props c

svn commit: r262131 - in stable: 10/sys/conf 9/sys/conf

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:37:15 2014 New Revision: 262131 URL: http://svnweb.freebsd.org/changeset/base/262131 Log: MFC r261903: Disable warning about unused static const variables for sys/pci/ncr.c. Modified: stable/10/sys/conf/files Directory Properties: stable/10/ (props cha

svn commit: r262130 - in stable: 10/sys/conf 9/sys/conf

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:31:54 2014 New Revision: 262130 URL: http://svnweb.freebsd.org/changeset/base/262130 Log: MFC r261902: In r260111, in sys/conf/files, I disabled warning about unused functions for the wrong mcg.c, the one in ofed/drivers/infiniband/hw/mlx4. Disable the wa

svn commit: r262130 - in stable: 10/sys/conf 9/sys/conf

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:31:54 2014 New Revision: 262130 URL: http://svnweb.freebsd.org/changeset/base/262130 Log: MFC r261902: In r260111, in sys/conf/files, I disabled warning about unused functions for the wrong mcg.c, the one in ofed/drivers/infiniband/hw/mlx4. Disable the wa

svn commit: r262129 - head/sys/dev/usb/quirk

2014-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 20:30:29 2014 New Revision: 262129 URL: http://svnweb.freebsd.org/changeset/base/262129 Log: Our quirk table is almost full. Add some room for more quirks. MFC after:1 week Modified: head/sys/dev/usb/quirk/usb_quirk.c Modified: head/sys/dev/usb/quir

svn commit: r262128 - head/sys/dev/usb/quirk

2014-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 20:26:13 2014 New Revision: 262128 URL: http://svnweb.freebsd.org/changeset/base/262128 Log: Adjust USB quirk. MFC after:1 week Submitted by: Volodymyr Kostyrko Modified: head/sys/dev/usb/quirk/usb_quirk.c Modified: head/sys/dev/usb/quirk/usb_qui

svn commit: r262127 - stable/10/sys/vm

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:25:17 2014 New Revision: 262127 URL: http://svnweb.freebsd.org/changeset/base/262127 Log: MFC r261896: After r251709, avoid a clang 3.4 warning about an unused static const variable (uma_max_ipers), when asserts are disabled. Reviewed by: glebius Mod

svn commit: r262126 - in stable: 10/sys/conf 10/sys/modules/wlan 9/sys/conf 9/sys/modules/wlan

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:19:34 2014 New Revision: 262126 URL: http://svnweb.freebsd.org/changeset/base/262126 Log: MFC r261899: Similar to r260026, disable warning about unused functions for ieee80211_adhoc.c, ieee80211_hostap.c and ieee80211_sta.c. Modified: stable/10/sys/conf/

svn commit: r262126 - in stable: 10/sys/conf 10/sys/modules/wlan 9/sys/conf 9/sys/modules/wlan

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:19:34 2014 New Revision: 262126 URL: http://svnweb.freebsd.org/changeset/base/262126 Log: MFC r261899: Similar to r260026, disable warning about unused functions for ieee80211_adhoc.c, ieee80211_hostap.c and ieee80211_sta.c. Modified: stable/9/sys/conf/f

Re: svn commit: r262125 - head/sys/dev/usb/controller

2014-02-17 Thread Luiz Otavio O Souza
On Mon, Feb 17, 2014 at 5:08 PM, Dimitry Andric wrote: > Author: dim > Date: Mon Feb 17 20:08:11 2014 > New Revision: 262125 > URL: http://svnweb.freebsd.org/changeset/base/262125 > > Log: > In sys/dev/usb/controller/uss820dci.c, similar to r261977, fix a warning > about uss820dci_odevd being

svn commit: r262125 - head/sys/dev/usb/controller

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:08:11 2014 New Revision: 262125 URL: http://svnweb.freebsd.org/changeset/base/262125 Log: In sys/dev/usb/controller/uss820dci.c, similar to r261977, fix a warning about uss820dci_odevd being unused, by adding it to the part that handles getting descriptors.

svn commit: r262124 - stable/9/etc/defaults

2014-02-17 Thread Alexander Motin
Author: mav Date: Mon Feb 17 20:06:09 2014 New Revision: 262124 URL: http://svnweb.freebsd.org/changeset/base/262124 Log: MFC r260486: Remove very low default limit of 4 nfsd threads. nfsd's own default is 8 * hw.ncpu, that sounds more appropriate for these SMP/NCQ/... days. Modified: st

svn commit: r262123 - head/sys/arm/include

2014-02-17 Thread Ian Lepore
Author: ian Date: Mon Feb 17 20:04:57 2014 New Revision: 262123 URL: http://svnweb.freebsd.org/changeset/base/262123 Log: Give the fdt helper routines static linkage since no global definition of them is provided anywhere. (gcc was nice enough to warn about this, clang didn't for some reaso

svn commit: r262122 - stable/10/etc/defaults

2014-02-17 Thread Alexander Motin
Author: mav Date: Mon Feb 17 20:04:16 2014 New Revision: 262122 URL: http://svnweb.freebsd.org/changeset/base/262122 Log: MFC r260486: Remove very low default limit of 4 nfsd threads. nfsd's own default is 8 * hw.ncpu, that sounds more appropriate for these SMP/NCQ/... days. Modified: st

svn commit: r262121 - in head: contrib/llvm/tools/lldb/include/lldb/Expression contrib/llvm/tools/lldb/source/Core contrib/llvm/tools/lldb/source/Expression contrib/llvm/tools/lldb/source/Host/comm...

2014-02-17 Thread Ed Maste
Author: emaste Date: Mon Feb 17 18:50:03 2014 New Revision: 262121 URL: http://svnweb.freebsd.org/changeset/base/262121 Log: Update lldb for clang/llvm 3.4 import This commit largely restores the lldb source to the upstream r196259 snapshot with the addition of threaded inferior support a

svn commit: r262119 - in stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:24:37 2014 New Revision: 262119 URL: http://svnweb.freebsd.org/changeset/base/262119 Log: MFC r260185: MFV r260155: 4391 panic system rather than corrupting pool if we hit bug 4390 Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c s

svn commit: r262118 - in stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:24:25 2014 New Revision: 262118 URL: http://svnweb.freebsd.org/changeset/base/262118 Log: MFC r260185: MFV r260155: 4391 panic system rather than corrupting pool if we hit bug 4390 Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c st

svn commit: r262120 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:25:41 2014 New Revision: 262120 URL: http://svnweb.freebsd.org/changeset/base/262120 Log: MFC r260185: MFV r260155: 4391 panic system rather than corrupting pool if we hit bug 4390 Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c s

svn commit: r262116 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:16:36 2014 New Revision: 262116 URL: http://svnweb.freebsd.org/changeset/base/262116 Log: MFC r260835: MFV r260834: Fix memory leak of compressed buffers in l2arc_write_done Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory Prop

svn commit: r262115 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:16:25 2014 New Revision: 262115 URL: http://svnweb.freebsd.org/changeset/base/262115 Log: MFC r260835: MFV r260834: Fix memory leak of compressed buffers in l2arc_write_done Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory Pro

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:16:50 2014 New Revision: 262117 URL: http://svnweb.freebsd.org/changeset/base/262117 Log: MFC r260835: MFV r260834: Fix memory leak of compressed buffers in l2arc_write_done Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory Pro

svn commit: r262114 - stable/8/cddl/usr.bin/zinject

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:07:07 2014 New Revision: 262114 URL: http://svnweb.freebsd.org/changeset/base/262114 Log: MFC r260703: zinject must use ioctl(2) compatibility wrapper Modified: stable/8/cddl/usr.bin/zinject/Makefile Directory Properties: stable/8/cddl/usr.bin/zinject/ (pro

svn commit: r262113 - stable/9/cddl/usr.bin/zinject

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:06:37 2014 New Revision: 262113 URL: http://svnweb.freebsd.org/changeset/base/262113 Log: MFC r260703: zinject must use ioctl(2) compatibility wrapper Modified: stable/9/cddl/usr.bin/zinject/Makefile Directory Properties: stable/9/cddl/usr.bin/zinject/ (pro

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:59:51 2014 New Revision: 262110 URL: http://svnweb.freebsd.org/changeset/base/262110 Log: MFC r260704,260717: zfs: getnewvnode_reserve must be called outside of a zfs transaction Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c st

svn commit: r262111 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:00:02 2014 New Revision: 262111 URL: http://svnweb.freebsd.org/changeset/base/262111 Log: MFC r260704,260717: zfs: getnewvnode_reserve must be called outside of a zfs transaction Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c st

svn commit: r262112 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 18:00:24 2014 New Revision: 262112 URL: http://svnweb.freebsd.org/changeset/base/262112 Log: MFC r260704,260717: zfs: getnewvnode_reserve must be called outside of a zfs transaction Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c s

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:52:14 2014 New Revision: 262109 URL: http://svnweb.freebsd.org/changeset/base/262109 Log: MFC r260812: traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECT Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c Dir

svn commit: r262108 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:51:59 2014 New Revision: 262108 URL: http://svnweb.freebsd.org/changeset/base/262108 Log: MFC r260812: traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECT Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c Dire

svn commit: r262107 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:51:50 2014 New Revision: 262107 URL: http://svnweb.freebsd.org/changeset/base/262107 Log: MFC r260812: traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECT Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c Dir

svn commit: r262104 - stable/10/cddl/contrib/opensolaris/cmd/zdb

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:48:38 2014 New Revision: 262104 URL: http://svnweb.freebsd.org/changeset/base/262104 Log: MFC r260811: zdb -R: do not treat numeric parameters to a flag as more flags Modified: stable/10/cddl/contrib/opensolaris/cmd/zdb/zdb.c Directory Properties: stable/10/

svn commit: r262105 - stable/9/cddl/contrib/opensolaris/cmd/zdb

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:48:50 2014 New Revision: 262105 URL: http://svnweb.freebsd.org/changeset/base/262105 Log: MFC r260811: zdb -R: do not treat numeric parameters to a flag as more flags Modified: stable/9/cddl/contrib/opensolaris/cmd/zdb/zdb.c Directory Properties: stable/9/cdd

svn commit: r262106 - stable/8/cddl/contrib/opensolaris/cmd/zdb

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:49:03 2014 New Revision: 262106 URL: http://svnweb.freebsd.org/changeset/base/262106 Log: MFC r260811: zdb -R: do not treat numeric parameters to a flag as more flags Modified: stable/8/cddl/contrib/opensolaris/cmd/zdb/zdb.c Directory Properties: stable/8/cdd

svn commit: r262103 - stable/8/cddl/contrib/opensolaris/cmd/zinject

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:46:33 2014 New Revision: 262103 URL: http://svnweb.freebsd.org/changeset/base/262103 Log: MFC r260703: zinject must use ioctl(2) compatibility wrapper Modified: stable/8/cddl/contrib/opensolaris/cmd/zinject/zinject.c Directory Properties: stable/8/cddl/contri

svn commit: r262101 - in stable/10/cddl: contrib/opensolaris/cmd/zinject usr.bin/zinject

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:46:15 2014 New Revision: 262101 URL: http://svnweb.freebsd.org/changeset/base/262101 Log: MFC r260703: zinject must use ioctl(2) compatibility wrapper Modified: stable/10/cddl/contrib/opensolaris/cmd/zinject/zinject.c stable/10/cddl/usr.bin/zinject/Makefile D

svn commit: r262102 - stable/9/cddl/contrib/opensolaris/cmd/zinject

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:46:25 2014 New Revision: 262102 URL: http://svnweb.freebsd.org/changeset/base/262102 Log: MFC r260703: zinject must use ioctl(2) compatibility wrapper Modified: stable/9/cddl/contrib/opensolaris/cmd/zinject/zinject.c Directory Properties: stable/9/cddl/contri

svn commit: r262100 - in stable/9/cddl/contrib/opensolaris: cmd/zpool lib/libzfs/common lib/libzpool/common lib/libzpool/common/sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:43:13 2014 New Revision: 262100 URL: http://svnweb.freebsd.org/changeset/base/262100 Log: MFC r254591,255753: Enhance the ZFS vdev layer to maintain both a logical and a physical minimum allocation size for devices Missed userland bits. Modified: stable/

svn commit: r262099 - in stable/8/cddl/contrib/opensolaris: cmd/zpool lib/libzfs/common lib/libzpool/common lib/libzpool/common/sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:42:33 2014 New Revision: 262099 URL: http://svnweb.freebsd.org/changeset/base/262099 Log: MFC r254591,255753: Enhance the ZFS vdev layer to maintain both a logical and a physical minimum allocation size for devices Missed userland bits. Modified: stable/

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:28:19 2014 New Revision: 262098 URL: http://svnweb.freebsd.org/changeset/base/262098 Log: MFC r260706: zfs_deleteextattr: name buffer from namei is needed by zfs_remove Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Prop

svn commit: r262097 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:28:06 2014 New Revision: 262097 URL: http://svnweb.freebsd.org/changeset/base/262097 Log: MFC r260706: zfs_deleteextattr: name buffer from namei is needed by zfs_remove Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Prop

svn commit: r262096 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:27:52 2014 New Revision: 262096 URL: http://svnweb.freebsd.org/changeset/base/262096 Log: MFC r260706: zfs_deleteextattr: name buffer from namei is needed by zfs_remove Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Pro

svn commit: r262095 - in stable/8: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/op...

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:12:11 2014 New Revision: 262095 URL: http://svnweb.freebsd.org/changeset/base/262095 Log: MFC r258717: MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained control Added: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/range_tree.c

svn commit: r262094 - in stable/9: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/op...

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:11:58 2014 New Revision: 262094 URL: http://svnweb.freebsd.org/changeset/base/262094 Log: MFC r258717: MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained control Added: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/range_tree.c

svn commit: r262093 - in stable/10: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/o...

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:11:38 2014 New Revision: 262093 URL: http://svnweb.freebsd.org/changeset/base/262093 Log: MFC r258717: MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained control Added: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/range_tree.c

svn commit: r262092 - vendor-sys/acpica/20140214

2014-02-17 Thread Jung-uk Kim
Author: jkim Date: Mon Feb 17 17:11:32 2014 New Revision: 262092 URL: http://svnweb.freebsd.org/changeset/base/262092 Log: Tag ACPICA 20140214. Added: vendor-sys/acpica/20140214/ - copied from r262091, vendor-sys/acpica/dist/ ___ svn-src-all@fr

svn commit: r262091 - in vendor-sys/acpica/dist: . generate/unix source/common source/compiler source/components/debugger source/components/dispatcher source/components/events source/components/exe...

2014-02-17 Thread Jung-uk Kim
Author: jkim Date: Mon Feb 17 17:10:41 2014 New Revision: 262091 URL: http://svnweb.freebsd.org/changeset/base/262091 Log: Import ACPICA 20140214. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/generate/unix/Makefile.config vendor-sys/acpica/dist/source/common/adisasm

svn commit: r262090 - in stable/8: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/co...

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:01:41 2014 New Revision: 262090 URL: http://svnweb.freebsd.org/changeset/base/262090 Log: MFC r255750: MFV r254750: Add support of Illumos dumps on zvol over RAID-Z. Note that this only adds the features. FreeBSD would still need more work to support dumpi

svn commit: r262089 - in stable/9: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/co...

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 17:00:46 2014 New Revision: 262089 URL: http://svnweb.freebsd.org/changeset/base/262089 Log: MFC r255750: MFV r254750: Add support of Illumos dumps on zvol over RAID-Z. Note that this only adds the features. FreeBSD would still need more work to support dumpi

svn commit: r262088 - 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 sys/cddl/contrib/opensolaris/...

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:48:11 2014 New Revision: 262088 URL: http://svnweb.freebsd.org/changeset/base/262088 Log: MFC r254112: MFV r254079: multiple ZFS issues Modified: stable/8/cddl/contrib/opensolaris/cmd/ztest/ztest.c stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_s

svn commit: r262087 - stable/9/cddl/contrib/opensolaris/cmd/ztest

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:47:58 2014 New Revision: 262087 URL: http://svnweb.freebsd.org/changeset/base/262087 Log: MFC r254112: MFV r254079: multiple ZFS issues Modified: stable/9/cddl/contrib/opensolaris/cmd/ztest/ztest.c Directory Properties: stable/9/cddl/contrib/opensolaris/ (p

svn commit: r262086 - in stable/9/sys/cddl/contrib/opensolaris/uts/common: fs/zfs fs/zfs/sys sys/fs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:46:23 2014 New Revision: 262086 URL: http://svnweb.freebsd.org/changeset/base/262086 Log: MFC r254112: MFV r254079: multiple ZFS issues Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c stable/9/sys/cddl/contrib/opensolaris/uts/comm

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:41:58 2014 New Revision: 262085 URL: http://svnweb.freebsd.org/changeset/base/262085 Log: MFC r254077: MFV r254071: Fix a regression introduced by fix for Illumos bug #3834 Modified: stable/8/cddl/contrib/opensolaris/cmd/ztest/ztest.c stable/8/sys/cddl/contr

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:41:45 2014 New Revision: 262084 URL: http://svnweb.freebsd.org/changeset/base/262084 Log: MFC r254077: MFV r254071: Fix a regression introduced by fix for Illumos bug #3834 Modified: stable/9/cddl/contrib/opensolaris/cmd/ztest/ztest.c stable/9/sys/cddl/contr

svn commit: r262083 - in stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:33:42 2014 New Revision: 262083 URL: http://svnweb.freebsd.org/changeset/base/262083 Log: MFC r252840: 3836 zio_free() can be processed immediately in the common case MFC slacker: mm Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zi

svn commit: r262082 - in stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:33:17 2014 New Revision: 262082 URL: http://svnweb.freebsd.org/changeset/base/262082 Log: MFC r252840: 3836 zio_free() can be processed immediately in the common case MFC slacker: mm Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zi

svn commit: r262081 - in stable/9/sys/cddl/contrib/opensolaris/uts/common: fs/zfs fs/zfs/sys sys/fs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:30:18 2014 New Revision: 262081 URL: http://svnweb.freebsd.org/changeset/base/262081 Log: MFC r254591,255753: Enhance the ZFS vdev layer to maintain both a logical and a physical minimum allocation size for devices Modified: stable/9/sys/cddl/contrib/opensola

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:30:01 2014 New Revision: 262080 URL: http://svnweb.freebsd.org/changeset/base/262080 Log: MFC r254591,255753: Enhance the ZFS vdev layer to maintain both a logical and a physical minimum allocation size for devices Note: on this branch the commit is adjuste

svn commit: r262078 - stable/8/usr.sbin/newsyslog

2014-02-17 Thread Bryan Drewery
Author: bdrewery Date: Mon Feb 17 16:18:04 2014 New Revision: 262078 URL: http://svnweb.freebsd.org/changeset/base/262078 Log: MFC r261401: Fix newsyslog(8) to use the size of the file instead of the blocks it takes on disk, as advertised in newsyslog.conf(5). Approved by: bapt

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:18:13 2014 New Revision: 262079 URL: http://svnweb.freebsd.org/changeset/base/262079 Log: MFC r253441: Manually merge part of vendor import r238583 from Illumos Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c Directory Properties: sta

svn commit: r262077 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 16:17:56 2014 New Revision: 262077 URL: http://svnweb.freebsd.org/changeset/base/262077 Log: MFC r253441: Manually merge part of vendor import r238583 from Illumos Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c Directory Properties: sta

svn commit: r262076 - stable/9/usr.sbin/newsyslog

2014-02-17 Thread Bryan Drewery
Author: bdrewery Date: Mon Feb 17 16:07:58 2014 New Revision: 262076 URL: http://svnweb.freebsd.org/changeset/base/262076 Log: MFC r261401: Fix newsyslog(8) to use the size of the file instead of the blocks it takes on disk, as advertised in newsyslog.conf(5). Approved by: bapt

svn commit: r262075 - stable/10/usr.sbin/newsyslog

2014-02-17 Thread Bryan Drewery
Author: bdrewery Date: Mon Feb 17 15:57:16 2014 New Revision: 262075 URL: http://svnweb.freebsd.org/changeset/base/262075 Log: MFC r261401: Fix newsyslog(8) to use the size of the file instead of the blocks it takes on disk, as advertised in newsyslog.conf(5). Approved by: bapt

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

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:51:19 2014 New Revision: 262074 URL: http://svnweb.freebsd.org/changeset/base/262074 Log: MFC r255226: Add sysctl/tunables for various metaslab variables MFC slacker: pjd Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c Directo

svn commit: r262073 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:50:40 2014 New Revision: 262073 URL: http://svnweb.freebsd.org/changeset/base/262073 Log: MFC r255226: Add sysctl/tunables for various metaslab variables MFC slacker: pjd Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c Directo

svn commit: r262072 - stable/8/sys/cddl/compat/opensolaris/kern

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:41:01 2014 New Revision: 262072 URL: http://svnweb.freebsd.org/changeset/base/262072 Log: MFC r258715: opensolaris compat: add taskq_wait emulation Modified: stable/8/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c Directory Properties: stable/8/sys/ (

svn commit: r262070 - stable/10/sys/cddl/compat/opensolaris/kern

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:38:10 2014 New Revision: 262070 URL: http://svnweb.freebsd.org/changeset/base/262070 Log: MFC r258715: opensolaris compat: add taskq_wait emulation Modified: stable/10/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c Directory Properties: stable/10/ (pr

svn commit: r262071 - stable/9/sys/cddl/compat/opensolaris/kern

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:38:27 2014 New Revision: 262071 URL: http://svnweb.freebsd.org/changeset/base/262071 Log: MFC r258715: opensolaris compat: add taskq_wait emulation Modified: stable/9/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c Directory Properties: stable/9/sys/ (

svn commit: r262069 - stable/8/cddl/contrib/opensolaris/lib/libdtrace/common

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:35:36 2014 New Revision: 262069 URL: http://svnweb.freebsd.org/changeset/base/262069 Log: MFC r261122: dtrace: remove unexplained 16MB limitation from dt_alloc/dt_zalloc Modified: stable/8/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c Directory Prope

svn commit: r262068 - stable/9/cddl/contrib/opensolaris/lib/libdtrace/common

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:35:24 2014 New Revision: 262068 URL: http://svnweb.freebsd.org/changeset/base/262068 Log: MFC r261122: dtrace: remove unexplained 16MB limitation from dt_alloc/dt_zalloc Modified: stable/9/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c Directory Prope

svn commit: r262067 - stable/10/cddl/contrib/opensolaris/lib/libdtrace/common

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:35:11 2014 New Revision: 262067 URL: http://svnweb.freebsd.org/changeset/base/262067 Log: MFC r261122: dtrace: remove unexplained 16MB limitation from dt_alloc/dt_zalloc Modified: stable/10/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c Directory Prop

svn commit: r262066 - head/sys/dev/sound/pcm

2014-02-17 Thread Eitan Adler
Author: eadler Date: Mon Feb 17 15:33:21 2014 New Revision: 262066 URL: http://svnweb.freebsd.org/changeset/base/262066 Log: pcm(4): Permit non-root users to change default unit Discussed with: mav Modified: head/sys/dev/sound/pcm/sound.c Modified: head/sys/dev/sound/pcm/sound.c =

svn commit: r262065 - in stable/10: share/man/man9 sys/kern sys/sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:32:08 2014 New Revision: 262065 URL: http://svnweb.freebsd.org/changeset/base/262065 Log: MFC r258713,262062: add taskqueue_drain_all Modified: stable/10/share/man/man9/Makefile stable/10/share/man/man9/taskqueue.9 stable/10/sys/kern/subr_taskqueue.c stab

Re: svn commit: r262051 - head/cddl/contrib/opensolaris/cmd/zpool

2014-02-17 Thread Bruce Evans
On Mon, 17 Feb 2014, Mark Felder wrote: Log: Fix formatting. "Manpages should start a new sentence on a new line. This makes it easier for translators to track changes." -jhb This has very little to do with translators. This makes it possible for man(1) to format the output correctly, at

svn commit: r262064 - in stable/9: share/man/man9 sys/kern sys/sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:29:46 2014 New Revision: 262064 URL: http://svnweb.freebsd.org/changeset/base/262064 Log: MFC r258713,262062: add taskqueue_drain_all Modified: stable/9/share/man/man9/Makefile stable/9/share/man/man9/taskqueue.9 stable/9/sys/kern/subr_taskqueue.c stable/

svn commit: r262063 - in stable/8: share/man/man9 sys/kern sys/sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:24:49 2014 New Revision: 262063 URL: http://svnweb.freebsd.org/changeset/base/262063 Log: MFC r258713,262062: add taskqueue_drain_all Modified: stable/8/share/man/man9/Makefile stable/8/share/man/man9/taskqueue.9 stable/8/sys/kern/subr_taskqueue.c stable/

svn commit: r262062 - stable/8/share/man/man9

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 15:20:03 2014 New Revision: 262062 URL: http://svnweb.freebsd.org/changeset/base/262062 Log: MFC r214019: Update links for taskqueue(9) functions Modified: stable/8/share/man/man9/Makefile Directory Properties: stable/8/share/man/man9/ (props changed) Modifie

svn commit: r262059 - in stable/9/sys: cddl/compat/opensolaris/sys kern modules/zfs sys

2014-02-17 Thread Andriy Gapon
Author: avg Date: Mon Feb 17 14:48:23 2014 New Revision: 262059 URL: http://svnweb.freebsd.org/changeset/base/262059 Log: MFC r258625: sdt: add support for solaris/illumos style DTRACE_PROBE macros Note: in head KDTRACE_HOOKS is defined in opt_global.h and thus there is no need to explici

  1   2   >