Author: delphij
Date: Tue Jan 28 07:49:52 2020
New Revision: 357196
URL: https://svnweb.freebsd.org/changeset/base/357196
Log:
MFC r356629, r356636
r356629:
Apply typo fix from NetBSD, we have already applied all NetBSD changes so
update the NetBSD tag while I'm there.
r356636:
C
Author: kevans
Date: Tue Jan 28 03:47:29 2020
New Revision: 357195
URL: https://svnweb.freebsd.org/changeset/base/357195
Log:
netbsd-tests: libc: use correct modes in O_SEARCH tests
The current code clearly intended for these to be octal based on the values
used, but the octal prefix was
Author: cem
Date: Tue Jan 28 03:27:06 2020
New Revision: 357194
URL: https://svnweb.freebsd.org/changeset/base/357194
Log:
amdtemp(4): Remove dead code that snuck in with r357190
I intended to remove this before committing, but neglected to.
Modified:
head/sys/dev/amdtemp/amdtemp.c
Modi
Author: kevans
Date: Tue Jan 28 03:02:18 2020
New Revision: 357193
URL: https://svnweb.freebsd.org/changeset/base/357193
Log:
caroot: blacklisted: automatically pick up *.pem in the tree
This kind of automagica got picked up in trusted/ prior to the initial
commit, but never got applied o
Author: kevans
Date: Tue Jan 28 02:58:39 2020
New Revision: 357192
URL: https://svnweb.freebsd.org/changeset/base/357192
Log:
MFC r357084: caroot: use bsd.obj.mk, not bsd.prog.mk
This directory stages certdata into .OBJDIR and processes it, but does not
actually build a prog-shaped object
Author: kevans
Date: Tue Jan 28 02:58:39 2020
New Revision: 357192
URL: https://svnweb.freebsd.org/changeset/base/357192
Log:
MFC r357084: caroot: use bsd.obj.mk, not bsd.prog.mk
This directory stages certdata into .OBJDIR and processes it, but does not
actually build a prog-shaped object
Author: kevans
Date: Tue Jan 28 02:42:33 2020
New Revision: 357191
URL: https://svnweb.freebsd.org/changeset/base/357191
Log:
MFC r357103-r357104: unbreak local.lua, add a modules.loaded hook
r357103:
loader.lua: re-arrange to load local.lua *after* config loading
The major problem w
Author: kevans
Date: Tue Jan 28 02:42:33 2020
New Revision: 357191
URL: https://svnweb.freebsd.org/changeset/base/357191
Log:
MFC r357103-r357104: unbreak local.lua, add a modules.loaded hook
r357103:
loader.lua: re-arrange to load local.lua *after* config loading
The major problem w
Author: cem
Date: Tue Jan 28 01:39:50 2020
New Revision: 357190
URL: https://svnweb.freebsd.org/changeset/base/357190
Log:
amdtemp(4): Add support for Family 17h CCD sensors
Probe Family 17h CPUs for up to 4 (Zen, Zen+) or 8 (Zen2) CCD temperature
sensors. These were discovered by Ondrej
Author: cem
Date: Tue Jan 28 01:38:51 2020
New Revision: 357189
URL: https://svnweb.freebsd.org/changeset/base/357189
Log:
amdtemp(4): Refactor shared temperature calculation logic
No functional change intended.
Modified:
head/sys/dev/amdtemp/amdtemp.c
Modified: head/sys/dev/amdtemp/amd
Author: cem
Date: Tue Jan 28 01:37:20 2020
New Revision: 357188
URL: https://svnweb.freebsd.org/changeset/base/357188
Log:
x86: identcpu: Decode new Intel Structured Extended feature bits
Modified:
head/sys/x86/x86/identcpu.c
Modified: head/sys/x86/x86/identcpu.c
Author: cem
Date: Tue Jan 28 01:36:45 2020
New Revision: 357187
URL: https://svnweb.freebsd.org/changeset/base/357187
Log:
x86: identcpu: Decode new Zen2 AMD Feature2 bit
Modified:
head/sys/x86/x86/identcpu.c
Modified: head/sys/x86/x86/identcpu.c
=
Author: imp
Date: Tue Jan 28 00:36:46 2020
New Revision: 357186
URL: https://svnweb.freebsd.org/changeset/base/357186
Log:
Remove old device list
The device list hasn't aged well. All these devices are over a decade old.
umass
supports thunb drives almost universally, and the list is too
Author: woodsb02 (ports committer)
Date: Mon Jan 27 22:45:49 2020
New Revision: 357185
URL: https://svnweb.freebsd.org/changeset/base/357185
Log:
bsdinstall: Provide help text for partitioning options
Includes commentary of when ZFS works well by default (>= 8GB RAM),
and where to go for
Author: imp
Date: Mon Jan 27 22:40:03 2020
New Revision: 357184
URL: https://svnweb.freebsd.org/changeset/base/357184
Log:
multi-boot for openstack/qcow images
Make stock FreeBSD more useful for people wishing to use them. The
QEMU folks suggested this change. It adds a serial console whi
Author: imp
Date: Mon Jan 27 22:36:54 2020
New Revision: 357183
URL: https://svnweb.freebsd.org/changeset/base/357183
Log:
Make mqueue objects work across a fork again.
In r110908 (2003) alfred added DFLAG_PASSABLE to tag those types of FD
that can be passed via unix pipes, but mqueuefs d
Author: imp
Date: Mon Jan 27 22:20:02 2020
New Revision: 357182
URL: https://svnweb.freebsd.org/changeset/base/357182
Log:
No need to have an extra layer of indirection here. Call the
sdhci_cam_requiest
routine directly when handling a MMIO request.
Modified:
head/sys/dev/sdhci/sdhci.c
Mo
Author: imp
Date: Mon Jan 27 22:19:55 2020
New Revision: 357181
URL: https://svnweb.freebsd.org/changeset/base/357181
Log:
Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims.
Pass
in the parameters needed for the different sims, but it's almost all
identical.
Modifie
Author: kevans
Date: Mon Jan 27 22:13:42 2020
New Revision: 357180
URL: https://svnweb.freebsd.org/changeset/base/357180
Log:
MFC r356994: Mark rfork(2) as __returns_twice
rfork is not generally a built-in that would be recognized as behaving like
vfork/fork; provide the hint.
Modified:
Author: kevans
Date: Mon Jan 27 22:13:42 2020
New Revision: 357180
URL: https://svnweb.freebsd.org/changeset/base/357180
Log:
MFC r356994: Mark rfork(2) as __returns_twice
rfork is not generally a built-in that would be recognized as behaving like
vfork/fork; provide the hint.
Modified:
On Sun, Jan 26, 2020 at 09:48:42AM +, John Baldwin wrote:
J> > We also are concerned about that theoretically. Haven't yet seen effect
J> > in practice, but our sessions are mostly longer living. First we have the
J> > tunable to limit batching. Second, there are some ideas on how to improve
J>
On Fri, Jan 24, 2020 at 12:23:33PM -0800, Cy Schubert wrote:
C> > Let not the network epoch become the new Giant of EPOCH's. There might
C> > be realtime constraints for EPOCH's aswell.
C>
C> I also had that concern yesterday.
C>
C> Obtaining an EPOCH higher up the call stack or lower down depen
Hans,
On Fri, Jan 24, 2020 at 08:21:54PM +0100, Hans Petter Selasky wrote:
H> > If a driver has interrupt moderation than epoch batching counter
H> > basically won't ever grow over 1. It kicks in only of driver doesn't
H> > have it, or receives interrupts at a very high rate.
H>
H> Depending on
Author: dougm
Date: Mon Jan 27 15:09:13 2020
New Revision: 357173
URL: https://svnweb.freebsd.org/changeset/base/357173
Log:
Correct the use of RB_AUGMENT in the RB_TREE macros so that is invoked
at the root of every subtree that changes in an insert or delete, and
only once, and ordered fro
Author: kib
Date: Mon Jan 27 13:15:16 2020
New Revision: 357172
URL: https://svnweb.freebsd.org/changeset/base/357172
Log:
Fix aggregating geoms for BIO_SPEEDUP.
If the bio was split into several bios going down, completion computes
bio_completed of the original bio as sum of the bio_comp
Author: kib
Date: Mon Jan 27 13:12:40 2020
New Revision: 357171
URL: https://svnweb.freebsd.org/changeset/base/357171
Log:
MFC r356919,r357054:
x86: Wait for curpcb to be set up as an indicator that the boot stack
is no longer used.
Modified:
stable/12/sys/x86/x86/mp_x86.c
Directory Prope
Author: arichardson
Date: Mon Jan 27 12:02:41 2020
New Revision: 357169
URL: https://svnweb.freebsd.org/changeset/base/357169
Log:
Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOS
In order to do so we need to install the msdosfs headers to the bootstrap
sysroot and avoid
Author: arichardson
Date: Mon Jan 27 12:02:47 2020
New Revision: 357170
URL: https://svnweb.freebsd.org/changeset/base/357170
Log:
Build hard-float lib32 for mips64hf/mips64elhf
This should fix linker errors when building with clang+lld.
After this change the lib32 compat libraries are no
28 matches
Mail list logo