CVS: cvs.openbsd.org: src

2024-05-15 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/05/15 16:54:03 Modified files: sys/dev/fdt: ociic.c Log message: Recent OpenSBI versions implement shutdown and reboot through the DA9063 PMIC, but expect the I2C controller to remain enable

CVS: cvs.openbsd.org: src

2024-05-15 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/15 14:15:33 Modified files: sys/dev/ic : ufshcivar.h Log message: Remove unused variable.

CVS: cvs.openbsd.org: src

2024-05-15 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/15 14:10:27 Modified files: sys/dev/ic : ufshci.c ufshcireg.h Log message: Fix multi-slot support. We also add an timeout while waiting for command completion.

CVS: cvs.openbsd.org: src

2024-05-15 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2024/05/15 13:37:24 Modified files: regress/usr.bin/mandoc/char/unicode: nogroff.in nogroff.out_ascii nogroff

CVS: cvs.openbsd.org: src

2024-05-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/15 12:10:03 Modified files: lib/libcrypto/x509: x509_purp.c Log message: X509_check_akid: zap stray space

CVS: cvs.openbsd.org: src

2024-05-15 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/15 12:01:10 Modified files: sys/dev/ic : ufshci.c Log message: Also free CCBs in the error case. Fixes an intermittent panic seen on arm64.

CVS: cvs.openbsd.org: src

2024-05-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/05/15 11:09:26 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-05-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/15 08:43:32 Modified files: usr.sbin/rpki-client: spl.c Log message: Add missing space

CVS: cvs.openbsd.org: src

2024-05-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/15 06:57:36 Modified files: sys/dev/pci: cz.c Log message: ansi style function decl

CVS: cvs.openbsd.org: src

2024-05-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/05/15 05:27:37 Modified files: share/man/man8 : bulk.8 Log message: bump sizes a bit more

CVS: cvs.openbsd.org: src

2024-05-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2024/05/15 05:06:15 Modified files: share/man/man8 : bulk.8 Log message: the approximate storage requirements for bulk builds with dpb were a bit on the low side; bump them

CVS: cvs.openbsd.org: src

2024-05-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2024/05/15 03:59:12 Modified files: usr.bin/tmux : client.c job.c tmux.c tmux.h Log message: Use default-shell for command prompt #() and popups as well

CVS: cvs.openbsd.org: src

2024-05-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/15 03:19:48 Modified files: usr.sbin/rpki-client: mft.c Log message: rpki-client: plug leak of the crl path also, drop an unnecessary NULL check and make freeing have the same order as the struct fi

CVS: cvs.openbsd.org: src

2024-05-15 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/15 03:09:38 Modified files: usr.sbin/bgpd : bgpd.c session.c Log message: Mark RTR and IPv6 BGP packets with DSCP CS6 (network control) Additionally, set TCP_NODELAY on the RTR socket, there is no

CVS: cvs.openbsd.org: src

2024-05-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/15 03:01:36 Modified files: usr.sbin/rpki-client: tak.c Log message: rpki-client: don't leak sia from struct tak. ok claudio

CVS: cvs.openbsd.org: src

2024-05-15 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/15 02:45:03 Modified files: usr.sbin/ospf6d: ospfe.c Log message: Mark network control packets with DSCP CS6 (parity with ospfd) OK claudio@

CVS: cvs.openbsd.org: src

2024-05-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2024/05/15 02:39:30 Modified files: usr.bin/tmux : cmd-confirm-before.c status.c Log message: Fix memory leaks reported by Lu Ming Yin.