]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/log
FreeBSD/stable/10.git
9 years agoMFC r277676:
ngie [Fri, 13 Feb 2015 21:19:54 +0000 (21:19 +0000)]
MFC r277676:

r277676:

  Add MK_TALK knob for building the talk and talkd

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@278710 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r271025, r271029, r271030 (by sbruno):
dim [Fri, 13 Feb 2015 21:19:02 +0000 (21:19 +0000)]
MFC r271025, r271029, r271030 (by sbruno):

MFV:  Only emit movw on ARMv6T2

Building for the FreeBSD default target ARMv6 was emitting movw ASM on certain
test cases (found building qmake4/5 for ARM).  Don't do that, moreover, the AS
in base doesn't understand this instruction for this target.  One would need
to use --integrated-as to get this to build if desired.

http://llvm.org/viewvc/llvm-project?view=revision&revision=216989

Submitted by: ian
Reviewed by: dim
Obtained from: llvm.org

git-svn-id: svn://svn.freebsd.org/base/stable/10@278709 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277355: For armv6 builds, add -mfloat-abi=softfp.
ian [Fri, 13 Feb 2015 20:49:49 +0000 (20:49 +0000)]
MFC r277355:  For armv6 builds, add -mfloat-abi=softfp.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278705 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277306, r277307, r277346:
ian [Fri, 13 Feb 2015 20:38:39 +0000 (20:38 +0000)]
MFC r277306, r277307, r277346:

  Add defines for SDHCI 3.0 controllers.

  Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT.

  Save the command-and-flags value into shadow register when it is written.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278703 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277305: Minor cleanups, comment changes.
ian [Fri, 13 Feb 2015 20:23:06 +0000 (20:23 +0000)]
MFC r277305:  Minor cleanups, comment changes.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278702 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277265: Enable the snoop control unit during MP startup
ian [Fri, 13 Feb 2015 20:21:13 +0000 (20:21 +0000)]
MFC r277265: Enable the snoop control unit during MP startup

git-svn-id: svn://svn.freebsd.org/base/stable/10@278701 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277037: Enable ALT_BREAK_TO_DEBUGGER for rpi.
ian [Fri, 13 Feb 2015 20:18:29 +0000 (20:18 +0000)]
MFC r277037: Enable ALT_BREAK_TO_DEBUGGER for rpi.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278700 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276003:
ian [Fri, 13 Feb 2015 20:15:10 +0000 (20:15 +0000)]
MFC r276003:

  Start to clean up the armv6 kernel configs by reducing the diff between
  them in the first sections and the later FDT support.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278699 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r263245, r269233, r267101, r275961: Config style cleanups.
ian [Fri, 13 Feb 2015 20:05:37 +0000 (20:05 +0000)]
MFC r263245, r269233, r267101, r275961: Config style cleanups.

Some of these are effectively record-only merges, because the actual
merge happened during conflict resolution of some prior merge.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278698 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r271220:
ian [Fri, 13 Feb 2015 19:52:16 +0000 (19:52 +0000)]
MFC r271220:

  Create a common i.MX53 config and use it with the two existing i.MX53 boards.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278696 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC 272315 272757 274091 274902
sbruno [Fri, 13 Feb 2015 19:06:22 +0000 (19:06 +0000)]
MFC 272315 272757 274091 274902

for real this time

r272315
Explicitly return None for negative event indices.  Prior to this,
eventat(-1) would return the next-to-last event causing the back button
to cycle back to the end of an event source instead of stopping at the
start.

r272757
Add schedgraph traces for callout handlers.  Specifically, a callwheel logs
a running event each time it executes a callout function.  The event
includes the function pointer, argument, and whether or not it was run from
hardware interrupt context.  The callwheel is marked idle when each handler
completes.  This effectively logs the duration of each callout routine in
the graph.

r274091
Bind Ctrl-Q as a global hotkey to exit.  Bind Ctrl-W as a hotkey to close
dialogs.

r274902
Add a new thread state "spinning" to schedgraph and add tracepoints at the
start and stop of spinning waits in lock primitives.

Reviewed by: jhb

git-svn-id: svn://svn.freebsd.org/base/stable/10@278694 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoRevert r278650. Definite layer 8 bug.
sbruno [Fri, 13 Feb 2015 18:45:44 +0000 (18:45 +0000)]
Revert r278650.  Definite layer 8 bug.

Submitted by: dhw and Thomas Mueller <tmueller@sysgo.com>

git-svn-id: svn://svn.freebsd.org/base/stable/10@278693 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r275962: Clean up style of CUBIEBOARD2 config.
ian [Fri, 13 Feb 2015 18:37:22 +0000 (18:37 +0000)]
MFC r275962: Clean up style of CUBIEBOARD2 config.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278692 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277028, r277038:
ian [Fri, 13 Feb 2015 18:16:08 +0000 (18:16 +0000)]
MFC r277028, r277038:

 Check for and handle failures of bus_dmamap_load().
 Handle dma mappings with more than one segment for rpi sdhci.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278689 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277027:
ian [Fri, 13 Feb 2015 18:13:42 +0000 (18:13 +0000)]
MFC r277027:
  Handle the possibility that SDHCI_PLATFORM_START_TRANSFER() can fail.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278688 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277026: Rate-limit error logging to 5 lines per second.
ian [Fri, 13 Feb 2015 18:12:30 +0000 (18:12 +0000)]
MFC r277026:  Rate-limit error logging to 5 lines per second.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278687 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277025: Fix an off-by-one in ppsratecheck().
ian [Fri, 13 Feb 2015 18:10:06 +0000 (18:10 +0000)]
MFC r277025: Fix an off-by-one in ppsratecheck().

git-svn-id: svn://svn.freebsd.org/base/stable/10@278686 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276985:
ian [Fri, 13 Feb 2015 18:03:50 +0000 (18:03 +0000)]
MFC r276985:

  Store the shadow command/mode register in the softc, not a local static var.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278685 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276803, r276808:
ian [Fri, 13 Feb 2015 17:53:11 +0000 (17:53 +0000)]
MFC r276803, r276808:

  Add accessors for the ARM CP15 performance monitor registers.
  Move the inclusion of cpu-v6.h inside the #ifdef _KERNEL block.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278684 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r267719:
ian [Fri, 13 Feb 2015 17:36:41 +0000 (17:36 +0000)]
MFC r267719:

  Remove the incomplete Tegra 2 code, nobody was maintaining it. The AC100
  never booted to single user mode.  (And now it is blocking the ability
  to MFC other changes since it is gone from -current and hasn't kept up
  with the other changes).

git-svn-id: svn://svn.freebsd.org/base/stable/10@278683 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r266083, r267597:
ian [Fri, 13 Feb 2015 16:21:36 +0000 (16:21 +0000)]
MFC r266083, r267597:

  Give suitably-endowed ARMs a register similar to the x86 TSC register.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278680 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276666:
ian [Fri, 13 Feb 2015 16:08:45 +0000 (16:08 +0000)]
MFC r276666:

  Eliminate uninitialized variable warnings in kernel and module builds when
  building with gcc 4.2

git-svn-id: svn://svn.freebsd.org/base/stable/10@278679 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276645:
ian [Fri, 13 Feb 2015 15:41:28 +0000 (15:41 +0000)]
MFC r276645:

  Don't allow clang to use fpu instructions or registers in kernel modules.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278678 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276642, r276644:
ian [Fri, 13 Feb 2015 15:32:31 +0000 (15:32 +0000)]
MFC r276642, r276644:

  Remove commented-out options SMP and APIC_IO from old arm boards that will
  never be able to support smp.

  Switch all arm kernels with option SMP to use SCHED_ULE instead of 4BSD.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278677 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r266647, r270912, r273089:
ian [Fri, 13 Feb 2015 15:27:46 +0000 (15:27 +0000)]
MFC r266647, r270912, r273089:

  Reduce the diff between the PandaBoard and BeableBone kernel configs

  Resync comments about scbus and pass for life after AHCI joined CAM.

  Uncomment general options from the Pandaboard config. These are in other
  configs and there is no reason for them not to be here.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278676 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276632: Create a custom /boot/defaults/loader.conf for ARM.
ian [Fri, 13 Feb 2015 15:16:55 +0000 (15:16 +0000)]
MFC r276632:  Create a custom /boot/defaults/loader.conf for ARM.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278675 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278313:
kib [Fri, 13 Feb 2015 08:42:01 +0000 (08:42 +0000)]
MFC r278313:
Fully initialize allocated memory for the new barrier.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278668 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277922:
kib [Fri, 13 Feb 2015 08:40:10 +0000 (08:40 +0000)]
MFC r277922:
When mounting SU-enabled mount point, wait until the softdep_flush()
thread started and incremented the stat_flush_threads.

MFC r278257:
Partially revert r277922.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278667 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278503:
hselasky [Fri, 13 Feb 2015 07:51:15 +0000 (07:51 +0000)]
MFC r278503:
Revert r274918 and make a better solution. Poll the synchronisation
endpoint less frequently to make the sample rate adjustment more
accurate. This should resolve problems with the DN32-USB module for
Midas audio systems and possibly other similar products from Klark
Teknik.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278663 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278477:
hselasky [Fri, 13 Feb 2015 07:48:54 +0000 (07:48 +0000)]
MFC r278477:
Fix DMA address casts.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278662 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278302:
rpaulo [Fri, 13 Feb 2015 04:50:39 +0000 (04:50 +0000)]
MFC r278302:
 Don't add static IPv6 routes when to all FIBs when
 net.add_addr_allfibs is 0.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278659 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272356, r275639, r276638:
ian [Fri, 13 Feb 2015 02:02:12 +0000 (02:02 +0000)]
MFC  r272356, r275639, r276638:

  Split syscall handling out to a separate file.

  Include sys/kernel.h to pick up the definition of hz in syscall.c

  Add a new trap-v6.c which has support for all armv7 exceptions.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278656 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276525, r276596:
ian [Fri, 13 Feb 2015 00:49:47 +0000 (00:49 +0000)]
MFC r276525, r276596:

  Put in a workaround for bug 196407 (arm modules cause crashes & panics).
  (Don't allow movw/movt insn in modules.)

  Fix alignment directives in arm asm code after clang 3.5 import.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278652 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278526:
gjb [Fri, 13 Feb 2015 00:41:03 +0000 (00:41 +0000)]
MFC r278526:
  Fix a rendering issue in the nullfs(5) manual page.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@278651 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC 272315 272757 274091 274902
sbruno [Fri, 13 Feb 2015 00:29:57 +0000 (00:29 +0000)]
MFC 272315 272757 274091 274902

r272315
Explicitly return None for negative event indices.  Prior to this,
eventat(-1) would return the next-to-last event causing the back button
to cycle back to the end of an event source instead of stopping at the
start.

r272757
Add schedgraph traces for callout handlers.  Specifically, a callwheel logs
a running event each time it executes a callout function.  The event
includes the function pointer, argument, and whether or not it was run from
hardware interrupt context.  The callwheel is marked idle when each handler
completes.  This effectively logs the duration of each callout routine in
the graph.

r274091
Bind Ctrl-Q as a global hotkey to exit.  Bind Ctrl-W as a hotkey to close
dialogs.

r274902
Add a new thread state "spinning" to schedgraph and add tracepoints at the
start and stop of spinning waits in lock primitives.

Reviewed by: jhb

git-svn-id: svn://svn.freebsd.org/base/stable/10@278650 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276519:
ian [Fri, 13 Feb 2015 00:17:22 +0000 (00:17 +0000)]
MFC r276519:

  Define a WFI macro that expands to the right form of wait-for-interrupt
  depending on the architecture.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278648 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276518: Rework vfp code so it will compile on clang 3.4 and 3.5.
ian [Fri, 13 Feb 2015 00:15:13 +0000 (00:15 +0000)]
MFC r276518:  Rework vfp code so it will compile on clang 3.4 and 3.5.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278646 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276444, r276445, r276470:
ian [Fri, 13 Feb 2015 00:12:21 +0000 (00:12 +0000)]
MFC r276444, r276445, r276470:

 Fix a paste-o in dcache_inv_pou_all().

 Change the order of operations for the initial cache setup.

 A couple small fixes to make clang 3.5 happy... Move END(sigcode)
 and other misplace ENTRY/END macros.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278645 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276394, r276397:
ian [Fri, 13 Feb 2015 00:06:07 +0000 (00:06 +0000)]
MFC r276394, r276397:

  Add armv6 implementations of the startup-time cache maintenence functions.

  Create a new locore.S that includes locore-v4 or locore-v6 as needed.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278643 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276395, r276396: Rename locore.S to locore-v4.S and add a new locore-v6.S.
ian [Thu, 12 Feb 2015 21:20:28 +0000 (21:20 +0000)]
MFC r276395, r276396: Rename locore.S to locore-v4.S and add a new locore-v6.S.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278639 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276306: Use proper markup for quotes.
ian [Thu, 12 Feb 2015 21:15:28 +0000 (21:15 +0000)]
MFC r276306:  Use proper markup for quotes.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278637 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276247, r276333, r276334, r276335, r276336, r276340, r276350:
ian [Thu, 12 Feb 2015 21:10:24 +0000 (21:10 +0000)]
MFC r276247, r276333, r276334, r276335, r276336, r276340, r276350:

  Include acle-compat.h directly rather than getting it via sysreg.h.

  Add new code to read and parse cpu identification data using the new CPUID
  mechanism defined for armv7.

  Add new TLB and cache maintainence functions for armv6 and armv7.

  Eliminate an unused macro whose name clashes now with a function in the
  new cpu-v6.h

  Add cache maintenance functions which will be used by startup code to
  initially set up the MMU.

  Fix a "decl is not a prototype" error noticed by gcc (but not clang).

  Update comments (r4 is not used anywhere), use non-profiling entry macros.

  Add arm option ARM_NEW_PMAP, to allow us to begin adding the new pmap
  code alongside the existing implementation

  Add armv6 implementations of cache operations to avoid duplication

git-svn-id: svn://svn.freebsd.org/base/stable/10@278635 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272209, r272300, r276212, r276213:
ian [Thu, 12 Feb 2015 19:45:07 +0000 (19:45 +0000)]
MFC r272209, r272300, r276212, r276213:

  Add machine/sysreg.h to simplify accessing the system control coprocessor
  registers and use it in the ARMv7 CPU functions.

  Add macros for asm barrier instructions with arch-specific implementations.

  Define only the CP15 register operations that are valid for the architecture.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278631 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276206:
ian [Thu, 12 Feb 2015 19:35:46 +0000 (19:35 +0000)]
MFC r276206:

  For data and instruction prefetch aborts, call the same handler in the C
  code, passing a 0/1 flag that indicates which type of abort it was.  This
  sets the stage for unifying the handling of page faults in a single routine.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278630 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276196, r276197, r276198, r276202, r276203, r276204:
ian [Thu, 12 Feb 2015 19:32:07 +0000 (19:32 +0000)]
MFC r276196, r276197, r276198, r276202, r276203, r276204:

  Change the style of the DO_AST macro to match the others

  Remove _PROF_PROLOGUE from the EENTRY() macros.

  Stylish changes... put tabs where they need to be in macros, move lines
  around so that related things are more grouped together, rewrite comments.

  Fix the GLOBAL macro so it works (upper vs lowercase X), use it in _EENTRY.

  Create 'L' variants of all the ENTRY macros for file-static/local symbols.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278629 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC 277710:
jhb [Thu, 12 Feb 2015 17:58:02 +0000 (17:58 +0000)]
MFC 277710:
Pass a valid Dx state variable to PCIB_POWER_FOR_SLEEP() in pcib_resume()
instead of NULL.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278628 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276191: Display correct value for cache level-of-coherency (needs +1).
ian [Thu, 12 Feb 2015 17:01:54 +0000 (17:01 +0000)]
MFC r276191:  Display correct value for cache level-of-coherency (needs +1).

git-svn-id: svn://svn.freebsd.org/base/stable/10@278626 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278268:
ae [Thu, 12 Feb 2015 11:10:07 +0000 (11:10 +0000)]
MFC r278268:
  Print IPv6 address in log message instead of address of pointer.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278620 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278004:
dim [Thu, 12 Feb 2015 07:21:22 +0000 (07:21 +0000)]
MFC r278004:

Constify a number of accesses in drm2's radeon drivers to avoid
-Wcast-qual warnings.  No functional change.

Reviewed by: dumbbell
Differential Revision: https://reviews.freebsd.org/D1727

MFC r278438:

After r278004 was committed, Bruce Evans noted that the casts were
actually completely unnecessary, here:

https://lists.freebsd.org/pipermail/svn-src-all/2015-February/098478.html

Remove the casts, and just assign &xxx_io_mc_regs[0][0] directly.

Reviewed by: dumbbell
Differential Revision: https://reviews.freebsd.org/D1748

git-svn-id: svn://svn.freebsd.org/base/stable/10@278617 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276187, r276190, r271422:
ian [Thu, 12 Feb 2015 04:15:55 +0000 (04:15 +0000)]
MFC r276187, r276190, r271422:

  Rename pmap_kenter_temp to pmap_kenter_temporary to be consistent with the
  other architectures with this function.

  Eliminate unnecessary references to pte.h internals by using the standard
  pmap_kenter_temporary() to map pages while dumping.

  Cleanup up ARM *frame structures.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278614 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r271394, r271398:
ian [Thu, 12 Feb 2015 03:50:33 +0000 (03:50 +0000)]
MFC r271394, r271398:

  Add more register values to armreg.h and remove CPU_CONTROL_32BP_ENABLE
  from asm.h as they were already defined in armreg.h.

  Unify interrupts bit definition and usage. While here remove PSR_C_bit.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278613 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272519:
ian [Thu, 12 Feb 2015 03:16:57 +0000 (03:16 +0000)]
MFC r272519:

  Add movw and movt relocations to the list of relocations against function
  names that must not be adjusted.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278612 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276162: Don't assume required FDT properties are present.
ian [Thu, 12 Feb 2015 00:35:58 +0000 (00:35 +0000)]
MFC r276162:  Don't assume required FDT properties are present.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278609 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r275779, r275963, r276101, r276161, r276297:
ian [Thu, 12 Feb 2015 00:25:33 +0000 (00:25 +0000)]
MFC r275779, r275963, r276101, r276161, r276297:

  Move ofw_cpu.c to sys/dev/ofw so that it can be used by other
  architectures.

  Add driver for CPU frequency/voltage control on the Raspberry Pi.

  On initialization, do not use bcm_mbox_intr() to read the pending messages.
  This fixes the hang that happens on boot while initializing the cpufreq on
  Raspberry Pi.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278608 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276145: Convert lingering NO_FORTH conditionals to test MK_FORTH.
ian [Wed, 11 Feb 2015 23:05:58 +0000 (23:05 +0000)]
MFC r276145:  Convert lingering NO_FORTH conditionals to test MK_FORTH.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278604 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276079, r276087:
ian [Wed, 11 Feb 2015 22:55:24 +0000 (22:55 +0000)]
MFC r276079, r276087:

  Add a divisor parameter to twiddle() so that callers can request that
  output only happen on every Nth call.

  Add a new loader(8) variable, twiddle_divisor, allowing control over the
  output frequency of the "twiddle" IO progress indicator.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278602 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276047: Add -march=armv7a to the kernel compile for all v7a ARM systems.
ian [Wed, 11 Feb 2015 22:47:48 +0000 (22:47 +0000)]
MFC r276047: Add -march=armv7a to the kernel compile for all v7a ARM systems.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278601 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r266943, r266950, r267390:
ian [Wed, 11 Feb 2015 22:35:32 +0000 (22:35 +0000)]
MFC r266943, r266950, r267390:

  Add support for Exynos 5420 Octa - 8-core (big.LITTLE) ARM machine
  Enable SMP for both Exynos5 models we support.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278599 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoRemove etc/rc.d/accounting from FILES
ngie [Wed, 11 Feb 2015 09:16:51 +0000 (09:16 +0000)]
Remove etc/rc.d/accounting from FILES

git-svn-id: svn://svn.freebsd.org/base/stable/10@278575 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277736:
ngie [Wed, 11 Feb 2015 09:16:17 +0000 (09:16 +0000)]
MFC r277736:

r277736:

  Honor MK_ACCT with etc/rc.d/accounting

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@278574 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278209:
kib [Wed, 11 Feb 2015 09:12:10 +0000 (09:12 +0000)]
MFC r278209:
Add ddb command 'show clocksource'.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278573 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277828:
kib [Wed, 11 Feb 2015 09:02:21 +0000 (09:02 +0000)]
MFC r277828:
Update mtime for tmpfs files modified through memory mapping.

MFC r277969:
Update both ctime and mtime for writes to tmpfs files.

MFC r277972:
Remove single-use boolean.

MFC r278151:
Remove duplicated assignment.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278571 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277741:
ngie [Wed, 11 Feb 2015 09:00:22 +0000 (09:00 +0000)]
MFC r277741:

r277741:

  Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slave

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@278570 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278182:
ngie [Wed, 11 Feb 2015 08:52:29 +0000 (08:52 +0000)]
MFC r278182:

r278182:

  Conditionalize building radius support into libpam, ppp, etc via
  MK_RADIUS_SUPPORT

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@278569 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r278173
bapt [Wed, 11 Feb 2015 08:20:07 +0000 (08:20 +0000)]
MFC: r278173
Test the return of fetchParseURL(3)

CID: 1125811

git-svn-id: svn://svn.freebsd.org/base/stable/10@278564 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r278172
bapt [Wed, 11 Feb 2015 08:07:32 +0000 (08:07 +0000)]
MFC: r278172

  Plug resources leak

  CID:          1125813
  CID:          1125807
  CID:          1125808

git-svn-id: svn://svn.freebsd.org/base/stable/10@278563 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoRegen src.conf(5)
ngie [Wed, 11 Feb 2015 07:53:02 +0000 (07:53 +0000)]
Regen src.conf(5)

git-svn-id: svn://svn.freebsd.org/base/stable/10@278562 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r264515:
ngie [Wed, 11 Feb 2015 07:38:07 +0000 (07:38 +0000)]
MFC r264515:

r264515 (by imp):

  Document WITHOUT_GPL_DTC too.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278559 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277728:
ngie [Wed, 11 Feb 2015 07:30:20 +0000 (07:30 +0000)]
MFC r277728:

r277728:

  Add MK_AUTOFS knob for building and installing autofs(4), et al

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@278558 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277727:
ngie [Wed, 11 Feb 2015 07:21:16 +0000 (07:21 +0000)]
MFC r277727:

r277727:

  Add MK_BHYVE knob for building and installing bhyve(4), et al

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@278557 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277725:
ngie [Wed, 11 Feb 2015 07:12:00 +0000 (07:12 +0000)]
MFC r277725:

r277725:

  Add MK_HAST knob for building and installing hastd(8), et al

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@278556 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277675,r277726,r278070:
ngie [Wed, 11 Feb 2015 07:08:32 +0000 (07:08 +0000)]
MFC r277675,r277726,r278070:

r277675:

  Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel
  modules, etc

  Sponsored by: EMC / Isilon Storage Division

r277726:

  Build sbin/iscontrol again if MK_ISCSI != no

  Pointyhat to: me

r278070:

  Remove duplicate MK_ISCSI block and sort the conditional blocks so this error
  won't crop up again in the future

  Reported by: gjb

git-svn-id: svn://svn.freebsd.org/base/stable/10@278555 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277663:
ngie [Wed, 11 Feb 2015 06:57:20 +0000 (06:57 +0000)]
MFC r277663:

r277663:

  Add MK_EE knob to control installing edit, ee, etc

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@278554 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277854:
cy [Wed, 11 Feb 2015 02:43:58 +0000 (02:43 +0000)]
MFC r277854:

ipfilter 5.1.2 (vs 4.1.28 in previous releases of FreeBSD) stores IPv4
and IPv6 rules in a single table. ipf -6 -Fa will flush the whole table,
including IPv4 rules. This patch removes the redundant ipf -I -6 -Fa
statement.

PR: 188318

git-svn-id: svn://svn.freebsd.org/base/stable/10@278550 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r276469
marius [Tue, 10 Feb 2015 21:44:28 +0000 (21:44 +0000)]
MFC: r276469

- Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device ID
  to change to 0xe822, which may be persistent across reboots and, thus,
  confuse other OSes. Therefore, restore the original mode and frequency
  setting on detach and shutdown.
- Report Ricoh R5CE822 as such.
- According to Linux, Ricoh R5CE822 also need SDHCI_QUIRK_LOWER_FREQUENCY.
- Nuke an unused softc member.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278535 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC 277709:
jhb [Tue, 10 Feb 2015 21:41:56 +0000 (21:41 +0000)]
MFC 277709:
Use an sbuf to generate the output of the net.inet.tcp.hostcache.list
sysctl to avoid a possible buffer overflow if the cache grows while the
text is being generated.

PR: 172675

git-svn-id: svn://svn.freebsd.org/base/stable/10@278534 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r273050
marius [Tue, 10 Feb 2015 21:40:31 +0000 (21:40 +0000)]
MFC: r273050

class, subclass and progif were never used, so don't bother setting
them.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278533 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC 273800:
jhb [Tue, 10 Feb 2015 16:34:42 +0000 (16:34 +0000)]
MFC 273800:
Rework virtual machine hypervisor detection.
- Move the existing code to x86/x86/identcpu.c since it is x86-specific.
- If the CPUID2_HV flag is set, assume a hypervisor is present and query
  the 0x40000000 leaf to determine the hypervisor vendor ID.  Export the
  vendor ID and the highest supported hypervisor CPUID leaf via
  hv_vendor[] and hv_high variables, respectively.  The hv_vendor[]
  array is also exported via the hw.hv_vendor sysctl.
- Merge the VMWare detection code from tsc.c into the new probe in
  identcpu.c.  Add a VM_GUEST_VMWARE to identify vmware and use that in
  the TSC code to identify VMWare.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278522 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278105:
hselasky [Tue, 10 Feb 2015 13:45:55 +0000 (13:45 +0000)]
MFC r278105:
Separate out detection of prevent and allow medium removal quirk.

PR: 185747

git-svn-id: svn://svn.freebsd.org/base/stable/10@278515 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoAppend to the MFC of r278103 that we also pass along the M_FLOWID flag.
hselasky [Tue, 10 Feb 2015 13:43:23 +0000 (13:43 +0000)]
Append to the MFC of r278103 that we also pass along the M_FLOWID flag.

Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@278514 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278103:
hselasky [Tue, 10 Feb 2015 13:29:44 +0000 (13:29 +0000)]
MFC r278103:
The flowid and hashtype should be copied from the originating packet
when fragmenting IP packets to preserve the order of the packets in a
stream. Else the resulting fragments can be sent out of order when the
hardware supports multiple transmit rings.

Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@278511 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278074:
hselasky [Tue, 10 Feb 2015 13:25:29 +0000 (13:25 +0000)]
MFC r278074:
Optimise allocation of USB DMA structures. By default don't double map
allocations if only one element should be allocated per page
cache. Make one allocation per element compile time configurable. Fix
a comment while at it.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278510 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278071:
hselasky [Tue, 10 Feb 2015 13:16:53 +0000 (13:16 +0000)]
MFC r278071:
Section 3.2.9 in the XHCI specification about control transfers says
that we should use a normal-TRB if there are more TRBs extending the
data-stage TRB. Add a dedicated state bit to the internal USB transfer
flags to handle this case.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278507 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278348:
dim [Tue, 10 Feb 2015 07:35:16 +0000 (07:35 +0000)]
MFC r278348:

Fix a number of -Wcast-qual warnings in ath's ar9300_attach.c, by making
the ia_array field of struct ar9300_ini_array const, and removing the
const-dropping casts.  No functional change.

Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D1725

git-svn-id: svn://svn.freebsd.org/base/stable/10@278496 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278323:
jamie [Tue, 10 Feb 2015 01:05:51 +0000 (01:05 +0000)]
MFC r278323:

  Add mount.procfs jail parameter, so procfs can be mounted when a prison's
  root is in its fstab.

  Also fix a typo while I'm at it.

PR: 197237 197066

git-svn-id: svn://svn.freebsd.org/base/stable/10@278484 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoWhen upgrading, install the ELF runtime linkers before libraries.
brooks [Mon, 9 Feb 2015 09:22:47 +0000 (09:22 +0000)]
When upgrading, install the ELF runtime linkers before libraries.

This is required to prevent problems with nss modules that use libthr when
upgrading from releases prior to 10.1.

PR: 197366
Differential Revision: D1790
Reviewed by: cperciva
Sponsored by: DARPA, AFRL

git-svn-id: svn://svn.freebsd.org/base/stable/10@278443 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278111: Retry indefinitely on SCSI BUSY status from VMware disks and CDs.
mav [Mon, 9 Feb 2015 09:10:46 +0000 (09:10 +0000)]
MFC r278111: Retry indefinitely on SCSI BUSY status from VMware disks and CDs.

VMware returns BUSY status when storage has transient connectivity issues.
It is often better to wait and let VM admin fix the problem then crash.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278440 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278098, r278099: Add some fields and constants from RFC7144.
mav [Mon, 9 Feb 2015 09:08:55 +0000 (09:08 +0000)]
MFC r278098, r278099: Add some fields and constants from RFC7144.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278439 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278297:
dim [Mon, 9 Feb 2015 07:52:45 +0000 (07:52 +0000)]
MFC r278297:

Fix two clang 3.6.0 warnings in usr.sbin/syslogd:

usr.sbin/syslogd/syslogd.c:1023:10: error: address of array 'f->f_prevline' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
    f->f_prevline && !strcmp(msg, f->f_prevline) &&
    ~~~^~~~~~~~~~
usr.sbin/syslogd/syslogd.c:1178:16: error: address of array 'f->f_prevline' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
} else if (f->f_prevline) {
       ~~  ~~~^~~~~~~~~~

In both cases, the f_prevline field of struct filed is a char array, so
it can never be null.  Remove the checks.

Reviewed by: jilles
Differential Revision: https://reviews.freebsd.org/D1716

git-svn-id: svn://svn.freebsd.org/base/stable/10@278437 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278222:
dim [Mon, 9 Feb 2015 07:49:41 +0000 (07:49 +0000)]
MFC r278222:

Mark typedefs for manually implementing _Static_assert() as unused, so
they won't show up unecessarily for -Wunused-local-typedefs.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278436 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277953:
dim [Mon, 9 Feb 2015 07:45:46 +0000 (07:45 +0000)]
MFC r277953:

Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST.  No
functional change.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278435 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r277958, r278061:
rpaulo [Mon, 9 Feb 2015 02:49:10 +0000 (02:49 +0000)]
MFC r277958, r278061:

 ti_pruss: make sure the mmap'ed memory region is uncacheable.

 am335x_clk_pruss_activate(): use the L3F clock.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278432 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r276377, r276714
marius [Sun, 8 Feb 2015 23:09:01 +0000 (23:09 +0000)]
MFC: r276377, r276714

- No longer exclude malo(4) and mwl(4), they have been fixed in r275870
  (MFCed to stable/10 in r278415) and r275871 (MFCed to stable/10 in
  r278416) respectively to build with PAE enabled.
- For the PAE kernel configuration file, no longer exclude devices that
  are known to be 64-bit DMA clean from amd64.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278424 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r274054 (missed in r276076)
marius [Sun, 8 Feb 2015 23:04:32 +0000 (23:04 +0000)]
MFC: r274054 (missed in r276076)

Fix XEN kernel build.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278423 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r276359: symlink(7): Note that stat(1) does not follow symlinks by
jilles [Sun, 8 Feb 2015 22:46:29 +0000 (22:46 +0000)]
MFC r276359: symlink(7): Note that stat(1) does not follow symlinks by
default.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278420 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r275871
marius [Sun, 8 Feb 2015 22:29:57 +0000 (22:29 +0000)]
MFC: r275871

Update the use of bus space macros to be more correct.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278418 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r268857: ttyname(3): Fix EBADF/ENOTTY error descriptions.
jilles [Sun, 8 Feb 2015 22:29:06 +0000 (22:29 +0000)]
MFC r268857: ttyname(3): Fix EBADF/ENOTTY error descriptions.

Also, make sure to document the return values and errors for all three
functions in the man page.

PR: 191931

git-svn-id: svn://svn.freebsd.org/base/stable/10@278417 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r275870
marius [Sun, 8 Feb 2015 22:27:17 +0000 (22:27 +0000)]
MFC: r275870

Use the correct macro for listing the maximum bus space size.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278415 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r278038: ttyname_r(): Return actual error, not always [ENOTTY].
jilles [Sun, 8 Feb 2015 22:24:03 +0000 (22:24 +0000)]
MFC r278038: ttyname_r(): Return actual error, not always [ENOTTY].

Adjust the test that used to fail because of this bug.

PR: 191936

git-svn-id: svn://svn.freebsd.org/base/stable/10@278413 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoRepair ia64 build after r278347 - remove const from set_mcontext
peter [Sun, 8 Feb 2015 22:17:20 +0000 (22:17 +0000)]
Repair ia64 build after r278347 - remove const from set_mcontext

git-svn-id: svn://svn.freebsd.org/base/stable/10@278412 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f