summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAge
* 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
* time-util: mktime_or_timegm are changing the struct tmMarcel Hollerbach2017-09-20
* time-util: correctly handle the timezone when parsingMarcel Hollerbach2017-09-20
* Link to the right glibc commit in comment (#6884)Zbigniew Jędrzejewski-Szmek2017-09-21
* time-util: fix shadowing of timezoneMarcel Hollerbach2017-09-19
* conf-files: fix check for masking with empty filesZbigniew Jędrzejewski-Szmek2017-09-17
* Fix for dst/non-dst timezonesIvan Kurnosov2017-09-17
* Simplify the if cases for timezone checkingZbigniew Jędrzejewski-Szmek2017-09-17
* Added timezone to the CalendarSpec, parser/formatter and the timedatectlIvan Kurnosov2017-09-25