svn commit: r268073 - in stable/10/sys/dev/isci: . scil

2014-07-01 Thread Scott Long
Author: scottl Date: Tue Jul 1 06:23:48 2014 New Revision: 268073 URL: http://svnweb.freebsd.org/changeset/base/268073 Log: Merge r268024, 268025: Fix a case in ndling ATA_PASSTHROUGH commands that have an unaligned buffer. This impacts some home-rolled SMART tools. In rare

svn commit: r268074 - head/sys/kern

2014-07-01 Thread Mateusz Guzik
Author: mjg Date: Tue Jul 1 06:29:15 2014 New Revision: 268074 URL: http://svnweb.freebsd.org/changeset/base/268074 Log: Perform a lockless check in sigacts_shared. It is used only during execve (i.e. singlethreaded), so there is no fear of returning 'not shared' which soon becomes

svn commit: r268075 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/zstreamdump cddl/contrib/opensolaris...

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 06:43:15 2014 New Revision: 268075 URL: http://svnweb.freebsd.org/changeset/base/268075 Log: MFV r267565: 4757 ZFS embedded-data block pointers (zero block compression) 4913 zfs release should not be subject to space checks MFC after:2 weeks

svn commit: r268076 - stable/10/sys/x86/x86

2014-07-01 Thread Scott Long
Author: scottl Date: Tue Jul 1 06:50:35 2014 New Revision: 268076 URL: http://svnweb.freebsd.org/changeset/base/268076 Log: Merge r266746, 266775: Now that there are separate back-end implementations of busdma, the bounce implementation shouldn't steal flags from the common front-end.

svn commit: r268077 - stable/10/sys/ufs/ffs

2014-07-01 Thread Scott Long
Author: scottl Date: Tue Jul 1 06:59:23 2014 New Revision: 268077 URL: http://svnweb.freebsd.org/changeset/base/268077 Log: Merge r265463: Due to reasons unknown at this time, the system can be forced to write a journal block even when there are no journal entries to be written.

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

2014-07-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jul 1 07:13:41 2014 New Revision: 268078 URL: http://svnweb.freebsd.org/changeset/base/268078 Log: Fix for use after free. MFC after:3 days Modified: head/sys/dev/usb/net/uhso.c Modified: head/sys/dev/usb/net/uhso.c

svn commit: r268079 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys...

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 07:29:42 2014 New Revision: 268079 URL: http://svnweb.freebsd.org/changeset/base/268079 Log: MFV r267566: 4390 i/o errors when deleting filesystem/zvol can lead to space map corruption MFC after:2 weeks Modified:

svn commit: r268080 - head/sys/dev/usb/serial

2014-07-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jul 1 07:30:29 2014 New Revision: 268080 URL: http://svnweb.freebsd.org/changeset/base/268080 Log: Fix order of USB serial layer uninit. Currently module dependency rules prevent the USB serial module to be unloaded before any client modules. This patch ensures

svn commit: r268081 - head/sys/netgraph

2014-07-01 Thread Marko Zec
Author: zec Date: Tue Jul 1 07:54:12 2014 New Revision: 268081 URL: http://svnweb.freebsd.org/changeset/base/268081 Log: Remove any stale mbuf tags from packets being injected into a netgraph graph. In particular, this solves some issues with (probably leaked) IPSec-related tags being

svn commit: r268082 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 07:56:07 2014 New Revision: 268082 URL: http://svnweb.freebsd.org/changeset/base/268082 Log: MFV r267567: 4881 zfs send performance degradation when embedded block pointers are encountered

svn commit: r268083 - head/sys/netipsec

2014-07-01 Thread Marko Zec
Author: zec Date: Tue Jul 1 08:02:25 2014 New Revision: 268083 URL: http://svnweb.freebsd.org/changeset/base/268083 Log: The assumption in ipsec4_process_packet() that the payload may be only IPv4 is wrong, so check the IP version before mangling the payload header. Modified:

svn commit: r268084 - in head/cddl/contrib/opensolaris: cmd/zdb lib/libzpool/common lib/libzpool/common/sys

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 08:20:34 2014 New Revision: 268084 URL: http://svnweb.freebsd.org/changeset/base/268084 Log: MFV r267568: 4891 want zdb option to dump all metadata illumos/illumos-gate@df15e419cb7359ba56ab9045e438d89e7cbc MFC after:2 weeks Modified:

svn commit: r268085 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 08:28:49 2014 New Revision: 268085 URL: http://svnweb.freebsd.org/changeset/base/268085 Log: MFV r267569: 4897 Space accounting mismatch in L2ARC/zpool illumos/illumos-dist@3038a2b421b40dc5ac11cd88423696618584f85a MFC after:2 weeks Modified:

svn commit: r268086 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 08:36:56 2014 New Revision: 268086 URL: http://svnweb.freebsd.org/changeset/base/268086 Log: MFV r267570: 4756 metaslab_group_preload() could deadlock illumos/illumos-gate@30beaff42d8240ebf5386e8b7a14e3d137a1631f MFC after:2 weeks Modified:

svn commit: r268087 - head/sys/kern

2014-07-01 Thread Mateusz Guzik
Author: mjg Date: Tue Jul 1 09:21:32 2014 New Revision: 268087 URL: http://svnweb.freebsd.org/changeset/base/268087 Log: Don't call crcopysafe or uifind unnecessarily in execve. MFC after:1 week Modified: head/sys/kern/kern_exec.c Modified: head/sys/kern/kern_exec.c

svn commit: r268088 - head/sys/dev/mps

2014-07-01 Thread Scott Long
Author: scottl Date: Tue Jul 1 10:51:20 2014 New Revision: 268088 URL: http://svnweb.freebsd.org/changeset/base/268088 Log: Don't overload the CCB status field within the driver. Obtained from:Netflix, Inc. MFC after:2 days Modified: head/sys/dev/mps/mps_sas.c Modified:

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

2014-07-01 Thread Konstantin Belousov
On Tue, Jul 01, 2014 at 09:21:33AM +, Mateusz Guzik wrote: Author: mjg Date: Tue Jul 1 09:21:32 2014 New Revision: 268087 URL: http://svnweb.freebsd.org/changeset/base/268087 Log: Don't call crcopysafe or uifind unnecessarily in execve. MFC after: 1 week Modified:

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

2014-07-01 Thread Mateusz Guzik
On Tue, Jul 01, 2014 at 02:42:45PM +0300, Konstantin Belousov wrote: Old code did the malloc(M_WAITOK) call in crget() before the text vnode was locked. After your change, the crdup() is called with the vnode locked. Witness would not tell you that anything is wrong there, but the new code is

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

2014-07-01 Thread Konstantin Belousov
On Tue, Jul 01, 2014 at 01:56:12PM +0200, Mateusz Guzik wrote: On Tue, Jul 01, 2014 at 02:42:45PM +0300, Konstantin Belousov wrote: Old code did the malloc(M_WAITOK) call in crget() before the text vnode was locked. After your change, the crdup() is called with the vnode locked. Witness

svn commit: r268089 - head/sys/sys

2014-07-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Jul 1 12:40:00 2014 New Revision: 268089 URL: http://svnweb.freebsd.org/changeset/base/268089 Log: Linux uses its own UUID for data partitions. MFC after:1 week Modified: head/sys/sys/gpt.h Modified: head/sys/sys/gpt.h

svn commit: r268090 - head/sbin/geom/class/part

2014-07-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Jul 1 12:44:47 2014 New Revision: 268090 URL: http://svnweb.freebsd.org/changeset/base/268090 Log: Document all aliases supported by GEOM_PART class. MFC after:1 week Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8

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

2014-07-01 Thread Mateusz Guzik
On Tue, Jul 01, 2014 at 03:30:58PM +0300, Konstantin Belousov wrote: On Tue, Jul 01, 2014 at 01:56:12PM +0200, Mateusz Guzik wrote: That said I propose the following: diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index cce687b..9b3a99d 100644 --- a/sys/kern/kern_exec.c +++

svn commit: r268091 - in stable/10: sbin/geom/class/part sys/conf sys/geom/part sys/modules/geom/geom_part sys/modules/geom/geom_part/geom_part_bsd64 sys/sys

2014-07-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Jul 1 13:29:17 2014 New Revision: 268091 URL: http://svnweb.freebsd.org/changeset/base/268091 Log: MFC r267355: Add UUIDs for DragonFlyBSD's partition types. MFC r267356: Add DragonFlyBSD's Hammer FS types and type names. MFC r267357: Add aliases for

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

2014-07-01 Thread John Baldwin
On Tuesday, July 01, 2014 2:29:15 am Mateusz Guzik wrote: Author: mjg Date: Tue Jul 1 06:29:15 2014 New Revision: 268074 URL: http://svnweb.freebsd.org/changeset/base/268074 Log: Perform a lockless check in sigacts_shared. It is used only during execve (i.e. singlethreaded), so

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

2014-07-01 Thread Matthew Fleming
On Tue, Jul 1, 2014 at 2:21 AM, Mateusz Guzik m...@freebsd.org wrote: Author: mjg Date: Tue Jul 1 09:21:32 2014 New Revision: 268087 URL: http://svnweb.freebsd.org/changeset/base/268087 Log: Don't call crcopysafe or uifind unnecessarily in execve. I'm not sure the code works. It gets a

svn commit: r268092 - releng/9.3/release/doc/en_US.ISO8859-1/relnotes

2014-07-01 Thread Glen Barber
Author: gjb Date: Tue Jul 1 14:12:59 2014 New Revision: 268092 URL: http://svnweb.freebsd.org/changeset/base/268092 Log: Fix typo: s/ata/ichsmb/ Wrap. Submitted by: mav Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

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

2014-07-01 Thread Mateusz Guzik
On Tue, Jul 01, 2014 at 09:40:57AM -0400, John Baldwin wrote: On Tuesday, July 01, 2014 2:29:15 am Mateusz Guzik wrote: Modified: head/sys/kern/kern_sig.c == --- head/sys/kern/kern_sig.cTue Jul 1 06:23:48

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

2014-07-01 Thread Mateusz Guzik
On Tue, Jul 01, 2014 at 07:07:28AM -0700, Matthew Fleming wrote: On Tue, Jul 1, 2014 at 2:21 AM, Mateusz Guzik m...@freebsd.org wrote: Author: mjg Date: Tue Jul 1 09:21:32 2014 New Revision: 268087 URL: http://svnweb.freebsd.org/changeset/base/268087 Log: Don't call crcopysafe or

svn commit: r268093 - head/sys/dev/etherswitch/rtl8366

2014-07-01 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jul 1 14:33:48 2014 New Revision: 268093 URL: http://svnweb.freebsd.org/changeset/base/268093 Log: Add the CPU port flag to the CPU port on rtl8366 (port 5). Do not allow any media change on the switch CPU port. Tested on TP-Link WR1043ND. Modified:

svn commit: r268095 - head/sys/dev/ata/chipsets

2014-07-01 Thread Marius Strobl
Author: marius Date: Tue Jul 1 14:54:34 2014 New Revision: 268095 URL: http://svnweb.freebsd.org/changeset/base/268095 Log: Actually pro AMD chipsets. MFC after:3 days Sponsored by: Bally Wulff Games Entertainment GmbH Modified: head/sys/dev/ata/chipsets/ata-ati.c Modified:

svn commit: r268096 - in head/sys/cam: ctl scsi

2014-07-01 Thread Alexander Motin
Author: mav Date: Tue Jul 1 15:05:23 2014 New Revision: 268096 URL: http://svnweb.freebsd.org/changeset/base/268096 Log: Add more formal and strict command parsing and validation. For every supported command define CDB length and mask of bits that are allowed to be set. This allows to

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

2014-07-01 Thread Gary Jennejohn
On Tue, 1 Jul 2014 16:19:20 +0200 Mateusz Guzik mjgu...@gmail.com wrote: On Tue, Jul 01, 2014 at 09:40:57AM -0400, John Baldwin wrote: On Tuesday, July 01, 2014 2:29:15 am Mateusz Guzik wrote: Modified: head/sys/kern/kern_sig.c

svn commit: r268094 - head/sys/dev/etherswitch/rtl8366

2014-07-01 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jul 1 14:49:46 2014 New Revision: 268094 URL: http://svnweb.freebsd.org/changeset/base/268094 Log: Fix the reported status for the switch CPU port which was (wrongly) reporting half-duplex link. Tested on TP-Link WR1043ND. Modified:

svn commit: r268097 - in head/sys: cddl/contrib/opensolaris/uts/common/dtrace modules/dtrace/fasttrap

2014-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jul 1 15:36:05 2014 New Revision: 268097 URL: http://svnweb.freebsd.org/changeset/base/268097 Log: Revert r268007, and re-adapt MFV r260708: 4427 pid provider rejects probes with valid UTF-8 names Use of u8_textprep.c required -Wno-cast-qual for powerpc.

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

2014-07-01 Thread Mateusz Guzik
On Tue, Jul 01, 2014 at 05:05:24PM +0200, Gary Jennejohn wrote: On Tue, 1 Jul 2014 16:19:20 +0200 Mateusz Guzik mjgu...@gmail.com wrote: On Tue, Jul 01, 2014 at 09:40:57AM -0400, John Baldwin wrote: On Tuesday, July 01, 2014 2:29:15 am Mateusz Guzik wrote: Modified:

Re: svn commit: r268068 - releng/9.3/sys/x86/acpica

2014-07-01 Thread Baptiste Daroussin
On Mon, Jun 30, 2014 at 11:39:13PM +, Craig Rodrigues wrote: Author: rodrigc Date: Mon Jun 30 23:39:13 2014 New Revision: 268068 URL: http://svnweb.freebsd.org/changeset/base/268068 Log: MFC r267821: Strict value checking will cause problem. Bay trail DN2820FYKH is

svn commit: r268098 - stable/10/usr.sbin/service

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 15:50:34 2014 New Revision: 268098 URL: http://svnweb.freebsd.org/changeset/base/268098 Log: MFC r267493: Fix two issues: - Check for rc.d directory's existence before traversing it; - Don't output * when rc.d directory is empty. PR:

svn commit: r268099 - stable/9/usr.sbin/service

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 15:51:19 2014 New Revision: 268099 URL: http://svnweb.freebsd.org/changeset/base/268099 Log: MFC r267493: Fix two issues: - Check for rc.d directory's existence before traversing it; - Don't output * when rc.d directory is empty. PR:

svn commit: r268100 - stable/10/sys/contrib/x86emu

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 15:55:41 2014 New Revision: 268100 URL: http://svnweb.freebsd.org/changeset/base/268100 Log: MFC r267372-267374: fix various misimplementation of instructions. Submitted by: Wolf Ramovsky wolf.ramovsky gmail.com Modified:

svn commit: r268101 - stable/9/sys/contrib/x86emu

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 16:00:48 2014 New Revision: 268101 URL: http://svnweb.freebsd.org/changeset/base/268101 Log: MFC r267372-267374: fix various misimplementation of instructions. Submitted by: Wolf Ramovsky wolf.ramovsky gmail.com Modified:

svn commit: r268102 - stable/8/sys/contrib/x86emu

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 16:01:48 2014 New Revision: 268102 URL: http://svnweb.freebsd.org/changeset/base/268102 Log: MFC r267372-267374: fix various misimplementation of instructions. Submitted by: Wolf Ramovsky wolf.ramovsky gmail.com Modified:

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

2014-07-01 Thread Gary Jennejohn
On Tue, 1 Jul 2014 17:41:12 +0200 Mateusz Guzik mjgu...@gmail.com wrote: On Tue, Jul 01, 2014 at 05:05:24PM +0200, Gary Jennejohn wrote: On Tue, 1 Jul 2014 16:19:20 +0200 Mateusz Guzik mjgu...@gmail.com wrote: On Tue, Jul 01, 2014 at 09:40:57AM -0400, John Baldwin wrote: On

svn commit: r268103 - in head/sys/cam: ctl scsi

2014-07-01 Thread Alexander Motin
Author: mav Date: Tue Jul 1 16:52:41 2014 New Revision: 268103 URL: http://svnweb.freebsd.org/changeset/base/268103 Log: Add support for REPORT TIMESTAMP command. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_cmd_table.c head/sys/cam/ctl/ctl_private.h

svn commit: r268105 - head/sys/netinet

2014-07-01 Thread Adrian Chadd
Author: adrian Date: Tue Jul 1 17:27:48 2014 New Revision: 268105 URL: http://svnweb.freebsd.org/changeset/base/268105 Log: Remove old reference to IP_RSSCPUID. Submitted by: Eggert, Lars l...@netapp.com Modified: head/sys/netinet/ip_output.c Modified: head/sys/netinet/ip_output.c

svn commit: r268106 - releng/9.3/lib/libc/net

2014-07-01 Thread Hajimu UMEMOTO
Author: ume Date: Tue Jul 1 17:31:47 2014 New Revision: 268106 URL: http://svnweb.freebsd.org/changeset/base/268106 Log: MFS r267876 (MFC r267616): Retooling addrconfig() to exclude addresses on loopback interfaces when looking for configured addresses. This change is based upon the

svn commit: r268107 - releng/9.3/lib/libc/net

2014-07-01 Thread Hajimu UMEMOTO
Author: ume Date: Tue Jul 1 18:05:38 2014 New Revision: 268107 URL: http://svnweb.freebsd.org/changeset/base/268107 Log: MFS r268053 (MFC r267800): Exclude IPv4 address from doing longest match. It prevented DNS based load balancing. Approved by: re (delphij) Modified:

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

2014-07-01 Thread Konstantin Belousov
On Tue, Jul 01, 2014 at 04:32:38PM +0200, Mateusz Guzik wrote: On Tue, Jul 01, 2014 at 07:07:28AM -0700, Matthew Fleming wrote: On Tue, Jul 1, 2014 at 2:21 AM, Mateusz Guzik m...@freebsd.org wrote: Author: mjg Date: Tue Jul 1 09:21:32 2014 New Revision: 268087 URL:

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

2014-07-01 Thread Konstantin Belousov
On Tue, Jul 01, 2014 at 02:54:10PM +0200, Mateusz Guzik wrote: On Tue, Jul 01, 2014 at 03:30:58PM +0300, Konstantin Belousov wrote: On Tue, Jul 01, 2014 at 01:56:12PM +0200, Mateusz Guzik wrote: That said I propose the following: diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c

svn commit: r268108 - in stable: 10/usr.bin/procstat 9/usr.bin/procstat

2014-07-01 Thread John Baldwin
Author: jhb Date: Tue Jul 1 18:23:00 2014 New Revision: 268108 URL: http://svnweb.freebsd.org/changeset/base/268108 Log: MFC 266322,266323: - Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name column header when displaying resource usage. This more closely matches

svn commit: r268108 - in stable: 10/usr.bin/procstat 9/usr.bin/procstat

2014-07-01 Thread John Baldwin
Author: jhb Date: Tue Jul 1 18:23:00 2014 New Revision: 268108 URL: http://svnweb.freebsd.org/changeset/base/268108 Log: MFC 266322,266323: - Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name column header when displaying resource usage. This more closely matches

svn commit: r268109 - head/sys/dev/tws

2014-07-01 Thread John Baldwin
Author: jhb Date: Tue Jul 1 18:24:54 2014 New Revision: 268109 URL: http://svnweb.freebsd.org/changeset/base/268109 Log: Free the static DMA buffer holding the command ring during detach as well as if attach fails. Modified: head/sys/dev/tws/tws.c Modified: head/sys/dev/tws/tws.c

svn commit: r268110 - head/share/mk

2014-07-01 Thread Glen Barber
Author: gjb Date: Tue Jul 1 18:26:30 2014 New Revision: 268110 URL: http://svnweb.freebsd.org/changeset/base/268110 Log: Merge r267837 from ^/projects/release-debugdist: When building world when WITH_DEBUG_FILES is set, avoid building ar(1) archives with '-g'. Tested on:

svn commit: r268111 - in head: . release

2014-07-01 Thread Glen Barber
Author: gjb Date: Tue Jul 1 19:04:04 2014 New Revision: 268111 URL: http://svnweb.freebsd.org/changeset/base/268111 Log: Merge ^/projects/release-debugdist into ^/head: r262491, r262493, r262516, r267345, r267397: r262491: Add DEBUG_DISTRIBUTIONS, and set it to include base and

svn commit: r268113 - head/sys/dev/bge

2014-07-01 Thread Marcel Moolenaar
Author: marcel Date: Tue Jul 1 19:50:47 2014 New Revision: 268113 URL: http://svnweb.freebsd.org/changeset/base/268113 Log: Convert bge(4) to use the driver API. Submitted by: Sreekanth Rupavatharam rupav...@juniper.net Obtained from: Juniper Networks, Inc. Modified:

svn commit: r268114 - in head/sys: fs/nfsserver nfsserver

2014-07-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Jul 1 20:00:35 2014 New Revision: 268114 URL: http://svnweb.freebsd.org/changeset/base/268114 Log: Change NFS readdir() to only ignore cookies preceding the given offset for UFS rather than for all but ZFS. This code was assuming that offsets were monotonically

svn commit: r268115 - in head/sys: conf fs/nfs fs/nfsclient fs/nfsserver modules/krpc rpc

2014-07-01 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 1 20:47:16 2014 New Revision: 268115 URL: http://svnweb.freebsd.org/changeset/base/268115 Log: Merge the NFSv4.1 server code in projects/nfsv4.1-server over into head. The code is not believed to have any effect on the semantics of non-NFSv4.1 server

svn commit: r268116 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 20:57:39 2014 New Revision: 268116 URL: http://svnweb.freebsd.org/changeset/base/268116 Log: - Fix handling of new style of ioctl in compatiblity mode [1]; - Reorganize code and reduce diff from upstream; - Improve forward compatibility shims for previous

svn commit: r268117 - head/release/doc/en_US.ISO8859-1/relnotes

2014-07-01 Thread Glen Barber
Author: gjb Date: Tue Jul 1 21:04:40 2014 New Revision: 268117 URL: http://svnweb.freebsd.org/changeset/base/268117 Log: Document r268045, vt(4) now in GENERIC. Remove r260888, VT kernel configuration file is gone. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r268118 - head/sys/sys

2014-07-01 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 1 21:12:48 2014 New Revision: 268118 URL: http://svnweb.freebsd.org/changeset/base/268118 Log: Bump __FreeBSD_version since r268115 changed the internal interfaces used between the NFS related modules, including the krpc. Modified: head/sys/sys/param.h

svn commit: r268119 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor/illumos/dist/cmd/zdb vendor/illumos/dist/lib/libzfs/common

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 21:14:35 2014 New Revision: 268119 URL: http://svnweb.freebsd.org/changeset/base/268119 Log: 4914 zfs on-disk bookmark structure should be named *_phys_t Reviewed by: George Wilson george.wil...@delphix.com Reviewed by: Christopher Siden

svn commit: r268119 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor/illumos/dist/cmd/zdb vendor/illumos/dist/lib/libzfs/common

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 21:14:35 2014 New Revision: 268119 URL: http://svnweb.freebsd.org/changeset/base/268119 Log: 4914 zfs on-disk bookmark structure should be named *_phys_t Reviewed by: George Wilson george.wil...@delphix.com Reviewed by: Christopher Siden

svn commit: r268120 - vendor-sys/illumos/dist/uts/common/fs/zfs

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 21:16:27 2014 New Revision: 268120 URL: http://svnweb.freebsd.org/changeset/base/268120 Log: 4936 lz4 could theoretically overflow a pointer with a certain input Reviewed by: Saso Kiselkov skiselkov...@gmail.com Reviewed by: Keith Wesolowski

svn commit: r268121 - vendor-sys/illumos/dist/common/zfs vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/man/man5

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 21:19:10 2014 New Revision: 268121 URL: http://svnweb.freebsd.org/changeset/base/268121 Log: 4924 LZ4 Compression for metadata Reviewed by Matthew Ahrens mahr...@delphix.com Reviewed by Saso Kiselkov skiselkov...@gmail.com Approved by: Christopher Siden

svn commit: r268121 - vendor-sys/illumos/dist/common/zfs vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/man/man5

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 21:19:10 2014 New Revision: 268121 URL: http://svnweb.freebsd.org/changeset/base/268121 Log: 4924 LZ4 Compression for metadata Reviewed by Matthew Ahrens mahr...@delphix.com Reviewed by Saso Kiselkov skiselkov...@gmail.com Approved by: Christopher Siden

svn commit: r268122 - in vendor-sys/illumos/dist: common/zfs uts/common/fs/zfs uts/common/sys/fs

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 21:21:56 2014 New Revision: 268122 URL: http://svnweb.freebsd.org/changeset/base/268122 Log: 4929 want prevsnap property Reviewed by: Adam Leventhal adam.levent...@delphix.com Reviewed by: Matt Amdur matt.am...@delphix.com Reviewed by: Saso Kiselkov

svn commit: r268123 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/...

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 21:51:30 2014 New Revision: 268123 URL: http://svnweb.freebsd.org/changeset/base/268123 Log: MFV r268119: 4914 zfs on-disk bookmark structure should be named *_phys_t illumos/illumos-gate@7802d7bf98dec568dadf72286893b1fe5abd8602 MFC after:2

svn commit: r268124 - head/sys/cddl/contrib/opensolaris

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 21:57:15 2014 New Revision: 268124 URL: http://svnweb.freebsd.org/changeset/base/268124 Log: Mark r268120 as merged. We believe that the LZ4 usage in ZFS is not affected and plans to sync with upstream LZ4 in the near future. Modified: Directory Properties:

svn commit: r268125 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2014-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jul 1 22:16:44 2014 New Revision: 268125 URL: http://svnweb.freebsd.org/changeset/base/268125 Log: Small merges from OpenSolaris: These have no effect on FreeBSD, in fact they are ifdef'ed, but make easier future merges: 6699767 panic in spec_open()

svn commit: r268126 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 22:31:09 2014 New Revision: 268126 URL: http://svnweb.freebsd.org/changeset/base/268126 Log: MFV r268121: 4924 LZ4 Compression for metadata illumos/illumos-gate@b8289d24d866c1af02d7007348f7f057693c15d3 MFC after:2 weeks Modified:

svn commit: r268127 - head

2014-07-01 Thread Rick Macklem
/malloc.conf.) +20140701: + Commit r268115 has added NFSv4.1 server support, merged from + projects/nfsv4.1-server. Since this includes changes to the + internal interfaces between the NFS related modules, a full + build of the kernel and modules will be necessary

svn commit: r268128 - in head/sys/cddl/contrib/opensolaris: common/zfs uts/common/fs/zfs uts/common/sys/fs

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 22:42:53 2014 New Revision: 268128 URL: http://svnweb.freebsd.org/changeset/base/268128 Log: MFV r268122: 4929 want prevsnap property illumos/illumos-gate@b461c7460e5e77cf65f00151162e654220c6e2fb MFC after:2 weeks Modified:

svn commit: r268129 - head/bin/mv

2014-07-01 Thread Xin LI
Author: delphij Date: Tue Jul 1 22:46:39 2014 New Revision: 268129 URL: http://svnweb.freebsd.org/changeset/base/268129 Log: Check if fchflags() is needed by fstat'ing before and check the results. Reviewed by: jilles X-MFC-With: r267977 Modified: head/bin/mv/mv.c Modified:

svn commit: r268130 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2014-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jul 1 23:37:24 2014 New Revision: 268130 URL: http://svnweb.freebsd.org/changeset/base/268130 Log: Merge from OpenSolaris (15-Sep-2008): 6735480 race between probe enabling and provider registration MFC after:1 week Modified:

svn commit: r268131 - head/sys/dev/nfe

2014-07-01 Thread Marcel Moolenaar
Author: marcel Date: Tue Jul 1 23:41:54 2014 New Revision: 268131 URL: http://svnweb.freebsd.org/changeset/base/268131 Log: Convert nfe(4) to use the driver API. Submitted by: Mikhail m...@lenta.ru Modified: head/sys/dev/nfe/if_nfe.c Modified: head/sys/dev/nfe/if_nfe.c

svn commit: r268132 - stable/10/sys/cddl/contrib/opensolaris/common/unicode

2014-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 2 01:28:38 2014 New Revision: 268132 URL: http://svnweb.freebsd.org/changeset/base/268132 Log: MVC r268014: Reduce some warnings in the Solaris unicode support. Clean some warnings from parenthesis and minor style issues. Modified:

svn commit: r268133 - stable/9/sys/cddl/contrib/opensolaris/common/unicode

2014-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 2 01:32:40 2014 New Revision: 268133 URL: http://svnweb.freebsd.org/changeset/base/268133 Log: MVC r268014: Reduce some warnings in the Solaris unicode support. Clean some warnings from parenthesis and minor style issues. Modified:

svn commit: r268134 - head/usr.bin/mkimg

2014-07-01 Thread Marcel Moolenaar
Author: marcel Date: Wed Jul 2 04:06:06 2014 New Revision: 268134 URL: http://svnweb.freebsd.org/changeset/base/268134 Log: Prepare for merging to stable/10: update the history section. Modified: head/usr.bin/mkimg/mkimg.1 Modified: head/usr.bin/mkimg/mkimg.1

svn commit: r268135 - in head: tools/build/mk usr.bin/svn/svn

2014-07-01 Thread Eitan Adler
Author: eadler Date: Wed Jul 2 05:09:41 2014 New Revision: 268135 URL: http://svnweb.freebsd.org/changeset/base/268135 Log: Add documentation for svnlite. PR: 191544 Reported by: eric Reviewed by: imp MFC After:1 week Modified:

svn commit: r268136 - head/sys/kern

2014-07-01 Thread Mateusz Guzik
Author: mjg Date: Wed Jul 2 05:45:40 2014 New Revision: 268136 URL: http://svnweb.freebsd.org/changeset/base/268136 Log: Plug gcc warning after r268074 about unitialized newsigacts Reported by: Gary Jennejohn gljennjohn gmail.com Modified: head/sys/kern/kern_exec.c Modified: