CVS: cvs.openbsd.org: src

2015-06-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/06/14 04:55:50 Modified files: sys/lib/libsa : printf.c Log message: Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's the caller's responsibility to do so.

CVS: cvs.openbsd.org: src

2015-06-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/06/14 07:53:49 Modified files: share/man/man4/man4.armv7: Makefile Added files: share/man/man4/man4.armv7: plrtc.4 pluart.4 sysreg.4 vexpress.4 Log message: add some initial vexpress man pages

CVS: cvs.openbsd.org: xenocara

2015-06-14 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2015/06/14 04:33:02 Modified files: app/xinit : startx.cpp Log message: Use mktemp to create .serverauth file. Inspired by Debian patches

CVS: cvs.openbsd.org: src

2015-06-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/06/14 04:07:44 Modified files: usr.bin/tmux : client.c format.c server-client.c tmux.1 tmux.h Log message: Add a format for client PID (client_pid) and server PID (pid). Diff for client_pid from

CVS: cvs.openbsd.org: src

2015-06-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/06/14 01:34:57 Modified files: sys/arch/armv7/exynos: exynos5.c Log message: correct the uart irq numbers ok bmercer@

CVS: cvs.openbsd.org: src

2015-06-14 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/06/14 02:02:47 Modified files: sys/dev/pci: if_rtwn.c if_rtwnreg.h Log message: Implement IQ calibration support for rtwn(4). Lots of black magic involved.

CVS: cvs.openbsd.org: src

2015-06-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/06/14 12:33:53 Modified files: sys/arch/sparc/stand/boot: Makefile Log message: Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, instead of getting them from libgcc.a, built pie.

CVS: cvs.openbsd.org: www

2015-06-14 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2015/06/14 09:00:33 Modified files: . : events.html papers : index.html Added files: papers : bsdcan15-mandoc.pdf Log message: move BSDCan to the past

CVS: cvs.openbsd.org: src

2015-06-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/06/14 13:08:59 Modified files: sys/arch/landisk/stand/boot: Makefile sys/arch/landisk/stand/xxboot: Makefile Log message: Build required bits from libkern rather than importing them from

CVS: cvs.openbsd.org: src

2015-06-14 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/06/14 15:50:43 Modified files: distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2015-06-14 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/06/14 19:10:19 Modified files: regress/libexec/ld.so/dlopen/prog1: Makefile regress/libexec/ld.so/dlopen/prog2: Makefile regress/libexec/ld.so/dlopen/prog3: Makefile

CVS: cvs.openbsd.org: src

2015-06-14 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/06/14 19:32:50 Modified files: usr.bin/ssh: ssh-rsa.c Log message: return failure on RSA signature error; reported by Albert S

CVS: cvs.openbsd.org: src

2015-06-14 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/06/14 23:16:56 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_srvr.c usr.bin/openssl: s_server.c Log message: Remove ancient compat hack

CVS: cvs.openbsd.org: src

2015-06-14 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/06/14 23:32:58 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: d1_srvr.c s3_clnt.c s3_srvr.c Log message: Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay

CVS: cvs.openbsd.org: src

2015-06-14 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/06/14 21:32:59 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_srvr.c Log message: Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG. This is a

CVS: cvs.openbsd.org: www

2015-06-14 Thread Brian Callahan
CVSROOT:/cvs Module name:www Changes by: bcal...@cvs.openbsd.org 2015/06/14 20:46:54 Modified files: . : events.html Log message: Sorry for taking so long to do this Ingo, but the CDBUG website now has your talk listed.

CVS: cvs.openbsd.org: src

2015-06-14 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/06/14 20:57:05 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 Log message: Update SSL_OP_* to remove ancient hacks that are no longer enabled.

CVS: cvs.openbsd.org: src

2015-06-14 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/06/14 13:37:11 Modified files: sys/arch/aviion/stand/boot: Makefile Log message: Bring a few routines from libkern in order to avoid linking against libgcc.