CVS: cvs.openbsd.org: src

2023-01-05 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2023/01/05 14:39:58 Modified files: sys/kern : kern_exec.c Log message: after a few trap.c were fixed to fault with the right access, the signal trampoline can now be PROT_EXEC (without PROT_READ)

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 09:33:57 Modified files: build : mirrors.dat mirrors.pl Log message: Add https://openbsd.as250.net/ CDN mirror; fast storage and good peering in europe. Change "Anycast" to "CDN" in the

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 10:38:55 Modified files: build : mirrors.pl Log message: fix indent in html output before https mirror list

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 10:39:02 Modified files: . : ftp.html openbgpd : ftp.html openssh: ftp.html portable.html openntpd : portable.html rpki-client

CVS: cvs.openbsd.org: src

2023-01-05 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/01/05 13:35:44 Modified files: sys/arch/arm/arm: fault.c Log message: The access type for a prefetch abort should not include PROT_READ, otherwise faults on executable pages mapped only as

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 10:03:54 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh: ftp.html portable.html openntpd : portable.html

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 10:03:43 Modified files: build : mirrors.dat Log message: remove accidentally duped entry

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 10:48:48 Modified files: build : mirrors.pl Log message: blank line between CDN and non-CDN mirrors, requested by tj@

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 10:48:58 Modified files: . : ftp.html openbgpd : ftp.html openssh: ftp.html portable.html openntpd : portable.html rpki-client

CVS: cvs.openbsd.org: src

2023-01-05 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2023/01/05 15:17:43 Modified files: gnu/usr.bin/clang/clang: Makefile Log message: do not blow up if NOMAN is set

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 10:01:32 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh: ftp.html portable.html openntpd : portable.html

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 10:01:17 Modified files: build : mirrors.pl Log message: adjust _by_country sort comparison function to handle CDN specially; previously it was relying on the pseudo-country "Anycast" to

CVS: cvs.openbsd.org: src

2023-01-05 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/01/05 11:55:04 Modified files: gnu/usr.bin/binutils-2.17/ld: lexsup.c Log message: Add a dummy --no-execute-only option for compatibility with ld.lld. This will allow ports people to sprinkle

CVS: cvs.openbsd.org: www

2023-01-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2023/01/05 09:34:14 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh: ftp.html portable.html openntpd : portable.html

CVS: cvs.openbsd.org: src

2023-01-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/05 19:38:23 Modified files: usr.bin/ssh: channels.c channels.h clientloop.c serverloop.c Log message: replace manual poll/ppoll timeout math with ptimeout API feedback markus / ok markus

CVS: cvs.openbsd.org: src

2023-01-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/01/06 00:09:27 Modified files: usr.bin/tmux : client.c file.c tmux-protocol.h tmux.h window.c Log message: If a pane is killed, cancel reading from the file. GitHub issue 3422.

CVS: cvs.openbsd.org: src

2023-01-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/05 19:41:50 Modified files: usr.bin/ssh: channels.c session.c Log message: tweak channel ctype names These are now used by sshd_config:ChannelTimeouts to specify timeouts by channel type, so

CVS: cvs.openbsd.org: src

2023-01-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/05 19:59:50 Modified files: regress/usr.bin/ssh/unittests/misc: Makefile tests.c Added files: regress/usr.bin/ssh/unittests/misc: test_ptimeout.c Log message: unit tests for

CVS: cvs.openbsd.org: src

2023-01-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/05 19:37:04 Modified files: usr.bin/ssh: misc.c misc.h Log message: add ptimeout API for keeping track of poll/ppoll timeouts; ok dtucker markus

CVS: cvs.openbsd.org: src

2023-01-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/06 00:18:18 Modified files: regress/usr.bin/ssh: scp.sh Log message: fix typo in verbose logging

CVS: cvs.openbsd.org: src

2023-01-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/05 19:39:59 Modified files: usr.bin/ssh: channels.c channels.h clientloop.c mux.c session.c session.h ssh.c Log message: Add channel_force_close() This will forcibly

CVS: cvs.openbsd.org: src

2023-01-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/05 19:47:19 Modified files: usr.bin/ssh: channels.c channels.h monitor_wrap.c servconf.c servconf.h sshd.c sshd_config.5 Log message: Implement channel inactivity

CVS: cvs.openbsd.org: src

2023-01-05 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/05 19:42:34 Modified files: usr.bin/ssh: channels.c channels.h session.c Log message: Add channel_set_xtype() This sets an "extended" channel type after channel creation (e.g.

CVS: cvs.openbsd.org: src

2023-01-05 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/01/05 16:44:35 Modified files: sys/net: pf.c pf_ioctl.c Log message: more consistently name pf_state * variables "st". pf_state ** are generally called "stp" now too. discussed with and ok

CVS: cvs.openbsd.org: src

2023-01-05 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2023/01/05 03:06:58 Modified files: sys/net: pf_table.c Log message: pfctl fails to add addresses to undefined/inactive table pfr_add_tables() function must set PFR_TFLAG_ACTIVE flag to table which