summaryrefslogtreecommitdiff
path: root/networking/ipcalc.c
Commit message (Expand)AuthorAgeFilesLines
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* 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
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+5
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-4/+6
* ipcalc: trim help textDenys Vlasenko2017-08-081-19/+7
* ipcalc,rdev: make NOEXECDenys Vlasenko2017-08-081-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-7/+5
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+25
* ipcalc: fix trivial usage messageRon Yorston2015-08-151-1/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+27
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* cosmetics on top of Dan's patchesDenys Vlasenko2010-06-191-3/+1
* A few minor portability improvementsDan Fandrich2010-06-191-2/+2
* ipcalc: more correct checking for proper number of argumentsSteve Bennett2010-04-071-11/+12
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-23/+21
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* remove whitespace damage. No code changesDenis Vlasenko2008-04-191-1/+1
* udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-101-5/+2
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-10/+9
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style fixesDenis Vlasenko2006-12-261-1/+1
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-291-14/+13
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-30/+18
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-2/+2
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
* #ifdef reduction.Rob Landley2006-06-021-85/+72
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+2
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-9/+2
* touchup argc/argv handling to shrink a bit and fix a segfault when given wron...Mike Frysinger2005-09-241-11/+12
* Fixup some warningsEric Andersen2004-08-281-4/+4
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* slightly clean the whacked out formattingEric Andersen2004-04-131-46/+47
* Fix/eliminate use of atolEric Andersen2004-03-061-2/+1
* Busybox CVS version ipcalc have problems:Glenn L McGrath2003-09-121-24/+29
* Small bug in silent optionGlenn L McGrath2003-09-051-1/+1
* adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath2003-09-021-9/+78