aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingRavi Pokala2016-02-043-25/+138
* In FreeBSD 10 and higher the driver announces SCTP checksum offloading supportMichael Tuexen2016-02-041-7/+11
* Fix build of powerpc FPU emulator after changes in r295132 to restore theJohn Baldwin2016-02-042-24/+24
* Enable checking of the stack alignment. The stack should be aligned to aAndrew Turner2016-02-041-2/+2
* Replace broken implementation of fuswintr() and suswintr() by functionsMichal Meloun2016-02-046-142/+6
* Do not copy by field when converting struct oexport_args to structKonstantin Belousov2016-02-041-18/+16
* ARM: For ARMv6/v7, code in locore.S initializes SCTLR and ACTRL registers.Michal Meloun2016-02-041-112/+0
* Access pcpup using gp register.Ruslan Bukin2016-02-043-16/+6
* Make VM_MEMATTR_xxx definitions independent on pmap internalsSvatopluk Kraus2016-02-043-54/+89
* ARM: Set UNAL_ENABLE bit in SCTLR CP15 register. This bit is RAO/SBOPMichal Meloun2016-02-041-2/+2
* Small rearrangement of abort_handler().Svatopluk Kraus2016-02-041-19/+19
* ARM: RPI-B kernel was broken by r294740. Make it functional again.Michal Meloun2016-02-041-0/+2
* Reuse gp register for pcpu pointer.Ruslan Bukin2016-02-046-23/+38
* ARM: Don't use ugly (and hidden) global variable, control register isMichal Meloun2016-02-043-11/+3
* Fix build.Ruslan Bukin2016-02-042-0/+2
* Fix build.Ruslan Bukin2016-02-043-0/+3
* Guard against runnable td2 exiting and than being reused for unrelatedKonstantin Belousov2016-02-041-1/+1
* ARM: Remove unused symbols from genassym.c.Michal Meloun2016-02-041-14/+0
* fork: plug a use after free of the returned processMateusz Guzik2016-02-044-72/+76
* fork: pass arguments to fork1 in a dedicated structureMateusz Guzik2016-02-046-27/+78
* Fix build.Gleb Smirnoff2016-02-044-0/+4
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledGleb Smirnoff2016-02-039-88/+22
* Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allowsGleb Smirnoff2016-02-034-102/+102
* Fix inverse logic. If this is zone_pack, then we shouldn't free theGleb Smirnoff2016-02-031-1/+1
* Handle a misaligned stack pointer exception from userspace. The exceptionAndrew Turner2016-02-031-0/+4
* ARM: Consistently use cpu_setttb() instead of setttb().Michal Meloun2016-02-037-16/+13
* Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed.Andrew Turner2016-02-031-2/+2
* Revert r294695:Pedro F. Giffuni2016-02-031-5/+7
* ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent.Michal Meloun2016-02-039-50/+11
* Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again.Svatopluk Kraus2016-02-032-3/+2
* ARM: Remove C++ comments erroneously committed in r295200.Michal Meloun2016-02-031-9/+9
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-0337-5436/+29
* ARM: The arm/xscale/i80321 directory is now orphaned, but two driversMichal Meloun2016-02-036-3/+1326
* ARM: acle-compat.h is arm specific header, don't include it for aarch64. ThisMichal Meloun2016-02-031-0/+2
* 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
* 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