Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-12-06 | shared: include what we use | Thomas Hindoe Paaboel Andersen | |
The next step of a general cleanup of our includes. This one mostly adds missing includes but there are a few removals as well. | |||
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen | |
Sort the includes accoding to the new coding style. | |||
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering | |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file ↵ | Lennart Poettering | |
string-util.[ch] There are more than enough calls doing string manipulations to deserve its own files, hence do something about it. This patch also sorts the #include blocks of all files that needed to be updated, according to the sorting suggestions from CODING_STYLE. Since pretty much every file needs our string manipulation functions this effectively means that most files have sorted #include blocks now. Also touches a few unrelated include files. | |||
2015-05-26 | treewide: fix typos | Torstein Husebø | |
2015-03-04 | Use correct uname identifiers in arch_map for SuperH architecture | John Paul Adrian Glaubitz | |
https://bugs.freedesktop.org/show_bug.cgi?id=89421 | |||
2014-11-06 | condition: properly allow passing back errors from condition checks | Lennart Poettering | |
2014-07-07 | architecture: add string table entries for mips-le archs which were missing | Lennart Poettering | |
2014-07-03 | architecture: remove "cris" from uname list | Lennart Poettering | |
the only correct name appears to be "crisv32"... http://lists.freedesktop.org/archives/systemd-devel/2014-July/020899.html | |||
2014-07-03 | arch: add crisv32 to uname check | Umut Tezduyar Lindskog | |
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 | core: add new ConditionArchitecture() that checks the architecture returned ↵ | Lennart Poettering | |
by uname()'s machine field. |