created | 2020-11-07T23:31:49Z |
---|---|
begin | 2020-10-31T00:00:00Z |
end | 2020-11-01T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2020-10-31T07:50:41Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/pci/if_rge.c | log | diff | annotate |
src/sys/dev/pci/if_rgereg.h | log | diff | annotate | |
message |
Update the RTL8125B microcode and use ifiq_input and its return value to apply backpressure to rxrs. |
date | 2020-10-31T14:08:42Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/net/wg_noise.c | log | diff | annotate |
message |
release the correct lock in noise_remote_begin_session() fixes a "noise_keypair: lock not held" panic observed by Caspar Sc hutijser from Jason A. Donenfeld |
date | 2020-10-31T17:57:53Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/powerpc64/powerpc64/autoconf.c | log | diff | annotate |
src/sys/arch/powerpc64/powerpc64/machdep.c | log | diff | annotate | |
message |
Add support for passing a bootmac command line argument to RAMDISK. The bootmac passed is supposed to be the MAC address of the NIC that we have booted from. This allows bsd.rd to realize it should run an unattended install via network. This is needed for adding powerpc64 to bluhm's regression tests. ok kettenis@ |