Author: kevans
Date: Sat Aug 25 04:28:02 2018
New Revision: 338309
URL: https://svnweb.freebsd.org/changeset/base/338309
Log:
lualoader: Fix override of module_path on loader prompt
Earlier changes setup a config.module_path variable that was populated upon
reading of loader.conf(5) and u
On Fri, Aug 24, 2018 at 10:12 PM Alan Somers wrote:
>
> On Fri, Aug 24, 2018 at 8:12 PM Kyle Evans wrote:
>>
>> On Wed, Aug 8, 2018 at 2:24 PM Alan Somers wrote:
>> >
>> > Author: asomers
>> > Date: Wed Aug 8 19:24:20 2018
>> > New Revision: 337497
>> > URL: https://svnweb.freebsd.org/changeset
On Fri, Aug 24, 2018 at 8:12 PM Kyle Evans wrote:
> On Wed, Aug 8, 2018 at 2:24 PM Alan Somers wrote:
> >
> > Author: asomers
> > Date: Wed Aug 8 19:24:20 2018
> > New Revision: 337497
> > URL: https://svnweb.freebsd.org/changeset/base/337497
> >
> > Log:
> > Switch the default pager for most
On Wed, Aug 8, 2018 at 2:24 PM Alan Somers wrote:
>
> Author: asomers
> Date: Wed Aug 8 19:24:20 2018
> New Revision: 337497
> URL: https://svnweb.freebsd.org/changeset/base/337497
>
> Log:
> Switch the default pager for most commands to less
>
> Finally, a pager for the nineties.
>
> MFC a
Author: bz
Date: Fri Aug 24 21:49:21 2018
New Revision: 338306
URL: https://svnweb.freebsd.org/changeset/base/338306
Log:
Unbreak RSS builds after r338257. Folding both RSS blocks together
I missed the closing } of the new combined block.
Pointyhat to: bz
Reported by: np
Approved by
Author: np
Date: Fri Aug 24 21:48:13 2018
New Revision: 338305
URL: https://svnweb.freebsd.org/changeset/base/338305
Log:
Unbreak VLANs after r337943.
ether_set_pcp should not be called from ether_output_frame for VLAN
interfaces -- the vid + pcp will be inserted during vlan_transmit in
Author: marius
Date: Fri Aug 24 21:08:05 2018
New Revision: 338304
URL: https://svnweb.freebsd.org/changeset/base/338304
Log:
The read accessors generated by __BUS_ACCESSOR() have the problem that
they don't check the result of BUS_READ_IVAR(9) and silently return stack
garbage on failure in
/OptionalObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc Fri Aug 24 18:47:50 2018(r338302)
+++ head/ObsoleteFiles.inc Fri Aug 24 20:44:58 2018(r338303)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 2
Author: glebius
Date: Fri Aug 24 18:47:50 2018
New Revision: 338302
URL: https://svnweb.freebsd.org/changeset/base/338302
Log:
Either "free" or "allocated" is misleading here, since an item
in a bucket is free from perspective of UMA consumer, and it is
allocated from perspective of keg.
On Fri, Aug 24, 2018 at 7:53 AM, Mark Murray wrote:
> Author: markm
> Date: Fri Aug 24 14:53:46 2018
> New Revision: 338293
> URL: https://svnweb.freebsd.org/changeset/base/338293
>
> Log:
> Limit the amount of "fast" entropy. We don't need nearly as much
> for security, and the excess just sl
Author: manu
Date: Fri Aug 24 15:01:58 2018
New Revision: 338296
URL: https://svnweb.freebsd.org/changeset/base/338296
Log:
release: arm64: Enable overlays for PINE64 and PINE64-LTS
Approved by: re (gjb)
Modified:
head/release/arm64/PINE64-LTS.conf
head/release/arm64/PINE64.conf
Modi
Author: manu
Date: Fri Aug 24 15:01:22 2018
New Revision: 338295
URL: https://svnweb.freebsd.org/changeset/base/338295
Log:
release: arm: Setup overlays if board config defines some
Approved by: re (gjb)
Modified:
head/release/tools/arm.subr
Modified: head/release/tools/arm.subr
==
Author: manu
Date: Fri Aug 24 15:00:36 2018
New Revision: 338294
URL: https://svnweb.freebsd.org/changeset/base/338294
Log:
arm64: Add DTS overlays for A64
- sun50i-a64-sid.dtso registers the Security ID node, needed for thermal
- sun50i-a64-ths.dtso registers the thermal node, for whic
Author: markm
Date: Fri Aug 24 14:53:46 2018
New Revision: 338293
URL: https://svnweb.freebsd.org/changeset/base/338293
Log:
Limit the amount of "fast" entropy. We don't need nearly as much
for security, and the excess just slows things down badly.
PR: 230808
Submitted by:
Author: markm
Date: Fri Aug 24 14:53:42 2018
New Revision: 338292
URL: https://svnweb.freebsd.org/changeset/base/338292
Log:
Fix braino of mine where the reseeds would happen far too often,
making the kernel process way too busy.
PR: 230808
Submitted by: Conrad Meyer
Re
Author: tuexen
Date: Fri Aug 24 10:50:19 2018
New Revision: 338291
URL: https://svnweb.freebsd.org/changeset/base/338291
Log:
Fix a shadowed variable warning.
Thanks to Peter Lei for reporting the issue.
Approved by: re(kib@)
MFH: 1 month
Sponsored by:
16 matches
Mail list logo