Age | Commit message (Expand) | Author |
2007-06-17 | wget: use monotonic_sec instead of gettimeofday | Denis Vlasenko |
2007-06-12 | diff: shrink code (-85 bytes): | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-11 | add 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-26 | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | Denis Vlasenko |
2007-03-26 | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko |
2007-03-25 | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko |
2007-02-14 | zcip: revert my bogus change | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko |
2006-11-21 | httpd: slight reduction of #ifdef forest | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-09-03 | zcip: bb_error_msg had stray newlines; small optimization in opt parsing | Denis Vlasenko |
2006-09-03 | zcip: minor fixes | Denis Vlasenko |
2006-09-03 | zcip: fix stdout/err versus syslog output. | Denis Vlasenko |
2006-09-03 | zcip: getopt -> bb_getopt_ulflags | Denis Vlasenko |
2006-09-03 | zcip: convert lots of zero-initialized locals | Denis Vlasenko |
2006-09-03 | zcip: use xfunc() where appropriate | Denis Vlasenko |
2006-09-03 | replacing func() with xfunc() where appropriate | Denis Vlasenko |
2006-09-03 | zcip: apply patch from | Denis Vlasenko |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-30 | Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time | Rob Landley |
2006-06-25 | A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and | Rob Landley |
2006-06-22 | Clean up. | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-03-29 | fix from David Daney, on busybox mailing list: | Paul Fox |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-01-30 | fix up annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-25 | just whitespace | Tim Riker |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2005-12-13 | - do away with superfluous keyword. | Bernhard Reutner-Fischer |
2005-12-12 | - fix zcip for IMA compile mode. | Bernhard Reutner-Fischer |
2005-10-21 | - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode. | Bernhard Reutner-Fischer |
2005-05-03 | Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed | Rob Landley |
2005-05-01 | On Tuesday 19 April 2005 21:10, Tito wrote and today added: | Rob Landley |
2005-04-30 | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley |