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
*
macro: add ONCE macro that evaluates to 1 one time
Dan Streetman
2021-05-20
1
-0
/
+11
*
fileio: make return parameters of read_virtual_file() optional
Lennart Poettering
2021-05-20
1
-3
/
+3
*
network: bridge-fdb: add support to specify outgoing interface
Susant Sahani
2021-05-20
3
-1
/
+94
*
network: use queue to configure bridge FDB
Yu Watanabe
2021-05-20
6
-18
/
+70
*
network: bridgeFDB: rename FdbEntry -> BridgeFDB
Yu Watanabe
2021-05-20
7
-83
/
+81
*
nspawn: fix build failure
Yu Watanabe
2021-05-20
1
-2
/
+1
*
Merge pull request #19555 from poettering/nspawn-bind-user
Lennart Poettering
2021-05-20
10
-14
/
+746
|
\
|
*
nspawn: add new --bind-user= option for binding a host user into the container
Lennart Poettering
2021-05-19
7
-11
/
+731
|
*
nspawn: export userns_mkdir() + userns_lchown() so that it can be used elsewh...
Lennart Poettering
2021-05-19
3
-2
/
+11
|
*
user-record: optionally, allow parsing empty user record JSON objects
Lennart Poettering
2021-05-19
2
-1
/
+4
*
|
Merge pull request #19591 from poettering/terminal-fixes
Lennart Poettering
2021-05-20
3
-53
/
+117
|
\
\
|
*
|
terminal: don't hardcode major number of PTYs
Lennart Poettering
2021-05-19
2
-26
/
+63
|
*
|
execute: don't chown/chmod non-TTY inodes thinking they were TTYs
Lennart Poettering
2021-05-19
1
-9
/
+28
|
*
|
core: use GID_INVALID instead of -1 where appropriate
Lennart Poettering
2021-05-19
1
-1
/
+1
|
*
|
terminal-util: use _cleanup_close_ where appropriate
Lennart Poettering
2021-05-19
1
-11
/
+8
|
*
|
terminal-util: add extra validity checks that we operate on a TTY before doin...
Lennart Poettering
2021-05-19
1
-3
/
+11
|
*
|
terminal-util: add debug logging for when TTY ioctls fail
Lennart Poettering
2021-05-19
1
-3
/
+6
|
|
/
*
|
Merge pull request #19662 from yuwata/memdup
Lennart Poettering
2021-05-19
3
-9
/
+8
|
\
\
|
*
|
alloc-util: use memcpy_safe() in memdup() or friends
Yu Watanabe
2021-05-19
2
-6
/
+5
|
*
|
memory-util: make memcpy_safe() return pointer to destination
Yu Watanabe
2021-05-19
1
-3
/
+3
*
|
|
Merge pull request #19653 from poettering/greedy-realloc-more
Lennart Poettering
2021-05-19
128
-692
/
+721
|
\
\
\
|
*
|
|
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
127
-687
/
+657
|
*
|
|
alloc-util: add MALLOC_ELEMENTSOF() helper
Lennart Poettering
2021-05-19
2
-0
/
+47
|
*
|
|
alloc-util: introduce MALLOC_SIZEOF_SAFE() helper
Lennart Poettering
2021-05-19
4
-5
/
+17
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #19603 from yuwata/network-link-get-by-name
Lennart Poettering
2021-05-19
5
-33
/
+89
|
\
\
\
|
*
|
|
network: route: check validity of interface name in MultiPathRoute=
Yu Watanabe
2021-05-19
1
-0
/
+6
|
*
|
|
network: route: parse earlier if device specifier in MultiPathRoute= is ifindex
Yu Watanabe
2021-05-19
1
-11
/
+14
|
*
|
|
network: introduce link_get_by_name()
Yu Watanabe
2021-05-19
4
-22
/
+69
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #19656 from yuwata/network-trivial-cleanups
Lennart Poettering
2021-05-19
11
-108
/
+40
|
\
\
\
|
*
|
|
network: drop redundant condition
Yu Watanabe
2021-05-19
1
-1
/
+1
|
*
|
|
network: drop unnecessary call of manager_rtnl_process_address()
Yu Watanabe
2021-05-19
2
-6
/
+2
|
*
|
|
network: drop unused "callback" arguments in route_remove() and address_remove()
Yu Watanabe
2021-05-19
8
-54
/
+33
|
*
|
|
network: dhcp4: re-request DHCP4 address and routes immediately
Yu Watanabe
2021-05-19
2
-49
/
+6
|
|
/
/
*
|
|
kbd-model-map: add mapping 'es-dvorak'
Franck Bui
2021-05-19
2
-4
/
+5
*
|
|
test: reduce debugging logs in test-event
Yu Watanabe
2021-05-19
1
-5
/
+4
*
|
|
systemctl: re-align colon in status output
Lennart Poettering
2021-05-19
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #19608 from keszybz/resolved-pahole
Lennart Poettering
2021-05-19
12
-156
/
+174
|
\
\
|
*
|
resolved: inline iterator variable declarations
Zbigniew Jędrzejewski-Szmek
2021-05-14
2
-12
/
+6
|
*
|
resolved: drop pointless bitfield on a lone bool
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-1
/
+2
|
*
|
resolved: optimize layout of DnsPacket
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-7
/
+9
|
*
|
resolved: optimize layout of DnsTransaction
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-13
/
+15
|
*
|
resolved: rearrange DnsResourceRecord for better layout
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-23
/
+32
|
*
|
resolved: use narrower types for label counts in rr
Zbigniew Jędrzejewski-Szmek
2021-05-14
3
-12
/
+17
|
*
|
resolved: shorten dns_name_count_labels()
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-4
/
+2
|
*
|
resolved: pahole optimization for DnsQuery
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-16
/
+21
|
*
|
resolved: make counter for redirects smaller
Zbigniew Jędrzejewski-Szmek
2021-05-14
2
-5
/
+5
|
*
|
resolved: make counter for n_auxiliary_queries smaller
Zbigniew Jędrzejewski-Szmek
2021-05-14
2
-1
/
+3
|
*
|
resolved: indent tables for readability
Zbigniew Jędrzejewski-Szmek
2021-05-14
5
-64
/
+64
*
|
|
network: show online state in networkctl status output
Alvin Šipraga
2021-05-19
1
-5
/
+42
*
|
|
network: use the overall online state in network_is_online()
Alvin Šipraga
2021-05-19
1
-9
/
+23
[next]