Author: alfredo
Date: Fri Nov 6 13:34:30 2020
New Revision: 367416
URL: https://svnweb.freebsd.org/changeset/base/367416
Log:
[POWERPC] Floating-Point Exception trap support
Add support for Floating-Point Exception traps on 32 and 64 bit platforms.
Also make sure to clean FPSCR on EXEC a
Author: luporl
Date: Fri Nov 6 14:12:45 2020
New Revision: 367417
URL: https://svnweb.freebsd.org/changeset/base/367417
Log:
Implement superpages for PowerPC64 (HPT)
This change adds support for transparent superpages for PowerPC64
systems using Hashed Page Tables (HPT). All pmap operati
Author: manu
Date: Fri Nov 6 15:21:53 2020
New Revision: 367418
URL: https://svnweb.freebsd.org/changeset/base/367418
Log:
pkgbase: Remove %VCS_REVISION% from utilities comments
We don't do that on other packages so be consistent.
It also don't work when building from git.
Modified:
h
Author: 0mp (doc,ports committer)
Date: Fri Nov 6 15:38:51 2020
New Revision: 367419
URL: https://svnweb.freebsd.org/changeset/base/367419
Log:
Fix a typo and remove Xr's to vn(4) and vnconfig(4)
"mandoc -Tlint" complained about the Xr to vnconfig, which was removed in
r238202. I am not
On 11/6/20 4:38 PM, Mateusz Piotrowski wrote:
Author: 0mp (doc,ports committer)
Date: Fri Nov 6 15:38:51 2020
New Revision: 367419
URL: https://svnweb.freebsd.org/changeset/base/367419
Log:
Fix a typo and remove Xr's to vn(4) and vnconfig(4)
"mandoc -Tlint" complained about the Xr to
Author: 0mp (doc,ports committer)
Date: Fri Nov 6 15:55:13 2020
New Revision: 367420
URL: https://svnweb.freebsd.org/changeset/base/367420
Log:
Use Cm macros instead of Ar when referring to a specific memory disk type
MFC after:3 days
Modified:
head/sbin/mdconfig/mdconfig.8
Modifie
Author: markj
Date: Fri Nov 6 16:10:04 2020
New Revision: 367421
URL: https://svnweb.freebsd.org/changeset/base/367421
Log:
Add myself to the sizelimit exemption list
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
==
Author: markj
Date: Fri Nov 6 16:12:06 2020
New Revision: 367422
URL: https://svnweb.freebsd.org/changeset/base/367422
Log:
Add firmware modules for qat(4), take two
My script to convert git commits to svn patch does not handle binary
files correctly, and r367387 committed a set of empty
Author: rmacklem
Date: Fri Nov 6 16:33:42 2020
New Revision: 367423
URL: https://svnweb.freebsd.org/changeset/base/367423
Log:
Add support for the new mountd -R option.
r376026 added a new "-R" option to mountd, which tells it to
not support the Mount protocol (not used by NFSv4) and not
Author: jhb
Date: Fri Nov 6 17:52:04 2020
New Revision: 367424
URL: https://svnweb.freebsd.org/changeset/base/367424
Log:
MFC 365642: Add constant for the DE_CFG MSR on AMD CPUs.
Modified:
stable/12/sys/amd64/amd64/initcpu.c
stable/12/sys/x86/include/specialreg.h
Directory Properties:
st
Author: jhb
Date: Fri Nov 6 18:05:29 2020
New Revision: 367425
URL: https://svnweb.freebsd.org/changeset/base/367425
Log:
Group session management routines together before first use.
- Rename cse*() to cse_*() to more closely match other local APIs in
this file.
- Merge the old cs
Author: jhb
Date: Fri Nov 6 18:09:52 2020
New Revision: 367426
URL: https://svnweb.freebsd.org/changeset/base/367426
Log:
Use void * in place of caddr_t.
Reviewed by: markj
Sponsored by: Chelsio Communications
Differential Revision:https://reviews.freebsd.org/D27065
Modified:
Author: luporl
Date: Fri Nov 6 18:50:00 2020
New Revision: 367427
URL: https://svnweb.freebsd.org/changeset/base/367427
Log:
Fix powerpc and LINT builds
Fix build errors introduced by r367417 and r367390:
- Guard label reached only by powerpc64
- Guard vm_reserv_level_iffullpop call
Author: np
Date: Fri Nov 6 19:04:20 2020
New Revision: 367428
URL: https://svnweb.freebsd.org/changeset/base/367428
Log:
cxgbe(4): Update firmwares to 1.25.0.40.
This fixes a potential crash in firmware 1.25.0.0 on the passive open
side during TOE operation.
Obtained from:C
Author: trasz
Date: Fri Nov 6 19:19:51 2020
New Revision: 367429
URL: https://svnweb.freebsd.org/changeset/base/367429
Log:
Remove 'struct trapframe' pointer from mips64's 'struct syscall_args'.
While here, use MAXARGS. This brings its 'struct syscall_args' in sync
with most other architec
Author: trasz
Date: Fri Nov 6 19:27:27 2020
New Revision: 367430
URL: https://svnweb.freebsd.org/changeset/base/367430
Log:
Make powerpc use MAXARGS (defined as 8) instead of hardcoding '10'.
This brings its 'struct syscall_args' in sync with other architectures.
Reviewed by: bdragon, j
Author: tsoome
Date: Fri Nov 6 21:27:54 2020
New Revision: 367431
URL: https://svnweb.freebsd.org/changeset/base/367431
Log:
efifb: vt_generate_cons_palette() takes max color, not mask
vt_generate_cons_palette() does take max values of RGB component colours, not
mask. Also we need to set
Author: mjg
Date: Fri Nov 6 21:33:59 2020
New Revision: 367432
URL: https://svnweb.freebsd.org/changeset/base/367432
Log:
malloc: move malloc_type_internal into malloc_type
According to code comments the original motivation was to allow for
malloc_type_internal changes without ABI breaka
Author: cem
Date: Fri Nov 6 22:04:57 2020
New Revision: 367433
URL: https://svnweb.freebsd.org/changeset/base/367433
Log:
linux(4): Fix loadable modules after r367395
Move dtrace SDT definitions into linux_common module code. Also, build
linux_dummy.c into the linux_common kld -- we don
Author: jmg
Date: Fri Nov 6 22:11:05 2020
New Revision: 367434
URL: https://svnweb.freebsd.org/changeset/base/367434
Log:
fix up docs, if signature checking is enabled, the file MUST exist...
Modified:
head/usr.sbin/pkg/pkg.7
Modified: head/usr.sbin/pkg/pkg.7
===
Author: bz
Date: Fri Nov 6 22:40:00 2020
New Revision: 367435
URL: https://svnweb.freebsd.org/changeset/base/367435
Log:
usb_hub: giving up port reset - device vanished
Improve the output of the recently often experienced debug message in order
to gather further data.
PR:
Author: rew
Date: Fri Nov 6 22:58:31 2020
New Revision: 367436
URL: https://svnweb.freebsd.org/changeset/base/367436
Log:
Add a periodic script to backup output generated from `zfs list`, `zfs get`,
`zpool list`, and `zpool get` commands.
Disabled by default.
PR: 86388
Author: jhb
Date: Fri Nov 6 23:37:59 2020
New Revision: 367437
URL: https://svnweb.freebsd.org/changeset/base/367437
Log:
Update copies of ioctl structures to match recent changes in head.
- Update for C99 types and void pointers.
- Update example algorithms to not use removed algorithms
From: Mateusz Guzik
Subject: svn commit: r367432 - in head: lib/libmemstat sys/cddl/dev/dtmalloc
sys/kern sys/sys
Date: Fri, 6 Nov 2020 21:33:59 + (UTC)
> Author: mjg
> Date: Fri Nov 6 21:33:59 2020
> New Revision: 367432
> URL: https://svnweb.freebsd.org/changeset/base/367432
>
> Log:
>
You need to recompile all modules.
On 11/7/20, Yasuhiro KIMURA wrote:
> From: Mateusz Guzik
> Subject: svn commit: r367432 - in head: lib/libmemstat sys/cddl/dev/dtmalloc
> sys/kern sys/sys
> Date: Fri, 6 Nov 2020 21:33:59 + (UTC)
>
>> Author: mjg
>> Date: Fri Nov 6 21:33:59 2020
>> New Rev
Author: mjg
Date: Sat Nov 7 01:32:16 2020
New Revision: 367438
URL: https://svnweb.freebsd.org/changeset/base/367438
Log:
malloc: tweak the version check in r367432 to include type name
While here fix a whitespace problem.
Modified:
head/sys/kern/kern_malloc.c
Modified: head/sys/kern/k
From: Mateusz Guzik
Subject: Re: svn commit: r367432 - in head: lib/libmemstat
sys/cddl/dev/dtmalloc sys/kern sys/sys
Date: Sat, 7 Nov 2020 02:25:05 +0100
> You need to recompile all modules.
Sorry, I forgot to recompile emulators/virtualbox-ose-additions-nox11.
After recompiling it panic disap
Author: kevans
Date: Sat Nov 7 03:28:32 2020
New Revision: 367439
URL: https://svnweb.freebsd.org/changeset/base/367439
Log:
imgact_binmisc: minor re-organization of imgact_binmisc_exec exits
Notably, streamline error paths through the existing 'done' label, making it
easier to quickly v
Author: kevans
Date: Sat Nov 7 03:29:04 2020
New Revision: 367440
URL: https://svnweb.freebsd.org/changeset/base/367440
Log:
epoch: support non-preemptible epochs checking in_epoch()
Previously, non-preemptible epochs could not check; in_epoch() would always
fail, usually because non-pre
Author: kevans
Date: Sat Nov 7 03:43:45 2020
New Revision: 367441
URL: https://svnweb.freebsd.org/changeset/base/367441
Log:
binmiscctl(8): miscellaneous cleanup
- Bad whitespace in Makefile.
- Reordered headers, sys/ first.
- Annotated fatal/usage __dead2 to help `make analyze` out a
Author: kevans
Date: Sat Nov 7 04:10:23 2020
New Revision: 367442
URL: https://svnweb.freebsd.org/changeset/base/367442
Log:
imgact_binmisc: validate flags coming from userland
We may want to reserve bits in the future for kernel-only use, so start
rejecting any that aren't the two that
Author: rew
Date: Sat Nov 7 04:15:24 2020
New Revision: 367443
URL: https://svnweb.freebsd.org/changeset/base/367443
Log:
Add a periodic script to backup output generated from `gmirror list`.
Disabled by default.
PR: 86388
Submitted by: Miroslav Lachman <000.f...@quip.
Author: kevans
Date: Sat Nov 7 05:10:46 2020
New Revision: 367444
URL: https://svnweb.freebsd.org/changeset/base/367444
Log:
imgact_binmisc: abstract away the list lock (NFC)
This module handles relatively few execs (initial qemu-user-static, then
qemu-user-static handles exec'ing itself
33 matches
Mail list logo