summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* create-sys-script: adapt to separate build dir, modernize, add more checksZbigniew Jędrzejewski-Szmek2017-09-292-24/+28
* man: move non-target units together (#6934)John Lin2017-09-281-1/+1
* meson: move library version defines to the top (#6939)Zbigniew Jędrzejewski-Szmek2017-09-282-2/+5
* Merge pull request #6936 from poettering/news-235Lennart Poettering2017-09-283-10/+217
|\
| * meson: bump release to 235Lennart Poettering2017-09-281-1/+1
| * add some more things to TODOLennart Poettering2017-09-281-0/+13
| * prepare NEWS for 235Lennart Poettering2017-09-281-9/+203
* | Merge pull request #6933 from yuwata/use_in_setLennart Poettering2017-09-2819-92/+74
|\ \ | |/ |/|
| * libsystemd: use IN_SET macroYu Watanabe2017-09-2818-87/+69
| * networkd: use assert_not_reached()Yu Watanabe2017-09-281-2/+2
| * networkd: use IN_SET macroYu Watanabe2017-09-281-3/+3
* | Merge pull request #6924 from andir/vrf-dhcpv4Lennart Poettering2017-09-285-7/+23
|\ \
| * | man/systemd.network: Updated documentation about VRF traffic redirectionAndreas Rammhold2017-09-271-2/+3
| * | man/systemd.network: Added documentation about the DHCP.RouteTable behaviour ...Andreas Rammhold2017-09-271-0/+3
| * | networkd: use VRFs routing table for DHCP routesAndreas Rammhold2017-09-274-5/+17
* | | udev-rules: all values can contain escaped double quotes now (#6890)Franck Bui2017-09-283-9/+47
* | | Merge pull request #6928 from poettering/cgroup-empty-raceZbigniew Jędrzejewski-Szmek2017-09-2814-65/+168
|\ \ \ | |_|/ |/| |
| * | core: log unit failure with type-specific result codeLennart Poettering2017-09-279-4/+26
| * | core: free_and_strdup() FTW!Lennart Poettering2017-09-271-12/+6
| * | cgroup: IN_SET() FTW!Lennart Poettering2017-09-271-1/+1
| * | cgroup: after determining that a cgroup is empty, asynchronously dispatch thisLennart Poettering2017-09-277-24/+112
| * | core: rename cgroup_queue → cgroup_realize_queueLennart Poettering2017-09-276-22/+24
| * | unit: remove unused fields from Unit structureLennart Poettering2017-09-271-3/+0
* | | Merge pull request #6922 from poettering/symlink-socketsZbigniew Jędrzejewski-Szmek2017-09-273-15/+34
|\ \ \ | |/ / |/| |
| * | socket: if RemoveOnStop= is turned on for a socket, try to unlink() pre-exist...Lennart Poettering2017-09-271-0/+10
| * | man: document that inability to execute Symlinks= is not fatalLennart Poettering2017-09-271-8/+7
| * | socket: create leading directories for socket symlinksLennart Poettering2017-09-271-1/+3
| * | socket: make sure we warn loudly about symlinks we can't createLennart Poettering2017-09-271-2/+7
| * | fs-util: propagate EEXIST error in symlink_idempotent() as EEXISTLennart Poettering2017-09-271-4/+7
* | | network: change log level when sd_rtnl_message_get_family() returns invalid f...Yu Watanabe2017-09-271-3/+6
* | | core/cgroup: add a helper macro for a common pattern (#6926)Zbigniew Jędrzejewski-Szmek2017-09-273-35/+11
|/ /
* | Merge pull request #6919 from poettering/ebpf-followupZbigniew Jędrzejewski-Szmek2017-09-275-16/+67
|\ \
| * | catalog: split out the one German language entry we have in systemd.catalog i...Lennart Poettering2017-09-263-12/+29
| * | catalog: add two recent message ID additions to catalogLennart Poettering2017-09-261-0/+15
| * | run: also show IP traffic accounting data on "systemd-run --wait"Lennart Poettering2017-09-261-2/+21
| * | core: improve dbus-cgroup error messageLennart Poettering2017-09-261-2/+2
* | | Merge pull request #6915 from poettering/log-executeZbigniew Jędrzejewski-Szmek2017-09-274-238/+182
|\ \ \
| * | | update TODOLennart Poettering2017-09-261-6/+0
| * | | execute: let's close glibc syslog channels tooLennart Poettering2017-09-261-0/+3
| * | | execute: normalize logging in execute.cLennart Poettering2017-09-261-174/+98
| * | | execute: drop explicit log_open()/log_close() now that it is unnecessaryLennart Poettering2017-09-261-5/+1
| * | | execute: make use of the new logging mode in execute.cLennart Poettering2017-09-261-3/+5
| * | | log: add a mode where we open the log fds for every single log messageLennart Poettering2017-09-262-34/+60
| * | | log: let's make use of the fact that our functions return the negative error ...Lennart Poettering2017-09-261-3/+2
| * | | execute: downgrade a log message ERR → WARNING, since we proceed ignoring i...Lennart Poettering2017-09-261-1/+1
| * | | execute: rework logging in setup_keyring() to include unit infoLennart Poettering2017-09-261-12/+12
* | | | udev: proc_cmdline_get_key() FTW! (#6925)Lennart Poettering2017-09-271-31/+18
| |/ / |/| |
* | | Merge pull request #6912 from poettering/mount-kill-controlZbigniew Jędrzejewski-Szmek2017-09-2610-232/+355
|\ \ \
| * | | swap: introduce SWAP_STATE_WITH_PROCESS() similar to MOUNT_STATE_WITH_PROCESS()Lennart Poettering2017-09-261-12/+11
| * | | swap: adjust swap.c in a similar way to what we just did to mount.cLennart Poettering2017-09-263-55/+45