summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add some notes about managing graphical user sessionsBenjamin Berg2020-03-271-0/+102
| | | | | | | | | This is work in progress and not finished yet. However, I hope to have captured some of the key points that came up in previous discussions with appropriate notes about things that still need to be defined. I may revisit it later. Also, feel free to completely rewrite if the format is not quite right.
* docs: fix typoLucas Werkmeister2020-03-061-1/+1
|
* docs: fix misplaced close-parenLucas Werkmeister2020-03-061-1/+1
| | | | | | I assume it’s supposed to be “see Home Directories for details” and not “… and embeds these JSON records directly in the home directory images … for details”, but the previous text suggested the latter reading to me.
* docs: add .link/.network/.netdev files to interface stability chartZbigniew Jędrzejewski-Szmek2020-03-031-0/+2
| | | | Fixes #9850.
* docs: interlink the docs to make it easier to navigateZbigniew Jędrzejewski-Szmek2020-02-282-1/+13
|
* docs: say XBOOTLDR instead of just giving the GPT identifierZbigniew Jędrzejewski-Szmek2020-02-281-8/+8
| | | | | | | Fixes #14832. Also, say "MBR partition table" and not "MBR disk label". "disk label" doesn't seem to mean anything.
* Change all fuzzing links to point to OSS-Fuzz siteLynn Kirby2020-02-181-4/+2
|
* docs: fix HACKING.md broken linksLynn Kirby2020-02-181-3/+3
|
* docs: Correct resource weight rangeMichal Koutný2020-02-051-3/+3
|
* docs: Fix example code in ROOT_STORAGE_DAEMONSWilhelm Schuster2020-01-301-2/+2
|
* docs: formatting fix (#14707)mtron2020-01-311-1/+1
| | | fixes formatting in the last paragraph of the 'General Structure' chapter.
* fix links to GROUP_RECORD and USER_GROUP_APImtron2020-01-301-2/+2
| | | | | | fix 2 more broken links. GROUP_RECORD now points to https://systemd.io/GROUP_RECORD/ and USER_GROUP_API to https://systemd.io/USER_GROUP_API/
* fix link to JSON User Recordsmtron2020-01-301-1/+1
|
* docs: document the home directory formatLennart Poettering2020-01-281-0/+173
|
* docs: document homed UID rangeLennart Poettering2020-01-281-3/+12
|
* Merge pull request #14594 from keszybz/id128-show-gptLennart Poettering2020-01-281-0/+3
|\ | | | | Print gpt table values in systemd-id128
| * systemd-id128: add new verb to print GPT partitions UUIDsZbigniew Jędrzejewski-Szmek2020-01-231-0/+3
| |
* | fix erroneous "`" in boot loader specAshley Davis2020-01-291-1/+1
| |
* | Merge pull request #14673 from keur/protect_clockLennart Poettering2020-01-281-0/+1
|\ \ | | | | | | Protect clock
| * | man: doc: Document ProtectClock=Kevin Kuehler2020-01-271-0/+1
| |/
* | Update copyright noticeWataruMatsuoka2020-01-261-1/+1
|/
* Fixed some typos in the documentationEmmanuel Bourg2020-01-211-2/+2
|
* docs: uppercase are headersLennart Poettering2020-01-171-1/+1
| | | | We do this in most cases, do so here too.
* docs: let's reduce our spurious whitespace a bitLennart Poettering2020-01-171-2/+0
|
* docs: in PORTABILITY_AND_STABILITY only use one h1Lennart Poettering2020-01-171-2/+2
| | | | | | According to the designer of the page layout a page only should have one h1 header, and everything else should be h2, h3, … I think that makes a ton of sense, hence let's downgrade some headers here.
* docs: clarify that we don't want to own $BOOT exclusivelyLennart Poettering2020-01-171-0/+14
| | | | | | Let's be clearer here. Prompted by a quick discussion I had with @gicmo.
* docs: add documentation for the varlink user/group APIsLennart Poettering2020-01-151-0/+267
|
* docs: add documentation for JSON group records, tooLennart Poettering2020-01-151-0/+158
|
* docs: add documentation for JSON user recordsLennart Poettering2020-01-151-0/+1023
|
* shared: split out crypt() specific helpers into its own .c/.h in src/shared/Lennart Poettering2020-01-151-0/+7
| | | | | | | | | | This way we can use libxcrypt specific functionality such as crypt_gensalt() and thus take benefit of the newer algorithms libxcrypt implements. (Also adds support for a new env var $SYSTEMD_CRYPT_PREFIX which may be used to select the hash algorithm to use for libxcrypt.) Also, let's move the weird crypt.h inclusion into libcrypt.h so that there's a single place for it.
* docs: fix width of console exampleZbigniew Jędrzejewski-Szmek2020-01-151-1/+1
|
* Revert "docs: rename HACKING → Hacking"Zbigniew Jędrzejewski-Szmek2020-01-151-2/+0
| | | | This reverts commit 8c5cd27dd155fbe71a6bf82096b8775c5ff453b8.
* docs: rename HACKING → HackingZbigniew Jędrzejewski-Szmek2020-01-151-0/+2
| | | | Let's see if this works at all.
* docs: shift console log on index page to the leftZbigniew Jędrzejewski-Szmek2020-01-151-2/+4
|
* docs: add the systemd output exampleZbigniew Jędrzejewski-Szmek2020-01-151-0/+64
| | | | It is still nice...
* docs: update old para with links to the blog storiesZbigniew Jędrzejewski-Szmek2020-01-151-2/+5
| | | | They are of historical interest, but without links not very useful.
* docs: remove markup from titleZbigniew Jędrzejewski-Szmek2020-01-151-2/+2
| | | | | Github uses a different background for backticked text, and this stands out (in a bad way) on the title page.
* docs: rework HTML into GitHub Markdown tableLennart Poettering2020-01-141-166/+20
| | | | | | Presumably this should render better on https://systemd.io/DISCOVERABLE_PARTITIONS then. As pointed out on: https://github.com/systemd/systemd/pull/14390#issuecomment-574205631
* Merge pull request #14570 from keszybz/resource-docsLennart Poettering2020-01-141-4/+4
|\ | | | | Modernize links to cgroups docs
| * doc: link to html versions of cgroup docsZbigniew Jędrzejewski-Szmek2020-01-091-4/+4
| | | | | | | | Also stop linking to some (obsolete) v1 documentation.
* | Merge pull request #14390 from poettering/gpt-var-tmpZbigniew Jędrzejewski-Szmek2020-01-142-1/+360
|\ \ | | | | | | introduce GPT partition types for /var and /var/tmp and support them for auto-discovery
| * | docs: import discoverable partitions specLennart Poettering2019-12-232-1/+360
| | | | | | | | | | | | | | | | | | | | | | | | This was previously available here: https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/ Let's pull it into our repository.
* | | docs: uppercase all markdown document titlesLennart Poettering2020-01-143-6/+6
| | | | | | | | | | | | | | | For most we used uppercasing, but not for all. Let's stick to one rule, and uppercase them all.
* | | docs: drop "The" in categorization titles of Markdown documentationLennart Poettering2020-01-144-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | I think it makes sense to keep the "The" in place for the actual page's title, but let's drop it from the categorization header, to make it easier to find stuff, as the "The" isn't helpful to that. In particular as we sometimes do it this and sometimes the other way so far, hence let's stick to one common rule.
* | | docs: update link and more dotsZbigniew Jędrzejewski-Szmek2020-01-132-6/+6
| | | | | | | | | | | | Apparently unicode ellipsis is too much for github.
* | | docs: say that journalctl --flush/--sync also require journaldZbigniew Jędrzejewski-Szmek2020-01-131-3/+5
| | | | | | | | | | | | https://github.com/systemd/systemd/pull/14549#pullrequestreview-341758182
* | | Merge pull request #14557 from poettering/root-storage-daemons-markdownZbigniew Jędrzejewski-Szmek2020-01-131-0/+193
|\ \ \ | | | | | | | | docs: convert root storage daemon doc to markdown
| * | | docs: convert root storage daemon doc to markdownLennart Poettering2020-01-131-0/+193
| | | | | | | | | | | | | | | | | | | | | | | | Import from: https://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons/
* | | | docs: import initrd interface documentation from fdo wikiLennart Poettering2020-01-131-0/+73
| | | | | | | | | | | | | | | | Imported from https://www.freedesktop.org/wiki/Software/systemd/InitrdInterface/
* | | | docs: various small fixes to PORTABILITY_AND_STABILITY markdownLennart Poettering2020-01-131-12/+19
|/ / / | | | | | | | | | | | | | | | Nothing particularly world moving. Follow-up for #14549