Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | build system: more fixes to parallel build | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-11-24 | build system: fix parallel make | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-10-22 | mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) | Denys Vlasenko | |
function old new delta mkfs_ext2_main 2385 2495 +110 packed_usage 26400 26447 +47 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 157/0) Total: 157 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-10-02 | Update documentation generator so that it sucks less | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-04-19 | another stab at fixing out-of-tree build | Denis Vlasenko | |
2009-04-19 | hopefully fix out-of-tree build broken by 26139 | Denis Vlasenko | |
2009-04-17 | build system: remove some unnecessary rebuilds | Denis Vlasenko | |
2007-12-10 | init: remove superfluous forks and messing up with argv[0] | Denis Vlasenko | |
cttyhack: add stealing of ctty | |||
2007-11-29 | Further optimize applet tables; prettify build output | Denis Vlasenko | |
text data bss dec hex filename 775923 929 9100 785952 bfe20 busybox_old 775565 929 9100 785594 bfcba busybox_unstripped | |||
2007-11-28 | reorganize 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-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 | |