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
*
fs-util: add conservative_rename() that suppresses unnecessary renames
Lennart Poettering
2020-12-02
3
-0
/
+127
*
copy: teach copy_file() that a mode=-1 call means "take mode from original file"
Lennart Poettering
2020-12-02
1
-2
/
+16
*
pager: stop disabling urlification under a pager
Zbigniew Jędrzejewski-Szmek
2020-12-02
1
-5
/
+1
*
Merge pull request #17692 from yuwata/ipv4ll
Zbigniew Jędrzejewski-Szmek
2020-12-01
16
-150
/
+108
|
\
|
*
network: use IN_SET() macro
Yu Watanabe
2020-11-30
1
-5
/
+3
|
*
network: treat IPv4LL is one of dynamic addressing protocol
Yu Watanabe
2020-11-30
1
-11
/
+10
|
*
network: simplify the condition about ipv4ll is enabled or not
Yu Watanabe
2020-11-30
2
-15
/
+7
|
*
network: shorten link_check_ready() a bit
Yu Watanabe
2020-11-30
1
-56
/
+27
|
*
network: stop IPv4LL engine when DHCPv4 address is successfully acquired
Yu Watanabe
2020-11-30
1
-0
/
+4
|
*
networkd: start ipv4ll when dhcp has trouble getting a lease
Zbigniew Jędrzejewski-Szmek
2020-11-30
5
-15
/
+28
|
*
sd-dhcp-client: report transient DHCP failure to the caller
Zbigniew Jędrzejewski-Szmek
2020-11-30
2
-0
/
+8
|
*
networkd: merge ll addressing fallback modes into normal "boolean" values
Zbigniew Jędrzejewski-Szmek
2020-11-30
12
-53
/
+35
|
*
sd-dhcp-client: minor simplification
Zbigniew Jędrzejewski-Szmek
2020-11-30
1
-15
/
+6
|
*
man: adjust description of MaxAttempts
Zbigniew Jędrzejewski-Szmek
2020-11-30
1
-3
/
+3
*
|
Merge pull request #17703 from poettering/event-ratelimit
Zbigniew Jędrzejewski-Szmek
2020-12-01
10
-110
/
+695
|
\
\
|
*
|
man: document new ratelimiting APIs
Lennart Poettering
2020-12-01
4
-1
/
+156
|
*
|
core: prevent excessive /proc/self/mountinfo parsing
Michal Sekletár
2020-12-01
1
-0
/
+6
|
*
|
test: add ratelimiting test
Michal Sekletár
2020-12-01
1
-1
/
+95
|
*
|
sd-event: add ability to ratelimit event sources
Lennart Poettering
2020-12-01
4
-62
/
+350
|
*
|
sd-event: remove earliest_index/latest_index into common part of event source...
Lennart Poettering
2020-12-01
2
-12
/
+13
|
*
|
sd-event: follow coding style with naming return parameter
Lennart Poettering
2020-12-01
1
-3
/
+4
|
*
|
sd-event: ref event loop while in sd_event_prepare() ot sd_event_run()
Lennart Poettering
2020-12-01
1
-6
/
+9
|
*
|
sd-event: let's suffix last_run/last_log with "_usec"
Lennart Poettering
2020-12-01
1
-6
/
+6
|
*
|
sd-event: split out code to add/remove timer event sources to earliest/latest...
Lennart Poettering
2020-12-01
1
-16
/
+41
|
*
|
sd-event: split clock data allocation out of sd_event_add_time()
Lennart Poettering
2020-12-01
1
-11
/
+23
|
*
|
sd-event: mention that two debug logged events are ignored
Lennart Poettering
2020-12-01
1
-2
/
+2
*
|
|
Merge pull request #17524 from poettering/fileio-offset
Zbigniew Jędrzejewski-Szmek
2020-12-01
22
-169
/
+309
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
update TODO
Lennart Poettering
2020-12-01
1
-3
/
+0
|
*
|
man: drop comment about ECC vs. RSA and Yubikey
Lennart Poettering
2020-12-01
1
-1
/
+0
|
*
|
man: document how cryptsetup keys may be acquired via AF_UNIX sockets
Lennart Poettering
2020-12-01
1
-19
/
+58
|
*
|
cryptsetup: modify keyfile search logic to use read_file_full() too
Lennart Poettering
2020-12-01
3
-92
/
+44
|
*
|
cryptsetup: port cryptsetup's main key file logic over to read_full_file_full()
Lennart Poettering
2020-12-01
1
-5
/
+32
|
*
|
cryptsetup: port PKCS#11 code to read key file with read_full_file()
Lennart Poettering
2020-12-01
3
-2
/
+19
|
*
|
fileio: teach read_full_file_full() to read from offset/with maximum size
Lennart Poettering
2020-12-01
12
-38
/
+132
|
*
|
journal-remote: suffix cmdline option that expects arg with =
Lennart Poettering
2020-12-01
1
-1
/
+1
|
*
|
man: mention that --key= is about *secret* keys
Lennart Poettering
2020-12-01
2
-3
/
+3
|
*
|
journal-remote: use READ_FULL_FILE_SECURE|READ_FULL_FILE_WARN_WORLD_READABLE ...
Lennart Poettering
2020-12-01
2
-2
/
+10
|
*
|
repart: warn about world writable key files
Lennart Poettering
2020-12-01
1
-1
/
+5
|
*
|
dissect-image: use simple version of read_full_file() where we can
Lennart Poettering
2020-12-01
1
-3
/
+3
|
*
|
journal-remote: erase secret PEM key from memory after use
Lennart Poettering
2020-12-01
2
-2
/
+5
|
/
/
*
|
scope: on unified, make sure to unwatch all PIDs once they've been moved to t...
Franck Bui
2020-12-01
1
-5
/
+7
*
|
sd-event: fix delays assert brain-o (#17790)
Vito Caputo
2020-12-01
1
-1
/
+1
*
|
mkosi: make ubuntu image bootable by default
Pavel Sapezhko
2020-11-30
1
-1
/
+1
*
|
man: Speicfy exact return values of sd_bus_message_enter_container
igo95862
2020-11-30
1
-2
/
+7
*
|
po: add units/systemd-journald.service.in to POTFILES.skip
Piotr Drąg
2020-11-30
1
-2
/
+3
*
|
hwdb: add axis range corrections for Lenovo ThinkPad T14 Gen1
Michał Kopeć
2020-11-30
1
-1
/
+2
|
/
*
Merge pull request #17761 from keszybz/documentation-followups
Yu Watanabe
2020-11-28
2
-3
/
+3
|
\
|
*
test-networkd-conf: add missing assert_se
Zbigniew Jędrzejewski-Szmek
2020-11-28
1
-1
/
+1
|
*
NEWS: really fix kernel version number reference
Zbigniew Jędrzejewski-Szmek
2020-11-27
1
-2
/
+2
*
|
Update logind-button.c
nihilix-melix
2020-11-28
1
-3
/
+6
[next]