Age | Commit message (Expand) | Author |
2015-05-05 | shared/utmp-wtmp: fix copy/paste error | Michael Olbrich |
2015-05-05 | lockfile-util.[ch]: Split out from util.[ch] | Colin Walters |
2015-05-05 | Fix permissions on /run/systemd/nspawn/locks | Seth Jennings |
2015-05-05 | core: be more strict when manipulating slices names and unescaping paths from... | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-05-05 | util: be a bit safer in path_is_safe() | Lennart Poettering |
2015-05-05 | cgroup-util: be more strict when processing slice unit names | Lennart Poettering |
2015-05-04 | generators: rename add_{root,usr}_mount to add_{sysroot,sysroot_usr}_mount | Zbigniew Jędrzejewski-Szmek |
2015-04-30 | core: catch some special cases in cg_slice_to_path() | Lennart Poettering |
2015-04-30 | sd-bus,sd-login: add api for querying the slice within the the user systemd i... | Lennart Poettering |
2015-04-30 | core: rework cgroup path parse logic | Lennart Poettering |
2015-04-29 | sd-bus: properly handle creds that are known but undefined for a process | Lennart Poettering |
2015-04-28 | exit-status: introduce common exit_status_set_test() call for testing exit st... | Lennart Poettering |
2015-04-26 | path-util: fix fstat fallback in fd_is_mount_point | Thomas Hindoe Paaboel Andersen |
2015-04-24 | sysctl: minor simplifications | Lennart Poettering |
2015-04-24 | shared/utmp-wtmp: add parameter for origin tty and callback userdata | Daniel Mack |
2015-04-23 | path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t... | Lennart Poettering |
2015-04-23 | util: Fix assertion in split() on missing ' | Martin Pitt |
2015-04-22 | journalctl: rework code that checks whether we have access to /var/log/journal | Lennart Poettering |
2015-04-22 | btrfs-util: support recursive removal of read-only subvolumes | Lennart Poettering |
2015-04-22 | btrfs-util: fix creating recursive read-only snapshots | Lennart Poettering |
2015-04-22 | btrfs-util: be more careful when invoking btrfs file system ioctls | Lennart Poettering |
2015-04-22 | btrfs-util: introduce btrfs_is_filesystem() and make use of it where appropriate | Lennart Poettering |
2015-04-22 | util: make sure fd refers to regular file or directory when applying file att... | Lennart Poettering |
2015-04-21 | core: make unit deserialization more defensive | Lennart Poettering |
2015-04-21 | tree-wide: get rid of more strerror() calls | Lennart Poettering |
2015-04-21 | log: move log_syntax() into src/shared/log.c, and make it more similar to the... | Lennart Poettering |
2015-04-20 | util: fix typo | Raul Gutierrez S |
2015-04-18 | exit-status: Fix "NOTINSSTALLED" typo | Martin Pitt |
2015-04-16 | shared: move assert_return_errno() from libudev | Tom Gundersen |
2015-04-12 | shared/hashmap: normalize whitespace | Zbigniew Jędrzejewski-Szmek |
2015-04-11 | bus: implement bus_label_unescape_n() | David Herrmann |
2015-04-11 | hashmap: return NULL from destructor | David Herrmann |
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 | efivars: fix build for non-efi | Thomas Hindoe Paaboel Andersen |
2015-04-10 | shared: boot-timestamps - remove ifdef | Tom Gundersen |
2015-04-10 | shared: efivars - fix compile on non-EFI systems | Tom Gundersen |
2015-04-10 | shared: efivars - is_efi_*() returns bool instead of int | Tom Gundersen |
2015-04-10 | device-nodes: minor simplifications | Lennart Poettering |
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 | shared: fix memleak | Ronny Chevalier |
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 |