summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9167 from keszybz/ellipsizationLennart Poettering2018-06-044-40/+127
|\
| * test-ellipsize: add tests for ellipsize_mem, fix bugsZbigniew Jędrzejewski-Szmek2018-06-023-32/+123
| * basic/string-util: make ellipsize() inlineZbigniew Jędrzejewski-Szmek2018-06-022-8/+4
* | Merge pull request #9147 from keszybz/runtime-enablementLennart Poettering2018-06-044-122/+87
|\ \
| * | systemctl: when removing enablement or mask symlinks, cover both /run and /etcZbigniew Jędrzejewski-Szmek2018-06-012-87/+80
| * | systemctl: remove newlinesZbigniew Jędrzejewski-Szmek2018-05-311-15/+0
| * | Fix reporting of enabled-runtime unitsZbigniew Jędrzejewski-Szmek2018-05-311-10/+3
| * | core/dbus: simplify bus_done_{api,system} functionsZbigniew Jędrzejewski-Szmek2018-05-311-8/+2
| * | journal: small simplificationZbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* | | core: go to failure state if the main service process fails and RemainAfterEx...Lennart Poettering2018-06-041-6/+5
* | | login: log session state "closing" (as well as New/Removed)Alan Jenkins2018-06-041-1/+12
* | | Merge pull request #9149 from yuwata/fix-9107Zbigniew Jędrzejewski-Szmek2018-06-0434-258/+291
|\ \ \
| * | | 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-031-0/+1
| * | | 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
* | | 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-014-1/+9
* | 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
* | Merge pull request #9014 from keszybz/fuzz-journal-remoteLennart Poettering2018-05-3140-1347/+1693
|\ \ | |/ |/|
| * 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-311-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-311-2/+2