created | 2022-11-23T12:34:17Z |
---|---|
begin | 2022-11-15T00:00:00Z |
end | 2022-11-16T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2022-11-15T17:16:44Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/tmpfs/tmpfs_subr.c | log | diff | annotate |
message |
Take `vmobjlock' around uao_grow() and uao_shrink() calls to fix tmpfs panics [1]. 1. https://marc.info/?l=openbsd-bugs&m=165012301707403&w=2 from Leo Larnack <leo at pseven.xyz> ok kn@ mpi@ |
date | 2022-11-15T18:42:46Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/netinet6/in6_ifattach.c | log | diff | annotate |
message |
Not assigning a link local address by default breaks various things. A lot of code depends on a eui64 address to be present. So revert this bit of the last commit. OK florian@ |
date | 2022-11-15T22:47:15Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_usrreq.c | log | diff | annotate |
message | style(9) fix. No functional change. |