index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partition
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
time-util: define TIMESPEC_OMIT
Yu Watanabe
2024-05-10
1
-1
/
+1
*
repart,measure: reword help descriptions
Zbigniew Jędrzejewski-Szmek
2024-05-08
1
-4
/
+4
*
repart: correct timespec_store usage too
Mike Yuan
2024-05-07
1
-4
/
+6
*
repart: respect `SOURCE_DATE_EPOCH` on `mkdir_p_root`
Moritz Sanft
2024-05-07
1
-3
/
+34
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
2
-39
/
+38
*
Fix spelling errors found by Lintian
Luca Boccassi
2024-04-27
1
-3
/
+3
*
tree-wide: Use log_setup() everywhere
Daan De Meyer
2024-04-25
1
-3
/
+1
*
tpm2-util: add generic wrapper tpm2_context_new_or_warn() that wrpas tpm2_con...
Lennart Poettering
2024-04-22
1
-2
/
+2
*
gcrypt: dlopenify for libsystemd
Luca Boccassi
2024-04-03
1
-1
/
+0
*
repart: Add DefaultSubvolume= setting
Daan De Meyer
2024-03-30
1
-33
/
+107
*
src/partition: remove unnecessary uses of "make sure"
Zbigniew Jędrzejewski-Szmek
2024-03-14
1
-7
/
+7
*
Merge pull request #30480 from keszybz/kernel-install-more-paths
Zbigniew Jędrzejewski-Szmek
2024-03-08
1
-1
/
+1
|
\
|
*
constants: drop duplicated CONF_PATHS defines
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-1
/
+1
*
|
extract-word: modernize extract_many_words
Mike Yuan
2024-03-03
1
-2
/
+2
*
|
repart: add --private-key-source and drop --private-key-uri
Luca Boccassi
2024-03-01
1
-18
/
+30
*
|
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-1
/
+2
|
/
*
repart: fix typo
Yu Watanabe
2024-02-11
1
-2
/
+2
*
repart: Add --generate-fstab= and --generate-crypttab= options
Daan De Meyer
2024-02-10
1
-29
/
+404
*
repart: support OpenSSL engines/providers for signing
Luca Boccassi
2024-02-09
1
-12
/
+41
*
mountpoint-util: introduce path_is_mount_point_full
Mike Yuan
2024-02-06
2
-3
/
+3
*
repart: fix typo
Yu Watanabe
2024-02-02
1
-1
/
+1
*
Merge pull request #30130 from poettering/pcrlock-root
Luca Boccassi
2024-01-23
1
-0
/
+1
|
\
|
*
pcrlock: when unlocking try to pick up pcrlock policy from system credentials
Lennart Poettering
2024-01-22
1
-0
/
+1
*
|
repart: don't try to determine sector size from a disk image we should consid...
Lennart Poettering
2024-01-23
1
-11
/
+18
|
/
*
repart: fix memory leak
Antonio Alvarez Feijoo
2024-01-10
1
-2
/
+7
*
repart: don't crash when looping over dropped partitions
Frantisek Sumsal
2024-01-06
1
-13
/
+24
*
tpm2-util: more iovec'ification
Lennart Poettering
2024-01-05
1
-21
/
+19
*
tree-wide: use IOVEC_MAKE() in a couple more places
Frantisek Sumsal
2023-12-25
1
-2
/
+1
*
blockdev-util: add new helper blockdev_get_device_size()
Lennart Poettering
2023-12-13
2
-11
/
+15
*
repart: Don't look for --make-ddi= definitions inside --root=
Daan De Meyer
2023-12-08
1
-1
/
+1
*
repart: Re-open file descriptor to partition target after mkfs
Daan De Meyer
2023-12-08
1
-0
/
+11
*
Merge pull request #30340 from yuwata/repart-error-handling-ftruncate
Daan De Meyer
2023-12-06
1
-2
/
+2
|
\
|
*
repart: fix coding style of error handling
Yu Watanabe
2023-12-06
1
-2
/
+2
*
|
repart: Add Minimize=best to --make-ddi= partition definitions
Daan De Meyer
2023-12-06
6
-0
/
+6
*
|
repart: use correct errno
Mike Yuan
2023-12-06
1
-20
/
+20
|
/
*
repart: Fix sysext definitions for --make-ddi=
Daan De Meyer
2023-12-05
1
-1
/
+2
*
repart: Fix compilation warning when tpm2 is disabled
Krzesimir Nowak
2023-11-15
1
-1
/
+1
*
tree-wide: unify OpenSSL spelling in log messages
Frantisek Sumsal
2023-11-13
1
-3
/
+3
*
repart: downgrade pcrlock pickup log message
Lennart Poettering
2023-11-10
1
-1
/
+1
*
repart: say on which device we apply things
Lennart Poettering
2023-11-10
1
-1
/
+1
*
repart: when we copy in blocks, indicate we are doing from an offset
Lennart Poettering
2023-11-10
1
-4
/
+9
*
repart: mention how long it took to copy in data blocks
Lennart Poettering
2023-11-10
1
-0
/
+10
*
Merge pull request #29955 from poettering/repart-seal-key
Luca Boccassi
2023-11-10
1
-26
/
+79
|
\
|
*
repart: add --tpm2-device-key= to repart, too
Lennart Poettering
2023-11-09
1
-26
/
+79
*
|
Merge pull request #29954 from DaanDeMeyer/fix
Luca Boccassi
2023-11-09
1
-4
/
+4
|
\
\
|
*
|
repart: Fix size round up/round down
Daan De Meyer
2023-11-09
1
-4
/
+4
|
|
/
*
/
repart: add missing --tpm2-pcrlock= in --help text
Lennart Poettering
2023-11-09
1
-0
/
+2
|
/
*
tree-wide: hook everything up with pcrlock policy
Lennart Poettering
2023-11-03
1
-3
/
+33
*
pcrlock: add new pcrlock tool
Lennart Poettering
2023-11-03
1
-1
/
+7
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
[next]