Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fdisk: get rid of _() macro. | Denis Vlasenko | 2007-03-19 | 1 | -120/+125 |
| | | | | | | | | | 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 | ||||
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -3/+3 |
| | |||||
* | fdisk: remove 8k buffer from bss - OSF labels | Denis Vlasenko | 2007-01-03 | 1 | -24/+25 |
| | | | | are not THAT common anyway | ||||
* | convert calloc to xzalloc | Denis Vlasenko | 2007-01-03 | 1 | -1/+1 |
| | | | | fix sleep-on-die option | ||||
* | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | 2006-12-30 | 1 | -3/+3 |
| | |||||
* | u_short, ulong exterminated | Denis Vlasenko | 2006-12-19 | 1 | -2/+2 |
| | | | | fdiskXXX: add a bit of sanity (not enough by far) | ||||
* | byteswap ops had extra mask ops - removed | Denis Vlasenko | 2006-11-27 | 1 | -4/+2 |
| | |||||
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -2/+2 |
| | |||||
* | fdisk: compilation fix | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 |
| | |||||
* | fdisk: separate sun/aix/etc code into #included files | Denis Vlasenko | 2006-10-12 | 1 | -0/+887 |