CVS: cvs.openbsd.org: src

2019-04-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/04/24 22:57:36 Modified files: lib/libssl : t1_lib.c Log message: Use calloc/freezero when allocating and freeing the session ticket data. The decrypted session ticket contains key material. ok

CVS: cvs.openbsd.org: src

2019-04-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/04/24 22:54:35 Modified files: lib/libssl : t1_lib.c Log message: Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of allocating on stack. While here also check the return values

CVS: cvs.openbsd.org: src

2019-04-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/04/24 22:48:56 Modified files: lib/libssl : t1_lib.c Log message: Rename some variables in tls_decrypt_ticket(). Rename mlen to hlen since it is a hmac (and this matches hctx and hmac). Rename

CVS: cvs.openbsd.org: src

2019-04-24 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2019/04/24 19:52:14 Modified files: sys/dev/ic : bwfm.c rtwn.c sys/dev/pci: if_iwi.c sys/dev/usb: if_ral.c if_rsu.c if_rum.c if_run.c if_uath.c

CVS: cvs.openbsd.org: src

2019-04-24 Thread Todd Mortimer
CVSROOT:/cvs Module name:src Changes by: morti...@cvs.openbsd.org2019/04/24 18:08:56 Modified files: gnu/llvm/tools/clang/lib/Driver/ToolChains: Clang.cpp Log message: Also touch --param ssp-buffer-size when using retguard in lieu of the stack protector. Fixes

CVS: cvs.openbsd.org: src

2019-04-24 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/04/24 16:45:54 Modified files: regress/lib/libtls/gotls: Makefile Log message: Do not check for working go executable during make clean cleandir obj. reminded by jsing@

CVS: cvs.openbsd.org: src

2019-04-24 Thread Remi Locherer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/04/24 14:36:59 Modified files: sys/dev/usb: uslcom.c Log message: Add product id for the USB serial adapter found in Juniper SRX 300. ok deraadt@ phessler@ sthen@

CVS: cvs.openbsd.org: www

2019-04-24 Thread Daniel Jakots
CVSROOT:/cvs Module name:www Changes by: d...@cvs.openbsd.org2019/04/24 14:36:43 Modified files: faq: faq14.html Log message: Minor improvement for 6.5 Since 6.5 disklabel prompt shows which disk is being edited ok tb@

CVS: cvs.openbsd.org: src

2019-04-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/04/24 14:32:31 Modified files: usr.bin/tmux : tty.c Log message: Use bg not fg when adjusting for aixterm, from Ailin Nemui.

CVS: cvs.openbsd.org: src

2019-04-24 Thread Remi Locherer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/04/24 14:32:23 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2019-04-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/04/24 14:29:24 Modified files: usr.bin/tmux : tty.c Log message: Use setaf/setab for aixterm colours, from Ailin Nemui.

CVS: cvs.openbsd.org: src

2019-04-24 Thread Remi Locherer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/04/24 14:28:31 Modified files: sys/dev/usb: usbdevs Log message: New product id for the USB serial adapter found in Juniper SRX 300. ok deraadt@ phessler@ sthen@

CVS: cvs.openbsd.org: src

2019-04-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/04/24 14:27:52 Modified files: usr.bin/tmux : format-draw.c Log message: Do not loop forever if there is a nonprintable character in the format.

CVS: cvs.openbsd.org: src

2019-04-24 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/04/24 14:25:19 Modified files: regress/lib/libcrypto/wycheproof: Makefile Log message: Do not check for working go executable during make clean cleandir obj.

CVS: cvs.openbsd.org: www

2019-04-24 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/04/24 14:21:57 Modified files: . : ftp.html ftplist httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html

CVS: cvs.openbsd.org: src

2019-04-24 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2019/04/24 13:13:49 Modified files: usr.sbin/relayd: relayd.c Log message: restrict filesystem access to read only on main process via unveil(2) ok benno@ deraadt@

CVS: cvs.openbsd.org: src

2019-04-24 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/04/24 12:11:00 Modified files: distrib/miniroot: install.sub Log message: In unattended mode do a reboot even if things go wrong and additionally install a watchdog to do a reboot after 30 minutes if

CVS: cvs.openbsd.org: src

2019-04-24 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/04/24 09:59:22 Modified files: distrib/miniroot: dot.profile install.sub Log message: Perform unattended upgrade if /bsd.upgrade is present. Sets are expected to be in /home/upgrade. Original idea,

CVS: cvs.openbsd.org: src

2019-04-24 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2019/04/24 09:58:57 Modified files: share/man/man4/man4.arm64: openprom.4 Log message: Re-add HISTORY section

CVS: cvs.openbsd.org: www

2019-04-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/04/24 09:54:54 Modified files: . : 30.html 31.html 32.html 33.html 34.html 35.html 36.html 37.html 38.html 39.html 40.html 41.html 42.html

CVS: cvs.openbsd.org: www

2019-04-24 Thread Visa Hankala
CVSROOT:/cvs Module name:www Changes by: v...@cvs.openbsd.org2019/04/24 09:31:33 Modified files: . : octeon.html Log message: Drop remarks about USB reliability. Thanks to the recent work on xhci(4), the USB port on ER-4 and ER-6P is considerably more

CVS: cvs.openbsd.org: www

2019-04-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/04/24 09:19:17 Modified files: . : 55.html 56.html 57.html 58.html 59.html 60.html 61.html 62.html 63.html 64.html 65.html Log message: pretty print keys

CVS: cvs.openbsd.org: www

2019-04-24 Thread Visa Hankala
CVSROOT:/cvs Module name:www Changes by: v...@cvs.openbsd.org2019/04/24 07:29:31 Modified files: . : octeon.html Log message: Mention OCTEON II and OCTEON III in the opening sentence.

CVS: cvs.openbsd.org: src

2019-04-24 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/04/24 07:26:15 Modified files: distrib/notes/octeon: whatis Log message: Tweak the initial sentence to mention OCTEON II and OCTEON III.

CVS: cvs.openbsd.org: www

2019-04-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/04/24 07:16:49 Modified files: . : 65.html artwork.html index.html Log message: OpenBSD 6.5 builds finished a week early, so the May 1 dated code can go out the door 1 week early.

CVS: cvs.openbsd.org: src

2019-04-24 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/04/24 07:12:32 Modified files: share/man/man4/man4.octeon: amdcf.4 openprom.4 Log message: Fix the capitalization of OCTEON.

CVS: cvs.openbsd.org: src

2019-04-24 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/04/24 07:13:03 Modified files: share/man/man7 : mdoc.7 Log message: clarify the difference between .Cm and .Ic; triggered by a question from Fabio Scotoni

CVS: cvs.openbsd.org: src

2019-04-24 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/04/24 07:10:24 Modified files: share/man/man4/man4.octeon: openprom.4 Log message: Tell when the openprom(4) interface appeared instead of when the manual page appeared.

CVS: cvs.openbsd.org: src

2019-04-24 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/04/24 05:57:54 Modified files: usr.bin/rcs: Makefile Added files: usr.bin/rcs: rcsfile.5 Log message: new manual page rcsfile(5) written by Fabio Scotoni with minimal tweaks

CVS: cvs.openbsd.org: src

2019-04-24 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2019/04/24 04:09:49 Modified files: sys/dev/pci: if_bnxtreg.h if_bnxt.c Log message: implement SIOCGIFSFFPAGE so ifconfig can get transceiver info. the controller has an i2c read operation