| Commit message (Expand) | Author | Age | Files | Lines |
* | return 1 rather than -1 as bash-4 hates negative return values and all consum... |  Mike Frysinger | 2009-02-23 | 1 | -3/+3 |
* | fix typo in libtool script munging pointed out by Dmitry Karasik #256636 |  Mike Frysinger | 2009-01-28 | 1 | -2/+2 |
* | Adding ppc Makefile fix for bug #234179. Thanks to Josejx. |  Mike Pagano | 2008-11-13 | 1 | -1/+5 |
* | Temp fix for 2.6.27 kernels thanks to lavajoe |  Mike Pagano | 2008-08-07 | 1 | -4/+9 |
* | add warning for sparc users that they need to do cross-compiling with >= 2.6.... |  Friedrich Oslage | 2008-07-09 | 1 | -1/+19 |
* | Removed reference to 2.4 to 2.6 migration document |  Mike Pagano | 2008-06-01 | 1 | -3/+2 |
* | remove defconfig workaround now that the stable kernel is fixed |  Daniel Drake | 2008-05-03 | 1 | -13/+1 |
* | Fix for make defconfig. Bug #215442 |  Mike Pagano | 2008-04-28 | 1 | -3/+3 |
* | use unpack rather than parsing the file format / calling tar all ourselves |  Mike Frysinger | 2008-04-12 | 1 | -23/+10 |
* | Change to run make defconfig as a temporary workaround for bug #215442 |  Mike Pagano | 2008-04-05 | 1 | -1/+13 |
* | Add support for K_EXTRAELOG. Use elog instead of einfo (bug #199464). |  Bo Ørsted Andresen | 2008-03-01 | 1 | -11/+18 |
* | remove 2.6.13 devfs notice, there's not much point showing this any more sinc... |  Daniel Drake | 2007-12-17 | 1 | -6/+1 |
* | kernel related eclasses are maintained by kernel-misc@gentoo.org. |  Christian Heim | 2007-10-03 | 1 | -2/+3 |
* | also convert asm and volatile to __asm__ and __volatile__ #182414 |  Mike Frysinger | 2007-07-09 | 1 | -3/+5 |
* | Revert accidental commit. |  Robin H. Johnson | 2007-04-25 | 1 | -14/+5 |
* | Use MY_DATADIR instead of DATADIR, as DATADIR breaks when the environment alr... |  Robin H. Johnson | 2007-04-25 | 1 | -5/+14 |
* | touchup kernel headers post install message #166850 by Arfrever Frehtes Taife... |  Mike Frysinger | 2007-02-14 | 1 | -6/+6 |
* | save and restore shell options, thanks to Sandro in bug Â#162121 |  Daniel Drake | 2007-01-25 | 1 | -2/+4 |
* | add K_SECURITY_UNSUPPORTED flag |  Daniel Drake | 2007-01-02 | 1 | -8/+11 |
* | Adding --no-backup-if-mismatch to the unipatch opts, so patch doesn't leave t... |  Christian Heim | 2006-12-10 | 1 | -5/+5 |
* | fix include/linux cp to not glob and to do error checking with die |  Mike Frysinger | 2006-12-02 | 1 | -3/+5 |
* | move IUSE=gcc64 to linux-headers ebuild |  Mike Frysinger | 2006-10-26 | 1 | -2/+1 |
* | dont install sound/scsi headers #152392 |  Mike Frysinger | 2006-10-24 | 1 | -1/+5 |
* | add support for sysroot to new header install method |  Mike Frysinger | 2006-10-24 | 1 | -4/+4 |
* | Fix some defconfig brokenness for older ppc/ppc64 kernels/headers. |  Daniel Ostrow | 2006-10-12 | 1 | -6/+10 |
* | add initial support for headers_install with 2.6.18+ |  Mike Frysinger | 2006-10-08 | 1 | -2/+14 |
* | Adding a warning for users using gcc-4 on linux-2.4 based kernel versions. |  Christian Heim | 2006-09-06 | 1 | -2/+16 |
* | Fix a bad typo |  Luca Barbato | 2006-09-06 | 1 | -2/+2 |
* | Make it pick the right defconfig |  Luca Barbato | 2006-09-04 | 1 | -2/+6 |
* | make the CHOST mangling for ppc suck less |  Mike Frysinger | 2006-08-05 | 1 | -2/+2 |
* | dont subshell when it isnt needed |  Mike Frysinger | 2006-08-05 | 1 | -2/+2 |
* | Moved eclasses to use CROSSCOMPILE_OPTS USE_EXPAND environment variable. |  Danny van Dyk | 2006-08-04 | 1 | -2/+2 |
* | Fix #142442. |  Tim Yamin | 2006-08-04 | 1 | -2/+2 |
* | drop pointless use ppc wrap around sed |  Mike Frysinger | 2006-08-01 | 1 | -4/+4 |
* | Make headers___fix use a word match which should work better. |  Tim Yamin | 2006-07-28 | 1 | -5/+3 |
* | Remove doc USE flag, kernel docs and manpages are now provided by sys-kernel/... |  Daniel Drake | 2006-07-24 | 1 | -43/+4 |
* | Only set IUSE="gcc64" for linux-headers; add "gcc64" flag to use.local.desc; ... |  Tim Yamin | 2006-07-17 | 1 | -2/+2 |
* | Reuse ebuild's HOMEPAGE, not just plainly ignore it |  Christian Heim | 2006-07-16 | 1 | -2/+2 |
* | QA: Added gcc64 to IUSE for ETYPE == headers. |  Danny van Dyk | 2006-07-12 | 1 | -2/+2 |
* | Apply whitespace checks from repoman to eclasses. |  Sven Wegener | 2006-06-10 | 1 | -2/+2 |
* | Added RESTRICT="binchecks strip", thanks to jakub in bug #134453. |  Henrik Brix Andersen | 2006-05-28 | 1 | -1/+4 |
* | close bug #132152, make defconfig requires working linux-headers to succeed, ... |  John Mylchreest | 2006-05-08 | 1 | -5/+16 |
* | Replace cp -ax with cp -pPR and chown root:root with chown root:0, for crossc... |  Diego Elio Pettenò | 2006-05-06 | 1 | -9/+9 |
* | add support for *old* kernels. fixes bug #131559 |  John Mylchreest | 2006-05-05 | 1 | -2/+5 |
* | fixing bug #113614 once and for-all, unset KBUILD_OUTPUT very early on in glo... |  John Mylchreest | 2006-05-04 | 1 | -9/+5 |
* | add missing xmakeopts, this will break make defconfig on several archs |  John Mylchreest | 2006-05-03 | 1 | -2/+2 |
* | provide fix for 2.6.17 make of version.h depending on oldconfig and throwing ... |  John Mylchreest | 2006-05-03 | 1 | -16/+19 |
* | hide version.h not existing in make mrproper during unpack |  John Mylchreest | 2006-04-24 | 1 | -2/+2 |
* | add ability to tweak the config for whiny targets |  Mike Frysinger | 2006-04-11 | 1 | -2/+19 |
* | run mrproper before building version.h as mrproper will delete the header on us |  Mike Frysinger | 2006-04-11 | 1 | -2/+2 |