Age | Commit message (Expand) | Author |
2016-07-22 | machine-id-setup: add new --print switch | Lennart Poettering |
2016-07-22 | core: rework machine-id-setup.c to use the calls from id128-util.[ch] | Lennart Poettering |
2016-07-22 | sd-id128: handle NULL return parameter in sd_id128_from_string() nicer | Lennart Poettering |
2016-07-22 | main: make sure set_machine_id() doesn't clobber arg_machine_id on failure | Lennart Poettering |
2016-07-22 | machine-id-setup: port machine_id_commit() to new id128-util.c APIs | Lennart Poettering |
2016-07-22 | nspawn: rework /etc/machine-id handling | Lennart Poettering |
2016-07-22 | systemctl: fix format string for uint64_t field | Lennart Poettering |
2016-07-22 | systemctl: fix output alignment in "systemctl status" | Lennart Poettering |
2016-07-22 | nspawn: rework machine/boot ID handling code to use new calls from id128-util... | Lennart Poettering |
2016-07-22 | sd-id128: split UUID file read/write code into new id128-util.[ch] | Lennart Poettering |
2016-07-22 | tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriate | Lennart Poettering |
2016-07-22 | Merge pull request #3762 from poettering/sigkill-log | Martin Pitt |
2016-07-22 | Merge pull request #3764 from poettering/assorted-stuff-2 | Martin Pitt |
2016-07-21 | nspawn: enable major=0/minor=0 devices inside the container (#3773) | Alessandro Puccetti |
2016-07-21 | missing_syscall: add __NR_copy_file_range for powerpc architecture (#3772) | Alessio Igor Bogani |
2016-07-21 | gpt-generator: relax EFI check a bit | Lennart Poettering |
2016-07-21 | kernel-install: when searching for location to place kernel consider /efi | Lennart Poettering |
2016-07-21 | bootctl: modernize install_loader_config() | Lennart Poettering |
2016-07-21 | bootctl: various coding style updates | Lennart Poettering |
2016-07-21 | bootctl: clean up get_file_version() | Lennart Poettering |
2016-07-21 | bootctl: use F_TYPE_EQUAL() to compare statfs' .f_type field | Lennart Poettering |
2016-07-21 | bootctl: move toupper() implementation to string-util.h | Lennart Poettering |
2016-07-21 | bootctl: make use of STRV_FOREACH() where we can | Lennart Poettering |
2016-07-21 | bootctl: rework to use common verbs parsing, and add searching of ESP path | Lennart Poettering |
2016-07-21 | bootctl: fix error message check | Lennart Poettering |
2016-07-21 | bootctl: minor coding style improvements | Lennart Poettering |
2016-07-21 | nspawn: if an ESP is part of the disk image to operate on, mount it to /efi o... | Lennart Poettering |
2016-07-21 | gpt-generator: use /efi as mount point for the ESP if it exists | Lennart Poettering |
2016-07-21 | Merge pull request #3770 from AlexanderKurtz/master | Lennart Poettering |
2016-07-21 | core: remove duplicate includes (#3771) | Thomas H. P. Andersen |
2016-07-21 | bootctl: Always use upper case for "/EFI/BOOT" and "/EFI/BOOT/BOOT*.EFI". | Alexander Kurtz |
2016-07-21 | bootctl: Use lower case string constants in case-insensitive comparisons. | Alexander Kurtz |
2016-07-20 | namespace: fix wrong return value from mount(2) (#3758) | Topi Miettinen |
2016-07-20 | basic: fix macro definition in nss-util.h | Lennart Poettering |
2016-07-20 | execute: make sure JoinsNamespaceOf= doesn't leak ns fds to executed processes | Lennart Poettering |
2016-07-20 | namespace: add a (void) cast | Lennart Poettering |
2016-07-20 | nspawn: when netns is on, mount /proc/sys/net writable | Lennart Poettering |
2016-07-20 | nspawn: document why the uid shift range is the way it is | Lennart Poettering |
2016-07-20 | conf-parser: minor coding style improvements | Lennart Poettering |
2016-07-20 | core: normalize header inclusion in execute.h a bit | Lennart Poettering |
2016-07-20 | execute: normalize connect_logger_as() parameters slightly | Lennart Poettering |
2016-07-20 | logind: always abandon session scopes before killing them | Lennart Poettering |
2016-07-20 | core: when a scope was abandoned, always log about processes we kill | Lennart Poettering |
2016-07-20 | core: make sure RequestStop signal is send directed | Lennart Poettering |
2016-07-20 | cgroup: suppress sending follow-up SIGCONT after sending SIGCONT/SIGKILL anyway | Lennart Poettering |
2016-07-20 | core: when forcibly killing/aborting left-over unit processes log about it | Lennart Poettering |
2016-07-20 | util: don't send SIGCONT following a SIGCONT or SIGKILL in kill_and_sigcont() | Lennart Poettering |
2016-07-20 | logind: minor coding style improvements | Lennart Poettering |
2016-07-20 | namespace: minor improvements | Lennart Poettering |
2016-07-20 | core: hide legacy bus properties | Lennart Poettering |