svn commit: r291988 - stable/9/sys/netinet6

2015-12-07 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 8 07:36:26 2015 New Revision: 291988 URL: https://svnweb.freebsd.org/changeset/base/291988 Log: MFC r291578: mld_v2_dispatch_general_query() is used by mld_fasttimo_vnet() to send a reply to the MLDv2 General Query. In case when router has a lot of

svn commit: r291991 - stable/9/sys/netinet

2015-12-07 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 8 07:47:01 2015 New Revision: 291991 URL: https://svnweb.freebsd.org/changeset/base/291991 Log: MFC r291579: In the same way fix the problem described in r291578 for IGMPv3. In case when router has a lot of multicast groups, the reply can take several

svn commit: r291986 - stable/10/sys/netinet6

2015-12-07 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 8 07:26:16 2015 New Revision: 291986 URL: https://svnweb.freebsd.org/changeset/base/291986 Log: MFC r291578: mld_v2_dispatch_general_query() is used by mld_fasttimo_vnet() to send a reply to the MLDv2 General Query. In case when router has a lot of

svn commit: r291987 - stable/10/sys/netinet6

2015-12-07 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 8 07:31:26 2015 New Revision: 291987 URL: https://svnweb.freebsd.org/changeset/base/291987 Log: Fix typo in r291986. (this is derect commit to stable/10) Modified: stable/10/sys/netinet6/mld6.c Modified: stable/10/sys/netinet6/mld6.c

svn commit: r291989 - head/sys/modules/cam

2015-12-07 Thread Ulrich Spoerlein
Author: uqs Date: Tue Dec 8 07:39:39 2015 New Revision: 291989 URL: https://svnweb.freebsd.org/changeset/base/291989 Log: Fix make depend Modified: head/sys/modules/cam/Makefile Modified: head/sys/modules/cam/Makefile

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

2015-12-07 Thread Andrew Rybchenko
Author: arybchik Date: Tue Dec 8 06:25:52 2015 New Revision: 291985 URL: https://svnweb.freebsd.org/changeset/base/291985 Log: sfxge: [3/6] rework MCDI response handling Required for MCDI proxy authorization support. Submitted by: Andy Moreton Reviewed by:gnn Sponsored by:

svn commit: r291990 - stable/10/sys/netinet

2015-12-07 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 8 07:43:12 2015 New Revision: 291990 URL: https://svnweb.freebsd.org/changeset/base/291990 Log: MFC r291579: In the same way fix the problem described in r291578 for IGMPv3. In case when router has a lot of multicast groups, the reply can take several

Re: svn commit: r291936 - head/sys/ufs/ufs

2015-12-07 Thread Bruce Evans
On Mon, 7 Dec 2015, Konstantin Belousov wrote: Log: Update ctime when atime or birthtime are updated. Cleanup setting of ctime/mtime/birthtime: do not set IN_ACCESS or IN_UPDATE, then clear them with ufs_itimes(), making transient (possibly inconsistent) change to the times, and then copy

Re: svn commit: r291936 - head/sys/ufs/ufs

2015-12-07 Thread Andrey Chernov
On 07.12.2015 17:42, Andrey Chernov wrote: > On 07.12.2015 15:09, Konstantin Belousov wrote: >> Author: kib >> Date: Mon Dec 7 12:09:04 2015 >> New Revision: 291936 >> URL: https://svnweb.freebsd.org/changeset/base/291936 >> >> Log: >> Update ctime when atime or birthtime are updated. > > Who

Re: svn commit: r291936 - head/sys/ufs/ufs

2015-12-07 Thread Andrey Chernov
On 07.12.2015 15:09, Konstantin Belousov wrote: > Author: kib > Date: Mon Dec 7 12:09:04 2015 > New Revision: 291936 > URL: https://svnweb.freebsd.org/changeset/base/291936 > > Log: > Update ctime when atime or birthtime are updated. Who calls ufs_itimes() and when to process IN_CHANGE flag

Re: svn commit: r291911 - head/sys/dev/iscsi

2015-12-07 Thread Steven Hartland
On 07/12/2015 13:10, Edward Tomasz Napierała wrote: isn't supposed to remove working iSCSI sessions. I didn't notice your change in head / stable/10 compared to releng, so I'm testing further updates now. Well, the difference is pretty crucial here - previously, the purpose of

Re: svn commit: r291936 - head/sys/ufs/ufs

2015-12-07 Thread Bruce Evans
On Mon, 7 Dec 2015, Andrey Chernov wrote: On 07.12.2015 17:42, Andrey Chernov wrote: On 07.12.2015 15:09, Konstantin Belousov wrote: Author: kib Date: Mon Dec 7 12:09:04 2015 New Revision: 291936 URL: https://svnweb.freebsd.org/changeset/base/291936 Log: Update ctime when atime or

svn commit: r291947 - head/sys/i386/i386

2015-12-07 Thread John Baldwin
Author: jhb Date: Mon Dec 7 16:27:11 2015 New Revision: 291947 URL: https://svnweb.freebsd.org/changeset/base/291947 Log: Set %esp correctly in the extended TSS. The pcb is saved at the top of the kernel stack on x86 platforms. The initial kenrel stack pointer is set in the TSS so that

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

2015-12-07 Thread Konstantin Belousov
Author: kib Date: Mon Dec 7 17:24:55 2015 New Revision: 291948 URL: https://svnweb.freebsd.org/changeset/base/291948 Log: Use ANSI C definition. MFC after:1 week Modified: head/sys/amd64/amd64/machdep.c Modified: head/sys/amd64/amd64/machdep.c

svn commit: r291949 - in head/sys: amd64/include i386/i386 i386/include x86/include

2015-12-07 Thread Konstantin Belousov
Author: kib Date: Mon Dec 7 17:41:20 2015 New Revision: 291949 URL: https://svnweb.freebsd.org/changeset/base/291949 Log: Merge common parts of i386 and amd64 md_var.h and smp.h into new headers x86/include x86_var.h and x86_smp.h. Reviewed by: emaste, jhb Sponsored by: The FreeBSD

svn commit: r291943 - head/share/mk

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 7 16:08:16 2015 New Revision: 291943 URL: https://svnweb.freebsd.org/changeset/base/291943 Log: FAST_DEPEND: Only try to use dependencies from C/C++ SRCS as mkdep did. Rather than try to guess at all of the OBJS variables just use SRCS using the same

svn commit: r291944 - head/share/mk

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 7 16:08:19 2015 New Revision: 291944 URL: https://svnweb.freebsd.org/changeset/base/291944 Log: FAST_DEPEND: Move handling code below yacc/lex/dtrace code that modified SRCS. This fixes some of those newly added SRCS not having their depend files included.

svn commit: r291945 - head/share/mk

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 7 16:08:22 2015 New Revision: 291945 URL: https://svnweb.freebsd.org/changeset/base/291945 Log: FAST_DEPEND: Only pass -MF if we care about the object being compiled. This will save time generating dependency files that we didn't expect due to cases where

svn commit: r291941 - in head: lib/libpam/modules/pam_ssh secure/lib/libssh secure/libexec/sftp-server secure/libexec/ssh-keysign secure/libexec/ssh-pkcs11-helper secure/usr.bin/scp secure/usr.bin/...

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 7 16:08:09 2015 New Revision: 291941 URL: https://svnweb.freebsd.org/changeset/base/291941 Log: Replace unneeded manual dependency on header by adding it to SRCS. bsd.lib.mk and bsd.prog.mk already depend all objs on headers in SRCS if there is not yet a

svn commit: r291942 - in head: bin/freebsd-version usr.bin/xo/tests

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 7 16:08:13 2015 New Revision: 291942 URL: https://svnweb.freebsd.org/changeset/base/291942 Log: Add missing CLEANFILES. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified: head/bin/freebsd-version/Makefile

svn commit: r291946 - head/targets/pseudo/gcc

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 7 16:08:26 2015 New Revision: 291946 URL: https://svnweb.freebsd.org/changeset/base/291946 Log: Garbage collect removed directories. Sponsored by: EMC / Isilon Storage Division Modified: head/targets/pseudo/gcc/Makefile.depend Modified:

Re: svn commit: r291912 - head/tools/tools/nanobsd

2015-12-07 Thread Warner Losh
On Sun, Dec 6, 2015 at 11:58 PM, Olivier Cochard-Labbé wrote: > On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote: > >> Author: imp >> Date: Mon Dec 7 04:02:19 2015 >> New Revision: 291912 >> URL: https://svnweb.freebsd.org/changeset/base/291912 >> >> Log:

Re: svn commit: r291912 - head/tools/tools/nanobsd

2015-12-07 Thread Warner Losh
On Mon, Dec 7, 2015 at 2:33 AM, Warner Losh wrote: > > > On Sun, Dec 6, 2015 at 11:58 PM, Olivier Cochard-Labbé > wrote: > >> On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote: >> >>> Author: imp >>> Date: Mon Dec 7 04:02:19 2015 >>> New

svn commit: r291931 - head/sys/dev/mlx5/mlx5_en

2015-12-07 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 7 10:57:42 2015 New Revision: 291931 URL: https://svnweb.freebsd.org/changeset/base/291931 Log: The firmware no longer supports setting a port MTU of zero bytes. Set the port MTU and then query it and report if any problems instead. MFC after:1 week

svn commit: r291932 - head/sys/dev/mlx5/mlx5_en

2015-12-07 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 7 11:04:50 2015 New Revision: 291932 URL: https://svnweb.freebsd.org/changeset/base/291932 Log: Add support for setting the TX moderation mode via a sysctl entry. TX completion events can be moderated in the same way like RX completion events. Expose this

svn commit: r291933 - stable/10/sys/vm

2015-12-07 Thread Konstantin Belousov
Author: kib Date: Mon Dec 7 11:12:03 2015 New Revision: 291933 URL: https://svnweb.freebsd.org/changeset/base/291933 Log: MFC r290915: Do not skip a process which has inhibited thread due to the swap-out, in the OOM selection loop. Modified: stable/10/sys/vm/vm_pageout.c Directory

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

2015-12-07 Thread Warner Losh
Author: imp Date: Mon Dec 7 10:24:40 2015 New Revision: 291930 URL: https://svnweb.freebsd.org/changeset/base/291930 Log: Start to split apart the different image formats that we need to make. Add support for generating powerpc64 qemu images. We can generate them, but there's something

svn commit: r291929 - head/tools/tools/nanobsd

2015-12-07 Thread Warner Losh
Author: imp Date: Mon Dec 7 10:24:38 2015 New Revision: 291929 URL: https://svnweb.freebsd.org/changeset/base/291929 Log: Make sure to quote the arg after -n and -z tests. Modified: head/tools/tools/nanobsd/defaults.sh (contents, props changed) Modified:

Re: svn commit: r291911 - head/sys/dev/iscsi

2015-12-07 Thread Edward Tomasz Napierała
On 1207T0256, Steven Hartland wrote: > Author: smh > Date: Mon Dec 7 02:56:08 2015 > New Revision: 291911 > URL: https://svnweb.freebsd.org/changeset/base/291911 > > Log: > Fix panic on shutdown due to iscsi event priority > > iscsi's shutdown_pre_sync prio was SHUTDOWN_PRI_FIRST which

svn commit: r291935 - stable/10/sys/vm

2015-12-07 Thread Konstantin Belousov
Author: kib Date: Mon Dec 7 11:21:49 2015 New Revision: 291935 URL: https://svnweb.freebsd.org/changeset/base/291935 Log: MFC r290920: Raise OOM when pagedaemon is unable to produce a free page in several back-to-back passes. Modified: stable/10/sys/vm/vm_page.h

Re: svn commit: r291911 - head/sys/dev/iscsi

2015-12-07 Thread Steven Hartland
On 07/12/2015 06:41, Andriy Gapon wrote: On 07/12/2015 04:56, Steven Hartland wrote: Author: smh Date: Mon Dec 7 02:56:08 2015 New Revision: 291911 URL: https://svnweb.freebsd.org/changeset/base/291911 Log: Fix panic on shutdown due to iscsi event priority iscsi's

Re: svn commit: r291912 - head/tools/tools/nanobsd

2015-12-07 Thread Warner Losh
On Mon, Dec 7, 2015 at 2:51 AM, Warner Losh wrote: > > On Mon, Dec 7, 2015 at 2:33 AM, Warner Losh wrote: > >> >> >> On Sun, Dec 6, 2015 at 11:58 PM, Olivier Cochard-Labbé < >> oliv...@cochard.me> wrote: >> >>> On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh

svn commit: r291934 - stable/10/sys/vm

2015-12-07 Thread Konstantin Belousov
Author: kib Date: Mon Dec 7 11:14:57 2015 New Revision: 291934 URL: https://svnweb.freebsd.org/changeset/base/291934 Log: MFC r290917: Provide the OOM-specific vm_pageout_oom_pagecount() function which estimates the amount of reclamaible memory which could be stolen if the process is

svn commit: r291937 - in head: lib/libc/aarch64/sys lib/libc/arm/sys sys/arm/arm sys/arm/include sys/arm64/arm64 sys/arm64/include sys/conf sys/kern

2015-12-07 Thread Konstantin Belousov
Author: kib Date: Mon Dec 7 12:20:26 2015 New Revision: 291937 URL: https://svnweb.freebsd.org/changeset/base/291937 Log: Add support for usermode (vdso-like) gettimeofday(2) and clock_gettime(2) on ARMv7 and ARMv8 systems which have architectural generic timer hardware. It is similar how

Re: svn commit: r291911 - head/sys/dev/iscsi

2015-12-07 Thread Steven Hartland
On 07/12/2015 11:22, Edward Tomasz Napierała wrote: On 1207T0256, Steven Hartland wrote: Author: smh Date: Mon Dec 7 02:56:08 2015 New Revision: 291911 URL: https://svnweb.freebsd.org/changeset/base/291911 Log: Fix panic on shutdown due to iscsi event priority iscsi's

svn commit: r291936 - head/sys/ufs/ufs

2015-12-07 Thread Konstantin Belousov
Author: kib Date: Mon Dec 7 12:09:04 2015 New Revision: 291936 URL: https://svnweb.freebsd.org/changeset/base/291936 Log: Update ctime when atime or birthtime are updated. Cleanup setting of ctime/mtime/birthtime: do not set IN_ACCESS or IN_UPDATE, then clear them with ufs_itimes(),

svn commit: r291955 - in head: . share/mk

2015-12-07 Thread Ed Maste
Mon Dec 7 19:15:52 2015(r291955) @@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20151207: + Debug data files are now built

svn commit: r291938 - in head/sys: dev/mlx5/mlx5_core dev/mlx5/mlx5_en modules/mlx5 modules/mlx5en

2015-12-07 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 7 12:38:51 2015 New Revision: 291938 URL: https://svnweb.freebsd.org/changeset/base/291938 Log: Add full support for Receive Side Scaling, RSS, to the mlx5en driver. This includes binding all interrupt and worker threads according to the RSS configuration,

Re: svn commit: r291911 - head/sys/dev/iscsi

2015-12-07 Thread Edward Tomasz Napierała
On 1207T1134, Steven Hartland wrote: > > > On 07/12/2015 11:22, Edward Tomasz Napierała wrote: > > On 1207T0256, Steven Hartland wrote: > >> Author: smh > >> Date: Mon Dec 7 02:56:08 2015 > >> New Revision: 291911 > >> URL: https://svnweb.freebsd.org/changeset/base/291911 > >> > >> Log: > >>

svn commit: r291939 - in head/sys: dev/mlx5 dev/mlx5/mlx5_core modules/mlx5

2015-12-07 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 7 13:16:48 2015 New Revision: 291939 URL: https://svnweb.freebsd.org/changeset/base/291939 Log: Update the mlx5 shared driver code to the latest version, which include the following list of changes: - Added eswitch ACL table management Introduce API

Re: svn commit: r291911 - head/sys/dev/iscsi

2015-12-07 Thread tr...@freebsd.org
On 1207T1126, Steven Hartland wrote: > > > On 07/12/2015 06:41, Andriy Gapon wrote: > > On 07/12/2015 04:56, Steven Hartland wrote: > >> Author: smh > >> Date: Mon Dec 7 02:56:08 2015 > >> New Revision: 291911 > >> URL: https://svnweb.freebsd.org/changeset/base/291911 > >> > >> Log: > >>Fix

Re: svn commit: r291929 - head/tools/tools/nanobsd

2015-12-07 Thread Ian Lepore
On Mon, 2015-12-07 at 11:07 -0800, Garrett Cooper wrote: > > On Dec 7, 2015, at 10:13, Ian Lepore wrote: > > > > > On Mon, 2015-12-07 at 10:24 +, Warner Losh wrote: > > > Author: imp > > > Date: Mon Dec 7 10:24:38 2015 > > > New Revision: 291929 > > > URL:

svn commit: r291956 - in stable: 10/release/doc/share/xml 9/release/doc/share/xml

2015-12-07 Thread Glen Barber
Author: gjb Date: Mon Dec 7 19:19:51 2015 New Revision: 291956 URL: https://svnweb.freebsd.org/changeset/base/291956 Log: Document SA-15:26 Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/share/xml/security.xml Changes in other areas also in this revision:

svn commit: r291956 - in stable: 10/release/doc/share/xml 9/release/doc/share/xml

2015-12-07 Thread Glen Barber
Author: gjb Date: Mon Dec 7 19:19:51 2015 New Revision: 291956 URL: https://svnweb.freebsd.org/changeset/base/291956 Log: Document SA-15:26 Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/share/xml/security.xml Changes in other areas also in this revision:

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

2015-12-07 Thread Christian Brueffer
Author: brueffer Date: Mon Dec 7 19:21:08 2015 New Revision: 291957 URL: https://svnweb.freebsd.org/changeset/base/291957 Log: Fix a comment typo in the code example. PR: 203497 Submitted by: ch...@triularity.org MFC after:1 week Modified: head/share/man/man9/g_bio.9

Re: svn commit: r291907 - head/sys/vm

2015-12-07 Thread Oliver Pinter
On 12/6/15, Conrad E. Meyer wrote: > Author: cem > Date: Sun Dec 6 17:46:12 2015 > New Revision: 291907 > URL: https://svnweb.freebsd.org/changeset/base/291907 > > Log: > vm_fault_hold: handle vm_page_rename failure > > On vm_page_rename failure, fix a missing object unlock

Re: svn commit: r291929 - head/tools/tools/nanobsd

2015-12-07 Thread NGie Cooper
On Mon, Dec 7, 2015 at 11:17 AM, Ian Lepore wrote: ... > Arrr! No no no no, a thousand times NO. > > There is NO EXCUSE for that ugly unnecessary xfoo stuff. Quoting > properly supplies all the bulletproofing needed for string comparisons. The xfoo stuff protected

svn commit: r291958 - head/contrib/elftoolchain/elfcopy

2015-12-07 Thread Ed Maste
Author: emaste Date: Mon Dec 7 20:21:12 2015 New Revision: 291958 URL: https://svnweb.freebsd.org/changeset/base/291958 Log: elfcopy: exclude extension when converting from binary When converting from binary to ELF, elfcopy creates symbols _binary__start_, _binary__end, and

svn commit: r291959 - head/bin/ls

2015-12-07 Thread Baptiste Daroussin
Author: bapt Date: Mon Dec 7 20:48:28 2015 New Revision: 291959 URL: https://svnweb.freebsd.org/changeset/base/291959 Log: Fix ls -l alignement with new locales Latest update of locales introduced abbreviated month that follows the regionale rules meaning that they can be of variable

svn commit: r291960 - head/sys/cam

2015-12-07 Thread Kenneth D. Merry
Author: ken Date: Mon Dec 7 21:04:27 2015 New Revision: 291960 URL: https://svnweb.freebsd.org/changeset/base/291960 Log: The ccb_xflags enumeration was removed from FreeBSD/head in r259397 (it contained the CAM_EXTLUN_VALID bit) and I added the same type name with a different set of

svn commit: r291961 - in head: share/man/man9 sys/arm/arm sys/cddl/contrib/opensolaris/uts/intel/dtrace sys/cddl/contrib/opensolaris/uts/powerpc/dtrace sys/kern sys/mips/mips sys/sys

2015-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 7 21:33:15 2015 New Revision: 291961 URL: https://svnweb.freebsd.org/changeset/base/291961 Log: Add helper functions proc_readmem() and proc_writemem(). These helper functions can be used to read in or write a buffer from or to an arbitrary process' address

svn commit: r291962 - in head: cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/dev/dtrace

2015-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 7 21:44:05 2015 New Revision: 291962 URL: https://svnweb.freebsd.org/changeset/base/291962 Log: Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process. r281257 added support for lazyload mode by allowing dtrace(1) to register a DOF section

svn commit: r291963 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/contrib/opensolaris/uts/common/sys

2015-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 7 21:49:32 2015 New Revision: 291963 URL: https://svnweb.freebsd.org/changeset/base/291963 Log: MFV r289003: 6271 dtrace caused excessive fork time Author: Bryan Cantrill Reviewed by: Adam Leventhal Reviewed by: Dan

svn commit: r291964 - head/cddl/usr.sbin/dtrace/tests/common/usdt

2015-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 7 21:51:50 2015 New Revision: 291964 URL: https://svnweb.freebsd.org/changeset/base/291964 Log: Update DTrace test suite makefiles after r291963. Modified: head/cddl/usr.sbin/dtrace/tests/common/usdt/Makefile Modified:

svn commit: r291965 - head/cddl/usr.sbin/dtrace/tests/common/proc

2015-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 7 21:57:36 2015 New Revision: 291965 URL: https://svnweb.freebsd.org/changeset/base/291965 Log: Fix a discrepancy in r291738. The script that generates these makefiles was changed to modify LIBADD rather than LDADD/DPADD, but the makefile itself was also

svn commit: r291966 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa

2015-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 7 21:59:10 2015 New Revision: 291966 URL: https://svnweb.freebsd.org/changeset/base/291966 Log: Add a trailing newline to the expected output for tst.walltimestamp.ksh. MFC after:1 week Modified:

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

2015-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 7 22:00:13 2015 New Revision: 291967 URL: https://svnweb.freebsd.org/changeset/base/291967 Log: Fix a couple misspellings of "environment." MFC after:3 days Modified: head/share/man/man7/release.7 Modified: head/share/man/man7/release.7

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

2015-12-07 Thread Mark Johnston
Author: markj Date: Mon Dec 7 22:08:12 2015 New Revision: 291968 URL: https://svnweb.freebsd.org/changeset/base/291968 Log: Actually add the proc_rwmem(9) man page, missed in r291961. Added: head/share/man/man9/proc_rwmem.9 (contents, props changed) Added:

svn commit: r291970 - in vendor/NetBSD/bmake/dist: . mk unit-tests

2015-12-07 Thread Simon J. Gerraty
Author: sjg Date: Mon Dec 7 22:51:25 2015 New Revision: 291970 URL: https://svnweb.freebsd.org/changeset/base/291970 Log: Import bmake-20151201 Modified: vendor/NetBSD/bmake/dist/ChangeLog vendor/NetBSD/bmake/dist/Makefile vendor/NetBSD/bmake/dist/boot-strap

svn commit: r291971 - vendor/NetBSD/bmake/20151201

2015-12-07 Thread Simon J. Gerraty
Author: sjg Date: Mon Dec 7 22:51:52 2015 New Revision: 291971 URL: https://svnweb.freebsd.org/changeset/base/291971 Log: Tag bmake/20151201 Added: vendor/NetBSD/bmake/20151201/ - copied from r291970, vendor/NetBSD/bmake/dist/ ___

Re: svn commit: r291921 - head/tools/tools/nanobsd/embedded

2015-12-07 Thread John Baldwin
On Monday, December 07, 2015 05:13:29 AM Warner Losh wrote: > Author: imp > Date: Mon Dec 7 05:13:29 2015 > New Revision: 291921 > URL: https://svnweb.freebsd.org/changeset/base/291921 > > Log: > Document the different config files. > Document how to run qemu for the ones I've run. > Use

Re: svn commit: r291929 - head/tools/tools/nanobsd

2015-12-07 Thread Ed Maste
On 7 December 2015 at 14:07, Garrett Cooper wrote: > > Warner's commit was good. There's a more bulletproof way to do this to make > it more portable (in most cases, not all), but it would be overkill: > > [ "x$x" != x ] That construct is to support ancient shells that

svn commit: r291952 - head

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 7 18:45:55 2015 New Revision: 291952 URL: https://svnweb.freebsd.org/changeset/base/291952 Log: Fix spelling of internal hack. Reported by: ngie Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r291953 - head/sys/dev/usb/net

2015-12-07 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 7 18:55:33 2015 New Revision: 291953 URL: https://svnweb.freebsd.org/changeset/base/291953 Log: When setting up VLANs on a Raspberry Pi ethernet port, the MTU drops from 1500 to 1496 bytes. The MTU should remain at 1500, extending the frame size as per IEEE

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

2015-12-07 Thread Christian Brueffer
Author: brueffer Date: Mon Dec 7 19:08:33 2015 New Revision: 291954 URL: https://svnweb.freebsd.org/changeset/base/291954 Log: Add an MLINK for m_collapse. PR: 204205 Submitted by: avos MFC after:1 week Modified: head/share/man/man9/Makefile Modified:

svn commit: r291972 - in head: kerberos5/lib/libgssapi_krb5 kerberos5/lib/libgssapi_ntlm kerberos5/lib/libhdb kerberos5/lib/libheimntlm kerberos5/lib/libkadm5clnt kerberos5/lib/libkadm5srv kerberos...

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 7 23:53:01 2015 New Revision: 291972 URL: https://svnweb.freebsd.org/changeset/base/291972 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/kerberos5/lib/libgssapi_krb5/Makefile.depend

svn commit: r291973 - head/targets/pseudo/universe

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 8 00:22:24 2015 New Revision: 291973 URL: https://svnweb.freebsd.org/changeset/base/291973 Log: local.meta.sys.mk already defines TARGET_ARCHES_arm Modified: head/targets/pseudo/universe/Makefile Modified: head/targets/pseudo/universe/Makefile

svn commit: r291974 - stable/10/gnu/usr.bin/binutils/ld

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 8 00:24:41 2015 New Revision: 291974 URL: https://svnweb.freebsd.org/changeset/base/291974 Log: MFC r291226: Fix ld not respecting --sysroot. Relnotes: yes Modified: stable/10/gnu/usr.bin/binutils/ld/Makefile Directory Properties: stable/10/

svn commit: r291975 - stable/9/gnu/usr.bin/binutils/ld

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 8 00:25:00 2015 New Revision: 291975 URL: https://svnweb.freebsd.org/changeset/base/291975 Log: MFC r291226: Fix ld not respecting --sysroot. Relnotes: yes Modified: stable/9/gnu/usr.bin/binutils/ld/Makefile Directory Properties:

svn commit: r291976 - stable/10

2015-12-07 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 8 00:27:35 2015 New Revision: 291976 URL: https://svnweb.freebsd.org/changeset/base/291976 Log: MFC r291605: Fix errors being ignored in many phases of the build since the bmake integration. Modified: stable/10/Makefile stable/10/Makefile.inc1

svn commit: r291950 - head/share/examples/etc

2015-12-07 Thread Christian Brueffer
Author: brueffer Date: Mon Dec 7 18:39:38 2015 New Revision: 291950 URL: https://svnweb.freebsd.org/changeset/base/291950 Log: Fix a typo in the CPUTYPE list. PR: 205099 Submitted by: xxjack1...@gmail.com MFC after:1 week Modified: head/share/examples/etc/make.conf

Re: svn commit: r291952 - head

2015-12-07 Thread Garrett Cooper
> On Dec 7, 2015, at 10:45, Bryan Drewery wrote: > > Author: bdrewery > Date: Mon Dec 7 18:45:55 2015 > New Revision: 291952 > URL: https://svnweb.freebsd.org/changeset/base/291952 > > Log: > Fix spelling of internal hack. > > Reported by:ngie Thanks :)!

Re: svn commit: r291929 - head/tools/tools/nanobsd

2015-12-07 Thread Garrett Cooper
> On Dec 7, 2015, at 10:13, Ian Lepore wrote: > >> On Mon, 2015-12-07 at 10:24 +, Warner Losh wrote: >> Author: imp >> Date: Mon Dec 7 10:24:38 2015 >> New Revision: 291929 >> URL: https://svnweb.freebsd.org/changeset/base/291929 >> >> Log: >> Make sure to quote the arg

Re: svn commit: r291929 - head/tools/tools/nanobsd

2015-12-07 Thread Ian Lepore
On Mon, 2015-12-07 at 10:24 +, Warner Losh wrote: > Author: imp > Date: Mon Dec 7 10:24:38 2015 > New Revision: 291929 > URL: https://svnweb.freebsd.org/changeset/base/291929 > > Log: > Make sure to quote the arg after -n and -z tests. > While I am generally a quoting fanatic and would

svn commit: r291951 - head/sys/kern

2015-12-07 Thread Ed Maste
Author: emaste Date: Mon Dec 7 18:43:27 2015 New Revision: 291951 URL: https://svnweb.freebsd.org/changeset/base/291951 Log: Replace magic value ELF note type with NT_FREEBSD_ABI_TAG As of r291909 elf_common.h provides a definition. Suggested by: kib Sponsored by: The FreeBSD

Re: svn commit: r291929 - head/tools/tools/nanobsd

2015-12-07 Thread Ed Maste
On 7 December 2015 at 13:13, Ian Lepore wrote: > > While I am generally a quoting fanatic and would much rather overquote > than underquote in shell scripts, fyi it's not actually needed for the > -n and -z tests. test(1) and shells seem to be smart enough to see the > ']'

svn commit: r291980 - head/lib/libc/tests/stdio

2015-12-07 Thread Garrett Cooper
Author: ngie Date: Tue Dec 8 04:45:44 2015 New Revision: 291980 URL: https://svnweb.freebsd.org/changeset/base/291980 Log: Add missing va_ends for corresponding va_starts to clean up variable arguments initialized in _test_fmt(..) MFC after: 3 days Reported by: cppcheck Sponsored

svn commit: r291981 - head/lib/libc/tests/stdio

2015-12-07 Thread Garrett Cooper
Author: ngie Date: Tue Dec 8 04:51:21 2015 New Revision: 291981 URL: https://svnweb.freebsd.org/changeset/base/291981 Log: Delete bogus freeing of uninitialized data MFC after: 3 days Reported by: cppcheck Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r291979 - head/lib/libc/gen

2015-12-07 Thread Garrett Cooper
Author: ngie Date: Tue Dec 8 04:40:03 2015 New Revision: 291979 URL: https://svnweb.freebsd.org/changeset/base/291979 Log: Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding a missing "}" MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified:

Re: svn commit: r291907 - head/sys/vm

2015-12-07 Thread Conrad Meyer
On Mon, Dec 7, 2015 at 11:32 AM, Oliver Pinter wrote: > On 12/6/15, Conrad E. Meyer wrote: >> Author: cem >> Date: Sun Dec 6 17:46:12 2015 >> New Revision: 291907 >> URL: https://svnweb.freebsd.org/changeset/base/291907 >> >> Log: >>

svn commit: r291977 - head/share/misc

2015-12-07 Thread Maxim Konovalov
Author: maxim Date: Tue Dec 8 01:16:53 2015 New Revision: 291977 URL: https://svnweb.freebsd.org/changeset/base/291977 Log: o DragonFly 4.4.1 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r291978 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake usr.bin/bmake/unit-tests

2015-12-07 Thread Simon J. Gerraty
Author: sjg Date: Tue Dec 8 01:29:07 2015 New Revision: 291978 URL: https://svnweb.freebsd.org/changeset/base/291978 Log: Merge bmake-20151201 Modified: head/contrib/bmake/ChangeLog head/contrib/bmake/Makefile head/contrib/bmake/boot-strap head/contrib/bmake/cond.c

svn commit: r291982 - head/tools/regression/mac/mac_portacl

2015-12-07 Thread Garrett Cooper
Author: ngie Date: Tue Dec 8 05:17:22 2015 New Revision: 291982 URL: https://svnweb.freebsd.org/changeset/base/291982 Log: Skip the MAC portacl tests if MAC_PORTACL support is missing instead of marking them failed MFC after: 1 week Sponsored by: EMC / Isilon Storage Division

svn commit: r291983 - head/tools/regression/tls/ttls2

2015-12-07 Thread Garrett Cooper
Author: ngie Date: Tue Dec 8 05:24:06 2015 New Revision: 291983 URL: https://svnweb.freebsd.org/changeset/base/291983 Log: Fix compilation warnings by adding unistd.h #include and missing return statements MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r291984 - head/tools/regression/tls/ttls4

2015-12-07 Thread Garrett Cooper
Author: ngie Date: Tue Dec 8 05:27:22 2015 New Revision: 291984 URL: https://svnweb.freebsd.org/changeset/base/291984 Log: Add missing stdlib.h header Apply some minor style(9) fixes MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified: