aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdformat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+10
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-2/+2
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+7
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* Fix forgotten license commentsDenis Vlasenko2008-12-071-3/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-4/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-9/+4
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-12/+5
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* fdformat: remove redundant checkDenis Vlasenko2006-10-031-7/+6
* lots of silly indent fixesDenis Vlasenko2006-10-031-27/+27
* There are a number of reasons for reinventing printf(). Writing status toRob Landley2006-08-041-18/+8
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-16/+8
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer2006-06-031-1/+1
* dont printf arguments given by user for security sanityMike Frysinger2006-03-231-1/+1
* just whitespaceTim Riker2006-01-251-4/+4
* Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley2005-09-081-6/+6
* Everything should be made as simple as possible. But no simpler.Eric Andersen2004-04-031-5/+11
* Patch from Tito, reduce size, merge functions that are only used once.Glenn L McGrath2004-01-201-93/+90
* Logic error, patch by Matteo CroceGlenn L McGrath2003-08-291-1/+1
* Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen2003-07-051-0/+158