Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-07 | timedatectl: avoid specifically referring to NTP | Lennart Poettering | |
systemd-timesyncd not only does NTP, but also manages clock monotonicity using a flags file. In future, it might learn PTP support. Hence don't expose its enablement state as "NTP" but use the more generic term "network time synchronization". After all, for similar reasons systemd-timesyncd is not called systemd-ntpd. | |||
2015-04-07 | man: update timedatectl(1)'s examples | Lennart Poettering | |
The output didn't match what we output these days. Also, "set-ntp" cannot be used to control chronyd anymore. | |||
2015-04-07 | man: document in timedatectl(1) that the NTP state shown reflects whether ↵ | Lennart Poettering | |
timesyncd is enabled | |||
2015-04-07 | man: document default timeouts and start limit parameters | Lennart Poettering | |
2015-04-02 | man: don't mention "journalctl /dev/sda" | Lennart Poettering | |
It never worked, and nobody ever worked on it, hence don't mention it. | |||
2015-03-31 | man: fix line breaks in code examples | Lennart Poettering | |
2015-03-24 | man: Second example systemd-socket-proxyd does not need a Unix socket listener. | David Strauss | |
2015-03-22 | man: add journal-remote.conf(5) | Chris Morgan | |
2015-03-19 | man: add h/H to tmpfiles.d(5) | Goffredo Baroncelli | |
2015-03-15 | man: standard-conf: change directory reference to wildcard | Alison Chaiken | |
2015-03-15 | network: add UseNTP DHCP option | Michael Marineau | |
Despite having the internal logic in place to enable/disable using NTP servers provided by DHCP the network config didn't expose the option. | |||
2015-03-14 | man: add sd_event_{run,wait,prepare,dispatch,loop} | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: fix indentation of copyright headers | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: no paren in link | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: fix name of systemd.journal-fields(7) | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: fix link to strerror(3) | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: s/sd_bus_message_get_seqno/sd_bus_message_get_seqnum/ | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: fix name of systemd.resource-control(5) | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: link to fd.o for dbus stuff | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: link to freebsd.org for inetd(8) | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: fix a bunch of links | Zbigniew Jędrzejewski-Szmek | |
All hail linkchecker! | |||
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann | |
Replace ENOTSUP by EOPNOTSUPP as this is what linux actually uses. | |||
2015-03-13 | man: update example 2 in systemd.network(5) | Zbigniew Jędrzejewski-Szmek | |
none/both/v4/v6 are deprecated in favour of no/yes/ipv4/ipv6. https://bugs.freedesktop.org/show_bug.cgi?id=89221 | |||
2015-03-12 | man: split paragraph | David Herrmann | |
Explicitly put the "multiple EnvironmentFile=" description into its own paragraph to make it much easier to find. | |||
2015-03-11 | man: fix links to compressors | Zbigniew Jędrzejewski-Szmek | |
2015-03-11 | udev: add SYSCTL{} support | Kay Sievers | |
2015-03-10 | tmpfiles: port to unquote_many_words() | daurnimator | |
2015-03-10 | man: document "machinectl export-tar" and "export-raw" | Lennart Poettering | |
2015-03-10 | add REMOTE_ADDR and REMOTE_PORT for Accept=yes | Shawn Landden | |
2015-03-09 | man: document machinectl import-tar and import-raw | Lennart Poettering | |
2015-03-09 | man: document that ExecStartPre= is not the place to start long-running ↵ | Lennart Poettering | |
processes | |||
2015-03-09 | Fix typos | Torstein Husebø | |
2015-03-06 | login: make hold-off timeout configurable | David Herrmann | |
This introduces 'HoldoffTimeoutSec' to logind.conf to make IGNORE_LID_SWITCH_{SUSPEND,STARTUP}_USEC configurable. Background: If an external monitor is connected, or if the system is docked, we want to ignore LID events. This is required to support setups where a laptop is used with external peripherals while the LID is closed. However, this requires us to probe all hot-plugged devices before reacting to LID events. But with modern buses like USB, the standards do not impose any timeout on the slots, so we have no chance to know whether a given slot is used or not. Hence, after resume and startup, we have to wait a fixed timeout to give the kernel a chance to probe devices. Our timeout has always been generous enough to support even the slowest devices. However, a lot of people didn't use these features and wanted to disable the hold-off timer. Now we provide a knob to do that. | |||
2015-03-04 | man: replace obsolete wiki link with man page | Zachary Cook | |
2015-03-04 | networkd: Make DHCP client ID creation configurable | Jan Janssen | |
2015-03-03 | Do not advertise .d snippets over main config file | Zbigniew Jędrzejewski-Szmek | |
For daemons which have a main configuration file, there's little reason for the administrator to use configuration snippets. They are useful for packagers which need to override settings, but we shouldn't advertise that as the main way of configuring those services. https://bugs.freedesktop.org/show_bug.cgi?id=89397 | |||
2015-03-03 | man: fix typo | Lennart Poettering | |
2015-03-02 | man: document that machinectl set-limit creates a btrfs loopback too | Lennart Poettering | |
2015-02-27 | man: correct description of systemd-user-sessions | Zbigniew Jędrzejewski-Szmek | |
That part of functionality was removed in 7fb3ee51c1b377. | |||
2015-02-27 | build-sys: make systemd-user-sessions conditional on PAM again | Zbigniew Jędrzejewski-Szmek | |
This undoes a part of previous commit: s-u-s is dependent on HAVE_PAM again, but not on HAVE_LOGIND. | |||
2015-02-27 | user-sessions: move into own subdir and build independently of logind | Ivan Shapovalov | |
Suggested by Zbyszek on IRC. [zj: /run/nologin is used with PAM. systemd-user-session is independent of logind.] | |||
2015-02-27 | networkd: add support for Uplink Failure Detection | Alin Rauta | |
Introduce BindCarrier= to indicate the set of links that determine if the current link should be brought UP or DOWN. [tomegun: add a bit to commit message] | |||
2015-02-25 | nspawn: make kill signal to use for PID 1 configurable | Lennart Poettering | |
2015-02-25 | machined,machinectl: add calls for changing container/VM quotas | Lennart Poettering | |
2015-02-23 | man: explain time units in tmpfiles | Zbigniew Jędrzejewski-Szmek | |
https://bugzilla.redhat.com/show_bug.cgi?id=1195294 | |||
2015-02-20 | man: make bootup graph consistent | Chris Morin | |
2015-02-19 | man: add newlines to the pull-raw example in machinectl(1) | Benjamin Franzke | |
They were removed in commit 798d3a52 ("Reindent man pages to 2ch"). | |||
2015-02-18 | nspawn: add support for --property= to set scope properties | Lennart Poettering | |
This is similar to systemd-run's --property= setting. | |||
2015-02-18 | Add man page and references to it. | Didier Roche | |
Add man page explaining the plymouth theme protocol, usage of the daemon as well as the socket activation part. Adapt existing fsck man page. | |||
2015-02-18 | gummiboot/sd-boot/systemd-boot: rename galore | Tom Gundersen | |
What used to be gummiboot, was renamed sd-boot when it was merged into systemd. Let's try to be a bit more consistent with the rest of systemd and rename it again as follows: The EFI bootloader is now called 'systemd-bootx64.efi', and its sources are in 'src/boot/efi/'. The drop-in directory where bootctl will find EFI loaders is now /usr/lib/systemd/boot/efi/. |