Age | Commit message (Expand) | Author |
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 |
2015-01-14 | util: the chattr flags field is actually unsigned, judging by kernel sources | Lennart Poettering |
2015-01-11 | shared/util: respect buffer boundary on incomplete escape sequences | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Add new function to filter fstab options | 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-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 | util: make use of kcmp() to compare fds, if it is available | Lennart Poettering |
2015-01-07 | util: don't fail recursive bind mounting if we cannot read the mount flags fr... | Lennart Poettering |
2015-01-06 | core: add new logic for services to store file descriptors in PID 1 | Lennart Poettering |
2015-01-05 | util: Do not clear parent mount flags when setting up namespaces | Topi Miettinen |
2015-01-05 | util: Fix signedness error in lines(), match implementations | Colin Walters |
2014-12-28 | util: treat -1 as special size in format_bytes() | Lennart Poettering |
2014-12-28 | machinectl/machined: implement "rename", "clone", "read-only" verbs for machi... | Lennart Poettering |
2014-12-26 | util: always override crtime xattr | Lennart Poettering |
2014-12-25 | machined: beef up machined image listing with creation/modification times of ... | Lennart Poettering |
2014-12-24 | util: make creation time xattr logic more generic | Lennart Poettering |
2014-12-24 | util: fix strict aliasing violations in use of struct inotify_event v5 | Shawn Paul Landden |
2014-12-23 | machined: add new call OpenMachineLogin() that starts a getty in a container ... | Lennart Poettering |
2014-12-23 | util: add allocation loop to gettyname_malloc() | Lennart Poettering |
2014-12-23 | systemd-run: support -t mode when combined with -M | Lennart Poettering |