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-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
2006-09-30wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)Denis Vlasenko
2006-09-30Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko
2006-09-28Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko
2006-09-28usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko
2006-09-27silly switch style fixDenis Vlasenko
2006-09-23Another attempt at untangling the logic so the compiler can follow it and notRob Landley
2006-09-23remove unneeded #includes, fix indentationDenis Vlasenko
2006-09-22Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,Rob Landley
2006-09-22- pull r15578 from busybox_scratch branch:Bernhard Reutner-Fischer
2006-09-22- silence gcc warning about a funcptr possibly being used uninitialized.Bernhard Reutner-Fischer
2006-09-20- fix embarrassing typo of mine. Closes bug #1038Bernhard Reutner-Fischer
2006-09-19stty: fix few bugs found in testingDenis Vlasenko