Age | Commit message (Expand) | Author |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-21 | util: an array with one entry is always ordered | Lennart Poettering |
2015-05-21 | util: introduce PERSONALITY_INVALID as macro for 0xffffffffLU | Lennart Poettering |
2015-05-20 | util: introduce reset_uid_gid() for resetting all uids and gids to 0 | Lennart Poettering |
2015-05-20 | core,nspawn: unify code that moves the root dir | Lennart Poettering |
2015-05-19 | bootctl: modernization | Zbigniew Jędrzejewski-Szmek |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-05-14 | nspawn: allow access to device nodes listed in --bind= and --bind-ro= switches | Stefan Junker |
2015-05-14 | util: introduce memmem_safe() and make use of it | Lennart Poettering |
2015-05-14 | util: use GNU comparison function prototype for qsort_safe() | Lennart Poettering |
2015-05-13 | nspawn: skip symlink to a combined cgroup hierarchy if it already exists | Iago López Galeiras |
2015-05-05 | lockfile-util.[ch]: Split out from util.[ch] | Colin Walters |
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-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-07 | util: rework cunescape(), improve error handling | Lennart Poettering |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering |
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-10 | util: add rename_noreplace | Alban Crequy |
2015-03-09 | Introduce loop_read_exact helper | Zbigniew Jędrzejewski-Szmek |
2015-02-24 | sd-bus, shared: fix includes | Daniel Mack |
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-04 | shared/util: drop duplicate log2u64 function | Zbigniew Jędrzejewski-Szmek |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-02-01 | shared/capability: go frugal on space for caps | Zbigniew Jędrzejewski-Szmek |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | import: only define the _to_string() enum mapping function, thus making gcc s... | Lennart Poettering |
2015-01-22 | shared/cgroup-show: simplify show_pid_array() | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | Fix some format strings for enums, they are signed | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | shared/util: use signed printf format for PIDs | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | import: introduce new mini-daemon systemd-importd, and make machinectl a clie... | Lennart Poettering |
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 |