CVS: cvs.openbsd.org: src

2017-01-04 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2017/01/04 05:01:22 Modified files: lib/libfuse: fuse_opt.c Log message: Revert fuse_opt.c r1.17. It broke exfat-fuse and perhaps other plugins. http://marc.info/?l=openbsd-ports=148170738917809=2

CVS: cvs.openbsd.org: src

2017-01-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/01/04 05:15:37 Modified files: sys/arch/armv7/sunxi: sxipio.c sxipiovar.h Log message: Cleanup gpio(4) support code. ok jsg@

CVS: cvs.openbsd.org: src

2017-01-04 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/01/04 05:49:49 Modified files: sys/net: if_vxlan.c Log message: As noticed by bluhm@ the netlock is required for the multicast cleanup While here, remove unnecessary splnet's. ok mpi

CVS: cvs.openbsd.org: src

2017-01-04 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2017/01/04 04:55:31 Modified files: regress/lib/libfuse: fuse-opt-match.c Log message: Remove a check for empty option strings from our fuse regress tests. Some fuse plugins rely on empty options

CVS: cvs.openbsd.org: src

2017-01-04 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/01/04 05:31:01 Modified files: sbin/iked : dh.c iked.conf.5 ikev2.h parse.y sbin/isakmpd : dh.c Log message: Remove modular exponential groups specified in RFC5114 Brought up by doug@,

CVS: cvs.openbsd.org: src

2017-01-04 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/01/04 06:39:53 Modified files: distrib/miniroot: install.sub Log message: Enforce https for connections to ftplist.cgi and ftpinstall.cgi on platforms that have tls enabled ftp(1). OK tb@

CVS: cvs.openbsd.org: www

2017-01-04 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2017/01/04 06:21:15 Modified files: . : httpslist build : mirrors.dat Log message: openbsd.hk speaks https now, Thanks!

CVS: cvs.openbsd.org: src

2017-01-04 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/01/04 06:47:30 Modified files: distrib/miniroot: install.sub Log message: Support https for the url to the autopartitioning template for disklabel on platforms that have tls enabled ftp(1) including

CVS: cvs.openbsd.org: src

2017-01-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/01/04 18:36:35 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2017-01-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/01/04 15:54:05 Modified files: lib/libcrypto/modes/asm: ghash-armv4.pl Log message: Convert ARM assembly to unified syntax. Clang demands it, binutils supports it as long as it's marked as unified

CVS: cvs.openbsd.org: src

2017-01-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/01/04 23:08:31 Modified files: lib/libcrypto/man: ASN1_STRING_new.3 Log message: Complete rewrite, documenting 16 additional constructor/destructor pairs. While OpenSSL does not document them,

CVS: cvs.openbsd.org: src

2017-01-04 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2017/01/04 08:20:30 Modified files: lib/libc/stdlib: qsort.c Log message: Remove unnecessary casts of 'a' to char * since 'a' is already char *. This is a remnant from the original 4.4BSD code that had 'a'

CVS: cvs.openbsd.org: src

2017-01-04 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2017/01/04 08:30:58 Modified files: usr.bin/sort : sort.c Log message: Fix a crash when "sort -m" is given no files. From Julien Ramseier.

CVS: cvs.openbsd.org: src

2017-01-04 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2017/01/04 09:27:01 Modified files: usr.bin/less : charset.c Log message: Avoid an out of bounds read when the environment variable LESSBINFMT is set to "*". Patch from Tobias Stoeckmann. OK tb@

CVS: cvs.openbsd.org: www

2017-01-04 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2017/01/04 09:29:19 Modified files: . : httpslist build : mirrors.dat Log message: mirror.esc7.net has https too

CVS: cvs.openbsd.org: www

2017-01-04 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2017/01/04 02:19:24 Modified files: build : mirrors.tmpl Log message: no strict requirements for https mirrors for now, they only need a verifiable certificate

CVS: cvs.openbsd.org: src

2017-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/01/04 02:21:26 Modified files: usr.bin/find : find.c Log message: If find(1) may end up calling execve(2), it needs "proc exec" in addition to its other promises. Previously, find ran unpledged if

CVS: cvs.openbsd.org: src

2017-01-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/01/04 02:04:45 Modified files: lib/libcrypto/man: d2i_ASN1_OBJECT.3 Log message: Complete rewrite: Better one-line description. Specify the correct header file. Same parameter names as in

CVS: cvs.openbsd.org: src

2017-01-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/01/04 03:00:40 Modified files: lib/libcompiler_rt: gcc_personality_v0.c Added files: lib/libcompiler_rt: unwind-ehabi-helpers.h Log message: Update compiler-rt to version 3.9.1. There has

CVS: cvs.openbsd.org: www

2017-01-04 Thread Sebastian Benoit
CVSROOT:/cvs Module name:www Changes by: be...@cvs.openbsd.org 2017/01/04 02:15:38 Modified files: . : httpslist build : mirrors.dat Log message: add HTTPS for openbsd.cs.toronto.edu, Thanks!

CVS: cvs.openbsd.org: src

2017-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/01/04 02:56:08 Modified files: share/man/man5 : pf.conf.5 Log message: modfier -> modifier >From Dimitris Papastamos.

CVS: cvs.openbsd.org: src

2017-01-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/01/04 10:25:11 Modified files: gnu/llvm/tools/clang/lib/Driver: ToolChains.cpp Tools.cpp Log message: With clang as cross-compiler we need to make it pass the library path to our linker. Additionally,

CVS: cvs.openbsd.org: www

2017-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/01/04 10:01:44 Modified files: faq: faq5.html index.html Log message: remove the 'CVS tips' section: some good advice, some strange advice and some excerpts of the man page. the good advice

CVS: cvs.openbsd.org: src

2017-01-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/01/04 10:26:02 Modified files: . : Makefile.cross Log message: With clang as cross-compiler we need to tell it where our cross directory is so that the correct include and library paths

CVS: cvs.openbsd.org: src

2017-01-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/01/04 09:52:26 Modified files: lib/libcrypto/bn/asm: armv4-gf2m.pl Log message: Remove superfluous datatype that is 32 by default. Clang complains about it and it's ok to remove it. This only came up

CVS: cvs.openbsd.org: src

2017-01-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/01/04 14:14:26 Modified files: lib/libcrypto/man: Makefile Added files: lib/libcrypto/man: d2i_ASN1_SEQUENCE_ANY.3 Log message: Write new d2i_ASN1_SEQUENCE_ANY(3) manual page from