On 22 Nov 2019, at 23:23, Conrad Meyer wrote:
Author: cem
Date: Fri Nov 22 23:23:40 2019
New Revision: 355024
URL: https://svnweb.freebsd.org/changeset/base/355024
Log:
Add explicit SI_SUB_EPOCH
Add explicit SI_SUB_EPOCH, after SI_SUB_TASKQ and before SI_SUB_SMP
(EARLY_AP_STARTUP). Rena
Author: kevans
Date: Sat Nov 23 13:39:47 2019
New Revision: 355031
URL: https://svnweb.freebsd.org/changeset/base/355031
Log:
bcm2835_sdhci: fix non-INVARIANTS build
sc is now only used to make sure we're not re-entering the data handling
path erroneously.
Reported by: Mark Millard
Author: dougm
Date: Sat Nov 23 17:22:36 2019
New Revision: 355032
URL: https://svnweb.freebsd.org/changeset/base/355032
Log:
The error messages that indicate bugs in 'area' bitstring functions
should identify accurately which function exhibited the bug.
Reviewed by: asomers
MFC after: 1
Author: dim
Date: Sat Nov 23 19:35:09 2019
New Revision: 355034
URL: https://svnweb.freebsd.org/changeset/base/355034
Log:
libclang_rt: enable on powerpc*
Summary:
Enable on powerpc64 and in lib/libclang_rt/Makefile change
MACHINE_CPUARCH to MACHINE_ARCH because on powerpc64
MACHINE_A
Author: bdragon
Date: Sat Nov 23 21:18:55 2019
New Revision: 355035
URL: https://svnweb.freebsd.org/changeset/base/355035
Log:
[PowerPC] Use QEMU-compatible version of SPE accumulator save
Switch from "evaddumiaaw 0,0" to "evmwumiaa 0,0,0" when persisting the
accumulator. This has the ben
Author: bdragon
Date: Sat Nov 23 23:41:21 2019
New Revision: 355036
URL: https://svnweb.freebsd.org/changeset/base/355036
Log:
[PowerPC] Fix typo in _ctx_start on ppc32
Theoretically, this was breaking the size calculation for the symbol.
Noticed when doing a readthrough.
Reviewed
Author: imp
Date: Sat Nov 23 23:44:00 2019
New Revision: 355038
URL: https://svnweb.freebsd.org/changeset/base/355038
Log:
We don't even need Giant here. It isn't protecting anything internal
to geom, and nothing we call requires it to be held. It's left over
from a time when the latter wasn
Author: imp
Date: Sat Nov 23 23:43:52 2019
New Revision: 355037
URL: https://svnweb.freebsd.org/changeset/base/355037
Log:
Push Giant down one layer
The /dev/pci device doesn't need GIANT, per se. However, one routine
that it calls, pci_find_dbsf implicitly does. It walks a list that can
Author: imp
Date: Sat Nov 23 23:57:26 2019
New Revision: 355039
URL: https://svnweb.freebsd.org/changeset/base/355039
Log:
Add a warning about Giant Locked devices
Add a warning when a device registers with devfs and requests
D_NEEDGIANT. The warning says the device will go away before
Author: jhibbits
Date: Sun Nov 24 04:35:29 2019
New Revision: 355045
URL: https://svnweb.freebsd.org/changeset/base/355045
Log:
rtld/powerpc: Fix _rtld_bind_start for powerpcspe
Summary:
We need to save off the full 64-bit register, not just the low 32 bits,
of all registers getting sav
Author: np
Date: Sun Nov 24 05:37:28 2019
New Revision: 355046
URL: https://svnweb.freebsd.org/changeset/base/355046
Log:
cxgbe(4): Update the firmware interface header.
This allows the driver to be updated for the next firmware without
waiting for it to be released.
MFC after:2
Author: bdragon
Date: Sun Nov 24 06:43:03 2019
New Revision: 355047
URL: https://svnweb.freebsd.org/changeset/base/355047
Log:
[PowerPC] Fix stack padding issue on ppc32.
Four bytes of padding are needed in the regular powerpc case to bring the
stack frame size up to a multiple of 16 byte
Author: eadler
Date: Sun Nov 24 07:52:35 2019
New Revision: 355050
URL: https://svnweb.freebsd.org/changeset/base/355050
Log:
bsd-family-tree: add several new entries
Reviewed by: imp, scottl
Differential Revision:https://reviews.freebsd.org/D22529
Modified:
head/share/misc/bs
13 matches
Mail list logo