]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
40 hours ago  Lennart Poetteringhelp-util: reword comment a bit 41828/head
40 hours ago  Lennart Poetteringnotify: we typically say 'service manager' not 'init...
40 hours ago  Lennart Poetteringvarlink: address some trivial points Claude found
43 hours ago  Christian Braunervarlink-util: add generic code that calls out to a...
2 days ago  Lennart Poetteringvarlink-util: add generic code that calls out to a... 41815/head
3 days ago  fecethwdb: sensor: add accel mount matrix for GPD WIN 5
3 days ago  Zbigniew Jędrzejewsk... add helpers for unified --help formatting (#41805)
3 days ago  Yu Watanabeip-util: introduce several functions for IP packet...
3 days ago  Yu Watanabeip-util: define IPV4_MIN_REASSEMBLY_SIZE 41801/head
3 days ago  Yu Watanabeip-util: introduce udp_packet_verify()
3 days ago  Yu Watanabeip-util: introduce udp_packet_build()
3 days ago  Yu Watanabeip-util: introduce ip_checksum()
3 days ago  Nick Rosbrookunits: order networkd resolve hook After=network-pre...
3 days ago  Luca Boccassinss-myhostname: fix maybe-uninitialized warning
3 days ago  Christian Braunervmspawn: prepare QMP infrastructure for runtime block...
3 days ago  Lennart Poetteringjob: properly initialize all enum fields
3 days ago  Stephane Chazelassystemd-cat does not connect the standard *input* of...
3 days ago  Lennart Poetteringac-power,notify,systemctl: port 3 tools over to new... 41805/head
3 days ago  Lennart Poetteringhelp-util: add helpers for generating uniform --help...
3 days ago  Christian Braunervmspawn-varlink: drop AcquireQMP stub and QemuMachineIn... 41763/head
3 days ago  Christian Braunervmspawn-qmp: add vmspawn_qmp_remove_block_device
3 days ago  Christian Braunervmspawn-qmp: add the hotplug-capable block-device add...
3 days ago  Christian Braunervmspawn-qmp: keep the event loop running on post-setup...
3 days ago  Christian Braunervmspawn-qmp: pipeline remove-fd after each blockdev-add
3 days ago  Christian Braunervmspawn-qmp: derive QMP node and device ids from a...
3 days ago  Christian Braunervmspawn-qmp: convert DriveInfo to a refcounted object
3 days ago  Christian Braunervmspawn-qmp: pass bridge to on_cont_complete via invoke...
3 days ago  Christian Braunervmspawn-varlink: treat empty event subscription filter...
3 days ago  Christian Braunervmspawn-varlink: extract notify_event_subscribers from...
3 days ago  Christian Braunervmspawn-varlink: simplify on_qmp_describe_complete...
3 days ago  Christian Braunervmspawn-varlink: use error < 0 in async QMP completion...
3 days ago  Christian Braunervmspawn: move VMSPAWN_PCIE_HOTPLUG_SPARES to vmspawn...
3 days ago  Christian Braunerqmp-client: widen next_fdset_id to uint64_t
3 days ago  Christian Braunervmspawn: use qemu_device_driver_to_string() in resolve_...
3 days ago  Christian Braunershared: extract disk-spec parsing into machine-util
3 days ago  Christian Braunervmspawn: heap-allocate each DriveInfo individually
3 days ago  Christian Braunervmspawn: rename on_qmp_setup_complete() to on_qmp_compl...
3 days ago  Christian Braunervmspawn: add QmpClient userdata and VmspawnQmpBridge...
3 days ago  Daan De Meyertest-qmp-client-qemu: exercise add-fd on the first...
3 days ago  Daan De Meyerqmp-client: eagerly enqueue qmp_capabilities on connect...
3 days ago  Daan De Meyerjson-stream: stop concatenating fd-bearing queue items...
3 days ago  Daan De Meyerqmp-client: make QmpSlot a public, refcounted, cancella...
3 days ago  Daan De Meyertest-qmp-client: drive the mock QMP servers through...
4 days ago  Daan De MeyerA few more conversions to the option and verb macros...
4 days ago  Lennart Poetteringansi-color: add support for italics markup
4 days ago  Zbigniew Jędrzejewsk... sysupdate: convert to the new option and verb parsers 41797/head
4 days ago  Zbigniew Jędrzejewsk... sysupdate: reorder verb functions and parse_argv cases...
4 days ago  Zbigniew Jędrzejewsk... ptyfwd: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... socket-activate: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... sysctl: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... sysctl: rename local Option struct to SysctlOption
4 days ago  Zbigniew Jędrzejewsk... tty-ask-password-agent: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... keyutil: use OPTION_COMMON macros in a few places
4 days ago  Zbigniew Jędrzejewsk... storagetm: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... journal-gatewayd: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... inhibit: convert to the new option parser
4 days ago  Yu Watanabesd-dhcp-client: several refactoring for state machine...
4 days ago  Simon de Vliegershared: find-esp fsroot check skip
4 days ago  Daan De Meyertree-wide: Load libcrypto and libssl via dlopen()
4 days ago  Yu Watanabesd-dhcp-client: add FIXME comment about the state callback 41796/head
4 days ago  Yu Watanabesd-dhcp-client: rework discover/request_attempts counter
4 days ago  Yu Watanabesd-dhcp-client: notify SD_DHCP_CLIENT_EVENT_EXPIRED...
4 days ago  Yu Watanabesd-dhcp-client: propagate failure in setting timer...
4 days ago  Yu Watanabesd-dhcp-client: simplify the implementation of IPv6...
4 days ago  Yu Watanabesd-dhcp-client: simply enter renewing/rebinding state...
4 days ago  Yu Watanabesd-dhcp-client: initialize event source and so on in...
4 days ago  Yu Watanabesd-dhcp-client: enter the SELECTING state before sendin...
4 days ago  Yu Watanabesd-dhcp-client: replace max_request_attempts with const...
4 days ago  Yu Watanabesd-dhcp-client: introduce client_send_discover()
4 days ago  Yu Watanabesd-dhcp-client: open socket when necessary and close...
4 days ago  Yu Watanabesd-dhcp-client: add one missing assertion
4 days ago  Yu Watanabesd-dhcp-client: move the object definition to the header
4 days ago  João Taveira... networkd: allow route table names for VRF.Table=
4 days ago  Zbigniew Jędrzejewsk... Add 'data' parameter to options and convert to programs...
4 days ago  Daan De Meyerqmp-client: add synchronous qmp_client_call()
4 days ago  Yu Watanabedhcp-protocol: introduce several constants, string...
4 days ago  Zbigniew Jędrzejewsk... various: use empty block not break after OPTION_GROUP 41786/head
4 days ago  Zbigniew Jędrzejewsk... TODO: add one more entry
4 days ago  Zbigniew Jędrzejewsk... measure: also measure forgotten .efifw section
4 days ago  Zbigniew Jędrzejewsk... measure: convert to the new option and verb parsers
4 days ago  Zbigniew Jędrzejewsk... measure: reorder verb functions to match --help
4 days ago  Zbigniew Jędrzejewsk... repart: use parse_tristate_argument_with_auto in one...
4 days ago  Zbigniew Jędrzejewsk... Use the new verb+option macros in pcrlock (#41669)
4 days ago  Zbigniew Jędrzejewsk... repart: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... sbsign: convert to the new option and verb parsers
4 days ago  Zbigniew Jędrzejewsk... test-libudev: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... network-generator: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... shutdown: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... stdio-bridge: convert to the new option parser
4 days ago  Zbigniew Jędrzejewsk... test-chase-manual: convert to the new option parser
4 days ago  Christian Braunerchase: add explicit root_fd parameter to chaseat()...
4 days ago  Christian BraunerMerge branch 'main' into inode-ref 41652/head
4 days ago  vlefebvremkosi: user and group bin needed for a test
4 days ago  Zbigniew Jędrzejewsk... test: enable check-{help,version}-systemd-pcrlock 41669/head
4 days ago  Zbigniew Jędrzejewsk... pcrlock: convert to the new option and verb parsers
4 days ago  Zbigniew Jędrzejewsk... pcrlock: reorder function definitions to match --help
4 days ago  Lennart Poetteringman: clarify that /etc/verity.d only parses certificate...
4 days ago  Lennart Poetteringiovec-util: introduce iovec_equal(), and add overflow...
4 days ago  Antonio Alvarez... man: clarify that /etc/verity.d only parses certificate... 41790/head
4 days ago  Antonio Alvarez... dissect-image: fix typo in log message
next