mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-23 22:41:37 +00:00
![]() * Makefile.util.def (libgrubmods): Add odc.c, newc.c and cpio_be.c. * grub-core/Makefile.core.def (newc): New module. (odc): Likewise. (cpio_be): Likewise. * grub-core/fs/cpio.c (ALIGN_CPIO): New macro. (MAGIC): Likewise. (MAGIC2): Likewise. (head) [MODE_ODC]: Adapt for the format. (head) [MODE_NEWC]: Likewise. (head) [!MODE_*]: Write fields of interest as arrays. (MAGIC_USTAR): Removed. (read_number) [MODE_NEWC]: Change to hex. (read_number) [!MODE_*]: Parse binary arrays. (grub_cpio_find_file): Factor out the code for better structure and always use read_number. (grub_cpio_mount): Use MAGIC and MAGIC2. (grub_cpio_dir): Exit on first hook non-0 return. (grub_cpio_fs) [MODE_ODC]: Set name to odc. (grub_cpio_fs) [MODE_NEWC]: Set name to newc. (GRUB_MOD_INIT) [MODE_ODC]: Set name to odc. (GRUB_MOD_INIT) [MODE_NEWC]: Set name to newc. (GRUB_MOD_FINI) [MODE_ODC]: Set name to odc. (GRUB_MOD_FINI) [MODE_NEWC]: Set name to newc. * grub-core/fs/newc.c: New file. * grub-core/fs/odc.c: Likewise. * grub-core/fs/cpio_be.c: Likewise. |
||
---|---|---|
.. | ||
zfs | ||
affs.c | ||
afs.c | ||
bfs.c | ||
btrfs.c | ||
cpio_be.c | ||
cpio.c | ||
exfat.c | ||
ext2.c | ||
fat.c | ||
fshelp.c | ||
hfs.c | ||
hfsplus.c | ||
iso9660.c | ||
jfs.c | ||
minix2.c | ||
minix3.c | ||
minix.c | ||
newc.c | ||
nilfs2.c | ||
ntfs.c | ||
ntfscomp.c | ||
odc.c | ||
reiserfs.c | ||
romfs.c | ||
sfs.c | ||
squash4.c | ||
tar.c | ||
udf.c | ||
ufs2.c | ||
ufs.c | ||
xfs.c |