summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-27logind: modernize Manager object allocation and freeingLennart Poettering2-30/+31
2018-04-27basic/log: always ignore errno from the enviornment (#8841)Zbigniew Jędrzejewski-Szmek1-9/+5
2018-04-27journal-send: drop redundant parenthesisLennart Poettering1-1/+1
2018-04-27man: don't claim we'd set XDG_SEAT and XDG_VTNR as part of service managementLennart Poettering1-20/+15
2018-04-27exit-status: list BSD exit codes tooLennart Poettering2-12/+74
2018-04-27man: document BSD exit codes in systemd.exec(5) tooLennart Poettering1-0/+92
2018-04-27doc: clarify the intended audience of CGROUP_DELEGATION.mdLennart Poettering1-0/+3
2018-04-27man: updated systemd-analyze blame description for service-units with Type=si...Mikhail Kasimov1-1/+5
2018-04-27update TODOLennart Poettering1-0/+2
2018-04-27tree-wide: use newa() rather than alloca() where we canLennart Poettering6-7/+7
2018-04-27alloca: add an overflow check tooLennart Poettering1-2/+10
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering57-290/+288
2018-04-27test: add tests for %j and %J specifier in test-execute (#8838)Yu Watanabe2-0/+4
2018-04-27unit: tighten sandboxing for logindYu Watanabe1-2/+2
2018-04-27login: drop unnecessary headersYu Watanabe2-5/+0
2018-04-27networkd: Bridge Property Use kernel defaults. (#8825)Susant Sahani5-33/+47
2018-04-26network: recreate link if its interface name is changed (#8795)Yu Watanabe1-8/+11
2018-04-26hwdb: add "special" keys on Dell XPS L702x (#8828)Zbigniew Jędrzejewski-Szmek1-0/+5
2018-04-26core: an empty string resets delegate controllers but enables Delegate= (#8826)Yu Watanabe1-1/+2
2018-04-26link: follow our rule of suffix settings with = in log messagesLennart Poettering1-1/+1
2018-04-26networkd,udev: clean up MTU handlingLennart Poettering16-59/+22
2018-04-26conf-parse: add a generic config_parse_mtu() conf file parser functionLennart Poettering2-0/+36
2018-04-26parse-util: add explicit parsers for MTU valuesLennart Poettering3-0/+50
2018-04-26missing: add IPV4_MIN_MTULennart Poettering1-0/+4
2018-04-26networkd: drop duplicate definition of IPV6_MIN_MTULennart Poettering1-2/+0
2018-04-26cgroup-util: fix enabling of controllers (#8816)Antique1-1/+3
2018-04-26meson: drop 'name' argument in cc.has_argument() (#8823)Yu Watanabe1-2/+1
2018-04-26core: include Found state in device dumpsZbigniew Jędrzejewski-Szmek1-2/+7
2018-04-26man: fix description of --value option for loginctl (#8820)Yu Watanabe1-5/+3
2018-04-25logind: remove manager_start_slice()Zbigniew Jędrzejewski-Szmek2-73/+0
2018-04-25logind: split %t directory creation to a helper unitZbigniew Jędrzejewski-Szmek7-84/+204
2018-04-25Use a dash-truncated drop-in for user-%j.slice configurationZbigniew Jędrzejewski-Szmek9-110/+68
2018-04-25device: fix serialization and deserialization of DeviceFoundYu Watanabe2-21/+70
2018-04-25meson: do not link libsystemd_static into libcore (#8813)Zbigniew Jędrzejewski-Szmek1-1/+2
2018-04-25doc: recommend GetUnitByControlGroup() in the docsLennart Poettering1-1/+11
2018-04-25core: add a new GetUnitByControlGroup() bus callLennart Poettering2-0/+31
2018-04-25core: hide snapshot method calls from introspection dataLennart Poettering1-2/+2
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering74-283/+252
2018-04-25gpt-auto-generator: emit warnings and fail if we fail to query mount pointsZbigniew Jędrzejewski-Szmek1-13/+16
2018-04-25gpt-auto-generator: use stack variables and fix minor memleakZbigniew Jędrzejewski-Szmek1-25/+15
2018-04-24fileio.c: fix incorrect mtimeChris Lesiak1-4/+9
2018-04-24update TODOLennart Poettering1-1/+4
2018-04-24string-util: use fflush_and_check() where appropriateLennart Poettering1-1/+2
2018-04-24string-util: teach strip_tab_ansi() to deal with CSO sequencesLennart Poettering2-8/+58
2018-04-24basic/log: do not use global errno in log_*_errno()Zbigniew Jędrzejewski-Szmek1-3/+2
2018-04-24core/device: avoid bogus errno use and invert ratelimit_test()Zbigniew Jędrzejewski-Szmek1-2/+2
2018-04-24sd-lldp: eliminate unnecessary variableZbigniew Jędrzejewski-Szmek1-4/+4
2018-04-24basic/audit-util: always log the reason when disabling audit logsZbigniew Jędrzejewski-Szmek1-4/+3
2018-04-24Fix three uses of bogus errno value in logs (and returned value in one case)Zbigniew Jędrzejewski-Szmek2-3/+4
2018-04-24tree-wide: avoid assignment of r just to use in a comparisonZbigniew Jędrzejewski-Szmek5-24/+11