summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not delay freeing rtm. Bandaid added in r227061 is not needed since r227061,melifaro2014-04-271-4/+2
* Same as it was done in r263878 for invlrng_handler(), fix order ofkib2014-04-271-6/+5
* Fix order of libthr and libc in the global dso list for sshd, bykib2014-04-271-0/+10
* When vm_fault_copy_entry() is called from vm_map_protect() for a wiredkib2014-04-271-8/+15
* Don't need this now. VT does the same thing, but better.nwhitehorn2014-04-271-11/+0
* Add vt_efifb to VT kernel configuration now that that actually works. Thisnwhitehorn2014-04-271-0/+1
* Increase the maximum framebuffer size to more reasonable values reflectingnwhitehorn2014-04-271-2/+2
* Move up fibnum to ensure it is always defined.melifaro2014-04-271-2/+2
* Disable vga if EFI framebuffer present. vt(9) should handle this internallynwhitehorn2014-04-271-0/+15
* Add script to setup bootable CD ISOs for both BIOS and EFI systems. Testednwhitehorn2014-04-271-0/+60
* Provide a proper armv7 implementation of icache_sync_all rather thanian2014-04-274-4/+22
* Revert to FAT12. This file system is apparently too small for FAT32, evennwhitehorn2014-04-273-21/+17
* Make a dual-boot BIOS/UEFI memstick image. Testing required before this getsnwhitehorn2014-04-271-45/+13
* Use logical rather than bitwise OR in if() expression.ian2014-04-261-1/+1
* Call cpu_icache_sync_range() rather than sync_all since we know the rangeian2014-04-261-1/+1
OpenPOWER on IntegriCloud