svn commit: r254090 - stable/9/sys/vm

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Thu Aug 8 06:15:58 2013 New Revision: 254090 URL: http://svnweb.freebsd.org/changeset/base/254090 Log: MFC r253191: The vm_fault() should not be allowed to proceed on the map entry which is being wired now. The entry wired count is changed to non-zero in advance, before

svn commit: r254089 - stable/9/sys/vm

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Thu Aug 8 06:12:29 2013 New Revision: 254089 URL: http://svnweb.freebsd.org/changeset/base/254089 Log: MFC r253190: Add the thread owner of the MAP_ENTRY_IN_TRANSITION flag to struct vm_map_entry. In vm_map_wire() and vm_map_unwire(), only process the entries which tran

svn commit: r254088 - stable/9/sys/vm

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Thu Aug 8 06:07:28 2013 New Revision: 254088 URL: http://svnweb.freebsd.org/changeset/base/254088 Log: MFC r253189: Never remove user-wired pages from an object when doing msync(MS_INVALIDATE). The vm_fault_copy_entry() requires that object range which corresponds to th

svn commit: r254087 - stable/9/sys/vm

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Thu Aug 8 06:03:34 2013 New Revision: 254087 URL: http://svnweb.freebsd.org/changeset/base/254087 Log: MFC r253188: In the vm_page_set_invalid() function, do not assert that the page is not busy, since its only caller brelse() can legitimately call it on busy page. Modi

svn commit: r254086 - stable/9/sys/kern

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Thu Aug 8 06:00:42 2013 New Revision: 254086 URL: http://svnweb.freebsd.org/changeset/base/254086 Log: MFC r253187: Do not invalidate page of the B_NOCACHE buffer or buffer after an I/O error if any user wired mappings exist. Modified: stable/9/sys/kern/vfs_bio.c Direct

svn commit: r254085 - head/sys/dev/iwn

2013-08-07 Thread Adrian Chadd
Author: adrian Date: Thu Aug 8 05:52:41 2013 New Revision: 254085 URL: http://svnweb.freebsd.org/changeset/base/254085 Log: Cap the number of streams supported to two for now. I haven't yet reviewed the Intel driver(s) in more depth to see if there are 1x1 NICs that report they support 2

svn commit: r254084 - stable/8/sys/kern

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Thu Aug 8 05:41:55 2013 New Revision: 254084 URL: http://svnweb.freebsd.org/changeset/base/254084 Log: MFC r253859: Remove unused malloc type. Modified: stable/8/sys/kern/kern_malloc.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/kern/ (props c

svn commit: r254083 - stable/9/sys/kern

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Thu Aug 8 05:35:58 2013 New Revision: 254083 URL: http://svnweb.freebsd.org/changeset/base/254083 Log: MFC r253859: Remove unused malloc type. Modified: stable/9/sys/kern/kern_malloc.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/ke

svn commit: r254082 - head/sys/net80211

2013-08-07 Thread Adrian Chadd
Author: adrian Date: Thu Aug 8 05:09:35 2013 New Revision: 254082 URL: http://svnweb.freebsd.org/changeset/base/254082 Log: Convert net80211 over to using if_transmit for the dispatch from the upper layer(s). This eliminates the if_snd queue from net80211. Yay! This unfortunately ha

svn commit: r254081 - head/sys/amd64/amd64

2013-08-07 Thread Neel Natu
Author: neel Date: Thu Aug 8 03:17:39 2013 New Revision: 254081 URL: http://svnweb.freebsd.org/changeset/base/254081 Log: Use local variables with the appropriate types and eliminate a bunch of casts. This is a cosmetic change but it does help with a proposed change to increase the maxim

svn commit: r254080 - head/lib/libc/iconv

2013-08-07 Thread Peter Wemm
Author: peter Date: Thu Aug 8 01:53:27 2013 New Revision: 254080 URL: http://svnweb.freebsd.org/changeset/base/254080 Log: Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has a bypass mode when src == dst. Unfortunately, there are tools in ports that pass byte streams throu

Re: svn commit: r254025 - in head/sys: amd64/amd64 arm/arm arm/at91 arm/mv/armadaxp arm/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 cddl/compat/opensolaris/kern cddl/compat/opensolar

2013-08-07 Thread Alexey Dokuchaev
On Wed, Aug 07, 2013 at 07:06:24PM +0300, Andriy Gapon wrote: > on 07/08/2013 18:27 Nikolai Lifanov said the following: > > Does this need a param.h bump? > > At least x11/nvidia-driver is sensitive to this. > > Sorry, but did you have to quote more than 1000 lines to ask this? +1 for overquoting

svn commit: r254079 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor-sys/illumos/dist/uts/common/sys/fs vendor/illumos/dist/cmd/ztest

2013-08-07 Thread Xin LI
Author: delphij Date: Thu Aug 8 00:06:25 2013 New Revision: 254079 URL: http://svnweb.freebsd.org/changeset/base/254079 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14122:1e57939bc87d: Illumos ZFS issues: 3956 ::vdev -r should work with pipelines 39

svn commit: r254079 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor-sys/illumos/dist/uts/common/sys/fs vendor/illumos/dist/cmd/ztest

2013-08-07 Thread Xin LI
Author: delphij Date: Thu Aug 8 00:06:25 2013 New Revision: 254079 URL: http://svnweb.freebsd.org/changeset/base/254079 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14122:1e57939bc87d: Illumos ZFS issues: 3956 ::vdev -r should work with pipelines 39

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

2013-08-07 Thread Xin LI
Author: delphij Date: Wed Aug 7 22:21:00 2013 New Revision: 254077 URL: http://svnweb.freebsd.org/changeset/base/254077 Log: MFV r254071: Fix a regression introduced by fix for Illumos bug #3834. Quote from Matthew Ahrens on the Illumos issue: ztest fails this assertion because zte

svn commit: r254076 - head/sys/net80211

2013-08-07 Thread Adrian Chadd
Author: adrian Date: Wed Aug 7 22:01:43 2013 New Revision: 254076 URL: http://svnweb.freebsd.org/changeset/base/254076 Log: Allow net80211 to compile on stable/9 and stable/8. Modified: head/sys/net80211/ieee80211.c head/sys/net80211/ieee80211_output.c head/sys/net80211/ieee80211_proto.h

svn commit: r254075 - stable/9/release/ia64

2013-08-07 Thread Marcel Moolenaar
Author: marcel Date: Wed Aug 7 21:51:19 2013 New Revision: 254075 URL: http://svnweb.freebsd.org/changeset/base/254075 Log: MFC r245347: Add color.4th. MFC r253919: Fix the bootable CD. Modified: stable/9/release/ia64/mkisoimages.sh Directory Properties: stable/9/release/ia64/ (props c

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

2013-08-07 Thread Xin LI
Author: delphij Date: Wed Aug 7 21:16:14 2013 New Revision: 254074 URL: http://svnweb.freebsd.org/changeset/base/254074 Log: MFV r254070: Merge vendor bugfix for ZFS test suite that triggers false positives. Illumos ZFS issues: 3949 ztest fault injection should avoid resilvering d

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-08-07 Thread Jilles Tjoelker
On Tue, Jul 30, 2013 at 04:16:58PM +0200, Dimitry Andric wrote: > Upstream gcc checks this with: > #if defined(__i386__) && defined(__PIC__) > ... > #elif defined(__x86_64__) && (defined(__code_model_medium__) || > defined(__code_model_large__)) && defined(__PIC__) > ... > and it exchanges ebx o

svn commit: r254073 - head/tools/tools/sysdoc

2013-08-07 Thread David E. O'Brien
Author: obrien Date: Wed Aug 7 20:35:26 2013 New Revision: 254073 URL: http://svnweb.freebsd.org/changeset/base/254073 Log: Improve the sysctl symbol extraction from the kernel so that it find more (all?) sysctl's. Previously some where missed, depending on how they were defined. Modified

Re: svn commit: r253841 - head/sys/netinet6

2013-08-07 Thread Bruce Simpson
On 07/08/13 13:05, Gleb Smirnoff wrote: Yes, lack of good management mechanism creates a temptation to create a foo(4) interface for any new FOO protocol, with its own if_ioctl method that will provide a clean entry into its management. I suspect that was one of the reasons to implement carp(4) a

svn commit: r254072 - in head/sys: kern sys

2013-08-07 Thread John Baldwin
Author: jhb Date: Wed Aug 7 19:56:35 2013 New Revision: 254072 URL: http://svnweb.freebsd.org/changeset/base/254072 Log: Don't emit a spurious EVFILT_PROC event with no fflags set on process exit if NOTE_EXIT is not being monitored. The rationale is that a listener should only get an event

svn commit: r254071 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/cmd/ztest

2013-08-07 Thread Xin LI
Author: delphij Date: Wed Aug 7 19:53:41 2013 New Revision: 254071 URL: http://svnweb.freebsd.org/changeset/base/254071 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14121:6f5ac5d649af: Illumos ZFS issues: 3955 ztest failure: assertion refcount_count(&tx

svn commit: r254071 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/cmd/ztest

2013-08-07 Thread Xin LI
Author: delphij Date: Wed Aug 7 19:53:41 2013 New Revision: 254071 URL: http://svnweb.freebsd.org/changeset/base/254071 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14121:6f5ac5d649af: Illumos ZFS issues: 3955 ztest failure: assertion refcount_count(&tx

svn commit: r254070 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/cmd/ztest

2013-08-07 Thread Xin LI
Author: delphij Date: Wed Aug 7 19:51:54 2013 New Revision: 254070 URL: http://svnweb.freebsd.org/changeset/base/254070 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14120:e9e346400fef: Illumos ZFS issues: 3949 ztest fault injection should avoid resilver

svn commit: r254070 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/cmd/ztest

2013-08-07 Thread Xin LI
Author: delphij Date: Wed Aug 7 19:51:54 2013 New Revision: 254070 URL: http://svnweb.freebsd.org/changeset/base/254070 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 14120:e9e346400fef: Illumos ZFS issues: 3949 ztest fault injection should avoid resilver

svn commit: r254069 - in stable/9/lib/libz: . contrib test

2013-08-07 Thread Xin LI
Author: delphij Date: Wed Aug 7 19:42:17 2013 New Revision: 254069 URL: http://svnweb.freebsd.org/changeset/base/254069 Log: MFC r250261: Update zlib to 1.2.8. Modified: stable/9/lib/libz/ChangeLog stable/9/lib/libz/README stable/9/lib/libz/Symbol.map stable/9/lib/libz/Versions.def s

Re: svn commit: r254025 - in head/sys: amd64/amd64 arm/arm arm/at91 arm/mv/armadaxp arm/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 cddl/compat/opensolaris/kern cddl/compat/opensolar

2013-08-07 Thread Jeff Roberson
On Wed, 7 Aug 2013, Zbyszek Bodek wrote: On 07.08.2013 08:21, Jeff Roberson wrote: Author: jeff Date: Wed Aug 7 06:21:20 2013 New Revision: 254025 URL: http://svnweb.freebsd.org/changeset/base/254025 Log: Replace kernel virtual address space allocation with vmem. This provides transparen

svn commit: r254066 - stable/9/sys/amd64/include

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Wed Aug 7 17:07:42 2013 New Revision: 254066 URL: http://svnweb.freebsd.org/changeset/base/254066 Log: MFC r245055 (by neel): Add macros required to enable VMX operation on Intel processors. Modified: stable/9/sys/amd64/include/specialreg.h Directory Properties: stable/

svn commit: r254065 - in head/sys: amd64/amd64 ofed/include/linux sparc64/sparc64 vm x86/acpica

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Wed Aug 7 16:36:38 2013 New Revision: 254065 URL: http://svnweb.freebsd.org/changeset/base/254065 Log: Split the pagequeues per NUMA domains, and split pageademon process into threads each processing queue in a single domain. The structure of the pagedaemons and queues is

svn commit: r254064 - in head/sys/amd64: amd64 include

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Wed Aug 7 16:33:15 2013 New Revision: 254064 URL: http://svnweb.freebsd.org/changeset/base/254064 Log: Change the pmap_ts_referenced() method of amd64 pmap to use shared pvh_global_lock. This allows the method to be executed in parallel, avoiding undue contention on the p

Re: svn commit: r254051 - in head/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

2013-08-07 Thread John Baldwin
On Wednesday, August 07, 2013 4:03:51 am Andriy Gapon wrote: > Author: avg > Date: Wed Aug 7 08:03:50 2013 > New Revision: 254051 > URL: http://svnweb.freebsd.org/changeset/base/254051 > > Log: > enable KDB_TRACE in GENERICs > > KDB_TRACE is not an alternative to DDB/etc, they are compleme

Re: svn commit: r254025 - in head/sys: amd64/amd64 arm/arm arm/at91 arm/mv/armadaxp arm/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 cddl/compat/opensolaris/kern cddl/compat/opensolar

2013-08-07 Thread Andriy Gapon
on 07/08/2013 18:27 Nikolai Lifanov said the following: > Does this need a param.h bump? > At least x11/nvidia-driver is sensitive to this. Sorry, but did you have to quote more than 1000 lines to ask this? -- Andriy Gapon ___ svn-src-all@freebsd.org m

svn commit: r254063 - in stable/9/usr.sbin: bsdconfig/include bsdconfig/share/media bsdinstall/scripts

2013-08-07 Thread Devin Teske
Author: dteske Date: Wed Aug 7 16:01:45 2013 New Revision: 254063 URL: http://svnweb.freebsd.org/changeset/base/254063 Log: Sync-up bsdinstall(8)/bsdconfig(8) list of mirrors. SVN r253543: Update mirror list to more closely match http://www.freebsd.org/doc/en_US.ISO8859-1/books/handboo

svn commit: r254062 - head/contrib/wpa/src/drivers

2013-08-07 Thread Rui Paulo
Author: rpaulo Date: Wed Aug 7 15:55:12 2013 New Revision: 254062 URL: http://svnweb.freebsd.org/changeset/base/254062 Log: Fix previous commit: both flags must be set. Modified: head/contrib/wpa/src/drivers/driver_wired.c Modified: head/contrib/wpa/src/drivers/driver_wired.c ==

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

2013-08-07 Thread Olivier Houchard
Author: cognet Date: Wed Aug 7 15:44:58 2013 New Revision: 254061 URL: http://svnweb.freebsd.org/changeset/base/254061 Log: Don't bother trying to work around buffers which are not aligned on a cache line boundary. It has never been 100% correct, and it can't work on SMP, because nothing pr

Re: svn commit: r254025 - in head/sys: amd64/amd64 arm/arm arm/at91 arm/mv/armadaxp arm/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 cddl/compat/opensolaris/kern cddl/compat/opensolar

2013-08-07 Thread Nikolai Lifanov
On 08/07/13 02:21, Jeff Roberson wrote: Author: jeff Date: Wed Aug 7 06:21:20 2013 New Revision: 254025 URL: http://svnweb.freebsd.org/changeset/base/254025 Log: Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation. -

Re: svn commit: r253841 - head/sys/netinet6

2013-08-07 Thread Gleb Smirnoff
On Wed, Aug 07, 2013 at 11:31:51AM +0100, Bruce Simpson wrote: B> On 01/08/13 17:55, Rui Paulo wrote: B> > On 1 Aug 2013, at 09:27, Alexander V. Chernikov wrote: B> >> Because thay aren't really interfaces. All they need is BPF. B> >> There is a cleaner approach described here: http://lists.free

svn commit: r254058 - head/sys/cam

2013-08-07 Thread Alexander Motin
Author: mav Date: Wed Aug 7 11:34:20 2013 New Revision: 254058 URL: http://svnweb.freebsd.org/changeset/base/254058 Log: Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU. That is not so slow and so often operation to handle unneeded otherwise xsoftc.xpt_generation

svn commit: r254057 - head/contrib/libcxxrt

2013-08-07 Thread David Chisnall
Author: theraven Date: Wed Aug 7 11:30:04 2013 New Revision: 254057 URL: http://svnweb.freebsd.org/changeset/base/254057 Log: Remove __attribute__((__aligned__)) that generates incorrect alignment on compilers that know about SSE. Code left over from old header that thought that 64 bits was

Re: svn commit: r253590 - in head/sys: kern net sys

2013-08-07 Thread Bruce Simpson
On 24/07/13 05:24, Marcel Moolenaar wrote: Log: Decouple the UUID generator from network interfaces by having MAC addresses added to the UUID generator using uuid_ether_add(). The UUID generator keeps an arbitrary number of MAC addresses, under the assumption that they are rarely remo

svn commit: r254056 - in head/sys: arm/allwinner arm/allwinner/a20 arm/conf boot/fdt/dts

2013-08-07 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Wed Aug 7 11:07:56 2013 New Revision: 254056 URL: http://svnweb.freebsd.org/changeset/base/254056 Log: Bring initial support for Allwinner A20 SoC (Cubieboard2). Add support for A20 timer. Correct interrupt offset depending from chip.

Re: svn commit: r254025 - in head/sys: amd64/amd64 arm/arm arm/at91 arm/mv/armadaxp arm/s3c2xx0 arm/xscale/i80321 arm/xscale/i8134x arm/xscale/ixp425 cddl/compat/opensolaris/kern cddl/compat/opensolar

2013-08-07 Thread Zbyszek Bodek
On 07.08.2013 08:21, Jeff Roberson wrote: > Author: jeff > Date: Wed Aug 7 06:21:20 2013 > New Revision: 254025 > URL: http://svnweb.freebsd.org/changeset/base/254025 > > Log: > Replace kernel virtual address space allocation with vmem. This provides > transparent layering and better fragmen

Re: svn commit: r253841 - head/sys/netinet6

2013-08-07 Thread Bruce Simpson
On 01/08/13 17:55, Rui Paulo wrote: On 1 Aug 2013, at 09:27, Alexander V. Chernikov wrote: Because thay aren't really interfaces. All they need is BPF. There is a cleaner approach described here: http://lists.freebsd.org/pipermail/freebsd-net/2012-December/034031.html I don't agree with this

svn commit: r254055 - svnadmin/conf

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Wed Aug 7 10:15:54 2013 New Revision: 254055 URL: http://svnweb.freebsd.org/changeset/base/254055 Log: Free Glen Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors == --- svnadmin/conf

svn commit: r254054 - releng/9.2/sys/kern

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Wed Aug 7 10:07:55 2013 New Revision: 254054 URL: http://svnweb.freebsd.org/changeset/base/254054 Log: Revert the MFC of the r244237, done as r244806. There are indeed bugs in XEN pmap. The revert hides a panic with the cost of non-working vfork(2), which means more obsc

svn commit: r254053 - stable/9/sys/kern

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Wed Aug 7 09:18:21 2013 New Revision: 254053 URL: http://svnweb.freebsd.org/changeset/base/254053 Log: Revert the MFC of the r244237, done as r244806. There are indeed bugs in XEN pmap. The revert hides a panic with the cost of non-working vfork(2), which means more obsc

svn commit: r254052 - head/sys/cam/scsi

2013-08-07 Thread Alexander Motin
Author: mav Date: Wed Aug 7 08:20:11 2013 New Revision: 254052 URL: http://svnweb.freebsd.org/changeset/base/254052 Log: Improve r253721 by reporting detected lack of BIO_FLUSH support to GEOM. That prevents more of such requests from coming and errors from logging. Modified: head/sys/cam/

svn commit: r254051 - in head/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 08:03:50 2013 New Revision: 254051 URL: http://svnweb.freebsd.org/changeset/base/254051 Log: enable KDB_TRACE in GENERICs KDB_TRACE is not an alternative to DDB/etc, they are complementary. So I do not see any reason to not enable KDB_TRACE by default. X-

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

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:44:03 2013 New Revision: 254049 URL: http://svnweb.freebsd.org/changeset/base/254049 Log: MFC r253073: zfs: try to properly handle i/o errors in mappedread_sf Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Properties:

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

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:44:13 2013 New Revision: 254050 URL: http://svnweb.freebsd.org/changeset/base/254050 Log: MFC r253073: zfs: try to properly handle i/o errors in mappedread_sf Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Properties:

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

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:41:48 2013 New Revision: 254047 URL: http://svnweb.freebsd.org/changeset/base/254047 Log: MFC r253070: zfs: load zpool.cache after a root fs is mounted Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c Directory Properties: stable/9

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

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:42:09 2013 New Revision: 254048 URL: http://svnweb.freebsd.org/changeset/base/254048 Log: MFC r253070: zfs: load zpool.cache after a root fs is mounted Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c Directory Properties: stable/8

svn commit: r254045 - stable/9/sys/conf

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:39:44 2013 New Revision: 254045 URL: http://svnweb.freebsd.org/changeset/base/254045 Log: MFC r253602: newvers.sh: add another git-svn fallback Modified: stable/9/sys/conf/newvers.sh Directory Properties: stable/9/sys/ (props changed) stable/9/sys/conf/

svn commit: r254046 - stable/8/sys/conf

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:39:52 2013 New Revision: 254046 URL: http://svnweb.freebsd.org/changeset/base/254046 Log: MFC r253602: newvers.sh: add another git-svn fallback Modified: stable/8/sys/conf/newvers.sh Directory Properties: stable/8/sys/ (props changed) stable/8/sys/conf/

svn commit: r254043 - stable/9/sys/conf

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:38:11 2013 New Revision: 254043 URL: http://svnweb.freebsd.org/changeset/base/254043 Log: MFC r253601: newvers.sh: fix the fallback case of git-svn detection Modified: stable/9/sys/conf/newvers.sh Directory Properties: stable/9/sys/ (props changed) stable

svn commit: r254044 - stable/8/sys/conf

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:38:18 2013 New Revision: 254044 URL: http://svnweb.freebsd.org/changeset/base/254044 Log: MFC r253601: newvers.sh: fix the fallback case of git-svn detection Modified: stable/8/sys/conf/newvers.sh Directory Properties: stable/8/sys/ (props changed) stable

svn commit: r254042 - stable/8/sys/conf

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:36:37 2013 New Revision: 254042 URL: http://svnweb.freebsd.org/changeset/base/254042 Log: MFC r253072: amd64: use -mno-omit-leaf-frame-pointer in addition to -fno-omit-frame-pointer Modified: stable/8/sys/conf/Makefile.amd64 stable/8/sys/conf/kmod.mk Direct

svn commit: r254041 - stable/9/sys/conf

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:36:28 2013 New Revision: 254041 URL: http://svnweb.freebsd.org/changeset/base/254041 Log: MFC r253072: amd64: use -mno-omit-leaf-frame-pointer in addition to -fno-omit-frame-pointer Modified: stable/9/sys/conf/Makefile.amd64 stable/9/sys/conf/kmod.mk Direct

svn commit: r254040 - stable/8/tools/tools/zfsboottest

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:34:59 2013 New Revision: 254040 URL: http://svnweb.freebsd.org/changeset/base/254040 Log: MFC r253605: zfsboottest: remove explicit -Werror Modified: stable/8/tools/tools/zfsboottest/Makefile Directory Properties: stable/8/tools/tools/zfsboottest/ (props ch

svn commit: r254039 - stable/9/tools/tools/zfsboottest

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:34:51 2013 New Revision: 254039 URL: http://svnweb.freebsd.org/changeset/base/254039 Log: MFC r253605: zfsboottest: remove explicit -Werror Modified: stable/9/tools/tools/zfsboottest/Makefile Directory Properties: stable/9/tools/tools/zfsboottest/ (props ch

svn commit: r254038 - stable/8/tools/tools/zfsboottest

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:33:19 2013 New Revision: 254038 URL: http://svnweb.freebsd.org/changeset/base/254038 Log: MFC r253068: zfsboottest.sh: remove checks for things that are not strictly required Modified: stable/8/tools/tools/zfsboottest/zfsboottest.sh Directory Properties: st

svn commit: r254037 - stable/9/tools/tools/zfsboottest

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:32:56 2013 New Revision: 254037 URL: http://svnweb.freebsd.org/changeset/base/254037 Log: MFC r253068: zfsboottest.sh: remove checks for things that are not strictly required Modified: stable/9/tools/tools/zfsboottest/zfsboottest.sh Directory Properties: st

svn commit: r254036 - stable/8/tools/tools/zfsboottest

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:31:41 2013 New Revision: 254036 URL: http://svnweb.freebsd.org/changeset/base/254036 Log: MFC r253067: zfsboottest: sync with changes in zfs boot code Modified: stable/8/tools/tools/zfsboottest/zfsboottest.c Directory Properties: stable/8/tools/tools/zfsboott

svn commit: r254035 - stable/9/tools/tools/zfsboottest

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:31:21 2013 New Revision: 254035 URL: http://svnweb.freebsd.org/changeset/base/254035 Log: MFC r253067: zfsboottest: sync with changes in zfs boot code Modified: stable/9/tools/tools/zfsboottest/zfsboottest.c Directory Properties: stable/9/tools/tools/zfsboott

svn commit: r254034 - stable/8/etc/rc.d

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:28:00 2013 New Revision: 254034 URL: http://svnweb.freebsd.org/changeset/base/254034 Log: MFC r253076: rc.d/zfs: pass -v option to zfs mount Modified: stable/8/etc/rc.d/zfs Directory Properties: stable/8/etc/ (props changed) stable/8/etc/rc.d/ (props ch

svn commit: r254033 - stable/9/etc/rc.d

2013-08-07 Thread Andriy Gapon
Author: avg Date: Wed Aug 7 07:27:49 2013 New Revision: 254033 URL: http://svnweb.freebsd.org/changeset/base/254033 Log: MFC r253076: rc.d/zfs: pass -v option to zfs mount Modified: stable/9/etc/rc.d/zfs Directory Properties: stable/9/etc/ (props changed) stable/9/etc/rc.d/ (props ch

svn commit: r254032 - stable/9/sys/amd64/amd64

2013-08-07 Thread Konstantin Belousov
Author: kib Date: Wed Aug 7 07:24:20 2013 New Revision: 254032 URL: http://svnweb.freebsd.org/changeset/base/254032 Log: MFC r253352: MFi386: add ddb "show sysregs" command. Modified: stable/9/sys/amd64/amd64/machdep.c Directory Properties: stable/9/sys/ (props changed) Modified: stab

svn commit: r254031 - head/sys/kern

2013-08-07 Thread Kevin Lo
Author: kevlo Date: Wed Aug 7 07:22:56 2013 New Revision: 254031 URL: http://svnweb.freebsd.org/changeset/base/254031 Log: Remove unsigned comparison < 0 Found by: LLVM Reviewed by: luigi Modified: head/sys/kern/kern_poll.c Modified: head/sys/kern/kern_poll.c ===