OpenBSD cvs log

created 2018-11-30T03:56:45Z
begin 2018-09-06T00:00:00Z
end 2018-09-07T00:00:00Z
path src/sys
commits 6

date 2018-09-06T03:42:21Z
author miko
files src/sys/netinet/ip_icmp.c log diff annotate
message sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@

date 2018-09-06T09:48:23Z
author miko
files src/sys/dev/usb/umidi.c log diff annotate
message execute the same code for failure of assign_all_jacks_automatically()
and attach_all_mididevs(). this ensures unbind_all_jacks() and
usbd_deactivate() happen for both cases.

ok ratchov@

date 2018-09-06T10:15:17Z
author patrick
files src/sys/dev/sdmmc/sdhc.c log diff annotate
src/sys/dev/sdmmc/sdhcreg.h log diff annotate
message Implement 64-bit DMA support in sdhc(4).

tested in snaps
ok kettenis@

date 2018-09-06T11:50:53Z
author jsg
files src/sys/arch/alpha/alpha/pmap.c log diff annotate
message fix whitespace

date 2018-09-06T11:50:54Z
author jsg
files src/sys/arch/arm/arm/bus_dma.c log diff annotate
src/sys/arch/i386/stand/libsa/biosdev.c log diff annotate
src/sys/dev/usb/if_athn_usb.c log diff annotate
src/sys/kern/tty.c log diff annotate
src/sys/net80211/ieee80211_node.c log diff annotate
src/sys/ufs/ext2fs/ext2fs_vnops.c log diff annotate
src/sys/ufs/ufs/ufs_lookup.c log diff annotate
message fix whitespace

date 2018-09-06T15:39:48Z
author mpi
files src/sys/dev/usb/xhci.c log diff annotate
message If we cannot stop the endpoint when aborting a transfer assume that
the device is gone and give back the descriptor to the stack.

Without this usbd_abort_pipe() could end up in an infinite loop.

Issue reported by Tom Murphy.