svn commit: r292092 - head/usr.sbin/sesutil

2015-12-11 Thread Baptiste Daroussin
Author: bapt Date: Fri Dec 11 10:58:26 2015 New Revision: 292092 URL: https://svnweb.freebsd.org/changeset/base/292092 Log: sesutil: fix map not printing the status of the LED device in an array Sponsored by: Gandi.net Modified: head/usr.sbin/sesutil/eltsub.c Modified:

svn commit: r292093 - head/usr.sbin/sesutil

2015-12-11 Thread Baptiste Daroussin
Author: bapt Date: Fri Dec 11 11:08:00 2015 New Revision: 292093 URL: https://svnweb.freebsd.org/changeset/base/292093 Log: sesutils, pass the correct element type when printing the status of a given element of the ses. Sponsored by: Gandi.net Modified: head/usr.sbin/sesutil/sesutil.c

svn commit: r292106 - head/usr.sbin/crunch/crunchide

2015-12-11 Thread Ed Maste
Author: emaste Date: Fri Dec 11 13:55:31 2015 New Revision: 292106 URL: https://svnweb.freebsd.org/changeset/base/292106 Log: crunchide: add RISC-V to supported machine types MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r291171 - in head/sys: amd64/amd64 compat/ia32 i386/i386 kern sys

2015-12-11 Thread Konstantin Belousov
On Thu, Dec 10, 2015 at 10:48:11PM +0100, Oliver Pinter wrote: > On Thursday, December 10, 2015, Konstantin Belousov > wrote: > > > On Thu, Dec 10, 2015 at 10:18:19PM +0100, Oliver Pinter wrote: > > > On Mon, Nov 23, 2015 at 8:09 AM, Konstantin Belousov >

svn commit: r292114 - head/sys/mips/include

2015-12-11 Thread Warner Losh
Author: imp Date: Fri Dec 11 16:51:04 2015 New Revision: 292114 URL: https://svnweb.freebsd.org/changeset/base/292114 Log: Correct the CONFIG0_VI value. According to http://www.t-es-t.hu/download/mips/md00090c.pdf this is bit 3 of the config0 word, not bit 2. This should fix virtually

svn commit: r292112 - head/sys/arm64/conf

2015-12-11 Thread Andrew Turner
Author: andrew Date: Fri Dec 11 15:25:47 2015 New Revision: 292112 URL: https://svnweb.freebsd.org/changeset/base/292112 Log: Sort the list of NICs after the mii options. While here add the msk driver as it has now been tested. Sponsored by: SoftIron Inc Modified:

svn commit: r292111 - in head/sys/dev: ncv nsp stg

2015-12-11 Thread Warner Losh
Author: imp Date: Fri Dec 11 15:24:29 2015 New Revision: 292111 URL: https://svnweb.freebsd.org/changeset/base/292111 Log: Use the right product names. Pointy Hat To: imp@ Modified: head/sys/dev/ncv/ncr53c500_pccard.c head/sys/dev/nsp/nsp_pccard.c head/sys/dev/stg/tmc18c30_pccard.c

svn commit: r292123 - head/share/man/man4

2015-12-11 Thread Ravi Pokala
Author: rpokala Date: Fri Dec 11 21:50:59 2015 New Revision: 292123 URL: https://svnweb.freebsd.org/changeset/base/292123 Log: [PR 195033] Document mps.enable_ssu mps(4) sends StartStopUnit to SATA direct-access devices during shutdown. Document the tunables which control that behavior.

svn commit: r292126 - head/usr.bin/unzip

2015-12-11 Thread Alex Kozlov
Author: ak (ports committer) Date: Fri Dec 11 23:46:33 2015 New Revision: 292126 URL: https://svnweb.freebsd.org/changeset/base/292126 Log: - Remove stray whitespaces Approved by: des Modified: head/usr.bin/unzip/unzip.c Modified: head/usr.bin/unzip/unzip.c

svn commit: r292127 - head/usr.bin/unzip

2015-12-11 Thread Alex Kozlov
Author: ak (ports committer) Date: Fri Dec 11 23:52:08 2015 New Revision: 292127 URL: https://svnweb.freebsd.org/changeset/base/292127 Log: - Allow to extract symlinks - Implement 4-digit year format listing (-y option) - Improve detection of text files - Use %ju for error_count as it is

svn commit: r292125 - head/share/mk

2015-12-11 Thread Bryan Drewery
Author: bdrewery Date: Fri Dec 11 22:55:41 2015 New Revision: 292125 URL: https://svnweb.freebsd.org/changeset/base/292125 Log: DIRDEPS_BUILD: Don't force C dependencies on kernel modules for bootstrapping. These use ld(1), effectively -nostdlib, and don't need any of these normal

svn commit: r292124 - in head: . etc/etc.riscv lib/csu/riscv lib/libc/riscv lib/libthr/arch/riscv lib/msun/riscv share/mk

2015-12-11 Thread Ruslan Bukin
Author: br Date: Fri Dec 11 22:55:23 2015 New Revision: 292124 URL: https://svnweb.freebsd.org/changeset/base/292124 Log: Start support for the RISC-V 64-bit architecture developed by UC Berkeley. RISC-V is a new ISA designed to support computer research and education, and is now become

Re: svn commit: r291171 - in head/sys: amd64/amd64 compat/ia32 i386/i386 kern sys

2015-12-11 Thread Oliver Pinter
On Friday, December 11, 2015, Konstantin Belousov wrote: > On Thu, Dec 10, 2015 at 10:48:11PM +0100, Oliver Pinter wrote: > > On Thursday, December 10, 2015, Konstantin Belousov > > > wrote: > > > > > On Thu, Dec 10, 2015 at 10:18:19PM

svn commit: r292122 - head/usr.sbin/sesutil

2015-12-11 Thread Baptiste Daroussin
Author: bapt Date: Fri Dec 11 21:11:02 2015 New Revision: 292122 URL: https://svnweb.freebsd.org/changeset/base/292122 Log: Fix sesutil locate when a sesid is passed to locate command Modified: head/usr.sbin/sesutil/sesutil.c Modified: head/usr.sbin/sesutil/sesutil.c

Re: svn commit: r291913 - head/tools/tools/nanobsd

2015-12-11 Thread Olivier Cochard-Labbé
On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote: > Author: imp > Date: Mon Dec 7 04:02:31 2015 > New Revision: 291913 > URL: https://svnweb.freebsd.org/changeset/base/291913 > > Log: > Generally use shorter, more idiomatic sh expressions in a bunch of > places. > >

svn commit: r292110 - head/contrib/top

2015-12-11 Thread Kurt Lidl
Author: lidl Date: Fri Dec 11 15:12:01 2015 New Revision: 292110 URL: https://svnweb.freebsd.org/changeset/base/292110 Log: Fixup include protections for building on mips64 with clang Reviewed by: sbruno, imp Approved by: rpaulo (mentor) Differential Revision:

svn commit: r292117 - in head/sys: kern vm

2015-12-11 Thread Mark Johnston
Author: markj Date: Fri Dec 11 20:05:07 2015 New Revision: 292117 URL: https://svnweb.freebsd.org/changeset/base/292117 Log: Don't make assertions about td_critnest when the scheduler is stopped. A panicking thread always executes with a critical section held, so any attempt to allocate

svn commit: r292121 - head/usr.sbin/sesutil

2015-12-11 Thread Baptiste Daroussin
Author: bapt Date: Fri Dec 11 20:45:39 2015 New Revision: 292121 URL: https://svnweb.freebsd.org/changeset/base/292121 Log: sesutil: Add extra information specific to some SES devices to sesutil map Rework stat2ascii preparing a buffer of what could be printed. This prevent the risk of

svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-11 Thread Ed Maste
Author: emaste Date: Fri Dec 11 20:28:27 2015 New Revision: 292120 URL: https://svnweb.freebsd.org/changeset/base/292120 Log: Update to ELF Tool Chain r3272 Highlights (not already in the FreeBSD tree): - addr2line: Speed up and support searching inlined functions - addr2line:

svn commit: r292116 - head/contrib/elftoolchain/elfcopy

2015-12-11 Thread Ed Maste
Author: emaste Date: Fri Dec 11 18:47:41 2015 New Revision: 292116 URL: https://svnweb.freebsd.org/changeset/base/292116 Log: elfcopy: include extension but replace . when converting from binary The change in r291958 was not consistent with GNU objcopy. The start, end and size symbols