Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-19 | man: add networkctl(1) | Zbigniew Jędrzejewski-Szmek | |
2015-01-07 | man: document nss-mymachines | Lennart Poettering | |
2015-01-07 | man: add an alias to libnss_myhostname.so2 for nss-myhostname | Lennart Poettering | |
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-06 | core: add new logic for services to store file descriptors in PID 1 | Lennart Poettering | |
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-20 | build: add option to disable hwdb | Umut Tezduyar Lindskog | |
[tomegun: fix Makefile-man.am, based on fix from Michael Biebl] | |||
2014-12-18 | systemd-hwdb: introduce new tool | Tom Gundersen | |
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-09 | sd-bus: get rid of PID starttime concept | Lennart Poettering | |
As kdbus no longer exports this, remove all traces from sd-bus too | |||
2014-12-03 | build-sys: update man-list | David Herrmann | |
Run 'make update-man-list'. | |||
2014-12-03 | machine-id-commit: add man pages | Didier Roche | |
Add man pages for systemd-machine-id-commit.service and systemd-machine-id-commit. | |||
2014-11-29 | timesyncd: Support timesyncd.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | resolved: Support resolved.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | coredump: Support coredump.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | bootchart: Support bootchart.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | systemd-sleep: Support sleep.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | journald: Support journald.conf.d directories in the usual search paths | Josh Triplett | |
2014-11-29 | core: Support system.conf.d and user.conf.d directories in the usual search ↵ | Josh Triplett | |
paths | |||
2014-11-29 | man: Factor out a common snippet for .d directories and precedence | Josh Triplett | |
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-29 | man/logind.conf.xml: Make "man logind.conf.d" work too | Josh Triplett | |
2014-11-27 | man: add systemd-sysv-generator(8) | Zbigniew Jędrzejewski-Szmek | |
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-20 | man: document sd_bus_creds_get_connection_name() | Lennart Poettering | |
2014-10-20 | man: document sd_machine_get_class() and sd_machine_get_ifindices() | Lennart Poettering | |
2014-10-02 | man: add sd_event_set_name(3) | Zbigniew Jędrzejewski-Szmek | |
2014-10-02 | man: add sd_event_get_fd(3) | Zbigniew Jędrzejewski-Szmek | |
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-26 | make utmp/wtmp support configurable | Emil Renner Berthing | |
This adds --disable-utmp option to configure. If it is used, all utmp-related functionality, including querying runlevel support, is removed. | |||
2014-09-25 | man: document sd_event_add_{defer,post,exit} | Zbigniew Jędrzejewski-Szmek | |
2014-09-25 | man: add sd_event_add_child(3) | Zbigniew Jędrzejewski-Szmek | |
2014-09-25 | man: add sd_event_add_signal(3) | Zbigniew Jędrzejewski-Szmek | |
2014-09-25 | build-sys: add sd_session_get_desktop to Makefile-man.am | Zbigniew Jędrzejewski-Szmek | |
Fixup for c72d5456e2d. | |||
2014-09-25 | readahead: wipe out readahead | Daniel Buch | |
2014-08-26 | hibernate-resume-generator: add a generator for instantiating the resume unit. | Ivan Shapovalov | |
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-26 | hibernate-resume: add a tool to write a device node's major:minor to ↵ | Ivan Shapovalov | |
/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-12 | timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP | Lennart Poettering | |
2014-07-31 | man: add udev.conf(5) | Zbigniew Jędrzejewski-Szmek | |
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-21 | man: merge systemd-verify with systemd-analyze | Zbigniew Jędrzejewski-Szmek | |
2014-07-20 | man: add systemd-verify(1) | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | man: document systemd-journal-upload | Zbigniew Jędrzejewski-Szmek | |
2014-07-13 | man: add systemd-coredump(8) and a bunch of links | Zbigniew Jędrzejewski-Szmek | |
2014-07-07 | man: document systemd-escape(1) | Lennart Poettering | |
2014-07-07 | firstboot: get rid of firstboot generator again, introduce ↵ | Lennart Poettering | |
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-07 | man: document systemd-firstboot(1) | Lennart Poettering | |
2014-07-02 | path: add new "systemd-path" utility for querying paths described in ↵ | Lennart Poettering | |
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. | |||
2014-07-01 | man: document systemd-update-done.service | Lennart Poettering | |
2014-06-30 | man: add a minimized, modernized description of the file system hierarchy ↵ | Lennart Poettering | |
systemd suggests | |||
2014-06-29 | man: document the sysusers tool | Lennart Poettering | |
2014-06-26 | man: add coredump.conf(5) | Zbigniew Jędrzejewski-Szmek | |
2014-06-23 | Revert "Add systemd-coredumpctl as an alias for coredumpctl" | Zbigniew Jędrzejewski-Szmek | |
This reverts the documentation part of commit dfdd0e0730385eef08f019863fd41168b05b6ab0. | |||
2014-06-22 | Add systemd-coredumpctl as an alias for coredumpctl | Zbigniew Jędrzejewski-Szmek | |
Should make the transition easier for exisiting users. | |||
2014-06-20 | build-sys: fix indentation in make-man-rules generated output | Filipe Brandenburger | |
This fixes the footer where 7 spaces were used on the first line of EXTRA_DIST, but a Tab was clearly intended. | |||
2014-06-19 | man: add documentation for systemd-debug-generator | Lennart Poettering | |
2014-06-19 | build-sys: run forgotten 'make update-man-list' | Lennart Poettering | |