aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.Rob Landley2006-03-041-6/+6
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-13/+2
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-3/+2
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
* Update comment.Rob Landley2006-02-201-1/+1
* fix building on ppc64Mike Frysinger2006-02-181-0/+3
* destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t..."Vladimir N. Oleynik"2006-02-021-54/+39
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
* hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+4
* just whitespaceTim Riker2006-01-254-8/+8
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-0/+5
* import nios2 support from microtronixMike Frysinger2006-01-041-0/+171
* just use bb_xfopen()Mike Frysinger2006-01-031-4/+1
* I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS isRob Landley2005-12-161-6/+8
* Better use of the ENABLE guards.Rob Landley2005-12-151-7/+6
* - remove warning (thanks Yann E. MORIN) and switch to ENABLE_Bernhard Reutner-Fischer2005-12-141-15/+15
* Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it hasRob Landley2005-12-131-1/+1
* Patch from Yann E. Morin, something to do with bugs 276 and 272.Rob Landley2005-12-121-232/+273
* Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS toRob Landley2005-12-121-11/+11
* Patch from Yann E. Morin to reorganize module config options.Rob Landley2005-12-111-36/+43
* Make insmod quiet by default (patch from Yann E. Morin).Rob Landley2005-12-111-1/+1
* Patch from Yann E. Morin to make rmmod report failure properly.Rob Landley2005-12-111-2/+2
* uClibc can't handle anonymous MAP_SHARED. Since we're treating it asRob Landley2005-12-071-1/+1
* use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f..."Vladimir N. Oleynik"2005-11-281-60/+48
* Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better.Rob Landley2005-11-271-1/+11
* Yann Morin's modprobe multiple options patch. There's more work to be done,Rob Landley2005-11-152-22/+186
* another more const"Vladimir N. Oleynik"2005-10-201-1/+1
* remove debug warningMike Frysinger2005-10-021-1/+1
* reorder arches into alphabetical orderMike Frysinger2005-10-021-198/+201
* fixup whitespaceMike Frysinger2005-10-021-14/+14
* remove all Elf32 hardcodes to make sure the elf handling is 64bit cleanMike Frysinger2005-10-021-47/+53
* svdavidson writes in Bug 459: add support for x86_64 relocations from modutil...Mike Frysinger2005-10-021-1/+72
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-2/+2
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-15/+2
* initial ppc64 supportMike Frysinger2005-09-141-1/+6
* applying jim bauer's patch to eliminate modprobe's dependencyPaul Fox2005-08-041-13/+51
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.Rob Landley2005-05-042-5/+14
* Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfigRob Landley2005-05-041-7/+7
* Takeharu Kato said:Rob Landley2005-05-031-1/+42
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* Corrected the list of section names in add_ksymoops_symbols() soPeter Kjellerstedt2005-03-301-2/+2
* amd64 is rela, not relMike Frysinger2005-03-301-2/+2
* alpha/parisc supportMike Frysinger2004-12-261-2/+23
* egor duda writes:Eric Andersen2004-10-082-5/+11
* Patch from Egor DudaGlenn L McGrath2004-09-241-0/+5
* Based on patches from Mike Frysinger, add insmod support forEric Andersen2004-09-021-74/+82
* Fixup some warningsEric Andersen2004-08-281-3/+3