aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* - end may be used uninitialized.aldot2006-11-171-1/+2
* mostly style fixesvda2006-11-011-1/+1
* dd: fix bugs: always assumed conv=sync, died on write errorsvda2006-10-311-50/+69
* ls: silly comment fixesvda2006-10-281-9/+9
* chmod: typo in commentsvda2006-10-281-8/+8
* ls: cleanup part 2. ifdef forest is much less scary now :)vda2006-10-282-198/+148
* ls: cleanup part 1vda2006-10-282-271/+181
* recursive_action: add depth paramvda2006-10-273-28/+84
* chgrp: just call chown! :)vda2006-10-272-39/+11
* chown: add -vcf support if CONFIG_DESKTOPvda2006-10-272-25/+64
* chmod: support -vcf if CONFIG_DESKTOPvda2006-10-271-53/+44
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-273-7/+7
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-1/+0
* last nail into error_msg() (de)capitalizationvda2006-10-272-12/+12
* ...and yet another small fix. Ouch...vda2006-10-261-2/+2
* rename functions to more understandable namesvda2006-10-2611-19/+18
* remove bb_printf and the likevda2006-10-2630-99/+103
* silly size savings and capitalization fixesvda2006-10-262-2/+2
* watch: fix warningvda2006-10-231-1/+3
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-214-74/+58
* watch: execute command thru shell, not fork/exec. Other fixesvda2006-10-201-29/+50
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-206-8/+8
* add open_read_close() and similar stuffvda2006-10-141-3/+3
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-125-7/+7
* cut, mount: small improvementsvda2006-10-122-20/+15
* od: provide full-blown od from coreutils if CONFIG_DESKTOPvda2006-10-102-4/+1600
* start_stop_daemon: add -N <nice> compatvda2006-10-081-31/+13
* correct largefile support, add comments about it.vda2006-10-083-14/+15
* attempt to regularize atoi mess.vda2006-10-0817-108/+83
* dd: make it recognize not only 'k' but 'K' too;vda2006-10-071-14/+17
* httpd: add -u user[:grp] supportvda2006-10-051-13/+13
* build system overhaulvda2006-10-059-355/+245
* bb_applet_name -> applet_namevda2006-10-032-1/+2
* getopt_ulflags -> getopt32.vda2006-10-0336-67/+65
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-036-8/+8
* runit/chpst: "change process state" utilityvda2006-10-031-3/+3
* sed: unbreak multiple -e, -f option handling (my fault)vda2006-10-011-1/+1
* g[un]zip: add support for -v (verbose).vda2006-10-011-0/+2
* wc: optionally support very large files in wcvda2006-09-292-3/+15
* wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)vda2006-09-291-44/+31
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-1/+1
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cvda2006-09-281-11/+9
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.vda2006-09-271-5/+5
* silly switch style fixvda2006-09-272-2/+2
* Another attempt at untangling the logic so the compiler can follow it and notlandley2006-09-231-24/+23
* remove unneeded #includes, fix indentationvda2006-09-231-23/+15
* Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,landley2006-09-221-1/+1
* - pull r15578 from busybox_scratch branch:aldot2006-09-211-25/+21
* - silence gcc warning about a funcptr possibly being used uninitialized.aldot2006-09-211-2/+2
* - fix embarrassing typo of mine. Closes bug #1038aldot2006-09-201-2/+2