Re: svn commit: r265864 - head/sys/dev/vt/hw/ofwfb

2014-05-10 Thread Bruce Evans
On Sun, 11 May 2014, Nathan Whitehorn wrote: Log: Make ofwfb not be painfully slow. This reduces the time for a verbose boot on my G4 iBook by more than half. Still 10% slower than syscons, but that's much better than a factor of 2. The slowness had to do with pathological write performance

Re: svn commit: r265418 - head/sys/vm

2014-05-10 Thread Gary Jennejohn
On Sat, 10 May 2014 19:07:34 +0200 Marc UBM wrote: > On Tue, 06 May 2014 18:59:59 -0500 > Alan Cox wrote: > > > > Does this address the observation that several folks have made on > > > current@ that pages are being pushed to swap much more agressively than > > > in the past, even when the syst

svn commit: r265871 - in head/sys: conf powerpc/conf powerpc/ps3

2014-05-10 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 11 05:49:35 2014 New Revision: 265871 URL: http://svnweb.freebsd.org/changeset/base/265871 Log: Move the PS3 framebuffer console to use vt instead of syscons and adjust GENERIC64 for PowerPC to use vt with it. Much to my chagrin, PS3 support seems to have

svn commit: r265870 - in head/sys/arm: arm include

2014-05-10 Thread Ian Lepore
Author: ian Date: Sun May 11 04:24:57 2014 New Revision: 265870 URL: http://svnweb.freebsd.org/changeset/base/265870 Log: Add cpu_l2cache_drain_writebuf(), use it to implement generic_bs_barrier(). On modern ARM SoCs the L2 cache controller sits between the CPU and the AXI bus, and most o

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

2014-05-10 Thread Peter Grehan
Author: grehan Date: Sun May 11 04:18:51 2014 New Revision: 265869 URL: http://svnweb.freebsd.org/changeset/base/265869 Log: Enable SMP for Exynos-based platforms (i.e. Chromebook) Reviewed by: br Modified: head/sys/arm/conf/EXYNOS5250.common Modified: head/sys/arm/conf/EXYNOS5250.comm

Re: svn commit: r265845 - head/lib/libc/gen

2014-05-10 Thread Bruce Evans
On Sat, 10 May 2014, Konstantin Belousov wrote: Log: Style. Thanks, but this adds a style bug of the same type as one that it removes. Modified: head/lib/libc/gen/sem_new.c == --- head/lib/libc/gen/sem_new.c Sat May

svn commit: r265868 - head/sys/powerpc/conf

2014-05-10 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 11 02:18:17 2014 New Revision: 265868 URL: http://svnweb.freebsd.org/changeset/base/265868 Log: Use vt(4) by default on 32-bit PowerPC now that it is fully functional and fast. 64-bit PowerPC will follow along once the PS3 framebuffer driver is adapted. Modi

svn commit: r265867 - head/sys/dev/vt/hw/ofwfb

2014-05-10 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 11 02:16:08 2014 New Revision: 265867 URL: http://svnweb.freebsd.org/changeset/base/265867 Log: Port over mmap routine from syscons. This lets X11 work on PowerPC with vt. The last obstacle to switching PowerPC entirely to vt is that the Playstation 3 frameb

svn commit: r265866 - head/usr.bin/mesg

2014-05-10 Thread Eitan Adler
Author: eadler Date: Sun May 11 02:04:40 2014 New Revision: 265866 URL: http://svnweb.freebsd.org/changeset/base/265866 Log: mesg: remove advertising clause The University of California board of trustees has given permission to remove the advertising clause of all software attributed to i

svn commit: r265865 - head/usr.bin/look

2014-05-10 Thread Eitan Adler
Author: eadler Date: Sun May 11 02:00:48 2014 New Revision: 265865 URL: http://svnweb.freebsd.org/changeset/base/265865 Log: look(1): add compability with other implementations. On other implementations 'look -a' uses an alternate dictionary. Since we don't have one, just ignore it. Mo

svn commit: r265864 - head/sys/dev/vt/hw/ofwfb

2014-05-10 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 11 01:58:56 2014 New Revision: 265864 URL: http://svnweb.freebsd.org/changeset/base/265864 Log: Make ofwfb not be painfully slow. This reduces the time for a verbose boot on my G4 iBook by more than half. Still 10% slower than syscons, but that's much better

svn commit: r265863 - head/lib/libedit

2014-05-10 Thread Eitan Adler
Author: eadler Date: Sun May 11 01:44:11 2014 New Revision: 265863 URL: http://svnweb.freebsd.org/changeset/base/265863 Log: libedit: add H_SAVE_FP which saves history to a file pointer. H_SAVE_FP is similar to H_SAVE but operates on a FILE* instead of a filename. This is useful when oper

svn commit: r265862 - head/sys/dev/vt/hw/ofwfb

2014-05-10 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 11 01:19:55 2014 New Revision: 265862 URL: http://svnweb.freebsd.org/changeset/base/265862 Log: Make ofwfb actually work again. Apparently the API it was written against still exists but is now silently ignored by the VT core. At least xboxfb needs similar ch

svn commit: r265861 - in head/sys: arm/include modules

2014-05-10 Thread Ian Lepore
Author: ian Date: Sun May 11 00:43:06 2014 New Revision: 265861 URL: http://svnweb.freebsd.org/changeset/base/265861 Log: Make the hardware memory and instruction barrier functions work on armv4 and armv5 as well. Modified: head/sys/arm/include/atomic.h head/sys/modules/Makefile Modified

Re: svn commit: r265842 - head

2014-05-10 Thread Eitan Adler
On 10 May 2014 15:16, Baptiste Daroussin wrote: > On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote: >> Author: eadler >> Date: Sat May 10 16:59:15 2014 >> New Revision: 265842 >> URL: http://svnweb.freebsd.org/changeset/base/265842 >> >> Log: >> arcconfig: add one >> >> Add a .arcco

svn commit: r265860 - head/usr.bin/printf

2014-05-10 Thread Pedro F. Giffuni
Author: pfg Date: Sat May 10 22:27:01 2014 New Revision: 265860 URL: http://svnweb.freebsd.org/changeset/base/265860 Log: prinf: replace use of alloca with variable length array. Use of alloca(3) is discouraged in FreeBSD. Using a VLA is simple and should be more portable. Requested

Re: svn commit: r265842 - head

2014-05-10 Thread Baptiste Daroussin
On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote: > Author: eadler > Date: Sat May 10 16:59:15 2014 > New Revision: 265842 > URL: http://svnweb.freebsd.org/changeset/base/265842 > > Log: > arcconfig: add one > > Add a .arcconfig to allow arc to work in its usual way. > > Added:

svn commit: r265858 - head/sys/arm/lpc

2014-05-10 Thread Andrew Turner
Author: andrew Date: Sat May 10 21:30:19 2014 New Revision: 265858 URL: http://svnweb.freebsd.org/changeset/base/265858 Log: Rename platform_gpio_init to be SoC specific Modified: head/sys/arm/lpc/lpc_gpio.c head/sys/arm/lpc/lpc_machdep.c head/sys/arm/lpc/lpcvar.h Modified: head/sys/arm/

svn commit: r265857 - head/share/mk

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 21:27:47 2014 New Revision: 265857 URL: http://svnweb.freebsd.org/changeset/base/265857 Log: Really, I don't want to install src.opts.mk at all. Modified: head/share/mk/Makefile Modified: head/share/mk/Makefile

svn commit: r265856 - in stable/10/release/doc: en_US.ISO8859-1/hardware share/misc

2014-05-10 Thread Christian Brueffer
Author: brueffer Date: Sat May 10 20:45:23 2014 New Revision: 265856 URL: http://svnweb.freebsd.org/changeset/base/265856 Log: MFC: r265264, r265270 Add rsu(4) and urtwn(4) to the hardware notes. Modified: stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml stable/10/release/doc

svn commit: r265854 - head/sys/arm/mv

2014-05-10 Thread Andrew Turner
Author: andrew Date: Sat May 10 20:31:05 2014 New Revision: 265854 URL: http://svnweb.freebsd.org/changeset/base/265854 Log: Rename platform_gpio_init to be platform specific, and make it static as it's only used from this file. Modified: head/sys/arm/mv/gpio.c head/sys/arm/mv/mvvar.h Mo

svn commit: r265853 - head/sys/arm/rockchip

2014-05-10 Thread Andrew Turner
Author: andrew Date: Sat May 10 20:26:49 2014 New Revision: 265853 URL: http://svnweb.freebsd.org/changeset/base/265853 Log: Rename platform_gpio_init to be SoC specific, and make it static as it's only called from this file. Modified: head/sys/arm/rockchip/rk30xx_gpio.c Modified: head/sys

svn commit: r265852 - in head/sys/arm: at91 cavium/cns11xx mv mv/orion s3c2xx0 xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa

2014-05-10 Thread Ian Lepore
Author: ian Date: Sat May 10 20:03:03 2014 New Revision: 265852 URL: http://svnweb.freebsd.org/changeset/base/265852 Log: When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE. On armv4 these are defined as synonyms right now, but it's a bit ambiguous what NOCACHE means (is buff

svn commit: r265851 - stable/10/share/man/man4

2014-05-10 Thread Christian Brueffer
Author: brueffer Date: Sat May 10 19:47:54 2014 New Revision: 265851 URL: http://svnweb.freebsd.org/changeset/base/265851 Log: MFC: r257408 by kevlo Add manpage for urtwnfw, the Realtek RTL8188CU/RTL8192CU firmware module. Also fix a few nits in urtwn.4. Added: stable/10/share/man/man

svn commit: r265850 - head/sys/vm

2014-05-10 Thread Alan Cox
Author: alc Date: Sat May 10 19:47:00 2014 New Revision: 265850 URL: http://svnweb.freebsd.org/changeset/base/265850 Log: About 9% of the pmap_protect() calls being performed by vm_map_copy_entry() are unnecessary. Eliminate the unnecessary calls. Reviewed by: kib MFC after:1 week

svn commit: r265849 - in head/bin/sh: . tests/builtins

2014-05-10 Thread Jilles Tjoelker
Author: jilles Date: Sat May 10 19:18:49 2014 New Revision: 265849 URL: http://svnweb.freebsd.org/changeset/base/265849 Log: sh: In getopts, unset OPTARG where POSIX says we should. Added: head/bin/sh/tests/builtins/getopts8.0 (contents, props changed) head/bin/sh/tests/builtins/getopts8.

svn commit: r265848 - stable/10/share/man/man4

2014-05-10 Thread Christian Brueffer
Author: brueffer Date: Sat May 10 19:10:31 2014 New Revision: 265848 URL: http://svnweb.freebsd.org/changeset/base/265848 Log: MFC: r265263 Make this manpage ready for hardware notes generation, add more Xrefs and perform general cleanup. In particular, don't claim rsu(4) devices ca

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

2014-05-10 Thread Konstantin Belousov
Author: kib Date: Sat May 10 19:08:07 2014 New Revision: 265847 URL: http://svnweb.freebsd.org/changeset/base/265847 Log: Invalidate the cache for the named posix semaphore when opened and actual file storing the semaphore object is different from the file created on the first open. Store t

svn commit: r265846 - head/bin/sh/tests/builtins

2014-05-10 Thread Jilles Tjoelker
Author: jilles Date: Sat May 10 19:06:36 2014 New Revision: 265846 URL: http://svnweb.freebsd.org/changeset/base/265846 Log: sh: Add new tests to the Makefile. Modified: head/bin/sh/tests/builtins/Makefile Modified: head/bin/sh/tests/builtins/Makefile

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

2014-05-10 Thread Konstantin Belousov
Author: kib Date: Sat May 10 18:59:09 2014 New Revision: 265845 URL: http://svnweb.freebsd.org/changeset/base/265845 Log: Style. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/lib/libc/gen/sem_new.c Modified: head/lib/libc/gen/sem_new.c ==

svn commit: r265844 - in head/bin/sh: . tests/builtins

2014-05-10 Thread Jilles Tjoelker
Author: jilles Date: Sat May 10 17:42:21 2014 New Revision: 265844 URL: http://svnweb.freebsd.org/changeset/base/265844 Log: sh: Don't discard getopts state on unknown option or missing argument. When getopts finds an invalid option or a missing option-argument, it should not reset its st

svn commit: r265843 - head/sys/vm

2014-05-10 Thread Konstantin Belousov
Author: kib Date: Sat May 10 17:03:33 2014 New Revision: 265843 URL: http://svnweb.freebsd.org/changeset/base/265843 Log: For the upgrade case in vm_fault_copy_entry(), when the entry does not need COW and is writeable (i.e. becoming writeable due to the mprotect(2) operation), do not create

svn commit: r265842 - head

2014-05-10 Thread Eitan Adler
Author: eadler Date: Sat May 10 16:59:15 2014 New Revision: 265842 URL: http://svnweb.freebsd.org/changeset/base/265842 Log: arcconfig: add one Add a .arcconfig to allow arc to work in its usual way. Added: head/.arcconfig (contents, props changed) Added: head/.arcconfig =

svn commit: r265841 - head/sys/conf

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:39:15 2014 New Revision: 265841 URL: http://svnweb.freebsd.org/changeset/base/265841 Log: bitrotted compat cruft removal: o KMODDEPS warning is 15 years stale. Remove it. o MK_CTF will always be defined now, so no need to test to see if it is defined. o

svn commit: r265840 - head

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:39:08 2014 New Revision: 265840 URL: http://svnweb.freebsd.org/changeset/base/265840 Log: grep -L returns non-zero status if none of the files had the pattern in them. This is often the case, so just ignore the return code. Actual errors that are found will al

svn commit: r265838 - in head: share/mk tools/build/options

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:38:54 2014 New Revision: 265838 URL: http://svnweb.freebsd.org/changeset/base/265838 Log: Move DOCCOMPRESS to MK variable. Added: head/tools/build/options/WITHOUT_DOCCOMPRESS (contents, props changed) head/tools/build/options/WITHOUT_MANCOMPRESS (contents

svn commit: r265839 - head/lib

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:39:00 2014 New Revision: 265839 URL: http://svnweb.freebsd.org/changeset/base/265839 Log: Sprinkle a few more .WAITs into the mix after csu, libc, msun and the early built libraries. This should be sufficient for most cases and has eliminated the issues I've s

svn commit: r265836 - in head: share/mk tests/sys/netinet

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:38:37 2014 New Revision: 265836 URL: http://svnweb.freebsd.org/changeset/base/265836 Log: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed. Modified: head/share/mk/bsd.test.mk head/tests/sys/netinet/Makefile Modified: hea

svn commit: r265835 - head/share/mk

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:38:32 2014 New Revision: 265835 URL: http://svnweb.freebsd.org/changeset/base/265835 Log: Remove some useless, commented out code. Remove name space polution in the POSIX case by moving more things under !Posix part of an if. Modified: head/share/mk/sys.mk M

svn commit: r265833 - head/sys/conf

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:38:18 2014 New Revision: 265833 URL: http://svnweb.freebsd.org/changeset/base/265833 Log: Remove the compatibility hack for FreeBSD 7 systems for MACHINE_CPUARCH. Fewer places to have to hack each time a new one is added. Modified: head/sys/conf/kern.pre.mk

svn commit: r265834 - head/share/mk

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:38:27 2014 New Revision: 265834 URL: http://svnweb.freebsd.org/changeset/base/265834 Log: g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the ports system, as it existed 9 years ago, and has been obsolete for a long time. Deleted: head/share/mk/bsd.p

svn commit: r265837 - head

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:38:45 2014 New Revision: 265837 URL: http://svnweb.freebsd.org/changeset/base/265837 Log: We haven't done anything with _UPGRADING in ~forever (was present, but not needed, in FreeBSD 6.x, and has been absent in newer versions). This was needed to upgrade from

svn commit: r265832 - head/sys/conf

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:38:09 2014 New Revision: 265832 URL: http://svnweb.freebsd.org/changeset/base/265832 Log: Simplify clang ifdefs in the kernel a bit. Introduce CFLAGS.${COMPILER_TYPE} to mirror userland. Be explicit about which compiler needs something (not clang isn't necessa

svn commit: r265831 - in head: . lib/clang share/mk usr.bin/clang/clang

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:38:03 2014 New Revision: 265831 URL: http://svnweb.freebsd.org/changeset/base/265831 Log: Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=no and MK_LLDB=no, so set those explicitly (now that we can do that). Simplify tests for these variabl

svn commit: r265826 - head/tools/build/options

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:37:28 2014 New Revision: 265826 URL: http://svnweb.freebsd.org/changeset/base/265826 Log: Document WITHOUT_SYSCALL_COMPAT and WITHOUT_GNU_GREP_COMPAT. Added: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT (contents, props changed) head/tools/build/options

svn commit: r265828 - in head: share/mk tools/build/options usr.bin

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:37:39 2014 New Revision: 265828 URL: http://svnweb.freebsd.org/changeset/base/265828 Log: Optionally allow building the historical FreeBSD make program and install it as fmake. This defaults to no. This should be viewed as the first step towards evental migrat

svn commit: r265830 - in head: . share/mk tools/build/options

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:37:53 2014 New Revision: 265830 URL: http://svnweb.freebsd.org/changeset/base/265830 Log: Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove a check for EARLY_BUILD because it isn't necessary (MK_WARN=no will always be defined for that). Added:

svn commit: r265827 - head

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:37:33 2014 New Revision: 265827 URL: http://svnweb.freebsd.org/changeset/base/265827 Log: Remove a few more vestiges of allowing WITHOUT_BMAKE to imply you want to buid with fmake. Modified: head/Makefile Modified: head/Makefile =

svn commit: r265829 - head/share/mk

2014-05-10 Thread Warner Losh
Author: imp Date: Sat May 10 16:37:44 2014 New Revision: 265829 URL: http://svnweb.freebsd.org/changeset/base/265829 Log: Support, to the extent we generate proper command lines, compiling with clang 3.3. Useful for test building -current on a -stable system in individual directories. Potent

svn commit: r265825 - head/sys/vm

2014-05-10 Thread Konstantin Belousov
Author: kib Date: Sat May 10 16:36:13 2014 New Revision: 265825 URL: http://svnweb.freebsd.org/changeset/base/265825 Log: When printing the map with the ddb 'show procvm' command, do not dump page queues for the backing objects. The queues are huge and clutter the display, when mostly the m

svn commit: r265824 - head/sys/vm

2014-05-10 Thread Konstantin Belousov
Author: kib Date: Sat May 10 16:30:48 2014 New Revision: 265824 URL: http://svnweb.freebsd.org/changeset/base/265824 Log: Print the entry address in addition to the object. The variable is typically optimized out and debuggers cannot find its value. Sponsored by: The FreeBSD Foundati

svn commit: r265823 - head/sys/powerpc/powerpc

2014-05-10 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat May 10 15:38:26 2014 New Revision: 265823 URL: http://svnweb.freebsd.org/changeset/base/265823 Log: Simplify code slightly. Passing an array by &array[0] does work, but is silly. Modified: head/sys/powerpc/powerpc/platform.c Modified: head/sys/powerpc/powerpc/p

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

2014-05-10 Thread Kevin Lo
Author: kevlo Date: Sat May 10 15:34:32 2014 New Revision: 265822 URL: http://svnweb.freebsd.org/changeset/base/265822 Log: Fix -width argument to Bl -tag. Modified: head/share/man/man4/udplite.4 Modified: head/share/man/man4/udplite.4

svn commit: r265821 - in head/cddl/contrib/opensolaris: cmd/zpool lib/libzfs/common

2014-05-10 Thread Alexander Motin
Author: mav Date: Sat May 10 15:21:37 2014 New Revision: 265821 URL: http://svnweb.freebsd.org/changeset/base/265821 Log: Comment out some pointless device open/close around reading device IDs. FreeBSD ZFS port unlike OpenSolaris does not use device IDs, and does not implement respective

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

2014-05-10 Thread Michael Tuexen
Author: tuexen Date: Sat May 10 13:18:20 2014 New Revision: 265817 URL: http://svnweb.freebsd.org/changeset/base/265817 Log: UDP-Lite uses SOCK_DGRAM, not SOCK_STREAM. Modified: head/share/man/man4/udplite.4 Modified: head/share/man/man4/udplite.4

svn commit: r265816 - head/sys/mips/atheros

2014-05-10 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 10 13:16:04 2014 New Revision: 265816 URL: http://svnweb.freebsd.org/changeset/base/265816 Log: Do not configure all pins as outputs as this can lead to short circuits when the GPIO pin is connected to a push button (or other devices). Instead keep the boot load

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

2014-05-10 Thread Warren Block
Author: wblock (doc committer) Date: Sat May 10 13:10:42 2014 New Revision: 265815 URL: http://svnweb.freebsd.org/changeset/base/265815 Log: Fix document title. Submitted by: pluknet Modified: head/share/man/man4/vt.4 Modified: head/share/man/man4/vt.4 ==

Re: svn commit: r265798 - head/share/man/man4

2014-05-10 Thread Warren Block
On Sat, 10 May 2014, Sergey Kandaurov wrote: On 10 May 2014 07:24, Warren Block wrote: Author: wblock (doc committer) Date: Sat May 10 03:24:45 2014 New Revision: 265798 URL: http://svnweb.freebsd.org/changeset/base/265798 Log: Add a man page for the new vt.4 device. Forgot to attach to

svn commit: r265814 - head/sys/mips/atheros

2014-05-10 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 10 12:58:18 2014 New Revision: 265814 URL: http://svnweb.freebsd.org/changeset/base/265814 Log: Remove an old mistake of mine. This has sneak in the code i sent to gonzo at that time, but AFAIK it is only used on routerboards. Enabling GPIO_FUNC_SPI_CS[1|2]_EN

svn commit: r265813 - in head: share/man/man4 sys/conf sys/dev/iicbus

2014-05-10 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 10 12:19:02 2014 New Revision: 265813 URL: http://svnweb.freebsd.org/changeset/base/265813 Log: Add the lm75 i2c digital temperature sensor driver. This driver supports the low and high precision models (9 and 11 bits) and it will auto-detect the both variants.

svn commit: r265811 - head/sys/netinet

2014-05-10 Thread Michael Tuexen
Author: tuexen Date: Sat May 10 08:48:04 2014 New Revision: 265811 URL: http://svnweb.freebsd.org/changeset/base/265811 Log: Whitespace change. Modified: head/sys/netinet/udp_usrreq.c Modified: head/sys/netinet/udp_usrreq.c

svn commit: r265810 - stable/10/sys/arm/ti

2014-05-10 Thread Rui Paulo
Author: rpaulo Date: Sat May 10 08:10:01 2014 New Revision: 265810 URL: http://svnweb.freebsd.org/changeset/base/265810 Log: MFC r259126: Activate the device before attempt to access any of its registers. Without this change we may end up with a panic (Fatal kernel mode data abort: 'Ex

svn commit: r265809 - stable/10/sys/boot/fdt/dts

2014-05-10 Thread Rui Paulo
Author: rpaulo Date: Sat May 10 08:07:41 2014 New Revision: 265809 URL: http://svnweb.freebsd.org/changeset/base/265809 Log: Manually MFC 262714: Add a missing semicolong, noticed by the gnu dt compiler. In head, the directory layout changed and we can't svn merge correctly. Modified:

svn commit: r265808 - stable/9/sys/fs/msdosfs

2014-05-10 Thread Konstantin Belousov
Author: kib Date: Sat May 10 07:56:01 2014 New Revision: 265808 URL: http://svnweb.freebsd.org/changeset/base/265808 Log: MFC r265275: Overwrite the de_Name for the directories on rename to correct the dot name. Modified: stable/9/sys/fs/msdosfs/msdosfs_vnops.c Directory Properties: sta

svn commit: r265807 - stable/10/sys/fs/msdosfs

2014-05-10 Thread Konstantin Belousov
Author: kib Date: Sat May 10 07:53:36 2014 New Revision: 265807 URL: http://svnweb.freebsd.org/changeset/base/265807 Log: MFC r265275: Overwrite the de_Name for the directories on rename to correct the dot name. Modified: stable/10/sys/fs/msdosfs/msdosfs_vnops.c Directory Properties: st

svn commit: r265806 - head/sys/dev/usb/controller

2014-05-10 Thread Hans Petter Selasky
Author: hselasky Date: Sat May 10 07:37:32 2014 New Revision: 265806 URL: http://svnweb.freebsd.org/changeset/base/265806 Log: Optimise host channel disabling: - For non-periodic traffic we only need to wait two SOFs before disabling the channel. - Make sure we release the TX FIFO tracking

svn commit: r265805 - stable/10/contrib/unbound/util

2014-05-10 Thread Rui Paulo
Author: rpaulo Date: Sat May 10 07:26:49 2014 New Revision: 265805 URL: http://svnweb.freebsd.org/changeset/base/265805 Log: Revert bogus change in 265804 to configparser.c Modified: stable/10/contrib/unbound/util/configparser.c Modified: stable/10/contrib/unbound/util/configparser.c ===

svn commit: r265804 - in stable/10: contrib/unbound/util sys/boot/fdt/dts

2014-05-10 Thread Rui Paulo
Author: rpaulo Date: Sat May 10 07:25:26 2014 New Revision: 265804 URL: http://svnweb.freebsd.org/changeset/base/265804 Log: MFC r252440: Enable the second and the third I2C controllers on Beaglebone-black. Modified: stable/10/contrib/unbound/util/configparser.c stable/10/sys/boot/