CVS: cvs.openbsd.org: src

2020-06-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/06/22 23:23:26 Modified files: usr.bin/tmux : format.c Log message: Use xvasprintf not vasprintf.

CVS: cvs.openbsd.org: src

2020-06-22 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2020/06/22 20:18:58 Modified files: sys/arch/m88k/m88k: pmap.c Log message: Fix format strings (%p --> %lx) in debug code. ok dlg@

CVS: cvs.openbsd.org: src

2020-06-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/06/22 19:40:03 Modified files: sys/sys: intrmap.h sys/kern : kern_intrmap.c Log message: add intrmap_one, some temp code to help us write pci_intr_establish_cpu. it means we can

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2020/06/22 19:21:29 Modified files: sys/arch/sparc64/dev: msi.c msivar.h pci_machdep.c pyro.c pyrovar.h vpci.c sys/arch/sparc64/include: bus.h pci_machdep.h

CVS: cvs.openbsd.org: src

2020-06-22 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/06/22 17:44:27 Modified files: usr.bin/ssh: ssh-ecdsa-sk.c Log message: some clarifying comments

CVS: cvs.openbsd.org: src

2020-06-22 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/06/22 15:16:07 Modified files: sys/kern : kern_tc.c sys/sys: time.h share/man/man9 : microtime.9 Log message: timecounting: add gettime(9), getuptime(9) time_second and

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 15:13:40 Modified files: sys/arch/powerpc64/powerpc64: conf.c sys/arch/powerpc64/conf: GENERIC files.powerpc64 sys/arch/powerpc64/dev: opal.c sys/arch/powerpc64/in

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 12:49:36 Modified files: sys/arch/powerpc64/powerpc64: db_trace.c locore.S trap_subr.S Log message: The minimum frame size for the ELFv2 ABI is 32 bytes. Using this value instead of 48 in

CVS: cvs.openbsd.org: src

2020-06-22 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/06/22 12:25:57 Modified files: sys/kern : kern_time.c Log message: inittodr(9): introduce dedicated flag to enable writes from resettodr(9) We don't want resettodr(9) to write the RTC until initt

CVS: cvs.openbsd.org: src

2020-06-22 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2020/06/22 12:18:20 Modified files: usr.sbin/ospf6d: neighbor.c Log message: Remove unused variable

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 12:15:50 Modified files: sys/arch/powerpc64/powerpc64: trap.c Log message: Enable interrupts when they were enabled before the trap (except when we are handling "genuine" interrupts like t

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 12:03:22 Modified files: sys/arch/powerpc64/include: pmap.h sys/arch/powerpc64/powerpc64: pmap.c trap.c Log message: Handle data storage and data segment interrupts from userland

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 10:58:20 Modified files: sys/arch/powerpc64/powerpc64: genassym.cf locore.S pmap.c trap.c trap_subr.S vm_machdep.c sys/arch/powerpc64/include:

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 10:47:10 Modified files: sys/arch/powerpc64/powerpc64: locore.S Log message: Fix previous commit; pasted instructed in the wrong spot.

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 10:27:37 Modified files: sys/dev/pci: if_iwx.c if_iwxvar.h Log message: Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 10:25:55 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h if_iwxvar.h Log message: Remove unused code for parsing non-volatile memory (NVM) from iwx(4).

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 10:22:58 Modified files: sys/arch/powerpc64/powerpc64: locore.S Log message: Add magic offset to make the frames line up.

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 10:09:33 Modified files: sys/arch/powerpc64/powerpc64: machdep.c Log message: Implement setregs().

CVS: cvs.openbsd.org: www

2020-06-22 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2020/06/22 10:00:41 Modified files: openssh: legacy.html Log message: some wording fixes

CVS: cvs.openbsd.org: src

2020-06-22 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/06/22 09:54:55 Modified files: sys/dev/usb: umass_quirks.c Log message: Blacklist Ericsson F5521gw broadband modem. ok sthen@

CVS: cvs.openbsd.org: src

2020-06-22 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/06/22 09:52:39 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2020-06-22 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/06/22 09:49:37 Modified files: sys/dev/usb: usbdevs Log message: Add Ericsson F5521gw Mobile Broadband Modem. ok sthen@

CVS: cvs.openbsd.org: src

2020-06-22 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2020/06/22 09:09:34 Modified files: usr.sbin/ldpd : control.c control.h ldpe.c Log message: On my previous commit I made the wrong assumption that the control socket was being unlink(2)ed from the main proc

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 08:26:23 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Some connectors attach late when the drm driver is registers. For that reason we have to delay attaching Backlight p

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 08:19:35 Modified files: sys/dev/pci/drm/include/linux: completion.h Log message: apart from the lock wait_queue_head struct is unused so replace it

CVS: cvs.openbsd.org: src

2020-06-22 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/22 07:52:40 Modified files: sys/arch/powerpc64/include: cpu.h Log message: Provide working definitions of PROC_STACK() and PROC_PC().

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 07:42:06 Modified files: lib/libc/sys : kqueue.2 Log message: spelling fix;

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 07:38:47 Modified files: sys/dev/pci/drm/include/linux: completion.h Log message: don't try to decrement if completion flag is UINT_MAX

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 07:38:43 Modified files: usr.bin/calendar/calendars: calendar.music Log message: change "East Tupelo" reference to just "Tupelo"; from carson chittom

CVS: cvs.openbsd.org: src

2020-06-22 Thread Landry Breuil
CVSROOT:/cvs Module name:src Changes by: lan...@cvs.openbsd.org 2020/06/22 07:21:29 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: add missing .Pp

CVS: cvs.openbsd.org: src

2020-06-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/06/22 07:17:54 Modified files: usr.bin/systat : systat.1 Log message: Document "s" command OK jmc

CVS: cvs.openbsd.org: src

2020-06-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/06/22 07:17:00 Modified files: usr.bin/systat : systat.1 Log message: Remove ^Z mention Suspending systat with ^Z is done by the shell iff job control is enabled, not systat itself. Try "set +m" to di

CVS: cvs.openbsd.org: src

2020-06-22 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/06/22 07:14:32 Modified files: sys/kern : kern_event.c tty_pty.c uipc_socket.c sys/sys: event.h lib/libc/sys : kqueue.2 Log message: Extend kqueue interface with EVFILT

CVS: cvs.openbsd.org: src

2020-06-22 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/06/22 07:14:47 Modified files: usr.sbin/btrace: bt_parse.y Log message: Fix "the symbol HZ is undefined" yacc warning OK mpi

CVS: cvs.openbsd.org: src

2020-06-22 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2020/06/22 06:27:54 Modified files: sys/arch/amd64/amd64: tsc.c Log message: Change tsc_get_timecount return from uint to u_int per sys/timetc.h. First brought up by naddy@ in the usertc thread, OK kettenis

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2020/06/22 06:20:44 Modified files: sys/net: if_wg.c if_wg.h Log message: add missing rcs id

CVS: cvs.openbsd.org: src

2020-06-22 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/06/22 05:30:23 Modified files: sys/netinet6 : ip6_output.c Log message: Don't pass a pointer to an uninitialized variable as plenp to ip6_hopopts(). The value is tested and non-zero values could cause

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 04:11:55 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_vm.c Log message: drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode >From Felix Kuehling 8db9696c1fdfa3d80e29ee80d0

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 04:09:14 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_pm.c Log message: drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and raven >From chen gong 4e88ff94dd359871f609da

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 04:05:32 Modified files: sys/dev/pci/drm/amd/display/dc/dcn20: dcn20_resource.c Log message: drm/amd/display: Do not disable pipe split if mode is not supported >From Sung Lee dbf0a8fce6a9c867c31

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 04:02:42 Modified files: sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn10: rv1_clk_mgr_vbios_smu.c Log message: drm/amd/display: dmcu wait loop c

CVS: cvs.openbsd.org: src

2020-06-22 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/06/22 04:01:03 Modified files: sys/net: if_pppx.c Log message: Rework checks for `pppx_ifs' tree modification. - There is no panic() condition while inserting `pxi' to tree so drop RBT_FIND() to

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 04:00:28 Modified files: sys/dev/pci/drm/amd/display/dc/dcn21: dcn21_resource.c Log message: drm/amd/display: Correct updating logic of dcn21's pipe VM flags >From Dale Zhao 21b7c6033823d3888a195

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 03:58:17 Modified files: sys/dev/pci/drm/amd/display/dc/dcn10: dcn10_optc.c Log message: drm/amd/display: Revert to old formula in set_vtg_params >From Alvin Lee 719bdc4363637fa45b67c80259c6a7296

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 03:56:20 Modified files: sys/dev/pci/drm: drm_dp_helper.c Log message: drm/dp: Lenovo X13 Yoga OLED panel brightness fix >From Mark Pearson b846c5c78cf6365adf3b32645db39009c4710a2c in linux 5.7.y

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 03:54:02 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_pm.c Log message: drm/amdgpu: Init data to avoid oops while reading pp_num_states. >From limingyu 4ceae1cf8ca686b64a68822677ef0fb69a917

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 03:51:25 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_link_hwss.c Log message: drm/amd/display: fix virtual signal dsc setup >From Dmytro Laktyushkin b5d74af308d373668ec2d8f0f0a490207f

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 03:49:24 Modified files: sys/dev/pci/drm/amd/display/dc/dcn20: dcn20_hwseq.c sys/dev/pci/drm/amd/display/dc/inc/hw: dchubbub.h Log message: drm/amd/display: Force watermark value propagat

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 03:46:20 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_gem.c Log message: drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4 >From Christian Koenig ba90bed3ea632a6cff527dea08033f36ab

CVS: cvs.openbsd.org: src

2020-06-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/06/22 03:45:14 Modified files: sys/net: if.c if_wg.c Log message: The interface if_ioctl routine must be called with the NET_LOCK() held. For example the bridge_ioctl() function calls NET_UNLOCK

CVS: cvs.openbsd.org: src

2020-06-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/06/22 03:42:36 Modified files: sys/dev/pci/drm/i915/gem: i915_gem_userptr.c Log message: gup: document and work around "COW can break either way" issue >From Linus Torvalds 8e45fdafdecc8436c5b6e1620c30

CVS: cvs.openbsd.org: src

2020-06-22 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/06/22 03:38:15 Modified files: sys/net: pipex.c Log message: Prevent potencial `state_list' corruption while pppac(4) destroys pipex(4) sessions by pipex_iface_fini() or by pipex_ioctl() with `P

CVS: cvs.openbsd.org: src

2020-06-22 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/06/22 03:28:04 Modified files: etc/mtree : special usr.sbin/npppd : Makefile Log message: Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) can store radius passwords and

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 02:21:51 Modified files: sys/dev/pci: if_iwxreg.h Log message: Fix two iwx(4) TX_CMD_OFFLD macros. The IP_HDR and MH_SIZE fields represent byte offsets into the frame, rather than flags. Make

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 02:05:52 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Prepare for newer iwx(4) firmware scan command versions. Add declarations of "version 2" scan flags from iwlwifi and pr

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 01:52:24 Modified files: sys/dev/pci: if_iwx.c Log message: Update definition of the iwx_ac_to_tx_fifo map. Compared to iwm(4) devices the BE and BK fifo numbers have been swapped in iwx(4) h

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 01:39:41 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: Enable critical temperature detection in iwx(4) firmware. The driver will turn the device off and print a message to dm

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 01:31:33 Modified files: sys/dev/pci: if_iwx.c Log message: Do not copy an SSID into the iwx(4) probe request template. Firmware will add SSIDs specified via the scan command to its probe req

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 01:25:50 Modified files: sys/dev/pci: if_iwx.c Log message: Fix unconditional write to v1.scan_priority in iwx(4) scan command. The data structure for the scan command contains a union which

CVS: cvs.openbsd.org: src

2020-06-22 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/06/22 01:15:28 Modified files: sys/dev/pci: if_iwx.c Log message: Fix length specification for 2GHz band IE data in iwx(4) probe request template. This code path is not used yet because active scan