| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | chroot-functions.sh: emerge sys-apps/shadow before distcc | Matt Turner | 2011-06-26 | 2 | -2/+7 |
| * | chroot-functions.sh: don't run 'distcc-config --install' | Matt Turner | 2011-06-26 | 2 | -2/+4 |
| * | Examples: refer to "man catalyst" for supported arches, too | Sebastian Pipping | 2011-06-26 | 7 | -12/+15 |
| * | boot from local hd if no response to boot menu | William Hubbs | 2011-06-25 | 1 | -0/+5 |
| * | fix ignore patterns | William Hubbs | 2011-06-25 | 3 | -3/+3 |
| * | Resolve duplicate class arch_sh4aeb | Sebastian Pipping | 2011-06-25 | 1 | -7/+0 |
| * | Add "-news" to FEATURES everywhere | Sebastian Pipping | 2011-06-25 | 4 | -3/+8 |
| * | Add sh4aeb | Raúl Porcel | 2011-06-25 | 2 | -2/+13 |
| * | Makefile: Add missing dependency | Sebastian Pipping | 2011-06-25 | 1 | -1/+1 |
| * | Fix man page automation for catalyst 3.x ("arch/" vs. "modules/catalyst/arch") | Sebastian Pipping | 2011-06-25 | 2 | -2/+2 |
| * | Man page: Add Matt to authors | Sebastian Pipping | 2011-06-25 | 1 | -0/+1 |
| * | Man page: Remove acute as man does not seem to render acutes properly | Sebastian Pipping | 2011-06-25 | 1 | -1/+1 |
| * | Man page: Fix synopsis | Sebastian Pipping | 2011-06-25 | 1 | -2/+2 |
| * | Makefile: Improve dependencies | Sebastian Pipping | 2011-06-25 | 1 | -3/+3 |
| * | Migrate man page to Asciidoc, generate list of subarches, add Makefile includ... | Sebastian Pipping | 2011-06-25 | 7 | -124/+296 |
| * | Use get_libdir instead of hard-coding lib for distcc | Matt Turner | 2011-06-25 | 2 | -8/+12 |
| * | mips.py: add multilib (and missing n64) classes | Matt Turner | 2011-06-25 | 2 | -0/+56 |
| * | mips.py: remove n32/n64 USE flags | Matt Turner | 2011-06-25 | 2 | -9/+4 |
| * | mips.py: create generic mips64 classes | Matt Turner | 2011-06-25 | 2 | -31/+40 |
| * | mips.py: fix CFLAGS in loongson class | Matt Turner | 2011-06-25 | 2 | -1/+4 |
| * | mips.py: Remove ip* classes | Matt Turner | 2011-06-25 | 2 | -42/+3 |
| * | mips.py: Remove mips2 classes | Matt Turner | 2011-06-25 | 2 | -14/+4 |
| * | Add gentoo-ilo option for the bootloader on ia64 | Raúl Porcel | 2011-04-14 | 2 | -0/+9 |
| * | Replace virtual/portage with sys-apps/portage, bug #358847 | Raúl Porcel | 2011-04-10 | 2 | -1/+5 |
| * | Enable new amd64 subarches | Raúl Porcel | 2011-02-05 | 2 | -8/+11 |
| * | Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>... | Raúl Porcel | 2010-11-01 | 2 | -1/+37 |
| * | Revert "Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo ... | Raúl Porcel | 2010-11-01 | 1 | -32/+1 |
| * | Add patch for Loongson support, patch by Zhang Le <r0bertz at gentoo dot org>... | Raúl Porcel | 2010-11-01 | 1 | -1/+32 |
| * | ARM fixes | Raúl Porcel | 2010-09-26 | 2 | -26/+6 |
| * | Apply patch to make stage2 quiet, thanks to Alexandre Nuno Milheiro <nunomilh... | Raúl Porcel | 2010-09-11 | 2 | -2/+8 |
| * | Fix sparc bug, gentoo bug 297231 | Raúl Porcel | 2010-09-11 | 2 | -1/+5 |
| * | Typo | Raúl Porcel | 2010-09-04 | 1 | -1/+1 |
| * | Fix typo and add armv7a-hardfp target | Raúl Porcel | 2010-09-04 | 2 | -1/+13 |
| * | Apply patch from Guy Martin <gmsoft@gentoo.org> to fix installcd for hppa, ge... | Raúl Porcel | 2010-09-04 | 4 | -1/+43 |
| * | Apply patch from armin76 for Gentoo bug #299498 | Andrew Gaffney | 2010-01-25 | 1 | -67/+43 |
| * | Actually pay attention to the 'delete' parameter for Gentoo bug #301769 | Andrew Gaffney | 2010-01-22 | 2 | -1/+8 |
| * | Missing space in catalyst.util.list_bashify() | Andrew Gaffney | 2010-01-19 | 2 | -2/+6 |
| * | Only run depclean for stage3/system | Andrew Gaffney | 2009-12-29 | 2 | -7/+11 |
| * | Run depclean at the end of stage generation (for Gentoo bug #295132) | Andrew Gaffney | 2009-12-28 | 2 | -0/+12 |
| * | Add patch to start hald before xdm for Gentoo bug #280209 | Andrew Gaffney | 2009-12-26 | 2 | -0/+5 |
| * | Be verbose about why we're not considering certain built targets | Andrew Gaffney | 2009-12-19 | 2 | -4/+13 |
| * | Use a regex to parse the built target filenames | Andrew Gaffney | 2009-12-19 | 2 | -10/+17 |
| * | fix my previous fix of a string.join() call | Andrew Gaffney | 2009-11-29 | 1 | -1/+1 |
| * | the command is 'cp', not 'copy' | Andrew Gaffney | 2009-11-28 | 1 | -1/+1 |
| * | use os.path.lexists() so it doesn't fail on broken symlinks | Andrew Gaffney | 2009-11-28 | 1 | -1/+1 |
| * | specify opening for writing | Andrew Gaffney | 2009-11-28 | 1 | -1/+1 |
| * | don't use the same var name twice | Andrew Gaffney | 2009-11-28 | 1 | -2/+2 |
| * | missing modules | Andrew Gaffney | 2009-11-28 | 2 | -4/+4 |
| * | move rsplit() call to assignment instead of return | Andrew Gaffney | 2009-11-28 | 1 | -2/+2 |
| * | minor fixes to buildplan logic | Andrew Gaffney | 2009-11-28 | 1 | -4/+12 |