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 ,
tweaked by jmc@.



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



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 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 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 NUL-terminated strings.
Minus 25 lines of code, no functional change.



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 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 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 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 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.



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 
  v3_info.c v3_ncons.c v3_pcia.c 
  v3_pcons.c v3_pku.c v3_pmaps.c 
  v3_sxnet.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 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 assembly is due 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 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 numbering.



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 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 anymore!



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 translating them.

ok jmc@, schwarze@



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: 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:
regenerate, this was apparently forgotten at release time;
reported by Richard Thornton  on misc@



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.



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 there is a network problem that prevented delivery, but
it is also possible that the computer is turned off, or does not
have a mail system running right now.

Your message could not be delivered within 2 days:
Host 181.203.0.63 is not responding.

The following recipients did not receive this message:


Please reply to postmas...@wright.edu
if you feel this message to be in error.

[demime 1.01d removed an attachment of type application/octet-stream which had 
a name of mail.zip]



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 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 be jump-slot relocations, so delete the test for that.

ok miod@



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 is larger than 80x25 yet
plausible.

This is necessary to properly operate on the Alphabook 1 where the vga display
is running in a 100x37 textmode.

Other platforms are not affected.



CVS: cvs.openbsd.org: src

2015-07-25 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2015/07/25 23:09:44

Modified files:
sys/arch/alpha/pci: pci_1000.c pci_1000a.c pci_2100_a50.c 
pci_550.c pci_6600.c pci_alphabook1.c 
pci_axppci_33.c pci_eb164.c pci_eb64plus.c 
pci_kn20aa.c pci_kn300.c pci_machdep.c 
pci_machdep.h pci_up1000.c 

Log message:
Make sure pci_intr_map() will perform proper interrupt swizzling for devices
behind a bridge, if the SRM didn't pick an interrupt line for them.