created | 2021-05-09T03:45:51Z |
---|---|
begin | 2021-05-02T00:00:00Z |
end | 2021-05-03T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2021-05-02T04:21:13Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/riscv64/riscv64/machdep.c | log | diff | annotate |
message |
fix logic error in boot() ok deraadt@ |
date | 2021-05-02T08:15:23Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/riscv64/riscv64/machdep.c | log | diff | annotate |
message |
Initialize the per-CPU pointer register early. ok drahn@ |
date | 2021-05-02T14:22:05Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/net/pfkeyv2.c | log | diff | annotate |
message |
Do soreserve() before `kp' allocation. This simplifies error path. The same was done for route_attach(). Also do soisconnected() after `kp' is fully initialized. This chair movement affects nothing for PF_KEY sockets but makes code more consistent. ok bluhm@ mpi@ |
date | 2021-05-02T19:43:16Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/riscv64/riscv64/pmap.c | log | diff | annotate |
message |
We need to set the dirty bit whenever we add write permission otherwise a write will still fault on hardware that doesn't implement hardware updates for these bits. ok drahn@ |
date | 2021-05-02T21:47:51Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/machdep.c | log | diff | annotate |
message |
Initialize per-CPU pointer register earlier. ok patrick@ |
date | 2021-05-02T22:10:13Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message |
Put -stable template into #if 0 section of current newvers.sh. OK deraadt@ |