summaryrefslogtreecommitdiff
path: root/src/readahead/sd-readahead.c
Commit message (Collapse)AuthorAge
* readahead: wipe out readaheadDaniel Buch2014-09-25
|
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-11
| | | | | | | | | | Make sure we compare errno against positive error codes. The ones in hwclock.c and install.c can have an impact, the rest are unlikely to be hit or in code that isn't widely used. Also check that errno > 0, to help gcc know that we are returning a negative error code.
* Remove or indent #define GNU_SOURCEZbigniew Jędrzejewski-Szmek2013-03-11
| | | | | | | It is only needed in files designed to be usable in standalone compilation. In those files the #ifdefinery is indented. When compiling in-tree, GNU_SOURCE is always defined, so remove one definition.
* readahead: avoid running of readahead services if readahead is already doneLennart Poettering2012-05-23
|
* readahead: bring export definition of sd-readahead in line with sd-daemonLennart Poettering2012-01-03
|
* build-sys: make readahead and vconsole optionalLennart Poettering2011-12-31