CVS: cvs.openbsd.org: src

2021-03-25 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/03/25 20:28:43 Modified files: distrib/notes/armv7: hardware Log message: Resync the supported hardware list with armv7.html, suggested by, corrections and ok jsg@. This replaces the obsolete list of

CVS: cvs.openbsd.org: www

2021-03-25 Thread Darren Tucker
CVSROOT:/cvs Module name:www Changes by: dtuc...@cvs.openbsd.org 2021/03/25 20:09:29 Modified files: . : armv7.html Log message: Merge H2+ and H3 back together, similar to A64/H5 in arm64. ok jsg@ Add H2+ alongside H3 in a couple of other places too.

CVS: cvs.openbsd.org: www

2021-03-25 Thread Darren Tucker
CVSROOT:/cvs Module name:www Changes by: dtuc...@cvs.openbsd.org 2021/03/25 18:57:58 Modified files: . : armv7.html Log message: Orange Pi Zero is Allwinner H2+ not H3, and the H2+ also has dwxe(4) albeit without the gigabit MAC. ok jsg@

CVS: cvs.openbsd.org: src

2021-03-25 Thread Aaron Bieber
CVSROOT:/cvs Module name:src Changes by: abie...@cvs.openbsd.org 2021/03/25 15:27:45 Modified files: sys/kern : kern_pledge.c Log message: Permit kern.somaxconn when the unix pledge is used. Previously this was only allowed when inet was used. This lets Go

CVS: cvs.openbsd.org: src

2021-03-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/03/25 14:46:55 Modified files: usr.sbin/apmd : apmd.c Log message: Log ioctl failures Otherwise there is no way to determine why e.g. zzz(8) does not do anything on certain machines; macppc and

CVS: cvs.openbsd.org: src

2021-03-25 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2021/03/25 14:25:31 Modified files: usr.bin/mg : interpreter.c Log message: Move the expression list create item code into a single function.

CVS: cvs.openbsd.org: src

2021-03-25 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/03/25 13:10:39 Modified files: etc/root : root.mail Log message: mail(1) cares about whitespace

CVS: cvs.openbsd.org: src

2021-03-25 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2021/03/25 11:31:21 Modified files: usr.bin/mg : interpreter.c Log message: Add an (exit) method.

CVS: cvs.openbsd.org: src

2021-03-25 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2021/03/25 10:58:46 Modified files: usr.bin/mg : interpreter.c Log message: User a pointer's value (!NULL) instead of a boolean to indicate some kind of data being found.

CVS: cvs.openbsd.org: src

2021-03-25 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2021/03/25 10:23:39 Modified files: sys/net80211 : ieee80211_ra.c Log message: an invalid value of `mcs' may come from the hardware so adjust code so that the value is only used after checking if it's

CVS: cvs.openbsd.org: src

2021-03-25 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2021/03/25 06:46:11 Modified files: usr.bin/mg : def.h extend.c interpreter.c Log message: Use length of line to indicate end of characters to process in foundparen(). No intended functional change.

CVS: cvs.openbsd.org: src

2021-03-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/03/25 06:18:45 Modified files: usr.sbin/rpki-client: extern.h http.c main.c Log message: Adjust HTTP client code a bit. Add support for 304 Not Modified responses, remove handling of 206 Partial

CVS: cvs.openbsd.org: src

2021-03-25 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/03/25 06:18:27 Modified files: sys/dev/fdt: cwfg.c Log message: Provide apm(4/arm64) with battery information apm merely provides an all zero/unknown stub for those values, e.g. apm(8) output is

CVS: cvs.openbsd.org: src

2021-03-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/03/25 03:27:38 Modified files: usr.sbin/rpki-client: tal.c Log message: Adjust base64_decode() to just take a base64 string as input instead of a string plus length. Preparation work for RRDP. OK tb@

CVS: cvs.openbsd.org: src

2021-03-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/03/25 03:26:17 Modified files: lib/libcrypto/bio: bio_cb.c Log message: Avoid mangled output in BIO_debug_callback Instead of blindly skipping 14 characters, we can use the return value of snprintf()