summaryrefslogtreecommitdiff
path: root/Makefile-man.am
Commit message (Collapse)AuthorAge
...
* networkd-wait-online: drop config file and add commandline options insteadTom Gundersen2014-04-26
|
* networkd-wait-online: improve interoptability and enable by defaultTom Gundersen2014-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | To make sure we don't delay boot on systems where (some) network links are managed by someone else we don't block if something else has successfully brought up a link. We will still block until all links we are aware of that are managed by networkd have been configured, but if no such links exist, and someone else have configured a link sufficiently that it has a carrier, it may be that the link is ready so we should no longer block. Note that in all likelyhood the link is not ready (no addresses/routes configured), so whatever network managment daemon configured it should provide a similar wait-online service to block network-online.target until it is ready. The aim is to block as long as we know networking is not fully configured, but no longer. This will allow systemd-networkd-wait-online.service to be enabled on any system, even if we don't know whether networkd is the main/only network manager. Even in the case networking is fully configured by networkd, the default behavior may not be sufficient: if two links need to be configured, but the first is fully configured before the second one appears we will assume the network is up. To work around that, we allow specifying specific devices to wait for before considering the network up. This unit is enabled by default, just like systemd-networkd, but will only be pulled in if anyone pulls in network-online.target.
* man: add man page for sd_event_new()Lennart Poettering2014-04-13
|
* man: dcument sd_bus_negotiate_fds() and friendsLennart Poettering2014-03-18
|
* sd-login: add calls that retrieve credentials of peers connected to AF_UNIX ↵Lennart Poettering2014-03-17
| | | | | | | peers This is supposed to be an extension of SO_PEERCRED and SO_PEERSEC, except for cgroup information.
* journal-remote: HTTP(s) supportZbigniew Jędrzejewski-Szmek2014-03-17
| | | | | | | | | | | | | | | | | The whole tool is made dependent on µhttpd availability. It should be easy to make the µhttpd parts conditional, but since transfer over HTTP seems to be the primary use case, currently this is not done. Current implementation uses nested epoll loops: sd-event is used for the external event loop, and µhttpd uses epoll in its own loop. Unfortunately µhttpd does not expose enough information to add the descriptors it uses to the external event loop. This means that starvation of other events is possible, if one of the inner µhttpd loops is constantly busy. This means that µhttpd servers should not be mixed with other sources. The TLS authentication parts haven't been really tested properly, and should not be take too seriously.
* journal-remote: tool to receive messages over the networkZbigniew Jędrzejewski-Szmek2014-03-17
|
* bus: replace sd_bus_label_{escape,unescape}() by new ↵Lennart Poettering2014-03-11
| | | | | | | | | | | sd_bus_path_{encode,decode}() The new calls work similarly, but enforce a that a common, fixed bus path prefix is used. This follows discussions with Simon McVittie on IRC that it should be a good idea to make sure that people don't use the escaping applied here too wildly as anything other than the last label of a bus path.
* build-sys: update intructions for Makefile-man.am regenerationZbigniew Jędrzejewski-Szmek2014-03-06
|
* man: describe functions for appending to messagesZbigniew Jędrzejewski-Szmek2014-03-06
|
* man: split out systemd.net{work,dev}(5) from systemd-networkd(8)Tom Gundersen2014-02-25
|
* man: split out systemd.link(5) from udev(7)Tom Gundersen2014-02-25
|
* man: xinclude pkg-config noteZbigniew Jędrzejewski-Szmek2014-02-20
|
* man: xinclude --user/--systemZbigniew Jędrzejewski-Szmek2014-02-20
|
* man: xinclude --help/--version/--no-pagerZbigniew Jędrzejewski-Szmek2014-02-20
|
* build-sys: add conditionals and regenerate manpage listZbigniew Jędrzejewski-Szmek2014-02-20
| | | | | The list of man pages is auto generated, based on conditonal='...' attributes in the man page itself.
* build-sys: install experimental man pages only with --enable-kdbusKay Sievers2014-02-19
|
* man: document message timestamping/sequence number APILennart Poettering2014-01-22
|
* man: add busctl(1)Zbigniew Jędrzejewski-Szmek2014-01-11
|
* man: document label escaping functionsZbigniew Jędrzejewski-Szmek2014-01-07
|
* man: document sd-bus error functionsZbigniew Jędrzejewski-Szmek2014-01-07
|
* 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
|