summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* man: update URL refernce in daemon(7)Lennart Poettering2014-05-22
| | | | http://lists.freedesktop.org/archives/systemd-devel/2014-May/019410.html
* man: drop reference to file locking for PID file creation from daemon(7)Lennart Poettering2014-05-22
| | | | File locking is usually a bad idea, don't suggest using it.
* cgroups: simplify CPUQuota= logicLennart Poettering2014-05-22
| | | | | | | | | Only accept cpu quota values in percentages, get rid of period definition. It's not clear whether the CFS period controllable per-cgroup even has a future in the kernel, hence let's simplify all this, hardcode the period to 100ms and only accept percentage based quota values.
* cgroup: rework startup logicLennart Poettering2014-05-22
| | | | | Introduce a (unsigned long) -1 as "unset" state for cpu shares/block io weights, and keep the startup unit set around all the time.
* core: add startup resource control optionWaLyong Cho2014-05-22
| | | | | | | | | | | Similar to CPUShares= and BlockIOWeight= respectively. However only assign the specified weight during startup. Each control group attribute is re-assigned as weight by CPUShares=weight and BlockIOWeight=weight after startup. If not CPUShares= or BlockIOWeight= be specified, then the attribute is re-assigned to each default attribute value. (default cpu.shares=1024, blkio.weight=1000) If only CPUShares=weight or BlockIOWeight=weight be specified, then that implies StartupCPUShares=weight and StartupBlockIOWeight=weight.
* resolved: add daemon to manage resolv.confTom Gundersen2014-05-19
| | | | Also remove the equivalent functionality from networkd.
* fix spelling of privilegeNis Martensen2014-05-19
|
* man: note that entire sections can now be ignoredMichael Marineau2014-05-18
| | | | | Prefixing a section name with "X-" will cause it and all of its contents to be silently ignored as of commit 342aea19.
* man: logind.conf: fix grammar issues, unclear wording, and unclear default ↵Jason St. John2014-05-16
| | | | values
* man: update journald rate limit defaultsMantas Mikulėnas2014-05-16
| | | | This brings the man page back into sync with the actual code.
* fsck: Allow to specify the fsck repair option in the cmdlineHolger Hans Peter Freyther2014-05-16
| | | | | | | | | | Some unattended systems do not have a console attached and entering the default rescue mode will not be too helpful. Allow to specify the "-y" option to attempt to fix all filesystem errors. Manually verified by downloading an image.gz of e2fsprogs, using losetup and running systemd-fsck on the loop device and varying the fsck.repair=preen|yes|no option.
* man: readahead: fix cmdline switch inconsistency between readahead.c and docsAlison Chaiken2014-05-16
| | | | Source code has "files-max" and XML has --max-files.
* man: fix some minor language typosLennart Poettering2014-05-16
|
* man: clarify that the ExecReload= command should be synchronousLennart Poettering2014-05-16
| | | | http://lists.freedesktop.org/archives/systemd-devel/2014-May/019054.html
* Fix typos in systemctl manpageEelco Dolstra2014-05-15
|
* man: sd_journal_send does nothing when journald is not availableZbigniew Jędrzejewski-Szmek2014-05-09
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1096067
* doc: balance C indirections in function prototypesJan Engelhardt2014-05-07
| | | | | | | | Shift the asterisks in the documentation's prototypes such that they are consistent among each other. Use the right side to match what is used in source code. Addendum to commit v209~82.
* doc: write out stdin/stdout file descriptorsJan Engelhardt2014-05-07
| | | | | | | | "When refering to code, STDOUT/STDOUT/STDERR are replaced with stdin/stdout/stderr, and in other places they are replaced with normal phrases like standard output, etc." Addendum to commit v209~127.
* doc: comma placement corrections and word orderJan Engelhardt2014-05-07
| | | | | Set commas where there should be some. Some improvements to word order.
* doc: corrections to words and formsJan Engelhardt2014-05-07
| | | | | This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed.
* doc: adhere to XML syntaxJan Engelhardt2014-05-06
|
* doc: typographical fine tuningJan Engelhardt2014-05-06
|
* doc: use non-contracted forms in written documentsJan Engelhardt2014-05-06
|
* man: document sd_event_add_time(3)Lennart Poettering2014-05-06
|
* timesyncd: add unit and man pageKay Sievers2014-04-29
|
* man: networkd typo fixespoma2014-04-26
|
* networkd-wait-online: drop config file and add commandline options insteadTom Gundersen2014-04-26
|
* core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering2014-04-25
|
* bootchart: add control group optionWaLyong Cho2014-04-24
|
* service: add FailureAction= optionMichael Olbrich2014-04-24
| | | | | It has the same possible values as StartLimitAction= and is executed immediately if a service fails.
* networkd-wait-online: improve interoptability and enable by defaultTom Gundersen2014-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | To make sure we don't delay boot on systems where (some) network links are managed by someone else we don't block if something else has successfully brought up a link. We will still block until all links we are aware of that are managed by networkd have been configured, but if no such links exist, and someone else have configured a link sufficiently that it has a carrier, it may be that the link is ready so we should no longer block. Note that in all likelyhood the link is not ready (no addresses/routes configured), so whatever network managment daemon configured it should provide a similar wait-online service to block network-online.target until it is ready. The aim is to block as long as we know networking is not fully configured, but no longer. This will allow systemd-networkd-wait-online.service to be enabled on any system, even if we don't know whether networkd is the main/only network manager. Even in the case networking is fully configured by networkd, the default behavior may not be sufficient: if two links need to be configured, but the first is fully configured before the second one appears we will assume the network is up. To work around that, we allow specifying specific devices to wait for before considering the network up. This unit is enabled by default, just like systemd-networkd, but will only be pulled in if anyone pulls in network-online.target.
* man: recommend that XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP use the same ↵Lennart Poettering2014-04-23
| | | | identifiers
* service: add support for reboot argument when triggered by StartLimitAction=Michael Olbrich2014-04-21
| | | | | | | | When rebooting with systemctl, an optional argument can be passed to the reboot system call. This makes it possible the specify the argument in a service file and use it when the service triggers a restart. This is useful to distinguish between manual reboots and reboots caused by failing services.
* man: document relationship between RequiresMountsFor and noautoZbigniew Jędrzejewski-Szmek2014-04-16
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1088057
* sysctl: replaces some slashes with dotsZbigniew Jędrzejewski-Szmek2014-04-16
| | | | | | | It turns out that plain sysctl understands a.b/c syntax to write to /proc/sys/a/b.c. Support this for compatibility. https://bugs.freedesktop.org/show_bug.cgi?id=77466
* man: fix typos in sd_event_newThomas Hindoe Paaboel Andersen2014-04-14
|
* man: explain that the timestamps on incoming kdbus messages are not ↵Lennart Poettering2014-04-13
| | | | necessarily monotonically increasing
* man: add man page for sd_event_new()Lennart Poettering2014-04-13
|
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-13
| | | | | | | | | | | | The way the kernel namespaces have been implemented breaks assumptions udev made regarding uevent sequence numbers. Creating devices in a namespace "steals" uevents and its sequence numbers from the host. It confuses the "udevadmin settle" logic, which might block until util a timeout is reached, even when no uevent is pending. Remove any assumptions about sequence numbers and deprecate libudev's API exposing these numbers; none of that can reliably be used anymore when namespaces are involved.
* man: mention XDG_CONFIG_HOME in systemd.unitTanu Kaskinen2014-04-12
|
* login: add 'mir' to the list of session typesDavid Herrmann2014-04-09
| | | | | | | | | Add Mir to the list of session types. This is implemented for LightDM in lp:~robert-ancell/lightdm/xdg-session-desktop [1]. [1] https://code.launchpad.net/~robert-ancell/lightdm/xdg-session-desktop/+merge/214108 (david: adjusted commit-header and fixed whitespace issues)
* man: reword Persistent= descriptionZbigniew Jędrzejewski-Szmek2014-04-07
| | | | I think it is easier to grok this way.
* networkd: smooth transition from ipv4ll to dhcp addressUmut Tezduyar Lindskog2014-04-03
| | | | | | | | | | | | | | | | | | Currently when both ipv4ll and dhcp are enabled, ipv4ll address (if one has been claimed) is removed when dhcp address is aquired. This is not the best thing to do since there might be clients unaware of the removal trying to communicate. This patch provides a smooth transition between ipv4ll and dhcp. If ipv4ll address was claimed [1] before dhcp, address is marked as deprecated. Deprecated address is still a valid address and packets can be received on it but address cannot be selected as a source address. If dhcp lease cannot be extended, then ipv4ll address is marked as valid again. [1] If there is no collision, claiming IPv4LL takes between 4 to 7 seconds.
* time: support @ syntax for denoting times since the UNIX epoch 1970-1-1Lennart Poettering2014-03-25
|
* systemctl: add more verbose explanation of --kill-who and what control/main ↵Lennart Poettering2014-03-25
| | | | processes are
* systemctl: --kill-mode is long long gone, don't mention it in the man pageLennart Poettering2014-03-25
|
* man: be more specific when EnvironmentFile= is readLennart Poettering2014-03-25
| | | | http://lists.freedesktop.org/archives/systemd-devel/2014-March/018004.html
* man: explain that the journal field SYSLOG_IDENTIFIER is usually derived ↵Lennart Poettering2014-03-25
| | | | from program_invocation_short_name
* core: remove tcpwrap supportLennart Poettering2014-03-24
| | | | | | | | | | | | tcpwrap is legacy code, that is barely maintained upstream. It's APIs are awful, and the feature set it exposes (such as DNS and IDENT access control) questionnable. We should not support this natively in systemd. Hence, let's remove the code. If people want to continue making use of this, they can do so by plugging in "tcpd" for the processes they start. With that scheme things are as well or badly supported as they were from traditional inetd, hence no functionality is really lost.
* core: add a setting to globally control the default for timer unit accuracyLennart Poettering2014-03-24
|