CVS: cvs.openbsd.org: www

2015-09-10 Thread Brent Cook
CVSROOT:/cvs Module name:www Changes by: bc...@cvs.openbsd.org 2015/09/10 01:51:29 Modified files: libressl : releases.html Log message: clarify release API/ABI stability points in version history

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 02:28:31 Modified files: sys/net: pf.c pf_norm.c Log message: Kill two simple in6_ifstat_inc().

CVS: cvs.openbsd.org: src

2015-09-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/09/10 02:40:23 Modified files: sys/netinet: tcp_input.c Log message: if_put added to the if_get calls. Reshuffle some code to make this easier. OK dlg@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/09/10 03:17:16 Modified files: sys/netinet6 : nd6_rtr.c Log message: if_put dance, shuffle some code and switch a printf to print the ifindex instead of the name so we don't have to if_get/if_put it

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 04:32:16 Modified files: libexec/spamd : spamd.c Log message: fix after libtls api changes ok jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/09/10 02:45:32 Modified files: sys/netinet6 : in6.c Log message: Trivial if_put addition. OK dlg@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 02:55:03 Modified files: lib/libc : Symbols.list lib/libc/net : Makefile.inc linkaddr.c Added files: lib/libc/net : link_ntoa.3 Removed files: lib/libc/net :

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 03:14:59 Modified files: sys/netinet6 : ip6_forward.c ip6_input.c Log message: Fewer in6_ifstat_inc() ok mikeb@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 04:26:49 Modified files: lib/libtls : tls.c tls.h Log message: change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUT to make it more clear to users of this api what

CVS: cvs.openbsd.org: src

2015-09-10 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/10 04:20:55 Modified files: lib/libc/db/man: btree.3 dbopen.3 hash.3 recno.3 Log message: no more mpool;

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 04:15:46 Modified files: usr.sbin/httpd : server.c Log message: Update httpd to call tls_handshake() after tls_accept_socket(). ok beck@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/09/10 01:58:28 Modified files: lib/libssl/src/crypto/dsa: dsa_ossl.c Log message: Fix an incorrect error check in DSA verify. >From Matt Caswell's OpenSSL commit "RT3192: spurious error in DSA

CVS: cvs.openbsd.org: src

2015-09-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/09/10 03:09:03 Modified files: sys/netinet6 : ip6_mroute.c Log message: More complicated if_put dance. Special handling for multicast_register_if which is probably not even needed here but who knows

CVS: cvs.openbsd.org: src

2015-09-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/09/10 02:58:14 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-new-session.c cmd-switch-client.c format.c server-fn.c tmux.1 tmux.h Log

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 03:37:52 Modified files: sys/net: route.c Log message: Use rtfree(9) rather than decrementing the reference counter. We know the parent wont be freed at this point because cloned routes

CVS: cvs.openbsd.org: src

2015-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 04:36:04 Modified files: sys/dev/pci: ppb.c Log message: PPB_EXNAMLEN for the extent name; now easier to pass as a size for free()

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 04:35:58 Modified files: usr.bin/ftp: fetch.c Log message: fix after libtls api changes ok jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 04:36:48 Modified files: sys/dev/pci: pci.c Log message: simple size for free()

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 01:43:18 Modified files: sys/netinet: if_ether.h Log message: Missing prototype change in previous.

Re: CVS: cvs.openbsd.org: src

2015-09-10 Thread Brent Cook
On Thu, Sep 10, 2015 at 2:58 AM, Brent Cook wrote: > CVSROOT:/cvs > Module name:src > Changes by: bc...@cvs.openbsd.org 2015/09/10 01:58:28 > > Modified files: > lib/libssl/src/crypto/dsa: dsa_ossl.c > > Log message: > Fix an incorrect error check

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 03:11:11 Modified files: sys/netinet6 : ip6_output.c Log message: Stop using in6_ifstat_inc(). ok dlg@, claudio@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 03:10:42 Modified files: lib/libtls : tls.h tls_config.c tls_init.3 tls_internal.h tls_server.c Log message: Add support for preferring the server's cipher list or

CVS: cvs.openbsd.org: www

2015-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/09/10 03:21:18 Modified files: libressl : releases.html Log message: follow->following

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 04:34:19 Modified files: usr.sbin/ntpd : constraint.c Log message: fix after libtls api changes ok jsing@

CVS: cvs.openbsd.org: www

2015-09-10 Thread Brent Cook
CVSROOT:/cvs Module name:www Changes by: bc...@cvs.openbsd.org 2015/09/10 01:38:19 Modified files: libressl : index.html Log message: bump stable to 2.2.x, 2.3.x is the new development release

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 04:27:34 Modified files: lib/libtls : shlib_version Log message: bump major ok jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/10 04:14:20 Modified files: lib/libc/net : link_ntoa.3 Log message: tweak Nd after previous; ok mpi

CVS: cvs.openbsd.org: src

2015-09-10 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/10 04:12:31 Modified files: lib/libtls : Makefile Log message: add MLINKS for _prefer_ciphers_*

CVS: cvs.openbsd.org: src

2015-09-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/09/10 02:46:17 Modified files: sys/netinet6 : ip6_divert.c Log message: Another trivial if_put addition. OK dlg@

CVS: cvs.openbsd.org: xenocara

2015-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:xenocara Changes by: st...@cvs.openbsd.org 2015/09/10 03:10:19 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync

CVS: cvs.openbsd.org: src

2015-09-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/09/10 03:10:42 Modified files: sys/netinet6 : mld6.c Log message: More if_put suffling. OK dlg@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 04:22:28 Modified files: lib/libtls : tls.c tls.h Log message: Change tls_read and tls_write semantics to return an ssize_t to better match read() and write() semantics to make porting

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 04:14:20 Modified files: lib/libtls : tls.c tls.h tls_client.c tls_internal.h tls_server.c Log message: Split tls_handshake() out from tls_accept/tls_connect. By

CVS: cvs.openbsd.org: src

2015-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 04:40:03 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-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 05:17:28 Modified files: lib/libc : Symbols.list Log message: explain why __explicit_bzero_hook will remain; ok guenther

CVS: cvs.openbsd.org: src

2015-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 05:47:42 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2015-09-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/09/10 07:04:52 Modified files: bin/ksh: jobs.c sh.h Log message: Remove INT32 define and just use int, from Martijn van Duren and Michael McConville. ok deraadt

CVS: cvs.openbsd.org: src

2015-09-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/10 07:32:19 Modified files: sys/net: if.c if_bridge.c if_ethersubr.c if_mpw.c if_trunk.c if_trunk.h if_var.h if_vlan.c sys/netinet: ip_carp.c Log

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 04:42:40 Modified files: usr.sbin/httpd : server.c Log message: fix after libtls api changes ok jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 04:59:22 Modified files: lib/libtls : tls.c tls_init.3 Log message: comment for errno clobbering, to indicate why we do this. ok deraadt@ jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/10 07:19:25 Modified files: sys/netinet: igmp.c Log message: move the guts of igmp_input into a igmp_input_if function and call it with the reference from if_get held so we can if_put it easly

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 07:29:53 Modified files: lib/libtls : tls_init.3 Log message: Correctly document the behaviour of tls_close() - the caller is responsible for closing the file descriptors unless libtls

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 05:21:08 Modified files: lib/libtls : tls_init.3 Log message: Update libtls man page to reflect tls_handshake() related changes. ok beck@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/09/10 05:53:05 Modified files: sys/dev/usb: if_urtwn.c Log message: Show usb stack error code if a firmware page fails to load in urtwn(4). ok mpi@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/10 07:29:10 Modified files: lib/libc/arch/alpha: SYS.h lib/libc/arch/alpha/sys: brk.S sbrk.S lib/libc/arch/arm: SYS.h lib/libc/arch/arm/sys: Ovfork.S brk.S cerror.S

CVS: cvs.openbsd.org: src

2015-09-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/09/10 04:58:48 Modified files: usr.sbin/syslogd: evbuffer_tls.c Log message: Make syslogd compile again after recent libtls changes. Adapt to new tls_read() and tls_write() calling semantics, adapt to

CVS: cvs.openbsd.org: src

2015-09-10 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/09/10 05:16:08 Modified files: regress/sys/kern/tame/sigabrt: sigabrt.c regress/sys/kern/tame/sigkill: sigkill.c Log message: convert tame(2) regress to new API

CVS: cvs.openbsd.org: src

2015-09-10 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/10 04:56:35 Modified files: gnu/gcc/gcc: c-common.c c-decl.c expr.c expr.h targhooks.c Log message: Makde gcc handle __stack_smash_handler similarly to memcpy and memset when creating

CVS: cvs.openbsd.org: src

2015-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 05:11:04 Modified files: lib/libc : Symbols.list lib/libc/gdtoa : Makefile.inc gdtoaimp.h misc.c Removed files: lib/libc/gdtoa : locks.c Log message: hide __dtoa_locks as

CVS: cvs.openbsd.org: src

2015-09-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/10 05:37:43 Modified files: bin/ksh: var.c Log message: Kill another superfluous variable initialization; from Michael McConville.

CVS: cvs.openbsd.org: src

2015-09-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/10 06:10:52 Modified files: sys/netinet: ip_icmp.c Log message: if_put after if_get in icmp input. instead of chasing all the ways out of icmp_input, rename it to icmp_input_if and call it from

CVS: cvs.openbsd.org: src

2015-09-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/10 07:21:41 Modified files: sys/netinet: if_ether.c Log message: correctly hold and put a reference to the revarp ifp while trying to get nfs working. ok claudio@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 05:00:54 Modified files: lib/libtls : tls_init.3 Log message: revert accidental commit

CVS: cvs.openbsd.org: src

2015-09-10 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/09/10 05:18:34 Modified files: regress/sys/kern/tame: Makefile Log message: enable generic regress for tame(2)

CVS: cvs.openbsd.org: src

2015-09-10 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/09/10 05:18:10 Modified files: regress/sys/kern/tame/generic: Makefile actions.c main.c manager.c tests.out Removed files: regress/sys/kern/tame/generic:

CVS: cvs.openbsd.org: src

2015-09-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/09/10 07:36:44 Modified files: sys/netinet: tcp_input.c Log message: Only half of the IPv6 source address was used as input for the syn cache hash. That makes it trivial to create syn cache

CVS: cvs.openbsd.org: src

2015-09-10 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/09/10 06:49:56 Modified files: sys/dev/ic : gemvar.h Log message: remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 07:23:57 Modified files: lib/libtls : tls_init.3 Log message: Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctly document the calling requirements. ok beck@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 07:43:35 Modified files: usr.bin/ftp: fetch.c Log message: Unbreak ftp(1) after tls_read()/tls_write() change. Found the hard way by naddy@ Joint work with beck@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/09/10 08:02:35 Modified files: sys/netinet6 : in6.c Log message: In IPv6 source address selection prefer addresses of the outgoing interface. OK mpi@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/09/10 08:28:18 Modified files: sys/arch/amd64/amd64: disksubr.c sys/arch/i386/i386: disksubr.c sys/kern : subr_disk.c Log message: Call readgptlabel() from readdoslabel()

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 08:29:22 Modified files: lib/libssl/src/crypto/asn1: evp_asn1.c lib/libssl/src/crypto/ec: ec_asn1.c lib/libssl/src/crypto/ts: ts_lib.c Log message: Replace remaining

CVS: cvs.openbsd.org: src

2015-09-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 09:02:32 Modified files: sys/arch/sparc/dev: zx.c sys/dev/sbus : zx.c Log message: Fix a zx_putchar() stupid bug I introduced nine years ago by actually initializing variables before

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 09:03:59 Modified files: lib/libssl/src/crypto/md4: md4_one.c lib/libssl/src/crypto/md5: md5_one.c lib/libssl/src/crypto/ripemd: rmd_one.c Log message: Remove pointless

CVS: cvs.openbsd.org: src

2015-09-10 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/10 08:00:14 Modified files: lib/libc/stdio : getdelim.3 Log message: another missing Mdocdate

CVS: cvs.openbsd.org: src

2015-09-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 08:37:20 Modified files: sys/arch/mips64/mips64: fp_emulate.c Log message: Initialize `pc' earlier so that the siginfo pc value is correct in case of genuine FPU exception.

CVS: cvs.openbsd.org: src

2015-09-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/10 08:56:41 Modified files: sys/net: if_var.h Log message: include srp.h so userland can understand struct srpl. noticed by deraadt@

CVS: cvs.openbsd.org: www

2015-09-10 Thread Brent Cook
CVSROOT:/cvs Module name:www Changes by: bc...@cvs.openbsd.org 2015/09/10 09:29:56 Modified files: libressl : index.html releases.html Log message: clarify support schedule and the stable release branches

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 07:56:12 Modified files: libexec/spamd : spamd.c Log message: read, tls_read, and tls_write return ssize_t jointly with jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 07:53:13 Modified files: usr.sbin/httpd : server.c Log message: fix return type for tls_read/write jointly with jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/10 09:09:16 Modified files: sys/netinet: ip_carp.c Log message: if_put after if_get. ok claudio@

CVS: cvs.openbsd.org: src

2015-09-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/10 08:06:43 Modified files: sys/net: if.c Log message: if_put after if_get in if_input_process

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 07:49:48 Modified files: usr.sbin/ntpd : constraint.c Log message: fix type and return check for tls_read/write. jontly with jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/09/10 08:13:00 Removed files: usr.sbin/nsd/compat: b64_ntop.c b64_pton.c Log message: Remove compat files no longer required.

CVS: cvs.openbsd.org: src

2015-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/09/10 08:12:38 Modified files: usr.sbin/nsd : configparser.y configure.ac options.c rdata.c zonec.c usr.sbin/nsd/compat: b64_ntop.c b64_pton.c Log message: Fix

CVS: cvs.openbsd.org: src

2015-09-10 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/10 08:17:22 Modified files: lib/libtls : tls_init.3 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2015-09-10 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/10 08:19:01 Modified files: lib/libtls : Makefile Log message: mlink tls_handshake;

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 08:46:28 Modified files: sys/net: route.c Log message: Stop supporting RTAX_IFP arguments with an interface name in the sdl_data field, a la link_addr(3). route(8)-like applications

CVS: cvs.openbsd.org: src

2015-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 09:21:40 Modified files: sbin/fsck_ext2fs: setup.c Log message: avoid divide by zero; from Michael McConville

CVS: cvs.openbsd.org: src

2015-09-10 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/10 07:44:19 Modified files: lib/libc/stdlib: rand48.3 lib/libedit: editline.3 lib/libradius : radius_new_request_packet.3 Log message: missing commas at the end of .Nm

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 08:57:29 Modified files: lib/libtls : tls_init.3 Log message: document changed tls_read and tls_write semantics. document functions that clear errno. change examples to provide demonstration

CVS: cvs.openbsd.org: src

2015-09-10 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/10 09:16:44 Modified files: lib/libc/stdlib: atof.3 atoi.3 atol.3 atoll.3 ecvt.3 lib/libutil: getrawpartition.3 opendisk.3 games/fish : fish.6 sbin/nfsd

CVS: cvs.openbsd.org: src

2015-09-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/09/10 08:11:53 Modified files: sys/kern : subr_disk.c Log message: Don't stop spoofing GPT partitions when the OpenBSD partition is found. Keep going until we spoof 8 or run out of partitions

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 09:27:00 Modified files: sys/net: if_bridge.c Log message: Even the driver that should not be named needs if_put() after if_get(). ok claudio@, dlg@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/10 09:35:07 Modified files: lib/libossaudio: ossaudio.3 Log message: We don't want LIBRARY sections in OpenBSD, so delete it.

CVS: cvs.openbsd.org: src

2015-09-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/09/10 09:49:58 Modified files: usr.sbin/nsd : configure Log message: regen configure, reported by deraadt@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 09:56:26 Modified files: lib/libssl/src/crypto/aes: aes_wrap.c lib/libssl/src/crypto/asn1: a_sign.c a_verify.c n_pkey.c p8_pkey.c

CVS: cvs.openbsd.org: src

2015-09-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/09/10 10:30:23 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/conf : files sys/kern : subr_disk.c sys/sys:

CVS: cvs.openbsd.org: src

2015-09-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/09/10 10:41:30 Modified files: sys/net: if.c if_bridge.c if_ethersubr.c if_mpw.c if_trunk.c if_var.h if_vlan.c sys/netinet: ip_carp.c Log message: pass a

CVS: cvs.openbsd.org: src

2015-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 10:59:00 Modified files: lib/libtls : tls_init.3 Log message: improve examples, 1. hoist pollfd fields which don't change upwards 2. show ret as ssize_t, it MUST BE, or there will be lots of

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 10:01:06 Modified files: usr.bin/openssl: apps.c ca.c dgst.c enc.c s_client.c s_server.c Log message: Correct spelling of OPENSSL_cleanse.

CVS: cvs.openbsd.org: src

2015-09-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 10:39:40 Modified files: sys/netinet6 : frag6.c in6.c in6_var.h Log message: Kill in6_ifstat_inc() and associated per-ifp storage. The SIOCGIFSTAT_IN6 is no longer supported. ok mikeb@,

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 10:43:06 Modified files: usr.bin/openssl: openssl.c Log message: Remove call to CRYPTO_malloc_init(), which does nothing.

CVS: cvs.openbsd.org: src

2015-09-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/10 10:53:28 Modified files: usr.sbin/installboot: installboot.c Log message: Assign the return value of getopt() to an int, not a char, so that options actually work on unsigned char platforms.

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 10:07:58 Modified files: lib/libssl/src/crypto: crypto.h Log message: CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are already noops, so neuter the CRYPTO_malloc_init and

CVS: cvs.openbsd.org: src

2015-09-10 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/10 09:47:25 Modified files: lib/libtls : Makefile tls_init.3 Log message: document client side certificate verification functionality. ok jsing@

CVS: cvs.openbsd.org: src

2015-09-10 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/10 09:53:26 Modified files: lib/libc/locale: wcstol.3 lib/libutil: login_fbtab.3 share/man/man4/man4.sparc64: rfx.4 Log message: reduce more .Nd to one line and kill

CVS: cvs.openbsd.org: src

2015-09-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/10 10:35:15 Modified files: lib/libssl/src/crypto: crypto.h Log message: Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL.

CVS: cvs.openbsd.org: src

2015-09-10 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/10 09:59:18 Modified files: share/man/man9 : bus_space.9 ml_init.9 Log message: delete bogus trailing comma from .Nm in NAME section

CVS: cvs.openbsd.org: src

2015-09-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/10 12:10:35 Modified files: sys/dev/pci: arc.c hifn7751.c if_bnx.c ips.c pciide.c pciidevar.h vmwpvs.c yds.c sys/kern : exec_script.c kern_sysctl.c Log

  1   2   >