svn commit: r334915 - head/usr.bin/calendar/calendars

2018-06-09 Thread Michael Dexter
Author: dexter (doc committer) Date: Sun Jun 10 05:48:03 2018 New Revision: 334915 URL: https://svnweb.freebsd.org/changeset/base/334915 Log: Add myself to calendar.freebsd Approved by: bcr (mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified:

svn commit: r334914 - head/share/misc

2018-06-09 Thread Michael Dexter
Author: dexter (doc committer) Date: Sun Jun 10 05:37:40 2018 New Revision: 334914 URL: https://svnweb.freebsd.org/changeset/base/334914 Log: Add myself with mentor. Corrected path svnadmin/conf/access in comments. Approved by: bcr (mentor) Modified: head/share/misc/committers-doc.dot

svn commit: r334913 - head

2018-06-09 Thread Peter Grehan
Author: grehan Date: Sun Jun 10 04:25:19 2018 New Revision: 334913 URL: https://svnweb.freebsd.org/changeset/base/334913 Log: Pass on bhyve kernel module maintenance to tychon and jhb who've both had a long history with the codebase. Discussed with:tychon, jhb Modified:

svn commit: r334912 - head/stand/lua

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sun Jun 10 02:36:38 2018 New Revision: 334912 URL: https://svnweb.freebsd.org/changeset/base/334912 Log: lualoader: Support variable substitution in env var settings We support both of the following cases of substitution: bar="y" foo="${bar}" foo="$bar"

svn commit: r334911 - in head/lib/libcompat: . 4.1 4.3 4.4

2018-06-09 Thread John Baldwin
Author: jhb Date: Sun Jun 10 02:34:41 2018 New Revision: 334911 URL: https://svnweb.freebsd.org/changeset/base/334911 Log: Use __SCSSID() for SCCS IDs. While here, fix $FreeBSD$ ID in ftime.c to use __FBSDID instead of a static array. Modified: head/lib/libcompat/4.1/ftime.c

svn commit: r334910 - head/usr.sbin/cron/cron

2018-06-09 Thread Warner Losh
Author: imp Date: Sun Jun 10 02:30:09 2018 New Revision: 334910 URL: https://svnweb.freebsd.org/changeset/base/334910 Log: Remove old, dead compat code. We no longer need to od these things conditionally, and the fallbacks are to 4.2BSD era defaults, which nobody uses anymore. Vixie cron

svn commit: r334909 - head/etc

2018-06-09 Thread Warner Losh
Author: imp Date: Sun Jun 10 02:13:30 2018 New Revision: 334909 URL: https://svnweb.freebsd.org/changeset/base/334909 Log: Set the $PATH in /etc/crontab like it is set by the cron(8) daemon, for consistency. Submitted by: Ben RUBSON Pull Request:

svn commit: r334907 - head/stand/lua

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sun Jun 10 01:38:52 2018 New Revision: 334907 URL: https://svnweb.freebsd.org/changeset/base/334907 Log: lualoader: Process loader_conf_files properly loader.conf(5) documents loader_conf_files to mean "additional configuration files to be processed right after the

svn commit: r334906 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
Author: eadler Date: Sun Jun 10 00:02:56 2018 New Revision: 334906 URL: https://svnweb.freebsd.org/changeset/base/334906 Log: top(1): permit sub-second delay times This removes the getuid check for delay==0. It didn't prevent users from writing similar programs in the general case. In

svn commit: r334904 - head/sys/fs/nfs

2018-06-09 Thread Rick Macklem
Author: rmacklem Date: Sat Jun 9 23:38:22 2018 New Revision: 334904 URL: https://svnweb.freebsd.org/changeset/base/334904 Log: Delete some macros that are unused. These macros were added because they were used by the pNFS server last year. However, they are no longer used by the pNFS

Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
On 9 June 2018 at 16:13, Eitan Adler wrote: > On 9 June 2018 at 08:55, Eitan Adler wrote: > Another issue I just found is that if you start top with -P some columns don't show any values: > > Thanks to "git bisect" I've narrowed this down to r334822. Patch coming soon. Fixed in

svn commit: r334903 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 23:24:08 2018 New Revision: 334903 URL: https://svnweb.freebsd.org/changeset/base/334903 Log: top(1): correctly reset per-cpu counters I had changed this from a for loop to a memset during an earlier cleanup. This change was incorrect so revert it.

svn commit: r334902 - head/sys/fs/nfs

2018-06-09 Thread Rick Macklem
Author: rmacklem Date: Sat Jun 9 23:14:59 2018 New Revision: 334902 URL: https://svnweb.freebsd.org/changeset/base/334902 Log: Delete an unused macro and clean up a comment about it. NFSDEV_MIRRORSTR was defined for the pNFS server, but has not been used, so this patch deletes it. It

Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
On 9 June 2018 at 08:55, Eitan Adler wrote: >>> Another issue I just found is that if you start top with -P some columns >>> don't show any values: Thanks to "git bisect" I've narrowed this down to r334822. Patch coming soon. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports

svn commit: r334901 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 23:08:02 2018 New Revision: 334901 URL: https://svnweb.freebsd.org/changeset/base/334901 Log: top(1): handle specific pids better When told to watch a specific pid, don't filter idle, system, or self processes. The summary at the top will still flip

svn commit: r334899 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 22:30:10 2018 New Revision: 334899 URL: https://svnweb.freebsd.org/changeset/base/334899 Log: top(1): implement additional missing long options Modified: head/usr.bin/top/top.c Modified: head/usr.bin/top/top.c

svn commit: r334898 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 21:40:33 2018 New Revision: 334898 URL: https://svnweb.freebsd.org/changeset/base/334898 Log: top(1): initial pass to freebsdize the man page The previous man page used many conventions not typical in FreeBSD. Since we've forked top completely, convert the

svn commit: r334897 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 21:40:24 2018 New Revision: 334897 URL: https://svnweb.freebsd.org/changeset/base/334897 Log: top(1): Implement long options This also documents some reserved or differing options from top's original upstream. Modified: head/usr.bin/top/top.c Modified:

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sat, 9 Jun 2018 16:02:16 -0400 Mark Johnston schrieb: > On Sat, Jun 09, 2018 at 08:37:14PM +0200, O. Hartmann wrote: > > I started on one of the faster boxes with a make cleanworld and tried then > > to rebuild > > world and kernel. It ends up

svn commit: r334896 - head/usr.bin/diff

2018-06-09 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 9 21:09:24 2018 New Revision: 334896 URL: https://svnweb.freebsd.org/changeset/base/334896 Log: diff: Import fixes from OpenBSD original commit log by miller@OpenBSD r1.46: Fix exit value when diffing directories with missing files and the -N or -P options

svn commit: r334895 - head/usr.bin/calendar/calendars

2018-06-09 Thread Guangyuan Yang
Author: ygy (doc committer) Date: Sat Jun 9 21:05:25 2018 New Revision: 334895 URL: https://svnweb.freebsd.org/changeset/base/334895 Log: Add myself to the calendar Requested by: mckusick Reviewed by: emaste Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified:

svn commit: r334894 - head/usr.bin/diff

2018-06-09 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 9 20:24:17 2018 New Revision: 334894 URL: https://svnweb.freebsd.org/changeset/base/334894 Log: Isolate the pr(1) related code in its own source files This keeps diffreg.c closer to what it is supposed to do: diffing regular files. It also allows my code

svn commit: r334893 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
Author: eadler Date: Sat Jun 9 20:06:06 2018 New Revision: 334893 URL: https://svnweb.freebsd.org/changeset/base/334893 Log: top(1): allow starting with -T flag Modified: head/usr.bin/top/top.c Modified: head/usr.bin/top/top.c

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread Mark Johnston
On Sat, Jun 09, 2018 at 08:37:14PM +0200, O. Hartmann wrote: > I started on one of the faster boxes with a make cleanworld and tried then to > rebuild > world and kernel. It ends up at the very same error for me. I believe r334892 will fix the problem, please give it a try. Sorry for the

svn commit: r334892 - in head: . sys/sys

2018-06-09 Thread Mark Johnston
Author: markj Date: Sat Jun 9 20:01:03 2018 New Revision: 334892 URL: https://svnweb.freebsd.org/changeset/base/334892 Log: Bump __FreeBSD_version after r334881 and force libdwarf to be rebuilt. Reported by: O. Hartmann Reviewed by: bdrewery Modified: head/Makefile.inc1

svn commit: r334891 - head/stand/lua

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sat Jun 9 19:51:09 2018 New Revision: 334891 URL: https://svnweb.freebsd.org/changeset/base/334891 Log: lualoader: Add cli.lua(8) to the tree Reviewed by: rpokala Differential Revision:https://reviews.freebsd.org/D14818 Added: head/stand/lua/cli.lua.8

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sat, 9 Jun 2018 14:02:37 -0400 Mark Johnston schrieb: > On Sat, Jun 09, 2018 at 01:56:18PM -0400, Bryan Drewery wrote: > > On 6/9/18 1:39 PM, Mark Johnston wrote: > > > On Sat, Jun 09, 2018 at 07:35:00PM +0200, O. Hartmann wrote: > > >>

svn commit: r334890 - in head/sys: amd64/include i386/include

2018-06-09 Thread Mark Johnston
Author: markj Date: Sat Jun 9 18:31:19 2018 New Revision: 334890 URL: https://svnweb.freebsd.org/changeset/base/334890 Log: Tell the compiler that rdtscp clobbers %ecx. Modified: head/sys/amd64/include/cpufunc.h head/sys/i386/include/cpufunc.h Modified: head/sys/amd64/include/cpufunc.h

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

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sat Jun 9 18:11:46 2018 New Revision: 334889 URL: https://svnweb.freebsd.org/changeset/base/334889 Log: bsdgrep(1): Some more int -> bool conversions and name changes Again motivated by upcoming work to rewrite a bunch of this- single-letter variable names and

Re: svn commit: r334827 - in head/sys: amd64/amd64 arm/arm dev/hwpmc i386/i386 kern mips/atheros mips/cavium powerpc/powerpc sys

2018-06-09 Thread Matthew Macy
On Sat, Jun 9, 2018 at 10:51 Mark Johnston wrote: > On Sat, Jun 09, 2018 at 08:11:15AM -0400, John Baldwin wrote: > > On 6/8/18 12:34 PM, Matthew Macy wrote: > > >> The fact that our NMI handler isn't re-entrant can lead to subtle > > >> problems. If while executing the NMI handler we hit a

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread Mark Johnston
On Sat, Jun 09, 2018 at 01:56:18PM -0400, Bryan Drewery wrote: > On 6/9/18 1:39 PM, Mark Johnston wrote: > > On Sat, Jun 09, 2018 at 07:35:00PM +0200, O. Hartmann wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA512 > >> > >> Am Sat, 9 Jun 2018 15:10:49 + (UTC) > >> Mark Johnston

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread Mark Johnston
On Sat, Jun 09, 2018 at 07:35:00PM +0200, O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Am Sat, 9 Jun 2018 15:10:49 + (UTC) > Mark Johnston schrieb: > > > Author: markj > > Date: Sat Jun 9 15:10:49 2018 > > New Revision: 334883 > > URL:

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread Bryan Drewery
On 6/9/18 1:39 PM, Mark Johnston wrote: > On Sat, Jun 09, 2018 at 07:35:00PM +0200, O. Hartmann wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> Am Sat, 9 Jun 2018 15:10:49 + (UTC) >> Mark Johnston schrieb: >> >>> Author: markj >>> Date: Sat Jun 9 15:10:49 2018 >>> New

svn commit: r334887 - head/tools/boot

2018-06-09 Thread Allan Jude
Author: allanjude Date: Sat Jun 9 17:47:56 2018 New Revision: 334887 URL: https://svnweb.freebsd.org/changeset/base/334887 Log: Change rootgen.sh to use the default ZFS boot environment name Reviewed by: imp (maintainer) Sponsored by: Klara Systems Differential Revision:

Re: svn commit: r334827 - in head/sys: amd64/amd64 arm/arm dev/hwpmc i386/i386 kern mips/atheros mips/cavium powerpc/powerpc sys

2018-06-09 Thread Mark Johnston
On Sat, Jun 09, 2018 at 08:11:15AM -0400, John Baldwin wrote: > On 6/8/18 12:34 PM, Matthew Macy wrote: > >> The fact that our NMI handler isn't re-entrant can lead to subtle > >> problems. If while executing the NMI handler we hit a dtrace > >> probe or DDB breakpoint, the iret executed upon

svn commit: r334886 - in head: . tools/build/mk

2018-06-09 Thread Dimitry Andric
) +++ head/ObsoleteFiles.inc Sat Jun 9 17:40:31 2018(r334886) @@ -38,6 +38,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20180609: obsolete libc++ files missed from the 5.0.0 import +OLD_FILES+=usr/include/c++/v1/__refstring +OLD_FILES+=usr/include/c++/v1/__undef_min_max +OLD_FILES+=usr

svn commit: r334888 - head/tools/boot

2018-06-09 Thread Allan Jude
Author: allanjude Date: Sat Jun 9 17:49:43 2018 New Revision: 334888 URL: https://svnweb.freebsd.org/changeset/base/334888 Log: Add ZFS+GPT EFI and LEGACY+EFI to rootgen.sh and installboot.sh Reviewed by: imp (maintainer) Sponsored by: Klara Systems Differential Revision:

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sat, 9 Jun 2018 15:10:49 + (UTC) Mark Johnston schrieb: > Author: markj > Date: Sat Jun 9 15:10:49 2018 > New Revision: 334883 > URL: https://svnweb.freebsd.org/changeset/base/334883 > > Log: > Don't process DWARF generated from

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

2018-06-09 Thread Rodney W. Grimes
> Author: ae > Date: Sat Jun 9 09:57:14 2018 > New Revision: 334875 > URL: https://svnweb.freebsd.org/changeset/base/334875 > > Log: > Explicitly change the link state when we assingn an address. > > Since we are setting IFF_UP flag on SIOCSIFADDR, it is possible, that > after this link

Re: svn commit: r334814 - head/sbin/dump

2018-06-09 Thread John Baldwin
On 6/8/18 10:27 AM, Justin Hibbits wrote: > On Fri, Jun 8, 2018 at 10:08 AM, Ed Maste wrote: >> On 7 June 2018 at 16:49, Kirk McKusick wrote: >>> Author: mckusick >>> Date: Thu Jun 7 20:49:01 2018 >>> New Revision: 334814 >>> URL: https://svnweb.freebsd.org/changeset/base/334814 >>> >>> Log:

Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
On 8 June 2018 at 23:13, Florian Smeets wrote: > On 09.06.18 04:14, Eitan Adler wrote: >> Author: eadler >> Date: Sat Jun 9 02:14:33 2018 >> New Revision: 334864 >> URL: https://svnweb.freebsd.org/changeset/base/334864 >> >> Log: >> top(1): use a different command to toggle tid vs pid > >

svn commit: r334885 - in head/stand: common efi/loader i386/libi386 userboot/userboot

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sat Jun 9 15:52:29 2018 New Revision: 334885 URL: https://svnweb.freebsd.org/changeset/base/334885 Log: stand: One more trivial consolidation (setting environment from howto) Modified: head/stand/common/boot.c head/stand/common/bootstrap.h

svn commit: r334877 - head/tests/sys/netpfil/pf

2018-06-09 Thread Kristof Provost
Author: kp Date: Sat Jun 9 14:21:07 2018 New Revision: 334877 URL: https://svnweb.freebsd.org/changeset/base/334877 Log: pf tests: Basic route-to tests Very basic route-to tests. These tests attempt to provoke PR 228782 for IPv4 and IPv6. A test failure will panic the machine. Added:

Re: svn commit: r334827 - in head/sys: amd64/amd64 arm/arm dev/hwpmc i386/i386 kern mips/atheros mips/cavium powerpc/powerpc sys

2018-06-09 Thread John Baldwin
On 6/8/18 12:34 PM, Matthew Macy wrote: >> The fact that our NMI handler isn't re-entrant can lead to subtle >> problems. If while executing the NMI handler we hit a dtrace >> probe or DDB breakpoint, the iret executed upon return to the handler >> will re-enable NMIs. Then, if a second NMI

svn commit: r334878 - head/stand/libsa

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sat Jun 9 14:24:16 2018 New Revision: 334878 URL: https://svnweb.freebsd.org/changeset/base/334878 Log: libsa(3): Correct statement about FS Write-support, name change - jhb implemented UFS write support a little over 16 years ago. - Update the library name while

svn commit: r334879 - head/stand/lua

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sat Jun 9 14:26:30 2018 New Revision: 334879 URL: https://svnweb.freebsd.org/changeset/base/334879 Log: lualoader: Add hook.lua(8) to tree Reviewed by: rpokala (w/ "All Rights Reserved" previously added) Differential Revision:

Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Eitan Adler
On 9 June 2018 at 08:54, Eitan Adler wrote: > On 8 June 2018 at 23:13, Florian Smeets wrote: >> On 09.06.18 04:14, Eitan Adler wrote: >>> Author: eadler >>> Date: Sat Jun 9 02:14:33 2018 >>> New Revision: 334864 >>> URL: https://svnweb.freebsd.org/changeset/base/334864 >>> >>> Log: >>>

svn commit: r334880 - head/sys/dev/vnic

2018-06-09 Thread Andrew Turner
Author: andrew Date: Sat Jun 9 14:47:49 2018 New Revision: 334880 URL: https://svnweb.freebsd.org/changeset/base/334880 Log: In the ThunderX BGX network driver we were skipping the NULL terminator when parsing the phy type, however this is included in the length returned by OF_getprop. To

svn commit: r334876 - head/sys/netpfil/pf

2018-06-09 Thread Kristof Provost
Author: kp Date: Sat Jun 9 14:17:06 2018 New Revision: 334876 URL: https://svnweb.freebsd.org/changeset/base/334876 Log: pf: Fix deadlock with route-to If a locally generated packet is routed (with route-to/reply-to/dup-to) out of a different interface it's passed through the firewall

svn commit: r334882 - in head/stand: common efi/loader i386/libi386 userboot/userboot

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sat Jun 9 15:10:39 2018 New Revision: 334882 URL: https://svnweb.freebsd.org/changeset/base/334882 Log: stand: Consolidate checking for boot flags driven by environment vars e.g. boot_mute, boot_single, boot_verbose, and friends; we checked for these in multiple

svn commit: r334884 - head/stand/common

2018-06-09 Thread Kyle Evans
Author: kevans Date: Sat Jun 9 15:28:37 2018 New Revision: 334884 URL: https://svnweb.freebsd.org/changeset/base/334884 Log: stand: Fix build after r334882 Not sure how this was not caught in Universe. Modified: head/stand/common/metadata.c Modified: head/stand/common/metadata.c

Re: svn commit: r334867 - in head: lib usr.sbin

2018-06-09 Thread John Baldwin
On 6/8/18 10:25 PM, Matt Macy wrote: > Author: mmacy > Date: Sat Jun 9 02:25:18 2018 > New Revision: 334867 > URL: https://svnweb.freebsd.org/changeset/base/334867 > > Log: > pmc: fix logic in skipping riscv This would still appear to not be right as eventually riscv will use llvm. Also, I

Re: svn commit: r334844 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/openso

2018-06-09 Thread Alexey Dokuchaev
On Fri, Jun 08, 2018 at 05:38:28PM +, Sean Eric Fagan wrote: > New Revision: 334844 > URL: https://svnweb.freebsd.org/changeset/base/334844 > > Log: > This originated from ZFS On Linux [...] > > During scans (scrubs or resilvers), it sorts the blocks in each > transaction group by

svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread Mark Johnston
Author: markj Date: Sat Jun 9 15:10:49 2018 New Revision: 334883 URL: https://svnweb.freebsd.org/changeset/base/334883 Log: Don't process DWARF generated from non-C/C++ code. ctfconvert(1) is not designed to handle DWARF generated from such code, and will generally fail in non-obvious

svn commit: r334881 - head/contrib/elftoolchain/libdwarf

2018-06-09 Thread Mark Johnston
Author: markj Date: Sat Jun 9 14:50:38 2018 New Revision: 334881 URL: https://svnweb.freebsd.org/changeset/base/334881 Log: Add DW_LANG_* definitions from DWARF 4 and 5. Reviewed by: emaste MFC after:1 week Differential Revision:https://reviews.freebsd.org/D15712

svn commit: r334875 - head/sys/net

2018-06-09 Thread Andrey V. Elsukov
Author: ae Date: Sat Jun 9 09:57:14 2018 New Revision: 334875 URL: https://svnweb.freebsd.org/changeset/base/334875 Log: Explicitly change the link state when we assingn an address. Since we are setting IFF_UP flag on SIOCSIFADDR, it is possible, that after this link state information

Re: svn commit: r334856 - head/sys/amd64/amd64

2018-06-09 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: tychon > Date: Fri Jun 8 20:35:58 2018 > New Revision: 334856 > URL: https://svnweb.freebsd.org/changeset/base/334856 > > Log: > Don't bother looking for non-executable pages when a process is > excluded from PTI. > > Reviewed by:

Re: svn commit: r334864 - head/usr.bin/top

2018-06-09 Thread Florian Smeets via svn-src-head
On 09.06.18 04:14, Eitan Adler wrote: > Author: eadler > Date: Sat Jun 9 02:14:33 2018 > New Revision: 334864 > URL: https://svnweb.freebsd.org/changeset/base/334864 > > Log: > top(1): use a different command to toggle tid vs pid Thank you. You cannot start top with -T unless you add