summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2014-10-12man: 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-10fstab-generator: Honor mount.usr*= on kernel command lineTobias 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-10man: reference table in systemd-detect-virt(1) from ConditionVirtualization= ↵Lennart Poettering
documentation
2014-10-10man: include zVM in systemd-detect-virt listLennart Poettering
2014-10-10man: 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-09man: clarify what "microsoft" and "oracle" stand forRahul Sundaram
https://bugzilla.redhat.com/show_bug.cgi?id=1150477
2014-10-09man: document the new "rescue" kernel command line optionLennart Poettering
2014-10-09man: SyslogIdentifier= has an effect on journal logging tooLennart Poettering
2014-10-08man/systemctl: document enable on masked unitsJan Synacek
2014-10-08note on relative symlink in os-releaseRahul Sundaram
2014-10-08systemctl: add add-wants and add-requires verbsLukas Nykryn
2014-10-07man: mention docker as type of virtualizationZbigniew Jędrzejewski-Szmek
2014-10-07/proc/sys prefixes are not necessary for sysctl anymoreZbigniew Jędrzejewski-Szmek
2014-10-07man: document stripping of quotesZbigniew Jędrzejewski-Szmek
2014-10-07man: move commandline parsing to a separate sectionZbigniew Jędrzejewski-Szmek
It is very long already, and obscures the description of ExecStart, and it is about to get longer.
2014-10-05ask-password: Add --echo to enable echoing the user inputDavid 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-03man: say that SecureBits= are space separatedZbigniew Jędrzejewski-Szmek
2014-10-03man: use more markup in daemon(7)Zbigniew Jędrzejewski-Szmek
2014-10-03man: fix sd_event_set_name compilationTom Gundersen
2014-10-03glib-event-glue: remove some unnecessary linesTom 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-02man: add sd_event_set_name(3)Zbigniew Jędrzejewski-Szmek
2014-10-02man: 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-02Fix order and document user unit dirsZbigniew Jędrzejewski-Szmek
Fixup for 718880ba0d 'add a transient user unit directory'.
2014-10-02journalctl: add --utc optionJan Synacek
Introduce option to display time in UTC.
2014-10-02Correct a few typosTorstein Husebø
2014-09-29swap: introduce Discard propertyJan Synacek
Process possible "discard" values from /etc/fstab.
2014-09-26make utmp/wtmp support configurableEmil 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-25man: use <constant> markup for errno valueZbigniew Jędrzejewski-Szmek
We were inconsistent, but marking them up as constants makes more sense then as variables.
2014-09-25man: document sd_event_add_{defer,post,exit}Zbigniew Jędrzejewski-Szmek
2014-09-25man: add sd_event_add_child(3)Zbigniew Jędrzejewski-Szmek
2014-09-25man: add sd_event_add_signal(3)Zbigniew Jędrzejewski-Szmek
2014-09-25man/sd_event_new: tweaksZbigniew Jędrzejewski-Szmek
2014-09-25readahead: wipe out readaheadDaniel Buch
2014-09-22man: fix typo and add linkZbigniew Jędrzejewski-Szmek
2014-09-22login: add public sd_session_get_desktop() APIDavid Herrmann
The desktop brand is stored as DESKTOP variable for sessions. It can be set arbitrarily by the session owner and identifies the desktop environment that is running on that session.
2014-09-19socket: introduce SELinuxContextFromNet optionMichal Sekletar
This makes possible to spawn service instances triggered by socket with MLS/MCS SELinux labels which are created based on information provided by connected peer. Implementation of label_get_child_mls_label derived from xinetd. Reviewed-by: Paul Moore <pmoore@redhat.com>
2014-09-18man: use the escape for "-" in example instead of space.Michael Marineau
This sentence can be misread to mean that "\x20" is the escape code for "-" which is the only character explicitly mentioned. This lead to at least one user loosing hair over why a mount unit for "/foo/bar-baz" didn't work. The example escape is arbitrary so lets prevent hair loss.
2014-09-15man: sd_bus_error typo fixThomas Hindoe Paaboel Andersen
2014-09-11udev: allow removing tags via TAG-="foobar"David Herrmann
This extends the udev parser to support OP_REMOVE (-=) and adds support for TAG-= to remove previously set tags. We don't fail if the tag didn't exist. This is pretty handy if we ship default rules for seat-assignments and users want to exclude specific devices from that. They can easily add rules that drop any automatically added "seat" tags again.
2014-09-08networkd: allow specification of DHCP route metricAngus Gibson
This lets the routing metric for links to be specified per-network, still defaulting to DHCP_ROUTE_METRIC (1024) if unspecified. Hopefully this helps with multiple interfaces configured via DHCP.
2014-09-08bus: parse BusPolicy directive in service filesDaniel Mack
Add a new directive called BusPolicy to define custom endpoint policies. If one such directive is given, an endpoint object in the service's ExecContext is created and the given policy is added to it.
2014-09-06man: fix references to systemctl man page which is now in section 1Michael Biebl
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760613
2014-09-04man: make it more clear that the concepts systemctl(1) manage are introduced ↵Lennart Poettering
in systemd(1) Based on a suggestion of Ken Coar.
2014-09-03man: fix typoZbigniew Jędrzejewski-Szmek
2014-09-03man: two fixes, reported on irc by 'wget'Lennart Poettering
2014-09-02man: fix file extension in udev rules exampleZbigniew Jędrzejewski-Szmek
https://bugzilla.redhat.com/show_bug.cgi?id=634736
2014-08-31journalctl: Allow to disable line cap with --lines=allJan Janssen
2014-08-30Fix a few more typosRuben Kerkhof
2014-08-28systemd-firstboot: fix typo in man pageMarius Tessmann
2014-08-27man: add sample glib/sd-event integrationTom Gundersen
This should be moved to man pages, but for now the C code is included directly. Suggested by Zbyszek.