Age | Commit message (Expand) | Author |
2015-01-23 | core: add a property that shows the current memory usage of a unit | Lennart Poettering |
2015-01-22 | cgroup-show: remove duplicated check | Zbigniew Jędrzejewski-Szmek |
2015-01-23 | importd: when listing transfers, show progress percentage | Lennart Poettering |
2015-01-22 | cgroup-show: don't hit assert, when the extra pids array is empty | Lennart Poettering |
2015-01-22 | import: only define the _to_string() enum mapping function, thus making gcc s... | Lennart Poettering |
2015-01-22 | import: rename --verify=sum to --verify=checksum | Lennart Poettering |
2015-01-22 | shared/acl-util: add mask only when needed, always add base ACLs | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | tmpfiles: implement augmenting of existing ACLs | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | tmpfiles: add 'a' type to set ACLs | Zbigniew Jędrzejewski-Szmek |
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-22 | log: add new log output mode, that prints to console, but prefixes with syslo... | 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 | import: port pull-raw to helper tools implemented for pull-tar | Lennart Poettering |
2015-01-20 | util: make http url validity checks more generic, and move them to util.c | Lennart Poettering |
2015-01-19 | networkd: netdev - add ipvlan support | Tom Gundersen |
2015-01-19 | nspawn: support dissecting GPT images that contain only a single generic linu... | Lennart Poettering |
2015-01-19 | machined: refer to the disk space allocated for an image to "usage" rather th... | Lennart Poettering |
2015-01-19 | qcow2: when dissecting qcow2, use btrfs clone ioctls for reflinking blocks to... | Lennart Poettering |
2015-01-19 | import-raw: when downloading raw images, generate sparse files if we can | Lennart Poettering |
2015-01-18 | Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.h | Zbigniew Jędrzejewski-Szmek |
2015-01-18 | Add initialization helper for file_handle_union | Zbigniew Jędrzejewski-Szmek |
2015-01-18 | util: replace RUN_WITH_LOCALE with extended locale functions | Cristian Rodríguez |
2015-01-17 | missing: add macros for OFD locks | Michael Marineau |
2015-01-15 | nspawn,machined: change default container image location from /var/lib/contai... | Lennart Poettering |
2015-01-15 | import: rename "gpt" disk image type to "raw" | Lennart Poettering |
2015-01-14 | nspawn: add file system locks for controlling access to container images | Lennart Poettering |
2015-01-14 | pty: minor modernization | Lennart Poettering |
2015-01-14 | machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re... | Lennart Poettering |
2015-01-14 | util: the chattr flags field is actually unsigned, judging by kernel sources | Lennart Poettering |
2015-01-14 | ptyfw: add missing error check | Lennart Poettering |
2015-01-13 | networkd: make IP forwarding for IPv4 and IPv6 individually configurable | Lennart Poettering |
2015-01-13 | fw-util: fix errno typo for !HAVE_LIBIPTC | Daniel Mack |
2015-01-13 | networkd: add minimal IP forwarding and masquerading support to .network files | Lennart Poettering |
2015-01-13 | shared: add minimal firewall manipulation helpers for establishing NAT rules,... | Lennart Poettering |
2015-01-11 | fstab-util: fix priority parsing and add test | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | shared/util: respect buffer boundary on incomplete escape sequences | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Support negated fstab options | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | fstab-util: detect out-of-range pri= assignments | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Add new function to filter fstab options | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | shared/list: add LIST_APPEND | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | path-lookup: allow /run to override /etc in generator search | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Implement masking and overriding of generators | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Simplify execute_directory() | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | log: fix log_full_errno() with custom facilities | David Herrmann |
2015-01-09 | logind: unify how we cast between uid_t and pointers for hashmap keys | Lennart Poettering |