summaryrefslogtreecommitdiff
path: root/src/shared/install.c
Commit message (Expand)AuthorAgeFilesLines
* unit-file: support UpheldBy= in [Install] settings (adding Upholds= depsMike Yuan2023-05-151-5/+16
* preset: Add ignore directiveDaan De Meyer2023-04-141-12/+33
* Merge pull request #27266 from dtardon/take-structLuca Boccassi2023-04-141-2/+1
|\
| * tree-wide: use TAKE_STRUCTDavid Tardon2023-04-141-2/+1
* | install: use FOREACH_ARRAYDavid Tardon2023-04-141-2/+2
* | tree-wide: rename cleanup functionDavid Tardon2023-04-141-5/+5
* | install: fix memory leak if GREEDY_REALLOC() failsDavid Tardon2023-04-141-6/+11
|/
* install: rename functionDavid Tardon2023-04-121-4/+4
* install: drop unused functionDavid Tardon2023-04-121-4/+0
* install: define hash_ops for UnitFileListDavid Tardon2023-03-281-0/+8
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-4/+4
* basic: add RuntimeScope enumLennart Poettering2023-03-101-46/+46
* install: fail early if specifier expansion failedDavid Tardon2023-02-211-0/+2
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
* pid1: fix segv triggered by status query (#26279)Robin Humble2023-02-011-1/+1
* shared/install: rework an assert to appease gcc-13Zbigniew Jędrzejewski-Szmek2023-01-221-1/+2
* shared/install: rework InstallChange to always have .path setZbigniew Jędrzejewski-Szmek2023-01-221-2/+6
* systemctl: enable: overwrite broken alias symlinksMike Yuan2023-01-051-1/+9
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* systemctl: warn if trying to disable a unit with no install infoMike Yuan2022-12-031-4/+17
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* install: process all Wants= symlinks even if some of them failYu Watanabe2022-10-281-5/+11
* systemctl,manager: refuse linking unit files underneath the search pathsZbigniew Jędrzejewski-Szmek2022-10-241-3/+20
* shared/install: check that install_changes_add() didn't fail on successZbigniew Jędrzejewski-Szmek2022-10-241-19/+41
* shared/install: add forgotten calls to install_changes_add()Zbigniew Jędrzejewski-Szmek2022-10-241-25/+24
* shared/install: make install_changes_add propagate passed-in errno valueZbigniew Jędrzejewski-Szmek2022-10-241-49/+31
* Make comment about coordinating offline and online installation symmetricZbigniew Jędrzejewski-Szmek2022-10-201-0/+2
* install: include full type name in special UnitFilePresetMode valuesLennart Poettering2022-10-141-3/+3
* install: make InstallChange enum type a proper typeLennart Poettering2022-10-141-25/+21
* shared/install: print warning when unmasking unit with cmdline maskZbigniew Jędrzejewski-Szmek2022-10-131-3/+29
* shared/install: use cleanup func for InstallInfo*Zbigniew Jędrzejewski-Szmek2022-10-131-50/+40
* shared/install: rename 'UnitFileInstallInfo' to 'InstallInfo'Zbigniew Jędrzejewski-Szmek2022-10-131-45/+45
* shared/install: rename 'unit_file_change_type' to 'install_change' + followupsZbigniew Jędrzejewski-Szmek2022-10-131-47/+47
* shared/install: rename UnitFileInstallInfo.type to .install_modeZbigniew Jędrzejewski-Szmek2022-10-131-29/+30
* shared/install: rename 'unit file type' to 'install mode'Zbigniew Jędrzejewski-Szmek2022-10-131-36/+36
* shared/install: rename UnitFileChange to InstallChangeZbigniew Jędrzejewski-Szmek2022-10-131-71/+71
* shared/install: rename 'files' param to 'names'Zbigniew Jędrzejewski-Szmek2022-10-131-47/+50
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-21/+27
* tree-wide: allow ASCII fallback for → in logsDavid Tardon2022-06-281-1/+2
* Revert "shared/install: create relative symlinks for enablement and aliasing"Zbigniew Jędrzejewski-Szmek2022-05-051-9/+5
* shared/install: use correct cleanup functionYu Watanabe2022-05-021-1/+1
* shared/install: fix crash when reenable is called without --rootZbigniew Jędrzejewski-Szmek2022-04-151-1/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* fix typoYu Watanabe2022-03-301-1/+1
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-46/+46
* shared/install: when creating symlinks, accept different but equivalent symlinksZbigniew Jędrzejewski-Szmek2022-03-291-15/+44
* shared/install: fix handling of a linked unit fileZbigniew Jędrzejewski-Szmek2022-03-291-1/+3
* shared/install: split UNIT_FILE_SYMLINK into two statesZbigniew Jędrzejewski-Szmek2022-03-291-5/+9
* shared/install: stop passing duplicate root argument to install_name_printf()Zbigniew Jędrzejewski-Szmek2022-03-291-4/+4
* shared/install: when looking for symlinks in .wants/.requires, ignore symlink...Zbigniew Jędrzejewski-Szmek2022-03-291-33/+60