aboutsummaryrefslogtreecommitdiff
path: root/networking/zcip.c
AgeCommit message (Expand)Author
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-06-10*: simplify Ethernet header includesDan Fandrich
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-10-10zcip: code size optimizations, improved help text and commentsDenis Vlasenko
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-02-28zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko
2008-02-04zcip: open ARP socket before openlogDenis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2007-11-25zcip: simplify code a bitDenis Vlasenko
2007-11-25zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27zcip: fix unaligned trap on ARMDenis Vlasenko
2007-09-27introduce safe_poll (fixes a problem in top)Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-07-23zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-04-11add more convenient defines for [NO]MMU:Denis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-03-26zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko
2007-03-25add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko
2007-02-14zcip: revert my bogus changeDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #5Denis Vlasenko
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko
2006-11-21httpd: slight reduction of #ifdef forestDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-09-03zcip: bb_error_msg had stray newlines; small optimization in opt parsingDenis Vlasenko
2006-09-03zcip: minor fixesDenis Vlasenko
2006-09-03zcip: fix stdout/err versus syslog output.Denis Vlasenko
2006-09-03zcip: getopt -> bb_getopt_ulflagsDenis Vlasenko
2006-09-03zcip: convert lots of zero-initialized localsDenis Vlasenko
2006-09-03zcip: use xfunc() where appropriateDenis Vlasenko
2006-09-03replacing func() with xfunc() where appropriateDenis Vlasenko