index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #27527 from mrc0mmand/fuzz-manager-serialize
Luca Boccassi
2023-05-06
3
-91
/
+167
|
\
|
*
core: check the unit type more thoroughly when deserializing
Frantisek Sumsal
2023-05-05
1
-1
/
+3
|
*
shared: refuse fd == INT_MAX
Frantisek Sumsal
2023-05-05
1
-0
/
+14
|
*
core: use extract_first_word() instead of sscanf()
Frantisek Sumsal
2023-05-05
1
-90
/
+150
*
|
basic/audit-util: make a test request before enabling use of audit
Nick Rosbrook
2023-05-05
1
-1
/
+60
|
/
*
Merge pull request #27536 from dtardon/checked-fd-parsing
Luca Boccassi
2023-05-05
14
-47
/
+75
|
\
|
*
main: improve log message
David Tardon
2023-05-05
1
-1
/
+1
|
*
tree-wide: use parse_fd()
David Tardon
2023-05-05
11
-47
/
+46
|
*
test: add a test for parse_fd()
David Tardon
2023-05-05
1
-0
/
+13
|
*
fd-util: introduce parse_fd()
David Tardon
2023-05-05
2
-0
/
+16
|
*
main: add missing return
David Tardon
2023-05-05
1
-1
/
+1
*
|
tpm2 PCRs: fix unchecked attempt to set PCR[24]
OMOJOLA
2023-05-05
2
-2
/
+3
|
/
*
execute: remove credentials dir again when empty
Lennart Poettering
2023-05-04
2
-0
/
+6
*
execute: suppress credentials mount if empty
Lennart Poettering
2023-05-04
1
-7
/
+25
*
run: change sd_bus_call_method to bus_call_method (#27518)
Arthur Shau
2023-05-04
1
-8
/
+6
*
core: fix use of uninitialized value
Yu Watanabe
2023-05-04
1
-1
/
+1
*
cryptsetup: downgrade a bunch of log messages that to LOG_WARNING
Lennart Poettering
2023-05-03
1
-38
/
+24
*
mount-util: simplify mount_switch_root() a bit
Lennart Poettering
2023-05-03
3
-37
/
+80
*
Merge pull request #27450 from poettering/switch-root-modernize
Lennart Poettering
2023-05-03
6
-73
/
+81
|
\
|
*
base-filesystem: unify common parts of base_filesystem_create_fd() branches
Lennart Poettering
2023-05-03
1
-25
/
+13
|
*
base-filesystem: add new helper base_filesystem_create_fd() that operates on ...
Lennart Poettering
2023-05-03
3
-6
/
+17
|
*
switch-root: don't require /mnt/ when switching root into host OS
Lennart Poettering
2023-05-03
4
-42
/
+51
*
|
core: minor coding style modernization in mount.c
Lennart Poettering
2023-05-03
1
-4
/
+3
*
|
sd-daemon: add sd_pid_notify_barrier() call and use it in systemd-notify
Lennart Poettering
2023-05-03
4
-3
/
+13
*
|
Merge pull request #27510 from poettering/notify-barrier-pid-1-tweaks
Lennart Poettering
2023-05-03
1
-5
/
+6
|
\
\
|
*
|
manager: add debug logging about BARRIER=1 messages
Lennart Poettering
2023-05-03
1
-1
/
+3
|
*
|
manager: simplify manager_process_barrier_fd() a bit
Lennart Poettering
2023-05-03
1
-4
/
+3
|
|
/
*
/
notify: don't send EXIT_STATUS= notify message from systemd-notify
Lennart Poettering
2023-05-03
1
-0
/
+5
|
/
*
Merge pull request #27504 from mrc0mmand/fuzz-manager-serialize
Yu Watanabe
2023-05-03
5
-1
/
+56
|
\
|
*
shared: reject empty attachment path
Frantisek Sumsal
2023-05-03
1
-0
/
+3
|
*
shared: ignore invalid valink socket fd when deserializing
Frantisek Sumsal
2023-05-03
1
-1
/
+3
|
*
core: fix NULL pointer dereference during deserialization
Frantisek Sumsal
2023-05-03
1
-0
/
+5
|
*
test: add a simple fuzzer for manager serialization
Frantisek Sumsal
2023-05-03
2
-0
/
+45
*
|
Merge pull request #27499 from yuwata/sd-journal-fix-loop
Yu Watanabe
2023-05-03
1
-24
/
+13
|
\
\
|
*
|
Revert "sd-journal: introduce simple loop detection for entry array objects"
Yu Watanabe
2023-05-02
1
-19
/
+7
|
*
|
sd-journal: check .next_entry_array_offset earlier
Yu Watanabe
2023-05-02
1
-5
/
+6
*
|
|
boot: Use correct memory type for allocations
Jan Janssen
2023-05-02
1
-1
/
+1
|
/
/
*
|
core: check for SERVICE_RELOAD_NOTIFY in manager_dbus_is_running
msizanoen1
2023-05-02
1
-1
/
+5
*
|
journal: handle EADDRNOTAVAIL in two more cases gracefully
Lennart Poettering
2023-05-02
2
-0
/
+2
*
|
Merge pull request #27493 from poettering/generate-sym-test-tweaks
Yu Watanabe
2023-05-02
1
-2
/
+27
|
\
\
|
*
|
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
*
|
|
Merge pull request #27492 from poettering/base-filesystem-000
Mike Yuan
2023-05-02
2
-6
/
+4
|
\
\
\
|
*
|
|
mount-setup: use size_t when iterating through array indexes
Lennart Poettering
2023-05-02
1
-3
/
+1
|
*
|
|
base-filesystem: create /proc, /sys, /dev mount points as 0555
Lennart Poettering
2023-05-02
1
-3
/
+3
|
|
/
/
*
|
|
generators: skip private tmpfs if /tmp does not exist
Luca Boccassi
2023-05-02
1
-3
/
+7
*
|
|
tree-wide: Handle EADDRNOTAVAIL as journal corruption
Daan De Meyer
2023-05-02
3
-9
/
+9
|
/
/
*
|
Merge pull request #27455 from yuwata/test-lib-sym
Yu Watanabe
2023-05-01
8
-57
/
+114
|
\
\
|
*
|
test: also test all _public_ functions are listed in .sym files
Yu Watanabe
2023-05-01
4
-31
/
+88
|
*
|
libsystemd: add missing _public_ attributes
Yu Watanabe
2023-04-29
2
-2
/
+2
[next]