CVS: cvs.openbsd.org: src

2014-07-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/07/11 00:06:25 Modified files: usr.sbin/ldapd : ssl.c Log message: add additional includes required to build with -DOPENSSL_NO_DEPRECATED

CVS: cvs.openbsd.org: src

2014-07-10 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2014/07/10 21:31:52 Modified files: usr.bin/ftp: fetch.c ftp.1 ftp_var.h main.c Log message: Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a -U command-line option. feedback from

CVS: cvs.openbsd.org: src

2014-07-10 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/07/10 21:17:20 Added files: sys/ddb: db_dwarf.c db_dwarf.h Log message: Add basic DWARF line table decoder Includes a stand-alone addr2line clone for userspace testing. Tested extensively on a

CVS: cvs.openbsd.org: src

2014-07-10 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2014/07/10 21:06:08 Modified files: sys/dev/acpi : acpi.c sys/kern : vfs_bio.c sys/sys: hibernate.h Log message: Flush the buffercache to 16MB on hibernate and restore its p

CVS: cvs.openbsd.org: www

2014-07-10 Thread Brett Mahar
CVSROOT:/cvs Module name:www Changes by: br...@cvs.openbsd.org 2014/07/10 21:00:53 Modified files: . : plus.html Log message: plus.html for June 30 to July 6.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/07/10 19:10:35 Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: Fix dumb copy/paste mistake. Noticed testing with clang.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/07/10 18:38:17 Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: Fix explicit_bzero regress for Solaris and OS X compatibility Solaris and OS X clobber the signal stack whe

CVS: cvs.openbsd.org: xenocara

2014-07-10 Thread Todd Fries
CVSROOT:/cvs Module name:xenocara Changes by: t...@cvs.openbsd.org2014/07/10 16:58:16 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.i386 md.landisk

CVS: cvs.openbsd.org: src

2014-07-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/07/10 16:45:58 Modified files: lib/libssl/src/crypto: cpt_err.c cryptlib.c crypto.h md32_common.h lib/libssl/src/crypto/asn1: ameth_lib.c asn1_err.c d2i_pr.c

CVS: cvs.openbsd.org: src

2014-07-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2014/07/10 16:33:44 Modified files: regress/usr.sbin/relayd: Relayd.pm Added files: regress/usr.sbin/relayd: args-dryrun.pl Log message: Test relayd error message for a broken config file.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 16:16:48 Modified files: sys/kern : kern_malloc.c Log message: instead of defining two versions of bucketidx, just don't inline for small. ok deraadt

CVS: cvs.openbsd.org: src

2014-07-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/07/10 16:13:39 Modified files: lib/libssl/src/crypto: cryptlib.c cryptlib.h Log message: OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used by OpenSSLDie(), which is in the same fil

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 15:58:08 Modified files: lib/libssl/src/crypto/asn1: f_enum.c f_string.c Log message: Use size_t as realloc() size argument whenever possible. ok tedu@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 15:57:40 Modified files: lib/libssl/src/crypto/bio: b_sock.c Log message: Simplify realloc() usage; ok tedu@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 15:57:21 Modified files: lib/libssl/src/crypto/x509v3: v3_pci.c Log message: Upon realloc() failure, free() the original pointer and remove the stupid comments implying you don't have to. ok tedu@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2014/07/10 15:50:42 Modified files: sys/arch/octeon/dev: octhci.c Log message: panic() doesn't need a newline ok pirofti@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/10 15:46:09 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2014-07-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 15:46:04 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/armish/armish: armish_machdep.c sys/arch/armv7/armv7: armv7_machdep.c

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 15:42:43 Modified files: lib/libssl/src/crypto/pkcs7: pk7_smime.c Log message: KNF

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 15:40:59 Modified files: lib/libssl/src/crypto/pkcs7: pk7_smime.c Log message: Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removing the error path altogether and simplifyin

CVS: cvs.openbsd.org: src

2014-07-10 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2014/07/10 15:36:49 Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: remove unused variable from ssl3_get_client_hello ok tedu@ miod@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 15:14:22 Modified files: lib/libc/stdlib: atexit.c Log message: as noted by google/android via kettenis, atexit handlers can install new handlers. if this happens, restart the loop. ok kettenis ma

CVS: cvs.openbsd.org: src

2014-07-10 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2014/07/10 15:12:33 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocation.pm PkgAdd.pm Log message: make quirks slightly more special, grab the whole packing-list always, and display the timestamp from t

CVS: cvs.openbsd.org: src

2014-07-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 14:57:40 Modified files: sys/dev/usb: ehci.c ohci.c uhci.c Log message: Do not set the bus dying flag during DVACT_DEACTIVATE otherwise the explore thread will not disconnect the root hub. Th

CVS: cvs.openbsd.org: src

2014-07-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2014/07/10 14:53:13 Modified files: regress/usr.sbin/relayd: args-http-persistent.pl args-http-put.pl args-https-persistent.pl

CVS: cvs.openbsd.org: src

2014-07-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/07/10 14:42:45 Modified files: lib/libssl/src/crypto: cryptlib.h lib/libssl/src/crypto/asn1: a_strex.c Log message: Inline the only use of the HEX_SIZE macro and nuke both DECIMAL_SIZE and HEX_

CVS: cvs.openbsd.org: src

2014-07-10 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2014/07/10 14:37:42 Modified files: sys/arch/armv7/armv7: armv7_machdep.c sys/arch/luna88k/luna88k: machdep.c Log message: boot(9): More comment removal about cold/savectx() missed in previo

CVS: cvs.openbsd.org: src

2014-07-10 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/10 14:35:35 Modified files: usr.bin/rdist : defs.h Log message: Missed a chunk of the previous

CVS: cvs.openbsd.org: src

2014-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/10 14:33:42 Modified files: usr.bin/vi/ex : ex_txt.c Log message: add missing include file to bring in protos

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 14:22:00 Modified files: lib/libssl/src/crypto/srp: srp_lib.c Log message: Make sure srp_Calc_k() digest operations are checked for error; from Florian Zumbiehl (florz , florz . de) on tech@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 14:18:51 Modified files: lib/libssl/src/crypto/srp: srp_lib.c Log message: Make sure SRP_Calc_client_key() returns NULL instead of a pristine BN_new() upon error; from Florian Zumbiehl (florz , fl

CVS: cvs.openbsd.org: src

2014-07-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/07/10 14:16:48 Modified files: usr.sbin/smtpd : ca.c ssl.c Log message: add additional includes required to build with -DOPENSSL_NO_DEPRECATED ok eric@ gilles@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2014/07/10 14:15:27 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/armish/armish: armish_machdep.c sys/arch/aviion/aviion: machdep.c

CVS: cvs.openbsd.org: src

2014-07-10 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/07/10 14:11:12 Modified files: sbin/fsck_msdos: fat.c Log message: Uninitialized values (-1) in FSInfo are perfectly valid. Merged from NetBSD revision 1.24. ok krw@ (who came up with the same diff)

CVS: cvs.openbsd.org: src

2014-07-10 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/07/10 14:09:53 Modified files: sbin/newfs_msdos: newfs_msdos.c Log message: Not initializing "next free cluster" is better than pointing at a cluster that is in use. Merged from NetBSD rev 1.9. ok krw

CVS: cvs.openbsd.org: src

2014-07-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/07/10 14:02:58 Modified files: lib/libssl/src/crypto: cryptlib.c cryptlib.h Log message: Nuke OPENSSL_NONPIC_relocated since nothing uses it. ok miod@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2014/07/10 14:02:32 Modified files: usr.sbin/relayd: relay_http.c regress/usr.sbin/relayd: args-http-remove.pl Log message: Print "%s (removed)" into relayd log and test for that string. suggested b

CVS: cvs.openbsd.org: src

2014-07-10 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2014/07/10 13:44:35 Modified files: sys/arch/arm/arm: arm32_machdep.c Log message: KNF.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2014/07/10 13:42:59 Modified files: regress/usr.sbin/relayd: args-http-append.pl args-http-change-path.pl args-http-change.pl

CVS: cvs.openbsd.org: src

2014-07-10 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/07/10 13:35:38 Modified files: share/man/man9 : malloc.9 Log message: Oops, fix man page typo. thx Jean-Philippe Ouellet

CVS: cvs.openbsd.org: src

2014-07-10 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/07/10 13:33:16 Modified files: share/man/man9 : Makefile malloc.9 sys/sys: malloc.h sys/kern : kern_malloc.c Log message: Add mallocarray(9) While here, change malloc(9)

CVS: cvs.openbsd.org: src

2014-07-10 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/07/10 13:31:07 Modified files: sbin/newfs_msdos: newfs_msdos.8 newfs_msdos.c Log message: Put boot signature always at end of 512 byte sector, even on disks with larger sector sizes. 512 bytes is also

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 13:30:06 Modified files: lib/libssl/src/crypto/evp: evp_key.c Log message: Kill a blatantly outdated (and now wrong) comment

CVS: cvs.openbsd.org: src

2014-07-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 13:23:10 Modified files: share/man/man9 : autoconf.9 Log message: No need to talk about config_activate(), we don't have it anymore.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/07/10 13:14:40 Modified files: share/man/man1 : gcc-local.1 gnu/usr.bin/gcc/gcc: toplev.c gnu/gcc/gcc: common.opt opts.c Log message: Backport support for -Wframe-larger-than=N to

CVS: cvs.openbsd.org: src

2014-07-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 13:13:55 Modified files: sys/scsi : sd.c Log message: Now that sd(4) drives under softraid0 have their cache flushed when DVACT_POWERDOWN is propagated in this subtree, there is no need for

CVS: cvs.openbsd.org: src

2014-07-10 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/07/10 13:00:23 Modified files: lib/libc/sys : mmap.2 sys/sys: mman.h Log message: Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal ok miod

CVS: cvs.openbsd.org: src

2014-07-10 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/07/10 12:59:49 Modified files: sbin/fsck_msdos: dir.c Log message: Avoid out of boundary access when checking invalid long filenames. Addressed by NetBSD in revision 1.24, but instead of ignoring the f

Re: CVS: cvs.openbsd.org: src

2014-07-10 Thread Otto Moerbeek
On Thu, Jul 10, 2014 at 01:53:07PM +0200, Henning Brauer wrote: > * Reyk Floeter [2014-07-10 13:52]: > > date: 2013/07/04 17:35:52 > > so much for ancient history :) OK, good, I'll kill that neuron in my brain so it doesn't fire anymore.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/07/10 11:12:05 Modified files: sbin/fsck_msdos: boot.c Log message: Validate file system information which are critical for fsck_msdos operation. ok krw@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2014/07/10 11:08:33 Modified files: sbin/fsck_msdos: boot.c Log message: Validate number of FATs. Merged from Android (commitid 6c29bbe8d58e6fe8755935a04166ecf82ff31f47) ok krw@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2014/07/10 09:54:55 Modified files: usr.sbin/smtpd : ca.c control.c lka.c queue.c smtpd.c Log message: make the control process broadcast verbose/profile admin requests directly, rather than going through th

CVS: cvs.openbsd.org: src

2014-07-10 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2014/07/10 08:45:02 Modified files: usr.sbin/smtpd : queue.c scheduler.c scheduler_api.c scheduler_backend.c scheduler_null.c scheduler_proc.c scheduler_ramq

CVS: cvs.openbsd.org: src

2014-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/10 08:39:18 Modified files: usr.bin/systat : systat.h Log message: repair prototypes

CVS: cvs.openbsd.org: www

2014-07-10 Thread Stefan Sperling
CVSROOT:/cvs Module name:www Changes by: s...@cvs.openbsd.org2014/07/10 08:34:29 Modified files: faq: current.html Log message: Add entry about ifconfig scan change.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/10 08:33:18 Modified files: sys/sys: file.h Log message: struct ucred; for fstat _KERNEL block

CVS: cvs.openbsd.org: src

2014-07-10 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/07/10 08:32:28 Modified files: sbin/ifconfig : ifconfig.c sys/net80211 : ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h Log message: Return RSN (WPA) informa

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 08:29:27 Modified files: usr.bin/rdist : config.h os-openbsd.h rdist.1 rdist.c Log message: fleanse out oldrdist support

CVS: cvs.openbsd.org: src

2014-07-10 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/10 08:29:03 Modified files: usr.bin/rdist : common.c config-data.h Log message: Assume POSIX: write() takes size_t and returns ssize_t

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 08:28:50 Modified files: lib/libssl/src/doc/crypto: BIO_push.pod Log message: Fix examples description, and use less ambiguous wording.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/10 08:25:30 Modified files: usr.bin/fstat : fuser.c Log message: expected user.h fallout; _KERNEL case needs manual pull of ucred.h

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 08:26:16 Removed files: usr.bin/oldrdist: Makefile defs.h docmd.c expand.c gram.y lookup.c main.c oldrdist.1 pathnames.h server.c Log message:

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 08:25:28 Modified files: usr.bin: Makefile Log message: oldrdist is old. pre-ok guenther

CVS: cvs.openbsd.org: src

2014-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/10 08:21:20 Modified files: sys/arch/sh/sh : trap.c sys/dev/ata: wd.c sys/dev/isa: spkr.c sys/dev/pci: ahci_pci.c azalia.c if_em.h if_ixgb.h ixgbe.h sys/

CVS: cvs.openbsd.org: src

2014-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/10 08:16:49 Modified files: sys/sys: ipc.h sem.h Log message: struct proc; and struct ucred; only needed for ipcs in kernel-grovel mode behind #define _KERNEL (it is what it is)

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 08:14:04 Modified files: lib/libssl/src/doc/crypto: BIO_f_md.pod BIO_find_type.pod BIO_s_accept.pod BIO_s_connect.pod EVP_Dige

CVS: cvs.openbsd.org: src

2014-07-10 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/07/10 08:11:56 Modified files: usr.bin/cut: cut.1 Log message: tweak previous; ok tedu

CVS: cvs.openbsd.org: src

2014-07-10 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2014/07/10 08:12:31 Modified files: usr.bin/m4 : gnum4.c Log message: annotate regexp error messages with source string. okay miod@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/07/10 08:08:13 Modified files: usr.bin/netstat: unix.c Log message: #define _KERNEL hack requires ucred.h now as well

CVS: cvs.openbsd.org: src

2014-07-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/07/10 07:58:23 Modified files: lib/libssl/src/crypto: cryptlib.c cryptlib.h lib/libssl/src/crypto/aes: aes_wrap.c lib/libssl/src/crypto/asn1: a_bitstr.c a_bytes.c a_gentm.c

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 07:53:11 Modified files: lib/libssl/src/doc/crypto: ASN1_STRING_new.pod ASN1_STRING_print_ex.pod BF_set_key.pod BIO.pod BIO_ct

CVS: cvs.openbsd.org: src

2014-07-10 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2014/07/10 07:52:15 Modified files: sys/dev/acpi : acpi.c Log message: remove unneeded header ok mlarkin@

CVS: cvs.openbsd.org: src

2014-07-10 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2014/07/10 07:48:03 Modified files: usr.sbin/npppd/pptp: pptpd.c Log message: Tweak accept pacing in pptp. Add handling when accept_add() fails and add logging when accept() fails in EMFILE or ENFILE.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/10 07:46:31 Modified files: lib/librthread : Makefile lib/libc/gen : Makefile.inc Added files: lib/libc/gen : __tfork_thread.3 Removed files: lib/librthread : __t

CVS: cvs.openbsd.org: src

2014-07-10 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/07/10 07:42:53 Modified files: lib/libc/sys : madvise.2 posix_madvise.c Log message: posix_madvise() should return the errno value on error, not -1 ok tedu@ jmc@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 07:38:52 Modified files: lib/libssl/src/doc/crypto: DES_set_key.pod Log message: Fewer lies, also do not document DES_3cbc_encrypt anymore.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 07:36:38 Modified files: sys/nfs: nfs_debug.c Log message: delete some boolean_t poison

CVS: cvs.openbsd.org: src

2014-07-10 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2014/07/10 07:34:32 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/arm/arm: arm32_machdep.c sys/arch/aviion/aviion: machdep.c

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 07:34:39 Modified files: sys/kern : subr_pool.c Log message: drain some boolean_t poison

CVS: cvs.openbsd.org: src

2014-07-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2014/07/10 07:31:57 Modified files: sbin : Makefile.inc Log message: -Werror-implicit-function-declaration OK miod@, deraadt@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2014/07/10 07:31:23 Modified files: sbin/disklabel : editor.c extern.h Log message: Forward declarations for mpcopy & mpfree. OK miod@, deraadt@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 07:18:56 Modified files: lib/libssl/src/doc/crypto: PKCS12_create.pod Log message: Features introduce in OpenSSL 0.9.8 do not deserve their own section. Instead, fold their description in the main

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 07:08:58 Modified files: lib/libssl/src/doc/crypto: CMS_encrypt.pod EVP_EncryptInit.pod EVP_SealInit.pod PKCS7_encrypt.pod Log message: Attempt to (incompletely

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 06:55:14 Modified files: bin: Makefile.inc lib/libc : Makefile.inc Log message: sprinkle in -Werror-implicit-function-declaration to disable one of the worst C misfeatur

Re: CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
On Thu, Jul 10, 2014 at 13:26, Jason McIntyre wrote: > On Thu, Jul 10, 2014 at 05:18:32AM -0600, Ted Unangst wrote: >> CVSROOT: /cvs >> Module name: src >> Changes by: t...@cvs.openbsd.org2014/07/10 05:18:32 >> >> Modified files: >> usr.bin/cut: cut.1 >> >> Log message: >> add a n

CVS: cvs.openbsd.org: src

2014-07-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/07/10 06:50:05 Modified files: sbin/iked : ca.c crypto.c dh.c usr.sbin/relayd: ssl.c Log message: add additional includes required to build with -DOPENSSL_NO_DEPRECATED ok reyk@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 06:46:28 Modified files: lib/libc/sys : posix_madvise.c Log message: prototype for _thread_sys_madvise

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 06:36:58 Modified files: lib/libssl/src/crypto/rsa: rsa_crpt.c Log message: RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory' if it fails, then never uses it anymore, and m

Re: CVS: cvs.openbsd.org: src

2014-07-10 Thread Jason McIntyre
On Thu, Jul 10, 2014 at 05:18:32AM -0600, Ted Unangst wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2014/07/10 05:18:32 > > Modified files: > usr.bin/cut: cut.1 > > Log message: > add a note that fields are returned in input order. ok deraadt s

CVS: cvs.openbsd.org: src

2014-07-10 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/07/10 06:24:25 Modified files: lib/libssl/src/crypto/asn1: tasn_fre.c Log message: make asn1 free safe to call with null pointers of any type. ok jsing miod

CVS: cvs.openbsd.org: src

2014-07-10 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 06:21:09 Modified files: sys/kern : vfs_subr.c sys/dev: softraid.c softraidvar.h Log message: Stop using a shutdown hook for softraid(4) and explicitly shutdown the discipli

CVS: cvs.openbsd.org: src

2014-07-10 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2014/07/10 06:20:19 Modified files: sys/arch/octeon/dev: octhci.c Log message: Add missing dmesg colon after probe information. Noticed by deraadt@, thanks!

CVS: cvs.openbsd.org: src

2014-07-10 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2014/07/10 06:14:48 Modified files: sys/arch/amd64/amd64: lock_machdep.c sys/arch/i386/i386: lock_machdep.c Log message: fix some errors in lockdebug code. not enabled by default. ok dlg@

CVS: cvs.openbsd.org: src

2014-07-10 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2014/07/10 06:13:49 Modified files: sys/sys: reboot.h sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/armish/armish: armish_machdep.c

CVS: cvs.openbsd.org: src

2014-07-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/07/10 06:09:43 Modified files: lib/libssl/src/crypto/pkcs12: p12_key.c Log message: One sure hopes that OPENSSL_cleanse will: /* Clear password from memory */

CVS: cvs.openbsd.org: src

2014-07-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/07/10 06:08:50 Modified files: lib/libssl/src/crypto/pkcs7: pk7_doit.c Log message: Remove #if 0 code which dumps your data to stdout.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/07/10 06:08:22 Modified files: lib/libssl/src/crypto/rsa: rsa.h Log message: Tweak some comments. We do not really need to know that "New!" flags were added 10+ years ago (they're kinda somewhat stale b

CVS: cvs.openbsd.org: src

2014-07-10 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2014/07/10 06:05:36 Modified files: sys/arch/octeon/dev: octhci.c Log message: Add bus and root hub routines to prevent panic at attach. Root hub routines inspired by xhci(4) with help from mpi@. dmesg pro

CVS: cvs.openbsd.org: src

2014-07-10 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2014/07/10 05:59:57 Modified files: sys/arch/octeon/conf: GENERIC Log message: Force iobus0 for octhci and maintain spacing style.

CVS: cvs.openbsd.org: src

2014-07-10 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/07/10 05:58:09 Modified files: lib/libssl/src/ssl: ssl.h ssl_ciph.c ssl_lib.c Log message: Remove more compression tendrils. ok tedu@

  1   2   >