summaryrefslogtreecommitdiffstats
path: root/po/hr.po (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-06systemctl: have is-enabled return success for aliases when calling into pid1 tooLuca Boccassi1-1/+1
commit 15d7ab87c4e5917f5788f1f8dce327a1e272bea3 introduced the change to add an 'alias' state, but it was wired to systemctl only when running in 'client-side' mode. Return success as expected and documented also when running in 'server-mode'. Fixes https://github.com/systemd/systemd/issues/18134
2021-01-06string-util: use GREEDY_ALLOC_ROUND_UP() in strextend()Lennart Poettering1-1/+1
This uses GREEDY_ALLOC_ROUND_UP() to grow the allocation size exponentially. This should speed allocation loops up a bit, given that we often call strextend() repeatedly in a loop on the same buffer.
2021-01-06string-util: imply NULL termination of strextend() argument listLennart Poettering23-63/+61
The trailing NULL in the argument list is now implied (similar to what we already have in place in strjoin()).
2021-01-06update TODOLennart Poettering1-4/+0
2021-01-06doc: add missing comma in DISCOVERABLE_PARTITIONS.mdLennart Poettering1-1/+1
2021-01-06update TODOLennart Poettering1-0/+4
2021-01-06Move shared mkosi settings to a single file in mkosi.default.d/Daan De Meyer8-90/+28
2021-01-05cryptsetup: use crypt_token_max if availableLuca Boccassi9-11/+25
New API added upstream: https://gitlab.com/cryptsetup/cryptsetup/-/commit/8a12f6dc2c75f8fd0c4969fbdc421895eb418072
2021-01-05network: Allow to set device's receive queues and transmit queuesSusant Sahani6-0/+114
2021-01-04Update 60-sensor.hwdbmilovlad1-0/+4
hwdb: Add accelerometer orientation quirk for the MYRIA MY8312
2021-01-04man: use 'weak' and 'strong' for explaining difference between Wants= + ↵Lennart Poettering1-6/+6
Requires= A minor tweak, that hopefully makes things a bit clearer, given that we previously used "requirement dependency" when referring to Wants=, which might be confusing given that we have Requires=
2021-01-04fix typoDarren Ng3-3/+3
2021-01-03man: systemd-sysusers does not create home dirLucas Werkmeister1-0/+5
Document that systemd-sysusers doesn’t create the specified home directory, and point to systemd-tmpfiles as the service that can create the home directory instead. (systemd-tmpfiles-setup.service is ordered After=systemd-sysusers.service, so by the time systemd-tmpfiles would create the home directory, sysusers would have created the owning user already, and it should all work out.)
2021-01-03mkosi: Enable HostonlyInitrd optionDaan De Meyer5-0/+5
Split out from #17919.
2021-01-01tests: add TEST_PREFER_NSPAWN variable to run as many as possible under nspawnLuca Boccassi2-0/+7
By default the test suite prefers qemu, and uses nspawn only if a test specifically says it doesn't support qemu. Add a variable to allow flipping the default, and run as many tests under nspawn as possible.
2021-01-01tests: add TEST_QEMU_ONLY variable to run only tests where qemu is mandatoryLuca Boccassi2-0/+8
Allows to split the test run in two parts. Most tests can run under nspawn which is much faster, and they can be ran in one chunk with TEST_NO_QEMU=1. The qemu-only tests, which are just a handful, can be ran in another chunk with TEST_QEMU_ONLY=1. Allows autopkgtest to be split in two parts.
2021-01-01Do not run ninja in run-integration-tests.shLuca Boccassi1-2/+0
It is typically ran as root, while builds are done as normal users. It is documented anyway to build beforehand.
2021-01-01test: shortcut skip if both TEST_NO_QEMU and TEST_NO_NSPAWN are setLuca Boccassi1-0/+5
Allows to run all tests in bulk with TEST_NO_QEMU, skipping those where it is mandatory, without wasting time building the image.
2021-01-01test: check for binariers in [usr/][s]binLuca Boccassi1-1/+1
The image build function greps for ExecStart lines in unit files, but some of them (eg: systemd-firstboot) do not use a full path. It then falls back to 'type -P' but that only works if you have the binary installed. For optional binaries like systemd-firstboot, the installation can then fail. Manually check if the binary already exists in /[usr/][s]bin.
2021-01-01test: use pkg-config to get user unit dir when installing dbus user socketLuca Boccassi1-6/+12
Usually on Debian ROOTLIBDIR is /lib/<arch triplet>, which is not the right place. Use pkg-config since we define it, and then fallback to /usr/lib/systemd/user which is the canonical location. On both Debian&friends and Fedora dbus/dbus-broker install the user socket/service under /usr/lib/systemd/user, not /lib/systemd/systemd/user.
2021-01-01test: update test_create_imageLuca Boccassi1-1/+1
Run mask_supporting_services, which was missing, and remove setup_nspawn_root which is now already called outside test_create_image
2021-01-01Enable more mkosi optionsDaan De Meyer5-0/+25
- HostonlyInitrd reduces the size of the initramfs which speeds up QEMU boot times. - Autologin and deleting the root password remove the manual login step whenever starting the systemd-nspawn container or QEMU vm. - NetworkVeth passes --network-veth to the nspawn container when using mkosi boot and emulates --network-veth with a tap device and networkd's 80-vm-vt.network builtin network file when using mkosi qemu. --network-veth makes it easier to test network and resolved in mkosi's nspawn container or QEMU vm.
2021-01-01CI: Update to mkosi github action to v9Daan De Meyer1-5/+2
2020-12-31man: fix path reference to unit fileGaël PORTAY1-1/+1
The unit files are located at path /usr/lib/systemd/system. This fixes the path reference to the unit file by adding the missing path component system.
2020-12-30docs: fix the link to boot loader specificationGaël PORTAY1-1/+1
The boot loader specification link points to the boot loader interface documentation. This fixes the link to point to BOOT_LOADER_SPECIFICATION instead of BOOTLOADER_INTERFACE which is itself.
2020-12-30A typo fix in bootctl.c (#18106)Endre Szabo1-1/+1
2020-12-29resolve: slightly optimize dns_answer_add()Yu Watanabe5-27/+67
Previously, dns_answer_add() was O(n^2). With this change dns_packet_extract() becomes ~15 times faster for some extremal case. Before: ``` $ time ./fuzz-dns-packet ~/downloads/clusterfuzz-testcase-minimized-fuzz-dns-packet-5631106733047808 /home/watanabe/downloads/clusterfuzz-testcase-minimized-fuzz-dns-packet-5631106733047808... ok real 0m15.453s user 0m15.430s sys 0m0.007s ``` After: ``` $ time ./fuzz-dns-packet ~/downloads/clusterfuzz-testcase-minimized-fuzz-dns-packet-5631106733047808 /home/watanabe/downloads/clusterfuzz-testcase-minimized-fuzz-dns-packet-5631106733047808... ok real 0m0.831s user 0m0.824s sys 0m0.006s ``` Hopefully fixes oss-fuzz#19227. https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=19227
2020-12-29resolve: field size in dns resource record may be zeroYu Watanabe1-10/+10
2020-12-29siphash: introduce siphash24_compress_safe()Yu Watanabe1-4/+8
2020-12-29test-network: add tests for fib rules with Family=both vs networkctl reload ↵Yu Watanabe3-13/+75
or reconfigure
2020-12-29network: drop fib rules configured with Family=bothYu Watanabe1-4/+30
2020-12-29network: set RoutingPolicyRule::family based on Family= settingYu Watanabe1-2/+7
2020-12-29network: always re-configure rules even if already existYu Watanabe1-34/+40
routing_policy_rule_get() in link_set_routing_policy_rules() does not work when [RoutingPolicyRule] section does not have From= or To=.
2020-12-29network: drop unnecessary checksYu Watanabe1-4/+2
By the previous commit, the checks are not necessary any more.
2020-12-29network: fix possible memory leakYu Watanabe1-2/+2
When set_put() returns 0, then already stored rule will be unref()ed from Manager.
2020-12-29network: constify several argumentsYu Watanabe1-9/+9
2020-12-29resolve: do not compare key twiceYu Watanabe1-1/+1
2020-12-29resolve: slightly shorten dns_resource_key_compare_func()Yu Watanabe1-12/+8
2020-12-29resolve: fix typoYu Watanabe1-1/+1
2020-12-29fuzzers: set maximum length for several fuzzersYu Watanabe4-0/+8
Hopefully fixes oss-fuzz#19081, oss-fuzz#21731, oss-fuzz#21755. https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=19081 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21731 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21755
2020-12-29network: do not serialize/deserialize routing policy rulesYu Watanabe6-476/+0
We already handle foreign routing policy rules correctly by the previous commit. So, the serialization/deserialization of rules are not necessary anymore.
2020-12-29network: drop unnecessary routing policy rulesYu Watanabe3-19/+68
networkd already drop foreign address, routes, and nexthops on startup, except those created by kernel. However, previously, routing policy rules were not. The logic of serialization/deserialization of rules only works for rules created by previous invocation of networkd, and does not work for one created by other tools like `ip rule`. This makes networkd drop foreign routing policy rules except created by kernel on startup. Also, remove rules created by networkd when the corresponding links are dropped or networkd is stopping.
2020-12-29network: treat rule which has l3mdev flag as created by kernelYu Watanabe2-0/+18
2020-12-29network: adjust protocol of rules sent from kernel when kernel does not ↵Yu Watanabe1-1/+30
support FRA_PROTOCOL Otherwise, each configured rule is treated as foreign.
2020-12-29network: set FRA_PROTOCOL to RTPROT_STATIC by defaultYu Watanabe3-11/+30
2020-12-28man: apply @Minoru's suggestions from code reviewLennart Poettering2-9/+8
Co-authored-by: Alexander Batischev <eual.jp@gmail.com>
2020-12-28man: extend time-{set,sync}.target + systemd-timesyncd/wait-sync docsLennart Poettering3-58/+137
Let's link the three man pages together more tightly and explain what the two targets are about, emphasizing local/quick/reliable/approximate vs remote/slow/unreliable/accurate synchronization. Follow-up for: 1431b2f701f7ba71e5d8664e709b1fad26797918 fe934b42e480473afba8a29a4a0d3d0e789543ac
2020-12-28shared/dns: fix dlopen_idn return code checkLuca Boccassi1-1/+1
Fixes https://github.com/systemd/systemd/issues/18078
2020-12-26sd-dhcp-client: avoid "maybe-uninitialized" warning in client_timeout_resend()Thomas Haller1-0/+3
When compiling with CFLAGS='-Werror=maybe-uninitialized -Og' we get a warning about uninitialized "next_timeout" variable. Avoid the warning by adding an (unreachable) "default" label. Fixes: c24288d21ee9 ("sd-dhcp-client: correct dhcpv4 renew/rebind retransmit timeouts")
2020-12-24test-network: add tests for [IPv6AcceptRA] PrefixDenyList= or friendsYu Watanabe4-4/+58