index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #24561 from yuwata/loop-util-follow-ups
Daan De Meyer
2022-09-05
2
-77
/
+58
|
\
|
*
loop-util: lock_fd must be closed before calling LOOP_CLR_FD
Yu Watanabe
2022-09-04
1
-1
/
+3
|
*
loop-util: drop unnecessary initializations
Yu Watanabe
2022-09-04
1
-2
/
+2
|
*
loop-util: use loop_device_open_full() when whole block device is passed to l...
Yu Watanabe
2022-09-04
1
-59
/
+3
|
*
loop-util: introduce loop_device_open_full()
Yu Watanabe
2022-09-04
2
-14
/
+43
|
*
loop-util: fix LoopDevice.devno assigned by loop_device_open()
Yu Watanabe
2022-09-04
1
-1
/
+1
|
*
loop-util: also set LoopDevice.diskseq when created with loop_device_open()
Yu Watanabe
2022-09-04
1
-0
/
+6
|
/
*
mount-util: fix error code
Yu Watanabe
2022-09-04
1
-1
/
+1
*
man: fix static bridge example
Jade Bilkey
2022-09-04
1
-0
/
+5
*
test: actually set SYSTEMD_DISSECT_VERITY_TIMEOUT_SEC=30
Frantisek Sumsal
2022-09-03
1
-0
/
+1
*
Merge pull request #24550 from yuwata/bootspec
Yu Watanabe
2022-09-03
6
-5
/
+57
|
\
|
*
test: check returned values are always initialized on success
Yu Watanabe
2022-09-03
1
-1
/
+4
|
*
bootspec: shorten code a bit
Yu Watanabe
2022-09-03
1
-2
/
+1
|
*
fuzz: add a test case for fuzz-bootspec
Yu Watanabe
2022-09-03
1
-0
/
+1
|
*
bootspec: do not build two many json object at once
Yu Watanabe
2022-09-03
1
-2
/
+9
|
*
json: introduce json_append()
Yu Watanabe
2022-09-03
3
-0
/
+42
|
/
*
loop-util: fix memleak when fd is for a block device with non-zero offset or ...
Yu Watanabe
2022-09-03
1
-1
/
+1
*
tmpfile-util: truncate original filename if the result filename is too long
Yu Watanabe
2022-09-03
2
-64
/
+204
*
test: extend ConditionFirmware tests
Daniel Braunwarth
2022-09-03
1
-2
/
+69
*
Merge pull request #24538 from mrc0mmand/TEST-13-tweaks
Luca Boccassi
2022-09-03
2
-2
/
+3
|
\
|
*
test: suppress not-found errors for `selinuxenabled`
Frantisek Sumsal
2022-09-02
2
-2
/
+2
|
*
test: forward nspawn logs to journal
Frantisek Sumsal
2022-09-02
1
-0
/
+1
*
|
Merge pull request #24546 from mrc0mmand/test-exec-deserialization-tweaks
Luca Boccassi
2022-09-03
1
-46
/
+46
|
\
\
|
|
/
|
/
|
|
*
test: make pylint happy
Frantisek Sumsal
2022-09-02
1
-35
/
+36
|
*
test: check for the output file in a loop
Frantisek Sumsal
2022-09-02
1
-13
/
+12
*
|
Merge pull request #24541 from poettering/bootspec-tweaks
Lennart Poettering
2022-09-02
4
-70
/
+352
|
\
\
|
*
|
update TODO
Lennart Poettering
2022-09-02
1
-12
/
+2
|
*
|
bootspec: clarify we knowingly ignore all errors but ENOMEM
Lennart Poettering
2022-09-02
1
-1
/
+1
|
*
|
bootspec: properly parse tries done/tries left from bootspec file names
Lennart Poettering
2022-09-02
3
-17
/
+194
|
*
|
bootspec: rename "id" function parameters to "fname"
Lennart Poettering
2022-09-02
1
-12
/
+12
|
*
|
bootspec: complain about loader.conf lines without parameter
Lennart Poettering
2022-09-02
1
-0
/
+4
|
*
|
bootspec: port type1 parser to log_syntax()
Lennart Poettering
2022-09-02
1
-27
/
+52
|
*
|
bootspec: let's actually use the result of strstrip() for further parsing
Lennart Poettering
2022-09-02
1
-6
/
+6
|
*
|
bootspec: simplify paths + insist they are normalized
Lennart Poettering
2022-09-02
1
-13
/
+99
|
|
/
*
|
mkosi: update to latest commit
Luca Boccassi
2022-09-02
1
-1
/
+1
*
|
log: don't attempt to duplicate closed fd
Lennart Poettering
2022-09-02
1
-1
/
+1
*
|
Merge pull request #24536 from yuwata/dissect-take-loop-device
Yu Watanabe
2022-09-02
21
-89
/
+76
|
\
\
|
*
|
dissect-image: introduce dissect_loop_device() which takes LoopDevice object
Yu Watanabe
2022-09-02
9
-58
/
+32
|
*
|
loop-util: always set LoopDevice.node
Yu Watanabe
2022-09-02
1
-0
/
+5
|
*
|
loop-util: rename loopdev -> node
Yu Watanabe
2022-09-02
1
-7
/
+7
|
*
|
core/swap: use devname_from_stat_rdev()
Yu Watanabe
2022-09-02
1
-1
/
+1
|
*
|
sd-device: introduce devname_from_stat_rdev()
Yu Watanabe
2022-09-02
2
-0
/
+8
|
*
|
sd-device: rename devpath_from_devnum() -> devname_from_devnum()
Yu Watanabe
2022-09-02
12
-24
/
+24
|
|
/
*
/
find-esp: call the right function
Lennart Poettering
2022-09-02
1
-1
/
+1
|
/
*
Merge pull request #24491 from poettering/compare-order
Lennart Poettering
2022-09-02
8
-182
/
+299
|
\
|
*
mention ConditionKernelVersion= compat break in NEWS
Lennart Poettering
2022-09-01
1
-2
/
+15
|
*
condition: change operator logic to use $= instead of =$ for glob comparisons
Lennart Poettering
2022-09-01
3
-14
/
+14
|
*
condition: change ConditionKernelVersion= so that =/!= mean literal string co...
Lennart Poettering
2022-09-01
2
-4
/
+4
|
*
condition: allow literal string compares in SMBIOS condition
Lennart Poettering
2022-09-01
1
-1
/
+1
|
*
condition: allow fnmatch() matches in ConditionKernelVersion=
Lennart Poettering
2022-09-01
2
-27
/
+27
[next]