summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAge
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-12-08
* build-sys: s/HAVE_SMACK/ENABLE_SMACK/Zbigniew Jędrzejewski-Szmek2017-12-08
* build-sys: s/HAVE_IMA/ENABLE_IMA/Zbigniew Jędrzejewski-Szmek2017-12-07
* Apply updates from upstreamSven Eden2017-12-07
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
* Revert "tree-wide: use pid_is_valid() at more places"Alan Jenkins2017-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
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-09-29
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-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
* 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
* 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, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-11-21
* Add abstraction model for BPF programsDaniel Mack2017-11-20
* cgroup-util: minor coding style adjustmentLennart Poettering2017-09-04
* v235: Added missing updatesSven Eden2017-11-19
* Prep v235: Added cap-list, which is needed now.Sven Eden2017-11-19
* fileio: return 0 from read_one_line_file on successZbigniew Jędrzejewski-Szmek2017-09-24
* fileio: use _cleanup_ for FILE unlockingZbigniew Jędrzejewski-Szmek2017-09-25
* 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-util: replace one use of fgets() by read_line()Lennart Poettering2017-09-25
* fileio: rework read_one_line_file() on top of read_line()Lennart Poettering2017-09-25
* def: add new constant LONG_LINE_MAXLennart Poettering2017-09-22
* fileio: add new helper call read_line() as bounded getline() replacementLennart Poettering2017-09-25
* cgroup: rework which files we chown() on delegationLennart Poettering2017-09-22
* cgroup-util: downgrade log messages from library code to LOG_DEBUGLennart Poettering2017-09-25