summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* citrus: Avoid invalid code points.pfg2014-04-291-0/+8
* Add regression test for PR kern/189088.asomers2014-04-291-0/+54
* NLS is used by the build system.imp2014-04-291-1/+1
* Fix a panic when removing an IP address from an interface, if the same addressasomers2014-04-292-3/+47
* Do not use senderr() in rtrequest1_fib_change().melifaro2014-04-291-5/+2
* Merge r133175 from upstream:marius2014-04-291-1/+1
* After r264897 restore the ability to add bootoptions from FDT forbz2014-04-291-1/+50
* Add standard SYNOPSIS wording, fix typos, contractions and new sentence -> ne...brueffer2014-04-291-5/+18
* Fix formatting of the -a option in usage() to be consistent.scottl2014-04-291-1/+1
* Document the -a option that was added in r262424.scottl2014-04-291-1/+17
* Remove redundant includebdrewery2014-04-291-1/+0
* Add dependency for libm to libstdc++. This fixes high -j value buildsimp2014-04-281-0/+1
* Allow a virtual machine to be forcibly reset or powered off. This is doneneel2014-04-289-33/+94
* Remove note about hw.bus.devctl_disable removal, restoredgjb2014-04-281-4/+0
* Revert r263754, re-adding support for hw.bus.devctl_disable. Breakingbrooks2014-04-281-3/+37
* Set the new floating point exception mask correctlyandrew2014-04-281-1/+1
* Implement legacy interrupts for the AHCI device emulationgrehan2014-04-281-2/+34
* Turn off various fancy instruction sets, as well as deduplicate some options.nwhitehorn2014-04-281-1/+2
* Add a C libary and a Python module that implements an API similarmarcel2014-04-289-0/+672
* Add proto(4): A driver for prototyping and diagnostics.marcel2014-04-288-0/+745
* Reduce number of opens by REOM RAID during provider taste.mav2014-04-287-20/+25
* Drop explicit unsigned from FD_SETSIZE constantemaste2014-04-281-1/+1
* Fix ZIO reordering done by vdev_queue_io causing panics when zio_vdev_io_startsmh2014-04-282-23/+47
* bsd-family-tree: Fix dateeadler2014-04-281-1/+1
* Move common device tree informations to separate dtsi files for A10 and A20 SoC.ganbold2014-04-284-172/+282
* Don't use multiprocessing-extensions instruction on processors that don'tian2014-04-281-0/+4
* Move duplicated code to print l2 cache config into the common code.ian2014-04-274-68/+45
* Note that the AR9380 and later hardware supports MYBEACON.adrian2014-04-271-0/+4
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.adrian2014-04-271-0/+5
* * Add a new capability which returns whether the hardware supportsadrian2014-04-273-1/+6
* Program the AR_TSFOOR_THRESHOLD register with a default lifted fromadrian2014-04-271-0/+26
* Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!adrian2014-04-271-2/+2
* Do a read-after-write to ensure the interrupt register update is flushedadrian2014-04-271-0/+3
* Disable the beastie menu for EFI console which doesn't support ANSI codesdteske2014-04-273-2/+11
* Fix buildmelifaro2014-04-271-1/+1
* No EFI on i386. This unbreaks the i386 VT kernel build.nwhitehorn2014-04-271-1/+1
* Explain why wbinv_all is SMP-safe in this case, and add a missing l2 cacheian2014-04-271-1/+7
* Flush and invalidate caches on each CPU as part of handling IPI_STOP.ian2014-04-272-1/+23
* There is no difference between IPI_STOP and IPI_STOP_HARD on ARM, soian2014-04-272-2/+1
* Remove cpu_idcache_wbinv_all() from kdb_cpu_trap(), it's no longer needed.ian2014-04-271-2/+0
* Improve memory allocation model for rt_msg2() rtsock messages:melifaro2014-04-271-53/+109
* Turn off the full witness trace on console output.gjb2014-04-271-0/+3
* loader's GPT support on BIOS does not seem to like the root filesystemnwhitehorn2014-04-271-1/+1
* Finish connecting up installer UEFI support. If the kernel was booted usingnwhitehorn2014-04-271-5/+5
* Setting the IMOD value below 0x3F8 can cause IRQ lockups in the Intelhselasky2014-04-274-2/+9
* Report boot method (BIOS/UEFI) via sysctl machdep.bootmethodemaste2014-04-271-0/+6
* Revert r258678. Make the led gpio-specifier match again the #gpio-cellsloos2014-04-271-1/+1
* Fix the gpio-specifier decoding by respecting the GPIO controller'sloos2014-04-274-35/+138
* Remove useless zeroing of RTAX_DST on error.melifaro2014-04-271-11/+17
* Cleanup route_output() a bit.melifaro2014-04-271-12/+11
OpenPOWER on IntegriCloud