summaryrefslogtreecommitdiff
path: root/man
Commit message (Expand)AuthorAgeFilesLines
* man: add systemctl suspend-then-hibernate (#10194)Jonas DOREL2018-09-281-2/+13
* udev/net: add support for the equivalent of "ethtool advertise" to .link filesSusant Sahani2018-09-261-2/+73
* Make Watchdog Signal ConfigurableAnita Zhang2018-09-262-1/+10
* RFC tmpfiles: Allow configuration to ignore execution errorsWilliam Douglas2018-09-251-1/+10
* Merge pull request #10088 from keszybz/man-systemctl-returnLennart Poettering2018-09-252-8/+60
|\
| * man: remove recommendation to pull in slices from slices.targetZbigniew Jędrzejewski-Szmek2018-09-141-6/+10
| * man: add a description of systemctl return codesZbigniew Jędrzejewski-Szmek2018-09-141-2/+50
* | Merge pull request #10059 from yuwata/env-exec-directoryLennart Poettering2018-09-251-4/+18
|\ \
| * | man: document RUNTIME_DIRECTORY= or friendsYu Watanabe2018-09-131-4/+18
* | | inhibit: use format-table to format systemd-inhibit --listLennart Poettering2018-09-241-0/+1
* | | networkd-network: Introduce DHCPv6 PD knob for RFC 7084 WPD-4Patrik Flykt2018-09-191-0/+16
| |/ |/|
* | man: fix typo (#10084)Harshit Jain2018-09-141-3/+3
* | replace https://github.com/systemd/systemd/blob/master/doc/* with https://git...killermoehre2018-09-134-8/+8
|/
* Merge pull request #9832 from yuwata/fix-9831Zbigniew Jędrzejewski-Szmek2018-09-081-0/+1
|\
| * network: prohibit to set MTUBytes= and UseMTU= simultaneouslyYu Watanabe2018-08-131-0/+1
* | man: Document networkd states in networkctl(1) (#10033)Julian Andres Klode2018-09-071-0/+82
* | cryptsetup-generator: introduce basic keydev supportMichal Sekletar2018-09-041-0/+14
* | man: fix a typo in the documentation (#10003)Liberasys2018-09-041-1/+1
* | Merge pull request #9919 from keszybz/more-sd-bus-docYu Watanabe2018-09-037-1/+339
|\ \
| * | man: add sd_bus_message_get_signature(3)Zbigniew Jędrzejewski-Szmek2018-08-233-0/+116
| * | man: add sd_bus_message_read_array(3)Zbigniew Jędrzejewski-Szmek2018-08-113-1/+111
| * | man: add sd_bus_message_skip(3)Zbigniew Jędrzejewski-Szmek2018-08-115-0/+112
* | | man: fix RFC ref in resolved.conf man page (#9976)Todd Walton2018-08-301-1/+1
* | | cryptsetup: add support for sector-size= option (#9936)Dimitri John Ledkov2018-08-291-0/+9
* | | man: use singular “they”Lucas Werkmeister2018-08-232-3/+3
* | | doc: fix resolvectl(1) per-interface DNS configuration documentationDaniel Kahn Gillmor2018-08-231-18/+19
* | | doc: fix udev(7) documentation about ATTR{} and SYSCTL{}Daniel Kahn Gillmor2018-08-231-0/+2
* | | Merge pull request #8135 from shawnl/arg_hostZbigniew Jędrzejewski-Szmek2018-08-232-3/+5
|\ \ \
| * | | man/sd_bus_default: update to reflect changesShawn Landden2018-08-061-1/+2
| * | | man: update to reflect changes in -H HOST parsingShawn Landden2018-08-061-2/+3
* | | | networkd and sd-netlink: add support for Generic netlink And FooOverUDP to IP...Susant Sahani2018-08-231-0/+98
* | | | Merge pull request #9406 from yuwata/rfe-9228Zbigniew Jędrzejewski-Szmek2018-08-231-9/+24
|\ \ \ \
| * | | | man: mention that DUIDType=link-layer-time or link-layer uses MAC addressYu Watanabe2018-08-081-3/+5
| * | | | man: mention that DUIDType=uuid uses the product UUID or machine-IDYu Watanabe2018-08-081-7/+20
* | | | | man: Fixed grammatical error in systemd.socket.xml (#9916)Steve Ramage2018-08-231-2/+2
* | | | | core: add IODeviceLatencyTargetSecTejun Heo2018-08-221-5/+24
* | | | | man: correct journald field nameChris Morin2018-08-221-1/+1
* | | | | man: document that most sandboxing options are best effort onlyLennart Poettering2018-08-211-0/+9
| |_|_|/ |/| | |
* | | | tmpfiles: don't adjust qgroups on existing subvolumesFranck Bui2018-08-081-58/+37
|/ / /
* | | Merge pull request #9744 from yuwata/fix-9737Lennart Poettering2018-08-071-1/+10
|\ \ \
| * | | namespace: implicitly adds DeviceAllow= when RootImage= is setYu Watanabe2018-08-061-1/+10
| | |/ | |/|
* | | systemctl: add support for --wait to is-system-runningFilipe Brandenburger2018-08-071-0/+12
| |/ |/|
* | Merge pull request #9792 from poettering/hashmap-mempoolZbigniew Jędrzejewski-Szmek2018-08-0627-129/+93
|\ \
| * | man: include libsystemd-pkgconfig.xml in a few more man pagesLennart Poettering2018-08-039-74/+25
| * | man: be more explicit about thread safety of sd_journalLennart Poettering2018-08-0318-55/+68
| |/
* | Merge pull request #9775 from yuwata/follow-up-9766Zbigniew Jędrzejewski-Szmek2018-08-061-9/+12
|\ \ | |/ |/|
| * man: mention that Hostname= for DHCP must be a valid DNS domain nameYu Watanabe2018-08-061-9/+12
|/
* man: document that 'nofail' also has an effect on orderingLennart Poettering2018-08-021-6/+4
* man: add sd_bus_message_rewind(3)Zbigniew Jędrzejewski-Szmek2018-08-023-0/+90
* man: document sd_bus_slot_get_bus in sd_bus_slot_ref(3)Zbigniew Jędrzejewski-Szmek2018-08-022-1/+15