summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* coccinelle: add option to make changes in placeZbigniew Jędrzejewski-Szmek2018-06-041-2/+10
* coccinelle: run spatch just on version-controlled filesZbigniew Jędrzejewski-Szmek2018-06-041-2/+5
* Merge pull request #9149 from yuwata/fix-9107Zbigniew Jędrzejewski-Szmek2018-06-0438-259/+302
|\
| * man: RuntimeDirectory= or friends accept dot contained pathsYu Watanabe2018-06-041-1/+1
| * conf-parser: remove redundant utf8-validity checkYu Watanabe2018-06-043-18/+1
| * conf-parse: use free_and_replace()Yu Watanabe2018-06-041-4/+1
| * conf-parser: reject utf8-invalid linesYu Watanabe2018-06-041-0/+3
| * test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=Yu Watanabe2018-06-034-0/+11
| * load-fragment: use path_simplify_and_warn() where applicableYu Watanabe2018-06-031-108/+74
| * conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe2018-06-032-15/+6
| * path-util: introduce path_simplify_and_warn()Yu Watanabe2018-06-032-0/+58
| * path-util: make path_make_relative() support path including dotsYu Watanabe2018-06-032-37/+33
| * path-util: introduce path_simplify()Yu Watanabe2018-06-0332-87/+125
* | test: fix function nameYu Watanabe2018-06-041-2/+2
|/
* network: avoid temporary variables for parsing, use TAKE_PTR (#9166)Zbigniew Jędrzejewski-Szmek2018-06-031-30/+15
* Merge pull request #9156 from shr-project/jansa/gcc8Zbigniew Jędrzejewski-Szmek2018-06-022-2/+31
|\
| * test-time-util: print names of test functionsZbigniew Jędrzejewski-Szmek2018-06-021-1/+30
| * time-util: fix build with gcc8 -Werror=format-truncation=Martin Jansa2018-06-021-1/+1
* | netdev: fix parser for VRF.Table=Yu Watanabe2018-06-021-1/+1
* | basic: set errno in raw_clone() on sparcMike Gilbert2018-06-022-6/+16
* | Merge pull request #9018 from poettering/get-process-comm-is-printZbigniew Jędrzejewski-Szmek2018-06-016-34/+181
|\ \ | |/ |/|
| * process-util: also filter non-printable characters in get_process_com()Lennart Poettering2018-06-012-4/+48
| * 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