oweals/busybox.git
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.
2006-01-31 "Vladimir N... destroy potential overflow for x86_64. Added ATTRIBUTE_...
2006-01-31 Bernhard Reutner... - add and use ATTRIBUTE_ALIGNED(num_bytes)
2006-01-31 "Vladimir N... changed strange mix signed<->unsigned
2006-01-31 "Vladimir N... protect potential overflow for x86_64
2006-01-31 "Vladimir N... quick analize signed->unsigned: protect overflow of...
2006-01-31 Bernhard Reutner... - fix typo i introduced yesterday.
2006-01-31 Rob LandleyNot on libbusybox.so: it's GPL, no API barrier, no...
2006-01-31 Rob LandleyTurn defconfig into what make allyesconfig is today...
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-30 Eric Andersenmake certain we dereference the pointer as a time_t...
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-30 Eric Andersenpassing around an int as a void* is a very bad idea
2006-01-30 Eric Andersensort out yet more type issues
2006-01-30 Bernhard Reutner... - very minor tweak: save 1 byte.
2006-01-30 Eric Andersenwith 2.4 kernel headers, lo_file_name is char, but...
2006-01-30 Eric Andersenfixup a few types to prevent gcc (rightfully) whining...
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-30 Bernhard Reutner... - make linking against libcrypt optional by looking...
2006-01-30 "Vladimir N... removed warning "comparison between signed and unsigned".
2006-01-30 "Vladimir N... removed warning "comparison between signed and unsigned...
2006-01-30 "Vladimir N... removed warning "comparison between signed and unsigned...
2006-01-30 "Vladimir N... removed warning "comparison between signed and unsigned".
2006-01-30 "Vladimir N... removed warning "comparison between signed and unsigned...
2006-01-30 "Vladimir N... removed warning "comparison between signed and unsigned...
2006-01-30 "Vladimir N... removed warning "comparison between signed and unsigned...
2006-01-30 "Vladimir N... support GNU suffixes for fancy mode: b(512), k(1024...
2006-01-30 "Vladimir N... remove outdated and do not corected comment. Use bb_xas...
2006-01-30 Rob LandleyRe-add initrd support, unify halt/reboot/poweroff,...
2006-01-30 Rob LandleyNote on SVN 13424: Don't mix "default y" and select...
2006-01-30 Rob LandleyMove SUSv2 obsolete feature disabling to debug menu...
2006-01-30 Rob LandleyRemove foo.txt and reenable -funsigned-char now that...
2006-01-29 Rob LandleyRemind me to implement bb_fork_exec()...
2006-01-29 Rob LandleyAdd explanations of encrypted passwords, and fork vs...
2006-01-27 Bernhard Reutner... - add a macro to check for ld and as flags
2006-01-26 "Vladimir N... for change previous log: close bug 186
2006-01-26 "Vladimir N... close bug 190
2006-01-25 Mike Frysingeruse LC_ALL, not LANG, for forcing C
2006-01-25 "Vladimir N... C99 say: "char" declaration may be signed or unsigned...
2006-01-25 "Vladimir N... added support /prefix for IPV4 form IPV6 code. Close...
next