svn commit: r289117 - head/sys/mips/conf

2015-10-10 Thread Sean Bruno
Author: sbruno Date: Sat Oct 10 19:08:34 2015 New Revision: 289117 URL: https://svnweb.freebsd.org/changeset/base/289117 Log: There's no way a fbsd install + kernel will fit into 4MB of flash. Assume and enforce the fact that this will always boot a rootfs from usb. Modified:

Re: svn commit: r289087 - in head: etc etc/dma libexec libexec/dma libexec/dma-mbox-create libexec/dma/dma libexec/dma/dma-mbox-create share/examples share/examples/dma

2015-10-10 Thread Baptiste Daroussin
On Fri, Oct 09, 2015 at 08:15:57PM -0700, Adrian Chadd wrote: > I think this broke being able to do installworld as non-root > > 21:03 <@adrian> ===> libexec/dma/dmagent (installconfig) > 21:03 <@adrian> install: > /home/adrian/work/freebsd/head-embedded/src/../root/mips_ap/etc/dma/dma.conf: >

svn commit: r289115 - head

2015-10-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 10 14:43:46 2015 New Revision: 289115 URL: https://svnweb.freebsd.org/changeset/base/289115 Log: Fix installing config files as non root Reported by: adrian Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

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

2015-10-10 Thread Ian Lepore
Author: ian Date: Sat Oct 10 19:51:00 2015 New Revision: 289118 URL: https://svnweb.freebsd.org/changeset/base/289118 Log: Replace a local sx lock that allowed only one client at a time to access an eeprom device with iicbus_request/release_bus(), which achieves the same effect and also

Re: svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Slawa Olhovchenkov
On Sat, Oct 10, 2015 at 04:29:04PM +0200, Jean-S'ebastien P'edron wrote: > On 10.10.2015 15:37, Dmitry Morozovsky wrote: > > On Sat, 10 Oct 2015, Jean-S?bastien P?dron wrote: > >> That said, I'm not sure a kernel from HEAD will work nicely with > >> userland from 10.2. That's worth a try. > > >

Re: svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Jean-Sébastien Pédron
On 10.10.2015 15:37, Dmitry Morozovsky wrote: > On Sat, 10 Oct 2015, Jean-S?bastien P?dron wrote: >> That said, I'm not sure a kernel from HEAD will work nicely with >> userland from 10.2. That's worth a try. > > well, it should -- otherwise stable/10 jails would not work under -current. I was

Re: svn commit: r289072 - in head/contrib: libc++/src llvm/lib/Transforms/Vectorize

2015-10-10 Thread Ed Maste
On Oct 10, 2015 8:53 AM, "Konstantin Belousov" wrote: > > On Sat, Oct 10, 2015 at 12:24:33PM +, Ed Maste wrote: > > On 10 October 2015 at 12:03, Konstantin Belousov wrote: > > >> The declaration is extern ostream cout; which correctly has 8 byte

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

2015-10-10 Thread Poul-Henning Kamp
Author: phk Date: Sat Oct 10 17:32:06 2015 New Revision: 289116 URL: https://svnweb.freebsd.org/changeset/base/289116 Log: Remove a double "as well as" Modified: head/share/man/man4/vtnet.4 Modified: head/share/man/man4/vtnet.4

Re: svn commit: r283526 - in head: . contrib/llvm/include/llvm/Target contrib/llvm/lib/Analysis contrib/llvm/lib/CodeGen contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/lib/ExecutionEngine/RuntimeD

2015-10-10 Thread Dimitry Andric
On 10 Oct 2015, at 23:32, Ivan Klymenko wrote: > On Mon, 25 May 2015 13:43:03 + (UTC) > Dimitry Andric wrote: > >> Author: dim >> Date: Mon May 25 13:43:03 2015 >> New Revision: 283526 >> URL: https://svnweb.freebsd.org/changeset/base/283526 >> >> Log: >>

svn commit: r289124 - head/sys/dev/wpi

2015-10-10 Thread Adrian Chadd
Author: adrian Date: Sun Oct 11 01:31:18 2015 New Revision: 289124 URL: https://svnweb.freebsd.org/changeset/base/289124 Log: wpi(4): use more correct types. This change fixes some amount of -Wsign-conversion and -Wconversion warnings and sets correct sizes for some variables (as a

svn commit: r289127 - head/sys/dev/wpi

2015-10-10 Thread Adrian Chadd
Author: adrian Date: Sun Oct 11 01:56:46 2015 New Revision: 289127 URL: https://svnweb.freebsd.org/changeset/base/289127 Log: wpi(4): fix possible race between TX/RX threads. Tested: * Tested with Intel 3945BG, STA mode Submitted by: Differential Revision:

svn commit: r289123 - in head: contrib/dma contrib/dma/debian libexec/dma

2015-10-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 10 23:31:47 2015 New Revision: 289123 URL: https://svnweb.freebsd.org/changeset/base/289123 Log: Update Dragonfly Mail Agent to v0.10 Deleted: head/contrib/dma/BSDmakefile head/contrib/dma/debian/ Modified: head/contrib/dma/LICENSE

Re: svn commit: r289130 - head/sys/mips/conf

2015-10-10 Thread Adrian Chadd
Hm, its an AR9300, right? It should be getting ART from 0x1fff like the rest of the boards and the AR9300 HAL will add 0x1000 for you. Don't ask me why. What's the MAC address of the wlan0 interface you created? Does it actually all work? :) -a On 10 October 2015 at 20:31, Sean Bruno

svn commit: r289126 - head/sys/dev/wpi

2015-10-10 Thread Adrian Chadd
Author: adrian Date: Sun Oct 11 01:53:51 2015 New Revision: 289126 URL: https://svnweb.freebsd.org/changeset/base/289126 Log: wpi(4): do not allocate space for unused rings. Tested: * Tested with Intel 3945BG, STA mode Submitted by: Differential Revision:

svn commit: r289122 - in vendor/dma/0.10: . debian

2015-10-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 10 23:22:55 2015 New Revision: 289122 URL: https://svnweb.freebsd.org/changeset/base/289122 Log: Tag import of dma 0.10 Added: vendor/dma/0.10/ - copied from r286801, vendor/dma/dist/ Replaced: vendor/dma/0.10/LICENSE - copied unchanged from r289121,

svn commit: r289121 - in vendor/dma/dist: . debian

2015-10-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 10 23:22:05 2015 New Revision: 289121 URL: https://svnweb.freebsd.org/changeset/base/289121 Log: Import dma 0.10 Deleted: vendor/dma/dist/BSDmakefile vendor/dma/dist/debian/ Modified: vendor/dma/dist/LICENSE vendor/dma/dist/README.markdown

svn commit: r289125 - head/sys/dev/wpi

2015-10-10 Thread Adrian Chadd
Author: adrian Date: Sun Oct 11 01:50:54 2015 New Revision: 289125 URL: https://svnweb.freebsd.org/changeset/base/289125 Log: wpi(4): do not override iv_recv_mgmt() in non-adhoc modes. Tested: * Tested with Intel 3945BG, IBSS and STA modes Submitted by:

svn commit: r289130 - head/sys/mips/conf

2015-10-10 Thread Sean Bruno
Author: sbruno Date: Sun Oct 11 03:31:11 2015 New Revision: 289130 URL: https://svnweb.freebsd.org/changeset/base/289130 Log: Use machine specific values cleaned from openwrt for the mac address location on the TP link mr3020 Modified: head/sys/mips/conf/TP-MR3020.hints Modified:

Re: svn commit: r283526 - in head: . contrib/llvm/include/llvm/Target contrib/llvm/lib/Analysis contrib/llvm/lib/CodeGen contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/lib/ExecutionEngine/RuntimeD

2015-10-10 Thread Ivan Klymenko
On Mon, 25 May 2015 13:43:03 + (UTC) Dimitry Andric wrote: > Author: dim > Date: Mon May 25 13:43:03 2015 > New Revision: 283526 > URL: https://svnweb.freebsd.org/changeset/base/283526 > > Log: > Upgrade our copy of clang and llvm to 3.6.1 release. > Hello. After

svn commit: r289129 - head/sys/dev/wpi

2015-10-10 Thread Adrian Chadd
Author: adrian Date: Sun Oct 11 02:00:08 2015 New Revision: 289129 URL: https://svnweb.freebsd.org/changeset/base/289129 Log: wpi(4): do not count failures twice for ic_raw_xmit(). Tested: * Tested with Intel 3945BG, STA mode Submitted by: Differential

svn commit: r289128 - head/sys/dev/wpi

2015-10-10 Thread Adrian Chadd
Author: adrian Date: Sun Oct 11 01:58:50 2015 New Revision: 289128 URL: https://svnweb.freebsd.org/changeset/base/289128 Log: wpi(4): move error handling upper (wpi_tx_data()/wpi_cmd2() -> wpi_raw_xmit()/wpi_transmit()). Tested: * Tested with Intel 3945BG, STA mode Submitted by:

svn commit: r289111 - head/sys/kern

2015-10-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 10 09:21:55 2015 New Revision: 289111 URL: https://svnweb.freebsd.org/changeset/base/289111 Log: Provide better debug message on kernel module name clash. Reviewed by: kib@ MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r289113 - head/sbin/mdconfig

2015-10-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 10 09:37:31 2015 New Revision: 289113 URL: https://svnweb.freebsd.org/changeset/base/289113 Log: Add 'p' postfix to mdconfig(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/mdconfig/mdconfig.8

Re: svn commit: r289072 - in head/contrib: libc++/src llvm/lib/Transforms/Vectorize

2015-10-10 Thread Konstantin Belousov
On Fri, Oct 09, 2015 at 06:21:45PM +, Dimitry Andric wrote: > Author: dim > Date: Fri Oct 9 18:21:45 2015 > New Revision: 289072 > URL: https://svnweb.freebsd.org/changeset/base/289072 > > Log: > Temporarily revert upstream llvm trunk r240144 (by Michael Zolotukhin): > > [SLP]

svn commit: r289110 - in head: sbin/geom/class/nop sys/geom/nop

2015-10-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 10 09:03:31 2015 New Revision: 289110 URL: https://svnweb.freebsd.org/changeset/base/289110 Log: Make geom_nop(4) collect statistics on all types of BIOs, not just reads and writes. PR: kern/198405 Submitted by: Matthew D. Fuller MFC after:1

svn commit: r289112 - in head: lib/libc/sys sys/kern

2015-10-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 10 09:29:47 2015 New Revision: 289112 URL: https://svnweb.freebsd.org/changeset/base/289112 Log: Change the default setting of kern.ipc.shm_allow_removed from 0 to 1. This removes the need for manually changing this flag for Google Chrome users. It also

Re: svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Slawa Olhovchenkov
On Sat, Oct 10, 2015 at 07:43:02AM +, Jean-S'ebastien P'edron wrote: > Author: dumbbell > Date: Sat Oct 10 07:43:02 2015 > New Revision: 289109 > URL: https://svnweb.freebsd.org/changeset/base/289109 > > Log: > drm/i915: Remove "Attempting to unbind pinned buffer" message > > This

Re: svn commit: r289085 - head/share/mk

2015-10-10 Thread Antoine Brodin
On Fri, Oct 9, 2015 at 9:57 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Oct 9 21:57:42 2015 > New Revision: 289085 > URL: https://svnweb.freebsd.org/changeset/base/289085 > > Log: > Add a new bsd.confs.mk similar to bsd.files.mk or bsd.incs.mk > > It defines a

svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sat Oct 10 07:43:02 2015 New Revision: 289109 URL: https://svnweb.freebsd.org/changeset/base/289109 Log: drm/i915: Remove "Attempting to unbind pinned buffer" message This error message is removed in later versions of Linux and currently, it spams users. PR:

Re: svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Slawa Olhovchenkov
On Sat, Oct 10, 2015 at 12:14:50PM +0200, Jean-S'ebastien P'edron wrote: > On 10.10.2015 11:35, Slawa Olhovchenkov wrote: > > On Sat, Oct 10, 2015 at 07:43:02AM +, Jean-S'ebastien P'edron wrote: > > What about don't worked video playback? > >

Re: svn commit: r289072 - in head/contrib: libc++/src llvm/lib/Transforms/Vectorize

2015-10-10 Thread Konstantin Belousov
On Sat, Oct 10, 2015 at 11:37:26AM +, Ed Maste wrote: > On 10 October 2015 at 06:08, Konstantin Belousov wrote: > > On Fri, Oct 09, 2015 at 06:21:45PM +, Dimitry Andric wrote: > >> Author: dim > >> Date: Fri Oct 9 18:21:45 2015 > >> New Revision: 289072 > >> URL:

Re: svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Jean-Sébastien Pédron
On 10.10.2015 11:35, Slawa Olhovchenkov wrote: > On Sat, Oct 10, 2015 at 07:43:02AM +, Jean-S'ebastien P'edron wrote: > What about don't worked video playback? > https://lists.freebsd.org/pipermail/freebsd-current/2015-August/057326.html Hi! Hopefully it will be fixed by the coming i915

svn commit: r289114 - in head: libexec/dma/dmagent share/mk usr.sbin/ppp

2015-10-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 10 10:48:09 2015 New Revision: 289114 URL: https://svnweb.freebsd.org/changeset/base/289114 Log: Install bsd.confs.mk Rename ETCDIR into CONFIGDIR to avoid conflicts with the ports tree Modified: head/libexec/dma/dmagent/Makefile head/share/mk/Makefile

Re: svn commit: r289072 - in head/contrib: libc++/src llvm/lib/Transforms/Vectorize

2015-10-10 Thread Ed Maste
On 10 October 2015 at 06:08, Konstantin Belousov wrote: > On Fri, Oct 09, 2015 at 06:21:45PM +, Dimitry Andric wrote: >> Author: dim >> Date: Fri Oct 9 18:21:45 2015 >> New Revision: 289072 >> URL: https://svnweb.freebsd.org/changeset/base/289072 >> >> Log: >>

Re: svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Jean-Sébastien Pédron
On 10.10.2015 12:22, Slawa Olhovchenkov wrote: > On Sat, Oct 10, 2015 at 12:14:50PM +0200, Jean-S'ebastien P'edron wrote: >> Hopefully it will be fixed by the coming i915 update. Please see the >> following wiki article for status update and instructions if you want to >> test it: >>

Re: svn commit: r289072 - in head/contrib: libc++/src llvm/lib/Transforms/Vectorize

2015-10-10 Thread Ed Maste
On 10 October 2015 at 12:03, Konstantin Belousov wrote: >> The declaration is extern ostream cout; which correctly has 8 byte alignment. > The alignment of the declaration does not matter, most likely. > I am not sure what you mean by saying that 8 byte alignment is

Re: svn commit: r289072 - in head/contrib: libc++/src llvm/lib/Transforms/Vectorize

2015-10-10 Thread Konstantin Belousov
On Sat, Oct 10, 2015 at 12:24:33PM +, Ed Maste wrote: > On 10 October 2015 at 12:03, Konstantin Belousov wrote: > >> The declaration is extern ostream cout; which correctly has 8 byte > >> alignment. > > The alignment of the declaration does not matter, most likely. > >

Re: svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Slawa Olhovchenkov
On Sat, Oct 10, 2015 at 04:37:43PM +0300, Dmitry Morozovsky wrote: > On Sat, 10 Oct 2015, Jean-S?bastien P?dron wrote: > > > That said, I'm not sure a kernel from HEAD will work nicely with > > userland from 10.2. That's worth a try. > > well, it should -- otherwise stable/10 jails would not

Re: svn commit: r289109 - head/sys/dev/drm2/i915

2015-10-10 Thread Dmitry Morozovsky
On Sat, 10 Oct 2015, Jean-S?bastien P?dron wrote: > That said, I'm not sure a kernel from HEAD will work nicely with > userland from 10.2. That's worth a try. well, it should -- otherwise stable/10 jails would not work under -current. Not the other way os course. -- Sincerely, D.Marck