CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 01:36:58 Modified files: lib/libc/hidden: signal.h lib/libc/compat-43: sigcompat.c lib/libc/arch/alpha/gen: setjmp.S lib/libc/arch/amd64/gen: setjmp.S sigsetjmp.S

CVS: cvs.openbsd.org: src

2015-09-13 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/13 03:05:33 Modified files: sys/sys: refcnt.h Log message: tweak ordering slightly

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 03:58:03 Modified files: sys/net: if.c if_var.h Log message: Run the interface watchdog timer routine as a task such that we have process context. ok mpi@, claudio@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 02:28:10 Modified files: sys/ddb: db_trap.c Log message: On show the ps/o output and ddb.html blurb once, so that we don't get them after each "mach ddbcpu N" ok miod@ deraadt@

CVS: cvs.openbsd.org: src

2015-09-13 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/13 04:33:34 Modified files: sys/net: if.c Log message: replace hand rolled refcounts and sleep_setup/finish with refcnts and refcnt_finalize.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/13 04:32:46 Modified files: lib/libtls : tls.h tls_conninfo.c tls_init.3 tls_internal.h Log message: add visibility of ciper and connection version strings ok jsing@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 02:50:10 Removed files: lib/libc/db/man: mpool.3 Log message: mpool(3) is no longer installed; delete it. prodded by jmc@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 03:20:19 Modified files: lib/libssl/src/ssl: d1_srvr.c s3_srvr.c Log message: The *_accept() functions increment in_handshake at the start of the function, then decrement it and call a callback

CVS: cvs.openbsd.org: src

2015-09-13 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/09/13 03:22:05 Modified files: etc: rc Log message: Remove setup_X_sockets(): The creation of Unix sockets directories in /tmp for X happens right after pruning /tmp. So the whole dance of

CVS: cvs.openbsd.org: src

2015-09-13 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/13 01:54:05 Modified files: usr.bin/openssl: openssl.1 Log message: tweak STANDARDS;

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 02:31:48 Modified files: lib/libc/arch/amd64: Symbols.list lib/libc/arch/amd64/gdtoa: strtold.c lib/libc/arch/i386: Symbols.list lib/libc/arch/i386/gdtoa:

CVS: cvs.openbsd.org: src

2015-09-13 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/09/13 04:22:16 Modified files: usr.sbin/bgpd : pfkey.c Log message: explicit_bzero() from Michael McConville, thanks! OK claudio

CVS: cvs.openbsd.org: src

2015-09-13 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/13 04:42:32 Modified files: sys/net: if_ethersubr.c sys/netinet: if_ether.c if_ether.h Log message: queue revarps to softnet so we can defer processing to a context with the

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 02:59:03 Modified files: lib/libc/hidden: md5.h Log message: namespace.h is pulled in via -include, so don't do it here

CVS: cvs.openbsd.org: src

2015-09-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 04:44:23 Modified files: lib/libssl/ssl : shlib_version lib/libtls : shlib_version Log message: Mechanical minor bump to follow libcrypto.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/09/13 04:45:55 Modified files: usr.bin/tmux : cmd-wait-for.c Log message: Set woken flag when flushing so that the channel is freed, while here use the same loop construct for both loops.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 02:22:10 Modified files: usr.sbin/npppd/npppd: npppd_subr.c usr.sbin/npppd/pppoe: pppoe_session.c Log message: Set the index of the interface in handroller link_addr(3) like code. This

CVS: cvs.openbsd.org: src

2015-09-13 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/13 02:58:07 Modified files: share/man/man9 : srpl_rc_init.9 Log message: forgot to prototope SRPL_RC_INITIALIZER

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 04:46:20 Modified files: lib/libssl/src/crypto/ecdh: ecdh.h ech_err.c ech_key.c ech_lib.c ech_locl.h ech_ossl.c Log message: Lob a style(9) grenade in here.

CVS: cvs.openbsd.org: src

2015-09-13 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/13 00:25:46 Modified files: sys/net: if_vlan.c if_vlan_var.h Log message: back out mpsafe vlans while i chase down a panic when operations are done in a certain order. panic found by naddy@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 03:10:01 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: If we have hardware acceleration for AES, prefer AES as a symmetric cipher over CHACHA20. Otherwise, prefer CHACHA20 with AES

CVS: cvs.openbsd.org: src

2015-09-13 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/13 03:46:45 Modified files: sys/net: if_vlan.c if_vlan_var.h Log message: reintroduce mpsafe vlan_input. the last commit was missing SRPL_INITs of the vlan_tagh buckets, which was in a

CVS: cvs.openbsd.org: src

2015-09-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 04:02:49 Modified files: lib/libcrypto/crypto: shlib_version lib/libssl/src/crypto: cryptlib.c crypto.h Log message: Add a new interface, OPENSSL_cpu_caps(), to return the currently

CVS: cvs.openbsd.org: src

2015-09-13 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/13 04:02:37 Modified files: sys/net: if_vlan.c if_vlan_var.h Log message: replace hand rolled reference counting with refcnts.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Vadim Zhukov
CVSROOT:/cvs Module name:src Changes by: z...@cvs.openbsd.org2015/09/13 04:05:22 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Mark IGNORE_IS_FATAL and IGNORE_SILENT as user settings explicitly. This makes syncing list of such variables with portcheck

CVS: cvs.openbsd.org: src

2015-09-13 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/13 05:12:09 Modified files: usr.bin/nc : netcat.c Log message: display negotiated TLS version and cipher suite in verbose mode. ok jsing@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 05:49:44 Modified files: lib/libssl/src/crypto/ecdh: ecdh.h ech_err.c ech_ossl.c Log message: Check ECDH output buffer length and avoid truncation. Currently, if you call ECDH_compute_key() it

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 05:51:36 Modified files: lib/libc/termios: tcgetattr.c tcsetattr.c Added files: lib/libc/hidden: termios.h Log message: Wrap so that calls go direct and the symbols are all

CVS: cvs.openbsd.org: src

2015-09-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 06:31:35 Modified files: sys/arch/vax/mbus: fwio.c sys/arch/vax/qbus: uba.c sys/arch/vax/vsa: vsbus.c Log message: Locators are long now.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 06:34:02 Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable the AES acceleration checking for i386. ok beck@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/09/13 06:53:08 Modified files: sys/kern : subr_disk.c sys/sys: disklabel.h Log message: Rename readgptlabel() to spoofgptlabel() because that's what we really want it to do.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/09/13 07:29:22 Modified files: etc: rc Log message: - FOO=bar; export FOO -> export FOO=bar - run domainname only with a non-empty /etc/defaultdomain file - Make single-user if-block more

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 07:51:13 Modified files: regress/lib/libcrypto/ecdh: ecdhtest.c Log message: style(9) grenade.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 08:23:43 Modified files: lib/libc/softfloat: softfloat-specialize.h Added files: lib/libc/hidden: softfloat.h Log message: Make softfloat's internal float_raise also available under a

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 09:42:11 Modified files: bin/pax: tar.1 Log message: Describe tar's -p option correctly noted by trondd(at)kagu-tsuchi.com ok deraadt@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/13 09:39:15 Modified files: lib/libtls : tls.c Log message: work around the stupid semantics of SSL_read and SSL_write to make sure we can indicate an EOF properly on tls_read and tls_write ok

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 05:48:18 Modified files: sys/arch/amd64/amd64: intr.c sys/arch/amd64/include: intr.h Log message: Introduce intr_barrier(4), an interface that guarantees that an interrupt

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 05:47:59 Modified files: sys/arch/sparc64/sparc64: intr.c sys/arch/sparc64/include: intr.h Log message: Introduce intr_barrier(4), an interface that guarantees that an interrupt

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 05:47:54 Modified files: lib/libc/gen : getttyent.c Added files: lib/libc/hidden: ttyent.h Log message: Wrap so that calls go direct and the symbols are all weak.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/09/13 06:41:01 Modified files: usr.bin/openssl: apps.c apps.h apps_posix.c openssl.c Log message: Factor out setup_up / destroy_ui functions. This pulls out and renames setup_ui/destroy_ui so we have

CVS: cvs.openbsd.org: src

2015-09-13 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/09/13 06:42:39 Modified files: lib/libc/crypt : bcrypt.c Log message: The number of rounds is just two digits in the salt. We've already verified that they are there via isdigit() so we can convert

CVS: cvs.openbsd.org: src

2015-09-13 Thread Tim van der Molen
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/13 07:48:19 Modified files: usr.bin/ssh: ssh-add.c Log message: When adding keys to the agent, don't ignore the comment of keys for which the user is prompted for a passphrase. Tweak and OK

CVS: cvs.openbsd.org: src

2015-09-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 07:57:07 Modified files: sys/netinet: ip_output.c sys/netinet6 : ip6_output.c Log message: Get the default loopback interface pointer just after doing a route lookup to ensure

CVS: cvs.openbsd.org: src

2015-09-13 Thread Tim van der Molen
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/13 08:39:16 Modified files: usr.bin/ssh: authfile.c ssh-add.c ssherr.c sshkey.c sshkey.h Log message: - Fix error message: passphrase needs to be at least 5 characters, not 4. - Remove unused

CVS: cvs.openbsd.org: src

2015-09-13 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/09/13 08:38:17 Modified files: sys/kern : subr_disk.c sys/sys: disklabel.h Log message: Move prototype for spoofgptlabel() from disklabel.h to subr_disk.c. It's a helper function

CVS: cvs.openbsd.org: src

2015-09-13 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/09/13 09:18:14 Modified files: sys/sys: disklabel.h Log message: Remove unused and incorrect defines GPT_PARTSPERSEC and GPT_SECOFFSET.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 09:44:47 Modified files: usr.sbin/amd/amd: rpc_fwd.c usr.sbin/portmap: portmap.c Log message: More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversions ok millert@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/13 09:59:29 Modified files: lib/libssl/src/crypto/bn: bn_print.c Log message: BN does support negative-zero -- BN_print() sets the standard here. BN_bn2hex() had a 1-byte overflow when creating

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 09:59:30 Modified files: lib/libssl/src/crypto/x509: x_all.c Log message: Reorder functions for readability/consistency.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 06:03:07 Modified files: lib/libssl/src/crypto/ecdh: ecdh.h ech_lib.c ech_ossl.c Log message: Provide ECDH_size(). "jajaja" miod@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 06:13:02 Modified files: lib/libcrypto/crypto: Makefile Removed files: lib/libssl/src : e_os2.h Log message: Nuke openssl/e_os2.h, since nothing should be using it. ok deraadt@ "hurray!

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 06:13:34 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : intr_barrier.9 Log message: intr_barrier(9)

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 06:27:14 Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/ecdh: ech_key.c Removed files: lib/libssl/src/crypto/ecdh: ech_ossl.c Log message: Merge ech_ossl.c

CVS: cvs.openbsd.org: src

2015-09-13 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/09/13 06:34:27 Modified files: usr.bin/openssl: openssl.1 Log message: document extra algorithms available with openssl speed command ok jmc@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 08:15:00 Modified files: regress/lib/libcrypto/ecdh: ecdhtest.c Log message: Use ECDH_size() and do some other clean up.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 09:20:40 Modified files: lib/libc/hidden: stdlib.h lib/libc/stdlib: seed48.c Log message: Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 10:15:30 Modified files: lib/libc/arch/i386/stdlib: abs.S div.S labs.S ldiv.S Log message: Add hidden _libc_ aliases and symbol sizes prodded by semarie@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 05:43:03 Added files: lib/libc/hidden: utime.h Log message: Wrap to make utime() a weak symbol

CVS: cvs.openbsd.org: src

2015-09-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 06:30:52 Modified files: sys/arch/vax/vax: trap.c Log message: Needs before now.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 06:29:03 Modified files: include/rpc: auth.h Log message: authdes_create() was never implemented

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 06:28:31 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: intr.h Log message: intr_barrier(9) for i386.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/13 07:44:07 Modified files: lib/libtls : tls.c Log message: Don't leak conninfo - spotted by marko kreen. ok jsing@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/09/13 07:49:49 Modified files: distrib/sets/lists/etc: mi distrib/sets/lists/base: mi Log message: Move /etc/ssl/cert.pem from base to etc. Previously this was updated every upgrade when

CVS: cvs.openbsd.org: xenocara

2015-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:xenocara Changes by: st...@cvs.openbsd.org 2015/09/13 07:50:18 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync; wsfb manual

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 08:18:27 Modified files: regress/lib/libcrypto/ecdh: ecdhtest.c Log message: Remove explicit NULL checks before *_free() calls and tidy some code.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 10:28:00 Modified files: lib/libc/arch/i386/stdlib: abs.S div.S labs.S ldiv.S lib/libc/arch/sparc64/stdlib: abs.S Log message: Need SYS.h for END_STRONG()

CVS: cvs.openbsd.org: src

2015-09-13 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/13 05:23:22 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386

CVS: cvs.openbsd.org: src

2015-09-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 05:32:29 Modified files: sys/arch/m88k/m88k: trap.c Log message: must be before now.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 05:32:51 Modified files: lib/libc/gen : unvis.c vis.c Added files: lib/libc/hidden: vis.h Log message: Wrap so that calls go direct and the symbols are all weak

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 07:54:33 Modified files: regress/lib/libcrypto/ecdh: ecdhtest.c Log message: Wrap long lines.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/09/13 08:07:10 Modified files: regress/lib/libcrypto/engine: enginetest.c regress/lib/libssl/ssl: ssltest.c Log message: remove e_os2.h includes ok jsing@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 08:06:40 Modified files: sys/arch/powerpc/powerpc: intr.c sys/arch/powerpc/include: intr.h Log message: intr_barrier(9) for macppc and socppc.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 09:36:57 Modified files: lib/libc : Symbols.list lib/libc/rpc : auth_none.c auth_unix.c authunix_prot.c clnt_perror.c clnt_tcp.c clnt_udp.c

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 10:17:27 Modified files: lib/libc : shlib_version Log message: Major bump for symbol removals

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 10:16:30 Modified files: lib/libc/arch/sparc/stdlib: abs.S lib/libc/arch/sparc64/stdlib: abs.S Log message: Add hidden _libc_ aliases and symbol sizes

CVS: cvs.openbsd.org: src

2015-09-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 10:44:30 Modified files: sys/dev/wsfont : wsfont.c Log message: Put the 12x22 font on alpha and macppc installation kernels, the 8x16 font is really fugly on large displays (tga, vgafb). It's

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 05:15:11 Modified files: sys/sys: sched.h sys/kern : kern_sched.c Log message: Introduce sched_barrier(9), an interface that acts as a scheduler barrier in the

CVS: cvs.openbsd.org: src

2015-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/09/13 05:14:45 Modified files: lib/libcrypto : cert.pem Log message: Add Certplus CA root certificate: C=FR, O=Certplus, CN=Class 2 Primary CA req by beck@, ok miod@ beck@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 05:36:16 Modified files: lib/libc/uuid : uuid_create_nil.c uuid_is_nil.c Added files: lib/libc/hidden: uuid.h Log message: Wrap so that calls go direct and the symbols are all

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 06:39:16 Modified files: lib/libssl/src/ssl: s3_clnt.c s3_srvr.c Log message: Use ECDH_size() instead of rolling our own. ok beck@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 06:52:07 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Stop generating private keys in a network buffer. The current client key exchange code generates DH and ECDH keys into the

CVS: cvs.openbsd.org: src

2015-09-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 08:21:46 Modified files: lib/libc/softfloat: eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c

CVS: cvs.openbsd.org: src

2015-09-13 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/13 08:43:42 Modified files: sys/arch/amd64/conf: RAMDISK_CD sys/arch/armv7/conf: RAMDISK sys/arch/i386/conf: RAMDISK_CD sys/arch/macppc/conf: RAMDISK Log message: remove

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 08:57:33 Modified files: usr.sbin/portmap: portmap.c Log message: Rename the routines used for packing/unpacking rmtcall RPCs so they don't conflict with those in libc. They're already

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 08:58:20 Modified files: sys/arch/hppa/hppa: intr.c sys/arch/hppa/include: intr.h Log message: intr_barrier(9) for hppa.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 09:33:48 Modified files: lib/libc : Symbols.list lib/libc/crypt : bcrypt.c cryptutil.c lib/libc/gen : getpwent.c pw_dup.c Log message: Wrap so that calls go

CVS: cvs.openbsd.org: src

2015-09-13 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/13 05:13:12 Modified files: usr.sbin/bgpctl: bgpctl.c usr.sbin/ldpctl: ldpctl.c usr.sbin/ospf6ctl: ospf6ctl.c usr.sbin/ospfctl: ospfctl.c usr.sbin/ripctl: ripctl.c

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 05:40:01 Modified files: sys/arch/hppa/hppa: mainbus.c Log message: Adjust printf for the fact that device locators are now long.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 05:38:08 Modified files: lib/libc : Symbols.list lib/libc/gen : ctype_.c isctype.c tolower_.c toupper_.c lib/libc/locale: _wctrans_local.h iswctype.c rune_local.h

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 06:20:12 Modified files: lib/libc/gen : getgrent.c Added files: lib/libc/hidden: grp.h Log message: Wrap so that calls go direct and the symbols are all weak.

Re: CVS: cvs.openbsd.org: src

2015-09-13 Thread Brent Cook
ok jsing@ On Sun, Sep 13, 2015 at 7:41 AM, Brent Cook wrote: > CVSROOT:/cvs > Module name:src > Changes by: bc...@cvs.openbsd.org 2015/09/13 06:41:01 > > Modified files: > usr.bin/openssl: apps.c apps.h apps_posix.c openssl.c > > Log message: >

CVS: cvs.openbsd.org: src

2015-09-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/09/13 07:31:40 Modified files: usr.bin/tmux : cmd-copy-mode.c tmux.1 tmux.h window-copy.c Log message: Add copy-mode -e to exit copy mode when scrolling off the bottom, useful for quick view of

CVS: cvs.openbsd.org: src

2015-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/09/13 07:51:57 Modified files: etc: netstart Log message: only print the "IPv6 autoconf" line if there are interfaces to configure feedback/ok rpe

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 08:11:57 Modified files: lib/libssl/src/crypto/ecdh: ech_key.c Log message: Only check for key truncation if no KDF function is being used. ok beck@ miod@

CVS: cvs.openbsd.org: src

2015-09-13 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/13 08:13:00 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386

CVS: cvs.openbsd.org: src

2015-09-13 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/13 09:34:22 Added files: lib/libc/hidden: pwd.h Log message: Wrap so that calls go direct and the symbols are all weak. Hide bcrypt_autorounds(), prefixing with an underbar for static

CVS: cvs.openbsd.org: src

2015-09-13 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/13 10:02:12 Modified files: lib/libssl/src/crypto/bn: bn_print.c Log message: Handle negative-zero in BN_bn2dec() too, just like in BN_print(). ok miod

CVS: cvs.openbsd.org: src

2015-09-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/13 11:53:44 Modified files: sys/net: bpf.c if.c if_pppoe.c if_var.h pf.c pipex.c ppp_tty.c sys/netinet: if_ether.c ip_output.c sys/netinet6 :

CVS: cvs.openbsd.org: src

2015-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/13 14:23:48 Modified files: regress/lib/libssl/client: clienttest.c Log message: Revise regression test so that it works correctly with AES taking priority if hardware acceleration is available.

CVS: cvs.openbsd.org: src

2015-09-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/13 14:38:45 Modified files: sys/arch/loongson/include: intr.h sys/arch/mips64/mips64: interrupt.c sys/arch/octeon/include: intr.h sys/arch/sgi/include: intr.h Log

  1   2   >