]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2024-10-12  Yu Watanabebus-message-util: introduce bus_message_dump_fd() and... 34743/head
2024-10-12  Yu Watanabeanalyze: fall back to simple method from dump_patterns...
2024-10-12  Ryan WilsonAdd integration test for ExtraFileDescriptors after...
2024-10-11  Yu WatanabeMerge pull request #34591 from teknoraver/timer
2024-10-11  Yu WatanabeMerge pull request #34698 from yuwata/udev-node-lock...
2024-10-11  Yu WatanabeMerge pull request #34722 from anonymix007/fundamental...
2024-10-11  Matteo Crocetimer: add unit tests for DeferReactivation 34591/head
2024-10-11  Arthur Shautimer: introduce DeferReactivation setting
2024-10-11  Yu WatanabeTEST-17-UDEV: also check if /run/udev/links.lock/ is... 34698/head
2024-10-11  Yu Watanabeudev-node: drop unnecessary manager side cleaning up...
2024-10-11  Yu Watanabeudev-node: drop workaround for by-diskseq symlinks
2024-10-11  Yu Watanabeudev-node: remove lockfile and stack directory when...
2024-10-11  Yu WatanabeMerge pull request #34700 from yuwata/network-conf...
2024-10-11  anonymix007test: Add tests for SHA1 34722/head
2024-10-11  anonymix007fundamental: Import SHA1 implementation from libxcrypt
2024-10-11  anonymix007macro: Add DISABLE_WARNING_STRINGOP_OVERREAD
2024-10-11  Matteo Crocereport bpf_current_task_under_cgroup() errors to userspace
2024-10-11  Yu WatanabeMerge pull request #34720 from YHNdnzj/extra-fds-followup
2024-10-11  Daan De Meyersystemd-update-helper: Show executed commands if debug...
2024-10-11  Yu Watanabenetwork/route: use log_section_warning() more 34700/head
2024-10-11  Yu Watanabenetwork/route: use generic [Route] section parser more
2024-10-11  Yu Watanabenetwork/route: use log_syntax_parse_error() more
2024-10-11  Yu Watanabenetwork/route-nexthop: use generic [Route] section...
2024-10-11  Yu Watanabenetwork/route-nexthop: use log_syntax_parse_error()
2024-10-11  Yu Watanabenetwork/route-metric: merge conf parsers for route...
2024-10-11  Yu Watanabenetwork/route-metric: use log_syntax_parse_error()
2024-10-11  Yu Watanabenetwork/address: several cleanups for config_parse_addr...
2024-10-11  Yu Watanabenetwork/address: warn but ignore Broadcast= setting...
2024-10-11  Yu Watanabenetwork/address: use log_section_warning() more
2024-10-11  Yu Watanabenetwork/routing-policy-rule: use in_addr_prefix for...
2024-10-11  Yu Watanabeconf-parser: introduce config_parse_in_addr_prefix()
2024-10-11  Yu Watanabein-addr-util: rename in_addr_prefix_from_string_auto_in...
2024-10-11  Lucas Adriano... hwdb: fix key toggle touchpad and programmable buttom...
2024-10-11  Mike Yuancore/service: add missing serialization for extra fds 34720/head
2024-10-11  Mike Yuancore/service: use array rather than list for extra...
2024-10-11  Mike Yuancore/service: use LIST_HEAD where appropriate
2024-10-11  Mike Yuantime-util: use saturate_add for usec_add()
2024-10-11  Lennart PoetteringMerge pull request #34717 from anonymix007/fundamental...
2024-10-11  Mike Yuanshared/bus-util: re-break comment, insert missing newli...
2024-10-11  Daan De MeyerMerge pull request #34686 from DaanDeMeyer/bus-fallback
2024-10-11  anonymix007fundamental: Add EFI_GUID userspace definition 34717/head
2024-10-11  anonymix007boot: Add log_info and log_debug
2024-10-11  anonymix007boot: Add smbios_populate_raw_info
2024-10-11  anonymix007boot: Move smbios-related functions to a separate file
2024-10-11  anonymix007boot: Add xcalloc and xcalloc_multiply
2024-10-11  anonymix007boot: Add EFI_STATUS_IS_ERROR macro
2024-10-11  anonymix007boot: Add bswap_{16,32}
2024-10-11  anonymix007boot: Add be32toh
2024-10-11  Lennart PoetteringMerge pull request #34718 from poettering/efi-smbios...
2024-10-11  Lennart PoetteringMerge pull request #34703 from poettering/pidref-varlink
2024-10-11  Lennart PoetteringMerge pull request #34681 from ikruglov/ikruglov/io...
2024-10-11  Lennart Poetteringseccomp: allowlist uretprobe() syscall
2024-10-11  Lennart Poetteringsmbios: make code more readable by introducing a "limit... 34718/head
2024-10-11  Lennart Poetteringsmbios: move validation of SMBIOS table sizes fully...
2024-10-11  Daan De Meyerstdio-bridge: Use customized log message for forwarding bus 34686/head
2024-10-11  Daan De Meyerstdio-bridge: Use bus_log_connect_error()
2024-10-11  Daan De Meyerbus-util: Move geteuid() check out of bus_connect_syste...
2024-10-11  Daan De Meyerbus-util: Drop fallback to system/user bus if manager...
2024-10-11  Daan De Meyerupdate-utmp: Make reconnect logic more robust
2024-10-11  Daan De Meyermkosi: Fix up ownership of testuser home directory...
2024-10-11  Daan De MeyerMerge pull request #34707 from YHNdnzj/user-manager...
2024-10-11  Lennart Poetteringmachined: also take new ProcessId structure when regist... 34703/head
2024-10-11  Lennart Poetteringmachined: make List() varlink method return a full...
2024-10-11  Lennart Poetteringjson: add builder/dispatcher for PidRef → JSON and...
2024-10-11  Lennart Poetteringvarlink-idl: introduce c/.h file for common varlink...
2024-10-11  Lennart Poetteringmacro: add voffsetof() helper, that operates like offse...
2024-10-11  Lennart Poetteringtest: also dump varlink IDL for Machine interface in...
2024-10-11  Lennart Poetteringmeson: sort includes
2024-10-11  Daan De Meyerrpm/systemd-update-helper: Use systemctl reload to... 34707/head
2024-10-11  Mike Yuanunits/{user,capsule}@.service: issue daemon-reexec...
2024-10-11  Mike Yuancore/manager-serialize: drop serialization for Manager...
2024-10-11  Mike Yuancore/manager: still send out STATUS=Ready for user...
2024-10-11  Uday Shankarudev: allow persistent storage rules for ublk devices
2024-10-11  David Rheinsbergdocs/DESKTOP_ENVIRONMENTS: fix formatting
2024-10-11  Lennart Poetteringdocs: don't mention split-usr path anymore
2024-10-10  Yu Watanabemkosi: fix sections for settings
2024-10-10  Yu WatanabeMerge pull request #34699 from yuwata/netlink-cleanups
2024-10-10  Yu Watanabesd-netlink: introduce two more _get_family() 34699/head
2024-10-10  Yu Watanabesd-netlink,network: rename functions and RoutingPolicyR...
2024-10-10  Yu Watanabesd-netlink: introduce macros to define sd_rtnl_message...
2024-10-10  Yu Watanabesd-netlink: make size verifier in sd_netlink_message_re...
2024-10-10  Yu Watanabesd-netlink: shorten sd_netlink_message_read_string_strd...
2024-10-10  Yu Watanabesd-netlink: various cleanups
2024-10-10  Lennart Poetteringman: reword comment a bit regarding ExecStartPre= multi...
2024-10-10  Jörg Behrmannukify: Fix systemd-measure detection in tests
2024-10-10  Ivan Kruglovmachine: use sd_json_dispatch_pid() in varlink code 34681/head
2024-10-10  Ivan Kruglovsd-json: add sd_json_dispatch_pid()
2024-10-10  Ivan Kruglovmachine: switch to use PidRef when lookup machine by...
2024-10-10  Ivan Kruglovmachine: use sd_json_dispatch_signal() in varlink code
2024-10-10  Ivan Kruglovsd-json: add sd_json_dispatch_signal()
2024-10-10  Ivan Kruglovmachine: remove redundant else if lookup_machine_by_nam...
2024-10-10  Ivan Kruglovmachine: complete description of io.systemd.Machine...
2024-10-10  Yu WatanabeMerge pull request #34684 from yuwata/login-scheduled...
2024-10-10  Yu Watanabesd-event: rename output parameters to ret
2024-10-10  Lennart Poetteringmachined: use sd_json_dispatch_uint() when parsing CID
2024-10-10  Yu Watanabeukify: fix return value type of resolve_at_path()
2024-10-10  Darsey Litzenbergernetwork/dhcp4: add support for ARPHRD_RAWIP and ARPHRD_...
2024-10-09  Yu Watanaberepart: fix typo
2024-10-09  Yu Watanabecore/mount: fix typo
2024-10-09  Yu WatanabeMerge pull request #34687 from DaanDeMeyer/mkosi
next