summaryrefslogtreecommitdiff
path: root/Makefile-man.am
Commit message (Collapse)AuthorAge
* Updated man pages.Sven Eden2017-03-14
|
* Remove sd_is_mqSven Eden2017-03-14
| | | | | | | * src/systemd/sd-daemon.h: * src/libelogind/sd-daemon/sd-daemon.c (sd_is_mq): Remove unused function that depended on librt. Ultimately we should remove this header at some point.
* Fix man page building to be less systemd and more elogind.Sven Eden2017-03-14
|
* Remove man/sd[-_]bus[-_]error*.xml files, as elogind does not provide a ↵Sven Eden2017-03-14
| | | | systemd dbus interface to control.
* Remove APPARMOR, BLKID and SECCOMP checks and feature.Sven Eden2017-03-14
| | | | | Remove logind check, it is always built as elogind anyway. Remove ENABLE_LOGIND conditional from man pages.
* Prep v226: Apply missing fixes and changes to src/basicSven Eden2017-03-14
|
* Prep v225: Regenerate Makefile-man.amSven Eden2017-03-14
|
* Prep v224: Major cleanup of unneeded functions and some source files.Sven Eden2017-03-14
|
* Prep v223: Remove superfluous src/resolve/resolved-llmnr.[hc]Sven Eden2017-03-14
|
* Prep v222: Update build system:Sven Eden2017-03-14
| | | | | | | | - The content of the man pages directory has been overhauled - Makefile-man.am was regenerated - Makefile.am and configure.ac needed a few addtitions and fixes - Some masked functions had to be unmasked - Now superfluous files have been removed
* Prep v220: Update non-critical root files to the upstream versions.Sven Eden2017-03-14
|
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
| | | | | | | | | | | | | | This commit replays the moving around of source files that have been done between systemd-219 and systemd-221. Further the Makefile.am is synchronized with the upstream version and then "re-cleaned". A lot of functions, that are not used anywhere in elogind have been coated into #if 0/#endif directives to further shorten the list of dependencies. All unneeded files have been removed.
* Compiling.Andy Wingo2015-04-08
|
* Remove HAVE_PYTHON bitsAndy Wingo2015-04-08
|
* Remove SysV compatAndy Wingo2015-04-08
|
* man: add journal-remote.conf(5)Chris Morgan2015-03-22
|
* man: add sd_event_{run,wait,prepare,dispatch,loop}Zbigniew Jędrzejewski-Szmek2015-03-14
|
* Add man page and references to it.Didier Roche2015-02-18
| | | | | | Add man page explaining the plymouth theme protocol, usage of the daemon as well as the socket activation part. Adapt existing fsck man page.
* man: add systemd.generator(7)Zbigniew Jędrzejewski-Szmek2015-02-10
| | | | | | | | | 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
* build-sys: mark systemd-firstboot man page as conditionalMichael Biebl2015-02-04
| | | | Rebuild Makefile-man.am accordingly.
* man: add networkctl(1)Zbigniew Jędrzejewski-Szmek2015-01-19
|
* man: document nss-mymachinesLennart Poettering2015-01-07
|
* man: add an alias to libnss_myhostname.so2 for nss-myhostnameLennart Poettering2015-01-07
| | | | | The module appears under the name "libnss_myhostname.so.2" in the file system, hence let's link it up under that name.
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-06
| | | | | | | | | | | | | | 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.
* build: add option to disable hwdbUmut Tezduyar Lindskog2014-12-20
| | | | [tomegun: fix Makefile-man.am, based on fix from Michael Biebl]
* systemd-hwdb: introduce new toolTom Gundersen2014-12-18
| | | | | | | | 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.
* sd-bus: get rid of PID starttime conceptLennart Poettering2014-12-09
| | | | As kdbus no longer exports this, remove all traces from sd-bus too
* build-sys: update man-listDavid Herrmann2014-12-03
| | | | Run 'make update-man-list'.
* machine-id-commit: add man pagesDidier Roche2014-12-03
| | | | | Add man pages for systemd-machine-id-commit.service and systemd-machine-id-commit.
* 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.