index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mountpoint-util: add helper that checks if MS_NOSYMFOLLOW is supported
Lennart Poettering
2023-03-09
1
-0
/
+4
*
tests: merge test-tmpfiles.c into test-tmpfile-util.c
Zbigniew Jędrzejewski-Szmek
2023-03-09
3
-81
/
+66
*
Merge pull request #26656 from yuwata/mkdir-error-code
Luca Boccassi
2023-03-08
1
-0
/
+20
|
\
|
*
test: add tests for error code propagation from mkdir_xyz()
Yu Watanabe
2023-03-03
1
-0
/
+20
*
|
macro: introduce FOREACH_ARRAY() macro
Yu Watanabe
2023-03-07
1
-0
/
+50
*
|
Merge pull request #26686 from yuwata/iovec
Luca Boccassi
2023-03-06
1
-8
/
+8
|
\
\
|
*
|
tree-wide: replace IOVEC_INIT with IOVEC_MAKE
Yu Watanabe
2023-03-06
1
-8
/
+8
*
|
|
chase-symlinks: Add chase_symlinks_at_and_open()
Daan De Meyer
2023-03-06
1
-0
/
+6
*
|
|
chase-symlinks: Add CHASE_MKDIR_0755
Daan De Meyer
2023-03-06
1
-0
/
+14
*
|
|
chase-symlinks: Add CHASE_PARENT
Daan De Meyer
2023-03-06
1
-1
/
+23
|
/
/
*
|
Merge pull request #26653 from poettering/tmpfile-linkable-replace
Yu Watanabe
2023-03-03
1
-2
/
+18
|
\
\
|
*
|
tmpfile-util: teach link_tmpfile() to optionally replace files
Lennart Poettering
2023-03-03
1
-2
/
+18
|
|
/
*
|
meson: extend timeout for test-time-util
Yu Watanabe
2023-03-03
1
-1
/
+4
*
|
test: test parse_timestamp() in various timezone
Yu Watanabe
2023-03-03
1
-16
/
+43
*
|
test: clear tzname[] after timezone is changed
Yu Watanabe
2023-03-03
1
-3
/
+4
*
|
test: use get_timezones() to iterate all known timezones
Yu Watanabe
2023-03-03
1
-39
/
+11
|
/
*
test-escape: Add tests for escaping bogus UTF-8 sequences
msizanoen1
2023-03-02
1
-0
/
+4
*
tests: temporarily disable time-util failing tests
Luca Boccassi
2023-02-27
1
-2
/
+3
*
test: add tests for format_timestamp() and parse_timestamp() with various tim...
Yu Watanabe
2023-02-24
1
-12
/
+366
*
Merge pull request #26563 from dtardon/fd-init
Zbigniew Jędrzejewski-Szmek
2023-02-23
1
-2
/
+2
|
\
|
*
tree-wide: initialize fds with -EBADF
David Tardon
2023-02-23
1
-2
/
+2
*
|
Merge pull request #26556 from keszybz/list-timers-optimize-left
Zbigniew Jędrzejewski-Szmek
2023-02-23
1
-0
/
+68
|
\
\
|
*
|
shared/format-table: optionally print timestamps without "left"
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-0
/
+68
*
|
|
test-execute: add test for PrivateNetwork= with/without mount namespacing
Yu Watanabe
2023-02-23
1
-2
/
+4
*
|
|
mount-util: introduce remount_sysfs()
Yu Watanabe
2023-02-23
1
-1
/
+146
|
|
/
|
/
|
*
|
memory-util: add a concept for gcc cleanup attribute based array destruction
Lennart Poettering
2023-02-23
1
-0
/
+37
*
|
capability-util: add new capability_get_ambient() helper
Lennart Poettering
2023-02-22
1
-1
/
+54
*
|
cap-list: add capability_set_to_string_negative()
Lennart Poettering
2023-02-22
1
-0
/
+23
*
|
cap-list: add capability_set_to_strv()
Lennart Poettering
2023-02-22
1
-0
/
+18
*
|
Merge pull request #26448 from poettering/sd-event-mempress
Lennart Poettering
2023-02-22
2
-0
/
+313
|
\
\
|
*
|
test: add test for new memory pressure logic
Lennart Poettering
2023-02-22
2
-0
/
+313
|
|
/
*
|
Merge pull request #26528 from keszybz/valgrind-simplification
Yu Watanabe
2023-02-22
1
-6
/
+2
|
\
\
|
*
|
test-set: inline two iterator declarations
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-4
/
+2
|
*
|
test-set: drop left-over valgrind check
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-2
/
+0
*
|
|
copy: Support both inode exclusion and contents exclusion
Daan De Meyer
2023-02-22
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge pull request #26203 from medhefgo/meson
Yu Watanabe
2023-02-22
1
-676
/
+522
|
\
\
|
*
|
meson: Use dicts for test definitions
Jan Janssen
2023-02-21
1
-414
/
+387
|
*
|
meson: Add simple_tests list
Jan Janssen
2023-02-21
1
-263
/
+136
|
|
/
*
|
tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDS
Yu Watanabe
2023-02-20
1
-6
/
+4
*
|
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-1
/
+1
|
/
*
cap-list: add CAPABILITY_TO_STRING() macro using compound initialization to a...
Lennart Poettering
2023-02-20
1
-0
/
+9
*
cap-list: refuse parsing numeric capability 63
Lennart Poettering
2023-02-20
1
-3
/
+4
*
cap-list: modernize capability_set_from_string() a bit
Lennart Poettering
2023-02-20
1
-6
/
+6
*
cap-list: rename capability_set_to_string_alloc() → capability_set_to_string()
Lennart Poettering
2023-02-20
1
-1
/
+1
*
tests: add test for mempool logic
Lennart Poettering
2023-02-17
2
-0
/
+94
*
process-util: add helper get_process_threads()
Lennart Poettering
2023-02-17
3
-6
/
+58
*
Merge pull request #26341 from DaanDeMeyer/chase-fixes
Luca Boccassi
2023-02-17
1
-0
/
+36
|
\
|
*
chase-symlinks: chase_symlinks_at() AT_FDCWD fixes
Daan De Meyer
2023-02-07
1
-0
/
+36
*
|
Merge pull request #26447 from poettering/sigqueue
Lennart Poettering
2023-02-17
2
-1
/
+41
|
\
\
|
*
|
strv: add strv_copy_n() helper for copying part of a n strv
Lennart Poettering
2023-02-17
1
-0
/
+40
[next]