aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-02-033-6/+7
|\
| * Align signal stack pointer to 16 bytes.Justin Hibbits2016-02-032-5/+5
| * Make lbc(4) the same driver pass as simplebus.Justin Hibbits2016-02-031-1/+2
* | MFHGlen Barber2016-02-02208-1648/+12470
|\|
| * Use pmap_preboot_map_attr() directly in arm_devmap_bootstrap()Svatopluk Kraus2016-02-022-30/+10
| * Make pmap_preboot_map_attr() vm subsystem compliant, so its argumentsSvatopluk Kraus2016-02-022-9/+9
| * Increase the size of PHYS_AVAIL_SIZE to allow firmware to provide a largeAndrew Turner2016-02-021-1/+1
| * Ensure we don't overflow the phys_avail array. Some firmware may provideAndrew Turner2016-02-021-2/+3
| * Increase the space we use after the kernel to 8MiB. On 2GiB HiKey board weAndrew Turner2016-02-021-2/+2
| * Only look for the ranges property when we have children. This fixes bootingAndrew Turner2016-02-021-1/+6
| * Use MIPS24K now.Adrian Chadd2016-02-021-1/+1
| * Use CPU_MIPS24K now in AR933x based boards.Adrian Chadd2016-02-021-1/+1
| * Move MIPS32 Release 2 and Release 3 CPUs to use the EHB instruction forAdrian Chadd2016-02-021-5/+27
| * ARM: All remaining functions in cpufunc_asm_arm10.S are identical withMichal Meloun2016-02-025-86/+9
| * ARM: Remove last unused function, cpu_flush_prefetchbuf(),Michal Meloun2016-02-024-24/+0
| * Add suppor to loader.efi to load files off hte network. For this we needAndrew Turner2016-02-021-3/+27
| * Remove all remaining references to old and not more used structSvatopluk Kraus2016-02-026-19/+5
| * Implement single stepping on arm64. We need to set the single step bits inAndrew Turner2016-02-027-5/+65
| * Fix setting of protection bits for page table entries in pmap_map(). ThisSvatopluk Kraus2016-02-021-1/+1
| * Correctly handle the case where copystr(9) is given a string longer thanAndrew Turner2016-02-021-1/+1
| * Rename some CPU_MIPSxxx options and add new CPU_MIPSxxx optionsAdrian Chadd2016-02-026-10/+14
| * Fix MFS builds when both MD_ROOT_SIZE and MFS_IMAGE are specifiedAdrian Chadd2016-02-025-15/+40
| * Increase max allowed backlog for listen socketsAlfred Perlstein2016-02-025-15/+27
| * kcrypto_aes: Use separate sessions for AES and SHA1Conrad Meyer2016-02-021-26/+32
| * As it turns out, one of the more or less recent changes to em(4)Marius Strobl2016-02-011-2/+9
| * Restore the ABI of 'struct fpreg' on powerpc.John Baldwin2016-02-015-13/+19
| * Remove all stuff related to __ARM_ARCH >= 6 from pmap.h header exceptSvatopluk Kraus2016-02-011-162/+4
| * Remove not needed <machine/pte.h> includes.Svatopluk Kraus2016-02-014-4/+0
| * These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-0163-11/+76
| * MFV r294821: 6529 Properly handle updates of variably-sized SA entries.Andriy Gapon2016-02-011-22/+36
| * ARM: Rename remaining instances of cpufunc_id() to cpu_ident(),Michal Meloun2016-02-016-10/+8
| * ARM: Remove never used cpu_tlb_flushI and cpu_tlb_flushI_SE() functionsMichal Meloun2016-02-016-55/+0
| * Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2016-02-012-7/+0
| * Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2016-02-012-5/+1
| * Use the correct type to pmap_mapdev() in nexus_activate_resource().Justin Hibbits2016-02-011-4/+4
| * Fix the logic in the ddb command 'show ktr /a'. Prior to r118269 it wouldAndrew Turner2016-01-311-1/+1
| * ARM: Fix END() symbol for cpu_ident function. I forgot to rename itMichal Meloun2016-01-311-1/+1
| * ARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_faultaddressMichal Meloun2016-01-313-64/+14
| * ARM: Next round of cpufunc.* cleaning. Nobody uses flush_brnchtgt* functions,Michal Meloun2016-01-313-30/+0
| * Fix ixgbe flow control autoneg reportingSteven Hartland2016-01-311-1/+4
| * Configure ixgbe phy & gbic powerSteven Hartland2016-01-315-4/+36
| * ARM: First round of cpufunc.* cleaning. All abort_fixup functions areMichal Meloun2016-01-312-60/+0
| * ARM: Rename ARM specific VM_MEMATTR_WT memory attribute to standard one.Michal Meloun2016-01-311-2/+2
| * ARM: Convert spaces to tabs, fix formatting.Michal Meloun2016-01-312-27/+24
| * ARM: Next round of cleanup in swtch-v*.S.Michal Meloun2016-01-312-6/+3
| * Implement power command to list all power modes, find out the powerWarner Losh2016-01-301-1/+29
| * Use the correct type for i when iterating over `buf` to avoid unlikelyEnji Cooper2016-01-301-1/+2
| * Add missing parentheses. This was reported by ccaughie via GitHubMichael Tuexen2016-01-301-1/+1
| * Update the path mtu when turning on/off UDP encapsulation for SCTP.Michael Tuexen2016-01-301-12/+33
| * ARM: Remove TLB IPI.Michal Meloun2016-01-303-70/+4