summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | machine: lookup_machine_by_name_or_pidref() returns negative errno on failureYu Watanabe2024-10-312-5/+3
| * | | | | | | machine: use JSON_BUILD_PAIR_STRV_ENV_PAIR_NON_EMPTY()Yu Watanabe2024-10-311-4/+4
| * | | | | | | sd-json: introduce JSON_BUILD_PAIR_STRV_ENV_PAIR_NON_EMPTY() macroYu Watanabe2024-10-312-2/+13
| * | | | | | | sd-json: use strv_env_get_merged()Yu Watanabe2024-10-311-12/+4
| * | | | | | | env-util: introduce strv_env_get_merged()Yu Watanabe2024-10-313-0/+40
| * | | | | | | env-util: replace 'char **' with 'char**'Yu Watanabe2024-10-312-4/+4
| * | | | | | | TEST-13-NSPAWN: add test cases for listing multiple machinesYu Watanabe2024-10-311-1/+17
| * | | | | | | TEST-13-NSPAWN: trivially kill all processes in the container on terminationYu Watanabe2024-10-311-4/+4
| * | | | | | | TEST-13-NSPAWN: check returned machine listYu Watanabe2024-10-311-1/+15
| * | | | | | | TEST-13-NSPAWN: fix race between container exit and varlink callYu Watanabe2024-10-311-0/+19
| * | | | | | | machined: ACQUIRE_METADATA_NO is zeroYu Watanabe2024-10-311-2/+1
| * | | | | | | machine: use sd_json_variant_append_arraybo() and JSON_BUILD_PAIR_VARIANT_NON...Yu Watanabe2024-10-311-24/+17
| | |_|_|/ / / | |/| | | | |
* | | | | | | sd-json: don't accidentally convert between unsigned/signed when parsing signalLennart Poettering2024-10-311-4/+3
* | | | | | | posix_spawn_wrapper: do not set POSIX_SPAWN_SETSIGDEF flagMike Gilbert2024-10-311-1/+1
| |/ / / / / |/| | | | |
* | | | | | mkosi: Install gdb in centos/fedora build imageDaan De Meyer2024-10-311-0/+1
| |_|_|/ / |/| | | |
* | | | | resolve: do not try to send varlink error more than onceYu Watanabe2024-10-311-70/+36
|/ / / /
* | | | NEWS: fix typoYu Watanabe2024-10-311-6/+6
* | | | sd-varlink: update commentYu Watanabe2024-10-312-2/+2
* | | | sd-varlink: change sd_varlink_error() to always return an errorLennart Poettering2024-10-312-13/+35
* | | | sd-varlink: add helper VARLINK_STATE_WANTS_REPLY()Lennart Poettering2024-10-312-4/+12
* | | | sd-varlink: don't show error code we already decoded as part of the log messageLennart Poettering2024-10-311-1/+1
* | | | sd-varlink: if we reply to errors without passing to callback, go through reg...Lennart Poettering2024-10-311-4/+4
* | | | firstboot: several cleanups (#34958)Yu Watanabe2024-10-311-89/+70
|\ \ \ \
| * | | | firstboot: generalize prompt_loop moreMichael Ferrari2024-10-301-82/+62
| * | | | firstboot: use consistent wording for promptsMichael Ferrari2024-10-301-8/+10
| * | | | firstboot: clean up welcome messageMichael Ferrari2024-10-301-4/+3
| * | | | firstboot: order non-interactive options lastMichael Ferrari2024-10-301-3/+3
* | | | | sd-json: don't use C99 bool in public headersLennart Poettering2024-10-302-3/+1
* | | | | network: support reconfiguring netdev (#34909)Yu Watanabe2024-10-306-48/+338
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | man: update documentation for 'networkctl reload'Yu Watanabe2024-10-301-7/+16
| * | | | test-network: test for reload of .netdev file of stacked netdevYu Watanabe2024-10-301-10/+214
| * | | | network/netdev: replace old NetDev object with newer one on reloadYu Watanabe2024-10-303-2/+80
| * | | | network/netdev: reconfigure netdev if possibleYu Watanabe2024-10-301-8/+5
| * | | | network/netdev: move calls of netdev_attach() and netdev_request_to_create() ...Yu Watanabe2024-10-303-22/+24
|/ / / /
* | | | mkosi: Ensure we build with debuginfoDaan De Meyer2024-10-304-4/+4
* | | | coredump: allow only empty messages after first "sentinel"Michal Sekletar2024-10-301-2/+8
* | | | network/tunnel: reuse existing 6rd sit tunnel (#34938)Yu Watanabe2024-10-304-84/+60
|\ \ \ \
| * | | | test-network: add test case for reuse of existing 6rd SIT tunnelYu Watanabe2024-10-301-9/+15
| * | | | network/tunnel: reuse existing 6rd SIT tunnelYu Watanabe2024-10-293-31/+19
| * | | | network/tunnel: merge dhcp4_pd_create_6rd_tunnel_message() into dhcp4_pd_crea...Yu Watanabe2024-10-292-47/+29
* | | | | network/netdev: do not try to update several parameters if the interface alre...Yu Watanabe2024-10-305-36/+98
|\ \ \ \ \
| * | | | | network/ipvlan: do not try to update MAC addressYu Watanabe2024-10-301-0/+9
| * | | | | network/macsec: IFLA_MACSEC_PORT attribute cannot be changedYu Watanabe2024-10-301-6/+14
| * | | | | network/vxlan: do not try to update several parametersYu Watanabe2024-10-301-28/+42
| * | | | | network/netdev: introduce netdev_can_set_mac/mtu() helper functionsYu Watanabe2024-10-302-2/+33
* | | | | | network: several cleanups for reloading .network files (#34933)Yu Watanabe2024-10-306-24/+61
|\ \ \ \ \ \
| * | | | | | network: use newly loaded Network object if a referenced NetDev object is upd...Yu Watanabe2024-10-301-2/+30
| * | | | | | network: drop no-op cleanupYu Watanabe2024-10-305-12/+10
| * | | | | | network/netdev: update state file when NetDev object assignment is changedYu Watanabe2024-10-301-6/+17
| * | | | | | network: swap asterisk and spaceYu Watanabe2024-10-302-4/+4
| |/ / / / /