CVS: cvs.openbsd.org: src

2020-07-16 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 23:59:05 Modified files: usr.bin/ssh: ssh_config.5 Log message: fix macro slip in previous;

CVS: cvs.openbsd.org: src

2020-07-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/07/16 21:59:39 Modified files: distrib/sets/lists/comp: md.powerpc64 Log message: sync

CVS: cvs.openbsd.org: src

2020-07-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/07/16 21:51:32 Modified files: usr.bin/ssh: sftp-server.c Log message: log error message for process_write() write failures

CVS: cvs.openbsd.org: src

2020-07-16 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2020/07/16 21:43:42 Modified files: usr.bin/ssh: ssh.c ssh_config ssh_config.5 sshconnect.c Log message: Add a '%k' TOKEN that expands to the effective HostKey of the destination. This allows, eg,

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2020/07/16 21:37:37 Modified files: sys/dev/pci: if_mcx.c Log message: Virtual functions are effectively identical to full physical functions, so we can attach to them too. ok dlg@

CVS: cvs.openbsd.org: src

2020-07-16 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/07/16 21:37:36 Modified files: sys/dev/pci: if_myx.c Log message: name the rx rings so systat mb shows them.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2020/07/16 21:26:58 Modified files: regress/usr.bin/ssh: percent.sh Log message: Add tests for expansions on UserKnownHostsFile.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2020/07/16 21:23:18 Modified files: sys/dev/pci: if_mcx.c Log message: Consistently use the port type and speed register (PTYS) to determine if the link is up, rather than the operational status

CVS: cvs.openbsd.org: src

2020-07-16 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2020/07/16 21:23:10 Modified files: usr.bin/ssh: ssh.c ssh_config.5 Log message: Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile, allowing the file to be automagically split

CVS: cvs.openbsd.org: src

2020-07-16 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/07/16 20:58:14 Modified files: sys/dev/pci: if_myx.c Log message: add kstats to myx. myx is unusually minimal, so there's not a lot of information that the chip provides. the most interesting is

CVS: cvs.openbsd.org: src

2020-07-16 Thread George Koehler
CVSROOT:/cvs Module name:src Changes by: gkoeh...@cvs.openbsd.org2020/07/16 19:36:41 Modified files: sys/kern : kern_tc.c Log message: Read ogen from the other timehands; fixes tk_generation If th0.th_generation == th1.th_generation when we update the user

CVS: cvs.openbsd.org: src

2020-07-16 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/07/16 18:36:42 Modified files: sys/dev/ata: atascsi.c Log message: Always a joker hiding somewhere. Access adapter_buswidth via link->bus->sb_adapter_buswidth.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/07/16 17:06:43 Modified files: sys/kern : kern_tc.c Log message: adjtime(2): distribute skew along arbitrary period on runtime clock The adjtime(2) adjustment is applied at up to 5000ppm/sec

CVS: cvs.openbsd.org: src

2020-07-16 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2020/07/16 15:49:41 Modified files: sys/dev/pci: if_mcx.c Log message: Pass the interrupt handler cookie instead of the pointer to it to intr_barrier(9). Fixes mysterious panics seen while working on

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 15:26:18 Modified files: libexec/ld.so/powerpc64: rtld_machine.c Log message: Rewrite loop to match what is written down in the ABI document. ok drahn@

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 15:18:09 Modified files: libexec/ld.so/powerpc64: ldasm.S rtld_machine.c Log message: Make lazy binding work. Committing on behalf of drahn@ who is a bit busy.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/07/16 15:18:31 Modified files: sys/arch/luna88k/dev: mb89352.c sys/arch/sparc64/dev: vdsk.c sys/arch/sparc64/sparc64: autoconf.c sys/dev: softraid.c vscsi.c

CVS: cvs.openbsd.org: src

2020-07-16 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2020/07/16 14:08:12 Modified files: lib/libc/time : strftime.c Log message: Remove obsolete LOCALE_HOME code we have never used (and never will). Upstream removed it in 2004. From Jan Stary.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:48:58 Modified files: sys/arch/powerpc64/stand: Makefile Added files: sys/arch/powerpc64/stand: Makefile.inc sys/arch/powerpc64/stand/boot: Makefile

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:44:19 Modified files: share/man/man8/man8.powerpc64: MAKEDEV.8 etc/etc.powerpc64: MAKEDEV Log message: regen

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:42:18 Modified files: etc/etc.powerpc64: disktab Log message: Add disk description for bootloader ramdisk.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:42:47 Modified files: etc/etc.powerpc64: MAKEDEV.md Log message: Bootloader magic.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:41:04 Added files: sys/arch/powerpc64/conf: BOOT sys/arch/powerpc64/compile/BOOT: Makefile Log message: Add BOOT kernel config.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:37:58 Modified files: sys/arch/powerpc64/conf: files.powerpc64 sys/arch/powerpc64/include: conf.h sys/arch/powerpc64/powerpc64: conf.c Added files:

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:29:36 src/sys/arch/powerpc64/compile/BOOT Update of /cvs/src/sys/arch/powerpc64/compile/BOOT In directory cvs.openbsd.org:/tmp/cvs-serv14226/BOOT Log Message: Directory

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:26:08 src/sys/arch/powerpc64/stand/boot Update of /cvs/src/sys/arch/powerpc64/stand/boot In directory cvs.openbsd.org:/tmp/cvs-serv21402/boot Log Message: Directory

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:26:08 src/sys/arch/powerpc64/stand/rdboot Update of /cvs/src/sys/arch/powerpc64/stand/rdboot In directory cvs.openbsd.org:/tmp/cvs-serv21402/rdboot Log Message: Directory

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 13:10:33 Modified files: sys/arch/powerpc64/dev: xive.c Log message: Reset firmware state upon reboot.

CVS: cvs.openbsd.org: src

2020-07-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/07/16 11:47:41 Modified files: usr.bin/ktrace : ktrace.1 ktrace.c Log message: add -T option to make time related system calls more prominent. ok deraadt

CVS: cvs.openbsd.org: src

2020-07-16 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/07/16 11:47:10 Modified files: lib/libc/dlfcn : init.c Log message: allow setenv LIBC_NOUSERTC to disable userland timekeeping, for ktrace. ok deraadt pirofti

CVS: cvs.openbsd.org: src

2020-07-16 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/07/16 11:38:24 Modified files: sbin/iked : ikev2.c Log message: Remove unused assignment.

CVS: cvs.openbsd.org: www

2020-07-16 Thread Christian Weisgerber
CVSROOT:/cvs Module name:www Changes by: na...@cvs.openbsd.org 2020/07/16 11:29:39 Modified files: . : 67.html Log message: 6503 mips64el packages

CVS: cvs.openbsd.org: src

2020-07-16 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/07/16 11:16:17 Modified files: sbin/iked : ikev2.c policy.c Log message: Make sure to update policy dependant SA fields after policy_lookup(). ok kn@ patrick@

CVS: cvs.openbsd.org: src

2020-07-16 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/07/16 08:44:55 Modified files: sys/scsi : cd.c mpath.c scsi_base.c scsi_ioctl.c scsiconf.c sd.c st.c Log message: Access scsibus_softc info (luns, adapter,

CVS: cvs.openbsd.org: src

2020-07-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/07/16 07:41:36 Modified files: distrib/sets/lists/base: md.powerpc64 distrib/sets/lists/comp: md.powerpc64 Log message: sync

CVS: cvs.openbsd.org: src

2020-07-16 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2020/07/16 07:03:39 Modified files: sys/arch/arm64/arm64: acpi_machdep.c intr.c sys/arch/arm64/dev: acpipci.c sys/arch/arm64/include: intr.h Log message: Store struct cpu_info * in arm64's

CVS: cvs.openbsd.org: src

2020-07-16 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2020/07/16 06:57:30 Modified files: sys/arch/arm64/arm64: acpi_machdep.c intr.c sys/arch/arm64/dev: acpipci.c sys/arch/arm64/include: intr.h Log message: To be able to have intr_barrier()

CVS: cvs.openbsd.org: src

2020-07-16 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/07/16 06:38:44 Modified files: sys/scsi : scsiconf.c scsiconf.h Log message: Beef up struct scsibus_softc to hold the information needed to initialize the scsi_link's on the bus. After sucking

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 04:17:09 Modified files: sys/dev/pci/drm/i915: i915_vma.c Log message: drm/i915: Also drop vm.ref along error paths for vma construction >From Chris Wilson

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 04:14:13 Modified files: sys/dev/pci/drm/i915: i915_vma.c Log message: drm/i915: Drop vm.ref for duplicate vma on construction >From Chris Wilson 98762e5b00567622d57295d2d3389aea2c37be03 in

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 04:11:34 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_psp.c Log message: drm/amdgpu: asd function needs to be unloaded in suspend phase >From Huang Rui

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 04:09:22 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_psp.c Log message: drm/amdgpu: add TMR destory function for psp >From Huang Rui 2c41c968c6f6480860c67210815cadc6507f5014 in linux

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 04:07:02 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_job.c Log message: drm/amdgpu: don't do soft recovery if gpu_recovery=0 >From Marek Olsak d7915047a1d59474d06789a9dd1925064969e080 in

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 04:03:45 Modified files: sys/dev/pci/drm/i915: i915_debugfs.c Log message: drm/i915: Skip stale object handle for debugfs per-file-stats >From Chris Wilson

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 04:01:41 Modified files: sys/dev/pci/drm/i915/gt: intel_context.c Log message: drm/i915/gt: Pin the rings before marking active >From Chris Wilson 096b85c64987a0ef4fcc6ac0e3c3661573828df1 in

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 03:59:17 Modified files: sys/dev/pci/drm/radeon: ci_dpm.c Log message: drm/radeon: fix double free >From Tom Rix 67e9648f20524ff6824ebeb26afea45f7d9c300d in linux 5.7.y/5.7.9

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 03:56:50 Modified files: sys/dev/pci/drm: drm_panel_orientation_quirks.c Log message: drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003 >From Hans de Goede

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 03:53:49 Modified files: sys/dev/pci/drm: drm_panel_orientation_quirks.c Log message: drm: panel-orientation-quirks: Add quirk for Asus T101HA panel >From Hans de Goede

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 03:50:39 Modified files: sys/dev/pci/drm/ttm: ttm_bo.c Log message: drm/ttm: Fix dma_fence refcnt leak when adding move fence >From Xiyu Yang bfd4297fd74ebb18d05044e49f1ff2fedd2ece8d in linux

CVS: cvs.openbsd.org: src

2020-07-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/07/16 03:48:22 Modified files: sys/dev/pci/drm/ttm: ttm_bo_vm.c Log message: drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reserved >From Xiyu Yang f5e6ec57e3cbe37cd3ef52d18de6be9953ee105a in

CVS: cvs.openbsd.org: src

2020-07-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/16 03:47:16 Modified files: sys/arch/powerpc64/powerpc64: pmap.c Log message: Since the page tables could be larger than 256MB allow for multiple segments to map them.