Age | Commit message (Expand) | Author |
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 | namespace: minor improvements | Lennart Poettering |
2016-07-20 | core: hide legacy bus properties | Lennart Poettering |
2016-07-19 | Merge pull request #3685 from kinvolk/alessandro/inaccessible-paths | Lennart Poettering |
2016-07-19 | sd-journal: suppress empty lines | Lennart Poettering |
2016-07-19 | doc,core: Read{Write,Only}Paths= and InaccessiblePaths= | Alessandro Puccetti |
2016-07-19 | namespace: unify limit behavior on non-directory paths | Alessandro Puccetti |
2016-07-19 | journalctl: make sure that journalctl's --all switch also has an effect on js... | Lennart Poettering |
2016-07-19 | sd-journal: when formatting log messages, implicitly strip trailing whitespace | Lennart Poettering |
2016-07-19 | kernel-install: recognize /boot/efi mountpoint (#3751) | Harald Hoyer |
2016-07-18 | resolved: replace bitwise and with logical and | Thomas Hindoe Paaboel Andersen |
2016-07-18 | treewide: remove unused variables | Thomas Hindoe Paaboel Andersen |
2016-07-18 | basic: fix whitespace | Thomas Hindoe Paaboel Andersen |
2016-07-18 | network: fix indentation | Thomas Hindoe Paaboel Andersen |
2016-07-18 | sd-boot: Fix waiting for keyboard input (#3735) | Jan Janssen |
2016-07-18 | nspawn: decrease mkdir error logging in /sys to debug priority (#3748) | tblume |
2016-07-18 | Merge pull request #3745 from keszybz/fix-make-nulstr-confusion | Lennart Poettering |
2016-07-18 | Merge pull request #3746 from keszybz/trivial-fixes | Daniel Mack |
2016-07-17 | Drop parentheses in two places | Zbigniew Jędrzejewski-Szmek |
2016-07-17 | systemd-resolve: remove spurious newline with no global settings | Zbigniew Jędrzejewski-Szmek |
2016-07-17 | systemd-resolve: use plural "DNS Servers" | Zbigniew Jędrzejewski-Szmek |
2016-07-17 | basic/strv: add an extra NUL after strings in strv_make_nulstr | Zbigniew Jędrzejewski-Szmek |
2016-07-17 | basic/strv: exhibit strv_make_nulstr missing final NUL char (systemd/systemd#... | Jean-Sébastien Bour |
2016-07-16 | manager: don't skip sigchld handler for main and control pid for services (#3... | Lukáš Nykrýn |
2016-07-15 | networkd: fix for 3692 (#3699) | Susant Sahani |
2016-07-15 | tree-wide: get rid of selinux_context_t (#3732) | Zbigniew Jędrzejewski-Szmek |
2016-07-15 | udev: Line buffer 'udev monitor' output (#3733) | Stef Walter |
2016-07-15 | macros: provide %_systemdgeneratordir and %_systemdusergeneratordir (#3672) | Zbigniew Jędrzejewski-Szmek |
2016-07-14 | network-ndisc: avoid VLAs (#3725) | Daniel Mack |
2016-07-14 | Merge pull request #3709 from poettering/journald-shutdown-sync | Zbigniew Jędrzejewski-Szmek |
2016-07-14 | Fix tablet detection, by replicating decision tree of non-multi-touch axes (#... | Andreas Pokorny |
2016-07-14 | basic/mount-util: recognize ocfs2 as network fs (#3713) | Valentin Vidić |
2016-07-12 | shutdown: already sync IO before we enter the final killing spree | Lennart Poettering |