index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
reboot-util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-21
systemctl: define main through macro and call ask_password_agent_close() from...
Zbigniew Jędrzejewski-Szmek
2
-8
/
+8
2018-11-20
portablectl: make "arg_host" const
Yu Watanabe
1
-1
/
+1
2018-11-20
mount-tool: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-41
/
+27
2018-11-20
modules-load: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-10
/
+11
2018-11-20
machinectl: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-21
/
+13
2018-11-20
shared/main-func: also close the polkit agent automatically
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2018-11-20
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
67
-286
/
+353
2018-11-20
machine-id: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-11
/
+12
2018-11-20
loginctl: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-20
/
+12
2018-11-20
locale: make "arg_host" const
Yu Watanabe
1
-1
/
+1
2018-11-20
hostnamed: use DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-30
/
+19
2018-11-20
hibernate-resume-generator: use static destructor and DEFINE_MAIN_FUNCTION() ...
Yu Watanabe
1
-11
/
+10
2018-11-20
fstab-generator: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-13
/
+16
2018-11-20
firstboot: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-28
/
+25
2018-11-20
dissect: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-27
/
+20
2018-11-20
bless-boot: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-12
/
+9
2018-11-20
cryptsetup: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-43
/
+31
2018-11-20
cgls: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-23
/
+17
2018-11-20
cgls: add const
Yu Watanabe
1
-1
/
+1
2018-11-20
busctl: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-12
/
+8
2018-11-20
bootctl: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-9
/
+8
2018-11-20
backlight: use DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-57
/
+37
2018-11-20
ask-password: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-10
/
+10
2018-11-20
analyze: use static destructors
Yu Watanabe
1
-11
/
+9
2018-11-20
binfmt: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-12
/
+8
2018-11-20
delta: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-7
/
+6
2018-11-20
networkctl: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-8
/
+6
2018-11-20
portablectl: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-9
/
+6
2018-11-20
localectl: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-16
/
+9
2018-11-20
coredumpctl: fix "leak" of bus connection
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2018-11-20
coredumpctl: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-6
/
+6
2018-11-20
coredumpctl: open output file only before writing
Zbigniew Jędrzejewski-Szmek
1
-9
/
+11
2018-11-20
basic/main-func: propagate all positive return values
Zbigniew Jędrzejewski-Szmek
2
-5
/
+5
2018-11-20
timedatectl: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-17
/
+9
2018-11-20
basic/main-func: also close the pager automatically
Zbigniew Jędrzejewski-Szmek
3
-20
/
+12
2018-11-20
basic/main-func: unify the two macros
Zbigniew Jędrzejewski-Szmek
1
-10
/
+8
2018-11-20
sysctl: use STATIC_DESTRUCTOR_REGISTER() to free arg_prefixes
Lennart Poettering
1
-2
/
+2
2018-11-20
sysctl: use _cleanup_ in one more occasion
Lennart Poettering
1
-2
/
+1
2018-11-20
sysctl: port to use DEFINE_MAIN_FUNCTION()
Lennart Poettering
1
-2
/
+5
2018-11-20
inhibit: fix return value in error path
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2018-11-20
veritysetup-generator: treat '-' and '_' as equivalent
Zbigniew Jędrzejewski-Szmek
2
-10
/
+10
2018-11-20
log: introduce new helper call log_setup_service()
Lennart Poettering
44
-126
/
+54
2018-11-20
generators: introduce a common implementation for the log setup boilerplate
Lennart Poettering
13
-44
/
+26
2018-11-20
journal: fix sort order of header includes
Zbigniew Jędrzejewski-Szmek
2
-3
/
+4
2018-11-20
CODING_STYLE: fix rules for STRLEN and recommend strjoina more strongly
Zbigniew Jędrzejewski-Szmek
1
-6
/
+10
2018-11-20
CODING_STYLE: clarify the rules for the src/basic & src/shared split
Zbigniew Jędrzejewski-Szmek
1
-7
/
+10
2018-11-20
meson: drop libblkid from libbasic
Zbigniew Jędrzejewski-Szmek
1
-1
/
+0
2018-11-20
Move various files that don't need to be in basic/ to shared/
Zbigniew Jędrzejewski-Szmek
49
-47
/
+47
2018-11-20
libudev: coding style fixes
Yu Watanabe
5
-17
/
+17
2018-11-20
libudev-list: move libudev-list related definitions to libudev-list-internal.h
Yu Watanabe
25
-142
/
+114
[next]