summaryrefslogtreecommitdiffstats
path: root/tools/xml_helper.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-10timesync: add support of basic command line optionsYu Watanabe1-0/+9
2024-09-10timesync: use BusObjectImplementationYu Watanabe2-2/+11
2024-09-10doc-sync: strip point release from version before uploadingLuca Boccassi1-0/+2
2024-09-10cryptsetup: use the new crypt_token_set_external_path() API if availableLennart Poettering3-36/+23
2024-09-10homectl: when chainloading a shell, prefix "-" rather than overriding first charLennart Poettering1-2/+7
2024-09-10hwdb: death to tabs!Lennart Poettering1-15/+15
2024-09-10udev/ata_id: export read look-ahead valuesTomas Bzatek1-0/+4
2024-09-10boot: don't hardcode drop-in paths at multiple placesLennart Poettering1-6/+12
2024-09-10boot: synthesize a separate menu entry from each .profile sectionLennart Poettering3-93/+201
2024-09-10test-network: add test more cases for assigned units for each interfaceYu Watanabe1-0/+135
2024-09-10network/state-file: save assigned .netdev file even if the interface is unman...Yu Watanabe1-6/+6
2024-09-10network/vxcan: also manage peer interface name by managerYu Watanabe2-0/+66
2024-09-10network/vxcan: refuse when peer and the main interface names are equivalentYu Watanabe1-0/+4
2024-09-10network/l2tp: manage l2tp session name by ManagerYu Watanabe2-0/+80
2024-09-10network/l2tp: refuse duplicated session nameYu Watanabe1-2/+15
2024-09-10network/l2tp: downgrade log level of several messagesYu Watanabe1-21/+21
2024-09-10network/veth: also manage peer name by ManagerYu Watanabe2-0/+67
2024-09-10network/veth: refuse when peer and the main interface names are equivalentYu Watanabe1-0/+4
2024-09-10network/netdev: add attach(), detach(), set_ifindex(), and get_ifindex() to n...Yu Watanabe2-3/+30
2024-09-10network/netdev: allow to register the same NetDev object with multiple namesYu Watanabe1-1/+5
2024-09-10network/netdev: split out netdev_set_ifindex_internal() and _impl()Yu Watanabe2-21/+40
2024-09-10network/netdev: split out netdev_attach() and netdev_attach_name() from netde...Yu Watanabe2-15/+44
2024-09-10network/netdev: use hashmap_remove_value() on detaching NetDev from managerYu Watanabe2-11/+28
2024-09-10network/netdev: downgrade log level in netdev_set_ifindex()Yu Watanabe2-41/+27
2024-09-10network/netdev: check family of received NEWLINK messageYu Watanabe1-1/+8
2024-09-10network/route: use NetDev object assigned to LinkYu Watanabe1-6/+2
2024-09-10network/netdev: also check ifindex, iftype, and kind when assigning NetDev to...Yu Watanabe3-8/+40
2024-09-10boot: only open type2 ukis once when parsingLennart Poettering3-51/+45
2024-09-10stub: add ability to place multiple alternative PE sections of a specific typ...Lennart Poettering4-93/+399
2024-09-10efi: teach PE parsing support for ".profile" sectionsLennart Poettering2-49/+199
2024-09-10efi: add free_and_xstrdup16() helper modelled after free_and_strdup() in user...Lennart Poettering2-0/+23
2024-09-09networkctl: support editing netdev files by link and cat ":all"Mike Yuan3-78/+220
2024-09-09networkctl-status-link: show netdev files associated with linkMike Yuan2-12/+26
2024-09-09sd-network: introduce sd_network_link_get_netdev_file{,_dropins}Mike Yuan2-5/+23
2024-09-09network: store netdev drop-in paths and dump into state fileMike Yuan3-16/+39
2024-09-09networkd-state-file: use ASSERT_PTR where appropriateMike Yuan1-37/+18
2024-09-09nspawn: use ERRNO_IS_NEG_NOT_SUPPORTED() at one more placeYu Watanabe1-1/+1
2024-09-09nspawn: sync DeviceAllow= setting with systemd-nspawn@.serviceYu Watanabe2-4/+1
2024-09-09shutdown: replace unbounded fsync() with bounded sync_with_progress()Lennart Poettering3-9/+10
2024-09-09shutdown: teach sync_with_progress() to optionally sync a specific fd onlyLennart Poettering4-9/+49
2024-09-09meson: tweak meson conditionalization for ssh{d,}_config drop-insLennart Poettering2-2/+2
2024-09-09shell: define three system credentials we can propagate into shell prompts an...Lennart Poettering14-9/+142
2024-09-09machinectl: suppress redirection notice if --quiet is specifiedLennart Poettering1-1/+2
2024-09-09core: Add support for PrivateUsers=identityDaan De Meyer14-48/+191
2024-09-09update keyboard hwdb to add acer Predator PHN16-72Yanqing Jing1-0/+4
2024-09-09analyze: add some roughly useful subsections to --help textLennart Poettering1-6/+14
2024-09-09analyze: add section underlining to --help textLennart Poettering1-8/+10
2024-09-09sysupdate: Add --transfer-source=Daan De Meyer7-7/+58
2024-09-09repart: Initialize split_name_format in copy_from_one()Daan De Meyer1-0/+4
2024-09-09missing_socket: drop unnecessary definitionsYu Watanabe3-44/+3