svn commit: r305864 - head/sys/ddb

2016-09-15 Thread Bruce Evans
Author: bde Date: Fri Sep 16 06:31:10 2016 New Revision: 305864 URL: https://svnweb.freebsd.org/changeset/base/305864 Log: Statically initialize the run mode to the one that will become current on first entry. This fixes a spurious "Stepping aborted" message when the first entry is for a br

svn commit: r305863 - head/sbin/natd

2016-09-15 Thread Marcelo Araujo
Author: araujo Date: Fri Sep 16 05:33:08 2016 New Revision: 305863 URL: https://svnweb.freebsd.org/changeset/base/305863 Log: Invert calloc(3) argument order. Reviewed by: ed. MFC after:4 weeks. Differential Revision:https://reviews.freebsd.org/D7902 Modified: head/sbin/

svn commit: r305862 - in head/sys: amd64/amd64 i386/i386

2016-09-15 Thread Bruce Evans
Author: bde Date: Fri Sep 16 04:58:37 2016 New Revision: 305862 URL: https://svnweb.freebsd.org/changeset/base/305862 Log: (1) Ifdef the new dr6 variable for KDB. While here, avoid using the old variable 'code' and remove it in trap(). ('code' was meant for holding things like %dr6, bu

Re: svn commit: r305860 - head/sbin/ifconfig

2016-09-15 Thread Marcelo Araujo
Ooops! Forgot to add the review link: https://reviews.freebsd.org/D7615 Best, 2016-09-16 12:22 GMT+08:00 Marcelo Araujo : > Author: araujo > Date: Fri Sep 16 04:22:21 2016 > New Revision: 305860 > URL: https://svnweb.freebsd.org/changeset/base/305860 > > Log: > Add an option called "random" t

svn commit: r305861 - in head/sbin: geom/class/multipath ggate/ggatec ggate/ggated ggate/ggatel hastctl hastd iscontrol mdmfs mount_nfs nandfs nvmecontrol

2016-09-15 Thread Allan Jude
Author: allanjude Date: Fri Sep 16 04:28:31 2016 New Revision: 305861 URL: https://svnweb.freebsd.org/changeset/base/305861 Log: Add missing history sections to a number of storage related man pages gmultipath.8: Add HISTORY Adjust sentences with bad phrases picked up by igor g

svn commit: r305860 - head/sbin/ifconfig

2016-09-15 Thread Marcelo Araujo
Author: araujo Date: Fri Sep 16 04:22:21 2016 New Revision: 305860 URL: https://svnweb.freebsd.org/changeset/base/305860 Log: Add an option called "random" that combined with "ether" can generate a random MAC address for an Ethernet interface. PR: 211984 Submitted by: pi@ Re

svn commit: r305859 - head/sbin/umount

2016-09-15 Thread Allan Jude
Author: allanjude Date: Fri Sep 16 04:12:32 2016 New Revision: 305859 URL: https://svnweb.freebsd.org/changeset/base/305859 Log: sbin/umount/umount.8: Amend HISTORY umount first appeared in V1, confirmed using TUHS archive http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1/umount.1

svn commit: r305858 - head/sbin/reboot

2016-09-15 Thread Allan Jude
Author: allanjude Date: Fri Sep 16 04:11:04 2016 New Revision: 305858 URL: https://svnweb.freebsd.org/changeset/base/305858 Log: sbin/reboot/reboot.8: Amend HISTORY A standalone reboot utility showed up in 4.0BSD, in AT&T UNIX init has a case for reboot and is present in the version shipp

svn commit: r305857 - head/sbin/rcorder

2016-09-15 Thread Allan Jude
Author: allanjude Date: Fri Sep 16 04:08:34 2016 New Revision: 305857 URL: https://svnweb.freebsd.org/changeset/base/305857 Log: sbin/rcorder/rcorder.8: Amend HISTORY rcorder appeared in FreeBSD 5.0. Address issues raised by igor. PR: 212547 Submitted by: Sevan Janiyan

svn commit: r305856 - head/sys/compat/linprocfs

2016-09-15 Thread Mateusz Guzik
Author: mjg Date: Fri Sep 16 03:36:43 2016 New Revision: 305856 URL: https://svnweb.freebsd.org/changeset/base/305856 Log: linprocfs: garbage collect meminfo fields not present in linux In particular memshared not only does not exist in linux, it was extremely expensive to calculate. Mod

svn commit: r305855 - head/lib/libc/stdlib

2016-09-15 Thread Marcel Moolenaar
Author: marcel Date: Fri Sep 16 03:04:48 2016 New Revision: 305855 URL: https://svnweb.freebsd.org/changeset/base/305855 Log: When MAKEOBJDIRPREFIX points to a case-insensitive file system, the build can break when different source files create the same object files (case-insensitivity speak

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

2016-09-15 Thread Simon J. Gerraty
Bryan Drewery wrote: > On 9/9/16 5:37 PM, Simon J. Gerraty wrote: > > Bryan Drewery wrote: > > > >>> +# some targets involve old pre-built targets > >>> +# ignore mtime of shell > >>> +# and mtime of makefiles does not matter in meta mode > >>> +.MAKE.META.IGNORE_PATHS += \ > >>> +${MAKE

svn commit: r305854 - in head/sys/boot/efi/loader/arch: amd64 arm64 i386

2016-09-15 Thread Ed Maste
Author: emaste Date: Fri Sep 16 01:38:22 2016 New Revision: 305854 URL: https://svnweb.freebsd.org/changeset/base/305854 Log: Use arch-specific .text padding fill value in EFI loaders The fill pattern was previously an ia64 instruction sequence. Presumably ia64's linker script was copied

svn commit: r305852 - in head/sys: dev/cxgbe dev/cxgbe/firmware modules/cxgbe modules/cxgbe/if_cc modules/cxgbe/if_ccv

2016-09-15 Thread Navdeep Parhar
Author: np Date: Fri Sep 16 00:08:37 2016 New Revision: 305852 URL: https://svnweb.freebsd.org/changeset/base/305852 Log: cxgbe(4): Attach to cards with the Terminator 6 ASIC. T6 cards will come up as 't6nex' nexus devices with 'cc' ports hanging off them. The T6 firmware and configurati

svn commit: r305851 - head/sys/dev/cxgbe

2016-09-15 Thread Navdeep Parhar
Author: np Date: Thu Sep 15 22:31:49 2016 New Revision: 305851 URL: https://svnweb.freebsd.org/changeset/base/305851 Log: Whitespace nits. Modified: head/sys/dev/cxgbe/t4_iov.c head/sys/dev/cxgbe/t4_vf.c Modified: head/sys/dev/cxgbe/t4_iov.c

svn commit: r305850 - head/sys/net80211

2016-09-15 Thread Andriy Voskoboinyk
Author: avos Date: Thu Sep 15 22:27:00 2016 New Revision: 305850 URL: https://svnweb.freebsd.org/changeset/base/305850 Log: net80211: allow to override SWCRYPT/SWMIC bits in the driver Add IEEE80211_KEY_SWCRYPT / IEEE80211_KEY_SWMIC bits to the IEEE80211_KEY_DEVICE mask - as a result, tho

Re: svn commit: r305824 - in head/sys: contrib/ipfilter/netinet kern net netinet netinet6 netipsec sys

2016-09-15 Thread Ngie Cooper
> On Sep 15, 2016, at 06:46, Kevin Lo wrote: ... > Bumped(r305833), thanks. Thanks :)! -Ngie ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@

svn commit: r305849 - head/sys/amd64/include

2016-09-15 Thread Bruce Evans
Author: bde Date: Thu Sep 15 18:30:53 2016 New Revision: 305849 URL: https://svnweb.freebsd.org/changeset/base/305849 Log: Decode some REX prefixes in inst_call(). This makes the 'next' and 'until' commands work in more cases. Modified: head/sys/amd64/include/db_machdep.h Modified: head/s

svn commit: r305843 - in head/sys/mips: include mips

2016-09-15 Thread Brooks Davis
Author: brooks Date: Thu Sep 15 17:25:52 2016 New Revision: 305843 URL: https://svnweb.freebsd.org/changeset/base/305843 Log: The TLS offset is a property of the process ABI. Move to a per-proc TLS offset rather than incorrectly keying off the presense of freebsd32 compability in the kern

svn commit: r305840 - in head/sys: amd64/amd64 amd64/include ddb i386/i386 i386/include

2016-09-15 Thread Bruce Evans
Author: bde Date: Thu Sep 15 17:24:23 2016 New Revision: 305840 URL: https://svnweb.freebsd.org/changeset/base/305840 Log: Abort single stepping in ddb if the trap is not for single-stepping. This is not very easy to do, since ddb didn't know when traps are for single-stepping. It more or l

svn commit: r305841 - head/bin/cat

2016-09-15 Thread Andrey A. Chernov
Author: ache Date: Thu Sep 15 17:24:39 2016 New Revision: 305841 URL: https://svnweb.freebsd.org/changeset/base/305841 Log: Implement multibyte encoding support for -v with fallback MFC after: 7 days Modified: head/bin/cat/cat.c Modified: head/bin/cat/cat.c

svn commit: r305836 - in head/sys: amd64/amd64 amd64/include compat/linprocfs i386/include x86/include x86/x86

2016-09-15 Thread John Baldwin
Author: jhb Date: Thu Sep 15 17:05:54 2016 New Revision: 305836 URL: https://svnweb.freebsd.org/changeset/base/305836 Log: Remove 'cpu' and 'cpu_class' on amd64. The 'cpu' and 'cpu_class' variables were always set to the same value on amd64 and are legacy holdovers from i386. Remove them

svn commit: r305834 - head/sys/fs/nullfs

2016-09-15 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 15 13:57:37 2016 New Revision: 305834 URL: https://svnweb.freebsd.org/changeset/base/305834 Log: Change the getnewvnode(9) tag for nullfs from "null" to "nullfs". It's more consistent, and besides, the "null" alone looks weird. MFC after:1 month Modified:

Re: svn commit: r305824 - in head/sys: contrib/ipfilter/netinet kern net netinet netinet6 netipsec sys

2016-09-15 Thread Kevin Lo
On Thu, Sep 15, 2016 at 12:58:33AM -0700, Ngie Cooper (yaneurabeya) wrote: > > > On Sep 15, 2016, at 00:41, Kevin Lo wrote: > > > > Author: kevlo > > Date: Thu Sep 15 07:41:48 2016 > > New Revision: 305824 > > URL: https://svnweb.freebsd.org/changeset/base/305824 > > > > Log: > > Remove the 4.

svn commit: r305833 - head/sys/sys

2016-09-15 Thread Kevin Lo
Author: kevlo Date: Thu Sep 15 13:40:36 2016 New Revision: 305833 URL: https://svnweb.freebsd.org/changeset/base/305833 Log: Bump __FreeBSD_version for r305824. Suggested by: ngie Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h =

svn commit: r305832 - head/sys/kern

2016-09-15 Thread Ed Maste
Author: emaste Date: Thu Sep 15 13:16:20 2016 New Revision: 305832 URL: https://svnweb.freebsd.org/changeset/base/305832 Log: Renumber license clauses in sys/kern to avoid skipping #3 Modified: head/sys/kern/kern_acct.c head/sys/kern/kern_clock.c head/sys/kern/kern_cons.c head/sys/kern/

svn commit: r305827 - head/sys/dev/cxgbe

2016-09-15 Thread Navdeep Parhar
Author: np Date: Thu Sep 15 08:30:47 2016 New Revision: 305827 URL: https://svnweb.freebsd.org/changeset/base/305827 Log: cxgbe(4): Use the interface's viid to calculate the PF/VF/VFValid fields to use in tx work requests. Modified: head/sys/dev/cxgbe/t4_sge.c Modified: head/sys/dev/cxgbe/

Re: svn commit: r305824 - in head/sys: contrib/ipfilter/netinet kern net netinet netinet6 netipsec sys

2016-09-15 Thread Ngie Cooper (yaneurabeya)
> On Sep 15, 2016, at 00:41, Kevin Lo wrote: > > Author: kevlo > Date: Thu Sep 15 07:41:48 2016 > New Revision: 305824 > URL: https://svnweb.freebsd.org/changeset/base/305824 > > Log: > Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. > > Reviewed by: gnn > Differential R

svn commit: r305824 - in head/sys: contrib/ipfilter/netinet kern net netinet netinet6 netipsec sys

2016-09-15 Thread Kevin Lo
Author: kevlo Date: Thu Sep 15 07:41:48 2016 New Revision: 305824 URL: https://svnweb.freebsd.org/changeset/base/305824 Log: Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. Reviewed by: gnn Differential Revision:https://reviews.freebsd.org/D7878 Modified: h