summaryrefslogtreecommitdiff
path: root/src/shared/architecture.c
AgeCommit message (Collapse)Author
2015-05-26treewide: fix typosTorstein Husebø
2015-03-04Use correct uname identifiers in arch_map for SuperH architectureJohn Paul Adrian Glaubitz
https://bugs.freedesktop.org/show_bug.cgi?id=89421
2014-11-06condition: properly allow passing back errors from condition checksLennart Poettering
2014-07-07architecture: add string table entries for mips-le archs which were missingLennart Poettering
2014-07-03architecture: remove "cris" from uname listLennart Poettering
the only correct name appears to be "crisv32"... http://lists.freedesktop.org/archives/systemd-devel/2014-July/020899.html
2014-07-03arch: add crisv32 to uname checkUmut Tezduyar Lindskog
2014-03-04architecture: Add crisUmut Tezduyar Lindskog
2014-02-28architecture: Add tilegxHenrik Grindal Bakken
Add Tilera's TILE-GX processor family support.
2014-02-24architecture: apparently there is LE ppc nowLennart Poettering
2014-02-21core: add new ConditionArchitecture() that checks the architecture returned ↵Lennart Poettering
by uname()'s machine field.