summaryrefslogtreecommitdiff
path: root/networking/ether-wake.c
Commit message (Expand)AuthorAgeFilesLines
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-191-1/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+10
* ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko2013-10-141-9/+10
* platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger2013-03-121-4/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-4/+4
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-3/+3
* *: simplify Ethernet header includesDan Fandrich2011-06-101-3/+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/+10
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* udhcp: handle errors in read_staticleaseDenys Vlasenko2010-03-231-4/+4
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* ethr-wake: can use ether_hostton on uclibc >= 0.9.30Denys Vlasenko2009-08-301-1/+4
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* 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-4/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* ether-wake: save a few more bytes of codeDenis Vlasenko2007-04-161-8/+7
* ether-wake: close bug 1317. Reorder fuctions to avoidDenis Vlasenko2007-04-161-87/+86
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-5/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* assorted fixes for bugs found with randomconfigDenis Vlasenko2007-02-031-1/+2
* ether-wake: remove #warningDenis Vlasenko2007-01-271-2/+0
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-1/+1
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-2/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley2006-08-051-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-17/+2
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-161-1/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-8/+4
* just whitespaceTim Riker2006-01-251-39/+39
* patch by apgo in Bug 345 to not use ether_hostton() with uClibcMike Frysinger2005-07-311-0/+4
* import ether-wake applet by haveaniceday Bug 252Mike Frysinger2005-05-111-0/+300