Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-22 | man: fix example in systemd-run(1) | Lennart Poettering | |
Reported by Holger Reif. | |||
2015-04-22 | man: elaborate on the order by which tmpfiles operations are executed | Lennart Poettering | |
2015-04-21 | build-sys: move systemd.pc from pkgconfiglibdir back into pkgconfigdatadir | Lennart Poettering | |
The original idea of systemd.pc was to contain arch-independent system and systemd information. By exposing libdir as part of the fields (added in eb39a6239c631873db62f6a942e6cb3dab0a2db4), it started to carry arch-dependent data, thus breaking multilib systems. It was then moved to pkgconfiglibdir to deal with this (in aec432c6134146e138124c4130be2ee89dca07fa), but actually the right approach is to simply not include libdir in the .pc file at all. THis patch hence more or less reverts both commits again, and moves the .pc file back into pkgconfigdatadir. As alternative for querying the systems primary libdir there's now "systemd-path system-library-arch", hence a more correct alternative exists for querying this variable from the .pc file. | |||
2015-04-21 | automount: add expire support | Michael Olbrich | |
2015-04-21 | networkd man: fix man and config name. | Susant Sahani | |
Rename bond confs and man as well. [tomegun: dropped a stray comma] | |||
2015-04-20 | networkd: Add support for bond option. | Susant Sahani | |
This patch adds configurational support for bond option. Test conf: bond.netdev --- [NetDev] Name=bond1 Kind=bond [Bond] ArpAllTargets=all PrimaryReselect=better ArpIntervalSec=10s ArpIpTargets= 192.168.8.102 192.168.8.101 192.168.8.102 --- $cat /proc/net/bonding/bond1 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Bonding Mode: load balancing (round-robin) MII Status: up MII Polling Interval (ms): 0 Up Delay (ms): 0 Down Delay (ms): 0 ARP Polling Interval (ms): 10000 ARP IP target/s (n.n.n.n form): 192.168.8.100, 192.168.8.101, 192.168.8.102 | |||
2015-04-20 | networkd vxlan: Add support for enabling UDP checksums | Susant Sahani | |
Add UDPCheckSum option to enable transmitting UDP checksums when doing VXLAN/IPv4. Add UDP6ZeroChecksumRx, and UDP6ZeroChecksumTx options to enable sending zero checksums and receiving zero checksums in VXLAN/IPv6 [tomegun: rebase manpage due to whitespace changes] | |||
2015-04-17 | cryptsetup: Implement offset and skip options | Martin Pitt | |
These are useful for plain devices as they don't have any metadata by themselves. Instead of using an unreliable hardcoded device name in crypttab you can then put static metadata at the start of the partition for a stable UUID or label. https://bugs.freedesktop.org/show_bug.cgi?id=87717 https://bugs.debian.org/751707 https://launchpad.net/bugs/953875 | |||
2015-04-13 | man: slightly fewer paragraphs can help readability | Lennart Poettering | |
2015-04-13 | man: fix examples indentation in tmpfiles.d(5) | Lennart Poettering | |
2015-04-13 | man: add information about more lines to explanation of argument field | Lennart Poettering | |
2015-04-13 | man: document which tmpfiles line types follow symlinks | Lennart Poettering | |
Generally, we will not follow symlinks, except for "w". Avoid documentation for now for fifo, device node, directory lines, which currently follow symlinks but better shouldn't. | |||
2015-04-12 | man: add link to glib in sd_event_run(3) | Zbigniew Jędrzejewski-Szmek | |
2015-04-08 | man: avoid confusion regarding "time synchronization state" | Lennart Poettering | |
Also, update example in the timedatectl man page to match the actual timedatectl output. | |||
2015-04-08 | man: remove 'fs' from 'rootfsflags' | Zbigniew Jędrzejewski-Szmek | |
rootfsflags does not appear anywhere else. | |||
2015-04-07 | logind,systemctl: add reboot to EFI firmware support | Jan Janssen | |
2015-04-07 | man: fix typos in machinectl | Richard Maw | |
The s/now/not/ unfortunately inverted the meaning. | |||
2015-04-07 | man: Resolve how to refer to derived names for machinectl containers | Richard Maw | |
"the name it is" is clumsy english, and since the most recently referred to thing was a name anyway we can just leave the "it is". This matches later uses in the same document. | |||
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ø | |