svn commit: r326727 - head/usr.sbin/efibootmgr

2017-12-08 Thread Warner Losh
Author: imp Date: Sat Dec 9 07:43:55 2017 New Revision: 326727 URL: https://svnweb.freebsd.org/changeset/base/326727 Log: Remove vestiges of -d and -p commands. Fix two core dumps when optional data isn't specified. Sponsored by: Netflix Modified: head/usr.sbin/efibootmgr/efibootmgr.c

svn commit: r326728 - head/usr.sbin/efibootmgr

2017-12-08 Thread Warner Losh
Author: imp Date: Sat Dec 9 07:44:00 2017 New Revision: 326728 URL: https://svnweb.freebsd.org/changeset/base/326728 Log: Indent multiple device path entries correctly. Sponsored by: Netflix Modified: head/usr.sbin/efibootmgr/efibootmgr.c Modified: head/usr.sbin/efibootmgr/efibootmgr.c

svn commit: r326726 - head/usr.sbin/efibootmgr

2017-12-08 Thread Warner Losh
Author: imp Date: Sat Dec 9 06:57:19 2017 New Revision: 326726 URL: https://svnweb.freebsd.org/changeset/base/326726 Log: Forgotten in 326725 Release Notes: Yes Modified: head/usr.sbin/efibootmgr/efibootmgr.c Modified: head/usr.sbin/efibootmgr/efibootmgr.c =

svn commit: r326725 - in head/usr.sbin: . efibootmgr

2017-12-08 Thread Warner Losh
Author: imp Date: Sat Dec 9 06:52:20 2017 New Revision: 326725 URL: https://svnweb.freebsd.org/changeset/base/326725 Log: Import Netflix's efibootmgr to help manage UEFI boot variables efibootmgr manages the UEFI Boot variables that implement the UEFI Boot Manager protocol defined in

svn commit: r326724 - head/share/misc

2017-12-08 Thread Warner Losh
Author: imp Date: Sat Dec 9 05:05:25 2017 New Revision: 326724 URL: https://svnweb.freebsd.org/changeset/base/326724 Log: Add two dates derived from looking at archival source tarballs in the TUHS collection for 7th Edition and V32. Modified: head/share/misc/bsd-family-tree Modified: head

Re: svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee

2017-12-08 Thread Kyle Evans
On Dec 8, 2017 8:07 PM, "Eitan Adler" wrote: On 8 December 2017 at 12:11, Rodney W. Grimes wrote: > Ping, I have not seen this reverted and recommitted with a reasonable > explination as to why this change is actually desired. Sorry, work has been busy and as the crux was reverted it didn't fe

Re: svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee

2017-12-08 Thread Conrad Meyer
On Fri, Dec 8, 2017 at 6:07 PM, Eitan Adler wrote: > On 8 December 2017 at 12:11, Rodney W. Grimes > wrote: > >> Ping, I have not seen this reverted and recommitted with a reasonable >> explination as to why this change is actually desired. > > Sorry, work has been busy and as the crux was revert

Re: svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee

2017-12-08 Thread Eitan Adler
On 8 December 2017 at 12:11, Rodney W. Grimes wrote: > Ping, I have not seen this reverted and recommitted with a reasonable > explination as to why this change is actually desired. Sorry, work has been busy and as the crux was reverted it didn't feel as urgent[0]. The answer is that shell scrip

svn commit: r326720 - in head/stand: . ficl

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 22:19:41 2017 New Revision: 326720 URL: https://svnweb.freebsd.org/changeset/base/326720 Log: This path belongs in ficl/Makefile, not the common defines for users of ficl. Sponsored by: Netflix Modified: head/stand/ficl.mk head/stand/ficl/Makefile Modifi

svn commit: r326719 - in head: . include lib/libc/gen

2017-12-08 Thread Ed Schouten
2017(r326719) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20171208: Remove basename_r(3) +OLD_FILES+=usr/share/man/man3/basename_r.3.gz # 20171204: Move fdformat man page from volume 1 to volume 8. OLD_FILES+=usr/share/man/man1/fdformat.1.gz # 20171203: libproc version

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

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 21:59:50 2017 New Revision: 326718 URL: https://svnweb.freebsd.org/changeset/base/326718 Log: Don't automatically create objdir here. We're just after the TMPPATH. We'll make the paths later. Sponsored by: Netflix Modified: head/tools/tools/nanobsd/embedded

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

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 21:59:42 2017 New Revision: 326717 URL: https://svnweb.freebsd.org/changeset/base/326717 Log: Remove local here. It was a cut and paste error. Sponsored by: Netflix Modified: head/tools/tools/nanobsd/embedded/common Modified: head/tools/tools/nanobsd/embedde

svn commit: r326716 - head/contrib/ofed/libibnetdisc

2017-12-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Dec 8 21:01:09 2017 New Revision: 326716 URL: https://svnweb.freebsd.org/changeset/base/326716 Log: Correctly define the unordered_map namespace in ofed/libibnetdisc . This should fix ofed/libibnetdisc compilation with C-compilers different from clang and GCC v

Re: svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee

2017-12-08 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Tue, Dec 5, 2017 at 7:10 PM, Rodney W. Grimes > wrote: > > [ Charset UTF-8 unsupported, converting... ] > >> Author: eadler > >> Date: Wed Dec 6 02:47:46 2017 > >> New Revision: 326614 > >> URL: https://svnweb.freebsd.org/changeset/base/326614 > >

Re: svn commit: r326702 - head/sys/net

2017-12-08 Thread shurd
On Fri, 8 Dec 2017 13:57:13 -0500, Ryan Stone wrote: On Fri, Dec 8, 2017 at 1:43 PM, Stephen Hurd wrote: Author: shurd Date: Fri Dec 8 18:43:31 2017 New Revision: 326702 URL: https://svnweb.freebsd.org/changeset/base/326702 + if (!M_WRITABLE(*m_head)) { + new_head = m_dup(*m_head, M_NO

svn commit: r326712 - in head/stand: . common

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 19:57:16 2017 New Revision: 326712 URL: https://svnweb.freebsd.org/changeset/base/326712 Log: Create interp class. Create an interp class. Use it to separate out the different types of interpreters: forth and simple with function pointers rather than via #if

svn commit: r326710 - head/stand/libsa

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 19:57:06 2017 New Revision: 326710 URL: https://svnweb.freebsd.org/changeset/base/326710 Log: Put the files we're copying over into a few variables and add them to CLEANDIRS and CLEANFILES so make clean removes any divots. Sponsored by: Netflix Modified: he

svn commit: r326714 - head/stand/efi/boot1

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 19:57:26 2017 New Revision: 326714 URL: https://svnweb.freebsd.org/changeset/base/326714 Log: boot1.c needs EFI_ZFS_BOOT too, so add it globally. Otherwise we'll not be able to actually read ZFS partitions. Submitted by: kevans@ Modified: head/stand/efi/boo

svn commit: r326711 - head/stand/common

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 19:57:11 2017 New Revision: 326711 URL: https://svnweb.freebsd.org/changeset/base/326711 Log: Const poison a couple of interfaces. Obtained from: lua boot project Sponsored by: Netflix Modified: head/stand/common/bootstrap.h head/stand/common/interp_backs

svn commit: r326713 - head/tools/boot

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 19:57:21 2017 New Revision: 326713 URL: https://svnweb.freebsd.org/changeset/base/326713 Log: Build WITHOUT_FORTH too, at least for amd64 and i386 Sponsored by: Netflix Modified: head/tools/boot/universe.sh Modified: head/tools/boot/universe.sh =

svn commit: r326709 - head/stand/libsa

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 19:57:02 2017 New Revision: 326709 URL: https://svnweb.freebsd.org/changeset/base/326709 Log: Provide implementations for iscntrl, ispunct and isgraph. Sponsored by: Netflix Modified: head/stand/libsa/stand.h Modified: head/stand/libsa/stand.h ==

svn commit: r326707 - head/stand/libsa

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 19:56:35 2017 New Revision: 326707 URL: https://svnweb.freebsd.org/changeset/base/326707 Log: Add partial support signal.h functioanlity. Pull in machine/signal.h to define sig_atomic_t. Sponsored by: Netflix Modified: head/stand/libsa/Makefile head/stand

svn commit: r326708 - head/stand/libsa

2017-12-08 Thread Warner Losh
Author: imp Date: Fri Dec 8 19:56:57 2017 New Revision: 326708 URL: https://svnweb.freebsd.org/changeset/base/326708 Log: Remove _KERNEL hack now that errno.h does the right thing when _STANDALONE is defined. Sponsored By: Netflix Modified: head/stand/libsa/stand.h Modified: head/sta

svn commit: r326706 - head/sys/net

2017-12-08 Thread Stephen Hurd
Author: shurd Date: Fri Dec 8 19:50:06 2017 New Revision: 326706 URL: https://svnweb.freebsd.org/changeset/base/326706 Log: Free mbuf chain when m_dup fails Fix memory leak where mbuf chain wasn't free()d if iflib_ether_pad() has a failure in m_dup(). Reported by: "Ryan Stone" S

svn commit: r326705 - head/cddl/usr.sbin/dtrace/tests/common/env

2017-12-08 Thread Mark Johnston
Author: markj Date: Fri Dec 8 19:26:25 2017 New Revision: 326705 URL: https://svnweb.freebsd.org/changeset/base/326705 Log: Actually add the -x setenv test Makefile, missed in r326499. X-MFC with: r326499 Added: head/cddl/usr.sbin/dtrace/tests/common/env/ head/cddl/usr.sbin/dtrace/t

Re: svn commit: r326702 - head/sys/net

2017-12-08 Thread Ryan Stone
On Fri, Dec 8, 2017 at 1:43 PM, Stephen Hurd wrote: > Author: shurd > Date: Fri Dec 8 18:43:31 2017 > New Revision: 326702 > URL: https://svnweb.freebsd.org/changeset/base/326702 > + if (!M_WRITABLE(*m_head)) { > + new_head = m_dup(*m_head, M_NOWAIT); > + if (new

svn commit: r326702 - head/sys/net

2017-12-08 Thread Stephen Hurd
Author: shurd Date: Fri Dec 8 18:43:31 2017 New Revision: 326702 URL: https://svnweb.freebsd.org/changeset/base/326702 Log: Handle read-only mbufs in iflib ether pad function If ethernet padding is enabled, and a read-only mbuf is passed, it would modify the mbuf using m_append(). Instea

svn commit: r326700 - head/lib/libc/isc

2017-12-08 Thread Pedro F. Giffuni
Author: pfg Date: Fri Dec 8 17:52:53 2017 New Revision: 326700 URL: https://svnweb.freebsd.org/changeset/base/326700 Log: SPDX: more ISC-related files. Modified: head/lib/libc/isc/ev_streams.c head/lib/libc/isc/ev_timers.c head/lib/libc/isc/eventlib_p.h Modified: head/lib/libc/isc/ev_st

svn commit: r326698 - head/usr.bin/at

2017-12-08 Thread Alan Somers
Author: asomers Date: Fri Dec 8 17:15:20 2017 New Revision: 326698 URL: https://svnweb.freebsd.org/changeset/base/326698 Log: at(1): annotate some intended switch-case fallthroughs Reported by: Coverity CID: 1008191 MFC after:3 weeks Sponsored by: Spectra Logic Corp Mo

svn commit: r326695 - in head: include include/arpa lib/libc/include/isc lib/libc/inet lib/libc/nameser lib/libc/resolv sys/dev/ath/ath_hal sys/dev/ath/ath_hal/ah_regdomain sys/dev/ath/ath_hal/ar52...

2017-12-08 Thread Pedro F. Giffuni
Author: pfg Date: Fri Dec 8 15:57:29 2017 New Revision: 326695 URL: https://svnweb.freebsd.org/changeset/base/326695 Log: SPDX: license IDs for some ISC-related files. Modified: head/include/arpa/inet.h head/include/arpa/nameser.h head/include/ftw.h head/include/hesiod.h head/include

Re: svn commit: r326383 - head/sys/x86/cpufreq

2017-12-08 Thread Alexey Dokuchaev
On Thu, Dec 07, 2017 at 01:26:48PM -0500, Jung-uk Kim wrote: > On 12/07/2017 05:03, Alexey Dokuchaev wrote: > > On Thu, Nov 30, 2017 at 03:08:49PM -0500, Jung-uk Kim wrote: > >> ... > >> Probably. However, I am just trying to fix my FX-8350 and A10-6800 and > >> I don't have Zen processors to veri

svn commit: r326683 - head/sys/dev/uart

2017-12-08 Thread Andrew Turner
Author: andrew Date: Fri Dec 8 10:05:23 2017 New Revision: 326683 URL: https://svnweb.freebsd.org/changeset/base/326683 Log: Set the io width when using an ACPI uart. Previously it would only ever be set when finding the uart from the device tree. Sponsored by: DARPA, AFRL Modified: h