summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* shared/efi-loader: fix compilation with !ENABLE_EFI, improve messagesZbigniew Jędrzejewski-Szmek2023-01-246-20/+27
* Merge pull request #26184 from keszybz/cleanupsLuca Boccassi2023-01-242-3/+8
|\
| * test-sleep: reduce timeoutZbigniew Jędrzejewski-Szmek2023-01-241-2/+3
| * udevadm: add todo to remind us to remove compat codeZbigniew Jędrzejewski-Szmek2023-01-241-1/+5
* | locale: rename new XKB variables to match Debian/Ubuntu'sLuca Boccassi2023-01-241-8/+8
* | meson: Do not include headers in source listsJan Janssen2023-01-2433-893/+44
* | Consolidate various TAKE_* into TAKE_GENERIC(), add TAKE_STRUCT()Dan Streetman2023-01-244-30/+17
|/
* Merge pull request #26158 from poettering/hostnamed-end-of-supportLennart Poettering2023-01-2412-30/+120
|\
| * hostnamectl: show support and among outputLennart Poettering2023-01-241-0/+32
| * hostnamed: expose support end timestamp as property on the busLennart Poettering2023-01-241-5/+33
| * os-util: optionally, return EOL time in os_release_support_ended()Lennart Poettering2023-01-245-10/+12
| * os-util: accept SUPPORT_END= with empty string as explicit way to disable con...Lennart Poettering2023-01-241-3/+3
| * os-util: when determining support end, don't treat /etc/os-release file as errorLennart Poettering2023-01-241-2/+2
| * format-table: add new cell type TABLE_TIMESPAN_DAYLennart Poettering2023-01-242-2/+9
| * os-util: determine distro EOL in UTC, not local timezoneLennart Poettering2023-01-241-1/+1
| * tree-wide: unify how we pick OS pretty name to displayLennart Poettering2023-01-247-8/+29
* | path-util: rework file_in_same_dir() on top of path_extract_directory()Lennart Poettering2023-01-246-84/+91
* | bootctl-uki: several coding style fixletsYu Watanabe2023-01-241-45/+60
* | bootctl: kernel-inspect: print os infoGerd Hoffmann2023-01-241-1/+28
|/
* machinectl: add --now to start/stop containers when enabling/disablingMike Yuan2023-01-241-2/+30
* Merge pull request #26159 from keszybz/capacity-to-crashZbigniew Jędrzejewski-Szmek2023-01-244-20/+46
|\
| * sleep: fix memleakZbigniew Jędrzejewski-Szmek2023-01-231-1/+1
| * sleep: reduce double logging and improve messages and comments a bitZbigniew Jędrzejewski-Szmek2023-01-232-17/+16
| * test-sleep: add a very simple test that prints battery suspend estimatesZbigniew Jędrzejewski-Szmek2023-01-233-1/+28
| * sleep: do not abort if we try to query capacity of missing batteryZbigniew Jędrzejewski-Szmek2023-01-231-1/+1
* | Merge pull request #26110 from medhefgo/boot-no-gnu-efiLuca Boccassi2023-01-2322-197/+218
|\ \
| * | boot: Stop linking against libefi.aJan Janssen2023-01-206-22/+19
| * | boot: Introduce DEFINE_EFI_MAIN macroJan Janssen2023-01-203-20/+13
| * | boot: Simplify debug hookJan Janssen2023-01-204-17/+11
| * | boot: Rework GUID handlingJan Janssen2023-01-2020-135/+159
| * | boot: Drop use of ValueToStringJan Janssen2023-01-201-10/+3
| * | boot: Drop use of GuidToStringJan Janssen2023-01-201-1/+21
* | | Merge pull request #26162 from YHNdnzj/machinectl-check-target-enabledLuca Boccassi2023-01-231-1/+7
|\ \ \
| * | | machinectl: remove unnecessary initializationMike Yuan2023-01-241-1/+1
| * | | machinectl: also enable machines.target when enabling machinesMike Yuan2023-01-241-0/+6
| | |/ | |/|
* | | boot: Use objcopy with arm64Callum Farmer2023-01-231-2/+11
* | | Merge pull request #26153 from DaanDeMeyer/repart-remove-usernsZbigniew Jędrzejewski-Szmek2023-01-232-67/+11
|\ \ \
| * | | Revert "repart: Ensure files end up owned by root in generated filesystems"Daan De Meyer2023-01-232-53/+5
| * | | Revert "repart: Make sure all files in the image are owned by root"Daan De Meyer2023-01-231-17/+9
* | | | core: ensure init.scope is realized after drop-ins have been loadedLuca Boccassi2023-01-233-1/+6
* | | | build: add some coloring to --version outputLennart Poettering2023-01-232-1/+46
* | | | Merge pull request #26157 from medhefgo/mesonLuca Boccassi2023-01-231-0/+22
|\ \ \ \
| * | | | meson: Move bootctl sources defintion to its own fileJan Janssen2023-01-231-0/+22
| | |/ / | |/| |
* | | | Merge pull request #25805 from yuwata/locale-xkb-save-vconsoleLuca Boccassi2023-01-234-277/+458
|\ \ \ \
| * | | | locale: also save XKB settings to vconsole.confYu Watanabe2023-01-234-14/+54
| * | | | locale: make errors in writing files not criticalYu Watanabe2023-01-231-8/+4
| * | | | locale: merge vconsole_convert_to_x11_and_emit() with method_set_vc_keyboard()Yu Watanabe2023-01-231-67/+58
| * | | | locale: split out XKB settings to X11ContextYu Watanabe2023-01-234-140/+262
| * | | | locale: rename context_free_vconsole() -> context_clear_vconsole()Yu Watanabe2023-01-231-16/+16
| * | | | locale: do not use alloca() for strings which can be potentially arbitraryYu Watanabe2023-01-231-6/+13