summaryrefslogtreecommitdiff
path: root/miscutils/readahead.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-2/+9
|
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-6/+4
| | | | | | readahead: stop using stdio.h *: style fixes
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
|
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
|
* Oops, Michael pointed out that my cleanup left some dead code in there.Rob Landley2006-08-211-2/+0
|
* Michael Opdenacker contributed a readahead applet.Rob Landley2006-08-201-0/+36