summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* exterminate last bzero'sDenis Vlasenko2006-12-132-7/+7
| | | | version bump to 1.3.0
* - honor CONFIG_DEBUGBernhard Reutner-Fischer2006-12-132-2/+8
|
* - remove warning about unused depth parameter in add_to_dirlist()Bernhard Reutner-Fischer2006-12-131-2/+5
| | | | - make one variable static and add comment about why the other variables there are not static.
* date: -R shouldn't use localeDenis Vlasenko2006-12-131-5/+13
|
* build system: small fix for "release" target to workDenis Vlasenko2006-12-122-4/+8
|
* build system: add "release" targetDenis Vlasenko2006-12-124-23/+63
| | | | find: support -size N (needed for above)
* passwd: fix indentationDenis Vlasenko2006-12-121-3/+2
|
* passwd: added commentDenis Vlasenko2006-12-121-1/+6
|
* passwd: shrink by ~10 bytes, use PRNG instead of usleep.Denis Vlasenko2006-12-121-17/+10
|
* - remove functions marked as LEGACY in SUSv3 and use their modern counterparts.Bernhard Reutner-Fischer2006-12-122-6/+6
|
* - add an anchor to let me point people to FAQ.html#standalone_shellBernhard Reutner-Fischer2006-12-101-2/+11
| | | | easily.
* bb_makedev: fix for glibc 2.3.2Denis Vlasenko2006-12-103-4/+4
| | | | sed: fix C++ style declaration
* sed: style fixesDenis Vlasenko2006-12-101-328/+338
|
* more: fix for case when _FILE_OFFSET_BITS is not #defined.Denis Vlasenko2006-12-101-40/+28
| | | | samll size improvement.
* - Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer2006-12-071-2/+5
| | | | See comment in the patch about the change introduced in r16342.
* - Improve wording in error message.Bernhard Reutner-Fischer2006-12-071-1/+1
|
* - s/:\t\t/\t/ for two helptexts.Bernhard Reutner-Fischer2006-12-071-5/+5
|
* - remove a warning that was not ment to be checked in.Bernhard Reutner-Fischer2006-12-061-1/+0
|
* - better distinction between CFLAGS and CPPFLAGS.Bernhard Reutner-Fischer2006-12-063-3/+17
|
* - adjust to kernel's build infrastructure.Bernhard Reutner-Fischer2006-12-061-3/+3
|
* - shrink less.Bernhard Reutner-Fischer2006-12-041-56/+49
| | | | | | | | | | | | | | | | | 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
* - cosmetic change to avoid warnings about eventual padding/packing.Bernhard Reutner-Fischer2006-12-041-9/+9
|
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer2006-12-041-1/+6
|
* - commentary typoBernhard Reutner-Fischer2006-12-021-1/+1
|
* sed: fix handling of files not ending in '\n'Denis Vlasenko2006-12-021-10/+30
|
* sed: improve handling of NULsDenis Vlasenko2006-12-022-51/+69
|
* passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko2006-12-013-92/+84
| | | | if current trend will continue ;)
* - provide central knob to turn off RPC related options.Bernhard Reutner-Fischer2006-12-013-2/+11
|
* passwd: micro-optimizationDenis Vlasenko2006-11-301-4/+4
|
* "kernel config" -> "busybox config"Denis Vlasenko2006-11-307-12/+12
| | | | suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
* "make bigdata" biggest offender dealt with:Denis Vlasenko2006-11-302-3/+5
| | | | xmalloc 16Kb buffer instead of keeping it in bss
* ed: convert style to bbox's. No code changes.Denis Vlasenko2006-11-301-224/+93
|
* passwd: small size optimization. salt generation improvedDenis Vlasenko2006-11-303-23/+32
| | | | (really generated different salts even if called back-to-back).
* passwd: rework:Denis Vlasenko2006-11-305-296/+264
| | | | | | | | | * 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
* - save 4 bytesBernhard Reutner-Fischer2006-11-301-1/+1
| | | | | | text data bss dec hex filename 764 0 80 844 34c vlock.o.oorig 760 0 80 840 348 vlock.o
* Well, I am not 100.00% usre that uint16 will suffice there.Denis Vlasenko2006-11-291-2/+2
| | | | We don't lose anything by using 'unsigned' instead.
* another -90 bytes. That #define is **evil**Denis Vlasenko2006-11-291-8/+12
|
* mkfs.minix: more cleanups, -~300 bytes of code.Denis Vlasenko2006-11-291-202/+204
| | | | Added debugging support.
* cut 0.5k off mkfs.minixDenis Vlasenko2006-11-295-207/+131
| | | | assorted strtoul fixes (that's what brought me into minix)...
* httpd: fix decode of '/' when called via -dDenis Vlasenko2006-11-291-32/+34
|
* od: fix buglet in --traditional, microoptimization,Denis Vlasenko2006-11-292-18/+18
| | | | | document coreutils bug bloat-o-meter: account for objects in rodata too
* getopt32-ification of fdiskDenis Vlasenko2006-11-291-185/+165
|
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-2910-41/+54
| | | | (disabling them saves ~4K on fully configured bbox)
* od: sometime ago I landed BIG od implementationDenis Vlasenko2006-11-283-761/+627
| | | | | from coreutils. My fault. This commit contains cleanups and size reductions.
* fix bug in new str -> num convertorsDenis Vlasenko2006-11-281-4/+12
|
* usage: fix few help texts, fix breakage: '\<tab>'Denis Vlasenko2006-11-281-50/+51
| | | | sequence utterly confused cpp :)
* udhcpc: fix my breakageDenis Vlasenko2006-11-282-5/+3
|
* fix udhcpc help message, take steps to make usage.h less messyDenis Vlasenko2006-11-281-2241/+2240
|
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-277-28/+28
| | | | but not everywhere. err to the safe side.
* udhcpc: convert to getopt32Denis Vlasenko2006-11-274-171/+155
|