aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-21less: total cleanup and bugfix.Denis Vlasenko
2006-12-20less: somewhat buggy applet, but nice. Muchly reducedDenis Vlasenko
2006-12-19remove casts from xmalloc()Denis Vlasenko
2006-12-19ifupdown: do not print and/or execute empty commands ("").Denis Vlasenko
2006-12-19ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko
2006-12-19u_short, ulong exterminatedDenis Vlasenko
2006-12-19cmdedit: fix my bug, improve code a bitDenis Vlasenko
2006-12-19- use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer
2006-12-19- rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer
2006-12-19cmdedit: use qsort for sorting command completion results; style fixesDenis Vlasenko
2006-12-19passwd: add option to check passwords for weaknessDenis Vlasenko
2006-12-19Add option to disable command execution from vi & awkDenis Vlasenko
2006-12-19su: make /etc/shells check configurableDenis Vlasenko
2006-12-18mount: add getmntent_r stub for dietlibcDenis Vlasenko
2006-12-18xfuncs.c: dietlibc actually HAS fdprintf!Denis Vlasenko
2006-12-18nc: add missing castDenis Vlasenko
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-12-18du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko
2006-12-18ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko
2006-12-18ps: fix buglet, add microoptimizationDenis Vlasenko
2006-12-17httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko
2006-12-17start_stop_daemon: make code a bit more readableDenis Vlasenko
2006-12-17od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko
2006-12-17tar: report error if child dies while writing out the end of tarballDenis Vlasenko
2006-12-17start_stop_daemon: fix bug where any program name was "matching"Denis Vlasenko
2006-12-17fix/shorten some usage stringsDenis Vlasenko
2006-12-17tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko
2006-12-17diff: comment - explain what happens when hunk fails to applyDenis Vlasenko
2006-12-17patch: fix double-free (bug 1120)Denis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko
2006-12-16wget: smallish optimizationDenis Vlasenko
2006-12-16diff: fix -q exit codeDenis Vlasenko
2006-12-15site: add link to directory with patchesDenis Vlasenko
2006-12-15re-applying first post-1.3.x changeDenis Vlasenko
2006-12-15back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko
2006-12-14- table support for ip routeBernhard Reutner-Fischer
2006-12-14- minor shrinkageBernhard Reutner-Fischer
2006-12-14Update busybox.net webpage with 1.3.0 announcementDenis Vlasenko
2006-12-13exterminate last bzero'sDenis Vlasenko
2006-12-13- honor CONFIG_DEBUGBernhard Reutner-Fischer
2006-12-13- remove warning about unused depth parameter in add_to_dirlist()Bernhard Reutner-Fischer
2006-12-13date: -R shouldn't use localeDenis Vlasenko
2006-12-12build system: small fix for "release" target to workDenis Vlasenko
2006-12-12build system: add "release" targetDenis Vlasenko
2006-12-12passwd: fix indentationDenis Vlasenko
2006-12-12passwd: added commentDenis Vlasenko
2006-12-12passwd: 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_shellBernhard Reutner-Fischer