index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nss-myhostname
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-01
escape: add an explanatory comment about buffer sizes
Lennart Poettering
1
-0
/
+2
2018-06-01
missing: define kernel internal limit TASK_COMM_LEN in userspace too
Lennart Poettering
3
-2
/
+9
2018-06-01
process-util: mention that wait_for_terminate_with_timeout() should be called...
Lennart Poettering
1
-6
/
+9
2018-06-01
update NEWS to explain new OnFailure= behaviour
Lennart Poettering
1
-0
/
+8
2018-06-01
core: don't trigger OnFailure= deps when a unit is going to restart
Lennart Poettering
13
-16
/
+27
2018-06-01
core: when we can't enqueue OnFailure= job show full error message
Lennart Poettering
1
-3
/
+4
2018-06-01
networkd: enable to set IFF_ALLMULTI to network device (#9146)
Susant Sahani
5
-3
/
+18
2018-06-01
Minor spelling error - "Our of"->"Out of"
Ian Miell
1
-1
/
+1
2018-06-01
systemctl: when removing enablement or mask symlinks, cover both /run and /etc
Zbigniew Jędrzejewski-Szmek
3
-98
/
+91
2018-05-31
systemctl: remove newlines
Zbigniew Jędrzejewski-Szmek
1
-15
/
+0
2018-05-31
Fix reporting of enabled-runtime units
Zbigniew Jędrzejewski-Szmek
1
-10
/
+3
2018-05-31
core/dbus: simplify bus_done_{api,system} functions
Zbigniew Jędrzejewski-Szmek
1
-8
/
+2
2018-05-31
journal: small simplification
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2018-05-31
efi: explicitly cast physical address to UINTN when converting to/from pointers
Lennart Poettering
3
-3
/
+3
2018-05-31
build-sys: Add option to link systemctl statically
Felipe Sateler
2
-1
/
+13
2018-05-31
journal-remote: do not send _BOOT_ID twice
Zbigniew Jędrzejewski-Szmek
2
-8
/
+13
2018-05-31
journal-remote: parse the _BOOT_ID field and use the value when writing entries
Zbigniew Jędrzejewski-Szmek
2
-17
/
+32
2018-05-31
journal: allow boot_id to be passed to journal_append_entry()
Zbigniew Jędrzejewski-Szmek
8
-19
/
+42
2018-05-31
journal: remove unused args from journal_file_copy_entry()
Zbigniew Jędrzejewski-Szmek
4
-5
/
+5
2018-05-31
shared/logs-show: be more careful before using a _SOURCE_REALTIME_TIMESTAMP e...
Zbigniew Jędrzejewski-Szmek
2
-3
/
+1
2018-05-31
journal: refuse an entry with invalid timestamp fields
Zbigniew Jędrzejewski-Szmek
1
-1
/
+10
2018-05-31
Use const char* for timestamp strings which we don't plan to modify
Zbigniew Jędrzejewski-Szmek
5
-31
/
+29
2018-05-31
Always allow timestamps to be printed
Zbigniew Jędrzejewski-Szmek
3
-9
/
+8
2018-05-31
fuzz-journal-remote: write to /dev/null not stdout
Zbigniew Jędrzejewski-Szmek
1
-1
/
+8
2018-05-31
basic/journal-importer: "trusted" fields in binary format are not supported
Zbigniew Jędrzejewski-Szmek
1
-12
/
+6
2018-05-31
basic/journal-importer: reject any field names that journald would reject
Zbigniew Jędrzejewski-Szmek
1
-0
/
+11
2018-05-31
shared/logs-show: use _cleanup_
Zbigniew Jędrzejewski-Szmek
1
-21
/
+7
2018-05-31
shared/logs-show: fix mixup between length-based memory duplication and strin...
Zbigniew Jędrzejewski-Szmek
2
-2
/
+2
2018-05-31
basic/random-util: do not use getrandom() under msan
Evgeny Vereshchagin
1
-1
/
+1
2018-05-31
fuzz-journal-remote: try all output modes
Zbigniew Jędrzejewski-Szmek
1
-2
/
+8
2018-05-31
basic/journal-importer: escape & ellipsize bad data in log entries
Zbigniew Jędrzejewski-Szmek
2
-3
/
+11
2018-05-31
basic/string-util: add a convenience function to cescape mostly-ascii fields
Zbigniew Jędrzejewski-Szmek
3
-16
/
+80
2018-05-31
sysctl.d: request ECN on both in and outgoing connections (#9143)
Thomas H. P. Andersen
1
-0
/
+3
2018-05-31
man: say more explicitly what to do in the SD_JOURNAL_INVALIDATE event
Lennart Poettering
1
-16
/
+21
2018-05-31
basic/journal-importer: do not write non-unicode char to log
Zbigniew Jędrzejewski-Szmek
3
-4
/
+9
2018-05-31
journal-remote: when an entry is rejected with -EBADMSG, do not rotate the jo...
Zbigniew Jędrzejewski-Szmek
3
-5
/
+8
2018-05-31
journal-remote: verify realtime and monotonic timestamps early
Zbigniew Jędrzejewski-Szmek
1
-13
/
+22
2018-05-31
fuzz-journal-remote: a fuzzer for journal-remote over-the-wire input
Zbigniew Jędrzejewski-Szmek
6
-0
/
+251
2018-05-31
shared/logs-show: export show_journal()
Zbigniew Jędrzejewski-Szmek
2
-15
/
+29
2018-05-31
journal: rename output_journal to show_journal_entry
Zbigniew Jędrzejewski-Szmek
4
-6
/
+6
2018-05-31
journal: allow writing journal files even if machine-id is missing
Zbigniew Jędrzejewski-Szmek
1
-1
/
+4
2018-05-31
sd-id128: return -ENOMEDIUM on null id
Zbigniew Jędrzejewski-Szmek
2
-4
/
+6
2018-05-31
fuzz-journal-remote: allow fuzzer to be built without µhttpd
Zbigniew Jędrzejewski-Szmek
3
-9
/
+26
2018-05-31
shared/dissect-image: avoid warning about unused function when compiled w/o b...
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2018-05-31
log-generator: make message size configurable, add short options
Zbigniew Jędrzejewski-Szmek
1
-2
/
+5
2018-05-31
journal-remote: export handle_raw_source()
Zbigniew Jędrzejewski-Szmek
2
-7
/
+13
2018-05-31
journal-remote: split out µhttpd support and main() into a separate file
Zbigniew Jędrzejewski-Szmek
5
-1162
/
+1242
2018-05-31
journal: rewrap function args
Zbigniew Jędrzejewski-Szmek
1
-3
/
+16
2018-05-31
tree-wide: drop some double newlines
Lennart Poettering
2
-2
/
+0
2018-05-31
coccinelle says we should use EOPNOTSUPP rather than ENOTSUP
Lennart Poettering
1
-1
/
+1
[prev]
[next]