| Commit message (Expand) | Author | Files | Lines |
2017-02-08 | tests: add dropin dependency tests | Franck Bui | 4 | -0/+328 |
2017-02-08 | core/load-dropin: add more sanity checks on .wants/.requires symlinks | Zbigniew Jędrzejewski-Szmek | 1 | -1/+41 |
2017-02-08 | core: drop code that is now unused | Zbigniew Jędrzejewski-Szmek | 2 | -71/+25 |
2017-02-08 | core: implement masking of .wants/.requires symlinks | Zbigniew Jędrzejewski-Szmek | 1 | -0/+7 |
2017-02-08 | core: when loading .wants and .requires, follow the same logic as .d conf dro... | Zbigniew Jędrzejewski-Szmek | 5 | -46/+75 |
2017-02-08 | basic/dirent-util: allow suffix to be omitted for dirent_is_file_with_suffix | Zbigniew Jędrzejewski-Szmek | 2 | -3/+3 |
2017-02-08 | man: s/--unmount/--umount/g (#5243) | Lennart Poettering | 1 | -1/+1 |
2017-02-08 | Revert "fix handling of templates instantiated in /usr/lib (#5263)" | Zbigniew Jędrzejewski-Szmek | 2 | -126/+47 |
2017-02-08 | fix handling of templates instantiated in /usr/lib (#5263) | Lennart Poettering | 2 | -47/+126 |
2017-02-08 | man: document *.d/ drop-in file order (#5262) | Lucas Werkmeister | 1 | -2/+3 |
2017-02-08 | tmpfiles.d: set primary group rights to r-w (#5265) | lewo | 1 | -6/+6 |
2017-02-07 | install: remove some unused parameters from various functions in install.c | Lennart Poettering | 1 | -10/+4 |
2017-02-07 | install: when a template unit is instantiated via a /usr symlink, consider it... | Lennart Poettering | 2 | -35/+107 |
2017-02-07 | l10n: fix file permissions of Indonesian translation | AsciiWolf | 1 | -0/+0 |
2017-02-07 | l10n: fix strings formatting in Czech translation | AsciiWolf | 1 | -105/+80 |
2017-02-07 | man: document that systemd-run --on-* cannot be used with --pty | Lucas Werkmeister | 1 | -2/+2 |
2017-02-07 | install: don't enter loop when traversing a template symlinks | Lennart Poettering | 1 | -3/+16 |
2017-02-07 | man: use systemctl enable --now | Lucas Werkmeister | 1 | -4/+2 |
2017-02-07 | man: add cross-reference | Lucas Werkmeister | 1 | -2/+3 |
2017-02-07 | update TODO | Lennart Poettering | 1 | -4/+0 |
2017-02-07 | dissect: try to read roothash value off user.verity.roothash xattr of image file | Lennart Poettering | 2 | -17/+29 |
2017-02-07 | core,nspawn,dissect: make nspawn's .roothash file search reusable | Lennart Poettering | 5 | -51/+84 |
2017-02-07 | core: add RootImage= setting for using a specific image file as root director... | Lennart Poettering | 10 | -36/+117 |
2017-02-07 | dissect: make sure to manually follow symlinks when mounting dissected image | Lennart Poettering | 1 | -15/+24 |
2017-02-07 | core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWri... | Lennart Poettering | 3 | -10/+25 |
2017-02-07 | core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c... | Lennart Poettering | 8 | -16/+129 |
2017-02-07 | core: fix minor memleak in namespace.c | Lennart Poettering | 1 | -5/+12 |
2017-02-06 | update TODO | Lennart Poettering | 1 | -0/+3 |
2017-02-06 | README: suffix unit file options with "=" | Lennart Poettering | 1 | -2/+2 |
2017-02-06 | update TODO | Lennart Poettering | 1 | -0/+9 |
2017-02-06 | notify: document that we fake the PID when sending sd_notify() | Lennart Poettering | 1 | -0/+7 |
2017-02-06 | update TODO | Lennart Poettering | 1 | -0/+5 |
2017-02-06 | man: document that sd_notify() is racy in some cases | Lennart Poettering | 3 | -24/+40 |
2017-02-06 | core: use a memfd for serialization | Lennart Poettering | 1 | -6/+10 |
2017-02-06 | manager: refuse reloading/reexecing when /run is overly full | Lennart Poettering | 5 | -2/+73 |
2017-02-06 | systemd-mount: add missing fsck argument (#5238) | Lukas Rusak | 1 | -0/+1 |
2017-02-06 | man: Document that RestrictAddressFamilies= doesn't work on s390/s390x/... | Lennart Poettering | 1 | -33/+22 |
2017-02-06 | seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make i... | Lennart Poettering | 3 | -0/+27 |
2017-02-06 | update TODO | Lennart Poettering | 1 | -0/+5 |
2017-02-06 | cgls: look at the right variable in error path (#5234) | Zbigniew Jędrzejewski-Szmek | 1 | -3/+3 |
2017-02-06 | journalctl: replace string_erase with memset('x') | Zbigniew Jędrzejewski-Szmek | 1 | -1/+3 |
2017-02-06 | treewide: replace homegrown memory_erase with explicit_bzero | Zbigniew Jędrzejewski-Szmek | 7 | -38/+33 |
2017-02-05 | resolved: downgrade "processing query..." message to debug (#5233) | Felipe Sateler | 1 | -1/+1 |
2017-02-05 | build-sys,man: describe systemd-umount and hook it up to installation (#5227) | Zbigniew Jędrzejewski-Szmek | 4 | -2/+34 |
2017-02-05 | seccomp: don't ever try to add an ABI before removing the default native ABI ... | Evgeny Vereshchagin | 1 | -2/+2 |
2017-02-05 | catalog: update Russian translation (#5232) | Sergey Ptashnick | 1 | -1/+26 |
2017-02-05 | core/timer: downgrade message about random time addition (#5229) | Zbigniew Jędrzejewski-Szmek | 1 | -1/+1 |
2017-02-04 | Silence two "unused function af_lookup" warnings (#5222) | Zbigniew Jędrzejewski-Szmek | 2 | -0/+2 |
2017-02-04 | systemd-mount features and improvements (#5067) | Lukas Rusak | 1 | -1/+99 |
2017-02-03 | man: clarify interface for suspend/resume integration (#5220) | Martin Pitt | 1 | -2/+4 |