aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* od: fix buglet in --traditional, microoptimization,vda2006-11-291-17/+17
* fix support for globally disabling --long-options.vda2006-11-292-2/+16
* od: sometime ago I landed BIG od implementationvda2006-11-281-754/+616
* style cleanup: return(a) -> return a, part 2vda2006-11-272-9/+9
* style cleanup: return(a) -> return a, part 1vda2006-11-275-27/+27
* Provide our own isdigit macro. saves more than 400 bytes.vda2006-11-273-9/+7
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-272-7/+26
* sort: two small optimizationsvda2006-11-261-9/+10
* sort: reformat entire file wrt style.vda2006-11-261-182/+215
* small fixes:vda2006-11-261-1/+1
* tee: fix bug: argv[-1] is a no-no!vda2006-11-251-38/+38
* dd: support >2gb values for seek, skip, countvda2006-11-251-4/+10
* header_verbose_list: stop truncating file size in listingvda2006-11-242-4/+4
* md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".vda2006-11-231-20/+24
* httpd: fix cgi-bin/index.cgi support, add example of it,vda2006-11-211-31/+37
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-213-6/+5
* mkdir: style fixvda2006-11-191-5/+5
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-185-6/+6
* - 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