| Commit message (Expand) | Author | Age | Files | Lines |
* | share Module.symvers between all compiled modules, patch from Peter Volkov in... | Daniel Drake | 2008-11-05 | 1 | -1/+3 |
* | Remove RESTRICT=distcc for now, its obvious it will never be an option when a... | Gordon Malm | 2008-11-02 | 1 | -3/+1 |
* | documentation tweaks from Fabio Rossi | Daniel Drake | 2008-11-01 | 1 | -5/+4 |
* | Add bug #120001 to comment for RESTRICT=distcc | Gordon Malm | 2008-11-01 | 1 | -2/+2 |
* | Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in l... | Gordon Malm | 2008-10-31 | 1 | -1/+2 |
* | Add distcc to RESTRICT in linux-mod.eclass bug #167844 | Gordon Malm | 2008-10-31 | 1 | -1/+2 |
* | allow for relative srcdir directory, thanks to Alon Bar-Lev in bug #198642 | Daniel Drake | 2008-10-31 | 1 | -2/+2 |
* | add some fantastic documentation from Fabio Rossi in bug #217560 | Daniel Drake | 2008-10-31 | 1 | -65/+187 |
* | add some documentation, patch from Eric Brown in bug #190934 | Daniel Drake | 2008-10-31 | 1 | -1/+15 |
* | use set_arch_to_kernel/set_arch_to_portage rather than managing ARCH ourselve... | Mike Frysinger | 2008-10-27 | 1 | -4/+4 |
* | pass CROSS_COMPILE=${CHOST}- to build process #194380 | Mike Frysinger | 2008-10-27 | 1 | -4/+4 |
* | allow KERNEL_CC env var to override get-KERNEL_CC() | Mike Frysinger | 2008-09-30 | 1 | -1/+6 |
* | fix if that was missing then | Doug Goldstein | 2008-04-03 | 1 | -2/+2 |
* | Install modprobe.d instead of modules.d files for kernel-2.6, thanks Cardoe f... | Stefan Schweizer | 2008-04-03 | 1 | -3/+7 |
* | Correctly handle variables with spaces being over and under interpreted when ... | Robin H. Johnson | 2008-03-22 | 1 | -5/+14 |
* | Don't require a configured kernel to detect kernel version, or if all CONFIG_... | Daniel Drake | 2008-01-22 | 1 | -1/+2 |
* | Replace references to deprecated ${IMAGE} with equivalent ${D}. | Zac Medico | 2007-11-16 | 1 | -4/+4 |
* | Change to ${S} before starting the module build (see #192549 with thanks to E... | Christian Heim | 2007-10-03 | 1 | -1/+2 |
* | kernel related eclasses are maintained by kernel-misc@gentoo.org. | Christian Heim | 2007-10-03 | 1 | -3/+4 |
* | modules-update -> update-modules | Mike Frysinger | 2007-04-16 | 1 | -3/+3 |
* | Use update-modules thanks to jakub in bug 174745 | Stefan Schweizer | 2007-04-16 | 1 | -2/+7 |
* | tweak grepping of moduledb to avoid errors when moduledb hasnt actually been ... | Mike Frysinger | 2007-03-01 | 1 | -3/+4 |
* | Fix bad sed arguments thanks to Georgi Georgiev in bug #165230 | Daniel Drake | 2007-02-05 | 1 | -2/+2 |
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2007-01-01 | 1 | -3/+3 |
* | shorten compile part a bit and add debug-print-funtion calls thanks to Petter... | Stefan Schweizer | 2006-11-25 | 1 | -4/+39 |
* | Add me as maintainer and commit kernel/userland ABI patch from bug 133382 tha... | Stefan Schweizer | 2006-10-16 | 1 | -4/+17 |
* | remove pcmcia specific functons, bug 140116, also solves bug 122868 | Stefan Schweizer | 2006-07-24 | 1 | -49/+3 |
* | kill off pointless whitespace | Mike Frysinger | 2006-06-20 | 1 | -5/+4 |
* | prefix linux-only DEPENDs with kernel_linux? and only run needed functions in... | Stefan Schweizer | 2006-05-22 | 1 | -9/+15 |
* | Allow for cross-compile/distcc distribution of modules. | John Mylchreest | 2006-05-11 | 1 | -2/+5 |
* | Fixes bug #12645 and misc. | John Mylchreest | 2006-04-02 | 1 | -13/+12 |
* | set ABI= in src_compile; bug 119012 | Simon Stelling | 2006-03-26 | 1 | -3/+5 |
* | We need to inherit eutils before linux-info so that set_arch_to_kernel and se... | Petteri Räty | 2006-03-25 | 1 | -2/+6 |
* | Fixes QA bug #124324, thanks Ciaran | John Mylchreest | 2006-03-03 | 1 | -3/+3 |
* | Fixing a stupid little bug. | John Mylchreest | 2006-03-03 | 1 | -2/+2 |
* | Fixed bug #120233. | Henrik Brix Andersen | 2006-02-08 | 1 | -3/+2 |
* | Fixed bug #122101. | Henrik Brix Andersen | 2006-02-08 | 1 | -2/+2 |
* | add some basic sanity checks | Mike Frysinger | 2005-12-07 | 1 | -3/+3 |
* | Commented out check_vermagic with permission from johnm until a fixed version... | Jason Wever | 2005-10-23 | 1 | -2/+5 |
* | Changing some check_vermagic logic to support KV_DIR better. Fixing MODULESD ... | John Mylchreest | 2005-10-22 | 1 | -13/+17 |
* | Adding in vermagic check. This is a little crude, but picks up on the most co... | John Mylchreest | 2005-10-22 | 1 | -1/+39 |
* | Fixes bug #106092 | John Mylchreest | 2005-09-22 | 1 | -2/+2 |
* | Remove display_postinst() function as it was causing more trouble than good. ... | Henrik Brix Andersen | 2005-08-22 | 1 | -33/+1 |
* | Fix DEPEND.blacklist: virtual/modutils for linux-mod.eclass ebuilds. | Henrik Brix Andersen | 2005-07-11 | 1 | -4/+4 |
* | QA: Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2005-07-11 | 1 | -27/+27 |
* | add a note regarding IUSE and pcmcia | Aron Griffis | 2005-07-07 | 1 | -1/+2 |
* | Removed IUSE=pcmcia - please contact the kernel herd before modifying. | Henrik Brix Andersen | 2005-07-07 | 1 | -2/+1 |
* | Fixed DEPEND/RDEPEND issue. | Henrik Brix Andersen | 2005-07-07 | 1 | -4/+5 |
* | add IUSE=pcmcia | Aron Griffis | 2005-07-06 | 1 | -2/+2 |
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | Aron Griffis | 2005-07-06 | 1 | -2/+1 |