created | 2023-02-07T13:48:55Z |
---|---|
begin | 2023-01-28T00:00:00Z |
end | 2023-01-29T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2023-01-28T05:58:47Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/amd64/amd64/pmap.c | log | diff | annotate |
message | typo in comment |
date | 2023-01-28T10:17:16Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/net/route.c | log | diff | annotate |
src/sys/net/route.h | log | diff | annotate | |
src/sys/netinet/if_ether.c | log | diff | annotate | |
message |
Revert the `rt_lock' rwlock(9) diff to fix the recursive rwlock(9) acquisition. Reported-by: [email protected] |
date | 2023-01-28T14:40:53Z | |||
---|---|---|---|---|
author | dv | |||
files | src/sys/arch/amd64/include/vmmvar.h | log | diff | annotate |
message |
Move some header definitions from vmm(4) to vmd(8). Part of an ongoing effort to move userland-specific information out of a kernel header and directly into vmd(8). No functional change. ok mlarkin@ |