Author: des
Date: Fri Aug 23 10:57:05 2013
New Revision: 254684
URL: http://svnweb.freebsd.org/changeset/base/254684
Log:
Set the back pointer from the prefix to the interface before adding
the prefix to the interface's prefix list. This shouldn't make a
difference, since rtadvd(8) is singl
Author: emaste
Date: Fri Aug 23 12:28:10 2013
New Revision: 254686
URL: http://svnweb.freebsd.org/changeset/base/254686
Log:
Import NetBSD libexecinfo 20130822 to contrib
Added:
head/contrib/libexecinfo/
- copied from r254685, vendor/NetBSD/libexecinfo/
__
Author: emaste
Date: Fri Aug 23 12:35:48 2013
New Revision: 254687
URL: http://svnweb.freebsd.org/changeset/base/254687
Log:
Remove accidental import of libexecinfo at wrong directory level
Deleted:
head/contrib/libexecinfo/
___
svn-src-all@freebsd.
Author: emaste
Date: Fri Aug 23 12:38:51 2013
New Revision: 254688
URL: http://svnweb.freebsd.org/changeset/base/254688
Log:
Import NetBSD libexecinfo 20130822 to contrib
Added:
head/contrib/libexecinfo/
- copied from r254687, vendor/NetBSD/libexecinfo/dist/
_
Author: emaste
Date: Fri Aug 23 12:42:13 2013
New Revision: 254689
URL: http://svnweb.freebsd.org/changeset/base/254689
Log:
FreeBSD compatibility for libexecinfo
Modified:
head/contrib/libexecinfo/backtrace.c
head/contrib/libexecinfo/symtab.c
Modified: head/contrib/libexecinfo/backtrace.c
Author: sbruno
Date: Fri Aug 23 13:14:18 2013
New Revision: 254690
URL: http://svnweb.freebsd.org/changeset/base/254690
Log:
Some vendors store the mac addresses of arge(4) as a literal sring in the
form xx:xx:xx:xx:xx:xx complete with ":" characters taking of 18 bytes
instead of 6 integers.
Author: avg
Date: Fri Aug 23 13:19:12 2013
New Revision: 254691
URL: http://svnweb.freebsd.org/changeset/base/254691
Log:
MFC r198335,198365: remove dependency between NO_WARNS and CSTD
There is no reason to have it.
Reviewed by: dim
MFC slackers: rdivacky, ru
Modified:
stable/8/
Author: avg
Date: Fri Aug 23 13:22:14 2013
New Revision: 254693
URL: http://svnweb.freebsd.org/changeset/base/254693
Log:
MFC r253604: rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST
Modified:
stable/8/sys/gdb/gdb_cons.c
stable/8/sys/kern/init_main.c
stable/8/sys/kern/kern
Author: avg
Date: Fri Aug 23 13:27:13 2013
New Revision: 254694
URL: http://svnweb.freebsd.org/changeset/base/254694
Log:
MFC r253603: zfs: move vnode creation from zfs_znode_cache_constructor
to zfs_znode_alloc
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c
D
Author: avg
Date: Fri Aug 23 13:27:27 2013
New Revision: 254695
URL: http://svnweb.freebsd.org/changeset/base/254695
Log:
MFC r253603: zfs: move vnode creation from zfs_znode_cache_constructor
to zfs_znode_alloc
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c
D
Author: avg
Date: Fri Aug 23 13:20:11 2013
New Revision: 254692
URL: http://svnweb.freebsd.org/changeset/base/254692
Log:
MFC r253604: rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST
Modified:
stable/9/sys/gdb/gdb_cons.c
stable/9/sys/kern/init_main.c
stable/9/sys/kern/kern
Author: avg
Date: Fri Aug 23 13:30:07 2013
New Revision: 254697
URL: http://svnweb.freebsd.org/changeset/base/254697
Log:
MFC r253606: zfs module: perform cleanup during shutdown in addition to
module unload
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
Direc
Author: avg
Date: Fri Aug 23 13:29:53 2013
New Revision: 254696
URL: http://svnweb.freebsd.org/changeset/base/254696
Log:
MFC r253606: zfs module: perform cleanup during shutdown in addition to
module unload
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
Direc
Author: emaste
Date: Fri Aug 23 13:47:18 2013
New Revision: 254698
URL: http://svnweb.freebsd.org/changeset/base/254698
Log:
Update libexecinfo man page for FreeBSD
Sponsored by: DARPA, AFRL
Modified:
head/contrib/libexecinfo/backtrace.3
Modified: head/contrib/libexecinfo/backtrace.3
==
Author: jhb
Date: Fri Aug 23 13:47:41 2013
New Revision: 254699
URL: http://svnweb.freebsd.org/changeset/base/254699
Log:
Use tvtohz() to convert a socket buffer timeout to a tick value rather
than using a home-rolled version. The home-rolled version could result
in shorter-than-requested s
Author: jilles
Date: Fri Aug 23 13:59:47 2013
New Revision: 254700
URL: http://svnweb.freebsd.org/changeset/base/254700
Log:
libc: Make various internal file descriptors from fopen() close-on-exec.
Modified:
head/lib/libc/net/ether_addr.c
head/lib/libc/net/eui64.c
head/lib/libc/net/getadd
Author: avg
Date: Fri Aug 23 14:03:08 2013
New Revision: 254701
URL: http://svnweb.freebsd.org/changeset/base/254701
Log:
MFC r253772,253773,253989: dtrace disassembler: take the latest/last
CDDL code from OpenSolaris
Modified:
stable/9/sys/cddl/dev/dtrace/amd64/dis_tables.c
stable/9/sys/
Author: avg
Date: Fri Aug 23 14:03:48 2013
New Revision: 254702
URL: http://svnweb.freebsd.org/changeset/base/254702
Log:
MFC r253772,253773,253989: dtrace disassembler: take the latest/last
CDDL code from OpenSolaris
Modified:
stable/8/sys/cddl/dev/dtrace/amd64/dis_tables.c
stable/8/sys/
Author: davide
Date: Fri Aug 23 14:12:39 2013
New Revision: 254703
URL: http://svnweb.freebsd.org/changeset/base/254703
Log:
Introduce callout_init_rm() so that callouts can be used in conjunction
with rmlocks. This works only with non-sleepable rm because handlers run
in SWI context. While
Author: avg
Date: Fri Aug 23 14:17:45 2013
New Revision: 254704
URL: http://svnweb.freebsd.org/changeset/base/254704
Log:
MFC r253996,253997: opensolaris code: translate INVARIANTS to DEBUG and
ZFS_DEBUG
Please note that support for compiling ZFS into a kernel is not in this
branch as of
Author: avg
Date: Fri Aug 23 14:18:24 2013
New Revision: 254705
URL: http://svnweb.freebsd.org/changeset/base/254705
Log:
MFC r253996,253997: opensolaris code: translate INVARIANTS to DEBUG and
ZFS_DEBUG
Please note that support for compiling ZFS into a kernel is not in this
branch as o
Author: jilles
Date: Fri Aug 23 14:23:54 2013
New Revision: 254706
URL: http://svnweb.freebsd.org/changeset/base/254706
Log:
libc: Access some unexported variables more efficiently (related to stdio).
Modified:
head/lib/libc/include/libc_private.h
Modified: head/lib/libc/include/libc_private
(r254707)
@@ -11,6 +11,13 @@ handbook:
Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running portupgrade.
+20130823:
+ Behavior of devfs rules path matching has been changed.
+ Pattern is now always matched
(r254708)
@@ -15,6 +15,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
debugging tools present in HEAD were left in place because
sun4v support still needs work to become production ready.
+20130823:
+ Behavior of devfs rules path matching has been changed
Author: emaste
Date: Fri Aug 23 14:31:05 2013
New Revision: 254709
URL: http://svnweb.freebsd.org/changeset/base/254709
Log:
Add libexecinfo Makefile
Sponsored by: DARPA, AFRL
Added:
head/lib/libexecinfo/
head/lib/libexecinfo/Makefile (contents, props changed)
Added: head/lib/libexe
Author: davide
Date: Fri Aug 23 14:33:56 2013
New Revision: 254710
URL: http://svnweb.freebsd.org/changeset/base/254710
Log:
- Bump date.
- Small mdoc fix.
Submitted by: pluknet
Modified:
head/share/man/man9/timeout.9
Modified: head/share/man/man9/timeout.9
===
Author: davide
Date: Fri Aug 23 14:40:17 2013
New Revision: 254712
URL: http://svnweb.freebsd.org/changeset/base/254712
Log:
Fix the build and fix style.
Pointy-hat to:davide
Modified:
head/sys/sys/callout.h
Modified: head/sys/sys/callout.h
==
Author: avg
Date: Fri Aug 23 14:40:09 2013
New Revision: 254711
URL: http://svnweb.freebsd.org/changeset/base/254711
Log:
zfs: inline and remove zfs_vnode_lock
It didn't serve any useful purpose, but obscured file and line information
useful for debugging.
MFC after:5 days
X-MF
Author: avg
Date: Fri Aug 23 14:41:27 2013
New Revision: 254713
URL: http://svnweb.freebsd.org/changeset/base/254713
Log:
fbt: drop a local write-only variable
Discovered with: gcc46
MFC after:4 days
Modified:
head/sys/cddl/dev/fbt/fbt.c
Modified: head/sys/cddl/dev/fbt/fbt.c
Author: avg
Date: Fri Aug 23 14:43:32 2013
New Revision: 254714
URL: http://svnweb.freebsd.org/changeset/base/254714
Log:
zfs: do not reject any operations on a pool just because it's a boot pool
Unlike the upstream FreeBSD supports booting to all kinds of pools.
Requested by: many
T
Author: kib
Date: Fri Aug 23 14:50:03 2013
New Revision: 254715
URL: http://svnweb.freebsd.org/changeset/base/254715
Log:
Since the 253927, which removed the soft busy call for the sf page, it
does not make sense to wait for the soft busy state of the page to
drain. The vm object lock is dr
On Fri, 2013-08-23 at 14:12 +, Davide Italiano wrote:
> +#definecallout_init_rm(c, rm, flags)
A missing '\' at the end of this line is causing compilation failure.
-- Ian
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/ma
On Friday, August 23, 2013 10:12:39 am Davide Italiano wrote:
> Author: davide
> Date: Fri Aug 23 14:12:39 2013
> New Revision: 254703
> URL: http://svnweb.freebsd.org/changeset/base/254703
>
> Log:
> Introduce callout_init_rm() so that callouts can be used in conjunction
> with rmlocks. This
Author: ian
Date: Fri Aug 23 15:07:54 2013
New Revision: 254716
URL: http://svnweb.freebsd.org/changeset/base/254716
Log:
Don't give up so easily on failure of CMD55 to put the card into app-cmd
mode. We don't know why it failed, so we can't know that a retry will
also fail (the low-level d
On Fri, Aug 23, 2013 at 4:51 PM, John Baldwin wrote:
> On Friday, August 23, 2013 10:12:39 am Davide Italiano wrote:
>> Author: davide
>> Date: Fri Aug 23 14:12:39 2013
>> New Revision: 254703
>> URL: http://svnweb.freebsd.org/changeset/base/254703
>>
>> Log:
>> Introduce callout_init_rm() so th
Author: jkim
Date: Fri Aug 23 16:54:38 2013
New Revision: 254717
URL: http://svnweb.freebsd.org/changeset/base/254717
Log:
Fix a whitespace.
Modified:
head/sys/kern/vfs_cluster.c
Modified: head/sys/kern/vfs_cluster.c
===
Author: avg
Date: Fri Aug 23 17:03:43 2013
New Revision: 254718
URL: http://svnweb.freebsd.org/changeset/base/254718
Log:
MFC r212966: Modify devfs_fqpn() for future use in devfs path reference
counting code
This should fix build failure introduced in r254708.
Pointyhat to: avg
MFC
Author: alc
Date: Fri Aug 23 17:27:12 2013
New Revision: 254719
URL: http://svnweb.freebsd.org/changeset/base/254719
Log:
Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() can
reclaim the last preexisting cached page in the object, resulting in a call
to vdrop(). Detect
Author: emaste
Date: Fri Aug 23 17:38:32 2013
New Revision: 254720
URL: http://svnweb.freebsd.org/changeset/base/254720
Log:
Prepare to import lldb
(about 13MB)
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
Author: emaste
Date: Fri Aug 23 17:47:21 2013
New Revision: 254722
URL: http://svnweb.freebsd.org/changeset/base/254722
Log:
Back to normal limit
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
Author: emaste
Date: Fri Aug 23 17:52:01 2013
New Revision: 254723
URL: http://svnweb.freebsd.org/changeset/base/254723
Log:
Tag (stripped) lldb r188801
Added:
vendor/lldb/lldb-r188801/
- copied from r254722, vendor/lldb/dist/
___
svn-src-all@f
Author: jkim
Date: Fri Aug 23 18:01:58 2013
New Revision: 254724
URL: http://svnweb.freebsd.org/changeset/base/254724
Log:
Import ACPICA 20130823.
Added:
vendor-sys/acpica/dist/source/os_specific/service_layers/osunixmap.c
(contents, props changed)
Modified:
vendor-sys/acpica/dist
Author: dim
Date: Fri Aug 23 18:02:37 2013
New Revision: 254725
URL: http://svnweb.freebsd.org/changeset/base/254725
Log:
MFC r254581:
Pull in r188716 from upstream clang trunk:
PR16727: don't try to evaluate a potentially value-dependent
expression when checking for missing pare
Author: jkim
Date: Fri Aug 23 18:02:39 2013
New Revision: 254726
URL: http://svnweb.freebsd.org/changeset/base/254726
Log:
Tag ACPICA 20130823.
Added:
vendor-sys/acpica/20130823/
- copied from r254724, vendor-sys/acpica/dist/
___
svn-src-all
Author: dim
Date: Fri Aug 23 18:04:13 2013
New Revision: 254728
URL: http://svnweb.freebsd.org/changeset/base/254728
Log:
MFC r254582:
Pull in r182983 from upstream clang trunk:
Fix handling of braced-init-list as reference initializer within
aggregate initialization. Previously
Author: np
Date: Fri Aug 23 18:03:18 2013
New Revision: 254727
URL: http://svnweb.freebsd.org/changeset/base/254727
Log:
There is no need to hold the freelist lock around alloc/free of
software descriptors. This also silences WITNESS warnings when
the software descriptors are allocated with
Author: emaste
Date: Fri Aug 23 18:06:42 2013
New Revision: 254729
URL: http://svnweb.freebsd.org/changeset/base/254729
Log:
Merge lldb r188801 to contrib/llvm/tools/lldb/
Added:
head/contrib/llvm/tools/lldb/
- copied from r254727, vendor/lldb/dist/
__
Author: np
Date: Fri Aug 23 18:45:39 2013
New Revision: 254731
URL: http://svnweb.freebsd.org/changeset/base/254731
Log:
Whitespace cleanup.
Modified:
head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c
Modified: head/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c
=
Author: jkim
Date: Fri Aug 23 18:52:36 2013
New Revision: 254733
URL: http://svnweb.freebsd.org/changeset/base/254733
Log:
Set the hint for physical address of RSDP in hexadecimal as before r223262.
Modified:
head/sys/boot/i386/libi386/biosacpi.c
Modified: head/sys/boot/i386/libi386/biosacpi
Author: np
Date: Fri Aug 23 18:54:27 2013
New Revision: 254734
URL: http://svnweb.freebsd.org/changeset/base/254734
Log:
Fix implementation of sock_getname.
MFC after:1 week
Modified:
head/sys/ofed/include/linux/net.h
Modified: head/sys/ofed/include/linux/net.h
=
On Friday, August 23, 2013 11:29:45 am Davide Italiano wrote:
> On Fri, Aug 23, 2013 at 4:51 PM, John Baldwin wrote:
> > On Friday, August 23, 2013 10:12:39 am Davide Italiano wrote:
> >> Author: davide
> >> Date: Fri Aug 23 14:12:39 2013
> >> New Revision: 254703
> >> URL: http://svnweb.freebsd.o
Author: np
Date: Fri Aug 23 19:12:29 2013
New Revision: 254735
URL: http://svnweb.freebsd.org/changeset/base/254735
Log:
Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma from
the build while here. sys/ofed has more recent RDMA code and should be
used instead. We should pr
On Aug 22, 2013, at 7:58 AM, Dmitry Morozovsky wrote:
> On Thu, 22 Aug 2013, Kenneth D. Merry wrote:
>
Fix mps(4) driver breakage that came in in change 253550 that
manifested itself in out of chain frame conditions.
When the driver ran out of chain frames, the request i
Author: andreast
Date: Fri Aug 23 20:39:41 2013
New Revision: 254737
URL: http://svnweb.freebsd.org/changeset/base/254737
Log:
Return EIO iso -1, the kiic_transfer has an signed return.
Submitted by: Luiz Otavio O Souza
Modified:
head/sys/powerpc/powermac/kiic.c
Modified: head/sys/powe
Author: bryanv
Date: Fri Aug 23 20:47:16 2013
New Revision: 254738
URL: http://svnweb.freebsd.org/changeset/base/254738
Log:
Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSD
Added:
head/share/man/man4/vmx.4 (contents, props changed)
head/sys/dev/vmware/
head/sys/dev/vmwa
Author: bryanv
Date: Fri Aug 23 20:56:17 2013
New Revision: 254739
URL: http://svnweb.freebsd.org/changeset/base/254739
Log:
Remove duplicate copy of the man page
Pointed out by: jmallett
Modified:
head/share/man/man4/vmx.4
Modified: head/share/man/man4/vmx.4
=
Author: delphij
Date: Fri Aug 23 22:52:20 2013
New Revision: 254741
URL: http://svnweb.freebsd.org/changeset/base/254741
Log:
Allow tmpfs be mounted inside jail.
Modified:
head/sys/fs/tmpfs/tmpfs_vfsops.c
head/sys/kern/kern_jail.c
head/sys/sys/jail.h
head/usr.sbin/jail/jail.8
Modified:
Author: markj
Date: Fri Aug 23 22:55:52 2013
New Revision: 254742
URL: http://svnweb.freebsd.org/changeset/base/254742
Log:
Hold mfi_io_lock across calls to xpt_rescan() and xpt_alloc_ccb_nowait().
xpt_rescan() expects the SIM lock to be held, and we trip a mtx_assert if
the driver initiates
Author: asomers
Date: Fri Aug 23 23:12:16 2013
New Revision: 254743
URL: http://svnweb.freebsd.org/changeset/base/254743
Log:
Correctly remove an interface's ipv4 address when the user calls
"/etc/rc.d/netif stop XXX". The old globbing pattern failed to account for
the
possibility of a tab
Author: delphij
Date: Fri Aug 23 23:21:24 2013
New Revision: 254744
URL: http://svnweb.freebsd.org/changeset/base/254744
Log:
MFV r254422:
Illumos DTrace issues:
3089 want ::typedef
3094 libctf should support removing a dynamic type
3095 libctf does not validate arrays correctly
Author: jkim
Date: Fri Aug 23 23:25:58 2013
New Revision: 254745
URL: http://svnweb.freebsd.org/changeset/base/254745
Log:
Merge ACPICA 20130823.
Modified:
head/sys/contrib/dev/acpica/acpica_prep.sh
head/sys/contrib/dev/acpica/changes.txt (contents, props changed)
head/sys/contrib/dev
Author: delphij
Date: Fri Aug 23 23:34:54 2013
New Revision: 254746
URL: http://svnweb.freebsd.org/changeset/base/254746
Log:
Update vendor/illumos/dist to 14148:fe28bd725808:
Illumos DTrace issues:
4005 libctf can't deal with extended sections
Modified:
vendor/illumos/dist/lib/libct
Author: delphij
Date: Fri Aug 23 23:36:27 2013
New Revision: 254747
URL: http://svnweb.freebsd.org/changeset/base/254747
Log:
Update vendor-sys/illumos/dist to 14151:189ec27885ae:
Illumos DTrace issues:
4047 panic from dbuf_free_range() from dmu_free_object() while doing zfs
receive
M
Author: delphij
Date: Fri Aug 23 23:37:55 2013
New Revision: 254748
URL: http://svnweb.freebsd.org/changeset/base/254748
Log:
Update vendor/illumos/dist to 14152:46f5fb0b0d36:
Illumos DTrace issues:
4061 libzfs: memory leak in iter_dependents_cb()
Modified:
vendor/illumos/dist/lib/li
Author: delphij
Date: Fri Aug 23 23:40:25 2013
New Revision: 254749
URL: http://svnweb.freebsd.org/changeset/base/254749
Log:
Update vendor-sys/illumos/dist to 14157:85f7bb2246ca:
Illumos ZFS issues:
4046 dsl_dataset_t ds_dir->dd_lock is highly contended
Modified:
vendor-sys/illumos/
Author: delphij
Date: Fri Aug 23 23:46:27 2013
New Revision: 254750
URL: http://svnweb.freebsd.org/changeset/base/254750
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to 14159:dc75c925d8aa:
Illumos ZFS issues:
2932 support crash dumps to raidz, etc. pools
Modified:
ve
Author: delphij
Date: Fri Aug 23 23:47:59 2013
New Revision: 254751
URL: http://svnweb.freebsd.org/changeset/base/254751
Log:
Update vendor/illumos/dist to 14160:734110b9882f:
Illumos ZFS issues:
1765 assert triggered in libzfs_import.c trying to import pool
name beginning with
Author: delphij
Date: Fri Aug 23 23:58:56 2013
New Revision: 254752
URL: http://svnweb.freebsd.org/changeset/base/254752
Log:
MFV r254746:
To quote original Illumos ticket:
libctf thinks that any ELF file containing more than 65536 sections is
corrupt, because it doesn't understand t
Author: delphij
Date: Sat Aug 24 00:19:26 2013
New Revision: 254753
URL: http://svnweb.freebsd.org/changeset/base/254753
Log:
MFV r254747:
Fix a panic from dbuf_free_range() from dmu_free_object() while
doing zfs receive. This is a regression from FreeBSD r253821.
Illumos ZFS issues
Author: gjb
Date: Sat Aug 24 00:26:15 2013
New Revision: 254754
URL: http://svnweb.freebsd.org/changeset/base/254754
Log:
Revert r250907 from releng/9.2:
Reports of NFS deadlocks on -stable@ suggest that reverting
this change resolves the problem.
This is a direct reverse-merge to
Author: delphij
Date: Sat Aug 24 00:29:34 2013
New Revision: 254755
URL: http://svnweb.freebsd.org/changeset/base/254755
Log:
MFV r254748:
Fix memory leak in libzfs's iter_dependents_cb().
Illumos ZFS issues:
4061 libzfs: memory leak in iter_dependents_cb()
Modified:
head/cddl/c
Author: alfred
Date: Sat Aug 24 00:30:32 2013
New Revision: 254756
URL: http://svnweb.freebsd.org/changeset/base/254756
Log:
Grow some spares in struct vfsops.
This should hopefully prevent ABI breakage
on adding new vfsops in 10.x.
Modified:
head/sys/sys/mount.h
Modified: head/sys/sy
Author: delphij
Date: Sat Aug 24 00:42:37 2013
New Revision: 254757
URL: http://svnweb.freebsd.org/changeset/base/254757
Log:
MFV r254749:
Don't hold dd_lock for long by breaking it when not doing dsl_dir
accounting. It is not necessary to hold the lock while manipulating
the parent's
Author: delphij
Date: Sat Aug 24 00:54:47 2013
New Revision: 254758
URL: http://svnweb.freebsd.org/changeset/base/254758
Log:
MFV r254751:
Don't treat the parameter as a number (pool GUID) when there is
error converting it from string, instead, treat it as the pool
name.
Illumos ZF
Author: trasz
Date: Sat Aug 24 01:50:31 2013
New Revision: 254759
URL: http://svnweb.freebsd.org/changeset/base/254759
Log:
CTL changes required for iSCSI target, most notably LUN remapping
and a mechanism to allow CTL frontends for retrieving LUN options.
Reviewed by: ken (earlier versi
Author: ken
Date: Sat Aug 24 04:52:22 2013
New Revision: 254760
URL: http://svnweb.freebsd.org/changeset/base/254760
Log:
Add support to physio(9) for devices that don't want I/O split and
configure sa(4) to request no I/O splitting by default.
For tape devices, the user needs to be able
76 matches
Mail list logo