index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysctl.d
/
50-coredump.conf.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-04
core: map io.bfq.weight to 1..1000
Zbigniew Jędrzejewski-Szmek
1
-16
/
+19
2021-02-04
xdg-autostart: Generate autostart services with templated name
David Edmundson
2
-2
/
+2
2021-02-04
boot: Replace efivar_set() persistent argument with flags argument
Daan De Meyer
5
-45
/
+47
2021-02-04
man: reword the description of "main conf file"
Zbigniew Jędrzejewski-Szmek
1
-24
/
+21
2021-02-04
import: use +i (immutable) chattr flag for marking OS images read-only
Lennart Poettering
1
-14
/
+25
2021-02-04
import: fix etag detection support
Lennart Poettering
1
-16
/
+29
2021-02-03
path-util: tighten path_is_valid() checks
Lennart Poettering
2
-9
/
+55
2021-02-03
copy: simplify futimens() invocation
Lennart Poettering
1
-15
/
+3
2021-02-03
copy: also attempt to copy atime/mtime when copying symlinks, device nodes, f...
Lennart Poettering
1
-2
/
+7
2021-02-03
discover-image: don't mix two types of stack allocation in one line
Lennart Poettering
1
-5
/
+7
2021-02-03
shared: rename machine-image.[ch] → discover-image.[ch]
Lennart Poettering
20
-20
/
+20
2021-02-03
test-network: disable NDISC on veth-peer
Yu Watanabe
1
-0
/
+1
2021-02-03
Deprecate builds with split-usr, prepare for removal
Zbigniew Jędrzejewski-Szmek
2
-3
/
+9
2021-02-03
Translated using Weblate (Swedish) (#18457)
Weblate (bot)
1
-132
/
+63
2021-02-03
network: correct name of parameter in function prototype
Kevin P. Fleming
1
-1
/
+1
2021-02-03
logind: simplify flags handling a bit
Lennart Poettering
1
-12
/
+18
2021-02-03
network,udev: move TransmitQueues=/ReceiveQueues= from .network to .link
Yu Watanabe
13
-123
/
+99
2021-02-03
udev: rename TxQueueLength= -> TransmitQueueLength=
Yu Watanabe
4
-4
/
+4
2021-02-03
oom: rework *MemoryPressureLimit= properties to have 1/10000 precision
Anita Zhang
24
-104
/
+91
2021-02-03
ci: build with -Werror on Fedora
Frantisek Sumsal
1
-2
/
+12
2021-02-03
path-util: tighten path_extract_filename()
Lennart Poettering
2
-15
/
+16
2021-02-02
boot: Add startswith() and endswith() functions with no_case variants
Daan De Meyer
3
-12
/
+66
2021-02-02
boot: Drop unnecessary braces
Daan De Meyer
1
-2
/
+1
2021-02-02
boot: Fix void pointer arithmetic warning
Daan De Meyer
1
-1
/
+1
2021-02-02
boot: Replace raw efivar gets with typed variants
Daan De Meyer
1
-21
/
+15
2021-02-02
boot: Add efivar_get/set_uint64_le() functions
Daan De Meyer
2
-0
/
+65
2021-02-02
boot: Rename efivar_get/set_int() to efivar_get/set_uint_string()
Daan De Meyer
3
-9
/
+9
2021-02-02
boot: Tighten scope of variables used in loops
Daan De Meyer
9
-101
/
+70
2021-02-02
boot: Add efivar_get_boolean_u8()
Daan De Meyer
3
-5
/
+17
2021-02-02
meson: use ellipses for ranges
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2021-02-02
meson: take oomd out of the doghouse
Zbigniew Jędrzejewski-Szmek
2
-9
/
+1
2021-02-02
man: move content from the wiki to systemd.preset(5)
Zbigniew Jędrzejewski-Szmek
3
-26
/
+55
2021-02-02
meson: remove one more instance of install_dir:bindir
Zbigniew Jędrzejewski-Szmek
1
-2
/
+1
2021-02-02
logind: Introduce RebootWithFlags and others
Deepak Rawat
4
-16
/
+142
2021-02-02
parse-util: add permyriad parsing
Anita Zhang
3
-39
/
+169
2021-02-01
libudev: add one more assertion
Yu Watanabe
1
-0
/
+1
2021-02-01
libudev: unset uptodate flag before free()ing entries
Yu Watanabe
1
-1
/
+1
2021-02-01
libudev: also drop the entry from LIST even if unique flag is set
Yu Watanabe
1
-2
/
+3
2021-02-01
libudev: set entry->list after the entry is stored in the list
Yu Watanabe
1
-1
/
+2
2021-02-01
libudev: use hashmap_ensure_put()
Yu Watanabe
1
-7
/
+1
2021-02-01
oss-fuzz: show meson logs
Evgeny Vereshchagin
1
-1
/
+5
2021-02-01
tools: make update-dbus-docs compatible with Python 3.6
Anita Zhang
1
-1
/
+1
2021-01-31
boot: Make all efivar util functions take the guid as an argument
Daan De Meyer
4
-44
/
+50
2021-01-31
boot: Turn all guid constants into C99 compound initializers
Daan De Meyer
10
-60
/
+56
2021-01-31
boot: Enable C99
Daan De Meyer
1
-2
/
+2
2021-01-31
boot: Move Secure Boot logic to new file
Daan De Meyer
8
-27
/
+30
2021-01-31
hwdb: Add evdev for Huawei EUL-XW9
Simonas Kazlauskas
1
-1
/
+3
2021-01-31
network: drop one more link_dirty()
Yu Watanabe
1
-2
/
+0
2021-01-31
sd-boot: Add missing includes
Daan De Meyer
8
-0
/
+15
2021-01-31
sd-boot: Make internal functions static
Daan De Meyer
3
-4
/
+4
[next]