svn commit: r270129 - head/sbin/ifconfig

2014-08-18 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Aug 18 08:07:50 2014 New Revision: 270129 URL: http://svnweb.freebsd.org/changeset/base/270129 Log: Zero buffer before request. Modified: head/sbin/ifconfig/sfp.c Modified: head/sbin/ifconfig/sfp.c ===

svn commit: r270131 - head/tools/tools/vt/keymaps

2014-08-18 Thread Stefan Esser
Author: se Date: Mon Aug 18 09:40:19 2014 New Revision: 270131 URL: http://svnweb.freebsd.org/changeset/base/270131 Log: Import the tools used to convert the keymap files from SYSCONS (in locale dependent encoding) to NEWCONS (Unicode). The file "LANG.map" is used to convert INDEX.keymaps

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-18 Thread Stefan Esser
Am 17.08.2014 um 23:40 schrieb Pedro Giffuni: > > Il giorno 17/ago/2014, alle ore 16:09, Stefan Esser > ha scritto: >> Therefore, what you'd name "es_LA" (or es-la) is now latinamerican >> (it could be "latinamerican-es" if you wanted to make the language >> visible in th

svn commit: r270132 - head/usr.bin/grep

2014-08-18 Thread Gabor Kovesdan
Author: gabor Date: Mon Aug 18 12:29:28 2014 New Revision: 270132 URL: http://svnweb.freebsd.org/changeset/base/270132 Log: - Do not look for more matching lines if -L is specified Submitted by: eadler (based on) MFC after:2 weeks Modified: head/usr.bin/grep/util.c Modified: hea

svn commit: r270133 - head/lib/libusb

2014-08-18 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 18 14:23:07 2014 New Revision: 270133 URL: http://svnweb.freebsd.org/changeset/base/270133 Log: Add more USB class codes. Obtained from:libusb project at SourceForge MFC after:1 week Modified: head/lib/libusb/libusb.h Modified: head/lib/libus

svn commit: r270134 - head/sys/dev/sound/usb

2014-08-18 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 18 14:30:43 2014 New Revision: 270134 URL: http://svnweb.freebsd.org/changeset/base/270134 Log: Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual sample size. According to the USB audio frame format specification from USB.org, the value in

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-18 Thread Pedro Giffuni
Il giorno 18/ago/2014, alle ore 05:38, Stefan Esser ha scritto: > Am 17.08.2014 um 23:40 schrieb Pedro Giffuni: >> >> Il giorno 17/ago/2014, alle ore 16:09, Stefan Esser > > ha scritto: >>> Therefore, what you'd name "es_LA" (or es-la) is now latinamerican >>> (it coul

svn commit: r270135 - head/share/examples/autofs

2014-08-18 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Aug 18 14:47:13 2014 New Revision: 270135 URL: http://svnweb.freebsd.org/changeset/base/270135 Log: Remove vestiges of previous autofs. Discussed with: alfred@ MFC after:2 weeks Sponsored by: The FreeBSD Foundation Deleted: head/share/examples/autofs

svn commit: r270142 - head/share/vt/keymaps

2014-08-18 Thread Ed Maste
Author: emaste Date: Mon Aug 18 17:10:55 2014 New Revision: 270142 URL: http://svnweb.freebsd.org/changeset/base/270142 Log: Add Canadian Bilingual keyboard Added: head/share/vt/keymaps/ca.kbd (contents, props changed) Modified: head/share/vt/keymaps/INDEX.keymaps head/share/vt/keymaps/

svn commit: r270144 - head/lib/libcrypt/tests

2014-08-18 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 17:35:39 2014 New Revision: 270144 URL: http://svnweb.freebsd.org/changeset/base/270144 Log: Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile variables This fixes "make checkdpadd" Phabric: D620 Approved by: jmmv (mentor) PR: 19

svn commit: r270145 - head/lib/clang

2014-08-18 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 17:38:50 2014 New Revision: 270145 URL: http://svnweb.freebsd.org/changeset/base/270145 Log: Replace DPADD with DPSRCS to fix "make checkdpadd" Phabric: D625 Approved by: jmmv (mentor) Reviewed by: dim PR: 192734 MFC after: 2 weeks Modified: head/lib

svn commit: r270146 - head/usr.sbin/iscsid

2014-08-18 Thread Garrett Cooper
Author: ngie Date: Mon Aug 18 18:01:18 2014 New Revision: 270146 URL: http://svnweb.freebsd.org/changeset/base/270146 Log: Add LIBCRYPTO and LIBSSL to DPADD This fixes "make checkdpadd" Phabric: D621 PR: 192761 Approved by: rpaulo (mentor) MFC after: 2 weeks Modified: head/usr

svn commit: r270147 - in head/contrib/llvm: include/llvm/Support lib/Object lib/Target/PowerPC lib/Target/PowerPC/InstPrinter lib/Target/PowerPC/MCTargetDesc

2014-08-18 Thread Roman Divacky
Author: rdivacky Date: Mon Aug 18 18:05:55 2014 New Revision: 270147 URL: http://svnweb.freebsd.org/changeset/base/270147 Log: Backport r197824, r213427 and r213960 from LLVM trunk: r197824 | rdivacky | 2013-12-20 19:08:54 +0100 (Fri, 20 Dec 2013) | 2 lines Implement initial-exec T

svn commit: r270148 - head/contrib/llvm/patches

2014-08-18 Thread Roman Divacky
Author: rdivacky Date: Mon Aug 18 18:07:28 2014 New Revision: 270148 URL: http://svnweb.freebsd.org/changeset/base/270148 Log: Add the patch commited in r270147. Added: head/contrib/llvm/patches/patch-r270147-llvm-r197824-r213427-r213960.diff Added: head/contrib/llvm/patches/patch-r270147-ll

svn commit: r270149 - head/sys/geom

2014-08-18 Thread Scott Long
Author: scottl Date: Mon Aug 18 19:27:47 2014 New Revision: 270149 URL: http://svnweb.freebsd.org/changeset/base/270149 Log: Deal explicitly with possible failures of make_dev_alias_p() in GEOM. Submitted by: Mariusz Zaborski MFC after: 3 days Modified: head/sys/geom/geom_dev.c

Re: svn commit: r270149 - head/sys/geom

2014-08-18 Thread Sergey Kandaurov
On 18 August 2014 23:27, Scott Long wrote: > Author: scottl > Date: Mon Aug 18 19:27:47 2014 > New Revision: 270149 > URL: http://svnweb.freebsd.org/changeset/base/270149 > > Log: > Deal explicitly with possible failures of make_dev_alias_p() in GEOM. > > Submitted by: Mariusz Zaborski >

Re: svn commit: r270149 - head/sys/geom

2014-08-18 Thread Alexander Kabaev
On Mon, 18 Aug 2014 23:51:32 +0400 Sergey Kandaurov wrote: > On 18 August 2014 23:27, Scott Long wrote: > > Author: scottl > > Date: Mon Aug 18 19:27:47 2014 > > New Revision: 270149 > > URL: http://svnweb.freebsd.org/changeset/base/270149 > > > > Log: > > Deal explicitly with possible failure

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

2014-08-18 Thread Alan Cox
Author: alc Date: Mon Aug 18 20:28:08 2014 New Revision: 270151 URL: http://svnweb.freebsd.org/changeset/base/270151 Log: There exists a possible sequence of page table page allocation failures starting with a superpage demotion by pmap_enter() that could result in a PV list lock being held

svn commit: r270152 - head/tools/tools/vt/keymaps

2014-08-18 Thread Stefan Esser
Author: se Date: Mon Aug 18 20:55:11 2014 New Revision: 270152 URL: http://svnweb.freebsd.org/changeset/base/270152 Log: Minor fixes to convert-keymap.pl (conversion of 8bit characters in the form 'x' with high bit set) and to KBDFILES.map (fix encodings and comment out a few redundant keyma

svn commit: r270153 - head/share/syscons/keymaps

2014-08-18 Thread Stefan Esser
Author: se Date: Mon Aug 18 20:58:17 2014 New Revision: 270153 URL: http://svnweb.freebsd.org/changeset/base/270153 Log: Fix minor problems found while converting to NEWCONS format. MFC after:3 days Modified: head/share/syscons/keymaps/be.iso.acc.kbd head/share/syscons/keymaps/cs.l

svn commit: r270155 - head

2014-08-18 Thread Warner Losh
Author: imp Date: Mon Aug 18 21:04:44 2014 New Revision: 270155 URL: http://svnweb.freebsd.org/changeset/base/270155 Log: Create the native-xtools target. This target creates only the cross building toolchain for the host computer. This toolchain produces TARGET_ARCH and assumes the rest of

svn commit: r270154 - head/sys/arm/at91

2014-08-18 Thread Warner Losh
Author: imp Date: Mon Aug 18 21:04:35 2014 New Revision: 270154 URL: http://svnweb.freebsd.org/changeset/base/270154 Log: Make note about reset vs RTOE actions... Modified: head/sys/arm/at91/at91_mci.c Modified: head/sys/arm/at91/at91_mci.c ===

svn commit: r270156 - head/share/vt/keymaps

2014-08-18 Thread Stefan Esser
Author: se Date: Mon Aug 18 21:07:12 2014 New Revision: 270156 URL: http://svnweb.freebsd.org/changeset/base/270156 Log: Fix a few conversion problems (e.g. when a keymap is derived from ISO8859-1, but shall provide an Euro sign - similar for Japanese Yen). The Brazilian keymap "br.kbd" n

Re: svn commit: r270149 - head/sys/geom

2014-08-18 Thread Sergey Kandaurov
On 19 August 2014 00:05, Alexander Kabaev wrote: > On Mon, 18 Aug 2014 23:51:32 +0400 > Sergey Kandaurov wrote: > >> On 18 August 2014 23:27, Scott Long wrote: >> > Author: scottl >> > Date: Mon Aug 18 19:27:47 2014 >> > New Revision: 270149 >> > URL: http://svnweb.freebsd.org/changeset/base/270

svn commit: r270158 - in head/sys: kern sys

2014-08-18 Thread Marcel Moolenaar
Author: marcel Date: Mon Aug 18 23:45:40 2014 New Revision: 270158 URL: http://svnweb.freebsd.org/changeset/base/270158 Log: For vendors like Juniper, extensibility for sockets is important. A good example is socket options that aren't necessarily generic. To this end, OSD is added to the

svn commit: r270160 - head/sys/netinet/cc

2014-08-18 Thread Lawrence Stewart
Author: lstewart Date: Tue Aug 19 02:19:53 2014 New Revision: 270160 URL: http://svnweb.freebsd.org/changeset/base/270160 Log: Destroy the "qdiffsample_zone" UMA zone on unload to avoid a use-after-unload panic easily triggered by running "sysctl -a" after unload. Reported and tested by:

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

2014-08-18 Thread Warner Losh
Author: imp Date: Tue Aug 19 03:51:10 2014 New Revision: 270162 URL: http://svnweb.freebsd.org/changeset/base/270162 Log: Add support for -X, which installs the native cross tools for qemu operations. Doesn't install qemu nor setup the jail, yet. Modified: head/tools/tools/nanobsd/nanobsd.s

svn commit: r270161 - in head/sys: boot/fdt/dts/arm gnu/dts/arm

2014-08-18 Thread Warner Losh
Author: imp Date: Tue Aug 19 03:51:05 2014 New Revision: 270161 URL: http://svnweb.freebsd.org/changeset/base/270161 Log: New DTS files to suppport the SAM9260EK eval board. Derived, in part, from the SAM9G20EK dts files (so that file is GPL'd). Added: head/sys/boot/fdt/dts/arm/sam9260ek.dt