created | 2018-11-29T21:35:51Z |
---|---|
begin | 2018-06-07T00:00:00Z |
end | 2018-06-08T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2018-06-07T04:07:28Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/cpu.c | log | diff | annotate |
src/sys/arch/amd64/amd64/identcpu.c | log | diff | annotate | |
src/sys/arch/amd64/include/specialreg.h | log | diff | annotate | |
message |
Treat XSAVEOPT and other XSAVE extensions like other cpu flags oddness noted by kettenis ok mlarkin@ deraadt@ |
date | 2018-06-07T04:09:35Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/locore.S | log | diff | annotate |
src/sys/arch/amd64/amd64/spl.S | log | diff | annotate | |
src/sys/arch/amd64/amd64/vector.S | log | diff | annotate | |
src/sys/arch/amd64/include/asm.h | log | diff | annotate | |
message |
Apply the retpoline transformation to indirect jumps in the raw ASM ok mlarkin@ mortimer@ deraadt@ |
date | 2018-06-07T08:46:24Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/in.h | log | diff | annotate |
src/sys/netinet/in_pcb.c | log | diff | annotate | |
src/sys/netinet6/in6.h | log | diff | annotate | |
src/sys/netinet6/in6_pcb.c | log | diff | annotate | |
message |
The global zero addresses must not change, mark them constant. OK tb@ visa@ |
date | 2018-06-07T11:18:25Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/if_bwfm_pci.c | log | diff | annotate |
message |
Some PCIe-based bwfm(4) chips also require that we supply an NVRAM binary. In case we have an (optional) NVRAM binary, copy it to the end of the chip's memory. Tested by mlarkin@ on his GPD Pocket. |
date | 2018-06-07T11:24:19Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/if_bwfm_pci.c | log | diff | annotate |
message |
Attach bwfm(4) to the Broadcom 4356 found in the GPD Pocket. Tested by mlarkin@ |
date | 2018-06-07T13:37:27Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/uipc_usrreq.c | log | diff | annotate |
src/sys/kern/vfs_syscalls.c | log | diff | annotate | |
src/sys/kern/vfs_vnops.c | log | diff | annotate | |
message |
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for unlocking the directory vnode. OK mpi@, helg@ |
date | 2018-06-07T13:37:28Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/miscfs/fuse/fuse_vnops.c | log | diff | annotate |
src/sys/msdosfs/msdosfs_vnops.c | log | diff | annotate | |
src/sys/nfs/nfs_serv.c | log | diff | annotate | |
src/sys/nfs/nfs_vnops.c | log | diff | annotate | |
src/sys/tmpfs/tmpfs_vnops.c | log | diff | annotate | |
src/sys/ufs/ext2fs/ext2fs_vnops.c | log | diff | annotate | |
src/sys/ufs/ufs/ufs_vnops.c | log | diff | annotate | |
message |
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for unlocking the directory vnode. OK mpi@, helg@ |