Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-11 | errno is positive | Zbigniew Jędrzejewski-Szmek | |
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. | |||
2013-03-11 | Remove or indent #define GNU_SOURCE | Zbigniew Jędrzejewski-Szmek | |
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. | |||
2012-05-23 | readahead: avoid running of readahead services if readahead is already done | Lennart Poettering | |
2012-01-03 | readahead: bring export definition of sd-readahead in line with sd-daemon | Lennart Poettering | |
2011-12-31 | build-sys: make readahead and vconsole optional | Lennart Poettering | |