index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
hdparm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-1
/
+1
*
libbb: introduce and use print_flags().
Denis Vlasenko
2008-06-07
1
-35
/
+27
*
replace single-char printf's with bb_putchar
Denis Vlasenko
2008-06-05
1
-17
/
+17
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+2
*
hdparm: do not lie about supporting -q (quiet)
Denis Vlasenko
2008-03-20
1
-21
/
+25
*
random s/short/int/
Denis Vlasenko
2008-02-16
1
-1
/
+1
*
- Fix hdparm's ioctl parameter passing (John Brandwood)
Bernhard Reutner-Fischer
2008-01-19
1
-6
/
+6
*
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-07
1
-4
/
+4
*
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-11-06
1
-1
/
+2
*
ifconfig: code shrink
Denis Vlasenko
2007-11-04
1
-18
/
+9
*
hdparm: code shrink
Denis Vlasenko
2007-10-30
1
-229
/
+214
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
hdparm: paranoia-induced fix against theoretical div-by-0 case
Denis Vlasenko
2007-09-28
1
-2
/
+2
*
hdparm: more robust (re overflows) code. +38 bytes.
Denis Vlasenko
2007-09-28
1
-25
/
+23
*
hdparm: reduce possibility of numeric overflow in -T.
Denis Vlasenko
2007-09-28
1
-6
/
+14
*
hdparm: simplify timing measurement (it wa the last last user
Denis Vlasenko
2007-09-28
1
-64
/
+62
*
hdparm: get rid of static variables
Denis Vlasenko
2007-09-28
1
-97
/
+179
*
hdparm: use fixed fd #3 for device being interrogated
Denis Vlasenko
2007-09-27
1
-26
/
+30
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-62
/
+51
*
hdparm: shrink rodata by ~250 bytes
Denis Vlasenko
2007-08-16
1
-53
/
+24
*
whitespace fixes, no code changes
Denis Vlasenko
2007-08-16
1
-80
/
+81
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-8
/
+11
*
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-17
1
-1
/
+1
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-77
/
+81
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-2
/
+2
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
hdparm: make -T -t code smaller (-194 bytes), and output prettier
Denis Vlasenko
2007-05-22
1
-97
/
+75
*
style fixes, no code changes
Denis Vlasenko
2007-04-16
1
-1
/
+2
*
hdparm: fix multisector mode setting
Denis Vlasenko
2007-03-31
1
-2
/
+2
*
hdparm: flag variables can easily be smaller than long
Denis Vlasenko
2007-03-28
1
-96
/
+101
*
hdparm: remove stray static (-200 bytes bss)
Denis Vlasenko
2007-03-28
1
-1
/
+1
*
hdparm: whitespace style fixes
Denis Vlasenko
2007-03-28
1
-90
/
+89
*
hdparm: style fixes, no code changes
Denis Vlasenko
2007-02-18
1
-405
/
+271
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+2
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-11
/
+7
*
random small size optimizations
Denis Vlasenko
2007-01-12
1
-8
/
+8
*
style fixes
Denis Vlasenko
2006-12-26
1
-3
/
+3
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-13
/
+13
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-1
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-3
/
+3
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-22
/
+22
*
bb_askpass: shorten static password buffer. 256 is way too large.
Denis Vlasenko
2006-09-23
1
-7
/
+7
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-22
/
+22
*
Patch from tito to improve options parsing.
Rob Landley
2006-08-03
1
-2
/
+2
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-15
/
+1
*
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-06-15
1
-2
/
+0
*
Some day, maybe gcc will be able to optimize out static functions that are
Rob Landley
2006-06-08
1
-1
/
+2
[next]