CVS: cvs.openbsd.org: src

2016-12-16 Thread Kenji Aoyama
CVSROOT:/cvs
Module name:src
Changes by: aoy...@cvs.openbsd.org  2016/12/16 22:22:34

Modified files:
sys/arch/luna88k/conf: GENERIC files.luna88k 
sys/arch/luna88k/include: conf.h 
sys/arch/luna88k/luna88k: conf.c mainbus.c 
Added files:
sys/arch/luna88k/dev: xp.c 
sys/arch/luna88k/include: xpio.h 

Log message:
Add new device xp(4), preliminary support for LUNA's I/O processor.

This is a straightforward port of NetBSD/luna68k by Izumi Tsutsui(*),
and makes LUNA's I/O auxiliary processor (called XP, actually
HD647180) possible to load and run programs.

(*): http://mail-index.netbsd.org/source-changes/2016/12/03/msg079493.html



CVS: cvs.openbsd.org: src

2016-12-16 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2016/12/16 19:25:30

Modified files:
distrib/sets/lists/comp: mi 

Log message:
sync



CVS: cvs.openbsd.org: src

2016-12-16 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2016/12/16 18:08:14

Modified files:
lib/libcrypto/man: Makefile 
Added files:
lib/libcrypto/man: X509_REQ_new.3 

Log message:
Write a new manual page X509_REQ_new(3) from scratch.
These four functions are listed in 
and in OpenSSL doc/man3/X509_dup.pod.
OpenSSL documentation specifies the wrong header file.



CVS: cvs.openbsd.org: src

2016-12-16 Thread Rafael Zalamena
CVSROOT:/cvs
Module name:src
Changes by: rzalam...@cvs.openbsd.org   2016/12/16 11:38:39

Modified files:
usr.sbin/dhcrelay: dhcrelay.8 dhcrelay.c 

Log message:
Add dhcrelay(8) command-line option for replacing Relay Agent Information
on the incoming packets.

Man page tweaks from jmc@
ok reyk@



CVS: cvs.openbsd.org: src

2016-12-16 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2016/12/16 10:55:27

Modified files:
bin/md5: md5.c 

Log message:
Move declaration of an 'i' inside the scope of its use. Which in
turn is inside an #ifdef. Thus making the code clearer by eliminating
an #ifdef in the middle of the declarations.

Suggested by millert@



CVS: cvs.openbsd.org: src

2016-12-16 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2016/12/16 10:44:59

Modified files:
bin/md5: md5.c 
lib/libc/net   : if_nameindex.c 
sbin/fsck_ext2fs: inode.c 
sbin/fsck_ffs  : inode.c 
sbin/umount: umount.c 
usr.bin/ftp: fetch.c main.c small.c 

Log message:
Eliminate some gcc warnings about 'unused variables', mostly by
adding appropriate #ifdef's around declarations.

ok millert@ (with a tweak I will commit separately)



CVS: cvs.openbsd.org: src

2016-12-16 Thread Reyk Floeter
CVSROOT:/cvs
Module name:src
Changes by: r...@cvs.openbsd.org2016/12/16 10:17:19

Modified files:
sys/dev/pv : hypervic.c 

Log message:
When running on Azure, the initial timesync "sync" message is not correct,
ignore it and only use the timesync "sample" messages.

OK mikeb@



CVS: cvs.openbsd.org: src

2016-12-16 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2016/12/16 09:56:13

Modified files:
distrib/sets/lists/comp: mi 

Log message:
sync



CVS: cvs.openbsd.org: www

2016-12-16 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2016/12/16 08:54:30

Modified files:
.  : ftp.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2016-12-16 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2016/12/16 08:54:05

Modified files:
build/mirrors  : ftp.html.end 

Log message:
use a simple bullet list rather than a paragraph of text to explain
requirements for listing a distribution mirror - easier to follow this way.
ok krw millert



CVS: cvs.openbsd.org: src

2016-12-16 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2016/12/16 08:39:08

Modified files:
lib/libssl/man : BIO_f_ssl.3 SSL_CTX_set_cert_store.3 
 SSL_CTX_set_tlsext_ticket_key_cb.3 
 SSL_CTX_set_verify.3 SSL_connect.3 
 SSL_do_handshake.3 SSL_load_client_CA_file.3 
 SSL_set_max_send_fragment.3 SSL_want.3 ssl.3 

Log message:
various minor cleanup;



CVS: cvs.openbsd.org: src

2016-12-16 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2016/12/16 07:50:58

Modified files:
lib/libcrypto/man: Makefile X509_CRL_get0_by_serial.3 
Added files:
lib/libcrypto/man: X509_REVOKED_new.3 

Log message:
Document X509_REVOKED_new(3) and X509_REVOKED_free(3) and move
X509_REVOKED_set_serialNumber(3) and X509_REVOKED_set_revocationDate(3)
into this new page.  Replace irrelevant cross references with
relevant cross references to X509_CRL* pages.



CVS: cvs.openbsd.org: src

2016-12-16 Thread Rafael Zalamena
CVSROOT:/cvs
Module name:src
Changes by: rzalam...@cvs.openbsd.org   2016/12/16 05:24:43

Modified files:
sys/netinet: igmp.c 

Log message:
Move the if_get/if_put to the caller of igmp_sendpkt so we avoid having
to do this lookup twice.

Suggested by and ok mpi@



CVS: cvs.openbsd.org: src

2016-12-16 Thread Frederic Cambus
CVSROOT:/cvs
Module name:src
Changes by: fcam...@cvs.openbsd.org 2016/12/16 05:01:19

Modified files:
etc/etc.loongson: sysctl.conf 
sys/arch/loongson/loongson: machdep.c 
sys/arch/mips64/include: cpu.h 

Log message:
Provide the "machdep.lidsuspend" sysctl on Loongson.

OK visa@



CVS: cvs.openbsd.org: www

2016-12-16 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2016/12/16 03:36:31

Modified files:
.  : httpd.conf 

Log message:
typo



CVS: cvs.openbsd.org: src

2016-12-16 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2016/12/16 02:56:33

Modified files:
lib/libcrypto/man: Makefile 
Added files:
lib/libcrypto/man: X509_CRL_new.3 

Log message:
Write X509_CRL_new(3) manual page from scratch.  These four functions
are listed in  and in OpenSSL doc/man3/X509_dup.pod.
Note that the OpenSSL documentation specifies the wrong header file.

Link to all pages dealing with X509_CRL objects.



CVS: cvs.openbsd.org: src

2016-12-16 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2016/12/16 02:17:59

Modified files:
lib/libcrypto/man: Makefile 
Added files:
lib/libcrypto/man: X509_CINF_new.3 

Log message:
Write new X509_CINF_new(3) manual page from scratch.  These functions
are listed in  and in OpenSSL doc/man3/X509_dup.pod.
Note that the OpenSSL documentation specifies the wrong header file.



CVS: cvs.openbsd.org: src

2016-12-16 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2016/12/16 01:53:30

Modified files:
lib/libcrypto/man: ERR_GET_LIB.3 

Log message:
Document ERR_FATAL_ERROR(3), tweaked by me.

OpenSSL commit 036ba500f7886ca2e7231549fa574ec2cdd45cef
Author: Benjamin Kaduk 
Date:   Thu Dec 8 12:01:31 2016 -0600



CVS: cvs.openbsd.org: src

2016-12-16 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2016/12/16 01:49:43

Modified files:
lib/libcrypto/man: BUF_MEM_new.3 

Log message:
Fix error in the description of BUF_reverse(3), tweaked by me.

OpenSSL commit 498180de5c766f68f6d2b65454357bc263773c66
Author: Dmitry Belyavskiy 
Date:   Mon Dec 12 15:35:09 2016 +0300