summaryrefslogtreecommitdiff
path: root/src/basic/util.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-08util: introduce memcmp_safe()Yu Watanabe1-3/+10
2018-07-25pam_systemd: move socket_from_display() from util.[ch] to pam_systemd.cLennart Poettering1-1/+0
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-4/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-18util: add qsort_r_safe(), similar to qsort_safe()Lennart Poettering1-0/+8
2018-04-11util: introduce typesafe_qsort(), a typesafe version of qsort()/qsort_safe()Lennart Poettering1-0/+8
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-26tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek1-0/+13
2018-02-22basic: split out update_reboot_parameter_and_warn() into its own .c/.h filesLennart Poettering1-2/+0
2018-01-10util: minor tweaks to disable_core_dumps()Lennart Poettering1-1/+1
2018-01-10tree-wide: introduce disable_core_dumps helper and port existing usersJan Klötzke1-0/+2
2017-12-26condition: extend ConditionKernelVersion= with relative version checksLennart Poettering1-0/+2
2017-12-25basic: split out blockdev-util.[ch] from util.hLennart Poettering1-5/+0
2017-12-25process-util: move fork_agent() to process-util.[ch]Lennart Poettering1-2/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-13util: make get_block_device() availableFranck Bui1-0/+3
2017-02-11basic/util: move execute_directory() to separate fileZbigniew Jędrzejewski-Szmek1-2/+0
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-07-31Add enable_disable() helperZbigniew Jędrzejewski-Szmek1-0/+4
2016-07-22Merge pull request #3777 from poettering/id128-reworkZbigniew Jędrzejewski-Szmek1-2/+0
2016-07-22core: support percentage specifications on TasksMax=Lennart Poettering1-0/+3
2016-07-22sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart Poettering1-2/+0
2016-06-14util: introduce physical_memory_scale() to unify how we scale by physical memoryLennart Poettering1-0/+1
2016-06-13core: parse `rd.rescue` and `rd.emergency` as initrd-specific shorthands (#3488)Ivan Shapovalov1-0/+1
2016-04-12core: rework reboot parameter logic a bitLennart Poettering1-1/+1
2016-03-14include sys/sysmacros.h in more placesMike Frysinger1-0/+1
2016-02-13Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering1-0/+10
2016-02-11Add memcpy_safeZbigniew Jędrzejewski-Szmek1-0/+10
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-0/+3
2015-11-03util-lib: move character class definitions to string-util.hLennart Poettering1-7/+0
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering1-12/+0
2015-10-27util-lib: move fdname_is_valid() to fd-util.[ch]Lennart Poettering1-2/+0
2015-10-27process-util: move a couple of process-related calls overLennart Poettering1-23/+0
2015-10-27mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering1-8/+0
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-94/+15
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering1-11/+3
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering1-4/+0
2015-10-27macro: move DECIMAL_STR_WIDTH() into macro.hLennart Poettering1-9/+0
2015-10-27util-lib: move web-related calls into web-util.[ch]Lennart Poettering1-5/+0
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering1-10/+0
2015-10-27util-lib: move running_in_chroot() into virt.[ch]Lennart Poettering1-2/+0
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering1-6/+0
2015-10-27util-lib: move is_main_thread() to process-util.[ch]Lennart Poettering1-2/+0
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering1-19/+0
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering1-19/+0
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-56/+0
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering1-29/+0
2015-10-27util: move string_is_safe() to string-util.[ch]Lennart Poettering1-2/+0
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-32/+0