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
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
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
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
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
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
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
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
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
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.
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
> 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
>
> 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
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
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
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
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
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
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
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
20 matches
Mail list logo