aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* No real need for my_query_module() and this eliminates some type-punnedlandley2006-08-282-46/+36
* Patch from Yann Morin so modprobe won't return failure if the module getslandley2006-08-221-2/+11
* Bernhard Fischer pointed out some leftover debris needing cleanup.landley2006-08-151-12/+0
* Another whack at scripts/individual. Now builds 212 applets.landley2006-08-091-0/+1
* Try to make a "type-punned pointer" warning go away for somebody on thelandley2006-08-031-3/+2
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-032-3/+3
* These should have been part of 15767 too.landley2006-08-031-20/+16
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-032-65/+24
* Somebody on the buildroot list hit:landley2006-07-251-4/+0
* Patch from Yann Morin to fix bug 941, underscores in module aliases.landley2006-07-202-3/+45
* Patch from Yann Morin to look for modules.conf in the right place on 2.6.landley2006-07-191-15/+23
* Jean Wolter writes: modprobe checks, whether a module is already loaded. The ...vapier2006-06-211-1/+1
* Attempt at fixing bug 836, vaguely based on patch from somebody namedlandley2006-06-141-16/+29
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atlandley2006-06-141-21/+2
* import support for microblaze relocations from uClinux-distvapier2006-06-061-0/+59
* fix from uClinux-dist for proper exit status if reading /proc/modules failedvapier2006-06-061-5/+5
* merge blackfin/microblaze from uClinux-distvapier2006-06-061-0/+17
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-034-35/+9
* - patch from Yann E. Morin: makes modprobe understand shell patternsaldot2006-06-031-2/+7
* fix spelling mistakesvapier2006-05-261-1/+1
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-1/+1
* - cleanup memory if opening aliases failed and cleanup was requested.aldot2006-05-191-8/+9
* Avoid a memory leak pointed out by Lucas C. Villa Real.landley2006-05-181-4/+3
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-2/+2
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-3/+3
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-17/+2
* Modprobe update from Ignacio García Pérez, updating support for modprobe.conf.landley2006-04-101-73/+109
* - make append_option and multiconvert static.aldot2006-04-031-1/+1
* - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is setaldot2006-03-291-2/+2
* Stephane Billiart found an endianness bug in insmod.landley2006-03-251-7/+2
* - revert back to r14406aldot2006-03-131-7/+14
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-102-28/+35
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-064-6/+6
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.landley2006-03-041-6/+6
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-13/+2
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-011-3/+2
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* Update comment.landley2006-02-201-1/+1
* fix building on ppc64vapier2006-02-181-0/+3
* destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t...vodz2006-02-021-54/+39
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* hopefully the last of the annoying signed/unsigned and mixed type errorsandersen2006-01-301-2/+4
* just whitespacetimr2006-01-254-8/+8
* - shared libbusybox.aldot2006-01-151-0/+5
* import nios2 support from microtronixvapier2006-01-041-0/+171
* just use bb_xfopen()vapier2006-01-031-4/+1
* I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS islandley2005-12-161-6/+8