svn commit: r266872 - in head/sys: arm/samsung/exynos boot/fdt/dts/arm

2014-05-29 Thread Ruslan Bukin
Author: br Date: Fri May 30 06:45:50 2014 New Revision: 266872 URL: http://svnweb.freebsd.org/changeset/base/266872 Log: o Make keyboard-related properties to be compatible with vendor standard o Allow setting keymap in FDT, use hardcoded one by default o Represent fallback keymap as a list

svn commit: r266871 - in head/sys: arm/conf boot/fdt/dts/arm

2014-05-29 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Fri May 30 06:37:06 2014 New Revision: 266871 URL: http://svnweb.freebsd.org/changeset/base/266871 Log: Add common kernel config file for Rockchip RK3188 systems by splitting current RADXA config. Radxa Rock (RR) boards have few types such as RR (full version), RR Lite

Re: svn commit: r266865 - in head: include include/xlocale lib/libc/string

2014-05-29 Thread Rui Paulo
On May 29, 2014, at 18:09, Pedro F. Giffuni wrote: > Author: pfg > Date: Fri May 30 01:09:07 2014 > New Revision: 266865 > URL: http://svnweb.freebsd.org/changeset/base/266865 > > Log: > Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance. > > POSIX.1-2008 specifies that those two fu

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

2014-05-29 Thread Rui Paulo
Author: rpaulo Date: Fri May 30 05:17:14 2014 New Revision: 266868 URL: http://svnweb.freebsd.org/changeset/base/266868 Log: Cleanup the RADXA kernel config file a bit and enable modules. Modified: head/sys/arm/conf/RADXA Modified: head/sys/arm/conf/RADXA

svn commit: r266867 - svnadmin/conf

2014-05-29 Thread Juli Mallett
Author: jmallett Date: Fri May 30 04:44:07 2014 New Revision: 266867 URL: http://svnweb.freebsd.org/changeset/base/266867 Log: Welcome Patrick Kelsey (pkelsey@) to the order of src committers. He will be contributing drivers and enhancements for various ARM and MIPS systems, and hopefully w

svn commit: r266866 - head/lib/libc/sys

2014-05-29 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Fri May 30 02:16:28 2014 New Revision: 266866 URL: http://svnweb.freebsd.org/changeset/base/266866 Log: Minor mdoc fix Submitted by: hrs Approved by: hrs (mentor, implicit) Modified: head/lib/libc/sys/mlock.2 Modified: head/lib/libc/sys/mlock.2 =

svn commit: r266865 - in head: include include/xlocale lib/libc/string

2014-05-29 Thread Pedro F. Giffuni
Author: pfg Date: Fri May 30 01:09:07 2014 New Revision: 266865 URL: http://svnweb.freebsd.org/changeset/base/266865 Log: Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance. POSIX.1-2008 specifies that those two functions should be declared by including , not (the latter only h

svn commit: r266864 - stable/9/sys/conf

2014-05-29 Thread Glen Barber
Author: gjb Date: Fri May 30 00:12:25 2014 New Revision: 266864 URL: http://svnweb.freebsd.org/changeset/base/266864 Log: Update stable/9 to -BETA1 for the first batch of 9.3-RELEASE builds. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/9/sys/conf/

svn commit: r266863 - in head: etc/mtree usr.sbin/unbound/local-setup

2014-05-29 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 29 22:34:04 2014 New Revision: 266863 URL: http://svnweb.freebsd.org/changeset/base/266863 Log: Create /var/unbound/conf.d for additional configuration files. Ensure that it is used if present. MFH: 3 weeks Modified: head/etc/mtree/BSD.var.dist head/usr.sbi

svn commit: r266862 - head/sys/dev/vt

2014-05-29 Thread Ed Maste
Author: emaste Date: Thu May 29 21:52:42 2014 New Revision: 266862 URL: http://svnweb.freebsd.org/changeset/base/266862 Log: Correct vt(4) border calculations on font switch If a vt(4) font does not exactly fit the screen dimensions, the console window is offset so that it is centered. A

svn commit: r266861 - head/sys/dev/vt

2014-05-29 Thread Ed Maste
Author: emaste Date: Thu May 29 21:10:33 2014 New Revision: 266861 URL: http://svnweb.freebsd.org/changeset/base/266861 Log: Update size in vt_grow if we don't have to reallocate vt_grow may be called with a new size that's larger than previous but does not require reallocation - for exam

svn commit: r266860 - in head: sys/net sys/netinet sys/netinet6 tests/sys/netinet

2014-05-29 Thread Alan Somers
Author: asomers Date: Thu May 29 21:03:49 2014 New Revision: 266860 URL: http://svnweb.freebsd.org/changeset/base/266860 Log: Fix unintended KBI change from r264905. Add _fib versions of ifa_ifwithnet() and ifa_ifwithdstaddr() The legacy functions will call the _fib() versions with RT_ALL_

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

2014-05-29 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Thu May 29 21:02:57 2014 New Revision: 266859 URL: http://svnweb.freebsd.org/changeset/base/266859 Log: Change examples to have master skew above 0 to have ability to overwrite this from the slave (for example, when master is failing on disk IO and could not

svn commit: r266858 - head/sys/dev/uart

2014-05-29 Thread Olivier Houchard
Author: cognet Date: Thu May 29 21:00:06 2014 New Revision: 266858 URL: http://svnweb.freebsd.org/changeset/base/266858 Log: In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale. Suggested by: jmg Modified: head/sys/dev/uart/uart_dev_ns8250.c Modified: head/sys/dev/u

svn commit: r266857 - head/sys/netinet6

2014-05-29 Thread Hiroki Sato
Author: hrs Date: Thu May 29 20:53:53 2014 New Revision: 266857 URL: http://svnweb.freebsd.org/changeset/base/266857 Log: Add rwlock to struct dadq. A panic could occur when a large number of addresses performed DAD at the same time. Modified: head/sys/netinet6/nd6_nbr.c Modified: head/sy

Re: svn commit: r266855 - head/sys/dev/uart

2014-05-29 Thread Olivier Houchard
On Thu, May 29, 2014 at 01:44:54PM -0700, John-Mark Gurney wrote: > Olivier Houchard wrote this message on Thu, May 29, 2014 at 19:57 +: > > Author: cognet > > Date: Thu May 29 19:57:51 2014 > > New Revision: 266855 > > URL: http://svnweb.freebsd.org/changeset/base/266855 > > > > Log: > > In

Re: svn commit: r266855 - head/sys/dev/uart

2014-05-29 Thread John-Mark Gurney
Olivier Houchard wrote this message on Thu, May 29, 2014 at 19:57 +: > Author: cognet > Date: Thu May 29 19:57:51 2014 > New Revision: 266855 > URL: http://svnweb.freebsd.org/changeset/base/266855 > > Log: > In the grab function, keep the bit 6 on in the IER, on XScale, using 0 > turns the

svn commit: r266856 - head/sys/dev/vt

2014-05-29 Thread Ed Maste
Author: emaste Date: Thu May 29 20:26:01 2014 New Revision: 266856 URL: http://svnweb.freebsd.org/changeset/base/266856 Log: Correct KASSERT strings Rows refer to height and cols to width. Modified: head/sys/dev/vt/vt_buf.c Modified: head/sys/dev/vt/vt_buf.c

svn commit: r266855 - head/sys/dev/uart

2014-05-29 Thread Olivier Houchard
Author: cognet Date: Thu May 29 19:57:51 2014 New Revision: 266855 URL: http://svnweb.freebsd.org/changeset/base/266855 Log: In the grab function, keep the bit 6 on in the IER, on XScale, using 0 turns the UART off, which is unfortunate if one want to use it as a console. Modified: head/sys

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

2014-05-29 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 29 19:43:43 2014 New Revision: 266853 URL: http://svnweb.freebsd.org/changeset/base/266853 Log: Minor style knit. Modified: head/usr.bin/printf/printf.c Modified: head/usr.bin/printf/printf.c ==

svn commit: r266854 - head/usr.bin/printf/tests

2014-05-29 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 29 19:48:18 2014 New Revision: 266854 URL: http://svnweb.freebsd.org/changeset/base/266854 Log: Update number of tests. Suggested by: jmmv Modified: head/usr.bin/printf/tests/regress.sh Modified: head/usr.bin/printf/tests/regress.sh

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-29 Thread Mark R V Murray
On 29 May 2014, at 19:27, Michael Tuexen wrote: > On 29 May 2014, at 20:15, Mark R V Murray wrote: > >> >> On 29 May 2014, at 19:13, Michael Tuexen wrote: >> I can make it work on RPI, but trying to find what else it will/won’t work on is more problematic. >>> Wouldn't it require

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

2014-05-29 Thread John Baldwin
Author: jhb Date: Thu May 29 19:17:10 2014 New Revision: 266852 URL: http://svnweb.freebsd.org/changeset/base/266852 Log: Fix pf(4) to build with MAXCPU set to 256. MAXCPU is actually a count, not a maximum ID value (so it is a cap on mp_ncpus, not mp_maxid). Modified: head/sys/netpfil/pf/

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-29 Thread Michael Tuexen
On 29 May 2014, at 20:15, Mark R V Murray wrote: > > On 29 May 2014, at 19:13, Michael Tuexen wrote: > >>> I can make it work on RPI, but trying to find what else it will/won’t work >>> on is more problematic. >> Wouldn't it require to use different registers on the RPI? This would mean >> y

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-29 Thread Mark R V Murray
On 29 May 2014, at 19:13, Michael Tuexen wrote: >> I can make it work on RPI, but trying to find what else it will/won’t work >> on is more problematic. > Wouldn't it require to use different registers on the RPI? This would mean you > would need more #ifdefs… Thats the problem; too many #ifde

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-29 Thread Michael Tuexen
On 29 May 2014, at 19:41, Mark R V Murray wrote: > > On 29 May 2014, at 12:05, Hans Petter Selasky wrote: > >> On 05/22/14 09:09, Mark R V Murray wrote: >>> >>> On 21 May 2014, at 21:15, Hans Petter Selasky wrote: >>> On 05/14/14 21:11, Mark Murray wrote: > Author: markm > Date

svn commit: r266851 - head/share/vt/fonts

2014-05-29 Thread Ed Maste
Author: emaste Date: Thu May 29 18:05:03 2014 New Revision: 266851 URL: http://svnweb.freebsd.org/changeset/base/266851 Log: Add VGAROM 8x8, 8x14 and 8x16 fonts for vt(4) These are converted from syscons(4) cp437 fonts. Added: head/share/vt/fonts/vgarom-8x14.fnt.uu (contents, props cha

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-29 Thread Mark R V Murray
On 29 May 2014, at 12:05, Hans Petter Selasky wrote: > On 05/22/14 09:09, Mark R V Murray wrote: >> >> On 21 May 2014, at 21:15, Hans Petter Selasky wrote: >> >>> On 05/14/14 21:11, Mark Murray wrote: Author: markm Date: Wed May 14 19:11:15 2014 New Revision: 266083 URL: h

svn commit: r266850 - in head/sys/arm/xscale: i80321 i8134x ixp425 pxa

2014-05-29 Thread Olivier Houchard
Author: cognet Date: Thu May 29 16:56:39 2014 New Revision: 266850 URL: http://svnweb.freebsd.org/changeset/base/266850 Log: Do not hand the VM the memory used for stacks/page tables/etc. Modified: head/sys/arm/xscale/i80321/ep80219_machdep.c head/sys/arm/xscale/i80321/iq31244_machdep.c h

svn commit: r266849 - head/sys/arm/arm

2014-05-29 Thread Olivier Houchard
Author: cognet Date: Thu May 29 16:54:15 2014 New Revision: 266849 URL: http://svnweb.freebsd.org/changeset/base/266849 Log: For old CPUs, map the 64 first MB of RAM as it used to be. Some ports (XScale mainly) expects the memory located before the kernel to be mapped, and use it to allocate

svn commit: r266848 - head/sys/dev/mfi

2014-05-29 Thread Konstantin Belousov
Author: kib Date: Thu May 29 16:20:34 2014 New Revision: 266848 URL: http://svnweb.freebsd.org/changeset/base/266848 Log: Add support for the unmapped i/o to mfi(4). Tested by:Nicholas Esborn Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/dev/mfi/mf

svn commit: r266846 - head/sys/amd64/amd64

2014-05-29 Thread Konstantin Belousov
Author: kib Date: Thu May 29 16:18:31 2014 New Revision: 266846 URL: http://svnweb.freebsd.org/changeset/base/266846 Log: When usermode loaded non-default segment selector into the %gs, correctly prepare KGSBASE msr to restore the user descriptor base on the last swapgs during return to user

svn commit: r266847 - head/tools/tools/vt/mkkfont

2014-05-29 Thread Ed Maste
Author: emaste Date: Thu May 29 16:18:46 2014 New Revision: 266847 URL: http://svnweb.freebsd.org/changeset/base/266847 Log: Add missing , in converted font output Submitted by: Claude Buisson Modified: head/tools/tools/vt/mkkfont/mkkfont.c Modified: head/tools/tools/vt/mkkfont/mkkfont.

svn commit: r266845 - head/sys

2014-05-29 Thread John Baldwin
Author: jhb Date: Thu May 29 16:03:08 2014 New Revision: 266845 URL: http://svnweb.freebsd.org/changeset/base/266845 Log: Reorganize this Makefile so that all the bsd.*.mk bits are in one section at the bottom. Reviewed by: imp Modified: head/sys/Makefile Modified: head/sys/Makefile

svn commit: r266844 - stable/9/release/doc/en_US.ISO8859-1/relnotes

2014-05-29 Thread Glen Barber
Author: gjb Date: Thu May 29 15:46:57 2014 New Revision: 266844 URL: http://svnweb.freebsd.org/changeset/base/266844 Log: Document r266818, default Blowfish crypt(3) format have been changed to $2b$. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/9/

svn commit: r266843 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-29 Thread Glen Barber
Author: gjb Date: Thu May 29 15:43:51 2014 New Revision: 266843 URL: http://svnweb.freebsd.org/changeset/base/266843 Log: Fix a typo. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/

svn commit: r266842 - head/sys/netinet

2014-05-29 Thread Jilles Tjoelker
Author: jilles Date: Thu May 29 15:23:37 2014 New Revision: 266842 URL: http://svnweb.freebsd.org/changeset/base/266842 Log: netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in strict POSIX mode. Put the htonl(), htons(), ntohl() and ntohs() declarations under __POSIX_VISIBLE

svn commit: r266841 - head/share/vt/fonts

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 14:51:52 2014 New Revision: 266841 URL: http://svnweb.freebsd.org/changeset/base/266841 Log: Add gallant vt(4) font as an example of font loading for vt(4). MFC after:7 days Sponsored by: The FreeBSD Foundation Added: head/share/vt/fonts/gallant.fnt.uu

svn commit: r266840 - head/share

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 14:42:26 2014 New Revision: 266840 URL: http://svnweb.freebsd.org/changeset/base/266840 Log: Revert r266838 to not store fonts as binary file. Sponsored by: The FreeBSD Foundation Modified: Directory Properties: head/share/ (props changed) _

svn commit: r266839 - head/usr.sbin/kbdcontrol

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 14:39:25 2014 New Revision: 266839 URL: http://svnweb.freebsd.org/changeset/base/266839 Log: Enable kbdcontrol(1) to use maps from vt(4) keymaps dir /usr/share/vt/keymaps if vt(4) is present. MFC after:7 days Sponsored by: The FreeBSD Foundation Modifie

svn commit: r266838 - in head/share/vt: . fonts

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 13:41:07 2014 New Revision: 266838 URL: http://svnweb.freebsd.org/changeset/base/266838 Log: Add gallant vt(4) font as an example of font loading for vt(4). MFC after:7 days Sponsored by: The FreeBSD Foundation Added: head/share/vt/ head/share/vt/Make

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

2014-05-29 Thread Sergey Kandaurov
Author: pluknet Date: Thu May 29 13:35:13 2014 New Revision: 266837 URL: http://svnweb.freebsd.org/changeset/base/266837 Log: mdoc: add missing paragraph macro. Modified: head/lib/libc/gen/sem_wait.3 Modified: head/lib/libc/gen/sem_wait.3 =

svn commit: r266836 - head/usr.sbin/vidcontrol

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 13:09:48 2014 New Revision: 266836 URL: http://svnweb.freebsd.org/changeset/base/266836 Log: o Teach vidcontrol(1) how to load vt(4) font. o Teach vidcontrol(1) to distinct which virtual terminal system is running now. o Load vt(4) fonts from different location.

svn commit: r266835 - head/sys/dev/vt/hw/xboxfb

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 12:29:58 2014 New Revision: 266835 URL: http://svnweb.freebsd.org/changeset/base/266835 Log: Remove driver as unused. MFC after:7 days Sponsored by: The FreeBSD Foundation Deleted: head/sys/dev/vt/hw/xboxfb/ _

svn commit: r266834 - in head/sys: arm/broadcom/bcm2835 arm/rockchip conf

2014-05-29 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 29 11:13:40 2014 New Revision: 266834 URL: http://svnweb.freebsd.org/changeset/base/266834 Log: Factor out kernel configuration for DWC OTG FDT attach code. Modified: head/sys/arm/broadcom/bcm2835/files.bcm2835 head/sys/arm/rockchip/files.rk30xx head/sys/con

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

2014-05-29 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 29 11:11:19 2014 New Revision: 266833 URL: http://svnweb.freebsd.org/changeset/base/266833 Log: Add some more spinlocks to protect the state of the USB transfer queue. Rename some functions to indicate locking requirements. MFC after:1 week Modified:

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-29 Thread Hans Petter Selasky
On 05/22/14 09:09, Mark R V Murray wrote: On 21 May 2014, at 21:15, Hans Petter Selasky wrote: On 05/14/14 21:11, Mark Murray wrote: Author: markm Date: Wed May 14 19:11:15 2014 New Revision: 266083 URL: http://svnweb.freebsd.org/changeset/base/266083 Log: Give suitably-endowed ARMs a re

svn commit: r266832 - in head/sys: boot/fdt/dts/mips conf dev/usb/controller mips/conf modules/usb modules/usb/saf1761 modules/usb/saf1761otg

2014-05-29 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 29 10:46:09 2014 New Revision: 266832 URL: http://svnweb.freebsd.org/changeset/base/266832 Log: Hook the ISP/SAF1761 driver into MIPS kernel builds. - Update FDT file for BERI DE4 boards. - Add needed kernel configuration keywords. - Rename module to saf1761o

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

2014-05-29 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 29 10:06:18 2014 New Revision: 266831 URL: http://svnweb.freebsd.org/changeset/base/266831 Log: Optimise the ISP/SAF1761 driver: - Use an interrupt filter for handling the data path interrupts. This increases the throughput significantly. - Implement support