svn commit: r363140 - head/usr.bin/mkimg

2020-07-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jul 13 02:24:31 2020 New Revision: 363140 URL: https://svnweb.freebsd.org/changeset/base/363140 Log: Fix invalid VHDX generation for image larger than 4Gb - Part of BAT payload location was lost due to invalid BAT entry encoding type (32 bits instead of 64 bits

svn commit: r363139 - head/stand/man

2020-07-12 Thread Allan Jude
Author: allanjude Date: Mon Jul 13 02:09:21 2020 New Revision: 363139 URL: https://svnweb.freebsd.org/changeset/base/363139 Log: Loader: explain the syntax of currdev The origin text was: "Syntax for devices is odd." That is not very helpful. PR: 199103 Reviewed by: keva

svn commit: r363138 - head/usr.bin/sed/tests

2020-07-12 Thread Yuri Pankov
Author: yuripv Date: Mon Jul 13 01:32:37 2020 New Revision: 363138 URL: https://svnweb.freebsd.org/changeset/base/363138 Log: sed/multi_test: print comment for current test, not next one This is visible when e.g. 8.20 is failing: not ok 96 8.20 # \ in y command 8.20's comment shou

svn commit: r363137 - head/sys/fs/nfsclient

2020-07-12 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 13 01:28:45 2020 New Revision: 363137 URL: https://svnweb.freebsd.org/changeset/base/363137 Log: Minor code cleanup that removes "nd->nd_bpos = mcp;" in both if and else. The statement "nd->nd_bpos = mcp;" was in both the if and else. Correct, but potentiall

Re: svn commit: r363125 - head/sys/compat/linux

2020-07-12 Thread Conrad Meyer
Hi Alexander, On Sun, Jul 12, 2020 at 2:51 AM Alexander Leidinger wrote: > > Author: netchild > Date: Sun Jul 12 09:51:09 2020 > New Revision: 363125 > URL: https://svnweb.freebsd.org/changeset/base/363125 > > Log: > Implement CLOCK_MONOTONIC_RAW (linux >= 2.6.28). > > It is documented as a r

svn commit: r363136 - head/usr.bin/xinstall

2020-07-12 Thread Eugene Grosbein
Author: eugen Date: Sun Jul 12 20:59:52 2020 New Revision: 363136 URL: https://svnweb.freebsd.org/changeset/base/363136 Log: install(1): another correction after r363064 Make sure we call fsync(2) on strip result in case of "safecopy" and "strip -o tempcopy -- src" before renaming tempc

svn commit: r363135 - in stable/11: crypto/heimdal/lib/krb5 sbin/rcorder

2020-07-12 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Sun Jul 12 19:39:56 2020 New Revision: 363135 URL: https://svnweb.freebsd.org/changeset/base/363135 Log: MFC 362491: Improve the rcorder manual page - Fix formatting issues such as: - Use Ql instead of Dq Li as Li is deprecated - Address

svn commit: r363134 - stable/12/sbin/rcorder

2020-07-12 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Sun Jul 12 19:39:17 2020 New Revision: 363134 URL: https://svnweb.freebsd.org/changeset/base/363134 Log: MFC 362491: Improve the rcorder manual page - Fix formatting issues such as: - Use Ql instead of Dq Li as Li is deprecated - Address

svn commit: r363133 - head/sys/netinet

2020-07-12 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 12 18:34:09 2020 New Revision: 363133 URL: https://svnweb.freebsd.org/changeset/base/363133 Log: Cleanup, no functional change intended. This file is only compiled if INET or INET6 is defined. So there is no need for checking that. Reviewed by: m

Re: svn commit: r363088 - head/usr.bin/xinstall/tests

2020-07-12 Thread Enji Cooper
> On Jul 10, 2020, at 6:13 PM, Eugene Grosbein wrote: > > 11.07.2020 8:07, Eugene Grosbein wrote: > Fix the tests for install(1): add support for STRIPBIN's -o option. >>> Is this feature now completely gone? Are binaries being stripped >>> properly in ports, etc? > > Support for ST

Re: svn commit: r363103 - head/usr.sbin/bsdinstall/scripts

2020-07-12 Thread Enji Cooper
> On Jul 11, 2020, at 10:20 AM, Allan Jude wrote: > > Author: allanjude > Date: Sat Jul 11 17:20:17 2020 > New Revision: 363103 > URL: https://svnweb.freebsd.org/changeset/base/363103 > > Log: > bsdinstall: only kill the dhclient for the interface we are restarting > > PR: 205821 >

svn commit: r363132 - head/tests/sys/audit

2020-07-12 Thread Enji Cooper
Author: ngie Date: Sun Jul 12 17:16:57 2020 New Revision: 363132 URL: https://svnweb.freebsd.org/changeset/base/363132 Log: Don't leave `path` behind when executing `:chflags_success` Prior to this change a `SF_IMMUTABLE` chflagsat(2)'ed file (`path`) was left behind, which sabotaged kyua

Re: svn commit: r363125 - head/sys/compat/linux

2020-07-12 Thread Alexander Leidinger via svn-src-all
Quoting Dimitry Andric (from Sun, 12 Jul 2020 15:36:25 +0200): On 12 Jul 2020, at 11:51, Alexander Leidinger wrote: Author: netchild Date: Sun Jul 12 09:51:09 2020 New Revision: 363125 URL: https://svnweb.freebsd.org/changeset/base/363125 Log: Implement CLOCK_MONOTONIC_RAW (linux >= 2.6.

svn commit: r363130 - head/sys/compat/linux

2020-07-12 Thread Alexander Leidinger
Author: netchild Date: Sun Jul 12 14:57:29 2020 New Revision: 363130 URL: https://svnweb.freebsd.org/changeset/base/363130 Log: Fix r363125 (Implement CLOCK_MONOTONIC_RAW (linux >= 2.6.28)), by realy using the MONOTONIC version and not the REALTIME version. Noticed by: myfreeweb at gith

svn commit: r363129 - head/sys/netinet

2020-07-12 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 12 14:50:12 2020 New Revision: 363129 URL: https://svnweb.freebsd.org/changeset/base/363129 Log: (Re)activate SCTP system calls when compiling SCTP support into the kernel r363079 introduced the possibility of loading the SCTP stack as a module in addition to com

Re: svn commit: r363125 - head/sys/compat/linux

2020-07-12 Thread Dimitry Andric
On 12 Jul 2020, at 11:51, Alexander Leidinger wrote: > > Author: netchild > Date: Sun Jul 12 09:51:09 2020 > New Revision: 363125 > URL: https://svnweb.freebsd.org/changeset/base/363125 > > Log: > Implement CLOCK_MONOTONIC_RAW (linux >= 2.6.28). > > It is documented as a raw hardware-based cl

svn commit: r363128 - in head/sys: net net/route netinet6

2020-07-12 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Jul 12 11:24:23 2020 New Revision: 363128 URL: https://svnweb.freebsd.org/changeset/base/363128 Log: Switch inet6 default route subscription to the new rib subscription api. Old subscription model allowed only single customer. Switch inet6 to the new subscrip

svn commit: r363127 - in head/sys/net: . route

2020-07-12 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Jul 12 11:18:09 2020 New Revision: 363127 URL: https://svnweb.freebsd.org/changeset/base/363127 Log: Add destructor for the rib subscription system to simplify users code. Subscriptions are planned to be used by modules such as route lookup engines. In that case

svn commit: r363126 - stable/12/usr.bin/pom

2020-07-12 Thread Thomas Munro
Author: tmunro Date: Sun Jul 12 10:07:01 2020 New Revision: 363126 URL: https://svnweb.freebsd.org/changeset/base/363126 Log: MFC r340655 pom: Fix fencepost bugs. PR: 231705 Submitted by: Andrew Gierth Approved by: allanjude (mentor) Modified: stable/12/usr.bin/pom/

svn commit: r363125 - head/sys/compat/linux

2020-07-12 Thread Alexander Leidinger
Author: netchild Date: Sun Jul 12 09:51:09 2020 New Revision: 363125 URL: https://svnweb.freebsd.org/changeset/base/363125 Log: Implement CLOCK_MONOTONIC_RAW (linux >= 2.6.28). It is documented as a raw hardware-based clock not subject to NTP or incremental adjustments. With this "not as

svn commit: r363124 - stable/12/usr.bin/truss

2020-07-12 Thread Thomas Munro
Author: tmunro Date: Sun Jul 12 09:49:53 2020 New Revision: 363124 URL: https://svnweb.freebsd.org/changeset/base/363124 Log: MFC r344656 truss: Add support for fsync(2) and fdatasync(2). Approved by:mjg (mentor) Differential Revision: https://reviews.freebsd.org/D19295 Modified

svn commit: r363123 - head/sys/dev/extres/clk

2020-07-12 Thread Michal Meloun
Author: mmel Date: Sun Jul 12 07:59:15 2020 New Revision: 363123 URL: https://svnweb.freebsd.org/changeset/base/363123 Log: Reverse the processing order of assigned clocks property. Linux processes these clocks in reverse order and some DT relies on this fact. For example, the frequency sett

svn commit: r363122 - head/sys/dev/extres/clk

2020-07-12 Thread Michal Meloun
Author: mmel Date: Sun Jul 12 07:42:21 2020 New Revision: 363122 URL: https://svnweb.freebsd.org/changeset/base/363122 Log: Assigned clocks: fix off-by-one bug, don't leak allocated memory. MFC after: 1 week Modified: head/sys/dev/extres/clk/clk.c Modified: head/sys/dev/extres/clk/c

svn commit: r363121 - in head/sys/arm: broadcom/bcm2835 mv

2020-07-12 Thread Michal Meloun
Author: mmel Date: Sun Jul 12 07:27:21 2020 New Revision: 363121 URL: https://svnweb.freebsd.org/changeset/base/363121 Log: Fix the module name for some arm drivers. Module name (unlike of the of driver name) must be system wide unique. Reported by: Mark Millard(bcm_pci), andrew(mvebu_gp

svn commit: r363120 - in stable: 11/sbin/shutdown 12/sbin/shutdown

2020-07-12 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Sun Jul 12 07:25:02 2020 New Revision: 363120 URL: https://svnweb.freebsd.org/changeset/base/363120 Log: MFC r362942: shutdown.8: Fix typo Fix a typo in shutdown.8, use ',' instead of '.' when listing items. Modified: stable/11/sbin/shutdown/sh

svn commit: r363120 - in stable: 11/sbin/shutdown 12/sbin/shutdown

2020-07-12 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Sun Jul 12 07:25:02 2020 New Revision: 363120 URL: https://svnweb.freebsd.org/changeset/base/363120 Log: MFC r362942: shutdown.8: Fix typo Fix a typo in shutdown.8, use ',' instead of '.' when listing items. Modified: stable/12/sbin/shutdown/sh