summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* man: add networkctl(1)Zbigniew Jędrzejewski-Szmek2015-01-19
|
* man: use one description of --no-legendZbigniew Jędrzejewski-Szmek2015-01-19
|
* nspawn: add ipvlan supportTom Gundersen2015-01-20
|
* networkd: netdev - add ipvlan supportTom Gundersen2015-01-19
|
* systemctl: fix import-environment description, trim help to 80 colsZbigniew Jędrzejewski-Szmek2015-01-19
|
* man: reindent tmpfiles.d(5)Zbigniew Jędrzejewski-Szmek2015-01-18
| | | | Reindent to 2 spaces, use more markup.
* man: mention "wheel" and "adm" in journalctl(1)Zbigniew Jędrzejewski-Szmek2015-01-18
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=70866
* man: reindent journalctl(1)Zbigniew Jędrzejewski-Szmek2015-01-18
| | | | Reindent with two spaces, use non-breaking spaces, add <literal> tags.
* os-release: Add PRIVACY_POLICY_URLBastien Nocera2015-01-15
|
* nspawn,machined: change default container image location from ↵Lennart Poettering2015-01-15
| | | | | | | | | | | /var/lib/container to /var/lib/machines Given that this is also the place to store raw disk images which are very much bootable with qemu/kvm it sounds like a misnomer to call the directory "container". Hence, let's change this sooner rather than later, and use the generic name, in particular since we otherwise try to use the generic "machine" preferably over the more specific "container" or "vm".
* man: remove "nofail" from systemd.swap(5)Zbigniew Jędrzejewski-Szmek2015-01-13
| | | | As suggested by Marcos Felipe Rasia de Mello <marcosfrm@gmail.com>.
* networkd: make IP forwarding for IPv4 and IPv6 individually configurableLennart Poettering2015-01-13
|
* networkd: introduce an AddressFamilyBoolean enum typeLennart Poettering2015-01-13
| | | | | | This introduces am AddressFamilyBoolean type that works more or less like a booleaan, but can optionally turn on/off things for ipv4 and ipv6 independently. THis also ports the DHCP field over to it.
* nspawn: add "-n" shortcut for "--network-veth"Lennart Poettering2015-01-13
| | | | | | | Now that networkd's IP masquerading support means that running containers with "--network-veth" will provide network access out of the box for the container, let's add a shortcut "-n" for it, to make it easily accessible.
* doc: add cross-references between systemd.{link, netdev, network}Jan Engelhardt2015-01-13
|
* nspawn: add new option "--port=" for exposing container ports on the local hostLennart Poettering2015-01-13
| | | | This exposes an IP port on the container as local port using DNAT.
* networkd: add minimal IP forwarding and masquerading support to .network filesLennart Poettering2015-01-13
| | | | | | | | | | | | | | This adds two new settings to networkd's .network files: IPForwarding=yes and IPMasquerade=yes. The former controls the "forwarding" sysctl setting of the interface, thus controlling whether IP forwarding shall be enabled on the specific interface. The latter controls whether a firewall rule shall be installed that exposes traffic coming from the interface as coming from the local host to all other interfaces. This also enables both options by default for container network interfaces, thus making "systemd-nspawn --network-veth" have network connectivity out of the box.
* loginctl: make session/user arguments optional for a number commands, and ↵Lennart Poettering2015-01-09
| | | | | | | | imply calling session/user instead This turns "lock-session", "activate", "unlock-session", "enable-linger", "disable-linger" into commands that take no argument, optionally in which case the callers session/user is implied.
* man: document that 'loginctl activate' only takes a single argumentLennart Poettering2015-01-09
|
* loginctl: make "loginctl session-status" without session ID show the ↵Lennart Poettering2015-01-09
| | | | | | caller's session status Similar for user-status and seat-status.
* man: remove references to systemadm from systemctl man pageLennart Poettering2015-01-08
| | | | The tool is badly maintained and we shouldn't refence such old cruft.
* man: bring machinectl man page up-to-dateLennart Poettering2015-01-08
|
* man: bring systemctl man page and --help text into the same orderLennart Poettering2015-01-08
|
* man: add the same command sections to the man page as the --help text showsLennart Poettering2015-01-08
|
* machinectl: given that machinectl invokes a number of polkit enabled ↵Lennart Poettering2015-01-08
| | | | methods, start the polkit agent on terminals
* machinectl: show most recent log output in "machinectl status", tooLennart Poettering2015-01-08
|
* loginctl: show the 10 most recent log user/session log lines in "loginctl ↵Lennart Poettering2015-01-08
| | | | user-status" and "loginctl session-status"
* cryptsetup: support header= optionAndrey Chaser2015-01-08
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=66396
* doc: fix stale references to systemd-verifyDave Reisner2015-01-08
| | | | This was subsumed into systemd-analyze back in 142c4ecaa98.
* man: add hostnamed chassis type "embedded" to machine-info(5)Peter Mattern2015-01-08
| | | | man machine-info lacks hostnamed chassis type "embedded" as introduced in 218. The following lines should fix this.
* man: mention where timesyncd keeps the timestampZbigniew Jędrzejewski-Szmek2015-01-08
|
* man: document nss-mymachinesLennart Poettering2015-01-07
|
* man: add an alias to libnss_myhostname.so2 for nss-myhostnameLennart Poettering2015-01-07
| | | | | The module appears under the name "libnss_myhostname.so.2" in the file system, hence let's link it up under that name.
* man: rework nss-myhostname man pageLennart Poettering2015-01-07
| | | | | Remove a number of incorrect links, and explain that "localhost" and "gateway" are now resolved by it, too.
* man: clarify path escaping and reference systemd-escapeChris Atkinson2015-01-05
| | | | | | | | | This patch adds more detail to the description of how path escaping operates and provides a pointer to the systemd-escape program. Either would serve to answer the question raised in the bug report, so hopefully this will allow it to be closed. https://bugs.freedesktop.org/show_bug.cgi?id=87688
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-06
| | | | | | | | | | | | | | With this change it is possible to send file descriptors to PID 1, via sd_pid_notify_with_fds() which PID 1 will store individually for each service, and pass via the usual fd passing logic on next invocation. This is useful for enable daemon reload schemes where daemons serialize their state to /run, push their fds into PID 1 and terminate, restoring their state on next start from the data in /run and passed in from PID 1. The fds are kept by PID 1 as long as no POLLHUP or POLLERR is seen on them, and the service they belong to are either not dead or failed, or have a job queued.
* man: Clarify effect when both calendar day and date are listed in timerChris Atkinson2015-01-01
| | | | | | | See bug 87859 (https://bugs.freedesktop.org/show_bug.cgi?id=87859). Bug reporter found the language describing the effect of specifying both a day and date unclear; hopefully the attached patch will clarify and allow the bug to be closed.
* tree-wide: spelling fixesVeres Lajos2014-12-30
| | | | | | | https://github.com/vlajos/misspell_fixer https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa Thanks to Torstein Husebo <torstein@huseboe.net>.
* man: Fix spellingSusant Sahani2014-12-30
|
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-28
|
* man: mark hwdb related man pages as conditionalMichael Biebl2014-12-26
| | | | Follow-up fix for commit fe659612e40e6a0cf91a73b10aa45eea958b747e.
* man: typo in sd_watchdog_enabled notesManuel Mendez2014-12-25
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=87642
* man: add a note why %U,%h,%s are mostly uselessZbigniew Jędrzejewski-Szmek2014-12-25
| | | | | | The reasons were already given in the description of %U, but the are easy to overlook, and it's better to be explicit to avoid confusion.
* doc: os-release: mention all shell characters that must be escapedMantas Mikulėnas2014-12-25
| | | | | Since the manpage already talks about shell-compatibility, it should be more accurate about what needs to be escaped and how.
* busctl: when introspecting objects, optionally limit output by interface nameLennart Poettering2014-12-23
|
* systemd-run: add --quiet mode to suppress informational message on TTY usageLennart Poettering2014-12-23
|
* run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering2014-12-23
|
* networkd: integrate LLDPSusant Sahani2014-12-19
| | | | | | | | | | | | | This patch integrates LLDP with networkd. Example conf: file : lldp.network [Match] Name=em1 [Network] LLDP=yes
* load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek2014-12-18
| | | | | | | | | The handling of the command name and other arguments is unified. This simplifies things and should make them more predictable for users. Incidentally, this makes ExecStart handling match the .desktop file specification, apart for the requirment for an absolute path. https://bugs.freedesktop.org/show_bug.cgi?id=86171
* systemd-hwdb: introduce new toolTom Gundersen2014-12-18
| | | | | | | | This pulls out the hwdb managment from udevadm into an independent tool. The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead.