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 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
06b3cc2811
make fdisk compile on libc without llseek64
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
b71c668c57
style fix (stray space before ';')
|
17 years ago |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 years ago |
Denis Vlasenko
|
80b8b39899
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>)
|
17 years ago |
Denis Vlasenko
|
3ad5d0cbbe
diff: shrink code (-85 bytes):
|
17 years ago |
Denis Vlasenko
|
3f22b7f718
fdisk: make it work with big disks (read: typical today's disks)
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
58875aefe4
assorted fixes uncovered by randomconfig runs
|
17 years ago |
Denis Vlasenko
|
dfce08f281
fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU
|
17 years ago |
Denis Vlasenko
|
bd852076b9
fdisk: get rid of _() macro.
|
17 years ago |
Denis Vlasenko
|
8e1a0cc4c9
fdisk: move 2k ptes[] array into bb_common_bufsiz1
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
06c0a71d23
preparatory patch for -Wwrite-strings #3
|
18 years ago |
Denis Vlasenko
|
8e1c71529c
Convert cmdedit into more generic line input facility
|
18 years ago |
Denis Vlasenko
|
d54708399d
fdisk: remove 8k buffer from bss - OSF labels
|
18 years ago |