CVS: cvs.openbsd.org: src

2023-02-10 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2023/02/10 23:10:39

Modified files:
lib/libc/arch/arm/sys: cerror.S 
lib/libc/arch/hppa: SYS.h 
lib/libc/arch/powerpc: SYS.h 
lib/libc/arch/sh: SYS.h 

Log message:
Use a consistent comment to explain why 32bit archs set their second
return register to -1 in the syscall error path ("for lseek").

removal of the misleading __syscall() mention requested by deraadt@
ok deraadt@



CVS: cvs.openbsd.org: src

2023-02-10 Thread Kenji Aoyama
CVSROOT:/cvs
Module name:src
Changes by: aoy...@cvs.openbsd.org  2023/02/10 21:35:34

Modified files:
sys/arch/luna88k/stand/boot: conf.c 

Log message:
Make 'ls' command in bootloader work correctly on luna88k.

Now 'ls' against directory works fine.

Tested on LUNA-88K2 and nono emulator by me.



CVS: cvs.openbsd.org: src

2023-02-10 Thread Tobias Heider
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org   2023/02/10 12:51:09

Modified files:
sbin/iked  : vroute.c 

Log message:
Add support for configuring multiple name servers as roadwarrior
client.  This allows us to have a fallback in case one connection
fails.

Tested by Ryan Kavanagh
ok patrick@



CVS: cvs.openbsd.org: mail

2023-02-10 Thread Robert Nagy
CVSROOT:/cvs
Module name:mail
Changes by: rob...@cvs.openbsd.org  2023/02/10 09:18:36

Log message:
import of the grommunio groupware suite; ok ajacoutot@

this is still WIP so it is not hooked up to the build

Status:

Vendor Tag: robert
Release Tags:   robert_20230210

N mail/grommunio/Makefile
cvs: ERROR: cannot write file /cvs/mail/grommunio/Makefile,v: No such file 
or directory
N mail/grommunio/Makefile.inc
cvs: ERROR: cannot write file /cvs/mail/grommunio/Makefile.inc,v: No such 
file or directory
cvs: ERROR: cannot mkdir /cvs/mail/grommunio/libexmdbpp -- not added: No 
such file or directory
cvs: ERROR: cannot mkdir /cvs/mail/grommunio/gromox -- not added: No such 
file or directory
cvs: ERROR: cannot mkdir /cvs/mail/grommunio/dav -- not added: No such file 
or directory
cvs: ERROR: cannot mkdir /cvs/mail/grommunio/sync -- not added: No such 
file or directory
cvs: ERROR: cannot mkdir /cvs/mail/grommunio/admin-api -- not added: No 
such file or directory
cvs: ERROR: cannot mkdir /cvs/mail/grommunio/web -- not added: No such file 
or directory
cvs: ERROR: cannot mkdir /cvs/mail/grommunio/mapi-header-php -- not added: 
No such file or directory

No conflicts created by this import



CVS: cvs.openbsd.org: src

2023-02-10 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/02/10 08:54:33

Modified files:
distrib/arm64/iso: Makefile 
distrib/arm64/ramdisk: Makefile 
distrib/armv7/miniroot: Makefile.inc 
distrib/octeon/iso: Makefile 
distrib/powerpc64/iso: Makefile 
distrib/powerpc64/ramdisk: Makefile 
distrib/riscv64/iso: Makefile 
distrib/riscv64/ramdisk: Makefile 

Log message:
Use "echo '/ *' | disklabel -wAT-" to put all free space into the
root partition.

Identical behaviour as but more readable than the "echo 'a
a\n\n\n\nw\nq\n'| disklabel -E" it replaces.

It also eliminates the extraneous output of -E that required
">/dev/null".

ok kn@



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:46:26

Modified files:
sys/dev/pci/drm/amd/amdgpu: gfx_v11_0.c 

Log message:
drm/amdgpu: update wave data type to 3 for gfx11

>From Graham Sider
86dbbc8f6ba705b82c0e6daf5c2fed993665dc1a in linux-6.1.y/6.1.11
ed8e793c65e4c6633e8577e40d574da8a56d2e0f in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:43:15

Modified files:
sys/dev/pci/drm/amd/pm/swsmu: amdgpu_smu.c 

Log message:
drm/amd/pm: drop unneeded dpm features disablement for SMU 13.0.4/11

>From Tim Huang
91ef43f6b65b5aea03e71d70bb510efc61637ff6 in linux-6.1.y/6.1.11
1538709c9f1c207d30afd95ea41b3aeb973f67e7 in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:41:00

Modified files:
sys/dev/pci/drm/amd/amdgpu: nbio_v4_3.c 

Log message:
drm/amd: Fix initialization for nbio 4.3.0

>From Mario Limonciello
814d83a710e8309d989fafc163656a68f2acaef4 in linux-6.1.y/6.1.11
5048fa1ebf89d03cf0ceca13fab8f800399e9ee3 in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:39:13

Modified files:
sys/dev/pci/drm/i915/gem: i915_gem_tiling.c 

Log message:
drm/i915: Fix potential bit_17 double-free

>From Rob Clark
0769f997a7b6d5cb8336db0b4ec3d2d311b8097c in linux-6.1.y/6.1.11
7057a8f126f14f14b040faecfa220fd27c6c2f85 in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Visa Hankala
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2023/02/10 07:39:18

Modified files:
sys/net: if_tun.c 

Log message:
Make tun(4) and tap(4) event filters MP-safe.

OK mvs@



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:37:16

Modified files:
sys/dev/pci/drm/i915/gem: i915_gem_context.c 

Log message:
drm/i915: Avoid potential vm use-after-free

>From Rob Clark
764accc2c1b8fd1507be2e7f436c94cdce887a00 in linux-6.1.y/6.1.11
41d419382ec7e257e54b7b6ff0d3623aafb1316d in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:35:37

Modified files:
sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c 

Log message:
drm/amd/display: Fix timing not changning when freesync video is enabled

>From Aurabindo Pillai
f3056978934cf809c0ae70a22ac3af2a857e1a93 in linux-6.1.y/6.1.11
4b069553246f993c4221e382d0d0ae34f5ba730e in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Visa Hankala
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2023/02/10 07:34:17

Modified files:
share/man/man9 : knote.9 
sys/arch/arm64/dev: apm.c 
sys/arch/i386/i386: apm.c 
sys/arch/loongson/dev: apm.c 
sys/dev: audio.c 
sys/dev/acpi   : acpi.c 
sys/dev/pci/drm: drm_connector.c drm_linux.c drm_mode_object.c 
sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c 
sys/dev/pci/drm/i915: i915_driver.c 
sys/kern   : kern_event.c kern_exec.c kern_fork.c kern_sig.c 
 sys_generic.c sys_pipe.c uipc_socket.c 
 uipc_socket2.c uipc_syscalls.c 
sys/net: bpf.c if_pppx.c 
sys/sys: event.h vnode.h 

Log message:
Adjust knote(9) API

Make knote(9) lock the knote list internally, and add knote_locked(9)
for the typical situation where the list is already locked.

Remove the KNOTE(9) macro to simplify the API.

Manual page OK jmc@
OK mpi@ mvs@



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:33:29

Modified files:
sys/dev/pci/drm/i915/display: intel_cdclk.c 

Log message:
drm/i915/adlp: Fix typo for reference clock

>From Chaitanya Kumar Borah
7a435fe0b6bbf4ab5ede23e25658f3735caa2a65 in linux-6.1.y/6.1.11
47a2bd9d985bfdb55900f313603619fc9234f317 in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:32:03

Modified files:
sys/dev/pci/drm/i915: i915_gpu_error.c 
sys/dev/pci/drm/i915/gt: intel_engine.h intel_engine_cs.c 
 intel_execlists_submission.c 
 intel_execlists_submission.h 

Log message:
drm/i915: Fix up locking around dumping requests lists

>From John Harrison
04dcff26490cc8dedbfcf44cfb3e3e7a08622fd0 in linux-6.1.y/6.1.11
5bc4b43d5c6c9692ddc7b96116650cdf9406f3da in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:29:35

Modified files:
sys/dev/pci/drm/i915: i915_gpu_error.c 
sys/dev/pci/drm/i915/gt: intel_context.c intel_context.h 
 intel_engine_cs.c 
sys/dev/pci/drm/i915/gt/uc: intel_guc_submission.c 

Log message:
drm/i915: Fix request ref counting during error capture & debugfs dump

>From John Harrison
9467397f417dd7b5d0db91452f0474e79716a527 in linux-6.1.y/6.1.11
86d8ddc74124c3fdfc139f246ba6da15e45e86e3 in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/10 07:27:01

Modified files:
sys/dev/pci/drm/i915/gt/uc: intel_guc_submission.c 

Log message:
drm/i915/guc: Fix locking when searching for a hung request

>From John Harrison
de997938a7a5da3cb3bd3b914456656963ca1d1c in linux-6.1.y/6.1.11
87b04e53daf806945c415e94de9f90943d434aed in mainline linux



CVS: cvs.openbsd.org: src

2023-02-10 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2023/02/10 07:01:43

Modified files:
usr.bin/tmux   : screen-write.c 

Log message:
Fix cursor position after zero width space, GitHub issue 3469.



CVS: cvs.openbsd.org: src

2023-02-10 Thread Kenji Aoyama
CVSROOT:/cvs
Module name:src
Changes by: aoy...@cvs.openbsd.org  2023/02/10 04:25:31

Removed files:
sys/arch/luna88k/stand/boot: bcd.c 

Log message:
Delete no-longer-used file.