Author: jhb
Date: Sat May 2 01:00:29 2020
New Revision: 360560
URL: https://svnweb.freebsd.org/changeset/base/360560
Log:
Don't pass bogus keys down for NULL algorithms.
The changes in r359374 added various sanity checks in sessions and
requests created by crypto consumers in part to per
On 5/1/20 5:06 PM, John Baldwin wrote:
> Author: jhb
> Date: Sat May 2 00:06:58 2020
> New Revision: 360557
> URL: https://svnweb.freebsd.org/changeset/base/360557
>
> Log:
> Remove support for IPsec algorithms deprecated in r348205 and r360202.
>
> Examples of depecrated algorithms in man
Author: chs
Date: Sat May 2 00:10:25 2020
New Revision: 360559
URL: https://svnweb.freebsd.org/changeset/base/360559
Log:
Print the fs last-mounted time too.
Reviewed by: mckusick
Approved by: mckusick (mentor)
Sponsored by: Netflix
Modified:
head/sbin/dumpfs/dumpfs.c
Modified: h
Author: jhb
Date: Sat May 2 00:08:44 2020
New Revision: 360558
URL: https://svnweb.freebsd.org/changeset/base/360558
Log:
Document removal of deprecated IPsec algorithms.
Modified:
head/RELNOTES
Modified: head/RELNOTES
Author: jhb
Date: Sat May 2 00:06:58 2020
New Revision: 360557
URL: https://svnweb.freebsd.org/changeset/base/360557
Log:
Remove support for IPsec algorithms deprecated in r348205 and r360202.
Examples of depecrated algorithms in manual pages and sample configs
are updated where relevant
Author: mhorne
Date: Fri May 1 21:59:47 2020
New Revision: 360554
URL: https://svnweb.freebsd.org/changeset/base/360554
Log:
Use the HSM SBI extension to halt CPUs
Differential Revision:https://reviews.freebsd.org/D24498
Modified:
head/sys/riscv/riscv/machdep.c
Modified: head/s
Author: mhorne
Date: Fri May 1 21:58:19 2020
New Revision: 360553
URL: https://svnweb.freebsd.org/changeset/base/360553
Log:
Use the HSM SBI extension to start APs
The addition of the HSM SBI extension to OpenSBI introduces a new
breaking change: secondary harts will remain parked in the
Author: mhorne
Date: Fri May 1 21:55:51 2020
New Revision: 360552
URL: https://svnweb.freebsd.org/changeset/base/360552
Log:
Add support for HSM SBI extension
The Hardware State Management (HSM) extension provides a set of SBI
calls that allow the supervisor software to start and stop ha
Author: mhorne
Date: Fri May 1 21:52:29 2020
New Revision: 360551
URL: https://svnweb.freebsd.org/changeset/base/360551
Log:
Make mpentry independent of _start
APs enter the kernel at the same point as the BSP, the _start routine.
They then jump to mpentry, but not before storing the ker
Author: imp
Date: Fri May 1 21:24:19 2020
New Revision: 360550
URL: https://svnweb.freebsd.org/changeset/base/360550
Log:
Add KASSERT to ensure sane nsid.
All callers are currently filtering bad nsid to this function,
however, we'll have undefined behavior if that's not true. Add the
K
Author: imp
Date: Fri May 1 21:24:15 2020
New Revision: 360549
URL: https://svnweb.freebsd.org/changeset/base/360549
Log:
Rename ns notification function...
This function is called whenever the namespace is added, deleted or
changes. Update the name to reflect that. No functional change.
Author: imp
Date: Fri May 1 20:29:46 2020
New Revision: 360546
URL: https://svnweb.freebsd.org/changeset/base/360546
Log:
Various improvements to this man page:
o Be consistent about device-id and namespace-id
o Use consistent arg markup for these
o document you can use disk names too
Author: imp
Date: Fri May 1 20:29:51 2020
New Revision: 360547
URL: https://svnweb.freebsd.org/changeset/base/360547
Log:
Document the passthru commands.
Reviewed by: bcr@ (earlier version)
Differential Revision: https://reviews.freebsd.org/D24639
Modified:
head/sbin/nvmecontrol/nvmec
Author: imp
Date: Fri May 1 18:36:48 2020
New Revision: 360543
URL: https://svnweb.freebsd.org/changeset/base/360543
Log:
Redo r360540 to retain the ifndef sparc code, not delete it.
Also undo the BROKEN stuff, since it was based on the same misreading.
Noticed by: Jens Schweikhardt
Author: imp
Date: Fri May 1 17:50:26 2020
New Revision: 360541
URL: https://svnweb.freebsd.org/changeset/base/360541
Log:
Spell LOADER correctly so we test lua build.
Modified:
head/tools/boot/universe.sh
Modified: head/tools/boot/universe.sh
Author: imp
Date: Fri May 1 17:50:21 2020
New Revision: 360540
URL: https://svnweb.freebsd.org/changeset/base/360540
Log:
Remove more stray sparc64 ifdefs.
Also, dmabuf appears to only be set for sparc64 case, but there was a
comment at its only use that says it was broken for some apple
Author: imp
Date: Fri May 1 17:17:01 2020
New Revision: 360539
URL: https://svnweb.freebsd.org/changeset/base/360539
Log:
Catch up to arm/arm and sparc64 removal.
Modified:
head/tools/boot/universe.sh
Modified: head/tools/boot/universe.sh
Author: imp
Date: Fri May 1 17:16:57 2020
New Revision: 360538
URL: https://svnweb.freebsd.org/changeset/base/360538
Log:
When we have an invalid build option, don't rm -rf the current
directory.
Add a quick sanity check to objdir before using it. It must start
with /. If there was a
Author: bdragon
Date: Fri May 1 16:56:36 2020
New Revision: 360537
URL: https://svnweb.freebsd.org/changeset/base/360537
Log:
[PowerPC] Set fixed boot1.elf load address
Due to the way claiming works, we need to ensure on AIM OFW machines that
we don't have overlapping ranges on any step
Author: bdragon
Date: Fri May 1 16:47:54 2020
New Revision: 360536
URL: https://svnweb.freebsd.org/changeset/base/360536
Log:
Remove sparc relocation support from reloc_elf.c.
It got missed in the sparc64 removal.
Modified:
head/stand/common/reloc_elf.c
Modified: head/stand/common/relo
Thanks, this looks like a big improvement!
On Thu, Apr 30, 2020 at 18:26 Jung-uk Kim wrote:
> Author: jkim
> Date: Fri May 1 01:26:36 2020
> New Revision: 360517
> URL: https://svnweb.freebsd.org/changeset/base/360517
>
> Log:
> MFV: r360512
>
> Merge ACPICA 20200430.
>
> --- head/sys/cont
Author: emaste
Date: Fri May 1 14:30:59 2020
New Revision: 360535
URL: https://svnweb.freebsd.org/changeset/base/360535
Log:
correct procctl(PROC_PROTMAX_STATUS _NOFORCE return
Previously procctl(PROC_PROTMAX_STATUS, ... used the PROC_ASLR_NOFORCE
macro for the "system-wide configured po
Author: bcr (doc committer)
Date: Fri May 1 11:36:39 2020
New Revision: 360533
URL: https://svnweb.freebsd.org/changeset/base/360533
Log:
Fix typo in r360492:
appeard -> appeared
Reported by: trasz (via IRC)
Modified:
head/share/man/man9/disk.9
head/share/man/man9/epoch.9
Modif
Author: hselasky
Date: Fri May 1 10:32:42 2020
New Revision: 360532
URL: https://svnweb.freebsd.org/changeset/base/360532
Log:
Implement more PCI-express bandwidth functions in the LinuxKPI.
Submitted by: ashafer_badland.io (Austin Shafer)
MFC after:1 week
Sponsored by: Mellanox Te
Author: hselasky
Date: Fri May 1 10:28:21 2020
New Revision: 360531
URL: https://svnweb.freebsd.org/changeset/base/360531
Log:
Implement mutex_lock_killable() in the LinuxKPI.
Submitted by: ashafer_badland.io (Austin Shafer)
MFC after:1 week
Sponsored by: Mellanox Technologies
Mod
Author: hselasky
Date: Fri May 1 10:25:07 2020
New Revision: 360530
URL: https://svnweb.freebsd.org/changeset/base/360530
Log:
Implement DIV64_U64_ROUND_UP() in the LinuxKPI.
Submitted by: ashafer_badland.io (Austin Shafer)
MFC after:1 week
Sponsored by: Mellanox Technologies
Modi
Author: hselasky
Date: Fri May 1 10:18:07 2020
New Revision: 360529
URL: https://svnweb.freebsd.org/changeset/base/360529
Log:
Implement more lockdep macros in the LinuxKPI.
Submitted by: ashafer_badland.io (Austin Shafer)
MFC after:1 week
Sponsored by: Mellanox Technologies
Modif
Author: hselasky
Date: Fri May 1 10:14:45 2020
New Revision: 360528
URL: https://svnweb.freebsd.org/changeset/base/360528
Log:
Implement kstrtou64() in the LinuxKPI.
Submitted by: ashafer_badland.io (Austin Shafer)
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
h
Author: bcr (doc committer)
Date: Fri May 1 10:02:38 2020
New Revision: 360527
URL: https://svnweb.freebsd.org/changeset/base/360527
Log:
Fix a number of the following issues in man4:
- Inconsistencies in .Dd like abbreviated month names,
"th" after numbers, or leading zeros
- No line bre
29 matches
Mail list logo