summaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
Commit message (Expand)AuthorAgeFilesLines
* *: style fixDenys Vlasenko2022-08-301-12/+12
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-2/+2
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* hdparm: placate "warning: taking the absolute value of unsigned type"Denys Vlasenko2019-10-251-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-6/+6
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-16/+16
* hdparm: remove contradicting size info in config helpDenys Vlasenko2017-07-181-2/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-6/+6
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+58
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-4/+3
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-29/+29
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-4/+4
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+2
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+52
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-2/+2
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-2/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-2/+2
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2009-09-221-0/+3
* fix fallout from BSD patchesDenys Vlasenko2009-07-101-1/+2
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-1/+2
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-1/+1
* hdparm: fix a thinko in a previous commitDenys Vlasenko2009-05-201-1/+2
* hdparm: code shrinkDenys Vlasenko2009-05-201-171/+146
* hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko2009-05-201-43/+83
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-23/+23
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-2/+2
* style fixes, no code changesDenis Vlasenko2008-09-271-6/+6
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-1/+1
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-35/+27
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-17/+17
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+2
* hdparm: do not lie about supporting -q (quiet)Denis Vlasenko2008-03-201-21/+25
* random s/short/int/Denis Vlasenko2008-02-161-1/+1