Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-21 | libsystemd-login: add sd_session_get_remote_{host, user} | Mantas Mikulėnas | |
2013-12-21 | man: update the list of commands influenced by --full | Zbigniew Jędrzejewski-Szmek | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732798 | |||
2013-12-21 | man: mention --full and --lines in systemctl status | Zbigniew Jędrzejewski-Szmek | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732798 | |||
2013-12-21 | loginctl,shell-completions: fix listing of sessions/users/seats | Zbigniew Jędrzejewski-Szmek | |
2013-12-21 | man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8) | Zbigniew Jędrzejewski-Szmek | |
2013-12-18 | man: add DOI for refereed article on Forward Secure Sealing to journald.conf(5) | Jason St. John | |
In journalctl(1), be more explicit about the reference to "Seal=" in journald.conf(5) and what information can be found there. | |||
2013-12-18 | man: be more explicit about option arguments that take 128-bit IDs in ↵ | Jason St. John | |
journalctl(1) It may not be immediately obvious to the reader what "ID128" is, so replace the example option argument "ID128" with "128-bit-ID". | |||
2013-12-18 | man: fix grammar issues in journalctl(1) | Jason St. John | |
And add a missing <option> tag around "--setup-keys" under "--force". | |||
2013-12-18 | udevadm,scsi_id: add short options to help strings and to the man page | Zbigniew Jędrzejewski-Szmek | |
Also clean things up a bit here and there. | |||
2013-12-17 | man: networkd - clarify Address/Gateway keys in [Network] section | Tom Gundersen | |
2013-12-17 | networkd: add support for Route sections | Tom Gundersen | |
2013-12-16 | man: describe journalctl --show-cursor | Zbigniew Jędrzejewski-Szmek | |
2013-12-16 | man: reword awkward phrase | Zbigniew Jędrzejewski-Szmek | |
2013-12-16 | core: refuse doing %h, %s, %U specifier resolving in PID 1 | Lennart Poettering | |
These specifiers require NSS lookups to work, and we really shouldn't do them from PID 1 hence. With this change they are now only supported for user systemd instance, or when the configured user for a unit is root. | |||
2013-12-14 | man: remove advice to avoid setting the same var more than once | Zbigniew Jędrzejewski-Szmek | |
So far the compatibility with .desktop settings hasn't been imporant at all, and we do not want people to write convoluted unit files. | |||
2013-12-14 | man: beef up ExecStart description | Zbigniew Jędrzejewski-Szmek | |
We have lots of questions from people who assume that shell syntax works here, so let's be very explicit what is allowed and what is not. A few examples should also help. http://bugs.debian.org/732156 | |||
2013-12-13 | man: document that systemd-getty-generator can start additional container ↵ | Lennart Poettering | |
gettys on ptys | |||
2013-12-13 | nspawn: add new --setenv= switch to set an environment variable for the ↵ | Lennart Poettering | |
container to spawn | |||
2013-12-13 | man: document more error codes for sd_bus_request_name() | Lennart Poettering | |
2013-12-12 | man: add another nspawn example | Zbigniew Jędrzejewski-Szmek | |
Taken from https://bugs.freedesktop.org/show_bug.cgi?id=68369. | |||
2013-12-13 | man: update sd_bus_request_name() man page | Lennart Poettering | |
2013-12-11 | man: mention SYSTEMD_USER_WANTS | Zbigniew Jędrzejewski-Szmek | |
Also split into paragraphs for easier reading and make a few minor corrections. | |||
2013-12-11 | journal: add ability to browse journals of running OS containers | Lennart Poettering | |
This adds the new library call sd_journal_open_container() and a new "-M" switch to journalctl. Particular care is taken that journalctl's "-b" switch resolves to the current boot ID of the container, not the host. | |||
2013-12-11 | man: explain in more detail how SYSTEMD_READY= influences SYSTEMD_WANTS= in ↵ | Lennart Poettering | |
udev rules https://bugzilla.redhat.com/show_bug.cgi?id=1026860 | |||
2013-12-10 | man: improve wording and comma usage in systemd.journal-fields(7) | Jason St. John | |
Improve wording under "Description" and "_KERNEL_DEVICE=" | |||
2013-12-08 | man: document 'is-enabled' output | Zbigniew Jędrzejewski-Szmek | |
https://bugzilla.redhat.com/show_bug.cgi?id=953077 | |||
2013-12-08 | Help output spring cleaning | Zbigniew Jędrzejewski-Szmek | |
Use [brackets] only for optional elements. Use <optional> in XML sources. | |||
2013-12-06 | systemctl: allow globbing in list-<whatever> commands | Zbigniew Jędrzejewski-Szmek | |
It is nicer to say 'systemctl list-units ssh\*' then to use grep, because colouring is preserved and it is easier to match just against the unit name. | |||
2013-12-04 | man.systemd-cgls: Fix an option typo | Alex Jia | |
The option 'M' is inconsistent between help document and man page. | |||
2013-12-03 | bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ↵ | Lennart Poettering | |
other calls Instead of returning an enum of return codes, make them return error codes like kdbus does internally. Also, document this behaviour so that clients can stick to it. (Also rework bus-control.c to always have to functions for dbus1 vs. kernel implementation of the various calls.) | |||
2013-11-30 | systemctl: do not show SourcePath when FragmentPath cannot be found | Zbigniew Jędrzejewski-Szmek | |
Those files can be in a completely deferent format and also arbitrarily long, and usually contain information about other stuff. If we ever add SourceLine= or SourceLines= in addition to SourcePath=, and can show the relevant information only, this commit can be reverted. | |||
2013-11-30 | systemctl: add "systemctl cat" | Shawn Landden | |
2013-11-30 | man: explicitly say when multiple units can be specified | Zbigniew Jędrzejewski-Szmek | |
itistoday> how do you specify multiple dependencies in a unit file? i've been googling and can't find this basic thing :-\ itistoday> do you use a comma, or use multiple After= statements? | |||
2013-11-28 | man: move socket-proxyd man page to section 8, since it is not in the $PATH | Lennart Poettering | |
2013-11-28 | man: get rid of shell script example in systemd-socket-proxyd man page | Lennart Poettering | |
2013-11-28 | Revert "socket-proxyd: Add --listener option for listener/destination pairs." | Lennart Poettering | |
This reverts commit adcf4c81c58511b67644e17fa743d1729d3c9ccf. We have a better solution for the problem of making two processes run in the same namespace, and --listener is not needed hence and should be dropped. Conflicts: man/systemd-socket-proxyd.xml | |||
2013-11-27 | Revert "socket-proxyd: Add --listener option for listener/destination pairs." | Lennart Poettering | |
This reverts commit adcf4c81c58511b67644e17fa743d1729d3c9ccf. We have a better solution for the problem of making two processes run in the same namespace, and --listener is not needed hence and should be dropped. Conflicts: man/systemd-socket-proxyd.xml | |||
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and ↵ | Lennart Poettering | |
PrivateTmp= namespaces | |||
2013-11-26 | man: networkd - document bridging | Tom Gundersen | |
2013-11-26 | man: explain the precise syntax and feature set of unit names at the end of ↵ | Lennart Poettering | |
the man page, given that it is detail information | |||
2013-11-26 | systemctl: replace the three job mode options by a single --job-mode= option | Lennart Poettering | |
Also, expose the new "flush" job mode this way. | |||
2013-11-26 | core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= ↵ | Lennart Poettering | |
setting and make use of it where applicable | |||
2013-11-25 | networkd: add support for [Address] sections | Tom Gundersen | |
This will allow specifying more options per address than the simple Address= entry in the [Network] section. Preliminary support for the same functionality for [Route] sections are added, but not yet hooked up, as more testing is needed. | |||
2013-11-25 | udev: net_setup_link - don't use Description as Alias | Tom Gundersen | |
Use Description only internally, and allow Alias to be set as a separate option. For instance SNMP uses ifalias for a specific purpose, so let's not write to it by default. | |||
2013-11-25 | Revert "man: suggest using hash= atribut for swap in example" | Lukas Nykryn | |
This reverts commit fa7abba2328eb2d23a7e27708f86f5013059ddcf. | |||
2013-11-25 | socket-proxyd: Fix man page because --listener takes an argument. | David Strauss | |
2013-11-25 | socket-proxyd: Add --listener option for listener/destination pairs. | David Strauss | |
2013-11-22 | man: simplify socket-proxyd examples | Lennart Poettering | |
2013-11-21 | timer: make timer accuracy configurable | Lennart Poettering | |
And make it default to 1min | |||
2013-11-21 | man: suggest using hash= atribut for swap in example | Václav Pavlín | |
(#883941) |