CVS: cvs.openbsd.org: src

2016-01-26 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2016/01/26 03:23:19 Modified files: sys/dev/pci: if_vmx.c Log message: Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flip the generation bit to pass the tx descriptor and mbuf to the

CVS: cvs.openbsd.org: src

2016-01-26 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/01/26 23:44:58 Modified files: usr.bin/ssh: auth-krb5.c Log message: change old $FreeBSD version string in comment so it doesn't become an RCS ident downstream; requested by des AT des.no

CVS: cvs.openbsd.org: src

2016-01-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/01/26 21:35:56 Modified files: sys/net: if_pfsync.c Log message: white space tweaks. no functional change.

CVS: cvs.openbsd.org: src

2016-01-26 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2016/01/26 00:58:35 Modified files: usr.sbin/vmctl : vmctl.c Log message: lseek() + write() can be replaced by a slightly shorter ftruncate() call. Note that using ftruncate() to extend a file is not

CVS: cvs.openbsd.org: src

2016-01-26 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/01/26 06:57:02 Modified files: lib/libc/stdio : fputwc.c Log message: When encoding fails in fputwc(3), set the error indicator as required by POSIX and as FreeBSD, SunOS 10/11, and glibc also

CVS: cvs.openbsd.org: src

2016-01-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/26 08:23:11 Modified files: sys/dev/pv : xen.c Log message: Make sure to use locked atomic operations even on the SP kernel When executed under the hypervisor we need to make sure that CAS and

CVS: cvs.openbsd.org: src

2016-01-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/26 08:31:02 Modified files: sys/dev/pv : xen.c Log message: Implement a rather conservative bus_dmamap_sync API

CVS: cvs.openbsd.org: src

2016-01-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/26 08:35:21 Modified files: sys/dev/pv : xen.c Log message: Add a grant table reference invalidation spin out check This debugging check has been helpful in identifying and fixing a few issues

CVS: cvs.openbsd.org: src

2016-01-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/26 08:51:07 Modified files: sys/dev/pv : xen.c Log message: No need to take a grant table entry mutex in xen_grant_table_{enter,remove} Grant table API is constructed in a way that once

CVS: cvs.openbsd.org: www

2016-01-26 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/26 08:58:43 Modified files: faq: faq8.html Log message: Mention Go and Rust. From Michal Mazurek ok mmcc@

CVS: cvs.openbsd.org: src

2016-01-26 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2016/01/26 08:44:28 Modified files: lib/libc/stdlib: malloc.c Log message: Don't crash dumping malloc stats if malloc_init hasn't been called, noted by David CARLIER

CVS: cvs.openbsd.org: src

2016-01-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/26 09:13:32 Modified files: sys/dev/pv : if_xnf.c Log message: Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_event Setting rxr_ and/or txr_cons_event value allows domU to

CVS: cvs.openbsd.org: src

2016-01-26 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/26 09:13:09 Modified files: sbin/pdisk : dump.c file_media.c partition_map.c validate.c Log message: Whitespace, line wrapping fixes.

CVS: cvs.openbsd.org: src

2016-01-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/26 09:31:05 Modified files: sys/dev/pv : if_xnf.c Log message: Rewrite tx path to use flat transmit ring without fragment chains Xen doesn't provide transmit fragment chains so initially they

CVS: cvs.openbsd.org: src

2016-01-26 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/26 09:39:00 Modified files: sbin/pdisk : dump.c io.c partition_map.c pdisk.c validate.c Log message: Whitespace, line wrapping fixes. Nuke many superfluous '{}' around single statements. 0 ->

CVS: cvs.openbsd.org: www

2016-01-26 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2016/01/26 09:53:57 Modified files: . : 59.html Log message: Add Rust to the list of package versions

CVS: cvs.openbsd.org: src

2016-01-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2016/01/26 10:01:01 Modified files: sys/dev/pv : if_xnf.c Log message: Convert membar_* operations to bus_dmamap_sync calls

CVS: cvs.openbsd.org: src

2016-01-26 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/01/26 10:39:31 Modified files: bin/ksh: edit.h emacs.c Log message: remove a useless macro ok nicm@

CVS: cvs.openbsd.org: src

2016-01-26 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2016/01/26 11:02:51 Modified files: usr.bin/mg : fileio.c Log message: ensure the backup file has the same mtime as the original file, this is in line with emacs' behaviour. from Harald Dunkel via Han

CVS: cvs.openbsd.org: src

2016-01-26 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/01/26 11:26:19 Modified files: usr.sbin/rarpd : arptab.c usr.sbin/arp : arp.c usr.sbin/ndp : ndp.c sbin/dhclient : dhclient.c Log message: Use an unsigned int rather

Re: CVS: cvs.openbsd.org: src

2016-01-26 Thread Michael McConville
Michael McConville wrote: > CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org2016/01/26 11:26:19 > > Modified files: > usr.sbin/rarpd : arptab.c > usr.sbin/arp : arp.c > usr.sbin/ndp : ndp.c > sbin/dhclient : dhclient.c > > Log

Re: CVS: cvs.openbsd.org: src

2016-01-26 Thread Michael McConville
Michael McConville wrote: > Michael McConville wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: m...@cvs.openbsd.org2016/01/26 11:26:19 > > > > Modified files: > > usr.sbin/rarpd : arptab.c > > usr.sbin/arp : arp.c > > usr.sbin/ndp : ndp.c > >

CVS: cvs.openbsd.org: src

2016-01-26 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/01/26 11:35:01 Modified files: usr.bin/telnet : telnet.c usr.sbin/bgpd : config.c Log message: typos

CVS: cvs.openbsd.org: src

2016-01-26 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/01/26 12:09:57 Modified files: sbin/newfs_ext2fs: mke2fs.c Log message: Remove needless zeroing. Anonymously mapped memory is always zeroed. ok tb@

CVS: cvs.openbsd.org: www

2016-01-26 Thread Joerg Jung
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2016/01/26 12:57:23 Modified files: opensmtpd : index.html Log message: link updated faq guide from index, also move lists up to resources while here discussed with tj, suggestions from sthen and

CVS: cvs.openbsd.org: www

2016-01-26 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/01/26 13:58:30 Modified files: faq: faq10.html faq13.html faq14.html faq3.html faq5.html faq6.html faq8.html faq9.html index.html Log

CVS: cvs.openbsd.org: src

2016-01-26 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/26 14:07:54 Modified files: sbin/pdisk : dump.c file_media.c partition_map.c pdisk.c Log message: dpme_name and dpme_type are NUL-terminated in Apple code, so use strlcpy() to fill them. They

CVS: cvs.openbsd.org: src

2016-01-26 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2016/01/26 15:23:15 Modified files: sys/net: if_pfsync.c Log message: - state keys imported by if_pfsync trip refcnt != ~0 Assert OK mpi@

CVS: cvs.openbsd.org: src

2016-01-26 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2016/01/26 15:26:54 Modified files: distrib/miniroot: dot.profile Log message: spacing OK krw@

CVS: cvs.openbsd.org: src

2016-01-26 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/26 16:41:48 Modified files: sbin/pdisk : io.c io.h pdisk.c Log message: Rework and simplify string argument parsing. All string arguments are at most DPISTRLEN (32) characters so there is no

CVS: cvs.openbsd.org: src

2016-01-26 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/26 17:03:52 Modified files: sbin/pdisk : dump.c io.c partition_map.c Log message: Nuke another (and I hope final) batch of superfluous '{}' around single statements.

CVS: cvs.openbsd.org: src

2016-01-26 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2016/01/26 17:26:33 Modified files: sbin/pdisk : io.c Log message: Nope. Missed a couple of '{}' that could go.

CVS: cvs.openbsd.org: src

2016-01-26 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/01/26 17:53:12 Modified files: usr.bin/ssh: auth2-pubkey.c Log message: make the debug messages a bit more useful here

CVS: cvs.openbsd.org: src

2016-01-26 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/01/26 18:20:10 Modified files: regress/lib/libpthread/restart/accept: accept.c regress/lib/libpthread/restart/recvfrom: recvfrom.c regress/lib/libpthread/restart/recvmsg: recvmsg.c

Re: CVS: cvs.openbsd.org: www

2016-01-26 Thread Nick Holland
13 commits in less than two weeks. Plus lots of other activity with your name on it. Plus lots of other people participating. Looks like I should have resigned some time back! Good work. Keep it up. Nick. On 01/26/16 15:58, T.J. Townsend wrote: > CVSROOT: /cvs > Module name: www >

CVS: cvs.openbsd.org: src

2016-01-26 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2016/01/26 19:06:16 Modified files: lib/libssl/src/ssl: s3_lib.c s3_srvr.c Log message: deprecate SSL_OP_SINGLE_DH_USE ok jsing@

CVS: cvs.openbsd.org: src

2016-01-26 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2016/01/26 19:09:51 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_8 s3_lib.c s3_srvr.c Log message: deprecate SSL_OP_SINGLE_DH_USE ok jsing@

CVS: cvs.openbsd.org: src

2016-01-26 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2016/01/26 19:11:34 Modified files: lib/libssl/src/ssl: Tag: OPENBSD_5_7 s3_lib.c s3_srvr.c Log message: deprecate SSL_OP_SINGLE_DH_USE ok jsing@