summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "tree-wide: use pid_is_valid() at more places"Alan Jenkins2017-10-03
* meson: check for sys/auxv.hZbigniew Jędrzejewski-Szmek2017-10-03
* build-sys: change all HAVE_DECL_ macros to HAVE_Zbigniew Jędrzejewski-Szmek2017-11-22
* path-util: some updates to path_make_relative()Lennart Poettering2017-11-22
* core: chown() StateDirectory= and friends recursively when starting a serviceLennart Poettering2017-11-22
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-09-29
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-09-29
* sd-bus: drop bloom fieldsLennart Poettering2017-09-29
* sd-bus: drop match cookie conceptLennart Poettering2017-09-29
* sd-bus: when showing brief message info show error name in debug out put tooLennart Poettering2017-09-29
* mount-util: add fusectl to list of API VFSLennart Poettering2017-09-29
* dissect: split list of discard-supporting fs out into mount-util.cLennart Poettering2017-11-22
* dissect: automatically mark partitions read-only that have a read-only file s...Lennart Poettering2017-11-22
* meson: move library version defines to the top (#6939)Zbigniew Jędrzejewski-Szmek2017-09-28
* meson: bump release to 235Lennart Poettering2017-09-28
* libelogind: use IN_SET macroYu Watanabe2017-11-22
* cgroup: IN_SET() FTW!Lennart Poettering2017-09-26
* cgroup: after determining that a cgroup is empty, asynchronously dispatch thisLennart Poettering2017-11-22
* core: rename cgroup_queue → cgroup_realize_queueLennart Poettering2017-11-22
* core/cgroup: add a helper macro for a common pattern (#6926)Zbigniew Jędrzejewski-Szmek2017-11-22
* fs-util: propagate EEXIST error in symlink_idempotent() as EEXISTLennart Poettering2017-11-22
* log: add a mode where we open the log fds for every single log messageLennart Poettering2017-11-22
* log: let's make use of the fact that our functions return the negative error ...Lennart Poettering2017-09-25
* swap: adjust swap.c in a similar way to what we just did to mount.cLennart Poettering2017-09-25
* mount: rework mount state engineLennart Poettering2017-09-25
* set: add new helper set_make() which is like set_new() + multiple set_put() i...Lennart Poettering2017-11-22
* basic/log: fix return value from log_struct_iovec_internal()Zbigniew Jędrzejewski-Szmek2017-09-26
* string-util: use size_t for strjoina macro (#6914)Jonathan Lebon2017-09-25
* shared/bus-util: format uid==-1 and gid==-1 as [not set]Zbigniew Jędrzejewski-Szmek2017-09-25
* basic/cap-list: report empty capability set as ""Zbigniew Jędrzejewski-Szmek2017-09-25
* fileio: return 0 from read_one_line_file on successZbigniew Jędrzejewski-Szmek2017-11-22
* fileio: initialize errno to zero before we do fread()Lennart Poettering2017-09-22
* fileio: try to read one byte too much in read_full_stream()Lennart Poettering2017-09-22
* fileio: move fsync() logic into write_string_stream_ts()Lennart Poettering2017-09-22
* fileio: make write_string_stream() accept flags parameterLennart Poettering2017-09-22
* fileio: support writing atomic files with timestampLennart Poettering2017-09-22
* cgroup: rework which files we chown() on delegationLennart Poettering2017-09-22
* cgroup-util: downgrade log messages from library code to LOG_DEBUGLennart Poettering2017-11-21
* core: whenever a unit terminates, log its consumed resources to the journalLennart Poettering2017-09-21
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-21
* cgroup: refuse to return accounting data if accounting isn't turned onLennart Poettering2017-11-21
* core: when coming back from reload/reexec, reapply all cgroup propertiesLennart Poettering2017-09-07
* core: serialize/deserialize IP accounting across daemon reload/reexecLennart Poettering2017-09-07
* Add test for eBPF firewall codeDaniel Mack2016-11-03
* cgroup: dump the newly added IP settings in the cgroup contextLennart Poettering2017-09-01
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-11-21
* Add firewall eBPF compilerDaniel Mack2017-11-21
* cgroup: add fields to accommodate eBPF related detailsDaniel Mack2017-11-21
* Add IP address address ACL representation and parserDaniel Mack2017-11-21
* Add abstraction model for BPF programsDaniel Mack2017-11-20