aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cmdedit: use qsort for sorting command completion results; style fixesDenis Vlasenko2006-12-191-132/+104
|
* passwd: add option to check passwords for weaknessDenis Vlasenko2006-12-192-1/+9
|
* Add option to disable command execution from vi & awkDenis Vlasenko2006-12-193-4/+16
|
* su: make /etc/shells check configurableDenis Vlasenko2006-12-194-30/+29
| | | | ash: missing ';'
* mount: add getmntent_r stub for dietlibcDenis Vlasenko2006-12-181-1/+16
|
* xfuncs.c: dietlibc actually HAS fdprintf!Denis Vlasenko2006-12-183-13/+24
| | | | | platform.h: define strchrnul for dietlibc ash: stop using few non-standard functions
* nc: add missing castDenis Vlasenko2006-12-183-1/+35
| | | | xfuncs: add dprintf for dietlibc
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-1813-24/+14
|
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko2006-12-181-35/+31
|
* ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko2006-12-181-80/+76
|
* ps: fix buglet, add microoptimizationDenis Vlasenko2006-12-181-6/+4
|
* httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko2006-12-171-3/+3
| | | | remove it from Config.in
* start_stop_daemon: make code a bit more readableDenis Vlasenko2006-12-171-23/+19
|
* od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko2006-12-171-2/+1
|
* tar: report error if child dies while writing out the end of tarballDenis Vlasenko2006-12-171-8/+39
| | | | (e.g. out of disk space).
* start_stop_daemon: fix bug where any program name was "matching"Denis Vlasenko2006-12-172-30/+40
| | | | processes for which readlink(/proc/N/exe) fails
* fix/shorten some usage stringsDenis Vlasenko2006-12-171-349/+412
|
* tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko2006-12-171-18/+22
|
* diff: comment - explain what happens when hunk fails to applyDenis Vlasenko2006-12-171-2/+3
|
* patch: fix double-free (bug 1120)Denis Vlasenko2006-12-171-0/+1
|
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-1628-63/+69
|
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-168-42/+41
| | | | xstrtou: disallow leading '+'
* wget: smallish optimizationDenis Vlasenko2006-12-161-18/+18
|
* diff: fix -q exit codeDenis Vlasenko2006-12-162-76/+78
| | | | last_char_is: sacrifice 9 bytes but avoid double-scan
* site: add link to directory with patchesDenis Vlasenko2006-12-151-1/+2
|
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-152-2/+14
| | | | version change to 1.4.0.svn
* back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko2006-12-151-12/+0
|
* - table support for ip routeBernhard Reutner-Fischer2006-12-141-0/+12
|
* - minor shrinkageBernhard Reutner-Fischer2006-12-141-4/+6
|
* Update busybox.net webpage with 1.3.0 announcementDenis Vlasenko2006-12-141-0/+35
|
* 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
|