CVS: cvs.openbsd.org: src

2015-07-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/25 03:45:52 Modified files: usr.sbin/rcctl : rcctl.8 Log message: Use .Cm rather than .Ar for fixed strings passed as arguments (command modifiers). Patch from Michael Reed m dot reed at

CVS: cvs.openbsd.org: src

2015-07-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/25 08:17:48 Modified files: usr.bin/mandoc : mdoc_term.c Log message: basic tag support for function names; written at YYC

CVS: cvs.openbsd.org: src

2015-07-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/25 08:22:40 Modified files: usr.bin/mandoc : mdoc_term.c Log message: implement tagging for .Er

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 08:49:46 Modified files: lib/libssl/src/crypto/krb5: krb5_asn.c Log message: Expand ASN.1 template macros - no change in generated assembly.

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 08:52:47 Modified files: lib/libssl/src/crypto/ocsp: ocsp_asn.c Log message: Expand ASN.1 template macros - no change in generated assembly.

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 10:00:15 Modified files: lib/libssl/src/crypto/x509v3: v3_akeya.c v3_bcons.c v3_cpols.c v3_crld.c v3_extku.c v3_genn.c

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 11:07:17 Modified files: lib/libssl/src/crypto/asn1: tasn_utl.c x_bignum.c x_long.c Log message: Manually expand ASN.1 template macros - only change in generated assembly is due to line

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 11:20:02 Modified files: lib/libssl/src/crypto/asn1: asn1t.h Log message: Place the ASN.1 template macros (and remaining implement macros) under #ifndef LIBRESSL_INTERNAL - we're not using these

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 09:33:06 Modified files: lib/libssl/src/crypto/pkcs7: pk7_asn1.c Log message: Expand ASN.1 template macros - no change in generated assembly.

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 11:08:40 Modified files: lib/libssl/src/crypto/pkcs12: p12_asn.c Log message: Expand another ASN.1 template macro that snuck through last time around. No change in generated assembly.

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 08:36:39 Modified files: lib/libssl/src/crypto/ec: ec_asn1.c Log message: Expand ASN.1 template macros - the generated assembly only differs by changes to line numbers.

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 09:22:10 Modified files: lib/libssl/src/crypto/cms: cms_asn1.c Log message: Expand another wall of ASN.1 template macros - no change to generated assembly.

CVS: cvs.openbsd.org: src

2015-07-25 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2015/07/25 11:19:21 Modified files: lib/libcrypto/man: BN_rand.3 Log message: double word fix. ok jmc@, schwarze@

CVS: cvs.openbsd.org: src

2015-07-25 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2015/07/25 11:28:59 Modified files: lib/libssl/src/doc/crypto: EVP_PKEY_verify.pod engine.pod Log message: double words fix; docs are slowly getting moved to mdoc, but this change will help people

CVS: cvs.openbsd.org: src

2015-07-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/25 08:01:39 Modified files: usr.bin/mandoc : mdoc_term.c tag.c tag.h Log message: basic support for tag priorities; written at YYC

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 10:14:29 Modified files: lib/libssl/src/crypto/x509v3: v3_crld.c v3_ncons.c v3_pcons.c Log message: Expand ASN.1 template macros that got missed in the last pass - only change to generated

CVS: cvs.openbsd.org: src

2015-07-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/25 08:28:40 Modified files: usr.bin/mandoc : mdoc_term.c tag.c tag.h Log message: Simplify and make tag_put() more efficient by integrating tag_get() into it and by only handling

CVS: cvs.openbsd.org: src

2015-07-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/07/25 09:42:14 Modified files: lib/libssl/src/crypto/pkcs12: p12_asn.c Log message: Expand ASN.1 template macros - no change in generated assembly.

Delivery failed

2015-07-25 Thread pmateti
Your message was undeliverable due to the following reason: Your message was not delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely

CVS: cvs.openbsd.org: src

2015-07-25 Thread Rafael Zalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2015/07/25 12:07:18 Modified files: sbin/ifconfig : ifconfig.8 Log message: Teach ifconfig(8) man page about the mpw(4) commands. ok jmc@

CVS: cvs.openbsd.org: www

2015-07-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2015/07/25 13:16:47 Modified files: build/mirrors : ftp.html.head Log message: updated two outdated numbers; committing because the generated files need regenatation anyway

CVS: cvs.openbsd.org: src

2015-07-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/25 14:45:05 Modified files: sys/arch/m88k/include: pmap.h sys/arch/m88k/m88k: pmap.c Log message: Only store mod/ref flags in the vm_page_md struct, not in every pv_entry.

CVS: cvs.openbsd.org: www

2015-07-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2015/07/25 13:18:19 Modified files: build/mirrors : ftp.html.end Log message: add missing armv7 subdirectory; committing because the generated files need regeneration anyway

CVS: cvs.openbsd.org: www

2015-07-25 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2015/07/25 13:24:19 Modified files: . : ftp.html openbgpd : ftp.html openntpd : portable.html openssh: ftp.html portable.html Log message:

CVS: cvs.openbsd.org: src

2015-07-25 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/07/25 21:08:16 Modified files: libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/sparc: rtld_machine.c Log message: Copy relocations can't

CVS: cvs.openbsd.org: src

2015-07-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/25 21:17:07 Modified files: sys/dev/ic : vga.c vgavar.h Log message: When attaching on an alpha system, get the current textmode resolution by querying the 6845 registers, and preserve it if it

CVS: cvs.openbsd.org: src

2015-07-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/25 20:14:09 Modified files: sys/dev/ic : i82365.c Log message: Make pcic_ident_ok() completely silent in case of failure.

CVS: cvs.openbsd.org: src

2015-07-25 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/25 06:29:41 Modified files: share/man/man3 : intro.3 share/man/man7 : hier.7 Log message: some radius bits; help/ok yasuoka