summaryrefslogtreecommitdiff
path: root/src/shared/util.h
AgeCommit message (Expand)Author
2013-04-05Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek
2013-04-05PAM, uaccess: check for logind, not for systemdMartin Pitt
2013-04-05journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63UCristian Rodríguez
2013-04-04util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering
2013-04-02util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering
2013-03-31bus: parse matches locally and allow registration of callbacks for themLennart Poettering
2013-03-30bus: implement server mode, and anonymous authenticationLennart Poettering
2013-03-29Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek
2013-03-28catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek
2013-03-26Simplify the meaning of %sZbigniew Jędrzejewski-Szmek
2013-03-22journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering
2013-03-20bus: implement demarshallerLennart Poettering
2013-03-20util: add hexmem() and strextend() callsLennart Poettering
2013-03-20Make PrivateTmp dirs also inaccessible from the outsideZbigniew Jędrzejewski-Szmek
2013-03-18journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek
2013-03-15core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar
2013-03-13util, manager: and mempset() and use itMichal Schmidt
2013-03-08shared: inline trivial auto-cleanup functionsMichal Schmidt
2013-03-02job: print the "OK" status messages in normal greenMichal Schmidt
2013-02-28core/manager: print status messages about running jobsMichal Schmidt
2013-02-28util: split resolving of /dev/console into a new functionMichal Schmidt
2013-02-28util, core: add support for ephemeral status linesMichal Schmidt
2013-02-14bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-02-13efi: efi_get_boot_options() should already sort the entries, the random order...Lennart Poettering
2013-02-13util: introduce strcaseeq/strncaseeqThomas Hindoe Paaboel Andersen
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering
2013-02-11util: introduce FOREACH_LINE for iterating through filesLennart Poettering
2013-02-11env: considerably beef up environment cleaning logicLennart Poettering
2013-01-25Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()Zbigniew Jędrzejewski-Szmek
2013-01-21util: move is_efiboot() to efivars.cLennart Poettering
2013-01-19cgroup: additional validity checks for cgroup attribute namesLennart Poettering
2013-01-17systemctl add command list-dependenciesLukas Nykryn
2013-01-15systemctl: when inhibiting shutdown/suspend also check for other login sessionsLennart Poettering
2012-12-31unit: add ConditionACPower=Lennart Poettering
2012-12-23journalctl: strip TABs and ANSI color sequences from log messages when displa...Lennart Poettering
2012-12-22nspawn: allow passing socket activation fds through nspawnLennart Poettering
2012-11-23util: split off time related calls from util.[ch] into time-util.[ch]Lennart Poettering
2012-11-22shared: FORMAT_TIMESTAMP_MAX +1Kay Sievers
2012-11-14util: add strreplace() to replace a substring by another stringLennart Poettering
2012-11-12util: nicer tree drawingsMichal Schmidt
2012-11-04shared: add is_efiboot()Kay Sievers
2012-11-02util : fallback to plain ASCII drawing if locale is not UTF-8Michal Schmidt
2012-11-02util: add is_locale_utf8()Michal Schmidt
2012-10-30shared: "max" in the string->number conversion is meant to be inclusiveMichal Schmidt
2012-10-30shared, core: do not always accept numbers in string lookupsMichal Schmidt
2012-10-28logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering
2012-10-27util: return the remaining string in startswith()Lennart Poettering
2012-10-26coredumpctl: show timestamps in listLennart Poettering
2012-10-22util: add (x)bsearch_r(), the missing counterpart of qsort_r()Kay Sievers