CVS: cvs.openbsd.org: src

2015-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/05/05 07:36:22 Modified files: lib/libsndio : aucat.c Log message: add missing braces in _aucat_wmsg() As ratchov@ notes: all _aucat_wmsg() callers set hdl-wtodo, so your diff can't break things

CVS: cvs.openbsd.org: src

2015-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/05/05 20:36:01 Modified files: sys/arch/macppc/macppc: mainbus.c Log message: Add missing braces so this will correctly fall back to the name property of a node if device_type is not present. ok mpi@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2015/05/05 22:07:18 Modified files: usr.bin/ssh: compat.c Log message: Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419 DH-GEX messages rather than all versions of PuTTY.

CVS: cvs.openbsd.org: www

2015-05-05 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2015/05/05 18:49:27 Modified files: . : sparc.html sparc64.html Log message: couple more -5.7's.

CVS: cvs.openbsd.org: www

2015-05-05 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2015/05/05 18:43:57 Modified files: . : alpha.html amd64.html armish.html armv7.html hppa.html i386.html landisk.html loongson.html macppc.html

CVS: cvs.openbsd.org: src

2015-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/05/05 20:19:40 Modified files: sys/nfs: nfs_serv.c Log message: add missing braces ok guenther@ miod@

CVS: cvs.openbsd.org: src

2015-05-05 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/05/05 21:30:03 Modified files: sys/arch/powerpc/include: atomic.h Log message: put mpi's atomics back in, but with the return value of add (and therefore sub, inc, and dec) fixed. the asm read the

CVS: cvs.openbsd.org: src

2015-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/05/05 19:03:31 Modified files: libexec/ld.so : loader.c Log message: Fix a memory leak in _dl_load_dep_libs() ok otto@ guenther@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Chris Cappuccio
CVSROOT:/cvs Module name:src Changes by: ch...@cvs.openbsd.org 2015/05/05 17:27:47 Modified files: sys/net: pf_norm.c Log message: Eliminate rabid semicolon

CVS: cvs.openbsd.org: src

2015-05-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/05/05 19:41:55 Modified files: sys/dev/acpi : acpitz.c Log message: Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2. ok mlarkin@

CVS: cvs.openbsd.org: src

2015-05-05 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/05/05 22:00:10 Modified files: sys/uvm: uvm_swap_encrypt.c uvm_swap_encrypt.h Log message: make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call a function in uvm_swap_encrypt.c

Re: CVS: cvs.openbsd.org: src

2015-05-05 Thread Chris Cappuccio
Chris Cappuccio [ch...@cvs.openbsd.org] wrote: CVSROOT: /cvs Module name: src Changes by: ch...@cvs.openbsd.org 2015/05/05 17:27:47 Modified files: sys/net: pf_norm.c Log message: Eliminate rabid semicolon ok krw@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2015/05/05 23:45:17 Modified files: usr.bin/ssh: ssh.1 Log message: Clarify pseudo-terminal request behaviour and use pseudo-terminal consistently. bz#1716, ok jmc@ I like it deraadt@.

CVS: cvs.openbsd.org: www

2015-05-05 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2015/05/05 08:09:13 Modified files: . : orders.html Added files: images : cd57-s.gif Log message: The 5.7 release happened some days ago. Forgotten update noticed by

CVS: cvs.openbsd.org: src

2015-05-05 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/05/05 08:37:20 Modified files: lib/libc/gen : getprogname.3 Log message: Make argument name consistent and use .Fn rather than .Nm in section 3. Patch from Kaspars at Bankovskis dot net.

CVS: cvs.openbsd.org: src

2015-05-05 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/05/05 11:08:44 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces. This is what RFC3493 suggests. Fixes AI_ADDRCONFIG on

CVS: cvs.openbsd.org: src

2015-05-05 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/05/05 10:59:08 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Move the AI_ADDRCONFIG setup to its own function. Input from and ok gilles@ eric@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:src Changes by: shadc...@cvs.openbsd.org2015/05/05 10:27:20 Modified files: sys/dev/ic : i8042reg.h pckbc.c Log message: Less magic number For PS/2 - status byte - bit 5: The bit is '1' if the data on input port 60h came from the AUX

CVS: cvs.openbsd.org: src

2015-05-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/05/05 10:38:20 Modified files: share/man/man9 : Makefile Log message: Remove man page links for crypto(9) key operations; reminded by jmc@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/05/05 01:20:43 Modified files: share/man/man8 : autoinstall.8 Log message: tweak;

CVS: cvs.openbsd.org: src

2015-05-05 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/05/05 00:29:15 Modified files: lib/libc/gen : shm_open.3 Log message: Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensions ok miod@

CVS: cvs.openbsd.org: www

2015-05-05 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:www Changes by: jas...@cvs.openbsd.org 2015/05/05 02:28:01 Modified files: . : sparc64.html Log message: remove statement regarding non-working ethernet on Txx40 models for it now works. prompted by Paolo Aglialoro ok kettenis@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/05/05 14:16:44 Modified files: regress/sys/fifofs: fifotest.c fifotest.out Log message: fifofs now respects the flags a descriptor was opened with. Also add tests for when no FD events are specified. A

CVS: cvs.openbsd.org: src

2015-05-05 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/05/05 14:18:35 Modified files: regress/sys/fifofs: fifotest.out Log message: Updated fifotest.out

CVS: cvs.openbsd.org: src

2015-05-05 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/05/05 14:14:10 Modified files: sys/miscfs/fifofs: fifo_vnops.c Log message: Now that we have a_fflag in struct vop_poll_args we can handle things like POLLOUT on a read-only fd more sensibly.

CVS: cvs.openbsd.org: src

2015-05-05 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/05/05 04:16:38 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2015-05-05 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/05/05 04:17:09 Modified files: sys/dev/usb: umsm.c Log message: Huawei MU609 from Cristián Edwards. ok dcoppa@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2015/05/05 04:17:49 Modified files: usr.bin/ssh: compat.c Log message: WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that KEX method. ok markus@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/05/05 03:41:43 Modified files: sys/net: route.h rtsock.c Log message: Flag user specified routes with an AF_LINK gateway as RTF_LLINFO. This makes ND6 and ARP layers happy since they both

CVS: cvs.openbsd.org: src

2015-05-05 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/05/05 04:16:00 Modified files: sys/dev/usb: usbdevs Log message: Huawei MU609 from Cristián Edwards. ok dcoppa@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2015/05/05 15:24:58 Modified files: sys/arch/mips64/mips64: fp_emulate.c Log message: no need to swizzle load/store addresses for 32bit values on big endian systems ok miod@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/05/05 05:10:13 Modified files: usr.sbin/httpd : server_file.c Log message: Implement If-Modified-Since. From Kyle Thompson jmp AT giga DOT moe. Tweaks by me. OK benno@

CVS: cvs.openbsd.org: src

2015-05-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/05/05 05:17:34 Modified files: share/man/man9 : crypto.9 Log message: Remove references to APIs that don't exist anymore. Based on a diff from Vincent Gross dermi...@kilob.yt, thanks!