Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -1/+1 | |
| | ||||||
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -1/+1 | |
| | | | | | - rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day | |||||
* | - cleanup memory if opening aliases failed and cleanup was requested. | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -8/+9 | |
| | ||||||
* | Avoid a memory leak pointed out by Lucas C. Villa Real. | Rob Landley | 2006-05-18 | 1 | -4/+3 | |
| | ||||||
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵ | Mike Frysinger | 2006-05-13 | 1 | -1/+1 | |
| | | | | mailing list | |||||
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -2/+2 | |
| | | | | | as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | |||||
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -3/+3 | |
| | | | | to do it in Config.in. | |||||
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -17/+2 | |
| | ||||||
* | Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. | Rob Landley | 2006-04-10 | 1 | -73/+109 | |
| | ||||||
* | - make append_option and multiconvert static. | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -1/+1 | |
| | ||||||
* | - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -2/+2 | |
| | ||||||
* | Stephane Billiart found an endianness bug in insmod. | Rob Landley | 2006-03-25 | 1 | -7/+2 | |
| | ||||||
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -7/+14 | |
| | ||||||
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 2 | -28/+35 | |
| | | | | the busybox binary) into enums (which don't). | |||||
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+6 | |
| | | | | version of make (3.71.1). | |||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 4 | -6/+6 | |
| | | | | definitions. (That should only be on prototypes.) | |||||
* | Patch from Robert P. Day, moving byte order checks to use platform.h macros. | Rob Landley | 2006-03-04 | 1 | -6/+6 | |
| | ||||||
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -0/+4 | |
| | | | | Fixes make trying to include the very same file in an endless loop. | |||||
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -13/+2 | |
| | | | | - use less resources for the buildsystem itself | |||||
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 1 | -3/+2 | |
| | | | | from before "if(x) free(x)". | |||||
* | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | 2006-02-21 | 1 | -0/+2 | |
| | | | | Cherry-picked from Devin Bayer's big MacOS X patch. | |||||
* | Update comment. | Rob Landley | 2006-02-20 | 1 | -1/+1 | |
| | ||||||
* | fix building on ppc64 | Mike Frysinger | 2006-02-18 | 1 | -0/+3 | |
| | ||||||
* | destroy bug 679, use getopt_ulflags with new feature: usage option. Removed ↵ | "Vladimir N. Oleynik" | 2006-02-02 | 1 | -54/+39 | |
| | | | | two strdup | |||||
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -3/+2 | |
| | ||||||
* | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -2/+4 | |
| | ||||||
* | just whitespace | Tim Riker | 2006-01-25 | 4 | -8/+8 | |
| | ||||||
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -0/+5 | |
| | | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||||
* | import nios2 support from microtronix | Mike Frysinger | 2006-01-04 | 1 | -0/+171 | |
| | ||||||
* | just use bb_xfopen() | Mike Frysinger | 2006-01-03 | 1 | -4/+1 | |
| | ||||||
* | I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is | Rob Landley | 2005-12-16 | 1 | -6/+8 | |
| | | | | off, we'd dereference the null. Oops. | |||||
* | Better use of the ENABLE guards. | Rob Landley | 2005-12-15 | 1 | -7/+6 | |
| | ||||||
* | - remove warning (thanks Yann E. MORIN) and switch to ENABLE_ | Bernhard Reutner-Fischer | 2005-12-14 | 1 | -15/+15 | |
| | | | | - typo: s/begining/beginning/g | |||||
* | Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has | Rob Landley | 2005-12-13 | 1 | -1/+1 | |
| | | | | to be if(ENABLE). (Make allbareconfig is a good testing thing.) | |||||
* | Patch from Yann E. Morin, something to do with bugs 276 and 272. | Rob Landley | 2005-12-12 | 1 | -232/+273 | |
| | ||||||
* | Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to | Rob Landley | 2005-12-12 | 1 | -11/+11 | |
| | | | | CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS. | |||||
* | Patch from Yann E. Morin to reorganize module config options. | Rob Landley | 2005-12-11 | 1 | -36/+43 | |
| | ||||||
* | Make insmod quiet by default (patch from Yann E. Morin). | Rob Landley | 2005-12-11 | 1 | -1/+1 | |
| | ||||||
* | Patch from Yann E. Morin to make rmmod report failure properly. | Rob Landley | 2005-12-11 | 1 | -2/+2 | |
| | ||||||
* | uClibc can't handle anonymous MAP_SHARED. Since we're treating it as | Rob Landley | 2005-12-07 | 1 | -1/+1 | |
| | | | | read only data anyway, MAP_PRIVATE shouldn't make a major difference. | |||||
* | use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option ↵ | "Vladimir N. Oleynik" | 2005-11-28 | 1 | -60/+48 | |
| | | | | for getopt, convert to bb_getopt_ulflags(), reduce memory usage - xmalloc to bb_common_bufsiz1, size reduce over 200 bytes | |||||
* | Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better. | Rob Landley | 2005-11-27 | 1 | -1/+11 | |
| | ||||||
* | Yann Morin's modprobe multiple options patch. There's more work to be done, | Rob Landley | 2005-11-15 | 2 | -22/+186 | |
| | | | | but let's ship 1.1 first... | |||||
* | another more const | "Vladimir N. Oleynik" | 2005-10-20 | 1 | -1/+1 | |
| | ||||||
* | remove debug warning | Mike Frysinger | 2005-10-02 | 1 | -1/+1 | |
| | ||||||
* | reorder arches into alphabetical order | Mike Frysinger | 2005-10-02 | 1 | -198/+201 | |
| | ||||||
* | fixup whitespace | Mike Frysinger | 2005-10-02 | 1 | -14/+14 | |
| | ||||||
* | remove all Elf32 hardcodes to make sure the elf handling is 64bit clean | Mike Frysinger | 2005-10-02 | 1 | -47/+53 | |
| | ||||||
* | svdavidson writes in Bug 459: add support for x86_64 relocations from ↵ | Mike Frysinger | 2005-10-02 | 1 | -1/+72 | |
| | | | | modutils 2.4.27 | |||||
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -2/+2 | |
| | | | | | ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum |