CVS: cvs.openbsd.org: src

2021-05-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/16 20:18:07 Modified files: sys/dev/pci/drm/radeon: radeon_kms.c Log message: drm/radeon: fix copy of uninitialized variable back to userspace >From Colin Ian King

CVS: cvs.openbsd.org: src

2021-05-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/16 18:17:27 Modified files: sys/dev/pci/drm/include/linux: workqueue.h Log message: return early if work is cancelled before being scheduled cheloha@ noticed that task_del(9) was being called with

CVS: cvs.openbsd.org: src

2021-05-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/16 00:20:29 Modified files: sys/arch/amd64/amd64: vm_machdep.c sys/arch/arm/arm: vm_machdep.c sys/arch/arm64/arm64: vm_machdep.c sys/arch/i386/i386: vm_machdep.c

CVS: cvs.openbsd.org: src

2021-05-16 Thread Paco Esteban
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2021/05/16 00:46:58 Modified files: share/man/man8 : afterboot.8 Log message: mention apmd(8) in afterboot(8) input and ok jmc@

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 02:24:21 Modified files: lib/libssl : d1_srtp.c s3_lib.c ssl_algs.c ssl_ciph.c ssl_clnt.c ssl_err.c ssl_lib.c ssl_locl.h ssl_sess.c

CVS: cvs.openbsd.org: src

2021-05-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/16 04:39:22 Modified files: sys/arch/riscv64/riscv64: genassym.cf Log message: remove unneeded includes

CVS: cvs.openbsd.org: src

2021-05-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2021/05/16 04:38:53 Modified files: sys/arch/riscv64/riscv64: machdep.c Log message: Sync memreg_add() implementation with arm64 and powerpc64.

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 02:32:49 Modified files: lib/libssl : bs_ber.c bs_cbb.c bs_cbs.c bytestring.h Log message: Remove unnecessary includes from the bytestring APIs. The bytestring APIs are self contained, hence

CVS: cvs.openbsd.org: src

2021-05-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/16 02:50:59 Modified files: sys/dev/acpi : amdgpio.c aplgpio.c bytgpio.c chvgpio.c dwgpio.c glkgpio.c pchgpio.c Log message: correct prototype of acpi gpio intr_establish

CVS: cvs.openbsd.org: src

2021-05-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/05/16 03:09:11 Modified files: usr.sbin/bgpd : session.c Log message: Capabilities are only supported on a session when both sides announce that capability. Change capa_neg_calc() to check always both

CVS: cvs.openbsd.org: src

2021-05-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/05/16 04:40:24 Modified files: sys/arch/arm64/arm64: genassym.cf Log message: remove unneeded includes

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 04:55:17 Modified files: lib/libssl : ssl_locl.h tls13_client.c tls13_server.c Log message: Avoid pulling ssl_sigalgs.h in via ssl_locl.h. Forward declare struct sigalg in ssl_locl.h and

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 04:58:27 Modified files: lib/libssl : bs_ber.c bs_cbb.c bs_cbs.c bytestring.h Log message: Fix formatting of multi-line license comment per style(9).

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 09:49:01 Modified files: lib/libssl : ssl.h ssl_locl.h tls12_record_layer.c Log message: Absorb SSL_AEAD_CTX into struct tls12_record_protection. The information contained in SSL_AEAD_CTX

CVS: cvs.openbsd.org: src

2021-05-16 Thread Dale Rahn
CVSROOT:/cvs Module name:src Changes by: dr...@cvs.openbsd.org 2021/05/16 10:00:50 Modified files: lib/csu/riscv64: md_init.h libexec/ld.so/riscv64: ldasm.S Log message: Correct problem in riscv64 dtors execution load the function pointer correctly and do not

CVS: cvs.openbsd.org: src

2021-05-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2021/05/16 11:41:30 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Drop PTE check in pmap_fault_fixup(). Since pmap_enter() doesn't add PTE's for pages that haven't been accessed yet,

CVS: cvs.openbsd.org: src

2021-05-16 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/05/16 12:08:37 Modified files: usr.bin/mandoc : html.c tbl_html.c Log message: implement the tbl(7) layout modifiers "b" (bold) and "i" (italic) in HTML output mode, similar to tbl_term.c,

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 07:39:07 Modified files: lib/libssl : ssl_sigalgs.h Log message: Add a missing space.

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 08:20:29 Modified files: lib/libssl : tls13_record.h Log message: Avoid including tls13_internal.h in tls13_record.h. While the implementation needs tls13_internal.h, consumers of

CVS: cvs.openbsd.org: src

2021-05-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/05/16 09:10:20 Modified files: sys/dev: softraid.c sys/arch/arm/cortex: arml2cc.c sys/arch/arm64/arm64: pmap.c trap.c sys/arch/arm64/dev: aplintc.c smmu.c

CVS: cvs.openbsd.org: src

2021-05-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/05/16 09:11:08 Modified files: share/man/man9 : panic.9 Log message: hint that the panicstr should not contain \n, by saying one is printed.

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 09:21:10 Modified files: lib/libssl : tls12_record_layer.c Log message: Zero the tls12_record_protection struct instead of individual fields. In tls12_record_protection_clear(), rather than

CVS: cvs.openbsd.org: src

2021-05-16 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/05/16 07:09:39 Modified files: sys/net: rtsock.c Log message: In route detach we delete `rop_timeout' while `rop' is still linked to `rtp_list' so it could be re-added by concurrent thread.

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 07:56:31 Modified files: lib/libssl : d1_both.c d1_lib.c d1_pkt.c d1_srtp.c dtls1.h s3_lib.c ssl_both.c ssl_clnt.c ssl_lib.c ssl_locl.h

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 08:10:43 Modified files: lib/libssl : d1_both.c s3_cbc.c ssl_asn1.c ssl_clnt.c ssl_lib.c ssl_packet.c ssl_pkt.c ssl_rsa.c ssl_srvr.c

CVS: cvs.openbsd.org: src

2021-05-16 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/05/16 08:19:04 Modified files: lib/libssl : tls13_buffer.c tls13_handshake_msg.c tls13_record.c tls13_record_layer.c Log message: Avoid pulling ssl_locl.h into

CVS: cvs.openbsd.org: src

2021-05-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/05/16 09:12:38 Modified files: sys/dev: audio.c softraid_raid1.c softraid_raid5.c softraid_raid6.c sys/arch/octeon/octeon: machdep.c Log message: panic does

CVS: cvs.openbsd.org: src

2021-05-16 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/05/16 16:23:57 Modified files: regress/usr.bin/mandoc/tbl/layout: Makefile Added files: regress/usr.bin/mandoc/tbl/layout: font.in font.out_ascii

CVS: cvs.openbsd.org: src

2021-05-16 Thread Andrew Fresh
CVSROOT:/cvs Module name:src Changes by: afre...@cvs.openbsd.org 2021/05/16 16:38:32 Modified files: share/locale/ctype: en_US.UTF-8.src gen_ctype_utf8.pl Log message: Update en_US.UTF-8.src to Unicode 13.0 This is what ships with the perl 5.32.1 OK schwarze@

CVS: cvs.openbsd.org: src

2021-05-16 Thread Andrew Fresh
CVSROOT:/cvs Module name:src Changes by: afre...@cvs.openbsd.org 2021/05/16 16:48:06 Modified files: share/locale/ctype: en_US.UTF-8.src gen_ctype_utf8.pl Log message: Make all unicode Private Use areas SWIDTH1 Noticed by naddy@ due to a commit in nano. There's no

CVS: cvs.openbsd.org: src

2021-05-16 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/05/16 17:16:22 Modified files: usr.bin/mandoc : tbl_html.c Log message: Implement the layout specification "a" (left justify with 1em indentation) in HTML output mode; before this patch, the