Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | passwd: add option to check passwords for weakness | Denis Vlasenko | 2006-12-19 | 2 | -1/+9 | |
| | ||||||
* | Add option to disable command execution from vi & awk | Denis Vlasenko | 2006-12-19 | 3 | -4/+16 | |
| | ||||||
* | su: make /etc/shells check configurable | Denis Vlasenko | 2006-12-19 | 4 | -30/+29 | |
| | | | | ash: missing ';' | |||||
* | mount: add getmntent_r stub for dietlibc | Denis Vlasenko | 2006-12-18 | 1 | -1/+16 | |
| | ||||||
* | xfuncs.c: dietlibc actually HAS fdprintf! | Denis Vlasenko | 2006-12-18 | 3 | -13/+24 | |
| | | | | | platform.h: define strchrnul for dietlibc ash: stop using few non-standard functions | |||||
* | nc: add missing cast | Denis Vlasenko | 2006-12-18 | 3 | -1/+35 | |
| | | | | xfuncs: add dprintf for dietlibc | |||||
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 13 | -24/+14 | |
| | ||||||
* | du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. | Denis Vlasenko | 2006-12-18 | 1 | -35/+31 | |
| | ||||||
* | ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations | Denis Vlasenko | 2006-12-18 | 1 | -80/+76 | |
| | ||||||
* | ps: fix buglet, add microoptimization | Denis Vlasenko | 2006-12-18 | 1 | -6/+4 | |
| | ||||||
* | httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, | Denis Vlasenko | 2006-12-17 | 1 | -3/+3 | |
| | | | | remove it from Config.in | |||||
* | start_stop_daemon: make code a bit more readable | Denis Vlasenko | 2006-12-17 | 1 | -23/+19 | |
| | ||||||
* | od: remove bug-for-bug compat (because the bug was fixed in coreuitls) | Denis Vlasenko | 2006-12-17 | 1 | -2/+1 | |
| | ||||||
* | tar: report error if child dies while writing out the end of tarball | Denis Vlasenko | 2006-12-17 | 1 | -8/+39 | |
| | | | | (e.g. out of disk space). | |||||
* | start_stop_daemon: fix bug where any program name was "matching" | Denis Vlasenko | 2006-12-17 | 2 | -30/+40 | |
| | | | | processes for which readlink(/proc/N/exe) fails | |||||
* | fix/shorten some usage strings | Denis Vlasenko | 2006-12-17 | 1 | -349/+412 | |
| | ||||||
* | tftp: corrupted input packets were killing retransmits - fixed | Denis Vlasenko | 2006-12-17 | 1 | -18/+22 | |
| | ||||||
* | diff: comment - explain what happens when hunk fails to apply | Denis Vlasenko | 2006-12-17 | 1 | -2/+3 | |
| | ||||||
* | patch: fix double-free (bug 1120) | Denis Vlasenko | 2006-12-17 | 1 | -0/+1 | |
| | ||||||
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 28 | -63/+69 | |
| | ||||||
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | 2006-12-16 | 8 | -42/+41 | |
| | | | | xstrtou: disallow leading '+' | |||||
* | wget: smallish optimization | Denis Vlasenko | 2006-12-16 | 1 | -18/+18 | |
| | ||||||
* | diff: fix -q exit code | Denis Vlasenko | 2006-12-16 | 2 | -76/+78 | |
| | | | | last_char_is: sacrifice 9 bytes but avoid double-scan | |||||
* | site: add link to directory with patches | Denis Vlasenko | 2006-12-15 | 1 | -1/+2 | |
| | ||||||
* | re-applying first post-1.3.x change | Denis Vlasenko | 2006-12-15 | 2 | -2/+14 | |
| | | | | version change to 1.4.0.svn | |||||
* | back out last change - need to make busybox-1_3-stable branch first | Denis Vlasenko | 2006-12-15 | 1 | -12/+0 | |
| | ||||||
* | - table support for ip route | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -0/+12 | |
| | ||||||
* | - minor shrinkage | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -4/+6 | |
| | ||||||
* | Update busybox.net webpage with 1.3.0 announcement | Denis Vlasenko | 2006-12-14 | 1 | -0/+35 | |
| | ||||||
* | exterminate last bzero's | Denis Vlasenko | 2006-12-13 | 2 | -7/+7 | |
| | | | | version bump to 1.3.0 | |||||
* | - honor CONFIG_DEBUG | Bernhard Reutner-Fischer | 2006-12-13 | 2 | -2/+8 | |
| | ||||||
* | - remove warning about unused depth parameter in add_to_dirlist() | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -2/+5 | |
| | | | | - make one variable static and add comment about why the other variables there are not static. | |||||
* | date: -R shouldn't use locale | Denis Vlasenko | 2006-12-13 | 1 | -5/+13 | |
| | ||||||
* | build system: small fix for "release" target to work | Denis Vlasenko | 2006-12-12 | 2 | -4/+8 | |
| | ||||||
* | build system: add "release" target | Denis Vlasenko | 2006-12-12 | 4 | -23/+63 | |
| | | | | find: support -size N (needed for above) | |||||
* | passwd: fix indentation | Denis Vlasenko | 2006-12-12 | 1 | -3/+2 | |
| | ||||||
* | passwd: added comment | Denis Vlasenko | 2006-12-12 | 1 | -1/+6 | |
| | ||||||
* | passwd: shrink by ~10 bytes, use PRNG instead of usleep. | Denis Vlasenko | 2006-12-12 | 1 | -17/+10 | |
| | ||||||
* | - remove functions marked as LEGACY in SUSv3 and use their modern counterparts. | Bernhard Reutner-Fischer | 2006-12-12 | 2 | -6/+6 | |
| | ||||||
* | - add an anchor to let me point people to FAQ.html#standalone_shell | Bernhard Reutner-Fischer | 2006-12-10 | 1 | -2/+11 | |
| | | | | easily. | |||||
* | bb_makedev: fix for glibc 2.3.2 | Denis Vlasenko | 2006-12-10 | 3 | -4/+4 | |
| | | | | sed: fix C++ style declaration | |||||
* | sed: style fixes | Denis Vlasenko | 2006-12-10 | 1 | -328/+338 | |
| | ||||||
* | more: fix for case when _FILE_OFFSET_BITS is not #defined. | Denis Vlasenko | 2006-12-10 | 1 | -40/+28 | |
| | | | | samll size improvement. | |||||
* | - Proposed fix to make aliases work (with uClibc-current). | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -2/+5 | |
| | | | | See comment in the patch about the change introduced in r16342. | |||||
* | - Improve wording in error message. | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -1/+1 | |
| | ||||||
* | - s/:\t\t/\t/ for two helptexts. | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -5/+5 | |
| | ||||||
* | - remove a warning that was not ment to be checked in. | Bernhard Reutner-Fischer | 2006-12-06 | 1 | -1/+0 | |
| | ||||||
* | - better distinction between CFLAGS and CPPFLAGS. | Bernhard Reutner-Fischer | 2006-12-06 | 3 | -3/+17 | |
| | ||||||
* | - adjust to kernel's build infrastructure. | Bernhard Reutner-Fischer | 2006-12-06 | 1 | -3/+3 | |
| | ||||||
* | - shrink less. | Bernhard Reutner-Fischer | 2006-12-04 | 1 | -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 |