created | 2024-02-05T04:54:18Z |
---|---|
begin | 2024-01-30T00:00:00Z |
end | 2024-01-31T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2024-01-30T15:30:13Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
message |
fix qwx_core_pdev_create() to not drop into its error path on success Otherwise we free rings that were just allocated, causing mbuf corruption. |
date | 2024-01-30T15:32:04Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
src/sys/dev/ic/qwxreg.h | log | diff | annotate | |
src/sys/dev/ic/qwxvar.h | log | diff | annotate | |
message | set up qwx REO ring routing |
date | 2024-01-30T15:33:32Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
message | enable qwx "ext" IRQs for data packets once we have moved into RUN state |
date | 2024-01-30T16:43:22Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/macppc/include/vmparam.h | log | diff | annotate |
message |
the clang binary never shrinks, especially since it is statically linked (for performance). in this case, it grew larger than the maximum text segment size; increase that size. |