created | 2019-05-04T03:00:48Z |
---|---|
begin | 2017-11-01T00:00:00Z |
end | 2017-11-02T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2017-11-01T06:35:38Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/netinet/ip_input.c | log | diff | annotate |
src/sys/netinet6/ip6_input.c | log | diff | annotate | |
message | Fix typo in previous resulting in a NULL dereference. |
date | 2017-11-01T14:29:04Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/include/octeonvar.h | log | diff | annotate |
message |
Fix the addressing of CVMSEG. The base address already points to the correct address space for direct referencing. Previous code has worked because the address conversion has only set bits that are already on. |
date | 2017-11-01T14:43:01Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxcorereg.h | log | diff | annotate |
src/sys/arch/octeon/include/octeonvar.h | log | diff | annotate | |
src/sys/arch/octeon/octeon/machdep.c | log | diff | annotate | |
message | Add readiness to utilize LMTDMA operations. |
date | 2017-11-01T16:12:30Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/ddb/db_ctf.c | log | diff | annotate |
message |
Remove forward declaration hack now that ctfconv(1) merge them correctly. ok jasper@ |