created | 2024-09-22T01:14:43Z |
---|---|
begin | 2024-09-17T00:00:00Z |
end | 2024-09-18T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2024-09-17T09:00:14Z | |||
---|---|---|---|---|
author | sf | |||
files | src/sys/dev/pv/if_vio.c | log | diff | annotate |
message |
vio: Reduce code duplication in control queue handling Pull the common parts of all the control queue operations into separate functions. While there, avoid setting sc_ctrl_inuse FREE if it was RESET, except in vio_stop. Doing so could lead to more race conditions. ok bluhm@ |
date | 2024-09-17T13:39:17Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message | head into release |
date | 2024-09-17T13:45:49Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/conf/GENERIC | log | diff | annotate |
message |
disable POOL_DEBUG for release ok deraadt@ |