summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man: document BSD exit codes in systemd.exec(5) tooLennart Poettering2018-04-271-0/+92
* doc: clarify the intended audience of CGROUP_DELEGATION.mdLennart Poettering2018-04-271-0/+3
* Merge pull request #8840 from poettering/unsigned-size_tLennart Poettering2018-04-2763-299/+307
|\
| * update TODOLennart Poettering2018-04-271-0/+2
| * tree-wide: use newa() rather than alloca() where we canLennart Poettering2018-04-276-7/+7
| * alloca: add an overflow check tooLennart Poettering2018-04-271-2/+10
| * tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-2757-290/+288
* | man: updated systemd-analyze blame description for service-units with Type=si...Mikhail Kasimov2018-04-271-1/+5
|/
* test: add tests for %j and %J specifier in test-execute (#8838)Yu Watanabe2018-04-272-0/+4
* Merge pull request #8839 from yuwata/fix-8833Lennart Poettering2018-04-273-7/+2
|\
| * unit: tighten sandboxing for logindYu Watanabe2018-04-271-2/+2
| * login: drop unnecessary headersYu Watanabe2018-04-272-5/+0
|/
* networkd: Bridge Property Use kernel defaults. (#8825)Susant Sahani2018-04-275-33/+47
* Merge pull request #7599 from keszybz/slice-templatesLennart Poettering2018-04-2623-378/+517
|\
| * logind: remove manager_start_slice()Zbigniew Jędrzejewski-Szmek2018-04-252-73/+0
| * logind: split %t directory creation to a helper unitZbigniew Jędrzejewski-Szmek2018-04-257-84/+204
| * Use a dash-truncated drop-in for user-%j.slice configurationZbigniew Jędrzejewski-Szmek2018-04-259-110/+68
| * Add %j/%J unit specifiersZbigniew Jędrzejewski-Szmek2018-04-245-45/+131
| * man: fix description of %N in systemd.unit(5)Zbigniew Jędrzejewski-Szmek2018-04-241-6/+6
| * logind: move two functions to logind_core utility libZbigniew Jędrzejewski-Szmek2018-04-244-45/+48
| * tests: add some tests for unit_name_is_valid() and related functionsZbigniew Jędrzejewski-Szmek2018-04-243-15/+60
* | Merge pull request #8798 from yuwata/follow-up-8675Lennart Poettering2018-04-262-23/+77
|\ \
| * | core: include Found state in device dumpsZbigniew Jędrzejewski-Szmek2018-04-261-2/+7
| * | device: fix serialization and deserialization of DeviceFoundYu Watanabe2018-04-252-21/+70
* | | network: recreate link if its interface name is changed (#8795)Yu Watanabe2018-04-261-8/+11
* | | Merge pull request #8776 from poettering/mtu-cleanupLennart Poettering2018-04-2622-62/+113
|\ \ \
| * | | link: follow our rule of suffix settings with = in log messagesLennart Poettering2018-04-261-1/+1
| * | | networkd,udev: clean up MTU handlingLennart Poettering2018-04-2616-59/+22
| * | | conf-parse: add a generic config_parse_mtu() conf file parser functionLennart Poettering2018-04-262-0/+36
| * | | parse-util: add explicit parsers for MTU valuesLennart Poettering2018-04-263-0/+50
| * | | missing: add IPV4_MIN_MTULennart Poettering2018-04-261-0/+4
| * | | networkd: drop duplicate definition of IPV6_MIN_MTULennart Poettering2018-04-261-2/+0
* | | | hwdb: add "special" keys on Dell XPS L702x (#8828)Zbigniew Jędrzejewski-Szmek2018-04-261-0/+5
* | | | core: an empty string resets delegate controllers but enables Delegate= (#8826)Yu Watanabe2018-04-261-1/+2
|/ / /
* | | cgroup-util: fix enabling of controllers (#8816)Antique2018-04-261-1/+3
* | | meson: drop 'name' argument in cc.has_argument() (#8823)Yu Watanabe2018-04-261-2/+1
* | | man: fix description of --value option for loginctl (#8820)Yu Watanabe2018-04-261-5/+3
* | | Merge pull request #8812 from keszybz/gpt-auto-memleakLennart Poettering2018-04-251-38/+31
|\ \ \ | |/ / |/| |
| * | gpt-auto-generator: emit warnings and fail if we fail to query mount pointsZbigniew Jędrzejewski-Szmek2018-04-251-13/+16
| * | gpt-auto-generator: use stack variables and fix minor memleakZbigniew Jędrzejewski-Szmek2018-04-251-25/+15
* | | meson: do not link libsystemd_static into libcore (#8813)Zbigniew Jędrzejewski-Szmek2018-04-251-1/+2
* | | tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-2574-283/+252
* | | Merge pull request #8807 from ChrisLesiak/systemd-update-done-mtime-fixLennart Poettering2018-04-251-4/+9
|\ \ \
| * | | fileio.c: fix incorrect mtimeChris Lesiak2018-04-241-4/+9
* | | | Merge pull request #8775 from poettering/strip-csoZbigniew Jędrzejewski-Szmek2018-04-243-10/+64
|\ \ \ \
| * | | | update TODOLennart Poettering2018-04-241-1/+4
| * | | | string-util: use fflush_and_check() where appropriateLennart Poettering2018-04-241-1/+2
| * | | | string-util: teach strip_tab_ansi() to deal with CSO sequencesLennart Poettering2018-04-242-8/+58
* | | | | Merge pull request #8802 from keszybz/errno-reformLennart Poettering2018-04-2410-42/+26
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | basic/log: do not use global errno in log_*_errno()Zbigniew Jędrzejewski-Szmek2018-04-241-3/+2