summaryrefslogtreecommitdiff
path: root/networking/arp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+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-18/+18
* config: update size informationDenys Vlasenko2018-12-281-1/+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 networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+10
* arp: fix buffer overflow. Closes 9071Denys Vlasenko2016-07-041-3/+3
* *: 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
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-2/+2
* arp: code shrinkDenys Vlasenko2013-02-041-10/+9
* arp: fix -H/-t handling.Kuleshov Aleksey2013-02-041-14/+12
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-7/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+19
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* arp: stop using globalsDenis Vlasenko2008-11-131-27/+45
* arp: without -H <type>, assume "ether". closes 4564Denis Vlasenko2008-08-151-2/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-1/+1
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-16/+22
* fix warnings about pointer signednessDenis Vlasenko2008-05-091-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* 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
* 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-13/+11
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-6/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* arp, networking/interface.c: eliminate staticsDenis Vlasenko2007-03-141-67/+65
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-3/+3
* Previous "fix" wasn't good enough.Denis Vlasenko2007-01-071-1/+1
* arp: small fixes for user-supplied device name caseDenis Vlasenko2007-01-071-2/+2
* - style fixes and shrink by another 4 bytes while at it.Bernhard Reutner-Fischer2007-01-071-25/+22
* I *always* forgotting svn addDenis Vlasenko2007-01-071-0/+500