summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | core: hide snapshot method calls from introspection dataLennart Poettering2018-04-251-2/+2
* | | | meson: drop 'name' argument in cc.has_argument() (#8878)Yu Watanabe2018-05-021-2/+1
* | | | add __nr_statx defines for extra architectures (#8872)Adam Duskett2018-05-021-1/+7
* | | | nspawn: fix warning by -Wnonnull (#8877)Yu Watanabe2018-05-021-8/+8
* | | | systemd-path: fix memory leak reported by ASAN (#8874)Filipe Brandenburger2018-05-021-11/+7
| |/ / |/| |
* | | systemctl: make sure legacy "reboot", "suspend" and friends are always asynch...Guillem Jover2018-04-301-0/+5
| |/ |/|
* | Merge pull request #8847 from poettering/transient-onceZbigniew Jędrzejewski-Szmek2018-04-307-20/+34
|\ \
| * | update TODOLennart Poettering2018-04-271-10/+0
| * | core: enforce that scope units can be started only onceLennart Poettering2018-04-276-11/+34
* | | hwdb: Add accelerometer orientation quirk for the Kazam Vision tablet (#8845)Hans de Goede2018-04-281-0/+6
* | | Merge pull request #8808 from poettering/logind-signalLennart Poettering2018-04-275-47/+57
|\ \ \
| * | | update TODOLennart Poettering2018-04-271-1/+0
| * | | machined: minor code cleanups, such as voidifying callsLennart Poettering2018-04-272-5/+9
| * | | logind: (void)ify all things we knowingly ignoreLennart Poettering2018-04-271-8/+6
| * | | logind: terminate cleanly on SIGTERM/SIGINTLennart Poettering2018-04-271-2/+10
| * | | logind: modernize Manager object allocation and freeingLennart Poettering2018-04-272-30/+31
| |/ /
* | | Merge pull request #8799 from poettering/exit-status-stringZbigniew Jędrzejewski-Szmek2018-04-275-33/+185
|\ \ \ | |/ / |/| |
| * | journal-send: drop redundant parenthesisLennart Poettering2018-04-271-1/+1
| * | man: don't claim we'd set XDG_SEAT and XDG_VTNR as part of service managementLennart Poettering2018-04-271-20/+15
| * | exit-status: list BSD exit codes tooLennart Poettering2018-04-272-12/+74
| * | 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
* | | basic/log: always ignore errno from the enviornment (#8841)Zbigniew Jędrzejewski-Szmek2018-04-271-9/+5
|/ /
* | 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