| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Bug: 611234
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/3791
|
| |
|
| |
|
|
|
|
| |
Package-Manager: portage-2.3.1_p6
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/580172
Package-Manager: portage-2.2.28_p71
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/576528
Package-Manager: portage-2.2.27_p64
|
|
|
|
| |
Package-Manager: portage-2.2.27_p64
|
|
|
|
|
|
|
| |
- Backport upstream LVM RAID1 fix
- GRUB_LINUX_KERNEL_GLOBS to tweak globs for finding kernels
Package-Manager: portage-2.2.24
|
|
|
|
|
|
|
|
| |
When ncurses is built with USE=tinfo, additional libs are needed due to --as-needed
linking that are not included in the current AC_CHECK_LIB based config, nor would
be easily detectable without pkg-config.
Package-Manager: portage-2.2.24
|
|
|
|
|
|
| |
Use what actually got accepted upstream.
Package-Manager: portage-2.2.26_p32
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/568326
Package-Manager: portage-2.2.26_p32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-fcombine-stack-adjustmemts (gcc-4.9+)
GCC assumes that it can combine stacks from outer "grub_stage2()"
and inner trampoline "doit()" functions (optimisation -fcombine-stack-adjustments).
But doit() function clobbers %esp in inline assebly statement as:
asm volatile ("movl %%esp, %0\n\tmovl %1, %%esp\n"
: "=&r" (realstack) : "r" (simstack));
which tricks gcc into computing invalid local variable offsets from current %esp value.
Fix by hinting gcc about %esp change in clobber list.
Thanks to slyfox for his debugging and patch! This properly fixes bug 564890, allowing
for the -O0 hack to be removed.
Package-Manager: portage-2.2.24
|
|
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
|