aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of eight (was spelled eigth) in struct pkthdr.Marcel Moolenaar2014-02-111-2/+2
* Expose real size of UMA allocations via libmemstat(3).Gleb Smirnoff2014-02-105-1/+19
* Create two public UMA_ZONE_PCPU zones: 64 bit sized and pointer sized.Gleb Smirnoff2014-02-103-13/+33
* Style.Gleb Smirnoff2014-02-101-3/+3
* Make M_ZERO flag work correctly on UMA_ZONE_PCPU zones.Gleb Smirnoff2014-02-101-2/+14
* Add zpcpu_get_cpu() that converts base pointer of UMA_ZPCPU_ZONEGleb Smirnoff2014-02-101-0/+7
* Fix wrong device name in example.Alexander Motin2014-02-101-1/+1
* The log_whatever() routines don't accept NULL for format strings,Edward Tomasz Napierala2014-02-101-4/+4
* Make iscsictl(8) properly handle (optional) semicolons in iscsi.conf,Edward Tomasz Napierala2014-02-102-1/+5
* Simplify.Edward Tomasz Napierala2014-02-101-22/+22
* Remove unused variable.Edward Tomasz Napierala2014-02-101-2/+0
* Yacc cleanup; no functional changes.Edward Tomasz Napierala2014-02-101-33/+33
* Only count table lookups when we're actually processing packets.Christian Brueffer2014-02-101-1/+1
* For IPv6, return the same error code as IPv4 when mrouter is not initialized.Christian Brueffer2014-02-101-1/+1
* Simplify nd6_output_lle:Alexander V. Chernikov2014-02-101-29/+14
* Update and sort the list of iwn(4) firmware.Christian Brueffer2014-02-092-7/+15
* Allow iwn2000 and iwn2030 firmware to be linked into the kernel.Christian Brueffer2014-02-091-0/+28
* Update legacy platforms to use new arm_physmem helper routines.Ian Lepore2014-02-095-71/+76
* Fix descriptor leak.Pawel Jakub Dawidek2014-02-091-1/+1
* If the main casperd process exits, zygote process should exit as wellPawel Jakub Dawidek2014-02-091-1/+6
* Add more obsolete files.Antoine Brodin2014-02-091-0/+4
* If someone tries to boot a generic ATMEL kernel that has no board_init()Ian Lepore2014-02-091-0/+5
* Add FDT attachment.Warner Losh2014-02-091-1/+16
* FDT attachment...Warner Losh2014-02-091-6/+18
* Add TWI attachment for FDT. We're only matching the SAMG20 device forWarner Losh2014-02-091-1/+18
* Add FDT attachment.Warner Losh2014-02-091-1/+17
* Add FDT attachment. Flag lost functionality with FDT_HACKS so we canWarner Losh2014-02-091-1/+26
* Add FDT attachment.Warner Losh2014-02-091-1/+19
* Add FDT attachment, plus minor code shuffle.Warner Losh2014-02-091-19/+37
* Add FDT attachment.Warner Losh2014-02-091-1/+23
* Add FDT matching code.Warner Losh2014-02-091-1/+17
* Pull in r200899 from upstream clang trunk:Dimitry Andric2014-02-091-1/+3
* Add some extra debugging output when DEBUG is defined.Ian Lepore2014-02-091-0/+10
* Fix the exclude-region clipping logic for the edge-trim case.Ian Lepore2014-02-091-6/+6
* Build libstand as a 64-bit library on ppc64Ed Maste2014-02-092-7/+0
* Pass the pagetable used from locore.S to initarm to allow it to map dataAndrew Turner2014-02-092-1/+9
* No need to set physmem in each initarm() instance anymore, it's handledIan Lepore2014-02-093-4/+0
* Use vm_paddr_t, not vm_offset_t, when dealing with physical addresses.Ian Lepore2014-02-092-8/+8
* Refer newfs and growfs users to fsck_ffs instead ofChristian Brueffer2014-02-092-2/+2
* Remove the now unused MMU_INIT macro.Andrew Turner2014-02-091-5/+0
* Fixup for r261590 (vnet sysctl handlers cleanup).Mikolaj Golub2014-02-093-12/+3
* It turns out a global variable is the only straightforward way toIan Lepore2014-02-0913-4/+30
* Calculate the kernel's load address from the PC in the elf / gzipIan Lepore2014-02-091-4/+10
* Don't call vm_fault_prefault() on zero-fill faults. It's a waste of time.Alan Cox2014-02-091-1/+4
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedIan Lepore2014-02-094-14/+14
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-0814-328/+494
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.Ian Lepore2014-02-0821-539/+10
* Remove ft_rtalloc and choose rtalloc function at compile time.Gleb Smirnoff2014-02-081-17/+6
* Spacing.Gleb Smirnoff2014-02-081-30/+30
* Add drivers for:Ruslan Bukin2014-02-086-0/+732