index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
hdparm.c
Age
Commit message (
Expand
)
Author
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-03-20
hdparm: do not lie about supporting -q (quiet)
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2008-01-19
- Fix hdparm's ioctl parameter passing (John Brandwood)
Bernhard Reutner-Fischer
2008-01-07
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2007-11-06
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-11-04
ifconfig: code shrink
Denis Vlasenko
2007-10-30
hdparm: code shrink
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
printf("%s\n") -> puts()
Denis Vlasenko
2007-09-28
hdparm: paranoia-induced fix against theoretical div-by-0 case
Denis Vlasenko
2007-09-28
hdparm: more robust (re overflows) code. +38 bytes.
Denis Vlasenko
2007-09-28
hdparm: reduce possibility of numeric overflow in -T.
Denis Vlasenko
2007-09-28
hdparm: simplify timing measurement (it wa the last last user
Denis Vlasenko
2007-09-28
hdparm: get rid of static variables
Denis Vlasenko
2007-09-27
hdparm: use fixed fd #3 for device being interrogated
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-16
hdparm: shrink rodata by ~250 bytes
Denis Vlasenko
2007-08-16
whitespace fixes, no code changes
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-17
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-22
hdparm: make -T -t code smaller (-194 bytes), and output prettier
Denis Vlasenko
2007-04-16
style fixes, no code changes
Denis Vlasenko
2007-03-31
hdparm: fix multisector mode setting
Denis Vlasenko
2007-03-28
hdparm: flag variables can easily be smaller than long
Denis Vlasenko
2007-03-28
hdparm: remove stray static (-200 bytes bss)
Denis Vlasenko
2007-03-28
hdparm: whitespace style fixes
Denis Vlasenko
2007-02-18
hdparm: style fixes, no code changes
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-12
random small size optimizations
Denis Vlasenko
2006-12-26
style fixes
Denis Vlasenko
2006-10-26
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-23
bb_askpass: shorten static password buffer. 256 is way too large.
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-08-03
Patch from tito to improve options parsing.
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-15
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-06-08
Some day, maybe gcc will be able to optimize out static functions that are
Rob Landley
2006-06-07
Fix from Tito to read from stdin only when it's not a tty.
Rob Landley
2006-06-07
Tito writes: this patch fixes two potential bugs with the -i -I flags that co...
Mike Frysinger
2006-06-07
Callers to identify() converted the endianness of the buffer. So did
Rob Landley
2006-06-03
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
[next]