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
*
sd-netlink: add call to query sd_event object an sd_netlink object is attache...
Lennart Poettering
2023-11-02
1
-0
/
+6
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
*
sd-netlink: res_id is 16bit but serial is 32bit
Yu Watanabe
2023-11-01
1
-3
/
+3
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
6
-9
/
+9
*
Merge pull request #29601 from yuwata/mmap-check-overflow
Luca Boccassi
2023-10-24
5
-54
/
+64
|
\
|
*
tree-wide: check results of PAGE_ALIGN()
Yu Watanabe
2023-10-19
4
-6
/
+15
|
*
mmap-cache: check offset and size more carefully
Yu Watanabe
2023-10-19
1
-20
/
+20
|
*
macro: introduce u64_multiply_safe() to avoid overflow
Yu Watanabe
2023-10-19
1
-2
/
+2
|
*
sd-journal: use PAGE_ALIGN_U64() and friends
Yu Watanabe
2023-10-19
1
-26
/
+27
*
|
basic/iovec-util: drop IOVEC_NULL
Zbigniew Jędrzejewski-Szmek
2023-10-23
1
-1
/
+1
*
|
iovec-util: make IOVEC_INCREMENT a regular function too
Lennart Poettering
2023-10-20
1
-1
/
+1
*
|
iovec-util: make IOVEC_TOTAL_SIZE() a regular function
Lennart Poettering
2023-10-20
2
-3
/
+3
*
|
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
14
-10
/
+14
|
/
*
fuzz: unify logging setup
Frantisek Sumsal
2023-10-19
2
-8
/
+2
*
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
1
-1
/
+1
*
process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...
Lennart Poettering
2023-10-18
1
-14
/
+14
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
3
-3
/
+3
*
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
1
-11
/
+5
*
sd-device: Support matching all properties
Daan De Meyer
2023-10-11
3
-8
/
+65
*
fuzz-bus-match: drop unnecessary wrapper function
Zbigniew Jędrzejewski-Szmek
2023-10-06
1
-3
/
+1
*
Merge pull request #29456 from yuwata/journal-replace-truncating-with-punchin...
Daan De Meyer
2023-10-06
1
-11
/
+47
|
\
|
*
test: add reproducer for SIGBUS issue caused by journal truncation
Yu Watanabe
2023-10-06
1
-0
/
+35
|
*
test: modernize test-journal-flush
Yu Watanabe
2023-10-05
1
-14
/
+15
*
|
journalctl: verify that old entries are not sealed with too recent key (#28885)
felixdoerre
2023-10-06
1
-2
/
+24
*
|
Merge pull request #29417 from yuwata/sd-journal-cleanups-for-generic-array-b...
Yu Watanabe
2023-10-06
1
-86
/
+105
|
\
\
|
*
|
sd-journal: make journal_file_next_entry() always return the nearest entry ob...
Yu Watanabe
2023-10-06
1
-21
/
+37
|
*
|
sd-journal: reduce number of calls generic_array_bisect_plus_one()
Yu Watanabe
2023-10-06
1
-21
/
+23
|
*
|
sd-journal: drop unnecessary re-read of data object
Yu Watanabe
2023-10-06
1
-7
/
+2
|
*
|
sd-journal: rewrite conditions for test result and direction
Yu Watanabe
2023-10-06
1
-24
/
+37
|
*
|
sd-journal: drop unused argument for generic_array_bisect_plus_one()
Yu Watanabe
2023-10-04
1
-16
/
+9
|
|
/
*
|
mmap-cache: each Window is owned by MMapFileDescriptor
Yu Watanabe
2023-10-04
1
-11
/
+8
*
|
mmap-cache: merge mmap_cache_fd_get() with try_context() and find_mmap()
Yu Watanabe
2023-10-04
1
-112
/
+41
*
|
mmap-cache: merge window_matches() and window_matches_fd()
Yu Watanabe
2023-10-04
1
-13
/
+5
*
|
mmap-cache: merge mmap_try_harder() with make_room()
Yu Watanabe
2023-10-04
1
-25
/
+14
|
/
*
Merge pull request #29386 from yuwata/mmap-cache-cleanups-part1
Daan De Meyer
2023-10-04
5
-87
/
+94
|
\
|
*
mmap-cache: rebreak lines
Yu Watanabe
2023-09-30
1
-21
/
+17
|
*
mmap-cache: modernize free functions
Yu Watanabe
2023-09-30
2
-33
/
+33
|
*
mmap-cache: check if mmap protection mode is consistent when fd is already ma...
Yu Watanabe
2023-09-30
1
-0
/
+2
|
*
mmap-cache: modernize mmap_cache_add_fd()
Yu Watanabe
2023-09-30
5
-31
/
+37
|
*
mmap-cache: use structured initializer
Yu Watanabe
2023-09-30
1
-2
/
+5
*
|
Merge pull request #29403 from yuwata/journal-decouple-journald-and-journal-r...
Daan De Meyer
2023-10-04
7
-0
/
+1613
|
\
\
|
*
|
journal: move several tests to libsystemd/sd-journal
Yu Watanabe
2023-10-02
7
-0
/
+1613
*
|
|
sd-netlink: use secure_getenv()
Yu Watanabe
2023-10-04
1
-1
/
+1
*
|
|
sd-journal: drop unnecessary re-read of object
Yu Watanabe
2023-10-03
2
-29
/
+10
*
|
|
Merge pull request #29390 from yuwata/sd-netlink-make-default-timeout-configu...
Luca Boccassi
2023-10-02
2
-20
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sd-netlink: make the default timeout configurable by environment variable
Yu Watanabe
2023-10-01
1
-2
/
+21
|
*
|
sd-netlink: make calc_elapse() return USEC_INFINITY when no timeout is requested
Yu Watanabe
2023-10-01
2
-19
/
+7
|
|
/
*
|
sd-journal: merge journal_file_next_entry_for_data() with generic_array_get_p...
Yu Watanabe
2023-09-30
3
-57
/
+49
*
|
sd-journal: add/update comments
Yu Watanabe
2023-09-30
1
-11
/
+13
*
|
sd-journal: add missing 'error' handling
Yu Watanabe
2023-09-30
1
-0
/
+3
[next]