| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix formatting of the -a option in usage() to be consistent. | scottl | 2014-04-29 | 1 | -1/+1 |
* | Document the -a option that was added in r262424. | scottl | 2014-04-29 | 1 | -1/+17 |
* | Remove redundant include | bdrewery | 2014-04-29 | 1 | -1/+0 |
* | Add dependency for libm to libstdc++. This fixes high -j value builds | imp | 2014-04-28 | 1 | -0/+1 |
* | Allow a virtual machine to be forcibly reset or powered off. This is done | neel | 2014-04-28 | 9 | -33/+94 |
* | Remove note about hw.bus.devctl_disable removal, restored | gjb | 2014-04-28 | 1 | -4/+0 |
* | Revert r263754, re-adding support for hw.bus.devctl_disable. Breaking | brooks | 2014-04-28 | 1 | -3/+37 |
* | Set the new floating point exception mask correctly | andrew | 2014-04-28 | 1 | -1/+1 |
* | Implement legacy interrupts for the AHCI device emulation | grehan | 2014-04-28 | 1 | -2/+34 |
* | Turn off various fancy instruction sets, as well as deduplicate some options. | nwhitehorn | 2014-04-28 | 1 | -1/+2 |
* | Add a C libary and a Python module that implements an API similar | marcel | 2014-04-28 | 9 | -0/+672 |
* | Add proto(4): A driver for prototyping and diagnostics. | marcel | 2014-04-28 | 8 | -0/+745 |
* | Reduce number of opens by REOM RAID during provider taste. | mav | 2014-04-28 | 7 | -20/+25 |
* | Drop explicit unsigned from FD_SETSIZE constant | emaste | 2014-04-28 | 1 | -1/+1 |
* | Fix ZIO reordering done by vdev_queue_io causing panics when zio_vdev_io_start | smh | 2014-04-28 | 2 | -23/+47 |
* | bsd-family-tree: Fix date | eadler | 2014-04-28 | 1 | -1/+1 |
* | Move common device tree informations to separate dtsi files for A10 and A20 SoC. | ganbold | 2014-04-28 | 4 | -172/+282 |
* | Don't use multiprocessing-extensions instruction on processors that don't | ian | 2014-04-28 | 1 | -0/+4 |
* | Move duplicated code to print l2 cache config into the common code. | ian | 2014-04-27 | 4 | -68/+45 |
* | Note that the AR9380 and later hardware supports MYBEACON. | adrian | 2014-04-27 | 1 | -0/+4 |
* | Note that the AR5416 and later hardware supports the MYBEACON RX filter. | adrian | 2014-04-27 | 1 | -0/+5 |
* | * Add a new capability which returns whether the hardware supports | adrian | 2014-04-27 | 3 | -1/+6 |
* | Program the AR_TSFOOR_THRESHOLD register with a default lifted from | adrian | 2014-04-27 | 1 | -0/+26 |
* | Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops! | adrian | 2014-04-27 | 1 | -2/+2 |
* | Do a read-after-write to ensure the interrupt register update is flushed | adrian | 2014-04-27 | 1 | -0/+3 |
* | Disable the beastie menu for EFI console which doesn't support ANSI codes | dteske | 2014-04-27 | 3 | -2/+11 |
* | Fix build | melifaro | 2014-04-27 | 1 | -1/+1 |
* | No EFI on i386. This unbreaks the i386 VT kernel build. | nwhitehorn | 2014-04-27 | 1 | -1/+1 |
* | Explain why wbinv_all is SMP-safe in this case, and add a missing l2 cache | ian | 2014-04-27 | 1 | -1/+7 |
* | Flush and invalidate caches on each CPU as part of handling IPI_STOP. | ian | 2014-04-27 | 2 | -1/+23 |
* | There is no difference between IPI_STOP and IPI_STOP_HARD on ARM, so | ian | 2014-04-27 | 2 | -2/+1 |
* | Remove cpu_idcache_wbinv_all() from kdb_cpu_trap(), it's no longer needed. | ian | 2014-04-27 | 1 | -2/+0 |
* | Improve memory allocation model for rt_msg2() rtsock messages: | melifaro | 2014-04-27 | 1 | -53/+109 |
* | Turn off the full witness trace on console output. | gjb | 2014-04-27 | 1 | -0/+3 |
* | loader's GPT support on BIOS does not seem to like the root filesystem | nwhitehorn | 2014-04-27 | 1 | -1/+1 |
* | Finish connecting up installer UEFI support. If the kernel was booted using | nwhitehorn | 2014-04-27 | 1 | -5/+5 |
* | Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intel | hselasky | 2014-04-27 | 4 | -2/+9 |
* | Report boot method (BIOS/UEFI) via sysctl machdep.bootmethod | emaste | 2014-04-27 | 1 | -0/+6 |
* | Revert r258678. Make the led gpio-specifier match again the #gpio-cells | loos | 2014-04-27 | 1 | -1/+1 |
* | Fix the gpio-specifier decoding by respecting the GPIO controller's | loos | 2014-04-27 | 4 | -35/+138 |
* | Remove useless zeroing of RTAX_DST on error. | melifaro | 2014-04-27 | 1 | -11/+17 |
* | Cleanup route_output() a bit. | melifaro | 2014-04-27 | 1 | -12/+11 |
* | Do not delay freeing rtm. Bandaid added in r227061 is not needed since r227061, | melifaro | 2014-04-27 | 1 | -4/+2 |
* | Same as it was done in r263878 for invlrng_handler(), fix order of | kib | 2014-04-27 | 1 | -6/+5 |
* | Fix order of libthr and libc in the global dso list for sshd, by | kib | 2014-04-27 | 1 | -0/+10 |
* | When vm_fault_copy_entry() is called from vm_map_protect() for a wired | kib | 2014-04-27 | 1 | -8/+15 |
* | Don't need this now. VT does the same thing, but better. | nwhitehorn | 2014-04-27 | 1 | -11/+0 |
* | Add vt_efifb to VT kernel configuration now that that actually works. This | nwhitehorn | 2014-04-27 | 1 | -0/+1 |
* | Increase the maximum framebuffer size to more reasonable values reflecting | nwhitehorn | 2014-04-27 | 1 | -2/+2 |
* | Move up fibnum to ensure it is always defined. | melifaro | 2014-04-27 | 1 | -2/+2 |