created | 2018-11-30T05:09:30Z |
---|---|
begin | 2018-09-19T00:00:00Z |
end | 2018-09-20T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-09-19T05:23:16Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/dev/acpi/acpicpu.c | log | diff | annotate |
message |
Delete checks of the CST bit_width ('vendor') field, as new Ryzen machines are showing up with vendor 2 and it doesn't seem to mean anything: Linux doesn't check it at all, so this exhibits all the normal ACPI spec lossage tested in snaps for a few weeks shrug kettenis@ |
date | 2018-09-19T07:47:54Z | |||
---|---|---|---|---|
author | mestre | |||
files | src/sys/dev/usb/if_mue.c | log | diff | annotate |
message |
In mue_iff() move the initialization of the hash table up so that is done unconditionally, like it's done on other devices, so that we don't end up in the situation of the card being put in promiscuous mode or if ac->ac_multirangecnt > 0 and then we would write into the table while being uninitialized a little bit later. Noticed on Coverity ID 1473316. hint from claudio@ and kettenis@ OK kevlo@ claudio@ |
date | 2018-09-19T08:12:39Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/arch/armv7/omap/amdisplay.c | log | diff | annotate |
message |
Free edid_buf after use so to fix possible memory leak. With and ok jsg@ |
date | 2018-09-19T10:26:17Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message |
Report duplex state correctly for adapters with firmware interface versions older than 1.08. tested by and ok ccardenas@ |
date | 2018-09-19T13:17:21Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_bridge.c | log | diff | annotate |
message |
Always call bridge_iflist `bif'. ok bluhm@, visa@ |