index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
less-variables.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2018-11-20
libudev: drop prototypes for nonexistent functions
Yu Watanabe
1
-2
/
+0
2018-11-20
libudev-monitor: drop unused private functions
Yu Watanabe
2
-63
/
+25
2018-11-20
libudev-device: drop unused private functions
Yu Watanabe
3
-410
/
+0
2018-11-20
udev: move definition of READ_END and WRITE_END from libudev-private.h to udev.h
Yu Watanabe
2
-4
/
+4
2018-11-20
zsh-completion: Add support for set-property (#10322)
Xuanwo
1
-1
/
+2
2018-11-20
bootspec: introduce SYSTEMD_ESP_PATH for overriding where to look for the ESP...
Lennart Poettering
2
-0
/
+19
2018-11-20
process-util: check for correct kill return value (#10841)
David Leeds
1
-2
/
+2
2018-11-20
tree-wide: use __ prefixed gcc attributes (#10843)
Lennart Poettering
9
-49
/
+51
2018-11-20
tests: always use the right vtable wrapper calls
Lennart Poettering
2
-10
/
+10
2018-11-20
tests: add a fuzzer for journald streams
Evgeny Vereshchagin
6
-5
/
+60
2018-11-19
test-execute: fix killing of unit processes
Lennart Poettering
1
-1
/
+1
2018-11-19
doc: document the boot menu entry identifier vocabulary
Lennart Poettering
1
-0
/
+38
2018-11-19
meson: order source files alphabetically
Lennart Poettering
1
-2
/
+2
2018-11-19
debug-generator: port over to using static destructors
Lennart Poettering
1
-13
/
+7
2018-11-19
debug-generator: port over to DEFINE_MAIN_FUNCTION()
Lennart Poettering
1
-3
/
+5
2018-11-19
main-func: automatically call static destructors from main-func.h macros
Lennart Poettering
1
-0
/
+4
2018-11-19
util: add set of macros for declaring _cleanup_-style destructors for static ...
Lennart Poettering
2
-0
/
+52
2018-11-19
util-lib: move main() definition macros to its own header file
Lennart Poettering
35
-23
/
+60
2018-11-19
pam_systemd: suppress LOG_DEBUG log messages if debugging is off
Lennart Poettering
1
-2
/
+4
2018-11-19
main: when reloading PID 1 let's reset the default environment
Lennart Poettering
3
-3
/
+6
2018-11-19
manager: log on two OOM occasions
Lennart Poettering
1
-2
/
+2
2018-11-19
test: kill all processes launched by test-execute before exiting
Evgeny Vereshchagin
1
-0
/
+3
2018-11-19
catalog: update Polish translation
Piotr Drąg
1
-20
/
+52
2018-11-19
test: let the shell find "touch" instead of hard-coded "/bin/touch"
Xi Ruoyao
1
-1
/
+1
2018-11-18
basic/missing: drop _ETHTOOL_LINK_MODE_MAX
Zbigniew Jędrzejewski-Szmek
2
-8
/
+1
2018-11-18
udev: use an "inline" array instead of allocating for advertise mode
Zbigniew Jędrzejewski-Szmek
3
-23
/
+12
2018-11-18
basic/util: import memeqzero from casync
Zbigniew Jędrzejewski-Szmek
3
-0
/
+41
2018-11-18
cgroup v2: DefaultCPUAccounting=yes if CPU controller isn't required
Chris Down
2
-5
/
+14
2018-11-18
cgtop: Still try to get CPU statistics if controller-free
Chris Down
1
-1
/
+1
2018-11-18
cgroup v2: Don't require CPU controller for CPU accounting in 4.15+
Chris Down
6
-32
/
+105
2018-11-18
test-util: modernize
Zbigniew Jędrzejewski-Szmek
1
-2
/
+28
2018-11-18
ethtool: drop NetDevAdvertise
Yu Watanabe
4
-52
/
+81
2018-11-18
missing: add ETHTOOL_LINK_MODE_* and struct ethtool_link_settings
Yu Watanabe
2
-26
/
+159
2018-11-17
test: also tests enumerating subsystems
Yu Watanabe
1
-41
/
+57
2018-11-17
udevd: replace udev_device in struct event by sd_device
Yu Watanabe
1
-66
/
+130
2018-11-17
udevd: update several log messages
Yu Watanabe
1
-50
/
+49
2018-11-17
udevd: decrease indentation
Yu Watanabe
1
-10
/
+6
2018-11-17
udevd: rename event sources in struct event
Yu Watanabe
1
-6
/
+7
2018-11-17
udevd: capitalize log messages in on_sigchld()
Yu Watanabe
1
-9
/
+13
2018-11-17
udevd: also use sd_device_monitor_start() in worker_main()
Yu Watanabe
1
-67
/
+53
[next]