lp:grub

Owned by Colin Watson
Get this repository:
git clone https://git.launchpad.net/grub

Import details

Import Status: Reviewed

This repository is an import of the Git repository at git://git.sv.gnu.org/grub.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
master 2024-04-11 13:48:26 UTC
windows: Add _stack_chk_guard/_stack_chk_fail symbols for Windows 64-bit target

Author: Daniel Kiper
Author Date: 2024-04-09 17:56:02 UTC

windows: Add _stack_chk_guard/_stack_chk_fail symbols for Windows 64-bit target

Otherwise the GRUB cannot start due to missing symbols when stack
protector is enabled on EFI platforms.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>

multiboot2 2018-06-23 19:32:03 UTC
multiboot2: Clarify usage of the address tag

Author: Roger Pau Monné
Author Date: 2018-06-23 19:32:03 UTC

multiboot2: Clarify usage of the address tag

Add a note to spell out that if the address tag is not present the
file should be loaded using the elf header.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

phcoder/verifiers 2017-05-09 14:39:38 UTC
Add verifiers documentation

Author: phcoder
Author Date: 2017-05-09 14:39:38 UTC

Add verifiers documentation

arm_coreboot 2017-05-08 20:21:31 UTC
indent code coming from depthcharge and add missing acknowledgements

Author: phcoder
Author Date: 2017-05-08 20:21:31 UTC

indent code coming from depthcharge and add missing acknowledgements

phcoder/termux 2017-05-03 10:50:09 UTC
WIP: Disable hardlink test.

Author: phcoder
Author Date: 2017-01-25 01:52:25 UTC

WIP: Disable hardlink test.

It doesn't wotk on termux.

next 2017-05-03 10:00:26 UTC
Merge branch 'master' into next

Author: phcoder
Author Date: 2017-05-03 10:00:26 UTC

Merge branch 'master' into next

phcoder/rotate 2017-02-09 01:25:12 UTC
WIP: rotate.

Author: phcoder
Author Date: 2017-02-09 01:25:12 UTC

WIP: rotate.

phcoder/xenfixes 2017-02-06 23:47:23 UTC
xen: Fix parsing of XZ kernel.

Author: phcoder
Author Date: 2017-02-06 23:47:23 UTC

xen: Fix parsing of XZ kernel.

In case of xz, the uncompressed size is appended to xz data which confuses
our xz decompressor. Trim it.

phcoder/gnuroot 2017-01-27 18:48:27 UTC
wip fs-tester

Author: phcoder
Author Date: 2017-01-27 16:17:05 UTC

wip fs-tester

andrey/ext4_inline_data 2016-07-11 04:23:13 UTC
Merge branch 'master' into andrey/ext4_inline_data

Author: Andrei Borzenkov
Author Date: 2016-07-11 04:23:13 UTC

Merge branch 'master' into andrey/ext4_inline_data

Conflicts:
 grub-core/fs/ext2.c

phcoder/arm 2016-03-01 19:09:54 UTC
dwc2 counterpart of previous patch

Author: phcoder
Author Date: 2016-03-01 19:09:54 UTC

dwc2 counterpart of previous patch

phcoder/c3 2016-01-10 12:48:26 UTC
Add wbinvd around bios call.

Author: phcoder
Author Date: 2016-01-10 12:48:26 UTC

Add wbinvd around bios call.

Via C3 has problems with cache coherency when transitioning between the modes,
so flush it around bios calls.

master-bad-anon-commit 2015-10-30 10:13:17 UTC
README: remove references to grub.enbug.org

Author:
Author Date: 2015-10-30 10:13:17 UTC

README: remove references to grub.enbug.org

pfsmorigo/no-libgcc 2015-01-23 10:03:30 UTC
Suport for bi-endianess in elf file

Author: Paulo Flabiano Smorigo
Author Date: 2015-01-23 10:03:30 UTC

Suport for bi-endianess in elf file

* grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_to
cpu functions.
* grub-core/kern/elfXX.c: Likewise.

Also-by: Tomohiro B Berry <tbberry@us.ibm.com>

pfsmorigo/vlantag 2015-01-23 09:32:52 UTC
Add Virtual LAN support

Author: Paulo Flabiano Smorigo
Author Date: 2015-01-23 09:07:30 UTC

Add Virtual LAN support

This patch adds support for virtual LAN (VLAN) tagging. VLAN tagging
allows multiple VLANs in a bridged network to share the same physical
network link but maintain isolation:

http://en.wikipedia.org/wiki/IEEE_802.1Q

* grub-core/net/ethernet.c: Add check, get, and set vlan tag id.
* grub-core/net/drivers/ieee1275/ofnet.c: Get vlan tag id from bootargs.
* grub-core/net/arp.c: Add check.
* grub-core/net/ip.c: Likewise.
* include/grub/net/arp.h: Add vlantag attribute.
* include/grub/net/ip.h: Likewise.

phcoder/scratch 2013-12-24 01:48:31 UTC
.org simplification

Author: phcoder
Author Date: 2013-12-24 01:48:31 UTC

.org simplification

phcoder/greffs 2013-12-22 20:17:54 UTC
Half boot time on pi when using standalone by using greffs

Author: phcoder
Author Date: 2013-12-22 20:17:54 UTC

Half boot time on pi when using standalone by using greffs

phcoder/arrows 2013-12-07 12:59:15 UTC
Include arrows and lines in ascii.h

Author: phcoder
Author Date: 2013-12-07 12:59:15 UTC

Include arrows and lines in ascii.h

leiflindholm/arm64 2013-11-25 12:27:39 UTC
Mention clang for arm64

Author: phcoder
Author Date: 2013-11-25 12:27:39 UTC

Mention clang for arm64

phcoder/file_types 2013-11-20 08:34:36 UTC
PE signatures. Doesn't work yet

Author: phcoder
Author Date: 2013-11-20 08:34:23 UTC

PE signatures. Doesn't work yet

phcoder/efi_compression 2013-11-19 23:51:03 UTC
Some scribbles on EFI compression

Author: phcoder
Author Date: 2013-11-19 23:51:03 UTC

Some scribbles on EFI compression

phcoder/ports/alpha 2013-11-08 17:46:53 UTC
merge master to newports/alpha

Author: phcoder
Author Date: 2013-11-08 17:46:53 UTC

merge master to newports/alpha

phcoder/brltty 2013-10-28 16:42:40 UTC
Several fixes

Author: phcoder
Author Date: 2013-10-28 16:42:40 UTC

Several fixes

phcoder/filesize 2013-10-27 16:24:35 UTC
More efficient retrieval of file size

Author: phcoder
Author Date: 2013-10-27 16:24:35 UTC

More efficient retrieval of file size

phcoder/newports/s390 2013-10-27 00:11:29 UTC
Some work for S390

Author: phcoder
Author Date: 2013-10-27 00:11:29 UTC

Some work for S390

peter/devmapper 2013-10-26 16:54:36 UTC
Reimport Simon Peter's devmapper

Author: Simon Peter
Author Date: 2013-10-26 16:54:36 UTC

Reimport Simon Peter's devmapper

multiboot 2013-10-22 18:12:53 UTC
Import from bzr to git

Author: phcoder
Author Date: 2013-10-22 18:12:53 UTC

Import from bzr to git

grub-legacy 2013-10-22 18:12:42 UTC
Import from bzr to git

Author: phcoder
Author Date: 2013-10-22 18:12:42 UTC

Import from bzr to git

128 of 28 results
This repository contains Public information 
Everyone can see this information.

Subscribers