summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | string-util: tweak cellescape() a bitLennart Poettering2018-06-012-22/+113
| * | escape: add an explanatory comment about buffer sizesLennart Poettering2018-06-011-0/+2
| * | missing: define kernel internal limit TASK_COMM_LEN in userspace tooLennart Poettering2018-06-013-2/+9
| * | process-util: mention that wait_for_terminate_with_timeout() should be called...Lennart Poettering2018-06-011-6/+9
|/ /
* | networkd: enable to set IFF_ALLMULTI to network device (#9146)Susant Sahani2018-06-015-3/+18
* | Minor spelling error - "Our of"->"Out of"Ian Miell2018-06-011-1/+1
* | efi: explicitly cast physical address to UINTN when converting to/from pointersLennart Poettering2018-05-313-3/+3
* | build-sys: Add option to link systemctl staticallyFelipe Sateler2018-05-312-1/+13
* | Merge pull request #9014 from keszybz/fuzz-journal-remoteLennart Poettering2018-05-3147-1351/+1882
|\ \ | |/ |/|
| * journal-remote: do not send _BOOT_ID twiceZbigniew Jędrzejewski-Szmek2018-05-312-8/+13
| * journal-remote: parse the _BOOT_ID field and use the value when writing entriesZbigniew Jędrzejewski-Szmek2018-05-312-17/+32
| * journal: allow boot_id to be passed to journal_append_entry()Zbigniew Jędrzejewski-Szmek2018-05-318-19/+42
| * journal: remove unused args from journal_file_copy_entry()Zbigniew Jędrzejewski-Szmek2018-05-314-5/+5
| * shared/logs-show: be more careful before using a _SOURCE_REALTIME_TIMESTAMP e...Zbigniew Jędrzejewski-Szmek2018-05-312-3/+1
| * journal: refuse an entry with invalid timestamp fieldsZbigniew Jędrzejewski-Szmek2018-05-311-1/+10
| * Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek2018-05-315-31/+29
| * Always allow timestamps to be printedZbigniew Jędrzejewski-Szmek2018-05-313-9/+8
| * fuzz-journal-remote: write to /dev/null not stdoutZbigniew Jędrzejewski-Szmek2018-05-311-1/+8
| * basic/journal-importer: "trusted" fields in binary format are not supportedZbigniew Jędrzejewski-Szmek2018-05-311-12/+6
| * basic/journal-importer: reject any field names that journald would rejectZbigniew Jędrzejewski-Szmek2018-05-311-0/+11
| * shared/logs-show: use _cleanup_Zbigniew Jędrzejewski-Szmek2018-05-311-21/+7
| * shared/logs-show: fix mixup between length-based memory duplication and strin...Zbigniew Jędrzejewski-Szmek2018-05-312-2/+2
| * basic/random-util: do not use getrandom() under msanEvgeny Vereshchagin2018-05-311-1/+1
| * fuzz-journal-remote: try all output modesZbigniew Jędrzejewski-Szmek2018-05-311-2/+8
| * basic/journal-importer: escape & ellipsize bad data in log entriesZbigniew Jędrzejewski-Szmek2018-05-312-3/+11
| * basic/string-util: add a convenience function to cescape mostly-ascii fieldsZbigniew Jędrzejewski-Szmek2018-05-313-16/+80
| * basic/journal-importer: do not write non-unicode char to logZbigniew Jędrzejewski-Szmek2018-05-313-4/+9
| * journal-remote: when an entry is rejected with -EBADMSG, do not rotate the jo...Zbigniew Jędrzejewski-Szmek2018-05-313-5/+8
| * journal-remote: verify realtime and monotonic timestamps earlyZbigniew Jędrzejewski-Szmek2018-05-311-13/+22
| * fuzz-journal-remote: a fuzzer for journal-remote over-the-wire inputZbigniew Jędrzejewski-Szmek2018-05-316-0/+251
| * shared/logs-show: export show_journal()Zbigniew Jędrzejewski-Szmek2018-05-312-15/+29
| * journal: rename output_journal to show_journal_entryZbigniew Jędrzejewski-Szmek2018-05-314-6/+6
| * journal: allow writing journal files even if machine-id is missingZbigniew Jędrzejewski-Szmek2018-05-311-1/+4
| * sd-id128: return -ENOMEDIUM on null idZbigniew Jędrzejewski-Szmek2018-05-312-4/+6
| * fuzz-journal-remote: allow fuzzer to be built without µhttpdZbigniew Jędrzejewski-Szmek2018-05-313-9/+26
| * shared/dissect-image: avoid warning about unused function when compiled w/o b...Zbigniew Jędrzejewski-Szmek2018-05-311-0/+2
| * log-generator: make message size configurable, add short optionsZbigniew Jędrzejewski-Szmek2018-05-311-2/+5
| * journal-remote: export handle_raw_source()Zbigniew Jędrzejewski-Szmek2018-05-312-7/+13
| * journal-remote: split out µhttpd support and main() into a separate fileZbigniew Jędrzejewski-Szmek2018-05-315-1162/+1242
| * journal: rewrap function argsZbigniew Jędrzejewski-Szmek2018-05-311-3/+16
* | Merge pull request #9145 from poettering/itsy-bitsy-fixesZbigniew Jędrzejewski-Szmek2018-05-317-18/+22
|\ \
| * | tree-wide: drop some double newlinesLennart Poettering2018-05-312-2/+0
| * | coccinelle says we should use EOPNOTSUPP rather than ENOTSUPLennart Poettering2018-05-311-1/+1
| * | portablectl: no need to validate profile name before checking whether it is '...Lennart Poettering2018-05-311-3/+3
| * | portablectl: support 'help' parameter on --copy=Lennart Poettering2018-05-311-1/+6
| * | portablectl: don't join strv if we don't want to display itLennart Poettering2018-05-311-5/+7
| * | portablectl: coccinelle says we should use TAKE_PTR() here, do soLennart Poettering2018-05-311-2/+1
| * | tree-wide: some O_NDELAY → O_NONBLOCK fixesLennart Poettering2018-05-313-4/+4
| |/
* | sysctl.d: request ECN on both in and outgoing connections (#9143)Thomas H. P. Andersen2018-05-311-0/+3
* | man: say more explicitly what to do in the SD_JOURNAL_INVALIDATE eventLennart Poettering2018-05-311-16/+21
|/