index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
machine-id-setup
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-03
boot: Fix some error messages
Jan Janssen
1
-2
/
+2
2022-02-03
hostnamed: drop "iteractive" parameter from GetHardwareSerial()
Lennart Poettering
2
-10
/
+4
2022-02-03
systemctl: use STR_IN_SET() where appropriate
Lennart Poettering
1
-1
/
+3
2022-02-03
test-network: disable irrelevant or one-time pylint checks
Frantisek Sumsal
1
-0
/
+5
2022-02-03
test-network: use specific exceptions instead of the Exception class
Frantisek Sumsal
1
-2
/
+2
2022-02-03
test-network: avoid name clashing/redefinition
Frantisek Sumsal
1
-4
/
+4
2022-02-03
test-network: disable 'no-member' warning for the Utilities class
Frantisek Sumsal
1
-1
/
+2
2022-02-03
test-network: use raw strings for regexes with backslashes
Frantisek Sumsal
1
-4
/
+4
2022-02-03
test-network: explicitly set check=False for subprocess.run()
Frantisek Sumsal
1
-1
/
+1
2022-02-03
test-network: convert certain multiline strings to comments
Frantisek Sumsal
1
-38
/
+32
2022-02-03
test-network: drop unused variables
Frantisek Sumsal
1
-3
/
+3
2022-02-03
test-network: drop unnecessary else statements
Frantisek Sumsal
1
-26
/
+26
2022-02-03
test-network: drop unnecessary semicolons
Frantisek Sumsal
1
-4
/
+4
2022-02-03
test-network: drop superfluous parens
Frantisek Sumsal
1
-7
/
+7
2022-02-03
resolved: maintain only a single list of "dont-resolve" domain names
Lennart Poettering
4
-13
/
+21
2022-02-03
man: explicitly mention that Requires propagates restarts
Luca Boccassi
1
-2
/
+2
2022-02-03
fix italian translations to display unit name
Leviticoh
1
-8
/
+8
2022-02-03
boot: fix pretty nasty typo
Lennart Poettering
1
-1
/
+1
2022-02-03
journal: when copying journal file to undo NOCOW flag, go via fd
Lennart Poettering
1
-1
/
+1
2022-02-03
tests: pass FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to fuzzers
Evgeny Vereshchagin
1
-2
/
+3
2022-02-03
sd-boot: rename LOADER_STUB → LOADER_UNIFIED_LINUX
Lennart Poettering
1
-8
/
+8
2022-02-03
tests: fuzz client_send_message
Evgeny Vereshchagin
5
-0
/
+63
2022-02-03
test-network: add testcase for external tunnel
Yu Watanabe
3
-3
/
+19
2022-02-03
network: tunnel: support external mode
Yu Watanabe
5
-22
/
+82
2022-02-03
network: tunnel: reorder setting ip6tnl attributes
Yu Watanabe
1
-4
/
+4
2022-02-03
network: tunnel: reduce indentation in config_parse_encap_limit()
Yu Watanabe
2
-18
/
+20
2022-02-03
network: tunnel: reduce indentation in config_parse_ipv6_flowlabel()
Yu Watanabe
2
-18
/
+19
2022-02-03
network: tunnel: use "data" field to assign result
Yu Watanabe
1
-11
/
+2
2022-02-02
udevadm: don't claim a sysattr was write only just because we get EPERM on read
Lennart Poettering
1
-2
/
+3
2022-02-02
test: use rm_rf_physical_and_freep cleanup function
Yu Watanabe
2
-67
/
+63
2022-02-02
journal: Rename JournaldFile to ManagedJournalFile
Daan De Meyer
14
-181
/
+180
2022-02-02
network: update operational state when we remove an address
Yu Watanabe
1
-0
/
+4
2022-02-02
dhcp-identifier: always use a fixed machine-id while fuzzing
Evgeny Vereshchagin
1
-7
/
+5
2022-02-02
sd-device: drop device_new_from_synthetic_event() from libsystemd
Yu Watanabe
3
-26
/
+29
2022-02-02
udevadm: trigger: drop unnecessary slash
Yu Watanabe
1
-1
/
+1
2022-02-02
udevadm: make test and test-builtin command accept /dev path or device unit
Yu Watanabe
3
-27
/
+32
2022-02-02
sd-device: make device_set_action() take sd_device_action_t
Yu Watanabe
2
-9
/
+18
2022-02-02
sd-device: move device_read_uevent_file() to device-private.h
Yu Watanabe
2
-1
/
+2
2022-02-02
udev: do not generate format dynamically
Yu Watanabe
1
-10
/
+10
2022-02-02
test: allow to set NULL to intro or outro
Yu Watanabe
22
-43
/
+44
2022-02-02
test: add a test for mkdir_p()
Yu Watanabe
2
-0
/
+32
2022-02-02
mkdir: allow to create directory whose path contains symlink
Yu Watanabe
1
-1
/
+1
2022-02-02
mkdir: CHASE_NONEXISTENT cannot used in chase_symlinks_and_stat()
Yu Watanabe
1
-1
/
+1
2022-02-02
core/mount: fail early if directory cannot be created
Yu Watanabe
1
-1
/
+3
2022-02-02
systemctl: strings returned by sd_bus_message_read_basic() are immutable
Lennart Poettering
1
-13
/
+12
2022-02-02
journal-file: don't use pread() when determining where to append, use mmap as...
Lennart Poettering
3
-5
/
+46
2022-02-02
tests: rework test macros to not take code as parameters
Lennart Poettering
22
-146
/
+215
2022-02-02
network: dhcp-server: make empty string to DNS= or friends clear previously s...
Yu Watanabe
2
-11
/
+21
2022-02-02
sd-dhcp-lease: store static routes and classless static routes in different a...
Yu Watanabe
5
-120
/
+132
2022-02-01
resolve: add missing OOM check
Lennart Poettering
1
-1
/
+5
[next]