| Commit message (Expand) | Author | Age | Files | Lines |
* | *: code shrink and better "died from signal" reporting from wait4pid | Denys Vlasenko | 2010-03-18 | 1 | -2/+2 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 1 | -1/+1 |
* | *: remove some uses of argc | Denys Vlasenko | 2010-01-04 | 1 | -2/+1 |
* | optimize 16- and 32-bit moves | Denis Vlasenko | 2008-12-08 | 1 | -1/+2 |
* | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko | 2008-12-02 | 1 | -1/+1 |
* | zcip: code size optimizations, improved help text and comments | Denis Vlasenko | 2008-10-10 | 1 | -62/+79 |
* | init: set stderr to NONBLOCK | Denis Vlasenko | 2008-09-20 | 1 | -2/+2 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 1 | -1/+1 |
* | zcip: chdiring to root when daemonizing is not useful, | Denis Vlasenko | 2008-02-28 | 1 | -2/+2 |
* | zcip: open ARP socket before openlog | Denis Vlasenko | 2008-02-04 | 1 | -11/+13 |
* | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 1 | -3/+1 |
* | zcip: simplify code a bit | Denis Vlasenko | 2007-11-25 | 1 | -8/+1 |
* | zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order | Denis Vlasenko | 2007-11-25 | 1 | -66/+87 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | zcip: fix unaligned trap on ARM | Denis Vlasenko | 2007-09-27 | 1 | -2/+3 |
* | introduce safe_poll (fixes a problem in top) | Denis Vlasenko | 2007-09-27 | 1 | -6/+8 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | zcip: remove stray seed48. It's the only thing which was pulling in | Denis Vlasenko | 2007-07-23 | 1 | -4/+1 |
* | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-07-14 | 1 | -3/+1 |
* | wget: use monotonic_sec instead of gettimeofday | Denis Vlasenko | 2007-06-17 | 1 | -62/+53 |
* | diff: shrink code (-85 bytes): | Denis Vlasenko | 2007-06-12 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer | 2007-04-12 | 1 | -4/+2 |
* | add more convenient defines for [NO]MMU: | Denis Vlasenko | 2007-04-11 | 1 | -2/+2 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | Denis Vlasenko | 2007-03-26 | 1 | -73/+73 |
* | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko | 2007-03-26 | 1 | -2/+1 |
* | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko | 2007-03-25 | 1 | -0/+1 |
* | zcip: revert my bogus change | Denis Vlasenko | 2007-02-14 | 1 | -11/+11 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko | 2007-01-29 | 1 | -3/+3 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | 2007-01-19 | 1 | -2/+3 |
* | httpd: slight reduction of #ifdef forest | Denis Vlasenko | 2006-11-21 | 1 | -5/+0 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -3/+3 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -2/+2 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -30/+15 |
* | zcip: bb_error_msg had stray newlines; small optimization in opt parsing | Denis Vlasenko | 2006-09-03 | 1 | -4/+3 |
* | zcip: minor fixes | Denis Vlasenko | 2006-09-03 | 1 | -20/+21 |
* | zcip: fix stdout/err versus syslog output. | Denis Vlasenko | 2006-09-03 | 1 | -12/+27 |
* | zcip: getopt -> bb_getopt_ulflags | Denis Vlasenko | 2006-09-03 | 1 | -37/+24 |
* | zcip: convert lots of zero-initialized locals | Denis Vlasenko | 2006-09-03 | 1 | -41/+43 |
* | zcip: use xfunc() where appropriate | Denis Vlasenko | 2006-09-03 | 1 | -29/+23 |
* | replacing func() with xfunc() where appropriate | Denis Vlasenko | 2006-09-03 | 1 | -4/+1 |
* | zcip: apply patch from | Denis Vlasenko | 2006-09-03 | 1 | -92/+182 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 1 | -1/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time | Rob Landley | 2006-06-30 | 1 | -9/+9 |
* | A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and | Rob Landley | 2006-06-25 | 1 | -1/+1 |