Commit graph

  • e925b2b6d4 merge parse-color Colin Watson 2010-12-23 12:22:20 +00:00
  • 6d46121efb merge trunk Colin Watson 2010-12-23 12:20:48 +00:00
  • af4e4a875a return GRUB_ERR_NONE instead of setting grub_errno Colin Watson 2010-12-23 12:19:55 +00:00
  • 1c95b6d2bf Move video/colors.c into video.mod. Colin Watson 2010-12-23 12:11:44 +00:00
  • ab66c69f1a * tests/util/grub-shell.in: Suppress "ACPI shutdown failed" error to keep unit tests from failing when they shouldn't. Jordan Uggla 2010-12-23 11:51:18 +00:00
  • 1426ef3560 * include/grub/offsets.h (GRUB_KERNEL_I386_PC_RAW_SIZE): The previous patch increased the size of the RS code by 20 bytes (at least with gcc-4.4), so increase this by 20 bytes to match. (GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART): Likewise. Colin Watson 2010-12-21 17:41:47 +00:00
  • 20641b6baa * grub-core/lib/reed_solomon.c (gauss_solve): Fix size of standalone scratch area. Make sure to initialise chosen in standalone mode as well as non-standalone. Reported by: Robert Hooker and Andy Whitcroft. Tested by: Andy Whitcroft. Colin Watson 2010-12-21 16:51:08 +00:00
  • d060ad60ee * grub-core/commands/echo.c (grub_cmd_echo): Make UTF-8-clean by constructing a new unescaped string and passing it to grub_xputs in one go, rather than passing characters to grub_printf one at a time. Colin Watson 2010-12-21 13:52:07 +00:00
  • b889cfadf9 * grub-core/fs/udf.c (read_string): Pacify GCC warning by initialising utf16. Colin Watson 2010-12-21 13:00:10 +00:00
  • 4e01b6c821 * util/grub-mkconfig_lib.in (gettext_quoted): Add clarifying comment. Add an extra layer of quotation, requiring the output of this function to be used in a printf format string. (gettext_printf): New function. * util/grub.d/10_hurd.in: Use gettext_printf where appropriate. Extract translatable strings from here-documents and use a temporary variable instead, so that xgettext can find them. * util/grub.d/10_kfreebsd.in: Likewise. * util/grub.d/10_linux.in: Likewise. * util/grub.d/20_linux_xen.in: Likewise. Colin Watson 2010-12-21 12:49:29 +00:00
  • 5c61fc9f48 supply boot file to plan9 Vladimir 'phcoder' Serbinenko 2010-12-21 00:37:03 +01:00
  • 645b8cd99f Allow override Plan9 device names Vladimir 'phcoder' Serbinenko 2010-12-21 00:22:11 +01:00
  • da94d203d9 Generate partmaps for plan9 Vladimir 'phcoder' Serbinenko 2010-12-21 00:04:31 +01:00
  • 5318fe9804 * grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_add_module): Avoid next pointing to nowhere. Vladimir 'phcoder' Serbinenko 2010-12-20 16:13:01 +01:00
  • ac9ef7eef9 plan9 subpartition support Vladimir 'phcoder' Serbinenko 2010-12-20 01:18:21 +01:00
  • 3c50773923 Ignore fields zero1 and zero3 Vladimir 'phcoder' Serbinenko 2010-12-19 20:51:32 +01:00
  • 239ab5f048 Fix Plan9 alignment Vladimir 'phcoder' Serbinenko 2010-12-19 17:02:25 +01:00
  • 70e8145a7b Plan9 support Vladimir 'phcoder' Serbinenko 2010-12-19 16:10:26 +01:00
  • 052677ba71 merge mainline into filesys Vladimir 'phcoder' Serbinenko 2010-12-19 00:54:05 +01:00
  • 6c85b743f5 * grub-core/fs/affs.c (grub_affs_mount): Read data->bblock.rootblock rather than assuming than rootblock is exactly in the middle. (grub_affs_label): Likewise. Vladimir 'phcoder' Serbinenko 2010-12-19 00:52:18 +01:00
  • b070525d03 * grub-core/fs/affs.c (grub_affs_mount): Read data->bblock.rootblock rather than assuming than rootblock is exactly in the middle. (grub_affs_label): Likewise. Vladimir 'phcoder' Serbinenko 2010-12-19 00:52:18 +01:00
  • a2a08a35bf * grub-core/fs/affs.c (grub_affs_fs) [GRUB_UTIL]: Explicitly set reserved_first_sector to 0. * grub-core/fs/cpio.c (grub_cpio_fs) [GRUB_UTIL]: Likewise. * grub-core/fs/sfs.c (grub_sfs_fs) [GRUB_UTIL]: Likewise. * grub-core/fs/xfs.c (grub_xfs_fs) [GRUB_UTIL]: Likewise. Vladimir 'phcoder' Serbinenko 2010-12-19 00:49:52 +01:00
  • b85812b06f * grub-core/fs/affs.c (grub_affs_fs) [GRUB_UTIL]: Explicitly set reserved_first_sector to 0. * grub-core/fs/cpio.c (grub_cpio_fs) [GRUB_UTIL]: Likewise. * grub-core/fs/sfs.c (grub_sfs_fs) [GRUB_UTIL]: Likewise. * grub-core/fs/xfs.c (grub_xfs_fs) [GRUB_UTIL]: Likewise. Vladimir 'phcoder' Serbinenko 2010-12-19 00:49:52 +01:00
  • 7059d1ec14 Fix handling of UTF-16 UDF labels. Vladimir 'phcoder' Serbinenko 2010-12-19 00:43:41 +01:00
  • e6533ae154 Fix handling of UTF-16 UDF labels. Vladimir 'phcoder' Serbinenko 2010-12-19 00:43:41 +01:00
  • 5cf86f4b0f * util/grub-mkfont.c (main): Handle errors from FT_Set_Pixel_Sizes. Vladimir 'phcoder' Serbinenko 2010-12-18 22:47:50 +01:00
  • 30aff4cb3a * grub-core/normal/menu_entry.c (run): Execute commands from menu editor under argument scope. Reported by: Jordan Uggla BVK Chaitanya 2010-12-19 09:55:51 +05:30
  • fcf983f8c7 merge with mainline BVK Chaitanya 2010-12-19 09:17:22 +05:30
  • e872a2dd82 * util/grub-mkfont.c (main): Handle errors from FT_Set_Pixel_Sizes. Vladimir 'phcoder' Serbinenko 2010-12-18 22:47:50 +01:00
  • 32570200a8 * grub-core/normal/term.c (print_more): Make \r or \n scroll one line, and other keys scroll an entire page (previous handling was for \r and \n to scroll a page and other keys to scroll two lines). Colin Watson 2010-12-18 17:37:48 +00:00
  • e1dffcf270 * grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_make_mbi): Set ptrdest to correct get_physical_target_address rather than incorrect get_virtual_current_address. Vladimir 'phcoder' Serbinenko 2010-12-18 14:31:05 +01:00
  • b04298cfa2 * grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_load): Use correct cat to grub_uint8_t * rather than grub_uint32_t *. kashyap garimella 2010-12-18 15:22:11 +01:00
  • 4493254156 Support RomFS label Vladimir 'phcoder' Serbinenko 2010-12-15 22:00:18 +01:00
  • 20af857581 symlink support on romfs Vladimir 'phcoder' Serbinenko 2010-12-15 20:36:54 +01:00
  • 921c7932d0 directory and hardlink support on romfs Vladimir 'phcoder' Serbinenko 2010-12-15 20:24:16 +01:00
  • 29184e9312 romfs support Vladimir 'phcoder' Serbinenko 2010-12-15 19:49:35 +01:00
  • 2b7e8d5d83 merge parse-color Colin Watson 2010-12-15 01:39:17 +00:00
  • 477343c86e make sure virtual_screen.bg_color is compatible with the text layer Colin Watson 2010-12-15 01:31:07 +00:00
  • 015e21571c check that adapter->get_edid is non-NULL Colin Watson 2010-12-14 19:03:28 +00:00
  • ef429417b2 mention struct grub_video_adapter change Colin Watson 2010-12-14 18:08:27 +00:00
  • 129185cfaa move more EDID-handling functions to generic code, and make videoinfo display EDID information Colin Watson 2010-12-14 18:03:34 +00:00
  • 25d884a52a move generic parts of EDID handling (structure, checksumming) to generic location Colin Watson 2010-12-14 17:06:32 +00:00
  • e03f549b3e Preferred resolution detection for VBE. Colin Watson 2010-12-14 16:22:19 +00:00
  • 159b4a8bb7 (redraw_screen_rect): Allow blend/replace of text layer to be controlled independently from whether there is a background bitmap. (grub_gfxterm_fullscreen): Change blend_text_bg when changing bitmap. (destroy_window): Likewise. (grub_gfxterm_background_image_cmd): Likewise. Colin Watson 2010-12-14 12:28:36 +00:00
  • 198cae0c96 Fix border repainting. Colin Watson 2010-12-13 13:58:53 +00:00
  • 0e5507c411 mtime support for ntfs Vladimir 'phcoder' Serbinenko 2010-12-12 01:00:33 +01:00
  • 7b32d83d78 SFS mtime support Vladimir 'phcoder' Serbinenko 2010-12-11 22:48:29 +01:00
  • bd1de4341b explicitly declare SFS as not installable Vladimir 'phcoder' Serbinenko 2010-12-11 22:33:34 +01:00
  • 790aaa8c9f AFFS mtime support Vladimir 'phcoder' Serbinenko 2010-12-11 22:02:22 +01:00
  • e21c356413 restructure AFFS fshelp_node-related code Vladimir 'phcoder' Serbinenko 2010-12-11 21:59:22 +01:00
  • 9959c6a70b Fix AFFS rootblock detection Vladimir 'phcoder' Serbinenko 2010-12-11 21:15:25 +01:00
  • 81ecffbfc1 Add missing packed attribute Vladimir 'phcoder' Serbinenko 2010-12-11 18:42:44 +01:00
  • 5e96cb4452 Extend few other fields Vladimir 'phcoder' Serbinenko 2010-12-11 18:41:42 +01:00
  • ea17ec49ae Extend fields in dirent header Vladimir 'phcoder' Serbinenko 2010-12-11 18:32:08 +01:00
  • 80113a6258 declare AFFS, CPIO, TAR and XFS as non-installable explicitly Vladimir 'phcoder' Serbinenko 2010-12-11 18:21:39 +01:00
  • 4aab263130 SquashFS mtime support Vladimir 'phcoder' Serbinenko 2010-12-11 18:20:45 +01:00
  • f5ff296240 minix mtime support Vladimir 'phcoder' Serbinenko 2010-12-11 17:46:16 +01:00
  • ea0df4e953 ZFS mtime support Vladimir 'phcoder' Serbinenko 2010-12-11 15:01:33 +01:00
  • eb03b55271 fix ZFS label handling in non-single disk configs Vladimir 'phcoder' Serbinenko 2010-12-11 14:56:02 +01:00
  • 7ac6c4842d JFS mtime support Vladimir 'phcoder' Serbinenko 2010-12-11 14:26:34 +01:00
  • 58fa13fc7c HFS mtime support Vladimir 'phcoder' Serbinenko 2010-12-11 07:15:44 +01:00
  • ebec6850b9 HFS filesystem mtime support Vladimir 'phcoder' Serbinenko 2010-12-11 07:00:31 +01:00
  • 88db5b694a file mtime support for reiserfs Vladimir 'phcoder' Serbinenko 2010-12-11 06:23:33 +01:00
  • 591baceb34 UDF symlink support Vladimir 'phcoder' Serbinenko 2010-12-11 06:04:21 +01:00
  • 9c55cbe8e7 Add a background_color command. Colin Watson 2010-12-10 17:47:38 +00:00
  • f8e2e451e6 handle UTF16 UDF label Vladimir 'phcoder' Serbinenko 2010-12-10 18:34:46 +01:00
  • 52832c554c Move gfxmenu color handling to video, so that gfxterm can use it too. Colin Watson 2010-12-10 16:45:58 +00:00
  • f22c12e852 mtime for UDF support Vladimir 'phcoder' Serbinenko 2010-12-10 17:37:32 +01:00
  • 5706da0443 mtime support for xfs Vladimir 'phcoder' Serbinenko 2010-12-10 16:19:24 +01:00
  • 3b95531920 fix unix range Vladimir 'phcoder' Serbinenko 2010-12-10 15:04:12 +01:00
  • d6f07b29fc mtime btrfs support Vladimir 'phcoder' Serbinenko 2010-12-10 14:38:16 +01:00
  • 5367ecd305 * .bzrignore: Ignore grub-core/rs_decoder.S. Colin Watson 2010-12-10 12:56:45 +00:00
  • 1fb430f865 * grub-core/gettext/gettext.c (grub_gettext_init_ext): Factor out .mo/.mo.gz opening sequence to ... (grub_mofile_open_lang): ... here. (grub_gettext_init_ext): If opening ll_CC fails, try ll. * util/grub.d/00_header.in (grub_lang): Include country part of locale. Reported by: Mario Limonciello. Colin Watson 2010-12-10 11:45:08 +00:00
  • c50d99c5e5 file mtime support for iso9660 Vladimir 'phcoder' Serbinenko 2010-12-10 11:12:59 +01:00
  • a2de6bf6ed filesystem mtime support for iso9660 Vladimir 'phcoder' Serbinenko 2010-12-10 10:32:50 +01:00
  • db64f5b167 mtime support for cpio and tar Vladimir 'phcoder' Serbinenko 2010-12-10 08:42:40 +01:00
  • 4a91cd8220 symlink support Vladimir 'phcoder' Serbinenko 2010-12-09 22:29:36 +01:00
  • e330e4f383 support file mtime Vladimir 'phcoder' Serbinenko 2010-12-09 21:17:27 +01:00
  • 627a62fc70 Make type-dependent portion of inode an union Vladimir 'phcoder' Serbinenko 2010-12-09 21:14:42 +01:00
  • 1fc7203971 Split grub_squash_read_data Vladimir 'phcoder' Serbinenko 2010-12-09 20:48:03 +01:00
  • 8eef1f8244 Compressed fragments and compressed data support Vladimir 'phcoder' Serbinenko 2010-12-09 20:41:41 +01:00
  • e4eaf62555 Small restructuring of squash_read Vladimir 'phcoder' Serbinenko 2010-12-09 19:40:11 +01:00
  • 76e39dc871 Compressed metadata support Vladimir 'phcoder' Serbinenko 2010-12-09 19:23:35 +01:00
  • 99f0735fb8 Support multi-header directories Vladimir 'phcoder' Serbinenko 2010-12-09 18:22:38 +01:00
  • 948ebd7e91 Support fragments and chunks for data Vladimir 'phcoder' Serbinenko 2010-12-09 17:06:49 +01:00
  • a94a667185 2010-12-09 Robert Millan <rmh@gnu.org> Robert Millan 2010-12-09 14:09:37 +01:00
  • 7ed6c3e85f Honor chunk number for directories Vladimir 'phcoder' Serbinenko 2010-12-09 02:48:59 +01:00
  • 0a040470e5 determine root inode on squash4fs Vladimir 'phcoder' Serbinenko 2010-12-09 00:04:36 +01:00
  • 1deadc83f5 extend size to 32-bit and handle file->offset Vladimir 'phcoder' Serbinenko 2010-12-08 23:03:59 +01:00
  • 332fa36887 some squash4 code. Works only in very easy cases. Vladimir 'phcoder' Serbinenko 2010-12-08 21:22:46 +01:00
  • 393324be7c execute menu editor commands with argument scope BVK Chaitanya 2010-12-08 16:43:11 +05:30
  • bfff320cdf Apparently functioning raidz. Still mostly a guesswork so may break Vladimir 'phcoder' Serbinenko 2010-12-07 11:45:37 +01:00
  • 39db1a3f75 First attempt on RAIDZ. Right now works only with right phase of the moon. Vladimir 'phcoder' Serbinenko 2010-12-06 23:46:01 +01:00
  • c3b87afcd4 Recognize vdev file Vladimir 'phcoder' Serbinenko 2010-12-06 20:28:02 +01:00
  • 79282228ec use anopther RAID1(0) copy if main one fails Vladimir 'phcoder' Serbinenko 2010-12-06 20:26:49 +01:00
  • 925d998e6f Fix a warining Vladimir 'phcoder' Serbinenko 2010-12-06 07:03:58 +01:00
  • 8ff84951c5 ZFS mirror support Vladimir 'phcoder' Serbinenko 2010-12-06 02:31:22 +01:00
  • fdfde32aa4 striped zpool support Vladimir 'phcoder' Serbinenko 2010-12-05 21:17:24 +01:00
  • e5c63d9d41 Fix handling of nvlist array Vladimir 'phcoder' Serbinenko 2010-12-05 18:13:32 +01:00
  • 069142f4c2 Support long symlinks Vladimir 'phcoder' Serbinenko 2010-12-05 16:08:26 +01:00