aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cut 0.5k off mkfs.minixvda2006-11-295-207/+131
* httpd: fix decode of '/' when called via -dvda2006-11-291-32/+34
* od: fix buglet in --traditional, microoptimization,vda2006-11-292-18/+18
* getopt32-ification of fdiskvda2006-11-291-185/+165
* fix support for globally disabling --long-options.vda2006-11-2910-41/+54
* od: sometime ago I landed BIG od implementationvda2006-11-283-761/+627
* fix bug in new str -> num convertorsvda2006-11-281-4/+12
* usage: fix few help texts, fix breakage: '\<tab>'vda2006-11-281-50/+51
* udhcpc: fix my breakagevda2006-11-282-5/+3
* fix udhcpc help message, take steps to make usage.h less messyvda2006-11-281-2241/+2240
* do not overflow ifr_name. maybe it was safe in some places,vda2006-11-277-28/+28
* udhcpc: convert to getopt32vda2006-11-274-171/+155
* tar: fix misplaced --exclude long option definitionvda2006-11-271-4/+9
* Closing bug 1040:vda2006-11-271-1/+1
* erase_mtab: do not limit ourself to 40 mtab entriesvda2006-11-271-32/+21
* fix remaining survivors of the return(a) cleanupvda2006-11-274-11/+11
* style cleanup: return(a) -> return a, part 2vda2006-11-2728-282/+273
* style cleanup: return(a) -> return a, part 1vda2006-11-2736-219/+214
* byteswap ops had extra mask ops - removedvda2006-11-274-21/+17
* svn add bb_strtonum.c :(vda2006-11-271-0/+147
* Provide our own isdigit macro. saves more than 400 bytes.vda2006-11-275-11/+13
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-2716-280/+145
* - minor shrinkagealdot2006-11-271-8/+6
* ifconfig: do not try to continue on errors. not much sence in doing thatvda2006-11-271-104/+58
* deluser: the same code, but a bit less obfuscated.vda2006-11-271-15/+16
* deluser: size reduction by 60 bytes.vda2006-11-271-62/+48
* added gcc flag which is needed for ULLONG_MAX to appearvda2006-11-261-0/+3
* Closing bug 730. libbb run_parts is using scandir (a GNUism),vda2006-11-264-129/+99
* added small doc about tar 'pax header' formatvda2006-11-261-0/+239
* sort: two small optimizationsvda2006-11-261-9/+10
* sort: reformat entire file wrt style.vda2006-11-261-182/+215
* small fixes:vda2006-11-269-24/+35
* tar: refuse to untar files with "/../" componentsvda2006-11-261-1/+6
* tar: correctly skip (and warn about) pax headers.vda2006-11-262-20/+35
* tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can savevda2006-11-251-25/+98
* tee: fix bug: argv[-1] is a no-no!vda2006-11-254-58/+71
* tar: small fix and small optimizationvda2006-11-252-12/+10
* small improvements in str -> num convertorsvda2006-11-253-9/+25
* tar: abort if tarring up file larger that 64Gbvda2006-11-251-42/+35
* dd: support >2gb values for seek, skip, countvda2006-11-251-4/+10
* regularize str -> num convertorsvda2006-11-256-271/+362
* small optimizationvda2006-11-241-4/+3
* tar: fix multiple -t and/or -v options handling.vda2006-11-242-44/+28
* tar: sanitize option handlingvda2006-11-248-217/+177
* tar: buglet fixvda2006-11-241-1/+1
* tar: fix and sanitize handling of long filenames/linknamesvda2006-11-243-21/+47
* hunt down improper include <>, make mkswap output 4Gb+ friendlyvda2006-11-245-12/+11
* svn add makedev.c. Forgot as usual... :(vda2006-11-241-0/+19
* tar: small fixes:vda2006-11-242-38/+42
* tar: cache [ug]id->username/groupname mappings. Cuts down amountvda2006-11-243-24/+52