summaryrefslogtreecommitdiff
path: root/src/shared/util.h
Commit message (Expand)AuthorAgeFilesLines
* core/manager: print status messages about running jobsstat2Michal Schmidt2013-02-281-0/+1
* util: split resolving of /dev/console into a new functionMichal Schmidt2013-02-281-0/+1
* util, core: add support for ephemeral status linesMichal Schmidt2013-02-281-2/+3
* bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen2013-02-141-0/+2
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-9/+0
* efi: efi_get_boot_options() should already sort the entries, the random order...Lennart Poettering2013-02-131-2/+13
* util: introduce strcaseeq/strncaseeqThomas Hindoe Paaboel Andersen2013-02-131-0/+2
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-111-0/+3
* util: introduce FOREACH_LINE for iterating through filesLennart Poettering2013-02-111-0/+9
* env: considerably beef up environment cleaning logicLennart Poettering2013-02-111-0/+1
* Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()Zbigniew Jędrzejewski-Szmek2013-01-251-0/+1
* util: move is_efiboot() to efivars.cLennart Poettering2013-01-211-2/+0
* cgroup: additional validity checks for cgroup attribute namesLennart Poettering2013-01-191-0/+1
* systemctl add command list-dependenciesLukas Nykryn2013-01-171-0/+1
* systemctl: when inhibiting shutdown/suspend also check for other login sessionsLennart Poettering2013-01-151-0/+2
* unit: add ConditionACPower=Lennart Poettering2012-12-311-0/+2
* journalctl: strip TABs and ANSI color sequences from log messages when displa...Lennart Poettering2012-12-231-0/+2
* nspawn: allow passing socket activation fds through nspawnLennart Poettering2012-12-221-1/+0
* util: split off time related calls from util.[ch] into time-util.[ch]Lennart Poettering2012-11-231-54/+1
* shared: FORMAT_TIMESTAMP_MAX +1Kay Sievers2012-11-221-1/+1
* util: add strreplace() to replace a substring by another stringLennart Poettering2012-11-141-0/+2
* util: nicer tree drawingsMichal Schmidt2012-11-121-3/+3
* shared: add is_efiboot()Kay Sievers2012-11-041-0/+2
* util : fallback to plain ASCII drawing if locale is not UTF-8Michal Schmidt2012-11-021-0/+9
* util: add is_locale_utf8()Michal Schmidt2012-11-021-0/+2
* shared: "max" in the string->number conversion is meant to be inclusiveMichal Schmidt2012-10-301-1/+1
* shared, core: do not always accept numbers in string lookupsMichal Schmidt2012-10-301-9/+39
* logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering2012-10-281-0/+1
* util: return the remaining string in startswith()Lennart Poettering2012-10-271-2/+2
* coredumpctl: show timestamps in listLennart Poettering2012-10-261-1/+1
* util: add (x)bsearch_r(), the missing counterpart of qsort_r()Kay Sievers2012-10-221-0/+4
* util: change endswith() to return a pointer to the suffixLennart Poettering2012-10-191-1/+1
* util: unify line caching and column cachingLennart Poettering2012-10-191-3/+3
* util: unify usage of on_tty() in util.cLennart Poettering2012-10-191-0/+1
* util: simplify column caching logicLennart Poettering2012-10-191-1/+0
* journalctl: implement --since= and --until for filtering by timeLennart Poettering2012-10-111-0/+2
* dbus: add some more safety checks before accepting data from bus clientsLennart Poettering2012-10-031-0/+3
* journalctl: reset cached column count on SIGWINCHDave Reisner2012-09-241-0/+1
* util: fix overflow checksLennart Poettering2012-09-201-2/+2
* util: overflow hardeningLennart Poettering2012-09-201-1/+1
* util: make sure heap allocators fail when array allocations are out of boundsLennart Poettering2012-09-201-3/+17
* util: define union dirent_storage and make use of it everywhereLennart Poettering2012-09-191-0/+7
* util: introduce get_process_gid()Lennart Poettering2012-09-181-0/+1
* util: various cleanups for printing boot statusLennart Poettering2012-09-171-3/+3
* nspawn: use automatic cleanup for umaskZbigniew Jędrzejewski-Szmek2012-09-161-0/+2
* timedate: assorted improvementsLennart Poettering2012-09-141-2/+2
* util: various additional modernizationsLennart Poettering2012-09-141-0/+1
* util: modernize a few functions with automatic cleanup variablesLennart Poettering2012-09-141-0/+1
* macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an...Lennart Poettering2012-09-131-0/+3
* journal: move syslog specific calls out of util.cLennart Poettering2012-08-221-4/+0