summaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sd-bus: sd_bus_set/get_method_call_timeout docs + cleanups.Daan De Meyer2020-03-185-11/+114
|
* Merge pull request #14749 from msekletar/cpu-aff-numa-v3Zbigniew Jędrzejewski-Szmek2020-03-181-4/+5
|\ | | | | core: add support for setting CPUAffinity= to special "numa" value
| * core: add support for setting CPUAffinity= to special "numa" valueMichal Sekletár2020-03-161-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 Meyer2020-03-186-9/+200
| |
* | docs: Add syntax for templated units to systemd.preset man pageJoerg Behrmann2020-03-171-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-gatewayZbigniew Jędrzejewski-Szmek2020-03-171-1/+7
|\ \ | | | | | | network: add a flag to ignore gateway provided by DHCP server
| * | network: add a flag to ignore gateway provided by DHCP serverYu Watanabe2020-03-161-1/+7
| |/ | | | | | | Closes #15117.
* | sd-bus: Add sd_bus_method_call/sd_bus_method_call_async docs + cleanups.Daan De Meyer2020-03-175-8/+129
| |
* | sd-bus: Remove unused man cite of `sd_bus_slot_new_signal`.Daan De Meyer2020-03-161-1/+0
| |
* | network: can: add support for listen-only modeYu Watanabe2020-03-161-0/+10
|/ | | | Closes #15129.
* sd-bus: Add sd_bus_set_fd documentation along with some cleanups.Daan De Meyer2020-03-161-9/+37
|
* Merge pull request #15097 from keszybz/job-logging-and-news-updateAnita Zhang2020-03-122-5/+6
|\ | | | | Job logging and news update
| * homed: replace "home directory" with "home area" in a few placesZbigniew Jędrzejewski-Szmek2020-03-111-3/+4
| |
| * man: add a tiny bit of markupZbigniew Jędrzejewski-Szmek2020-03-111-2/+2
| |
* | fstab-generator: handle systemd.swap= command-line argumentnabijaczleweli2020-03-121-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 friendsYu Watanabe2020-03-122-326/+88
| |
* | network: TC - introduce HHFSusant Sahani2020-03-121-0/+31
| | | | | | | | Please see https://lwn.net/Articles/577208/
* | network: TC - introduce pfifo_fastSusant Sahani2020-03-121-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_dropSusant Sahani2020-03-121-0/+27
| | | | | | | | | | | | This adds the required changes to gain access to the head drop classfull queuing discipline named pfifo_head_drop.
* | network: TC - introduce BFIFOSusant Sahani2020-03-121-0/+34
| | | | | | | | bfifo - Byte limited First In, First Out queue
* | network: tc: introduce DRR classYu Watanabe2020-03-121-0/+36
| |
* | network: TC - introduce DRRSusant Sahani2020-03-121-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 PIESusant Sahani2020-03-121-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)dolphrundgren2020-03-101-1/+1
| | | | * Dropped "of some sort" from line 197 of man/systemd.xml
* Typo fixbemarek2020-03-091-1/+1
|
* Merge pull request #15036 from yuwata/can-termination-modYu Watanabe2020-03-071-0/+7
|\ | | | | network: add CAN Termination tristate option
| * network: add CAN Termination tristate optionMatt Ranostay2020-03-061-0/+7
| |
* | Merge pull request #14890 from yuwata/network-tc-nextYu Watanabe2020-03-061-7/+264
|\ \ | | | | | | network: tc-next
| * | network: tc: introduce cakeSusant Sahani2020-03-021-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 BlueSusant Sahani2020-03-021-0/+32
| | | | | | | | | | | | Please see https://www.systutorials.com/docs/linux/man/8-tc-sfb/
| * | network: TC introduce GRED, Generic Random Early DetectionSusant Sahani2020-03-021-0/+47
| | | | | | | | | | | | http://tldp.org/en/Traffic-Control-HOWTO/ar01s06.html
| * | network: TC introduce PFIFOSusant Sahani2020-03-021-0/+34
| | |
| * | network: tc: support HTB classYu Watanabe2020-03-021-0/+54
| | |
| * | network: tc: support Hierarchy Token Bucket (HTB)Yu Watanabe2020-03-021-0/+34
| | |
| * | network: tc: make Parent= take class idYu Watanabe2020-03-021-7/+21
| | |
* | | udev: support to update flow control parameterYu Watanabe2020-03-061-0/+24
| | | | | | | | | | | | Closes #14770.
* | | network: Add support to ignore foreign routesSusant Sahani2020-03-061-0/+9
| | |
* | | network: add setting to support RA without DHCPv6 clientYu Watanabe2020-03-061-0/+8
| | | | | | | | | | | | Closes #13991.
* | | network: Allow DHCPv6 client to start without router's managed flag.Susant Sahani2020-03-061-0/+8
| | |
* | | systemd-resolved: use hostname for certificate validation in DoTJörg Thalheim2020-03-061-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 Down2020-03-061-3/+11
|\ \ \ | | | | | | | | | | | | | | | | benzea/benzea/generator-path-environment-variables Generator path environment variables
| * | | man: Add documentation for generator path environment variablesBenjamin Berg2020-03-041-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-renewChris Down2020-03-061-0/+8
|\ \ \ \ | | | | | | | | | | network: Introduce force renew for DHCP server
| * | | | network: Add support in networkctl for DHCP server forcerenewSusant Sahani2020-02-281-0/+8
| | | | |
* | | | | Merge pull request #14956 from ssahani/delegated-prefix-14474Chris Down2020-03-061-0/+5
|\ \ \ \ \ | | | | | | | | | | | | nettwork: introduce delegated prefix assign
| * | | | | network: introduce IPv6 prefix assignSusant Sahani2020-02-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Expose a boolean flag to automatically add an address from the delegated prefix to the interface
* | | | | | Fix typo on initrd-root-device.targetantznin2020-03-061-1/+1
| | | | | |
* | | | | | Merge pull request #15013 from systemd/systemctl-list-dependenciesYu Watanabe2020-03-051-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | systemctl list-dependencies: fix duplicate output and take multiple arguments
| * | | | | | systemctl: make list-dependencies take multiple argumentsZbigniew Jędrzejewski-Szmek2020-03-051-3/+3
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Other similar commands do, no reason not to do this here too.
* | | | | | Merge pull request #15023 from keszybz/network-generator-manYu Watanabe2020-03-053-1/+114
|\ \ \ \ \ \ | | | | | | | | | | | | | | Man page for systemd-network-generator