created | 2019-05-08T22:51:18Z |
---|---|
begin | 2018-03-18T00:00:00Z |
end | 2018-03-19T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2018-03-18T08:58:58Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
message |
branches: 1.185.2; vmm(4): handle invalid cpuid request (%eax too large) according to the SDM instead of just returning 0s. Initial diff from Adam Steen, thanks! ok pd@ |
date | 2018-03-18T21:05:21Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/tcp_subr.c | log | diff | annotate |
message |
Refactor tcp_mtudisc() like NetBSD did. Do the route lookup only if the tcpcb exits. OK mpi@ |
date | 2018-03-18T21:25:14Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/uipc_mbuf.c | log | diff | annotate |
message |
NULL deref on armv7 performing NFS, within 10 seconds. Previous commit has no OK's or discussion about testing. |