summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Expand)Author
2017-05-05man: document that OnCalendar may be specified more than once. (#5885)Mark Stosberg
2017-05-03seccomp: add clone syscall definitions for mips (#5880)James Cowgill
2017-05-03Merge pull request #5842 from keszybz/meson-status-and-conditionalsMichael Biebl
2017-05-02meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek
2017-05-01meson: make sure html symlinks are also created in build directoryZbigniew Jędrzejewski-Szmek
2017-05-01meson: create index.html symlink pointing at systemd.index.html (#5870)Michael Biebl
2017-05-01meson: fix creation of html symlinksZbigniew Jędrzejewski-Szmek
2017-04-30more portable python shebangs (#5816)Jörg Thalheim
2017-04-29conf parser: add config_parse_ip_portSusant Sahani
2017-04-29Merge pull request #5164 from Werkov/ordering-for-_netdev-devicesLennart Poettering
2017-04-29Merge pull request #5529 from ssahani/labelLennart Poettering
2017-04-28build-sys: do not install manpages from disabled features (#5844)userwithuid
2017-04-26networkd: add support for address labelSusant Sahani
2017-04-25meson: add sd_bus_message_appendv alias to man listZbigniew Jędrzejewski-Szmek
2017-04-25job: add JobRunningTimeoutSec for JOB_RUNNING stateMichal Koutný
2017-04-25Merge pull request #5704 from keszybz/mesonEvgeny Vereshchagin
2017-04-25Merge pull request #5752 from ssahani/geneveLennart Poettering
2017-04-25networkd: make IPv6 route preference configurable (#5700)Susant Sahani
2017-04-25Export sd_bus_message_append_ap. It is renamed to sd_bus_message_appendv to f...Federico
2017-04-25docs: clarify ExecStop= implications for remaining processes (#5793)Amir Yalon
2017-04-25networkd: Introduce GENEVE netdevSusant Sahani
2017-04-24importd: support SUSE style checksums (#5206)tblume
2017-04-24man: clarify udevadm monitor --tag-match/--filter-match (#5726)Julian Mehne
2017-04-24man: systemd.journal-fields: Note about originator PID (#5724)Michal Koutný
2017-04-23meson: fix 'clean'Zbigniew Jędrzejewski-Szmek
2017-04-23meson: add rule to regenerate man/rules/meson.buildZbigniew Jędrzejewski-Szmek
2017-04-23meson: use run_target instead of custom_target where appropriateZbigniew Jędrzejewski-Szmek
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek
2017-04-23meson: add man/doc-sync targetZbigniew Jędrzejewski-Szmek
2017-04-23meson: replace yes/no/auto with true/false/autoZbigniew Jędrzejewski-Szmek
2017-04-23meson: skip index generation when lxml is not availableZbigniew Jędrzejewski-Szmek
2017-04-23meson: use join_paths consistentlyMichael Biebl
2017-04-23meson: add custom targets man/man and man/htmlZbigniew Jędrzejewski-Szmek
2017-04-23meson: add rule to generate custom-entities.entZbigniew Jędrzejewski-Szmek
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek
2017-04-23man: fix journalctl --new-id128 option name (#5786)Lucas Werkmeister
2017-04-23doc: fix incorrect reference (#5784)Marcin Bachry
2017-04-21man: fix small typo (#5778)AsciiWolf
2017-04-21networkd: route - support 'onlink' routes (#5734)Susant Sahani
2017-04-21networkd: vlan add GVRP support (#5761)Susant Sahani
2017-04-20man: Fix reference to timer-sync.target instead of time-sync.target (#5764)Philip Withnall
2017-04-11man: document how to include an equals sign in a value provided to Environmen...Mark Stosberg
2017-04-11networkd: Add bridge port priority setting (#5545)Dimitri John Ledkov
2017-04-04man: fix <function> tag (#5686)Lucas Werkmeister
2017-03-31Merge pull request #5534 from ssahani/vxlan-labelLennart Poettering
2017-03-31doc: spell out handle-* options, use <literal> syntax (#5673)Michael Biebl
2017-03-30Merge pull request #5670 from poettering/trivialitiesMartin Pitt
2017-03-30man: use <varlistentry> for all unit entriesLennart Poettering
2017-03-30man: clarify that handle-lid-switch is a low level inhibitor lock (#5662)Michael Biebl
2017-03-21resolved: add global config option to control mDNS stackYu Watanabe