]> git.ipfire.org Git - thirdparty/systemd.git/history - src
Drop unnecessary path_equal_ptr() wrapper
[thirdparty/systemd.git] / src /
2024-03-23  Zbigniew Jędrzejew... Drop unnecessary path_equal_ptr() wrapper
2024-03-23  Zbigniew Jędrzejew... Merge pull request #31907 from mrc0mmand/efi-shenanigans
2024-03-23  Zbigniew Jędrzejew... Merge pull request #31779 from keszybz/elf2efi-clang-18
2024-03-23  Adrian Vovkhomed: Ensure closed FD is handled before bus req
2024-03-22  Luca BoccassiMerge pull request #31670 from CodethinkLabs/vmspawn...
2024-03-22  Luca BoccassiMerge pull request #31908 from DaanDeMeyer/mkosi
2024-03-22  Daan De MeyerMerge pull request #31839 from DaanDeMeyer/log
2024-03-22  Frantisek Sumsalefi: check if all sections of our EFI binaries are... 31907/head
2024-03-22  Unique-UsmanAdded more ASSERT macro and also make some test file...
2024-03-22  Luca BoccassiMerge pull request #31902 from YHNdnzj/swap-followup
2024-03-22  Daan De Meyerlog: Add per target log levels 31839/head
2024-03-22  Frantisek Sumsalefi: fix mixed indent
2024-03-22  Yu WatanabeMerge pull request #31900 from DaanDeMeyer/dissect
2024-03-22  Mike Yuancore/mount: use ASSERT_PTR in mount_setup_new_unit 31902/head
2024-03-22  Mike Yuancore/swap: fix memory management in swap_setup_unit
2024-03-22  Daan De Meyernspawn: Use dissect_image_mount_and_warn() 31900/head
2024-03-22  Daan De Meyerdissect-image: Improve error messages
2024-03-21  Luca BoccassiMerge pull request #31868 from bluca/test_cleanup
2024-03-21  Yu WatanabeMerge pull request #31892 from YHNdnzj/machinectl-minor...
2024-03-21  Gerd Hoffmannsd-boot: add support for support enrolling dbx
2024-03-21  Mike Yuancgroup-util: use path_find_first_component where approp...
2024-03-21  Yu WatanabeMerge pull request #31890 from YHNdnzj/ASSERT_PTR
2024-03-21  Mike Yuanmachinectl: minor modernization, use FOREACH_ARRAY 31892/head
2024-03-21  Mike Yuannulstr-util: minor cleanup
2024-03-21  Mike Yuancore: use RET_GATHER more 31890/head
2024-03-21  Mike Yuancore: use ASSERT_PTR(CAST(u)) everywhere
2024-03-21  Yu WatanabeMerge pull request #31880 from yuwata/network-varlink...
2024-03-21  Yu Watanabevarlink: use varlink_server_description() 31880/head
2024-03-21  Yu Watanabenetwork: set varlink description
2024-03-21  Yu Watanabenetworkctl: use varlink_flush_close_unrefp()
2024-03-21  Mike YuanMerge pull request #31861 from yuwata/journalctl-fix...
2024-03-21  Yu WatanabeMerge pull request #31862 from keszybz/add-strdup_to...
2024-03-20  Yu Watanabejournalctl: make --until work again with --after-cursor...
2024-03-20  Yu Watanabetest: fix typo
2024-03-20  Yu Watanaberesolve: fix typo
2024-03-20  Yu Watanaberesolve: fix typo
2024-03-20  Unique-UsmanFollow up with the PR #31819
2024-03-20  Luca BoccassiMerge pull request #31844 from keszybz/missing-extra...
2024-03-20  Zbigniew Jędrzejew... shared/password-quality: inline iterator variable 31862/head
2024-03-20  Zbigniew Jędrzejew... core: use strdup_to()
2024-03-20  Zbigniew Jędrzejew... oomd: use strdup_to() and RET_GATHER()
2024-03-20  Zbigniew Jędrzejew... basic/unit-name: use strdup_to() in slice_build_parent_...
2024-03-20  Zbigniew Jędrzejew... logind: use strdup_to()
2024-03-20  Zbigniew Jędrzejew... shared/dissect-image: use strdup_to_full() in one more...
2024-03-20  Zbigniew Jędrzejew... machinectl: use strdup_to() and move cleanup out of...
2024-03-20  Zbigniew Jędrzejew... basic/time-util: use strdup_to() and reformat a bit
2024-03-20  Zbigniew Jędrzejew... sd-journal/catalog: use strdup_to(), rename output...
2024-03-20  Zbigniew Jędrzejew... sd-device: use strdup_to() and rename output param
2024-03-20  Zbigniew Jędrzejew... shared: use strdup_to() in specifier functions
2024-03-20  Zbigniew Jędrzejew... Replace strdup_or_null() by strdup_to()
2024-03-20  Zbigniew Jędrzejew... basic/string-util: use strdup_to() in string_extract_line()
2024-03-20  Zbigniew Jędrzejew... basic/socket-util: use strdup_to() in sockaddr_pretty()
2024-03-20  Zbigniew Jędrzejew... coredump: use free_and_strdup_warn() more
2024-03-20  Zbigniew Jędrzejew... systemd-analyze: use strdup_to()
2024-03-20  Zbigniew Jędrzejew... basic/fileio: use strdup_to_full() in read_stripped_line()
2024-03-20  Zbigniew Jędrzejew... various: also use strdup_to() in cases where we don...
2024-03-20  Zbigniew Jędrzejew... various: use strdup_to() after getenv()
2024-03-20  Zbigniew Jędrzejew... various: use strdup_to() in various obvious cases
2024-03-20  Zbigniew Jędrzejew... test-cgroup-util: reduce scope of iterator variables
2024-03-20  Zbigniew Jędrzejew... basic/cgroup-util: use strdup_to() and strdup_to_full...
2024-03-20  Zbigniew Jędrzejew... hostnamed: use strdup_to_full()
2024-03-20  Zbigniew Jędrzejew... src/basic: add yet another strdup helper
2024-03-20  Luca BoccassiMerge pull request #31827 from rpigott/resolved-faster...
2024-03-20  Frantisek SumsalMerge pull request #31867 from jamacku/update-freezer
2024-03-20  Zbigniew Jędrzejew... basic/missing_audit: add explanatory comment 31844/head
2024-03-20  Zbigniew Jędrzejew... basic/missing_*.h: indentation tweaks
2024-03-20  Zbigniew Jędrzejew... basic/missing_*.h: add asserts that the values are...
2024-03-20  Zbigniew Jędrzejew... basic/missing_ioprio: include the proper header file
2024-03-20  Gerd Hoffmannsd-boot: add support for custom mode.
2024-03-20  Daan De Meyerlog: Make warning messages more consistent
2024-03-20  Gerd Hoffmannkernel-install: fix uki-copy deinstall
2024-03-19  Ronan Pigottdnssd: don't advertise subtype PTRs to the browsing...
2024-03-19  Yu Watanabeterminal-util: fix underlying with SYSTEMD_COLORS=no
2024-03-19  Zbigniew Jędrzejew... Rename uid0 to run0
2024-03-19  Unique-UsmanAdd a set of assertion macros to tests.h
2024-03-19  Abraham Samuel Ade... Add new unittest for shared:recovery-key
2024-03-19  Yu WatanabeMerge pull request #31841 from AdrianVovk/homed-trivial
2024-03-19  Yu WatanabeMerge pull request #31772 from yuwata/network-persisten...
2024-03-19  Yu Watanabenetwork/varlink: pass file descriptor of state director...
2024-03-18  Ronan Pigottresolved: request DS with DNSKEY 31827/head
2024-03-18  Ronan Pigottresolved: don't request the SOA for every dns label
2024-03-18  Adrian Vovkhomed: Minor function name cleanup
2024-03-18  Adrian VovkRevert "homed: Add InhibitSuspend() method"
2024-03-18  Daan De MeyerMerge pull request #31838 from DaanDeMeyer/opensuse
2024-03-18  Luca BoccassiMerge pull request #31747 from yuwata/ptyfwd
2024-03-18  Yu Watanabetest: fix typo
2024-03-18  Ronan Pigottdnssd: support service subtypes
2024-03-18  Luca BoccassiMerge pull request #31778 from yuwata/kbd-util
2024-03-18  Nick Rosbrookshared/install: correctly install alias for units outsi...
2024-03-18  Ronan Pigottresolved: wait to gc transactions if they might still...
2024-03-18  Luca BoccassiMerge pull request #31811 from yuwata/network-pin-persi...
2024-03-18  Abraham Samuel Ade... Add unittest file for basic:label
2024-03-17  Luca BoccassiMerge pull request #31829 from keszybz/more-header...
2024-03-17  Daan De MeyerMerge pull request #31831 from DaanDeMeyer/opensuse
2024-03-17  Luca BoccassiMerge pull request #31821 from behrmann/news256
2024-03-17  Daan De Meyertpm2-setup: Add --graceful
2024-03-17  Zbigniew Jędrzejew... meson: test with c++26 too 31829/head
2024-03-17  Zbigniew Jędrzejew... meson: gcc docs say that name "c2x" is deprecated
2024-03-17  Zbigniew Jędrzejew... meson: use loops to unify repeated checks
2024-03-15  Yu WatanabeMerge pull request #31808 from keszybz/sundry-cleanups
next