summaryrefslogtreecommitdiff
path: root/src/shared/util.c
Commit message (Expand)AuthorAge
* nspawn: allow spawning ephemeral nspawn containers based on the root file sys...Lennart Poettering2014-12-12
* util: minor simplification for loop_write() and loop_read()Lennart Poettering2014-12-12
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-12
* shared: correct spacing near eol in code commentsTorstein Husebø2014-12-11
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-09
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-10
* sd-bus: get rid of PID starttime conceptLennart Poettering2014-12-09
* util: don't shadow variableThomas Hindoe Paaboel Andersen2014-12-03
* machine-id-setup: add a machine_id_commit call to commit on disk a transient ...Didier Roche2014-12-03
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-29
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* kdbus: set kernel attach mask before creating the first busLennart Poettering2014-11-27
* util: add function getting proc environJakub Filak2014-11-27
* util: skip incomplete ucred information in getpeersec()Lennart Poettering2014-11-25
* util: add functions getting proc cwd and rootJakub Filak2014-11-21
* busctl: add new "call" command to invoke methods on a serviceLennart Poettering2014-11-14
* strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering2014-11-10
* shared: add readlink_valueTom Gundersen2014-11-07
* util: simplify normalize_env_assignment() a bitLennart Poettering2014-11-07
* util: file_is_priv_sticky() is used internally in util.c only nowadays, make ...Lennart Poettering2014-11-07
* util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering2014-11-07
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-07
* util: make use of isempty() where appropriateLennart Poettering2014-11-07
* condition: unify condition logic in one fileLennart Poettering2014-11-06
* util: minor modernisationsLennart Poettering2014-11-05
* util: unify how we see srand()Lennart Poettering2014-10-30
* util: don't block on getrandom()Lennart Poettering2014-10-30
* util: make use of the new getrandom() syscall if it is available when needing...Lennart Poettering2014-10-29
* util: fix copy-paste error and actually set the new hostnameMichal Sekletar2014-10-27
* util: introduce sethostname_idempotentMichal Sekletar2014-10-27
* label: move is_dir() to util.cLennart Poettering2014-10-23
* util: avoid double close of fdThomas Hindoe Paaboel Andersen2014-10-09
* shared: util - use nicer idiom to silence CoverityZbigniew Jędrzejewski-Szmek2014-10-01
* shared: util - use nicer idiom to silence CoverityTom Gundersen2014-09-30
* util: silence coverityTom Gundersen2014-09-29
* util: remove a unnecessary checkThomas Hindoe Paaboel Andersen2014-09-16
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* localed: remove free_and_copyZbigniew Jędrzejewski-Szmek2014-09-03
* util: fix minimal race where we might miss SIGTERMs when forking off an agentLennart Poettering2014-08-27
* util: make lookup_uid() globalDavid Herrmann2014-08-27
* util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering2014-08-26
* util: reset signals when we fork off agentsLennart Poettering2014-08-26
* util: make sure reset_all_signal_handlers() continues with all other signal h...Lennart Poettering2014-08-26
* core: add support for a configurable system-wide start-up timeoutLennart Poettering2014-08-22
* util: simplify close_nointr() a bitLennart Poettering2014-08-21
* util: return after freeing all members of arrayLukas Nykryn2014-08-20