Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-16 | fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;) | Denis Vlasenko | |
(add/remove: 0/13 grow/shrink: 6/19 up/down: 74/-492) Total: -418 bytes text data bss dec hex filename 778330 860 7408 786598 c00a6 busybox_old 777970 840 7376 786186 bff0a busybox_unstripped | |||
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | |
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-25 | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms ↵ | Denis Vlasenko | |
<wharms@bfs.de>) | |||
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko | |
2007-03-19 | fdisk: get rid of _() macro. | Denis Vlasenko | |
Shorten some messages. Stop using stderr - anyone who tries to use fdisk no-interactively is "strange" anyway. Improve storage handling in bsd module. text data bss dec hex filename 728112 1488 33788 763388 ba5fc busybox.t0/busybox 727248 1488 33372 762108 ba0fc busybox.t1/busybox | |||
2007-01-29 | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko | |
2007-01-22 | Convert cmdedit into more generic line input facility | Denis Vlasenko | |
(make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here. | |||
2007-01-03 | fdisk: remove 8k buffer from bss - OSF labels | Denis Vlasenko | |
are not THAT common anyway | |||
2007-01-02 | silly style fixes | Denis Vlasenko | |
2006-12-30 | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | |
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko | |
fdiskXXX: add a bit of sanity (not enough by far) | |||
2006-11-30 | "make bigdata" biggest offender dealt with: | Denis Vlasenko | |
xmalloc 16Kb buffer instead of keeping it in bss | |||
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-10-14 | fdisk: compilation fix | Denis Vlasenko | |
2006-10-12 | fdisk: separate sun/aix/etc code into #included files | Denis Vlasenko | |