Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-06-19 | coredump: coredumpctl is so useful now, make it a first-class citizen | Lennart Poettering | |
Drop the "systemd-" prefix, renaming it from "systemd-coredumpctl" to "coredumpctl". | |||
2014-05-24 | man: describe sd_uid_get_display | Zbigniew Jędrzejewski-Szmek | |
2014-05-19 | resolved: add daemon to manage resolv.conf | Tom Gundersen | |
Also remove the equivalent functionality from networkd. | |||
2014-05-06 | man: document sd_event_add_time(3) | Lennart Poettering | |
2014-04-29 | networkd: fix distcheck | Tom Gundersen | |
2014-04-29 | timesyncd: add unit and man page | Kay Sievers | |
2014-04-26 | networkd-wait-online: drop config file and add commandline options instead | Tom Gundersen | |
2014-04-24 | networkd-wait-online: improve interoptability and enable by default | Tom Gundersen | |
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. | |||
2014-04-13 | man: add man page for sd_event_new() | Lennart Poettering | |
2014-03-18 | man: dcument sd_bus_negotiate_fds() and friends | Lennart Poettering | |
2014-03-17 | sd-login: add calls that retrieve credentials of peers connected to AF_UNIX ↵ | Lennart Poettering | |
peers This is supposed to be an extension of SO_PEERCRED and SO_PEERSEC, except for cgroup information. | |||
2014-03-17 | journal-remote: HTTP(s) support | Zbigniew Jędrzejewski-Szmek | |
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. | |||
2014-03-17 | journal-remote: tool to receive messages over the network | Zbigniew Jędrzejewski-Szmek | |
2014-03-11 | bus: replace sd_bus_label_{escape,unescape}() by new ↵ | Lennart Poettering | |
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. | |||
2014-03-06 | build-sys: update intructions for Makefile-man.am regeneration | Zbigniew Jędrzejewski-Szmek | |
2014-03-06 | man: describe functions for appending to messages | Zbigniew Jędrzejewski-Szmek | |
2014-02-25 | man: split out systemd.net{work,dev}(5) from systemd-networkd(8) | Tom Gundersen | |
2014-02-25 | man: split out systemd.link(5) from udev(7) | Tom Gundersen | |
2014-02-20 | man: xinclude pkg-config note | Zbigniew Jędrzejewski-Szmek | |
2014-02-20 | man: xinclude --user/--system | Zbigniew Jędrzejewski-Szmek | |
2014-02-20 | man: xinclude --help/--version/--no-pager | Zbigniew Jędrzejewski-Szmek | |
2014-02-20 | build-sys: add conditionals and regenerate manpage list | Zbigniew Jędrzejewski-Szmek | |
The list of man pages is auto generated, based on conditonal='...' attributes in the man page itself. | |||
2014-02-19 | build-sys: install experimental man pages only with --enable-kdbus | Kay Sievers | |
2014-01-22 | man: document message timestamping/sequence number API | Lennart Poettering | |
2014-01-11 | man: add busctl(1) | Zbigniew Jędrzejewski-Szmek | |
2014-01-07 | man: document label escaping functions | Zbigniew Jędrzejewski-Szmek | |
2014-01-07 | man: document sd-bus error functions | Zbigniew Jędrzejewski-Szmek | |
2014-01-05 | man: document some more bus functions | Zbigniew Jędrzejewski-Szmek | |
2014-01-04 | man: document a batch of bus functions | Zbigniew Jędrzejewski-Szmek | |
2013-12-25 | man: document sd_bus_message_get_cookie() | Lennart Poettering | |
2013-12-22 | sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USEC | Lennart Poettering | |
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. | |||
2013-12-22 | man: fix make install | Marc-Antoine Perennou | |
commit 5b04fe60004e7c5cd5a43648ede3e6a965e70b8c broke it with ‘./man/sd_session_is_remote.3’: No such file or directory | |||
2013-12-21 | libsystemd-login: add sd_session_get_remote_{host, user} | Mantas Mikulėnas | |