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

2014-08-13 Thread Sergey Kandaurov
Author: pluknet Date: Wed Aug 13 14:49:51 2014 New Revision: 269942 URL: http://svnweb.freebsd.org/changeset/base/269942 Log: Fixed ENOMEM description. MFC after:1 week Sponsored by: Nginx, Inc. Modified: head/lib/libc/gen/posix_spawnattr_init.3 Modified:

svn commit: r269945 - in head: lib/libc/net sys/conf sys/netinet

2014-08-13 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 13 15:50:16 2014 New Revision: 269945 URL: http://svnweb.freebsd.org/changeset/base/269945 Log: Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUS socket options. This includes managing the correspoing stat counters. Add the

svn commit: r269948 - head/contrib/gcc/config/i386

2014-08-13 Thread Dimitry Andric
Author: dim Date: Wed Aug 13 16:42:44 2014 New Revision: 269948 URL: http://svnweb.freebsd.org/changeset/base/269948 Log: Supplement r259111 by also using correct casts in gcc's emmintrin.h for the first argument of the following builtin function: * __builtin_ia32_psrlqi128() takes

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

2014-08-13 Thread Ed Maste
Author: emaste Date: Wed Aug 13 19:06:29 2014 New Revision: 269950 URL: http://svnweb.freebsd.org/changeset/base/269950 Log: Copy country-code .iso syscons keymaps for vt(4) Existing syscons ISO 8859-1 keymaps (??.iso.kbd) are usable without change as Unicode keymaps for vt(4).

svn commit: r269951 - in head: share/mk tools/tools/ath/athaggrstats tools/tools/ath/athstats

2014-08-13 Thread Adrian Chadd
Author: adrian Date: Wed Aug 13 19:43:22 2014 New Revision: 269951 URL: http://svnweb.freebsd.org/changeset/base/269951 Log: Make the libbsdstat useful again. Modified: head/share/mk/src.libnames.mk head/tools/tools/ath/athaggrstats/Makefile head/tools/tools/ath/athstats/Makefile

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

2014-08-13 Thread Ed Maste
Author: emaste Date: Wed Aug 13 19:55:14 2014 New Revision: 269952 URL: http://svnweb.freebsd.org/changeset/base/269952 Log: Remove trailing whitespace Modified: head/share/vt/keymaps/it.kbd Modified: head/share/vt/keymaps/it.kbd

svn commit: r269953 - head/sbin/newfs_msdos

2014-08-13 Thread Pedro F. Giffuni
Author: pfg Date: Wed Aug 13 21:18:31 2014 New Revision: 269953 URL: http://svnweb.freebsd.org/changeset/base/269953 Log: Use NO NAME as the default unnamed label. Microsoft recommends avoiding the use of spaces in the string structures for FAT. Unfortunately they do just that by

svn commit: r269954 - in head/lib/clang/include: clang/Config llvm/Config

2014-08-13 Thread Dimitry Andric
Author: dim Date: Wed Aug 13 21:38:29 2014 New Revision: 269954 URL: http://svnweb.freebsd.org/changeset/base/269954 Log: Stop telling people to directly report llvm or clang bugs upstream, point them to the FreeBSD bug tracker instead, since we use our own patches. MFC after:3

svn commit: r269956 - in head: lib/libc/arm/aeabi lib/msun/arm sys/arm/arm sys/arm/include

2014-08-13 Thread Warner Losh
Author: imp Date: Thu Aug 14 04:20:13 2014 New Revision: 269956 URL: http://svnweb.freebsd.org/changeset/base/269956 Log: From https://sourceware.org/ml/newlib/2014/msg00113.html By Richard Earnshaw at ARM GCC has for a number of years provides a set of pre-defined macros for use with

svn commit: r269957 - in head/sys: arm/at91 conf

2014-08-13 Thread Warner Losh
Author: imp Date: Thu Aug 14 04:21:14 2014 New Revision: 269957 URL: http://svnweb.freebsd.org/changeset/base/269957 Log: Add support for FDT and !FDT configs on Atmel, though FDT isn't working yet. Bump rev on arm Makefile since files.at91 uses new '!' operator. Modified:

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

2014-08-13 Thread Warner Losh
Author: imp Date: Thu Aug 14 04:21:20 2014 New Revision: 269958 URL: http://svnweb.freebsd.org/changeset/base/269958 Log: Start to add FDT support. Added: head/sys/arm/at91/at91_common.c (contents, props changed) Modified: head/sys/arm/at91/at91_machdep.c Added:

svn commit: r269959 - in head/sys/arm: arm at91

2014-08-13 Thread Warner Losh
Author: imp Date: Thu Aug 14 04:21:25 2014 New Revision: 269959 URL: http://svnweb.freebsd.org/changeset/base/269959 Log: Add support for multipass to Atmel, for both FDT and !FDT cases. Modified: head/sys/arm/arm/nexus.c head/sys/arm/at91/at91_aic.c head/sys/arm/at91/at91_pit.c

svn commit: r269961 - in head: . lib/libopie

2014-08-13 Thread Andrey A. Chernov
Author: ache Date: Thu Aug 14 04:42:09 2014 New Revision: 269961 URL: http://svnweb.freebsd.org/changeset/base/269961 Log: Bump version because challenge buffer size changed MFC after: 1 week Modified: head/ObsoleteFiles.inc head/lib/libopie/Makefile Modified:

svn commit: r269962 - in head/sys/amd64/vmm: . intel

2014-08-13 Thread Neel Natu
Author: neel Date: Thu Aug 14 05:00:45 2014 New Revision: 269962 URL: http://svnweb.freebsd.org/changeset/base/269962 Log: Use the max guest memory address when creating its iommu domain. Also, assert that the GPA being mapped in the domain is less than its maxaddr. Reviewed by:

svn commit: r269963 - head/sys/kern

2014-08-13 Thread Xin LI
Author: delphij Date: Thu Aug 14 05:13:24 2014 New Revision: 269963 URL: http://svnweb.freebsd.org/changeset/base/269963 Log: Re-instate UMA cached backend for 4K - 64K allocations. New consumers like geli(4) uses malloc(9) to allocate temporary buffers that gets free'ed shortly, causing

svn commit: r269964 - head/sys/kern

2014-08-13 Thread Xin LI
Author: delphij Date: Thu Aug 14 05:31:39 2014 New Revision: 269964 URL: http://svnweb.freebsd.org/changeset/base/269964 Log: Add a new loader tunable, vm.kmem_zmax which allows a system administrator to limit the maximum allocation size that malloc(9) would consider using the UMA cache

Re: svn commit: r269963 - head/sys/kern

2014-08-13 Thread John-Mark Gurney
Xin LI wrote this message on Thu, Aug 14, 2014 at 05:13 +: Author: delphij Date: Thu Aug 14 05:13:24 2014 New Revision: 269963 URL: http://svnweb.freebsd.org/changeset/base/269963 Log: Re-instate UMA cached backend for 4K - 64K allocations. New consumers like geli(4) uses