created | 2021-02-14T12:19:44Z |
---|---|
begin | 2021-02-06T00:00:00Z |
end | 2021-02-07T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2021-02-06T09:31:47Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/conf/BOOT | log | diff | annotate |
src/sys/arch/octeon/conf/Makefile.octeon | log | diff | annotate | |
src/sys/arch/octeon/conf/ld.script | log | diff | annotate | |
message |
Revise kernel's ld.script on octeon This allows more control over the structure of the linked kernel image. Now the ELF .openbsd.randomdata segment can be omitted from BOOT kernel. The segment has caused trouble with broken firmware when the firmware tries to load it on top of the actual kernel segment. Discussed with and OK deraadt@ |
date | 2021-02-06T13:15:37Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/if_ethersubr.c | log | diff | annotate |
src/sys/netinet/ip_output.c | log | diff | annotate | |
message |
Simplex interface sends packet back without hardware checksum offloading. The checksum must be calculated in software. Use the same condition in ether_resolve() to send the broadcast packet back to the stack and in in_ifcap_cksum() to force software checksumming. This fixes regress/sys/kern/sosplice/loop. OK procter@ |
date | 2021-02-06T21:26:19Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/macppc/stand/tbxidata/bsd.tbxi | log | diff | annotate |
src/sys/conf/newvers.sh | log | diff | annotate | |
src/sys/sys/param.h | log | diff | annotate | |
message | 6.9-beta |