index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
resolve-util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-22
basic/log: add concept of "synthethic errnos"
Zbigniew Jędrzejewski-Szmek
3
-66
/
+51
2018-11-22
vconsole: Don't skip udev call for dummy device
Tim Ruffing
1
-1
/
+1
2018-11-22
basic/user-util: properly protect use of gshadow
Yann E. MORIN
1
-0
/
+2
2018-11-21
Revert 5fdf2d51c244288ac41443d1bd81365fab7b7b81
Zbigniew Jędrzejewski-Szmek
2
-92
/
+1
2018-11-21
logind: stop managing VT switches if no sessions are registered on that VT
Franck Bui
1
-1
/
+24
2018-11-21
terminal-util: introduce vt_release() helper
Franck Bui
3
-2
/
+19
2018-11-21
logind: become the controlling terminal process before restoring VT
Franck Bui
1
-15
/
+43
2018-11-21
terminal-util: introduce vt_restore() helper
Franck Bui
3
-12
/
+39
2018-11-21
logind: make session_restore_vt() static
Franck Bui
2
-2
/
+2
2018-11-21
generators: drop umask calls
Zbigniew Jędrzejewski-Szmek
11
-22
/
+0
2018-11-21
core: Detect initial timer state from serialized data
Michal Koutný
1
-9
/
+10
2018-11-21
test: add tests for util_resolve_subsys_kernel()
Yu Watanabe
1
-0
/
+30
2018-11-21
libudev: make util_resolve_subsys_kernel() return negative errno
Yu Watanabe
4
-34
/
+31
2018-11-21
udev/scsi_id: fix buffer length
Yu Watanabe
1
-6
/
+6
2018-11-21
test: add tests for util_replace_whitespace()
Yu Watanabe
1
-1
/
+48
2018-11-21
libudev-util: make util_replace_whitespace() not count leading white spaces
Yu Watanabe
1
-20
/
+17
2018-11-21
udevd: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-37
/
+22
2018-11-21
udevadm: define main through macro
Zbigniew Jędrzejewski-Szmek
1
-10
/
+7
2018-11-21
Call mac_selinux_close() from main func macros, convert user-sessions and tes...
Zbigniew Jędrzejewski-Szmek
3
-24
/
+26
2018-11-21
systemctl: define main through macro and call ask_password_agent_close() from...
Zbigniew Jędrzejewski-Szmek
2
-8
/
+8
2018-11-21
libudev-util: make util_replace_*() return size_t
Yu Watanabe
2
-6
/
+5
2018-11-21
libudev-util: add assertions
Yu Watanabe
1
-0
/
+8
2018-11-20
core: run env generators with non-zero umask
Lennart Poettering
1
-1
/
+5
2018-11-20
tests: skip test_exec_ambientcapabilities on Travis CI under ASan
Evgeny Vereshchagin
4
-0
/
+16
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
main: don't freeze PID 1 in containers, exit with non-zero instead
Lennart Poettering
1
-4
/
+11
2018-11-20
main: use EXIT_EXCEPTION instead of EXIT_FAILURE at two more exceptional places
Lennart Poettering
1
-2
/
+2
2018-11-20
nspawn: use EXIT_EXCEPTION where appropriate
Lennart Poettering
1
-2
/
+3
2018-11-20
exit-status: introduce EXIT_EXCEPTION mapping to 255
Lennart Poettering
2
-3
/
+9
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
[next]