summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* udev: add one more assertionYu Watanabe2022-10-111-0/+1
* coredumpctl: Add support for the --root option (after merge fixes)Richard Phibel2022-10-101-10/+9
* tree-wide: add ERRNO_IS_XATTR_ABSENT() helperLennart Poettering2022-10-1015-23/+29
* Merge pull request #24654 from fbuihuu/mount_followup_for_pr_19983Yu Watanabe2022-10-103-47/+41
|\
| * mount: replace UNIT_DEPENDENCY_MOUNTINFO_OR_FILE with UNIT_DEPENDENCY_MOUNTIN...Franck Bui2022-10-053-30/+35
| * mount: drop UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT and UNIT_DEPENDENCY_MOUNTINFO_...Franck Bui2022-10-053-18/+8
| * mount: always use UNIT_DEPENDENCY_FILE in mount_add_quota_dependencies()Franck Bui2022-10-051-5/+4
* | Merge pull request #24595 from rphibel/support-image-option-in-systemctl-and-...Daan De Meyer2022-10-101-4/+108
|\ \
| * | coredumpctl: Add support for the --image optionRichard Phibel2022-10-031-2/+34
| * | coredumpctl: Add support for the --root optionRichard Phibel2022-10-031-4/+76
* | | udev: drop assertion which is always falseYu Watanabe2022-10-101-1/+0
* | | meson: Fix build with --optimization=plainJan Janssen2022-10-091-1/+1
* | | Revert "journal: Add --convert= command to journalctl"Daan De Meyer2022-10-084-118/+51
* | | Implement --luks-sector-size for homedAidan Dang2022-10-079-13/+91
* | | Merge pull request #22998 from DaanDeMeyer/journal-compact-splitLuca Boccassi2022-10-0716-418/+635
|\ \ \
| * | | journal: Add --convert= command to journalctlDaan De Meyer2022-10-074-51/+118
| * | | journal: Store offsets to tail entry array objects in chainDaan De Meyer2022-10-075-46/+99
| * | | journal: Introduce journal_file_data_payload()Daan De Meyer2022-10-073-205/+148
| * | | journal: Use 32-bit entry item object offsets in compact modeDaan De Meyer2022-10-075-56/+94
| * | | journal: Use 32-bit entry array offsets in compact modeDaan De Meyer2022-10-075-38/+65
| * | | journal: Don't allocate objects above UINT32_MAX in compact modeDaan De Meyer2022-10-071-0/+4
| * | | journal: Run unit tests with and without compact mode enabledDaan De Meyer2022-10-075-8/+65
| * | | journal: Enable compact modeDaan De Meyer2022-10-071-12/+27
| * | | journal: Add compact modeDaan De Meyer2022-10-073-6/+19
* | | | network: free timer event source for NDisc when link is freedYu Watanabe2022-10-071-2/+6
* | | | network: drop unnecessary call of ndisc_vacuum()Yu Watanabe2022-10-073-25/+0
|/ / /
* | | Merge pull request #24511 from martinetd/bpf1Zbigniew Jędrzejewski-Szmek2022-10-068-25/+104
|\ \ \
| * | | libbpf: add compat helpers for libbpf down to 0.1.0Dominique Martinet2022-10-066-16/+89
| * | | Try to load libbpf.so.1 as wellDaan De Meyer2022-10-061-2/+7
| * | | libbpf: Remove use of deprecated APIsDaan De Meyer2022-10-067-21/+22
* | | | repart: always honour `--discard=no`Arnaud Ferraris2022-10-061-0/+3
* | | | ata_id: Fixed getting Response Code from SCSI Sense Data (#24921)Aleksey Vasenev2022-10-061-3/+3
|/ / /
* | | Merge pull request #24877 from brauner/namespace_utilsLuca Boccassi2022-10-0410-72/+96
|\ \ \
| * | | mount-util: use in_same_namespace()Christian Brauner2022-10-041-12/+5
| * | | nspawn: use in_same_namespace() helperChristian Brauner2022-10-041-11/+3
| * | | namespace-util: add in_same_namespace()Christian Brauner2022-10-042-0/+25
| * | | nsflags: replace namespace_flag_map with general namespace_info introduced ea...Christian Brauner2022-10-043-33/+15
| * | | namespace-util: add namespace_infoChristian Brauner2022-10-044-16/+43
| * | | missing_sched: add CLONE_NEWTIMEChristian Brauner2022-09-301-0/+5
* | | | repart: Drop usage of CHASE_WARNDaan De Meyer2022-10-041-5/+5
* | | | Merge pull request #24900 from yuwata/network-ndisc-drop-outdatedLennart Poettering2022-10-049-58/+247
|\ \ \ \
| * | | | network: ndisc: do not accept too many DNS servers or domainsYu Watanabe2022-10-041-13/+16
| * | | | network: ndisc: drop addresses and friends when RA with zero lifetime is rece...Yu Watanabe2022-10-043-24/+30
| * | | | network: make sec_to_usec() map 0sec -> 0usecYu Watanabe2022-10-041-4/+7
| * | | | network: ndisc: also introduce timer event source to drop outdated settingsYu Watanabe2022-10-044-1/+80
| * | | | network: ndisc: drop outdated settings before processing RA messageYu Watanabe2022-10-041-12/+71
| * | | | network: ndisc: address_get() returns 0 on successYu Watanabe2022-10-041-1/+1
| * | | | network: introduce {address,route}_remove_and_drop()Yu Watanabe2022-10-044-0/+29
| * | | | network: ndisc: ignore prefix option with link-local prefixYu Watanabe2022-10-041-0/+8
| * | | | network: ndisc: read prefix earlierYu Watanabe2022-10-041-4/+6