created | 2020-04-25T17:55:27Z |
---|---|
begin | 2020-04-18T00:00:00Z |
end | 2020-04-19T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2020-04-18T04:03:56Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/net/if_pppx.c | log | diff | annotate |
message |
Use MHLEN for the space size of mbuf header. This fixes the panic when using pppac without pipex. ok dlg |
date | 2020-04-18T04:45:20Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/amd64/amd64/db_trace.c | log | diff | annotate |
src/sys/arch/arm64/arm64/db_trace.c | log | diff | annotate | |
src/sys/arch/hppa/hppa/db_interface.c | log | diff | annotate | |
src/sys/arch/i386/i386/db_trace.c | log | diff | annotate | |
src/sys/arch/mips64/mips64/trap.c | log | diff | annotate | |
src/sys/arch/powerpc/ddb/db_trace.c | log | diff | annotate | |
src/sys/arch/sparc64/sparc64/db_trace.c | log | diff | annotate | |
src/sys/sys/stacktrace.h | log | diff | annotate | |
message |
Sync existing stacktrace_save() implementations Upgrade stacktrace_save() to stacktrace_save_at() on architectures where the latter is missing. Define stacktrace_save() as an inline function in header <sys/stacktrace.h> to reduce duplication of code. OK mpi@ |
date | 2020-04-18T06:07:13Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_dp_mst_topology.c | log | diff | annotate |
message |
Revert "drm/dp_mst: Remove VCPI while disabling topology mgr" From Sasha Levin 9a61fe235c0a653457c741d6140c6a8f8d8bfb48 in linux 4.19.y/4.19.116 a86675968e2300fb567994459da3dbc4cd1b322a in mainline linux |
date | 2020-04-18T06:10:23Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_dp_mst_topology.c | log | diff | annotate |
message |
drm/dp_mst: Fix clearing payload state on topology disable From Lyude Paul a0522bbd37d80507d118d3616e46bccde2c395a9 in linux 4.19.y/4.19.116 8732fe46b20c951493bfc4dba0ad08efdf41de81 in mainline linux |
date | 2020-04-18T07:55:06Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/if_bse_fdt.c | log | diff | annotate | |
message |
Add glue to let bse(4) attach using the FDT. ok jsg@ |
date | 2020-04-18T10:03:32Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/if_bse_acpi.c | log | diff | annotate |
message | Remove useless return statement. |
date | 2020-04-18T21:32:21Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/audio.c | log | diff | annotate |
message |
Remove support for unused /dev/mixer device nodes. ok deraadt |
date | 2020-04-18T21:55:56Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/pci/azalia.c | log | diff | annotate |
message |
Disable MSI for AMD Hudson2 HDA to fix random lock ups. from Hemno Sapients <calomalus at airmail.cc>, thanks |