summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* network/link: Fix logic error in matching devices by MACDave Reisner2018-07-071-1/+1
| | | | | | Prior to this commit, a .link file with a [Match] section containing MACAddress= would match any device without a MAC. This restores the matching logic prior to e90d037.
* hwdb: Add accelerometer orientation quirk for Asus TP200SAfaizalluthfi2018-07-061-0/+3
|
* show-status: add newline to ephemeral messagesTomsod M2018-07-062-5/+10
| | | | Fixes #6712. The newline is later reversed, naturally.
* man: Mention that paths in unit files must be fully normalized.Alexander Kurtz2018-07-051-0/+3
| | | | Related to issues #9107 and #9498 and PRs #9149 and #9157.
* Merge pull request #9506 from evverx/asan-wrapperZbigniew Jędrzejewski-Szmek2018-07-051-1/+40
|\ | | | | tests: add a wrapper for when systemd is built with ASAN
| * tests: redirect ASAN reports on journald to a fileEvgeny Vereshchagin2018-07-031-0/+6
| | | | | | | | Otherwise, they will end up in /dev/null.
| * tests: add a wrapper for when systemd is built with ASANEvgeny Vereshchagin2018-07-031-1/+34
|/
* Merge pull request #9490 from keszybz/document-sd_message_readLennart Poettering2018-07-036-18/+392
|\ | | | | Document sd_bus_message_read
| * man: document sd_bus_read(), add more about sd_bus_read_basic()Zbigniew Jędrzejewski-Szmek2018-07-034-10/+385
| |
| * man: use the same markup for "ap" everywhereZbigniew Jędrzejewski-Szmek2018-07-032-8/+7
| |
* | Merge pull request #9489 from keszybz/copyright-removal-3Lennart Poettering2018-07-03106-112/+103
|\ \ | | | | | | Copyright header removal, part 3 (or 4?)
| * | tree-wide: drop some leftover header for Lennart PoetteringZbigniew Jędrzejewski-Szmek2018-07-032-4/+1
| | | | | | | | | | | | Follow-up for 0c697941389b7379c4471bc0a067ede02814bc57.
| * | journald: drop copyright headers for Sebastian ThorarensenZbigniew Jędrzejewski-Szmek2018-07-032-6/+0
| | | | | | | | | | | | For #9320.
| * | man: drop mode line in file headersZbigniew Jędrzejewski-Szmek2018-07-03102-102/+102
| |/ | | | | | | | | This is already included in .dir-locals, so we don't need it in the files themselves.
* | rpm: emit warning when macro with typo is usedZbigniew Jędrzejewski-Szmek2018-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | Follow-up for a6bb550458. Suggested by @ignatenkobrain. $ rpmbuild --eval %_environmentdir /usr/lib/environment.d $ rpmbuild --eval %_environmnentdir warning: Use %_environmentdir instead /usr/lib/environment.d
* | Merge pull request #9417 from Conan-Kudo/rpm-environmentdir-typoZbigniew Jędrzejewski-Szmek2018-07-031-1/+5
|\ \ | | | | | | rpm: Fix typo in %_environmentdir
| * | rpm: Add misspelled %_environmentdir macro for temporary compatibilityNeal Gompa2018-06-261-0/+4
| | | | | | | | | | | | | | | | | | This should be removed after systemd 240 is released. Signed-off-by: Neal Gompa <ngompa13@gmail.com>
| * | rpm: Fix typo in %_environmentdirNeal Gompa2018-06-251-1/+1
| | | | | | | | | | | | Signed-off-by: Neal Gompa <ngompa13@gmail.com>
* | | conf-parser,login: logs description of error in parsing sizeYu Watanabe2018-07-032-6/+12
| | |
* | | man: add missing <option> tagLucas Werkmeister2018-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | One mention of --user was missing the surrounding <option> tag, making the table look inconsistent (though the inconsistency is less obvious after the reordering in 709f4c472c, since the four specifiers mentioning the --user option are no longer immediately adjacent).
* | | test: fix networkd-test.py rate limiting and dynamic userMartin Pitt2018-07-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | - Reset systemd-networkd.service before each test run, to avoid running into restart limits. - Our networkd-test-router.service unit needs to run as root and thus can't use `User=`; but networkd still insists on the `systemd-network` system user to exist, so create it.
* | | seccomp: add swapcontext into @process for ppc32Lion Yang2018-07-031-0/+1
| | | | | | | | | | | | | | | | | | | | | There are some modern programming languages use userspace context switches to implement coroutine features. PowerPC (32-bit) needs syscall "swapcontext" to get contexts or switch between contexts, which is special. Adding this rule should fix #9485.
* | | tree-wide: add a space after (void)Yu Watanabe2018-07-034-9/+9
| | |
* | | resolved: fix typo in log messageZbigniew Jędrzejewski-Szmek2018-07-031-2/+2
| | | | | | | | | | | | Follow-up for cc7d50a5714bc810af51b0c55be12b4f55acc089.
* | | Add IPVLAN= to systemd.network man page (#9480)mal2018-07-021-0/+8
| |/ |/| | | Required and seems to work in 238.133
* | tests: up the image size a little, use twice that size with STRIP_BINARIES=noEvgeny Vereshchagin2018-07-021-2/+6
| | | | | | | | to make sure that there's enough room for unstripped binaries.
* | sd-bus: publicize sd_bus_message_readv()Violet Halo2018-06-293-3/+10
| | | | | | | | | | | | | | | | The D-Bus library supplies a va_list variant of `sd_bus_message_append()` called `sd_bus_message_appendv()`, but failed to provide a va_list variant of its opposite, `sd_bus_message_read()`. This commit publicizes a previously static function as `sd_bus_message_readv()`.
* | tree-wide: use instead of #ifdef for HAVE_*Yu Watanabe2018-06-293-6/+6
| |
* | resolve: update log messageYu Watanabe2018-06-291-2/+2
| | | | | | | | Follow-up for f43580f17d9977ea330deacc8931982e41a49abf.
* | Merge pull request #9468 from yuwata/small-cleanupsLennart Poettering2018-06-29167-268/+10
|\ \ | | | | | | small fixes and cleanups for comments
| * | man: add missing parenthesesYu Watanabe2018-06-291-2/+2
| | |
| * | bus-util: update commentYu Watanabe2018-06-291-5/+4
| | | | | | | | | | | | | | | Originally, request_name_handler_may_reload_dbus() was written for timesyncd. But now it is also called by networkd or resolved.
| * | tree-wide: drop double newlineYu Watanabe2018-06-29104-104/+0
| | |
| * | tree-wide: drop empty commentsYu Watanabe2018-06-2971-142/+0
| | |
| * | tree-wide: drop empty lines in the begining of commentsYu Watanabe2018-06-2913-13/+0
| | |
| * | network: update log messageYu Watanabe2018-06-291-1/+3
| | | | | | | | | | | | Closes #9396.
| * | bus-util: drop unnecessary !!Yu Watanabe2018-06-291-1/+1
| | |
* | | Use #if instead of #ifdef for ENABLE_GSHADOWChenQi19892018-06-291-1/+1
| | | | | | | | | ENABLE_GSHADOW is defined to be 0 or 1. So #if should be used instead of #ifdef.
* | | Add accel mount matrix for BayTrail-based tablets by DEXPRussianNeuroMancer2018-06-291-0/+6
|/ / | | | | | | | | | | | | | | | | This commit adds accel mount matrix for DEXP Ursus 10XW and Z110i tablets. In current state (*svn*DEXP*:*pn*DEXPOEM*) it will apply to many (if not almost all) BayTrail-based tablets with Windows by DEXP (with same DMI strings) but this expected to cause no (or very little) harm as this devices is mostly very similar with slight difference. However, if correction of this quirk becomes necessary in the future, this DMI strings could be used to distinguish 10XW and Z110i from other tablets by DEXP. DEXP Ursus 10XW: dmi:bvnTechvisionHASHVersion96AC8868:bvr5.6.5:bd12/26/2014:svnDEXP:pnDEXPOEM:pvr1.0:rvnDEXP:rnDEXPOEM:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: DEXP Ursus Z110i Apollo: dmi:bvnTechvisionHASHVersion1DE28747:bvr5.6.5:bd03/14/2015:svnDEXP:pnDEXPOEM:pvr1.0:rvnDEXP:rnDEXPOEM:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
* | Merge pull request #9422 from yuwata/conf-filesLennart Poettering2018-06-287-4/+50
|\ \ | | | | | | cleanups for default conf files
| * | man: add missing option for system.confYu Watanabe2018-06-251-2/+3
| | |
| * | core: add missing option and drop nonexistent option in system.confYu Watanabe2018-06-251-2/+1
| | |
| * | journal: add missing option in journald.confYu Watanabe2018-06-251-0/+1
| | |
| * | journal-remote: add license and reference to man page in conf filesYu Watanabe2018-06-252-0/+26
| | |
| * | network: provide default networkd.confYu Watanabe2018-06-252-0/+19
| | |
* | | tree-wide: use 'signed int' instead of 'int' for bit field variablesYu Watanabe2018-06-282-2/+2
| | | | | | | | | | | | Suggested by LGTM: https://lgtm.com/rules/1506024027114/
* | | Merge pull request #9452 from evverx/coverity.shLennart Poettering2018-06-281-3/+3
|\ \ \ | | | | | | | | coverity.sh: use a comma to separate module names
| * | | coverity.sh: fail if uploading data to Coverity Scan is forbiddenEvegeny Vereshchagin2018-06-261-1/+1
| | | |
| * | | coverity.sh: use a comma to separate module namesEvegeny Vereshchagin2018-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise Python bails out with ``` Traceback (most recent call last): File "<string>", line 1, in <module> NameError: name 'json' is not defined ``` See https://travis-ci.org/systemd/systemd/jobs/397490437
| * | | coverity.sh: make the script compatible with Python 3Evegeny Vereshchagin2018-06-251-2/+2
| | | |