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
*
network/tc: fix enumeration logic of traffic control classes
Yu Watanabe
2023-10-07
4
-7
/
+29
*
network/tc: drop child tree of traffic control nodes on remove
Yu Watanabe
2023-10-07
4
-16
/
+64
*
network/tc: align vtables
Yu Watanabe
2023-10-07
1
-20
/
+20
*
Merge pull request #29491 from yuwata/varlink-follow-ups
Daan De Meyer
2023-10-07
3
-16
/
+13
|
\
|
*
tree-wide: use path_simplify_alloc() more
Yu Watanabe
2023-10-07
3
-15
/
+12
|
*
varlink: drop unnecessary condition
Yu Watanabe
2023-10-07
1
-1
/
+1
*
|
tree-wide: add missing sigbus handling
Yu Watanabe
2023-10-07
3
-0
/
+9
|
/
*
varlink: fix typo
Yu Watanabe
2023-10-07
3
-3
/
+3
*
Merge pull request #29475 from keszybz/remove-wrapper-functions
Luca Boccassi
2023-10-06
3
-15
/
+11
|
\
|
*
basic/macro: add comment explaining DEFINE_TRIVIAL_DESTRUCTOR()
Zbigniew Jędrzejewski-Szmek
2023-10-06
1
-0
/
+2
|
*
fuzz-bus-match: drop unnecessary wrapper function
Zbigniew Jędrzejewski-Szmek
2023-10-06
1
-3
/
+1
|
*
nspawn: drop unnecessary wrapper functions
Zbigniew Jędrzejewski-Szmek
2023-10-06
1
-12
/
+8
*
|
Merge pull request #29440 from evelikov/more-auto-entries
Zbigniew Jędrzejewski-Szmek
2023-10-06
3
-14
/
+81
|
\
\
|
|
/
|
/
|
|
*
sd-boot: add auto-reboot and auto-poweroff entries
Emil Velikov
2023-10-06
3
-3
/
+67
|
*
sd-boot: sprinkle some ", ignoring" trailing messages
Emil Velikov
2023-10-06
1
-9
/
+13
|
*
sd-boot: remove unneeded false assignment
Emil Velikov
2023-10-06
1
-1
/
+0
|
*
sd-boot: cast away reboot_into_firmware() return type
Emil Velikov
2023-10-06
1
-1
/
+1
|
/
*
core: improve debug logs when failing to create symlinks in namespaces
Luca Boccassi
2023-10-06
1
-2
/
+9
*
Merge pull request #29325 from poettering/varlink-introspect
Yu Watanabe
2023-10-06
47
-87
/
+4259
|
\
|
*
update TODO
Lennart Poettering
2023-10-06
1
-22
/
+21
|
*
test: extend some existing tests with varlinkctl lines, to test varlinkctl + ...
Lennart Poettering
2023-10-06
3
-2
/
+24
|
*
pcrextend: make pcrextend tool acccessible via varlink
Lennart Poettering
2023-10-06
8
-30
/
+223
|
*
varlinkctl: add new varlinkctl tool
Lennart Poettering
2023-10-06
6
-0
/
+851
|
*
varlink: add varlink_invocation() call
Lennart Poettering
2023-10-06
2
-1
/
+44
|
*
varlink: add new call varlink_server_loop_auto()
Lennart Poettering
2023-10-06
2
-0
/
+30
|
*
varlink: add varlink_server_listen_auto() helper
Lennart Poettering
2023-10-06
2
-0
/
+46
|
*
varlink: add exit-on-idle logic for Varlink server
Lennart Poettering
2023-10-06
2
-1
/
+21
|
*
test: add test for varlink introspection logic
Lennart Poettering
2023-10-06
2
-0
/
+345
|
*
oomd: move SubscriptionTaken Varlink error out of generic Varlink code
Lennart Poettering
2023-10-06
3
-3
/
+5
|
*
tree-wide: make all our Varlink APIs introspectable
Lennart Poettering
2023-10-06
20
-0
/
+409
|
*
varlink: add varlink_connect_url() and varlink_connect_exec() calls
Lennart Poettering
2023-10-06
2
-0
/
+147
|
*
varlink: implement the org.varlink.service introspection interface by default...
Lennart Poettering
2023-10-06
1
-31
/
+202
|
*
varlink: add introspection data for the org.varlink.service and io.systemd in...
Lennart Poettering
2023-10-06
6
-0
/
+82
|
*
varlink: allow associating Varlink IDL information with a VarlinkServer
Lennart Poettering
2023-10-06
2
-0
/
+40
|
*
varlink: add IDL/introspection logic
Lennart Poettering
2023-10-06
3
-0
/
+1741
|
*
varlink: add new helper that reports whether connection is idle
Lennart Poettering
2023-10-06
2
-0
/
+11
|
*
alloc-util: add realloc0() helper than is like realloc() but zero-initializes...
Lennart Poettering
2023-10-06
1
-0
/
+20
*
|
Merge pull request #29470 from yuwata/network-test-mode
Luca Boccassi
2023-10-06
12
-34
/
+47
|
\
\
|
*
|
fuzz: suppress log messages
Yu Watanabe
2023-10-06
1
-0
/
+3
|
*
|
libsystemd-network: introduce $SYSTEMD_NETWORK_TEST_MODE environment variable
Yu Watanabe
2023-10-06
12
-34
/
+44
|
|
/
*
|
test-network: move get_dbus_dhcp_client_state() and friends to global
Yu Watanabe
2023-10-06
1
-95
/
+51
*
|
Merge pull request #29456 from yuwata/journal-replace-truncating-with-punchin...
Daan De Meyer
2023-10-06
2
-41
/
+70
|
\
\
|
*
|
test: add reproducer for SIGBUS issue caused by journal truncation
Yu Watanabe
2023-10-06
1
-0
/
+35
|
*
|
journal-file-util: Prefer punching holes instead of truncating
Daan De Meyer
2023-10-05
1
-28
/
+16
|
*
|
journal-file-util: do not fail when journal_file_set_offline() called more th...
Yu Watanabe
2023-10-05
1
-2
/
+7
|
*
|
test: modernize test-journal-flush
Yu Watanabe
2023-10-05
1
-14
/
+15
*
|
|
Update HACKING instructions
Daan De Meyer
2023-10-06
1
-33
/
+30
*
|
|
Fix a typo in `systemctl-enable.c`
G2-Games
2023-10-06
1
-1
/
+1
|
|
/
|
/
|
*
|
journalctl: verify that old entries are not sealed with too recent key (#28885)
felixdoerre
2023-10-06
1
-2
/
+24
*
|
backlight: support to specify percentage of minimum brightness
Yu Watanabe
2023-10-06
2
-17
/
+32
[next]