- 13 Jul, 2012 26 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
They have too little to do with each other...
-
Lennart Poettering authored
sd-readahead.h is supposed to be a drop-in API, nothing people should ever link to or could make use without also adding sd-readahead.c to their sources. Hence, don't install this header file into INCLUDES, but instead install it as DOCS.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Harald Hoyer authored
There's no point in reopening /dev/console if we reopen it anyway afterwards.
-
Lennart Poettering authored
We don't do device handling in containers, hence no loop devices either.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
This is to match strappend() and the other string related functions.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 12 Jul, 2012 11 commits
-
-
Lennart Poettering authored
This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way.
-
Lennart Poettering authored
-
Zbigniew Jędrzejewski-Szmek authored
This makes sure we are OK in outputting all valid, non-control UTF-8 characters, instead of just printable 7bit ASCII.
-
Lennart Poettering authored
-
Lennart Poettering authored
we now can take multiple matches, and they will apply as AND if they apply to different fields and OR if they apply to the same fields. Also, terms of this kind can be combined with an overreaching OR.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
Before: shared code such as log.c was linked once into the public libraries (where it is entirely hidden) and once into the various tools which might use those libraries. This is suboptimal, as this way static variables such as the maximum log level are instantiated twice in all tools. After: our build the public libraries a second time, as a convenience libary, and link our tools against those. Hence all tools use only a single instance of everything.
-
- 11 Jul, 2012 3 commits
-
-
Kay Sievers authored
-
Lennart Poettering authored
-
Lennart Poettering authored
The old automatism that the flushing of the journal from /run to /var was triggered by the appearance of /var/log/journal is broken if that directory is mounted from another host and hence always available to be useful as mount point. To avoid probelsm with this, introduce a new unit that is explicitly orderer after all mounte files systems and triggers the flushing.
-