CVS: cvs.openbsd.org: src

2022-04-19 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2022/04/19 23:24:13 Modified files: regress/usr.bin/ssh: forward-control.sh Log message: Simplify forward-control test. Since we no longer need to support SSH1 we don't need to run shell commands on the oth

CVS: cvs.openbsd.org: www

2022-04-19 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: k...@cvs.openbsd.org2022/04/19 23:05:20 Modified files: faq: current.html Log message: Roll current.html

CVS: cvs.openbsd.org: www

2022-04-19 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: k...@cvs.openbsd.org2022/04/19 22:47:54 Added files: faq: upgrade71.html Log message: Add upgrade notes for the 7.1 release

Re: CVS: cvs.openbsd.org: src

2022-04-19 Thread Theo Buehler
On Tue, Apr 19, 2022 at 10:40:34PM -0600, Theo Buehler wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2022/04/19 22:40:34 > > Modified files: > usr.sbin/rpki-client: main.c > > Log message: > Remove an unreachable error message > > If timeout != 0

CVS: cvs.openbsd.org: src

2022-04-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/04/19 22:40:34 Modified files: usr.sbin/rpki-client: main.c Log message: Remove an unreachable error message If timeout != 0 and 0 <= timeout <= 24*60*60, then timeout < 1 is impossible. ok

CVS: cvs.openbsd.org: src

2022-04-19 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/04/19 22:19:11 Modified files: usr.bin/ssh: channels.c clientloop.c serverloop.c Log message: Try to continue running local I/O for channels in state OPEN during SSH transport rekeying. The most vis

CVS: cvs.openbsd.org: src

2022-04-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2022/04/19 19:39:49 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2022-04-19 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2022/04/19 19:13:48 Modified files: etc: moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log messa

CVS: cvs.openbsd.org: src

2022-04-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/04/19 18:47:32 Modified files: sbin/fdisk : cmd.c gpt.c Log message: Eliminate some local pointers to gp[pn] and just use gp[pn]. Fix some whitespace and memset() parameters in passing. No intenti

CVS: cvs.openbsd.org: src

2022-04-19 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/04/19 16:16:24 Modified files: regress/sys/net/rtable: util.c Log message: Add dummy implementation for rt_timer_init(). Kernel sources are build for regress and need that function now.

CVS: cvs.openbsd.org: src

2022-04-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/04/19 14:06:48 Modified files: usr.sbin/rpki-client: main.c Log message: zap extra line break and extra empty line

CVS: cvs.openbsd.org: src

2022-04-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/04/19 14:02:56 Modified files: sbin/fdisk : gpt.h Log message: Forgot a file for previous commit. No functional change.

CVS: cvs.openbsd.org: src

2022-04-19 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/04/19 13:19:31 Modified files: sys/net: route.c Log message: Use a pool instead of malloc for struct rttimer_queue. As routing runs without kernel lock, use IPL_MPFLOOR protection for its pools

CVS: cvs.openbsd.org: src

2022-04-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/04/19 13:01:19 Modified files: usr.sbin/rpki-client: encoding.c Log message: Do not use a hidden global for the EVP_ENCODE_CTX to save a calloc() call. Make this work concurrently by allocating and free

CVS: cvs.openbsd.org: src

2022-04-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/04/19 12:52:36 Modified files: usr.sbin/rpki-client: mft.c Log message: Avoid leaking crldp in mft_parse() if one of the crlfile checks fails. ok claudio

CVS: cvs.openbsd.org: src

2022-04-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/04/19 11:53:16 Modified files: sbin/fdisk : gpt.c Log message: Bring GPT_print_partition() into line with other functions being passed an index to the gp[] array by calling said parameter 'pn' and m

CVS: cvs.openbsd.org: src

2022-04-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/04/19 11:36:36 Modified files: sbin/fdisk : gpt.c Log message: Move declaration of DEBUG-only variable inside #ifdef DEBUG. No functional change.

CVS: cvs.openbsd.org: src

2022-04-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/04/19 11:30:36 Modified files: sbin/fdisk : gpt.c Log message: Eliminate superfluous intermediate variables 'pncnt' now that gh.gh_part_num does not need a letoh32(). No functional change.

CVS: cvs.openbsd.org: src

2022-04-19 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/04/19 11:01:44 Modified files: lib/libssl : tls13_handshake.c Log message: Drop unused KeyUpdate from debug printf The handshake state machine does not handle key updates since that's a post-handsh

CVS: cvs.openbsd.org: src

2022-04-19 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/04/19 09:44:56 Modified files: sys/net: route.c route.h rtable.c Log message: Instead of a MP unsafe global variable to initialize at first use, call rt_timer_init() from rtable_init(). OK mvs@

CVS: cvs.openbsd.org: src

2022-04-19 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2022/04/19 09:30:52 Modified files: sys/uvm: uvm_vnode.c Log message: add missing unlock before returning in uvn_detach() uvn_detach sets UVM_VNODE_RELKILL flag and wait for all async i/o to finish.

CVS: cvs.openbsd.org: src

2022-04-19 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2022/04/19 09:03:12 Modified files: share/man/man1 : pkg_check-version.1 Log message: document the actual problems that pkg_check-version can diagnose

CVS: cvs.openbsd.org: src

2022-04-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/04/19 07:52:24 Modified files: usr.sbin/rpki-client: extern.h main.c output-json.c output.c Log message: Change type of talsz and dependent code from size_t to int. Tal ids are already stored as int and

CVS: cvs.openbsd.org: src

2022-04-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/04/19 07:25:08 Modified files: usr.sbin/rpki-client: parser.c Log message: Make it a hard error when an unknown repoistory id is passed to parse_filepath(). If that happens something went very wrong and

CVS: cvs.openbsd.org: src

2022-04-19 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2022/04/19 06:51:32 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm usr.sbin/pkg_add/OpenBSD/PackageRepository: Cache.pm Installed.pm

CVS: cvs.openbsd.org: src

2022-04-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/04/19 05:07:34 Modified files: usr.sbin/rpki-client: main.c Log message: Cosmetics, add missing space

CVS: cvs.openbsd.org: src

2022-04-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/04/19 03:52:30 Modified files: usr.sbin/rpki-client: extern.h main.c mft.c parser.c validate.c Log message: Adjust on how CRL and MFT files are verified. Verify the CRL referenced from the mft against

CVS: cvs.openbsd.org: xenocara

2022-04-19 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2022/04/19 02:15:26 Modified files: . : 3RDPARTY Log message: update