index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
po
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-25
units: set nodev,nosuid,noexec flags for various secondary API VFS
Lennart Poettering
5
-0
/
+5
2019-03-25
systemctl: move --failed close to --state= in help text
Lennart Poettering
1
-1
/
+1
2019-03-25
systemctl: underline sections in help text
Lennart Poettering
1
-9
/
+10
2019-03-25
systemctl: use structured initialization
Lennart Poettering
1
-8
/
+10
2019-03-25
systemctl: use SYNTHETIC_ERRNO everywhere
Lennart Poettering
1
-56
/
+33
2019-03-25
systemctl: split out some SysV compat stuff into its own C file
Lennart Poettering
4
-112
/
+136
2019-03-25
hwdb: update for v242
Zbigniew Jędrzejewski-Szmek
9
-2423
/
+5563
2019-03-25
tree-wide: constify a few static string tables
Lennart Poettering
11
-15
/
+22
2019-03-25
dbus-unit: remove redundant check
Lennart Poettering
1
-1
/
+1
2019-03-25
core: remove unnecessary heap allocation
Lennart Poettering
1
-6
/
+3
2019-03-25
NEWS: various tweaks and updates for v242
Lennart Poettering
1
-36
/
+77
2019-03-23
bash-completion: unify indentation
Frantisek Sumsal
1
-2
/
+2
2019-03-23
bash-completion: use default completion for redirect operators
Frantisek Sumsal
1
-0
/
+7
2019-03-23
fuzz: add testcases for the bug in condition_free_list_type()
Yu Watanabe
5
-0
/
+4
2019-03-23
network,udev: explicitly declare 'conditions' is a list
Yu Watanabe
3
-3
/
+3
2019-03-23
util: fix condition_free_list_type()
Yu Watanabe
1
-8
/
+8
2019-03-22
logind: Add support for RebootParameter
Vesa Jääskeläinen
5
-0
/
+128
2019-03-22
nspawn: don't free "fds" twice
Lennart Poettering
3
-15
/
+17
2019-03-22
nspawn-oci: fix double free
Zbigniew Jędrzejewski-Szmek
4
-6
/
+10
2019-03-22
udev/link-config: rename MACPolicy to MACAddressPolicy
Zbigniew Jędrzejewski-Szmek
4
-58
/
+58
2019-03-22
logind: relocate function return_test_polkit()
Vesa Jääskeläinen
1
-26
/
+26
2019-03-22
systemctl: restore "systemctl reboot ARG" functionality
Vesa Jääskeläinen
4
-6
/
+9
2019-03-22
NEWS: add missing word
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2019-03-22
man: clarify that ExecStop= is always called
Zbigniew Jędrzejewski-Szmek
1
-8
/
+12
2019-03-22
man: update description of initrd in bootup(7)
Zbigniew Jędrzejewski-Szmek
1
-15
/
+22
2019-03-22
NEWS: prepare for v242
Zbigniew Jędrzejewski-Szmek
1
-0
/
+147
2019-03-22
network: add missing nulstr terminator
Evgeny Vereshchagin
1
-1
/
+1
2019-03-22
dbus-execute: don't needlessly override error code
Lennart Poettering
1
-1
/
+1
2019-03-22
dbus-execute: lets use exec_directory_type_from_string() to simplify things
Lennart Poettering
1
-10
/
+5
2019-03-22
udev: use string_table_lookup() where we can
Lennart Poettering
1
-6
/
+3
2019-03-22
string-table: use string_table_lookup() in our own macros everywhere
Lennart Poettering
1
-4
/
+4
2019-03-22
nspawn-oci: mount source is optional
Zbigniew Jędrzejewski-Szmek
2
-1
/
+93
2019-03-22
nspawn-oci: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
1
-49
/
+30
2019-03-22
fuzz-nspawn-oci: add fuzzer for the oci bundle loader
Zbigniew Jędrzejewski-Szmek
3
-0
/
+174
2019-03-22
meson: add libseccomp as a nspawn dep (#12067)
Franck Bui
1
-1
/
+2
2019-03-22
nspawn: conditionalize libseccomp use
Lennart Poettering
1
-3
/
+11
2019-03-21
hwdb: make ids_parser.py compatible with pyparsing-2.3.0+
Zbigniew Jędrzejewski-Szmek
1
-22
/
+27
2019-03-21
man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any'
Yu Watanabe
1
-3
/
+4
2019-03-21
man: do not wrap line in the table
Yu Watanabe
1
-3
/
+1
2019-03-21
test-network: add more tests for tunneling devices
Yu Watanabe
30
-18
/
+335
2019-03-21
systemctl: make a copy of the "verb" from argv[] before forking off a child
Lennart Poettering
1
-2
/
+8
2019-03-21
main-func: make sure we destruct memory and stuff last
Lennart Poettering
1
-2
/
+2
2019-03-21
systemctl: tiny optimization
Lennart Poettering
1
-1
/
+1
2019-03-21
systemctl: add missing OOM check
Lennart Poettering
1
-2
/
+7
2019-03-21
systemctl: document argv[] array
Lennart Poettering
1
-3
/
+3
2019-03-21
systemctl: use saved_argv where we can
Lennart Poettering
1
-7
/
+5
2019-03-21
main-func: implicitly save argc/argv in DEFINE_MAIN_FUNCTION() functions
Lennart Poettering
2
-3
/
+2
2019-03-21
util: introduce save_argc_argv() helper
Lennart Poettering
4
-6
/
+8
2019-03-21
network: fix netdev_tunnel_verify()
Yu Watanabe
1
-5
/
+15
2019-03-21
nspawn: add --no-pager switch
Zbigniew Jędrzejewski-Szmek
2
-1
/
+12
[next]