| Commit message (Expand) | Author | Age | Files | Lines |
* | install: fail early if specifier expansion failed | David Tardon | 2023-02-21 | 1 | -0/+2 |
* | treewide: fix a few typos in NEWS, docs and comments | Dmitry V. Levin | 2023-02-15 | 1 | -1/+1 |
* | pid1: fix segv triggered by status query (#26279) | Robin Humble | 2023-02-01 | 1 | -1/+1 |
* | shared/install: rework an assert to appease gcc-13 | Zbigniew Jędrzejewski-Szmek | 2023-01-22 | 1 | -1/+2 |
* | shared/install: rework InstallChange to always have .path set | Zbigniew Jędrzejewski-Szmek | 2023-01-22 | 1 | -2/+6 |
* | systemctl: enable: overwrite broken alias symlinks | Mike Yuan | 2023-01-05 | 1 | -1/+9 |
* | tree-wide: use -EBADF for fd initialization | Zbigniew Jędrzejewski-Szmek | 2022-12-19 | 1 | -2/+2 |
* | systemctl: warn if trying to disable a unit with no install info | Mike Yuan | 2022-12-03 | 1 | -4/+17 |
* | Rename def.h to constants.h | Zbigniew Jędrzejewski-Szmek | 2022-11-08 | 1 | -1/+1 |
* | install: process all Wants= symlinks even if some of them fail | Yu Watanabe | 2022-10-28 | 1 | -5/+11 |
* | systemctl,manager: refuse linking unit files underneath the search paths | Zbigniew Jędrzejewski-Szmek | 2022-10-24 | 1 | -3/+20 |
* | shared/install: check that install_changes_add() didn't fail on success | Zbigniew Jędrzejewski-Szmek | 2022-10-24 | 1 | -19/+41 |
* | shared/install: add forgotten calls to install_changes_add() | Zbigniew Jędrzejewski-Szmek | 2022-10-24 | 1 | -25/+24 |
* | shared/install: make install_changes_add propagate passed-in errno value | Zbigniew Jędrzejewski-Szmek | 2022-10-24 | 1 | -49/+31 |
* | Make comment about coordinating offline and online installation symmetric | Zbigniew Jędrzejewski-Szmek | 2022-10-20 | 1 | -0/+2 |
* | install: include full type name in special UnitFilePresetMode values | Lennart Poettering | 2022-10-14 | 1 | -3/+3 |
* | install: make InstallChange enum type a proper type | Lennart Poettering | 2022-10-14 | 1 | -25/+21 |
* | shared/install: print warning when unmasking unit with cmdline mask | Zbigniew Jędrzejewski-Szmek | 2022-10-13 | 1 | -3/+29 |
* | shared/install: use cleanup func for InstallInfo* | Zbigniew Jędrzejewski-Szmek | 2022-10-13 | 1 | -50/+40 |
* | shared/install: rename 'UnitFileInstallInfo' to 'InstallInfo' | Zbigniew Jędrzejewski-Szmek | 2022-10-13 | 1 | -45/+45 |
* | shared/install: rename 'unit_file_change_type' to 'install_change' + followups | Zbigniew Jędrzejewski-Szmek | 2022-10-13 | 1 | -47/+47 |
* | shared/install: rename UnitFileInstallInfo.type to .install_mode | Zbigniew Jędrzejewski-Szmek | 2022-10-13 | 1 | -29/+30 |
* | shared/install: rename 'unit file type' to 'install mode' | Zbigniew Jędrzejewski-Szmek | 2022-10-13 | 1 | -36/+36 |
* | shared/install: rename UnitFileChange to InstallChange | Zbigniew Jędrzejewski-Szmek | 2022-10-13 | 1 | -71/+71 |
* | shared/install: rename 'files' param to 'names' | Zbigniew Jędrzejewski-Szmek | 2022-10-13 | 1 | -47/+50 |
* | tree-wide: port things dirname_malloc() → path_extract_directory() | Lennart Poettering | 2022-08-23 | 1 | -21/+27 |
* | tree-wide: allow ASCII fallback for → in logs | David Tardon | 2022-06-28 | 1 | -1/+2 |
* | Revert "shared/install: create relative symlinks for enablement and aliasing" | Zbigniew Jędrzejewski-Szmek | 2022-05-05 | 1 | -9/+5 |
* | shared/install: use correct cleanup function | Yu Watanabe | 2022-05-02 | 1 | -1/+1 |
* | shared/install: fix crash when reenable is called without --root | Zbigniew Jędrzejewski-Szmek | 2022-04-15 | 1 | -1/+1 |
* | tree-wide: add a space after if, switch, for, and while | Yu Watanabe | 2022-04-01 | 1 | -1/+1 |
* | fix typo | Yu Watanabe | 2022-03-30 | 1 | -1/+1 |
* | Rename UnitFileScope to LookupScope | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -46/+46 |
* | shared/install: when creating symlinks, accept different but equivalent symlinks | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -15/+44 |
* | shared/install: fix handling of a linked unit file | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -1/+3 |
* | shared/install: split UNIT_FILE_SYMLINK into two states | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -5/+9 |
* | shared/install: stop passing duplicate root argument to install_name_printf() | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -4/+4 |
* | shared/install: when looking for symlinks in .wants/.requires, ignore symlink... | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -33/+60 |
* | shared/install: create relative symlinks for enablement and aliasing | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -5/+9 |
* | shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o... | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -3/+13 |
* | shared/install: skip unnecessary chasing of symlinks in disable | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -18/+25 |
* | shared/install: do not try to resolve symlinks outside of root directory | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -1/+1 |
* | shared/install: when we fail to chase a symlink, show some logs | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -0/+3 |
* | shared/install: fix reenable on linked unit files | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -9/+64 |
* | shared/install: split unit_file_{disable,enable}() so _reenable doesn't do se... | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -33/+72 |
* | install: when linking a file, create the link first or abort | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -5/+7 |
* | shared/install: also check for self-aliases during installation and ignore them | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -0/+9 |
* | systemctl: fix silent failure when --root is not found | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -1/+1 |
* | shared/install: return failure when enablement fails, but process as much as ... | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -4/+6 |
* | shared/install: propagate errors about invalid aliases and such too | Zbigniew Jędrzejewski-Szmek | 2022-03-29 | 1 | -17/+44 |