Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-27 | oops | Luke Shumaker | |
2016-07-27 | split libbasic into src and include | Luke Shumaker | |
2016-07-27 | sd-journal | Luke Shumaker | |
2016-07-27 | merge the two parts of libsystemd | Luke Shumaker | |
2016-07-23 | stuff | Luke Shumaker | |
2016-06-13 | fix typo | Luke Shumaker | |
2016-06-13 | more | Luke Shumaker | |
2016-06-13 | more | Luke Shumaker | |
2016-06-12 | more | Luke Shumaker | |
2016-06-12 | more | Luke Shumaker | |
2016-06-12 | makefile | Luke Shumaker | |
2016-06-12 | libudev-internal | Luke Shumaker | |
2016-06-09 | Update move.sh | Luke Shumaker | |
2016-06-09 | Merge branch 'parabola' into lukeshu/premove | Luke Shumaker | |
# Conflicts: # Makefile.am | |||
2016-06-07 | fewer differences | Luke Shumaker | |
2016-06-07 | fewer differences | Luke Shumaker | |
2016-06-07 | s | Luke Shumaker | |
2016-06-07 | no more automake2autothing macro | Luke Shumaker | |
2016-06-07 | local addresses | Luke Shumaker | |
2016-06-07 | split grp-machine better | Luke Shumaker | |
2016-06-07 | more | Luke Shumaker | |
2016-06-06 | stuff | Luke Shumaker | |
2016-06-06 | move stuff | Luke Shumaker | |
2016-06-06 | stuff | Luke Shumaker | |
2016-06-02 | tidy bzip2 variables | Luke Shumaker | |
2016-06-02 | busctl | Luke Shumaker | |
2016-06-02 | stuff in Makefiles | Luke Shumaker | |
2016-06-01 | more | Luke Shumaker | |
2016-06-01 | more | Luke Shumaker | |
2016-06-01 | more stuff | Luke Shumaker | |
2016-06-01 | default to calling automake2autothing | Luke Shumaker | |
2016-06-01 | stuff | Luke Shumaker | |
2016-06-01 | oops | Luke Shumaker | |
2016-06-01 | stuff | Luke Shumaker | |
2016-06-01 | and more | Luke Shumaker | |
2016-06-01 | more stuff | Luke Shumaker | |
2016-06-01 | More stuff | Luke Shumaker | |
2016-06-01 | stuff | Luke Shumaker | |
2016-05-26 | stuff | Luke Shumaker | |
2016-05-26 | stuff | Luke Shumaker | |
2016-05-25 | Split up Makefile.am | Luke Shumaker | |
2016-05-21 | build-sys: bump so version | Zbigniew Jędrzejewski-Szmek | |
2016-05-14 | po, catalog - add Bulgarian translation | Alexander Shopov | |
2016-05-12 | Create 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-09 | network: 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-06 | tests: add test for #3171 (#3206) | Evgeny Vereshchagin | |
2016-05-04 | Merge pull request #3156 from keszybz/duid-settings | Lennart Poettering | |
Rework DUID setting | |||
2016-05-03 | test-networkd-conf: add tests for the parsing functions | Zbigniew Jędrzejewski-Szmek | |
2016-05-03 | tests: add test for #3166 (#3180) | Evgeny Vereshchagin | |
2016-05-02 | Merge pull request #3153 from poettering/async-clone | Zbigniew Jędrzejewski-Szmek | |
machined: make "clone" asynchronous, and support copy-based fall-back |