Denys Vlasenko
|
fcad7681f8
fdisk: make comment more clear
|
14 years ago |
Denys Vlasenko
|
d958e909cd
fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cylinders
|
14 years ago |
Denys Vlasenko
|
5ea1de2235
fdisk: code shrink without logic changes
|
14 years ago |
Denys Vlasenko
|
bf1d347964
fdisk: do not treat names ending in '0' as partitions
|
14 years ago |
Denys Vlasenko
|
36659fda1f
*: fix 1/4 remaining aliasing warnings
|
14 years ago |
Denys Vlasenko
|
e992bae6f9
*: remove a few more cases of argc usage. -89 bytes.
|
15 years ago |
Denys Vlasenko
|
f2cbb03a37
*: optimize most of isXXXXX() macros
|
15 years ago |
Denys Vlasenko
|
af3fd14e4d
hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes
|
15 years ago |
Denys Vlasenko
|
ddf7850f2b
fdisk: add a warning and truncate disks with >= 2^32 sectors
|
15 years ago |
Denys Vlasenko
|
da49f58524
move libc related stuff out of platform.h
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
9604e1b8fc
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
|
15 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Bernhard Reutner-Fischer
|
a53de7f7c2
- fix spelling
|
16 years ago |
Denis Vlasenko
|
9764d6908a
fdisk: fix compile failure
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
270d5d75f1
fdisk: cosmetics, and removal of dead data
|
16 years ago |
Denis Vlasenko
|
6eaf0a9883
fdisk: move more data to struct globals; shrink code
|
16 years ago |
Denis Vlasenko
|
f5d8c90d73
style fixes, no code changes
|
16 years ago |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 years ago |
Denis Vlasenko
|
c033d5196d
fdisk: fix a case where we can inadvertently close /proc/partitions fd early
|
16 years ago |
Denis Vlasenko
|
4437d19fb4
fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.
|
16 years ago |
Denis Vlasenko
|
85c247161b
*: fix fallout from -Wunused-parameter
|
16 years ago |
Denis Vlasenko
|
cdf62770af
dos2unix: tiny shrink
|
16 years ago |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
16 years ago |
Denis Vlasenko
|
04e11c9209
getpot: add support for "a+" specifier for nonnegative int parameters.
|
17 years ago |
Denis Vlasenko
|
893988182a
fdisk: comment out unused function
|
17 years ago |
Denis Vlasenko
|
a5549c9617
fdisk: fix a case where break was reached only for DOS labels
|
17 years ago |
Denis Vlasenko
|
f77f369ce8
fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)
|
17 years ago |
Denis Vlasenko
|
6bef3d1d22
fbset: fix buglet where we were using wrong pointer
|
17 years ago |