]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2023-02-22  Daan De MeyerMerge pull request #26500 from DaanDeMeyer/repart-mount...
2023-02-22  Daan De Meyerrepart: Exclude APIVFS mountpoint directories 26500/head
2023-02-22  Daan De Meyercopy: Support both inode exclusion and contents exclusion
2023-02-22  Daan De Meyerrepart: Refactor make_copy_files_denylist() a bit
2023-02-22  Vít Zikmundhwdb: fix swapped buttons for Logitech Lift left
2023-02-22  Yu Watanabetest: add another stress test for devlink creation
2023-02-22  Yu Watanabetree-wide: fix typo
2023-02-22  Yu WatanabeMerge pull request #26203 from medhefgo/meson
2023-02-22  Yu WatanabeMerge pull request #26529 from medhefgo/boot-misc
2023-02-22  Yu WatanabeMerge pull request #26491 from dtardon/list-paths
2023-02-21  mooopo: Translated using Weblate (Lithuanian)
2023-02-21  Yu WatanabeMerge pull request #26527 from mrc0mmand/more-tests
2023-02-21  Дамјан Георгиевскиsocket-proxyd: support Type=notify
2023-02-21  Luca BoccassiMerge pull request #26349 from yuwata/safe-fork-rearran...
2023-02-21  Lennart Poetteringpam-systemd: split up weight helper funcs
2023-02-21  Lennart Poetteringjournal: move journal_file_compare_locations() from...
2023-02-21  Jan Janssenboot: Drop _harder suffix 26529/head
2023-02-21  Jan Janssenboot: Do not use errno.h/inttypes.h
2023-02-21  Jan Janssenfundamental: Drop some unnecessary ifdefs
2023-02-21  Aidan DangEnable TPM by default with SetCredentialEncrypted
2023-02-21  Jan Janssenstub: Fix unaligned read
2023-02-21  Zbigniew Jędrzejewsk... Merge pull request #26446 from medhefgo/efi-headers
2023-02-21  Zbigniew Jędrzejewsk... efi: drop executable-stack bit from .elf file
2023-02-21  David Tardonlogind-session: make stopping of idle session visible...
2023-02-21  Mike Yuansleep: check if we're on AC power before checking batte...
2023-02-21  Frantisek Sumsaltest: add coverage for #26483 26527/head
2023-02-21  Frantisek Sumsaltest: add coverage for #26467
2023-02-21  David Tardoninstall: fail early if specifier expansion failed
2023-02-21  David Tardontest: add a minimal test for list-paths 26491/head
2023-02-21  David Tardonshell-completion: add systemctl list-paths
2023-02-21  David Tardonman: document systemctl list-paths
2023-02-21  David Tardonsystemctl: add list-paths verb
2023-02-21  Daan De MeyerMerge pull request #26518 from DaanDeMeyer/mkosi-stuff
2023-02-21  Lennart Poetteringbootctl: add new --print-root-device option
2023-02-21  Lennart PoetteringMerge pull request #26265 from poettering/journal-refre...
2023-02-21  David Tardonsystemctl: prepend machine ID to unit ID in list-sockets
2023-02-21  David Tardonsystemctl: extract common code to a function
2023-02-21  David Tardonsystemctl: use table_add_triggered
2023-02-21  David Tardonsystemctl: extract code to a helper function
2023-02-21  Daan De Meyermkosi: Reduce postinst script indentation 26518/head
2023-02-21  Daan De Meyermkosi: Simplify BUILDDIR/SRCDIR handling a bit
2023-02-21  Daan De Meyermkosi: Move more logic to the postinst script
2023-02-21  Jan Janssenmeson: Use dicts for fuzzer definitions 26203/head
2023-02-21  Jan Janssenmeson: Add simple_fuzzers list
2023-02-21  Jan Janssenmeson: Use dicts for test definitions
2023-02-21  Jan Janssenmeson: Add simple_tests list
2023-02-21  Daan De Meyermkosi: Remove preset workaround
2023-02-21  Daan De Meyermkosi: Add more debugging
2023-02-21  Jan Janssenboot: Provide our own EFI API headers 26446/head
2023-02-21  Jan Janssenboot: Query EFI var size before fetching them
2023-02-21  Jan Janssenboot: Use C escape sequence for control chars
2023-02-21  Jan Janssenboot: Drop use of efigpt.h
2023-02-21  Daan De Meyermkosi: Use 4 space indentation for scripts
2023-02-21  Lennart Poetteringhomectl: add missing break
2023-02-21  Daan De Meyermkosi: Drop opensuse workaround
2023-02-21  Daan De Meyermkosi: Drop bootctl workaround in postinst script
2023-02-21  Daan De Meyermkosi: Drop locale workaround
2023-02-21  Daan De Meyermkosi: Drop ld workaround
2023-02-21  Daan De Meyermkosi: Update to latest
2023-02-21  Yu Watanabecore/manager: falling back to execute generators withou...
2023-02-21  Lennart Poetteringdocs: document the new HEADER_COMPATIBLE_TAIL_ENTRY_BOO... 26265/head
2023-02-21  Lennart Poetteringjournal-file: drop checking if files are from the futur...
2023-02-21  Lennart Poetteringjournal-file: allow opening journal files for write...
2023-02-21  Lennart Poetteringjournal-file: lazily fill in machine ID into journal...
2023-02-21  Lennart Poetteringjournal-file: write machine ID when create the file...
2023-02-21  Lennart Poetteringjournal-file: don't update boot_id in journal header...
2023-02-21  Lennart Poetteringupdate TODO
2023-02-20  Yu Watanabetree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDS 26349/head
2023-02-20  Yu Watanabeprocess-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_...
2023-02-20  Steve Ramageman: add DefaultStartupMemoryLow= as term in term list
2023-02-20  Zbigniew Jędrzejewsk... meson: adjust whitespace handling in jinja2 rendering
2023-02-20  Yu WatanabeMerge pull request #26506 from keszybz/tiny-cleanups
2023-02-20  Yu WatanabeMerge pull request #26499 from mrc0mmand/assorted-tweaks
2023-02-20  Daan De Meyerukify: Set fast_load option when parsing PE files
2023-02-20  Lennart PoetteringMerge pull request #26508 from poettering/cap-fixes
2023-02-20  Lennart Poetteringcapability-util: use UINT32_MAX as shortcut where appro... 26508/head
2023-02-20  Lennart Poetteringcapability-util: add macro for largest cap we're willin...
2023-02-20  Lennart Poetteringcapability-util: add CAP_MASK_ALL + CAP_MASK_UNSET...
2023-02-20  Lennart Poetteringcap-list: make sure never to accidentally return more...
2023-02-20  Lennart Poetteringcap-list: rework capability_set_to_string()
2023-02-20  Lennart Poetteringcap-list: add CAPABILITY_TO_STRING() macro using compou...
2023-02-20  Lennart Poetteringcap-list: refuse parsing numeric capability 63
2023-02-20  Lennart Poetteringcap-list: modernize capability_set_from_string() a bit
2023-02-20  Lennart Poetteringcap-list: rename capability_set_to_string_alloc() ...
2023-02-20  Daan De MeyerMerge pull request #26437 from DaanDeMeyer/repart-exclude
2023-02-20  Zbigniew Jędrzejewsk... TODO: add entry for time-based glob cleanup 26506/head
2023-02-20  Zbigniew Jędrzejewsk... man/tmpfiles.d: adjust the table in synopsis, improve...
2023-02-20  Zbigniew Jędrzejewsk... shared/hwdb-util: drop "variable" with a single use
2023-02-20  Luca Boccassiman: document DefaultStartupMemoryLow=
2023-02-20  Daan De MeyerMerge pull request #26465 from DaanDeMeyer/openat-helpers
2023-02-20  Daan De Meyerrepart: Add ExcludeFiles= option 26437/head
2023-02-20  Zbigniew Jędrzejewsk... efi/measure: adjust formatting
2023-02-20  Zbigniew Jędrzejewsk... measure: wrap long lines and avoid one cast
2023-02-20  Zbigniew Jędrzejewsk... sleep: use shared constant for freeze timeout
2023-02-20  Daan De Meyersmack-util: Add renameat_and_apply_smack_floor_label() 26465/head
2023-02-20  Daan De Meyertmpfile-util-label: Add fopen_temporary_at_label()
2023-02-20  Daan De Meyercopy: Add copy_file_at()
2023-02-20  Daan De Meyerenv-file: Add write_env_file_at()
2023-02-20  Yu Watanabeudev-node: make stack_directory_read_one() accept NULL...
2023-02-20  Lennart PoetteringMerge pull request #26479 from yuwata/exec-util-misc
next