OpenBSD cvs log

created 2018-11-30T01:00:45Z
begin 2018-08-03T00:00:00Z
end 2018-08-04T00:00:00Z
path src/sys
commits 14

date 2018-08-03T01:50:14Z
author kevlo
files src/sys/arch/amd64/conf/GENERIC log diff annotate
src/sys/arch/amd64/conf/RAMDISK_CD log diff annotate
src/sys/arch/i386/conf/GENERIC log diff annotate
message Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernet
adapters.

"go ahead commit it" deraadt@

date 2018-08-03T01:50:15Z
author kevlo
files src/sys/arch/i386/conf/RAMDISK_CD log diff annotate
src/sys/dev/usb/files.usb log diff annotate
src/sys/dev/usb/if_mue.c log diff annotate
src/sys/dev/usb/if_muereg.h log diff annotate
message Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernet
adapters.

"go ahead commit it" deraadt@

date 2018-08-03T02:36:11Z
author beck
files src/sys/kern/vfs_syscalls.c log diff annotate
message ni_pledge flags are a uint64_t not an int - don't initialize with an int.

date 2018-08-03T06:19:15Z
author kevlo
files src/sys/dev/usb/if_mue.c log diff annotate
message - use memset() for for clearing hashtbl
- the switch case for IFM_100_TX was the same code as for IFM_1000_T so it
can be rolled into one.

From Michael W. Bombardieri

date 2018-08-03T09:11:56Z
author florian
files src/sys/netinet6/nd6.c log diff annotate
message Account when the next nd6_timer_to is scheduled in nd6_timer()
otherwise nd6_llinfo_settimer() might wrongly assume that a timeout is
already scheduled earlier and not schedule one itself. This in turn
lead to the neighbor cache no longer updating because neighbor
solicitations were not send.
Observed by many.
OK kn

date 2018-08-03T10:52:45Z
author phessler
files src/sys/net80211/ieee80211_node.c log diff annotate
message revert 1.133 and part of 1.131
the stack doesn't always fill in the paramaters correctly

reported by many

date 2018-08-03T13:37:08Z
author kevlo
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/arch/armv7/conf/GENERIC log diff annotate
src/sys/arch/armv7/conf/RAMDISK log diff annotate
message Enable mue(4).
Tested on Orange Pi Plus 2E (armv7) and Orange Pi PC 2 (arm64).

ok jsg@

date 2018-08-03T14:47:56Z
author deraadt
files src/sys/kern/kern_sig.c log diff annotate
message wrap long lines

date 2018-08-03T16:45:17Z
author kettenis
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
src/sys/arch/arm64/include/cpu.h log diff annotate
src/sys/dev/fdt/rkclock.c log diff annotate
message Implement DVFS support.

ok patrick@

date 2018-08-03T18:36:01Z
author kettenis
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
src/sys/arch/arm64/arm64/exception.S log diff annotate
src/sys/arch/arm64/arm64/process_machdep.c log diff annotate
src/sys/arch/arm64/arm64/trap.c log diff annotate
src/sys/arch/arm64/include/armreg.h log diff annotate
message Implement single-stepping. Based on an earlier diff from drahn@.
Disable userland debug communication access while there.

ok patrick@

date 2018-08-03T21:07:34Z
author kettenis
files src/sys/dev/fdt/sypwr.c log diff annotate
message Also attach as a regulator if the FDT provides the fixed voltage value.
Restore fixed voltage at reboot time to prevent hangs after a warm reset
if DVFS is active.

date 2018-08-03T21:28:28Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
message Implement setting the CPU clock for Allwinner H3/H5 SoCs.

date 2018-08-03T22:18:13Z
author kettenis
files src/sys/dev/acpi/acpi.c log diff annotate
src/sys/dev/acpi/acpivar.h log diff annotate
src/sys/dev/acpi/ahci_acpi.c log diff annotate
src/sys/dev/pci/ahci_pci.c log diff annotate
src/sys/dev/pci/pcireg.h log diff annotate
message Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoids
having to add many more _HID entries to the match table.

ok deraadt@, mlarkin@

date 2018-08-03T22:40:05Z
author kettenis
files src/sys/arch/arm64/dev/acpipci.c log diff annotate
src/sys/arch/arm64/dev/pciecam.c log diff annotate
src/sys/dev/fdt/dwpcie.c log diff annotate
message Pass PCIe requester ID as sideband data here as well.