aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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-05httpd: add -u user[:grp] supportDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-10-03runit/chpst: "change process state" utilityDenis Vlasenko
2006-10-01sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-09-29wc: optionally support very large files in wcDenis Vlasenko
2006-09-29wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)Denis Vlasenko
2006-09-29Yet 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-27usage.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-21- pull r15578 from busybox_scratch branch:Bernhard Reutner-Fischer
2006-09-21- 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
2006-09-19stty: reorder code, reducing need in forward declarations.Denis Vlasenko
2006-09-19stty: convert "enum mode_type" into unnamed enumDenis Vlasenko
2006-09-19stty: reduce #ifdef forestDenis Vlasenko
2006-09-19stty: simplify linewrapping code a bitDenis Vlasenko
2006-09-19stty: style fixesDenis Vlasenko
2006-09-19stty: fix a longstanding FIXME (was able to die half-way setting term params)Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko
2006-09-08few random readability enhansements. No code changesDenis Vlasenko
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko
2006-09-03uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-08-22"Jordan Crouse" <jordan.crouse@amd.com> says:Rob Landley
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer
2006-08-09Another whack at scripts/individual. Now builds 212 applets.Rob Landley
2006-08-06Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03These should have been part of 15767 too.Rob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-31Remove code that can't be reached.Rob Landley
2006-07-26Patch from Shaun Jackman, set optind by hand if we don't call getopt.Rob Landley
2006-07-20move lchown/chown define out of specific files and into platform.h where it b...Mike Frysinger
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-14Patch from Suresh Rajashekara moving comments and #includes and such around.Rob Landley
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"