summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update NEWSv253-rc2Lennart Poettering2023-02-021-11/+92
* Merge pull request #26302 from bluca/rc2Luca Boccassi2023-02-029-1780/+2277
|\
| * NEWS: update dateLuca Boccassi2023-02-021-1/+1
| * NEWS: update contributors listLuca Boccassi2023-02-021-13/+14
| * hwdb: update autosuspend dbLuca Boccassi2023-02-021-1/+1
| * hwdb: updateLuca Boccassi2023-02-027-1765/+2261
* | NEWS: fix typoLuca Boccassi2023-02-021-1/+1
* | NEWS: various fixesLennart Poettering2023-02-021-162/+177
|/
* NEWS: update for v253-rc2Luca Boccassi2023-02-021-0/+28
* NEWS: fix typoYu Watanabe2023-02-021-2/+2
* Merge pull request #26292 from yuwata/locale-fix-enoent-handlingZbigniew Jędrzejewski-Szmek2023-02-021-9/+4
|\
| * locale: drop context_clear_x11()Yu Watanabe2023-02-021-8/+2
| * locale: fix ENOENT handling for vconsole.conf or xorg.confYu Watanabe2023-02-021-1/+2
* | test-time-util: skip test for TIMESTAMP_DATE if the timestamp is too oldYu Watanabe2023-02-021-4/+6
* | udev: make get_virtfn_info() provide physical PCI deviceYu Watanabe2023-02-011-1/+1
* | Merge pull request #26180 from ddstreet/tpm2_cleanupLuca Boccassi2023-02-015-357/+331
|\ \
| * | tpm2: add Tpm2Handle with automatic cleanupDan Streetman2023-02-013-267/+237
| * | tpm2: use Tpm2Context* instead of ESYS_CONTEXT*Dan Streetman2023-02-015-55/+55
| * | tpm2: use ref counter for Tpm2ContextDan Streetman2023-02-015-64/+68
| * | tpm2: rename struct tpm2_context to Tpm2ContextDan Streetman2023-02-015-16/+16
| |/
* | Merge pull request #26269 from keszybz/sysusers-empty-etc-and-improved-messagesLuca Boccassi2023-02-016-87/+140
|\ \
| * | test-sysusers: check that sysusers creates /etc when missingZbigniew Jędrzejewski-Szmek2023-02-011-0/+8
| * | basic/user-util: create /etc from take_etc_passwd_lockZbigniew Jędrzejewski-Szmek2023-02-012-2/+3
| * | basic/user-util: convert prefix_roota→path_join and use _cleanup_ moreZbigniew Jędrzejewski-Szmek2023-02-011-14/+6
| * | basic: reword some commentsZbigniew Jędrzejewski-Szmek2023-02-012-14/+11
| * | sysusers: when comparing items, log debug the differenceZbigniew Jędrzejewski-Szmek2023-02-011-16/+55
| * | sysusers: add helper to create new ItemZbigniew Jędrzejewski-Szmek2023-02-011-34/+50
| * | pid1,sysusers: drop unused SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2023-01-312-2/+2
| * | sysusers: drop counterproductive bitfield annotationsZbigniew Jędrzejewski-Szmek2023-01-311-5/+5
* | | man: add page for systemd-ac-powerLuca Boccassi2023-02-012-0/+72
* | | Merge pull request #26287 from medhefgo/mkosi-auto-enrollLuca Boccassi2023-02-017-22/+66
|\ \ \
| * | | ci: Test with secure boot enabled under mkosiJan Janssen2023-02-012-1/+10
| * | | git: Ignore mkosi secure boot keysJan Janssen2023-02-011-0/+1
| * | | boot: Add if-safe mode for secure boot enrollmentJan Janssen2023-02-014-15/+48
| * | | man: Use sbsigntools for secure boot key generation exampleJan Janssen2023-02-011-6/+7
* | | | Merge pull request #26285 from yuwata/test-lvextendFrantisek Sumsal2023-02-011-3/+24
|\ \ \ \
| * | | | test: add a testcase for lvextendYu Watanabe2023-02-021-0/+20
| * | | | test: make helper_check_device_units() log unit nameYu Watanabe2023-02-011-3/+4
* | | | | docs: tweak rsync flags for moving existing home dir to systemd-homedwouter bolsterlee2023-02-011-1/+1
| |_|_|/ |/| | |
* | | | tpm2: rename tpm2 alg id<->string functionsDan Streetman2023-02-015-33/+33
* | | | Merge pull request #26219 from yuwata/localed-follow-upsZbigniew Jędrzejewski-Szmek2023-02-015-294/+467
|\ \ \ \
| * | | | test: add tests for localectl --no-convertYu Watanabe2023-01-281-0/+122
| * | | | locale: downgrade level of one more log messageYu Watanabe2023-01-281-1/+1
| * | | | locale: move logging from library-like functions to callerYu Watanabe2023-01-282-16/+16
| * | | | locale: decouple vconsole_read_data() from x11_read_data()Yu Watanabe2023-01-282-4/+10
| * | | | locale: also check if converted keymap or friends is same as the current sett...Yu Watanabe2023-01-281-47/+51
| * | | | locale: sync two X11 contexts on updateYu Watanabe2023-01-282-34/+38
| * | | | locale: always check input keyboard layout and friends earlierYu Watanabe2023-01-281-17/+17
| * | | | locale: replace context_get_x11_context() with context_get_x11_context_safe()Yu Watanabe2023-01-283-16/+11
| * | | | locale: make vconsole_convert_to_x11() not update ContextYu Watanabe2023-01-284-184/+169