index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
readahead.c
Age
Commit message (
Expand
)
Author
2018-12-28
config: update size information
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-19
Update remaining menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-22
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2008-01-27
mkswap, readahead: stop using fdlength, it is reported to be unreliable
Denis Vlasenko
2007-11-06
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-08-21
Oops, Michael pointed out that my cleanup left some dead code in there.
Rob Landley
2006-08-20
Michael Opdenacker contributed a readahead applet.
Rob Landley