Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sd-bus: sd_bus_set/get_method_call_timeout docs + cleanups. | Daan De Meyer | 2020-03-18 | 5 | -11/+114 |
| | |||||
* | Merge pull request #14749 from msekletar/cpu-aff-numa-v3 | Zbigniew Jędrzejewski-Szmek | 2020-03-18 | 1 | -4/+5 |
|\ | | | | | core: add support for setting CPUAffinity= to special "numa" value | ||||
| * | core: add support for setting CPUAffinity= to special "numa" value | Michal Sekletár | 2020-03-16 | 1 | -4/+5 |
| | | | | | | | | | | | | | | systemd will automatically derive CPU affinity mask from NUMA node mask. Fixes #13248 | ||||
* | | sd-bus: sd_bus_call/sd_bus_call_async_docs + cleanups. | Daan De Meyer | 2020-03-18 | 6 | -9/+200 |
| | | |||||
* | | docs: Add syntax for templated units to systemd.preset man page | Joerg Behrmann | 2020-03-17 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | This documents the syntax enable template@.service foo bar baz that was introduced in #9901 to preset templated units. | ||||
* | | Merge pull request #15136 from yuwata/network-dhcp4-use-gateway | Zbigniew Jędrzejewski-Szmek | 2020-03-17 | 1 | -1/+7 |
|\ \ | | | | | | | network: add a flag to ignore gateway provided by DHCP server | ||||
| * | | network: add a flag to ignore gateway provided by DHCP server | Yu Watanabe | 2020-03-16 | 1 | -1/+7 |
| |/ | | | | | | | Closes #15117. | ||||
* | | sd-bus: Add sd_bus_method_call/sd_bus_method_call_async docs + cleanups. | Daan De Meyer | 2020-03-17 | 5 | -8/+129 |
| | | |||||
* | | sd-bus: Remove unused man cite of `sd_bus_slot_new_signal`. | Daan De Meyer | 2020-03-16 | 1 | -1/+0 |
| | | |||||
* | | network: can: add support for listen-only mode | Yu Watanabe | 2020-03-16 | 1 | -0/+10 |
|/ | | | | Closes #15129. | ||||
* | sd-bus: Add sd_bus_set_fd documentation along with some cleanups. | Daan De Meyer | 2020-03-16 | 1 | -9/+37 |
| | |||||
* | Merge pull request #15097 from keszybz/job-logging-and-news-update | Anita Zhang | 2020-03-12 | 2 | -5/+6 |
|\ | | | | | Job logging and news update | ||||
| * | homed: replace "home directory" with "home area" in a few places | Zbigniew Jędrzejewski-Szmek | 2020-03-11 | 1 | -3/+4 |
| | | |||||
| * | man: add a tiny bit of markup | Zbigniew Jędrzejewski-Szmek | 2020-03-11 | 1 | -2/+2 |
| | | |||||
* | | fstab-generator: handle systemd.swap= command-line argument | nabijaczleweli | 2020-03-12 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Don't generate swap units if set to false The inverse of this argument is present as "noswap" on Debian sysvinit Ref: https://salsa.debian.org/debian/sysvinit/blob/4422988cb41c3022eee7444378cac3b2e36eac28/debian/vars.sh#L34 https://salsa.debian.org/debian/sysvinit/blob/4422988cb41c3022eee7444378cac3b2e36eac28/debian/src/initscripts/etc/init.d/mountall.sh#L78 Fixes https://github.com/systemd/systemd/issues/6686 | ||||
* | | man: use include directive for Parent= or friends | Yu Watanabe | 2020-03-12 | 2 | -326/+88 |
| | | |||||
* | | network: TC - introduce HHF | Susant Sahani | 2020-03-12 | 1 | -0/+31 |
| | | | | | | | | Please see https://lwn.net/Articles/577208/ | ||||
* | | network: TC - introduce pfifo_fast | Susant Sahani | 2020-03-12 | 1 | -0/+21 |
| | | | | | | | | | | | | pfifo_fast - three-band first in, first out queue Please see https://linux.die.net/man/8/tc-pfifo_fast | ||||
* | | network: TC - introduce pfifo_head_drop | Susant Sahani | 2020-03-12 | 1 | -0/+27 |
| | | | | | | | | | | | | This adds the required changes to gain access to the head drop classfull queuing discipline named pfifo_head_drop. | ||||
* | | network: TC - introduce BFIFO | Susant Sahani | 2020-03-12 | 1 | -0/+34 |
| | | | | | | | | bfifo - Byte limited First In, First Out queue | ||||
* | | network: tc: introduce DRR class | Yu Watanabe | 2020-03-12 | 1 | -0/+36 |
| | | |||||
* | | network: TC - introduce DRR | Susant Sahani | 2020-03-12 | 1 | -0/+26 |
| | | | | | | | | | | | | | | Introduce the Deficit Round Robin Scheduler is a classful queuing discipline as a more flexible replacement for Stochastic Fairness Queuing. http://man7.org/linux/man-pages/man8/tc-drr.8.html | ||||
* | | network: tc- introduce PIE | Susant Sahani | 2020-03-12 | 1 | -0/+32 |
|/ | | | | | | | | Proportional Integral controller-Enhanced (PIE) is a control theoretic active queue management scheme. It is based on the proportional integral controller but aims to control delay. http://man7.org/linux/man-pages/man8/tc-pie.8.html | ||||
* | Modified line 197 for readability. (#15071) | dolphrundgren | 2020-03-10 | 1 | -1/+1 |
| | | | | * Dropped "of some sort" from line 197 of man/systemd.xml | ||||
* | Typo fix | bemarek | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #15036 from yuwata/can-termination-mod | Yu Watanabe | 2020-03-07 | 1 | -0/+7 |
|\ | | | | | network: add CAN Termination tristate option | ||||
| * | network: add CAN Termination tristate option | Matt Ranostay | 2020-03-06 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #14890 from yuwata/network-tc-next | Yu Watanabe | 2020-03-06 | 1 | -7/+264 |
|\ \ | | | | | | | network: tc-next | ||||
| * | | network: tc: introduce cake | Susant Sahani | 2020-03-02 | 1 | -0/+42 |
| | | | | | | | | | | | | | | | | | | CAKE (Common Applications Kept Enhanced) Please see http://man7.org/linux/man-pages/man8/tc-cake.8.html | ||||
| * | | network: TC introduce sfb - Stochastic Fair Blue | Susant Sahani | 2020-03-02 | 1 | -0/+32 |
| | | | | | | | | | | | | Please see https://www.systutorials.com/docs/linux/man/8-tc-sfb/ | ||||
| * | | network: TC introduce GRED, Generic Random Early Detection | Susant Sahani | 2020-03-02 | 1 | -0/+47 |
| | | | | | | | | | | | | http://tldp.org/en/Traffic-Control-HOWTO/ar01s06.html | ||||
| * | | network: TC introduce PFIFO | Susant Sahani | 2020-03-02 | 1 | -0/+34 |
| | | | |||||
| * | | network: tc: support HTB class | Yu Watanabe | 2020-03-02 | 1 | -0/+54 |
| | | | |||||
| * | | network: tc: support Hierarchy Token Bucket (HTB) | Yu Watanabe | 2020-03-02 | 1 | -0/+34 |
| | | | |||||
| * | | network: tc: make Parent= take class id | Yu Watanabe | 2020-03-02 | 1 | -7/+21 |
| | | | |||||
* | | | udev: support to update flow control parameter | Yu Watanabe | 2020-03-06 | 1 | -0/+24 |
| | | | | | | | | | | | | Closes #14770. | ||||
* | | | network: Add support to ignore foreign routes | Susant Sahani | 2020-03-06 | 1 | -0/+9 |
| | | | |||||
* | | | network: add setting to support RA without DHCPv6 client | Yu Watanabe | 2020-03-06 | 1 | -0/+8 |
| | | | | | | | | | | | | Closes #13991. | ||||
* | | | network: Allow DHCPv6 client to start without router's managed flag. | Susant Sahani | 2020-03-06 | 1 | -0/+8 |
| | | | |||||
* | | | systemd-resolved: use hostname for certificate validation in DoT | Jörg Thalheim | 2020-03-06 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | | Widely accepted certificates for IP addresses are expensive and only affordable for larger organizations. Therefore if the user provides the hostname in the DNS= option, we should use it instead of the IP address. | ||||
* | | | Merge pull request #14893 from ↵ | Chris Down | 2020-03-06 | 1 | -3/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | benzea/benzea/generator-path-environment-variables Generator path environment variables | ||||
| * | | | man: Add documentation for generator path environment variables | Benjamin Berg | 2020-03-04 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds documentation for the SYSTEMD_GENERATOR_PATH and SYSTEMD_ENVIRONMENT_GENERATOR_PATH variables to the systemd man page grouped with the existing SYSTEMD_UNIT_PATH. Also added is a description about how these variables work, i.e. that a trailing : can be used to prepend paths to the usual set. | ||||
* | | | | Merge pull request #14904 from ssahani/dhcp-server-force-renew | Chris Down | 2020-03-06 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | network: Introduce force renew for DHCP server | ||||
| * | | | | network: Add support in networkctl for DHCP server forcerenew | Susant Sahani | 2020-02-28 | 1 | -0/+8 |
| | | | | | |||||
* | | | | | Merge pull request #14956 from ssahani/delegated-prefix-14474 | Chris Down | 2020-03-06 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | nettwork: introduce delegated prefix assign | ||||
| * | | | | | network: introduce IPv6 prefix assign | Susant Sahani | 2020-02-29 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Expose a boolean flag to automatically add an address from the delegated prefix to the interface | ||||
* | | | | | | Fix typo on initrd-root-device.target | antznin | 2020-03-06 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #15013 from systemd/systemctl-list-dependencies | Yu Watanabe | 2020-03-05 | 1 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | systemctl list-dependencies: fix duplicate output and take multiple arguments | ||||
| * | | | | | | systemctl: make list-dependencies take multiple arguments | Zbigniew Jędrzejewski-Szmek | 2020-03-05 | 1 | -3/+3 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Other similar commands do, no reason not to do this here too. | ||||
* | | | | | | Merge pull request #15023 from keszybz/network-generator-man | Yu Watanabe | 2020-03-05 | 3 | -1/+114 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Man page for systemd-network-generator |