Age | Commit message (Expand) | Author |
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 |
2015-01-08 | machined: when cloning a raw disk image, also set the NOCOW flag | Lennart Poettering |
2015-01-08 | loginctl: show the 10 most recent log user/session log lines in "loginctl use... | Lennart Poettering |
2015-01-08 | path-util: plug leak | Tom Gundersen |
2015-01-08 | journal: bump RLIMIT_NOFILE when journal files to 16K (if possible) | Lennart Poettering |
2015-01-08 | util: make it easy to initialize the crtime from the current time in fd_setcr... | Lennart Poettering |
2015-01-08 | journald: turn off COW for journal files on btrfs | Lennart Poettering |
2015-01-07 | util: upgrade default $TERM from vt102 to vt220 if we have no idea about the ... | Lennart Poettering |
2015-01-07 | conf-parse: make syntax logging functions behave more like other log functons | Lennart Poettering |
2015-01-07 | ptyfwd: simplify how we handle vhangups a bit | Lennart Poettering |