CVS: cvs.openbsd.org: src

2015-09-12 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/12 14:46:40 Modified files: sys/net: if_vlan.c if_vlan_var.h Log message: make vlan_input mpsafe by using srp lists in the vlan tag hash buckets. ok mpi@ claudio@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 10:23:14 Modified files: lib/libc/hidden: wchar.h lib/libc/locale: _wcstod.h _wcstol.h _wcstoul.h btowc.c iswctype.c mbrlen.c multibyte_citrus.c wctob.c

CVS: cvs.openbsd.org: src

2015-09-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/12 10:24:14 Modified files: sys/dev/ic : smc93cx6var.h Log message: let the C files do the sys/param.h including job

CVS: cvs.openbsd.org: src

2015-09-12 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2015/09/12 13:34:07 Modified files: usr.bin/openssl: ca.c openssl.1 openssl.c ts.c Log message: Nuke SSLEAY_CONF -- a backwards compatibility environment variable that has been superseded by OPENSSL_CONF

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 13:54:31 Modified files: lib/libtls : tls.c tls_client.c tls_server.c Log message: Ensure that we clear the libssl error stack before we make a function call that we will pass the result

CVS: cvs.openbsd.org: src

2015-09-12 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/09/12 16:07:47 Modified files: sys/net: if_pflow.c Log message: Call socreate(9) only when we have a destination ip and port. Call sobind(9) only when we have a source ip. With this we can

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 10:25:32 Modified files: usr.bin/touch : touch.1 Log message: use .Cm rather than .Li for fixed string arguments, and don't manually add blank characters inside .Sm off

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 10:28:14 Modified files: usr.bin/touch : touch.1 Log message: ouch, sorry, fix previous

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 10:40:50 Added files: lib/libc/hidden: fcntl.h Log message: Wrap so that calls to flock() go direct and both it and creat() are weak symbols

CVS: cvs.openbsd.org: src

2015-09-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 14:26:07 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-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 14:50:17 Modified files: sys/net: route.c if_mpe.c if_mpw.c sys/netinet: in.c sys/netinet6 : in6.c in6_ifattach.c nd6.c nd6_rtr.c Log message: Now that

CVS: cvs.openbsd.org: src

2015-09-12 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/09/12 15:55:14 Modified files: sys/arch/amd64/stand/efiboot: efidev.c Log message: Add missing free() in efid_io(). Found by jsg. ok kettenis jsg

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 10:48:26 Modified files: lib/libc/string: strsignal.c Log message: __strsignal() is now declared in hidden/signal.h

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 14:51:33 Modified files: lib/libssl/src/ssl: d1_srvr.c Log message: Fix function name.

CVS: cvs.openbsd.org: src

2015-09-12 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/12 14:51:35 Modified files: sys/netinet: ip_carp.c Log message: consistently name the ifnet * that refers to the parent interface ifp0, and the ifnet * that refers to the carp interface ifp.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 14:56:14 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Split ssl3_send_client_key_exchange() (387 lines of code) into five functions. The original was written as a huge if/else if

CVS: cvs.openbsd.org: src

2015-09-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/12 10:22:46 Modified files: sys/sys: syscall_mi.h Log message: sys/syscall_mi is only included by MD trap.c files, which have reason to include param.h/systm.h/proc.h themselves (and already

CVS: cvs.openbsd.org: src

2015-09-12 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/12 15:00:38 Modified files: lib/libtls : Makefile tls.c tls.h tls_init.3 tls_internal.h tls_peer.c Added files: lib/libtls : tls_conninfo.c Log message:

CVS: cvs.openbsd.org: src

2015-09-12 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/09/12 15:01:14 Modified files: usr.bin/nc : netcat.c Log message: Adapt to just committed libtls api change

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 10:46:43 Modified files: lib/libtls : tls.h Log message: Put tls_peer_cert* functions in the same place.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 10:46:12 Modified files: lib/libc/gen : raise.c sigsetops.c lib/libc/hidden: signal.h Log message: Finish wrapping so that calls to the sigset ops go direct and everything but

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 13:45:16 Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: Unwrap a bunch of lines.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 14:23:56 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: explicit_bzero() the GOST premaster secret. ok miod@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2015/09/12 17:03:30 Modified files: sys/arch/amd64/amd64: bios.c Log message: Restore SMBIOS detection in ISA. OK yasuoka@

CVS: cvs.openbsd.org: src

2015-09-12 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/12 13:36:37 Modified files: sys/net: if.c Log message: introduce SRPs to the interface index maps to make if_get() mpsafe. each index in the ifidx map is now an SRP that points at each

CVS: cvs.openbsd.org: src

2015-09-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/09/12 10:32:27 Modified files: sys/net: pf.c Log message: If M_PREPEND() fails, it frees the mbuf. In this case pf_translate_af() must reset pd->m to avoid a use after free. OK sashan@ mikeb@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 10:35:19 Modified files: usr.bin/radioctl: radioctl.1 Log message: drop useless .Li macros

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 14:27:27 Modified files: lib/libssl/src/ssl: d1_srvr.c Log message: Sync handling of cached record digests with s3_srvr.c.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/12 01:53:37 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-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/12 02:04:58 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-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 02:26:01 Modified files: sys/ddb: db_trap.c Log message: When panicing, show the non-idle, on-proc threads before showing the stack trace ok deraadt@ miod@ beck@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 01:52:27 Modified files: sys/dev/acpi : acpicpu.c Log message: Intel docs suggest that cpus in C3 may go into deeper states automatically when all cores are in C3, so treat the

CVS: cvs.openbsd.org: src

2015-09-12 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/12 01:56:56 Modified files: usr.bin/nc : nc.1 netcat.c Log message: fix previous;

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 03:04:57 Modified files: sys/arch/sparc/stand: Makefile.inc Log message: Add a few -fno-builtin-foo to silence the build.

CVS: cvs.openbsd.org: src

2015-09-12 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/12 03:36:31 Modified files: sys/netinet: ip_carp.c Log message: vhif_nvrs in carp_if is used to count the number of entries in vhif_ifs so you can tell when that list is empty. you can use

CVS: cvs.openbsd.org: src

2015-09-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/12 02:38:33 Modified files: usr.bin/nc : netcat.c Log message: use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsing

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 03:01:45 Removed files: lib/libssl/src/crypto/bf/asm: bf-686.pl readme lib/libssl/src/crypto/bn/asm: README lib/libssl/src/crypto/camellia/asm: BSD_license.txt

CVS: cvs.openbsd.org: src

2015-09-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 03:22:29 Modified files: sys/net: route.c rtable.c Log message: Use rtref(9) in rtable_match() before returning a route entry. ok bluhm@, claudio@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2015/09/12 03:44:08 Modified files: sbin/ping6 : ping6.c Log message: Avoid out of boundary access on invalid or short packet reads. ok florian@

CVS: cvs.openbsd.org: src

2015-09-12 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/12 03:57:20 Modified files: sys/netinet: ip_carp.c Log message: vhif_ifp in struct carp_ifs is set but never used. it can be trimmed. ok claudio@ mpi@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/12 04:27:45 Modified files: sys/ddb: db_trap.c Log message: show a few more lines of trace; discussed in the room

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 02:40:02 Modified files: sys/arch/sgi/xbow: xbridge.c Log message: Also print the error registers in the ddb callback.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 02:42:47 Modified files: sys/arch/sparc/dev: fb.c Log message: Rework fb_setsize() logic to get rid of gotos.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 03:04:12 Modified files: lib/libssl/src/crypto/bn/asm: x86_64-gcc.c Log message: Remove workaround for old SIMICS toolchain.

CVS: cvs.openbsd.org: www

2015-09-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/09/12 03:38:51 Modified files: . : ftp.html Log message: sync

CVS: cvs.openbsd.org: www

2015-09-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/09/12 03:37:27 Modified files: build/mirrors : ftp.html.head Log message: tweak wording, from Rob Pierce

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 03:49:20 Modified files: sys/dev/mii: miivar.h Log message: mii_softc's view of the current mii state need to use the proper types (ifmedia64).

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 03:56:36 Modified files: sys/dev/ic : dc.c dcreg.h Log message: ifmedia64 fixes.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 04:09:16 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: style(9) and whitespace cleanups.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 04:15:10 Modified files: sys/dev/pci: if_nge.c if_vr.c sys/dev/sbus : be.c Log message: More ifmedia64 fallout; that should be the last.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 04:25:38 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Pull variable assignment out from function call, fix indentation and set state after calling ssl3_handshake_msg_finish().

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 09:18:40 Modified files: lib/libc/gen : assert.c Added files: lib/libc/hidden: assert.h Log message: Wrap so that __assert2() goes direct

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 09:17:11 Modified files: usr.sbin/lpr/lpd: lpd.8 Log message: add missing .Ar macros

CVS: cvs.openbsd.org: src

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

CVS: cvs.openbsd.org: src

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

CVS: cvs.openbsd.org: src

2015-09-12 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/09/12 09:25:33 Modified files: regress/lib/libcrypto/engine: enginetest.c Log message: Cleanup enginetest a bit. It was the only thing preventing -Werror from building on some systems due to the

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 09:27:38 Modified files: usr.bin/unifdef: unifdef.1 Log message: don't use literal brackets to indicate optional syntax elements, use the .Op macro (or in this case, .Oo/.Oc)

CVS: cvs.openbsd.org: src

2015-09-12 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/09/12 09:49:53 Modified files: usr.bin/openssl: speed.c Log message: Add openssl(1) speed support for AEAD algorithms. This adds aes-128-gcm aes-256-gcm chacha20-poly1305 from Adam Langley's original

CVS: cvs.openbsd.org: src

2015-09-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/12 09:49:57 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 09:52:37 Modified files: bin/systrace : systrace.1 usr.sbin/chroot: chroot.8 Log message: mark up arguments individually and drop redundant .Bk

CVS: cvs.openbsd.org: src

2015-09-12 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/12 09:59:36 Modified files: usr.bin/systat : pigs.c Log message: use sysctl() to get FSCALE value; ok guenther

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 10:07:56 Modified files: libexec/ld.so/arm: rtld_machine.c Log message: Use kbind for lazy binding GOT/PLT updates on arm. While here add some gcc __predict hints. Much testing,

CVS: cvs.openbsd.org: src

2015-09-12 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/12 10:10:08 Modified files: lib/libssl/src/ssl: d1_clnt.c s3_clnt.c s3_lib.c s3_pkt.c s3_srvr.c ssl_lib.c t1_lib.c Log message: Remove most of the SSLv3 version checks

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 10:10:25 Modified files: games/arithmetic: arithmetic.6 games/boggle/boggle: boggle.6 Log message: use .Cm rather than .Ar for fixed string arguments

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 10:12:50 Modified files: sys/arch/arm/include: atomic.h Log message: Explicitely include here instead of expecting previously included files to bring it in.

CVS: cvs.openbsd.org: www

2015-09-12 Thread Stefan Sperling
CVSROOT:/cvs Module name:www Changes by: s...@cvs.openbsd.org2015/09/12 07:46:13 Modified files: faq: current.html Log message: Manual source upgrade steps for ifmedia. Only for people who don't use snapshots or don't use 'make build'.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/09/12 07:50:29 Modified files: usr.sbin/syslogd: syslogd.c Log message: It is not necessary to reset errno to 0 since we use logerrorx(). Spotted by jung@

CVS: cvs.openbsd.org: www

2015-09-12 Thread Stefan Sperling
CVSROOT:/cvs Module name:www Changes by: s...@cvs.openbsd.org2015/09/12 08:04:01 Modified files: faq: current.html Log message: fix incorrect ifmedia build instructions; recommend a full 'make build'

CVS: cvs.openbsd.org: src

2015-09-12 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/09/12 08:21:04 Modified files: sys/netmpls: mpls_output.c Log message: Use rtfree() instead of playing with the refcount directly. Some care is needed since rt0 as passed from the upper layer is

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 08:21:25 Modified files: sbin/bioctl: bioctl.8 Log message: obvious macros fixes: * use .Cm for fixed argument strings * properly use .Ar on individual arguments * drop redundant .Bk

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 08:28:23 Modified files: lib/libssl/src/ssl: d1_srvr.c ssl_locl.h Log message: Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329 lines of code, while gaining bug fixes and

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 08:30:31 Modified files: lib/libc/gen : syslog.c syslog_r.c Added files: lib/libc/hidden: syslog.h Log message: Wrap so that internal calls go direct and they're all weak

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 08:32:24 Modified files: lib/libssl/src/ssl: d1_srvr.c ssl_locl.h Log message: Uncopy and unpaste dtls1_send_certificate_request() - removes another 80 lines of code, while gaining SIGALGs

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 08:35:40 Modified files: lib/libc/hidden: time.h lib/libc/gen : time.c lib/libc/time : asctime.c localtime.c strftime.c strptime.c Log message: Wrap so that internal

CVS: cvs.openbsd.org: src

2015-09-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/09/12 08:48:06 Modified files: etc: Makefile rc.conf rc Added files: etc/rc.d : ftpproxy6 Log message: Provide an ftpproxy6 rc script. ftp-proxy can only open one listening

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 08:48:14 Modified files: lib/libc/stdlib: getopt_long.c Added files: lib/libc/hidden: getopt.h Log message: Wrap to make the functions weak and make access to the initialized

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 08:56:50 Modified files: lib/libc/crypt : crypt.c cryptutil.c lib/libc/gen : exec.c getdomainname.c getgrouplist.c gethostname.c getlogin.c

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 09:01:33 Modified files: lib/libc/gen : shm_open.c lib/libc/hidden/sys: mman.h Log message: Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weak

CVS: cvs.openbsd.org: src

2015-09-12 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2015/09/12 09:04:06 Modified files: usr.bin/openssl: prime.c Log message: Fix the openssl(1) prime command: When checking a decimal number for primality, do not unnecessarily convert the original decimal

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 09:03:39 Modified files: lib/libssl/src/ssl: s3_both.c s3_lib.c s3_srvr.c ssl_locl.h Log message: Move handshake message header length determination into a separate ssl3_handshake_msg_hdr_len()

CVS: cvs.openbsd.org: src

2015-09-12 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2015/09/12 09:02:28 Modified files: share/man/man9 : Makefile ktrace.9 Log message: ktrcsw(9) has been removed, so remove its man page too. ok guenther@ miod@ sthen@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 09:08:54 Modified files: lib/libssl/src/ssl: d1_srvr.c ssl_locl.h Log message: Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of code deduped.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 09:14:12 Modified files: usr.sbin/user : user.8 useradd.8 usermod.8 Log message: use .Cm for fixed string arguments

CVS: cvs.openbsd.org: src

2015-09-12 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2015/09/12 05:52:23 Modified files: sbin/ping6 : ping6.c Log message: typo that breaks the build

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 06:26:56 Modified files: lib/libssl/src/ssl: d1_clnt.c ssl_locl.h Log message: Uncopy and unpaste dtls1_send_client_key_exchange() - the ssl3_send_client_key_exchange() is effectively identical,

CVS: cvs.openbsd.org: src

2015-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 06:42:36 Modified files: usr.sbin/pppd : pppd.h sys-bsd.c Log message: Remove dead get_host_seed() function; Martin Natano

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 07:09:07 Modified files: lib/libssl/src/ssl: d1_srvr.c ssl_locl.h Log message: Uncopy and unpaste dtls1_send_hello_request().

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 07:13:34 Modified files: lib/libc/sys : timer_create.c timer_delete.c timer_getoverrun.c timer_gettime.c timer_settime.c Log message:

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 07:25:26 Modified files: lib/libssl/src/ssl: d1_srvr.c ssl_locl.h Log message: Uncopy and unpaste dtls1_send_server_hello().

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 07:32:25 Modified files: lib/libc/gen : fts.c Added files: lib/libc/hidden: fts.h ftw.h Log message: Wrap and so that internal calls to fts_*() go direct and fts_*(), ftw(),

CVS: cvs.openbsd.org: src

2015-09-12 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/12 07:34:12 Modified files: sys/net: if.c if_ethersubr.c if_loop.c if_var.h sys/netinet: ip_mroute.c ip_output.c sys/netinet6 : ip6_mroute.c ip6_output.c mld6.c Log

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 07:35:35 Modified files: lib/libssl/src/ssl: d1_srvr.c ssl_locl.h Log message: Uncopy and unpaste dtls1_send_server_done().

CVS: cvs.openbsd.org: src

2015-09-12 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/09/12 05:59:38 Modified files: usr.bin/hexdump: hexdump.1 Log message: Old diff found in my tree: Add HISTORY; info from the CSRG CDs.

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 06:17:01 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Use explicit_bzero() instead of memset() when clearing private keys. ok bcook@ beck@ miod@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 06:58:15 Modified files: lib/libssl/src/ssl: d1_clnt.c ssl_locl.h Log message: Uncopy and unpaste dtls1_send_client_verify() - the ssl3_send_client_verify() is different, but it correctly

CVS: cvs.openbsd.org: src

2015-09-12 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/09/12 07:03:06 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: Convert the rest of the server handshake functions to ssl3_handshake_msg_*. ok beck@

CVS: cvs.openbsd.org: src

2015-09-12 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/09/12 07:34:22 Modified files: lib/libc/gen : closedir.c dirfd.c opendir.c readdir.c seekdir.c telldir.c Added files: lib/libc/hidden: dirent.h Log message: