summaryrefslogtreecommitdiff
path: root/Makefile-man.am
Commit message (Collapse)AuthorAge
* man: document some more bus functionsZbigniew Jędrzejewski-Szmek2014-01-05
|
* man: document a batch of bus functionsZbigniew Jędrzejewski-Szmek2014-01-04
|
* man: document sd_bus_message_get_cookie()Lennart Poettering2013-12-25
|
* sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering2013-12-22
| | | | | | | | Also, introduce a new environment variable named $WATCHDOG_PID which cotnains the PID of the process that is supposed to send the keep-alive events. This is similar how $LISTEN_FDS and $LISTEN_PID work together, and protects against confusing processes further down the process tree due to inherited environment.
* man: fix make installMarc-Antoine Perennou2013-12-22
| | | | | commit 5b04fe60004e7c5cd5a43648ede3e6a965e70b8c broke it with ‘./man/sd_session_is_remote.3’: No such file or directory
* libsystemd-login: add sd_session_get_remote_{host, user}Mantas Mikulėnas2013-12-21
|
* build-sys: add xml sources to EXTRA_DISTZbigniew Jędrzejewski-Szmek2013-12-21
| | | | | | Apparently automake does not include the sources if they are under a conditional that is disabled when making dist. This means that everything would have to be enabled to make distcheck work.
* man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)Zbigniew Jędrzejewski-Szmek2013-12-21
|
* build-sys: add sd_j_open_container manpage aliasZbigniew Jędrzejewski-Szmek2013-12-20
|
* bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ↵Lennart Poettering2013-12-03
| | | | | | | | | | | | other calls Instead of returning an enum of return codes, make them return error codes like kdbus does internally. Also, document this behaviour so that clients can stick to it. (Also rework bus-control.c to always have to functions for dbus1 vs. kernel implementation of the various calls.)
* man: move socket-proxyd man page to section 8, since it is not in the $PATHLennart Poettering2013-11-28
|
* man: add bootctl(8)Marko Myllynen2013-11-13
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1014303
* build-sys: make networkd man pages conditionalTom Gundersen2013-11-12
|
* man: networkd - add documentationTom Gundersen2013-11-10
|
* man: add docs for sd_is_special() and some man page symlinksLennart Poettering2013-11-07
|
* socket-proxyd: rename from saproxyLennart Poettering2013-10-18
| | | | | | | | | The thing is a daemon, hence needs a "d" prefix. Also, we tend to not abbreviate names of background components unnecessarily, since they are not primary commands people type. Then, the fact that this thing does socket actviation is mostly in implementationd detail for the proxy. Also, do some minor indenting clean-ups and other code updates.
* Rename sabridge to saproxy to be less crypticDavid Strauss2013-10-15
|
* Add sabridge for socket activation of traditional daemonsDavid Strauss2013-10-15
|
* rfkill: add new rfkill tool to save/restore rfkill state across rebootsLennart Poettering2013-10-14
| | | | This works analogous to the existing backlight and random seed services
* man: drop references to "cgroup" wher appropriateLennart Poettering2013-09-27
| | | | | | | | | | | Since cgroups are mostly now an implementation detail of systemd lets deemphasize it a bit in the man pages. This renames systemd.cgroup(5) to systemd.resource-control(5) and uses the term "resource control" rather than "cgroup" where appropriate. This leaves the word "cgroup" in at a couple of places though, like for example systemd-cgtop and systemd-cgls where cgroup stuff is at the core of what is happening.
* sd-login: add a public accessor for the VT numberGiovanni Campagna2013-09-11
| | | | | The VT number was already part of the DBus API, but was not exposed in the C API.
* man; document gpt-auto-generatorLennart Poettering2013-08-13
|
* man: document systemd-efi-boot-generatorLennart Poettering2013-08-14
|
* man: add man page for systemd-backlight@.serviceLennart Poettering2013-08-14
|
* man: document sd_pid_get_slice() call of libsystemd-loginLennart Poettering2013-07-19
|
* man: document the slice and scope units, add systemd.cgroup(5)Zbigniew Jędrzejewski-Szmek2013-07-12
|
* man: document systemd-runZbigniew Jędrzejewski-Szmek2013-07-10
|
* man: document machinectl and systemd-machinedZbigniew Jędrzejewski-Szmek2013-07-06
|
* build-sys: remove SD_JOURNAL_SYSTEM_ONLY(3) from MakefileZbigniew Jędrzejewski-Szmek2013-06-10
|
* journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek2013-06-10
| | | | | | | | | | | | This allows the caller to explicitly specify which journal files should be opened. The same functionality could be achieved before by creating a directory and playing around with symlinks. It is useful to debug stuff and explore the journal, and has been requested before. Waiting is supported, the journal will notice modifications on the files supplied when opening the journal, but will not add any new files.
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-10
| | | | | | | | | | | | | | | | This is the just the library part. SD_JOURNAL_CURRENT_USER flags is added to sd_j_open(), to open files from current user. SD_JOURNAL_SYSTEM_ONLY is renamed to SD_JOURNAL_SYSTEM, and changed to mean to (also) open system files. This way various flags can be combined, which gives them nicer semantics, especially if other ones are added later. Backwards compatibility is kept, because SD_JOURNAL_SYSTEM_ONLY is equivalent to SD_JOURNAL_SYSTEM if used alone, and before there we no other flags.
* utmp: turn systemd-update-utmp-shutdown.service into a normal runtime serviceLennart Poettering2013-05-16
| | | | | | | | | | With this change systemd-update-utmp-shutdown.service is replaced by systemd-update-utmp.service which is started at boot and stays around until shutdown. This allows us to properly order the unit against both /var/log and auditd. https://bugzilla.redhat.com/show_bug.cgi?id=853104 https://bugs.freedesktop.org/show_bug.cgi?id=64365
* units: rework systemd-random-seed-{load,save}.service to be a single serviceLennart Poettering2013-05-15
| | | | | | That way ordering it with MountsRequiredFor= works properly, as this no longer results in mount units start requests to be added to the shutdown transaction that conflict with stop requests for the same unit.
* systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2013-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | A new config file /etc/systemd/sleep.conf is added. It is parsed by systemd-sleep and logind. The strings written to /sys/power/disk and /sys/power/state can be configured. This allows people to use different modes of suspend on systems with broken or special hardware. Configuration is shared between systemd-sleep and logind to enable logind to answer the question "can the system be put to sleep" as correctly as possible without actually invoking the action. If the user configured systemd-sleep to only use 'freeze', but current kernel does not support it, logind will properly report that the system cannot be put to sleep. https://bugs.freedesktop.org/show_bug.cgi?id=57793 https://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=7e73c5ae6e7991a6c01f6d096ff8afaef4458c36 http://lists.freedesktop.org/archives/systemd-devel/2013-February/009238.html SYSTEM_CONFIG_FILE and USER_CONFIG_FILE defines were removed since they were used in only a few places and with the addition of /etc/systemd/sleep.conf it becomes easier to just append the name of each file to the dir name.
* Makefile-man.am: updateKay Sievers2013-04-27
|
* man: link systemd-tmpfiles-setup-dev.serviceUmut Tezduyar2013-04-23
|
* build-sys: run 'make update-man-list'Lennart Poettering2013-04-19
|
* build-sys: make sure kdbus.h is part of tarballZbigniew Jędrzejewski-Szmek2013-04-17
| | | | Also fix 'update-man-list' rule and add rules for new man pages.
* build-sys: add new man pages to makefileLennart Poettering2013-04-05
|
* Revert "build-sys: substitute strings in systemd.unit(5)"Zbigniew Jędrzejewski-Szmek2013-03-29
| | | | | | | This reverts commits c78ab91132aab9193f3c17a9a206f8825ff4be84 and 185c3be03cec26023acc11b49553753aa7330a1d. It is simpler to just use includes...
* build-sys: generate links for html alias pagesZbigniew Jędrzejewski-Szmek2013-03-09
|
* build-sys: build and install systemd-coredumpctl conditionallyMichael Biebl2013-03-04
| | | | | If coredump support is disabled via --disable-coredump, do not build and install the systemd-coredumpctl binary and man page.
* build-sys: do not install pam_systemd(8) without PAMZbigniew Jędrzejewski-Szmek2013-03-04
|
* build-sys: do not install logind manpages when disabledZbigniew Jędrzejewski-Szmek2013-03-04
| | | | The condition was wrong: HAVE_PAM -> ENABLE_LOGIND.
* systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek2013-02-27
|
* build-sys: fix update-man-rules for vpath buildsZbigniew Jędrzejewski-Szmek2013-02-27
|
* kernel-install: add kernel-install toolHarald Hoyer2013-02-25
|
* man: rename systemd.conf to systemd-system.confZbigniew Jędrzejewski-Szmek2013-02-13
| | | | | | | Alias as systemd-user.conf is also provided. This should help users running systemd in session mode. https://bugzilla.redhat.com/show_bug.cgi?id=690868
* build-sys: substitute strings in systemd.unit(5)Zbigniew Jędrzejewski-Szmek2013-02-06
| | | | | Makefile.am is updated to deal with .xml.in sources. Nothing in the output is really changed yet, this is just preparation.
* build-sys: create Makefile-man.am automaticallyZbigniew Jędrzejewski-Szmek2013-02-06
| | | | | | | | | | | | | | | | | | | man rules were repeating the same information in too many places, which was error prone. Those rules can be easily generated from .xml files. For efficiency and because python is not a required dependency, Makefile-man.am is only regenerated when requested with make update-man-list If no metadata in man/*.xml changed, this file should not change. So only when a new man page or a new alias is added, this file should show up in 'git diff'. The change should then be committed. If the support for building from git without python was dropped, we could drop Makefile-man.am from version control. This would also increase the partial build time (since more stuff would be rebuild whenever sources in man/*.xml would be modified), so it would probably wouldn't be worth it.