aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_aix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix forgotten license commentsDenis Vlasenko2008-12-071-2/+2
|
* fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko2008-04-171-1/+1
| | | | | | | | | | Made enums UPPERCASE. Removed one global variable. Added some FIXMEs. text data bss dec hex filename 804708 645 7112 812465 c65b1 busybox_old 804685 641 7112 812438 c6596 busybox_unstripped
* random s/short/int/Denis Vlasenko2008-02-161-2/+2
| | | | | | | | | add_cmd 1189 1190 +1 xconnect_ftpdata 118 117 -1 data_align 86 84 -2 process_files 2101 2096 -5 forkexec 1345 1334 -11
* fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko2007-12-161-1/+1
| | | | | | | | (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
* fdisk: get rid of _() macro.Denis Vlasenko2007-03-191-12/+9
| | | | | | | | | 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
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-1/+1
|
* fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko2006-10-121-0/+76