index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
coccinelle
/
set_ensure_put.cocci
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
man: fix typo
adrian5
1
-1
/
+1
2021-06-03
NEWS: start putting together NEWS for v249
Lennart Poettering
1
-0
/
+255
2021-06-03
pid1: don't choke on overly long device paths
Lennart Poettering
1
-4
/
+5
2021-06-03
pid1: make swap_process_new() void
Lennart Poettering
1
-14
/
+9
2021-06-03
pid1: downgrade if we can't make sense of the old device on MOVE uevent
Lennart Poettering
1
-1
/
+1
2021-06-03
pid1: eat up errors in device_update_found_by_name()
Lennart Poettering
1
-5
/
+4
2021-06-03
pid1: properly propagate errors from device_setup_unit()
Lennart Poettering
1
-4
/
+2
2021-06-03
pid1: reduce log noise generated by devices with overly long sysfs paths
Lennart Poettering
2
-2
/
+33
2021-06-03
pid1: make return value of device_remove_old() void too
Lennart Poettering
1
-9
/
+6
2021-06-03
pid1: shorten code a bit
Lennart Poettering
1
-7
/
+3
2021-06-03
pid1: make device_process_new() return void
Lennart Poettering
1
-23
/
+21
2021-06-03
test: add a 'static' on a global variable we don't actually export
Lennart Poettering
1
-1
/
+1
2021-06-03
test: tweak privilege tests for two more tests
Lennart Poettering
2
-6
/
+7
2021-06-03
test-seccomp: tighten privilege check before seccomp()
Lennart Poettering
1
-24
/
+29
2021-06-03
test-capability: skip tests that need CAP_NET_RAW if cap is not passed
Lennart Poettering
1
-1
/
+7
2021-06-03
ask-password: once we hit the message argument, don't process switches anymore
Lennart Poettering
1
-1
/
+1
2021-06-03
ask-password: default to a different prompt than "Password:" if the echo is on
Lennart Poettering
1
-0
/
+8
2021-06-03
ask-password: make password echo fully configurable
Lennart Poettering
2
-17
/
+47
2021-06-03
efi: drop glibc header and use pre-defined macros
Yu Watanabe
2
-3
/
+1
2021-06-02
sd-device: do not use ::subsystem member directly
Yu Watanabe
1
-3
/
+7
2021-06-02
TODO: mention the new Landlock LSM as a way to implement sandboxing for syste...
Luca Boccassi
1
-0
/
+3
2021-06-02
TODO: remove some features that have been implemented
Luca Boccassi
1
-2
/
+0
2021-06-02
po: Translated using Weblate (Danish)
scootergrisen
1
-12
/
+6
2021-06-02
various: don't say that the timestamp 'changed' on initial load
Zbigniew Jędrzejewski-Szmek
1
-3
/
+5
2021-06-02
udev: upgrade log level about failure in updating devlinks
Yu Watanabe
1
-3
/
+11
2021-06-02
udev: check that passed symbolic link path starts with /dev
Yu Watanabe
1
-2
/
+7
2021-06-02
udev: explicitly mention that the error will be ignored
Yu Watanabe
1
-3
/
+6
2021-06-02
udev: ignore the case that the device is already removed
Yu Watanabe
1
-2
/
+5
2021-06-02
cryptsetup: fix typo
Yu Watanabe
1
-1
/
+1
2021-06-02
core: show manager version in dump
Zbigniew Jędrzejewski-Szmek
1
-0
/
+4
2021-06-02
core: split out core/manager-dump.[ch]
Zbigniew Jędrzejewski-Szmek
10
-84
/
+106
2021-06-02
TODO: add entry about alias logging
Zbigniew Jędrzejewski-Szmek
1
-0
/
+4
2021-06-02
varlink: remove duplicated "varlink:" prefix
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2021-06-02
varlink: say "varlink:" instead of "n/a:" when no description is available
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2021-06-02
meson: sort compiler flags
Yu Watanabe
1
-18
/
+18
2021-06-02
meson: enable more warnings when building efi binary
Yu Watanabe
2
-22
/
+29
2021-06-02
efi: constify several arguments of functions which handle loader entries
Yu Watanabe
1
-21
/
+20
2021-06-02
efi: drop const qualifiers from arguments in uefi_call_wrapper()
Yu Watanabe
2
-7
/
+7
2021-06-02
efi: add const qualifier to EFI variable handling functions
Yu Watanabe
2
-8
/
+8
2021-06-02
efi: add const qualifier to string utils
Yu Watanabe
2
-8
/
+8
2021-06-02
efi: include endian.h to handle endian correctly
Yu Watanabe
1
-0
/
+2
2021-06-02
efi: do not use _STRING_ARCH_unaligned macro
Yu Watanabe
1
-3
/
+6
2021-06-02
string-util: trivial optimizations for strverscmp_improved()
Yu Watanabe
1
-5
/
+5
2021-06-01
mount: be more descriptive when logging about overly long mount point paths
Lennart Poettering
1
-1
/
+8
2021-06-01
core: when looping over mount/swap names, continue if we find one which doesn...
Lennart Poettering
2
-5
/
+9
2021-06-01
unit-name: generate a clear error code when converting an overly long fs path...
Lennart Poettering
2
-2
/
+8
2021-06-01
dissect: if dissecting without udev, don't look for usec timestamp on db record
Lennart Poettering
1
-11
/
+15
2021-06-01
pam: do not require a non-expired password for user@.service
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-06-01
logind-dbus: correctly calculate when to create /etc/nologin file in all cases
Lennart Poettering
1
-2
/
+7
2021-06-01
cryptsetup: add missing error branch
Lennart Poettering
1
-0
/
+2
[next]