Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-06 | condition: properly allow passing back errors from condition checks | Lennart Poettering | |
2014-08-30 | Fix a few more typos | Ruben Kerkhof | |
2014-08-08 | Added arch tuple for PPC64LE | Harald Hoyer | |
Thanks to Brent Baude <bbaude@redhat.com>, who checked with the debian guys, that this is correct and provided the patch. | |||
2014-07-11 | endian: explicitly include endian.h wherever we want to use __BYTE_ORDER | Lennart Poettering | |
2014-07-11 | always check for __BYTE_ORDER == __BIG_ENDIAN when checking for endianess | Lennart Poettering | |
Let's always stick to glibc's way to determine byte order, and not mix autoconf-specific checks with gcc checks. | |||
2014-07-03 | architecture: also add tuples for old ARM BE ABI | Lennart Poettering | |
2014-07-03 | architecture: add tuple for old arm abi | Zbigniew Jędrzejewski-Szmek | |
I don't have suitable hardware at hand, so this is based on debian documentation: https://wiki.debian.org/ArmEabiPort#GCC_preprocessor_macros_for_floating_point | |||
2014-07-03 | shared: add LIB_ARCH tuples for BE ARM archs | Lennart Poettering | |
2014-07-03 | shared: rename ARCH_TUPLE to LIB_ARCH_TUPLE | Lennart Poettering | |
This is really just about library locations, hence clarify that we don't assume this to be anything but that. | |||
2014-07-03 | architecture: add tuples for arm | Zbigniew Jędrzejewski-Szmek | |
2014-07-02 | path: add new "systemd-path" utility for querying paths described in ↵ | Lennart Poettering | |
file-hierarchy(7) This new tool is based on "sd-path", a new (so far unexported) API for libsystemd, that can hopefully grow into a workable API covering /opt and more one day. | |||
2014-03-04 | architecture: Add cris | Umut Tezduyar Lindskog | |
2014-02-28 | architecture: Add tilegx | Henrik Grindal Bakken | |
Add Tilera's TILE-GX processor family support. | |||
2014-02-24 | architecture: apparently there is LE ppc now | Lennart Poettering | |
2014-02-21 | shared/architecture.h: fix preprocessor directives | Daniel Mack | |
Use 'if defined()', not 'ifdef defined()'. Fixes the following warning. CC src/shared/architecture.lo In file included from src/shared/architecture.c:24:0: src/shared/architecture.h:89:17: warning: extra tokens at end of #ifdef directive [enabled by default] # ifdef defined(WORDS_BIGENDIAN) ^ | |||
2014-02-21 | core: add new ConditionArchitecture() that checks the architecture returned ↵ | Lennart Poettering | |
by uname()'s machine field. |