summaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* man: conditionalize sd-pcrlock and sd-measure on the same variable as their b...Luca Boccassi2023-12-233-4/+4
* Merge pull request #30541 from yuwata/network-address-emptyYu Watanabe2023-12-221-0/+3
|\
| * network/address: make Address= in [Network] support an empty stringYu Watanabe2023-12-201-0/+3
* | Merge pull request #30284 from YHNdnzj/fstab-wantedby-defaultdepsLennart Poettering2023-12-211-29/+33
|\ \
| * | man/systemd.mount: tmpfs automatically gains After=swap.target depMike Yuan2023-12-111-2/+5
| * | fstab-generator: disable default deps if x-systemd.{wanted,required}-by= is usedMike Yuan2023-12-111-16/+18
| * | man/systemd.mount: update implicit deps on device unitMike Yuan2023-12-111-13/+12
* | | Merge pull request #28658 from H5117/enroll_with_ecLennart Poettering2023-12-212-19/+30
|\ \ \
| * | | cryptsetup: Add support for EC keys in PKCS#11 tokensVladimir Stoiakin2023-12-192-19/+30
* | | | man: try to improve wording on --slice-inherit docsLennart Poettering2023-12-211-5/+8
* | | | run/uid0: tint the terminal background color (and add new --background= switch)Lennart Poettering2023-12-212-0/+32
* | | | run: optionally set the "ignore-failure" flag for ExecStart= linesLennart Poettering2023-12-211-0/+11
* | | | run: when invoked as "uid0", expose some sudo-like behaviourLennart Poettering2023-12-213-1/+217
* | | | core: imply SetLoginEnvironment= if PAMName= is setLennart Poettering2023-12-211-6/+9
| |_|/ |/| |
* | | systemctl: configure boot loader options only when going through firmwareMike Yuan2023-12-201-11/+14
* | | Merge pull request #30536 from yuwata/network-bridge-vlan-debugging-logsYu Watanabe2023-12-201-470/+483
|\ \ \
| * | | man,NEWS: mention that all previously assigned VLAN IDs are clearedYu Watanabe2023-12-201-4/+11
| * | | man: fix indentationYu Watanabe2023-12-201-470/+476
* | | | Merge pull request #30525 from YHNdnzj/networkctl-maskYu Watanabe2023-12-201-4/+38
|\ \ \ \ | |/ / / |/| | |
| * | | networkctl: introduce verb mask and unmaskMike Yuan2023-12-201-4/+38
* | | | man: environment value -> udev propertyYu Watanabe2023-12-201-2/+2
|/ / /
* / / udev: allow/denylist for reading sysfs attributes when composing a NIC nameLukas Nykryn2023-12-191-0/+71
|/ /
* | man: avoid potential shell expansion in systemctl's exampleFrantisek Sumsal2023-12-181-1/+1
* | homectl: add "firstboot" commandLennart Poettering2023-12-184-1/+67
* | Merge pull request #30479 from keszybz/man-pages-synopsis-layoutLennart Poettering2023-12-1835-342/+405
|\ \
| * | man: use <simplelist> for two more listsZbigniew Jędrzejewski-Szmek2023-12-152-139/+141
| * | man: use <simplelist> for file lists in synopsisZbigniew Jędrzejewski-Szmek2023-12-1533-201/+263
| * | man/tmpfiles: update summaryZbigniew Jędrzejewski-Szmek2023-12-141-2/+1
* | | Fix a typo in the org.freedesktop.systemd1 man pageAndrew Sayers2023-12-141-1/+1
|/ /
* | Merge pull request #30232 from keszybz/ukify-importsZbigniew Jędrzejewski-Szmek2023-12-131-0/+6
|\ \
| * | man/ukify: link to competing toolsZbigniew Jędrzejewski-Szmek2023-12-011-0/+6
* | | Merge pull request #30433 from yuwata/network-nexthop-cleanupsYu Watanabe2023-12-132-2/+15
|\ \ \
| * | | network/nexthop: introduce ManageForeignNextHops= boolean settingYu Watanabe2023-12-122-2/+15
| | |/ | |/|
* / | man: make minor corrections to smbios-type-11(7)Will Springer2023-12-131-2/+2
|/ /
* | systemctl: fix typoYu Watanabe2023-12-101-1/+1
* | core: create workdir/upperdir when mounting a Type=overlay mount unitLuca Boccassi2023-12-081-1/+5
* | man: correct the path for location of "machinectl edit" setting fileShulhan2023-12-071-1/+2
* | Merge pull request #30060 from poettering/analyze-archsYu Watanabe2023-12-072-0/+36
|\ \
| * | analyze: add "architectures" verb that lists all known architecturesLennart Poettering2023-12-062-0/+36
* | | gpt-auto-generator: Pass cryptsetup credentials to cryptsetupDaan De Meyer2023-12-061-1/+53
* | | Merge pull request #30302 from keszybz/systemd-edit-stdinZbigniew Jędrzejewski-Szmek2023-12-061-110/+132
|\ \ \
| * | | systemctl: add "edit --stdin"Zbigniew Jędrzejewski-Szmek2023-12-051-20/+43
| * | | man/systemctl: fix indentation of <xi:include>'sZbigniew Jędrzejewski-Szmek2023-12-021-91/+90
* | | | Merge pull request #30085 from YHNdnzj/networkctl-edit-runtimeZbigniew Jędrzejewski-Szmek2023-12-061-1/+13
|\ \ \ \
| * | | | networkctl: introduce --runtime for editing network config under /run/Mike Yuan2023-12-021-1/+13
| |/ / /
* | | | Merge pull request #29987 from yuwata/network-bridge-vlanZbigniew Jędrzejewski-Szmek2023-12-061-7/+12
|\ \ \ \
| * | | | network/brvlan: remove unnecessary bridge vlan IDsYu Watanabe2023-11-121-3/+5
| * | | | network/brvlan: make [BridgeVLAN] settings support an empty stringYu Watanabe2023-11-121-4/+7
* | | | | Merge pull request #29853 from YHNdnzj/sleep-automatedZbigniew Jędrzejewski-Szmek2023-12-063-37/+76
|\ \ \ \ \
| * | | | | systemctl: add support for Sleep() logind callMike Yuan2023-12-051-0/+18