summaryrefslogtreecommitdiff
path: root/Makefile-man.am
AgeCommit message (Collapse)AuthorFilesLines
2015-04-30man: update sd_bus_open() documentationLennart Poettering1-13/+23
Update for current function prototypes. Also, document -ESOCKTNOSUPPORT as being returned when protocol version mismatches are detected.
2015-04-29man: document when the sd_bus_creds_xxx() calls return ENXIOLennart Poettering1-3/+48
2015-04-28fsck: remove fsckd again, but keep the door open for external replacementLennart Poettering1-12/+0
For a longer discussion see this: http://lists.freedesktop.org/archives/systemd-devel/2015-April/030175.html This introduces /run/systemd/fsck.progress as a simply AF_UNIX/SOCK_STREAM socket. If it exists and is connectable we'll connect fsck's -c switch with it. If external programs want to get progress data they should hence listen on this socket and will get all they need via that socket. To get information about the connecting fsck client they should use SO_PEERCRED. Unless /run/systemd/fsck.progress is around and connectable this change reverts back to v219 behaviour where we'd forward fsck output to /dev/console on our own.
2015-04-24shutdownd: kill the old implementationDaniel Mack1-12/+0
Not that all functionality has been ported over to logind, the old implementation can be removed. There goes one of the oldest parts of the systemd code base.
2015-03-22man: add journal-remote.conf(5)Chris Morgan1-0/+7
2015-03-14man: add sd_event_{run,wait,prepare,dispatch,loop}Zbigniew Jędrzejewski-Szmek1-0/+19
2015-02-18Add man page and references to it.Didier Roche1-0/+12
Add man page explaining the plymouth theme protocol, usage of the daemon as well as the socket activation part. Adapt existing fsck man page.
2015-02-10man: add systemd.generator(7)Zbigniew Jędrzejewski-Szmek1-0/+2
This is largely based on http://www.freedesktop.org/wiki/Software/systemd/Generators/, and obsoletes that page. It seems that we do a much better job of keeping man pages up-to-date compared to wiki pages. Man pages are also easier to find for users. https://bugs.freedesktop.org/show_bug.cgi?id=89048
2015-02-04build-sys: mark systemd-firstboot man page as conditionalMichael Biebl1-6/+11
Rebuild Makefile-man.am accordingly.
2015-01-19man: add networkctl(1)Zbigniew Jędrzejewski-Szmek1-0/+2
2015-01-07man: document nss-mymachinesLennart Poettering1-0/+7
2015-01-07man: add an alias to libnss_myhostname.so2 for nss-myhostnameLennart Poettering1-2/+4
The module appears under the name "libnss_myhostname.so.2" in the file system, hence let's link it up under that name.
2015-01-06core: add new logic for services to store file descriptors in PID 1Lennart Poettering1-6/+25
With this change it is possible to send file descriptors to PID 1, via sd_pid_notify_with_fds() which PID 1 will store individually for each service, and pass via the usual fd passing logic on next invocation. This is useful for enable daemon reload schemes where daemons serialize their state to /run, push their fds into PID 1 and terminate, restoring their state on next start from the data in /run and passed in from PID 1. The fds are kept by PID 1 as long as no POLLHUP or POLLERR is seen on them, and the service they belong to are either not dead or failed, or have a job queued.
2014-12-20build: add option to disable hwdbUmut Tezduyar Lindskog1-2/+6
[tomegun: fix Makefile-man.am, based on fix from Michael Biebl]
2014-12-18systemd-hwdb: introduce new toolTom Gundersen1-0/+4
This pulls out the hwdb managment from udevadm into an independent tool. The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead.
2014-12-09sd-bus: get rid of PID starttime conceptLennart Poettering1-5/+0
As kdbus no longer exports this, remove all traces from sd-bus too
2014-12-03build-sys: update man-listDavid Herrmann1-1/+3
Run 'make update-man-list'.
2014-12-03machine-id-commit: add man pagesDidier Roche1-0/+2
Add man pages for systemd-machine-id-commit.service and systemd-machine-id-commit.
2014-11-29timesyncd: Support timesyncd.conf.d directories in the usual search pathsJosh Triplett1-1/+6
2014-11-29resolved: Support resolved.conf.d directories in the usual search pathsJosh Triplett1-0/+5
2014-11-29coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett1-2/+4
2014-11-29bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett1-2/+4
2014-11-29systemd-sleep: Support sleep.conf.d directories in the usual search pathsJosh Triplett1-0/+5
2014-11-29journald: Support journald.conf.d directories in the usual search pathsJosh Triplett1-0/+5
2014-11-29core: Support system.conf.d and user.conf.d directories in the usual search ↵Josh Triplett1-1/+11
paths
2014-11-29man: Factor out a common snippet for .d directories and precedenceJosh Triplett1-0/+1
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.
2014-11-29man/logind.conf.xml: Make "man logind.conf.d" work tooJosh Triplett1-0/+5
2014-11-27man: add systemd-sysv-generator(8)Zbigniew Jędrzejewski-Szmek1-0/+10
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
2014-10-20man: document sd_bus_creds_get_connection_name()Lennart Poettering1-0/+5
2014-10-20man: document sd_machine_get_class() and sd_machine_get_ifindices()Lennart Poettering1-0/+7
2014-10-02man: add sd_event_set_name(3)Zbigniew Jędrzejewski-Szmek1-0/+7
2014-10-02man: add sd_event_get_fd(3)Zbigniew Jędrzejewski-Szmek1-0/+2
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.
2014-09-26make utmp/wtmp support configurableEmil Renner Berthing1-12/+17
This adds --disable-utmp option to configure. If it is used, all utmp-related functionality, including querying runlevel support, is removed.
2014-09-25man: document sd_event_add_{defer,post,exit}Zbigniew Jędrzejewski-Szmek1-0/+12
2014-09-25man: add sd_event_add_child(3)Zbigniew Jędrzejewski-Szmek1-0/+7
2014-09-25man: add sd_event_add_signal(3)Zbigniew Jędrzejewski-Szmek1-0/+7
2014-09-25build-sys: add sd_session_get_desktop to Makefile-man.amZbigniew Jędrzejewski-Szmek1-0/+5
Fixup for c72d5456e2d.
2014-09-25readahead: wipe out readaheadDaniel Buch1-31/+0
2014-08-26hibernate-resume-generator: add a generator for instantiating the resume unit.Ivan Shapovalov1-0/+2
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.
2014-08-26hibernate-resume: add a tool to write a device node's major:minor to ↵Ivan Shapovalov1-0/+7
/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.
2014-08-12timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCPLennart Poettering1-1/+3
2014-07-31man: add udev.conf(5)Zbigniew Jędrzejewski-Szmek1-0/+2
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.
2014-07-21man: merge systemd-verify with systemd-analyzeZbigniew Jędrzejewski-Szmek1-2/+0
2014-07-20man: add systemd-verify(1)Zbigniew Jędrzejewski-Szmek1-0/+2
2014-07-15man: document systemd-journal-uploadZbigniew Jędrzejewski-Szmek1-1/+3
2014-07-13man: add systemd-coredump(8) and a bunch of linksZbigniew Jędrzejewski-Szmek1-1/+3
2014-07-07man: document systemd-escape(1)Lennart Poettering1-0/+2
2014-07-07firstboot: get rid of firstboot generator again, introduce ↵Lennart Poettering1-3/+3
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.
2014-07-07man: document systemd-firstboot(1)Lennart Poettering1-0/+7
2014-07-02path: add new "systemd-path" utility for querying paths described in ↵Lennart Poettering1-0/+2
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.