index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test-dhcp-server: add usual headers
Yu Watanabe
2022-02-01
1
-0
/
+6
*
test-dhcp-server: run a test earlier which does not require privilege
Yu Watanabe
2022-02-01
1
-1
/
+2
*
test-dhcp-server: move sd-event allocation
Yu Watanabe
2022-02-01
1
-6
/
+6
*
test-dhcp-server: use log_tests_skipped_errno()
Yu Watanabe
2022-02-01
1
-5
/
+5
*
sd-dhcp-server: split out logic to ACK request
Yu Watanabe
2022-02-01
1
-85
/
+55
*
sd-dhcp-server: do not assign address reserved for static leases to non-match...
Yu Watanabe
2022-02-01
1
-0
/
+3
*
sd-dhcp-server: explicitly refuse when conflicting address is requested
Yu Watanabe
2022-02-01
1
-4
/
+7
*
sd-dhcp-server: do not assign an address from pool when a static lease for th...
Yu Watanabe
2022-02-01
1
-3
/
+7
*
sd-dhcp-server: rename get_pool_offset() -> address_is_in_pool()
Yu Watanabe
2022-02-01
1
-12
/
+9
*
sd-dhcp-server: rename server_send_nak() -> server_send_nak_or_ignore()
Yu Watanabe
2022-02-01
1
-13
/
+16
*
sd-dhcp-server: set DHCPLease::server before hashmap_put()
Yu Watanabe
2022-02-01
1
-21
/
+13
*
sd-dhcp-server: fix indentation
Yu Watanabe
2022-02-01
1
-2
/
+2
*
sd-dhcp-server: rename argument and add one missing assertion
Yu Watanabe
2022-02-01
1
-5
/
+10
*
sd-dhcp-server: do not use implicit cast to boolean from integer
Yu Watanabe
2022-02-01
1
-12
/
+12
*
sd-dhcp-server: refuse zero length client ID
Yu Watanabe
2022-02-01
1
-5
/
+6
*
sd-dhcp-server: do not log "STOPPED" when already stopped
Yu Watanabe
2022-02-01
1
-3
/
+6
*
Merge pull request #22175 from keszybz/kernel-install-mkosi-initrd
Luca Boccassi
2022-02-01
3
-21
/
+40
|
\
|
*
kernel-install: add missing log line
Zbigniew Jędrzejewski-Szmek
2022-01-28
1
-0
/
+2
|
*
kernel-install: add "$KERNEL_INSTALL_STAGING_AREA" directory
Zbigniew Jędrzejewski-Szmek
2022-01-28
2
-3
/
+20
|
*
kernel-install: prefix errors with "Error:", exit immediately
Zbigniew Jędrzejewski-Szmek
2022-01-28
2
-11
/
+11
|
*
kernel-install: k-i already creates $ENTRY_DIR_ABS, no need to do it again
Zbigniew Jędrzejewski-Szmek
2022-01-28
1
-6
/
+2
|
*
kernel-install: add new variable $KERNEL_INSTALL_INITRD_GENERATOR
Zbigniew Jędrzejewski-Szmek
2022-01-18
2
-1
/
+5
*
|
network: s/confiured/configured/
Frantisek Sumsal
2022-02-01
1
-1
/
+1
*
|
tree-wide: some additional checks to avoid CVE-2021-4034 style weaknesses
Lennart Poettering
2022-02-01
2
-0
/
+13
*
|
random-seed: add missing %m in error message
Lennart Poettering
2022-01-31
1
-1
/
+1
*
|
Merge pull request #22316 from yuwata/network-mac-address-length
Luca Boccassi
2022-01-31
10
-7
/
+114
|
\
\
|
*
|
network: currently IPv4ACD requires MAC address whose length is ETH_ALEN
Yu Watanabe
2022-01-31
1
-3
/
+5
|
*
|
network: currently RADV requires MAC address whose length is ETH_ALEN
Yu Watanabe
2022-01-31
1
-0
/
+6
|
*
|
network: disable NDisc for CAN interfaces
Yu Watanabe
2022-01-31
1
-0
/
+4
|
*
|
network: configure NDisc after MAC address is assigned
Yu Watanabe
2022-01-31
5
-4
/
+82
|
*
|
network: configure DHCP clients after MAC address is assigned
Yu Watanabe
2022-01-31
3
-0
/
+17
*
|
|
Merge pull request #22300 from yuwata/bus-fix-error-handling
Luca Boccassi
2022-01-31
3
-9
/
+21
|
\
\
\
|
*
|
|
login: use bus_error_message() at one more place
Yu Watanabe
2022-01-29
1
-3
/
+7
|
*
|
|
core/unit: use bus_error_message() at one more place
Yu Watanabe
2022-01-29
1
-2
/
+6
|
*
|
|
bus-util: retrieve bus error from message
Yu Watanabe
2022-01-29
1
-4
/
+8
*
|
|
|
boot: Don't require a machine ID to be available
Daan De Meyer
2022-01-31
1
-4
/
+7
*
|
|
|
Merge pull request #22274 from yuwata/resolve-comment
Luca Boccassi
2022-01-31
6
-67
/
+81
|
\
\
\
\
|
*
|
|
|
resolve: llmnr: fix never hit condition
Yu Watanabe
2022-01-28
3
-10
/
+17
|
*
|
|
|
resolve: mention that dns_stream_update() needs to be called after dns_stream...
Yu Watanabe
2022-01-28
1
-0
/
+7
|
*
|
|
|
resolve: call dns_stream_take_read_packet() in on_stream_io()
Yu Watanabe
2022-01-28
6
-39
/
+31
|
*
|
|
|
resolve: make dns_stream_new() take on_packet and complete callbacks
Yu Watanabe
2022-01-28
6
-23
/
+31
*
|
|
|
|
core: don't fail on EEXIST when creating mount point
Luca Boccassi
2022-01-31
1
-1
/
+1
*
|
|
|
|
core: check argc/argv uncoditionally
Frantisek Sumsal
2022-01-31
2
-2
/
+2
*
|
|
|
|
Merge pull request #21838 from lnussel/logind-refactor
Yu Watanabe
2022-01-31
11
-364
/
+380
|
\
\
\
\
\
|
*
|
|
|
|
systemctl: shutdown don't fallback on auth fail
Ludwig Nussel
2022-01-25
3
-5
/
+5
|
*
|
|
|
|
logind: refactor
Ludwig Nussel
2022-01-25
8
-338
/
+306
|
*
|
|
|
|
logind: require polkit auth for cancelling shutdowns
Ludwig Nussel
2022-01-25
1
-2
/
+32
|
*
|
|
|
|
logind: fix wall messages for direct shutdown calls
Ludwig Nussel
2022-01-25
1
-0
/
+14
|
*
|
|
|
|
logind: enable wall messages by default
Ludwig Nussel
2022-01-25
1
-0
/
+1
|
*
|
|
|
|
systemctl: simplify halt_main()
Ludwig Nussel
2022-01-25
1
-28
/
+19
[next]