svn commit: r279128 - head/usr.bin/mkimg

2015-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sun Feb 22 01:20:49 2015 New Revision: 279128 URL: https://svnweb.freebsd.org/changeset/base/279128 Log: Don't require a scheme if no partitions are given. Change the code to handle that case. Note that we still require partitions, so the change is effectively a no-op.

svn commit: r279143 - head/sys/dev/sfxge/common

2015-02-21 Thread Andrew Rybchenko
Author: arybchik Date: Sun Feb 22 07:14:12 2015 New Revision: 279143 URL: https://svnweb.freebsd.org/changeset/base/279143 Log: sfxge: use common definitions of MC shared memory offsets and PDU length Submitted by: Ben Hutchings Sponsored by: Solarflare Communications, Inc.

svn commit: r279124 - head/usr.bin/netstat

2015-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sun Feb 22 00:01:42 2015 New Revision: 279124 URL: https://svnweb.freebsd.org/changeset/base/279124 Log: Document that netstat(1) supports libxo(3). Modified: head/usr.bin/netstat/netstat.1 Modified: head/usr.bin/netstat/netstat.1

svn commit: r279123 - head/usr.sbin/jls

2015-02-21 Thread Jamie Gritton
Author: jamie Date: Sun Feb 22 00:00:10 2015 New Revision: 279123 URL: https://svnweb.freebsd.org/changeset/base/279123 Log: Allow for parameters added with the JP_OPT flag to not exist. That's why the flag exists in the first place. MFC after:1 week Modified:

svn commit: r279125 - head/usr.bin/mkimg

2015-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sun Feb 22 00:58:10 2015 New Revision: 279125 URL: https://svnweb.freebsd.org/changeset/base/279125 Log: Remove extraneous parenthesis in assignment. Modified: head/usr.bin/mkimg/mkimg.c Modified: head/usr.bin/mkimg/mkimg.c

svn commit: r279119 - head/sys/kern

2015-02-21 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Feb 21 23:20:05 2015 New Revision: 279119 URL: https://svnweb.freebsd.org/changeset/base/279119 Log: Make kernel ELF image parsing not crash for kernels running at locations other than their link address. Modified: head/sys/kern/link_elf.c Modified:

Re: svn commit: r279123 - head/usr.sbin/jls

2015-02-21 Thread Garrett Cooper
On Feb 21, 2015, at 16:00, Jamie Gritton ja...@freebsd.org wrote: Author: jamie Date: Sun Feb 22 00:00:10 2015 New Revision: 279123 URL: https://svnweb.freebsd.org/changeset/base/279123 Log: Allow for parameters added with the JP_OPT flag to not exist. That's why the flag exists in the

svn commit: r279127 - head/lib/msun/src

2015-02-21 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 22 01:15:09 2015 New Revision: 279127 URL: https://svnweb.freebsd.org/changeset/base/279127 Log: msun: drop unnecessary checks. Drop an unnecessary check in some calculations. The check would have Coverity falsely conclude that variables could be left

svn commit: r279147 - head/sys/dev/sfxge

2015-02-21 Thread Andrew Rybchenko
Author: arybchik Date: Sun Feb 22 07:20:04 2015 New Revision: 279147 URL: https://svnweb.freebsd.org/changeset/base/279147 Log: sfxge: TxQ block level should use EFX_TXQ_LIMIT as maximum TxQ size Sponsored by: Solarflare Communications, Inc. Approved by:gnn (mentor) Modified:

svn commit: r279122 - head/usr.bin/netstat

2015-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sat Feb 21 23:47:20 2015 New Revision: 279122 URL: https://svnweb.freebsd.org/changeset/base/279122 Log: Convert netstat to use libxo. Obtained from: Phil Shafer p...@juniper.net Ported to -current by: alfred@ (mostly), Kim Shrier Formatting: marcel@ Sponsored

svn commit: r279141 - in head/sys/dev/sfxge: . common

2015-02-21 Thread Andrew Rybchenko
Author: arybchik Date: Sun Feb 22 07:08:57 2015 New Revision: 279141 URL: https://svnweb.freebsd.org/changeset/base/279141 Log: sfxge: style fixes and cleanup Sync endif comment with conditional. BOOTROM and SIENA_BOOTROM are the same, but highlight that it is Siena. Restore commented

svn commit: r279114 - head/sys/arm/include

2015-02-21 Thread Ian Lepore
Author: ian Date: Sat Feb 21 22:19:59 2015 New Revision: 279114 URL: https://svnweb.freebsd.org/changeset/base/279114 Log: Correct a comment which was exactly backwards from reality. Modified: head/sys/arm/include/atomic.h Modified: head/sys/arm/include/atomic.h

svn commit: r279126 - head/usr.bin/mkimg

2015-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sun Feb 22 01:01:02 2015 New Revision: 279126 URL: https://svnweb.freebsd.org/changeset/base/279126 Log: In scheme_write(), don't overwrite the end parameter with the return value of image_get_size(). As it so happens, the only caller of scheme_write() passes exactly

svn commit: r279115 - head/share/man/man9

2015-02-21 Thread John-Mark Gurney
Author: jmg Date: Sat Feb 21 22:25:24 2015 New Revision: 279115 URL: https://svnweb.freebsd.org/changeset/base/279115 Log: back Xref get_cyclecount to have it get more exposure... Modified: head/share/man/man9/microuptime.9 Modified: head/share/man/man9/microuptime.9

svn commit: r279117 - head/sys/x86/iommu

2015-02-21 Thread Konstantin Belousov
Author: kib Date: Sat Feb 21 22:38:32 2015 New Revision: 279117 URL: https://svnweb.freebsd.org/changeset/base/279117 Log: Revert r276949 and redo the fix for PCIe/PCI bridges, which do not follow specification and do not provide PCIe capability. Verify if the port above such bridge is

svn commit: r279121 - head/bin/pkill/tests

2015-02-21 Thread Garrett Cooper
Author: ngie Date: Sat Feb 21 23:39:43 2015 New Revision: 279121 URL: https://svnweb.freebsd.org/changeset/base/279121 Log: Disguising stderr from jls generally considered harmful Undisguising it dumps out the following logspew: jls: unknown parameter: allow PR: 191019 Modified:

svn commit: r279139 - head/usr.bin/mkimg

2015-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sun Feb 22 04:50:47 2015 New Revision: 279139 URL: https://svnweb.freebsd.org/changeset/base/279139 Log: Add the -c option for specifying the capacity of the disk image. When a capcity is given, no partitions are required. When no partitions are given, no scheme needs

svn commit: r279144 - head/sys/dev/sfxge

2015-02-21 Thread Andrew Rybchenko
Author: arybchik Date: Sun Feb 22 07:16:11 2015 New Revision: 279144 URL: https://svnweb.freebsd.org/changeset/base/279144 Log: sfxge: packet can't require more than n_dma_seg descriptors plus one Use remaining number of DMA segment instead of maximum number in mapping when checking

svn commit: r279145 - head/sys/dev/sfxge/common

2015-02-21 Thread Andrew Rybchenko
Author: arybchik Date: Sun Feb 22 07:17:35 2015 New Revision: 279145 URL: https://svnweb.freebsd.org/changeset/base/279145 Log: sfxge: use macros to acquire and release BAR locks everywhere It was the result of invalid merge of the patch from out-of-tree driver. Sponsored by:

svn commit: r279146 - head/sys/dev/sfxge/common

2015-02-21 Thread Andrew Rybchenko
Author: arybchik Date: Sun Feb 22 07:18:38 2015 New Revision: 279146 URL: https://svnweb.freebsd.org/changeset/base/279146 Log: sfxge: use sparse index to retrieve sensor value Submitted by: Andrew Jackson ajackson at solarflare.com Sponsored by: Solarflare Communications, Inc.

svn commit: r279136 - head/sys/powerpc/ps3

2015-02-21 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 22 02:59:53 2015 New Revision: 279136 URL: https://svnweb.freebsd.org/changeset/base/279136 Log: Allow use of higher-resolution (e.g. 1920x1080) framebuffers on PS3. MFC after:1 month Modified: head/sys/powerpc/ps3/ps3_syscons.c Modified:

svn commit: r279142 - head/sys/dev/sfxge/common

2015-02-21 Thread Andrew Rybchenko
Author: arybchik Date: Sun Feb 22 07:11:55 2015 New Revision: 279142 URL: https://svnweb.freebsd.org/changeset/base/279142 Log: sfxge: synchronize EF10 registers header Sponsored by: Solarflare Communications, Inc. Approved by:gnn (mentor) Modified:

svn commit: r279104 - head/lib/libc/regex

2015-02-21 Thread Pedro F. Giffuni
Author: pfg Date: Sat Feb 21 15:02:27 2015 New Revision: 279104 URL: https://svnweb.freebsd.org/changeset/base/279104 Log: Prevent NULL pointer de-reference. As a follow up to r279090, if dp hasn't been defined, we shouldn't attempt to do an optimization here. Modified:

svn commit: r279103 - head

2015-02-21 Thread Gavin Atkinson
Author: gavin Date: Sat Feb 21 13:00:52 2015 New Revision: 279103 URL: https://svnweb.freebsd.org/changeset/base/279103 Log: Typo: effect - affect. Modified: head/UPDATING Modified: head/UPDATING == ---