svn commit: r294136 - in stable/10/sys: amd64/amd64 amd64/linux amd64/linux32 arm/arm compat/ia32 compat/svr4 i386/i386 i386/ibcs2 i386/linux kern mips/mips powerpc/powerpc sparc64/sparc64 sys

2016-01-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Jan 16 07:56:49 2016 New Revision: 294136 URL: https://svnweb.freebsd.org/changeset/base/294136 Log: MFC r293613: Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall instead of vdso. An upcoming linux_base-c6 needs it. Modified: stable/10/sys/amd64/amd6

svn commit: r294135 - stable/10/usr.bin/kdump

2016-01-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Jan 16 07:46:25 2016 New Revision: 294135 URL: https://svnweb.freebsd.org/changeset/base/294135 Log: MFC r283430: Teach kdump to understand both linux emulation. Added: stable/10/usr.bin/kdump/linux32_syscalls.conf - copied unchanged from r283430, head/usr.

svn commit: r294134 - head/tools/tools/nanobsd/embedded

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 05:58:17 2016 New Revision: 294134 URL: https://svnweb.freebsd.org/changeset/base/294134 Log: Compile for specific cortex model inside the RPi 2. It's closer to working, and might actually work... Modified: head/tools/tools/nanobsd/embedded/rpi2.cfg Modified: h

svn commit: r294133 - head/sys/arm/at91

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 05:47:34 2016 New Revision: 294133 URL: https://svnweb.freebsd.org/changeset/base/294133 Log: We don't need at91_bs_tag. arm_base_bs_tag works now that we have better dynamic device mapping that didn't exit when we started this port. Remove it, since everything w

svn commit: r294132 - head/share/man/man4

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Sat Jan 16 05:35:42 2016 New Revision: 294132 URL: https://svnweb.freebsd.org/changeset/base/294132 Log: Bump .Dd for the content changes Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4 ===

svn commit: r294131 - in head/sys: arm/at91 conf dev/usb/controller

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 04:47:32 2016 New Revision: 294131 URL: https://svnweb.freebsd.org/changeset/base/294131 Log: Move ohci files to their proper place in the tree for atmel. Fix when it is included (we don't have a at91rm9200 device). From a similar patch in the PR, with tweaked na

svn commit: r294130 - head/sys/vm

2016-01-15 Thread Alan Cox
Author: alc Date: Sat Jan 16 04:41:40 2016 New Revision: 294130 URL: https://svnweb.freebsd.org/changeset/base/294130 Log: A fix to r292469: Iterate over the physical segments in descending rather than ascending order in vm_phys_alloc_contig() so that, for example, a sequence of contigmalloc

Re: svn commit: r294127 - head/tools/regression/sockets/zerosend

2016-01-15 Thread NGie Cooper
> On Jan 15, 2016, at 18:22, Steven Hartland > wrote: > > The main params change seems a bit odd, wouldn't have expected that to be > valid, shouldn't they just be flagged __unused? `int main(void)` is an acceptable function definition in ANSI C — I don’t see why adding __unused should be do

Re: svn commit: r294127 - head/tools/regression/sockets/zerosend

2016-01-15 Thread Steven Hartland
The main params change seems a bit odd, wouldn't have expected that to be valid, shouldn't they just be flagged __unused? On 16/01/2016 02:18, Garrett Cooper wrote: Author: ngie Date: Sat Jan 16 02:18:36 2016 New Revision: 294127 URL: https://svnweb.freebsd.org/changeset/base/294127 Log: Fi

svn commit: r294128 - head/tools/regression/sockets/unix_gc

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Sat Jan 16 02:19:56 2016 New Revision: 294128 URL: https://svnweb.freebsd.org/changeset/base/294128 Log: Fix -Wunused warning with clang/gcc - Get rid of unused argc/argv variables in main - Bump WARNS to 6 MFC after: 3 days Sponsored by: EMC / Isilon Storage Div

svn commit: r294127 - head/tools/regression/sockets/zerosend

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Sat Jan 16 02:18:36 2016 New Revision: 294127 URL: https://svnweb.freebsd.org/changeset/base/294127 Log: Fix warnings with clang/gcc - Get rid of unused argc/argv variables in main - Exit on failure with a return code of 1 instead of -1 with err/errx as a return cod

svn commit: r294126 - in head/tools/regression/sockets: reconnect sendfile

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Sat Jan 16 02:15:13 2016 New Revision: 294126 URL: https://svnweb.freebsd.org/changeset/base/294126 Log: Fix warnings with gcc 5.0 reconnect.c: - Convert the K&R prototype of main to an ANSI prototype to mute a warning from gcc 4.2.1 - Close s_sock2 after finishin

svn commit: r294125 - in head/tools/regression/sockets: rtsocket unix_socket

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Sat Jan 16 02:02:50 2016 New Revision: 294125 URL: https://svnweb.freebsd.org/changeset/base/294125 Log: Test for EPROTOTYPE not EPROTONOSUPPORT - `SOCK_RAW` is the implied supported type parameter for socket(2) per route(4) - localsw in `sys/kern/uipc_usrreq.c` doesn'

svn commit: r294124 - stable/10/usr.sbin/mountd

2016-01-15 Thread Josh Paetzel
Author: jpaetzel Date: Sat Jan 16 01:40:46 2016 New Revision: 294124 URL: https://svnweb.freebsd.org/changeset/base/294124 Log: MFC 293305 Allow /etc/exports to contain usernames/groups with spaces in them. If you are getting your users/groups from a directory service such as LDAP or

svn commit: r294123 - head/tools/regression/sockets/so_setfib

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Sat Jan 16 01:37:17 2016 New Revision: 294123 URL: https://svnweb.freebsd.org/changeset/base/294123 Log: Add missing newline to message about requiring root privileges This will help ensure that scripts/parsers don't get confused when the message is printed out MFC

svn commit: r294122 - head/share/man/man4

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 01:30:55 2016 New Revision: 294122 URL: https://svnweb.freebsd.org/changeset/base/294122 Log: trim-time? What was I thinking. run-time. Noticed by: Allan Jude Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4 ===

svn commit: r294121 - head/share/man/man4

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 01:13:27 2016 New Revision: 294121 URL: https://svnweb.freebsd.org/changeset/base/294121 Log: Add some clarifications. Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4

svn commit: r294118 - head/share/man/man4

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 00:45:48 2016 New Revision: 294118 URL: https://svnweb.freebsd.org/changeset/base/294118 Log: Improve the sentence flow as well which has the happy benefit of making read-only modify a noun, a case where it unquestionably should be hyphenated. Modified: head/s

svn commit: r294116 - head/share/man/man4

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 00:43:10 2016 New Revision: 294116 URL: https://svnweb.freebsd.org/changeset/base/294116 Log: Although not directly modifying a noun, read-only should be hyphenated in this context (or in any, really). Modified: head/share/man/man4/ffclock.4 Modified: head/shar

svn commit: r294115 - head/share/man/man5

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 00:39:36 2016 New Revision: 294115 URL: https://svnweb.freebsd.org/changeset/base/294115 Log: Read-only is typically hyphenated. Move (read only) to a spot where it modifies a noun and hyphenate. Modified: head/share/man/man5/nandfs.5 Modified: head/share/man/m

svn commit: r294114 - in head/share/man: man4 man9

2016-01-15 Thread Warner Losh
Author: imp Date: Sat Jan 16 00:37:27 2016 New Revision: 294114 URL: https://svnweb.freebsd.org/changeset/base/294114 Log: Read-only is hyphenated when it modifies a noun. Modified: head/share/man/man4/geom_uncompress.4 head/share/man/man4/geom_uzip.4 head/share/man/man4/sctp.4 head/sha

svn commit: r294113 - in head: . contrib/mdocml etc/mtree usr.bin/mandoc

2016-01-15 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 15 23:28:12 2016 New Revision: 294113 URL: https://svnweb.freebsd.org/changeset/base/294113 Log: Update mandoc to 20160116 Added: head/contrib/mdocml/compat_err.c - copied unchanged from r294112, vendor/mdocml/dist/compat_err.c head/contrib/mdocml/compat_getl

svn commit: r294112 - vendor/mdocml/dist

2016-01-15 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 15 23:16:04 2016 New Revision: 294112 URL: https://svnweb.freebsd.org/changeset/base/294112 Log: Remove config.h imported by accident Deleted: vendor/mdocml/dist/config.h ___ svn-src-all@freebsd.org mailing list https://li

svn commit: r294111 - head/usr.bin/less

2016-01-15 Thread Alex Kozlov
Author: ak (ports committer) Date: Fri Jan 15 23:13:01 2016 New Revision: 294111 URL: https://svnweb.freebsd.org/changeset/base/294111 Log: - Add support for zip to lesspipe.sh Approved by: des Modified: head/usr.bin/less/lesspipe.sh Modified: head/usr.bin/less/lesspipe.sh

svn commit: r294110 - vendor/mdocml/20160116

2016-01-15 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 15 23:10:37 2016 New Revision: 294110 URL: https://svnweb.freebsd.org/changeset/base/294110 Log: Tag import of mdocml 20160116 Added: vendor/mdocml/20160116/ - copied from r294088, vendor/mdocml/dist/ vendor/mdocml/20160116/compat_err.c - copied unchange

svn commit: r294109 - vendor/mdocml/dist

2016-01-15 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 15 23:08:59 2016 New Revision: 294109 URL: https://svnweb.freebsd.org/changeset/base/294109 Log: Import mdocml CVS snapshot 20160116 Added: vendor/mdocml/dist/compat_err.c (contents, props changed) vendor/mdocml/dist/compat_getline.c (contents, props changed)

svn commit: r294108 - head/usr.bin/unzip

2016-01-15 Thread Alex Kozlov
Author: ak (ports committer) Date: Fri Jan 15 23:04:36 2016 New Revision: 294108 URL: https://svnweb.freebsd.org/changeset/base/294108 Log: - Match directory extraction message with Infozip [1] - Add comment explaining masks in check_binary() Obtained from:NetBSD [1] Approved by

svn commit: r294107 - head/usr.bin/unzip

2016-01-15 Thread Alex Kozlov
Author: ak (ports committer) Date: Fri Jan 15 22:58:23 2016 New Revision: 294107 URL: https://svnweb.freebsd.org/changeset/base/294107 Log: - Extract common code from extract()/extract_stdout() to extract2fd() - Update information about central directory handling Obtained from:Net

svn commit: r294104 - in head: share/mk sys/conf

2016-01-15 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 15 22:08:51 2016 New Revision: 294104 URL: https://svnweb.freebsd.org/changeset/base/294104 Log: FAST_DEPEND: Rework optimization for r290524. The .MAKEFLAGS check inside of the .for loop is extremely slow for some reason. Just moving it out of the loop tri

svn commit: r294105 - head/sys/conf

2016-01-15 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 15 22:08:58 2016 New Revision: 294105 URL: https://svnweb.freebsd.org/changeset/base/294105 Log: FAST_DEPEND: Fix incremental builds leading to kernel panics. This fixes .depend.genassym.o not being included. genassym.o depends on all of the system headers

svn commit: r294103 - head/tools/regression/sockets/accf_data_attach

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Fri Jan 15 21:59:18 2016 New Revision: 294103 URL: https://svnweb.freebsd.org/changeset/base/294103 Log: - Check for accf_filter before running the tests, otherwise it will always fail at subtest 9/11 - Use strncpy instead of strcpy with afa.af_name Modified: head/too

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

2016-01-15 Thread Dimitry Andric
Author: dim Date: Fri Jan 15 21:45:53 2016 New Revision: 294102 URL: https://svnweb.freebsd.org/changeset/base/294102 Log: MFV r294101: 6527 Possible access beyond end of string in zpool comment Reviewed by: George Wilson Reviewed by: Matthew Ahrens Reviewed by: Dan McDonald Approv

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

2016-01-15 Thread Dimitry Andric
Author: dim Date: Fri Jan 15 21:41:45 2016 New Revision: 294101 URL: https://svnweb.freebsd.org/changeset/base/294101 Log: 6527 Possible access beyond end of string in zpool comment Reviewed by: George Wilson Reviewed by: Matthew Ahrens Reviewed by: Dan McDonald Approved by: Gordon

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

2016-01-15 Thread Allan Jude
Author: allanjude Date: Fri Jan 15 20:59:57 2016 New Revision: 294100 URL: https://svnweb.freebsd.org/changeset/base/294100 Log: MFC: r287581 Add an additional check to service(8) -e incase rcvar is blank Sponsored by: ScaleEngine Inc. Modified: stable/10/usr.sbin/service/service.sh

svn commit: r294099 - stable/10/lib/libc/sys

2016-01-15 Thread Jilles Tjoelker
Author: jilles Date: Fri Jan 15 20:55:44 2016 New Revision: 294099 URL: https://svnweb.freebsd.org/changeset/base/294099 Log: MFC r293783: futimens/utimensat: Use the new system calls. Update the __FreeBSD_version check in lib/libc/sys/futimens.c and lib/libc/sys/utimensat.c. Before this,

svn commit: r294098 - in head: lib/libkvm sys/arm/arm sys/arm/include

2016-01-15 Thread Svatopluk Kraus
Author: skra Date: Fri Jan 15 18:53:06 2016 New Revision: 294098 URL: https://svnweb.freebsd.org/changeset/base/294098 Log: Add mmu format info into ARM vmcore. Fix kvatop translation for 64K pages. Reviewed by: jhb Approved by: kib (mentor) Differential Revision:https://reviews

svn commit: r294097 - head/sys/arm/at91

2016-01-15 Thread Ian Lepore
Author: ian Date: Fri Jan 15 18:27:34 2016 New Revision: 294097 URL: https://svnweb.freebsd.org/changeset/base/294097 Log: Reduce diffs to upstream by adding a couple comment blocks and moving the parse_boot_param() function to the end of the file. Modified: head/sys/arm/at91/board_tsc4370.

svn commit: r294095 - head/sys/fs/nfsclient

2016-01-15 Thread Bjoern A. Zeeb
Author: bz Date: Fri Jan 15 16:45:36 2016 New Revision: 294095 URL: https://svnweb.freebsd.org/changeset/base/294095 Log: Unbreak NOIP builds after r294084. Modified: head/sys/fs/nfsclient/nfs_clport.c Modified: head/sys/fs/nfsclient/nfs_clport.c =

svn commit: r294094 - head/sys/dev/sfxge/common

2016-01-15 Thread Andrew Rybchenko
Author: arybchik Date: Fri Jan 15 15:20:26 2016 New Revision: 294094 URL: https://svnweb.freebsd.org/changeset/base/294094 Log: sfxge: check the RX DMA end padding configuration on Medford Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communications, Inc.

svn commit: r294093 - head/sys/dev/sfxge/common

2016-01-15 Thread Andrew Rybchenko
Author: arybchik Date: Fri Jan 15 15:19:18 2016 New Revision: 294093 URL: https://svnweb.freebsd.org/changeset/base/294093 Log: sfxge: convert nvram read method to use partition id Submitted by: Andy Moreton Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. MFC af

svn commit: r294092 - head/sys/dev/sfxge/common

2016-01-15 Thread Andrew Rybchenko
Author: arybchik Date: Fri Jan 15 15:17:44 2016 New Revision: 294092 URL: https://svnweb.freebsd.org/changeset/base/294092 Log: sfxge: rename Huntington MAC methods to EF10 and use for Medford Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communications, I

svn commit: r294091 - head/sys/dev/sfxge/common

2016-01-15 Thread Andrew Rybchenko
Author: arybchik Date: Fri Jan 15 15:12:30 2016 New Revision: 294091 URL: https://svnweb.freebsd.org/changeset/base/294091 Log: sfxge: rename common hunt PHY methods to ef10 and use for Medford Leaving BIST methods for now as, though the Medford bootrom now has lots of BIST support, produ

svn commit: r294090 - head/sys/xen/xenbus

2016-01-15 Thread Roger Pau Monné
Author: royger Date: Fri Jan 15 14:34:31 2016 New Revision: 294090 URL: https://svnweb.freebsd.org/changeset/base/294090 Log: xenbus: add a comment with the names of the generated accessors For easy grepping. Sponsored by: Citrix Systems R&D Modified: head/sys/xen/xenbus/xen

svn commit: r294089 - head/sys/net

2016-01-15 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Jan 15 13:47:11 2016 New Revision: 294089 URL: https://svnweb.freebsd.org/changeset/base/294089 Log: Clean up original route path selection logic a bit. NULL pointer dereference claimed by Coverity was possible if one (or several) next-hops for had their weigh

svn commit: r294088 - head/sys/dev/usb

2016-01-15 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 15 12:09:15 2016 New Revision: 294088 URL: https://svnweb.freebsd.org/changeset/base/294088 Log: Use the recently added "make_dev_s()" function to solve old race setting the si_drv1 field in "struct cdev" when creating new character devices. Modified: head/sys

svn commit: r294087 - head/sys/arm/conf

2016-01-15 Thread Andrew Turner
Author: andrew Date: Fri Jan 15 11:40:41 2016 New Revision: 294087 URL: https://svnweb.freebsd.org/changeset/base/294087 Log: Remove the commented out sc device from the i.MX kernels, they both use vt(4). Modified: head/sys/arm/conf/IMX53 head/sys/arm/conf/IMX6 Modified: head/sys/arm/con

svn commit: r294086 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src sys

2016-01-15 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 15 11:18:58 2016 New Revision: 294086 URL: https://svnweb.freebsd.org/changeset/base/294086 Log: Implement support for PCI suspend, resume and shutdown events in the LinuxKPI. Fix a few spaces to tabs. Bump the FreeBSD version to force recompilation of existing

svn commit: r294084 - in head/sys/fs: nfs nfsclient

2016-01-15 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Jan 15 09:05:14 2016 New Revision: 294084 URL: https://svnweb.freebsd.org/changeset/base/294084 Log: Make nfscl_getmyip() use new routing KPI. * Use standard IPv6 SAS instead of rt->rt_ifa address. * Make address lookup work for IPv6 LLA. * Save address into b

svn commit: r294082 - stable/10/sys/dev/ixgbe

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Fri Jan 15 08:55:33 2016 New Revision: 294082 URL: https://svnweb.freebsd.org/changeset/base/294082 Log: Revert r294061 A number of pieces needed (netmap(4)) etc are missing, i.e. the MFCs were incomplete. Revert the changes so they can be redone cleanly again and