OpenBSD cvs log

created 2019-01-31T09:39:38Z
begin 2017-12-30T00:00:00Z
end 2017-12-31T00:00:00Z
path src/sys
commits 10

date 2017-12-30T08:39:49Z
author kettenis
files src/sys/arch/arm64/include/cpu.h log diff annotate
message Implement CPU_BUSY_CYCLE and intr_disable/restore.

ok patrick@, tom@

date 2017-12-30T10:20:34Z
author kettenis
files src/sys/arch/arm64/arm64/copy.S log diff annotate
message Add copyin32 implementation.

ok guenther@

date 2017-12-30T12:45:36Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
message Add support for the PRCM clocks on Allwinner A23/A33.

Tested by kevlo@

date 2017-12-30T13:34:56Z
author kettenis
files src/sys/arch/armv7/imx/Attic/imxccm.c log diff annotate
src/sys/arch/armv7/imx/Attic/imxccm_clocks.h log diff annotate
src/sys/arch/armv7/imx/Attic/imxesdhc.c log diff annotate
src/sys/arch/armv7/imx/Attic/imxiic.c log diff annotate
src/sys/arch/armv7/imx/Attic/imxuart.c log diff annotate
message The generic clock framework expects frequencies in Hz whereas the imx clock
code was providing them in kHz. Get rid of this discrepancy.
Hook up the CPU clock to the generic clock framework and remove the
cpuspeed function as it is no longer needed.

ok patrick@

date 2017-12-30T16:30:37Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message Implement Allwinner A40/V40 support.

date 2017-12-30T16:32:52Z
author kettenis
files src/sys/dev/fdt/ehci_fdt.c log diff annotate
message Add support for the USB PHY of the Allwinner R40/V40.

date 2017-12-30T19:04:00Z
author kettenis
files src/sys/dev/fdt/sxitwi.c log diff annotate
message Somewhow I botched rev 1.3, which has a = where a |= is needed. Fix this.

date 2017-12-30T20:46:59Z
author guenther
files src/sys/arch/alpha/alpha/machdep.c log diff annotate
src/sys/arch/alpha/alpha/promcons.c log diff annotate
src/sys/arch/arm/arm/bus_dma.c log diff annotate
src/sys/arch/arm64/arm64/sys_machdep.c log diff annotate
src/sys/arch/hppa/hppa/machdep.c log diff annotate
src/sys/arch/hppa/hppa/mem.c log diff annotate
src/sys/arch/i386/i386/machdep.c log diff annotate
src/sys/arch/i386/i386/sys_machdep.c log diff annotate
src/sys/arch/i386/i386/Attic/vm86.c log diff annotate
src/sys/arch/i386/isa/npx.c log diff annotate
src/sys/arch/loongson/loongson/machdep.c log diff annotate
src/sys/arch/macppc/dev/zs.c log diff annotate
src/sys/arch/mips64/mips64/sys_machdep.c log diff annotate
src/sys/arch/octeon/octeon/machdep.c log diff annotate
src/sys/arch/powerpc/powerpc/bus_dma.c log diff annotate
src/sys/arch/sgi/hpc/zs.c log diff annotate
src/sys/arch/sgi/sgi/machdep.c log diff annotate
src/sys/arch/sh/dev/scif.c log diff annotate
src/sys/arch/sparc64/dev/comkbd_ebus.c log diff annotate
src/sys/arch/sparc64/dev/consinit.c log diff annotate
src/sys/arch/sparc64/dev/pcons.c log diff annotate
src/sys/arch/sparc64/dev/z8530kbd.c log diff annotate
src/sys/arch/sparc64/dev/zs.c log diff annotate
src/sys/arch/sparc64/sparc64/machdep.c log diff annotate
src/sys/arch/sparc64/sparc64/sys_machdep.c log diff annotate
src/sys/dev/cninit.c log diff annotate
src/sys/dev/cons.c log diff annotate
src/sys/dev/ata/ata.c log diff annotate
src/sys/dev/ata/ata_wdc.c log diff annotate
src/sys/dev/atapiscsi/atapiscsi.c log diff annotate
src/sys/dev/gpio/gpiodcf.c log diff annotate
src/sys/dev/hil/hil.c log diff annotate
src/sys/dev/ic/z8530sc.c log diff annotate
src/sys/dev/isa/fdc.c log diff annotate
src/sys/dev/pcmcia/com_pcmcia.c log diff annotate
src/sys/dev/pcmcia/wdc_pcmcia.c log diff annotate
src/sys/dev/puc/com_puc.c log diff annotate
src/sys/dev/tc/zs_ioasic.c log diff annotate
src/sys/dev/usb/ucycom.c log diff annotate
src/sys/dev/usb/udcf.c log diff annotate
src/sys/dev/usb/uhid.c log diff annotate
message Delete unnecessary includes

ok millert@ krw@

date 2017-12-30T20:47:00Z
author guenther
files src/sys/dev/usb/umbg.c log diff annotate
src/sys/dev/usb/umct.c log diff annotate
src/sys/dev/usb/umidi_quirks.c log diff annotate
src/sys/dev/usb/umodem.c log diff annotate
src/sys/dev/usb/uplcom.c log diff annotate
src/sys/isofs/cd9660/cd9660_bmap.c log diff annotate
src/sys/isofs/cd9660/cd9660_lookup.c log diff annotate
src/sys/isofs/cd9660/cd9660_node.c log diff annotate
src/sys/isofs/cd9660/cd9660_util.c log diff annotate
src/sys/kern/kern_exit.c log diff annotate
src/sys/kern/kern_fork.c log diff annotate
src/sys/kern/kern_proc.c log diff annotate
src/sys/kern/subr_prf.c log diff annotate
src/sys/kern/uipc_socket2.c log diff annotate
src/sys/msdosfs/msdosfs_fat.c log diff annotate
src/sys/nfs/nfs_serv.c log diff annotate
src/sys/ufs/ext2fs/ext2fs_readwrite.c log diff annotate
src/sys/ufs/ffs/ffs_vnops.c log diff annotate
message Delete unnecessary includes

ok millert@ krw@

date 2017-12-30T23:08:29Z
author guenther
files src/sys/arch/hppa/stand/mkboot/mkboot.c log diff annotate
src/sys/arch/octeon/dev/amdcf.c log diff annotate
src/sys/arch/octeon/dev/octcf.c log diff annotate
src/sys/arch/sparc64/dev/fd.c log diff annotate
src/sys/arch/sparc64/dev/sab.c log diff annotate
src/sys/dev/rd.c log diff annotate
src/sys/dev/vnd.c log diff annotate
src/sys/dev/ata/wd.c log diff annotate
src/sys/dev/ic/com.c log diff annotate
src/sys/dev/ic/wdc.c log diff annotate
src/sys/dev/ic/z8530tty.c log diff annotate
src/sys/dev/isa/fd.c log diff annotate
src/sys/dev/isa/spkr.c log diff annotate
src/sys/dev/pcmcia/gpr.c log diff annotate
src/sys/dev/sbus/magma.c log diff annotate
src/sys/dev/sbus/spif.c log diff annotate
src/sys/dev/usb/uaudio.c log diff annotate
src/sys/dev/usb/ucom.c log diff annotate
src/sys/dev/usb/ugen.c log diff annotate
src/sys/dev/usb/umidi.c log diff annotate
src/sys/dev/usb/uvideo.c log diff annotate
src/sys/isofs/cd9660/cd9660_vfsops.c log diff annotate
src/sys/kern/exec_elf.c log diff annotate
src/sys/kern/kern_acct.c log diff annotate
src/sys/kern/kern_ktrace.c log diff annotate
src/sys/kern/kern_sig.c log diff annotate
src/sys/kern/spec_vnops.c log diff annotate
src/sys/kern/tty.c log diff annotate
src/sys/kern/tty_tty.c log diff annotate
src/sys/msdosfs/msdosfs_vfsops.c log diff annotate
src/sys/net/bpf.c log diff annotate
src/sys/net/if_tun.c log diff annotate
src/sys/net/ppp_tty.c log diff annotate
src/sys/scsi/cd.c log diff annotate
src/sys/scsi/sd.c log diff annotate
src/sys/ufs/ext2fs/ext2fs_vfsops.c log diff annotate
src/sys/ufs/ext2fs/ext2fs_vnops.c log diff annotate
src/sys/ufs/ffs/ffs_vfsops.c log diff annotate
src/sys/ufs/ufs/ufs_quota.c log diff annotate
src/sys/uvm/uvm_swap.c log diff annotate
message Don't pull in just to get fcntl.h

ok deraadt@ krw@