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

2016-02-07 Thread Konstantin Belousov
Author: kib Date: Sun Feb 7 09:51:22 2016 New Revision: 295366 URL: https://svnweb.freebsd.org/changeset/base/295366 Log: MFC r295277: When matching brand to the ELF binary by notes, try to find a brand with interpreter name exactly matching one wanted by the binary. Approved by: re

svn commit: r295370 - head/sys/fs/msdosfs

2016-02-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 7 15:36:16 2016 New Revision: 295370 URL: https://svnweb.freebsd.org/changeset/base/295370 Log: msdosfs_rename: yet another unused value. As with r295355, it seems to be left over from a cleanup in r33548. The code is not in NetBSD either. Thanks to bde

Re: svn commit: r295362 - head/sys/fs/cd9660

2016-02-07 Thread Pedro Giffuni
On 02/07/16 02:13, Bruce Evans wrote: On Sun, 7 Feb 2016, Pedro F. Giffuni wrote: Log: cd9660: Drop an unnecessary check for NULL. This was unnecessary and also confused Coverity. Confirmed on:NetBSD CID:978558 This leaves many similar bugs unfixed nearby. One is a null

svn commit: r295372 - head/sys/kern

2016-02-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 7 16:18:12 2016 New Revision: 295372 URL: https://svnweb.freebsd.org/changeset/base/295372 Log: Minor grammar fix in comment. Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.c

svn commit: r295371 - head/sys/fs/fdescfs

2016-02-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 7 15:40:01 2016 New Revision: 295371 URL: https://svnweb.freebsd.org/changeset/base/295371 Log: Revert r295359: CID 1018688 is a false positive. The initialization is done by calling vn_start_write(... , flags). mp is only an output parameter unless (flags &

svn commit: r295367 - in stable/10: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/caldera crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse cryp...

2016-02-07 Thread Dag-Erling Smørgrav
Author: des Date: Sun Feb 7 11:38:54 2016 New Revision: 295367 URL: https://svnweb.freebsd.org/changeset/base/295367 Log: MFH (r265214, r294333, r294407, r294467): misc prop fixes MFH (r285975, r287143): register mergeinfo for security fixes MFH (r294497, r294498, r295139): internal

svn commit: r295369 - head/lib/libedit

2016-02-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 7 15:26:21 2016 New Revision: 295369 URL: https://svnweb.freebsd.org/changeset/base/295369 Log: MFV r295360 Sync our libedit with NetBSD's libedit 2016-01-16 Obtained from:NetBSD Modified: head/lib/libedit/editline.3 head/lib/libedit/el.c

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

2016-02-07 Thread Devin Teske
Author: dteske Date: Sun Feb 7 13:33:18 2016 New Revision: 295368 URL: https://svnweb.freebsd.org/changeset/base/295368 Log: Add missing comma Modified: head/share/man/man4/bridge.4 Modified: head/share/man/man4/bridge.4

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

2016-02-07 Thread Andrew Turner
On Sun, 7 Feb 2016 16:44:14 + (UTC) Warner Losh wrote: > Author: imp > Date: Sun Feb 7 16:44:13 2016 > New Revision: 295377 > URL: https://svnweb.freebsd.org/changeset/base/295377 > > Log: > Use new NANO_LOG to put the logs some place reasonable. Also, share > the

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

2016-02-07 Thread Warner Losh
On Sun, Feb 7, 2016 at 1:14 PM, Andrew Turner wrote: > On Sun, 7 Feb 2016 16:44:14 + (UTC) > Warner Losh wrote: > > > Author: imp > > Date: Sun Feb 7 16:44:13 2016 > > New Revision: 295377 > > URL: https://svnweb.freebsd.org/changeset/base/295377 > >

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

2016-02-07 Thread Warner Losh
Author: imp Date: Sun Feb 7 16:44:06 2016 New Revision: 295376 URL: https://svnweb.freebsd.org/changeset/base/295376 Log: Use NANO_LOG instead of NANO_OBJ for log file locations. Have it default to NANO_OBJ. Modified: head/tools/tools/nanobsd/defaults.sh (contents, props changed)

svn commit: r295384 - head/lib/libc/sys

2016-02-07 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 7 21:25:08 2016 New Revision: 295384 URL: https://svnweb.freebsd.org/changeset/base/295384 Log: semget(2): Add missing [EINVAL] conditions. PR: 206927 Modified: head/lib/libc/sys/semget.2 Modified: head/lib/libc/sys/semget.2

svn commit: r295385 - in head: sys/kern tools/regression/sysvsem

2016-02-07 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 7 22:12:39 2016 New Revision: 295385 URL: https://svnweb.freebsd.org/changeset/base/295385 Log: semget(): Check for [EEXIST] error first. Although POSIX literally permits failing with [EINVAL] if IPC_CREAT and IPC_EXCL were both passed, the semaphore set

svn commit: r295373 - head/share/examples/jails

2016-02-07 Thread Devin Teske
Author: dteske Date: Sun Feb 7 16:41:54 2016 New Revision: 295373 URL: https://svnweb.freebsd.org/changeset/base/295373 Log: Add two scripts for vnet jails One for if_bridge(4) back-end, another for ng_bridge(4) back-end Sponsored by: FIS Global, Inc. Added:

svn commit: r295379 - stable/9/share/i18n/esdb/MISC

2016-02-07 Thread Hajimu UMEMOTO
Author: ume Date: Sun Feb 7 17:03:49 2016 New Revision: 295379 URL: https://svnweb.freebsd.org/changeset/base/295379 Log: MFC r295234: Make sure to enable aliases for SHIFT_JIS. Modified: stable/9/share/i18n/esdb/MISC/MISC.alias Directory Properties: stable/9/share/i18n/esdb/

svn commit: r295380 - in head: . share/man/man7 share/mk

2016-02-07 Thread Garrett Cooper
Author: ngie Date: Sun Feb 7 18:40:04 2016 New Revision: 295380 URL: https://svnweb.freebsd.org/changeset/base/295380 Log: Simplify running the FreeBSD test suite Replace `make regress` (legacy test make target) and `make test` (incomplete test make target added with the FreeBSD test

Re: svn commit: r295370 - head/sys/fs/msdosfs

2016-02-07 Thread Pedro Giffuni
El 07/02/2016 a las 11:51, Bruce Evans wrote: On Sun, 7 Feb 2016, Pedro F. Giffuni wrote: Log: msdosfs_rename: yet another unused value. As with r295355, it seems to be left over from a cleanup in r33548. The code is not in NetBSD either. Thanks to bde for checking out the history.

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

2016-02-07 Thread Warner Losh
Author: imp Date: Sun Feb 7 16:44:13 2016 New Revision: 295377 URL: https://svnweb.freebsd.org/changeset/base/295377 Log: Use new NANO_LOG to put the logs some place reasonable. Also, share the object directory among all builds where it makes sense. When building with NANO_CPUTYPE,

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

2016-02-07 Thread Warner Losh
Author: imp Date: Sun Feb 7 16:43:55 2016 New Revision: 295374 URL: https://svnweb.freebsd.org/changeset/base/295374 Log: Various fixups: o Make sure we create bsd label for MBR scheme (though we don't really need it for the efi case, and boot1 can't read it). Add notes about why we

Re: svn commit: r295362 - head/sys/fs/cd9660

2016-02-07 Thread Bruce Evans
On Sun, 7 Feb 2016, Pedro Giffuni wrote: On 02/07/16 02:13, Bruce Evans wrote: On Sun, 7 Feb 2016, Pedro F. Giffuni wrote: Log: cd9660: Drop an unnecessary check for NULL. This was unnecessary and also confused Coverity. Confirmed on:NetBSD CID:978558 This leaves many

Re: svn commit: r295370 - head/sys/fs/msdosfs

2016-02-07 Thread Bruce Evans
On Sun, 7 Feb 2016, Pedro F. Giffuni wrote: Log: msdosfs_rename: yet another unused value. As with r295355, it seems to be left over from a cleanup in r33548. The code is not in NetBSD either. Thanks to bde for checking out the history. r33548 was not a cleanup. It was a major change

svn commit: r295378 - stable/10/share/i18n/esdb/MISC

2016-02-07 Thread Hajimu UMEMOTO
Author: ume Date: Sun Feb 7 16:51:50 2016 New Revision: 295378 URL: https://svnweb.freebsd.org/changeset/base/295378 Log: MFC r295234: Make sure to enable aliases for SHIFT_JIS. Approved by: re (marius) Modified: stable/10/share/i18n/esdb/MISC/MISC.alias Directory Properties:

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

2016-02-07 Thread Warner Losh
Author: imp Date: Sun Feb 7 16:44:04 2016 New Revision: 295375 URL: https://svnweb.freebsd.org/changeset/base/295375 Log: Add simple config for i386 BIOS boot. Added: head/tools/tools/nanobsd/embedded/i386.cfg (contents, props changed) Added: head/tools/tools/nanobsd/embedded/i386.cfg

svn commit: r295389 - in stable/10/sys: netinet netinet6

2016-02-07 Thread Bjoern A. Zeeb
Author: bz Date: Mon Feb 8 00:07:01 2016 New Revision: 295389 URL: https://svnweb.freebsd.org/changeset/base/295389 Log: MFC r292601,292654: Since r256624 (head) we have been leaking routing table allocations on vnet enabled jail shutdown. Call the provided cleanup routines for

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

2016-02-07 Thread Warner Losh
Author: imp Date: Sun Feb 7 23:20:44 2016 New Revision: 295387 URL: https://svnweb.freebsd.org/changeset/base/295387 Log: Make sure NANO_DISKIMGDIR exists. Modified: head/tools/tools/nanobsd/embedded/common Modified: head/tools/tools/nanobsd/embedded/common

svn commit: r295386 - stable/10/contrib/bsnmp/snmp_mibII

2016-02-07 Thread Bjoern A. Zeeb
Author: bz Date: Sun Feb 7 22:53:03 2016 New Revision: 295386 URL: https://svnweb.freebsd.org/changeset/base/295386 Log: MFC r295202: Try to fix a bug introduced in r228623 (head). We started to copy the ifa_msghdr as otherwise platforms with strict alignment would break. It is

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

2016-02-07 Thread Bjoern A. Zeeb
Author: bz Date: Sun Feb 7 23:42:36 2016 New Revision: 295388 URL: https://svnweb.freebsd.org/changeset/base/295388 Log: MFC r294514: The variable is write once only and not used. Recover the vertical space. Sponsored by: The FreeBSD Foundation Obtained from:

svn commit: r295390 - head/tools/tools/ath/athregs

2016-02-07 Thread Adrian Chadd
Author: adrian Date: Mon Feb 8 02:11:34 2016 New Revision: 295390 URL: https://svnweb.freebsd.org/changeset/base/295390 Log: Add a format string to the err() calls. Modified: head/tools/tools/ath/athregs/dumpregs.c Modified: head/tools/tools/ath/athregs/dumpregs.c