created | 2019-05-08T02:43:59Z |
---|---|
begin | 2017-11-09T00:00:00Z |
end | 2017-11-10T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2017-11-09T02:35:34Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/octmmc.c | log | diff | annotate |
message |
Synchronize command initiation, event wait, and interrupt handling using a mutex. This lets octmmc_intr() run without the KERNEL_LOCK(). Tested on CN6120, CN7130 and CN7360. |
date | 2017-11-09T09:07:01Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/net/if.c | log | diff | annotate |
src/sys/net/if.h | log | diff | annotate | |
message |
The cmd argument of ifconf() has been unused since COMPAT_LINUX was purged. Remove it and move the prototype to if.c since ifconf() is not used outside of this file. ok mpi |