aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-302-1/+4
* fix build without shadow supportvda2006-12-281-12/+9
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-283-51/+63
* style fixesvda2006-12-263-5/+5
* sum: 40% size reduction (-300 bytes)vda2006-12-231-107/+48
* tail: -50 text bytesvda2006-12-221-88/+48
* convert "negaite" config option into reversed (INCLUDE_SUSv2)vda2006-12-223-6/+6
* removal of commented-out cruftvda2006-12-221-5/+0
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-221-2/+1
* less: stop dying on bad regexps, quietly pipe data w/ovda2006-12-211-5/+3
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-216-17/+26
* tail: fix tail +Nvda2006-12-211-11/+9
* remove casts from xmalloc()vda2006-12-191-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-7/+0
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.vda2006-12-181-35/+31
* od: remove bug-for-bug compat (because the bug was fixed in coreuitls)vda2006-12-171-2/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-168-25/+23
* diff: fix -q exit codevda2006-12-161-70/+72
* - minor shrinkagealdot2006-12-141-4/+6
* - remove warning about unused depth parameter in add_to_dirlist()aldot2006-12-131-2/+5
* date: -R shouldn't use localevda2006-12-131-5/+13
* - commentary typoaldot2006-12-021-1/+1
* 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