aboutsummaryrefslogtreecommitdiff
path: root/networking/zcip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-2/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: remove some uses of argcDenys Vlasenko2010-01-041-2/+1
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-1/+2
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* zcip: code size optimizations, improved help text and commentsDenis Vlasenko2008-10-101-62/+79
* init: set stderr to NONBLOCKDenis Vlasenko2008-09-201-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko2008-02-281-2/+2
* zcip: open ARP socket before openlogDenis Vlasenko2008-02-041-11/+13
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-3/+1
* zcip: simplify code a bitDenis Vlasenko2007-11-251-8/+1
* zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko2007-11-251-66/+87
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* zcip: fix unaligned trap on ARMDenis Vlasenko2007-09-271-2/+3
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-6/+8
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko2007-07-231-4/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-3/+1
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-62/+53
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-4/+2
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-111-2/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-261-73/+73
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-2/+1
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-0/+1
* zcip: revert my bogus changeDenis Vlasenko2007-02-141-11/+11
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-3/+3
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-2/+3
* httpd: slight reduction of #ifdef forestDenis Vlasenko2006-11-211-5/+0
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-30/+15
* zcip: bb_error_msg had stray newlines; small optimization in opt parsingDenis Vlasenko2006-09-031-4/+3
* zcip: minor fixesDenis Vlasenko2006-09-031-20/+21
* zcip: fix stdout/err versus syslog output.Denis Vlasenko2006-09-031-12/+27
* zcip: getopt -> bb_getopt_ulflagsDenis Vlasenko2006-09-031-37/+24
* zcip: convert lots of zero-initialized localsDenis Vlasenko2006-09-031-41/+43
* zcip: use xfunc() where appropriateDenis Vlasenko2006-09-031-29/+23
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-4/+1
* zcip: apply patch fromDenis Vlasenko2006-09-031-92/+182
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first timeRob Landley2006-06-301-9/+9
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley2006-06-251-1/+1