Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-26sort: two small optimizationsDenis Vlasenko
2006-11-26sort: reformat entire file wrt style.Denis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-26tee: fix bug: argv[-1] is a no-no!Denis Vlasenko
2006-11-25dd: support >2gb values for seek, skip, countDenis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-23md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko
2006-11-21httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko
2006-11-19mkdir: style fixDenis Vlasenko
2006-11-19rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-11-17- end may be used uninitialized.Bernhard Reutner-Fischer
2006-11-01mostly style fixesDenis Vlasenko
2006-10-31dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko
2006-10-28ls: silly comment fixesDenis Vlasenko
2006-10-28chmod: typo in commentsDenis Vlasenko
2006-10-28ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko
2006-10-28ls: cleanup part 1Denis Vlasenko
2006-10-28recursive_action: add depth paramDenis Vlasenko
2006-10-28chgrp: just call chown! :)Denis Vlasenko
2006-10-27chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko
2006-10-27chmod: support -vcf if CONFIG_DESKTOPDenis Vlasenko
2006-10-27reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko
2006-10-27get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko
2006-10-27...and yet another small fix. Ouch...Denis Vlasenko
2006-10-27rename functions to more understandable namesDenis Vlasenko
2006-10-27remove bb_printf and the likeDenis Vlasenko
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-24watch: fix warningDenis Vlasenko
2006-10-22cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko
2006-10-21watch: execute command thru shell, not fork/exec. Other fixesDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-13bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko
2006-10-13cut, mount: small improvementsDenis Vlasenko
2006-10-11od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko
2006-10-09start_stop_daemon: add -N <nice> compatDenis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko
2006-10-06httpd: add -u user[:grp] supportDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-04bb_applet_name -> applet_nameDenis Vlasenko
2006-10-04getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-04rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-10-03runit/chpst: "change process state" utilityDenis Vlasenko
2006-10-02sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-09-30wc: optionally support very large files in wcDenis Vlasenko