Denys Vlasenko
|
c706845539
hdparm: code shrink
|
15 years ago |
Denys Vlasenko
|
6d335be211
hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
551ffdccea
more of pointless whitespace fixes
|
15 years ago |
Denis Vlasenko
|
d6855d1b50
style fixes, no code changes
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
7049ff8696
whitespace fixes. no code changes
|
16 years ago |
Denis Vlasenko
|
53354ac47d
libbb: introduce and use print_flags().
|
16 years ago |
Denis Vlasenko
|
7d60fc1c0a
replace single-char printf's with bb_putchar
|
16 years ago |
Bernhard Reutner-Fischer
|
5e25ddb7d3
- use STD*_FILENO some more. No object-code changes
|
16 years ago |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
3c96d0258c
hdparm: do not lie about supporting -q (quiet)
|
16 years ago |
Denis Vlasenko
|
284d0faed6
random s/short/int/
|
17 years ago |
Bernhard Reutner-Fischer
|
46904bfbcc
- Fix hdparm's ioctl parameter passing (John Brandwood)
|
17 years ago |
Denis Vlasenko
|
6b404431aa
ps: fix build breakage from vda's recent commit
|
17 years ago |
Denis Vlasenko
|
6bef3d1d22
fbset: fix buglet where we were using wrong pointer
|
17 years ago |
Denis Vlasenko
|
bfc3d82256
ifconfig: code shrink
|
17 years ago |
Denis Vlasenko
|
9130340adf
hdparm: code shrink
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
feb7ae7f01
printf("%s\n") -> puts()
|
17 years ago |
Denis Vlasenko
|
0afdfdf649
hdparm: paranoia-induced fix against theoretical div-by-0 case
|
17 years ago |
Denis Vlasenko
|
920c52a5c8
hdparm: more robust (re overflows) code. +38 bytes.
|
17 years ago |
Denis Vlasenko
|
a7bc9ac8f8
hdparm: reduce possibility of numeric overflow in -T.
|
17 years ago |
Denis Vlasenko
|
c3122bca53
hdparm: simplify timing measurement (it wa the last last user
|
17 years ago |
Denis Vlasenko
|
0d3c6afc93
hdparm: get rid of static variables
|
17 years ago |
Denis Vlasenko
|
892536f019
hdparm: use fixed fd #3 for device being interrogated
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
a0319ba936
hdparm: shrink rodata by ~250 bytes
|
17 years ago |
Denis Vlasenko
|
6a2f7f41cf
whitespace fixes, no code changes
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |