created | 2019-05-08T03:23:43Z |
---|---|
begin | 2017-11-26T00:00:00Z |
end | 2017-11-27T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2017-11-26T15:39:47Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/if_cnmac.c | log | diff | annotate |
message |
Initialize Rx subsystems before enabling the processing of incoming packets. Otherwise, a skosh of traffic may be handled using hardware default settings. One of the consequences is that packets can end up into a wrong POW group, causing a panic in cnmac_intr(). Panic reported by and testing help from Janne Johansson |
date | 2017-11-26T15:44:20Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/if_cnmac.c | log | diff | annotate |
message | On wqe error, show also word2 and word3. Those might help in debugging. |
date | 2017-11-26T16:11:45Z | |||
---|---|---|---|---|
author | mikeb | |||
files | src/sys/dev/pv/xen.c | log | diff | annotate |
message |
Xen interrupt task barrier is just a taskq_barrier so call it instead of rolling its own now that it's been made available. OK dlg |
date | 2017-11-26T17:06:46Z | |||
---|---|---|---|---|
author | mikeb | |||
files | src/sys/dev/rnd.c | log | diff | annotate |
message | Don't mention XOR as a mix-in function since addition is done since 1.180 |
date | 2017-11-26T23:27:27Z | |||
---|---|---|---|---|
author | bru | |||
files | src/sys/dev/wscons/wstpad.c | log | diff | annotate |
message |
Add various improvements to the default configuration (better default sizes of edge areas, vertical edge areas as default, and a check for the WSMOUSE_TYPE that may detect clickpads where software buttons should be placed at the top edge). |