CVS: cvs.openbsd.org: src

2017-03-28 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2017/03/28 03:14:43 Modified files: usr.bin/mail : edit.c Log message: Prevent edit'ing a message from corrupting the mailbox. In an mbox file every message is terminated by an empty line, so we have to

CVS: cvs.openbsd.org: www

2017-03-28 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/03/28 00:41:18 Modified files: . : errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html

CVS: cvs.openbsd.org: src

2017-03-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/03/28 10:03:31 Modified files: sys/kern : kern_pledge.c Log message: Allow the multicast ttl/hops and loop options with the mcast pledge. from Matthias Pitzl; OK deraadt@

CVS: cvs.openbsd.org: src

2017-03-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/03/28 10:12:45 Log message: Call get/setsockopt(2) with various sockets and check which options cause aborts due to pledge(2) restrictions. Status: Vendor Tag: bluhm Release Tags:

CVS: cvs.openbsd.org: src

2017-03-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/03/28 10:07:07 Modified files: lib/libc/sys : pledge.2 Log message: Document the mcast pledge(2) as an addition to inet. OK deraadt@

CVS: cvs.openbsd.org: src

2017-03-28 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/03/28 10:15:33 Modified files: sbin/iked : ikev2.c Log message: Returning -1 in an imsg handler like ikev2_dispatch_cert aborts iked. -1 means "I didn't handle or know this imsg", it should not

CVS: cvs.openbsd.org: src

2017-03-28 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/03/28 10:25:21 Modified files: sbin/iked : ikev2.c Log message: Don't send informational responses before we're having the key material. iked starts sending keepalive messages after

CVS: cvs.openbsd.org: src

2017-03-28 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/03/28 13:52:03 Modified files: sbin/iked : ca.c Log message: Add helpful debug messages to tell us why public key authentication failed. This is currently only visible in debug mode (eg. iked

CVS: cvs.openbsd.org: src

2017-03-28 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/03/28 10:56:39 Modified files: sbin/iked : parse.y Log message: Remove RSA from the list of keywords, lookup is now done in a table. This lets us configure explicit old-style RSA again. OK

CVS: cvs.openbsd.org: src

2017-03-28 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2017/03/28 10:56:39 Modified files: lib/libc/stdlib: malloc.c Log message: small cleanup & optimization; ok deraadt@ millert@

CVS: cvs.openbsd.org: src

2017-03-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/03/28 10:16:30 Modified files: regress/sys/kern/pledge: Makefile Log message: Link pledge sockopt regression tests to build.

CVS: cvs.openbsd.org: src

2017-03-28 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/28 11:28:35 Modified files: sys/arch/i386/i386: cpu.c Log message: Reset ci_curmap to kernel_pmap() in cpu_hatch(). Otherwise the lazy pmap switching code might think the old pmap is still

CVS: cvs.openbsd.org: src

2017-03-28 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2017/03/28 15:38:44 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Properly handle VMX entry controls governing guest processor mode. Before seabios, this didn't matter much but now it does since

CVS: cvs.openbsd.org: src

2017-03-28 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/03/28 18:24:42 Modified files: lib/libssl/man : SSL_renegotiate.3 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2017-03-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/03/28 18:18:51 Modified files: sys/dev/usb: usb.h umodem.c Log message: Match on class communications subclass abstract control model protocol 0 "No class specific protocol required" in addition to

CVS: cvs.openbsd.org: src

2017-03-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/03/28 17:47:17 Modified files: sys/arch/arm64/arm64: vfp.c Log message: Add an instruction synchronisation barrier instruction after changing the vfp state via cpacr_el1. This matches the advice given

CVS: cvs.openbsd.org: www

2017-03-28 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/03/28 18:27:55 Modified files: faq: faq10.html faq14.html index.html Log message: move "duplicating filesystems" to the main disk/filesystem page and reorder table of contents for clarity.

CVS: cvs.openbsd.org: src

2017-03-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/03/28 21:11:22 Modified files: sys/conf : GENERIC Log message: POOL_DEBUG off for release

CVS: cvs.openbsd.org: src

2017-03-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/03/28 19:27:40 Modified files: sys/dev/usb: umodem.c Log message: Remove quirks for two devices that are known to be CDC ACM protocol 0 that are now covered by the generic class matching.

CVS: cvs.openbsd.org: src

2017-03-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/03/28 19:39:27 Modified files: sys/conf : newvers.sh Log message: move to 6.1 release, drop -beta tag

CVS: cvs.openbsd.org: www

2017-03-28 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/03/28 19:25:28 Modified files: faq: faq10.html faq14.html index.html Log message: move disk quotas section to disk/filesystem page.

CVS: cvs.openbsd.org: www

2017-03-28 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/03/28 19:18:15 Modified files: faq: faq10.html index.html Log message: rename "the rc system startup script" section to "system daemons." thin out text; in particular remove a

CVS: cvs.openbsd.org: www

2017-03-28 Thread Visa Hankala
CVSROOT:/cvs Module name:www Changes by: v...@cvs.openbsd.org2017/03/28 21:04:40 Modified files: . : 61.html Log message: Mention Loongson 3A support.

CVS: cvs.openbsd.org: src

2017-03-28 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2017/03/28 15:36:27 Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: specialreg.h Log message: add RDTSCP flags to identcpu.c ok guenther, deraadt

CVS: cvs.openbsd.org: src

2017-03-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/03/28 12:19:53 Modified files: lib/libssl/man : SSL_renegotiate.3 Log message: After i wrote SSL_renegotiate(3) from scratch, OpenSSL also documented the function. Merge the more detailed

CVS: cvs.openbsd.org: src

2017-03-28 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/03/28 12:23:53 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Previous W^X diff only changed the access permissions in the bootstrap page tables. We need to set them in the final

CVS: cvs.openbsd.org: src

2017-03-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/03/28 11:41:56 Modified files: regress/sys/kern/pledge/sockopt: Makefile Log message: Make the test also work with obj directory. from semarie@

CVS: cvs.openbsd.org: src

2017-03-28 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/03/28 12:21:55 Modified files: lib/libssl/man : SSL_get_peer_cert_chain.3 Log message: Fix typo in function name; from Markus Triska via OpenSSL commit 1f164c6f.