Re: svn commit: r267291 - head/sys/libkern

2014-06-09 Thread Alexey Dokuchaev
On Mon, Jun 09, 2014 at 07:27:47PM +, John Baldwin wrote: > New Revision: 267291 > URL: http://svnweb.freebsd.org/changeset/base/267291 > > Log: > Use strcasecmp() instead of strcmp() when checking user-supplied encoding > names so that encoding names are treated as case-insensitive. This

svn commit: r267319 - head/sys/tools/fdt

2014-06-09 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 10 06:24:01 2014 New Revision: 267319 URL: http://svnweb.freebsd.org/changeset/base/267319 Log: Call cpp with -P to avoid printing line markings. Modified: head/sys/tools/fdt/make_dtb.sh Modified: head/sys/tools/fdt/make_dtb.sh ===

svn commit: r267318 - head/usr.bin/dtc

2014-06-09 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 10 06:16:34 2014 New Revision: 267318 URL: http://svnweb.freebsd.org/changeset/base/267318 Log: dtc: ignore lines starting with #. This is necessary because we use the C pre-processor to parse #include lines and cpp adds line markings that start with #. Modif

svn commit: r267317 - head/usr.bin/dtc

2014-06-09 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 10 06:04:25 2014 New Revision: 267317 URL: http://svnweb.freebsd.org/changeset/base/267317 Log: dtc: don't crash if the argument is a directory. Modified: head/usr.bin/dtc/fdt.cc Modified: head/usr.bin/dtc/fdt.cc ==

svn commit: r267316 - head/usr.bin/dtc

2014-06-09 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 10 05:58:46 2014 New Revision: 267316 URL: http://svnweb.freebsd.org/changeset/base/267316 Log: The, currently undocumented, -i option takes an argument. Modified: head/usr.bin/dtc/dtc.cc Modified: head/usr.bin/dtc/dtc.cc =

svn commit: r267313 - head/sys/dev/virtio/block

2014-06-09 Thread Bryan Venteicher
Author: bryanv Date: Tue Jun 10 03:29:15 2014 New Revision: 267313 URL: http://svnweb.freebsd.org/changeset/base/267313 Log: Always append new bios to the tail of the queue, instead of sorting them MFC after:1 week Modified: head/sys/dev/virtio/block/virtio_blk.c Modified: head/sys/

svn commit: r267311 - head/sys/amd64/vmm/intel

2014-06-09 Thread Neel Natu
Author: neel Date: Tue Jun 10 01:38:02 2014 New Revision: 267311 URL: http://svnweb.freebsd.org/changeset/base/267311 Log: Turn on interrupt window exiting unconditionally when an ExtINT is being injected into the guest. This allows the hypervisor to inject another ExtINT or APIC vector as s

svn commit: r267310 - head/sys/dev/vt/hw/vga

2014-06-09 Thread Ed Maste
Author: emaste Date: Tue Jun 10 01:19:48 2014 New Revision: 267310 URL: http://svnweb.freebsd.org/changeset/base/267310 Log: Correct unicode map for VGA ROM character 0x0e The character is a beamed pair of sixteenth notes, so should be U+266C not U+266B (beamed eighth notes). Modified:

svn commit: r267307 - in head/lib/libc: amd64/gen i386/gen

2014-06-09 Thread Jilles Tjoelker
Author: jilles Date: Mon Jun 9 21:35:36 2014 New Revision: 267307 URL: http://svnweb.freebsd.org/changeset/base/267307 Log: siglongjmp(): Preserve floating point exception flags on i386 and amd64. Per POSIX, siglongjmp() shall be equivalent to longjmp() except that it must match sigsetjm

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

2014-06-09 Thread Ed Maste
Author: emaste Date: Mon Jun 9 21:06:46 2014 New Revision: 267306 URL: http://svnweb.freebsd.org/changeset/base/267306 Log: Add vgarom font source These are in 'GNU Unifont' format, and are converted from syscons(4) cp437 fonts. Added: head/share/vt/fonts/vgarom-8x14.hex (contents,

svn commit: r267297 - in head/sys/modules: agp aic7xxx/ahd bios/smapi sound/driver/maestro

2014-06-09 Thread John Baldwin
Author: jhb Date: Mon Jun 9 20:48:38 2014 New Revision: 267297 URL: http://svnweb.freebsd.org/changeset/base/267297 Log: Re-enable -Werror for these modules. It is already enabled for the same files when built as part of a kernel. Modified: head/sys/modules/agp/Makefile head/sys/modules

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

2014-06-09 Thread Glen Barber
Author: gjb Date: Mon Jun 9 20:52:42 2014 New Revision: 267302 URL: http://svnweb.freebsd.org/changeset/base/267302 Log: Document r267256, OpenSSL 1.0.1h update. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/

svn commit: r267301 - head/tools/tools/vt/fontcvt

2014-06-09 Thread Ed Maste
Author: emaste Date: Mon Jun 9 20:52:35 2014 New Revision: 267301 URL: http://svnweb.freebsd.org/changeset/base/267301 Log: vt fontcvt: Speed up bold glyph map deduplication Perform an O(n) deduplication pass over the bold maps at the end, rather than walking the normal map list to look

svn commit: r267300 - in head/sys/amd64/vmm: intel io

2014-06-09 Thread Neel Natu
Author: neel Date: Mon Jun 9 20:51:08 2014 New Revision: 267300 URL: http://svnweb.freebsd.org/changeset/base/267300 Log: Add reserved bit checking when doing %CR8 emulation and inject #GP if required. Pointed out by: grehan Reviewed by: tychon Modified: head/sys/amd64/vmm/int

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

2014-06-09 Thread Glen Barber
Author: gjb Date: Mon Jun 9 20:50:49 2014 New Revision: 267299 URL: http://svnweb.freebsd.org/changeset/base/267299 Log: Move the Sendmail update to keep revision numbers incremental. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml M

svn commit: r267298 - head/tools/tools/vt/fontcvt

2014-06-09 Thread Ed Maste
Author: emaste Date: Mon Jun 9 20:49:13 2014 New Revision: 267298 URL: http://svnweb.freebsd.org/changeset/base/267298 Log: vt fontcvt: Hide stats by default and improve error handling The font stats are interesting, but rather verbose. Modified: head/tools/tools/vt/fontcvt/fontcvt.c M

svn commit: r267294 - head/usr.sbin/bhyve

2014-06-09 Thread Tycho Nightingale
Author: tychon Date: Mon Jun 9 19:55:50 2014 New Revision: 267294 URL: http://svnweb.freebsd.org/changeset/base/267294 Log: r267169 should apply to 64-bit BARs as well. Reviewed by: neel Modified: head/usr.sbin/bhyve/pci_emul.c Modified: head/usr.sbin/bhyve/pci_emul.c

svn commit: r267293 - head/sys/boot/i386/gptboot

2014-06-09 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jun 9 19:36:08 2014 New Revision: 267293 URL: http://svnweb.freebsd.org/changeset/base/267293 Log: mdoc: fix AUTHORS section. Modified: head/sys/boot/i386/gptboot/gptboot.8 Modified: head/sys/boot/i386/gptboot/gptboot.8

svn commit: r267292 - head/usr.sbin/bhyve

2014-06-09 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jun 9 19:29:10 2014 New Revision: 267292 URL: http://svnweb.freebsd.org/changeset/base/267292 Log: Remove blank lines. Modified: head/usr.sbin/bhyve/bhyve.8 Modified: head/usr.sbin/bhyve/bhyve.8 =

svn commit: r267291 - head/sys/libkern

2014-06-09 Thread John Baldwin
Author: jhb Date: Mon Jun 9 19:27:47 2014 New Revision: 267291 URL: http://svnweb.freebsd.org/changeset/base/267291 Log: Use strcasecmp() instead of strcmp() when checking user-supplied encoding names so that encoding names are treated as case-insensitive. This allows the use of 'utf-8' in

Re: svn commit: r267248 - head/usr.sbin/acpi/acpiconf

2014-06-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-06-09 11:43:52 -0400, John Baldwin wrote: > On Sunday, June 08, 2014 9:54:01 pm Eitan Adler wrote: >> Author: eadler Date: Mon Jun 9 01:54:00 2014 New Revision: >> 267248 URL: http://svnweb.freebsd.org/changeset/base/267248 >> >> Log: acpicon

svn commit: r267290 - head/sys/dev/hpt27xx

2014-06-09 Thread John Baldwin
Author: jhb Date: Mon Jun 9 18:15:05 2014 New Revision: 267290 URL: http://svnweb.freebsd.org/changeset/base/267290 Log: Make the hpt27xx(4) driver MPSAFE. - Use the existing vbus locks instead of Giant for the CAM sim lock. - Use callout(9) instead of timeout(9). - Mark the interrupt han

Re: svn commit: r267248 - head/usr.sbin/acpi/acpiconf

2014-06-09 Thread John Baldwin
On Sunday, June 08, 2014 9:54:01 pm Eitan Adler wrote: > Author: eadler > Date: Mon Jun 9 01:54:00 2014 > New Revision: 267248 > URL: http://svnweb.freebsd.org/changeset/base/267248 > > Log: > acpiconf(8): document 'k' option > > Add missing documentation for the 'k' option based on re

svn commit: r267284 - head/sys/dev/netmap

2014-06-09 Thread Luigi Rizzo
Author: luigi Date: Mon Jun 9 15:46:11 2014 New Revision: 267284 URL: http://svnweb.freebsd.org/changeset/base/267284 Log: Fixes from Fanco Ficthner on transparent mode * The way rings are updated changed with the last API bump. Also sync ->head when moving slots in netmap_sw_to_nic().

svn commit: r267283 - head/sys/dev/netmap

2014-06-09 Thread Luigi Rizzo
Author: luigi Date: Mon Jun 9 15:44:31 2014 New Revision: 267283 URL: http://svnweb.freebsd.org/changeset/base/267283 Log: sync the code with the one in stable/10 (wrap the if_t compatibilty function into a __FreeBSD_version conditional block) Modified: head/sys/dev/netmap/netmap_kern.h

svn commit: r267278 - head/sys/rpc

2014-06-09 Thread Alexander Motin
Author: mav Date: Mon Jun 9 15:00:43 2014 New Revision: 267278 URL: http://svnweb.freebsd.org/changeset/base/267278 Log: Fix race in r267221. MFC after:2 weeks Modified: head/sys/rpc/svc.c Modified: head/sys/rpc/svc.c

svn commit: r267276 - head/share/mk

2014-06-09 Thread Julio Merino
Author: jmmv Date: Mon Jun 9 14:36:49 2014 New Revision: 267276 URL: http://svnweb.freebsd.org/changeset/base/267276 Log: Ensure files are created during the build when using bsd.subdir.mk. When FILES is defined in a Makefile that _also_ includes bsd.subdir.mk, the build of the files (if

svn commit: r267267 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-06-09 Thread Steven Hartland
Author: smh Date: Mon Jun 9 13:04:58 2014 New Revision: 267267 URL: http://svnweb.freebsd.org/changeset/base/267267 Log: Removed stale comment about multi-vdev root pool config not working MFC after:1 week Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c Modified

svn commit: r267265 - in head: etc/mtree usr.bin/truncate usr.bin/truncate/tests

2014-06-09 Thread Jilles Tjoelker
Author: jilles Date: Mon Jun 9 10:39:55 2014 New Revision: 267265 URL: http://svnweb.freebsd.org/changeset/base/267265 Log: truncate: Detect integer overflow, fix relative sizes, add tests. The change to expand_number (r204654) broke detection of too large sizes and relative sizes ('+'/'

svn commit: r267264 - head/sys/kern

2014-06-09 Thread Konstantin Belousov
Author: kib Date: Mon Jun 9 09:10:31 2014 New Revision: 267264 URL: http://svnweb.freebsd.org/changeset/base/267264 Log: Devolatile as needed. Sponsored by: The FreeBSD Foundation MFC after:13 days Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.c ==