svn commit: r315060 - stable/10/sys/dev/e1000

2017-03-10 Thread Luiz Otavio O Souza
Author: loos Date: Sat Mar 11 07:54:05 2017 New Revision: 315060 URL: https://svnweb.freebsd.org/changeset/base/315060 Log: MFC of r314281: Disable the driver managed queue for igb(4) when the legacy transmit interface is used. The legacy API (IGB_LEGACY_TX) is enabled when ALTQ is b

svn commit: r315059 - in head/sys: arm/arm arm/at91 arm/include conf

2017-03-10 Thread Michal Meloun
Author: mmel Date: Sat Mar 11 07:07:41 2017 New Revision: 315059 URL: https://svnweb.freebsd.org/changeset/base/315059 Log: Split overbloated machep.c to multiple files and do basic cleanup of these fragments. Added: head/sys/arm/arm/machdep_boot.c - copied, changed from r315058, head/

svn commit: r315058 - head/share/man/man5

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:58:28 2017 New Revision: 315058 URL: https://svnweb.freebsd.org/changeset/base/315058 Log: Regenerate after r315057 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r315057 - in head: . tools/build/mk tools/build/options usr.bin usr.bin/makewhatis usr.bin/man usr.bin/mandoc

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:51:21 2017 New Revision: 315057 URL: https://svnweb.freebsd.org/changeset/base/315057 Log: Remove the WITHOUT_MANDOCDB option mandoc database is activated since FreeBSD 11.0, let's remove the previous database format for FreeBSD 12.0 Deleted: head/tools

svn commit: r315056 - head/usr.bin/man

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:31:16 2017 New Revision: 315056 URL: https://svnweb.freebsd.org/changeset/base/315056 Log: Remove the warning when MANPATH is set in the environment The MANPATH environment variable behaviour is documented properly in the manpage and it now has extended t

svn commit: r315055 - head/etc/mtree

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:27:06 2017 New Revision: 315055 URL: https://svnweb.freebsd.org/changeset/base/315055 Log: Add the diff to the tests mtree Reported by: lwhsu Modified: head/etc/mtree/BSD.tests.dist Modified: head/etc/mtree/BSD.tests.dist ===

svn commit: r315054 - head/usr.bin/man

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 06:24:49 2017 New Revision: 315054 URL: https://svnweb.freebsd.org/changeset/base/315054 Log: Extend functionality MANPATH in man(1) to followup with apropos(1) from mandoc. If MANPATH begins with a colon, it is appended to the default list; if it ends with

svn commit: r315053 - head/usr.bin/man

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 05:56:50 2017 New Revision: 315053 URL: https://svnweb.freebsd.org/changeset/base/315053 Log: Add share/man if it exists to the MANPATH localbase is not consistent with base for manpages: /usr/local/man vs /usr/share/man adding share/man allows to fix that

svn commit: r315052 - head

2017-03-10 Thread Emmanuel Vadot
Author: manu Date: Sat Mar 11 05:12:39 2017 New Revision: 315052 URL: https://svnweb.freebsd.org/changeset/base/315052 Log: Document the removal of radeon and i915 old drm driver done in r315045. Reported by: linimon Modified: head/UPDATING Modified: head/UPDATING =

svn commit: r315051 - in head: . gnu/usr.bin gnu/usr.bin/diff usr.bin usr.bin/diff usr.bin/diff/tests

2017-03-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Mar 11 05:01:29 2017 New Revision: 315051 URL: https://svnweb.freebsd.org/changeset/base/315051 Log: Import diff from OpenBSD and remove GNU diff Some of the modifications from the previous summer of code has been integrated Modification for compatibility with GNU d

Re: svn commit: r314989 - head/usr.bin/vmstat

2017-03-10 Thread Pedro Giffuni
On 3/10/2017 8:29 PM, Bruce Evans wrote: On Fri, 10 Mar 2017, Ngie Cooper wrote: On Mar 10, 2017, at 03:59, Pedro Giffuni wrote: On 3/10/2017 2:45 AM, Bruce Evans wrote: On Fri, 10 Mar 2017, Marcelo Araujo wrote: ... Log: Use nitems() from sys/param.h and also remove the cast. Reviewed

svn commit: r315050 - head/sys/netinet

2017-03-10 Thread Andrey V. Elsukov
Author: ae Date: Sat Mar 11 04:57:52 2017 New Revision: 315050 URL: https://svnweb.freebsd.org/changeset/base/315050 Log: Fix the L2 address printed in the "arp: %s moved from %*D" message. In the r292978 struct llentry was changed and the ll_addr field become the pointer. PR:

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

2017-03-10 Thread Marcelo Araujo
Author: araujo Date: Sat Mar 11 04:36:15 2017 New Revision: 315049 URL: https://svnweb.freebsd.org/changeset/base/315049 Log: Bring back the cast removed in my previous commit to allow us build vmstat with WARNS 2. This cast was first introduced at r87690. Reported by: bde, pfg and ngie

svn commit: r315048 - head/usr.sbin/iscsid

2017-03-10 Thread Marcelo Araujo
Author: araujo Date: Sat Mar 11 04:03:13 2017 New Revision: 315048 URL: https://svnweb.freebsd.org/changeset/base/315048 Log: Use nitems() from sys/param.h. MFC after:3 weeks. Modified: head/usr.sbin/iscsid/iscsid.c Modified: head/usr.sbin/iscsid/iscsid.c ===

svn commit: r315047 - head/usr.sbin/ctld

2017-03-10 Thread Marcelo Araujo
Author: araujo Date: Sat Mar 11 04:01:35 2017 New Revision: 315047 URL: https://svnweb.freebsd.org/changeset/base/315047 Log: Use nitems() from sys/param.h. Reviewed by: np MFC after:3 weeks. Differential Revision:https://reviews.freebsd.org/D9945 Modified: head/usr.sbin

svn commit: r315046 - head/usr.sbin/boot0cfg

2017-03-10 Thread Marcelo Araujo
Author: araujo Date: Sat Mar 11 04:00:27 2017 New Revision: 315046 URL: https://svnweb.freebsd.org/changeset/base/315046 Log: Use nitems() from sys/param.h Reviewed by: jhb MFC after:3 weeks. Differential Revision:https://reviews.freebsd.org/D9941 Modified: head/usr.sbin

svn commit: r315045 - in head/sys: dev/drm modules/drm modules/drm/i915 modules/drm/radeon

2017-03-10 Thread Emmanuel Vadot
Author: manu Date: Sat Mar 11 03:01:18 2017 New Revision: 315045 URL: https://svnweb.freebsd.org/changeset/base/315045 Log: drm(old): Remove i915 and radeon drivers They cannot be used anymore with the userland bits we provide. Furthermore, their KMS versions support the same hardware.

svn commit: r315044 - in stable/11/lib/libc: aarch64 amd64 amd64/string arm arm/string i386 i386/string mips mips/gdtoa mips/string powerpc powerpc64 riscv sparc64 sparc64/string

2017-03-10 Thread Brooks Davis
Author: brooks Date: Sat Mar 11 02:51:29 2017 New Revision: 315044 URL: https://svnweb.freebsd.org/changeset/base/315044 Log: MFC r314556-r314558 r314556: Correct MDSRCS use in /string/Makefile.inc. - Remove .c files which duplicate entries in MISRCS. - Use the same, less merge con

Re: svn commit: r314989 - head/usr.bin/vmstat

2017-03-10 Thread Marcelo Araujo
So, in my understanding, bring that cast back might mitigate a bit and make the situation less worst. Am I right? Br, On Mar 11, 2017 10:29 AM, "Bruce Evans" wrote: > On Fri, 10 Mar 2017, Ngie Cooper wrote: > > On Mar 10, 2017, at 03:59, Pedro Giffuni wrote: >>> >>> On 3/10/2017 2:45 AM, Bruce

svn commit: r315042 - stable/11/release/packages

2017-03-10 Thread Glen Barber
Author: gjb Date: Sat Mar 11 02:12:39 2017 New Revision: 315042 URL: https://svnweb.freebsd.org/changeset/base/315042 Log: MFC r314916: Fix permissions on /tmp when installing the runtime package. PR: 217574 Sponsored by: The FreeBSD Foundation Modified: stable/11/release/

Re: svn commit: r314989 - head/usr.bin/vmstat

2017-03-10 Thread Bruce Evans
On Fri, 10 Mar 2017, Ngie Cooper wrote: On Mar 10, 2017, at 03:59, Pedro Giffuni wrote: On 3/10/2017 2:45 AM, Bruce Evans wrote: On Fri, 10 Mar 2017, Marcelo Araujo wrote: ... Log: Use nitems() from sys/param.h and also remove the cast. Reviewed by:markj MFC after:3 weeks. Differen

svn commit: r315041 - head/usr.sbin/pw/tests

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:11:20 2017 New Revision: 315041 URL: https://svnweb.freebsd.org/changeset/base/315041 Log: Increase WARNS for pw tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after:3 weeks Sponsored

svn commit: r315040 - in head/libexec/rtld-elf/tests: . libpythagoras target

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:10:40 2017 New Revision: 315040 URL: https://svnweb.freebsd.org/changeset/base/315040 Log: Increase WARNS for rtld-elf tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after:3 weeks Spo

svn commit: r315039 - head/lib/libutil/tests

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:09:54 2017 New Revision: 315039 URL: https://svnweb.freebsd.org/changeset/base/315039 Log: Increase WARNS for libutil tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after:3 weeks Spon

svn commit: r315038 - head/lib/libproc/tests

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:09:30 2017 New Revision: 315038 URL: https://svnweb.freebsd.org/changeset/base/315038 Log: Increase WARNS for libproc tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after:3 weeks Spon

svn commit: r315037 - head/lib/libpathconv/tests

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:08:46 2017 New Revision: 315037 URL: https://svnweb.freebsd.org/changeset/base/315037 Log: Increase WARNS for libpathconv tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after:3 weeks

svn commit: r315036 - head/lib/libmp/tests

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:08:11 2017 New Revision: 315036 URL: https://svnweb.freebsd.org/changeset/base/315036 Log: Increase WARNS for libmp tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after:3 weeks Sponso

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

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:07:04 2017 New Revision: 315035 URL: https://svnweb.freebsd.org/changeset/base/315035 Log: Increase WARNS for libcrypt tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after:3 weeks Spo

svn commit: r315034 - head/lib/msun/tests

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:04:59 2017 New Revision: 315034 URL: https://svnweb.freebsd.org/changeset/base/315034 Log: Document that the msun tests require WARNS=0 ATF tests have a default WARNS of 0, unlike other usermode programs. This change is technically a noop, but it docum

svn commit: r315033 - head/lib/libc/tests/nss

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:03:41 2017 New Revision: 315033 URL: https://svnweb.freebsd.org/changeset/base/315033 Log: Increase WARNS for nss tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie MFC after:3 weeks Sponsored by: Sp

svn commit: r315032 - head/lib/libc/tests/iconv

2017-03-10 Thread Alan Somers
Author: asomers Date: Sat Mar 11 00:02:05 2017 New Revision: 315032 URL: https://svnweb.freebsd.org/changeset/base/315032 Log: Increase WARNS for iconv tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie MFC after:3 weeks Sponsored by:

svn commit: r315031 - head/sys/tools/fdt

2017-03-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 10 22:45:07 2017 New Revision: 315031 URL: https://svnweb.freebsd.org/changeset/base/315031 Log: [fdt] Make DTBs generated by make_dtb.sh overlay-ready Generate symbols node when compiling dts files so they can be modified during boot-time by applying overlays.

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Sean Bruno
On 03/10/17 13:21, John Baldwin wrote: > On Friday, March 10, 2017 11:12:45 AM Navdeep Parhar wrote: >> On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote: >>> There's also the issue that running "ifconfig igb0 blah" during startup will >>> cause if_igb to be automatically loaded by ifconfig. >>

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Warner Losh
On Fri, Mar 10, 2017 at 1:21 PM, John Baldwin wrote: > On Friday, March 10, 2017 11:12:45 AM Navdeep Parhar wrote: >> On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote: >> > There's also the issue that running "ifconfig igb0 blah" during startup >> > will >> > cause if_igb to be automatically l

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

2017-03-10 Thread Alexander Motin
Author: mav Date: Fri Mar 10 21:09:33 2017 New Revision: 315030 URL: https://svnweb.freebsd.org/changeset/base/315030 Log: Abort all ATIOs and INOTs queued to SIM on LUN disable. Some SIMs may not abort them implicitly, that either fail the LUN disable request or just make us wait for tho

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

2017-03-10 Thread Eric van Gyzen
Author: vangyzen Date: Fri Mar 10 20:48:38 2017 New Revision: 315029 URL: https://svnweb.freebsd.org/changeset/base/315029 Log: MFC r314626 Fix grammar in some comments in subr_sleepqueue.c While I'm here, remove trailing whitespace. Modified: stable/10/sys/kern/subr_sleepqueue.c Di

svn commit: r315028 - stable/10/sys/netpfil/pf

2017-03-10 Thread Eric van Gyzen
Author: vangyzen Date: Fri Mar 10 20:38:18 2017 New Revision: 315028 URL: https://svnweb.freebsd.org/changeset/base/315028 Log: MFC r313820 pf: use inet_ntoa_r() instead of inet_ntoa(); maybe fix IPv6 OS fingerprinting inet_ntoa() cannot be used safely in a multithreaded environment

svn commit: r315027 - stable/11/sys/kern

2017-03-10 Thread Eric van Gyzen
Author: vangyzen Date: Fri Mar 10 20:30:17 2017 New Revision: 315027 URL: https://svnweb.freebsd.org/changeset/base/315027 Log: MFC r314626 Fix grammar in some comments in subr_sleepqueue.c While I'm here, remove trailing whitespace. Modified: stable/11/sys/kern/subr_sleepqueue.c Di

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread John Baldwin
On Friday, March 10, 2017 11:12:45 AM Navdeep Parhar wrote: > On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote: > > There's also the issue that running "ifconfig igb0 blah" during startup will > > cause if_igb to be automatically loaded by ifconfig. > > > > I guess we could add a dummy if_igb.ko

svn commit: r315026 - stable/11/sys/netpfil/pf

2017-03-10 Thread Eric van Gyzen
Author: vangyzen Date: Fri Mar 10 20:25:43 2017 New Revision: 315026 URL: https://svnweb.freebsd.org/changeset/base/315026 Log: MFC r313820 pf: use inet_ntoa_r() instead of inet_ntoa(); maybe fix IPv6 OS fingerprinting inet_ntoa() cannot be used safely in a multithreaded environment

Re: svn commit: r314808 - in head: contrib/bmake contrib/bmake/PSD.doc contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake

2017-03-10 Thread Bryan Drewery
On 3/6/17 3:02 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Mon Mar 6 23:02:33 2017 > New Revision: 314808 > URL: https://svnweb.freebsd.org/changeset/base/314808 > > Log: > Merge bmake-20170301 > > Modified: > head/contrib/bmake/ChangeLog > head/contrib/bmake/Makefile > head/contri

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

2017-03-10 Thread Alexander Motin
Author: mav Date: Fri Mar 10 20:20:00 2017 New Revision: 315025 URL: https://svnweb.freebsd.org/changeset/base/315025 Log: Switch work_queue from TAILQ to STAILQ. It is mostly FIFO and we don't need random removal there. MFC after:2 weeks Modified: head/sys/cam/ctl/scsi_ctl.c M

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Warner Losh
On Fri, Mar 10, 2017 at 1:10 PM, Adrian Chadd wrote: > On 10 March 2017 at 12:09, Warner Losh wrote: >> It's already in loader.hints. The bug is that ifconfig doesn't use a >> library (which others can use) to find the module by name, but rather >> assumes a particular filename -> module name map

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Adrian Chadd
On 10 March 2017 at 12:09, Warner Losh wrote: > It's already in loader.hints. The bug is that ifconfig doesn't use a > library (which others can use) to find the module by name, but rather > assumes a particular filename -> module name mapping. Sounds like a GSoC project. :-) -adrian > Warner

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Warner Losh
It's already in loader.hints. The bug is that ifconfig doesn't use a library (which others can use) to find the module by name, but rather assumes a particular filename -> module name mapping. Warner On Fri, Mar 10, 2017 at 1:07 PM, Adrian Chadd wrote: > s/ifconfig/put-it-in-a-config-file-in-sha

svn commit: r315024 - stable/10/lib/libc/sys

2017-03-10 Thread Eric van Gyzen
Author: vangyzen Date: Fri Mar 10 20:07:38 2017 New Revision: 315024 URL: https://svnweb.freebsd.org/changeset/base/315024 Log: MFC r314055 Make several improvements and corrections in the kenv(2) man page Sponsored by: Dell EMC Modified: stable/10/lib/libc/sys/kenv.2 Directory Prop

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Adrian Chadd
s/ifconfig/put-it-in-a-config-file-in-share-so-we-dont-have-to-patch-ifconfig-every-time-we-change-this-kthxbai/g -adrian On 10 March 2017 at 11:12, Navdeep Parhar wrote: > On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote: >> There's also the issue that running "ifconfig igb0 blah" during s

svn commit: r315023 - stable/11/lib/libc/sys

2017-03-10 Thread Eric van Gyzen
Author: vangyzen Date: Fri Mar 10 20:06:17 2017 New Revision: 315023 URL: https://svnweb.freebsd.org/changeset/base/315023 Log: MFC r314055 Make several improvements and corrections in the kenv(2) man page Sponsored by: Dell EMC Modified: stable/11/lib/libc/sys/kenv.2 Directory Prop

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

2017-03-10 Thread Alexander Motin
Author: mav Date: Fri Mar 10 19:43:45 2017 New Revision: 315022 URL: https://svnweb.freebsd.org/changeset/base/315022 Log: Request change of SIM target role only when it is different. Separate WWNs change into separate request to know what actually failed. MFC after:2 weeks Modifi

svn commit: r315021 - stable/10/sys/dev/acpica

2017-03-10 Thread Eric van Gyzen
Author: vangyzen Date: Fri Mar 10 19:34:14 2017 New Revision: 315021 URL: https://svnweb.freebsd.org/changeset/base/315021 Log: MFC r313817 acpica: remove a superfluous NULL check The address-of operator can't produce NULL (in practice). Remove an unnecessary NULL check. Sponsor

svn commit: r315020 - stable/11/sys/dev/acpica

2017-03-10 Thread Eric van Gyzen
Author: vangyzen Date: Fri Mar 10 19:33:37 2017 New Revision: 315020 URL: https://svnweb.freebsd.org/changeset/base/315020 Log: MFC r313817 acpica: remove a superfluous NULL check The address-of operator can't produce NULL (in practice). Remove an unnecessary NULL check. Sponsor

Re: svn commit: r314989 - head/usr.bin/vmstat

2017-03-10 Thread Ngie Cooper
> On Mar 10, 2017, at 03:59, Pedro Giffuni wrote: > >> On 3/10/2017 2:45 AM, Bruce Evans wrote: >>> On Fri, 10 Mar 2017, Marcelo Araujo wrote: >>> >>> ... >>> Log: >>> Use nitems() from sys/param.h and also remove the cast. >>> >>> Reviewed by:markj >>> MFC after:3 weeks. >>> Different

svn commit: r315019 - head/sys/boot/fdt

2017-03-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 10 19:15:57 2017 New Revision: 315019 URL: https://svnweb.freebsd.org/changeset/base/315019 Log: [loader][fdt] Fix applying overlays without __local_fixups__ node Do not return error if __local_fixups__ node is missing in DTB overlay because local fixup data is

svn commit: r315018 - head/sbin/kldstat

2017-03-10 Thread Mark Johnston
Author: markj Date: Fri Mar 10 19:13:38 2017 New Revision: 315018 URL: https://svnweb.freebsd.org/changeset/base/315018 Log: Typo. MFC after:3 days Modified: head/sbin/kldstat/kldstat.c Modified: head/sbin/kldstat/kldstat.c ===

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Navdeep Parhar
On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote: > There's also the issue that running "ifconfig igb0 blah" during startup will > cause if_igb to be automatically loaded by ifconfig. > > I guess we could add a dummy if_igb.ko that just has a dependency on > if_em.ko I do similar stuff in cxgbe

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

2017-03-10 Thread Gleb Smirnoff
Author: glebius Date: Fri Mar 10 19:08:31 2017 New Revision: 315017 URL: https://svnweb.freebsd.org/changeset/base/315017 Log: Typo. Modified: head/usr.bin/netstat/inet.c Modified: head/usr.bin/netstat/inet.c == ---

svn commit: r315015 - stable/11/lib/libc/net

2017-03-10 Thread Mark Johnston
Author: markj Date: Fri Mar 10 18:56:23 2017 New Revision: 315015 URL: https://svnweb.freebsd.org/changeset/base/315015 Log: MFC r313748, r313749: Register nss_atexit() before parsing nsswitch.conf for the first time. Modified: stable/11/lib/libc/net/nsdispatch.c Directory Properties: sta

svn commit: r315016 - in head: contrib/llvm/lib/Transforms/IPO contrib/llvm/lib/Transforms/Scalar contrib/llvm/tools/clang/lib/Basic contrib/llvm/tools/clang/lib/Serialization lib/clang/include/cla...

2017-03-10 Thread Dimitry Andric
Author: dim Date: Fri Mar 10 19:02:41 2017 New Revision: 315016 URL: https://svnweb.freebsd.org/changeset/base/315016 Log: Update clang, llvm, lld, lldb, compiler-rt and libc++ to 4.0.0 release. We were already very close to the last release candidate, so this is a pretty minor update.

svn commit: r315014 - in stable/11/cddl/contrib/opensolaris/lib: libctf/common libdtrace/common

2017-03-10 Thread Mark Johnston
Author: markj Date: Fri Mar 10 18:54:48 2017 New Revision: 315014 URL: https://svnweb.freebsd.org/changeset/base/315014 Log: MFC r314153, r314154: Fix some memory leaks in CDDL code. Modified: stable/11/cddl/contrib/opensolaris/lib/libctf/common/ctf_lib.c stable/11/cddl/contrib/opensolari

svn commit: r315013 - stable/11/sys/kern

2017-03-10 Thread Mark Johnston
Author: markj Date: Fri Mar 10 18:53:44 2017 New Revision: 315013 URL: https://svnweb.freebsd.org/changeset/base/315013 Log: MFC r314625: Fix a ticks comparison in sched_pctcpu_update(). Modified: stable/11/sys/kern/sched_ule.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r315012 - in stable/10/sys/cddl/dev/dtrace: amd64 i386

2017-03-10 Thread Mark Johnston
Author: markj Date: Fri Mar 10 18:52:37 2017 New Revision: 315012 URL: https://svnweb.freebsd.org/changeset/base/315012 Log: MFC r313841, r313850: Prevent CPU migration when checking the DTrace nofault flag on x86. Modified: stable/10/sys/cddl/dev/dtrace/amd64/dtrace_subr.c stable/10/sys/

svn commit: r315011 - in stable/11/sys/cddl/dev/dtrace: amd64 i386

2017-03-10 Thread Mark Johnston
Author: markj Date: Fri Mar 10 18:51:47 2017 New Revision: 315011 URL: https://svnweb.freebsd.org/changeset/base/315011 Log: MFC r313841, r313850: Prevent CPU migration when checking the DTrace nofault flag on x86. Modified: stable/11/sys/cddl/dev/dtrace/amd64/dtrace_subr.c stable/11/sys/

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Ryan Stone
There's also the issue that running "ifconfig igb0 blah" during startup will cause if_igb to be automatically loaded by ifconfig. I guess we could add a dummy if_igb.ko that just has a dependency on if_em.ko On Fri, Mar 10, 2017 at 1:13 PM, Warner Losh wrote: > On Fri, Mar 10, 2017 at 11:06 AM,

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Warner Losh
On Fri, Mar 10, 2017 at 11:06 AM, Sean Bruno wrote: > > > On 02/15/17 03:06, Roger Pau Monné wrote: >> On Tue, Jan 10, 2017 at 03:23:22AM +, Sean Bruno wrote: >>> Author: sbruno >>> Date: Tue Jan 10 03:23:22 2017 >>> New Revision: 311849 >>> URL: https://svnweb.freebsd.org/changeset/base/31184

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Rodney W. Grimes
-- Start of PGP signed section. [ Charset windows-1252 unsupported, converting... ] > > > On 02/15/17 03:06, Roger Pau Monn? wrote: > > On Tue, Jan 10, 2017 at 03:23:22AM +, Sean Bruno wrote: > >> Author: sbruno > >> Date: Tue Jan 10 03:23:22 2017 > >> New Revision: 311849 > >> URL: https://s

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-03-10 Thread Sean Bruno
On 02/15/17 03:06, Roger Pau Monné wrote: > On Tue, Jan 10, 2017 at 03:23:22AM +, Sean Bruno wrote: >> Author: sbruno >> Date: Tue Jan 10 03:23:22 2017 >> New Revision: 311849 >> URL: https://svnweb.freebsd.org/changeset/base/311849 >> >> Log: >> Migrate e1000 to the IFLIB framework: >> -

Re: svn commit: r314990 - stable/11/sys/netpfil/ipfw

2017-03-10 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: ae > Date: Fri Mar 10 05:44:14 2017 > New Revision: 314990 > URL: https://svnweb.freebsd.org/changeset/base/314990 > > Log: > MFC r314614: > Fix matching table entry value. Use real table value instead of its index > in valuestate ar

svn commit: r315010 - head/gnu/usr.bin/dtc

2017-03-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 10 17:37:55 2017 New Revision: 315010 URL: https://svnweb.freebsd.org/changeset/base/315010 Log: [dtc] regenerate version file if upstream Makefile has been changed Keep version file in sync by adding dependency to upstream Makefile Modified: head/gnu/usr.bin/

svn commit: r315009 - in head/contrib/dtc: . Documentation libfdt scripts

2017-03-10 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 10 17:36:05 2017 New Revision: 315009 URL: https://svnweb.freebsd.org/changeset/base/315009 Log: Merge from vendor branch importing dtc 1.4.3 Major new feature in this import is FDT overlay support Added: head/contrib/dtc/Documentation/dt-object-internal.txt

svn commit: r315008 - head/sys/boot/i386/libi386

2017-03-10 Thread Sean Bruno
Author: sbruno Date: Fri Mar 10 17:14:08 2017 New Revision: 315008 URL: https://svnweb.freebsd.org/changeset/base/315008 Log: r314948 seems to be missing a variable or two that will break TFTP/MFSRoot booting via PXE. For the TFTP_LOADER case, go ahead and fire off the old bootp() request t

svn commit: r315007 - head/usr.bin/localedef

2017-03-10 Thread Pedro F. Giffuni
Author: pfg Date: Fri Mar 10 16:12:16 2017 New Revision: 315007 URL: https://svnweb.freebsd.org/changeset/base/315007 Log: localedef(1): Add comment markings for license. Modified: head/usr.bin/localedef/charmap.c head/usr.bin/localedef/collate.c head/usr.bin/localedef/ctype.c head/usr.

svn commit: r315006 - head/usr.bin/localedef

2017-03-10 Thread Pedro F. Giffuni
Author: pfg Date: Fri Mar 10 16:06:14 2017 New Revision: 315006 URL: https://svnweb.freebsd.org/changeset/base/315006 Log: localedef(1): Fix mismatch. Obtained from:illumos X-MFC with: r314974 Modified: head/usr.bin/localedef/ctype.c Modified: head/usr.bin/localedef/ctype.c

svn commit: r315005 - in head/bin/sh: . tests/expansion

2017-03-10 Thread Jilles Tjoelker
Author: jilles Date: Fri Mar 10 16:04:00 2017 New Revision: 315005 URL: https://svnweb.freebsd.org/changeset/base/315005 Log: sh: Fix executing wrong command with ${unsetvar#$(cmdsubst)}$(cmdsubst). The parsed internal representation of words consists of a byte string with a list of nodes

svn commit: r315004 - head/sys/dev/mpt

2017-03-10 Thread Alexander Motin
Author: mav Date: Fri Mar 10 14:44:59 2017 New Revision: 315004 URL: https://svnweb.freebsd.org/changeset/base/315004 Log: Add PIM_EXTLUNS support to mpt(4). Target mode is still limited to 256 LUNs due to the way driver is written, but initiator can now use full 8 byte LUN space. MF

svn commit: r315003 - head/sys/dev/syscons

2017-03-10 Thread Bruce Evans
Author: bde Date: Fri Mar 10 14:25:38 2017 New Revision: 315003 URL: https://svnweb.freebsd.org/changeset/base/315003 Log: Rename scteken_revattr() to scteken_sc_to_te_attr(). scteken_revattr() looked like it might handle reverse attributes, but it actually handles conversion of attributes

svn commit: r315002 - head/sys/dev/mpt

2017-03-10 Thread Alexander Motin
Author: mav Date: Fri Mar 10 13:39:16 2017 New Revision: 315002 URL: https://svnweb.freebsd.org/changeset/base/315002 Log: Improve residuals reporting in target mode. MFC after:2 weeks Modified: head/sys/dev/mpt/mpt.h head/sys/dev/mpt/mpt_cam.c Modified: head/sys/dev/mpt/mpt.h ===

svn commit: r315001 - head/sys/dev/mpt

2017-03-10 Thread Alexander Motin
Author: mav Date: Fri Mar 10 13:14:06 2017 New Revision: 315001 URL: https://svnweb.freebsd.org/changeset/base/315001 Log: Fix panic on wildcard target LUN disable. MFC after:2 weeks Modified: head/sys/dev/mpt/mpt_cam.c Modified: head/sys/dev/mpt/mpt_cam.c ==

Re: svn commit: r314989 - head/usr.bin/vmstat

2017-03-10 Thread Pedro Giffuni
On 3/10/2017 2:45 AM, Bruce Evans wrote: On Fri, 10 Mar 2017, Marcelo Araujo wrote: ... Log: Use nitems() from sys/param.h and also remove the cast. Reviewed by:markj MFC after:3 weeks. Differential Revision:https://reviews.freebsd.org/D9937 ... Modified: head/usr.bin/vmstat/

svn commit: r315000 - head/sys/dev/syscons

2017-03-10 Thread Bruce Evans
Author: bde Date: Fri Mar 10 11:44:09 2017 New Revision: 315000 URL: https://svnweb.freebsd.org/changeset/base/315000 Log: Start fixing some bugs in attribute handling. This change just does cleanups missed in r56043 17 years ago. The default attributes were still stored in structs for t

svn commit: r314999 - in stable/11/sys: dev/acpica kern sys x86/x86

2017-03-10 Thread Konstantin Belousov
Author: kib Date: Fri Mar 10 10:58:31 2017 New Revision: 314999 URL: https://svnweb.freebsd.org/changeset/base/314999 Log: MFC r314211: Remove cpu_deepest_sleep variable. Modified: stable/11/sys/dev/acpica/acpi_cpu.c stable/11/sys/kern/kern_clocksource.c stable/11/sys/sys/systm.h stab

svn commit: r314998 - head/sys/dev/mpt

2017-03-10 Thread Alexander Motin
Author: mav Date: Fri Mar 10 10:35:52 2017 New Revision: 314998 URL: https://svnweb.freebsd.org/changeset/base/314998 Log: Fix FC target mode in mpt(4), broken in multiple ways. - Not set BufferLength caused receive of empty ATIOs. - CDB length guessing was broken at least for RC16.

svn commit: r314997 - head/sys/dev/syscons

2017-03-10 Thread Bruce Evans
Author: bde Date: Fri Mar 10 10:25:48 2017 New Revision: 314997 URL: https://svnweb.freebsd.org/changeset/base/314997 Log: Fix compilation on sparc64. The frame buffer address is in a field that is unavailable on sparc64 only. This makes the new ec_putc() a non-op on sparc64 but still call

svn commit: r314996 - head/sys/kern

2017-03-10 Thread Mahdi Mokhtari
Author: mmokhi (ports committer) Date: Fri Mar 10 10:09:44 2017 New Revision: 314996 URL: https://svnweb.freebsd.org/changeset/base/314996 Log: Fix NULL pointer dereference and panic with shm file pread/pwrite. PR: 217429 Reported by: Tim Newsham Reviewed by: kib Approved

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

2017-03-10 Thread Jeremie Le Hen
Author: jlh Date: Fri Mar 10 09:58:10 2017 New Revision: 314995 URL: https://svnweb.freebsd.org/changeset/base/314995 Log: Add a very natural, binary version of the ASCII table. Reviewed by: bcr, eadler Obtained from: https://garbagecollected.org/2017/01/31/four-column-ascii/ M