summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-11core: change default deps of services to require sysinit.target instead of ba...Lennart Poettering
2015-11-11Merge pull request #1851 from teg/networkd-drop-foreignLennart Poettering
2015-11-11test-execute: Clarify interaction of PassEnvironment= and MANAGER_USERFilipe Brandenburger
2015-11-11test-execute: Add tests for new PassEnvironment= directiveFilipe Brandenburger
2015-11-11tests: add test for config_parse_pass_environEvgeny Vereshchagin
2015-11-11execute: Add new PassEnvironment= directiveFilipe Brandenburger
2015-11-11test: fix failing test-socket-util when running with ipv6.disable=1 kernel paramMarcin Bachry
2015-11-11journalctl: change repeated if checks into switch blocksLennart Poettering
2015-11-11networkd: link - drop foreign config when configuring linkTom Gundersen
2015-11-11journalctl: refuse to --machine= in combination with --flush, --sync or --rotateLennart Poettering
2015-11-11networkd: improve loggingTom Gundersen
2015-11-11networkd: link - track state of IPv6LL addressTom Gundersen
2015-11-11networkd: ndisc - handle router advertisement in userspaceTom Gundersen
2015-11-11networkd: IPv6 router discovery - follow IPv6AcceptRouterAdvertisemnt=Tom Gundersen
2015-11-11networkd: dhcp6 - split up configure() methodTom Gundersen
2015-11-11sd-ndisc: introduce separate callbacksTom Gundersen
2015-11-11sd-ndisc: notify user on STOPTom Gundersen
2015-11-11sd-netlink: add support for RTA_PREFTom Gundersen
2015-11-11sd-netlink: types - let tables be sized implicitlyTom Gundersen
2015-11-11sd-netlink: add sd_rtnl_message_route_{s,g}et_flags()Tom Gundersen
2015-11-11sd-dhcp6-client: add is_running() methodTom Gundersen
2015-11-11networkd: address - drop the 'added' flagTom Gundersen
2015-11-11networkd: dhcp4 - style fixesTom Gundersen
2015-11-11systemctl: make sure list-jobs doesn't return failure on successLennart Poettering
2015-11-11journalctl: make --rotate synchronous, tooLennart Poettering
2015-11-11journalctl: add new --sync switch for syncing the journal to diskLennart Poettering
2015-11-11systemctl: add a comment that clarifies why we do "return r" at the end of ma...Lennart Poettering
2015-11-11sd-bus: don't try to acquire connection selinux label unless selinux is actua...Lennart Poettering
2015-11-11Revert "systemctl: return EXIT_SUCCESS on success"Lennart Poettering
2015-11-11test-parse-util: cover negative numbers, leading spaces, and more range errorsMartin Pitt
2015-11-11Merge pull request #1837 from poettering/grabbag2Tom Gundersen
2015-11-11Merge pull request #1839 from evverx/fix-systemctl-cancelTom Gundersen
2015-11-11Merge pull request #1841 from keszybz/remove-snapshotTom Gundersen
2015-11-11Merge pull request #1655 from ssahani/netTom Gundersen
2015-11-11systemctl: return EXIT_SUCCESS on successEvgeny Vereshchagin
2015-11-10Remove snapshot unit typeZbigniew Jędrzejewski-Szmek
2015-11-11systemctl: fix cancelEvgeny Vereshchagin
2015-11-10tmpfiles: don't consider it a problem if quota is not enabled on btrfsLennart Poettering
2015-11-10btrfs: when querying quota, make sure we don't choke if quota is disabledLennart Poettering
2015-11-10journald: be less picky when receiving epoll eventsLennart Poettering
2015-11-10core: change type of distribute_fds() prototype to return voidLennart Poettering
2015-11-10core: try to continue if coldplugging of a unit failsLennart Poettering
2015-11-10core: change return value of the unit's enumerate() call to voidLennart Poettering
2015-11-10journald: never accept fds from file systems with mandatory locking enabledLennart Poettering
2015-11-10Merge pull request #1835 from poettering/grabbag-of-stuffDaniel Mack
2015-11-10Merge pull request #1785 from ssahani/wordLennart Poettering
2015-11-10Merge pull request #1793 from filbranden/extract1Lennart Poettering
2015-11-10Merge pull request #1783 from vcaputo/still_make_progress_when_throttlingLennart Poettering
2015-11-10core: unit deps port to extract_first_wordSusant Sahani
2015-11-10networkctl: lldp port to extract_first_wordSusant Sahani