aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-07- Improve wording in error message.aldot1-1/+1
2006-12-07- s/:\t\t/\t/ for two helptexts.aldot1-5/+5
2006-12-06- remove a warning that was not ment to be checked in.aldot1-1/+0
2006-12-06- better distinction between CFLAGS and CPPFLAGS.aldot3-3/+17
2006-12-06- adjust to kernel's build infrastructure.aldot1-3/+3
2006-12-04- shrink less.aldot1-56/+49
2006-12-04- cosmetic change to avoid warnings about eventual padding/packing.aldot1-9/+9
2006-12-04- make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.aldot1-1/+6
2006-12-02- commentary typoaldot1-1/+1
2006-12-02sed: fix handling of files not ending in '\n'vda1-10/+30
2006-12-02sed: improve handling of NULsvda2-51/+69
2006-12-01passwd: made smaller by ~130 bytes. size can go negativevda3-92/+84
2006-12-01- provide central knob to turn off RPC related options.aldot3-2/+11
2006-11-30passwd: micro-optimizationvda1-4/+4
2006-11-30"kernel config" -> "busybox config"vda7-12/+12
2006-11-30"make bigdata" biggest offender dealt with:vda2-3/+5
2006-11-30ed: convert style to bbox's. No code changes.vda1-224/+93
2006-11-30passwd: small size optimization. salt generation improvedvda3-23/+32
2006-11-30passwd: rework:vda5-296/+264
2006-11-30- save 4 bytesaldot1-1/+1
2006-11-29Well, I am not 100.00% usre that uint16 will suffice there.vda1-2/+2
2006-11-29another -90 bytes. That #define is **evil**vda1-8/+12
2006-11-29mkfs.minix: more cleanups, -~300 bytes of code.vda1-202/+204
2006-11-29cut 0.5k off mkfs.minixvda5-207/+131
2006-11-29httpd: fix decode of '/' when called via -dvda1-32/+34
2006-11-29od: fix buglet in --traditional, microoptimization,vda2-18/+18
2006-11-29getopt32-ification of fdiskvda1-185/+165
2006-11-29fix support for globally disabling --long-options.vda10-41/+54
2006-11-28od: sometime ago I landed BIG od implementationvda3-761/+627
2006-11-28fix bug in new str -> num convertorsvda1-4/+12
2006-11-28usage: fix few help texts, fix breakage: '\<tab>'vda1-50/+51
2006-11-28udhcpc: fix my breakagevda2-5/+3
2006-11-28fix udhcpc help message, take steps to make usage.h less messyvda1-2241/+2240
2006-11-27do not overflow ifr_name. maybe it was safe in some places,vda7-28/+28
2006-11-27udhcpc: convert to getopt32vda4-171/+155
2006-11-27tar: fix misplaced --exclude long option definitionvda1-4/+9
2006-11-27Closing bug 1040:vda1-1/+1
2006-11-27erase_mtab: do not limit ourself to 40 mtab entriesvda1-32/+21
2006-11-27fix remaining survivors of the return(a) cleanupvda4-11/+11
2006-11-27style cleanup: return(a) -> return a, part 2vda28-282/+273
2006-11-27style cleanup: return(a) -> return a, part 1vda36-219/+214
2006-11-27byteswap ops had extra mask ops - removedvda4-21/+17