Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-07 | libbusybox: move (possibly compressed) help stuff into libbusybox. | Denis Vlasenko | |
Makes individual binaries much smaller. | |||
2007-08-12 | trylink: produce even more info about final link stage | Denis 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-14 | applets/Kbuild: straighten it a bit | Denis Vlasenko | |
2007-06-12 | fix "--help prints usage for wrong applet" bug | Denis Vlasenko | |
2007-04-09 | merge busybox.c into applets.c | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-02-03 | do not put all <applet>_main() declarations | Denis Vlasenko | |
in busybox.h - this produces false dependencies | |||
2007-01-02 | convert usage compressed command into the new cmd style | Mike Frysinger | |
2006-10-19 | move usage_compressed.h generation into applets/ | Denis Vlasenko | |
2006-10-19 | applets/applets.o must be rebuilt if usage.h is modified. | Denis Vlasenko | |
2006-10-05 | build system overhaul | Denis Vlasenko | |