| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 't' and 'p' postfixes to dd(1). | trasz | 2016-02-04 | 2 | -2/+13 |
* | Reduce code duplication. | trasz | 2016-02-04 | 1 | -48/+34 |
* | ARM: For ARMv6/v7, code in locore.S initializes SCTLR and ACTRL registers. | mmel | 2016-02-04 | 1 | -112/+0 |
* | Access pcpup using gp register. | br | 2016-02-04 | 3 | -16/+6 |
* | Make VM_MEMATTR_xxx definitions independent on pmap internals | skra | 2016-02-04 | 3 | -54/+89 |
* | ARM: Set UNAL_ENABLE bit in SCTLR CP15 register. This bit is RAO/SBOP | mmel | 2016-02-04 | 1 | -2/+2 |
* | Small rearrangement of abort_handler(). | skra | 2016-02-04 | 1 | -19/+19 |
* | ARM: RPI-B kernel was broken by r294740. Make it functional again. | mmel | 2016-02-04 | 1 | -0/+2 |
* | Reuse gp register for pcpu pointer. | br | 2016-02-04 | 6 | -23/+38 |
* | ARM: Don't use ugly (and hidden) global variable, control register is | mmel | 2016-02-04 | 3 | -11/+3 |
* | Fix build. | br | 2016-02-04 | 2 | -0/+2 |
* | Fix build. | br | 2016-02-04 | 3 | -0/+3 |
* | Guard against runnable td2 exiting and than being reused for unrelated | kib | 2016-02-04 | 1 | -1/+1 |
* | ARM: Remove unused symbols from genassym.c. | mmel | 2016-02-04 | 1 | -14/+0 |
* | Make sure to enable aliases for SHIFT_JIS. | ume | 2016-02-04 | 1 | -4/+4 |
* | fork: plug a use after free of the returned process | mjg | 2016-02-04 | 4 | -72/+76 |
* | fork: pass arguments to fork1 in a dedicated structure | mjg | 2016-02-04 | 6 | -27/+78 |
* | Fix build. | glebius | 2016-02-04 | 4 | -0/+4 |
* | Fix style and remove excess / for installing SYMLINKS. | bdrewery | 2016-02-04 | 2 | -3/+3 |
* | MLINKS: Deduplicate some of the logic, simplify, and unhide install commands. | bdrewery | 2016-02-04 | 1 | -18/+14 |
* | Fix cat files being installed to wrong place since r284685. | bdrewery | 2016-02-04 | 1 | -2/+2 |
* | Stop hiding link install commands. | bdrewery | 2016-02-04 | 2 | -3/+0 |
* | Fix build. | glebius | 2016-02-04 | 1 | -0/+1 |
* | Don't link /usr/share/nls/de_DE.UTF-8/tcsh.cat to itself. | bdrewery | 2016-02-03 | 1 | -1/+1 |
* | Don't let NLSLINKS contain itself. | bdrewery | 2016-02-03 | 1 | -0/+3 |
* | Redo r292484. Embed task(9) into zone, so that uz_maxaction is called | glebius | 2016-02-03 | 9 | -88/+22 |
* | Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allows | glebius | 2016-02-03 | 4 | -102/+102 |
* | Fix inverse logic. If this is zone_pack, then we shouldn't free the | glebius | 2016-02-03 | 1 | -1/+1 |
* | Deduplicate distrib-dirs logic from r289086 in distribution. | bdrewery | 2016-02-03 | 1 | -5/+3 |
* | Handle a misaligned stack pointer exception from userspace. The exception | andrew | 2016-02-03 | 1 | -0/+4 |
* | ARM: Consistently use cpu_setttb() instead of setttb(). | mmel | 2016-02-03 | 7 | -16/+13 |
* | Add an additional, libucl-based configuration file parser to ctld. | jceel | 2016-02-03 | 5 | -93/+1023 |
* | Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed. | andrew | 2016-02-03 | 1 | -2/+2 |
* | Revert r294695: | pfg | 2016-02-03 | 1 | -5/+7 |
* | ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent. | mmel | 2016-02-03 | 9 | -50/+11 |
* | Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again. | skra | 2016-02-03 | 2 | -3/+2 |
* | The charset of NLS catalogs were converted to UTF-8 | ume | 2016-02-03 | 1 | -29/+28 |
* | Try to fix a bug introduced in r228623. We started to copy the ifa_msghdr | bz | 2016-02-03 | 1 | -5/+7 |
* | ARM: Remove C++ comments erroneously committed in r295200. | mmel | 2016-02-03 | 1 | -9/+9 |
* | ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't single | mmel | 2016-02-03 | 37 | -5436/+29 |
* | ARM: The arm/xscale/i80321 directory is now orphaned, but two drivers | mmel | 2016-02-03 | 6 | -3/+1326 |
* | ARM: acle-compat.h is arm specific header, don't include it for aarch64. This | mmel | 2016-02-03 | 1 | -0/+2 |
* | f_substr(): Optimized recipe if running under bash | dteske | 2016-02-03 | 1 | -69/+104 |
* | Remove SIG prefix from trapped signals | dteske | 2016-02-03 | 1 | -5/+4 |
* | f_substr: Write to stdout when no `-v var_to_set' | dteske | 2016-02-03 | 1 | -1/+5 |
* | Remove trailing whitespace | dteske | 2016-02-03 | 1 | -2/+2 |
* | Align signal stack pointer to 16 bytes. | jhibbits | 2016-02-03 | 2 | -5/+5 |
* | Revert r295167 at bdrewery's request | cem | 2016-02-03 | 1 | -1/+3 |
* | Make lbc(4) the same driver pass as simplebus. | jhibbits | 2016-02-03 | 1 | -1/+2 |
* | Define f_sprintf() dynamically at inclusion time | dteske | 2016-02-03 | 1 | -12/+17 |