created | 2019-05-25T10:56:28Z |
---|---|
begin | 2019-05-18T00:00:00Z |
end | 2019-05-19T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2019-05-18T12:59:32Z | |||
---|---|---|---|---|
author | sashan | |||
files | src/sys/net/bpf.c | log | diff | annotate |
src/sys/net/bpfdesc.h | log | diff | annotate | |
message |
BPF: remove redundant reference counting of filedescriptors OK visa@, OK mpi@ |
date | 2019-05-18T14:02:27Z | |||
---|---|---|---|---|
author | tim | |||
files | src/sys/dev/softraid.c | log | diff | annotate |
message |
Correct free size. Fixes a panic when detaching crypto volumes. OK jan@, "yes please" tedu@ |
date | 2019-05-18T15:57:22Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/octeon/machdep.c | log | diff | annotate |
message | Add parsing for standard boot options. |
date | 2019-05-18T18:11:46Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/cpu.c | log | diff | annotate |
message |
Both FreeBSD and I appear to have been confused by intel's deep-dive doc: the RDCL_NO bit of the ARCH_CAPA msr only indicates one of the MDS subissues is mitigated; only the MDS_NO bit indicates they're all mitigated. ok jsg@ mlarkin@ |