svn commit: r327281 - in head: bin/sh/tests/builtins share/man/man4 share/man/man5 share/man/man9

2017-12-28 Thread Eitan Adler
Author: eadler Date: Thu Dec 28 08:22:26 2017 New Revision: 327281 URL: https://svnweb.freebsd.org/changeset/base/327281 Log: Fix a few speelling errors - man pages - bin/sh Reviewed by: jilles Modified: head/bin/sh/tests/builtins/var-assign.0 head/share/man/man4/ip.4

Re: svn commit: r325726 - head/sys/kern

2017-12-28 Thread Antoine Brodin
On Sat, Nov 11, 2017 at 10:39 PM, Mateusz Guzik wrote: > Author: mjg > Date: Sat Nov 11 22:39:33 2017 > New Revision: 325726 > URL: https://svnweb.freebsd.org/changeset/base/325726 > > Log: > Avoid locking and refing in sysctl_kern_proc_args if possible. > > Turns out the

svn commit: r327285 - in head/sys: kern sys

2017-12-28 Thread Konstantin Belousov
Author: kib Date: Thu Dec 28 13:16:32 2017 New Revision: 327285 URL: https://svnweb.freebsd.org/changeset/base/327285 Log: Make kern_proc_vmmap_resident() externally accesible, and move the vmmap_skip_res_cnt control check inside it. Sponsored by: The FreeBSD Foundation MFC after:1

svn commit: r327284 - head/usr.sbin/cpucontrol

2017-12-28 Thread Konstantin Belousov
Author: kib Date: Thu Dec 28 13:01:27 2017 New Revision: 327284 URL: https://svnweb.freebsd.org/changeset/base/327284 Log: Style. Remove useless return. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/usr.sbin/cpucontrol/intel.c Modified:

svn commit: r327282 - head/share/misc

2017-12-28 Thread Eitan Adler
Author: eadler Date: Thu Dec 28 08:25:47 2017 New Revision: 327282 URL: https://svnweb.freebsd.org/changeset/base/327282 Log: Update pci_vendors to 2017.12.20 Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors

svn commit: r327286 - head/sys/fs/procfs

2017-12-28 Thread Konstantin Belousov
Author: kib Date: Thu Dec 28 13:23:13 2017 New Revision: 327286 URL: https://svnweb.freebsd.org/changeset/base/327286 Log: Reuse kern_proc_vmmap_resident() for procfs_map resident count. The existing algorithm in procfs_map() to calculate count of resident pages in an entry is too

svn commit: r327288 - head/sys/sys

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 14:26:33 2017 New Revision: 327288 URL: https://svnweb.freebsd.org/changeset/base/327288 Log: sys/sys/chio.h: add NetBSD RCS ID. Make it easier to identify the point where we started diverging from NetBSD. Newer versions of this file has been updated to a new

svn commit: r327287 - head/sys/i386/isa

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 14:14:35 2017 New Revision: 327287 URL: https://svnweb.freebsd.org/changeset/base/327287 Log: sys/i386/isa/elink*: sync with (older) NetBSD. Make it easier to identify the point where we started diverging from NetBSD. Newer versions of these files have been

svn commit: r327283 - head/usr.sbin/cpucontrol

2017-12-28 Thread Konstantin Belousov
Author: kib Date: Thu Dec 28 12:59:48 2017 New Revision: 327283 URL: https://svnweb.freebsd.org/changeset/base/327283 Log: Complete r327264 by fixing yet another return without cleanup. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r327289 - head/libexec/rpc.sprayd

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 17:44:30 2017 New Revision: 327289 URL: https://svnweb.freebsd.org/changeset/base/327289 Log: rpc.sprayd: Bring some changes from NetBSD. Most notable, other than some style issues: CVS 1.11: do not use LOG_CONS. CVS 1.13: consistently use exit

svn commit: r327291 - head/sys/conf

2017-12-28 Thread John Baldwin
Author: jhb Date: Thu Dec 28 17:55:58 2017 New Revision: 327291 URL: https://svnweb.freebsd.org/changeset/base/327291 Log: Remove a stale reference to ie(4). This was missed in r304513. Submitted by: kib Modified: head/sys/conf/files.i386 Modified: head/sys/conf/files.i386

svn commit: r327313 - head/sys/i386/conf

2017-12-28 Thread John Baldwin
Author: jhb Date: Thu Dec 28 21:35:53 2017 New Revision: 327313 URL: https://svnweb.freebsd.org/changeset/base/327313 Log: Remove a few more dangling references to ie(4). Modified: head/sys/i386/conf/GENERIC head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/GENERIC

svn commit: r327315 - head/sys/dev/sdhci

2017-12-28 Thread Marius Strobl
Author: marius Date: Thu Dec 28 22:03:08 2017 New Revision: 327315 URL: https://svnweb.freebsd.org/changeset/base/327315 Log: Probe Intel Denverton eMMC 5.0 controllers. Modified: head/sys/dev/sdhci/sdhci_pci.c Modified: head/sys/dev/sdhci/sdhci_pci.c

svn commit: r327317 - in head/lib/libutil: . tests

2017-12-28 Thread Bartek Rutkowski
Author: robak (ports committer) Date: Thu Dec 28 22:57:34 2017 New Revision: 327317 URL: https://svnweb.freebsd.org/changeset/base/327317 Log: humanize_number(3): fix math edge case in rounding large numbers Fix for remainder overflow, when in rare cases adding remainder to divider

svn commit: r327316 - head/sys/vm

2017-12-28 Thread Konstantin Belousov
Author: kib Date: Thu Dec 28 22:56:30 2017 New Revision: 327316 URL: https://svnweb.freebsd.org/changeset/base/327316 Log: In vm_swapout_map_deactivate_pages(), it is enough to lock the map for read. Reviewed by: alc, markj (as part of the larger patch) Tested by:pho (again, as part

svn commit: r327314 - head/sys/x86/x86

2017-12-28 Thread Marius Strobl
Author: marius Date: Thu Dec 28 21:46:09 2017 New Revision: 327314 URL: https://svnweb.freebsd.org/changeset/base/327314 Log: With the advent of interrupt remapping, Intel has repurposed bit 11 (now: Interrupt_Index[15]) and assigned the previously reserved bits 55:48 (Interrupt_Index[14:0]

svn commit: r327318 - in head/sys: conf powerpc/ofw

2017-12-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Dec 28 23:49:53 2017 New Revision: 327318 URL: https://svnweb.freebsd.org/changeset/base/327318 Log: Remove ELF note for Open Firmware. It is marked optional in a single 1996 draft of a never-finalized standard (CHRP) and is irrelevant in practice on FreeBSD

svn commit: r327319 - head/sys/vm

2017-12-28 Thread Konstantin Belousov
Author: kib Date: Thu Dec 28 23:50:21 2017 New Revision: 327319 URL: https://svnweb.freebsd.org/changeset/base/327319 Log: Clean up the comment. Reviewed by: alc, markj Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:

svn commit: r327290 - head/libexec/rpc.sprayd

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 17:51:53 2017 New Revision: 327290 URL: https://svnweb.freebsd.org/changeset/base/327290 Log: rpc.sprayd: Remove 3rd and 4th clauses in christos' license. Obtained from:NetBSD Modified: head/libexec/rpc.sprayd/rpc.sprayd.8

Re: svn commit: r327287 - head/sys/i386/isa

2017-12-28 Thread Konstantin Belousov
On Thu, Dec 28, 2017 at 02:14:36PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Thu Dec 28 14:14:35 2017 > New Revision: 327287 > URL: https://svnweb.freebsd.org/changeset/base/327287 > > Log: > sys/i386/isa/elink*: sync with (older) NetBSD. > > Make it easier to identify the point

Re: svn commit: r325726 - head/sys/kern

2017-12-28 Thread Jilles Tjoelker
On Thu, Dec 28, 2017 at 12:40:31PM +, Antoine Brodin wrote: > On Sat, Nov 11, 2017 at 10:39 PM, Mateusz Guzik wrote: > > Author: mjg > > Date: Sat Nov 11 22:39:33 2017 > > New Revision: 325726 > > URL: https://svnweb.freebsd.org/changeset/base/325726 > > Log: > > Avoid

svn commit: r327296 - head/sys/netinet6

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 20:35:21 2017 New Revision: 327296 URL: https://svnweb.freebsd.org/changeset/base/327296 Log: netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license. This bring back r327293 from OpenBSD, with the important difference that we are now getting it

svn commit: r327298 - head/stand/fdt

2017-12-28 Thread Kyle Evans
Author: kevans Date: Thu Dec 28 21:09:36 2017 New Revision: 327298 URL: https://svnweb.freebsd.org/changeset/base/327298 Log: stand/fdt: Fix loading of multiple fdt_overlays fdt_load_dtb_overlays was written to unload previous overlay when a new valid one is come across.

svn commit: r327299 - head/stand/fdt

2017-12-28 Thread Kyle Evans
Author: kevans Date: Thu Dec 28 21:12:27 2017 New Revision: 327299 URL: https://svnweb.freebsd.org/changeset/base/327299 Log: stand/fdt: Avoid bailout when dtbo has no fixups In the case of a simple dtbo where fragment uses target-path and the overlay contains no references, /__fixups__

svn commit: r327293 - head/sys/netinet6

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 19:42:53 2017 New Revision: 327293 URL: https://svnweb.freebsd.org/changeset/base/327293 Log: netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license. This file is supposed to be based on the OpenBSD CVS v1.6 but checking the OpenBSD repository

svn commit: r327295 - head/sys/netinet6

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 20:26:51 2017 New Revision: 327295 URL: https://svnweb.freebsd.org/changeset/base/327295 Log: Start syncing changes from OpenBSD's ip6_id.c instead of ip_id.c. correct non-repetitive ID code, based on comments from niels provos. - seed2 is necessary, but use

svn commit: r327297 - head/sys/netinet6

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 20:40:56 2017 New Revision: 327297 URL: https://svnweb.freebsd.org/changeset/base/327297 Log: Fix some typos. Obtained from:OpenBSD (CVS v1.5) Modified: head/sys/netinet6/ip6_id.c Modified: head/sys/netinet6/ip6_id.c

svn commit: r327292 - head/sys/dev/pccard

2017-12-28 Thread John Baldwin
Author: jhb Date: Thu Dec 28 18:51:35 2017 New Revision: 327292 URL: https://svnweb.freebsd.org/changeset/base/327292 Log: Minor formatting and style tweaks to some comments. Modified: head/sys/dev/pccard/pccardvar.h Modified: head/sys/dev/pccard/pccardvar.h

svn commit: r327294 - head/sys/netinet6

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 28 20:10:10 2017 New Revision: 327294 URL: https://svnweb.freebsd.org/changeset/base/327294 Log: Revert r327293 netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license. I was looking at the wrong file. There is an important merge that must be done

svn commit: r327312 - head/sys/dev/e1000

2017-12-28 Thread Sean Bruno
Author: sbruno Date: Thu Dec 28 21:26:40 2017 New Revision: 327312 URL: https://svnweb.freebsd.org/changeset/base/327312 Log: e1000: Add support for Ice Lake and Cannon Lake Ths add initial support for Ice Lake and Cannon Lake ethernet devices. This also addressed errata 1.5.4.4 for

svn commit: r327329 - head/sys/dev/txp

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Fri Dec 29 00:27:12 2017 New Revision: 327329 URL: https://svnweb.freebsd.org/changeset/base/327329 Log: dev/txp: Update if_txpreg.h to match OpenBSD's version. Resolve a minor mismatch: TXP_CMD_READ_VERSION instead of TXP_CMD_VERSIONS_READ. Curiously the later is

svn commit: r327331 - head/sys/dev/txp

2017-12-28 Thread Pedro F. Giffuni
Author: pfg Date: Fri Dec 29 00:59:56 2017 New Revision: 327331 URL: https://svnweb.freebsd.org/changeset/base/327331 Log: if_txpreg.h: drop clauses 3 and 4. Obtained from:OpenBSD (CVS 1.35) Modified: head/sys/dev/txp/if_txpreg.h Modified: head/sys/dev/txp/if_txpreg.h

svn commit: r327333 - head/share/misc

2017-12-28 Thread Eitan Adler
Author: eadler Date: Fri Dec 29 04:49:59 2017 New Revision: 327333 URL: https://svnweb.freebsd.org/changeset/base/327333 Log: bsd-family-tree: add HardenedBSD This adds HardenedBSD which is a pseudo-fork of FreeBSD. It hasn't had a release yet, but does does have active users and a

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

2017-12-28 Thread Navdeep Parhar
Author: np Date: Fri Dec 29 02:30:21 2017 New Revision: 327332 URL: https://svnweb.freebsd.org/changeset/base/327332 Log: cxgbe(4): Reduce duplication by consolidating minor variations of the same code into a single routine. Sponsored by: Chelsio Communications Modified:

svn commit: r327336 - head/sys/netinet

2017-12-28 Thread Cy Schubert
Author: cy Date: Fri Dec 29 07:23:18 2017 New Revision: 327336 URL: https://svnweb.freebsd.org/changeset/base/327336 Log: Correct the comment describing badrs which is bad router solicitiation, not bad router advertisement. MFC after:3 days Modified: head/sys/netinet/icmp6.h

svn commit: r327335 - head/sbin/fsdb

2017-12-28 Thread Xin LI
Author: delphij Date: Fri Dec 29 06:22:05 2017 New Revision: 327335 URL: https://svnweb.freebsd.org/changeset/base/327335 Log: The fix in r327273 turns a memory leak into freeing wild pointer. Fix this by freeing only the initialized pointer. Modified: head/sbin/fsdb/fsdb.c Modified:

svn commit: r327334 - head/share/misc

2017-12-28 Thread Eitan Adler
Author: eadler Date: Fri Dec 29 05:01:07 2017 New Revision: 327334 URL: https://svnweb.freebsd.org/changeset/base/327334 Log: bsd-family-tree: add NetBSD 6.0.6 This was a missing release. Released on the same day as 6.1.5 per https://blog.netbsd.org/tnf/entry/netbsd_6_1_5_and Modified: