| Commit message (Expand) | Author | Files | Lines |
2006-12-12 | passwd: added comment | vda | 1 | -1/+6 |
2006-12-12 | passwd: shrink by ~10 bytes, use PRNG instead of usleep. | vda | 1 | -17/+10 |
2006-12-12 | - remove functions marked as LEGACY in SUSv3 and use their modern counterparts. | aldot | 2 | -6/+6 |
2006-12-10 | - add an anchor to let me point people to FAQ.html#standalone_shell | aldot | 1 | -2/+11 |
2006-12-10 | bb_makedev: fix for glibc 2.3.2 | vda | 3 | -4/+4 |
2006-12-10 | sed: style fixes | vda | 1 | -328/+338 |
2006-12-10 | more: fix for case when _FILE_OFFSET_BITS is not #defined. | vda | 1 | -40/+28 |
2006-12-07 | - Proposed fix to make aliases work (with uClibc-current). | aldot | 1 | -2/+5 |
2006-12-07 | - Improve wording in error message. | aldot | 1 | -1/+1 |
2006-12-07 | - s/:\t\t/\t/ for two helptexts. | aldot | 1 | -5/+5 |
2006-12-06 | - remove a warning that was not ment to be checked in. | aldot | 1 | -1/+0 |
2006-12-06 | - better distinction between CFLAGS and CPPFLAGS. | aldot | 3 | -3/+17 |
2006-12-06 | - adjust to kernel's build infrastructure. | aldot | 1 | -3/+3 |
2006-12-04 | - shrink less. | aldot | 1 | -56/+49 |
2006-12-04 | - cosmetic change to avoid warnings about eventual padding/packing. | aldot | 1 | -9/+9 |
2006-12-04 | - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. | aldot | 1 | -1/+6 |
2006-12-02 | - commentary typo | aldot | 1 | -1/+1 |
2006-12-02 | sed: fix handling of files not ending in '\n' | vda | 1 | -10/+30 |
2006-12-02 | sed: improve handling of NULs | vda | 2 | -51/+69 |
2006-12-01 | passwd: made smaller by ~130 bytes. size can go negative | vda | 3 | -92/+84 |
2006-12-01 | - provide central knob to turn off RPC related options. | aldot | 3 | -2/+11 |
2006-11-30 | passwd: micro-optimization | vda | 1 | -4/+4 |
2006-11-30 | "kernel config" -> "busybox config" | vda | 7 | -12/+12 |
2006-11-30 | "make bigdata" biggest offender dealt with: | vda | 2 | -3/+5 |
2006-11-30 | ed: convert style to bbox's. No code changes. | vda | 1 | -224/+93 |
2006-11-30 | passwd: small size optimization. salt generation improved | vda | 3 | -23/+32 |
2006-11-30 | passwd: rework: | vda | 5 | -296/+264 |
2006-11-30 | - save 4 bytes | aldot | 1 | -1/+1 |
2006-11-29 | Well, I am not 100.00% usre that uint16 will suffice there. | vda | 1 | -2/+2 |
2006-11-29 | another -90 bytes. That #define is **evil** | vda | 1 | -8/+12 |
2006-11-29 | mkfs.minix: more cleanups, -~300 bytes of code. | vda | 1 | -202/+204 |
2006-11-29 | cut 0.5k off mkfs.minix | vda | 5 | -207/+131 |
2006-11-29 | httpd: fix decode of '/' when called via -d | vda | 1 | -32/+34 |
2006-11-29 | od: fix buglet in --traditional, microoptimization, | vda | 2 | -18/+18 |
2006-11-29 | getopt32-ification of fdisk | vda | 1 | -185/+165 |
2006-11-29 | fix support for globally disabling --long-options. | vda | 10 | -41/+54 |
2006-11-28 | od: sometime ago I landed BIG od implementation | vda | 3 | -761/+627 |
2006-11-28 | fix bug in new str -> num convertors | vda | 1 | -4/+12 |
2006-11-28 | usage: fix few help texts, fix breakage: '\<tab>' | vda | 1 | -50/+51 |
2006-11-28 | udhcpc: fix my breakage | vda | 2 | -5/+3 |
2006-11-28 | fix udhcpc help message, take steps to make usage.h less messy | vda | 1 | -2241/+2240 |
2006-11-27 | do not overflow ifr_name. maybe it was safe in some places, | vda | 7 | -28/+28 |
2006-11-27 | udhcpc: convert to getopt32 | vda | 4 | -171/+155 |
2006-11-27 | tar: fix misplaced --exclude long option definition | vda | 1 | -4/+9 |
2006-11-27 | Closing bug 1040: | vda | 1 | -1/+1 |
2006-11-27 | erase_mtab: do not limit ourself to 40 mtab entries | vda | 1 | -32/+21 |
2006-11-27 | fix remaining survivors of the return(a) cleanup | vda | 4 | -11/+11 |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | vda | 28 | -282/+273 |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | vda | 36 | -219/+214 |
2006-11-27 | byteswap ops had extra mask ops - removed | vda | 4 | -21/+17 |