svn commit: r291620 - in head: gnu/usr.bin/dtc lib/libarchive/tests lib/libbsm lib/libc++ lib/msun libexec/rtld-elf usr.bin/cpio usr.bin/cpio/tests usr.bin/tar usr.bin/tar/tests

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 22:20:04 2015 New Revision: 291620 URL: https://svnweb.freebsd.org/changeset/base/291620 Log: Don't override LIB*DIR variables from src.libnames.mk. In some cases switch to the LIB*SRCDIR value. These recently were defined in r291327 and r291619.

svn commit: r291614 - head/sys/conf

2015-12-01 Thread John Baldwin
Author: jhb Date: Tue Dec 1 21:19:16 2015 New Revision: 291614 URL: https://svnweb.freebsd.org/changeset/base/291614 Log: Restore cleaning of auto-generated kobj files after the recent MFILES changes. Use the list of MFILES found by find to identify the set of possible auto-generated

svn commit: r291613 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 20:56:16 2015 New Revision: 291613 URL: https://svnweb.freebsd.org/changeset/base/291613 Log: Only include src.conf if _WITHOUT_SRCCONF not defined. This does not really fix anything currently since _WITHOUT_SRCCONF must be defined in the environment or

svn commit: r291615 - head/contrib/netbsd-tests/lib/libcrypt

2015-12-01 Thread Craig Rodrigues
Author: rodrigc Date: Tue Dec 1 21:22:29 2015 New Revision: 291615 URL: https://svnweb.freebsd.org/changeset/base/291615 Log: Hack test so that it works on FreeBSD. Modified: head/contrib/netbsd-tests/lib/libcrypt/t_crypt.c Modified: head/contrib/netbsd-tests/lib/libcrypt/t_crypt.c

svn commit: r291619 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 22:19:17 2015 New Revision: 291619 URL: https://svnweb.freebsd.org/changeset/base/291619 Log: Define a LIB*SRCDIR for all known _LIBRARIES. This is a follow-up to r291327 which added a LIB*DIR for all known _LIBRARIES. Sponsored by: EMC / Isilon

svn commit: r291618 - head/lib/libarchive

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 22:04:59 2015 New Revision: 291618 URL: https://svnweb.freebsd.org/changeset/base/291618 Log: Don't override LIB*DIR variables from src.libnames.mk. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r291611 - head

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 20:24:58 2015 New Revision: 291611 URL: https://svnweb.freebsd.org/changeset/base/291611 Log: Add NO_INSTALLKERNEL to undo the assumption that the first KERNCONF will be installed as "kernel". This is relevant for packaging of the kernel when not wanting a

svn commit: r291617 - head/lib/libauditd

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 22:03:40 2015 New Revision: 291617 URL: https://svnweb.freebsd.org/changeset/base/291617 Log: Don't override LIB*DIR variables from src.libnames.mk. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libauditd/Makefile

svn commit: r291612 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 20:50:14 2015 New Revision: 291612 URL: https://svnweb.freebsd.org/changeset/base/291612 Log: Support LOCAL_LIBRARIES for LIBADD. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/src.libnames.mk Modified:

svn commit: r291616 - head/lib/libcrypt/tests

2015-12-01 Thread Craig Rodrigues
Author: rodrigc Date: Tue Dec 1 21:25:18 2015 New Revision: 291616 URL: https://svnweb.freebsd.org/changeset/base/291616 Log: Enable libcrypt tests. kyua 0.12 has fix for https://github.com/jmmv/kyua/pull/148 which eliminates invalid XML characters from being written to test reports

svn commit: r291622 - head/libexec/rtld-elf

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 22:50:32 2015 New Revision: 291622 URL: https://svnweb.freebsd.org/changeset/base/291622 Log: Fix build after r291620. "don't know how to make /Versions.def. Stop" This was trying to define a target in bsd.symver.mk based on LIBCDIR which was not

Re: svn commit: r291623 - head/share/mk

2015-12-01 Thread Bryan Drewery
On 12/1/2015 4:01 PM, Bryan Drewery wrote: > +.info ${.CURDIR}: Missing or incorrect _DP_${LIB} entry in ${_this:T}. > Should match LIBADD for ${LIB} ('${LIBADD}' vs '${_DP_${LIB}}') Meant to be .error. Retesting. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital

svn commit: r291624 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 00:17:13 2015 New Revision: 291624 URL: https://svnweb.freebsd.org/changeset/base/291624 Log: Revert incomplete r291623. Modified: head/share/mk/bsd.libnames.mk head/share/mk/src.libnames.mk Modified: head/share/mk/bsd.libnames.mk

svn commit: r291623 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 00:01:09 2015 New Revision: 291623 URL: https://svnweb.freebsd.org/changeset/base/291623 Log: Add assertions that capture invalid configurations for new libraries. Fix current findings. Given libfoo: - Ensure that a LIBFOO is set. For INTERNALLIBS

svn commit: r291621 - head/sbin/ipf

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 22:39:19 2015 New Revision: 291621 URL: https://svnweb.freebsd.org/changeset/base/291621 Log: Don't add LIBADD=ipf to libipf itself. This had no real impact since libipf is a static INTERNALLIB. It does conflict with an assertion I am adding for LIBADD

svn commit: r291627 - in head: cddl/usr.sbin cddl/usr.sbin/plockstat targets/pseudo/userland/cddl tools/build/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 00:49:45 2015 New Revision: 291627 URL: https://svnweb.freebsd.org/changeset/base/291627 Log: Fully connect cddl/usr.sbin/plockstat. There seems to be no reason to keep this so private. Also add missing optional MK_CDDL files. Sponsored by: EMC /

svn commit: r291626 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 00:49:42 2015 New Revision: 291626 URL: https://svnweb.freebsd.org/changeset/base/291626 Log: Don't overlink libmt consumers with libsbuf. This change came in r281332 which was reducing overlinking in mt(1) but currently mt(1) is linked with sbuf when it

svn commit: r291630 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 01:17:09 2015 New Revision: 291630 URL: https://svnweb.freebsd.org/changeset/base/291630 Log: Don't overlink pthread to libsqlite3 consumers. At least usr.bin/mandoc was overlink. Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r291631 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 01:23:16 2015 New Revision: 291631 URL: https://svnweb.freebsd.org/changeset/base/291631 Log: Don't overlink pthread to kerberos library consumers. I'm not sure why this was here, none of these use pthread themselves and none of the consumers are broken

svn commit: r291632 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 01:24:31 2015 New Revision: 291632 URL: https://svnweb.freebsd.org/changeset/base/291632 Log: Add assertions that capture invalid configurations for new libraries. Fix current findings, which should fix cases of NO_SHARED not building properly.

svn commit: r291637 - head/cddl/contrib/opensolaris/cmd/plockstat

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 02:11:38 2015 New Revision: 291637 URL: https://svnweb.freebsd.org/changeset/base/291637 Log: Fix the build for non-amd64. Modified: head/cddl/contrib/opensolaris/cmd/plockstat/plockstat.c Modified: head/cddl/contrib/opensolaris/cmd/plockstat/plockstat.c

svn commit: r291638 - head/sys/fs/nfs

2015-12-01 Thread Rick Macklem
Author: rmacklem Date: Wed Dec 2 02:47:13 2015 New Revision: 291638 URL: https://svnweb.freebsd.org/changeset/base/291638 Log: Fix the memory leak that occurs when the nfscommon.ko module is unloaded. This leak was introduced by r291527. Since the nfscommon.ko module is rarely unloaded,

svn commit: r291629 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 00:54:05 2015 New Revision: 291629 URL: https://svnweb.freebsd.org/changeset/base/291629 Log: Fix truncation of _DP_proc and add missing libelf. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/src.libnames.mk Modified:

svn commit: r291634 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 01:49:22 2015 New Revision: 291634 URL: https://svnweb.freebsd.org/changeset/base/291634 Log: Revert r291633. Some files were missed. Modified: head/share/mk/bsd.subdir.mk Modified: head/share/mk/bsd.subdir.mk

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

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 01:50:22 2015 New Revision: 291635 URL: https://svnweb.freebsd.org/changeset/base/291635 Log: bsd.subdir.mk: Only recurse on called targets, rather than dependencies. This is to fix 'make all' causing it to recurse on both 'all' and 'buildconfig' due to

svn commit: r291625 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 00:49:39 2015 New Revision: 291625 URL: https://svnweb.freebsd.org/changeset/base/291625 Log: libssh uses libz even without MK_LDNS Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/src.libnames.mk Modified:

svn commit: r291628 - in head: cddl/usr.sbin/dtrace share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 00:49:49 2015 New Revision: 291628 URL: https://svnweb.freebsd.org/changeset/base/291628 Log: Reduce overlinking of libdtrace consumers with libctf, libelf, libproc. The proper place for this list is _DP_dtrace. Due to removing the LDADD_dtrace, more

svn commit: r291633 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 01:47:27 2015 New Revision: 291633 URL: https://svnweb.freebsd.org/changeset/base/291633 Log: bsd.subdir.mk: Only recurse on called targets, rather than dependencies. This is to fix 'make all' causing it to recurse on both 'all' and 'buildconfig' due to

svn commit: r291599 - head/lib/lib80211

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 17:31:22 2015 New Revision: 291599 URL: https://svnweb.freebsd.org/changeset/base/291599 Log: No trailing slash is needed here. Modified: head/lib/lib80211/Makefile Modified: head/lib/lib80211/Makefile

svn commit: r291600 - in head: lib/lib80211 share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 17:38:52 2015 New Revision: 291600 URL: https://svnweb.freebsd.org/changeset/base/291600 Log: Fix underlinking in lib80211 and define static dependencies in src.libnames.mk so NO_SHARED works properly. Reported by: Manfred Antar

svn commit: r291596 - head/etc/rc.d

2015-12-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 1 16:42:39 2015 New Revision: 291596 URL: https://svnweb.freebsd.org/changeset/base/291596 Log: Modify the rctl rc script to add multiple rules in a single run. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/etc/rc.d/rctl

svn commit: r291597 - head/sys/kern

2015-12-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Dec 1 17:00:31 2015 New Revision: 291597 URL: https://svnweb.freebsd.org/changeset/base/291597 Log: Missed header_supported call from r291020: make really, really sure the brand likes the executable. Modified: head/sys/kern/imgact_elf.c Modified:

svn commit: r291598 - in head/sys/boot: ofw/libofw powerpc/kboot powerpc/ps3

2015-12-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Dec 1 17:01:27 2015 New Revision: 291598 URL: https://svnweb.freebsd.org/changeset/base/291598 Log: Allow loader to load 64-bit ELFv2 PowerPC kernels. Modified: head/sys/boot/ofw/libofw/ppc64_elf_freebsd.c head/sys/boot/powerpc/kboot/ppc64_elf_freebsd.c

Re: svn commit: r291600 - in head: lib/lib80211 share/mk

2015-12-01 Thread Bryan Drewery
On 12/1/2015 9:38 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Dec 1 17:38:52 2015 > New Revision: 291600 > URL: https://svnweb.freebsd.org/changeset/base/291600 > > Log: > Fix underlinking in lib80211 and define static dependencies in > src.libnames.mk > so NO_SHARED works

Re: svn commit: r291600 - in head: lib/lib80211 share/mk

2015-12-01 Thread Adrian Chadd
oh, thanks! -a On 1 December 2015 at 09:49, Bryan Drewery wrote: > On 12/1/2015 9:38 AM, Bryan Drewery wrote: >> Author: bdrewery >> Date: Tue Dec 1 17:38:52 2015 >> New Revision: 291600 >> URL: https://svnweb.freebsd.org/changeset/base/291600 >> >> Log: >> Fix

svn commit: r291601 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 18:09:40 2015 New Revision: 291601 URL: https://svnweb.freebsd.org/changeset/base/291601 Log: Add missing LIB80211 entry for DPADD needs. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.libnames.mk Modified:

Re: svn commit: r291601 - head/share/mk

2015-12-01 Thread Bryan Drewery
On 12/1/2015 10:09 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Dec 1 18:09:40 2015 > New Revision: 291601 > URL: https://svnweb.freebsd.org/changeset/base/291601 > > Log: > Add missing LIB80211 entry for DPADD needs. > > Sponsored by: EMC / Isilon Storage Division > >

Re: svn commit: r291637 - head/cddl/contrib/opensolaris/cmd/plockstat

2015-12-01 Thread Craig Rodrigues
On Tue, Dec 1, 2015 at 6:11 PM, Bryan Drewery wrote: > - (void) snprintf(buf, size, "%#lx", addr); > + (void) snprintf(buf, size, "%#lx", (unsigned long)addr); > return (0); > In the past when I've hit these types of problems, I

svn commit: r291642 - in head/sys: conf contrib/dev/ath/ath_hal/ar9300 modules/ath

2015-12-01 Thread Adrian Chadd
Author: adrian Date: Wed Dec 2 05:36:45 2015 New Revision: 291642 URL: https://svnweb.freebsd.org/changeset/base/291642 Log: Add initial ar9300 HAL support for the spectral scan mode. Modified: head/sys/conf/files head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c

Re: svn commit: r291637 - head/cddl/contrib/opensolaris/cmd/plockstat

2015-12-01 Thread Benjamin Kaduk
On Tue, Dec 1, 2015 at 10:18 PM, Craig Rodrigues wrote: > On Tue, Dec 1, 2015 at 6:11 PM, Bryan Drewery > wrote: > > > - (void) snprintf(buf, size, "%#lx", addr); > > + (void) snprintf(buf, size, "%#lx", (unsigned

svn commit: r291639 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 05:23:12 2015 New Revision: 291639 URL: https://svnweb.freebsd.org/changeset/base/291639 Log: Add LIBNANDFS. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.libnames.mk Modified: head/share/mk/bsd.libnames.mk

svn commit: r291640 - in head: lib/libnandfs sbin/nandfs sbin/newfs_nandfs targets/pseudo/userland targets/pseudo/userland/lib usr.sbin/nandsim usr.sbin/nandtool

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Wed Dec 2 05:31:01 2015 New Revision: 291640 URL: https://svnweb.freebsd.org/changeset/base/291640 Log: META MODE: Connect MK_NAND directories. Sponsored by: EMC / Isilon Storage Division Added: head/lib/libnandfs/Makefile.depend (contents, props changed)

svn commit: r291641 - head/sys/dev/arcmsr

2015-12-01 Thread Xin LI
Author: delphij Date: Wed Dec 2 05:35:04 2015 New Revision: 291641 URL: https://svnweb.freebsd.org/changeset/base/291641 Log: Update arcmsr(4) to 1.30.00.00 in order to add support of ARC-1203 SATA RAID controllers. Many thanks to Areca for continuing to support FreeBSD. Submitted

svn commit: r291605 - head

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 19:00:43 2015 New Revision: 291605 URL: https://svnweb.freebsd.org/changeset/base/291605 Log: Fix errors being ignored in many phases of the build since the bmake integration. Say it with me, "I will not chain commands with && in Makefiles" This was

svn commit: r291607 - in head: bin/df bin/ls bin/ps sbin/savecore usr.bin/iscsictl usr.bin/netstat usr.bin/w usr.bin/wc

2015-12-01 Thread Craig Rodrigues
Author: rodrigc Date: Tue Dec 1 19:18:53 2015 New Revision: 291607 URL: https://svnweb.freebsd.org/changeset/base/291607 Log: Add more text to explain --libxo flag. Modified: head/bin/df/df.1 head/bin/ls/ls.1 head/bin/ps/ps.1 head/sbin/savecore/savecore.8

svn commit: r291608 - head/bin/ps

2015-12-01 Thread Craig Rodrigues
Author: rodrigc Date: Tue Dec 1 19:20:38 2015 New Revision: 291608 URL: https://svnweb.freebsd.org/changeset/base/291608 Log: Fix spelling, as recommended by igor tool. Modified: head/bin/ps/ps.1 Modified: head/bin/ps/ps.1

svn commit: r291609 - head/usr.bin/rctl

2015-12-01 Thread Garrett Cooper
Author: ngie Date: Tue Dec 1 19:37:24 2015 New Revision: 291609 URL: https://svnweb.freebsd.org/changeset/base/291609 Log: Fix typos in error messages dealing with unknown groups/users MFC after: 1 month X-MFC with: r291447, r291452 Sponsored by: EMC / Isilon Storage Division

svn commit: r291610 - head

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 19:58:08 2015 New Revision: 291610 URL: https://svnweb.freebsd.org/changeset/base/291610 Log: Allow storing package(world|kernel) tarballs into a different location at PACKAGEDIR. Submitted by: Russell Cattelan Discussed with:

svn commit: r291576 - head/sys/vm

2015-12-01 Thread Konstantin Belousov
Author: kib Date: Tue Dec 1 09:06:09 2015 New Revision: 291576 URL: https://svnweb.freebsd.org/changeset/base/291576 Log: r221714 fixed the situation when the collapse scan improperly handled invalid (busy) page supposedly inserted by the vm_fault(), in the OBSC_COLLAPSE_NOWAIT case. As a

svn commit: r291577 - head/sys/arm64/arm64

2015-12-01 Thread Andrew Turner
Author: andrew Date: Tue Dec 1 09:52:41 2015 New Revision: 291577 URL: https://svnweb.freebsd.org/changeset/base/291577 Log: Print useful information when we hit a data abort we can't handle. This prints the trap frame, along with the exception syndrome and fault address registers. Even

Re: svn commit: r291566 - in head: . lib/libelf

2015-12-01 Thread Ivan Klymenko
On Tue, 1 Dec 2015 06:09:22 + (UTC) Garrett Cooper wrote: > Author: ngie > Date: Tue Dec 1 06:09:22 2015 > New Revision: 291566 > URL: https://svnweb.freebsd.org/changeset/base/291566 > > Log: > Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after >

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

2015-12-01 Thread Andrew Rybchenko
Author: arybchik Date: Tue Dec 1 15:26:46 2015 New Revision: 291585 URL: https://svnweb.freebsd.org/changeset/base/291585 Log: sfxge: support MAC spoofing for 4.2.x firmare Common code should infer other privileges from Admin privilege to support firmware that pre-dates introduction of

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

2015-12-01 Thread Andrew Rybchenko
Author: arybchik Date: Tue Dec 1 15:29:51 2015 New Revision: 291586 URL: https://svnweb.freebsd.org/changeset/base/291586 Log: sfxge: allow VFs to have locally administered MAC addresses Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. MFC after: 2

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

2015-12-01 Thread Andrew Rybchenko
Author: arybchik Date: Tue Dec 1 15:32:37 2015 New Revision: 291587 URL: https://svnweb.freebsd.org/changeset/base/291587 Log: sfxge: FPGA and FPGA backup (diagnostic) partitions added to hunt_parttbl It allows manftest to program them. Submitted by: Paul Fox Sponsored by:

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

2015-12-01 Thread Andrew Rybchenko
Author: arybchik Date: Tue Dec 1 15:38:39 2015 New Revision: 291588 URL: https://svnweb.freebsd.org/changeset/base/291588 Log: sfxge: add function to query link control privilege Make link control privilege visible to OS driver to guard updates to flow control and PHY advertised

svn commit: r291589 - head/share/mk

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 15:50:35 2015 New Revision: 291589 URL: https://svnweb.freebsd.org/changeset/base/291589 Log: FAST_DEPEND: Actually use -MP from DEPEND_MP, completing r291554. X-MFC-With: r291554 MFC after:1 week Pointyhat to: bdrewery Sponsored by: EMC /

svn commit: r291591 - head

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 15:55:20 2015 New Revision: 291591 URL: https://svnweb.freebsd.org/changeset/base/291591 Log: Fix removal of libelf.so.2 and add missing files for it. X-MFC-With: r291566 Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

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

2015-12-01 Thread Andrew Rybchenko
Author: arybchik Date: Tue Dec 1 15:54:46 2015 New Revision: 291590 URL: https://svnweb.freebsd.org/changeset/base/291590 Log: sfxge: retry VF vAdaptor allocation if it fails because of no EVB port yet After an MC reboot, a VF driver may reset before the PF driver has finished bringing

Re: svn commit: r291566 - in head: . lib/libelf

2015-12-01 Thread Bryan Drewery
On 12/1/2015 6:16 AM, Konstantin Belousov wrote: > On Tue, Dec 01, 2015 at 06:09:22AM +, Garrett Cooper wrote: >> Author: ngie >> Date: Tue Dec 1 06:09:22 2015 >> New Revision: 291566 >> URL: https://svnweb.freebsd.org/changeset/base/291566 >> >> Log: >> Move libelf.so.2 from /usr/lib to

svn commit: r291578 - head/sys/netinet6

2015-12-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 1 11:17:41 2015 New Revision: 291578 URL: https://svnweb.freebsd.org/changeset/base/291578 Log: 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 multicast groups, the reply

svn commit: r291579 - head/sys/netinet

2015-12-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 1 11:24:30 2015 New Revision: 291579 URL: https://svnweb.freebsd.org/changeset/base/291579 Log: 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 packets due to MTU

svn commit: r291581 - head/sys/arm64/arm64

2015-12-01 Thread Andrew Turner
Author: andrew Date: Tue Dec 1 12:37:04 2015 New Revision: 291581 URL: https://svnweb.freebsd.org/changeset/base/291581 Log: Rework the exception entry/return functions to make them valid frames to be unwound through. For this we need the frame pointer (x29) to point to the location on the

svn commit: r291580 - head/sys/arm64/include

2015-12-01 Thread Andrew Turner
Author: andrew Date: Tue Dec 1 12:27:36 2015 New Revision: 291580 URL: https://svnweb.freebsd.org/changeset/base/291580 Log: Rework the atomic code to reduce the repetition. This merges some of the atomic functions where they are almost identical, or have acquire/release semantics.

svn commit: r291584 - head/sys/dev/sfxge

2015-12-01 Thread Andrew Rybchenko
Author: arybchik Date: Tue Dec 1 14:55:24 2015 New Revision: 291584 URL: https://svnweb.freebsd.org/changeset/base/291584 Log: sfxge: parse packets for TSO early in if_transmit Submitted by: Artem V. Andreev Sponsored by: Solarflare Communications, Inc. MFC after: 1 week

svn commit: r291583 - head/usr.bin/rctl

2015-12-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 1 14:02:14 2015 New Revision: 291583 URL: https://svnweb.freebsd.org/changeset/base/291583 Log: Fix rctl rule filters - eg the 'rctl -r :' case. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/rctl/rctl.c Modified:

svn commit: r291582 - head/etc/rc.d

2015-12-01 Thread Dag-Erling Smørgrav
Author: des Date: Tue Dec 1 13:20:21 2015 New Revision: 291582 URL: https://svnweb.freebsd.org/changeset/base/291582 Log: Load our configuration before setting defaults, so local_unbound_workdir actually has an effect. PR: 204931 Submitted by: Eugene Grosbein

Re: svn commit: r291566 - in head: . lib/libelf

2015-12-01 Thread Konstantin Belousov
On Tue, Dec 01, 2015 at 06:09:22AM +, Garrett Cooper wrote: > Author: ngie > Date: Tue Dec 1 06:09:22 2015 > New Revision: 291566 > URL: https://svnweb.freebsd.org/changeset/base/291566 > > Log: > Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406 > > Tested

svn commit: r291593 - head/lib/libelf

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 16:08:38 2015 New Revision: 291593 URL: https://svnweb.freebsd.org/changeset/base/291593 Log: Correct r291566 for defining SHLIBDIR. This must happen before including bsd.own.mk which sets the default to /usr/lib. X-MFC-With: r291566 Reported by:

svn commit: r291592 - head/usr.bin/netstat

2015-12-01 Thread Hajimu UMEMOTO
Author: ume Date: Tue Dec 1 16:04:50 2015 New Revision: 291592 URL: https://svnweb.freebsd.org/changeset/base/291592 Log: At the time a destination or a gateway of `netstat -r' protrudes its field, narrow the next field to raise readability bit. Modified: head/usr.bin/netstat/route.c

Re: svn commit: r291592 - head/usr.bin/netstat

2015-12-01 Thread Ravi Pokala
Hi ume, The value returned by p_sockaddr("destination", ...) is saved to "protrusion", but it is never used before it is overwritten by the value returned by p_sockaddr("gateway", ...). That doesn't seem right. Thanks, Ravi (rpokala@) -Original Message- From:

Re: svn commit: r291591 - head

2015-12-01 Thread Konstantin Belousov
On Tue, Dec 01, 2015 at 03:55:20PM +, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Dec 1 15:55:20 2015 > New Revision: 291591 > URL: https://svnweb.freebsd.org/changeset/base/291591 > > Log: > Fix removal of libelf.so.2 and add missing files for it. > > X-MFC-With: r291566 > >

Re: svn commit: r291591 - head

2015-12-01 Thread Bryan Drewery
On 12/1/2015 8:14 AM, Konstantin Belousov wrote: > On Tue, Dec 01, 2015 at 03:55:20PM +, Bryan Drewery wrote: >> Author: bdrewery >> Date: Tue Dec 1 15:55:20 2015 >> New Revision: 291591 >> URL: https://svnweb.freebsd.org/changeset/base/291591 >> >> Log: >> Fix removal of libelf.so.2 and

svn commit: r291594 - head

2015-12-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 1 16:16:40 2015 New Revision: 291594 URL: https://svnweb.freebsd.org/changeset/base/291594 Log: Correct r291591: Don't remove /usr/lib/libelf*, these are still installed. Only the shared library moved to /lib. X-MFC-With: r291566 Modified:

Re: svn commit: r291592 - head/usr.bin/netstat

2015-12-01 Thread Hajimu UMEMOTO
Hi, > On Tue, 01 Dec 2015 08:13:41 -0800 > Ravi Pokala said: rpokala> The value returned by p_sockaddr("destination", ...) is saved to "protrusion", but it is never used before it is overwritten by the value returned by p_sockaddr("gateway", ...). That doesn't seem

svn commit: r291595 - head/usr.bin/vmstat

2015-12-01 Thread Allan Jude
Author: allanjude Date: Tue Dec 1 16:31:07 2015 New Revision: 291595 URL: https://svnweb.freebsd.org/changeset/base/291595 Log: Some problems were introduced during the libxo-ification of vmstat, fix them stop vmstat -i segfaulting remove duplicate header from vmstat -i do not pad the

Re: svn commit: r291592 - head/usr.bin/netstat

2015-12-01 Thread Ravi Pokala
-Original Message- From: Hajimu UMEMOTO Date: 2015-12-01, Tuesday at 08:26 To: Ravi Pokala Cc: , , Subject: Re: svn commit: r291592 - head/usr.bin/netstat >Hi, > >>