Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | man: add example how to generate certificates with openssl | Zbigniew Jędrzejewski-Szmek | |
2014-10-23 | sd-daemon,man: ignore missing $WATCHDOG_PID | Zbigniew Jędrzejewski-Szmek | |
Systemd 209 started setting $WATCHDOG_PID, and sd-daemon watch was modified to check for this variable. This means that sd_watchdog_enabled() stopped working with previous versions of systemd. But sd-event is a public library and API and we must keep it working even when a program compiled with a newer version of the libary is used on a system running an older version of the manager. getenv() and unsetenv() are fairly expensive calls, so optimize sd_watchdog_enabled() by not calling them when unnecessary. man: centralize the description of $WATCHDOG_PID and $WATCHDOG_USEC in the sd_watchdog_enabled manpage. It is better not to repeat the same stuff in two places. | |||
2014-10-23 | man: make udev.event-timeout more visible | Zbigniew Jędrzejewski-Szmek | |
Evidently some people had trouble finding it in the documentation. | |||
2014-10-23 | journalctl: add new --flush command and make use of it in ↵ | Lennart Poettering | |
systemd-journal-flush.service This new command will ask the journal daemon to flush all log data stored in /run to /var, and wait for it to complete. This is useful, so that in case of Storage=persistent we can order systemd-tmpfiles-setup afterwards, to ensure any possibly newly created directory in /var/log gets proper access mode and owners. | |||
2014-10-22 | sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and ↵ | Daniel Mack | |
sd_bus_get_peer_creds() Clean up the function namespace by renaming the following: sd_bus_get_owner_uid() → sd_bus_get_name_creds_uid() sd_bus_get_owner_machine_id() → sd_bus_get_name_machine_id() sd_bus_get_peer_creds() → sd_bus_get_owner_creds() | |||
2014-10-21 | man: add examples for coredumpctl | Ronny Chevalier | |
Add examples to clarify how to use coredumpctl See https://bugs.freedesktop.org/show_bug.cgi?id=83437 | |||
2014-10-21 | man: fix project reference for archlinux | Ronny Chevalier | |
2014-10-21 | man: add missing commas | Ronny Chevalier | |
2014-10-21 | man: move one more nspawn example into a proper <example> section | Lennart Poettering | |
2014-10-21 | man: use <example> instead of multiple <refsect1> for examples | Ronny Chevalier | |
2014-10-20 | man: try to reword explanation of Sockets= a bit | Lennart Poettering | |
2014-10-20 | man: fix localectl set-x11-keymap syntax description | Jan Synacek | |
2014-10-20 | man: document sd_bus_creds_get_connection_name() | Lennart Poettering | |
2014-10-20 | man: suffix C functions with () | Lennart Poettering | |
2014-10-20 | man: document sd_machine_get_class() and sd_machine_get_ifindices() | Lennart Poettering | |
2014-10-15 | man: fix copy/paste error in CPUQuota= section of resource-control | David Strauss | |
2014-10-15 | man: fix typos | Jan Synacek | |
2014-10-15 | man: we don't have 'Wanted' dependency | Lukas Nykryn | |
2014-10-12 | man: join tables in systemd-detect-virt(1) | Zbigniew Jędrzejewski-Szmek | |
I think it is more readable and nicer if everything is in one table. Also, describe what the return value, since it seems awkward to describe the change in behaviour with --quiet before describing what the default is. | |||
2014-10-10 | fstab-generator: Honor mount.usr*= on kernel command line | Tobias Hunger | |
This allows to configure boot loader entries for systems where the root and usr filesystems are in different subvolumes (or even on different drives). | |||
2014-10-10 | man: reference table in systemd-detect-virt(1) from ConditionVirtualization= ↵ | Lennart Poettering | |
documentation | |||
2014-10-10 | man: include zVM in systemd-detect-virt list | Lennart Poettering | |
2014-10-10 | man: rework VM/container identifier list into a table, and include ↵ | Lennart Poettering | |
descriptions for all entries (also remove chroot from the list, we don't detect that anymore) | |||
2014-10-09 | man: clarify what "microsoft" and "oracle" stand for | Rahul Sundaram | |
https://bugzilla.redhat.com/show_bug.cgi?id=1150477 | |||
2014-10-09 | man: document the new "rescue" kernel command line option | Lennart Poettering | |
2014-10-09 | man: SyslogIdentifier= has an effect on journal logging too | Lennart Poettering | |
2014-10-08 | man/systemctl: document enable on masked units | Jan Synacek | |
2014-10-08 | note on relative symlink in os-release | Rahul Sundaram | |
2014-10-08 | systemctl: add add-wants and add-requires verbs | Lukas Nykryn | |
2014-10-07 | man: mention docker as type of virtualization | Zbigniew Jędrzejewski-Szmek | |
2014-10-07 | /proc/sys prefixes are not necessary for sysctl anymore | Zbigniew Jędrzejewski-Szmek | |
2014-10-07 | man: document stripping of quotes | Zbigniew Jędrzejewski-Szmek | |
2014-10-07 | man: move commandline parsing to a separate section | Zbigniew Jędrzejewski-Szmek | |
It is very long already, and obscures the description of ExecStart, and it is about to get longer. | |||
2014-10-05 | ask-password: Add --echo to enable echoing the user input | David Sommerseth | |
Programs such as OpenVPN may use ask-password for not only retrieving passwords, but also usernames. Masking usernames with * seems just silly. v2 - Don't mess with termios flags, instead print the input instead of an asterix. Resolves issues with backspace and TAB input. v3 - Renamed 'do_echo' variables and argument to 'echo'. Also modified the ask_password_{tty,agent,auto} API instead of additional wrapper functions. [zj: undo changes to ask_password_auto, since no callers were using the new argument.] | |||
2014-10-03 | man: say that SecureBits= are space separated | Zbigniew Jędrzejewski-Szmek | |
2014-10-03 | man: use more markup in daemon(7) | Zbigniew Jędrzejewski-Szmek | |
2014-10-03 | man: fix sd_event_set_name compilation | Tom Gundersen | |
2014-10-03 | glib-event-glue: remove some unnecessary lines | Tom Gundersen | |
Not needed in an example. Should still shorten the license, but should make sure it is still complete so people can copy-paste without problems. | |||
2014-10-02 | man: add sd_event_set_name(3) | Zbigniew Jędrzejewski-Szmek | |
2014-10-02 | man: add sd_event_get_fd(3) | Zbigniew Jędrzejewski-Szmek | |
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. | |||
2014-10-02 | Fix order and document user unit dirs | Zbigniew Jędrzejewski-Szmek | |
Fixup for 718880ba0d 'add a transient user unit directory'. | |||
2014-10-02 | journalctl: add --utc option | Jan Synacek | |
Introduce option to display time in UTC. | |||
2014-10-02 | Correct a few typos | Torstein Husebø | |
2014-09-29 | swap: introduce Discard property | Jan Synacek | |
Process possible "discard" values from /etc/fstab. | |||
2014-09-26 | make utmp/wtmp support configurable | Emil Renner Berthing | |
This adds --disable-utmp option to configure. If it is used, all utmp-related functionality, including querying runlevel support, is removed. | |||
2014-09-25 | man: use <constant> markup for errno value | Zbigniew Jędrzejewski-Szmek | |
We were inconsistent, but marking them up as constants makes more sense then as variables. | |||
2014-09-25 | man: document sd_event_add_{defer,post,exit} | Zbigniew Jędrzejewski-Szmek | |
2014-09-25 | man: add sd_event_add_child(3) | Zbigniew Jędrzejewski-Szmek | |
2014-09-25 | man: add sd_event_add_signal(3) | Zbigniew Jędrzejewski-Szmek | |
2014-09-25 | man/sd_event_new: tweaks | Zbigniew Jędrzejewski-Szmek | |