svn commit: r275931 - head/sys/modules/cryptodev

2014-12-18 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Fri Dec 19 06:51:01 2014 New Revision: 275931 URL: https://svnweb.freebsd.org/changeset/base/275931 Log: Fix `make depend` in sys/modules Differential Revision:https://reviews.freebsd.org/D1338 Reviewed by: delphij Approved by: delphij Mo

svn commit: r275930 - head/lib/libc/regex

2014-12-18 Thread Xin LI
Author: delphij Date: Fri Dec 19 06:48:47 2014 New Revision: 275930 URL: https://svnweb.freebsd.org/changeset/base/275930 Log: Plug a memory leak. Obtained from:DragonFlyBSD (commit 5119ece) MFC after:2 weeks Modified: head/lib/libc/regex/regcomp.c Modified: head/lib/libc/

svn commit: r275929 - head/sys/dev/iwn

2014-12-18 Thread Adrian Chadd
Author: adrian Date: Fri Dec 19 01:41:51 2014 New Revision: 275929 URL: https://svnweb.freebsd.org/changeset/base/275929 Log: Remove a private copy of ieee80211_add_ssid(). PR: kern/196116 Submitted by: Andriy Voskoboinyk Modified: head/sys/dev/iwn/if_iwn.c Modified: head/s

svn commit: r275928 - head/sys/net80211

2014-12-18 Thread Adrian Chadd
Author: adrian Date: Fri Dec 19 01:39:58 2014 New Revision: 275928 URL: https://svnweb.freebsd.org/changeset/base/275928 Log: Make ieee80211_add_ssid() public. Some drivers use private copies of this. PR: kern/196116 Submitted by: Andriy Voskoboinyk Modified: head/sys/n

svn commit: r275925 - in head: sys/dev/iscsi usr.sbin/ctld usr.sbin/iscsid

2014-12-18 Thread Alexander Motin
Author: mav Date: Fri Dec 19 01:12:22 2014 New Revision: 275925 URL: https://svnweb.freebsd.org/changeset/base/275925 Log: Slightly polish iSCSI parameters negotiation. MFC after:1 week Modified: head/sys/dev/iscsi/iscsi.c head/usr.sbin/ctld/login.c head/usr.sbin/iscsid/login.c

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

2014-12-18 Thread Xin LI
Author: delphij Date: Fri Dec 19 00:20:29 2014 New Revision: 275923 URL: https://svnweb.freebsd.org/changeset/base/275923 Log: Add missing continue: we can't proceed further if the kernel does not panic with zfs_panic_recover. Illumos issue: 5438 zfs_blkptr_verify should continue af

Re: svn commit: r275819 - in head/lib/msun: ld128 ld80 src

2014-12-18 Thread Steve Kargl
On Thu, Dec 18, 2014 at 02:44:47PM -0700, Warner Losh wrote: > > > On Dec 17, 2014, at 2:16 PM, Steve Kargl > > wrote: > > > > > > Ed's diff is ~1000 lines and touches several files. Localizing > > the change to math_private.h would have been a ~20 line > > diff to a single file. > > Then ju

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

2014-12-18 Thread Xin LI
Author: delphij Date: Thu Dec 18 23:45:26 2014 New Revision: 275922 URL: https://svnweb.freebsd.org/changeset/base/275922 Log: MFV r275914: As of r270383, the dbuf_compare comparator compares the dbuf attributes in the following order: db_level (indirect level) db_blkid

svn commit: r275920 - head/sys/cam/ctl

2014-12-18 Thread Alexander Motin
Author: mav Date: Thu Dec 18 22:32:22 2014 New Revision: 275920 URL: https://svnweb.freebsd.org/changeset/base/275920 Log: Pass real optimal transfer size supported by backend. For files and ZVOLs that is 1MB now, not 128K. MFC after:1 week Modified: head/sys/cam/ctl/ctl.c hea

Re: svn commit: r275819 - in head/lib/msun: ld128 ld80 src

2014-12-18 Thread Adrian Chadd
On 18 December 2014 at 13:44, Warner Losh wrote: > >> On Dec 17, 2014, at 2:16 PM, Steve Kargl >> wrote: >> >> >> Ed's diff is ~1000 lines and touches several files. Localizing >> the change to math_private.h would have been a ~20 line >> diff to a single file. > > Then just back his change out

Re: svn commit: r275819 - in head/lib/msun: ld128 ld80 src

2014-12-18 Thread Warner Losh via svn-src-head
> On Dec 17, 2014, at 2:16 PM, Steve Kargl > wrote: > > > Ed's diff is ~1000 lines and touches several files. Localizing > the change to math_private.h would have been a ~20 line > diff to a single file. Then just back his change out, put yours in and we all win. This seems like ample “this

svn commit: r275918 - head/usr.bin/seq

2014-12-18 Thread Xin LI
Author: delphij Date: Thu Dec 18 20:23:19 2014 New Revision: 275918 URL: https://svnweb.freebsd.org/changeset/base/275918 Log: Sync with NetBSD, mainly address NetBSD bug #43355: Fix valid_format() to be more careful about allowing only valid printf formats. Obtained from:Net

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

2014-12-18 Thread Ed Maste
Author: emaste Date: Thu Dec 18 19:09:59 2014 New Revision: 275916 URL: https://svnweb.freebsd.org/changeset/base/275916 Log: Include section name in strip warning message Modified: head/contrib/elftoolchain/elfcopy/sections.c Modified: head/contrib/elftoolchain/elfcopy/sections.c ==

Re: svn commit: r275909 - head

2014-12-18 Thread Garrett Cooper
On Dec 18, 2014, at 10:26, Garrett Cooper wrote: > Author: ngie > Date: Thu Dec 18 18:26:10 2014 > New Revision: 275909 > URL: https://svnweb.freebsd.org/changeset/base/275909 > > Log: > Don't build full clang toolchain or clang extras in stages 1-3 of buildworld … > # cross-tools stage > XMA

svn commit: r275910 - head

2014-12-18 Thread Garrett Cooper
Author: ngie Date: Thu Dec 18 18:30:33 2014 New Revision: 275910 URL: https://svnweb.freebsd.org/changeset/base/275910 Log: Fix accidental MK_DEBUG_FILES=no addition to NXBMAKE in r275909 X-MFC with: r275909 Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc1 Modi

svn commit: r275909 - head

2014-12-18 Thread Garrett Cooper
Author: ngie Date: Thu Dec 18 18:26:10 2014 New Revision: 275909 URL: https://svnweb.freebsd.org/changeset/base/275909 Log: Don't build full clang toolchain or clang extras in stages 1-3 of buildworld MFC after: 1 week Reviewed by: dim (as part of a "larger" diff) Phabric: D1336 Spons

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

2014-12-18 Thread Garrett Cooper
Author: ngie Date: Thu Dec 18 18:20:33 2014 New Revision: 275908 URL: https://svnweb.freebsd.org/changeset/base/275908 Log: Document STRIP_CMD in build(7) and note its importance with LOCAL_ITOOLS MFC after: 1 week Phabric: D1335 Reviewed by: brueffer Sponsored by: EMC / Isilon Storag

svn commit: r275907 - in head: . etc etc/mtree tools/build/mk

2014-12-18 Thread Garrett Cooper
Author: ngie Date: Thu Dec 18 18:16:00 2014 New Revision: 275907 URL: https://svnweb.freebsd.org/changeset/base/275907 Log: Fix building/installing tests when TESTSBASE != /usr/tests The work in r258233 hardcoded the assumption that tests was the last component of the tests tree by pushin

svn commit: r275906 - head/usr.sbin/jail

2014-12-18 Thread Jamie Gritton
Author: jamie Date: Thu Dec 18 18:10:39 2014 New Revision: 275906 URL: https://svnweb.freebsd.org/changeset/base/275906 Log: Setgid before running a command as a specified user. Previously only initgroups(3) was called, what isn't quite enough. This brings jail(8) in line with jexec(8), wh

svn commit: r275904 - head/usr.sbin/kldxref

2014-12-18 Thread Warner Losh
Author: imp Date: Thu Dec 18 16:57:19 2014 New Revision: 275904 URL: https://svnweb.freebsd.org/changeset/base/275904 Log: Remove -fno-strict-alias, as it is no longer needed. Modified: head/usr.sbin/kldxref/Makefile Modified: head/usr.sbin/kldxref/Makefile ==

svn commit: r275905 - head/sys/dev/mmc

2014-12-18 Thread Warner Losh
Author: imp Date: Thu Dec 18 16:57:22 2014 New Revision: 275905 URL: https://svnweb.freebsd.org/changeset/base/275905 Log: Don't deselect the card too soon. To set the block size or switch the function parameters, the card has to be in transfer state. If it is in the idle state, the commands

svn commit: r275903 - head/sys/sys

2014-12-18 Thread Andrew Turner
Author: andrew Date: Thu Dec 18 14:31:30 2014 New Revision: 275903 URL: https://svnweb.freebsd.org/changeset/base/275903 Log: Add AArch64 64-bit relocation values. These will be needed by rtld when we import it along with utilities in elftoolchain. Differential Revision:https://re

svn commit: r275897 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/ext2fs fs/fuse fs/msdosfs fs/nandfs fs/nfsclient fs/nfsserver fs/tmpfs fs/unionfs kern nfsclient nfsserver ufs/ffs u...

2014-12-18 Thread Konstantin Belousov
Author: kib Date: Thu Dec 18 10:01:12 2014 New Revision: 275897 URL: https://svnweb.freebsd.org/changeset/base/275897 Log: The VOP_LOOKUP() implementations for CREATE op do not put the name into namecache, to avoid cache trashing when doing large operations. E.g., tar archive extraction is n