- eaa3b29 forgoten new file for 14080 revison by "Vladimir N. Oleynik" · 19 years ago
- dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
- 21e6870 removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) by "Vladimir N. Oleynik" · 19 years ago
- cb9b114 isolate and show busybox`s changes by "Vladimir N. Oleynik" · 19 years ago
- 5c1cd5f Putting together OPTIONFLAGS, sed needs the global flag to handle multiple by Rob Landley · 19 years ago
- 006fa2d When setting an environment variable by piping something into grep, backquotes by Rob Landley · 19 years ago
- d1e38c0 Rogues gallery. by Rob Landley · 19 years ago
- c218a29 add last terminal line by "Vladimir N. Oleynik" · 19 years ago
- 9a51540 demo (UN)USE_FEATURE... usage by "Vladimir N. Oleynik" · 19 years ago
- 6732af2 full removed config.h, use bb_config.h only by "Vladimir N. Oleynik" · 19 years ago
- 02794e1 Fix bug 674: sum's block count should always round up. by Rob Landley · 19 years ago
- 46e351d Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. by Rob Landley · 19 years ago
- 5ba53c0 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
- 3afdfec restore change by Denis Vlasenko: file_to_buf must vary fast, best if inline by "Vladimir N. Oleynik" · 19 years ago
- 465300c cleanups after changes by Denis Vlasenko. Size optimization by "Vladimir N. Oleynik" · 19 years ago
- 63ca3bf commentary typos. Thank by aldot by "Vladimir N. Oleynik" · 19 years ago
- a253e73 Rob Landley is busybox maintainer now. Eeek. by Rob Landley · 19 years ago
- d05981e Fix off by one error. (I know I had a reason for doing that, but I have _no_ by Rob Landley · 19 years ago
- b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
- 90632d0 Bug fix from Kim B. Heino, manifested via: by Rob Landley · 19 years ago
- 7bfa88f New USE() macros by Rob Landley · 19 years ago
- f251ec6 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
- c29a0f3 More random documentation. by Rob Landley · 19 years ago
- 4926d64 Missed this in svn 13701. by Rob Landley · 19 years ago
- 4a1d874 Another item. by Rob Landley · 19 years ago
- cc6d8d3 Fix umount so it works if there's no /etc/mtab or /proc/mounts, make by Rob Landley · 19 years ago
- 1ab4c3d Help text update and tweak to defconfig to remove two more things that by Rob Landley · 19 years ago
- 32251b4 Convert some help text to english. by Rob Landley · 19 years ago
- 271aa40 add back in path nulling after calling find_dev() since it is needed for now ... by Mike Frysinger · 19 years ago
- 27a74e8 Cristian Ionescu-Idbohrn writes: by Mike Frysinger · 19 years ago
- 0380166 space out supported applet names so the config list doesnt wrap on an 80col terminal by Mike Frysinger · 19 years ago
- 4fcefb9 fixup whitespace in awk help output by Mike Frysinger · 19 years ago
- 30a6bba Bug 677: there are apparently still people using telnet. by Rob Landley · 19 years ago
- ba9c4d1 get rid of warnings with applets that have no usage and get rid of pointless --- separator between applets by Mike Frysinger · 19 years ago
- f37529d if the .pl script gets updated, force doc regen by Mike Frysinger · 19 years ago
- b0ed3d7 Rob Sullivan writes: Here's a patch to autogenerate the list of applets in the Busybox documentation by Mike Frysinger · 19 years ago
- bec2652 Save a few bytes in error message. by Rob Landley · 19 years ago
- a421ba8 cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller by Mike Frysinger · 19 years ago
- 248d222 shrink the code a bit by Mike Frysinger · 19 years ago
- 53d57db gavinl writes in Bug 661: by Mike Frysinger · 19 years ago
- 5509228 alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sys by Mike Frysinger · 19 years ago
- 35cf19d fix mdev help output by Mike Frysinger · 19 years ago
- 4fc9220 destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup by "Vladimir N. Oleynik" · 19 years ago
- b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
- 1f04c9d removed anoinig `unused' warnings by "Vladimir N. Oleynik" · 19 years ago
- 73ffd76 removed anoinig warnings by "Vladimir N. Oleynik" · 19 years ago
- b399a96 remode warning: const static mix by "Vladimir N. Oleynik" · 19 years ago
- 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
- 87be316 more better for me signed<->unsigned and the const keyword usage by "Vladimir N. Oleynik" · 19 years ago
- 4333a09 add feature: support for running scripts through an interpreter. Thanks Florian Schirmer <jolt@tuxbox.org> by "Vladimir N. Oleynik" · 19 years ago
- 1f17d32 more obscure by "Vladimir N. Oleynik" · 19 years ago
- 7600eec avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
- 57545c8 avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
- 4d57926 removed unneed signed, avoid warning by "Vladimir N. Oleynik" · 19 years ago
- 81b9496 - pass -static via CC rather than LD by Bernhard Reutner-Fischer · 19 years ago
- 39e7510 more destroy potential overflow for x86_64. by "Vladimir N. Oleynik" · 19 years ago
- 77bb33c destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED by "Vladimir N. Oleynik" · 19 years ago
- 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
- dfe6e74 changed strange mix signed<->unsigned by "Vladimir N. Oleynik" · 19 years ago
- dd14ca0 protect potential overflow for x86_64 by "Vladimir N. Oleynik" · 19 years ago
- 4ccd2b4 quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. Use ATTRIBUTE_UNUSE. by "Vladimir N. Oleynik" · 19 years ago
- cd98555 - fix typo i introduced yesterday. by Bernhard Reutner-Fischer · 19 years ago
- 9e275e3 Not on libbusybox.so: it's GPL, no API barrier, no stability promise. by Rob Landley · 19 years ago
- a167ec5 Turn defconfig into what make allyesconfig is today. Turn allyesconfig by Rob Landley · 19 years ago
- 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
- a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
- 9a58b02 make certain we dereference the pointer as a time_t, esp on x86_64 by Eric Andersen · 19 years ago
- 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
- 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
- 2cdd4d5 passing around an int as a void* is a very bad idea by Eric Andersen · 19 years ago
- d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
- 4bf3127 - very minor tweak: save 1 byte. by Bernhard Reutner-Fischer · 19 years ago
- 76b2427 with 2.4 kernel headers, lo_file_name is char, but with 2.6 by Eric Andersen · 19 years ago
- f55289f fixup a few types to prevent gcc (rightfully) whining about mixing by Eric Andersen · 19 years ago
- 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 0e8727d - make linking against libcrypt optional by looking if pw_encrypt() or by Bernhard Reutner-Fischer · 19 years ago
- 2d60458 removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
- 51bfa54 removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
- 59c4e5c removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
- 676b15e removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
- cd473dd removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace by "Vladimir N. Oleynik" · 19 years ago
- cd5c15d removed warning "comparison between signed and unsigned". Change very very old code: use int instead short by "Vladimir N. Oleynik" · 19 years ago
- 9b9a920 removed warning "comparison between signed and unsigned". Reduced size by "Vladimir N. Oleynik" · 19 years ago
- e75b41d support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) by "Vladimir N. Oleynik" · 19 years ago
- b1fd52e remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy. by "Vladimir N. Oleynik" · 19 years ago
- 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago
- 49576c0 Note on SVN 13424: Don't mix "default y" and select of something earlier by Rob Landley · 19 years ago
- f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
- dd53c24 Remove foo.txt and reenable -funsigned-char now that ash is fixed. by Rob Landley · 19 years ago
- 03628c8 Remind me to implement bb_fork_exec()... by Rob Landley · 19 years ago
- b1b3cee Add explanations of encrypted passwords, and fork vs vfork. by Rob Landley · 19 years ago
- 08a1b50 - add a macro to check for ld and as flags by Bernhard Reutner-Fischer · 19 years ago
- 79af7d5 for change previous log: close bug 186 by "Vladimir N. Oleynik" · 19 years ago
- 2e33daa close bug 190 by "Vladimir N. Oleynik" · 19 years ago
- 546a99d use LC_ALL, not LANG, for forcing C by Mike Frysinger · 19 years ago
- 84005af C99 say: "char" declaration may be signed or unsigned default by "Vladimir N. Oleynik" · 19 years ago
- 5775aa2 added support /prefix for IPV4 form IPV6 code. Close bug 461 by "Vladimir N. Oleynik" · 19 years ago
- 08c5a17 - Simplify the prereq and add more documentation. - Fix regex for allyesconfig. by Bernhard Reutner-Fischer · 19 years ago
- 2e5ee8e +#include <sys/socket.h> remove unused 'int i' form main whitespacing only by "Vladimir N. Oleynik" · 19 years ago
- 7b4aa6f new applet. Thanks Roberto A. Foglietta by "Vladimir N. Oleynik" · 19 years ago