Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 1 | -44/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | build system: more fixes to parallel build | Denys Vlasenko | 2009-11-25 | 1 | -3/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | build system: fix parallel make | Denys Vlasenko | 2009-11-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) | Denys Vlasenko | 2009-10-22 | 1 | -3/+3 |
| | | | | | | | | | | 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> | ||||
* | Update documentation generator so that it sucks less | Denys Vlasenko | 2009-10-02 | 1 | -4/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | another stab at fixing out-of-tree build | Denis Vlasenko | 2009-04-19 | 1 | -1/+1 |
| | |||||
* | hopefully fix out-of-tree build broken by 26139 | Denis Vlasenko | 2009-04-19 | 1 | -6/+12 |
| | |||||
* | build system: remove some unnecessary rebuilds | Denis Vlasenko | 2009-04-17 | 1 | -4/+7 |
| | |||||
* | init: remove superfluous forks and messing up with argv[0] | Denis Vlasenko | 2007-12-10 | 1 | -1/+2 |
| | | | | | cttyhack: add stealing of ctty | ||||
* | Further optimize applet tables; prettify build output | Denis Vlasenko | 2007-11-29 | 1 | -9/+9 |
| | | | | | | | text data bss dec hex filename 775923 929 9100 785952 bfe20 busybox_old 775565 929 9100 785594 bfcba busybox_unstripped | ||||
* | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko | 2007-11-28 | 1 | -2/+10 |
| | | | | | | | | | 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 | ||||
* | libbusybox: move (possibly compressed) help stuff into libbusybox. | Denis Vlasenko | 2007-10-07 | 1 | -3/+3 |
| | | | | | Makes individual binaries much smaller. | ||||
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
* | applets/Kbuild: straighten it a bit | Denis Vlasenko | 2007-06-14 | 1 | -8/+11 |
| | |||||
* | fix "--help prints usage for wrong applet" bug | Denis Vlasenko | 2007-06-12 | 1 | -0/+1 |
| | |||||
* | merge busybox.c into applets.c | Denis Vlasenko | 2007-04-09 | 1 | -1/+0 |
| | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -1/+1 |
| | | | | no preceding prototype | ||||
* | do not put all <applet>_main() declarations | Denis Vlasenko | 2007-02-03 | 1 | -1/+1 |
| | | | | in busybox.h - this produces false dependencies | ||||
* | convert usage compressed command into the new cmd style | Mike Frysinger | 2007-01-02 | 1 | -2/+3 |
| | |||||
* | move usage_compressed.h generation into applets/ | Denis Vlasenko | 2006-10-19 | 1 | -3/+6 |
| | |||||
* | applets/applets.o must be rebuilt if usage.h is modified. | Denis Vlasenko | 2006-10-19 | 1 | -0/+9 |
| | |||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -0/+9 |