summaryrefslogtreecommitdiff
path: root/networking/ifplugd.c
Commit message (Expand)AuthorAgeFilesLines
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-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-8/+8
* libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-9/+1
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-10/+10
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* ifplugd: close signal raceDenys Vlasenko2018-04-291-0/+2
* ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't dieStefan Agner2018-03-291-1/+1
* zcip: fix slow environment leakDenys Vlasenko2017-07-221-4/+2
* 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
* ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't dieDenys Vlasenko2016-08-161-2/+6
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-3/+2
* ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko2015-10-071-0/+4
* Aboriginal linux/musl build fixesDenys Vlasenko2015-10-051-1/+11
* ifplugd: code shrinkDenys Vlasenko2014-02-101-10/+12
* ifplugd: use a larger netlink bufferTito Ragusa2013-08-041-4/+10
* ifplugd: make -k send SIGINT, not SIGQUITDenys Vlasenko2013-02-281-1/+2
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-1/+1
* ifplugd: tweak help textDenys Vlasenko2012-06-031-3/+3
* *: simplify Ethernet header includesDan Fandrich2011-06-101-1/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+26
* eliminate aliasing warning in networking/route.cDenys Vlasenko2011-01-201-2/+4
* ifplugd: eliminate aliasing warningsDenys Vlasenko2011-01-201-10/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* ifplugd: code shrinkMaksym Kryzhanovskyy2010-07-221-169/+164
* ifplugd: code shrinkMaksym Kryzhanovskyy2010-07-081-60/+35
* ifplugd: fix typo in prev commitDenys Vlasenko2010-05-111-1/+1
* ifplugd: replace potentially-leaking setenv with malloc/putenv/freeDenys Vlasenko2010-05-081-83/+20
* ifplugd: more robust interface name match checkDenys Vlasenko2010-04-021-2/+5
* ifplugd: code shrink; expanded commentsMaxim Kryzhanovsky2010-03-301-15/+11
* ifplugd: code shrinkMaxim Kryzhanovsky2010-03-291-54/+34
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-3/+3
* ifplugd: restore auto-ifup unless -a; make iff method less iffy :DDenys Vlasenko2010-01-081-38/+34
* ifplugd: simplify run_script()Denys Vlasenko2010-01-061-15/+9
* ifplugd: small optimizationDenys Vlasenko2009-11-071-1/+2
* ifplugd: fix compile errorDenys Vlasenko2009-10-231-1/+1
* randomconfig fixesDenys Vlasenko2009-08-081-0/+1
* ifplugd: fix warningsDenys Vlasenko2009-05-011-6/+9
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-291-2/+2
* ifplugd: tiny shrinkDenis Vlasenko2009-04-261-2/+2
* ifplugd: add copyrightDenis Vlasenko2009-04-261-1/+16
* ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)Denis Vlasenko2009-04-261-0/+810