aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdformat.c
AgeCommit message (Expand)Author
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-03fdformat: remove redundant checkDenis Vlasenko
2006-10-03lots of silly indent fixesDenis Vlasenko
2006-08-04There are a number of reasons for reinventing printf(). Writing status toRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-03- use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer
2006-03-23dont printf arguments given by user for security sanityMike Frysinger
2006-01-25just whitespaceTim Riker
2005-09-08Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley
2004-04-03Everything should be made as simple as possible. But no simpler.Eric Andersen
2004-01-20Patch from Tito, reduce size, merge functions that are only used once.Glenn L McGrath
2003-08-29Logic error, patch by Matteo CroceGlenn L McGrath
2003-07-05Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen