Re: svn commit: r290663 - in head/sys: modules modules/tests modules/tests/callout_test modules/tests/framework tests tests/callout_test tests/framework

2015-11-11 Thread Hans Petter Selasky
On 11/10/15 17:15, Bjoern A. Zeeb wrote: On 10 Nov 2015, at 14:14 , Randall Stewart wrote: Author: rrs Date: Tue Nov 10 14:14:41 2015 New Revision: 290663 URL: https://svnweb.freebsd.org/changeset/base/290663 Log: Add a kernel test framework. The callout_test is a demonstration and will on

Re: svn commit: r290663 - in head/sys: modules modules/tests modules/tests/callout_test modules/tests/framework tests tests/callout_test tests/framework

2015-11-11 Thread Renato Botelho
> On Nov 11, 2015, at 06:32, Hans Petter Selasky wrote: > > On 11/10/15 17:15, Bjoern A. Zeeb wrote: >> >>> On 10 Nov 2015, at 14:14 , Randall Stewart wrote: >>> >>> Author: rrs >>> Date: Tue Nov 10 14:14:41 2015 >>> New Revision: 290663 >>> URL: https://svnweb.freebsd.org/changeset/base/29066

Re: svn commit: r290651 - head/sys/dev/usb/wlan

2015-11-11 Thread Renato Botelho
> On Nov 10, 2015, at 18:19, Renato Botelho wrote: > >> On Nov 10, 2015, at 10:52, Andriy Voskoboinyk wrote: >> >> Author: avos >> Date: Tue Nov 10 12:52:26 2015 >> New Revision: 290651 >> URL: https://svnweb.freebsd.org/changeset/base/290651 >> >> Log: >> urtwn(4): add IBSS mode support >> >

svn commit: r290670 - head/sys/cam/ctl

2015-11-11 Thread Alexander Motin
Author: mav Date: Wed Nov 11 13:18:38 2015 New Revision: 290670 URL: https://svnweb.freebsd.org/changeset/base/290670 Log: Modify target port groups logic in CTL. - Introduce "ha_shared" port option, which being set to "on" moves the port into separate port group, shared between HA nodes

svn commit: r290671 - head/crypto/openssh

2015-11-11 Thread Dag-Erling Smørgrav
Author: des Date: Wed Nov 11 13:23:07 2015 New Revision: 290671 URL: https://svnweb.freebsd.org/changeset/base/290671 Log: Now that we have mandoc, we can leave $Mdocdate$ tags as-is. Unfortunately, there is (currently) no way to make Subversion generate correct $Mdocdate$ tags, but perhas

svn commit: r290672 - in head/crypto/openssh: . openbsd-compat

2015-11-11 Thread Dag-Erling Smørgrav
Author: des Date: Wed Nov 11 13:26:47 2015 New Revision: 290672 URL: https://svnweb.freebsd.org/changeset/base/290672 Log: Remove /* $FreeBSD$ */ from files that already have __RCSID("$FreeBSD$"). Modified: head/crypto/openssh/auth.c head/crypto/openssh/auth2.c head/crypto/openssh/buffer.

svn commit: r290673 - head/crypto/openssh/contrib

2015-11-11 Thread Dag-Erling Smørgrav
Author: des Date: Wed Nov 11 13:27:58 2015 New Revision: 290673 URL: https://svnweb.freebsd.org/changeset/base/290673 Log: One more $Mdocdate$ Modified: head/crypto/openssh/contrib/ssh-copy-id.1 Modified: head/crypto/openssh/contrib/ssh-copy-id.1 =

svn commit: r290674 - head/crypto/openssh

2015-11-11 Thread Dag-Erling Smørgrav
Author: des Date: Wed Nov 11 13:47:23 2015 New Revision: 290674 URL: https://svnweb.freebsd.org/changeset/base/290674 Log: Remove dead code. Deleted: head/crypto/openssh/schnorr.c ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/m

svn commit: r290675 - head/sys/tests/callout_test

2015-11-11 Thread Bryan Drewery
Author: bdrewery Date: Wed Nov 11 16:23:07 2015 New Revision: 290675 URL: https://svnweb.freebsd.org/changeset/base/290675 Log: Use a proper prototype. This was a failure in the GCC build. MFC after:1 month X-MFC-With: r290663 Modified: head/sys/tests/callout_test/callout_te

svn commit: r290676 - head/sys/tests/framework

2015-11-11 Thread Bryan Drewery
Author: bdrewery Date: Wed Nov 11 16:24:52 2015 New Revision: 290676 URL: https://svnweb.freebsd.org/changeset/base/290676 Log: Remove redundant declaration for sysctl kern. This is trying to fix the GCC build. MFC after:1 month X-MFC-With: r290663 Modified: head/sys/tests/f

svn commit: r290677 - in head: share/colldef share/ctypedef share/monetdef share/msgdef share/numericdef share/timedef tools/tools/locale/tools

2015-11-11 Thread Bryan Drewery
Author: bdrewery Date: Wed Nov 11 18:45:48 2015 New Revision: 290677 URL: https://svnweb.freebsd.org/changeset/base/290677 Log: Use explicit filename when creating locale symlinks to avoid creating a directory symlink when the target directory does not exist. This will cause an error instea

svn commit: r290678 - head/sys/dev/ntb/ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:54:49 2015 New Revision: 290678 URL: https://svnweb.freebsd.org/changeset/base/290678 Log: NTB: Skip db_valid validation writing DB link bit In ntb_poll_link, we are intentionally writing the link bit, which is absent from db_valid_mask. Don't panic on a k

svn commit: r290681 - head/sys/dev/ntb/ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:55:16 2015 New Revision: 290681 URL: https://svnweb.freebsd.org/changeset/base/290681 Log: ntb_hw: Correctly detect DSD/USD Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c =

svn commit: r290679 - in head/sys/dev/ntb: if_ntb ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:54:58 2015 New Revision: 290679 URL: https://svnweb.freebsd.org/changeset/base/290679 Log: ntb: Use caddr_t to simplify pointer arithmetic Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/if_ntb/if_ntb.c head/sys/dev/ntb/ntb_hw/ntb_

svn commit: r290683 - in head/sys/dev/ntb: if_ntb ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:55:34 2015 New Revision: 290683 URL: https://svnweb.freebsd.org/changeset/base/290683 Log: if_ntb: Transport link cleanup needs to be on a taskqueue Because it can sleep drainking link work callout(s). Linux (dual BSD/GPL driver) does something very simila

svn commit: r290682 - in head/sys/dev/ntb: if_ntb ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:55:25 2015 New Revision: 290682 URL: https://svnweb.freebsd.org/changeset/base/290682 Log: NTB: Diff reduce with Linux No functional change. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/if_ntb/if_ntb.c head/sys/dev/ntb/ntb_

svn commit: r290680 - head/sys/dev/ntb/ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:55:07 2015 New Revision: 290680 URL: https://svnweb.freebsd.org/changeset/base/290680 Log: ntb_hw: In INTx fallback, correct db shift from 15 to 16 Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c head/sys/dev/ntb/nt

svn commit: r290688 - head/sys/dev/ntb/if_ntb

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:56:21 2015 New Revision: 290688 URL: https://svnweb.freebsd.org/changeset/base/290688 Log: if_ntb: MFV c92ba3c5: invalid buf pointer in multi-MW setups Order of operations issue with the QP Num and MW count, which would result in the receive buffer pointer

svn commit: r290685 - head/sys/dev/ntb/ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:55:53 2015 New Revision: 290685 URL: https://svnweb.freebsd.org/changeset/base/290685 Log: ntb_hw: Similarly, add a debug-leveled macro for ntb_hw Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c Modified: head/sys/de

svn commit: r290687 - head/sys/dev/ntb/ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:56:11 2015 New Revision: 290687 URL: https://svnweb.freebsd.org/changeset/base/290687 Log: NTB: Add more HW registers to device sysctl tree Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c Modified: head/sys/dev/ntb/n

svn commit: r290686 - in head/sys/dev/ntb: if_ntb ntb_hw

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:56:02 2015 New Revision: 290686 URL: https://svnweb.freebsd.org/changeset/base/290686 Log: ntb: volatile some members set by interrupt routines Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ntb/if_ntb/if_ntb.c head/sys/dev/ntb/ntb_hw

svn commit: r290684 - head/sys/dev/ntb/if_ntb

2015-11-11 Thread Conrad E. Meyer
Author: cem Date: Wed Nov 11 18:55:44 2015 New Revision: 290684 URL: https://svnweb.freebsd.org/changeset/base/290684 Log: if_ntb: Add module-specific log level Rather than relying on the quite accurately named 'bootverbose'. Sponsored by: EMC / Isilon Storage Division Modified: hea

Re: svn commit: r290663 - in head/sys: modules modules/tests modules/tests/callout_test modules/tests/framework tests tests/callout_test tests/framework

2015-11-11 Thread Garrett Cooper
> On Nov 10, 2015, at 06:14, Randall Stewart wrote: > > Author: rrs > Date: Tue Nov 10 14:14:41 2015 > New Revision: 290663 > URL: https://svnweb.freebsd.org/changeset/base/290663 > > Log: > Add a kernel test framework. The callout_test is a demonstration and will > only > work with the upco

Re: svn commit: r290651 - head/sys/dev/usb/wlan

2015-11-11 Thread Andriy Voskoboinyk
Wed, 11 Nov 2015 11:54:58 +0200 було написано Renato Botelho : On Nov 10, 2015, at 18:19, Renato Botelho wrote: On Nov 10, 2015, at 10:52, Andriy Voskoboinyk wrote: Author: avos Date: Tue Nov 10 12:52:26 2015 New Revision: 290651 URL: https://svnweb.freebsd.org/changeset/base/290651 Log:

svn commit: r290689 - head/sbin/init

2015-11-11 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 11 23:00:57 2015 New Revision: 290689 URL: https://svnweb.freebsd.org/changeset/base/290689 Log: Fix resource leaks in error cases. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/init/init.c Modified: head/sbin/init/init.c ==

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

2015-11-11 Thread Randall Stewart
Author: rrs Date: Wed Nov 11 23:10:09 2015 New Revision: 290690 URL: https://svnweb.freebsd.org/changeset/base/290690 Log: Add the MLINK for async_drain Thanks Edward for the pointer. MFC after:1 month Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile ===

svn commit: r290691 - head/share/mk

2015-11-11 Thread Bryan Drewery
Author: bdrewery Date: Wed Nov 11 23:52:08 2015 New Revision: 290691 URL: https://svnweb.freebsd.org/changeset/base/290691 Log: Move META MODE's HOST_CC/CXX/CPP setting to local.meta.sys.mk, which centralizes the handling of CC and HOST_CC. This fixes a bug with WITH_CCACHE_BUILD when usi

svn commit: r290692 - head/sys/arm/conf

2015-11-11 Thread Warner Losh
Author: imp Date: Thu Nov 12 00:26:47 2015 New Revision: 290692 URL: https://svnweb.freebsd.org/changeset/base/290692 Log: Revisit this old board with 64MB of RAM. Comment out usb entirely, since it isn't used for my application. Add back the md device since it's needed for NanoBSD support.

svn commit: r290693 - head/usr.sbin/bsdconfig/share

2015-11-11 Thread Devin Teske
Author: dteske Date: Thu Nov 12 00:30:33 2015 New Revision: 290693 URL: https://svnweb.freebsd.org/changeset/base/290693 Log: Add support for "rc.conf.d" file(s). Differential Revision:https://reviews.freebsd.org/D3551 Reviewed by: allanjude MFC after:1 week X-MFC-to:

svn commit: r290697 - head/contrib/tzdata

2015-11-11 Thread Edwin Groothuis
Author: edwin Date: Thu Nov 12 03:25:04 2015 New Revision: 290697 URL: https://svnweb.freebsd.org/changeset/base/290697 Log: MFV of 290695,tzdata2015g Update to tzdata2015g: Turkey's 2015 fall-back transition is scheduled for Nov. 8, not Oct. 25. Norfolk moves from +1130 to +1100

svn commit: r290703 - head/sys/modules/dtb/imx6

2015-11-11 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Nov 12 03:37:28 2015 New Revision: 290703 URL: https://svnweb.freebsd.org/changeset/base/290703 Log: Add riotboard DTB to dtb/imx6 Modified: head/sys/modules/dtb/imx6/Makefile Modified: head/sys/modules/dtb/imx6/Makefile ===

svn commit: r290704 - head/tools/tools/nanobsd

2015-11-11 Thread Warner Losh
Author: imp Date: Thu Nov 12 05:53:32 2015 New Revision: 290704 URL: https://svnweb.freebsd.org/changeset/base/290704 Log: Make the slice names for root configurable. For embedded platforms, we need s1 to be a FAT partition, s2 to be the config partition and s3 and s4 to be the ping-pong upg