svn commit: r332809 - head/usr.bin/grep

2018-04-19 Thread Kyle Evans
Author: kevans Date: Fri Apr 20 03:29:06 2018 New Revision: 332809 URL: https://svnweb.freebsd.org/changeset/base/332809 Log: bsdgrep: Add some TODOs for future work on operating on chunks Modified: head/usr.bin/grep/util.c Modified: head/usr.bin/grep/util.c =

svn commit: r332808 - head/sys/powerpc/aim

2018-04-19 Thread Justin Hibbits
Author: jhibbits Date: Fri Apr 20 03:23:19 2018 New Revision: 332808 URL: https://svnweb.freebsd.org/changeset/base/332808 Log: powerpc64: Set n_slbs = 32 for POWER9 Summary: POWER9 also contains 32 slbs entries as explained by the POWER9 User Manual: "For HPT translation, the POWER

svn commit: r332807 - in head/sys/powerpc: include powerpc

2018-04-19 Thread Justin Hibbits
Author: jhibbits Date: Fri Apr 20 03:19:44 2018 New Revision: 332807 URL: https://svnweb.freebsd.org/changeset/base/332807 Log: powerpc64: Add DSCR support Summary: Powerpc64 has support for a register called Data Stream Control Register (DSCR), which basically controls how the hardware

svn commit: r332806 - head/usr.bin/grep

2018-04-19 Thread Kyle Evans
Author: kevans Date: Fri Apr 20 03:11:51 2018 New Revision: 332806 URL: https://svnweb.freebsd.org/changeset/base/332806 Log: bsdgrep: Clean up procmatches a little bit Modified: head/usr.bin/grep/util.c Modified: head/usr.bin/grep/util.c =

svn commit: r332805 - head/usr.bin/grep

2018-04-19 Thread Kyle Evans
Author: kevans Date: Fri Apr 20 03:08:46 2018 New Revision: 332805 URL: https://svnweb.freebsd.org/changeset/base/332805 Log: bsdgrep: Split match processing out of procfile procfile is getting kind of hairy, and it's not going to get better as we correct some more bits that assume we pro

svn commit: r332803 - head/lib/clang/include/lld/Common

2018-04-19 Thread Ed Maste
Author: emaste Date: Fri Apr 20 00:59:53 2018 New Revision: 332803 URL: https://svnweb.freebsd.org/changeset/base/332803 Log: lld: use correct number of digits in __FreeBSD_version-style ID __FreeBSD_version-style IDs should have 5 digits following the major. Modified: head/lib/clang/inc

svn commit: r332802 - in stable/11: . gnu/usr.bin/groff/tmac lib/clang sys/conf

2018-04-19 Thread Glen Barber
Author: gjb Date: Fri Apr 20 00:02:47 2018 New Revision: 332802 URL: https://svnweb.freebsd.org/changeset/base/332802 Log: Update stable/11 from 11.1-STABLE to 11.2-PRERELEASE, marking the official start of the code slush. Set the default mdoc(7) version to 11.2, and update the clang(1)

Re: svn commit: r332796 - head/tools/tools/sortbench

2018-04-19 Thread Brooks Davis
On Thu, Apr 19, 2018 at 04:53:03PM -0700, Rodney W. Grimes wrote: > -- Start of PGP signed section. > > The goal is to replace our merge sort with its weird limitations (you > > can't sort things smaller than int on amd64 and it doesn't work with > > pointer integrity schemes) with wikisort. This

Re: svn commit: r332796 - head/tools/tools/sortbench

2018-04-19 Thread Rodney W. Grimes
-- Start of PGP signed section. > The goal is to replace our merge sort with its weird limitations (you > can't sort things smaller than int on amd64 and it doesn't work with > pointer integrity schemes) with wikisort. This and improvements to the > tests are the first steps in the process. > > -

Re: svn commit: r332796 - head/tools/tools/sortbench

2018-04-19 Thread Brooks Davis
The goal is to replace our merge sort with its weird limitations (you can't sort things smaller than int on amd64 and it doesn't work with pointer integrity schemes) with wikisort. This and improvements to the tests are the first steps in the process. -- Brooks On Thu, Apr 19, 2018 at 04:28:47PM

Re: svn commit: r332796 - head/tools/tools/sortbench

2018-04-19 Thread Conrad Meyer
The commit log describes what the commit does, but not why it was made. What's the eventual goal / direction that this change leads to? (The Phabricator revision doesn't elaborate further either.) Thanks, Conrad On Thu, Apr 19, 2018 at 2:53 PM, Brooks Davis wrote: > Author: brooks > Date: Thu

svn commit: r332798 - head/tools/diag/prtblknos

2018-04-19 Thread Kirk McKusick
Author: mckusick Date: Thu Apr 19 22:43:55 2018 New Revision: 332798 URL: https://svnweb.freebsd.org/changeset/base/332798 Log: Fix incorrect output for a file consisting of a single full-size block followed by a discontiguous fragment. Add checks for unallocated inodes and inodes with un

svn commit: r332796 - head/tools/tools/sortbench

2018-04-19 Thread Brooks Davis
Author: brooks Date: Thu Apr 19 21:53:57 2018 New Revision: 332796 URL: https://svnweb.freebsd.org/changeset/base/332796 Log: Add sortbench. This is a set of benchmarks of qsort, mergesort, heapsort, and optionally wikisort and a script to run them. Submitted by: Miles Fertel Spon

svn commit: r332794 - in head: share/mk stand/i386

2018-04-19 Thread Ed Maste
Author: emaste Date: Thu Apr 19 20:58:09 2018 New Revision: 332794 URL: https://svnweb.freebsd.org/changeset/base/332794 Log: Add support for linker-type-specific flags r332090 added a LINKER_TYPE test to add the --no-rosegment flag when linking the i386 loader components with lld. Inste

Re: svn commit: r332782 - in head/sys: amd64/linux amd64/linux32 compat/freebsd32 i386/linux kern sys

2018-04-19 Thread Ed Maste
On 19 April 2018 at 12:49, Brooks Davis wrote: > > I do wonder if allocating AT_COUNT entries is quite right since some are > emitted only optionally. That said, it's not as though the waste is > significant. I think it's only a minor concern and not worth worrying about too much, but John and I

svn commit: r332792 - in head/lib: libc/riscv libc/riscv/gen msun/riscv

2018-04-19 Thread Brooks Davis
Author: brooks Date: Thu Apr 19 20:36:15 2018 New Revision: 332792 URL: https://svnweb.freebsd.org/changeset/base/332792 Log: Replace SOFTFLOAT with __riscv_float_abi_*. With SOFTFLOAT, libc and libm were built correctly, but any program including fenv.h itself assumed it was on a hardflo

svn commit: r332791 - head/sys/modules/random

2018-04-19 Thread Mark Murray
Author: markm Date: Thu Apr 19 20:31:52 2018 New Revision: 332791 URL: https://svnweb.freebsd.org/changeset/base/332791 Log: Remove empty dir no longer required. Reported by: Jung-uk Kim Deleted: head/sys/modules/random/ ___ svn-src-all@freebs

svn commit: r332790 - head/sys/fs/nfsserver

2018-04-19 Thread Rick Macklem
Author: rmacklem Date: Thu Apr 19 20:30:33 2018 New Revision: 332790 URL: https://svnweb.freebsd.org/changeset/base/332790 Log: Fix OpenDowngrade for NFSv4.1 if a client sets the OPEN_SHARE_ACCESS_WANT* bits. The NFSv4.1 RFC specifies that the OPEN_SHARE_ACCESS_WANT bits can be set in th

svn commit: r332789 - head/usr.sbin/pwd_mkdb

2018-04-19 Thread Ed Maste
Author: emaste Date: Thu Apr 19 20:25:19 2018 New Revision: 332789 URL: https://svnweb.freebsd.org/changeset/base/332789 Log: pwd_mkdb: warn that legacy support is deprecated (if specified) r283981 switched pwd_mkdb to emit only v4 database entries by default, and introduced a -l (legacy)

svn commit: r332788 - head/sys/powerpc/aim

2018-04-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Apr 19 18:34:38 2018 New Revision: 332788 URL: https://svnweb.freebsd.org/changeset/base/332788 Log: Fix detection of memory overlap with the kernel in the case where a memory region marked "available" by firmware is contained entirely in the kernel. This had

svn commit: r332787 - head/sys/dev/cxgbe/tom

2018-04-19 Thread Navdeep Parhar
Author: np Date: Thu Apr 19 18:10:44 2018 New Revision: 332787 URL: https://svnweb.freebsd.org/changeset/base/332787 Log: cxgbe(4): Fix bugs in the handling of COP rules that match on VLAN tag. Retrieve the tag from the correct ifnet and use the provided tag (instead of hardcoded 0x,

svn commit: r332786 - head/sys/i386/include

2018-04-19 Thread Konstantin Belousov
Author: kib Date: Thu Apr 19 18:08:46 2018 New Revision: 332786 URL: https://svnweb.freebsd.org/changeset/base/332786 Log: Use symbolic constant, explaining the operation. Sponsored by: The FreeBSD Foundation Modified: head/sys/i386/include/asmacros.h Modified: head/sys/i386/include/asm

svn commit: r332785 - in stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2018-04-19 Thread Alexander Motin
Author: mav Date: Thu Apr 19 17:55:48 2018 New Revision: 332785 URL: https://svnweb.freebsd.org/changeset/base/332785 Log: MFC r332523: 9433 Fix ARC hit rate When the compressed ARC feature was added in commit d3c2ae1 the method of reference counting in the ARC was modified. As part of

svn commit: r332784 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2018-04-19 Thread Glen Barber
Author: gjb Date: Thu Apr 19 17:19:12 2018 New Revision: 332784 URL: https://svnweb.freebsd.org/changeset/base/332784 Log: Use 'literal' tags around compiler-rt, as it is a library, not an application. Submitted by: dim Sponsored by: The FreeBSD Foundation Modified: stable/11/release

Re: svn commit: r332782 - in head/sys: amd64/linux amd64/linux32 compat/freebsd32 i386/linux kern sys

2018-04-19 Thread Brooks Davis
On Thu, Apr 19, 2018 at 04:00:34PM +, John Baldwin wrote: > Author: jhb > Date: Thu Apr 19 16:00:34 2018 > New Revision: 332782 > URL: https://svnweb.freebsd.org/changeset/base/332782 > > Log: > Simplify the code to allocate stack for auxv, argv[], and environment > vectors. > > Remove

svn commit: r332783 - head/sys/dev/nvme

2018-04-19 Thread Warner Losh
Author: imp Date: Thu Apr 19 16:05:48 2018 New Revision: 332783 URL: https://svnweb.freebsd.org/changeset/base/332783 Log: Reword comment to remove awkward constructs, including an "it's" that shouldn't have been there at all (it wasn't a typo for its, rather a left-over from an older revisi

svn commit: r332782 - in head/sys: amd64/linux amd64/linux32 compat/freebsd32 i386/linux kern sys

2018-04-19 Thread John Baldwin
Author: jhb Date: Thu Apr 19 16:00:34 2018 New Revision: 332782 URL: https://svnweb.freebsd.org/changeset/base/332782 Log: Simplify the code to allocate stack for auxv, argv[], and environment vectors. Remove auxarg_size as it was only used once right after a confusing assignment in each

Re: svn commit: r332735 - head/sys/x86/x86

2018-04-19 Thread Eric Joyner
Is the limit going to be increased at some point? Is there a true limit somewhere? On Wed, Apr 18, 2018 at 11:45 AM, John Baldwin wrote: > Author: jhb > Date: Wed Apr 18 18:45:34 2018 > New Revision: 332735 > URL: https://svnweb.freebsd.org/changeset/base/332735 > > Log: > Fix two off-by-one e

Re: svn commit: r332773 - head/etc/rc.d

2018-04-19 Thread Kyle Evans
On Thu, Apr 19, 2018 at 10:40 AM, Rodney W. Grimes wrote: >> On Thu, Apr 19, 2018 at 10:21 AM, Kyle Evans wrote: >> > On Thu, Apr 19, 2018 at 10:19 AM, Warner Losh wrote: >> >> >> >> >> >> On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote: >> >>> >> >>> On Thu, Apr 19, 2018 at 10:16 AM, Rodney

svn commit: r332781 - stable/11/release/doc/en_US.ISO8859-1/relnotes

2018-04-19 Thread Glen Barber
Author: gjb Date: Thu Apr 19 15:52:45 2018 New Revision: 332781 URL: https://svnweb.freebsd.org/changeset/base/332781 Log: Fix a misspelled word. Submitted by: dim Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stabl

Re: svn commit: r332773 - head/etc/rc.d

2018-04-19 Thread Rodney W. Grimes
> On Thu, Apr 19, 2018 at 10:21 AM, Kyle Evans wrote: > > On Thu, Apr 19, 2018 at 10:19 AM, Warner Losh wrote: > >> > >> > >> On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote: > >>> > >>> On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes > >>> wrote: > >>> >> Author: kevans > >>> >> Date: Thu

svn commit: r332780 - head/sys/dev/nvme

2018-04-19 Thread Warner Losh
Author: imp Date: Thu Apr 19 15:39:20 2018 New Revision: 332780 URL: https://svnweb.freebsd.org/changeset/base/332780 Log: Intel drives have an optimal alignment for I/O. While they honor I/Os that cross this boundary, they perform better when this isn't the case. Intel uses the 3rd byte in

Re: svn commit: r332773 - head/etc/rc.d

2018-04-19 Thread Kyle Evans
On Thu, Apr 19, 2018 at 10:21 AM, Kyle Evans wrote: > On Thu, Apr 19, 2018 at 10:19 AM, Warner Losh wrote: >> >> >> On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote: >>> >>> On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes >>> wrote: >>> >> Author: kevans >>> >> Date: Thu Apr 19 15:02:53 201

svn commit: r332779 - head/sys/powerpc/powermac

2018-04-19 Thread Alexander Motin
Author: mav Date: Thu Apr 19 15:29:10 2018 New Revision: 332779 URL: https://svnweb.freebsd.org/changeset/base/332779 Log: Release memory resource on cuda driver attach failure. Submitted by: Dmitry Luhtionov Modified: head/sys/powerpc/powermac/cuda.c Modified: head/sys/powerpc/powerma

svn commit: r332778 - head/sys/opencrypto

2018-04-19 Thread Conrad Meyer
Author: cem Date: Thu Apr 19 15:24:21 2018 New Revision: 332778 URL: https://svnweb.freebsd.org/changeset/base/332778 Log: cryptosoft: Do not exceed crd_len around *crypt_multi When a caller passes in a uio or mbuf chain that is longer than crd_len, in tandem with a transform that support

Re: svn commit: r332773 - head/etc/rc.d

2018-04-19 Thread Kyle Evans
On Thu, Apr 19, 2018 at 10:19 AM, Warner Losh wrote: > > > On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote: >> >> On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes >> wrote: >> >> Author: kevans >> >> Date: Thu Apr 19 15:02:53 2018 >> >> New Revision: 332773 >> >> URL: https://svnweb.freebsd.

Re: svn commit: r332773 - head/etc/rc.d

2018-04-19 Thread Warner Losh
On Thu, Apr 19, 2018 at 9:17 AM, Kyle Evans wrote: > On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes > wrote: > >> Author: kevans > >> Date: Thu Apr 19 15:02:53 2018 > >> New Revision: 332773 > >> URL: https://svnweb.freebsd.org/changeset/base/332773 > >> > >> Log: > >> Fix ddb rc script >

Re: svn commit: r332773 - head/etc/rc.d

2018-04-19 Thread Kyle Evans
On Thu, Apr 19, 2018 at 10:16 AM, Rodney W. Grimes wrote: >> Author: kevans >> Date: Thu Apr 19 15:02:53 2018 >> New Revision: 332773 >> URL: https://svnweb.freebsd.org/changeset/base/332773 >> >> Log: >> Fix ddb rc script >> >> r288291 added a call to limits(1), which isn't available before p

Re: svn commit: r332773 - head/etc/rc.d

2018-04-19 Thread Rodney W. Grimes
> Author: kevans > Date: Thu Apr 19 15:02:53 2018 > New Revision: 332773 > URL: https://svnweb.freebsd.org/changeset/base/332773 > > Log: > Fix ddb rc script > > r288291 added a call to limits(1), which isn't available before partitions > are mounted. This broke the ddb rc script, which d

svn commit: r332777 - stable/11/sys/compat/linuxkpi/common/include/asm

2018-04-19 Thread Mark Johnston
Author: markj Date: Thu Apr 19 15:11:18 2018 New Revision: 332777 URL: https://svnweb.freebsd.org/changeset/base/332777 Log: MFC r332079: Fix the definitions of get_cpu() and put_cpu(). Modified: stable/11/sys/compat/linuxkpi/common/include/asm/smp.h Directory Properties: stable/11/ (pr

svn commit: r332776 - stable/11/share/man/man9

2018-04-19 Thread Mark Johnston
Author: markj Date: Thu Apr 19 15:10:42 2018 New Revision: 332776 URL: https://svnweb.freebsd.org/changeset/base/332776 Log: MFC r332043: Typo. Modified: stable/11/share/man/man9/timeout.9 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man9/timeout.9 ===

svn commit: r332775 - stable/11/sbin/ipfw

2018-04-19 Thread Oleg Bulyzhin
Author: oleg Date: Thu Apr 19 15:07:53 2018 New Revision: 332775 URL: https://svnweb.freebsd.org/changeset/base/332775 Log: MFC r332403: Fix a typo. Modified: stable/11/sbin/ipfw/ipfw.8 Directory Properties: stable/11/ (props changed) Modified: stable/11/sbin/ipfw/ipfw.8 ===

svn commit: r332774 - head/sys/netinet

2018-04-19 Thread Randall Stewart
Author: rrs Date: Thu Apr 19 15:03:48 2018 New Revision: 332774 URL: https://svnweb.freebsd.org/changeset/base/332774 Log: These two modules need the tcp_hpts.h file for when the option is enabled (not sure how LINT/build-universe missed this) opps. Sponsored by: Netflix Inc Modified:

svn commit: r332772 - stable/11/sys/netpfil/ipfw

2018-04-19 Thread Oleg Bulyzhin
Author: oleg Date: Thu Apr 19 15:02:42 2018 New Revision: 332772 URL: https://svnweb.freebsd.org/changeset/base/332772 Log: Fix ipfw table creation when net.inet.ip.fw.tables_sets = 0 and non zero set specified on table creation. This fixes following: # sysctl net.inet.ip.fw.tables_sets

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

2018-04-19 Thread Kyle Evans
Author: kevans Date: Thu Apr 19 15:02:53 2018 New Revision: 332773 URL: https://svnweb.freebsd.org/changeset/base/332773 Log: Fix ddb rc script r288291 added a call to limits(1), which isn't available before partitions are mounted. This broke the ddb rc script, which does not provide its

svn commit: r332771 - head/sys/vm

2018-04-19 Thread Mark Johnston
Author: markj Date: Thu Apr 19 14:09:44 2018 New Revision: 332771 URL: https://svnweb.freebsd.org/changeset/base/332771 Log: Initialize marker pages in vm_page_domain_init(). They were previously initialized by the corresponding page daemon threads, but for vmd_inacthead this may be too l

svn commit: r332770 - in head/sys: conf netinet netinet/tcp_stacks sys

2018-04-19 Thread Randall Stewart
Author: rrs Date: Thu Apr 19 13:37:59 2018 New Revision: 332770 URL: https://svnweb.freebsd.org/changeset/base/332770 Log: This commit brings in the TCP high precision timer system (tcp_hpts). It is the forerunner/foundational work of bringing in both Rack and BBR which use hpts for pacing o

svn commit: r332769 - head/usr.bin/chpass

2018-04-19 Thread Ed Maste
Author: emaste Date: Thu Apr 19 12:50:49 2018 New Revision: 332769 URL: https://svnweb.freebsd.org/changeset/base/332769 Log: chpass: reject change/expiry dates beyond y2106 The pwd.db and spwd.db files store the change and expire dates as unsigned 32-bit ints, which overflow in 2106. Re

Re: svn commit: r332559 - head/usr.sbin/mountd

2018-04-19 Thread Allan Jude
On 2018-04-16 8:02 PM, Rick Macklem wrote: I wrote: Julian Elischer wrote: On 16/4/18 6:56 pm, Konstantin Belousov wrote: [stuff snipped] +ngroups =3D XU_NGROUPS + 1; Why XU_NGROUPS and not the value of sysctl("kern.ngroups") ? valid question.. because that is how many a

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

2018-04-19 Thread Alexey Dokuchaev
On Tue, Apr 17, 2018 at 12:54:59PM +, Andrew Gallatin wrote: > New Revision: 332645 > URL: https://svnweb.freebsd.org/changeset/base/332645 > > Log: > Make lagg creation more fault tolerant > > - Warn, don't exit, when SIOCSLAGGPORT returns an error. > > When we exit with an error

svn commit: r332768 - stable/11/sys/netpfil/ipfw/nat64

2018-04-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 19 10:16:39 2018 New Revision: 332768 URL: https://svnweb.freebsd.org/changeset/base/332768 Log: MFC r332459: Fix integer types mismatch for flags field in nat64stl_cfg structure. Also preserve internal flags on NAT64STL reconfiguration. Modified: stable/11

svn commit: r332767 - stable/11/sys/netpfil/ipfw/nat64

2018-04-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 19 10:15:11 2018 New Revision: 332767 URL: https://svnweb.freebsd.org/changeset/base/332767 Log: MFC r332457: Use cfg->nomatch_verdict as return value from NAT64LSN handler when given mbuf is considered as not matched. If mbuf was consumed or freed during

svn commit: r332766 - stable/11/sys/netpfil/ipfw/nat64

2018-04-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 19 10:13:28 2018 New Revision: 332766 URL: https://svnweb.freebsd.org/changeset/base/332766 Log: MFC r332456: Migrate NAT64 to FIB KPI. Modified: stable/11/sys/netpfil/ipfw/nat64/nat64_translate.c stable/11/sys/netpfil/ipfw/nat64/nat64_translate.h Directory Prop

svn commit: r332765 - in stable/11/sys/netpfil/ipfw: . nat64

2018-04-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 19 10:11:39 2018 New Revision: 332765 URL: https://svnweb.freebsd.org/changeset/base/332765 Log: MFC r316825: Use address of specific union member instead of whole union address to fix PVS-Studio warnings. MFC r316826: Avoid undefined behavior. Th

svn commit: r332764 - stable/11/sbin/ipfw

2018-04-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 19 10:08:28 2018 New Revision: 332764 URL: https://svnweb.freebsd.org/changeset/base/332764 Log: MFC r332451: Fix indenting in ipv6.c file, use tabs instead of mixing tabs and spaces. Modified: stable/11/sbin/ipfw/ipv6.c Directory Properties: stable/11/ (props

svn commit: r332763 - stable/11/sbin/ipfw

2018-04-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 19 10:06:53 2018 New Revision: 332763 URL: https://svnweb.freebsd.org/changeset/base/332763 Log: MFC r332449: Remove printing of "not" keyword from print_ip6() function. After r331668 handling of F_NOT flag done in one place by print_instruction() function

svn commit: r332762 - stable/11/sbin/ipfw

2018-04-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 19 10:05:12 2018 New Revision: 332762 URL: https://svnweb.freebsd.org/changeset/base/332762 Log: MFC r332448: Remove printing of "not" keyword from print_ip() function. After r331668 handling of F_NOT flag done in one place by print_instruction() function.

svn commit: r332761 - stable/11/sys/x86/x86

2018-04-19 Thread Andriy Gapon
Author: avg Date: Thu Apr 19 08:56:54 2018 New Revision: 332761 URL: https://svnweb.freebsd.org/changeset/base/332761 Log: fix pc98 compilation issue in r332760 pc98 GENERIC still doesn't build, but at least there would be fewer issues to fix. Modified: stable/11/sys/x86/x86/cpu_machde

svn commit: r332760 - in stable/11/sys: amd64/amd64 i386/i386 x86/x86

2018-04-19 Thread Andriy Gapon
Author: avg Date: Thu Apr 19 07:15:40 2018 New Revision: 332760 URL: https://svnweb.freebsd.org/changeset/base/332760 Log: MFC r331878: unify amd64 and i386 cpu_reset() in x86/cpu_machdep.c stable/11 note: PC98 support was removed in head, so in this branch it needed to be handled directl