OpenBSD cvs log

created 2020-11-07T23:37:47Z
begin 2020-11-02T00:00:00Z
end 2020-11-03T00:00:00Z
path src/sys
commits 6

date 2020-11-02T00:25:49Z
author dlg
files src/sys/dev/pci/if_ixl.c log diff annotate
message add support for ctl reads and writes on 710 chips with API < 1.5

this gets rid of some annoying errors when bringing such an interface
up, but more importantly is allows RSS to work on these boards with
older firmware.

ok jmatthew@

date 2020-11-02T04:29:23Z
author gnezdo
files src/sys/netinet/tcp_usrreq.c log diff annotate
message Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars

OK deraadt

date 2020-11-02T18:32:08Z
author guenther
files src/sys/arch/amd64/amd64/locore.S log diff annotate
src/sys/arch/amd64/amd64/vector.S log diff annotate
src/sys/arch/amd64/include/frameasm.h log diff annotate
message Restore abstraction of register saving into macros in frameasm.h
The Meltdown mitigation work ran right across the previous abstractions;
draw slightly different lines and use separate macros for interrupts
vs traps vs syscall.

The generated ASM for traps and general interrupts is completely
unchanged; the ASM for the four directly routed interrupts is brought
into line with the general interrupts; the ASM for syscalls is
changed to delay reenabling interrupts until after all registers
are saved and cleared.

ok mpi@

date 2020-11-02T18:35:38Z
author tobhe
files src/sys/arch/macppc/macppc/ofw_machdep.c log diff annotate
message Set initial default display brightness via of_setbrightness() to ensure
wscons and ofw are in sync.

ok kn@

date 2020-11-02T19:45:18Z
author tobhe
files src/sys/dev/hid/hidkbd.c log diff annotate
src/sys/dev/usb/makemap.awk log diff annotate
src/sys/dev/usb/ukbd.c log diff annotate
src/sys/dev/wscons/wskbd.c log diff annotate
message Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).

ok kn@

date 2020-11-02T19:47:50Z
author tobhe
files src/sys/dev/usb/ukbdmap.c log diff annotate
message sync