summaryrefslogtreecommitdiff
path: root/util-linux/fdisk_sgi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fdisk: get rid of _() macro.Denis Vlasenko2007-03-191-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 damageDenis Vlasenko2007-03-071-3/+3
|
* fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko2007-01-031-24/+25
| | | | are not THAT common anyway
* convert calloc to xzallocDenis Vlasenko2007-01-031-1/+1
| | | | fix sleep-on-die option
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-3/+3
|
* u_short, ulong exterminatedDenis Vlasenko2006-12-191-2/+2
| | | | fdiskXXX: add a bit of sanity (not enough by far)
* byteswap ops had extra mask ops - removedDenis Vlasenko2006-11-271-4/+2
|
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-2/+2
|
* fdisk: compilation fixDenis Vlasenko2006-10-141-1/+1
|
* fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko2006-10-121-0/+887