Age | Commit message (Expand) | Author |
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 |
2015-01-07 | btrfs-util: rework how we iterate through the results of the TREE_SEARCH results | Lennart Poettering |
2015-01-07 | machinectl: make sure that "machinectl login" exits immediately when the mach... | 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 | journald: whenever we rotate a file, btrfs defrag it | Lennart Poettering |
2015-01-06 | tree-wide: remove unnecessary LOG_PRI | Zbigniew Jędrzejewski-Szmek |
2015-01-06 | core: add new logic for services to store file descriptors in PID 1 | Lennart Poettering |
2015-01-05 | path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins... | Ivan Shapovalov |
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 |
2015-01-05 | journald: process SIGBUS for the memory maps we set up | Lennart Poettering |
2015-01-05 | nspawn: mount most of the cgroup tree read-only in nspawn containers except f... | Lennart Poettering |
2015-01-01 | missing: add __NR_renameat2 | Zbigniew Jędrzejewski-Szmek |
2014-12-30 | tree-wide: spelling fixes | Veres Lajos |
2014-12-30 | macro: add DIV_ROUND_UP() | David Herrmann |
2014-12-29 | capability: use /proc/sys/kernel/cap_last_cap | David Herrmann |
2014-12-28 | util: treat -1 as special size in format_bytes() | Lennart Poettering |
2014-12-28 | machined: add support for reporting image size via btrfs quota | Lennart Poettering |
2014-12-28 | tmpfiles: add new line type 'v' for creating btrfs subvolumes | Lennart Poettering |
2014-12-28 | machinectl/machined: implement "rename", "clone", "read-only" verbs for machi... | Lennart Poettering |
2014-12-28 | machined: add "machinectl remove" for removing images | Lennart Poettering |
2014-12-28 | machined: Move image discovery logic into src/shared, so that we can make use... | Lennart Poettering |
2014-12-26 | util: always override crtime xattr | Lennart Poettering |
2014-12-26 | copy: try top copy atime/time/xattrs when copying files | Lennart Poettering |
2014-12-25 | test: do not use last cap from kernel in test-cap-list | Filipe Brandenburger |
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 | build-sys: move core/build.h → shared/build.h | Lennart Poettering |
2014-12-23 | machined: add new call OpenMachineLogin() that starts a getty in a container ... | Lennart Poettering |
2014-12-23 | condition: don't include files from src/core | Lennart Poettering |
2014-12-23 | env-util: don't include files from src/core/ | Lennart Poettering |
2014-12-23 | util: add allocation loop to gettyname_malloc() | Lennart Poettering |
2014-12-23 | nspawn,pty: port over to new ptsname_malloc() helper | Lennart Poettering |
2014-12-23 | systemd-run: support -t mode when combined with -M | Lennart Poettering |
2014-12-23 | run: add a new "-t" mode for invoking a binary on an allocated TTY | Lennart Poettering |
2014-12-22 | shared: json - support escaping utf16 surrogate pairs | Tom Gundersen |
2014-12-22 | shared: utf8 - support decoding the full utf16 | Tom Gundersen |
2014-12-22 | shared: utf8 - support ucs4 -> utf8 | Tom Gundersen |
2014-12-22 | verbs: fix typo in error message | Dave Reisner |
2014-12-19 | machined: add new GetImage() bus call for retrieving the bus path for an image | Lennart Poettering |
2014-12-19 | util: rename ignore_file() to hidden_file() | Lennart Poettering |
2014-12-19 | verbs: when invoking the default verb, pass a faked argv array, with just the... | Lennart Poettering |
2014-12-19 | machined/machinectl: add logic to show list of available images | Lennart Poettering |
2014-12-19 | util: when creating temporary filename for atomic creation of files, add an e... | Lennart Poettering |