CVS: cvs.openbsd.org: src

2019-11-18 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2019/11/18 23:34:10 Modified files: sys/dev/ic : re.c Log message: Set isr to the correct value (sc->rl_intrs). ok deraadt@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2019/11/18 23:32:46 Modified files: sys/dev/ic : re.c Log message: Don't assign ifp twice in the re_txeof(). ok deraadt@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2019/11/18 23:21:26 Modified files: regress/sbin/disklabel: 12000.ok 18000.ok 2.ok 30.ok 4.ok 9.ok 90.ok Log message: Update, max /usr has grown

CVS: cvs.openbsd.org: src

2019-11-18 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2019/11/18 23:20:37 Modified files: sbin/disklabel : disklabel.8 editor.c Log message: Make /usr maximum 6G and grow it faster; ok lots of devs

CVS: cvs.openbsd.org: src

2019-11-18 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2019/11/18 20:33:43 Modified files: sys/dev/pci: if_ixl.c Log message: Correct the link speed constant variables. From Shoichi Yamaguchi. ok jmatthew

CVS: cvs.openbsd.org: src

2019-11-18 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2019/11/18 19:01:58 Modified files: sys/arch/amd64/conf: RAMDISK_CD sys/arch/i386/conf: RAMDISK_CD Log message: Enable rge(4). ok deraadt@

CVS: cvs.openbsd.org: src

2019-11-18 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/11/18 17:06:26 Modified files: sys/net: if_tun.c Log message: take care to avoid a race when creating the same interface. it was possible for multiple tun0 interfaces to be created concurrently

CVS: cvs.openbsd.org: src

2019-11-18 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/11/18 16:17:49 Modified files: usr.bin/ssh: ssh_config.5 Log message: document '$' environment variable expansion for SecurityKeyProvider; ok djm@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/11/18 16:16:49 Modified files: usr.bin/ssh: ssh-add.1 ssh-keygen.1 ssh-keygen.c ssh.1 ssh_config.5 Log message: more missing mentions of ed25519-sk; ok djm@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/11/18 15:32:45 Modified files: sys/dev: vndioctl.h Log message: Delete commented out VNDIOCGET60 ioctl Spotted by Benjamin Baier

CVS: cvs.openbsd.org: src

2019-11-18 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/11/18 15:09:59 Modified files: share/man/man4 : rge.4 Log message: zap trailing whitespace;

CVS: cvs.openbsd.org: src

2019-11-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/11/18 15:08:59 Modified files: sys/netinet6 : in6.c Log message: Accept inet6 address with missing sa_len for the get ioctl(2). dhcpcd from ports uses SIOCGIFAFLAG_IN6 without setting sin6_len. OK der

CVS: cvs.openbsd.org: src

2019-11-18 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/11/18 15:07:35 Modified files: share/man/man4 : pci.4 Log message: sync iwm line;

CVS: cvs.openbsd.org: src

2019-11-18 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2019/11/18 13:25:49 Modified files: sys/dev/usb: xhci.c Log message: Fix off-by-one TRB issue in bulk transfers larger than 64k. This makes udl(4) on xhci(4) work fine. Help and ok patrick@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/11/18 13:08:49 Modified files: sys/dev/usb: xhci.c Log message: Fix actual length calculation of short transfers in xhci(4). So far we have subtracted the remaining length from the total transfer l

CVS: cvs.openbsd.org: src

2019-11-18 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/11/18 12:02:45 Modified files: share/man/man4 : iwm.4 Log message: Hide monitor mode support section in iwm(4) as well. Support for monitor mode has been backed out.

CVS: cvs.openbsd.org: src

2019-11-18 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/11/18 12:00:38 Modified files: share/man/man4 : iwm.4 Log message: Document iwm(4) 9k device support. Hide the CCMP offload section because the CCMP offload patch was reverted (but may come back soonish

CVS: cvs.openbsd.org: src

2019-11-18 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/11/18 11:53:11 Modified files: sys/dev/pci: if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Add support for 9260 and 9560 devices to iwm(4). Joint work with patrick@ Parts lifted from FreeBSD's r3544

CVS: cvs.openbsd.org: src

2019-11-18 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/11/18 09:10:05 Modified files: usr.bin/ssh: monitor_wrap.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c Log message: additional missing stdarg.h includes w

CVS: cvs.openbsd.org: src

2019-11-18 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/11/18 09:08:57 Modified files: usr.bin/ssh: Makefile.inc sk-usbhid.c ssh-sk.c Log message: add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/18 08:56:27 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2019-11-18 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2019/11/18 08:25:59 Modified files: lib/libssl : tls13_internal.h Log message: Add prototypes for the functions that update application secrets so that the regress tests will work for them

CVS: cvs.openbsd.org: src

2019-11-18 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2019/11/18 07:01:44 Modified files: sbin/iked : ikev2.c Log message: Enable ESP UDP-encapsulation with '-t' flag. ok patrick@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2019/11/18 05:43:27 Modified files: usr.bin/openssl: cms.c Log message: Remove typedef and check sk_push return value in openssl(1) cms - Remove typedef and use 'struct cms_key_param' instead - Chec

CVS: cvs.openbsd.org: src

2019-11-18 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2019/11/18 04:34:41 Modified files: usr.bin/openssl: cms.c Log message: Add -keyopt opiton to openssl(1) cms subcommand This provides rsa_padding_mode:oaep for cms -encrypt, and rsa_padding_mode:pss

CVS: cvs.openbsd.org: src

2019-11-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/18 02:43:31 Modified files: usr.bin/tmux : cmd-join-pane.c tmux.1 Log message: Add -f for full size to join-pane (like split-window), from Theo Buehler.

CVS: cvs.openbsd.org: src

2019-11-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/18 02:42:09 Modified files: usr.bin/tmux : input-keys.c Log message: Keep modifiers on backspace when translating it.

CVS: cvs.openbsd.org: src

2019-11-18 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2019/11/18 02:15:17 Modified files: regress/usr.bin/ssh: ssh2putty.sh Log message: LibreSSL change the format for openssl rsa -text output from "publicExponent" to "Exponent" so accept either. with djm.

CVS: cvs.openbsd.org: src

2019-11-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/18 01:40:35 Modified files: usr.sbin/rpki-client: main.c Log message: Move the define of TALSZ_MAX to top and add a description for tal_load_default(). from kristaps@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/18 01:38:27 Modified files: usr.sbin/rpki-client: roa.c validate.c Log message: Add and fix some comments. >From kristaps@

CVS: cvs.openbsd.org: src

2019-11-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/18 01:36:38 Modified files: usr.sbin/rpki-client: output-bird.c output-csv.c Log message: Remove unused variables, these output formats don't need special handling for the first or last line. >From k

CVS: cvs.openbsd.org: src

2019-11-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/18 01:34:55 Modified files: usr.sbin/rpki-client: tal.c Log message: tal_read_file() should error out instead of returning a NULL buffer. This can happen with an empty file or one consisting only of