aboutsummaryrefslogtreecommitdiff
path: root/applets/Kbuild
AgeCommit message (Collapse)Author
2007-12-10init: remove superfluous forks and messing up with argv[0]Denis Vlasenko
cttyhack: add stealing of ctty
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko
text data bss dec hex filename 775923 929 9100 785952 bfe20 busybox_old 775565 929 9100 785594 bfcba busybox_unstripped
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko
Should be a big win for libbusybox. busybox wins too: text data bss dec hex filename 776524 929 9100 786553 c0079 busybox_old 775903 929 9100 785932 bfe0c busybox_unstripped
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko
Makes individual binaries much smaller.
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k
2007-06-14applets/Kbuild: straighten it a bitDenis Vlasenko
2007-06-12fix "--help prints usage for wrong applet" bugDenis Vlasenko
2007-04-09merge busybox.c into applets.cDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
no preceding prototype
2007-02-03do not put all <applet>_main() declarationsDenis Vlasenko
in busybox.h - this produces false dependencies
2007-01-02convert usage compressed command into the new cmd styleMike Frysinger
2006-10-19move usage_compressed.h generation into applets/Denis Vlasenko
2006-10-19applets/applets.o must be rebuilt if usage.h is modified.Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko