summaryrefslogtreecommitdiff
path: root/man/rules
Commit message (Collapse)AuthorAge
* man: add a description of user@.service, user-runtime-dir@.service, user-*.sliceZbigniew Jędrzejewski-Szmek2018-10-29
| | | | | | Fixes #9590. (cherry picked from commit a99655b0521cb9ede20e8d21622280dcfbdd02c7)
* Prep v239: Mask unneeded test in test-strip-ansiSven Eden2018-09-29
| | | | | | | | | | | | | | The final test use the outcome of the already masked part that utilizes terminal_urlify_path(). That function is masked, because it is nowhere used within elogind. The previously unmasked final test used the outcome of that already masked part and therefore crashed. Bug: https://github.com/elogind/elogind/issues/81 Closes: https://github.com/elogind/elogind/issues/81 Signed-of-by: Sven Eden <sven.eden@prydeworx.com>
* Prep v239: Remove portabled, rc-local and time-sync.Sven Eden2018-08-24
| | | | They, or at least bits of them, have slithered in during migration.
* Build system: Fix various issues that came from errornous migration.Sven Eden2018-08-24
| | | | | | | No matter how much advanced check_tree.pl is, there are plenty possibilities where upstream changes can be transported wrong. Mainly adding something we then have to mask out. But at the end of the day this is actually wanted, so we do not miss important changes.
* man: use systemd-boot instead of sd-bootYu Watanabe2018-08-24
|
* sd-event: document sd_event_source_set_io_fd_own()Lennart Poettering2018-08-24
| | | | With this we have 100% of the sd-event symbols documented again. Yay!
* sd-event: add destroy callback logic to sd-event tooLennart Poettering2018-08-24
| | | | | This adds what has been added to sd_bus_slot and sd_bus_track to sd_event too.
* sd-bus: also add destroy callbacks to sd_bus_track objectsLennart Poettering2018-08-24
| | | | | This augments previous work for this for sd_bus_slot objects, and adds the same concept to sd_bus_track objects, too.
* bus: optionally call a callbacks for cleanupZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | | | | | | | | | | | This adds a function sd_bus_slot_set_destroy_callback() to set a function which can free userdata or perform other cleanups. sd_bus_slot_get_destory_callback() queries the callback, and is included for completeness. Without something like this, for floating asynchronous callbacks, which might be called or not, depending on the sequence of events, it's hard to perform resource cleanup. The alternative would be to always perform the cleanup from the caller too, but that requires more coordination and keeping of some shared state. It's nicer to keep the cleanup contained between the callback and the function that requests the callback.
* man: document the new sd_event_add_inotify() callLennart Poettering2018-08-24
|
* man: document the new sd_bus_slot_set_floating() callLennart Poettering2018-08-24
| | | | | Also extend the memory management description of sd-bus highlighting the effect of "floating" slot objects a bit.
* man: add man pages for the portable service stuffLennart Poettering2018-08-24
|
* man: update references to systemd-journal-{remote,upload}Yu Watanabe2018-08-24
| | | | Fixes #8920 and #8921.
* man: add explanations of show-timesync and timesync-status commandsYu Watanabe2018-08-24
|
* man: create man page for resolvectlYu Watanabe2018-08-24
|
* man: add a new page with a general description of common syntaxZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | | | | We have a common parser, but for the user it might be completely unobvious that the same general rules apply to all those files. Let's add a page about the basic syntax so that the more specific pages don't have to repeat those details.
* meson: fix indentation for systemd-time-sync-wait(5) entriesZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | Those files should not be updated manually, because then automatic updates contain spurious "changes".
* Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello2018-08-24
| | | | | Per some discussion with Gnome folks, they would prefer this name as it's more descriptive of what's happening.
* time-sync-wait: add service (#8494)Peter A. Bigot2018-08-24
| | | | | This one-shot service waits until the kernel time has been set to synchronized.
* Prep v238: Regenerate (and secure) lost man rules (See issue #68)Sven Eden2018-06-29
|
* Prep v238: Applied some upstream updates to man (1/5)Sven Eden2018-06-04
|
* sd-bus: add APIs to query the current read and write queue sizeLennart Poettering2018-05-30
|
* man: document all the new APIs we addedLennart Poettering2018-05-30
|
* man: add a systemd-rc-local-generator(8) man pageLennart Poettering2018-05-30
| | | | | | | Most importantly, let's highlight the differences to the rc-local behaviour in SysV. Fixes: #7703
* Manpages: update elogind refentry for better handling through check_tree.plSven Eden2018-04-19
|
* Prep v235: Update build system to fit elogindSven Eden2017-08-16
| | | | | | - Update man/rules/meson.build with elogind set of xml files. - Update documentation generating tools to fit elogind. - Follow upstream and link against libelogind-shared-<version>.so
* General: Update build system to upstream support of meson+ninja.Sven Eden2017-08-04
Upstream thinks, that the auto tools are too 'legacy', or that they are at least no longer fitting. We follow, as the classic auto tools files have been removed, so no other choice here...