index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shell-completion
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
hwdb: Add some HP IR cameras
Anton Golubev
1
-0
/
+10
2024-07-03
update TODO
Lennart Poettering
1
-5
/
+4
2024-07-03
mkosi: update fedora commit reference
Daan De Meyer
1
-1
/
+1
2024-07-03
core/main: add an assertion to ensure user managers won't initiate destructiv...
Mike Yuan
1
-8
/
+9
2024-07-03
core/manager: invoke special targets on signal only for system manager
Mike Yuan
1
-34
/
+36
2024-07-03
core/dbus-manager: refuse SoftReboot() for user managers
Mike Yuan
1
-0
/
+4
2024-07-03
core/dbus-manager: check for runtime scope first for system-wide operations
Mike Yuan
1
-20
/
+20
2024-07-03
core/dbus-manager: use sd_bus_error_set() rather than _setf() where appropriate
Mike Yuan
1
-16
/
+16
2024-07-03
core/dbus-manager: use path_simplify_alloc() for root and init paths
Mike Yuan
1
-11
/
+11
2024-07-03
core/dbus-manager: use PidRef for log_caller()
Mike Yuan
1
-8
/
+9
2024-07-03
mkosi: Don't touch the packaging checkout if work is being done
Daan De Meyer
1
-2
/
+9
2024-07-03
meson: Define __TARGET_ARCH macros required by bpf
Daan De Meyer
1
-7
/
+7
2024-07-03
coredump: correctly take tmpfs size into account for compression
Luca Boccassi
1
-8
/
+12
2024-07-02
docs/CODING_STYLE: document that we nowadays prefer (const char*) for func re...
Mike Yuan
1
-1
/
+13
2024-07-02
test: fix TEST-74-AUX-UTILS.ssh.sh on SUSE
Franck Bui
1
-1
/
+4
2024-07-02
test: preserve symlink in inst_recursive()
Franck Bui
1
-0
/
+2
2024-07-02
test: fix TEST-24-CRYPTSETUP on SUSE
Franck Bui
1
-1
/
+1
2024-07-02
test: install /etc/hosts
Franck Bui
1
-0
/
+1
2024-07-02
efivars: rename efivar_get_uint_string() → efivar_get_uint64_str16()
Lennart Poettering
4
-19
/
+20
2024-07-02
efi: rename efivar_(set|get)() → efivar_(set|get)_str16()
Lennart Poettering
5
-24
/
+24
2024-07-02
efivars: use appropropriate uint8_t type when dealing with "raw" bytes
Lennart Poettering
1
-3
/
+3
2024-07-02
efivars: change return parameter of efivar_get_raw() to be void**
Lennart Poettering
5
-10
/
+10
2024-07-02
efi: split out efivars.[ch] from util.[ch]
Lennart Poettering
12
-267
/
+286
2024-07-02
mkosi: Install perf
Daan De Meyer
4
-0
/
+7
2024-07-02
update TODO
Lennart Poettering
1
-0
/
+3
2024-07-02
test: split the resolved test suite into separate test cases
Daniel Rusek
1
-660
/
+721
2024-07-01
build(deps): bump github/codeql-action from 3.24.7 to 3.25.11
dependabot[bot]
2
-4
/
+4
2024-07-01
mkosi: update debian commit reference
Luca Boccassi
1
-1
/
+1
2024-07-01
shared/condition: add missing space after 'if'
Mike Yuan
1
-2
/
+2
2024-07-01
shared/mount-util: return early if param is NULL
Mike Yuan
1
-7
/
+10
2024-07-01
mkfs-util: Simplify logic
Daan De Meyer
1
-8
/
+3
2024-07-01
units: add dep on systemd-logind.service by user@.service
Lennart Poettering
2
-2
/
+2
2024-07-01
Use read_full_file_full() in read_smbios11_field()
Daan De Meyer
1
-2
/
+7
2024-07-01
storagetm: add --list-devices command
Lennart Poettering
3
-4
/
+28
2024-07-01
repart: add --list-devices switch for listing candidate block devices
Lennart Poettering
3
-1
/
+26
2024-07-01
cryptenroll: add --list-devices switch that shows candidate block devices
Lennart Poettering
3
-0
/
+23
2024-07-01
util: add generic block device listener helper
Lennart Poettering
3
-0
/
+91
2024-07-01
blockdev-util: add partscan check function that takes an sd_device*
Lennart Poettering
6
-12
/
+21
2024-07-01
repart: add sections to --help text
Lennart Poettering
1
-14
/
+26
2024-07-01
test: beef up test case for fid-based equality checks
Lennart Poettering
3
-4
/
+63
2024-07-01
stat-util: port inode_same_at() to use FID file handle data to determine inod...
Lennart Poettering
1
-6
/
+92
2024-07-01
mountpoint-util: clarify that EOVERFLOW is visible on nfs4/autofs mounts
Lennart Poettering
1
-3
/
+3
2024-07-01
mountpoint-util: use the FID stuff for detecting the root of mounts
Lennart Poettering
1
-3
/
+3
2024-07-01
mountpoint-util: add new helper name_to_handle_at_try_fid()
Lennart Poettering
3
-1
/
+32
2024-07-01
mountpoint-util: use ERRNO_IS_xyz() at more places
Lennart Poettering
1
-3
/
+3
2024-07-01
mountpoint-util: add public helper for comparing file handles
Lennart Poettering
2
-4
/
+14
2024-07-01
mountpoint-util: make is_name_to_handle_at_fatal_error() an exported API
Lennart Poettering
2
-13
/
+20
2024-07-01
build(deps): bump actions/checkout from 4.1.6 to 4.1.7
dependabot[bot]
12
-12
/
+12
2024-07-01
Conditional PSI check to reflect changes done in 5.13
rhellstrom
1
-2
/
+8
2024-06-30
core: try again bind mounting if the destination was already created
Luca Boccassi
1
-5
/
+5
[next]