Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-14 | - table support for ip route | Bernhard Reutner-Fischer | |
2006-12-14 | - minor shrinkage | Bernhard Reutner-Fischer | |
2006-12-14 | Update busybox.net webpage with 1.3.0 announcement | Denis Vlasenko | |
2006-12-13 | exterminate last bzero's | Denis Vlasenko | |
version bump to 1.3.0 | |||
2006-12-13 | - honor CONFIG_DEBUG | Bernhard Reutner-Fischer | |
2006-12-13 | - remove warning about unused depth parameter in add_to_dirlist() | Bernhard Reutner-Fischer | |
- make one variable static and add comment about why the other variables there are not static. | |||
2006-12-13 | date: -R shouldn't use locale | Denis Vlasenko | |
2006-12-12 | build system: small fix for "release" target to work | Denis Vlasenko | |
2006-12-12 | build system: add "release" target | Denis Vlasenko | |
find: support -size N (needed for above) | |||
2006-12-12 | passwd: fix indentation | Denis Vlasenko | |
2006-12-12 | passwd: added comment | Denis Vlasenko | |
2006-12-12 | passwd: 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_shell | Bernhard Reutner-Fischer | |
easily. | |||
2006-12-10 | bb_makedev: fix for glibc 2.3.2 | Denis Vlasenko | |
sed: fix C++ style declaration | |||
2006-12-10 | sed: style fixes | Denis Vlasenko | |
2006-12-10 | more: fix for case when _FILE_OFFSET_BITS is not #defined. | Denis Vlasenko | |
samll size improvement. | |||
2006-12-07 | - Proposed fix to make aliases work (with uClibc-current). | Bernhard Reutner-Fischer | |
See comment in the patch about the change introduced in r16342. | |||
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 | |
01a: svn version 01b: merge past_eof and inp_stdin into flags. 01c: merge match_backwards into flags. 01d: add handling of <HOME> and <END> keys, remove set_tty_raw, use fflush_stdout_and_exit 01e: rewrite special-key handling to be smaller. 01f: changing the format saves 4 bytes (alot of places would benefit from this) text data bss dec hex filename 9034 8 648 9690 25da less.o.01a 9023 8 640 9671 25c7 less.o.01b 9027 8 636 9671 25c7 less.o.01c 9068 8 636 9712 25f0 less.o.01d 8990 8 636 9634 25a2 less.o.01e 8986 8 636 9630 259e less.o.01f | |||
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 typo | Bernhard Reutner-Fischer | |
2006-12-02 | sed: fix handling of files not ending in '\n' | Denis Vlasenko | |
2006-12-02 | sed: improve handling of NULs | Denis Vlasenko | |
2006-12-01 | passwd: made smaller by ~130 bytes. size can go negative | Denis Vlasenko | |
if current trend will continue ;) | |||
2006-12-01 | - provide central knob to turn off RPC related options. | Bernhard Reutner-Fischer | |
2006-11-30 | passwd: micro-optimization | Denis Vlasenko | |
2006-11-30 | "kernel config" -> "busybox config" | Denis Vlasenko | |
suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com> | |||
2006-11-30 | "make bigdata" biggest offender dealt with: | Denis Vlasenko | |
xmalloc 16Kb buffer instead of keeping it in bss | |||
2006-11-30 | ed: convert style to bbox's. No code changes. | Denis Vlasenko | |
2006-11-30 | passwd: small size optimization. salt generation improved | Denis Vlasenko | |
(really generated different salts even if called back-to-back). | |||
2006-11-30 | passwd: rework: | Denis Vlasenko | |
* do not make backup copy by copying (just retain old file) * correctly fall back to /etc/passwd if user is not in shadow * fix bug with overlong passwd entries * be permissive on some kinds of failures * reduce stack usage * code size: -500 bytes | |||
2006-11-30 | - save 4 bytes | Bernhard Reutner-Fischer | |
text data bss dec hex filename 764 0 80 844 34c vlock.o.oorig 760 0 80 840 348 vlock.o | |||
2006-11-29 | Well, I am not 100.00% usre that uint16 will suffice there. | Denis Vlasenko | |
We don't lose anything by using 'unsigned' instead. | |||
2006-11-29 | another -90 bytes. That #define is **evil** | Denis Vlasenko | |
2006-11-29 | mkfs.minix: more cleanups, -~300 bytes of code. | Denis Vlasenko | |
Added debugging support. | |||
2006-11-29 | cut 0.5k off mkfs.minix | Denis Vlasenko | |
assorted strtoul fixes (that's what brought me into minix)... | |||
2006-11-29 | httpd: fix decode of '/' when called via -d | Denis Vlasenko | |
2006-11-29 | od: fix buglet in --traditional, microoptimization, | Denis Vlasenko | |
document coreutils bug bloat-o-meter: account for objects in rodata too | |||
2006-11-29 | getopt32-ification of fdisk | Denis Vlasenko | |
2006-11-29 | fix support for globally disabling --long-options. | Denis Vlasenko | |
(disabling them saves ~4K on fully configured bbox) | |||
2006-11-28 | od: sometime ago I landed BIG od implementation | Denis Vlasenko | |
from coreutils. My fault. This commit contains cleanups and size reductions. | |||
2006-11-28 | fix bug in new str -> num convertors | Denis Vlasenko | |
2006-11-28 | usage: fix few help texts, fix breakage: '\<tab>' | Denis Vlasenko | |
sequence utterly confused cpp :) | |||
2006-11-28 | udhcpc: fix my breakage | Denis Vlasenko | |