CVS: cvs.openbsd.org: src

2021-06-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/04 00:19:07 Modified files: usr.bin/ssh: krl.c Log message: The RB_GENERATE_STATIC(3) macro expands to a series of function definitions and not a statement, so there should be no semicolon follow

CVS: cvs.openbsd.org: src

2021-06-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/03 23:59:18 Modified files: usr.bin/ssh: sshd.8 Log message: rework authorized_keys example section, removing irrelevant stuff, de-wrapping the example lines and better aligning the examples with

CVS: cvs.openbsd.org: src

2021-06-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/03 23:10:03 Modified files: usr.bin/ssh: ssh_config.5 Log message: adjust SetEnv description to clarify $TERM handling

CVS: cvs.openbsd.org: src

2021-06-03 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/06/03 23:09:08 Modified files: usr.bin/ssh: sshd.c Log message: Switch the listening select loop from select() to pselect() and mask signals while checking signal flags, umasking for pselect and res

CVS: cvs.openbsd.org: src

2021-06-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/03 23:02:40 Modified files: usr.bin/ssh: misc.c misc.h mux.c ssh.c Log message: allow ssh_config SetEnv to override $TERM, which is otherwise handled specially by the protocol. Useful in ~/.ssh/c

CVS: cvs.openbsd.org: src

2021-06-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/03 22:02:21 Modified files: usr.bin/ssh: PROTOCOL.certkeys Log message: correct extension name "no-presence-required" => "no-touch-required" document "verify-required" option

CVS: cvs.openbsd.org: src

2021-06-03 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/06/03 19:52:21 Modified files: sys/dev/pci/drm/i915: i915_pci.c Log message: disable ppgtt on cherryview/braswell With ppgtt enabled the contents of struct gen6_ppgtt are overwritten leading to unexpec

CVS: cvs.openbsd.org: src

2021-06-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/06/03 18:29:15 Modified files: distrib/special/sysctl: sysctl.c Log message: machine/cpu.h requires a pre-include of sys/time.h

CVS: cvs.openbsd.org: src

2021-06-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/06/03 18:09:34 Modified files: sys/arch/amd64/stand/efiboot: eficall.h sys/arch/amd64/stand/efiboot/bootx64: Makefile sys/arch/arm64/stand/efiboot: eficall.h sys/arch/armv7/stan

CVS: cvs.openbsd.org: src

2021-06-03 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2021/06/03 15:42:23 Modified files: sys/dev/fdt: if_mvpp.c if_mvppreg.h Log message: Implement multicast support in mvpp(4) to make IPv6 work. With this change it's also not necessary to remember the ol

CVS: cvs.openbsd.org: src

2021-06-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2021/06/03 11:08:56 Modified files: distrib/arm64/ramdisk: install.md Log message: Use machdep.compatible to determine Pine64 and Raspberry Pi "platforms". Also recognize Apple "platforms" and change

CVS: cvs.openbsd.org: src

2021-06-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2021/06/03 11:05:41 Modified files: distrib/special/sysctl: sysctl.c Log message: Enable machdep.compatible on platforms that have it. ok deraadt@

CVS: cvs.openbsd.org: src

2021-06-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/06/03 09:10:05 Modified files: usr.sbin/rpki-client: main.c Log message: Use O_DIRECTORY when opening directories. This makes some errors a bit clearer when using -d. OK deraadt@

CVS: cvs.openbsd.org: src

2021-06-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/06/03 09:05:56 Modified files: distrib/miniroot: install.sub sbin/fdisk : part.c Log message: Recognize the Apple APFS GPT partition types seen on Apple M1 boxen. ok kettenis@

CVS: cvs.openbsd.org: src

2021-06-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/06/03 07:38:18 Modified files: lib/libc/gen : login_cap.3 Log message: (man page also) secure_path(3) hasn't been called since we recognized the TOCTOU issues a few years back, so we can remove it. S

CVS: cvs.openbsd.org: src

2021-06-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/06/03 07:19:45 Modified files: include: login_cap.h lib/libc : Symbols.list lib/libc/gen : login_cap.c lib/libc/hidden: login_cap.h Log message: secure_path(3)

CVS: cvs.openbsd.org: src

2021-06-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/06/03 07:14:03 Modified files: usr.sbin/installboot: armv7_installboot.c Log message: typo