| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
As wait-online is located under src/network.
|
| |
|
|
|
|
| |
No idea why this chunk was left when we removed the other copies.
|
| |
|
|
|
|
|
| |
Instead of a multiple fixed format helper functions, add an enum and
a single helper, so that it's easier to extend in the future.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The default message for ENOSPC is very misleading: it says that the disk is
filled, but in fact the inotify watch limit is the problem.
So let's introduce and use a wrapper that simply calls inotify_add_watch(2) and
which fixes the error message up in case ENOSPC is returned.
|
| |
|
| |
|
| |
|
|
|
|
| |
Acks in https://github.com/systemd/systemd/issues/9320.
|
|
|
|
|
|
|
|
| |
$ git grep -e 'This program is free software' -l |grep -v LICENSE | \
xargs perl -i -0pe 's/ \* This program.*?for more details.\s*\*\n( \* You should have.*licenses.>.\n)?//gms'
For some reason they were missed previously. All those files seem to
have proper SDPX tags.
|
|
|
|
|
|
| |
Let's unify an beautify our remaining copyright statements, with a
unicode ©. This means our copyright statements are now always formatted
the same way. Yay.
|
|
|
|
|
|
| |
code
We now use pretty much the same code at three places, let's unify that.
|
|
|
|
|
|
|
|
|
|
|
| |
Systems that have an accurate real-time clock may have an initial
unsynchronized time that is close enough to the synchronized time that
the final adjustment doesn't trigger a waking "clock set" event. Have
timesyncd touch a file in its runtime directory as a secondary signal
for synchronization. Continue to support the timerfd-based trigger as a
sufficient condition when the watchfile is not present.
Closes issue #8683
|
| |
|
|
This one-shot service waits until the kernel time has been set to
synchronized.
|