summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2016-08-08fixLuke Shumaker
2016-07-28split up libsystemd-network src and includesLuke Shumaker
2016-07-27split libshared src and includeLuke Shumaker
2016-07-27oopsLuke Shumaker
2016-07-27oopsLuke Shumaker
2016-07-27split libbasic into src and includeLuke Shumaker
2016-07-27sd-journalLuke Shumaker
2016-07-27merge the two parts of libsystemdLuke Shumaker
2016-07-23stuffLuke Shumaker
2016-06-13fix typoLuke Shumaker
2016-06-13moreLuke Shumaker
2016-06-13moreLuke Shumaker
2016-06-12moreLuke Shumaker
2016-06-12moreLuke Shumaker
2016-06-12makefileLuke Shumaker
2016-06-12libudev-internalLuke Shumaker
2016-06-09Update move.shLuke Shumaker
2016-06-09Merge branch 'parabola' into lukeshu/premoveLuke Shumaker
# Conflicts: # Makefile.am
2016-06-07fewer differencesLuke Shumaker
2016-06-07fewer differencesLuke Shumaker
2016-06-07sLuke Shumaker
2016-06-07no more automake2autothing macroLuke Shumaker
2016-06-07local addressesLuke Shumaker
2016-06-07split grp-machine betterLuke Shumaker
2016-06-07moreLuke Shumaker
2016-06-06stuffLuke Shumaker
2016-06-06move stuffLuke Shumaker
2016-06-06stuffLuke Shumaker
2016-06-02tidy bzip2 variablesLuke Shumaker
2016-06-02busctlLuke Shumaker
2016-06-02stuff in MakefilesLuke Shumaker
2016-06-01moreLuke Shumaker
2016-06-01moreLuke Shumaker
2016-06-01more stuffLuke Shumaker
2016-06-01default to calling automake2autothingLuke Shumaker
2016-06-01stuffLuke Shumaker
2016-06-01oopsLuke Shumaker
2016-06-01stuffLuke Shumaker
2016-06-01and moreLuke Shumaker
2016-06-01more stuffLuke Shumaker
2016-06-01More stuffLuke Shumaker
2016-06-01stuffLuke Shumaker
2016-05-26stuffLuke Shumaker
2016-05-26stuffLuke Shumaker
2016-05-25Split up Makefile.amLuke Shumaker
2016-05-21build-sys: bump so versionZbigniew Jędrzejewski-Szmek
2016-05-14po, catalog - add Bulgarian translationAlexander Shopov
2016-05-12Create initrd-root-device.target synchronization point (#3239)Daniel Drake
Add a synchronization point so that custom initramfs units can run after the root device becomes available, before it is fsck'd and mounted. This is useful for custom initramfs units that may modify the root disk partition table, where the root device is not known in advance (it's dynamically selected by the generators).
2016-05-09network: add automatic configuration for the networks created by nspawn ↵Lennart Poettering
--network-zone= This way, they "just work", similar to --network-veth behaves, as long as networkd is enabled and running on all involved nodes.
2016-05-06tests: add test for #3171 (#3206)Evgeny Vereshchagin