summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace broken implementation of fuswintr() and suswintr() by functionsmmel2016-02-046-142/+6
* Do not copy by field when converting struct oexport_args to structkib2016-02-041-18/+16
* Add 't' and 'p' postfixes to dd(1).trasz2016-02-042-2/+13
* Reduce code duplication.trasz2016-02-041-48/+34
* ARM: For ARMv6/v7, code in locore.S initializes SCTLR and ACTRL registers.mmel2016-02-041-112/+0
* Access pcpup using gp register.br2016-02-043-16/+6
* Make VM_MEMATTR_xxx definitions independent on pmap internalsskra2016-02-043-54/+89
* ARM: Set UNAL_ENABLE bit in SCTLR CP15 register. This bit is RAO/SBOPmmel2016-02-041-2/+2
* Small rearrangement of abort_handler().skra2016-02-041-19/+19
* ARM: RPI-B kernel was broken by r294740. Make it functional again.mmel2016-02-041-0/+2
* Reuse gp register for pcpu pointer.br2016-02-046-23/+38
* ARM: Don't use ugly (and hidden) global variable, control register ismmel2016-02-043-11/+3
* Fix build.br2016-02-042-0/+2
* Fix build.br2016-02-043-0/+3
* Guard against runnable td2 exiting and than being reused for unrelatedkib2016-02-041-1/+1
* ARM: Remove unused symbols from genassym.c.mmel2016-02-041-14/+0
* Make sure to enable aliases for SHIFT_JIS.ume2016-02-041-4/+4
* fork: plug a use after free of the returned processmjg2016-02-044-72/+76
* fork: pass arguments to fork1 in a dedicated structuremjg2016-02-046-27/+78
* Fix build.glebius2016-02-044-0/+4
* Fix style and remove excess / for installing SYMLINKS.bdrewery2016-02-042-3/+3
* MLINKS: Deduplicate some of the logic, simplify, and unhide install commands.bdrewery2016-02-041-18/+14
* Fix cat files being installed to wrong place since r284685.bdrewery2016-02-041-2/+2
* Stop hiding link install commands.bdrewery2016-02-042-3/+0
* Fix build.glebius2016-02-041-0/+1
* Don't link /usr/share/nls/de_DE.UTF-8/tcsh.cat to itself.bdrewery2016-02-031-1/+1
* Don't let NLSLINKS contain itself.bdrewery2016-02-031-0/+3
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledglebius2016-02-039-88/+22
* Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allowsglebius2016-02-034-102/+102
* Fix inverse logic. If this is zone_pack, then we shouldn't free theglebius2016-02-031-1/+1
* Deduplicate distrib-dirs logic from r289086 in distribution.bdrewery2016-02-031-5/+3
* Handle a misaligned stack pointer exception from userspace. The exceptionandrew2016-02-031-0/+4
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-037-16/+13
* Add an additional, libucl-based configuration file parser to ctld.jceel2016-02-035-93/+1023
* Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed.andrew2016-02-031-2/+2
* Revert r294695:pfg2016-02-031-5/+7
* ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent.mmel2016-02-039-50/+11
* Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again.skra2016-02-032-3/+2
* The charset of NLS catalogs were converted to UTF-8ume2016-02-031-29/+28
* Try to fix a bug introduced in r228623. We started to copy the ifa_msghdrbz2016-02-031-5/+7
* ARM: Remove C++ comments erroneously committed in r295200.mmel2016-02-031-9/+9
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singlemmel2016-02-0337-5436/+29
* ARM: The arm/xscale/i80321 directory is now orphaned, but two driversmmel2016-02-036-3/+1326
* ARM: acle-compat.h is arm specific header, don't include it for aarch64. Thismmel2016-02-031-0/+2
* f_substr(): Optimized recipe if running under bashdteske2016-02-031-69/+104
* Remove SIG prefix from trapped signalsdteske2016-02-031-5/+4
* f_substr: Write to stdout when no `-v var_to_set'dteske2016-02-031-1/+5
* Remove trailing whitespacedteske2016-02-031-2/+2
* Align signal stack pointer to 16 bytes.jhibbits2016-02-032-5/+5
* Revert r295167 at bdrewery's requestcem2016-02-031-1/+3
OpenPOWER on IntegriCloud