svn commit: r359628 - head/sys/security/mac

2020-04-03 Thread Jason A. Harmening
Author: jah Date: Sat Apr 4 04:03:10 2020 New Revision: 359628 URL: https://svnweb.freebsd.org/changeset/base/359628 Log: mac_policy: Remove mac_policy_sx This lock was made unnecessary by the addition of mac_policy_rms in r356120. Reviewed by: mjg, kib Differential Revision:

svn commit: r359627 - in head: include/protocols sbin/dump sbin/restore

2020-04-03 Thread Kirk McKusick
Author: mckusick Date: Sat Apr 4 00:56:56 2020 New Revision: 359627 URL: https://svnweb.freebsd.org/changeset/base/359627 Log: Clean up global variable declarations in the dump and restore utilities so that they will compile with -fno-common. Started by: Kyle Evans (kevans) Reviewed b

svn commit: r359626 - head/sys/dev/vt/hw/fb

2020-04-03 Thread Ed Maste
Author: emaste Date: Sat Apr 4 00:31:30 2020 New Revision: 359626 URL: https://svnweb.freebsd.org/changeset/base/359626 Log: vt: avoid overrun when stride is not a multiple of bytes per pixel The reporter is developing a frame buffer driver for hardware using 3 bytes per pixel, but a str

svn commit: r359622 - in head/lib/libpmc/pmu-events/arch/x86: . bonnell broadwell broadwellde broadwellx cascadelakex goldmont goldmontplus haswell haswellx icelake ivybridge ivytown jaketown knigh...

2020-04-03 Thread Matt Macy
Author: mmacy Date: Fri Apr 3 22:36:22 2020 New Revision: 359622 URL: https://svnweb.freebsd.org/changeset/base/359622 Log: Update x86 counters MFC after:1 week Added: head/lib/libpmc/pmu-events/arch/x86/cascadelakex/ head/lib/libpmc/pmu-events/arch/x86/cascadelakex/cache.json (

svn commit: r359615 - head/lib/libmd

2020-04-03 Thread Ed Maste
Author: emaste Date: Fri Apr 3 20:56:43 2020 New Revision: 359615 URL: https://svnweb.freebsd.org/changeset/base/359615 Log: ANSIfy and KNF function arg definitions in libmd/md4.c Reported by: bde, in 2017 Modified: head/lib/libmd/md4c.c Modified: head/lib/libmd/md4c.c ===

svn commit: r359614 - in head/sys: conf powerpc/amigaone

2020-04-03 Thread Justin Hibbits
Author: jhibbits Date: Fri Apr 3 20:45:16 2020 New Revision: 359614 URL: https://svnweb.freebsd.org/changeset/base/359614 Log: powerpc/amigaone: Add CPLD driver for AmigaOne A1222 "Tabor" Like the X5000, the main CPLD on the A1222 is the communication medium between the CPU and the GPIO

svn commit: r359613 - head/sys/ufs/ffs

2020-04-03 Thread Kirk McKusick
Author: mckusick Date: Fri Apr 3 20:43:25 2020 New Revision: 359613 URL: https://svnweb.freebsd.org/changeset/base/359613 Log: When shrinking the size of a directory it is sometimes necessary to sync it to disk before shrinking it. Complete the sync before getting the buffer for the block t

svn commit: r359612 - head/sys/ufs/ufs

2020-04-03 Thread Kirk McKusick
Author: mckusick Date: Fri Apr 3 20:30:45 2020 New Revision: 359612 URL: https://svnweb.freebsd.org/changeset/base/359612 Log: Convert DOINGSOFTDEP, MOUNTEDSOFTDEP, DOINGSUJ, and MOUNTEDSUJ to being boolean expressions so that their values are not lost when assigned to `bool' or `int' varia

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

2020-04-03 Thread Ed Maste
Author: emaste Date: Fri Apr 3 19:42:16 2020 New Revision: 359611 URL: https://svnweb.freebsd.org/changeset/base/359611 Log: elf.5: remove commented out leftovers Modified: head/share/man/man5/elf.5 Modified: head/share/man/man5/elf.5

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

2020-04-03 Thread Ed Maste
Author: emaste Date: Fri Apr 3 17:17:17 2020 New Revision: 359608 URL: https://svnweb.freebsd.org/changeset/base/359608 Log: elf.5: expand on NT_FREEBSD_FEATURE_CTL bit definitions Based on suggestions from kib in review D23982. Sponsored by: The FreeBSD Foundation Modified: head/s

svn commit: r359606 - in head: lib/clang/include/lldb/Host lib/clang/liblldb usr.bin/clang/lldb

2020-04-03 Thread Ed Maste
Author: emaste Date: Fri Apr 3 16:54:13 2020 New Revision: 359606 URL: https://svnweb.freebsd.org/changeset/base/359606 Log: lldb: build and enable lua script bindings Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org/D24266 Modified: head/

svn commit: r359603 - head

2020-04-03 Thread Brooks Davis
Author: brooks Date: Fri Apr 3 16:19:07 2020 New Revision: 359603 URL: https://svnweb.freebsd.org/changeset/base/359603 Log: Pass the real value of MK_TESTS_SUPPORT to distribution. This allows kyua's config file to actually be installed. Reported by: arichardson Reviewed by: aric

svn commit: r359601 - head/usr.sbin/pmc

2020-04-03 Thread Brooks Davis
Author: brooks Date: Fri Apr 3 16:10:42 2020 New Revision: 359601 URL: https://svnweb.freebsd.org/changeset/base/359601 Log: pmc: diable position-independent builds, they fail to link on amd64 PR: 245189 Reported by: Gordon Bergling Sponsored by: DARPA Modified: head/usr.

svn commit: r359599 - head/lib/clang/liblldb

2020-04-03 Thread Ed Maste
Author: emaste Date: Fri Apr 3 15:52:44 2020 New Revision: 359599 URL: https://svnweb.freebsd.org/changeset/base/359599 Log: lldb: add rule to generate LLDBWrapLua.cpp Building lldb's lua/python bindings requires swig, but we do not want to include it in the FreeBSD base system (as a bui

svn commit: r359600 - head/lib/clang/liblldb

2020-04-03 Thread Ed Maste
Author: emaste Date: Fri Apr 3 15:55:58 2020 New Revision: 359600 URL: https://svnweb.freebsd.org/changeset/base/359600 Log: lldb: commit generated LLDBWrapLua.cpp Added: head/lib/clang/liblldb/LLDBWrapLua.cpp (contents, props changed) Added: head/lib/clang/liblldb/LLDBWrapLua.cpp ===

svn commit: r359598 - head/usr.bin/kyua

2020-04-03 Thread Brooks Davis
Author: brooks Date: Fri Apr 3 15:47:15 2020 New Revision: 359598 URL: https://svnweb.freebsd.org/changeset/base/359598 Log: Install a kyua.conf based on the one in devel/kyua. The kyua.conf from examples doesn't match the expected config and contains a lot of undesirable entries such as

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

2020-04-03 Thread Mark Johnston
On Fri, Apr 03, 2020 at 04:15:28PM +0200, Mateusz Piotrowski wrote: > Hi, > > On 4/3/20 3:35 PM, Mark Johnston wrote: > > Author: markj > > Date: Fri Apr 3 13:35:44 2020 > > New Revision: 359594 > > URL: https://svnweb.freebsd.org/changeset/base/359594 > > > > Log: > >Fix the description of

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

2020-04-03 Thread Mark Johnston
Author: markj Date: Fri Apr 3 14:47:40 2020 New Revision: 359597 URL: https://svnweb.freebsd.org/changeset/base/359597 Log: Fix up r359594: -m takes an argument. PR: 244153 Reported by: 0mp MFC with: r359594 Modified: head/usr.bin/top/top.1 Modified: head/usr.bin/top

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

2020-04-03 Thread Mateusz Piotrowski
Hi, On 4/3/20 3:35 PM, Mark Johnston wrote: Author: markj Date: Fri Apr 3 13:35:44 2020 New Revision: 359594 URL: https://svnweb.freebsd.org/changeset/base/359594 Log: Fix the description of the -m flag in top.1. PR: 244153 Submitted by:fehmi noyan isi MFC after: 3

svn commit: r359596 - head/usr.bin/xargs

2020-04-03 Thread Mark Johnston
Author: markj Date: Fri Apr 3 14:03:58 2020 New Revision: 359596 URL: https://svnweb.freebsd.org/changeset/base/359596 Log: xargs: Fix exit status expression when a child process fails to exec. PR: 244327 Submitted by: thomas.duffy...@alumni.brown.edu MFC after:1 week Mo

svn commit: r359595 - head/sys/geom/journal

2020-04-03 Thread Mark Johnston
Author: markj Date: Fri Apr 3 13:57:41 2020 New Revision: 359595 URL: https://svnweb.freebsd.org/changeset/base/359595 Log: geom_journal: Only stop the switcher process if one was started. PR: 243196 MFC after:1 week Modified: head/sys/geom/journal/g_journal.c Modified:

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

2020-04-03 Thread Mark Johnston
Author: markj Date: Fri Apr 3 13:35:44 2020 New Revision: 359594 URL: https://svnweb.freebsd.org/changeset/base/359594 Log: Fix the description of the -m flag in top.1. PR: 244153 Submitted by: fehmi noyan isi MFC after:3 days Modified: head/usr.bin/top/top.1 Modifie

svn commit: r359591 - head/sbin/recoverdisk

2020-04-03 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Fri Apr 3 13:05:26 2020 New Revision: 359591 URL: https://svnweb.freebsd.org/changeset/base/359591 Log: Bump date after recent changes and lint Modified: head/sbin/recoverdisk/recoverdisk.1 Modified: head/sbin/recoverdisk/recoverdisk.1 ===