Age | Commit message (Expand) | Author |
2015-04-20 | util: fix typo | Raul Gutierrez S |
2015-04-11 | shared: move replace_env* from util to env-util | Ronny Chevalier |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-11 | shared: add random-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-10 | util: unify how we parse mode_t strings | Lennart Poettering |
2015-04-10 | util: remove normalize_env_assignment(), it's unused | Lennart Poettering |
2015-04-10 | util: mark unquote() static, so that new code doesn't use this anymore | Lennart Poettering |
2015-04-10 | util: fix unicode decoding in unquote_first_word() | Lennart Poettering |
2015-04-10 | util: when unescaping C escape sequences support C++11 \u and \U unicode lite... | Lennart Poettering |
2015-04-09 | util: fix a typo in comment | Thomas Hindoe Paaboel Andersen |
2015-04-09 | util: cunescape - fix memleak in error path | Ronny Chevalier |
2015-04-09 | util: add shell_maybe_quote() call for preparing a string for shell cmdline i... | Lennart Poettering |
2015-04-08 | util: merge change_attr_fd() and chattr_fd() | Lennart Poettering |
2015-04-08 | remove duplicated includes | Ronny Chevalier |
2015-04-07 | util: rework cunescape(), improve error handling | Lennart Poettering |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering |
2015-03-27 | fix gcc warnings about uninitialized variables | Harald Hoyer |
2015-03-26 | util: rework word parsing and c unescaping code | Lennart Poettering |
2015-03-25 | fstab-generator: don't accept missing root=, but accept root=none | Tobias Hunger |
2015-03-24 | fstab-generator: Support root on tmpfs (or other deviceless FS) | Tobias Hunger |
2015-03-19 | Add change_attr_fd() | Goffredo Baroncelli |
2015-03-16 | shared - reinstate plymouth_running() | Tom Gundersen |
2015-03-16 | core: Remove explicit Plymouth integration | Jasper St. Pierre |
2015-03-15 | util: check asprintf return value | Zbigniew Jędrzejewski-Szmek |
2015-03-14 | util: remove redundant debug message | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | Check that EWOULDBLOCK is the same as EAGAIN | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |
2015-03-10 | util: add rename_noreplace | Alban Crequy |
2015-03-10 | Add type specifier for int | Thomas Hindoe Paaboel Andersen |
2015-03-09 | Introduce loop_read_exact helper | Zbigniew Jędrzejewski-Szmek |
2015-03-03 | shared/util: assume ac when /sys/class/power_supply is missing | Zbigniew Jędrzejewski-Szmek |
2015-03-01 | shared: AFS is also a network filesystem | Cristian Rodríguez |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-18 | shared: introduce cmsg_close_all() call | Lennart Poettering |
2015-02-18 | Add gettext support | Didier Roche |
2015-02-14 | util: use a shared lookup function for string tables | Bruno Bottazzini |
2015-02-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen |
2015-02-11 | tree-wide: whenever we include libgen.h, immediately undefine basename() | Lennart Poettering |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-28 | util: add comment explaining hostname_is_valid() | Lennart Poettering |
2015-01-22 | import: introduce new mini-daemon systemd-importd, and make machinectl a clie... | Lennart Poettering |
2015-01-21 | util: Add some missing hidden_file() suffixes | Martin Pitt |
2015-01-21 | import: add image verification using gpg | Lennart Poettering |
2015-01-20 | util: make http url validity checks more generic, and move them to util.c | Lennart Poettering |
2015-01-19 | import-raw: when downloading raw images, generate sparse files if we can | Lennart Poettering |
2015-01-18 | util: replace RUN_WITH_LOCALE with extended locale functions | Cristian Rodríguez |
2015-01-14 | nspawn: add file system locks for controlling access to container images | Lennart Poettering |
2015-01-14 | machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re... | Lennart Poettering |