summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* man/veritysetup-generator: document veritytab kernel command line optionAntonio Alvarez Feijoo2024-10-241-2/+14
* man: fix links to veritysetup(8)Antonio Alvarez Feijoo2024-10-243-4/+4
* refactor: replace sizeof in loop with ELEMENTSOF & FOREACH_ELEMENT (#34863)Integral2024-10-234-15/+12
* update TODOLennart Poettering2024-10-231-0/+2
* man/network: fix typoYu Watanabe2024-10-231-1/+1
* measure: fix typoYu Watanabe2024-10-231-1/+1
* TEST-55-OOMD: fix typoYu Watanabe2024-10-231-1/+1
* Merge pull request #34850 from poettering/openat-report-new-tweaksLennart Poettering2024-10-2325-200/+180
|\
| * fs-util: move attempts counter in openat_report_new() into loopLennart Poettering2024-10-221-2/+1
| * label: move label_ops_reset() up a bitLennart Poettering2024-10-222-6/+5
| * label: add missing assert() to label_ops_set()Lennart Poettering2024-10-221-0/+3
| * shared: get rid of fileio-label.[ch]Lennart Poettering2024-10-227-47/+29
| * fileio: port write_string_file_full() to openat_report_new()Lennart Poettering2024-10-221-10/+15
| * fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...Lennart Poettering2024-10-2213-74/+84
| * fs-util: tweak how openat_report_new() operates when O_CREAT is used on a dan...Lennart Poettering2024-10-223-33/+21
| * fs-util: always call label post ops in xopenat_full(), in both success and er...Lennart Poettering2024-10-221-9/+11
| * fs-util: don't second guess openat_report_new() return valuesLennart Poettering2024-10-221-11/+0
| * label: tweak LabelOps post() hook to take "created" booleanLennart Poettering2024-10-226-15/+20
| * fs-util: always go through the unlink cleanup paths in xopenat_full()Lennart Poettering2024-10-221-5/+3
| * fs-util: remove misplaced RET_NERRNO()Lennart Poettering2024-10-221-1/+1
* | network: adjust log message about DNRRonan Pigott2024-10-231-4/+4
* | Merge pull request #34861 from poettering/can-idleLennart Poettering2024-10-234-8/+57
|\ \
| * | logind: also check session class in session_get_idle_hint()Lennart Poettering2024-10-221-0/+3
| * | logind: use RET_GATHER() at one more placeLennart Poettering2024-10-221-4/+1
| * | logind: add CanIdle + CanLock dbus properties to session objectLennart Poettering2024-10-223-4/+53
* | | mkosi: update debian commit referenceLuca Boccassi2024-10-231-1/+1
* | | Merge pull request #34860 from enr0n/varlinkctl-fixesMike Yuan2024-10-221-4/+6
|\ \ \
| * | | varlinkctl: set SD_JSON_FORMAT_FLUSH when --more is setNick Rosbrook2024-10-221-2/+2
| * | | varlinkctl: do not clobber format flags in verb_callNick Rosbrook2024-10-221-2/+4
| |/ /
* / / logind: allow read/write to char-hvc devicesLuca Boccassi2024-10-221-0/+1
|/ /
* | Merge pull request #34848 from yuwata/network-dhcpv6-do-not-request-ia-pd-on-...Lennart Poettering2024-10-225-48/+42
|\ \
| * | man: suggest to use DHCPv6Client= when upstream provides RA with the Managed ...Yu Watanabe2024-10-211-4/+10
| * | network/dhcp6: do not request IA_PD when running in the other-information modeYu Watanabe2024-10-214-44/+32
* | | resolved: validate noerror response for CNAMEsRonan Pigott2024-10-222-10/+2
| |/ |/|
* | Merge pull request #34851 from DaanDeMeyer/mediumDaan De Meyer2024-10-221-5/+15
|\ \
| * | bus-util: Fix bus_log_connect_error()Daan De Meyer2024-10-221-3/+3
| * | bus-util: Special case when DBUS_SESSION_BUS_ADDRESS is set and XDG_RUNTIME_D...Daan De Meyer2024-10-221-1/+11
| * | bus-util: Return ENOMEDIUM if XDG_RUNTIME_DIR is unsetDaan De Meyer2024-10-221-1/+1
| |/
* | Merge pull request #34761 from ikruglov/ikruglov/io-systemd-Machine-GetAddressesLennart Poettering2024-10-226-17/+184
|\ \
| * | machine: add tests for Addresses/OSRelease/UIDShift fields in io.systemd.Mach...Ivan Kruglov2024-10-211-0/+16
| * | machine: use AcquireMetadata in io.systemd.MachineImage.List methodIvan Kruglov2024-10-213-10/+23
| * | machine: add Addresses field in varlink io.systemd.Machine.List outputIvan Kruglov2024-10-212-2/+60
| * | machine: add OSRelease and UIDShift fields in varlink io.systemd.Machine.List...Ivan Kruglov2024-10-212-8/+64
| * | machine: enum AcquireMetadataIvan Kruglov2024-10-213-0/+24
* | | Merge pull request #30952 from rpigott/resolved-dnrLennart Poettering2024-10-2246-123/+2028
|\ \ \
| * | | resolve: move sd-* api into libsystemd-networkRonan Pigott2024-10-219-6/+41
| * | | ndisc: implement ndisc_option_build_encrypted_dnsRonan Pigott2024-10-211-0/+140
| * | | network: add dnr resolvers to networkctl status json outputRonan Pigott2024-10-214-1/+144
| * | | test/fuzz: add dnr packetsRonan Pigott2024-10-213-0/+0
| * | | network: Serialize ipv6ra DNRRonan Pigott2024-10-211-0/+24