svn commit: r287782 - stable/10/sys/dev/vt

2015-09-14 Thread Aleksandr Rybalko
Author: ray Date: Mon Sep 14 14:42:06 2015 New Revision: 287782 URL: https://svnweb.freebsd.org/changeset/base/287782 Log: MFC: r272715 Allow vt(4) to disable terminal bell with `sysctl kern.vt.bell_enable=0`, similar as syscons(4) do. Submitted by: Tiwei Bie

svn commit: r287790 - stable/10/bin/df

2015-09-14 Thread Xin LI
Author: delphij Date: Mon Sep 14 17:40:57 2015 New Revision: 287790 URL: https://svnweb.freebsd.org/changeset/base/287790 Log: MFC r287236: Use exit() instead of return in main(). The difference in practice is subtle: C standard requires the language runtime to make return of int from

svn commit: r287808 - in stable/10: sbin/ifconfig sys/net

2015-09-14 Thread Hiren Panchasara
Author: hiren Date: Tue Sep 15 05:19:10 2015 New Revision: 287808 URL: https://svnweb.freebsd.org/changeset/base/287808 Log: MFC r286700 Make LAG LACP fast timeout tunable through IOCTL. Modified: stable/10/sbin/ifconfig/ifconfig.8 stable/10/sbin/ifconfig/iflagg.c

Re: svn commit: r287782 - stable/10/sys/dev/vt

2015-09-14 Thread Alexey Dokuchaev
On Mon, Sep 14, 2015 at 02:42:07PM +, Aleksandr Rybalko wrote: > New Revision: 287782 > URL: https://svnweb.freebsd.org/changeset/base/287782 > > Log: > MFC: r272715 > Allow vt(4) to disable terminal bell with > `sysctl kern.vt.bell_enable=0`, similar as syscons(4) do. > [...] >

svn commit: r287810 - stable/10/usr.sbin/pkg

2015-09-14 Thread Baptiste Daroussin
Author: bapt Date: Tue Sep 15 05:56:16 2015 New Revision: 287810 URL: https://svnweb.freebsd.org/changeset/base/287810 Log: MFC: r287580 Remove extra debug that crept in Modified: stable/10/usr.sbin/pkg/pkg.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r287801 - in stable/10/sys: dev/xen/blkfront xen/interface/io

2015-09-14 Thread Colin Percival
Author: cperciva Date: Mon Sep 14 19:35:33 2015 New Revision: 287801 URL: https://svnweb.freebsd.org/changeset/base/287801 Log: MFC r284618, r284663, r284664, r284670, r284723 Reorganization of blkfront code and updates to comments. No functional changes. Modified:

svn commit: r287800 - stable/10/sys/dev/xen/blkfront

2015-09-14 Thread Colin Percival
Author: cperciva Date: Mon Sep 14 19:32:04 2015 New Revision: 287800 URL: https://svnweb.freebsd.org/changeset/base/287800 Log: MFC r284615, r284662 Code cleanup; fix an error code; add a KASSERT. Modified: stable/10/sys/dev/xen/blkfront/blkfront.c Modified:

svn commit: r287794 - stable/10/usr.bin/iconv

2015-09-14 Thread Xin LI
Author: delphij Date: Mon Sep 14 18:52:41 2015 New Revision: 287794 URL: https://svnweb.freebsd.org/changeset/base/287794 Log: MFC r287319: Constify opt_f and opt_t and eliminate unneeded copying. This fixes memory leaks. Reported by: clang static analyzer Modified:

svn commit: r287795 - stable/10/usr.bin/tftp

2015-09-14 Thread Xin LI
Author: delphij Date: Mon Sep 14 18:57:50 2015 New Revision: 287795 URL: https://svnweb.freebsd.org/changeset/base/287795 Log: MFC r287320: - uri is expected to be nul-terminated (strchr used later), so use strlcpy instead of strncpy. - replace the other two cases of strncpy+\0 with

svn commit: r287802 - in stable/10: release/tools sys/dev/xen/blkfront sys/xen/interface/io

2015-09-14 Thread Colin Percival
Author: cperciva Date: Mon Sep 14 19:37:51 2015 New Revision: 287802 URL: https://svnweb.freebsd.org/changeset/base/287802 Log: MFC r286062, r286063 Add support to blkfront for blkif indirect segment I/Os. Turn this support off by default in EC2 builds due to performance issues on

svn commit: r287776 - stable/10/sys/teken

2015-09-14 Thread Ed Schouten
Author: ed Date: Mon Sep 14 09:12:28 2015 New Revision: 287776 URL: https://svnweb.freebsd.org/changeset/base/287776 Log: MFC r286798 and r286827: Stop parsing digits if the value already exceeds UINT_MAX / 100. There is no need for us to support parsing values that are larger