CVS: cvs.openbsd.org: src

2021-12-21 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/21 23:56:41 Modified files: usr.bin/ssh: ssh-add.1 ssh-add.c Log message: sort -H and -h in SYNOPSIS/usage(); tweak the -H text; ok djm

CVS: cvs.openbsd.org: src

2021-12-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/21 18:38:36 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_gem.c amdgpu_uvd.c amdgpu_vce.c amdgpu_vm.c Log message: %Lx -> %llx kernel printf does not support

CVS: cvs.openbsd.org: src

2021-12-21 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/12/21 15:21:32 Modified files: sys/uvm: uvm_map.c Log message: Fix a typo in mlock(2) error path triggering a double-free. Pass the correct entry to uvm_fault_unwire_locked(). Reported-by: syz

CVS: cvs.openbsd.org: src

2021-12-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2021/12/21 13:53:46 Modified files: sys/dev/acpi : ahci_acpi.c amdgpio.c aplgpio.c asmc.c bytgpio.c ccp_acpi.c chvgpio.c dwgpio.c dwiic_acpi.c glkg

CVS: cvs.openbsd.org: src

2021-12-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/12/21 10:50:27 Modified files: usr.sbin/rpki-client: main.c Log message: Cleanup a few things while reading the code. OK job@

CVS: cvs.openbsd.org: src

2021-12-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/12/21 09:16:15 Modified files: usr.sbin/rpki-client: repo.c Log message: Simplify code a bit. There is only one TA per TAL and so only one ta_lookup(). Implementing the talrepocnt limiter there makes li

CVS: cvs.openbsd.org: src

2021-12-21 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2021/12/21 07:57:28 Modified files: usr.bin/tmux : grid.c tty-features.c Log message: Support underscore style with capture-pane -e, GitHub issue 2928.

CVS: cvs.openbsd.org: src

2021-12-21 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2021/12/21 06:50:35 Modified files: regress/sbin/iked/live: Makefile crt.in Log message: Add test cases for intermediate cert with 'set cert_partial_chain'.

CVS: cvs.openbsd.org: src

2021-12-21 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2021/12/21 06:07:53 Modified files: usr.bin/tmux : tmux.h Log message: ARM's Morello CHERI architecture does not support pointers in packed structures, so remove the packed attribute on struct grid_line an

CVS: cvs.openbsd.org: src

2021-12-21 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/21 04:46:01 Modified files: sys/dev/usb: uhidpp.c Log message: knf nits

CVS: cvs.openbsd.org: src

2021-12-21 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/12/21 04:14:07 Modified files: lib/libcrypto/man: BN_mod_mul_montgomery.3 Log message: document BN_MONT_CTX_set_locked(3)

CVS: cvs.openbsd.org: src

2021-12-21 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/12/21 02:35:08 Modified files: sys/dev/dt : dt_dev.c Log message: Do not print "dt: 451 probes" at boot in dmesg. Btrace device dt(4) is enabled by default, this line does not provide much informat

CVS: cvs.openbsd.org: src

2021-12-21 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/12/21 01:07:20 Modified files: usr.bin/patch : patch.1 Log message: state up front that patch(1) operates on text files, fixing an omission pointed out by chrisz@; OK jmc@ deraadt@ chrisz@