]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2026-04-02  Chris Downcore: Prevent corrupting units from stale alias state... 39703/head
2026-04-02  Daan De Meyervmspawn: use PTY for native console to avoid QEMU O_NON...
2026-04-02  Daan De Meyerptyfwd: Add transparent flag
2026-04-02  Daan De Meyerstub: Determine the correct serial console from the...
2026-04-02  Daan De Meyerstub: Do a single PCI read to get the vendor and device ID
2026-04-02  Daan De Meyerstub: Drop needless enum value assignment
2026-04-02  Lennart Poetteringupdate TODO
2026-04-02  Daan De Meyershared/gpt: add gpt_probe() for GPT header and partitio...
2026-04-02  Mike Yuanmount-util: restore compat for kernels without MOUNT_AT...
2026-04-02  Luca Boccassinetworkd: fix assert with IPFamily=both in MobileNetwor...
2026-04-02  Michael Vogttest: tweak TEST-74-AUX-UTILS.varlinkctl.sh varlink...
2026-04-02  Michael Vogtvarlinkctl: simplify error handling in exec_with_listen_fds
2026-04-02  Michael Vogtsd-varlink: fix fd handling in upgrade code path
2026-04-02  Daan De Meyervmspawn: Use qemu config file for smp and memory
2026-04-02  Daan De Meyervmspawn: pass --log-level=error and --modcaps=-mknod...
2026-04-02  Kit Dallegedocs: fix misleading VM/machined documentation
2026-04-02  Daan De Meyervmspawn: Pass extra cmdline via smbios when direct...
2026-04-01  Christian Hessehwdb/keyboard: fix enter key for X+ piccolo
2026-04-01  Luca BoccassiTwo followups for recent commits (#41457)
2026-04-01  Daan De Meyernspawn: move boot_id and kmsg backing file creation...
2026-04-01  Zbigniew Jędrzejewsk... Two claude fixes (#41451)
2026-04-01  Zbigniew Jędrzejewsk... basic/terminal-util: flush stray input when terminal... 41457/head
2026-04-01  Zbigniew Jędrzejewsk... test-efi-string: add more cases
2026-04-01  Daan De Meyerci: base64 encode multiline strings in structured output 41451/head
2026-04-01  Daan De Meyerci: Delay instructions to read pr-context.json until...
2026-04-01  Daan De Meyerstub: auto-detect console device and append console...
2026-04-01  dependabot... build(deps): bump meson from 1.10.1 to 1.10.2 in /...
2026-04-01  dependabot... build(deps): bump the actions group with 3 updates
2026-04-01  Michal Rybeckyhmac: add comments explaining why each buffer needs...
2026-04-01  Michal Rybeckyhmac: erase key-derived stack buffers before returning
2026-04-01  Daan De Meyerloop-util: work around kernel loop driver partition...
2026-04-01  Daan De Meyernspawn: keep backing files for boot_id and kmsg bind...
2026-04-01  Daan De Meyervarlinkctl: add protocol upgrade support using new...
2026-04-01  Tobias Heiderhwdb: Silence spurrious F23 key-press from Fn key on...
2026-04-01  Daan De Meyerci: Rework Claude review workflow to use CLI directly
2026-04-01  Daan De Meyerloop-util: use auto-detect open mode for loop device...
2026-03-31  Michael Vogtvarlink: tweak exec_with_listen_fds() log generation 41283/head
2026-03-31  Michael Vogtvarlinkctl: add support for `--exec` with `--upgrade`
2026-03-31  Michael Vogtvarlinkctl: add protocol upgrade support
2026-03-31  Michael Vogtshared: rename internal variables in SimplexForwarder
2026-03-31  Michael Vogtshared: extend socket-forward to support fd-pairs too
2026-03-31  Michael Vogtsd-varlink: add sd_varlink_call_and_upgrade() for proto...
2026-03-31  Daan De Meyerterminal-util: fix boot hang from ANSI terminal size...
2026-03-31  Daan De Meyerterminal-util: add CLEANUP_TERMIOS_RESET() for automati...
2026-03-31  Daan De Meyertest-terminal-util: migrate to new assertion macros
2026-03-31  Antonio Alvarez... man: fix typos in some binary names
2026-03-31  Zbigniew Jędrzejewsk... Refactor the option & verb table handling and convert...
2026-03-30  Michael FerrariOnly enable `NoAuto=true` for supported partitions
2026-03-30  Luca Boccassicryptenroll: harden some variables with erasure on...
2026-03-30  Daan De MeyerMore assorted coverity fixes (#41413)
2026-03-30  Valentin Davidsysupdate: Ignore resources that are not pending
2026-03-30  Valentin Daviddiscover-image: Ignore sysupdate temporary files
2026-03-30  Valentin Davidsysupdated: Accept "current+pending" key
2026-03-30  Zbigniew Jędrzejewsk... many: another set of checks for pointer access without...
2026-03-30  Michael Vogtcore: make check-pointer-deref clean 41400/head
2026-03-30  Luca Boccassijournald: add assert for allocated buffer size 41413/head
2026-03-30  Luca Boccassitest-json: avoid divide-by-zero coverity warning for...
2026-03-30  Michael Vogtnetwork: make check-pointer-deref clean
2026-03-30  Michael Vogtjournal: make check-pointer-deref clean
2026-03-30  Michael Vogtnspawn: make check-pointer-deref clean
2026-03-30  Michael Vogtcleanup: address review feedback from claude
2026-03-30  Michael Vogtmkosi: add coccinelle to the debian tools tree too
2026-03-30  Luca Boccassinspawn-oci: add asserts for UID/GID validity after...
2026-03-30  Luca Boccassiboot: clamp setup header copy size to sizeof(SetupHeader)
2026-03-30  Luca Boccassicreds-util: add assert for output buffer size overflow...
2026-03-30  Luca Boccassicalendarspec: use ADD_SAFE for repeat offset calculation
2026-03-30  Luca Boccassirepart: use INC_SAFE for partition min size accumulation
2026-03-30  Luca Boccassitest-strv: avoid unsigned wraparound in backwards iteration
2026-03-30  Luca Boccassisd-bus: add assert_cc for message allocation size
2026-03-30  Luca Boccassisd-bus: use usec_add() for auth timeout calculation
2026-03-30  Luca Boccassinss-myhostname: add asserts for buffer index accumulation
2026-03-30  Luca Boccassitree-wide: add assert_cc for time constant multiplications
2026-03-30  Luca Boccassirepart: add assert for offset + current_size overflow...
2026-03-30  Luca Boccassinetworkd-ndisc: add assert for DNSSL allocation overflo...
2026-03-30  Luca Boccassidns-packet: add asserts for allocation overflow safety
2026-03-30  Luca Boccassilimits-util: add assert for physical memory calculation...
2026-03-30  Luca Boccassiuser-util: add asserts for buffer allocation overflow...
2026-03-30  Luca Boccassisd-bus: add asserts for message size overflow safety
2026-03-30  Luca Boccassisd-daemon: add assert before CMSG_SPACE subtraction
2026-03-30  Luca Boccassisd-json: silence false positive in sd_json_variant_filter
2026-03-30  Luca Boccassijournal: add assert for max_size overflow safety
2026-03-30  Adam Dinwoodieman: fix caps in example path
2026-03-29  Daan De Meyerrepart: allow --el-torito= with any --empty= value
2026-03-29  Valentin Davidrepart: Optionally write minimal an El Torito boot...
2026-03-29  Daan De MeyerAssorted coverity fixes (#41406)
2026-03-29  Zbigniew Jędrzejewsk... sd-varlink: export sd_varlink_set_sentinel
2026-03-29  Luca Boccassi`systemd-repart` man page fixes (#41410)
2026-03-29  Morten Linderudman/systemd-repart: quote jq expression 41410/head
2026-03-29  Morten Linderudman/systemd-repart: remove extra pipe character in...
2026-03-28  Valentin Davidrepart: Make it possible to set persistent allow-discar...
2026-03-28  Adrian Wannenmacherfix list of inhibitor lock types
2026-03-28  Luca Boccassirecurse-dir: add assert_cc for DIRENT_SIZE_MAX allocation 41406/head
2026-03-28  Luca Boccassiexec-util: use unsigned shift for ExecCommandFlags
2026-03-28  Luca Boccassicompress: add assert for space doubling overflow safety
2026-03-28  Luca Boccassiimportd: add assert for log_message_size accumulation...
2026-03-28  Luca Boccassisd-bus: add asserts for rbuffer_size accumulation bounds
2026-03-28  Luca Boccassiuid-range: add asserts to document overflow safety...
2026-03-28  Luca Boccassisd-event: add assert to help static analysis trace...
2026-03-28  Luca Boccassicpu-set-util: add asserts to guide static analysis...
2026-03-28  Luca Boccassidebug-generator: use unsigned bit shift for breakpoint...
next