svn commit: r289993 - head/sys/ofed/include/linux

2015-10-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 26 09:34:43 2015 New Revision: 289993 URL: https://svnweb.freebsd.org/changeset/base/289993 Log: Build fix for MIPS. Sponsored by: Mellanox Technologies Modified: head/sys/ofed/include/linux/sched.h Modified: head/sys/ofed/include/linux/sched.h

Re: svn commit: r289995 - head/usr.bin/dtc

2015-10-26 Thread Baptiste Daroussin
On Mon, Oct 26, 2015 at 10:37:17AM +, David Chisnall wrote: > Author: theraven > Date: Mon Oct 26 10:37:17 2015 > New Revision: 289995 > URL: https://svnweb.freebsd.org/changeset/base/289995 > > Log: > Ensure that dtc is built in C++11 mode. > > Reported by:George Abdelmalik >

svn commit: r289994 - head/sys/modules

2015-10-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 26 10:09:08 2015 New Revision: 289994 URL: https://svnweb.freebsd.org/changeset/base/289994 Log: Build the LinuxKPI module by default. Sponsored by: Mellanox Technologies Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

Re: svn commit: r289995 - head/usr.bin/dtc

2015-10-26 Thread David Chisnall
On 26 Oct 2015, at 10:48, Baptiste Daroussin wrote: > > Just jumping on that one, you should probably revisit de HACKING files :) Ah, good point. I’ll update them. David ___ svn-src-head@freebsd.org mailing list

svn commit: r289996 - head/usr.bin/dtc

2015-10-26 Thread David Chisnall
Author: theraven Date: Mon Oct 26 11:02:57 2015 New Revision: 289996 URL: https://svnweb.freebsd.org/changeset/base/289996 Log: Update some obsolete information in the HACKING document. Reported by: bapt Modified: head/usr.bin/dtc/HACKING Modified: head/usr.bin/dtc/HACKING

svn commit: r289995 - head/usr.bin/dtc

2015-10-26 Thread David Chisnall
Author: theraven Date: Mon Oct 26 10:37:17 2015 New Revision: 289995 URL: https://svnweb.freebsd.org/changeset/base/289995 Log: Ensure that dtc is built in C++11 mode. Reported by: George Abdelmalik Modified: head/usr.bin/dtc/Makefile Modified: head/usr.bin/dtc/Makefile

Re: svn commit: r289269 - head/usr.sbin/tzsetup

2015-10-26 Thread Adrian Chadd
Hi, Please don't break non-root builds. I may get stabby. :) -adrian On 26 October 2015 at 19:44, Bryan Drewery wrote: > On 10/13/2015 3:55 PM, Xin LI wrote: >> Author: delphij >> Date: Tue Oct 13 22:55:17 2015 >> New Revision: 289269 >> URL:

svn commit: r290022 - head/sys/dev/usb/wlan

2015-10-26 Thread Andriy Voskoboinyk
Author: avos Date: Mon Oct 26 21:03:20 2015 New Revision: 290022 URL: https://svnweb.freebsd.org/changeset/base/290022 Log: urtwn(4): do not filter out control frames in the RX path Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D3811 Modified:

svn commit: r290019 - head

2015-10-26 Thread Bryan Drewery
Author: bdrewery Date: Mon Oct 26 19:28:20 2015 New Revision: 290019 URL: https://svnweb.freebsd.org/changeset/base/290019 Log: Add a note about DEPFLAGS which is currently a hack around not properly passing CXXFLAGS to sub-makes. The bad passing also causes bsd.dep.mk's logic to

svn commit: r290020 - head/sys/dev/ioat

2015-10-26 Thread Conrad E. Meyer
Author: cem Date: Mon Oct 26 19:34:00 2015 New Revision: 290020 URL: https://svnweb.freebsd.org/changeset/base/290020 Log: ioat: Dedupe operation enqueue logic Add generic hw descriptor struct and generic control flags struct, in preparation for other kinds of IOAT operation.

svn commit: r290021 - in head: sys/dev/ioat tools/tools/ioat

2015-10-26 Thread Conrad E. Meyer
Author: cem Date: Mon Oct 26 19:34:12 2015 New Revision: 290021 URL: https://svnweb.freebsd.org/changeset/base/290021 Log: ioat: Add support for Block Fill operations The IOAT hardware supports writing a 64-bit pattern to some destination buffer. The same limitations on buffer length

svn commit: r290023 - head/sys/netinet

2015-10-26 Thread Michael Tuexen
Author: tuexen Date: Mon Oct 26 21:19:49 2015 New Revision: 290023 URL: https://svnweb.freebsd.org/changeset/base/290023 Log: When processing a cookie, any mismatch in port numbers or the vtag results in failing the check. This fixes

svn commit: r290025 - head/share/mk

2015-10-26 Thread Bryan Drewery
Author: bdrewery Date: Mon Oct 26 22:31:57 2015 New Revision: 290025 URL: https://svnweb.freebsd.org/changeset/base/290025 Log: META MODE: bsd.files.mk and bsd.confs.mk don't handle symlinks so there is no need to set STAGE_SYMLINKS_DIR.${STAGE_SET}. Sponsored by: EMC / Isilon Storage

svn commit: r290030 - in head/libexec/dma: dma-mbox-create dmagent

2015-10-26 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 01:24:57 2015 New Revision: 290030 URL: https://svnweb.freebsd.org/changeset/base/290030 Log: Add Makefile.depend Added: head/libexec/dma/dma-mbox-create/Makefile.depend (contents, props changed) head/libexec/dma/dmagent/Makefile.depend (contents,

Re: svn commit: r289269 - head/usr.sbin/tzsetup

2015-10-26 Thread Xin Li
On 10/26/15 18:07, Adrian Chadd wrote: > Hi, > > Please don't break non-root builds. I may get stabby. > > :) Will revert now. > -adrian > > > On 26 October 2015 at 19:44, Bryan Drewery wrote: >> On 10/13/2015 3:55 PM, Xin LI wrote: >>> Author: delphij >>> Date: Tue

svn commit: r290026 - head/share/mk

2015-10-26 Thread Bryan Drewery
Author: bdrewery Date: Mon Oct 26 23:28:35 2015 New Revision: 290026 URL: https://svnweb.freebsd.org/changeset/base/290026 Log: META MODE: Fix FILESNAME not being respected sans other FILES_group overrides. This was fixed in bsd.incs.mk in r242801 already. Sponsored by: EMC / Isilon

Re: svn commit: r289269 - head/usr.sbin/tzsetup

2015-10-26 Thread Bryan Drewery
On 10/13/2015 3:55 PM, Xin LI wrote: > Author: delphij > Date: Tue Oct 13 22:55:17 2015 > New Revision: 289269 > URL: https://svnweb.freebsd.org/changeset/base/289269 > > Log: > Use chroot(2) instead of using prefixes for files. > > Previously, the code prefixes the chroot path to actual

Re: svn commit: r289863 - head/lib/libc/stdio

2015-10-26 Thread Andrey Chernov
On 26.10.2015 20:27, John Baldwin wrote: > On Saturday, October 24, 2015 02:23:15 AM Andrey A. Chernov wrote: >> Author: ache >> Date: Sat Oct 24 02:23:15 2015 >> New Revision: 289863 >> URL: https://svnweb.freebsd.org/changeset/base/289863 >> >> Log: >> Since no room left in the _flags, reuse

svn commit: r290024 - head/usr.bin/gzip

2015-10-26 Thread Xin LI
Author: delphij Date: Mon Oct 26 22:29:58 2015 New Revision: 290024 URL: https://svnweb.freebsd.org/changeset/base/290024 Log: In gunzip(1), treat trailing garbage as a warning and not an error. This allows scripts to distinguish it between real fatal errors, for instance a CRC mismatch.

svn commit: r290028 - in head/sys: netinet netipsec

2015-10-26 Thread George V. Neville-Neil
Author: gnn Date: Tue Oct 27 00:42:15 2015 New Revision: 290028 URL: https://svnweb.freebsd.org/changeset/base/290028 Log: Turning on IPSEC used to introduce a slight amount of performance degradation (7%) for host host TCP connections over 10Gbps links, even when there were no secuirty

svn commit: r290031 - head/usr.sbin/tzsetup

2015-10-26 Thread Xin LI
Author: delphij Date: Tue Oct 27 01:26:50 2015 New Revision: 290031 URL: https://svnweb.freebsd.org/changeset/base/290031 Log: Revert r289269 for now. After looking at share/zoneinfo/Makefile this could potentially break non-root installs and we need a better solution, probably by doing it

svn commit: r290029 - head/sys/dev/otus

2015-10-26 Thread Adrian Chadd
Author: adrian Date: Tue Oct 27 00:57:06 2015 New Revision: 290029 URL: https://svnweb.freebsd.org/changeset/base/290029 Log: otus(4) - monitor mode fixes, large-mbuf crash fix * refactor out the rx filter and operating mode code into a separate method. * add some comments about

svn commit: r290038 - in head/sys/netgraph/bluetooth: hci include l2cap socket

2015-10-26 Thread Takanori Watanabe
Author: takawata Date: Tue Oct 27 03:42:26 2015 New Revision: 290038 URL: https://svnweb.freebsd.org/changeset/base/290038 Log: Bluetooth LE Security Management channel support. Add a socket option to block until underlying HCI connection encrypted. Differential Revision:

svn commit: r290035 - head/share/mk

2015-10-26 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 02:04:21 2015 New Revision: 290035 URL: https://svnweb.freebsd.org/changeset/base/290035 Log: Spell CONFGROUPS properly. Modified: head/share/mk/bsd.confs.mk Modified: head/share/mk/bsd.confs.mk

svn commit: r290034 - head/share/mk

2015-10-26 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 27 01:29:38 2015 New Revision: 290034 URL: https://svnweb.freebsd.org/changeset/base/290034 Log: META MODE: Fix after addition of bsd.confs.mk: Stage in "files" set. The "files" staging name is not the same as "bsd.files.mk" but seems to just be a group of

svn commit: r290039 - head/share/misc

2015-10-26 Thread Kurt Lidl
Author: lidl Date: Tue Oct 27 03:48:42 2015 New Revision: 290039 URL: https://svnweb.freebsd.org/changeset/base/290039 Log: Add myself and my mentors to the committers-src.dot file. Approved by: rpaulo (mentor) Differential Revision:https://reviews.freebsd.org/D4006 Modified:

Re: svn commit: r289863 - head/lib/libc/stdio

2015-10-26 Thread John Baldwin
On Tuesday, October 27, 2015 02:55:43 AM Andrey Chernov wrote: > On 26.10.2015 20:27, John Baldwin wrote: > > On Saturday, October 24, 2015 02:23:15 AM Andrey A. Chernov wrote: > >> Author: ache > >> Date: Sat Oct 24 02:23:15 2015 > >> New Revision: 289863 > >> URL:

Ceramic Roof Tile FOB USD0.30/pcs Double color

2015-10-26 Thread Alice
To:svn-src-head@freebsd.org Dear Clients How are you? Here recommend our good selling ceramic roof tile base double glossy color. and price at FOB USD0.30/pcs. it's with very competitive price and reliable quality. if you need our caralogue,please just tell me and I am pleasured to send to you.

Re: svn commit: r289269 - head/usr.sbin/tzsetup

2015-10-26 Thread Adrian Chadd
aw thanks I would really love to see a non-terrible way to do this stuff. :( -a On 26 October 2015 at 20:25, Xin Li wrote: > On 10/26/15 18:07, Adrian Chadd wrote: >> Hi, >> >> Please don't break non-root builds. I may get stabby. >> >> :) > > Will revert now. > >>

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Adrian Chadd
Hi, I'll take a photo of it when it breaks next. Would you mind reverting it for now until we can figure it out? -adrian On 26 October 2015 at 05:53, Oliver Pinter wrote: > Hi Roger! > > On 10/26/15, Roger Pau Monné wrote: >> El 26/10/15

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Oliver Pinter
On 10/26/15, Adrian Chadd wrote: > Hi, > > I'll take a photo of it when it breaks next. > > Would you mind reverting it for now until we can figure it out? btw, this was the two kernel panic what I got: Fatal trap 12: page fault while in kernel mode cpuid = 11; apic id =

Re: svn commit: r290005 - head/sys/dev/xen/blkfront head/sys/x86/x86 svnadmin/tools/checkacl

2015-10-26 Thread Andriy Gapon
On 26/10/2015 16:50, Roger Pau Monné wrote: > Changes in other areas also in this revision: > Modified: > Directory Properties: > svnadmin/tools/checkacl/Makefile (props changed) > svnadmin/tools/checkacl/checkacl.c (props changed) > vendor/ (props changed) Seems like those shouldn't

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

2015-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 14:14:56 2015 New Revision: 290004 URL: https://svnweb.freebsd.org/changeset/base/290004 Log: Don't try to replicate mode pages not present on this device. MFC after:3 days Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

Re: svn commit: r290005 - head/sys/dev/xen/blkfront head/sys/x86/x86 svnadmin/tools/checkacl

2015-10-26 Thread Roger Pau Monné
El 26/10/15 a les 16.02, Andriy Gapon ha escrit: > On 26/10/2015 16:50, Roger Pau Monné wrote: >> Changes in other areas also in this revision: >> Modified: >> Directory Properties: >> svnadmin/tools/checkacl/Makefile (props changed) >> svnadmin/tools/checkacl/checkacl.c (props changed) >>

svn commit: r290007 - head/etc

2015-10-26 Thread Dag-Erling Smørgrav
Author: des Date: Mon Oct 26 15:14:55 2015 New Revision: 290007 URL: https://svnweb.freebsd.org/changeset/base/290007 Log: Correctly document the change made in r275359. Modified: head/etc/rc.subr Modified: head/etc/rc.subr

svn commit: r290005 - head/sys/dev/xen/blkfront head/sys/x86/x86 svnadmin/tools/checkacl

2015-10-26 Thread Roger Pau Monné
Author: royger Date: Mon Oct 26 14:50:35 2015 New Revision: 290005 URL: https://svnweb.freebsd.org/changeset/base/290005 Log: x86/dma_bounce: revert r289834 and r289836 The new load_ma implementation can cause dereferences when used with certain drivers, back it out until the reason is

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Roger Pau Monné
El 26/10/15 a les 13.24, Adrian Chadd ha escrit: > Hi, > > I've started seeing panics on -head with ATA code doing a dmamap load > -> panic. I'll test by reverting this patch and see what happens, but > when it /does/ happen I can't get a crashdump, so debugging will be > less easy. > > Has

svn commit: r290003 - head/sys/ofed/include/linux

2015-10-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 26 13:28:34 2015 New Revision: 290003 URL: https://svnweb.freebsd.org/changeset/base/290003 Log: Add support for binding IRQs to CPUs in the LinuxKPI. The new function added is for BSD only and does not exist in Linux. MFC after:1 week Sponsored by:

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Oliver Pinter
Hi Roger! On 10/26/15, Roger Pau Monné wrote: > El 26/10/15 a les 13.24, Adrian Chadd ha escrit: >> Hi, >> >> I've started seeing panics on -head with ATA code doing a dmamap load >> -> panic. I'll test by reverting this patch and see what happens, but >> when it /does/

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Adrian Chadd
Hi, I've started seeing panics on -head with ATA code doing a dmamap load -> panic. I'll test by reverting this patch and see what happens, but when it /does/ happen I can't get a crashdump, so debugging will be less easy. Has anyone else seen this? -a On 23 October 2015 at 08:46, Roger Pau

svn commit: r290012 - in head/contrib/ntp: html/drivers include libjsmn/example libntp ntpd scripts/update-leap sntp sntp/ag-tpl sntp/libpkgver sntp/tests sntp/unity sntp/unity/auto tests/bug-2803 ...

2015-10-26 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 26 15:43:08 2015 New Revision: 290012 URL: https://svnweb.freebsd.org/changeset/base/290012 Log: Remove svn:keywords that leaked in. Modified: Directory Properties: head/contrib/ntp/html/drivers/driver40-ja.html (props changed)

Re: svn commit: r290005 - head/sys/dev/xen/blkfront head/sys/x86/x86 svnadmin/tools/checkacl

2015-10-26 Thread Gleb Smirnoff
On Mon, Oct 26, 2015 at 04:09:25PM +0100, Roger Pau Monné wrote: R> El 26/10/15 a les 16.02, Andriy Gapon ha escrit: R> > On 26/10/2015 16:50, Roger Pau Monné wrote: R> >> Changes in other areas also in this revision: R> >> Modified: R> >> Directory Properties: R> >>

Re: svn commit: r282145 - head/etc/rc.d

2015-10-26 Thread Gleb Smirnoff
Garrett, On Sat, Oct 24, 2015 at 09:51:01PM -0700, NGie Cooper wrote: N> > Author: glebius N> > Date: Tue Apr 28 13:13:23 2015 N> > New Revision: 282145 N> > URL: https://svnweb.freebsd.org/changeset/base/282145 N> > N> > Log: N> > Require "ldconfig" for "devd". It is possible that user puts

svn commit: r290006 - head/etc

2015-10-26 Thread Dag-Erling Smørgrav
Author: des Date: Mon Oct 26 15:14:16 2015 New Revision: 290006 URL: https://svnweb.freebsd.org/changeset/base/290006 Log: Loading rc.subr and rc.conf has no effect since all we do is run other scripts which load them again. MFC after:3 weeks Modified: head/etc/netstart Modified:

Re: svn commit: r290005 - head/sys/dev/xen/blkfront head/sys/x86/x86 svnadmin/tools/checkacl

2015-10-26 Thread Eitan Adler
On 26 October 2015 at 08:55, Gleb Smirnoff wrote: > On Mon, Oct 26, 2015 at 04:09:25PM +0100, Roger Pau Monné wrote: > R> El 26/10/15 a les 16.02, Andriy Gapon ha escrit: > R> > On 26/10/2015 16:50, Roger Pau Monné wrote: > R> >> Changes in other areas also in this revision:

svn commit: r290008 - in head/etc: . rc.d

2015-10-26 Thread Dag-Erling Smørgrav
Author: des Date: Mon Oct 26 15:16:27 2015 New Revision: 290008 URL: https://svnweb.freebsd.org/changeset/base/290008 Log: Since r275359, there is no need to provide a bogus service name. MFC after:3 weeks Modified: head/etc/rc.d/othermta head/etc/rc.shutdown Modified:

Re: svn commit: r289863 - head/lib/libc/stdio

2015-10-26 Thread John Baldwin
On Saturday, October 24, 2015 02:23:15 AM Andrey A. Chernov wrote: > Author: ache > Date: Sat Oct 24 02:23:15 2015 > New Revision: 289863 > URL: https://svnweb.freebsd.org/changeset/base/289863 > > Log: > Since no room left in the _flags, reuse __SALC for O_APPEND. > It helps to remove

svn commit: r290015 - head/cddl/contrib/opensolaris/cmd/zfs

2015-10-26 Thread Allan Jude
Author: allanjude Date: Mon Oct 26 17:07:22 2015 New Revision: 290015 URL: https://svnweb.freebsd.org/changeset/base/290015 Log: Allow 'zfs holds -r' to recurse over a file system or volume to find holds Previously, the parameters of 'zfs holds' could only be snapshots Add -d flag to

svn commit: r290018 - head/sys/dev/isp

2015-10-26 Thread Alexander Motin
Author: mav Date: Mon Oct 26 18:14:15 2015 New Revision: 290018 URL: https://svnweb.freebsd.org/changeset/base/290018 Log: Reimplement enable and implement disable of virtual ports. Now on 24xx and above chips it is really possible to simulate several virtual FC ports with single