summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* tmpfiles: add a new return code for "operational failure" when processingZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-08-24
* fs-util: add shortcut for chase_symlinks() when it is called like open(O_PATH)Lennart Poettering2018-08-24
* fs-util: add calls that combine chase_symlinks() and open()/opendir() in oneLennart Poettering2018-08-24
* fd-util: introduce fd_reopen() helper for reopening an fdLennart Poettering2018-08-24
* sd-bus: allow description to be set for system/user busses (#8594)Zbigniew Jędrzejewski-Szmek2018-08-24
* sleep: Move the error level debugging for write_mode and write_stateMario Limonciello2018-08-24
* sleep: Add support for setting a disk offset when hibernatingMario Limonciello2018-08-24
* sd-event: use _cleanup_ to manage temporary referencesZbigniew Jędrzejewski-Szmek2018-08-24
* tmpfiles: add a new return code for "operational failure" when processingZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-08-24
* bus-util: fix a meaningless assertionYu Watanabe2018-08-24
* fs-util: add shortcut for chase_symlinks() when it is called like open(O_PATH)Lennart Poettering2018-08-24
* fs-util: add calls that combine chase_symlinks() and open()/opendir() in oneLennart Poettering2018-08-24
* fd-util: introduce fd_reopen() helper for reopening an fdLennart Poettering2018-08-24
* core: skip the removal of cgroups in the TEST_RUN_MINIMAL mode (#8622)Evgeny Vereshchagin2018-08-24
* sd-bus: allow description to be set for system/user busses (#8594)Zbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: remove unused variables (#8612)Yu Watanabe2018-08-24
* Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello2018-08-24
* machine-image,mount-setup: minor coding style fixesLennart Poettering2018-08-24
* inhibit: make use of EXIT_SUCCESS where appropriateLennart Poettering2018-08-24
* util: check for overflows in xbsearch_r()Lennart Poettering2018-08-24
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-08-24
* core: dont't remount /sys/fs/cgroup for relabel if not needed (#8595)Krzysztof Nowicki2018-08-24
* Fix compilation w/o smack (#8593)Zbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek2018-08-24
* fuzz-unit-file: add __has_feature(memory_sanitizer) when skipping ListenNetlink=Zbigniew Jędrzejewski-Szmek2018-08-24
* label: rework label_fix() implementations (#8583)Lennart Poettering2018-08-24
* fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-08-24
* tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek2018-08-24
* basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: tabs suck (#8527)Lennart Poettering2018-08-24
* logind: drop obsolete commentLennart Poettering2018-08-24
* logind: use manager_get_user_by_pid() where appropriateLennart Poettering2018-08-24
* logind: rework manager_get_{user|session}_by_pid() a bitLennart Poettering2018-08-24
* conf-parse: small prettificationLennart Poettering2018-08-24
* conf-parser: let's explicitly deprecate .include in unit filesLennart Poettering2018-08-24
* parse-util: similar to safe_atou16_full() add safe_atou_full()Lennart Poettering2018-08-24
* parse-util: introduce safe_atou16_full()Lennart Poettering2018-08-24
* macro: introduce new TAKE_FD() macroLennart Poettering2018-08-24
* sleep-config: replace USE() macro with TAKE_PTR() usageLennart Poettering2018-08-24
* macro: introduce TAKE_PTR() macroLennart Poettering2018-08-24
* When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-08-24
* shared/conf-parser: fix outdated commentZbigniew Jędrzejewski-Szmek2018-08-24
* user-util: add new wrappers for reading/writing {passwd,shadow,gshadow} datab...Franck Bui2018-08-24
* coccinelle: always use fcntl(fd, FD_DUPFD, 3) instead of dup(fd)Lennart Poettering2018-08-24
* coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering2018-08-24
* journal: make the compression threshold tunableAlex Gartrell2018-08-24
* fileio: port parse_env_file_internal() to use _cleanup_free_ (#8511)Lennart Poettering2018-08-24
* Fix include mask in API header sd-event.h to be C90 conformant. (Closes #69)Sven Eden2018-06-29