summaryrefslogtreecommitdiffstats
path: root/tmpfiles.d/systemd-nspawn.conf (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-06hwdb: Add accelerometer orientation quirk for Asus TP200SAfaizalluthfi1-0/+3
2018-07-06show-status: add newline to ephemeral messagesTomsod M2-5/+10
Fixes #6712. The newline is later reversed, naturally.
2018-07-05man: Mention that paths in unit files must be fully normalized.Alexander Kurtz1-0/+3
Related to issues #9107 and #9498 and PRs #9149 and #9157.
2018-07-03tests: redirect ASAN reports on journald to a fileEvgeny Vereshchagin1-0/+6
Otherwise, they will end up in /dev/null.
2018-07-03tests: add a wrapper for when systemd is built with ASANEvgeny Vereshchagin1-1/+34
2018-07-03rpm: emit warning when macro with typo is usedZbigniew Jędrzejewski-Szmek1-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
2018-07-03conf-parser,login: logs description of error in parsing sizeYu Watanabe2-6/+12
2018-07-03man: add missing <option> tagLucas Werkmeister1-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).
2018-07-03test: fix networkd-test.py rate limiting and dynamic userMartin Pitt1-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.
2018-07-03man: document sd_bus_read(), add more about sd_bus_read_basic()Zbigniew Jędrzejewski-Szmek4-10/+385
2018-07-03seccomp: add swapcontext into @process for ppc32Lion Yang1-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.
2018-07-03tree-wide: add a space after (void)Yu Watanabe4-9/+9
2018-07-03resolved: fix typo in log messageZbigniew Jędrzejewski-Szmek1-2/+2
Follow-up for cc7d50a5714bc810af51b0c55be12b4f55acc089.
2018-07-03man: use the same markup for "ap" everywhereZbigniew Jędrzejewski-Szmek2-8/+7
2018-07-03tree-wide: drop some leftover header for Lennart PoetteringZbigniew Jędrzejewski-Szmek2-4/+1
Follow-up for 0c697941389b7379c4471bc0a067ede02814bc57.
2018-07-03journald: drop copyright headers for Sebastian ThorarensenZbigniew Jędrzejewski-Szmek2-6/+0
For #9320.
2018-07-03man: drop mode line in file headersZbigniew Jędrzejewski-Szmek102-102/+102
This is already included in .dir-locals, so we don't need it in the files themselves.
2018-07-02Add IPVLAN= to systemd.network man page (#9480)mal1-0/+8
Required and seems to work in 238.133
2018-07-02tests: up the image size a little, use twice that size with STRIP_BINARIES=noEvgeny Vereshchagin1-2/+6
to make sure that there's enough room for unstripped binaries.
2018-06-29sd-bus: publicize sd_bus_message_readv()Violet Halo3-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()`.
2018-06-29tree-wide: use instead of #ifdef for HAVE_*Yu Watanabe3-6/+6
2018-06-29resolve: update log messageYu Watanabe1-2/+2
Follow-up for f43580f17d9977ea330deacc8931982e41a49abf.
2018-06-29Use #if instead of #ifdef for ENABLE_GSHADOWChenQi19891-1/+1
ENABLE_GSHADOW is defined to be 0 or 1. So #if should be used instead of #ifdef.
2018-06-29Add accel mount matrix for BayTrail-based tablets by DEXPRussianNeuroMancer1-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.:
2018-06-29man: add missing parenthesesYu Watanabe1-2/+2
2018-06-29bus-util: update commentYu Watanabe1-5/+4
Originally, request_name_handler_may_reload_dbus() was written for timesyncd. But now it is also called by networkd or resolved.
2018-06-29tree-wide: drop double newlineYu Watanabe104-104/+0
2018-06-29tree-wide: drop empty commentsYu Watanabe71-142/+0
2018-06-29tree-wide: drop empty lines in the begining of commentsYu Watanabe13-13/+0
2018-06-29network: update log messageYu Watanabe1-1/+3
Closes #9396.
2018-06-29bus-util: drop unnecessary !!Yu Watanabe1-1/+1
2018-06-28tree-wide: use 'signed int' instead of 'int' for bit field variablesYu Watanabe2-2/+2
Suggested by LGTM: https://lgtm.com/rules/1506024027114/
2018-06-28resolve: warn when our stub listener is disabled but resolv.conf uses itYu Watanabe3-1/+44
Closes #9450.
2018-06-28meson: do not compare objects of different typesYu Watanabe1-1/+2
This fixes the following warning: ``` meson.build:1140: WARNING: Trying to compare values of different types (DependencyHolder, list) using !=. The result of this is undefined and will become a hard error in a future Meson release. ``` Follow-up for f02582f69fe1e7663a87ba80bd4f90d5d23ee75f(#9410).
2018-06-28sd-bus: stop using the result of an assignment as an operand of &&Evegeny Vereshchagin1-1/+1
This makes OBJECT_PATH_FOREACH_PREFIX consistent with PATH_FOREACH_PREFIX and also fixes 7 alerts reported by LGTM at https://lgtm.com/projects/g/systemd/systemd/snapshot/ac0a08700344a5690803df8dd80e8bb5013184a5/files/src/libsystemd/sd-bus/bus-objects.c?sort=name&dir=ASC&mode=heatmap&showExcluded=true#V1383
2018-06-28core: tiny comment fixLennart Poettering1-1/+1
2018-06-28summary: update nspawn description string a bitLennart Poettering2-3/+3
nspawn as it is now is a generally useful tool, hence let's drop the comments about it being useful for debug and so on only. The new wording just makes the first sentence of the main page also the summary.
2018-06-27sleep: fix one more printf format of a fiemap fieldFilipe Brandenburger1-2/+2
Use PRIu64 constant to get the format right on LP-64 architectures, cast to (uint64_t) to solve incompatibility of __u64. This was missed in ad4bc3352285f467f4ffa03c3171b19fa0a8758d, so fix it with this follow up.
2018-06-27basic: add missing comma in raw_clone assembly for sparcMike Gilbert1-1/+1
Fixes: 96f64eb5741b157f26a9089816fdd992e959792e Closes: https://github.com/systemd/systemd/issues/9444
2018-06-27cryptsetup: Add dependency on loopback setup to generated unitsLorenz Hübschle-Schneider1-1/+6
For loopback volumes, the generated unit needs to depend on systemd-tmpfiles-setup-dev.service to ensure that loopback support is loaded. Fixes #9308
2018-06-27bus-util: make log level lower in request_name_destroy_callback()Yu Watanabe1-1/+1
Fixes #9442.
2018-06-27resolve: reduce number of conversions between ifname and ifindexYu Watanabe3-159/+142
This also fixes minor memleak introduced in 654457e560c5723b90b419f7651b87040aade07e.
2018-06-27resolvconf: fixes for the compatibility interfaceFilipe Brandenburger2-2/+4
Also use compat_main() when called as `resolvconf`, since the interface is closer to that of `systemd-resolve`. Use a heap allocated string to set arg_ifname, since a stack allocated one would be lost after the function returns. (This last one broke the case where an interface name was suffixed with a dot, such as in `resolvconf -a tap0.dhcp`.) Tested: $ build/resolvconf -a nonexistent.abc </etc/resolv.conf Unknown interface 'nonexistent': No such device Fixes #9423.
2018-06-27analyze: actually select longest activated-time of servicesYu Watanabe1-4/+1
Discovered by LGTM.
2018-06-27journal-gateway: use localStorage["cursor"] only when it has valid valueYu Watanabe1-4/+6
Discovered by LGTM.
2018-06-27journal-gateway: explicitly declare local variablesYu Watanabe1-5/+6
Suggested by LGTM.
2018-06-27sd-bus: fix implicit downcast of bitfield reported by LGTMYu Watanabe1-1/+1
2018-06-26sleep: fix printf format of fiemap fieldsFilipe Brandenburger1-5/+6
Use PRIu64 and PRIu32 constants to also get the format right on LP-64 architectures. For the 64-bit fields, we need a cast to (uint64_t), since __u64 is defined as a `long long unsigned` and PRIu64 expects a `long unsigned`. In practice, both are the same, so the cast should be OK.
2018-06-26README.md: add an LGTM badgeEvegeny Vereshchagin1-1/+2
Now that @yuwata has fixed a lot of alerts, the badge looks much better than before, so let's show it :-)
2018-06-26rpm: Add misspelled %_environmentdir macro for temporary compatibilityNeal Gompa1-0/+4
This should be removed after systemd 240 is released. Signed-off-by: Neal Gompa <ngompa13@gmail.com>