CVS: cvs.openbsd.org: src

2018-03-11 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2018/03/11 22:27:48

Modified files:
lib/libm/arch/amd64: s_significand.S s_significandf.S 
lib/libm/arch/i387: s_significand.S s_significandf.S 
lib/libm/src   : s_rint.c 

Log message:
Make the binding of rintl, significand, and significandf consistently
'weak' in the static libm.a

ok deraadt@



CVS: cvs.openbsd.org: src

2018-03-11 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2018/03/11 22:25:08

Modified files:
lib/libm/hidden: complex.h fenv.h math.h 

Log message:
Add  cvs tag, copyright, and license



CVS: cvs.openbsd.org: src

2018-03-11 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2018/03/11 22:22:56

Modified files:
lib/libm/hidden: math.h namespace.h 
lib/libm/src   : s_sincos.c 

Log message:
Fix build of sincosl on machines where long double == double

ok deraadt@



CVS: cvs.openbsd.org: src

2018-03-11 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/03/11 18:56:03

Modified files:
regress/usr.bin/ssh: key-options.sh 

Log message:
check valid-before option in authorized_keys



CVS: cvs.openbsd.org: src

2018-03-11 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/03/11 18:54:04

Modified files:
regress/usr.bin/ssh: cert-userkey.sh keytype.sh 

Log message:
explicitly specify RSA/SHA-2 keytype here too



CVS: cvs.openbsd.org: src

2018-03-11 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/03/11 18:52:57

Modified files:
regress/usr.bin/ssh: limit-keytype.sh 

Log message:
exlicitly include RSA/SHA-2 keytypes in PubkeyAcceptedKeyTypes here



CVS: cvs.openbsd.org: src

2018-03-11 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/03/11 18:52:01

Modified files:
usr.bin/ssh: sshd.8 ssh-keygen.c ssh-keygen.1 misc.h misc.c 
 auth.c auth-options.h auth-options.c 

Log message:
add valid-before="[time]" authorized_keys option. A simple way of
giving a key an expiry date. ok markus@



CVS: cvs.openbsd.org: src

2018-03-11 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/03/11 18:42:50

Modified files:
share/man/man4 : gre.4 

Log message:
gre(4) supports MPLS in GRE encapsulation like rfc 4023 describes



CVS: cvs.openbsd.org: src

2018-03-11 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2018/03/11 12:30:18

Modified files:
distrib/notes/octeon: prep 

Log message:
installated->installed; Edgar Pettijohn



CVS: cvs.openbsd.org: src

2018-03-11 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2018/03/11 11:58:52

Modified files:
sys/arch/armv7/imx: if_fec.c 

Log message:
Wait for ETHEREN bit to clear instead of the RESET bit to prevent an
infinite loop on some i.MX6 boards.

>From Artturi Alm.



CVS: cvs.openbsd.org: www

2018-03-11 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2018/03/11 09:54:51

Modified files:
faq: faq4.html 

Log message:
mention that signify packages on other oses don't always include the
public keys. if they do, they're not always placed in /etc/signify.
tweak list formatting for consistency while here.

ok tb



CVS: cvs.openbsd.org: src

2018-03-11 Thread Mike Belopuhov
CVSROOT:/cvs
Module name:src
Changes by: mi...@cvs.openbsd.org   2018/03/11 08:31:34

Modified files:
sys/dev/pv : if_hvn.c 

Log message:
Workaround an Azure UDP transmit checksum offloading bug

According to https://reviews.freebsd.org/D12429, UDP transmit checksum
offloading doesn't work in Azure when sizeof(IP hdr + UDP hdr + payload)
is greater than 1420 and don't fragment bit isn't set in the IP header.

Instead of peeking into the packet and attempting to fix the fallout, we
restrict UDP checksum offloading to NDIS versions newer than the one used
in Azure (6.30) in an attempt to keep the feature enabled. Unfortunately,
there's no way to tell Azure apart from a standalone Hyper-V to make this
check more precise.



CVS: cvs.openbsd.org: src

2018-03-11 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2018/03/11 07:17:35

Modified files:
usr.sbin/ospf6d: interface.c 

Log message:
Increase SO_RCVBUF of the ospf socket to 256k having this buffer can result
in packet loss on busy and big networks and therefor to instability.
>From camield@



CVS: cvs.openbsd.org: src

2018-03-11 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2018/03/11 07:16:49

Modified files:
usr.sbin/ospfd : interface.c 

Log message:
Increase SO_RCVBUF of the ospf socket to 256k having this buffer can result
in packet loss on busy and big networks and therefor to instability.
Also adjust the SO_SNDBUF to real 64k just for consistency.
>From camiel@



CVS: cvs.openbsd.org: src

2018-03-11 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2018/03/11 05:48:59

Modified files:
distrib/sets/lists/base: mi 
distrib/sets/lists/comp: mi 

Log message:
sync



CVS: cvs.openbsd.org: www

2018-03-11 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2018/03/11 03:54:20

Modified files:
.  : want.html 

Log message:
Remove my request for a laptop, fulfilled by the Foundation.  Thanks!