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
*
mkosi: Don't touch the packaging checkout if work is being done
Daan De Meyer
2024-07-03
1
-2
/
+9
*
meson: Define __TARGET_ARCH macros required by bpf
Daan De Meyer
2024-07-03
1
-7
/
+7
*
coredump: correctly take tmpfs size into account for compression
Luca Boccassi
2024-07-03
1
-8
/
+12
*
docs/CODING_STYLE: document that we nowadays prefer (const char*) for func re...
Mike Yuan
2024-07-02
1
-1
/
+13
*
Merge pull request #33577 from fbuihuu/testsuite-tweaks-for-v256-on-SUSE
Luca Boccassi
2024-07-02
3
-2
/
+8
|
\
|
*
test: fix TEST-74-AUX-UTILS.ssh.sh on SUSE
Franck Bui
2024-07-02
1
-1
/
+4
|
*
test: preserve symlink in inst_recursive()
Franck Bui
2024-07-02
1
-0
/
+2
|
*
test: fix TEST-24-CRYPTSETUP on SUSE
Franck Bui
2024-07-02
1
-1
/
+1
|
*
test: install /etc/hosts
Franck Bui
2024-07-02
1
-0
/
+1
*
|
Merge pull request #33574 from poettering/get-efi-var-raw
Lennart Poettering
2024-07-02
12
-299
/
+319
|
\
\
|
*
|
efivars: rename efivar_get_uint_string() → efivar_get_uint64_str16()
Lennart Poettering
2024-07-02
4
-19
/
+20
|
*
|
efi: rename efivar_(set|get)() → efivar_(set|get)_str16()
Lennart Poettering
2024-07-02
5
-24
/
+24
|
*
|
efivars: use appropropriate uint8_t type when dealing with "raw" bytes
Lennart Poettering
2024-07-02
1
-3
/
+3
|
*
|
efivars: change return parameter of efivar_get_raw() to be void**
Lennart Poettering
2024-07-02
5
-10
/
+10
|
*
|
efi: split out efivars.[ch] from util.[ch]
Lennart Poettering
2024-07-02
12
-267
/
+286
|
/
/
*
|
mkosi: Install perf
Daan De Meyer
2024-07-02
4
-0
/
+7
*
|
update TODO
Lennart Poettering
2024-07-02
1
-0
/
+3
*
|
test: split the resolved test suite into separate test cases
Daniel Rusek
2024-07-02
1
-660
/
+721
*
|
Merge pull request #33496 from YHNdnzj/fd-is-mount-symlink
Luca Boccassi
2024-07-02
2
-4
/
+30
|
\
\
|
*
|
test-mountpoint-util: add a test for bind mounted symlinks
Mike Yuan
2024-06-27
1
-0
/
+30
|
*
|
mountpoint-util: do not assume symlinks are not mountpoints
Mike Yuan
2024-06-27
1
-4
/
+0
*
|
|
Merge pull request #33560 from YHNdnzj/trivial-cleanup-2
Luca Boccassi
2024-07-02
2
-9
/
+12
|
\
\
\
|
*
|
|
shared/condition: add missing space after 'if'
Mike Yuan
2024-07-01
1
-2
/
+2
|
*
|
|
shared/mount-util: return early if param is NULL
Mike Yuan
2024-07-01
1
-7
/
+10
*
|
|
|
Merge pull request #33523 from neighbourhoodie/fix/dns-opt-extended-rcode
Luca Boccassi
2024-07-02
2
-4
/
+4
|
\
\
\
\
|
*
|
|
|
resolved: correct parsing of OPT extended RCODEs
James Coglan
2024-06-28
1
-1
/
+1
|
*
|
|
|
resolved: allow the full TTL to be used by OPT records
James Coglan
2024-06-28
1
-3
/
+3
*
|
|
|
|
build(deps): bump github/codeql-action from 3.24.7 to 3.25.11
dependabot[bot]
2024-07-01
2
-4
/
+4
*
|
|
|
|
mkosi: update debian commit reference
Luca Boccassi
2024-07-01
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #33475 from poettering/name-to-handle-at-fid
Lennart Poettering
2024-07-01
7
-34
/
+227
|
\
\
\
\
|
*
|
|
|
test: beef up test case for fid-based equality checks
Lennart Poettering
2024-07-01
3
-4
/
+63
|
*
|
|
|
stat-util: port inode_same_at() to use FID file handle data to determine inod...
Lennart Poettering
2024-07-01
1
-6
/
+92
|
*
|
|
|
mountpoint-util: clarify that EOVERFLOW is visible on nfs4/autofs mounts
Lennart Poettering
2024-07-01
1
-3
/
+3
|
*
|
|
|
mountpoint-util: use the FID stuff for detecting the root of mounts
Lennart Poettering
2024-07-01
1
-3
/
+3
|
*
|
|
|
mountpoint-util: add new helper name_to_handle_at_try_fid()
Lennart Poettering
2024-07-01
3
-1
/
+32
|
*
|
|
|
mountpoint-util: use ERRNO_IS_xyz() at more places
Lennart Poettering
2024-07-01
1
-3
/
+3
|
*
|
|
|
mountpoint-util: add public helper for comparing file handles
Lennart Poettering
2024-07-01
2
-4
/
+14
|
*
|
|
|
mountpoint-util: make is_name_to_handle_at_fatal_error() an exported API
Lennart Poettering
2024-07-01
2
-13
/
+20
*
|
|
|
|
mkfs-util: Simplify logic
Daan De Meyer
2024-07-01
1
-8
/
+3
*
|
|
|
|
units: add dep on systemd-logind.service by user@.service
Lennart Poettering
2024-07-01
2
-2
/
+2
*
|
|
|
|
Use read_full_file_full() in read_smbios11_field()
Daan De Meyer
2024-07-01
1
-2
/
+7
*
|
|
|
|
Merge pull request #33553 from poettering/list-devices
Lennart Poettering
2024-07-01
17
-31
/
+215
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
storagetm: add --list-devices command
Lennart Poettering
2024-07-01
3
-4
/
+28
|
*
|
|
|
repart: add --list-devices switch for listing candidate block devices
Lennart Poettering
2024-07-01
3
-1
/
+26
|
*
|
|
|
cryptenroll: add --list-devices switch that shows candidate block devices
Lennart Poettering
2024-07-01
3
-0
/
+23
|
*
|
|
|
util: add generic block device listener helper
Lennart Poettering
2024-07-01
3
-0
/
+91
|
*
|
|
|
blockdev-util: add partscan check function that takes an sd_device*
Lennart Poettering
2024-07-01
6
-12
/
+21
|
*
|
|
|
repart: add sections to --help text
Lennart Poettering
2024-07-01
1
-14
/
+26
|
/
/
/
/
*
|
|
|
build(deps): bump actions/checkout from 4.1.6 to 4.1.7
dependabot[bot]
2024-07-01
12
-12
/
+12
*
|
|
|
Conditional PSI check to reflect changes done in 5.13
rhellstrom
2024-07-01
1
-2
/
+8
[next]