platform/upstream/busybox.git
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...
2006-01-25 Bernhard Reutner... - Simplify the prereq and add more documentation.
2006-01-25 "Vladimir N... +#include <sys/socket.h>
2006-01-25 "Vladimir N... new applet. Thanks Roberto A. Foglietta
2006-01-25 "Vladimir N... support 64 arith. Close bug 136
2006-01-25 "Vladimir N... close bug 638
2006-01-25 "Vladimir N... Add more bash-like dot-dirs cmdedit feature
2006-01-25 Tim Rikerignore whitespace
2006-01-25 Tim RikerLANG=C should help
2006-01-25 Tim Rikerjust whitespace
2006-01-24 Bernhard Reutner... - correct flag for gcc-3.x
2006-01-24 Bernhard Reutner... - Turn off combine for allyesconfig and allbareconfig.
2006-01-24 Bernhard Reutner... - readd config option for libbusybox and ima-mode which...
2006-01-24 "Vladimir N... close bug 657
2006-01-24 Rob LandleyOnce more, with fewer inappropriate semicolons.
2006-01-23 Rob LandleyKen McGuire's patch to make mke2fs and e2fsck work...
2006-01-23 Rob LandleyTesting CONFIG_SORT_BIG to display the help for the...
2006-01-23 "Vladimir N... ash with -funsigned-char don`t work!
2006-01-23 "Vladimir N... Oops, restore tabs
2006-01-23 "Vladimir N... cleanup (dist)clean logic
2006-01-22 Rob LandleyClose bug 644: loop incrementing twice, skipping ever...
2006-01-22 Rob LandleyThere was a missing ! on strcmp (despite the fact it...
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-22 Rob LandleyThe whole "init is sometimes pid 3" thing is silly...
2006-01-22 Rob LandleyStart of developer documentation for busybox.
2006-01-20 Paul Foxcompile on 2.96 for a while longer -- no floating decla...
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2006-01-20 Rob LandleyZap sysdeps directory, moving Config.in and defconfig...
2006-01-19 Rob LandleyUpdate readme and install.sh usage message.
2006-01-19 Bernhard Reutner... - Document -m, -c, -s and provide a default shell for...
2006-01-19 Bernhard Reutner... - missing bits of patch attached to bug #249 (constify).
2006-01-19 Bernhard Reutner... - need to have config MODULE in order to make tristate...
2006-01-19 Bernhard Reutner... - cleanup Config.in. Use "select CONFIG_FOO" and add...
2006-01-19 "Vladimir N... restore 8-bit syntax works, last debian patch is broken...
2006-01-19 Bernhard Reutner... - bump version to 1.1.1 nonrelease series (let's say...
2006-01-17 Bernhard Reutner... - remove debian/
2006-01-17 Bernhard Reutner... - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via...
2006-01-15 "Vladimir N... setgid and setuid have changes effective id too
2006-01-15 "Vladimir N... sync with dash_0.5.3-1
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-15 "Vladimir N... restore erronyous 'cleanups' by Rob Sullivan and landley
2006-01-15 Rob LandleyCleanup patch from Rob Sullivan.
2006-01-14 Rob Landley1.1.0 is out.
2006-01-13 Paul Foxadd find's "-mmin" option. configurable.
2006-01-13 Bernhard Reutner... - revert last change for now..
2006-01-13 Bernhard Reutner... this applet needlessly big! TODO: bb_getopt_ulflags()
2006-01-13 Bernhard Reutner... - turn off "nc gaping hole" and devfsd in allbareconfig...
2006-01-13 Bernhard Reutner... - correct definitions.
2006-01-13 Bernhard Reutner... - Mention code-cleanup possibilities in TODO.
2006-01-12 Bernhard Reutner... - shrink simple obscure stuff a tiny bit:
2006-01-12 Bernhard Reutner... - remove warning about redeclaration of __constant_htons
2006-01-12 Bernhard Reutner... - mark argument who of print_route as unused.
2006-01-12 Rob LandleyFrank Sorenson added hotplug support to mdev. (I tweak...
2006-01-12 Rob LandleyThe major:minor read from dev ends with \n, need to...
2006-01-11 Rob LandleyOk, ping needs a rewrite from the ground up. (This...
2006-01-10 Rob LandleyAnd lo, we hath reached Release Candidate 1. 1.1.0...
2006-01-10 "Vladimir N... can use TMPDIR if user's HOMEDIR do not found. Noticed...
2006-01-10 Rob LandleyThe brain-dead FTP servers on Solaris don't support...
2006-01-10 Rob LandleyDon't return 0 when there's an error.
2006-01-10 Rob LandleyWith -a, the jump to mount_it_now can skip the initiali...
next