summaryrefslogtreecommitdiffstats
path: root/.semaphore (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-24NEWS: update for v253-rc1Zbigniew Jędrzejewski-Szmek1-37/+265
2023-01-24path-util: rework file_in_same_dir() on top of path_extract_directory()Lennart Poettering6-84/+91
2023-01-24bootctl-uki: several coding style fixletsYu Watanabe1-45/+60
2023-01-24bootctl: kernel-inspect: print os infoGerd Hoffmann1-1/+28
2023-01-24man: extend Personality= docs a bitLennart Poettering1-10/+14
2023-01-24Revert "Resolves #26142 - Fix list of supported personalities"Lennart Poettering1-9/+3
2023-01-24update TODOLennart Poettering1-3/+0
2023-01-24hostnamectl: show support and among outputLennart Poettering1-0/+32
2023-01-24hostnamed: expose support end timestamp as property on the busLennart Poettering2-5/+39
2023-01-24os-util: optionally, return EOL time in os_release_support_ended()Lennart Poettering5-10/+12
2023-01-24os-util: accept SUPPORT_END= with empty string as explicit way to disable con...Lennart Poettering1-3/+3
2023-01-24os-util: when determining support end, don't treat /etc/os-release file as errorLennart Poettering1-2/+2
2023-01-24format-table: add new cell type TABLE_TIMESPAN_DAYLennart Poettering2-2/+9
2023-01-24os-util: determine distro EOL in UTC, not local timezoneLennart Poettering1-1/+1
2023-01-24tree-wide: unify how we pick OS pretty name to displayLennart Poettering7-8/+29
2023-01-24docs: update instructions for translation stringsLuca Boccassi1-1/+1
2023-01-24docs: drop manual rc PR warning stepLuca Boccassi1-13/+11
2023-01-24meson: bump numbers for v253-rc1Luca Boccassi1-3/+3
2023-01-24Update hwdbLuca Boccassi12-1197/+8681
2023-01-24NEWS: add list of contributorsLuca Boccassi1-0/+31
2023-01-24repart: Mention broken XFS protofile formatDaan De Meyer1-0/+4
2023-01-24machinectl: add --now to start/stop containers when enabling/disablingMike Yuan2-3/+46
2023-01-24man: fix explanation for Credential= match in .link filesДамјан Георгиевски1-1/+1
2023-01-23docs, man: consistently use comma after "For example"Dmitry V. Levin9-9/+9
2023-01-23docs: fix formatting a bitDmitry V. Levin2-3/+3
2023-01-23docs: fix grammar a bitDmitry V. Levin12-30/+30
2023-01-23docs: fix a few typosDmitry V. Levin5-5/+5
2023-01-23boot: Use objcopy with arm64Callum Farmer1-2/+11
2023-01-23sleep: fix memleakZbigniew Jędrzejewski-Szmek1-1/+1
2023-01-23sleep: reduce double logging and improve messages and comments a bitZbigniew Jędrzejewski-Szmek2-17/+16
2023-01-23test-sleep: add a very simple test that prints battery suspend estimatesZbigniew Jędrzejewski-Szmek3-1/+28
2023-01-23sleep: do not abort if we try to query capacity of missing batteryZbigniew Jędrzejewski-Szmek1-1/+1
2023-01-23core: ensure init.scope is realized after drop-ins have been loadedLuca Boccassi5-1/+15
2023-01-23build: add some coloring to --version outputLennart Poettering2-1/+46
2023-01-23test: bump the container spawn timeout to 60sFrantisek Sumsal1-1/+1
2023-01-23test: bump the client-side timeout in sd-bus as wellFrantisek Sumsal1-0/+3
2023-01-23machinectl: remove unnecessary initializationMike Yuan1-1/+1
2023-01-23machinectl: also enable machines.target when enabling machinesMike Yuan1-0/+6
2023-01-23repart: Add note about UIDs/GIDs of copied files and directoriesDaan De Meyer1-0/+6
2023-01-23Revert "repart: Ensure files end up owned by root in generated filesystems"Daan De Meyer3-95/+47
2023-01-23meson: Use python module for detectionJan Janssen1-7/+3
2023-01-23Revert "repart: Make sure all files in the image are owned by root"Daan De Meyer1-17/+9
2023-01-23meson: Move bootctl sources defintion to its own fileJan Janssen2-18/+24
2023-01-23test: fix TEST-73-LOCALE on DebianMichael Biebl1-3/+1
2023-01-23locale: also save XKB settings to vconsole.confYu Watanabe5-18/+98
2023-01-23locale: make errors in writing files not criticalYu Watanabe1-8/+4
2023-01-23locale: merge vconsole_convert_to_x11_and_emit() with method_set_vc_keyboard()Yu Watanabe1-67/+58
2023-01-23locale: split out XKB settings to X11ContextYu Watanabe4-140/+262
2023-01-23locale: rename context_free_vconsole() -> context_clear_vconsole()Yu Watanabe1-16/+16
2023-01-23locale: do not use alloca() for strings which can be potentially arbitraryYu Watanabe1-6/+13