CVS: cvs.openbsd.org: src

2020-03-24 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2020/03/24 23:30:18 Modified files: sys/dev/pci: qle.c Log message: Indicate that the case handling data underruns falls through to the case handling overruns and normal completions. CID

CVS: cvs.openbsd.org: src

2020-03-24 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/03/24 13:14:53 Modified files: sbin/iked : ca.c iked.h ikev2.c Log message: Add ikev2_print_static_id() to print static IDs in log_debug() output. ok markus@

CVS: cvs.openbsd.org: src

2020-03-24 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2020/03/24 01:53:24 Modified files: sys/dev/wscons : wskbd.c wsmouse.c wsmux.c Log message: Ensure that me_evp is still NULL before assignment during open of wscons devices. This condition is checked early

CVS: cvs.openbsd.org: src

2020-03-24 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/03/24 01:00:40 Modified files: usr.bin/fgen : fgen.h fgen.l Log message: Sync to latest from wiz at netbsd, needed for upcoming sparc64 bootblk changes; ok kettenis@

CVS: cvs.openbsd.org: src

2020-03-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/03/24 02:09:44 Modified files: usr.bin/tmux : Makefile cmd-display-menu.c cmd-display-panes.c cmd.c job.c menu.c screen-redraw.c server-client.c

CVS: cvs.openbsd.org: src

2020-03-24 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2020/03/24 02:05:52 Modified files: sys/dev/wscons : wsmouse.c Log message: Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the same convention for the open routine. This increases the consistency

CVS: cvs.openbsd.org: src

2020-03-24 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2020/03/24 02:12:00 Modified files: sys/dev/wscons : wskbd.c wsmouse.c Log message: Remove a chatty debug printf (not enabled by default) in wskbdopen() and wsmouseopen(); bringing them closer to

CVS: cvs.openbsd.org: src

2020-03-24 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/03/24 03:30:06 Modified files: sys/dev/pci: if_em.c Log message: Put MSI-X stuff under !SMALL_KERNEL to reduce the growth for i386 floppy.

CVS: cvs.openbsd.org: src

2020-03-24 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2020/03/24 04:46:38 Modified files: lib/libcrypto/asn1: tasn_prn.c Log message: Fix ASN1 print functions Check and print out boolean type properly. Based on OpenSSL commit

CVS: cvs.openbsd.org: src

2020-03-24 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/03/24 07:32:36 Modified files: sbin/iked : config.c Log message: Fix user database corruption from 'ikectl reload'. Copy only the new password instead of the full iked_user struct to preserve the

CVS: cvs.openbsd.org: src

2020-03-24 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/03/24 07:50:18 Modified files: sys/net: rtsock.c Log message: Remove redundant 'NULL' check for 'rtm'. CID 1453252 ok claudio@ mpi@

CVS: cvs.openbsd.org: src

2020-03-24 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2020/03/24 08:09:14 Modified files: usr.bin/snmp : snmp.c Log message: When doing a loop inside a loop for input validation make sure that the continue statement for the outer loop is executed in the

CVS: cvs.openbsd.org: src

2020-03-24 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2020/03/24 06:34:14 Modified files: sys/dev/wscons : wsmouse.c Log message: Backout the rename, it was more confusing then helpful.

CVS: cvs.openbsd.org: src

2020-03-24 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/03/24 08:03:30 Modified files: sys/msdosfs: msdosfs_vnops.c Log message: Kill some dead code that tests bits immediately after setting them. CID 1452873

CVS: cvs.openbsd.org: xenocara

2020-03-24 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/03/24 08:48:29 Modified files: app/cwm: calmwm.c Log message: zap stray tabs

CVS: cvs.openbsd.org: xenocara

2020-03-24 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/03/24 08:47:29 Modified files: app/cwm: calmwm.h client.c screen.c xevents.c xutil.c Log message: Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to determine what

CVS: cvs.openbsd.org: src

2020-03-24 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/03/24 08:59:52 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document DPB_LOCKNAME the feature itself is obvious, but the restrictions are many, and the actual usage should be very rare.

CVS: cvs.openbsd.org: src

2020-03-24 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/03/24 09:04:00 Modified files: sys/uvm: uvm_meter.c Log message: Use FALLTHROUGH in uvm_total() like it is done in uvm_loadav(). CID 1453262.

CVS: cvs.openbsd.org: src

2020-03-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/03/24 11:34:06 Modified files: share/misc : na.phone Log message: 587 and 825 are additional Alberta area codes since 2008.

CVS: cvs.openbsd.org: src

2020-03-24 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/03/24 12:50:18 Modified files: sbin/iked : ikev2.c Log message: The certreq payload has no use in PSK authenticated exchanges. Once we are sure the policy uses PSK we can safely ignore it. The

CVS: cvs.openbsd.org: src

2020-03-24 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/03/24 12:57:25 Modified files: sbin/iked : ikev2.c Log message: Always clear sa_simult when initiating a new CREATE_CHILD_SA exchange, not just on explicit errors. This is to make sure we don't

CVS: cvs.openbsd.org: xenocara

2020-03-24 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2020/03/24 11:56:57 Modified files: distrib/sets/lists/xserv: mi distrib/sets/lists/xshare: mi Log message: more xorg-macros.m4 to xhare/mi where it belongs. noticed by espie@

CVS: cvs.openbsd.org: src

2020-03-24 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/03/24 13:11:46 Modified files: sbin/iked : ca.c Log message: Make our CERTREQ payload handling less strict. If we can not find a certificate or key matching the trust anchor sent in the CERTREQ,