summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/grub: support XFS sparse inodesMike Gilbert2018-06-261-0/+60
| | | | | Closes: https://bugs.gentoo.org/659242 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* sys-boot/grub: replace pkg-config patch with a series from DebianMike Gilbert2018-05-042-52/+299
| | | | Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
* sys-boot/grub: use pkg-config to find freetype2Mike Gilbert2018-05-041-0/+73
| | | | | Bug: https://bugs.gentoo.org/654788 Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
* sys-boot/grub: backport early microcode patchMike Gilbert2018-04-011-0/+177
| | | | | Closes: https://bugs.gentoo.org/645088 Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
* sys-boot/grub: remove unused patches/filesMichael Mair-Keimberger (asterix)2017-08-136-385/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/5390
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* sys-boot/grub: remove unused patches/fileMichael Mair-Keimberger (asterix)2017-02-043-89/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3791
* sys-boot/grub: prune the more obscure examplesMike Gilbert2016-10-051-18/+0
|
* sys-boot/grub: typoMike Gilbert2016-10-051-1/+1
|
* sys-boot/grub: Install an example grub.cfgMike Gilbert2016-10-051-0/+90
| | | | Package-Manager: portage-2.3.1_p6
* sys-boot/grub-2.02_beta3 Add fix for gcc-6.1.0[pie] #583042Magnus Granberg2016-05-211-0/+57
| | | | Package-Manager: portage-2.2.27
* sys-boot/grub: backport sysmacros fixMike Gilbert2016-04-241-0/+107
| | | | | | Bug: https://bugs.gentoo.org/580172 Package-Manager: portage-2.2.28_p71
* sys-boot/grub: Make GRUB_DISABLE_LINUX_UUID work againMike Gilbert2016-03-051-0/+27
| | | | | | Bug: https://bugs.gentoo.org/576528 Package-Manager: portage-2.2.27_p64
* sys-boot/grub: Bump to 2.02_beta3Mike Gilbert2016-03-041-0/+29
| | | | Package-Manager: portage-2.2.27_p64
* sys-boot/grub: backport LVM fix & configurable kernel globsRobin H. Johnson2015-12-312-0/+135
| | | | | | | - Backport upstream LVM RAID1 fix - GRUB_LINUX_KERNEL_GLOBS to tweak globs for finding kernels Package-Manager: portage-2.2.24
* sys-boot/grub:0 - use pkg-config to determine ncurses libs, bug 550132Ian Stakenvicius2015-12-181-0/+18
| | | | | | | | 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
* sys-boot/grub: Replace patch for CVE-2015-8370Mike Gilbert2015-12-181-24/+33
| | | | | | Use what actually got accepted upstream. Package-Manager: portage-2.2.26_p32
* sys-boot/grub: Security bump for CVE-2015-8370Mike Gilbert2015-12-151-0/+45
| | | | | | Bug: https://bugs.gentoo.org/568326 Package-Manager: portage-2.2.26_p32
* sys-boot/grub:0 - Properly fix misoptimization by ↵Ian Stakenvicius2015-12-151-0/+53
| | | | | | | | | | | | | | | | | | | | | -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
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+179
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