index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
test-serialize: a smoke test for the serialization functions
Zbigniew Jędrzejewski-Szmek
2018-10-26
2
-0
/
+153
|
*
test: _cleanup_(unlink_tempfilep) in two more places
Zbigniew Jędrzejewski-Szmek
2018-10-26
2
-6
/
+3
|
*
Introduce fmkostemp_safe and use it in tests
Zbigniew Jędrzejewski-Szmek
2018-10-26
8
-71
/
+53
*
|
Merge pull request #10517 from poettering/chown-rec-fixes
Lennart Poettering
2018-10-26
3
-81
/
+244
|
\
\
|
*
|
test: add test case for recursive chown()ing
Lennart Poettering
2018-10-26
2
-0
/
+165
|
*
|
chown-recursive: TAKE_FD() is your friend
Lennart Poettering
2018-10-26
1
-5
/
+1
|
*
|
chown-recursive: also drop ACLs when recursively chown()ing
Lennart Poettering
2018-10-26
1
-4
/
+12
|
*
|
chown-recursive: let's rework the recursive logic to use O_PATH
Lennart Poettering
2018-10-26
1
-76
/
+70
|
/
/
*
|
lgtm: drop redundant newlines
Evgeny Vereshchagin
2018-10-26
1
-2
/
+0
*
|
Merge pull request #10508 from poettering/watchdog-original-fix
Lennart Poettering
2018-10-26
2
-41
/
+59
|
\
\
|
*
|
service: when starting a service make a copy of the watchdog timeout and use ...
Lennart Poettering
2018-10-26
2
-3
/
+14
|
*
|
service: continue to use the overriden timeout when forking off again
Lennart Poettering
2018-10-26
1
-1
/
+1
|
*
|
service: rename service_reset_watchdog_timeout() → service_override_watchdo...
Lennart Poettering
2018-10-26
1
-2
/
+2
|
*
|
service: rework service_extend_timeout()
Lennart Poettering
2018-10-26
1
-31
/
+36
|
*
|
service: explicit stop the watchdog when we shall not use it
Lennart Poettering
2018-10-26
1
-4
/
+6
*
|
|
Merge pull request #10534 from poettering/cmdline-fixlets
Lennart Poettering
2018-10-26
2
-12
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
proc-cmdline: teach proc_cmdline_get_key() the same flags magic as proc_cmdli...
Lennart Poettering
2018-10-26
1
-4
/
+14
|
*
|
proc-cmdline: use FLAGS_SET() where appropriate
Lennart Poettering
2018-10-26
1
-5
/
+6
|
*
|
proc-cmdline: use our usual syntax for denoting bit mask enums
Lennart Poettering
2018-10-26
1
-3
/
+3
*
|
|
journalctl: in --follow mode watch stdout for POLLHUP/POLLERR and exit
Lennart Poettering
2018-10-26
1
-17
/
+48
*
|
|
lgtm: add a custom query for catching the use of fgets
Evgeny Vereshchagin
2018-10-26
1
-0
/
+23
|
|
/
|
/
|
*
|
Merge pull request #10519 from poettering/serialize-fixes
Zbigniew Jędrzejewski-Szmek
2018-10-26
34
-528
/
+603
|
\
\
|
|
/
|
/
|
|
*
CODING_STYLE: briefly mention that fgets() should not be used anymore
Lennart Poettering
2018-10-26
1
-0
/
+4
|
*
fileio: drop FOREACH_LINE(), it's not used anymore
Lennart Poettering
2018-10-26
1
-9
/
+0
|
*
core: rework serialization
Lennart Poettering
2018-10-26
31
-460
/
+517
|
*
core: make manager_serialize() a bit easier to read by adding predicate function
Lennart Poettering
2018-10-26
1
-6
/
+14
|
*
core: strjoina() in a loop is never OK
Lennart Poettering
2018-10-26
1
-3
/
+7
|
*
automount: fix deserialization of dev_t
Lennart Poettering
2018-10-26
1
-3
/
+4
|
*
core: enforce a limit on STATUS= texts recvd from services
Lennart Poettering
2018-10-26
2
-2
/
+8
|
*
core: when deserializing state always use read_line(…, LONG_LINE_MAX, …)
Lennart Poettering
2018-10-26
4
-46
/
+50
|
/
*
Merge pull request #10525 from poettering/journal-vaccum-all
Zbigniew Jędrzejewski-Szmek
2018-10-26
6
-144
/
+361
|
\
|
*
journal-file: structured initialization is your friend
Lennart Poettering
2018-10-25
1
-15
/
+15
|
*
journald: when we are asked to rotate all files, let's also look at closed files
Lennart Poettering
2018-10-25
1
-6
/
+145
|
*
man: document the new combined --vacuum*= and --rotate invocation
Lennart Poettering
2018-10-25
1
-29
/
+28
|
*
journalctl: fix error number in error message
Lennart Poettering
2018-10-25
1
-1
/
+1
|
*
journalctl: add ability to vacuum and rotate in one step
Lennart Poettering
2018-10-25
1
-4
/
+14
|
*
journald: log about an OOM condition
Lennart Poettering
2018-10-25
1
-1
/
+3
|
*
journald: debug log when we cannot read the machine ID
Lennart Poettering
2018-10-25
1
-5
/
+8
|
*
journal-file: refactor journal_file_open_reliably()
Lennart Poettering
2018-10-25
2
-19
/
+42
|
*
journal-file: refactor journal_file_rotate()
Lennart Poettering
2018-10-25
2
-46
/
+84
|
*
journal: refactor out loop that processes deferred closes into its own function
Lennart Poettering
2018-10-25
1
-6
/
+13
|
*
journal: fix some type confusion in journal_directory_vacuum()
Lennart Poettering
2018-10-25
1
-4
/
+3
|
*
journald: use structured initialization
Lennart Poettering
2018-10-25
1
-7
/
+8
|
*
journald: use usec_sub_unsigned() where we can
Lennart Poettering
2018-10-25
1
-7
/
+3
*
|
Merge pull request #10522 from lnykryn/initrd_debug
Zbigniew Jędrzejewski-Szmek
2018-10-26
4
-10
/
+23
|
\
\
|
*
|
debug-generator: introduce rd.* version of all options
Lukas Nykryn
2018-10-25
2
-9
/
+20
|
*
|
proc-cmdline: introduce PROC_CMDLINE_RD_STRICT
Lukas Nykryn
2018-10-25
2
-1
/
+3
*
|
|
man: journalctl: expand description of --all
Lucas Werkmeister
2018-10-26
1
-3
/
+3
*
|
|
sd-device: fix wrong assertion (#10530)
Yu Watanabe
2018-10-26
1
-1
/
+1
*
|
|
Merge pull request #10523 from poettering/fd-get-path-optimize
Yu Watanabe
2018-10-26
2
-13
/
+13
|
\
\
\
[prev]
[next]