svn commit: r278945 - head/sys/powerpc/powermac

2015-02-17 Thread Justin Hibbits
Author: jhibbits Date: Wed Feb 18 07:34:32 2015 New Revision: 278945 URL: https://svnweb.freebsd.org/changeset/base/278945 Log: Match the right backlight driver. Some ATI-based PowerBooks use the string 'mnca' in the backlight controller device tree entry, so account for this and don't us

svn commit: r278943 - head/sys/powerpc/powermac

2015-02-17 Thread Justin Hibbits
Author: jhibbits Date: Wed Feb 18 06:53:40 2015 New Revision: 278943 URL: https://svnweb.freebsd.org/changeset/base/278943 Log: Don't set the write bit if we're just reading. Also fix a couple typos. MFC after:3 weeks Modified: head/sys/powerpc/powermac/atibl.c Modified: head/s

Re: svn commit: r278936 - in head/sys/dev: cardbus pccbb

2015-02-17 Thread Adrian Chadd
Hm! Can you dump the config space when this happens, just locally? I'd like to see what the device id and sub ids are. (That'll tell me if the thing hit a power-on bug, which there has actually been a reset power-on "bug" in atheros hardware since.. well, forever.) -adrian On 17 February 20

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

2015-02-17 Thread Andrew Rybchenko
Author: arybchik Date: Wed Feb 18 06:26:07 2015 New Revision: 278942 URL: https://svnweb.freebsd.org/changeset/base/278942 Log: sfxge: fix broken MCDI_EV_FIELD() macro Submitted by: Andrew Lee Sponsored by: Solarflare Communications, Inc. Approved by:gnn (mentor) Modified: h

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

2015-02-17 Thread Andrew Rybchenko
Author: arybchik Date: Wed Feb 18 06:23:16 2015 New Revision: 278941 URL: https://svnweb.freebsd.org/changeset/base/278941 Log: sfxge: support variable-length response to MCDI GET_BOARD_CFG Allocate the minimum or maximum response length for GET_BOARD_CFG as appropriate. When looking up

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

2015-02-17 Thread Andrew Rybchenko
Author: arybchik Date: Wed Feb 18 06:21:59 2015 New Revision: 278940 URL: https://svnweb.freebsd.org/changeset/base/278940 Log: sfxge: add driver context member with number of event queues Mainly to unify with similar member for transmit and receive queues. It will be used in the future f

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

2015-02-17 Thread Andrew Rybchenko
Author: arybchik Date: Wed Feb 18 06:20:59 2015 New Revision: 278939 URL: https://svnweb.freebsd.org/changeset/base/278939 Log: sfxge: add driver context member with number of receive queues Mainly to unify with similar member for transmit queues. Sponsored by: Solarflare Communicati

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

2015-02-17 Thread Andrew Rybchenko
Author: arybchik Date: Wed Feb 18 06:19:35 2015 New Revision: 278938 URL: https://svnweb.freebsd.org/changeset/base/278938 Log: sfxge: add driver context member with number of transmit queues Sponsored by: Solarflare Communications, Inc. Approved by:gnn (mentor) Modified: head/sy

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

2015-02-17 Thread Andrew Rybchenko
Author: arybchik Date: Wed Feb 18 06:18:51 2015 New Revision: 278937 URL: https://svnweb.freebsd.org/changeset/base/278937 Log: sfxge: add TCP segment size to sfxge_tso_state It avoids access to m_pkthdr when TSO packet is started and also makes tso_start_new_packet() function smaller.

svn commit: r278936 - in head/sys/dev: cardbus pccbb

2015-02-17 Thread Warner Losh
Author: imp Date: Wed Feb 18 05:53:04 2015 New Revision: 278936 URL: https://svnweb.freebsd.org/changeset/base/278936 Log: On my Lenovo T400, a Atheros 2413 has a problem powering up sometimes. It will power up wrong and identify itself badly: cardbus0: at device 0.0 (no driver attached)

Re: svn commit: r278914 - in head/sys: kern sys

2015-02-17 Thread Rui Paulo
On Feb 17, 2015, at 11:32, Gleb Smirnoff wrote: > > Differential Revision: D1499 You need to use the *FULL* URL. Otherwise the revision won't be closed automatically. -- Rui Paulo ___ svn-src-all@freebsd.org mailing list http://lists.fre

svn commit: r278934 - in head: cddl/contrib/opensolaris/lib/libdtrace/common share/mk

2015-02-17 Thread Mark Johnston
Author: markj Date: Wed Feb 18 03:54:54 2015 New Revision: 278934 URL: https://svnweb.freebsd.org/changeset/base/278934 Log: Remove drti.o's dependency on libelf. This makes it possible to add DTrace probes to userland programs and libraries without also needing to link libelf. dtrace -

svn commit: r278933 - head/etc

2015-02-17 Thread Rui Paulo
Author: rpaulo Date: Wed Feb 18 03:46:43 2015 New Revision: 278933 URL: https://svnweb.freebsd.org/changeset/base/278933 Log: Fix a typo in ipv6_down(). We weren't skipping extraneous entries in the ifconfig | grep inet6 case. Submitted by: Ashutosh Kumar AK0037447 at TechMahindra.com

svn commit: r278932 - in head/lib/libc: rpc stdio

2015-02-17 Thread Pedro F. Giffuni
Author: pfg Date: Wed Feb 18 03:33:17 2015 New Revision: 278932 URL: https://svnweb.freebsd.org/changeset/base/278932 Log: libc: clean some set-but-not-used errors. These were found by gcc 5.0 on Dragonfly BSD, however I made no attempt to silence the false positives. Obtained from:

Re: svn commit: r278927 - head/sys/dev/random

2015-02-17 Thread Shawn Webb
On Tuesday, February 17, 2015 08:06:32 PM Shawn Webb wrote: > On Tuesday, February 17, 2015 11:14:26 PM John-Mark Gurney wrote: > > Author: jmg > > Date: Tue Feb 17 23:14:26 2015 > > New Revision: 278927 > > URL: https://svnweb.freebsd.org/changeset/base/278927 > > > > Log: > > Fix a bug where t

Re: svn commit: r278927 - head/sys/dev/random

2015-02-17 Thread Shawn Webb
On Tuesday, February 17, 2015 11:14:26 PM John-Mark Gurney wrote: > Author: jmg > Date: Tue Feb 17 23:14:26 2015 > New Revision: 278927 > URL: https://svnweb.freebsd.org/changeset/base/278927 > > Log: > Fix a bug where this function overflowed it's buffer... This was > causing ZFS panics on b

svn commit: r278930 - in head/sys: kern ofed/include/linux sys

2015-02-17 Thread Mateusz Guzik
Author: mjg Date: Tue Feb 17 23:54:06 2015 New Revision: 278930 URL: https://svnweb.freebsd.org/changeset/base/278930 Log: filedesc: simplify fget_unlocked & friends Introduce fget_fcntl which performs appropriate checks when needed. This removes a branch from fget_unlocked. Introduc

svn commit: r278929 - head

2015-02-17 Thread John-Mark Gurney
== --- head/UPDATING Tue Feb 17 23:20:19 2015(r278928) +++ head/UPDATING Tue Feb 17 23:41:08 2015(r278929) @@ -33,8 +33,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 20150217: If you are running a -CURRENT kernel since

svn commit: r278928 - head/usr.bin/ministat

2015-02-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 17 23:20:19 2015 New Revision: 278928 URL: https://svnweb.freebsd.org/changeset/base/278928 Log: ministat(1): replace malloc + memset with calloc. Reviewed by: phk Modified: head/usr.bin/ministat/ministat.c Modified: head/usr.bin/ministat/ministat.c ==

svn commit: r278927 - head/sys/dev/random

2015-02-17 Thread John-Mark Gurney
Author: jmg Date: Tue Feb 17 23:14:26 2015 New Revision: 278927 URL: https://svnweb.freebsd.org/changeset/base/278927 Log: Fix a bug where this function overflowed it's buffer... This was causing ZFS panics on boot... This is purely reviewed and tested by peter. Reviewed by: peter

svn commit: r278926 - in head: . release share/mk

2015-02-17 Thread Rui Paulo
Author: rpaulo Date: Tue Feb 17 23:13:45 2015 New Revision: 278926 URL: https://svnweb.freebsd.org/changeset/base/278926 Log: release: use xz via pipe when compressing the tarballs. libarchive(3) doesn't support the new liblzma API yet, but this change allows us to enable multi-threaded x

svn commit: r278925 - head/sys/netpfil/pf

2015-02-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Feb 17 22:33:22 2015 New Revision: 278925 URL: https://svnweb.freebsd.org/changeset/base/278925 Log: Even more fixes to !INET and !INET6 kernels. In collaboration with:pluknet Modified: head/sys/netpfil/pf/pf_norm.c Modified: head/sys/netpfil/pf/pf_norm

Re: svn commit: r278913 - in head/sys: conf modules/cxgbe/if_cxgbe modules/drm2/radeonkms modules/ibcore modules/ipoib modules/mlx4 modules/mlx4ib modules/mlxen modules/mthca ofed/drivers/net/mlx4

2015-02-17 Thread Bruce Evans
On Tue, 17 Feb 2015, Gleb Smirnoff wrote: Author: glebius Date: Tue Feb 17 19:27:14 2015 New Revision: 278913 URL: https://svnweb.freebsd.org/changeset/base/278913 Log: Globally enable -fms-extensions when building kernel with gcc, and remove this option from all modules that enable it thei

svn commit: r278924 - head/sys/ofed/include/net

2015-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 17 21:59:15 2015 New Revision: 278924 URL: https://svnweb.freebsd.org/changeset/base/278924 Log: Fix compilation of LINT-NOINET kernel target after r278886. Sponsored by: Mellanox Technologies MFC after:1 month Modified: head/sys/ofed/include/net/ip.h

Re: svn commit: r278831 - head/sys/netpfil/pf

2015-02-17 Thread Gleb Smirnoff
On Wed, Feb 18, 2015 at 01:40:36AM +0400, Sergey Kandaurov wrote: S> On 17 February 2015 at 20:31, John-Mark Gurney wrote: S> > Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +: S> >> Author: glebius S> >> Date: Mon Feb 16 03:38:27 2015 S> >> New Revision: 278831 S> >> URL: htt

Re: svn commit: r278831 - head/sys/netpfil/pf

2015-02-17 Thread Sergey Kandaurov
On 17 February 2015 at 20:31, John-Mark Gurney wrote: > Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +: >> Author: glebius >> Date: Mon Feb 16 03:38:27 2015 >> New Revision: 278831 >> URL: https://svnweb.freebsd.org/changeset/base/278831 >> >> Log: >> Update the pf fragment

svn commit: r278922 - head

2015-02-17 Thread John-Mark Gurney
most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150217: + If you are running a -CURRENT kernel since r273872 (Oct 30th, 2014), + but before r278907, the RNG was not seeded properly. Immediately + u

svn commit: r278921 - head/usr.bin/du

2015-02-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 17 21:12:45 2015 New Revision: 278921 URL: https://svnweb.freebsd.org/changeset/base/278921 Log: du(1): replace malloc + memset with calloc. Modified: head/usr.bin/du/du.c Modified: head/usr.bin/du/du.c ===

svn commit: r278920 - in head/sys: kern sys

2015-02-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Feb 17 20:52:51 2015 New Revision: 278920 URL: https://svnweb.freebsd.org/changeset/base/278920 Log: Use anonymous unions and structs to organize shared space in mbuf(9), instead of preprocessor macros. This will make debugger output of 'print *m' exactly match

svn commit: r278919 - head/sys/arm/broadcom/bcm2835

2015-02-17 Thread Luiz Otavio O Souza
Author: loos Date: Tue Feb 17 20:37:21 2015 New Revision: 278919 URL: https://svnweb.freebsd.org/changeset/base/278919 Log: Make use of the newly introduced macros. Update the copyright. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_gpio.c Modified: head/sys/arm/broadcom/bcm2835/bcm28

Re: svn commit: r278831 - head/sys/netpfil/pf

2015-02-17 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Tue, Feb 17, 2015 at 23:21 +0300: > On Tue, Feb 17, 2015 at 09:31:34AM -0800, John-Mark Gurney wrote: > J> Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +: > J> > Author: glebius > J> > Date: Mon Feb 16 03:38:27 2015 > J> > New Revision: 2788

svn commit: r278918 - head/sys/dev/iicbus

2015-02-17 Thread Luiz Otavio O Souza
Author: loos Date: Tue Feb 17 20:29:42 2015 New Revision: 278918 URL: https://svnweb.freebsd.org/changeset/base/278918 Log: Replace hardcoded sizes by sizeof() and nitems(). Set all the sysctls as CTLFLAG_MPSAFE. Modified: head/sys/dev/iicbus/lm75.c Modified: head/sys/dev/iicbus/lm75.c

Re: svn commit: r278886 - in head/sys: conf contrib/rdma/krping dev/cxgb/ulp/iw_cxgb dev/cxgbe/iw_cxgbe modules/ibcore modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/debug ofed/dr

2015-02-17 Thread Navdeep Parhar
On 02/17/15 12:15, Hans Petter Selasky wrote: Hi, On 02/17/15 18:34, Navdeep Parhar wrote: On Tue, Feb 17, 2015 at 08:40:28AM +, Hans Petter Selasky wrote: Author: hselasky Date: Tue Feb 17 08:40:27 2015 New Revision: 278886 URL: https://svnweb.freebsd.org/changeset/base/278886 Log: Up

Re: svn commit: r278831 - head/sys/netpfil/pf

2015-02-17 Thread Gleb Smirnoff
On Tue, Feb 17, 2015 at 09:31:34AM -0800, John-Mark Gurney wrote: J> Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +: J> > Author: glebius J> > Date: Mon Feb 16 03:38:27 2015 J> > New Revision: 278831 J> > URL: https://svnweb.freebsd.org/changeset/base/278831 J> > J> > Log: J>

Re: svn commit: r278886 - in head/sys: conf contrib/rdma/krping dev/cxgb/ulp/iw_cxgb dev/cxgbe/iw_cxgbe modules/ibcore modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/debug ofed/dr

2015-02-17 Thread Hans Petter Selasky
Hi, On 02/17/15 18:34, Navdeep Parhar wrote: On Tue, Feb 17, 2015 at 08:40:28AM +, Hans Petter Selasky wrote: Author: hselasky Date: Tue Feb 17 08:40:27 2015 New Revision: 278886 URL: https://svnweb.freebsd.org/changeset/base/278886 Log: Update the infiniband stack to Mellanox's OFED ve

svn commit: r278917 - head/sys/dev/iicbus

2015-02-17 Thread Luiz Otavio O Souza
Author: loos Date: Tue Feb 17 20:08:40 2015 New Revision: 278917 URL: https://svnweb.freebsd.org/changeset/base/278917 Log: Fix the display of negative temperatures. Fix the setting of TOS (overtemperature shutdown) and THYST (hysteresis temperature). Modified: head/sys/dev/iicbus/lm75

svn commit: r278915 - head/sys/boot/fdt/dts/arm

2015-02-17 Thread Luiz Otavio O Souza
Author: loos Date: Tue Feb 17 19:38:16 2015 New Revision: 278915 URL: https://svnweb.freebsd.org/changeset/base/278915 Log: Set the #address-cells and #size-cells properties on I2C controllers of Raspberry-pi. This fixes the issues of dtc(1) while compiling I2C addresses set in "reg" pr

svn commit: r278914 - in head/sys: kern sys

2015-02-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Feb 17 19:32:11 2015 New Revision: 278914 URL: https://svnweb.freebsd.org/changeset/base/278914 Log: Use anonymous unions to add possibility to put mbufs into queue(3) STAILQs and SLISTs using the same structure field as good old m_next and m_nextpkt linkage occupy.

svn commit: r278913 - in head/sys: conf modules/cxgbe/if_cxgbe modules/drm2/radeonkms modules/ibcore modules/ipoib modules/mlx4 modules/mlx4ib modules/mlxen modules/mthca ofed/drivers/net/mlx4

2015-02-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Feb 17 19:27:14 2015 New Revision: 278913 URL: https://svnweb.freebsd.org/changeset/base/278913 Log: Globally enable -fms-extensions when building kernel with gcc, and remove this option from all modules that enable it theirselves. In C mode -fms-extensions opti

svn commit: r278910 - stable/10/lib/libc/regex

2015-02-17 Thread Xin LI
Author: delphij Date: Tue Feb 17 19:14:16 2015 New Revision: 278910 URL: https://svnweb.freebsd.org/changeset/base/278910 Log: MFC r278739: Disallow pattern spaces which would cause intermediate calculations to overflow size_t. Obtained from:DragonFly (2841837793bd095a82f477e

svn commit: r278912 - stable/8/lib/libc/regex

2015-02-17 Thread Xin LI
Author: delphij Date: Tue Feb 17 19:15:07 2015 New Revision: 278912 URL: https://svnweb.freebsd.org/changeset/base/278912 Log: MFC r278739: Disallow pattern spaces which would cause intermediate calculations to overflow size_t. Obtained from:DragonFly (2841837793bd095a82f477e

svn commit: r278911 - stable/9/lib/libc/regex

2015-02-17 Thread Xin LI
Author: delphij Date: Tue Feb 17 19:14:41 2015 New Revision: 278911 URL: https://svnweb.freebsd.org/changeset/base/278911 Log: MFC r278739: Disallow pattern spaces which would cause intermediate calculations to overflow size_t. Obtained from:DragonFly (2841837793bd095a82f477e

svn commit: r278909 - head/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF

2015-02-17 Thread Ed Maste
Author: emaste Date: Tue Feb 17 18:33:17 2015 New Revision: 278909 URL: https://svnweb.freebsd.org/changeset/base/278909 Log: lldb: workaround to permit cross-arch core file debugging FreeBSD core files have no section table and thus LLDB's OS and vendor detection logic does not work. If

svn commit: r278908 - head

2015-02-17 Thread Warner Losh
== --- head/ObsoleteFiles.inc Tue Feb 17 17:37:00 2015(r278907) +++ head/ObsoleteFiles.inc Tue Feb 17 18:10:46 2015(r278908) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20150217: Removed remnants

Re: svn commit: r278907 - head/sys/dev/random

2015-02-17 Thread Mark R V Murray
Hi Thanks John-Mark! M > On 17 Feb 2015, at 17:37, John-Mark Gurney wrote: > > Author: jmg > Date: Tue Feb 17 17:37:00 2015 > New Revision: 278907 > URL: https://svnweb.freebsd.org/changeset/base/278907 > > Log: > When the new random adaptor code was brought it in r273872, a call to > rando

svn commit: r278907 - head/sys/dev/random

2015-02-17 Thread John-Mark Gurney
Author: jmg Date: Tue Feb 17 17:37:00 2015 New Revision: 278907 URL: https://svnweb.freebsd.org/changeset/base/278907 Log: When the new random adaptor code was brought it in r273872, a call to randomdev_init_reader to change read_random over to the newly installed adaptor was missed. This m

Re: svn commit: r278886 - in head/sys: conf contrib/rdma/krping dev/cxgb/ulp/iw_cxgb dev/cxgbe/iw_cxgbe modules/ibcore modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/debug ofed/dr

2015-02-17 Thread Navdeep Parhar
On Tue, Feb 17, 2015 at 08:40:28AM +, Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Feb 17 08:40:27 2015 > New Revision: 278886 > URL: https://svnweb.freebsd.org/changeset/base/278886 > > Log: > Update the infiniband stack to Mellanox's OFED version 2.1. What version of the Linu

svn commit: r278906 - stable/10/sys/cam/ctl

2015-02-17 Thread Alexander Motin
Author: mav Date: Tue Feb 17 17:34:45 2015 New Revision: 278906 URL: https://svnweb.freebsd.org/changeset/base/278906 Log: MFC r278500: Do not abort already aborted tasks. This fixes abort of new tasks with the same tags as previously aborted, but still remaining on the queue. Modified:

Re: svn commit: r278831 - head/sys/netpfil/pf

2015-02-17 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +: > Author: glebius > Date: Mon Feb 16 03:38:27 2015 > New Revision: 278831 > URL: https://svnweb.freebsd.org/changeset/base/278831 > > Log: > Update the pf fragment handling code to closer match recent OpenBSD. > That partial

svn commit: r278905 - head/lib/libc/gen

2015-02-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 17 16:01:00 2015 New Revision: 278905 URL: https://svnweb.freebsd.org/changeset/base/278905 Log: ulimit(3): simplify. rlim_t is at least as large as long, so we don't need the extra variable to keep the intermediate step. We don't need the volatile either.

Re: svn commit: r278879 - in head/sys: kern sys

2015-02-17 Thread hiren panchasara
On 02/17/15 at 02:35P, Adrian Chadd wrote: > Author: adrian > Date: Tue Feb 17 02:35:06 2015 > New Revision: 278879 > URL: https://svnweb.freebsd.org/changeset/base/278879 > > Log: > Implement taskqueue_start_threads_cpuset(). > > This is a more generic version of taskqueue_start_threads_pi

svn commit: r278904 - in head: contrib/elftoolchain/addr2line contrib/elftoolchain/common contrib/elftoolchain/elfcopy contrib/elftoolchain/libdwarf contrib/elftoolchain/libelf contrib/elftoolchain...

2015-02-17 Thread Ed Maste
Author: emaste Date: Tue Feb 17 15:19:58 2015 New Revision: 278904 URL: https://svnweb.freebsd.org/changeset/base/278904 Log: Update elftoolchain to upstream revision 3163 Most of our changes have now been committed upstream, so this change is largely bookkeeping. Sponsored by: The F

svn commit: r278902 - head/usr.sbin/pw/tests

2015-02-17 Thread Brad Davis
Author: brd (doc committer) Date: Tue Feb 17 14:48:16 2015 New Revision: 278902 URL: https://svnweb.freebsd.org/changeset/base/278902 Log: Add tests for account and password expiration. Approved by: will Modified: head/usr.sbin/pw/tests/pw_useradd.sh Modified: head/usr.sbin/pw/tests/pw

svn commit: r278901 - vendor/elftoolchain/r3163

2015-02-17 Thread Ed Maste
Author: emaste Date: Tue Feb 17 14:37:11 2015 New Revision: 278901 URL: https://svnweb.freebsd.org/changeset/base/278901 Log: Remove incorrect tag Deleted: vendor/elftoolchain/r3163/ ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/

svn commit: r278900 - vendor/elftoolchain/elftoolchain-r3163

2015-02-17 Thread Ed Maste
Author: emaste Date: Tue Feb 17 14:36:21 2015 New Revision: 278900 URL: https://svnweb.freebsd.org/changeset/base/278900 Log: Tag elftoolchain r3163 Added: vendor/elftoolchain/elftoolchain-r3163/ - copied from r278899, vendor/elftoolchain/dist/ ___

svn commit: r278899 - vendor/elftoolchain/r3163

2015-02-17 Thread Ed Maste
Author: emaste Date: Tue Feb 17 14:35:53 2015 New Revision: 278899 URL: https://svnweb.freebsd.org/changeset/base/278899 Log: Tag elftoolchain r3163 Added: vendor/elftoolchain/r3163/ - copied from r278898, vendor/elftoolchain/dist/ ___ svn-src-

svn commit: r278898 - in vendor/elftoolchain/dist: addr2line ar common elfcopy elfdump libdwarf libelf nm readelf

2015-02-17 Thread Ed Maste
Author: emaste Date: Tue Feb 17 14:34:11 2015 New Revision: 278898 URL: https://svnweb.freebsd.org/changeset/base/278898 Log: Import elftoolchain rev 3163 From svn.code.sf.net/p/elftoolchain/code Modified: vendor/elftoolchain/dist/addr2line/addr2line.c vendor/elftoolchain/dist/ar/acple

svn commit: r278896 - in head: lib/liblzma usr.bin/compress usr.bin/gzip

2015-02-17 Thread Jilles Tjoelker
Author: jilles Date: Tue Feb 17 13:12:54 2015 New Revision: 278896 URL: https://svnweb.freebsd.org/changeset/base/278896 Log: compress,gzip,xz: Preserve timestamps with nanosecond precision. Modified: head/lib/liblzma/config.h head/usr.bin/compress/compress.c head/usr.bin/gzip/gzip.c Mod

svn commit: r278895 - in head/sys: arm/arm arm/include conf

2015-02-17 Thread Andrew Turner
Author: andrew Date: Tue Feb 17 13:09:20 2015 New Revision: 278895 URL: https://svnweb.freebsd.org/changeset/base/278895 Log: Pull the ARM ddb unwind code out to a new file. This will allow it to be used by other places that expect to unwind the stack, e.g. dtrace and stack(9). As I hav

svn commit: r278894 - in head/sys: conf ofed/drivers/infiniband/hw/mlx4 ofed/drivers/infiniband/ulp/sdp

2015-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 17 10:00:15 2015 New Revision: 278894 URL: https://svnweb.freebsd.org/changeset/base/278894 Log: Fix compilation of the SDP driver and a compile warning after r278886. Also fix the kernel build rule for mlx4_exp.c. This fixes the LINT kernel target for amd64.

svn commit: r278891 - head/sys/kern

2015-02-17 Thread Garrett Cooper
Author: ngie Date: Tue Feb 17 09:31:58 2015 New Revision: 278891 URL: https://svnweb.freebsd.org/changeset/base/278891 Log: Add the mnt_lockref field to the ddb(4) 'show mount' command MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D1688 Submitted by: Conrad Meyer

svn commit: r278890 - head/sys/ofed/drivers/infiniband/core

2015-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 17 08:57:36 2015 New Revision: 278890 URL: https://svnweb.freebsd.org/changeset/base/278890 Log: Fix compilation when DEBUG is defined. Sponsored by: Mellanox Technologies MFC after:1 month Modified: head/sys/ofed/drivers/infiniband/core/fmr_pool.c M

svn commit: r278889 - head/lib/libc/include

2015-02-17 Thread Konstantin Belousov
Author: kib Date: Tue Feb 17 08:54:03 2015 New Revision: 278889 URL: https://svnweb.freebsd.org/changeset/base/278889 Log: Restore the extern qualifier on __cleanup. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/lib/libc/include/libc_private.h Modified: head

svn commit: r278888 - head/sys/vm

2015-02-17 Thread Garrett Cooper
Author: ngie Date: Tue Feb 17 08:50:26 2015 New Revision: 27 URL: https://svnweb.freebsd.org/changeset/base/27 Log: Some minor style(9) fixes (whitespace + comment) MFC after: 3 days Modified: head/sys/vm/memguard.c Modified: head/sys/vm/memguard.c ==

Re: svn commit: r278880 - head/sys/dev/ic

2015-02-17 Thread Andrey V. Elsukov
On 17.02.2015 08:07, Warner Losh wrote: > Author: imp > Date: Tue Feb 17 05:07:38 2015 > New Revision: 278880 > URL: https://svnweb.freebsd.org/changeset/base/278880 > > Log: > This should have been GC'd 6 years ago when ar(4) was removed. > > Deleted: > head/sys/dev/ic/hd64570.h Hi, I thin

svn commit: r278886 - in head/sys: conf contrib/rdma/krping dev/cxgb/ulp/iw_cxgb dev/cxgbe/iw_cxgbe modules/ibcore modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/debug ofed/dri...

2015-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 17 08:40:27 2015 New Revision: 278886 URL: https://svnweb.freebsd.org/changeset/base/278886 Log: Update the infiniband stack to Mellanox's OFED version 2.1. Highlights: - Multiple verbs API updates - Support for RoCE, RDMA over ethernet All hardware