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

2014-12-31 Thread Xin Li
Hi, Steven, On 12/30/14 22:01, Steven Hartland wrote: > > On 31/12/2014 02:12, Xin Li wrote: >> On 12/23/14 01:31, Steven Hartland wrote: >>> Author: smh >>> Date: Tue Dec 23 09:31:24 2014 >>> New Revision: 276123 >>> URL: https://svnweb.freebsd.org/changeset/base/276123 >>> >>> Log: >>>Alway

svn commit: r276462 - in head: . sys/sys

2014-12-31 Thread Bjoern A. Zeeb
Author: bz Date: Wed Dec 31 10:00:43 2014 New Revision: 276462 URL: https://svnweb.freebsd.org/changeset/base/276462 Log: Bump copyright year. Happy New Year 2015! Modified: head/COPYRIGHT head/sys/sys/copyright.h Modified: head/COPYRIGHT ==

svn commit: r276469 - head/sys/dev/sdhci

2014-12-31 Thread Marius Strobl
Author: marius Date: Wed Dec 31 16:06:26 2014 New Revision: 276469 URL: https://svnweb.freebsd.org/changeset/base/276469 Log: - Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device ID to change to 0xe822, which may be persistent across reboots and, thus, confuse other OSe

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

2014-12-31 Thread Ian Lepore
Author: ian Date: Wed Dec 31 16:15:43 2014 New Revision: 276470 URL: https://svnweb.freebsd.org/changeset/base/276470 Log: A couple small fixes to make clang 3.5 happy... Move END(sigcode) to the end of the actual instruction sequence for the function but before some misc data in the text se

svn commit: r276472 - head/usr.bin/patch

2014-12-31 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 31 16:30:33 2014 New Revision: 276472 URL: https://svnweb.freebsd.org/changeset/base/276472 Log: Fixes to exit status. Exit with EXIT_FAILURE for invalid arguments. Fixes NetBSD-PR 43517. Print version string to stdout instead of stderr; it is user-request

svn commit: r276474 - head/sys/vm

2014-12-31 Thread Alan Cox
Author: alc Date: Wed Dec 31 17:44:57 2014 New Revision: 276474 URL: https://svnweb.freebsd.org/changeset/base/276474 Log: Eliminate a stale debug message. The per-CPU cache locks were replaced by critical sections in r145686. PR: 193254 Submitted by: luke...@gmail.com MFC

Re: svn commit: r276187 - head/sys/arm/arm

2014-12-31 Thread John Baldwin
On Wednesday, December 24, 2014 9:05:47 pm Rui Paulo wrote: > On Dec 24, 2014, at 17:31, Ian Lepore wrote: > > In every architecture and every place it's used, or just arm just here? > > You're right, it can be found at least in MIPS and amd64. > > > This appears to be an idiom, or at least some

svn commit: r276477 - head/contrib/elftoolchain/readelf

2014-12-31 Thread Ed Maste
Author: emaste Date: Wed Dec 31 19:21:53 2014 New Revision: 276477 URL: https://svnweb.freebsd.org/changeset/base/276477 Log: readelf: Add stdint.h for C99 fixed size types Upstream elftoolchain brings in stdint.h via an ELF header that we do not use in FreeBSD. Sponsored by: The Fre

svn commit: r276480 - in head/sys: amd64/conf conf modules

2014-12-31 Thread Navdeep Parhar
Author: np Date: Wed Dec 31 20:34:12 2014 New Revision: 276480 URL: https://svnweb.freebsd.org/changeset/base/276480 Log: Temporarily unplug cxgbe(4) from !amd64 builds. Modified: head/sys/amd64/conf/NOTES head/sys/conf/NOTES head/sys/modules/Makefile Modified: head/sys/amd64/conf/NOTES

Re: svn commit: r276479 - in head: . contrib/ipfilter contrib/llvm contrib/llvm/include/llvm contrib/llvm/include/llvm-c contrib/llvm/include/llvm-c/Transforms contrib/llvm/include/llvm/ADT contrib/ll

2014-12-31 Thread Justin Hibbits
That's fantastic! Thanks for doing this! -Justin On Dec 31, 2014 1:33 PM, "Dimitry Andric" wrote: > Author: dim > Date: Wed Dec 31 20:31:32 2014 > New Revision: 276479 > URL: https://svnweb.freebsd.org/changeset/base/276479 > > Log: > Upgrade our copy of clang, llvm and lldb to 3.5.0 release.

svn commit: r276481 - head/usr.sbin/gpioctl

2014-12-31 Thread Luiz Otavio O Souza
Author: loos Date: Wed Dec 31 21:58:03 2014 New Revision: 276481 URL: https://svnweb.freebsd.org/changeset/base/276481 Log: Free the buffer returned by gpio_pin_list() after the use. Reported by: Coverity Scan CID: 1257468 Modified: head/usr.sbin/gpioctl/gpioctl.c Modified:

svn commit: r276483 - head/share/man/man7

2014-12-31 Thread Garrett Cooper
Author: ngie Date: Wed Dec 31 22:49:02 2014 New Revision: 276483 URL: https://svnweb.freebsd.org/changeset/base/276483 Log: The variable used with install(1) for stripping should be STRIPBIN, not STRIP_CMD MFC after: 3 days Reported by: lev Modified: head/share/man/man7/build.7 Modi

svn commit: r276484 - in head/sys: netinet netinet6

2014-12-31 Thread Adrian Chadd
Author: adrian Date: Wed Dec 31 22:52:43 2014 New Revision: 276484 URL: https://svnweb.freebsd.org/changeset/base/276484 Log: Migrate the RSS IPv6 hash code to use pointers to the v6 addresses rather than passing them in by value. The eventual aim is to do incremental hash construction ra

svn commit: r276485 - in head/sys: conf dev/cxgbe modules/cxgbe/if_cxgbe

2014-12-31 Thread Navdeep Parhar
Author: np Date: Wed Dec 31 23:19:16 2014 New Revision: 276485 URL: https://svnweb.freebsd.org/changeset/base/276485 Log: cxgbe(4): major tx rework. a) Front load as much work as possible in if_transmit, before any driver lock or software queue has to get involved. b) Replace buf_rin

svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Warner Losh
Author: imp Date: Thu Jan 1 02:00:04 2015 New Revision: 276488 URL: https://svnweb.freebsd.org/changeset/base/276488 Log: Fix module builds on arm (and maybe others) by turning off a whole raft of new warnings that appear to be on by default in clang 3.5.0. Fix RPI-B build issues with new c

svn commit: r276489 - head/sys/dev/virtio/network

2014-12-31 Thread Bryan Venteicher
Author: bryanv Date: Thu Jan 1 02:03:09 2015 New Revision: 276489 URL: https://svnweb.freebsd.org/changeset/base/276489 Log: Use the appropriate IPv4 or IPv6 TSO HW assist flag MFC after:2 weeks Modified: head/sys/dev/virtio/network/if_vtnet.c Modified: head/sys/dev/virtio/network/

svn commit: r276491 - head/sys/dev/virtio/network

2014-12-31 Thread Bryan Venteicher
Author: bryanv Date: Thu Jan 1 02:06:00 2015 New Revision: 276491 URL: https://svnweb.freebsd.org/changeset/base/276491 Log: Add softc flag for when the indirect descriptor feature was negotiated MFC after:2 weeks Modified: head/sys/dev/virtio/network/if_vtnet.c head/sys/dev/virti

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Dimitry Andric
On 01 Jan 2015, at 03:00, Warner Losh wrote: > > Author: imp > Date: Thu Jan 1 02:00:04 2015 > New Revision: 276488 > URL: https://svnweb.freebsd.org/changeset/base/276488 > > Log: > Fix module builds on arm (and maybe others) by turning off a whole > raft of new warnings that appear to be on

svn commit: r276493 - head/share/mk

2014-12-31 Thread Garrett Cooper
Author: ngie Date: Thu Jan 1 04:10:56 2015 New Revision: 276493 URL: https://svnweb.freebsd.org/changeset/base/276493 Log: Unbreak the build for some modules that depend on -std flags to be passed through via CFLAGS, as noted by Jenkins when building sparc64 by re-adding bsd.sys.mk to bsd.k

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Warner Losh
> On Dec 31, 2014, at 8:52 PM, Dimitry Andric wrote: > > On 01 Jan 2015, at 03:00, Warner Losh wrote: >> >> Author: imp >> Date: Thu Jan 1 02:00:04 2015 >> New Revision: 276488 >> URL: https://svnweb.freebsd.org/changeset/base/276488 >> >> Log: >> Fix module builds on arm (and maybe others)

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Garrett Cooper
On Dec 31, 2014, at 20:12, Warner Losh wrote: >> On Dec 31, 2014, at 8:52 PM, Dimitry Andric wrote: >> >> On 01 Jan 2015, at 03:00, Warner Losh wrote: >>> >>> Author: imp >>> Date: Thu Jan 1 02:00:04 2015 >>> New Revision: 276488 >>> URL: https://svnweb.freebsd.org/changeset/base/276488 >>>

svn commit: r276494 - head/share/mk

2014-12-31 Thread Warner Losh
Author: imp Date: Thu Jan 1 04:26:45 2015 New Revision: 276494 URL: https://svnweb.freebsd.org/changeset/base/276494 Log: Eliminate bsd.sys.mk on purpose. Do not put it back. Modified: head/share/mk/bsd.kmod.mk Modified: head/share/mk/bsd.kmod.mk

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Warner Losh
> On Dec 31, 2014, at 9:15 PM, Garrett Cooper wrote: > > On Dec 31, 2014, at 20:12, Warner Losh wrote: > >>> On Dec 31, 2014, at 8:52 PM, Dimitry Andric wrote: >>> >>> On 01 Jan 2015, at 03:00, Warner Losh wrote: Author: imp Date: Thu Jan 1 02:00:04 2015 New Revision:

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Garrett Cooper
On Dec 31, 2014, at 20:25, Warner Losh wrote: >> On Dec 31, 2014, at 9:15 PM, Garrett Cooper wrote: >> >> On Dec 31, 2014, at 20:12, Warner Losh wrote: >> On Dec 31, 2014, at 8:52 PM, Dimitry Andric wrote: On 01 Jan 2015, at 03:00, Warner Losh wrote: > > Author: imp

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Garrett Cooper
On Dec 31, 2014, at 20:44, Garrett Cooper wrote: > On Dec 31, 2014, at 20:25, Warner Losh wrote: … >> This change is wrong. bsd.sys.mk was eliminated on purpose, dammit. > > Sorry. Should have asked first. Now the build is broken on all architectures > :/. What next? Also, that code has bee

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Garrett Cooper
On Dec 31, 2014, at 21:20, Garrett Cooper wrote: > On Dec 31, 2014, at 21:12, Garrett Cooper wrote: > >> On Dec 31, 2014, at 20:44, Garrett Cooper wrote: >> >>> On Dec 31, 2014, at 20:25, Warner Losh wrote: >> >> … >> This change is wrong. bsd.sys.mk was eliminated on purpose, dammit.

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Garrett Cooper
On Dec 31, 2014, at 21:12, Garrett Cooper wrote: > On Dec 31, 2014, at 20:44, Garrett Cooper wrote: > >> On Dec 31, 2014, at 20:25, Warner Losh wrote: > > … > >>> This change is wrong. bsd.sys.mk was eliminated on purpose, dammit. >> >> Sorry. Should have asked first. Now the build is broke

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Warner Losh
> On Dec 31, 2014, at 10:12 PM, Garrett Cooper wrote: > > On Dec 31, 2014, at 20:44, Garrett Cooper wrote: > >> On Dec 31, 2014, at 20:25, Warner Losh wrote: > > … > >>> This change is wrong. bsd.sys.mk was eliminated on purpose, dammit. >> >> Sorry. Should have asked first. Now the build

svn commit: r276495 - head/usr.sbin/nfsd

2014-12-31 Thread Xin LI
Author: delphij Date: Thu Jan 1 06:53:33 2015 New Revision: 276495 URL: https://svnweb.freebsd.org/changeset/base/276495 Log: Fix markup for minthreads and maxthreads. PR: 196403 MFC after:2 weeks Modified: head/usr.sbin/nfsd/nfsd.8 Modified: head/usr.sbin/nfsd/nfsd.8 =

Re: svn commit: r276488 - in head: share/mk sys/arm/broadcom/bcm2835 sys/conf

2014-12-31 Thread Mark Linimon
On Wed, Dec 31, 2014 at 09:25:51PM -0700, Warner Losh wrote: > This change is wrong. bsd.sys.mk was eliminated on purpose, dammit. Aw, our first bikeshed of the year. Sniff. I may cry ... Wait? The message is still dated 2014??? hg ... oh wait, the *commit* is UTC. I win mcl (in c