Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tree-wide: fix typo | Yu Watanabe | 2023-10-18 | 1 | -1/+1 |
| | |||||
* | network: include SSID in ipv6 stable prefix address generation | Ronan Pigott | 2023-10-18 | 1 | -0/+6 |
| | | | | | | | | The SSID fills the role of the optional Network_ID input parameter suggested by RFC7217. Including the SSID allows networkd to generate a different pseudorandom address for different wireless networks, which should help to obscure the host's identity when roaming between multiple networks. | ||||
* | NEWS, man: move description of SR-IOV-R net naming to v255 | Zbigniew Jędrzejewski-Szmek | 2023-10-16 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | https://github.com/systemd/systemd/pull/29582 adds the "v254" name. This also changes what the default is and what "latest" refers to. Without the name, the code could be enabled via runtime configuration. Nevertheless, it could be enabled at compilation time. In other words: meson setup build -Ddefault-net-naming-scheme=v254 would work, but net.naming-scheme=v254 would fail. It is possible that people were using the compile-time override, so I think we should allow "v254" scheme to stay and clearly document that it wasn't the default. Unfortunately, unless people manually introduced the compile-time override, we were never actually testing the new code too. So all the pull request testing was not useful. | ||||
* | man: use consistent label for "Reboot Into Firmware Interface" | Zbigniew Jędrzejewski-Szmek | 2023-10-12 | 1 | -1/+2 |
| | | | | That is what sd-boot actually displays. | ||||
* | Merge pull request #29391 from lf-/jade/analyze-plot-tooltips | Luca Boccassi | 2023-10-04 | 1 | -0/+6 |
|\ | | | | | analyze: add tooltips with dependency information to "plot" | ||||
| * | NEWS: systemd-analyze plot tooltips | Jade Lovelace | 2023-10-04 | 1 | -0/+6 |
| | | |||||
* | | tree-wide: fix typo | Yu Watanabe | 2023-10-04 | 1 | -1/+1 |
|/ | |||||
* | fix typo in NEWS | Christian Hesse | 2023-09-27 | 1 | -1/+1 |
| | | | | | Looks like `-a change` is a typo and should have been `-c change` to match on the action. | ||||
* | treewide: split commandline into command line | Joerg Behrmann | 2023-09-20 | 1 | -1/+1 |
| | |||||
* | core,systemctl: refuse switching root if we're not in initrd | Mike Yuan | 2023-09-02 | 1 | -0/+4 |
| | |||||
* | NEWS: Typo | Milton D. Miller II | 2023-08-30 | 1 | -1/+1 |
| | | | Let's not encourage the lawyers. | ||||
* | udev: re-introduce symlinks for loopback block device | Yu Watanabe | 2023-08-10 | 1 | -0/+17 |
| | | | | | | | | | | | But the directories are changed from /dev/loop/by-ref/ -> /dev/disk/by-loop-ref/ and /dev/loop/by-inode/ -> /dev/disk/by-loop-inode/. As /dev/loop/ is used by losetup command for other purpose. See issue #28475. This effectively reverts commits 9915cc60868c77e7e8cecb669ddb90516dffc7df, 5022fab15fc16204d163883ca818fd6092dc919c, and c0d998248e10e1dcf18108fdbb70f259acd452eb. | ||||
* | NEWS: adjust grammar | Zbigniew Jędrzejewski-Szmek | 2023-08-04 | 1 | -2/+2 |
| | |||||
* | NEWS: expand list of new Startup* settings | Zbigniew Jędrzejewski-Szmek | 2023-08-04 | 1 | -4/+6 |
| | | | | | This way users can grep/search the NEWS file for when a given setting was added. | ||||
* | NEWS: PrivateNetwork implies PrivateMounts | Etienne Dechamps | 2023-08-02 | 1 | -0/+3 |
| | | | | | | This is clearly a change that can break existing units, and broke my system in at least two different ways. For this reason this should have been added to NEWS in #26458, specifically c2da3bf, but wasn't. | ||||
* | Merge pull request #28596 from keszybz/doc-updates | Luca Boccassi | 2023-07-31 | 1 | -2/+2 |
|\ | | | | | Two documentation updates | ||||
| * | NEWS: fix misstatement | Zbigniew Jędrzejewski-Szmek | 2023-07-31 | 1 | -2/+2 |
| | | | | | | | | We don't have type 'ready'. | ||||
* | | NEWS: mention about the removal of duid-only option | Yu Watanabe | 2023-07-29 | 1 | -1/+8 |
|/ | |||||
* | NEWS: open for v255 business | Luca Boccassi | 2023-07-29 | 1 | -0/+33 |
| | |||||
* | NEWS: finalize for v254v254 | Luca Boccassi | 2023-07-28 | 1 | -2/+2 |
| | | | | | A release is never late, nor is it early, it arrives precisely when it means to. | ||||
* | NEWS: mention that fsck will be ran for systemd.mount-extra= | Luca Boccassi | 2023-07-28 | 1 | -3/+5 |
| | |||||
* | NEWS: update contributors list | Luca Boccassi | 2023-07-28 | 1 | -15/+15 |
| | |||||
* | NEWS: mention agetty/login credentials | Luca Boccassi | 2023-07-28 | 1 | -0/+4 |
| | |||||
* | NEWS: fix typo | Yu Watanabe | 2023-07-25 | 1 | -1/+1 |
| | |||||
* | NEWS: update for rc3v254-rc3 | Luca Boccassi | 2023-07-24 | 1 | -1/+5 |
| | |||||
* | NEWS: update contributors list | Luca Boccassi | 2023-07-24 | 1 | -4/+5 |
| | |||||
* | Update NEWS | Luca Boccassi | 2023-07-24 | 1 | -4/+1 |
| | |||||
* | Merge pull request #28460 from bluca/scope_run_env | Zbigniew Jędrzejewski-Szmek | 2023-07-21 | 1 | -1/+10 |
|\ | | | | | run: disable --expand-environment by default for --scope | ||||
| * | NEWS: note that sd-run --expand-environment will change | Luca Boccassi | 2023-07-20 | 1 | -1/+10 |
| | | |||||
* | | tree-wide: fix typo found by Fossies Codespell report | Yu Watanabe | 2023-07-21 | 1 | -1/+1 |
| | | |||||
* | | tree-wide: drop references to /dev/loop/by-ref | Yu Watanabe | 2023-07-21 | 1 | -15/+0 |
|/ | | | | Follow-up for #28476. | ||||
* | Merge pull request #28445 from bluca/run_host_release | Luca Boccassi | 2023-07-19 | 1 | -0/+7 |
|\ | | | | | core: copy the host's os-release for /run/host/os-release | ||||
| * | NEWS: note that /run/host/os-release is available more broadly | Luca Boccassi | 2023-07-18 | 1 | -0/+7 |
| | | |||||
* | | Deprecate efivar SystemdOptions | Zbigniew Jędrzejewski-Szmek | 2023-07-18 | 1 | -0/+7 |
|/ | | | | | | | | As mentioned in the NEWS entry, it seems to see very little use, but adds complexity in our code. It was added mainly with the goal of making it easier for people using grub2 to modify their boot configuration, but grub2 is gaining support for BLS snippets. On the systemd side, we now have credentials. So let's deprecate this, and if there's no outcry, remove it in a few releases. | ||||
* | NEWS: fix typo | Haochen Tong | 2023-07-15 | 1 | -1/+1 |
| | |||||
* | Update NEWS for v254-rc2v254-rc2 | Luca Boccassi | 2023-07-15 | 1 | -1/+1 |
| | | | | Liberté, égalité, releasé 🇫🇷 | ||||
* | Update NEWS with latest changes | Luca Boccassi | 2023-07-15 | 1 | -0/+5 |
| | |||||
* | NEWS: update contributors list | Luca Boccassi | 2023-07-15 | 1 | -26/+29 |
| | |||||
* | battery-check: allow to skip by passing systemd.battery-check=0 | Yu Watanabe | 2023-07-14 | 1 | -1/+2 |
| | |||||
* | tree-wide: fix typos reported by Fossies Codespell report | Yu Watanabe | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | NEWS: mention that meson 0.60 is now required | Luca Boccassi | 2023-07-07 | 1 | -0/+2 |
| | |||||
* | NEWS: mention that gnu-efi is no longer required | Luca Boccassi | 2023-07-07 | 1 | -0/+4 |
| | |||||
* | NEWS: finalize for 254-rc1v254-rc1 | Luca Boccassi | 2023-07-06 | 1 | -1/+1 |
| | |||||
* | NEWS: update contributors list | Luca Boccassi | 2023-07-06 | 1 | -26/+31 |
| | |||||
* | Update NEWS for latest changes | Luca Boccassi | 2023-07-06 | 1 | -0/+28 |
| | |||||
* | NEWS: rearrange deprecation notices from more imminent to less imminent | Luca Boccassi | 2023-07-06 | 1 | -10/+10 |
| | |||||
* | treewide: fix "an" before consonant U sounds | Joerg Behrmann | 2023-07-06 | 1 | -5/+5 |
| | | | | | | The article "a" goes before consonant sounds and "an" goes before vowel sounds. This commit changes an to a for UKI, UDP, UTF-8, URL, UUID, U-Label, UI and USB, since they start with the sound /ˌjuː/. | ||||
* | NEWS: more preparation for 254-rc1 | Lennart Poettering | 2023-07-06 | 1 | -1/+110 |
| | |||||
* | NEWS/--help: correct/be clearer on bootclt -R vs. -RR | Lennart Poettering | 2023-07-04 | 1 | -3/+5 |
| | | | | | | | The NEWS file was simply wrong. Let's also improve the --help text on this. Fixes: #28221 | ||||
* | tree-wide: "<n>bit" → "<n>-bit" | Zbigniew Jędrzejewski-Szmek | 2023-07-02 | 1 | -12/+12 |
| | | | | In some places, "<n> bits" is used when more appropriate. |