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
*
tree-wide: drop locale.h when locale-util.h is included
Yu Watanabe
2019-11-03
7
-7
/
+0
*
tree-wide: drop glob.h when glob-util.h is included
Yu Watanabe
2019-11-03
5
-5
/
+0
*
tree-wide: drop dirent.h when dirent-util.h is included
Yu Watanabe
2019-11-03
11
-11
/
+0
*
tree-wide: drop alloca.h when alloc-util.h is included
Yu Watanabe
2019-11-03
9
-9
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
167
-167
/
+0
*
Merge pull request #13899 from poettering/in-gid-tweak
Yu Watanabe
2019-11-03
2
-16
/
+45
|
\
|
*
test: add really basic in_gid() test
Lennart Poettering
2019-10-31
1
-0
/
+11
|
*
user-util: tweak to in_gid()
Lennart Poettering
2019-10-31
1
-16
/
+34
*
|
Merge pull request #13909 from poettering/env-copy-pid
Yu Watanabe
2019-11-03
4
-16
/
+25
|
\
\
|
*
|
static-destruct: add missing closing '(' in comment
Lennart Poettering
2019-11-01
1
-2
/
+2
|
*
|
pid1: rework environment block copy logic
Lennart Poettering
2019-11-01
3
-14
/
+23
*
|
|
nspawn: respect quiet on capabilities warning
Justin Trudell
2019-11-03
1
-1
/
+2
*
|
|
fs-util: let's avoid unnecessary strerror()
Lennart Poettering
2019-11-03
1
-6
/
+3
*
|
|
nspawn: mangle slice name
Lennart Poettering
2019-11-03
1
-2
/
+7
*
|
|
cgroup: add missing OOM check, and shorten code a bit
Lennart Poettering
2019-11-01
1
-6
/
+6
*
|
|
cpuset: fix indentation and log about OOM we otherwise ignore
Lennart Poettering
2019-11-01
1
-2
/
+4
*
|
|
cgroup: add some basic OOM safety where it was missing
Lennart Poettering
2019-11-01
1
-5
/
+3
|
/
/
*
|
Merge pull request #13888 from ssahani/qdisc
Yu Watanabe
2019-11-01
4
-12
/
+30
|
\
\
|
*
|
tc: qdisc remove some duplicate code
Susant Sahani
2019-10-31
1
-6
/
+13
|
*
|
qdisc: netem add support to duplicate packets.
Susant Sahani
2019-10-31
3
-6
/
+17
*
|
|
network: DHCP server remove duplicate free
Susant Sahani
2019-11-01
1
-3
/
+1
*
|
|
Fix CID 1406578: Resource leaks (RESOURCE_LEAK)
Susant Sahani
2019-10-31
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge pull request #13895 from jsynacek/master
Anita Zhang
2019-10-31
1
-1
/
+3
|
\
\
|
*
|
sd-dhcp: fix resource leak
Jan Synacek
2019-10-31
1
-1
/
+3
|
|
/
*
|
Merge pull request #13891 from yuwata/basic-drop-missing
Anita Zhang
2019-10-31
109
-152
/
+89
|
\
\
|
|
/
|
/
|
|
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
104
-139
/
+74
|
*
test: move {test,fuzz}-fido-id-desc.c into src/udev/fido_id
Yu Watanabe
2019-10-31
5
-13
/
+15
*
|
Merge pull request #13510 from medhefgo/boot
Zbigniew Jędrzejewski-Szmek
2019-10-31
3
-31
/
+18
|
\
\
|
|
/
|
/
|
|
*
sd-boot: Silence compiler warning when building with -O2
Jan Janssen
2019-10-30
1
-9
/
+5
|
*
sd-boot: Don't loudly complain if RNG protocol isn't available
Jan Janssen
2019-10-30
1
-21
/
+6
|
*
sd-boot: Only disable optimization on debug builds
Jan Janssen
2019-10-30
1
-1
/
+7
*
|
networkd: dhcp server Support Vendor specific 43
Susant Sahani
2019-10-31
9
-8
/
+347
*
|
Merge pull request #13884 from poettering/event-fd-close-fix
Anita Zhang
2019-10-30
1
-1
/
+3
|
\
\
|
*
|
sd-event: don't invalidate source type on disconnect
Lennart Poettering
2019-10-30
1
-1
/
+3
|
|
/
*
/
calendarspec: fix calculation of timespec iterations that fall onto a DST change
Zbigniew Jędrzejewski-Szmek
2019-10-30
1
-20
/
+34
|
/
*
analyze: fix minor memleak
Lennart Poettering
2019-10-30
1
-1
/
+1
*
analyze: sort list of unknown syscalls kernel implements
Lennart Poettering
2019-10-30
1
-4
/
+10
*
seccomp: add new Linux 5.3 syscalls to syscall filter lists
Lennart Poettering
2019-10-30
1
-0
/
+12
*
network: cleanup header inclusion
Yu Watanabe
2019-10-30
48
-133
/
+113
*
Merge pull request #13870 from irtimmer/check_ip_gnutls
Zbigniew Jędrzejewski-Szmek
2019-10-30
2
-6
/
+12
|
\
|
*
resolved: check for IP in certificate when using DoT with GnuTLS
Iwan Timmer
2019-10-29
2
-2
/
+12
|
*
resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS
Iwan Timmer
2019-10-29
1
-4
/
+0
*
|
Merge pull request #13874 from keszybz/network-sendoption-cleanups
Zbigniew Jędrzejewski-Szmek
2019-10-30
3
-12
/
+11
|
\
\
|
*
|
network: amend SendOption= to take a c-escaped string
Zbigniew Jędrzejewski-Szmek
2019-10-30
1
-8
/
+7
|
*
|
network: rename SendOptions= to SendOption=
Zbigniew Jędrzejewski-Szmek
2019-10-30
3
-4
/
+4
*
|
|
Merge pull request #13866 from keszybz/nspawn-restarts
Lennart Poettering
2019-10-30
13
-25
/
+122
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
machined: only Unref units that we AddRef'd
Zbigniew Jędrzejewski-Szmek
2019-10-29
2
-3
/
+8
|
*
|
shared/logs-show: strip trailing carriage returns at EOL/EOF
Zbigniew Jędrzejewski-Szmek
2019-10-29
3
-5
/
+38
|
*
|
nspawn: when stopping the machine, just deregister the machine
Zbigniew Jędrzejewski-Szmek
2019-10-29
3
-10
/
+10
|
*
|
machined: add UnregisterMachine method
Zbigniew Jędrzejewski-Szmek
2019-10-29
5
-1
/
+42
[next]