aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Properly sort the arguments to mtx_init(9).Justin Hibbits2014-01-232-2/+2
* Document EARLY_PRINTFWarner Losh2014-01-221-0/+9
* Mostly revert r260267 and hopefully really fix the original problem.Alexander Motin2014-01-221-12/+14
* Clean up HL201 config (for the hot-e 201 and 101 models from thinlinx).Warner Losh2014-01-221-22/+19
* Implement support for early printf. You need to define SOCDEV_{PA,VA}Warner Losh2014-01-221-0/+18
* Add support for mapping a small range of the SoC devices for debuggingWarner Losh2014-01-222-1/+7
* Implement generic support for early printf. Thought I can't find theWarner Losh2014-01-223-0/+27
* ext2fs: fix logic error in the previous change.Pedro F. Giffuni2014-01-223-6/+5
* We are using the old callout API and should also add one extra tick inHans Petter Selasky2014-01-221-4/+0
* Remove NULL pointer dereference.Gleb Smirnoff2014-01-221-1/+0
* Fix resource leak and simplify code for DIOCCHANGEADDR.Gleb Smirnoff2014-01-221-24/+18
* Fix fallout from r241923. Calculate length of payload inGleb Smirnoff2014-01-221-5/+3
* - Fix some non-portable code with regard to endianness. Don't use memmove().Hans Petter Selasky2014-01-222-17/+26
* Use the correct bitshift operators for the GPIO definitions.Adrian Chadd2014-01-221-17/+17
* Ensure that the DMA delay does not get rounded down to zero ticks whenHans Petter Selasky2014-01-223-1/+10
* Wait a bit more before we free any EHCI DMA descriptors. Some USBHans Petter Selasky2014-01-221-1/+1
* Add new quirk.Hans Petter Selasky2014-01-222-0/+2
* Handle a VM-exit due to a NMI properly by vectoring to the host's NMI handlerNeel Natu2014-01-223-0/+22
* Fix memory and references leak due to unfreed path in case we can'tAlexander Motin2014-01-211-1/+3
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.Pedro F. Giffuni2014-01-219-21/+35
* Fix a couple of typos.John Baldwin2014-01-211-2/+2
* Fix a typo.John Baldwin2014-01-211-1/+1
* - Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver.John Baldwin2014-01-214-67/+14
* There is no need to initialize the IOMMU if no passthru devices have beenNeel Natu2014-01-214-7/+34
* Style(9) fix.Aleksandr Rybalko2014-01-201-2/+3
* Make comconsole options set before its activation to be remembered.Alexander Motin2014-01-202-8/+8
* Fix the resource information for the i2s-a node on certain G5 PowerMacs.Andreas Tobler2014-01-202-2/+56
* Add support for displaying VPD for PCI devices via pciconf.John Baldwin2014-01-204-10/+154
* We need nand now that the boards reference it.Warner Losh2014-01-201-0/+1
* ANSIfy declarations.Gleb Smirnoff2014-01-201-32/+11
* In pmap_set_pte(), make sure to enforce ordering by inserting a memoryMarcel Moolenaar2014-01-201-2/+4
* - Only check the ivars for direct descendants.John Baldwin2014-01-201-4/+6
* Don't lock in the generic grab just to lock again in the specific grabs.Warner Losh2014-01-201-4/+0
* Add support for GPS ports to UHSO driver.Hans Petter Selasky2014-01-201-0/+2
* Bump up WITNESS_COUNT from 1024 to 1536 so there are sufficient entries forNeel Natu2014-01-201-1/+1
* Free the dma memory from the dma map before destroying the dma map.Warner Losh2014-01-191-1/+1
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-1911-37/+271
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-197-5/+199
* Add VT kernel configuration to ease testing of vt(9), aka NewconsEd Maste2014-01-192-0/+28
* Add nand device and NANDFS into the mix for those boards that haveWarner Losh2014-01-193-2/+12
* Connect NAND for the SAM9260EK eval board, as well as the HotE HL-201.Warner Losh2014-01-193-22/+173
* Generalize AT91 NAND support a bit. Be more flexible about ALE and CLEWarner Losh2014-01-192-11/+81
* Add standard memory controller helper functions.Warner Losh2014-01-193-0/+208
* Removed unneeded and dangerous assignment. It would probably cause NULLAlexander Motin2014-01-191-1/+0
* Further rework netinet6 address handling code:Alexander V. Chernikov2014-01-195-133/+165
* Enable vt. This brings VGA-based console and terminal support toMarcel Moolenaar2014-01-191-1/+4
* There's actually no data in the PMU_GET_VERSION command. Don't send any.Justin Hibbits2014-01-191-1/+1
* If the flowid is available for the mbuf that finalised the creationAdrian Chadd2014-01-181-0/+10
* Simplify filling sockaddr_dl structure for if_resolvemulti()Alexander V. Chernikov2014-01-189-96/+63
* Some processor's don't allow NMI injection if the STI_BLOCKING bit is set inNeel Natu2014-01-181-69/+80