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
*
Merge pull request #27565 from yuwata/static-destruct
Daan De Meyer
2023-05-12
1
-4
/
+37
|
\
|
*
static-destruct: introduce STATIC_ARRAY_DESTRUCTOR_REGISTER()
Yu Watanabe
2023-05-09
1
-4
/
+37
*
|
mkfs-util: Add quiet argument to make_filesystem()
Daan De Meyer
2023-05-12
1
-4
/
+4
*
|
Merge pull request #27534 from keszybz/deperlify
Yu Watanabe
2023-05-09
2
-10
/
+19
|
\
\
|
|
/
|
/
|
|
*
test: rework how udev-test is invoked
Zbigniew Jędrzejewski-Szmek
2023-05-09
2
-6
/
+6
|
*
test-udev: add an optional timeout argument
Zbigniew Jędrzejewski-Szmek
2023-05-09
1
-4
/
+13
*
|
test-specifier: Ignore -ENOPKG from specifier_printf()
Daan De Meyer
2023-05-08
1
-1
/
+1
|
/
*
parse-util: make parse_fd() return -EBADF
Yu Watanabe
2023-05-08
1
-2
/
+2
*
Merge pull request #27536 from dtardon/checked-fd-parsing
Luca Boccassi
2023-05-05
1
-0
/
+13
|
\
|
*
test: add a test for parse_fd()
David Tardon
2023-05-05
1
-0
/
+13
*
|
tpm2 PCRs: fix unchecked attempt to set PCR[24]
OMOJOLA
2023-05-05
1
-1
/
+2
|
/
*
mount-util: simplify mount_switch_root() a bit
Lennart Poettering
2023-05-03
1
-0
/
+43
*
generate-sym-test: only look in .c and .h files
Lennart Poettering
2023-05-02
1
-0
/
+2
*
generate-sym-test: search for missing symbols
Lennart Poettering
2023-05-02
1
-2
/
+25
*
test: also test all _public_ functions are listed in .sym files
Yu Watanabe
2023-05-01
2
-28
/
+81
*
cgroup: rework how we validate/escape cgroups
Lennart Poettering
2023-04-27
1
-5
/
+10
*
image-policy: split out code that "extends" underspecified partition policy f...
Lennart Poettering
2023-04-27
1
-0
/
+9
*
coredump filter: add mask for 'all' using UINT32_MAX, not UINT64_MAX
Luca Boccassi
2023-04-26
1
-0
/
+2
*
Merge pull request #27408 from keszybz/creds-missing-message
Zbigniew Jędrzejewski-Szmek
2023-04-26
1
-4
/
+4
|
\
|
*
shared/creds-util: return 0 for missing creds in read_credential_strings_many
Zbigniew Jędrzejewski-Szmek
2023-04-25
1
-4
/
+4
*
|
test: cover missed stuff from securebits-util.h
Frantisek Sumsal
2023-04-25
1
-0
/
+13
|
/
*
mountpoint-util: make path_get_mnt_id_at() work with a NULL path
Lennart Poettering
2023-04-25
1
-0
/
+47
*
fs-util: make sure open_mkdir_at() does something roughly sensible when invok...
Lennart Poettering
2023-04-25
1
-0
/
+17
*
Merge pull request #27386 from dtardon/test-cleanup
Luca Boccassi
2023-04-25
11
-155
/
+65
|
\
|
*
test-hashmap-plain: use _cleanup_
David Tardon
2023-04-24
1
-57
/
+22
|
*
test-set: use _cleanup_
David Tardon
2023-04-24
1
-4
/
+2
|
*
test-calendarspec: use _cleanup_
David Tardon
2023-04-24
1
-11
/
+5
|
*
test: use _cleanup_ for temp. files
David Tardon
2023-04-21
7
-72
/
+31
|
*
test-fdset: use _cleanup_
David Tardon
2023-04-21
1
-5
/
+2
|
*
test: shorten a bit
David Tardon
2023-04-21
1
-6
/
+3
*
|
Merge pull request #27113 from keszybz/variable-expansion-rework
Zbigniew Jędrzejewski-Szmek
2023-04-24
3
-122
/
+266
|
\
\
|
|
/
|
/
|
|
*
core/unit: add UNIT_ESCAPE_EXEC_SYNTAX
Zbigniew Jędrzejewski-Szmek
2023-04-24
1
-18
/
+38
|
*
core/unit: rename UNIT_ESCAPE_EXEC_SYNTAX → *_ENV
Zbigniew Jędrzejewski-Szmek
2023-04-24
1
-2
/
+2
|
*
core/unit: fix shell-escaping of strings
Zbigniew Jędrzejewski-Szmek
2023-04-24
1
-5
/
+5
|
*
basic/logarithm: add popcount() wrapper
Zbigniew Jędrzejewski-Szmek
2023-04-24
1
-0
/
+21
|
*
test-core-unit: add new test file for unit_escape_setting() and friends
Zbigniew Jędrzejewski-Szmek
2023-04-04
2
-0
/
+105
|
*
meson: redo grouping of tests under src/test/
Zbigniew Jędrzejewski-Szmek
2023-04-04
1
-122
/
+120
*
|
chase: replace path_prefix_root_cwd() with chaseat_prefix_root()
Yu Watanabe
2023-04-18
2
-39
/
+37
*
|
chase: make the result absolute when a symlink is absolute
Yu Watanabe
2023-04-18
1
-1
/
+10
*
|
chase: make chaseat() provides absolute path also when dir_fd points to the r...
Yu Watanabe
2023-04-18
1
-0
/
+28
*
|
test: modernize test-async a bit
Frantisek Sumsal
2023-04-16
1
-8
/
+7
*
|
Merge pull request #27283 from mrc0mmand/assorted-test-tweaks
Yu Watanabe
2023-04-16
6
-1
/
+209
|
\
\
|
*
|
test: add a couple of tests with invalid UTF-8 characters
Frantisek Sumsal
2023-04-16
1
-1
/
+19
|
*
|
test: add a simple test for getenv_path_list()
Frantisek Sumsal
2023-04-16
1
-0
/
+35
|
*
|
test: add a simple test for secure-bits stuff
Frantisek Sumsal
2023-04-16
2
-0
/
+85
|
*
|
test: add tests for uuid/uint64 specifiers
Frantisek Sumsal
2023-04-16
1
-0
/
+27
|
*
|
test: add a test case for table_dup_cell()
Frantisek Sumsal
2023-04-15
1
-0
/
+43
*
|
|
Merge pull request #27253 from yuwata/cmsg-find-and-copy-data
Yu Watanabe
2023-04-16
1
-5
/
+5
|
\
\
\
|
*
|
|
tree-wide: replace __alignof__() with alignof()
Yu Watanabe
2023-04-14
1
-5
/
+5
*
|
|
|
preset: Add ignore directive
Daan De Meyer
2023-04-14
1
-0
/
+18
|
|
/
/
|
/
|
|
[next]