created | 2018-11-30T03:54:57Z |
---|---|
begin | 2018-09-05T00:00:00Z |
end | 2018-09-06T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2018-09-05T04:23:18Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/include/specialreg.h | log | diff | annotate |
message |
Add defines for dealing with PCID support in cr3 ok mlarkin@ |
date | 2018-09-05T09:47:18Z | |||
---|---|---|---|---|
author | miko | |||
files | src/sys/netinet6/icmp6.c | log | diff | annotate |
message | factor error code in icmp6_mtudisc_clone(); ok kn@ florian@ |
date | 2018-09-05T14:03:28Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/xhci.c | log | diff | annotate |
src/sys/dev/usb/xhcivar.h | log | diff | annotate | |
message |
Serialize synchronous commands with a rwlock. Prevent triggering an assert if two drivers try to submit a command at the same time. Issue reported by Tom Murphy. |
date | 2018-09-05T16:34:58Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/hid/hidms.c | log | diff | annotate |
message | Back out 1.4, it broke things |