CVS: cvs.openbsd.org: src

2020-11-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/11/08 22:42:43 Modified files: sys/dev/pci/drm/include/linux: atomic.h Log message: use 64 bit atomic builtins on i386 for atomic64

CVS: cvs.openbsd.org: src

2020-11-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/11/08 21:22:05 Modified files: sbin/unwind: frontend.c parse.y unwind.c Log message: Use RB_FOREACH_SAFE instead of handrolling it No binary change on amd64. ok florian

CVS: cvs.openbsd.org: src

2020-11-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/11/08 21:20:46 Modified files: sbin/unwind: frontend.c parse.y unwind.c Log message: Check for and handle duplicates on RB_INSERT If the configuration contains duplicate domains in the block list f

CVS: cvs.openbsd.org: src

2020-11-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/11/08 21:13:32 Modified files: sbin/unwind: frontend.c Log message: Don't leak domain when freeing block list nodes Domains contained in the block list file were not correctly freed. This would gro

CVS: cvs.openbsd.org: src

2020-11-08 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/11/08 16:52:09 Modified files: sys/dev/pci/drm: drm_vblank.c Log message: vblank seqlock is used from interrupt context so use IPL_TTY

CVS: cvs.openbsd.org: src

2020-11-08 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/11/08 16:19:03 Modified files: usr.bin/ssh: readpass.c Log message: unbreak; missing NULL check

CVS: cvs.openbsd.org: src

2020-11-08 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/11/08 15:37:24 Modified files: usr.bin/ssh: misc.h readpass.c ssh-agent.c ssh-keygen.c sshconnect2.c Log message: when requesting a security key touch on stderr, inform the

CVS: cvs.openbsd.org: src

2020-11-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/11/08 13:37:24 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/arm/arm: sig_machdep.c sys/arch/arm64/arm64: sig_machdep.c sys/a

CVS: cvs.openbsd.org: src

2020-11-08 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/11/08 10:11:55 Modified files: regress/sbin/iked/live: Makefile iked.in Log message: Add seperate FROM/TO variables.

CVS: cvs.openbsd.org: src

2020-11-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/11/08 10:02:34 Modified files: share/man/man1 : update-plist.1 Log message: document -f option to force pkg_locatedb for all files new behavior is to only check for conflicts on new files

CVS: cvs.openbsd.org: src

2020-11-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/11/08 09:51:43 Modified files: etc: netstart Log message: no more mobileip; ok claudio deraadt

CVS: cvs.openbsd.org: src

2020-11-08 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/11/08 07:43:36 Modified files: sys/dev/fdt: if_mvpp.c Log message: Add supported media types for SFPs. ok patrick@

CVS: cvs.openbsd.org: src

2020-11-08 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/11/08 07:42:48 Modified files: sys/dev/ofw: ofw_misc.c ofw_misc.h Log message: Add code to determine the supported media types from the SFP EEPROM. ok patrick@

CVS: cvs.openbsd.org: src

2020-11-08 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2020/11/08 05:10:20 Modified files: usr.bin/ssh/moduli-gen: Makefile Log message: Add a comment documenting the source of the moduli group sizes.

CVS: cvs.openbsd.org: src

2020-11-08 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2020/11/08 04:46:12 Modified files: usr.bin/ssh: ssh.c sshd.c sshkey.h Log message: Replace WITH_OPENSSL ifdefs in log calls with a macro. The log calls are themselves now macros, and preprocessor direc