svn commit: r270291 - stable/10/share/mk

2014-08-21 Thread Ed Maste
Author: emaste Date: Thu Aug 21 19:32:54 2014 New Revision: 270291 URL: http://svnweb.freebsd.org/changeset/base/270291 Log: MFC r264927 by imp: NO_DEBUG_FILES - MK_DEBUG_FILES=no in last remaining place. Modified: stable/10/share/mk/bsd.crunchgen.mk Directory Properties: stable/10/

svn commit: r270296 - in stable/10/sys: ia64/acpica ia64/ia64 ia64/include sys

2014-08-21 Thread Ed Maste
Author: emaste Date: Thu Aug 21 19:51:07 2014 New Revision: 270296 URL: http://svnweb.freebsd.org/changeset/base/270296 Log: MFC r263815, r263872: Move ia64 efi.h to sys in preparation for amd64 UEFI support Prototypes specific to ia64 have been left in this file for now, under

svn commit: r270303 - in head: sys/sys usr.bin/elfdump

2014-08-21 Thread Ed Maste
Author: emaste Date: Thu Aug 21 20:55:10 2014 New Revision: 270303 URL: http://svnweb.freebsd.org/changeset/base/270303 Log: Rename DT_FEATURE_1 to DT_FEATURE This provides a minor cleanup in elfdump; there are otherwise no consumers in the tree. Old SUN documentation can be found for

svn commit: r270304 - head/usr.bin/elfdump

2014-08-21 Thread Ed Maste
Author: emaste Date: Thu Aug 21 20:58:43 2014 New Revision: 270304 URL: http://svnweb.freebsd.org/changeset/base/270304 Log: elfdump: Remove extraneous _SUNW_ in reported DT_ names Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/elfdump/elfdump.c Modified:

svn commit: r270344 - in stable/10/sys/amd64: amd64 include

2014-08-22 Thread Ed Maste
Author: emaste Date: Fri Aug 22 18:09:06 2014 New Revision: 270344 URL: http://svnweb.freebsd.org/changeset/base/270344 Log: MFC r263822: amd64: Parse the EFI memory map if present With this change (and loader.efi from [HEAD]) we can now boot under qemu using the OVMF UEFI firmware

svn commit: r270969 - in stable/10: sys/sys usr.bin/elfdump

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 15:49:33 2014 New Revision: 270969 URL: http://svnweb.freebsd.org/changeset/base/270969 Log: MFC elfdump improvements r269092: Improve section type reporting The SHT range 0x7000-0x7fff is processor-specific. Pass the ELF machine type

svn commit: r270974 - in stable/10/sys: amd64/include dev/vt/hw/efifb

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 18:54:40 2014 New Revision: 270974 URL: http://svnweb.freebsd.org/changeset/base/270974 Log: MFC r263826: Update EFI framebuffer handoff from loader Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/amd64/include/metadata.h

svn commit: r270976 - head/share/mk

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 19:05:34 2014 New Revision: 270976 URL: http://svnweb.freebsd.org/changeset/base/270976 Log: Allow standalone debug for non-default ${PROG} targets This allows WITH_DEBUG_FILES to produce standalone debug for the ELF runtime linker. We previously

svn commit: r270977 - stable/10/sys/amd64/conf

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 19:14:33 2014 New Revision: 270977 URL: http://svnweb.freebsd.org/changeset/base/270977 Log: Revert r268372 - enable vt_efifb vt(4) driver again. It was disabled as some parts of UEFI support had not yet been merged to stable/10. Sponsored by: The

svn commit: r270978 - stable/10/sys/dev/vt/hw/efifb

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 19:36:18 2014 New Revision: 270978 URL: http://svnweb.freebsd.org/changeset/base/270978 Log: MFC r268624 by nwhitehorn: On my Lenovo laptop, the firmware maps the EFI framebuffer with MTRRs set to uncacheable. This leads to execrable console

svn commit: r270979 - stable/10/sys/kern

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 19:48:37 2014 New Revision: 270979 URL: http://svnweb.freebsd.org/changeset/base/270979 Log: MFC part of r267973: remove redundant assignment for string in BSS. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/kern/kern_cons.c Modified:

svn commit: r270980 - in stable/10/sys: dev/fb dev/vt/hw/fb sys

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 19:56:37 2014 New Revision: 270980 URL: http://svnweb.freebsd.org/changeset/base/270980 Log: MFC r268771, r268796 by nwhitehorn: r268771: Allow console drivers active from early boot to be used with xf86-video-scfb, rather than only drivers attached

svn commit: r270981 - stable/10/sys/dev/vt/hw/efifb

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 19:57:33 2014 New Revision: 270981 URL: http://svnweb.freebsd.org/changeset/base/270981 Log: MFC r268772 by nwhitehorn: Allow efifb to be used with xf86-video-scfb. This is important for EFI systems without either a CSM or real graphics drivers, such

svn commit: r270983 - stable/10/sys/dev/vt

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 21:05:45 2014 New Revision: 270983 URL: http://svnweb.freebsd.org/changeset/base/270983 Log: MFC r269185 by ray@: Remove unused macro VT_CONSDEV_DECLARE. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/vt/vt.h Directory Properties:

svn commit: r270986 - stable/10/sys/dev/vt

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 21:50:14 2014 New Revision: 270986 URL: http://svnweb.freebsd.org/changeset/base/270986 Log: MFC r269186 by ray@: Remove useless debug string. Fix indent. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/vt/vt_core.c Directory

svn commit: r270988 - in stable/10/sys: amd64/amd64 kern sys

2014-09-02 Thread Ed Maste
Author: emaste Date: Tue Sep 2 22:01:14 2014 New Revision: 270988 URL: http://svnweb.freebsd.org/changeset/base/270988 Log: MFC automatic vt(4) selection for UEFI boot r268158: Prefer vt(4) for UEFI boot The UEFI framebuffer driver vt_efifb requires vt(4), so add a mechanism

svn commit: r271019 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 13:17:44 2014 New Revision: 271019 URL: http://svnweb.freebsd.org/changeset/base/271019 Log: MFC vt(4) work from ray@: r269188: [Rework vb_buffer and vb_rows assignment] r269192: Remove special handling of console window size. It's done in

svn commit: r271020 - stable/10/sys/dev/vt/hw/fb

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 13:22:50 2014 New Revision: 271020 URL: http://svnweb.freebsd.org/changeset/base/271020 Log: MFC r269437 by nwhitehorn: Don't assume that the framebuffer driver is using vt_fb_blank() when blanking the screen during init. Modified:

svn commit: r271021 - stable/10/sys/dev/vt/font

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 13:31:08 2014 New Revision: 271021 URL: http://svnweb.freebsd.org/changeset/base/271021 Log: MFC r270265 by dumbbell: vt(4): Fix an inconsistency between the mouse cursor bitmap and its mask Modified: stable/10/sys/dev/vt/font/vt_mouse_cursor.c

svn commit: r271022 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 13:40:02 2014 New Revision: 271022 URL: http://svnweb.freebsd.org/changeset/base/271022 Log: MFC vt(4) mouse cursor improvements from dumbbell: r270269: vt(4): Handle global and per-window mouse cursor toggle in one place Before the global flag

svn commit: r271023 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 14:00:37 2014 New Revision: 271023 URL: http://svnweb.freebsd.org/changeset/base/271023 Log: MFC r270280 by dumbbell: vt(4): Pause the flush timer while swithing window This fixes bad looking refresh when switching window: squares instead of text,

svn commit: r271024 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 14:06:12 2014 New Revision: 271024 URL: http://svnweb.freebsd.org/changeset/base/271024 Log: MFC r270288 by dumbbell: vt(4): Constify vt_buf argument of vtbuf_iscursor() Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/vt/vt.h

Re: svn commit: r271023 - stable/10/sys/dev/vt

2014-09-03 Thread Ed Maste
On 3 September 2014 10:07, Alexey Dokuchaev da...@freebsd.org wrote: On Wed, Sep 03, 2014 at 02:00:37PM +, Ed Maste wrote: New Revision: 271023 URL: http://svnweb.freebsd.org/changeset/base/271023 Log: MFC r270280 by dumbbell: vt(4): Pause the flush timer while swithing window

svn commit: r271047 - head/share/zoneinfo

2014-09-03 Thread Ed Maste
Author: emaste Date: Wed Sep 3 18:51:33 2014 New Revision: 271047 URL: http://svnweb.freebsd.org/changeset/base/271047 Log: Avoid ./ in zoneinfo entries in METALOG Use of find . resulted in METALOG entries with an extra ./ -- e.g., ./usr/share/zoneinfo/./America/Toronto. Avoid this by

svn commit: r271105 - stable/10/sys/dev/fb

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 16:51:45 2014 New Revision: 271105 URL: http://svnweb.freebsd.org/changeset/base/271105 Log: MFC r260047: Clean up license text - Renumber Regents clauses - Remove clause 3 and 4 from TNF license, following upstream change Sponsored by: The

svn commit: r271111 - in stable/10/sys: conf powerpc/conf powerpc/ps3

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 18:15:36 2014 New Revision: 27 URL: http://svnweb.freebsd.org/changeset/base/27 Log: MFC PS3 vt(4) console support r265871 (nwhitehorn): Move the PS3 framebuffer console to use vt instead of syscons and adjust GENERIC64 for PowerPC to use

svn commit: r271112 - in stable/10/sys: conf dev/fb

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 18:18:29 2014 New Revision: 271112 URL: http://svnweb.freebsd.org/changeset/base/271112 Log: MFC vt(4) driver for Sun creator(4) framebuffers r269601 (nwhitehorn): Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffers handled by

svn commit: r271115 - stable/10/sys/dev/vt/hw/ofwfb

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 18:30:33 2014 New Revision: 271115 URL: http://svnweb.freebsd.org/changeset/base/271115 Log: MFC r268350 (nwhitehorn): Use common vt_fb parts in ofwfb as far as we are able without sacrificing performance. Sponsored by: The FreeBSD Foundation

svn commit: r271116 - stable/10/sys/dev/vt/hw/ofwfb

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 18:34:22 2014 New Revision: 271116 URL: http://svnweb.freebsd.org/changeset/base/271116 Log: MFC r269278 (nwhitehorn): Make mmap() of the console device when using ofwfb work like other supported framebuffer drivers. This lets ofwfb work with

svn commit: r271117 - in stable/10/sys: dev/fb dev/vt/hw/efifb dev/vt/hw/fb dev/vt/hw/ofwfb powerpc/ps3 sys

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 18:43:40 2014 New Revision: 271117 URL: http://svnweb.freebsd.org/changeset/base/271117 Log: MFC fbd(4) and vt_fb disentanglement: r268472 (ray): Should check fb_read method presence instead of double check for fb_write. r269620 (nwhitehorn):

svn commit: r271118 - stable/10/sys/dev/vt/hw/ofwfb

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 18:54:01 2014 New Revision: 271118 URL: http://svnweb.freebsd.org/changeset/base/271118 Log: MFC r269636 by nwhitehorn: Set fb_pbase properly on PowerPC in the case where we have to guess at the right register bank for the framebuffer. Disable the

svn commit: r271120 - in stable/10/sys: dev/fb dev/vt dev/vt/hw/efifb dev/vt/hw/fb dev/vt/hw/ofwfb dev/vt/hw/vga powerpc/ps3

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 19:13:07 2014 New Revision: 271120 URL: http://svnweb.freebsd.org/changeset/base/271120 Log: MFC r269685 (nwhitehorn): Retire vd_maskbitbltchr. The same functionality can be obtained by testing for mask != NULL in vd_bitbltchr, which all

svn commit: r271121 - stable/10/sys/dev/vt/hw/vga

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 19:22:01 2014 New Revision: 271121 URL: http://svnweb.freebsd.org/changeset/base/271121 Log: MFC r270299 (dumbbell): vt_vga: When clearing video memory, don't read from it The goal is to clear the video memory, in case an application drew to it. So the

svn commit: r271128 - in stable/10/sys: dev/fb dev/vt dev/vt/font dev/vt/hw/efifb dev/vt/hw/fb dev/vt/hw/ofwfb dev/vt/hw/vga powerpc/ps3

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 20:18:08 2014 New Revision: 271128 URL: http://svnweb.freebsd.org/changeset/base/271128 Log: MFC vt(4) improvements / sync with HEAD These are largely dumbbell@'s changes. Most significantly they address the extreme performance degradation with VGA

svn commit: r271129 - stable/10/lib/libstand/powerpc

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 20:21:30 2014 New Revision: 271129 URL: http://svnweb.freebsd.org/changeset/base/271129 Log: MFC r261591 (nwhitehorn): Make libstand setjmp work for both 64- and 32-bit ABIs. Modified: stable/10/lib/libstand/powerpc/_setjmp.S Directory Properties:

svn commit: r271130 - in stable/10/sys/boot: . i386/efi i386/gptboot i386/gptzfsboot i386/loader i386/zfsboot libstand32 powerpc/ofw powerpc/ps3 powerpc/uboot

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 20:35:53 2014 New Revision: 271130 URL: http://svnweb.freebsd.org/changeset/base/271130 Log: r261567: Build a 32-bit libstand under sys/boot/ A 32-bit libstand is needed on 64-bit platforms for use by various bootloaders. Previously only the 32-bit

svn commit: r271131 - stable/10/sys/boot/libstand32

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 20:44:41 2014 New Revision: 271131 URL: http://svnweb.freebsd.org/changeset/base/271131 Log: MFC libstand32 clean target fixes r269029 (sbruno): Update so that clean target in sys/boot will delete the symlink created for machine r269036

svn commit: r271132 - in stable/10/sys: boot/i386/efi boot/i386/libi386 boot/ia64/common boot/powerpc/ofw boot/powerpc/ps3 boot/sparc64/loader boot/uboot/common boot/userboot/userboot i386/xen sys

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 20:47:14 2014 New Revision: 271132 URL: http://svnweb.freebsd.org/changeset/base/271132 Log: MFC r263005 by royger: howto_names: unify declaration Added: stable/10/sys/sys/boot.h - copied unchanged from r263005, head/sys/sys/boot.h Modified:

svn commit: r271134 - stable/10/lib/libstand

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 20:49:11 2014 New Revision: 271134 URL: http://svnweb.freebsd.org/changeset/base/271134 Log: MFC r269077 (sbruno): libstand qdivrem warning fixes libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is not true on amd64 I'm not quite

svn commit: r271136 - in stable/10/sys/boot/amd64: . boot1.efi

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 21:05:04 2014 New Revision: 271136 URL: http://svnweb.freebsd.org/changeset/base/271136 Log: MFC boot1.efi stub loader r264391 (nwhitehorn): Add a simple EFI stub loader. This is a quick and dirty of boot1.chrp from the PowerPC port with all the

svn commit: r271138 - stable/10

2014-09-04 Thread Ed Maste
Author: emaste Date: Thu Sep 4 21:10:24 2014 New Revision: 271138 URL: http://svnweb.freebsd.org/changeset/base/271138 Log: Add UPDATING entry for r271116 Noticed by: nwhitehorn Modified: stable/10/UPDATING Modified: stable/10/UPDATING

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

2014-09-05 Thread Ed Maste
Author: emaste Date: Fri Sep 5 18:07:15 2014 New Revision: 271178 URL: http://svnweb.freebsd.org/changeset/base/271178 Log: Correct patch paths (remove contrib/llvm/) The example in contrib/llvm/patches/README.TXT fails otherwise. Sponsored by: DARPA, AFRL Modified:

svn commit: r271274 - stable/10/share/mk

2014-09-08 Thread Ed Maste
Author: emaste Date: Mon Sep 8 15:28:17 2014 New Revision: 271274 URL: http://svnweb.freebsd.org/changeset/base/271274 Log: MFC r270976: Allow standalone debug for non-default ${PROG} targets This allows WITH_DEBUG_FILES to produce standalone debug for the ELF runtime linker. We

svn commit: r271275 - stable/10/share/zoneinfo

2014-09-08 Thread Ed Maste
Author: emaste Date: Mon Sep 8 15:40:55 2014 New Revision: 271275 URL: http://svnweb.freebsd.org/changeset/base/271275 Log: MFC r271047: Avoid ./ in zoneinfo entries in METALOG Use of find . resulted in METALOG entries with an extra ./ -- e.g., ./usr/share/zoneinfo/./America/Toronto.

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

2014-09-08 Thread Ed Maste
Author: emaste Date: Mon Sep 8 18:48:54 2014 New Revision: 271283 URL: http://svnweb.freebsd.org/changeset/base/271283 Log: Add clang patch for r271282 Note that r271282 contains only the src change from Clang rev 200797. This patch file includes two follow-on changes to the test case,

svn commit: r271289 - stable/10/sys/amd64/amd64

2014-09-08 Thread Ed Maste
Author: emaste Date: Mon Sep 8 21:10:51 2014 New Revision: 271289 URL: http://svnweb.freebsd.org/changeset/base/271289 Log: MFC r265014: Report boot method (BIOS/UEFI) via sysctl machdep.bootmethod Approved by: re Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271318 - stable/10/release/amd64

2014-09-09 Thread Ed Maste
Author: emaste Date: Tue Sep 9 16:11:04 2014 New Revision: 271318 URL: http://svnweb.freebsd.org/changeset/base/271318 Log: MFC UEFI memstick build script r264935 (gjb): Add a separate script to build the memstick.img and the mini-memstick.img with UEFI support. As

svn commit: r271333 - in stable/10: . share/vt/fonts

2014-09-09 Thread Ed Maste
Author: emaste Date: Tue Sep 9 20:36:56 2014 New Revision: 271333 URL: http://svnweb.freebsd.org/changeset/base/271333 Log: MFC improved vt(4) font generation r266851: Add VGAROM 8x8, 8x14 and 8x16 fonts for vt(4) These are converted from syscons(4) cp437 fonts. r267306: Add

svn commit: r271414 - in stable/10/contrib/llvm: patches tools/clang/lib/CodeGen

2014-09-10 Thread Ed Maste
Author: emaste Date: Thu Sep 11 01:53:55 2014 New Revision: 271414 URL: http://svnweb.freebsd.org/changeset/base/271414 Log: MFC Clang debug info crash fix r271282: Merge Clang debug info crash fix rev 200797: Debug info: fix a crasher when when emitting debug info for

svn commit: r271432 - head/contrib/llvm/tools/clang/lib/CodeGen

2014-09-11 Thread Ed Maste
Author: emaste Date: Thu Sep 11 18:19:08 2014 New Revision: 271432 URL: http://svnweb.freebsd.org/changeset/base/271432 Log: Merge upstream Clang rev 205331 debuginfo crash fix: Debug info: fix a crash when emitting IndirectFieldDecls, which were previously not handled at all.

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

2014-09-11 Thread Ed Maste
Author: emaste Date: Thu Sep 11 18:20:49 2014 New Revision: 271433 URL: http://svnweb.freebsd.org/changeset/base/271433 Log: Add clang patch corresponding to r271432 Added: head/contrib/llvm/patches/patch-r271432-clang-r205331-debug-info-crash.diff Added:

svn commit: r271470 - stable/10/release/amd64

2014-09-12 Thread Ed Maste
Author: emaste Date: Fri Sep 12 16:37:56 2014 New Revision: 271470 URL: http://svnweb.freebsd.org/changeset/base/271470 Log: MFC r264995 (nwhitehorn): Add script to setup bootable CD ISOs for both BIOS and EFI systems. Tested and working on QEMU. Actually using this script as the

Re: svn commit: r271495 - in head: sbin/sysctl sys/amd64/amd64

2014-09-12 Thread Ed Maste
On 12 September 2014 23:10, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Sat Sep 13 03:10:02 2014 New Revision: 271495 URL: http://svnweb.freebsd.org/changeset/base/271495 Log: Add a sysctl to export the EFI memory map along with a handler in the sysctl(8) binary to format

svn commit: r271633 - stable/10/release/powerpc

2014-09-15 Thread Ed Maste
Author: emaste Date: Mon Sep 15 16:47:04 2014 New Revision: 271633 URL: http://svnweb.freebsd.org/changeset/base/271633 Log: MFC r265171 by nwhitehorn: Use mkimg instead of md(4) and gpart [for powerpc]. Approved by: re Modified: stable/10/release/powerpc/make-memstick.sh Directory

svn commit: r271636 - in stable/10: sbin/geom/class/part sys/geom/part sys/sys usr.sbin/bsdinstall/partedit

2014-09-15 Thread Ed Maste
Author: emaste Date: Mon Sep 15 17:49:46 2014 New Revision: 271636 URL: http://svnweb.freebsd.org/changeset/base/271636 Log: MFC EFI support for the installer r264978 (nwhitehorn): Add EFI support to the installer. This requires that the kernel provide a sysctl to determine

svn commit: r271637 - stable/10/usr.sbin/bsdinstall/partedit

2014-09-15 Thread Ed Maste
Author: emaste Date: Mon Sep 15 17:56:55 2014 New Revision: 271637 URL: http://svnweb.freebsd.org/changeset/base/271637 Log: MFC r268540 by nwhitehorn: Allow up to 512K for boot code on GPT with BIOS. As pmbr.s says in a comment, 545K should be enough for any boot code. This

svn commit: r271729 - in stable/10/contrib/llvm: patches tools/clang/lib/CodeGen

2014-09-17 Thread Ed Maste
Author: emaste Date: Thu Sep 18 01:24:40 2014 New Revision: 271729 URL: http://svnweb.freebsd.org/changeset/base/271729 Log: MFC Clang debuginfo crash fix r271432: Merge upstream Clang rev 205331 debuginfo crash fix: Debug info: fix a crash when emitting IndirectFieldDecls,

svn commit: r271757 - head/sys/boot/amd64/efi

2014-09-18 Thread Ed Maste
Author: emaste Date: Thu Sep 18 13:00:03 2014 New Revision: 271757 URL: http://svnweb.freebsd.org/changeset/base/271757 Log: Wrap long lines introduced in r268227 Modified: head/sys/boot/amd64/efi/bootinfo.c Modified: head/sys/boot/amd64/efi/bootinfo.c

svn commit: r271762 - in head/sys/boot: amd64/boot1.efi efi/include efi/libefi

2014-09-18 Thread Ed Maste
Author: emaste Date: Thu Sep 18 13:59:36 2014 New Revision: 271762 URL: http://svnweb.freebsd.org/changeset/base/271762 Log: Switch to text mode in UEFI boot The loader previously failed to display on MacBooks and other systems where the UEFI firmware remained in graphics mode.

Re: svn commit: r271762 - in head/sys/boot: amd64/boot1.efi efi/include efi/libefi

2014-09-18 Thread Ed Maste
On 18 September 2014 10:20, Bjoern A. Zeeb bzeeb-li...@lists.zabbadoz.net wrote: Thanks a lot; that massively helps debugging (as you can at least see what’s going on). Eventually we might want to make that dependent on environment variables maybe? For example on the Mac I have been

svn commit: r271880 - in stable/10/sys/boot: amd64/efi efi/libefi i386/libi386

2014-09-19 Thread Ed Maste
Author: emaste Date: Fri Sep 19 21:30:45 2014 New Revision: 271880 URL: http://svnweb.freebsd.org/changeset/base/271880 Log: MFC r271475 by ambrisko: Add support for serial and null console to UEFI boot loader. Approved by: re Modified: stable/10/sys/boot/amd64/efi/bootinfo.c

svn commit: r271996 - in stable/10/sys/boot: amd64/boot1.efi efi/include efi/libefi

2014-09-22 Thread Ed Maste
Author: emaste Date: Mon Sep 22 19:56:21 2014 New Revision: 271996 URL: http://svnweb.freebsd.org/changeset/base/271996 Log: MFC r271762: Switch to text mode in UEFI boot The loader previously failed to display on MacBooks and other systems where the UEFI firmware remained in

svn commit: r272105 - head/sys/boot/efi/include

2014-09-25 Thread Ed Maste
Author: emaste Date: Thu Sep 25 13:31:08 2014 New Revision: 272105 URL: http://svnweb.freebsd.org/changeset/base/272105 Log: Remove duplicated header content I fail at patch(1). MFC after:3 days Modified: head/sys/boot/efi/include/eficonsctl.h Modified:

svn commit: r272301 - stable/10/sys/boot/efi/include

2014-09-30 Thread Ed Maste
Author: emaste Date: Tue Sep 30 13:56:32 2014 New Revision: 272301 URL: http://svnweb.freebsd.org/changeset/base/272301 Log: MFC r272105: Remove duplicated header content Approved by: re (gjb, kib) Modified: stable/10/sys/boot/efi/include/eficonsctl.h Directory Properties: stable/10/

svn commit: r272302 - stable/9/contrib/llvm/tools/clang/lib/CodeGen

2014-09-30 Thread Ed Maste
Author: emaste Date: Tue Sep 30 15:05:27 2014 New Revision: 272302 URL: http://svnweb.freebsd.org/changeset/base/272302 Log: MFC r271432: Merge upstream Clang rev 205331 debuginfo crash fix: Debug info: fix a crash when emitting IndirectFieldDecls, which were previously not

svn commit: r272303 - stable/9/contrib/llvm/patches

2014-09-30 Thread Ed Maste
Author: emaste Date: Tue Sep 30 15:07:06 2014 New Revision: 272303 URL: http://svnweb.freebsd.org/changeset/base/272303 Log: MFC r271433: Add clang patch corresponding to r271432 Added: stable/9/contrib/llvm/patches/patch-r271432-clang-r205331-debug-info-crash.diff - copied unchanged

svn commit: r272304 - in stable/9/contrib/llvm: patches tools/clang/lib/CodeGen

2014-09-30 Thread Ed Maste
Author: emaste Date: Tue Sep 30 15:10:40 2014 New Revision: 272304 URL: http://svnweb.freebsd.org/changeset/base/272304 Log: MFC Clang debug info crash fix 271282: Merge Clang debug info crash fix rev 200797: Debug info: fix a crasher when when emitting debug info for

svn commit: r272309 - stable/10/release

2014-09-30 Thread Ed Maste
Author: emaste Date: Tue Sep 30 16:36:50 2014 New Revision: 272309 URL: http://svnweb.freebsd.org/changeset/base/272309 Log: MFC r271549 (nwhitehorn): Create /tmp/bsdinstall_etc even if we aren't starting the installer so that dhclient can write resolv.conf when used from the

Re: svn commit: r272384 - head/usr.bin/mkimg

2014-10-02 Thread Ed Maste
On 1 October 2014 17:03, Marcel Moolenaar mar...@freebsd.org wrote: Improve performance of mking(1) by keeping a list of chunks in memory, that keeps track of a particular region of the image. Nice work, thanks Marcel! I've been using brooks' NO_ROOT support along with makefs / mkimg to

Re: svn commit: r272384 - head/usr.bin/mkimg

2014-10-03 Thread Ed Maste
On 2 October 2014 10:43, Ed Maste ema...@freebsd.org wrote: I've been using brooks' NO_ROOT support along with makefs / mkimg to build and test changes by creating an image to boot in QEMU. This change provides a noticeable improvement in the cycle time. I've had a couple of inquiries about

svn commit: r272762 - head/usr.bin/find

2014-10-08 Thread Ed Maste
Author: emaste Date: Wed Oct 8 17:40:58 2014 New Revision: 272762 URL: https://svnweb.freebsd.org/changeset/base/272762 Log: Correct scale factor for T terabyte suffix PR: 194250 MFC after:3 days Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r272752 - releng/10.1/sys/kern

2014-10-09 Thread Ed Maste
On 9 October 2014 12:43, dte...@freebsd.org wrote: I believe I have observed waxing and waning use of these acronyms, and your recent poll shows a current waning trend; however I wish more commits would: a. describe the individual action in the message rather than the over-arching,

svn commit: r272842 - head/libexec/rtld-elf

2014-10-09 Thread Ed Maste
Author: emaste Date: Thu Oct 9 20:39:18 2014 New Revision: 272842 URL: https://svnweb.freebsd.org/changeset/base/272842 Log: Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does Linux LD_ITERATE_PHDR(3): The dlpi_name field is a null-terminated string giving the

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

2014-10-09 Thread Ed Maste
Author: emaste Date: Thu Oct 9 22:58:33 2014 New Revision: 272848 URL: https://svnweb.freebsd.org/changeset/base/272848 Log: Update dl_iterate_phdr(3) to follow r272842 Relnotes: yes Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/gen/dl_iterate_phdr.3 Modified:

svn commit: r272849 - in head: . gnu/usr.bin tools/build/mk

2014-10-09 Thread Ed Maste
Author: emaste Date: Thu Oct 9 23:05:31 2014 New Revision: 272849 URL: https://svnweb.freebsd.org/changeset/base/272849 Log: Build gperf only if we're using g++ (not clang++) gperf is used as a build tool for g++ and is not needed for Clang architectures. Ports and third-party software

svn commit: r272922 - stable/10/usr.bin/find

2014-10-10 Thread Ed Maste
Author: emaste Date: Sat Oct 11 00:30:57 2014 New Revision: 272922 URL: https://svnweb.freebsd.org/changeset/base/272922 Log: MFC r272762: Correct scale factor for T terabyte suffix PR: 194250 Modified: stable/10/usr.bin/find/function.c Directory Properties: stable/10/

svn commit: r272923 - stable/9/usr.bin/find

2014-10-10 Thread Ed Maste
Author: emaste Date: Sat Oct 11 01:00:37 2014 New Revision: 272923 URL: https://svnweb.freebsd.org/changeset/base/272923 Log: MFC r272762: Correct scale factor for T terabyte suffix PR: 194250 Modified: stable/9/usr.bin/find/function.c Directory Properties:

svn commit: r272924 - stable/8/usr.bin/find

2014-10-10 Thread Ed Maste
Author: emaste Date: Sat Oct 11 01:01:18 2014 New Revision: 272924 URL: https://svnweb.freebsd.org/changeset/base/272924 Log: MFC r272762: Correct scale factor for T terabyte suffix PR: 194250 Modified: stable/8/usr.bin/find/function.c Directory Properties:

svn commit: r272975 - releng/10.1/usr.bin/find

2014-10-11 Thread Ed Maste
Author: emaste Date: Sun Oct 12 00:34:18 2014 New Revision: 272975 URL: https://svnweb.freebsd.org/changeset/base/272975 Log: MFS r272922: Correct scale factor for T terabyte suffix PR: 194250 Approved by: re Modified: releng/10.1/usr.bin/find/function.c Directory

Re: svn commit: r272906 - in head/sys: conf libkern netpfil/pf sys

2014-10-14 Thread Ed Maste
On 14 October 2014 23:04, Gleb Smirnoff gleb...@freebsd.org wrote: Look at results at the end of email. Guess what -j and -m mean. I want either proving me doing the test wrong, or backing the change out ASAP. It looks like there is indeed an error in the test: h =

Re: svn commit: r272906 - in head/sys: conf libkern netpfil/pf sys

2014-10-15 Thread Ed Maste
On 15 October 2014 05:21, Dag-Erling Smørgrav d...@des.no wrote: That's my fault, and I'm going to change it, because it's illogical. The function works on aligned arrays of int32s and should take a count, not a size. I just didn't want to delay the patch even further. The fact that it works

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

2014-10-16 Thread Ed Maste
Author: emaste Date: Thu Oct 16 18:49:50 2014 New Revision: 273178 URL: https://svnweb.freebsd.org/changeset/base/273178 Log: Update vt(4) for UEFI defaults and special keys vt(4) is the default console for UEFI boot [1], and the bitmapped kern.vt.spclkeys sysctl has been replaced with

svn commit: r273218 - head/share/man/man8

2014-10-17 Thread Ed Maste
root file system on ZFS configuration. +.Sh SEE ALSO +.Xr vt 4 , +.Xr msdosfs 5 , +.Xr boot 8 , +.Xr gpart 8 +.Sh HISTORY +.Nm +boot support first appeared in +.Fx 10.1 . +.Sh AUTHORS +.An -nosplit +.Nm +boot support was developed by +.An Benno Rice Aq Mt be...@freebsd.org , +.An Ed Maste Aq Mt ema

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

2014-10-17 Thread Ed Maste
Author: emaste Date: Fri Oct 17 13:55:45 2014 New Revision: 273219 URL: https://svnweb.freebsd.org/changeset/base/273219 Log: Do nothing in vt_upgrade if there is no vt driver Previously, if no drivers attached at boot we would panic with vtbuf_fill_locked begin.tp_row 0 must be screen

svn commit: r273232 - in stable/10/contrib/binutils/bfd: . po

2014-10-17 Thread Ed Maste
Author: emaste Date: Fri Oct 17 16:23:36 2014 New Revision: 273232 URL: https://svnweb.freebsd.org/changeset/base/273232 Log: MFC r257302 by rea: binutils/bfd: fix printf-like format strings for bfd * arguments There is a special format argument '%B' that directly handles values

svn commit: r273233 - in releng/10.1/contrib/binutils/bfd: . po

2014-10-17 Thread Ed Maste
Author: emaste Date: Fri Oct 17 16:32:27 2014 New Revision: 273233 URL: https://svnweb.freebsd.org/changeset/base/273233 Log: MFS10 r273232 (HEAD r257302 by rea): binutils/bfd: fix printf-like format strings for bfd * arguments There is a special format argument '%B' that directly

svn commit: r273235 - head/share/man/man8

2014-10-17 Thread Ed Maste
Author: emaste Date: Fri Oct 17 18:16:40 2014 New Revision: 273235 URL: https://svnweb.freebsd.org/changeset/base/273235 Log: Fix UEFI manpage whitespace and minor issues Submitted by: wblock MFC after:4 days Differential Revision: https://reviews.freebsd.org/D959 Modified:

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

2014-10-19 Thread Ed Maste
Author: emaste Date: Mon Oct 20 00:22:08 2014 New Revision: 273294 URL: https://svnweb.freebsd.org/changeset/base/273294 Log: MFC r273178: Update vt(4) for UEFI defaults and special keys vt(4) is the default console for UEFI boot [1], and the bitmapped kern.vt.spclkeys sysctl has

svn commit: r273296 - stable/10/sys/dev/vt

2014-10-19 Thread Ed Maste
Author: emaste Date: Mon Oct 20 01:01:55 2014 New Revision: 273296 URL: https://svnweb.freebsd.org/changeset/base/273296 Log: MFC r273219: Do nothing in vt_upgrade if there is no vt driver Previously, if no drivers attached at boot we would panic with vtbuf_fill_locked begin.tp_row 0

svn commit: r273297 - releng/10.1/share/man/man4

2014-10-19 Thread Ed Maste
Author: emaste Date: Mon Oct 20 01:45:40 2014 New Revision: 273297 URL: https://svnweb.freebsd.org/changeset/base/273297 Log: MFS10 r273294 (r273178 in HEAD): Update vt(4) for UEFI defaults and special keys vt(4) is the default console for UEFI boot [1], and the bitmapped

svn commit: r273300 - releng/10.1/sys/dev/vt

2014-10-19 Thread Ed Maste
Author: emaste Date: Mon Oct 20 03:17:48 2014 New Revision: 273300 URL: https://svnweb.freebsd.org/changeset/base/273300 Log: MFS10 r273296 (r273219 in HEAD): Do nothing in vt_upgrade if there is no vt driver Previously, if no drivers attached at boot we would panic with

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

2014-10-20 Thread Ed Maste
Author: emaste Date: Mon Oct 20 14:48:20 2014 New Revision: 273332 URL: https://svnweb.freebsd.org/changeset/base/273332 Log: Add vtfontcvt(8) cross-reference to vt(4) man page Reported by: beeess...@ruggedinbox.com MFC after:3 days Modified: head/share/man/man4/vt.4 Modified:

svn commit: r273385 - stable/10/share/man/man8

2014-10-21 Thread Ed Maste
Author: emaste Date: Tue Oct 21 14:47:26 2014 New Revision: 273385 URL: https://svnweb.freebsd.org/changeset/base/273385 Log: Add basic UEFI boot procedure manpage MFC of r273218 and r273235. Added: stable/10/share/man/man8/uefi.8 - copied, changed from r273218,

svn commit: r273386 - releng/10.1/share/man/man8

2014-10-21 Thread Ed Maste
kernel (optional) +.El +.Sh SEE ALSO +.Xr vt 4 , +.Xr msdosfs 5 , +.Xr boot 8 , +.Xr gpart 8 +.Sh HISTORY +.Nm +boot support first appeared in +.Fx 10.1 . +.Sh AUTHORS +.An -nosplit +.Nm +boot support was developed by +.An Benno Rice Aq Mt be...@freebsd.org , +.An Ed Maste Aq Mt ema...@freebsd.org

svn commit: r273420 - head/share/man/man5

2014-10-21 Thread Ed Maste
Author: emaste Date: Tue Oct 21 20:41:19 2014 New Revision: 273420 URL: https://svnweb.freebsd.org/changeset/base/273420 Log: Regenerate after r273418 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

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

2014-10-21 Thread Ed Maste
Author: emaste Date: Tue Oct 21 20:44:33 2014 New Revision: 273421 URL: https://svnweb.freebsd.org/changeset/base/273421 Log: Fix typo in src option description Modified: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT Modified: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT

Re: svn commit: r273481 - head/sys/fs/nfsclient

2014-10-22 Thread Ed Maste
On 22 October 2014 16:47, Rick Macklem rmack...@freebsd.org wrote: Author: rmacklem Date: Wed Oct 22 20:47:11 2014 New Revision: 273481 URL: https://svnweb.freebsd.org/changeset/base/273481 Log: Clip the settings for the NFS rsize, wsize mount options to a power of 2. For what it's

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

2014-10-22 Thread Ed Maste
Author: emaste Date: Thu Oct 23 02:18:23 2014 New Revision: 273511 URL: https://svnweb.freebsd.org/changeset/base/273511 Log: Add vtfontcvt(8) cross-reference to vt(4) man page MFC of r273332 Modified: stable/10/share/man/man4/vt.4 Directory Properties: stable/10/ (props changed)

svn commit: r273780 - in head: . etc/mtree

2014-10-28 Thread Ed Maste
Author: emaste Date: Tue Oct 28 14:48:52 2014 New Revision: 273780 URL: https://svnweb.freebsd.org/changeset/base/273780 Log: Add missing /usr/lib/debug directories Directories for /usr/lib{,32}/{i18n,private} were missing from the mtree file, which caused installworld to install the

svn commit: r274344 - in stable/10: . etc/mtree

2014-11-10 Thread Ed Maste
Author: emaste Date: Mon Nov 10 14:26:56 2014 New Revision: 274344 URL: https://svnweb.freebsd.org/changeset/base/274344 Log: Add missing /usr/lib/debug directories Directories for /usr/lib{,32}/{i18n,private} were missing from the mtree file, which caused installworld to install the

<    3   4   5   6   7   8   9   10   11   12   >