Grub Development Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-18 12:41:32 to 2019-11-14 12:37:37 UTC [more...]

[PATCH 0/6] Support for LUKS2 disc encryption
 2019-11-14 12:37 UTC  (36+ messages)
` [PATCH 1/6] jsmn: Add JSON parser
` [PATCH 2/6] jsmn: Add convenience functions
` [PATCH 3/6] bootstrap: Add gnulib's base64 module
` [PATCH 4/6] afsplitter: Move into its own module
` [PATCH 5/6] luks: Move configuration of ciphers into cryptodisk
` [PATCH 6/6] disk: Implement support for LUKS2
` [PATCH v2 0/6] Support for LUKS2 disk encryption
  ` [PATCH v2 1/6] json: Import upstream jsmn-1.1.0
  ` [PATCH v2 2/6] json: Implement wrapping interface
  ` [PATCH v2 3/6] bootstrap: Add gnulib's base64 module
  ` [PATCH v2 4/6] afsplitter: Move into its own module
  ` [PATCH v2 5/6] luks: Move configuration of ciphers into cryptodisk
  ` [PATCH v2 6/6] disk: Implement support for LUKS2
` [PATCH v3 0/6] Support for LUKS2 disk encryption
  ` [PATCH v3 1/6] json: Import upstream jsmn-1.1.0
  ` [PATCH v3 2/6] json: Implement wrapping interface
  ` [PATCH v3 3/6] bootstrap: Add gnulib's base64 module
  ` [PATCH v3 4/6] afsplitter: Move into its own module
  ` [PATCH v3 5/6] luks: Move configuration of ciphers into cryptodisk
  ` [PATCH v3 6/6] disk: Implement support for LUKS2

Transfering Data from GRUB to userspace?
 2019-11-14 11:30 UTC  (6+ messages)

[PATCH] btrfs: disable zstd support for i386-pc
 2019-11-14  9:53 UTC  (13+ messages)

workaround for MS Windows' insanity (ignores partition types / hidden flag since 2018)
 2019-11-14  1:49 UTC  (2+ messages)

[PATCH v2] lvm: add lvm cache logical volume handling
 2019-11-13 14:10 UTC  (2+ messages)

[PATCH v2 2/6] json: Implement wrapping interface
 2019-11-13 11:43 UTC  (10+ messages)

[PATCH] arm64: make sure fdt has #address-cells and #size-cells properties
 2019-11-07 17:39 UTC  (7+ messages)

[PATCH] Warn the user to edit environment block by grub-editenv
 2019-11-07  8:48 UTC  (4+ messages)

[PATCH] tpm: Pass unknown error as non-fatal, but debug print the error we got
 2019-11-06 14:04 UTC  (8+ messages)

[PATCH] tftp: Normalize slashes in tftp paths
 2019-11-06 11:22 UTC  (3+ messages)

[PATCH 0/1] Btrfs support for RAID1C34
 2019-11-05 12:18 UTC  (3+ messages)
` [PATCH 1/1] btrfs: add support for new raid1c34 profiles

[PATCH] set linux file descriptor to O_CLOEXEC as default
 2019-11-05 12:07 UTC  (2+ messages)

[PATCH v3 1/2] Add grub_util_readlink()
 2019-11-05 11:42 UTC  (5+ messages)
` [PATCH v3 2/2] Make editenv chase symlinks including those across devices

[PATCH] cryptodisk: add luks_recover_key attempts
 2019-11-02 22:23 UTC  (7+ messages)
      ` [PATCH] cryptodisk: add luks_recover_key attempts option

[PATCH] ofnet: Fix incorrect mask for ppc64
 2019-10-31 11:58 UTC  (2+ messages)

[PATCH v5 0/5] Search for specific config files using UUID, MAC and IP
 2019-10-30 17:02 UTC  (10+ messages)
` [PATCH v5 1/5] Add %X option to printf functions
` [PATCH v5 2/5] net/dhcp: Consistently use decimal numbers for DHCP/BOOTP options enum
` [PATCH v5 3/5] net/dhcp: Set net_<interface>_client{id, uuid} variables from DHCP options
` [PATCH v5 4/5] normal/main: Search for specific config files for netboot
` [PATCH v5 5/5] docs: Update info with grub.cfg netboot selection order

[PATCH] Enable pager by default
 2019-10-30 12:43 UTC  (18+ messages)

[PATCH v2 1/2] Add grub_util_readlink()
 2019-10-29 12:44 UTC  (5+ messages)
` [PATCH v2 2/2] Make editenv chase symlinks including those across devices

Reproducible grub-install
 2019-10-28 21:01 UTC  (5+ messages)
  ` Granularity of grub-install (was Re: Reproducibility of grub-install)
    ` [PATCH] install: Free allocated path for grub.efi
      ` [PATCH 2/2] install: Add only-platform-installation option

[PATCH v4 0/5] Search for specific config files using UUID, MAC and IP
 2019-10-28 17:22 UTC  (12+ messages)
` [PATCH v4 1/5] Add %X option to printf functions
` [PATCH v4 2/5] net/dhcp: Consistently use decimal numbers for DHCP/BOOTP options enum
` [PATCH v4 3/5] net/dhcp: Set net_<interface>_client{id, uuid} variables from DHCP options
` [PATCH v4 4/5] normal/main: Search for specific config files for netboot
` [PATCH v4 5/5] docs: Update info with grub.cfg netboot selection order

[PATCH 1/2] Add grub_util_readlink()
 2019-10-28 13:09 UTC  (6+ messages)
` [PATCH 2/2] Make editenv chase symlinks including those across devices

[PATCH] lvm: add lvm cache logical volume handling
 2019-10-25  6:31 UTC  (5+ messages)

[PATCH] Fix security issue when reading username and password
 2019-10-24 16:38 UTC  (10+ messages)

[PATCH v3] Add GRUB_DISABLE_UUID
 2019-10-24  2:10 UTC  (4+ messages)

[PATCH v3 0/5] Search for specific config files using UUID, MAC and IP
 2019-10-23 12:38 UTC  (11+ messages)
` [PATCH v3 1/5] Add %X option to printf functions
` [PATCH v3 2/5] net/dhcp: Consistently use hexadecimal numbers for options enum
` [PATCH v3 3/5] net/dhcp: Set net_<interface>_client{id, uuid} variables from DHCP options
` [PATCH v3 4/5] normal/main: Search for specific config files for netboot
` [PATCH v3 5/5] docs: Update info with grub.cfg netboot selection order

FreeBSD support
 2019-10-23 10:54 UTC  (2+ messages)

[PATCH] grub-mkconfig: use portable 'command -v' to detect installed programs
 2019-10-23  0:43 UTC  (3+ messages)

[PATCH] Update to minilzo-2.08
 2019-10-22  8:18 UTC  (3+ messages)

[PATCH v2 0/3] Search for specific config files using UUID, MAC and IP
 2019-10-22  8:08 UTC  (4+ messages)
` [PATCH v2 2/3] Set net_<interface>_client{id, uuid} variables from DHCP options
  ` [PATCH v2 2/3] Set net_<interface>_client{id,uuid} "

[PATCH v2] Add GRUB_DISABLE_UUID
 2019-10-22  8:06 UTC  (6+ messages)

[PATCH 1/2] Add a url parser
 2019-10-18 12:41 UTC  (2+ messages)
` [PATCH 2/2] efinet and bootp: add support for dhcpv6


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox