aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - better distinction between CFLAGS and CPPFLAGS.aldot2006-12-063-3/+17
* - adjust to kernel's build infrastructure.aldot2006-12-061-3/+3
* - shrink less.aldot2006-12-041-56/+49
* - cosmetic change to avoid warnings about eventual padding/packing.aldot2006-12-041-9/+9
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.aldot2006-12-041-1/+6
* - commentary typoaldot2006-12-021-1/+1
* sed: fix handling of files not ending in '\n'vda2006-12-021-10/+30
* sed: improve handling of NULsvda2006-12-022-51/+69
* passwd: made smaller by ~130 bytes. size can go negativevda2006-12-013-92/+84
* - provide central knob to turn off RPC related options.aldot2006-12-013-2/+11
* passwd: micro-optimizationvda2006-11-301-4/+4
* "kernel config" -> "busybox config"vda2006-11-307-12/+12
* "make bigdata" biggest offender dealt with:vda2006-11-302-3/+5
* ed: convert style to bbox's. No code changes.vda2006-11-301-224/+93
* passwd: small size optimization. salt generation improvedvda2006-11-303-23/+32
* passwd: rework:vda2006-11-305-296/+264
* - save 4 bytesaldot2006-11-301-1/+1
* Well, I am not 100.00% usre that uint16 will suffice there.vda2006-11-291-2/+2
* another -90 bytes. That #define is **evil**vda2006-11-291-8/+12
* mkfs.minix: more cleanups, -~300 bytes of code.vda2006-11-291-202/+204
* 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