summaryrefslogtreecommitdiffstats
path: root/src/backlight (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-23man: Fix typo "multiplied with" -> "multiplied by"Niklas Hambüchen1-1/+1
2020-04-22sd-bus: Add sd_bus_message_at_end docsDaan De Meyer3-0/+88
2020-04-22core: make sure we don't get confused when setting TERM for a tty fdLennart Poettering1-4/+5
Fixes: #15344
2020-04-22man: document that VirtualEthernetExtra= has nothing to do with Bridge=Lennart Poettering1-12/+10
Fixes: #15402
2020-04-22man: document the new --resolv-conf= optionsLennart Poettering1-23/+54
2020-04-22nspawn: beef up --resolve-conf= modesLennart Poettering3-16/+37
Let's add flavours for copying stub/uplink resolv.conf versions. Let's add a more brutal "replace" mode, where we'll replace any existing destination file. Let's also change what "auto" means: instead of copying the static file, let's use the stub file, so that DNS search info is copied over. Fixes: #15340
2020-04-22resolve: move resolv.conf path definitions to shared headerLennart Poettering2-9/+9
That way we can use it from nspawn.
2020-04-22core: add debug log when a job in the activation queue is not runnableLuca Boccassi1-2/+10
When a job is skipped due its dependencies not being ready, log a debug message saying what is holding it back. This was very useful with transient units timing out to figure out where the problem was.
2020-04-22test: correctly clean up test artifactsFrantisek Sumsal1-1/+2
Remove the artifact files indicating test result (testok, failed, and skipped) just before running the test so we always get the latest and most relevant result instead of incorrectly consuming previous results. Discovered in https://github.com/systemd/systemd/pull/15378#issuecomment-616801873
2020-04-22util: return the correct correct wd from inotify helpersBalaji Punnuru1-6/+8
We need to propagate the acquired watch descriptors because our callers are counting on them. [Lennart: this is split out of #15381 and simplified]
2020-04-22core: minor error code handling fixesLennart Poettering1-2/+2
2020-04-22sd-bus: Clarify sd_bus_list_names results ownershipDaan De Meyer1-4/+3
2020-04-22sd-bus: Add sd_bus_message_read_strv docsDaan De Meyer4-1/+94
2020-04-21test: verify RoutesToDNS= is independent of UseGateway=Dan Streetman4-9/+12
2020-04-21tree-wide: fix spelling errorsFrantisek Sumsal40-57/+57
Based on a report from Fossies.org using Codespell. Followup to #15436
2020-04-21tree-wide: formatting tweaks reported by CoccinelleFrantisek Sumsal5-11/+23
2020-04-21network: honor SetDNSRoutes= even if UseGateway=FalseDan Streetman1-65/+64
2020-04-21test: modify/add tests for UseRoutes= and UseGateway= configurationDan Streetman7-29/+48
The last commit changed the UseGateway= default to the value of UseRoutes= so the tests need to check for all combinations of the two parameters.
2020-04-21network: change UseGateway= default to UseRoutes= settingDan Streetman4-5/+9
Anyone previously using the UseRoutes=false parameter expected their dhcp4-provided gateway route to be ignored, as well. However, with the introduction of the UseGateway= parameter, this is no longer true. In order to keep backwards compatibility, this sets the UseGateway= default value to whatever UseRoutes= has been set to.
2020-04-21sd-bus: Add sd_bus_list_names docsDaan De Meyer3-0/+113
2020-04-21test: drop Disk (Size|Free|Floor|Ceiling) fields prior comparingFrantisek Sumsal1-1/+8
The disk attributes can take some time to update on certain filesystems, so let's strip them from inputs of both `homectl` and `userdbctl` before comparing them to avoid unexpected fails. Also, switch from `cmp` to `diff` to make a potential test fail a bit more debuggable. Fixes: #14755
2020-04-21update TODOLennart Poettering1-0/+3
2020-04-21sd-bus: Add sd_bus_set/is_monitor docsDaan De Meyer3-7/+38
2020-04-21sd-bus: Rewrap sd_bus_set_server docs at 109 columnsDaan De Meyer1-32/+29
2020-04-21core: add log_get_max_level check optimization in log_unit_fullLuca Boccassi1-2/+3
Just as log_full already does, check if the log level would result in logging immediately in the macro in order to avoid doing unnecessary work that adds up in hot spots.
2020-04-21core: implement generic log control API in PID1 tooLennart Poettering3-0/+20
It has slightly different setters in place, so it needs some special love, which is easy enough though.
2020-04-21core: use generic implementations of log level/target bus propertier gettersLennart Poettering1-25/+3
The setters are slightly different, hence keep them as they are for now.
2020-04-21tree-wide: implement new log control API dbus interface in all our daemonsLennart Poettering10-0/+50
2020-04-21resolved: replace private log level control API with generic oneLennart Poettering2-57/+9
The property was just added, let's replace it again. Given that it was never released this should not be an API breakage.
2020-04-21log-control-api: add generic D-Bus interface for querying/setting log ↵Lennart Poettering3-2/+140
level/target Let's define a new, generic bus interface that any daemon can implement for querying/setting the log level. We can turn this into something more powerful later on, but for now, only expose three properties: the log level, log target and the syslog identifier (with the former two being writable). This is supposed to be generic, so that it can be implemented by 3rd party daemons too, eventually.
2020-04-21core: automatically add udev dependency for units using RootImage=Lennart Poettering3-0/+13
We use udev to wait for /dev/loopX devices to be fully proped hence we need an implicit ordering dependency on it, for RootImage= to work reliably in early boot, too. Fixes: #14972
2020-04-21man: document how to get the boot menu with zero time-outLennart Poettering1-2/+13
Fixes: #15125
2020-04-21man: add SD_HWDB_FOREACH_PROPERTY with an exampleZbigniew Jędrzejewski-Szmek3-1/+57
2020-04-21man: add description of all the sd-hwdb funtionsZbigniew Jędrzejewski-Szmek4-0/+313
2020-04-21man: add markers to put all dbus entities in the directives indexZbigniew Jędrzejewski-Szmek8-1/+3725
Follow-up for f92c8d1c67bcdeba097e3203d8aafe3a31230ada. directives.index: - This index contains 3398 entries in 19 sections, referring to 333 individual + This index contains 4316 entries in 19 sections, referring to 333 individual
2020-04-21man: run systemd1(5) through the updaterZbigniew Jędrzejewski-Szmek1-751/+5118
For some reason I must've forgotten this page in 4fb222c4b2.
2020-04-21man: add sd_j_open_namespace as refnameZbigniew Jędrzejewski-Szmek2-1/+3
This was forgotten in 241c8f67f65a1051068a1728daaca5bc49183c69.
2020-04-21check-api-docs: sd_journal_open_container is deprecatedZbigniew Jędrzejewski-Szmek1-0/+1
2020-04-21man: document sd_journal_*_with_locationZbigniew Jędrzejewski-Szmek2-14/+81
2020-04-21sd-bus: Rewrap sd_bus_set_close_on_exit + small fixesDaan De Meyer2-24/+42
2020-04-21sd-bus: Add sd_bus_get_scope/tid/unique_name docsDaan De Meyer3-1/+62
2020-04-20sd-bus: Rewrap sd_bus_set_description docsDaan De Meyer1-39/+35
2020-04-20sd-bus: sd_bus_get_fd docs typo fixDaan De Meyer1-1/+1
2020-04-20update-dbus-docs: automatically add variablelist for introspected itemsJérémy Rosen2-2/+79
Add a <variablelist/> tag after every programlisting we auto-generate that will be read by make-directive-index to cross-reference all dbus elements.
2020-04-20sd-bus: Rewrap sd_bus_get_fd docsDaan De Meyer1-51/+61
2020-04-20sd-bus: Small sd_bus_set_server doc fixDaan De Meyer1-1/+2
2020-04-20sd-bus: Add sd_bus_get/set_exit_on_disconnect docsDaan De Meyer3-2/+107
2020-04-20sd-bus: Add sd_bus_is_server + sd_bus_set/is_bus_client docsDaan De Meyer3-4/+60
2020-04-20make-directive-index: allow variablelist to specify an element to indexJérémy Rosen1-0/+7
This commit looks for a new "extra-ref" attribute in <variablelist> If this attribute is specified, its content will be index as pointing to the current man-page in systemd.directives
2020-04-20make-directive-index: allow pages to specify the path to searchJérémy Rosen1-1/+2
So far, make-directive-index would look for ./valistentry/term/varname for elements to add to the directive man page. This commit allows to specify xpath= in the varlist directive to tell the generator what to look for.