created | 2019-05-09T09:58:20Z |
---|---|
begin | 2018-01-08T15:00:00Z |
end | 2018-01-08T18:00:00Z |
path | src/sys |
commits | 6 |
date | 2018-01-08T16:15:34Z | |||
---|---|---|---|---|
author | millert | |||
files | src/sys/ufs/ext2fs/ext2fs_readwrite.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 | Add kqueue support for ext2fs based on ffs. OK deraadt@ |
date | 2018-01-08T16:16:16Z | |||
---|---|---|---|---|
author | millert | |||
files | src/sys/ufs/ext2fs/ext2fs_readwrite.c | log | diff | annotate |
message | Pass correct size to uvm_vnp_setsize() for large files. |
date | 2018-01-08T16:44:32Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/include/setjmp.h | log | diff | annotate |
src/sys/arch/mips64/include/signal.h | log | diff | annotate | |
message |
Move SC_* defines into so that Suggested by kettenis@ long ago, OK deraadt@ |
date | 2018-01-08T17:29:21Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/if_bwfm_pci.c | log | diff | annotate |
message |
Guard the debug printf function behind BWFM_DEBUG as well. Also only print the firmware's dmesg(8) if we're running with a higher debug mode. Prompted by Michael W. Bombardieri |
date | 2018-01-08T17:53:07Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/if_bwfm_pci.c | log | diff | annotate |
message |
The bwfm(4) TX ring expects the ethernet header as part of the TX info struct. The data length is the length of the frame without the header. In the previous version m_adj(9) is used, but since that was changed we need to decrease the length ourselves. |
date | 2018-01-08T17:57:48Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/if_bwfm_pci.c | log | diff | annotate |
message |
In AP mode multicast packets share the flowrings with broadcast packets. |