created | 2021-03-09T19:54:06Z |
---|---|
begin | 2021-03-03T00:00:00Z |
end | 2021-03-04T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2021-03-03T00:00:03Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_veb.c | log | diff | annotate |
message |
clean up span ports as span ports, not bridge ports. the visible result of this is that span ports aren't made promisc like bridge ports. when cleaning up a span port, trying to take promisc off it screwed up the refs, and it makes the underlying interface not able to be promisc when it should be promisc. found by dave voutila |
date | 2021-03-03T19:44:37Z | |||
---|---|---|---|---|
author | bru | |||
files | src/sys/dev/wscons/wsconsio.h | log | diff | annotate |
src/sys/dev/wscons/wstpad.c | log | diff | annotate | |
message |
Add a configurable button mapping for tap gestures on touchpads. Thanks to RJ Johnson for this work! ok mpi@ |
date | 2021-03-03T21:47:27Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/vm_machdep.c | log | diff | annotate |
message |
Remove bogus (and pointless) pmap_activate(9) call. ok drahn@ |
date | 2021-03-03T23:58:28Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ic/pgt.c | log | diff | annotate |
message |
off by one ok claudio@ deraadt@ |