summaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: fixes from online reviewDaan De Meyer2020-04-1610-354/+350
| | | | Also includes the issues pointed out by @boucman.
* man: update description of polkit rules for systemd1Zbigniew Jędrzejewski-Szmek2020-04-161-10/+31
| | | | | | Fixes #2562. v2: the erroneous part about CAP_SYS_ADMIN is removed
* man: locale1(5) — adjust page structure and fill in the missing partsZbigniew Jędrzejewski-Szmek2020-04-161-30/+37
|
* man: login1(5) — fix markup and fill in the missing descriptionsZbigniew Jędrzejewski-Szmek2020-04-161-212/+204
| | | | Partially fixes #1042.
* man: review of import1(5)Daan De Meyer2020-04-161-43/+44
|
* man: various tweaks to org.freedesktop.hostname1(5)Zbigniew Jędrzejewski-Szmek2020-04-161-41/+42
| | | | Co-Authored-By: Daan De Meyer <daan.j.demeyer@gmail.com>
* man: run dbus api docs through the updaterZbigniew Jędrzejewski-Szmek2020-04-167-259/+715
| | | | | | | | | | | | This replaces the api export tables with updated versions, and inserts comments for all "undocumented" items. The slow work of documented them is left for later ;) lxml does some formatting changes that are not significant for lxml processing, but generate spurious difference in the diff (namely: ulinks become one-line, and double quotes are used instead of single quotes for element attribute values). This should be a one-time thing: subsequent renegeration should be idempotent with regards to this.
* update-dbus-docs: add support for settings printing just one selected interfaceZbigniew Jędrzejewski-Szmek2020-04-161-14/+14
| | | | | | So far the units there were being documented had only one custom interface. But for the pid1 case, something more flexibile is needed. So let's add an annotation in the page what we want to print, and filter in the generator.
* man: import org.freedesktop.systemd1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-163-0/+2023
| | | | | | | As usual, the formatting was fixed and various obvious updates were done, but nothing major. I removed documentation of snapshots and related methods though.
* man: import org.freedesktop.resolve1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-163-5/+574
|
* man: import org.freedesktop.locale1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-123-5/+137
|
* man: import org.freedesktop.timedate1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-123-5/+151
|
* man: import org.freedesktop.hostname1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-124-9/+263
|
* man: import org.freedesktop.import1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-123-1/+271
|
* man: import org.freedesktop.machine1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-123-12/+486
| | | | | | | | | | | | | | | | The wiki was primarily describing the D-Bus API, but it also had a large introduction to the daemon functionality. I moved that latter part into the page that describes the daemon, and the API description into the new page. This is mostly a straighforward import. Apart from some required formatting changes, I removed obvious repetitions, and made tiny grammar and typo fixes where I noticed them. The goal is not to have a perfect text immediately. <interfacename>org.foo.bar</interface> is used for interface names, <function>function()</function> for methods, and <function>signal</function> (no parentheses) for signal names. In D-Bus, signals are similar to methods, and docbook doesn't have a nice tag for them.
* man: import org.freedesktop.login1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-123-4/+778
|
* Merge pull request #15298 from keszybz/show-property-valueLennart Poettering2020-04-041-3/+13
|\ | | | | systemctl --property-value as shortcut for --property --value
| * systemctl: add -P as short for --value --property=Zbigniew Jędrzejewski-Szmek2020-04-031-3/+13
| |
* | Merge pull request #15290 from keszybz/unrelated-fixesAnita Zhang2020-04-041-4/+9
|\ \ | | | | | | Three unrelated minor tweaks
| * | man: add note that --no-hostname has limited effectZbigniew Jędrzejewski-Szmek2020-04-011-4/+9
| | | | | | | | | | | | | | | | | | | | | Clearly there is some confusion about the intent of this option, let's add a short note. https://bugzilla.redhat.com/show_bug.cgi?id=1819313
* | | sd-bus: Deprecate priority functionsDaan De Meyer2020-04-023-25/+2
| | |
* | | Merge pull request #15210 from ssahani/networkctl-up-downZbigniew Jędrzejewski-Szmek2020-04-021-0/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | Merging by hand because github refuses merging because "Rebasing the commits of this branch on top of the base branch cannot be performed automatically as this would create a different result than a regular merge.".
| * | | networkctl: Add support to set link up and downSusant Sahani2020-03-261-0/+14
| | | |
* | | | sd-bus: add va_list variants of variadic convenience functionsVito Caputo2020-04-023-2/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consumers of the sd-bus convenience API can't make convenience helpers of their own without va_list variants. This commit is a mechanical change splitting out the existing function bodies into bare va_list variants having a 'v' suffixed to the names. The original functions now simply create the va_list before forwarding the call on to the va_list variant, and the va_list variants dispense with those steps.
* | | | Merge pull request #15252 from ssahani/dhcpv6-mudZbigniew Jędrzejewski-Szmek2020-04-021-0/+10
|\ \ \ \ | | | | | | | | | | DHCPv6: Add support to send MUD URL
| * | | | network: DHCPv6 Add support to send MUD URLSusant Sahani2020-04-011-0/+10
| | | | |
* | | | | network: can: add support for CAN-FD related propertiesRichard Petri2020-04-011-0/+23
| | | | |
* | | | | network: can: introduce a config parser function for bitratesRichard Petri2020-04-011-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | For now, this function is nearly equivalent to the si_uint64 parser, except for an additional range check as Linux only takes 32-bit values as bitrates. In future, this may also be used to introduce fancier bitrate config formats.
* | | | Merge pull request #15253 from DaanDeMeyer/object-vtable-error-docsZbigniew Jędrzejewski-Szmek2020-04-013-97/+171
|\ \ \ \ | | | | | | | | | | sd-bus: Add error handling info to sd_bus_add_object_vtable docs
| * | | | sd-bus: Add note about sd_bus_reply_method_return to SD_BUS_METHOD docsDaan De Meyer2020-03-312-26/+29
| | | | |
| * | | | sd-bus: Add sd_bus_add_object and callback docsDaan De Meyer2020-03-313-3/+66
| | | | |
| * | | | sd-bus: Fix typos in sd_bus_add_object_vtable docsDaan De Meyer2020-03-311-3/+3
| | | | |
| * | | | sd-bus: Wrap add_object_vtable docs at 100 columnsDaan De Meyer2020-03-311-89/+97
| | |_|/ | |/| |
* | | | man: mention that stdout logging works the same as stderr loggingLennart Poettering2020-04-011-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | Apparently people wondered about that: https://lists.freedesktop.org/archives/systemd-devel/2020-March/044091.html
* | | | sd-bus: sd_bus_call docs improvementsDaan De Meyer2020-04-011-17/+22
| | | |
* | | | sd-bus: Add sd_bus_get/set_priority docs + fixesDaan De Meyer2020-04-013-5/+28
| | | |
* | | | network: DHCPv4 - introduce The Manufacturer Usage Description (MUD)Susant Sahani2020-03-301-0/+12
|/ / /
* | | Merge pull request #15197 from ssahani/smtp-dhcpLennart Poettering2020-03-301-0/+10
|\ \ \ | | | | | | | | DHCP4: Add support to emit and receive SMTP servers.
| * | | network: DHCP - add support to emit and receive SMTP server informationSusant Sahani2020-03-291-0/+10
| | | |
* | | | Merge pull request #13084 from ddstreet/log_timeLennart Poettering2020-03-303-28/+47
|\ \ \ \ | | | | | | | | | | log: add support for prefixing console log messages with current timestamp
| * | | | log: add support for prefixing console log messages with current timestampDan Streetman2020-02-103-3/+22
| | | | |
| * | | | man: remove the '=' from --log-color and --log-location as they are optional argDan Streetman2020-02-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These params are optional arg, so remove the '=' from their doc. Also include systemd.log_location in the statement explaining they are set to true if no argument is provided to the parameter.
| * | | | man: sort log parameters in alphabetical orderDan Streetman2020-02-102-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | This only sorts the --log-* params in order in the man page docs; no text is added or removed or modified.
* | | | | Merge pull request #15217 from keszybz/beef-up-sd-pathZbigniew Jędrzejewski-Szmek2020-03-297-5/+236
|\ \ \ \ \ | | | | | | | | | | | | Export sd-path functions and beef up systemd-path to show more items
| * | | | | sd-path: handle case of missing runtime dir in testZbigniew Jędrzejewski-Szmek2020-03-271-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Also document it in the man page.
| * | | | | man: fix typoZbigniew Jędrzejewski-Szmek2020-03-271-1/+1
| | | | | |
| * | | | | sd-path: export "systemd-network-path"Zbigniew Jędrzejewski-Szmek2020-03-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Inspired by https://lists.freedesktop.org/archives/systemd-devel/2020-March/044169.html.
| * | | | | Rename _PATH variables to _DIR when they refer to a directoryZbigniew Jędrzejewski-Szmek2020-03-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were very inconsistent in this, but in general _PATH signifies a search path (separated with :), and _DIR signifies a single directory.
| * | | | | path: show various systemd directories and search paths tooZbigniew Jędrzejewski-Szmek2020-03-271-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So far we had various ad hoc APIs to query search paths: systemd-analyze unit-paths, lookup_paths_log(), the pkgconfig file, debug logs emitted by systemd-analyze cat-config. But answering a simple question "what is the search path for tmpfiles, sysusers, .network files, ..." is surprisingly hard. I think we should have an api that makes it easy to query this. Pkgconfig is not bad, but it is primarily a development tool, so it's not available in many context. Also it can't provide support for paths which are influenced by environment variables, and I'd like to be able to answer the question "what is the search path for ..., assuming that VAR_FOO=... is set?". Extending sd-path to support more of our internal paths seems to be most flexible solution. We already have systemd-path which provides a nice way to query, and we can add stuff like optional descriptions later on. We we essentially get a nice programmatic and commmandline apis for the price of one.
| * | | | | man: add sd_path_lookup(3)Zbigniew Jędrzejewski-Szmek2020-03-273-0/+192
| | | | | |