svn commit: r278437 - in stable: 10/usr.sbin/syslogd 9/usr.sbin/syslogd

2015-02-08 Thread Dimitry Andric
Author: dim Date: Mon Feb 9 07:52:45 2015 New Revision: 278437 URL: https://svnweb.freebsd.org/changeset/base/278437 Log: MFC r278297: Fix two clang 3.6.0 warnings in usr.sbin/syslogd: usr.sbin/syslogd/syslogd.c:1023:10: error: address of array 'f->f_prevline' will always evaluate to

svn commit: r278436 - in stable: 10/sys/sys 9/sys/sys

2015-02-08 Thread Dimitry Andric
Author: dim Date: Mon Feb 9 07:49:41 2015 New Revision: 278436 URL: https://svnweb.freebsd.org/changeset/base/278436 Log: MFC r278222: Mark typedefs for manually implementing _Static_assert() as unused, so they won't show up unecessarily for -Wunused-local-typedefs. Modified: stable/1

svn commit: r278435 - in stable: 10/sys/fs/smbfs 9/sys/fs/smbfs

2015-02-08 Thread Dimitry Andric
Author: dim Date: Mon Feb 9 07:45:46 2015 New Revision: 278435 URL: https://svnweb.freebsd.org/changeset/base/278435 Log: MFC r277953: Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. No functional change. Modified: stable/10/sys/fs/smbfs/smbfs_subr.c Directory Properti

svn commit: r278432 - in stable/10/sys/arm/ti: . am335x

2015-02-08 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 9 02:49:10 2015 New Revision: 278432 URL: https://svnweb.freebsd.org/changeset/base/278432 Log: MFC r277958, r278061: ti_pruss: make sure the mmap'ed memory region is uncacheable. am335x_clk_pruss_activate(): use the L3F clock. Modified: stable/10/sys

svn commit: r278424 - stable/10/sys/i386/conf

2015-02-08 Thread Marius Strobl
Author: marius Date: Sun Feb 8 23:09:01 2015 New Revision: 278424 URL: https://svnweb.freebsd.org/changeset/base/278424 Log: MFC: r276377, r276714 - No longer exclude malo(4) and mwl(4), they have been fixed in r275870 (MFCed to stable/10 in r278415) and r275871 (MFCed to stable/10 in

svn commit: r278423 - stable/10/sys/i386/xen

2015-02-08 Thread Marius Strobl
Author: marius Date: Sun Feb 8 23:04:32 2015 New Revision: 278423 URL: https://svnweb.freebsd.org/changeset/base/278423 Log: MFC: r274054 (missed in r276076) Fix XEN kernel build. Modified: stable/10/sys/i386/xen/mp_machdep.c Directory Properties: stable/10/ (props changed) Modifie

svn commit: r278420 - stable/10/bin/ln

2015-02-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 8 22:46:29 2015 New Revision: 278420 URL: https://svnweb.freebsd.org/changeset/base/278420 Log: MFC r276359: symlink(7): Note that stat(1) does not follow symlinks by default. Modified: stable/10/bin/ln/symlink.7 Directory Properties: stable/10/ (props chan

svn commit: r278418 - stable/10/sys/dev/malo

2015-02-08 Thread Marius Strobl
Author: marius Date: Sun Feb 8 22:29:57 2015 New Revision: 278418 URL: https://svnweb.freebsd.org/changeset/base/278418 Log: MFC: r275871 Update the use of bus space macros to be more correct. Modified: stable/10/sys/dev/malo/if_malo_pci.c Directory Properties: stable/10/ (props cha

svn commit: r278417 - stable/10/lib/libc/gen

2015-02-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 8 22:29:06 2015 New Revision: 278417 URL: https://svnweb.freebsd.org/changeset/base/278417 Log: MFC r268857: ttyname(3): Fix EBADF/ENOTTY error descriptions. Also, make sure to document the return values and errors for all three functions in the man page.

svn commit: r278415 - stable/10/sys/dev/mwl

2015-02-08 Thread Marius Strobl
Author: marius Date: Sun Feb 8 22:27:17 2015 New Revision: 278415 URL: https://svnweb.freebsd.org/changeset/base/278415 Log: MFC: r275870 Use the correct macro for listing the maximum bus space size. Modified: stable/10/sys/dev/mwl/if_mwl_pci.c Directory Properties: stable/10/ (prop

svn commit: r278413 - in stable/10: contrib/netbsd-tests/lib/libc/gen lib/libc/gen

2015-02-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 8 22:24:03 2015 New Revision: 278413 URL: https://svnweb.freebsd.org/changeset/base/278413 Log: MFC r278038: ttyname_r(): Return actual error, not always [ENOTTY]. Adjust the test that used to fail because of this bug. PR: 191936 Modified: sta

svn commit: r278412 - stable/10/sys/ia64/ia64

2015-02-08 Thread Peter Wemm
Author: peter Date: Sun Feb 8 22:17:20 2015 New Revision: 278412 URL: https://svnweb.freebsd.org/changeset/base/278412 Log: Repair ia64 build after r278347 - remove const from set_mcontext Modified: stable/10/sys/ia64/ia64/machdep.c Modified: stable/10/sys/ia64/ia64/machdep.c ==

svn commit: r278411 - stable/10/lib/libedit

2015-02-08 Thread Baptiste Daroussin
Author: bapt Date: Sun Feb 8 22:11:24 2015 New Revision: 278411 URL: https://svnweb.freebsd.org/changeset/base/278411 Log: MFC: r265863 libedit: add H_SAVE_FP which saves history to a file pointer. H_SAVE_FP is similar to H_SAVE but operates on a FILE* instead of a filename. This is

svn commit: r278410 - stable/10/lib/libc/gen

2015-02-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 8 21:58:25 2015 New Revision: 278410 URL: https://svnweb.freebsd.org/changeset/base/278410 Log: MFC r277862: sem_post(): Fix and document semaphore value overflow error. The error code is per Austin Group issue #315. I provided different wording for the ma

svn commit: r278407 - stable/10/sys/dev/uart

2015-02-08 Thread Marius Strobl
Author: marius Date: Sun Feb 8 21:41:18 2015 New Revision: 278407 URL: https://svnweb.freebsd.org/changeset/base/278407 Log: MFC: r266744, r267712, r276351, r277043 - Add PCI ID for AMT based serial interface found on the Lenovo T61. - add support for MosChip MCS9922... This is found on

svn commit: r278405 - stable/10/sys/dev/ahci

2015-02-08 Thread Marius Strobl
Author: marius Date: Sun Feb 8 21:31:40 2015 New Revision: 278405 URL: https://svnweb.freebsd.org/changeset/base/278405 Log: MFC: r276344 - Const'ify the ahci_ids table. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. Modified: stable/10/sys/dev/ahci/ahci.c stable/10/sy

svn commit: r278403 - stable/10/sys/dev/bce

2015-02-08 Thread Marius Strobl
Author: marius Date: Sun Feb 8 21:12:48 2015 New Revision: 278403 URL: https://svnweb.freebsd.org/changeset/base/278403 Log: MFC: r276313 Const'ify a firmware image missed in r251142. Modified: stable/10/sys/dev/bce/if_bcefw.h Directory Properties: stable/10/ (props changed) Modifi

svn commit: r278399 - in stable/10/sys/dev: bge pci

2015-02-08 Thread Marius Strobl
Author: marius Date: Sun Feb 8 20:44:44 2015 New Revision: 278399 URL: https://svnweb.freebsd.org/changeset/base/278399 Log: MFC: r276299 - Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI device for the lookup. - For devices affected by PCI_QUIRK_MSI_INTX_BUG, ensu