summaryrefslogtreecommitdiff
path: root/Makefile-man.am
Commit message (Collapse)AuthorAge
* timesyncd: Support timesyncd.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* resolved: Support resolved.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* systemd-sleep: Support sleep.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* journald: Support journald.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* core: Support system.conf.d and user.conf.d directories in the usual search ↵Josh Triplett2014-11-29
| | | | paths
* man: Factor out a common snippet for .d directories and precedenceJosh Triplett2014-11-29
| | | | | | | Several manpages contain duplicate text describing a standard set of .d configuration directories, with the usual sorting, precedence, overrides, and so on. Factor this common text out using XInclude before proliferating it even further.
* man/logind.conf.xml: Make "man logind.conf.d" work tooJosh Triplett2014-11-29
|
* man: add systemd-sysv-generator(8)Zbigniew Jędrzejewski-Szmek2014-11-27
| | | | | | | | In principle SysV stuff is only for compatibility, but we are stuck with it for the forseeable future, so documentation might as well be provided. https://bugs.debian.org/771172
* man: document sd_bus_creds_get_connection_name()Lennart Poettering2014-10-20
|
* man: document sd_machine_get_class() and sd_machine_get_ifindices()Lennart Poettering2014-10-20
|
* man: add sd_event_set_name(3)Zbigniew Jędrzejewski-Szmek2014-10-02
|
* man: add sd_event_get_fd(3)Zbigniew Jędrzejewski-Szmek2014-10-02
| | | | | | Example from Tom Gundersen is included using xi:include. The copyright notice stands out a bit. Maybe it should be removed, and the code placed in public domain.
* make utmp/wtmp support configurableEmil Renner Berthing2014-09-26
| | | | | | This adds --disable-utmp option to configure. If it is used, all utmp-related functionality, including querying runlevel support, is removed.
* man: document sd_event_add_{defer,post,exit}Zbigniew Jędrzejewski-Szmek2014-09-25
|
* man: add sd_event_add_child(3)Zbigniew Jędrzejewski-Szmek2014-09-25
|
* man: add sd_event_add_signal(3)Zbigniew Jędrzejewski-Szmek2014-09-25
|
* build-sys: add sd_session_get_desktop to Makefile-man.amZbigniew Jędrzejewski-Szmek2014-09-25
| | | | Fixup for c72d5456e2d.
* readahead: wipe out readaheadDaniel Buch2014-09-25
|
* hibernate-resume-generator: add a generator for instantiating the resume unit.Ivan Shapovalov2014-08-26
| | | | | | | | | | | | | hibernate-resume-generator understands resume= kernel command line parameter and instantiates the systemd-resume@.service accordingly if it is passed. This enables resume from hibernation using device specified on the kernel command line, and it may be specified either as "/dev/disk/by-foo/bar" or "FOO=bar", not only "/dev/sdXY" which is understood by the in-kernel implementation. So now resume= is brought on par with root= in terms of possible ways to specify a device.
* hibernate-resume: add a tool to write a device node's major:minor to ↵Ivan Shapovalov2014-08-26
| | | | | | | | | | /sys/power/resume. This can be used to initiate a resume from hibernation by path to a swap device containing the hibernation image. The respective templated unit is also added. It is instantiated using path to the desired resume device.
* timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCPLennart Poettering2014-08-12
|
* man: add udev.conf(5)Zbigniew Jędrzejewski-Szmek2014-07-31
| | | | | | | We generally have separate man pages for all configuration files. In this case udev.conf was already described in systemd-udevd.service(8), but it was hard to find. Docbook makes it hard to add a .so link from a different section, so describe udev.conf in its own page.
* man: merge systemd-verify with systemd-analyzeZbigniew Jędrzejewski-Szmek2014-07-21
|
* man: add systemd-verify(1)Zbigniew Jędrzejewski-Szmek2014-07-20
|
* man: document systemd-journal-uploadZbigniew Jędrzejewski-Szmek2014-07-15
|
* man: add systemd-coredump(8) and a bunch of linksZbigniew Jędrzejewski-Szmek2014-07-13
|
* man: document systemd-escape(1)Lennart Poettering2014-07-07
|
* firstboot: get rid of firstboot generator again, introduce ↵Lennart Poettering2014-07-07
| | | | | | | | ConditionFirstBoot= instead As Zbigniew pointed out a new ConditionFirstBoot= appears like the nicer way to hook in systemd-firstboot.service on first boots (those with /etc unpopulated), so let's do this, and get rid of the generator again.
* man: document systemd-firstboot(1)Lennart Poettering2014-07-07
|
* path: add new "systemd-path" utility for querying paths described in ↵Lennart Poettering2014-07-02
| | | | | | | | file-hierarchy(7) This new tool is based on "sd-path", a new (so far unexported) API for libsystemd, that can hopefully grow into a workable API covering /opt and more one day.
* man: document systemd-update-done.serviceLennart Poettering2014-07-01
|
* man: add a minimized, modernized description of the file system hierarchy ↵Lennart Poettering2014-06-30
| | | | systemd suggests
* man: document the sysusers toolLennart Poettering2014-06-29
|
* man: add coredump.conf(5)Zbigniew Jędrzejewski-Szmek2014-06-26
|
* Revert "Add systemd-coredumpctl as an alias for coredumpctl"Zbigniew Jędrzejewski-Szmek2014-06-23
| | | | | This reverts the documentation part of commit dfdd0e0730385eef08f019863fd41168b05b6ab0.
* Add systemd-coredumpctl as an alias for coredumpctlZbigniew Jędrzejewski-Szmek2014-06-22
| | | | Should make the transition easier for exisiting users.
* build-sys: fix indentation in make-man-rules generated outputFilipe Brandenburger2014-06-20
| | | | | This fixes the footer where 7 spaces were used on the first line of EXTRA_DIST, but a Tab was clearly intended.
* man: add documentation for systemd-debug-generatorLennart Poettering2014-06-19
|
* build-sys: run forgotten 'make update-man-list'Lennart Poettering2014-06-19
|
* coredump: coredumpctl is so useful now, make it a first-class citizenLennart Poettering2014-06-19
| | | | | Drop the "systemd-" prefix, renaming it from "systemd-coredumpctl" to "coredumpctl".
* man: describe sd_uid_get_displayZbigniew Jędrzejewski-Szmek2014-05-24
|
* resolved: add daemon to manage resolv.confTom Gundersen2014-05-19
| | | | Also remove the equivalent functionality from networkd.
* man: document sd_event_add_time(3)Lennart Poettering2014-05-06
|
* networkd: fix distcheckTom Gundersen2014-04-29
|
* timesyncd: add unit and man pageKay Sievers2014-04-29
|
* networkd-wait-online: drop config file and add commandline options insteadTom Gundersen2014-04-26
|
* 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: add man page for sd_event_new()Lennart Poettering2014-04-13
|