On 2019-12-20 13:15:03 (+0800), Philip Paeps wrote:
> Author: philip
> Date: Fri Dec 20 05:15:03 2019
> New Revision: 355926
> URL: https://svnweb.freebsd.org/changeset/base/355926
>
> Log:
> iicoc: fix the build on PCI machines
>
> Pointy hat to: philip
Sorry about that!
Philip
--
Philip
Author: philip
Date: Fri Dec 20 05:15:03 2019
New Revision: 355926
URL: https://svnweb.freebsd.org/changeset/base/355926
Log:
iicoc: fix the build on PCI machines
Pointy hat to: philip
Modified:
head/sys/dev/iicbus/iicoc_pci.c (contents, props changed)
Modified: head/sys/dev/iicbus/
Author: philip
Date: Fri Dec 20 03:40:50 2019
New Revision: 355924
URL: https://svnweb.freebsd.org/changeset/base/355924
Log:
iicoc: add FDT bus attachment
This adds support for OpenCores I2C master controllers on FDT systems.
Reviewed by:kp
Sponsored by: Axiado
Added:
head/
Author: philip
Date: Fri Dec 20 03:40:53 2019
New Revision: 355925
URL: https://svnweb.freebsd.org/changeset/base/355925
Log:
Print upper 32 bits in devmap table entries
If the devmap entry uses the upper 32 bits they wouldn't be printed in
devmap_dump_table(). This fixes that.
Submi
Author: philip
Date: Fri Dec 20 03:40:46 2019
New Revision: 355923
URL: https://svnweb.freebsd.org/changeset/base/355923
Log:
iicoc: split up common core and PCI bus specifics
The OpenCores I2C IP core can be found on any bus. Split out the PCI
bus specifics into their own file, only com
Author: philip
Date: Fri Dec 20 03:40:04 2019
New Revision: 355921
URL: https://svnweb.freebsd.org/changeset/base/355921
Log:
riscv/sifive: add FU540 SPI controller driver
Initial working prototype of the Serial Peripheral Interface controller
in the SiFive FU540 SoC.
Reviewed by:
Author: philip
Date: Fri Dec 20 03:40:07 2019
New Revision: 355922
URL: https://svnweb.freebsd.org/changeset/base/355922
Log:
iicoc: minor whitespace and style(9) fixes
No functional changes. This commit will make upcoming changes
which do affect functionality easier to read.
Review
Author: philip
Date: Fri Dec 20 03:38:21 2019
New Revision: 355920
URL: https://svnweb.freebsd.org/changeset/base/355920
Log:
riscv/sifive: add SiFive FU540 PRCI driver
The SiFive FU540 Power Reset Clocking Interrupt block contains a PLL
that turns the input crystal (33.3MHz) into a 1-1.5
Author: bdragon
Date: Thu Dec 19 22:35:16 2019
New Revision: 355917
URL: https://svnweb.freebsd.org/changeset/base/355917
Log:
[PowerPC] Only move linker sets to .data on ELFv1
In r268055, powerpc64 was special cased regarding linker sets to not mark
the function pointer as 'const'.
Author: markj
Date: Thu Dec 19 19:34:25 2019
New Revision: 355916
URL: https://svnweb.freebsd.org/changeset/base/355916
Log:
Fix SIGINFO stack collection to ignore threads with swapped-out stacks.
We by definition cannot trace the stack of such a thread. Also remove a
redundant stack_zer
Author: jeff
Date: Thu Dec 19 18:22:11 2019
New Revision: 355915
URL: https://svnweb.freebsd.org/changeset/base/355915
Log:
Fix a bug in r355784. I missed a sched_add() call that needed to reacquire
the thread lock.
Reported by: mjg
Modified:
head/sys/kern/sched_ule.c
Modified: head
Author: emaste
Date: Thu Dec 19 17:01:25 2019
New Revision: 355914
URL: https://svnweb.freebsd.org/changeset/base/355914
Log:
localeconv: correct grouping and mon_grouping per C/POSIX
grouping and mon_grouping should be "" in the C locale.
PR: 172215
MFC after:6 weeks
Author: dougm
Date: Thu Dec 19 16:39:52 2019
New Revision: 355913
URL: https://svnweb.freebsd.org/changeset/base/355913
Log:
Including into non-kernel software leads to a
compilation error because, without _KERNEL defined, the macro
TMPFS_VALIDATE_DIR is invoked, but never defined. User-lev
Author: jhb
Date: Thu Dec 19 15:36:00 2019
New Revision: 355912
URL: https://svnweb.freebsd.org/changeset/base/355912
Log:
Trim a spurious carriage return from the RFB signature string added in
r355301.
Submitted by: Yamagi
Modified:
head/usr.sbin/bhyve/rfb.c
Modified: head/usr.sbin/b
Author: melifaro
Date: Thu Dec 19 10:22:16 2019
New Revision: 355910
URL: https://svnweb.freebsd.org/changeset/base/355910
Log:
ipfw: Don't rollback state in alloc_table_vidx() if atomicity is not required.
Submitted by: Neel Chauhan
MFC after:2 weeks
Differential Revision:
Author: melifaro
Date: Thu Dec 19 10:20:38 2019
New Revision: 355909
URL: https://svnweb.freebsd.org/changeset/base/355909
Log:
Revert r355908 to commit it with a proper message.
Modified:
head/sys/netpfil/ipfw/ip_fw_table.c
head/sys/netpfil/ipfw/ip_fw_table.h
head/sys/netpfil/ipfw/ip_fw_
19.12.2019, 09:19, "Alexander V. Chernikov" :
> Author: melifaro
> Date: Thu Dec 19 09:19:27 2019
> New Revision: 355908
> URL: https://svnweb.freebsd.org/changeset/base/355908
>
> Log:
> svn-commit.tmp
Should have been
ipfw: Don't rollback state in alloc_table_vidx() if atomicity is not require
Author: melifaro
Date: Thu Dec 19 09:19:27 2019
New Revision: 355908
URL: https://svnweb.freebsd.org/changeset/base/355908
Log:
svn-commit.tmp
Modified:
head/sys/netpfil/ipfw/ip_fw_table.c
head/sys/netpfil/ipfw/ip_fw_table.h
head/sys/netpfil/ipfw/ip_fw_table_value.c
Modified: head/sys/ne
Author: andrew
Date: Thu Dec 19 08:52:16 2019
New Revision: 355907
URL: https://svnweb.freebsd.org/changeset/base/355907
Log:
Stop speculation past an eret instruction
On arm64 the eret instruction is used to return from an exception handler.
Some implementations may speculate past this i
19 matches
Mail list logo