| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use sysroot location for cross-compilers |  Mike Frysinger | 2006-04-09 | 1 | -2/+2 |
* | set ABI=$KERNEL_ABI in pkg_setup |  Simon Stelling | 2006-04-09 | 1 | -1/+2 |
* | Change logic ever so slightly in symlink handling |  John Mylchreest | 2006-03-27 | 1 | -2/+2 |
* | Apply whitespace checks from repoman to eclasses. |  Sven Wegener | 2006-03-18 | 1 | -6/+6 |
* | use _E_CROSS_HEADERS_ONLY in USE rather than env var |  Mike Frysinger | 2006-03-15 | 1 | -4/+2 |
* | Add support for K_NOUSEPR to stop adding of PR to EXTRAVERSION, this is used ... |  Robin H. Johnson | 2006-03-08 | 1 | -5/+42 |
* | Fixes bug #113261 |  John Mylchreest | 2006-03-03 | 1 | -2/+2 |
* | move EXPORT_FUNCTIONS definition to one line to make it easier to grep/parse |  Mike Frysinger | 2006-02-28 | 1 | -3/+2 |
* | Fixes bug #113614, thanks go to: Max Loparyev & Ben Peddell |  John Mylchreest | 2006-02-26 | 1 | -2/+7 |
* | Apply whitespace checks from repoman to eclasses. |  Sven Wegener | 2006-02-17 | 1 | -2/+2 |
* | touchup the kernel-2_hook_premake check so an error isnt shown when kernel-2_... |  Mike Frysinger | 2006-01-29 | 1 | -2/+2 |
* | add an unpack hook for further source control before we run make |  Mike Frysinger | 2006-01-27 | 1 | -1/+5 |
* | change -bk to -git to handle naming change with the kernel nightly snapshots |  Greg Kroah-Hartman | 2006-01-20 | 1 | -9/+9 |