platform/upstream/busybox.git
2006-02-23 Mike Frysingeradd myself and Bernhard
2006-02-22 Mike Frysingertest to make sure applets are in alphabetical order
2006-02-22 Mike Frysingerfix applet order
2006-02-22 Mike Frysingerdocument leading + option
2006-02-22 Rob LandleyYou don't need an #ifdef around #defines in usage.
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-22 Rob LandleyTweak my entry.
2006-02-22 Rob LandleyBug 751: file handle leaks can add up until available...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-21 Rob LandleySmall tweak cherry-picked from Devin Bayer's monster...
2006-02-21 Rob LandleyForgot to check this in last night, part of the hash_fd...
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-21 Rob LandleyCreate /dev/root symlink pointing to real root device...
2006-02-21 Rob LandleyWalter Harms added -D to date, and I did a code cleanup...
2006-02-21 Mike Frysingereat extraneous newlines at the end of applet full usage
2006-02-21 Mike Frysingeradd setarch/linux32/linux64 applet
2006-02-21 Rob LandleyMissed a file in the last checkin, won't build without...
2006-02-21 Mike Frysingera few more comment touchups
2006-02-21 Mike Frysingertranslate Russian-English to just plain English
2006-02-20 Rob LandleyPatch from Giuseppe Ciotta to specify retry count.
2006-02-20 Rob LandleyRename UNUSE() to SKIP().
2006-02-20 Rob LandleyBug 640: a filename of length exactly 100 could bleed...
2006-02-20 Mike Frysingeradd s390x to the list
2006-02-20 "Vladimir N... sync with mainstream, but check more
2006-02-20 Rob Landleygetdomainname() isn't guaranteed to null terminate...
2006-02-20 Rob LandleyUpdate comment.
2006-02-20 "Vladimir N... remove #undef strlen, use #define strlen always but...
2006-02-20 "Vladimir N... correction get(host/domain)name usage, revert 742 bug
2006-02-20 Rob Landleysvn 14077 was completely broken and apparently never...
2006-02-20 Rob LandleyThe gentoo security guys found another way to segfault...
2006-02-19 Mike Frysingerrfelker writes in Bug 742: make sure string is null...
2006-02-19 Mike Frysingerrfelker writes in Bug 740: s/u_char/unsigned char/
2006-02-19 Mike Frysingerrfelker writes in Bug 738: sys/sysmacros.h is needed...
2006-02-19 Mike Frysingerrfelker writes in Bug 736: stty.c includes unneeded...
2006-02-19 Mike Frysingerrfelker writes in Bug 734: Nothing from err.h is used...
2006-02-18 Mike Frysingerkill all .depend files
2006-02-18 Mike Frysingerhide bb_mkdep build
2006-02-18 Mike Frysingerfix building on ppc64
2006-02-17 "Vladimir N... type typo. Thanks, Devin Bayer
2006-02-17 "Vladimir N... quick copy-paste typo
2006-02-17 Rob LandleyFix for an integer overflow bug that could cause a...
2006-02-17 Rob LandleyThe tendency of vi to auto-indent can be really annoyin...
2006-02-17 Rob LandleyMore whitespace than you can possibly imagine...
2006-02-17 Rob LandleyUpdate Rogues Gallery.
2006-02-16 "Vladimir N... forgoten new file for 14080 revison
2006-02-16 "Vladimir N... moved BB_BANNER to applets/version.c file: make kernel...
2006-02-16 "Vladimir N... removed #undef strlen, use builtins and prototuped...
2006-02-16 "Vladimir N... isolate and show busybox`s changes
2006-02-16 Rob LandleyPutting together OPTIONFLAGS, sed needs the global...
2006-02-16 Rob LandleyWhen setting an environment variable by piping somethin...
2006-02-16 Rob LandleyRogues gallery.
2006-02-15 "Vladimir N... add last terminal line
2006-02-15 "Vladimir N... demo (UN)USE_FEATURE... usage
2006-02-15 "Vladimir N... full removed config.h, use bb_config.h only
2006-02-14 Rob LandleyFix bug 674: sum's block count should always round up.
2006-02-14 Rob LandleyPatch from awk maintainer (Dmitry Zakhrov) to fix bugs...
2006-02-14 Bernhard Reutner... - commentary typos
2006-02-14 "Vladimir N... restore change by Denis Vlasenko: file_to_buf must...
2006-02-14 "Vladimir N... cleanups after changes by Denis Vlasenko. Size optimization
2006-02-14 "Vladimir N... commentary typos. Thank by aldot
2006-02-14 Rob LandleyRob Landley is busybox maintainer now. Eeek.
2006-02-14 Rob LandleyFix off by one error. (I know I had a reason for doing...
2006-02-13 Rob LandleyCleanups from Denis Vlasenko.
2006-02-13 Rob LandleyBug fix from Kim B. Heino, manifested via:
2006-02-13 Rob LandleyNew USE() macros
2006-02-12 Bernhard Reutner... - commentary typos
2006-02-12 Rob LandleyMore random documentation.
2006-02-10 Rob LandleyMissed this in svn 13701.
2006-02-10 Rob LandleyAnother item.
2006-02-08 Rob LandleyFix umount so it works if there's no /etc/mtab or ...
2006-02-08 Rob LandleyHelp text update and tweak to defconfig to remove two...
2006-02-08 Rob LandleyConvert some help text to english.
2006-02-07 Mike Frysingeradd back in path nulling after calling find_dev() since...
2006-02-07 Mike FrysingerCristian Ionescu-Idbohrn writes:
2006-02-07 Mike Frysingerspace out supported applet names so the config list...
2006-02-06 Mike Frysingerfixup whitespace in awk help output
2006-02-06 Rob LandleyBug 677: there are apparently still people using telnet.
2006-02-06 Mike Frysingerget rid of warnings with applets that have no usage...
2006-02-05 Mike Frysingerif the .pl script gets updated, force doc regen
2006-02-05 Mike FrysingerRob Sullivan writes: Here's a patch to autogenerate...
2006-02-05 Rob LandleySave a few bytes in error message.
2006-02-03 Mike Frysingercleanup style ... just because you use less spaces...
2006-02-03 Mike Frysingershrink the code a bit
2006-02-03 Mike Frysingergavinl writes in Bug 661:
2006-02-02 Mike Frysingeralphabetical order and fix mdev comments about echo...
2006-02-02 Mike Frysingerfix mdev help output
2006-02-02 "Vladimir N... destroy bug 679, use getopt_ulflags with new feature...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-02-01 "Vladimir N... removed anoinig `unused' warnings
2006-02-01 "Vladimir N... removed anoinig warnings
2006-02-01 "Vladimir N... remode warning: const static mix
2006-01-31 Bernhard Reutner... - bzero -> memset
2006-01-31 "Vladimir N... more better for me signed<->unsigned and the const...
2006-01-31 "Vladimir N... add feature: support for running scripts through an...
2006-01-31 "Vladimir N... more obscure
2006-01-31 "Vladimir N... avoid signed<->unsigned warning
2006-01-31 "Vladimir N... avoid signed<->unsigned warning
2006-01-31 "Vladimir N... removed unneed signed, avoid warning
2006-01-31 Bernhard Reutner... - pass -static via CC rather than LD
2006-01-31 "Vladimir N... more destroy potential overflow for x86_64.
next