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
*
test: add ASSERT_OK_POSITIVE() and ASSERT_OK_ZERO()
Yu Watanabe
2024-08-14
1
-0
/
+12
*
cgroup-util: drop unused cg_rmdir()
Mike Yuan
2024-08-02
1
-6
/
+1
*
cgroup-setup: drop unused cg_migrate_callback for cg_attach_everywhere()
Mike Yuan
2024-08-02
1
-1
/
+1
*
test: use ASSERT_OK_ERRNO() for setenv() and unsetenv()
Yu Watanabe
2024-08-01
4
-26
/
+26
*
test: resolve "Unchecked return value" coverity warning
Yu Watanabe
2024-08-01
1
-1
/
+1
*
Merge pull request #33825 from DaanDeMeyer/chattr
Luca Boccassi
2024-07-25
3
-206
/
+228
|
\
|
*
fs-util: Handle dangling symlinks in openat_report_new()
Daan De Meyer
2024-07-24
1
-0
/
+11
|
*
test-fs-util: Modernize openat_report_new() test
Daan De Meyer
2024-07-24
1
-40
/
+36
|
*
test-id128: Use new assertion macros
Daan De Meyer
2024-07-24
1
-166
/
+166
|
*
test: Add ASSERT_EQ_ID128() and ASSERT_NE_ID128()
Daan De Meyer
2024-07-24
1
-0
/
+10
|
*
test: Add ASSERT_FAIL()
Daan De Meyer
2024-07-24
1
-0
/
+5
*
|
basic/log: do not treat all negative errnos as synthetic
Mike Yuan
2024-07-25
1
-5
/
+9
|
/
*
Merge pull request #33814 from AnoukCeyssens/daemon
Daan De Meyer
2024-07-23
3
-31
/
+31
|
\
|
*
fix compilation errors
Anouk Ceyssens
2024-07-22
2
-7
/
+7
|
*
test-dev-setup: use new assertion macros
Anouk Ceyssens
2024-07-22
1
-22
/
+22
|
*
test-date: use new assertion macros
Anouk Ceyssens
2024-07-22
1
-8
/
+8
|
*
test-daemon: use new assertion macros
Anouk Ceyssens
2024-07-22
1
-1
/
+1
*
|
test-clock: use new assertion macros
Anouk Ceyssens
2024-07-22
1
-7
/
+7
|
/
*
exec-util: modernize exec_command_flags_{to,from}_strv
Mike Yuan
2024-07-20
1
-15
/
+7
*
tree-wide: reset stdout not stdin
Lennart Poettering
2024-07-19
1
-1
/
+1
*
terminal-util: split out color macros/helpers into its own header
Lennart Poettering
2024-07-19
2
-0
/
+2
*
terminal-util: add new helper terminal_reset_defensive() that combines reset-...
Lennart Poettering
2024-07-19
1
-0
/
+8
*
terminal-util: add terminal_is_pty_fd() helper
Lennart Poettering
2024-07-19
1
-0
/
+40
*
terminal-util: add helper that adjust terminal width/height from data acquire...
Lennart Poettering
2024-07-19
1
-0
/
+12
*
terminal-util: add helper that queries terminal sizes via ANSI sequence
Lennart Poettering
2024-07-19
1
-0
/
+21
*
table: Improve mangling of JSON field names
Adrian Vovk
2024-07-17
1
-0
/
+32
*
table: Add TABLE_SET_JSON_FIELD_NAME
Adrian Vovk
2024-07-17
1
-5
/
+19
*
sd-varlink: make our internal Varlink API public as sd-varlink.[ch]
Lennart Poettering
2024-07-16
2
-195
/
+197
*
basic/mkdir: merge two if blocks, return more accurate errno
Mike Yuan
2024-07-13
1
-1
/
+1
*
meson: rename libbasic to libbasic_static
Zbigniew Jędrzejewski-Szmek
2024-07-03
1
-4
/
+4
*
Merge pull request #33496 from YHNdnzj/fd-is-mount-symlink
Luca Boccassi
2024-07-02
1
-0
/
+30
|
\
|
*
test-mountpoint-util: add a test for bind mounted symlinks
Mike Yuan
2024-06-27
1
-0
/
+30
*
|
Merge pull request #33475 from poettering/name-to-handle-at-fid
Lennart Poettering
2024-07-01
1
-4
/
+50
|
\
\
|
*
|
test: beef up test case for fid-based equality checks
Lennart Poettering
2024-07-01
1
-4
/
+50
*
|
|
blockdev-util: add partscan check function that takes an sd_device*
Lennart Poettering
2024-07-01
1
-1
/
+1
|
/
/
*
|
Merge pull request #30360 from keszybz/nscd-drop
Luca Boccassi
2024-06-29
2
-25
/
+0
|
\
\
|
*
|
Drop support for nscd
Zbigniew Jędrzejewski-Szmek
2024-06-28
2
-25
/
+0
|
|
/
*
/
introduce hashmap_ensure_replace()
Matteo Croce
2024-06-28
1
-0
/
+24
|
/
*
Merge pull request #33451 from yuwata/core-exec-use-write
Luca Boccassi
2024-06-25
1
-0
/
+2
|
\
|
*
test-execute: add a test case for issue #33299
Yu Watanabe
2024-06-24
1
-0
/
+2
*
|
importd: add simple varlink API
Lennart Poettering
2024-06-25
1
-0
/
+3
|
/
*
terminal-util: several cleanups for ColorMode
Yu Watanabe
2024-06-24
1
-0
/
+33
*
tree-wide: fix type of read() return variable at a couple of places
Lennart Poettering
2024-06-22
2
-9
/
+9
*
varlink: yet another fix around handling of IDL comments
Lennart Poettering
2024-06-22
1
-1
/
+5
*
test: skip test-cgroup-id on ENOSYS from cg_cgroupid_open
Nick Rosbrook
2024-06-21
1
-0
/
+2
*
Merge pull request #33425 from poettering/json-enum-easier
Lennart Poettering
2024-06-20
1
-14
/
+23
|
\
|
*
json: make it easy to dispatch our enums
Lennart Poettering
2024-06-20
1
-8
/
+13
|
*
json: make it easy to serialize our enums to json
Lennart Poettering
2024-06-20
1
-7
/
+11
*
|
varlink: add helper that validates a qualified Varlink symbol name
Lennart Poettering
2024-06-20
1
-0
/
+11
|
/
*
varlink: correctly format comments for enums too
Lennart Poettering
2024-06-20
1
-0
/
+6
[next]