index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bus: Use OrderedSet for introspection
Jan Janssen
2022-01-20
3
-27
/
+26
*
sd-device: add more debugging logs in device_set_syspath()
Yu Watanabe
2022-01-19
1
-8
/
+11
*
sd-device: drop unnecessary parenthesis
Zbigniew Jędrzejewski-Szmek
2022-01-15
1
-2
/
+1
*
sd-device: silence gcc warning with newest gcc
Zbigniew Jędrzejewski-Szmek
2022-01-15
1
-1
/
+1
*
Merge pull request #22098 from DaanDeMeyer/journal-corrupt-2
Yu Watanabe
2022-01-14
3
-106
/
+86
|
\
|
*
journal: Fix entry array iteration corruption checks
Daan De Meyer
2022-01-14
1
-71
/
+81
|
*
journal: Remove unused arguments from journal_file_next_entry_for_data()
Daan De Meyer
2022-01-12
3
-35
/
+5
*
|
journal: Skip data objects with invalid offsets
Daan De Meyer
2022-01-12
1
-4
/
+4
*
|
meson: Use files() for fuzzers
Jan Janssen
2022-01-11
1
-2
/
+2
*
|
meson: Use files() for tests
Jan Janssen
2022-01-11
1
-35
/
+35
|
/
*
tests: log_tests_skipped() already appends ", skipping tests"
Zbigniew Jędrzejewski-Szmek
2022-01-05
1
-1
/
+1
*
bus-dump: change capture output to use pcapng (#21738)
Stephen Hemminger
2021-12-25
2
-49
/
+107
*
sd-journal: fix segfault when match_new() fails
Yu Watanabe
2021-12-23
1
-8
/
+8
*
sd-journal: free incomplete match on failure
Yu Watanabe
2021-12-23
1
-1
/
+2
*
test,static-destruct: Use retain attribute to prevent linker garbage collection
Jan Janssen
2021-12-22
1
-1
/
+1
*
Merge pull request #21786 from keszybz/dirent-work
Yu Watanabe
2021-12-16
6
-37
/
+26
|
\
|
*
meson: stop building out convenience libraries by default
Zbigniew Jędrzejewski-Szmek
2021-12-16
1
-2
/
+2
|
*
tree-wide: make FOREACH_DIRENT_ALL define the iterator variable
Zbigniew Jędrzejewski-Szmek
2021-12-15
5
-35
/
+24
*
|
sd-device: make FOREACH_DEVICE_SYSATTR() also list write-only attributes
Yu Watanabe
2021-12-14
1
-1
/
+1
|
/
*
Merge pull request #21667 from yuwata/resolve-do-not-re-read-settings-from-ne...
Luca Boccassi
2021-12-08
1
-47
/
+64
|
\
|
*
sd-network: introduce sd_network_link_get_stat()
Yu Watanabe
2021-12-08
1
-0
/
+17
|
*
sd-network: drop unnecessary +1 for buffer size
Yu Watanabe
2021-12-08
1
-4
/
+4
|
*
sd-network: drop _public_ attribute
Yu Watanabe
2021-12-07
1
-43
/
+43
*
|
journal-file: require MMapCache* for journal_file_open()
Vito Caputo
2021-12-07
1
-15
/
+2
*
|
mmap-cache: add MMapCache trivial cleanup helpers
Vito Caputo
2021-12-07
1
-0
/
+1
*
|
journal-file: goodbye JournalFile.mmap
Vito Caputo
2021-12-07
2
-10
/
+11
*
|
journal: stop using JournalFile.mmap everywhere
Vito Caputo
2021-12-07
2
-3
/
+6
*
|
mmap-cache: add MMapFileDescriptor.cache accessor
Vito Caputo
2021-12-07
2
-1
/
+8
*
|
mmap-cache: ref/unref MMapCache in fd add/free
Vito Caputo
2021-12-07
1
-5
/
+7
|
/
*
journal: Fix disabling NO_COW on btrfs filesystems
Daan De Meyer
2021-12-06
2
-27
/
+0
*
journal: Update the JournalFile path when archiving
Daan De Meyer
2021-12-06
2
-2
/
+9
*
journal: Move offlining logic to journald-file.c
Daan De Meyer
2021-12-06
2
-306
/
+5
*
journal: Introduce journald-file.c for journal file write related logic
Daan De Meyer
2021-12-06
9
-1089
/
+1
*
journal: punch holes in unused parts of entry arrays when archiving
Daan De Meyer
2021-12-06
1
-1
/
+88
*
journal: truncate archived journals
Daan De Meyer
2021-12-06
1
-21
/
+60
*
journal: Add journal_file_read_object()
Daan De Meyer
2021-12-06
2
-0
/
+60
*
sd-netlink: fix implicit cast to boolean
Yu Watanabe
2021-12-04
1
-2
/
+2
*
sd-netlink: add support for IPoIB
Yu Watanabe
2021-12-04
1
-3
/
+7
*
libsystemd: ignore both EINTR and EAGAIN
Yu Watanabe
2021-11-30
3
-12
/
+14
*
tree-wide: use ERRNO_IS_TRANSIENT()
Yu Watanabe
2021-11-30
4
-10
/
+11
*
Merge pull request #21534 from yuwata/udev-accept-longer-hw-address
Zbigniew Jędrzejewski-Szmek
2021-11-29
2
-6
/
+12
|
\
|
*
udev/net: make MACAddress= takes hardware address for infiniband
Yu Watanabe
2021-11-26
2
-6
/
+12
*
|
basic/util: rename u64log2 to log2u64
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-1
/
+1
|
/
*
Merge pull request #21529 from keszybz/test-journal-flush-no-crash
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-4
/
+10
|
\
|
*
test-journal-flush: do not croak on corrupted input files
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-2
/
+5
|
*
test-journal-flush: allow testing against specific files
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-2
/
+5
*
|
mmap-cache: embed MMapCache.contexts[]
Vito Caputo
2021-11-26
1
-79
/
+30
*
|
journal: Deduplicate entry items before they are stored in the entry object
Daan De Meyer
2021-11-25
1
-0
/
+16
*
|
Merge pull request #21253 from poettering/homed-auto-grow-shrink
Luca Boccassi
2021-11-25
2
-0
/
+2
|
\
\
|
*
|
homed: add explicit API for requesting rebalancing too
Lennart Poettering
2021-11-25
2
-0
/
+2
[next]