created | 2018-11-29T15:03:09Z |
---|---|
begin | 2018-05-13T00:00:00Z |
end | 2018-05-14T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2018-05-13T06:58:42Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/dev/usb/xhci.c | log | diff | annotate |
message |
Add bus DMA barriers to ensure the hardware does not see a TRB cycle bit flip before the rest of the TRB is updated. OK dlg@, pirofti@, mpi@ |
date | 2018-05-13T14:48:19Z | |||
---|---|---|---|---|
author | bru | |||
files | src/sys/dev/pckbc/pms.c | log | diff | annotate |
src/sys/dev/pckbc/pmsreg.h | log | diff | annotate | |
message |
Add support for Elantech trackpoints to pms. Extend the list of "IC types" that identify Elantech-V4 touchpads. Thanks to Ryan Lennox for help and testing. ok mpi@ |
date | 2018-05-13T22:01:13Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/trap.c | log | diff | annotate |
message |
Fix code which is #ifdef TRAP_SIGDEBUG or DEBUG: wrong variable and format string mismatch |