created | 2019-05-18T11:35:02Z |
---|---|
begin | 2019-05-14T00:00:00Z |
end | 2019-05-15T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2019-05-14T03:27:43Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/kern_smr.c | log | diff | annotate |
message |
Add lock order checking for smr_barrier(9). This is similar to the checking done in taskq_barrier(9) and timeout_barrier(9). OK mpi@ |
date | 2019-05-14T13:44:45Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/kcov.c | log | diff | annotate |
message |
armv7 and arm64 also have ci_idepth ok anton@ |
date | 2019-05-14T15:19:06Z | |||
---|---|---|---|---|
author | jan | |||
files | src/sys/dev/ic/aic7xxx.c | log | diff | annotate |
src/sys/dev/ic/aic7xxx_seeprom.c | log | diff | annotate | |
message |
Add free(9) sizes to ahc(4) From Miod OK tedu@ |
date | 2019-05-14T21:41:10Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/athn.c | log | diff | annotate |
message |
Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commit Problem reported and fix tested by Stephane Guedon ok jca@ mpi@ |