summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* fileio: add parse_env_filev() that is like parse_env_file() but takes a va_listLennart Poettering2018-08-24
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-08-24
* process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()Lennart Poettering2018-08-24
* fd-util: add new helper call fd_duplicate_data_fd()Lennart Poettering2018-08-24
* basic: fix raw_clone() on 32-bit sparcMike Gilbert2018-08-24
* load-fragment: allow to specify RestrictNamespaces= multiple timesYu Watanabe2018-08-24
* nsflsgs: drop namespace_flag_{from,to}_string()Yu Watanabe2018-08-24
* nsflags: drop namespace_flag_to_string_many_with_check()Yu Watanabe2018-08-24
* logind: let's change the type of the runtime directory size to uint64_tLennart Poettering2018-08-24
* util: add debug logging to system_tasks_max()Lennart Poettering2018-08-24
* util: fix physical_memory() to work correctly on cgroupsv2Lennart Poettering2018-08-24
* nspawn: make sure our container PID 1 keeps logging to the original stderr as...Lennart Poettering2018-08-24
* timesync,shared: move logic requesting bus name to sharedYu Watanabe2018-08-24
* tree-wide: remove some double newlines in headers, tooLennart Poettering2018-08-24
* conf-parser: make use of free_and_replace() at one more placeLennart Poettering2018-08-24
* tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-08-24
* config-parser: introduce new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-08-24
* basic/rm-rf: include the path in error messagesZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering2018-08-24
* string-table: add new DUMP_STRING_TABLE() macroLennart Poettering2018-08-24
* test-sizeof: show that a small 64 field is not enough to force the enum to be...Zbigniew Jędrzejewski-Szmek2018-08-24
* fs-util: don't alter errno in unlink_tempfilep()Lennart Poettering2018-08-24
* Use STRLEN in two placesZbigniew Jędrzejewski-Szmek2018-08-24
* test-copy: remove unnecessary initializationZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: do not wrap assert_se in extra parenthesesZbigniew Jędrzejewski-Szmek2018-08-24
* core/mount-setup: remove part of check which is always trueZbigniew Jędrzejewski-Szmek2018-08-24
* login: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-08-24
* bus-util: add more macros for defining functions of getting dbus propertiesYu Watanabe2018-08-24
* fs-util,test: add helper to remove tempfilesZbigniew Jędrzejewski-Szmek2018-08-24
* path-util: one more empty_or_root() changeLennart Poettering2018-08-24
* process-util: add new helper call for adjusting the OOM scoreLennart Poettering2018-08-24
* basic: split parsing of the OOM score adjust value into its own function in p...Lennart Poettering2018-08-24
* conf-parser: shorten config_parse_string() by using free_and_strdup() and emp...Lennart Poettering2018-08-24
* basic: be more careful when closing fds based on RLIMIT_NOFILELennart Poettering2018-08-24
* core: move config_parse_limit() to the generic conf-parser.[ch]Lennart Poettering2018-08-24
* rlimit-util: rework rlimit_{from|to}_string() to work without "Limit" prefixLennart Poettering2018-08-24
* inhibit: use pager for systemd-inhibit --listDavid Tardon2018-08-24
* Turn VALGRIND variable into a meson configuration switchZbigniew Jędrzejewski-Szmek2018-08-24
* core: Break circular dependency between unit.h and cgroup.hFelipe Sateler2018-08-24
* test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)Yu Watanabe2018-08-24
* sd-bus: use free_and_strdup()Yu Watanabe2018-08-24
* bus-util: add several macros for defining functions of getting dbus propertiesYu Watanabe2018-08-24
* basic: add log_level argument to timezone_is_validMike Gilbert2018-08-24
* basic: timezone_is_valid: check for magic bytes "TZif"Mike Gilbert2018-08-24
* test: do not call alloca() inside the list of argumentsYu Watanabe2018-08-24
* hexdecoct: drop an unnecessary checkYu Watanabe2018-08-24
* basic: fix comment styleYu Watanabe2018-08-24
* hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()Yu Watanabe2018-08-24
* terminal-util: add a function that shows a pretty separator lineLennart Poettering2018-08-24
* string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe2018-08-24