aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-12passwd: fix indentationDenis Vlasenko
2006-12-12passwd: added commentDenis Vlasenko
2006-12-12passwd: shrink by ~10 bytes, use PRNG instead of usleep.Denis Vlasenko
2006-12-12- remove functions marked as LEGACY in SUSv3 and use their modern counterparts.Bernhard Reutner-Fischer
2006-12-10- add an anchor to let me point people to FAQ.html#standalone_shellBernhard Reutner-Fischer
2006-12-10bb_makedev: fix for glibc 2.3.2Denis Vlasenko
2006-12-10sed: style fixesDenis Vlasenko
2006-12-10more: fix for case when _FILE_OFFSET_BITS is not #defined.Denis Vlasenko
2006-12-07- Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer
2006-12-07- Improve wording in error message.Bernhard Reutner-Fischer
2006-12-07- s/:\t\t/\t/ for two helptexts.Bernhard Reutner-Fischer
2006-12-06- remove a warning that was not ment to be checked in.Bernhard Reutner-Fischer
2006-12-06- better distinction between CFLAGS and CPPFLAGS.Bernhard Reutner-Fischer
2006-12-06- adjust to kernel's build infrastructure.Bernhard Reutner-Fischer
2006-12-04- shrink less.Bernhard Reutner-Fischer
2006-12-04- cosmetic change to avoid warnings about eventual padding/packing.Bernhard Reutner-Fischer
2006-12-04- make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer
2006-12-02- commentary typoBernhard Reutner-Fischer
2006-12-02sed: fix handling of files not ending in '\n'Denis Vlasenko
2006-12-02sed: improve handling of NULsDenis Vlasenko
2006-12-01passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko
2006-12-01- provide central knob to turn off RPC related options.Bernhard Reutner-Fischer
2006-11-30passwd: micro-optimizationDenis Vlasenko
2006-11-30"kernel config" -> "busybox config"Denis Vlasenko
2006-11-30"make bigdata" biggest offender dealt with:Denis Vlasenko
2006-11-30ed: convert style to bbox's. No code changes.Denis Vlasenko
2006-11-30passwd: small size optimization. salt generation improvedDenis Vlasenko
2006-11-30passwd: rework:Denis Vlasenko
2006-11-30- save 4 bytesBernhard Reutner-Fischer
2006-11-29Well, I am not 100.00% usre that uint16 will suffice there.Denis Vlasenko
2006-11-29another -90 bytes. That #define is **evil**Denis Vlasenko
2006-11-29mkfs.minix: more cleanups, -~300 bytes of code.Denis Vlasenko
2006-11-29cut 0.5k off mkfs.minixDenis Vlasenko
2006-11-29httpd: fix decode of '/' when called via -dDenis Vlasenko
2006-11-29od: fix buglet in --traditional, microoptimization,Denis Vlasenko
2006-11-29getopt32-ification of fdiskDenis Vlasenko
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
2006-11-28od: sometime ago I landed BIG od implementationDenis Vlasenko
2006-11-28fix bug in new str -> num convertorsDenis Vlasenko
2006-11-28usage: fix few help texts, fix breakage: '\<tab>'Denis Vlasenko
2006-11-28udhcpc: fix my breakageDenis Vlasenko
2006-11-28fix udhcpc help message, take steps to make usage.h less messyDenis Vlasenko
2006-11-27do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko
2006-11-27udhcpc: convert to getopt32Denis Vlasenko
2006-11-27tar: fix misplaced --exclude long option definitionDenis Vlasenko
2006-11-27Closing bug 1040:Denis Vlasenko
2006-11-27erase_mtab: do not limit ourself to 40 mtab entriesDenis Vlasenko
2006-11-27fix remaining survivors of the return(a) cleanupDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko