CVS: cvs.openbsd.org: src

2020-05-15 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/05/15 21:35:52 Modified files: sys/arch/mips64/mips64: mips64_machdep.c Log message: Use todr_gettime() in cp0_calibrate() on mips64. This allows changing RTC drivers from to API. OK kettenis@

CVS: cvs.openbsd.org: src

2020-05-15 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/05/15 18:11:55 Modified files: lib/libcrypto/man: Makefile PKCS7_new.3 Added files: lib/libcrypto/man: PKCS7_set_type.3 Log message: document PKCS7_set_type(3); OK beck@, who was

CVS: cvs.openbsd.org: src

2020-05-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/05/15 13:40:44 Modified files: sbin/dhclient : dhclient.c Log message: Shuffle and tweak code in lease_as_proposal() to allocate the proposal after the variable length data (static routes, search

CVS: cvs.openbsd.org: src

2020-05-15 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2020/05/15 11:25:39 Modified files: libexec/login_passwd: login_passwd.c Log message: Fix handling of passwd entries with an empty password. Initialize "pass" to the empty string instead of NULL, otherwise

CVS: cvs.openbsd.org: src

2020-05-15 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2020/05/15 09:44:16 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Factor out session reuse test and verification test

CVS: cvs.openbsd.org: src

2020-05-15 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2020/05/15 08:38:40 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Factor out the test for all available ciphers and add TLSv1.3 case

CVS: cvs.openbsd.org: src

2020-05-15 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/05/15 08:21:09 Modified files: sys/dev/ic : ar5008.c sys/dev/pci: if_iwn.c if_wpi.c sys/net80211 : ieee80211_crypto.c ieee80211_crypto.h

CVS: cvs.openbsd.org: src

2020-05-15 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2020/05/15 08:09:14 Modified files: sys/dev/ic : bwfm.c bwfmreg.h bwfmvar.h sys/dev/sdmmc : if_bwfm_sdio.c Log message: Some newer bwfm(4) chips from Cypress hold their regulatory constraints

CVS: cvs.openbsd.org: src

2020-05-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/05/15 08:04:00 Modified files: sys/dev: rnd.c Log message: Describe the purpose of add_entropy_words() in simpler terms.

CVS: cvs.openbsd.org: src

2020-05-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/05/15 08:02:07 Modified files: sys/dev: rnd.c Log message: The description of the enqueue_randomness() input parameter was crazy untrue.

CVS: cvs.openbsd.org: src

2020-05-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/05/15 07:58:37 Modified files: sys/dev: rnd.c Log message: Explain enqueue_randomness() better. It is the supply-entropy function, and change wording from 'entropy queue', what we have is a

CVS: cvs.openbsd.org: src

2020-05-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/05/15 07:53:00 Modified files: sys/dev: rnd.c Log message: The long explanation for CRC stirring isn't helping. If anything it suggests we should reconsider this mechanism and do something

CVS: cvs.openbsd.org: src

2020-05-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/05/15 07:48:57 Modified files: sys/dev: rnd.c Log message: The main comment block from 1996 has become highly inaccurate and misleading, so rewrite it. The interesting parts are

CVS: cvs.openbsd.org: src

2020-05-15 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2020/05/15 07:45:36 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add ECDSA certificate test in appstest.sh Enabled by -e option, and default to disabled (RSA certificate is

CVS: cvs.openbsd.org: src

2020-05-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/05/15 07:39:02 Modified files: sys/dev: rnd.c Log message: remove unneccessary include files

CVS: cvs.openbsd.org: src

2020-05-15 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/05/15 07:05:05 Modified files: sys/dev/pci: if_iwmreg.h if_iwxreg.h Log message: Fix wrong firmware API documentation comments for iwm(4) and iwx(4). Both drivers currently use

CVS: cvs.openbsd.org: src

2020-05-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/05/15 06:13:35 Modified files: sys/arch/amd64/conf: RAMDISK Log message: disable ohci to compensate for bloat. sad

CVS: cvs.openbsd.org: src

2020-05-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/05/15 05:24:27 Modified files: sbin/dhclient : dhclient.c Log message: Fix domain-search option processing. Testing one value and then using a different value to limit memcpy() is a bad thing.

CVS: cvs.openbsd.org: src

2020-05-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/05/15 05:14:00 Modified files: sbin/dhclient : dhclient.c kroute.c Log message: Be more careful in extracting the uint16_t value of interface-mtu, and in printing the int field we store it in. i.e.

CVS: cvs.openbsd.org: src

2020-05-15 Thread Markus Friedl
CVSROOT:/cvs Module name:src Changes by: mar...@cvs.openbsd.org 2020/05/15 02:34:04 Modified files: usr.bin/ssh: sshd.c Log message: sshd listener must not block if reexecd sshd exits early: the call to send_rexec_state() in the parent sshd will block forever in