Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
17 年之前 |
Denis Vlasenko
|
04e11c9209
getpot: add support for "a+" specifier for nonnegative int parameters.
|
17 年之前 |
Denis Vlasenko
|
893988182a
fdisk: comment out unused function
|
17 年之前 |
Denis Vlasenko
|
a5549c9617
fdisk: fix a case where break was reached only for DOS labels
|
17 年之前 |
Denis Vlasenko
|
f77f369ce8
fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)
|
17 年之前 |
Denis Vlasenko
|
6bef3d1d22
fbset: fix buglet where we were using wrong pointer
|
17 年之前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年之前 |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 年之前 |
Denis Vlasenko
|
06b3cc2811
make fdisk compile on libc without llseek64
|
17 年之前 |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 年之前 |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 年之前 |
Denis Vlasenko
|
b71c668c57
style fix (stray space before ';')
|
17 年之前 |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 年之前 |
Denis Vlasenko
|
80b8b39899
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>)
|
17 年之前 |
Denis Vlasenko
|
3ad5d0cbbe
diff: shrink code (-85 bytes):
|
17 年之前 |
Denis Vlasenko
|
3f22b7f718
fdisk: make it work with big disks (read: typical today's disks)
|
17 年之前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年之前 |
Denis Vlasenko
|
58875aefe4
assorted fixes uncovered by randomconfig runs
|
17 年之前 |
Denis Vlasenko
|
dfce08f281
fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU
|
17 年之前 |
Denis Vlasenko
|
bd852076b9
fdisk: get rid of _() macro.
|
17 年之前 |
Denis Vlasenko
|
8e1a0cc4c9
fdisk: move 2k ptes[] array into bb_common_bufsiz1
|
17 年之前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年之前 |
Denis Vlasenko
|
06c0a71d23
preparatory patch for -Wwrite-strings #3
|
18 年之前 |
Denis Vlasenko
|
8e1c71529c
Convert cmdedit into more generic line input facility
|
18 年之前 |
Denis Vlasenko
|
d54708399d
fdisk: remove 8k buffer from bss - OSF labels
|
18 年之前 |
Denis Vlasenko
|
6a5dc5d75a
next bunch of fixes for bugs found by randconfig
|
18 年之前 |
Denis Vlasenko
|
3bba545a54
done a dozen of randconfig test. guess what? ALL failed...
|
18 年之前 |
Denis Vlasenko
|
b95636c52f
remove casts from xmalloc()
|
18 年之前 |
Denis Vlasenko
|
28703015ab
u_short, ulong exterminated
|
18 年之前 |
Denis Vlasenko
|
a597aaddfa
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
|
18 年之前 |