svn commit: r312863 - stable/10/crypto/openssl/crypto/evp

2017-01-26 Thread Xin LI
Author: delphij Date: Fri Jan 27 07:45:06 2017 New Revision: 312863 URL: https://svnweb.freebsd.org/changeset/base/312863 Log: Backport OpenSSL commit 56336b6c7a75ed28067cadedd8ac46572348bc2f: crypto/evp: harden RC4_MD5 cipher. Originally a crash in 32-bit build was reported CH

Re: svn commit: r312770 - in head/sys: net netinet netinet6

2017-01-26 Thread Bruce Evans
On Thu, 26 Jan 2017, Gleb Smirnoff wrote: On Thu, Jan 26, 2017 at 02:03:05PM +1100, Bruce Evans wrote: B> On Thu, 26 Jan 2017, Konstantin Belousov wrote: B> B> > On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote: B> >> Thanks, Luiz! B> >> B> >> One stylistic nit that I missed in

svn commit: r312862 - stable/10/sys/geom/multipath

2017-01-26 Thread Alexander Motin
Author: mav Date: Fri Jan 27 05:59:26 2017 New Revision: 312862 URL: https://svnweb.freebsd.org/changeset/base/312862 Log: MFC r312533: Report disk addition errors on `add` or `create` subcommand. Modified: stable/10/sys/geom/multipath/g_multipath.c Directory Properties: stable/10/ (props

svn commit: r312861 - stable/11/sys/geom/multipath

2017-01-26 Thread Alexander Motin
Author: mav Date: Fri Jan 27 05:58:53 2017 New Revision: 312861 URL: https://svnweb.freebsd.org/changeset/base/312861 Log: MFC r312533: Report disk addition errors on `add` or `create` subcommand. Modified: stable/11/sys/geom/multipath/g_multipath.c Directory Properties: stable/11/ (props

svn commit: r312860 - stable/11/sys/sys

2017-01-26 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 27 04:52:27 2017 New Revision: 312860 URL: https://svnweb.freebsd.org/changeset/base/312860 Log: MFC r312538: Addition of clang nullability qualifiers. For consistency with the qualifiers added in r310977, define a new qualifier _Null_unspecified which is also

svn commit: r312859 - head/sys/arm/ti/am335x

2017-01-26 Thread Ian Lepore
Author: ian Date: Fri Jan 27 04:08:24 2017 New Revision: 312859 URL: https://svnweb.freebsd.org/changeset/base/312859 Log: Configure the timer capture pin to input mode in the timer control register, in addition to configuring it as input with the pinmux driver. There was a control regist

svn commit: r312858 - stable/11/sys/dev/nand

2017-01-26 Thread Alexander Kabaev
Author: kan Date: Fri Jan 27 03:44:50 2017 New Revision: 312858 URL: https://svnweb.freebsd.org/changeset/base/312858 Log: MFC r311993: Fix typo in r311971 and now in r312405 too. Modified: stable/11/sys/dev/nand/nand_geom.c Directory Properties: stable/11/ (props changed) Modified: stab

svn commit: r312857 - head

2017-01-26 Thread Ed Maste
Author: emaste Date: Fri Jan 27 03:43:18 2017 New Revision: 312857 URL: https://svnweb.freebsd.org/changeset/base/312857 Log: Use cross-NM (XNM) in compat32 build An attempt to build mips64 using external toolchain failed as it tried to use the host amd64 nm. MFC after:1 month

svn commit: r312856 - stable/11/usr.bin/netstat

2017-01-26 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 27 02:35:05 2017 New Revision: 312856 URL: https://svnweb.freebsd.org/changeset/base/312856 Log: MFC r310698: Print hostcache usage counts with TCP statistics. PR: 196252 Submitted by: Anton Yuzhaninov MFC after:3 weeks. Modified: stab

svn commit: r312855 - in head: . gnu/usr.bin/binutils/ld share/mk tools/build/options usr.bin/clang/lld

2017-01-26 Thread Ed Maste
Author: emaste Date: Fri Jan 27 01:59:12 2017 New Revision: 312855 URL: https://svnweb.freebsd.org/changeset/base/312855 Log: Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CC Reported by: Dan McGregor Added: head/tools/build/options/WITHOUT_LLD_IS_LD - copied unchan

svn commit: r312854 - head/sys/net80211

2017-01-26 Thread Adrian Chadd
Author: adrian Date: Fri Jan 27 01:24:24 2017 New Revision: 312854 URL: https://svnweb.freebsd.org/changeset/base/312854 Log: [net80211] prepare configuration checks for VHT, fragment-offload and seqno-offload. * allocate an ext bit for fragment offload. Some NICs (like the ath10k har

svn commit: r312853 - head/sys/dev/ath

2017-01-26 Thread Adrian Chadd
Author: adrian Date: Fri Jan 27 01:17:00 2017 New Revision: 312853 URL: https://svnweb.freebsd.org/changeset/base/312853 Log: [ath] fix "doing stuff before wakeup" warning; add comments for ACK/CTS handling during DFS/PASSIVE channels * Although the hardware is awake, the power state handl

svn commit: r312852 - head/sys/cam

2017-01-26 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 27 00:17:07 2017 New Revision: 312852 URL: https://svnweb.freebsd.org/changeset/base/312852 Log: Fix libcam build. It was broken with r312827. Modified: head/sys/cam/cam_xpt.h Modified: head/sys/cam/cam_xpt.h ===

svn commit: r312851 - stable/10/secure/lib/libcrypto

2017-01-26 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 26 23:29:30 2017 New Revision: 312851 URL: https://svnweb.freebsd.org/changeset/base/312851 Log: Disable assembly sources when compiler/assembler cannot compile certain instructions. Note this is a direct commit because head and stable/11 has OpenSSL 1.0.2 bra

Re: svn commit: r312770 - in head/sys: net netinet netinet6

2017-01-26 Thread Gleb Smirnoff
On Thu, Jan 26, 2017 at 02:03:05PM +1100, Bruce Evans wrote: B> On Thu, 26 Jan 2017, Konstantin Belousov wrote: B> B> > On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote: B> >> Thanks, Luiz! B> >> B> >> One stylistic nit that I missed in review: B> >> B> >> L> static int B> >> L>

svn commit: r312850 - in stable/10/sys: cam dev/arcmsr dev/iir dev/isci dev/ppbus

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:35:58 2017 New Revision: 312850 URL: https://svnweb.freebsd.org/changeset/base/312850 Log: MFC r296891 (by imp): Make sure we check for CAM_CDB_POINTER for all drivers. Also, for the drivers I've touched, filter out CAM_CDB_PHYS. Differential Revision: ht

svn commit: r312849 - stable/10/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:21:59 2017 New Revision: 312849 URL: https://svnweb.freebsd.org/changeset/base/312849 Log: MFC r312232: Add under-/overrun support to IOCTL and CAM SIM frontends. Modified: stable/10/sys/cam/ctl/ctl_frontend_cam_sim.c stable/10/sys/cam/ctl/ctl_frontend_ioctl.

svn commit: r312848 - stable/11/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:21:26 2017 New Revision: 312848 URL: https://svnweb.freebsd.org/changeset/base/312848 Log: MFC r312232: Add under-/overrun support to IOCTL and CAM SIM frontends. Modified: stable/11/sys/cam/ctl/ctl_frontend_cam_sim.c stable/11/sys/cam/ctl/ctl_frontend_ioctl.

svn commit: r312843 - stable/10/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:02:06 2017 New Revision: 312843 URL: https://svnweb.freebsd.org/changeset/base/312843 Log: MFC r311873: Fix malloc(M_WAITOK) under mutex, introduced at r311787. Modified: stable/10/sys/cam/ctl/ctl.c Directory Properties: stable/10/ (props changed) Modified

svn commit: r312847 - stable/10/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:08:58 2017 New Revision: 312847 URL: https://svnweb.freebsd.org/changeset/base/312847 Log: MFC r312231: When in kernel, map ctl_scsi_zero_io() to ctl_zero_io(). Modified: stable/10/sys/cam/ctl/ctl_util.c stable/10/sys/cam/ctl/ctl_util.h Directory Properties:

svn commit: r312846 - stable/11/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:08:27 2017 New Revision: 312846 URL: https://svnweb.freebsd.org/changeset/base/312846 Log: MFC r312231: When in kernel, map ctl_scsi_zero_io() to ctl_zero_io(). Modified: stable/11/sys/cam/ctl/ctl_util.c stable/11/sys/cam/ctl/ctl_util.h Directory Properties:

svn commit: r312845 - in stable/10/sys/cam: . ctl scsi

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:07:46 2017 New Revision: 312845 URL: https://svnweb.freebsd.org/changeset/base/312845 Log: MFC r312026: Improve CAM_CDB_POINTER support. Modified: stable/10/sys/cam/cam_ccb.h stable/10/sys/cam/cam_periph.c stable/10/sys/cam/ctl/ctl_frontend_cam_sim.c stab

svn commit: r312844 - in stable/11/sys/cam: . ctl scsi

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:06:59 2017 New Revision: 312844 URL: https://svnweb.freebsd.org/changeset/base/312844 Log: MFC r312026: Improve CAM_CDB_POINTER support. Modified: stable/11/sys/cam/cam_ccb.h stable/11/sys/cam/cam_periph.c stable/11/sys/cam/ctl/ctl_frontend_cam_sim.c stab

svn commit: r312842 - stable/11/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:01:38 2017 New Revision: 312842 URL: https://svnweb.freebsd.org/changeset/base/312842 Log: MFC r311873: Fix malloc(M_WAITOK) under mutex, introduced at r311787. Modified: stable/11/sys/cam/ctl/ctl.c Directory Properties: stable/11/ (props changed) Modified

svn commit: r312841 - in stable/10: sys/cam/ctl usr.bin/ctlstat

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 21:00:49 2017 New Revision: 312841 URL: https://svnweb.freebsd.org/changeset/base/312841 Log: MFC r311804: Rewrite CTL statistics in more simple and scalable way. Instead of collecting statistics for each combination of ports and logical units, that consumed ~

svn commit: r312840 - in stable/11: sys/cam/ctl usr.bin/ctlstat

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 20:59:36 2017 New Revision: 312840 URL: https://svnweb.freebsd.org/changeset/base/312840 Log: MFC r311804: Rewrite CTL statistics in more simple and scalable way. Instead of collecting statistics for each combination of ports and logical units, that consumed ~

svn commit: r312839 - stable/10/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 20:57:48 2017 New Revision: 312839 URL: https://svnweb.freebsd.org/changeset/base/312839 Log: MFC r311787: Allocate memory for prevent flags only for removable LUs. This array takes 64KB of RAM now, that was more then half of struct ctl_lun size. If at some p

svn commit: r312838 - stable/11/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 20:57:19 2017 New Revision: 312838 URL: https://svnweb.freebsd.org/changeset/base/312838 Log: MFC r311787: Allocate memory for prevent flags only for removable LUs. This array takes 64KB of RAM now, that was more then half of struct ctl_lun size. If at some p

svn commit: r312837 - stable/10/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 20:51:50 2017 New Revision: 312837 URL: https://svnweb.freebsd.org/changeset/base/312837 Log: MFC r311680: Make CTL_GETSTATS ioctl return partial data if buffer is small. Modified: stable/10/sys/cam/ctl/ctl.c Directory Properties: stable/10/ (props changed) M

svn commit: r312836 - stable/11/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 20:51:18 2017 New Revision: 312836 URL: https://svnweb.freebsd.org/changeset/base/312836 Log: MFC r311680: Make CTL_GETSTATS ioctl return partial data if buffer is small. Modified: stable/11/sys/cam/ctl/ctl.c Directory Properties: stable/11/ (props changed) M

svn commit: r312835 - stable/10/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 20:50:01 2017 New Revision: 312835 URL: https://svnweb.freebsd.org/changeset/base/312835 Log: MFC r310778, r310782: Improve use of I/O's private area. - Since I/Os are allocates from per-port pools, make allocations store pointer to CTL softc there, and use i

svn commit: r312834 - stable/11/sys/cam/ctl

2017-01-26 Thread Alexander Motin
Author: mav Date: Thu Jan 26 20:49:19 2017 New Revision: 312834 URL: https://svnweb.freebsd.org/changeset/base/312834 Log: MFC r310778, r310782: Improve use of I/O's private area. - Since I/Os are allocates from per-port pools, make allocations store pointer to CTL softc there, and use i

svn commit: r312832 - in head/contrib/llvm: include/llvm/Analysis lib/Analysis lib/Transforms/Scalar

2017-01-26 Thread Dimitry Andric
Author: dim Date: Thu Jan 26 20:39:43 2017 New Revision: 312832 URL: https://svnweb.freebsd.org/changeset/base/312832 Log: Pull in r278160 from upstream llvm trunk (by Wei Mi): Recommit "Use ValueOffsetPair to enhance value reuse during SCEV expansion". The fix for PR28705 will

svn commit: r312833 - head/sys/mips/conf

2017-01-26 Thread Kurt Lidl
Author: lidl Date: Thu Jan 26 20:45:04 2017 New Revision: 312833 URL: https://svnweb.freebsd.org/changeset/base/312833 Log: Remove 'options NO_SWAPPING' from ERL configuration file Modified: head/sys/mips/conf/ERL Modified: head/sys/mips/conf/ERL =

svn commit: r312831 - in head/contrib/llvm: include/llvm/Analysis lib/Analysis

2017-01-26 Thread Dimitry Andric
Author: dim Date: Thu Jan 26 20:18:28 2017 New Revision: 312831 URL: https://svnweb.freebsd.org/changeset/base/312831 Log: Revert r312765 for now, since it causes assertions when building lang/spidermonkey24. Reported by: antoine PR: 215649 Modified: head/contrib/llvm/incl

svn commit: r312830 - head/sys/cam

2017-01-26 Thread Scott Long
Author: scottl Date: Thu Jan 26 20:18:03 2017 New Revision: 312830 URL: https://svnweb.freebsd.org/changeset/base/312830 Log: Fix a development mis-merge from r312827 Sponsored by: Netflix Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/cam_xpt.c

svn commit: r312829 - in stable/11: . tests/sys/geom/class/eli tests/sys/geom/class/nop

2017-01-26 Thread Alan Somers
Author: asomers Date: Thu Jan 26 20:15:14 2017 New Revision: 312829 URL: https://svnweb.freebsd.org/changeset/base/312829 Log: MFC r310786, r310803, r310985, r311894 r310786: Reduce the runtime of the GELI tests There is no reduction in test coverage. On my system runtime is reduced

svn commit: r312828 - in stable/10: . tests/sys/geom/class/eli tests/sys/geom/class/nop

2017-01-26 Thread Alan Somers
Author: asomers Date: Thu Jan 26 20:10:31 2017 New Revision: 312828 URL: https://svnweb.freebsd.org/changeset/base/312828 Log: MFC r310786, r310803, r310985, r311894 r310786: Reduce the runtime of the GELI tests There is no reduction in test coverage. On my system runtime is reduced

svn commit: r312827 - head/sys/cam

2017-01-26 Thread Scott Long
Author: scottl Date: Thu Jan 26 20:08:58 2017 New Revision: 312827 URL: https://svnweb.freebsd.org/changeset/base/312827 Log: Refactor xpt_print_path, xpt_print, and xpt_path_string. Implement all of them in terms of an sbuf-based back-end, xpt_path_sbuf. This unifies the implementation, b

svn commit: r312826 - in stable/11: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/bn crypto/openssl/crypto/...

2017-01-26 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 26 19:14:14 2017 New Revision: 312826 URL: https://svnweb.freebsd.org/changeset/base/312826 Log: MFC: r312825 Merge OpenSSL 1.0.2k. Modified: stable/11/crypto/openssl/CHANGES stable/11/crypto/openssl/CONTRIBUTING stable/11/crypto/openssl/Configure stable

svn commit: r312825 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/bn crypto/openssl/crypto/bn/as...

2017-01-26 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 26 19:10:29 2017 New Revision: 312825 URL: https://svnweb.freebsd.org/changeset/base/312825 Log: Merge OpenSSL 1.0.2k. Modified: head/crypto/openssl/CHANGES head/crypto/openssl/CONTRIBUTING head/crypto/openssl/Configure head/crypto/openssl/INSTALL head/crypt

svn commit: r312824 - vendor-crypto/openssl/1.0.2k

2017-01-26 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 26 18:33:03 2017 New Revision: 312824 URL: https://svnweb.freebsd.org/changeset/base/312824 Log: Tag OpenSSL 1.0.2k. Added: vendor-crypto/openssl/1.0.2k/ - copied from r312823, vendor-crypto/openssl/dist/ ___ svn-src-

svn commit: r312823 - in vendor-crypto/openssl/dist: . apps crypto crypto/aes/asm crypto/asn1 crypto/bn crypto/bn/asm crypto/cms crypto/dh crypto/dsa crypto/ec crypto/ecdh crypto/err crypto/evp cry...

2017-01-26 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 26 18:32:12 2017 New Revision: 312823 URL: https://svnweb.freebsd.org/changeset/base/312823 Log: Import OpenSSL 1.0.2k. Modified: vendor-crypto/openssl/dist/CHANGES vendor-crypto/openssl/dist/CONTRIBUTING vendor-crypto/openssl/dist/Configure vendor-crypto/open

svn commit: r312822 - head/sys/mips/conf

2017-01-26 Thread Ed Maste
Author: emaste Date: Thu Jan 26 18:18:35 2017 New Revision: 312822 URL: https://svnweb.freebsd.org/changeset/base/312822 Log: Enable modules in the MIPS ERL kernel config As reported by cperciva[1], modules are beneficial for typical Edgerouter Lite use cases. [1] http://www.daemonol

svn commit: r312821 - in head/sys/modules: . usb

2017-01-26 Thread Ed Maste
Author: emaste Date: Thu Jan 26 18:05:31 2017 New Revision: 312821 URL: https://svnweb.freebsd.org/changeset/base/312821 Log: mips: exclude modules that fail to build Modified: head/sys/modules/Makefile head/sys/modules/usb/Makefile Modified: head/sys/modules/Makefile =

svn commit: r312820 - head/sys/modules

2017-01-26 Thread Ed Maste
Author: emaste Date: Thu Jan 26 17:59:54 2017 New Revision: 312820 URL: https://svnweb.freebsd.org/changeset/base/312820 Log: Disconnect netfpga10g module from the build It only builds with the non-default DEVICE_POLLING option. Approved by: bz Modified: head/sys/modules/Makefile

Re: svn commit: r311993 - head/sys/dev/nand

2017-01-26 Thread Ronald Klop
Should this be merged to 11-stable also? I got a build failure on this with 11/arm. Ronald. On Thu, 12 Jan 2017 19:05:12 +0100, Alexander Kabaev wrote: Author: kan Date: Thu Jan 12 18:05:12 2017 New Revision: 311993 URL: https://svnweb.freebsd.org/changeset/base/311993 Log: Fix typo in

svn commit: r312819 - stable/10/sys/kern

2017-01-26 Thread Andriy Gapon
Author: avg Date: Thu Jan 26 16:38:53 2017 New Revision: 312819 URL: https://svnweb.freebsd.org/changeset/base/312819 Log: MFC r312532: don't abort writing of a core dump after EFAULT Note that this change substantially differs from the change in head because of an unmerged earlier change

svn commit: r312818 - head/share/man/man9

2017-01-26 Thread David E. O'Brien
Author: obrien Date: Thu Jan 26 16:36:12 2017 New Revision: 312818 URL: https://svnweb.freebsd.org/changeset/base/312818 Log: Correct grammar. Modified: head/share/man/man9/printf.9 Modified: head/share/man/man9/printf.9 ===

svn commit: r312816 - head/sys/net

2017-01-26 Thread Sean Bruno
Author: sbruno Date: Thu Jan 26 13:50:09 2017 New Revision: 312816 URL: https://svnweb.freebsd.org/changeset/base/312816 Log: Minor style annoyance. Submitted by: bde Modified: head/sys/net/iflib.c Modified: head/sys/net/iflib.c ==

svn commit: r312815 - head/sys/kern

2017-01-26 Thread Sean Bruno
Author: sbruno Date: Thu Jan 26 13:48:45 2017 New Revision: 312815 URL: https://svnweb.freebsd.org/changeset/base/312815 Log: A few more style bugs lying around in here. Submitted by: bde Modified: head/sys/kern/subr_gtaskqueue.c Modified: head/sys/kern/subr_gtaskqueue.c ===

svn commit: r312814 - head/sys/sys

2017-01-26 Thread Sean Bruno
Author: sbruno Date: Thu Jan 26 13:46:47 2017 New Revision: 312814 URL: https://svnweb.freebsd.org/changeset/base/312814 Log: Shoot a couple of style bugs down in the macro declarations. Submitted by: bde Modified: head/sys/sys/gtaskqueue.h Modified: head/sys/sys/gtaskqueue.h ==

svn commit: r312813 - in head/sys: arm/mv dev/fdt

2017-01-26 Thread Andrew Turner
Author: andrew Date: Thu Jan 26 13:04:14 2017 New Revision: 312813 URL: https://svnweb.freebsd.org/changeset/base/312813 Log: Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhere else. Sponsored by: ABT Systems Ltd Modified: head/sys/arm/mv/mv_common.c head/sys/de

Re: svn commit: r312747 - head/sys/arm/mv

2017-01-26 Thread Wojciech Macek
Fixed in https://svnweb.freebsd.org/changeset/base/312812 Regards, Wojtek 2017-01-26 2:56 GMT+01:00 Ed Maste : > On 25 January 2017 at 05:31, Wojciech Macek wrote: > > Author: wma > > Date: Wed Jan 25 10:31:16 2017 > > New Revision: 312747 > > URL: https://svnweb.freebsd.org/changeset/base/3127

svn commit: r312812 - head/sys/arm/mv

2017-01-26 Thread Wojciech Macek
Author: wma Date: Thu Jan 26 11:14:23 2017 New Revision: 312812 URL: https://svnweb.freebsd.org/changeset/base/312812 Log: Add dummy functions for Marvell SoC's not equipped with AHCI Commit r312747 ("Setup decoding windows for ARMADA38X") resulted in build failing for Marvell platforms,

svn commit: r312811 - stable/10/share/man/man5

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 11:07:36 2017 New Revision: 312811 URL: https://svnweb.freebsd.org/changeset/base/312811 Log: MFC r312423: Refresh tmpfs(5) man page. MFC r312648: Editing and clarifications for tmpfs(5). Modified: stable/10/share/man/man5/tmpfs.5 Directory Properties:

svn commit: r312810 - stable/11/share/man/man5

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 11:06:39 2017 New Revision: 312810 URL: https://svnweb.freebsd.org/changeset/base/312810 Log: MFC r312423: Refresh tmpfs(5) man page. MFC r312648: Editing and clarifications for tmpfs(5). Modified: stable/11/share/man/man5/tmpfs.5 Directory Properties:

svn commit: r312809 - stable/10/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 11:04:27 2017 New Revision: 312809 URL: https://svnweb.freebsd.org/changeset/base/312809 Log: MFC r312425: Make tmpfs directory cursor available outside tmpfs_subr.c. Modified: stable/10/sys/fs/tmpfs/tmpfs.h stable/10/sys/fs/tmpfs/tmpfs_subr.c Directory Proper

svn commit: r312808 - stable/11/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 11:03:19 2017 New Revision: 312808 URL: https://svnweb.freebsd.org/changeset/base/312808 Log: MFC r312425: Make tmpfs directory cursor available outside tmpfs_subr.c. Modified: stable/11/sys/fs/tmpfs/tmpfs.h stable/11/sys/fs/tmpfs/tmpfs_subr.c Directory Proper

svn commit: r312807 - stable/10/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 11:00:57 2017 New Revision: 312807 URL: https://svnweb.freebsd.org/changeset/base/312807 Log: MFC r312414: Rename tmpfs_mount member allnode_lock to include namespace prefix. Modified: stable/10/sys/fs/tmpfs/tmpfs.h stable/10/sys/fs/tmpfs/tmpfs_vfsops.c Direct

svn commit: r312806 - stable/11/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:58:12 2017 New Revision: 312806 URL: https://svnweb.freebsd.org/changeset/base/312806 Log: MFC r312414: Rename tmpfs_mount member allnode_lock to include namespace prefix. Modified: stable/11/sys/fs/tmpfs/tmpfs.h stable/11/sys/fs/tmpfs/tmpfs_vfsops.c Direct

svn commit: r312805 - stable/10/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:55:56 2017 New Revision: 312805 URL: https://svnweb.freebsd.org/changeset/base/312805 Log: MFC r312410: Rework some tmpfs lock assertions. MFC r312412: Protect macro argument. Modified: stable/10/sys/fs/tmpfs/tmpfs.h stable/10/sys/fs/tmpfs/tmpfs_subr

svn commit: r312804 - stable/11/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:53:05 2017 New Revision: 312804 URL: https://svnweb.freebsd.org/changeset/base/312804 Log: MFC r312410: Rework some tmpfs lock assertions. MFC r312412: Protect macro argument. Modified: stable/11/sys/fs/tmpfs/tmpfs.h stable/11/sys/fs/tmpfs/tmpfs_subr

svn commit: r312803 - stable/10/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:49:45 2017 New Revision: 312803 URL: https://svnweb.freebsd.org/changeset/base/312803 Log: MFC r312409: Style fixes and comment updates. MFC r312435: Remove mistakenly merged field. Modified: stable/10/sys/fs/tmpfs/tmpfs.h stable/10/sys/fs/tmpfs/tmpf

svn commit: r312802 - stable/11/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:47:05 2017 New Revision: 312802 URL: https://svnweb.freebsd.org/changeset/base/312802 Log: MFC r312409: Style fixes and comment updates. MFC r312435: Remove mistakenly merged field. Modified: stable/11/sys/fs/tmpfs/tmpfs.h stable/11/sys/fs/tmpfs/tmpf

svn commit: r312801 - stable/10/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:43:36 2017 New Revision: 312801 URL: https://svnweb.freebsd.org/changeset/base/312801 Log: MFC r312407: Remove unused union member, fifos on tmpfs are implemented in common code. Modified: stable/10/sys/fs/tmpfs/tmpfs.h Directory Properties: stable/10/ (p

svn commit: r312800 - stable/11/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:41:56 2017 New Revision: 312800 URL: https://svnweb.freebsd.org/changeset/base/312800 Log: MFC r312407: Remove unused union member, fifos on tmpfs are implemented in common code. Modified: stable/11/sys/fs/tmpfs/tmpfs.h Directory Properties: stable/11/ (p

svn commit: r312799 - stable/10/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:35:04 2017 New Revision: 312799 URL: https://svnweb.freebsd.org/changeset/base/312799 Log: MFC r312124 (by mjg): tmpfs: manage tm_pages_used with atomics. Modified: stable/10/sys/fs/tmpfs/tmpfs.h stable/10/sys/fs/tmpfs/tmpfs_subr.c stable/10/sys/fs/tmpfs/

svn commit: r312798 - stable/10/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:29:23 2017 New Revision: 312798 URL: https://svnweb.freebsd.org/changeset/base/312798 Log: MFC r311531 (by mjg): Perform a lockless check in tmpfs_itimes. Modified: stable/10/sys/fs/tmpfs/tmpfs_subr.c Directory Properties: stable/10/ (props changed) Modi

svn commit: r312797 - stable/11/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:19:53 2017 New Revision: 312797 URL: https://svnweb.freebsd.org/changeset/base/312797 Log: MFC r312124 (by mjg): tmpfs: manage tm_pages_used with atomics. Modified: stable/11/sys/fs/tmpfs/tmpfs.h stable/11/sys/fs/tmpfs/tmpfs_subr.c stable/11/sys/fs/tmpfs/

svn commit: r312796 - stable/11/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:18:00 2017 New Revision: 312796 URL: https://svnweb.freebsd.org/changeset/base/312796 Log: MFC r311526 (by mjg): tmpfs: enable MNTK_EXTENDED_SHARED. Modified: stable/11/sys/fs/tmpfs/tmpfs_vfsops.c Directory Properties: stable/11/ (props changed) Modified

svn commit: r312795 - stable/11/sys/fs/tmpfs

2017-01-26 Thread Konstantin Belousov
Author: kib Date: Thu Jan 26 10:15:41 2017 New Revision: 312795 URL: https://svnweb.freebsd.org/changeset/base/312795 Log: MFC r311531 (by mjg): Perform a lockless check in tmpfs_itimes. Modified: stable/11/sys/fs/tmpfs/tmpfs_subr.c Directory Properties: stable/11/ (props changed) Modi

svn commit: r312794 - stable/11/sys/kern

2017-01-26 Thread Andriy Gapon
Author: avg Date: Thu Jan 26 09:46:34 2017 New Revision: 312794 URL: https://svnweb.freebsd.org/changeset/base/312794 Log: MFC r312532: don't abort writing of a core dump after EFAULT Modified: stable/11/sys/kern/imgact_elf.c Directory Properties: stable/11/ (props changed) Modified: sta

Re: svn commit: r312792 - in head/sys/arm: arm include

2017-01-26 Thread Svatopluk Kraus
Thank you. On Thu, Jan 26, 2017 at 6:23 AM, Jason A. Harmening wrote: > Author: jah > Date: Thu Jan 26 05:23:33 2017 > New Revision: 312792 > URL: https://svnweb.freebsd.org/changeset/base/312792 > > Log: > Further cleanup of per-CPU armv6 pmap data: > > - Replace pcpu_find(curcpu) with get_