index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
machine: lookup_machine_by_name_or_pidref() returns negative errno on failure
Yu Watanabe
2024-10-31
2
-5
/
+3
|
*
|
|
|
|
|
|
machine: use JSON_BUILD_PAIR_STRV_ENV_PAIR_NON_EMPTY()
Yu Watanabe
2024-10-31
1
-4
/
+4
|
*
|
|
|
|
|
|
sd-json: introduce JSON_BUILD_PAIR_STRV_ENV_PAIR_NON_EMPTY() macro
Yu Watanabe
2024-10-31
2
-2
/
+13
|
*
|
|
|
|
|
|
sd-json: use strv_env_get_merged()
Yu Watanabe
2024-10-31
1
-12
/
+4
|
*
|
|
|
|
|
|
env-util: introduce strv_env_get_merged()
Yu Watanabe
2024-10-31
3
-0
/
+40
|
*
|
|
|
|
|
|
env-util: replace 'char **' with 'char**'
Yu Watanabe
2024-10-31
2
-4
/
+4
|
*
|
|
|
|
|
|
TEST-13-NSPAWN: add test cases for listing multiple machines
Yu Watanabe
2024-10-31
1
-1
/
+17
|
*
|
|
|
|
|
|
TEST-13-NSPAWN: trivially kill all processes in the container on termination
Yu Watanabe
2024-10-31
1
-4
/
+4
|
*
|
|
|
|
|
|
TEST-13-NSPAWN: check returned machine list
Yu Watanabe
2024-10-31
1
-1
/
+15
|
*
|
|
|
|
|
|
TEST-13-NSPAWN: fix race between container exit and varlink call
Yu Watanabe
2024-10-31
1
-0
/
+19
|
*
|
|
|
|
|
|
machined: ACQUIRE_METADATA_NO is zero
Yu Watanabe
2024-10-31
1
-2
/
+1
|
*
|
|
|
|
|
|
machine: use sd_json_variant_append_arraybo() and JSON_BUILD_PAIR_VARIANT_NON...
Yu Watanabe
2024-10-31
1
-24
/
+17
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
sd-json: don't accidentally convert between unsigned/signed when parsing signal
Lennart Poettering
2024-10-31
1
-4
/
+3
*
|
|
|
|
|
|
posix_spawn_wrapper: do not set POSIX_SPAWN_SETSIGDEF flag
Mike Gilbert
2024-10-31
1
-1
/
+1
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
mkosi: Install gdb in centos/fedora build image
Daan De Meyer
2024-10-31
1
-0
/
+1
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
resolve: do not try to send varlink error more than once
Yu Watanabe
2024-10-31
1
-70
/
+36
|
/
/
/
/
*
|
|
|
NEWS: fix typo
Yu Watanabe
2024-10-31
1
-6
/
+6
*
|
|
|
sd-varlink: update comment
Yu Watanabe
2024-10-31
2
-2
/
+2
*
|
|
|
sd-varlink: change sd_varlink_error() to always return an error
Lennart Poettering
2024-10-31
2
-13
/
+35
*
|
|
|
sd-varlink: add helper VARLINK_STATE_WANTS_REPLY()
Lennart Poettering
2024-10-31
2
-4
/
+12
*
|
|
|
sd-varlink: don't show error code we already decoded as part of the log message
Lennart Poettering
2024-10-31
1
-1
/
+1
*
|
|
|
sd-varlink: if we reply to errors without passing to callback, go through reg...
Lennart Poettering
2024-10-31
1
-4
/
+4
*
|
|
|
firstboot: several cleanups (#34958)
Yu Watanabe
2024-10-31
1
-89
/
+70
|
\
\
\
\
|
*
|
|
|
firstboot: generalize prompt_loop more
Michael Ferrari
2024-10-30
1
-82
/
+62
|
*
|
|
|
firstboot: use consistent wording for prompts
Michael Ferrari
2024-10-30
1
-8
/
+10
|
*
|
|
|
firstboot: clean up welcome message
Michael Ferrari
2024-10-30
1
-4
/
+3
|
*
|
|
|
firstboot: order non-interactive options last
Michael Ferrari
2024-10-30
1
-3
/
+3
*
|
|
|
|
sd-json: don't use C99 bool in public headers
Lennart Poettering
2024-10-30
2
-3
/
+1
*
|
|
|
|
network: support reconfiguring netdev (#34909)
Yu Watanabe
2024-10-30
6
-48
/
+338
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
man: update documentation for 'networkctl reload'
Yu Watanabe
2024-10-30
1
-7
/
+16
|
*
|
|
|
test-network: test for reload of .netdev file of stacked netdev
Yu Watanabe
2024-10-30
1
-10
/
+214
|
*
|
|
|
network/netdev: replace old NetDev object with newer one on reload
Yu Watanabe
2024-10-30
3
-2
/
+80
|
*
|
|
|
network/netdev: reconfigure netdev if possible
Yu Watanabe
2024-10-30
1
-8
/
+5
|
*
|
|
|
network/netdev: move calls of netdev_attach() and netdev_request_to_create() ...
Yu Watanabe
2024-10-30
3
-22
/
+24
|
/
/
/
/
*
|
|
|
mkosi: Ensure we build with debuginfo
Daan De Meyer
2024-10-30
4
-4
/
+4
*
|
|
|
coredump: allow only empty messages after first "sentinel"
Michal Sekletar
2024-10-30
1
-2
/
+8
*
|
|
|
network/tunnel: reuse existing 6rd sit tunnel (#34938)
Yu Watanabe
2024-10-30
4
-84
/
+60
|
\
\
\
\
|
*
|
|
|
test-network: add test case for reuse of existing 6rd SIT tunnel
Yu Watanabe
2024-10-30
1
-9
/
+15
|
*
|
|
|
network/tunnel: reuse existing 6rd SIT tunnel
Yu Watanabe
2024-10-29
3
-31
/
+19
|
*
|
|
|
network/tunnel: merge dhcp4_pd_create_6rd_tunnel_message() into dhcp4_pd_crea...
Yu Watanabe
2024-10-29
2
-47
/
+29
*
|
|
|
|
network/netdev: do not try to update several parameters if the interface alre...
Yu Watanabe
2024-10-30
5
-36
/
+98
|
\
\
\
\
\
|
*
|
|
|
|
network/ipvlan: do not try to update MAC address
Yu Watanabe
2024-10-30
1
-0
/
+9
|
*
|
|
|
|
network/macsec: IFLA_MACSEC_PORT attribute cannot be changed
Yu Watanabe
2024-10-30
1
-6
/
+14
|
*
|
|
|
|
network/vxlan: do not try to update several parameters
Yu Watanabe
2024-10-30
1
-28
/
+42
|
*
|
|
|
|
network/netdev: introduce netdev_can_set_mac/mtu() helper functions
Yu Watanabe
2024-10-30
2
-2
/
+33
*
|
|
|
|
|
network: several cleanups for reloading .network files (#34933)
Yu Watanabe
2024-10-30
6
-24
/
+61
|
\
\
\
\
\
\
|
*
|
|
|
|
|
network: use newly loaded Network object if a referenced NetDev object is upd...
Yu Watanabe
2024-10-30
1
-2
/
+30
|
*
|
|
|
|
|
network: drop no-op cleanup
Yu Watanabe
2024-10-30
5
-12
/
+10
|
*
|
|
|
|
|
network/netdev: update state file when NetDev object assignment is changed
Yu Watanabe
2024-10-30
1
-6
/
+17
|
*
|
|
|
|
|
network: swap asterisk and space
Yu Watanabe
2024-10-30
2
-4
/
+4
|
|
/
/
/
/
/
[prev]
[next]