summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer8-7/+17
2009-10-08*: code shrink via NOINLINEDenys Vlasenko10-10/+41
2009-09-22hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2-1/+7
2009-07-10fix fallout from BSD patchesDenys Vlasenko4-11/+12
2009-07-08move libc related stuff out of platform.hDenys Vlasenko12-67/+84
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko6-9/+9
2009-05-20hdparm: fix a thinko in a previous commitDenys Vlasenko1-1/+2
2009-05-20hdparm: code shrinkDenys Vlasenko1-171/+146
2009-05-20hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko1-43/+83
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-01more of pointless whitespace fixesDenis Vlasenko8-32/+31
2008-09-27style fixes, no code changesDenis Vlasenko5-19/+19
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko11-76/+77
2008-06-05replace single-char printf's with bb_putcharDenis Vlasenko3-20/+22
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer21-59/+59
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-03-20hdparm: do not lie about supporting -q (quiet)Denis Vlasenko2-22/+26
2008-02-16random s/short/int/Denis Vlasenko17-42/+46
2008-01-19- Fix hdparm's ioctl parameter passing (John Brandwood)Bernhard Reutner-Fischer1-6/+6
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko9-64/+64
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko14-57/+94
2007-11-04ifconfig: code shrinkDenis Vlasenko5-104/+129
2007-10-30hdparm: code shrinkDenis Vlasenko1-229/+214
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01printf("%s\n") -> puts()Denis Vlasenko7-15/+15
2007-09-28hdparm: paranoia-induced fix against theoretical div-by-0 caseDenis Vlasenko1-2/+2
2007-09-28hdparm: more robust (re overflows) code. +38 bytes.Denis Vlasenko1-25/+23
2007-09-28hdparm: reduce possibility of numeric overflow in -T.Denis Vlasenko1-6/+14
2007-09-28hdparm: simplify timing measurement (it wa the last last userDenis Vlasenko1-64/+62
2007-09-28hdparm: get rid of static variablesDenis Vlasenko1-97/+179
[next]