summaryrefslogtreecommitdiffstats
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TODO: remove obsolete entriesZbigniew Jędrzejewski-Szmek2019-12-051-7/+1
| | | | "introspect" is well established and OK. We shouldn't change it at this point.
* sd-event: refuse running default event loops in any other thread than the ↵Lennart Poettering2019-12-041-1/+0
| | | | one they are default for
* TODO: remove obsolete entriesZbigniew Jędrzejewski-Szmek2019-12-031-7/+0
|
* update TODOLennart Poettering2019-11-291-0/+2
|
* update TODOLennart Poettering2019-11-291-0/+27
|
* update TODOLennart Poettering2019-11-201-4/+0
|
* update TODOLennart Poettering2019-11-191-5/+0
|
* Merge pull request #14017 from poettering/analyze-calendar-tweaksLennart Poettering2019-11-131-0/+2
|\ | | | | Add --base-time= for systemd-analyze calendar
| * update TODOLennart Poettering2019-11-131-0/+2
| |
* | update TODOLennart Poettering2019-11-131-3/+0
|/
* update TODOLennart Poettering2019-11-121-0/+6
|
* Merge pull request #13862 from zachsmith/systemd-tmpfiles-deprecate-for-forceZbigniew Jędrzejewski-Szmek2019-11-121-1/+0
|\ | | | | systemd-tmpfiles: deprecate F for f+
| * systemd-tmpfiles: deprecate F for f+Zach Smith2019-11-011-1/+0
| |
* | Merge pull request #13554 from keur/systemctl_status_timerZbigniew Jędrzejewski-Szmek2019-11-081-1/+0
|\ \ | | | | | | systemctl: Add timer activation to status
| * | systemctl: Add TriggeredBy and Triggers to statusKevin Kuehler2019-11-051-1/+0
| |/ | | | | | | | | | | | | For all units that aren't timers, if it is activated by another unit, add the triggering unit under the "TriggeredBy:" header. If a unit can trigger other units, print the units it triggers other the "Triggers:" header.
* | Merge pull request #13904 from keur/job_mode_triggeringZbigniew Jędrzejewski-Szmek2019-11-071-2/+0
|\ \ | | | | | | Job mode triggering
| * | core: Add triggering job modeKevin Kuehler2019-11-051-2/+0
| |/ | | | | | | | | | | | | When used with systemctl stop, follows TRIGGERED_BY dependencies and adds them to the same transaction. Fixes: #3043
* / update TODOLennart Poettering2019-11-011-3/+11
|/
* systemctl: Default suffixes for timer and socketKevin Kuehler2019-10-041-1/+0
| | | | | * use .timer suffix by default for systemctl list-timers * use .socket suffix by default for systemctl list-sockets
* TODO: add stuff about timersZbigniew Jędrzejewski-Szmek2019-09-121-0/+5
|
* journald: slightly bump OOM adjust for journald (#13366)Lennart Poettering2019-08-221-2/+0
| | | | | | | | | | | | | | If logging disappears issues are hard to debug, hence let's give journald a slight edge over other services when the OOM killer hits. Here are the special adjustments we now make: systemd-coredump@.service.in OOMScoreAdjust=500 systemd-journald.service.in OOMScoreAdjust=-250 systemd-udevd.service.in OOMScoreAdjust=-1000 (i.e. the coredump processing is made more likely to be killed on OOM, and udevd and journald are less likely to be killed)
* update TODOLennart Poettering2019-08-201-0/+4
|
* TODO: add more, and drop implemented stuffLennart Poettering2019-08-131-5/+5
|
* Merge pull request #13217 from poettering/TODO-updatesLennart Poettering2019-07-291-6/+2
|\ | | | | udev: warn if rules files are executable
| * update TODOLennart Poettering2019-07-291-1/+2
| |
| * TODO: drop udev access mode item we just implementedLennart Poettering2019-07-291-2/+0
| |
| * TODO: remove item implemented in f05e1ae6660Lennart Poettering2019-07-291-3/+0
| |
* | Merge pull request #13207 from keszybz/symbolic-exit-code-namesLennart Poettering2019-07-291-3/+0
|\ \ | |/ |/| Symbolic exit code names
| * pid1,systemctl: allow symbolic exit code namesZbigniew Jędrzejewski-Szmek2019-07-291-3/+0
| |
* | Merge pull request #13212 from poettering/sleep-conf-defaultZbigniew Jędrzejewski-Szmek2019-07-291-0/+15
|\ \ | | | | | | sleep: document default HibernateDelaySec=
| * | update TODOLennart Poettering2019-07-291-0/+15
| |/
* / systemd-sleep: use swaps in priority orderZach Smith2019-07-291-2/+0
|/ | | | | | | | In situations where hibernation is requested but resume= and resume_offset= kernel parameters are not configured, systemd will attempt to locate a suitable swap location by inspecting /proc/swaps. This change will use the first suitable swap with the highest configured priority.
* Merge pull request #13137 from poettering/efi-randomZbigniew Jędrzejewski-Szmek2019-07-261-6/+8
|\ | | | | beef up random seed logic, add boot loader entropy privisioning, improve docs about it
| * update TODOLennart Poettering2019-07-251-1/+8
| |
| * TODO: remove apparently fixed issue from TODOLennart Poettering2019-07-251-5/+0
| |
* | update TODOLennart Poettering2019-07-251-0/+14
|/
* update TODOLennart Poettering2019-07-241-0/+4
|
* core: ExecCondition= for servicesAnita Zhang2019-07-171-2/+0
| | | | Closes #10596
* update TODOLennart Poettering2019-07-111-3/+0
|
* Merge pull request #13011 from keszybz/auto-eraseLennart Poettering2019-07-111-2/+2
|\ | | | | Remove string_erase and friends
| * Remove string_eraseZbigniew Jędrzejewski-Szmek2019-07-101-1/+1
| |
| * Remove string_free_eraseZbigniew Jędrzejewski-Szmek2019-07-101-2/+2
| |
* | Merge pull request #12755 from keszybz/short-identifiersLennart Poettering2019-07-111-2/+0
|\ \ | | | | | | Allow using unit names in status messages
| * | Use unit->id instead of description in messagesZbigniew Jędrzejewski-Szmek2019-07-101-2/+0
| |/ | | | | | | | | v2: - rename unit_identifier to unit_status_string
* / shared/logs-show: urlify CONFIG_FILE in verbose modeZbigniew Jędrzejewski-Szmek2019-07-101-3/+0
|/ | | | | | Now all short-*, verbose, with-unit modes are handled. cat, export, json-* are not, but those are usually used for post-processing, so I don't think it'd be useful there.
* Merge pull request #12760 from zachsmith/systemd-sleep_resume_offsetZbigniew Jędrzejewski-Szmek2019-06-271-4/+0
|\ | | | | systemd-sleep: use resume_offset value if set
| * systemd-sleep: (bug) use resume_offset value if setZach Smith2019-06-271-4/+0
| | | | | | | | | | | | | | Use hibernation configuration as defined in /sys/power/resume and /sys/power/resume_offset if present before inspecting /proc/swaps and attempting to calculate swapfile offset
* | docs: fix typos and duplicate wordsMichael Prokop2019-06-271-1/+1
|/ | | | | | | | | s/and and/and/ s/explicity/explicitly/ s/that that/that/ s/the the/the/ s/is is/it is/ s/overriden/overridden/
* update TODOLennart Poettering2019-06-231-0/+14
|
* update TODOLennart Poettering2019-06-221-0/+2
|