Commit Graph

6737 Commits

Author SHA1 Message Date
robertmh
78fa179013 Minor fix in my changelog entry. 2006-09-21 17:08:19 +00:00
rmh
ec521415e5 control (Build-Depends): Add libc6-dev-powerpc [ppc64]. 2006-09-20 17:53:14 +00:00
rmh
063532624f * control (Architecture): Add any-ppc64. 2006-09-19 13:49:13 +00:00
otavio
e7215d44ce releasing version 1.94-6 2006-09-14 19:07:59 +00:00
marco_g
6b14609040 2006-09-14 Marco Gerards <marco@gnu.org>
* conf/i386-pc.rmk (COMMON_LDFLAGS): Use `-m32' instead of
	`-melf_i386'.
2006-09-14 19:04:18 +00:00
robertmh
e38600a8ac Oops. Fix wrong ChangeLog date. 2006-09-14 18:53:24 +00:00
robertmh
2952da5dda 2006-08-19 Robert Millan <rmh@aybabtu.com>
* util/i386/pc/grub-install.in: Skip menu.lst when removing
	/boot/grub/*.lst.
	* util/i386/pc/getroot.c: Don't recurse into dotdirs (e.g. ".static").
	* util/i386/pc/grub-mkdevicemap.c: Make sure the floppy device exists
	before adding it to device.map.
2006-09-14 18:52:50 +00:00
rmh
8ff651070e Add upstream changelog entry. 2006-09-14 18:16:37 +00:00
rmh
3ecf025137 * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into
dotdirs (e.g. ".static").
  * patches/04_mkdevicemap_dont_assume_floppies.diff:  New.  Don't assume
    /dev/fd0 exists when generating device.map.
2006-09-14 18:12:43 +00:00
rmh
af9192031c Remove superflous difference with update-grub legacy. 2006-08-28 17:02:46 +00:00
rmh
6126d481b2 * update-grub: Set interpreter to /bin/bash to cope with non-POSIX extensions. 2006-08-28 15:00:48 +00:00
otavio
7c6c18a5b7 releasing version 1.94-5 2006-08-20 15:02:15 +00:00
rmh
bffb651920 * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in
grub-install.  (Closes: #372934)
2006-08-19 11:13:52 +00:00
rmh
5b48b1dd75 Assign convert_kernel26 changelog entry to Otavio (it'd been mistakenly attributed to me). 2006-08-19 10:50:49 +00:00
rmh
acbaef33ca * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
confuse buildds).
2006-08-19 10:49:36 +00:00
otavio
d9737ac012 releasing version 1.94-4 2006-08-18 18:38:28 +00:00
otavio
0d0dbcac8c * Remove convert_kernel26 usage since it's not necessary anymore and due
initramfs-tools changes it's bug too.
2006-08-18 18:38:03 +00:00
jrydberg
01b82a64e2 2006-08-15 Johan Rydberg <jrydberg@gnu.org>
* genmk.rb: Let GCC generate dependenceies the first time it
        compiles a file; using the -MD option.
        * conf/common.mk: Regenerate.
        * conf/i386-pc.mk: Likewise.
        * conf/i386-efi.mk: Likewise.
        * conf/powerpc-ieee1275.mk: Likewise.
        * conf/sparc64-ieee1275.mk: Likewise.
2006-08-15 12:29:08 +00:00
okuji
1064790dc6 2006-08-04 Yoshinori K. Okuji <okuji@enbug.org>
Move the prototypes of grub_setjmp and grub_longjmp to
        cpu/setjmp.h, so that each architecture may specify different
        attributes.

        * include/grub/i386/setjmp.h (grub_setjmp): New prototype.
        (grub_longjmp): Likewise.
        * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise..
        (grub_longjmp): Likewise.
        * include/grub/sparc64/setjmp.h (grub_setjmp): Likewise..
        (grub_longjmp): Likewise.

        * include/grub/setjmp.h [!GRUB_UTIL] (grub_setjmp): Removed.
        [!GRUB_UTIL] (grub_longjmp): Removed.
2006-08-04 19:23:28 +00:00
subdino
29dda3ed74 2006-08-01 Pelletier Vincent <subdino2004@yahoo.fr>
* kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): IEEE1275
        "color!" method does not return any value.
2006-08-01 21:45:34 +00:00
chaac
ad2a06edba 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi>
* include/grub/bitmap.h: New file.

	* include/grub/i386/pc/vbeutil.h: Likewise.

	* video/bitmap.c: Likewise.

	* video/readers/tga.c: Likewise.

	* video/i386/pc/vbeutil.c: Likewise.

	* commands/videotest.c: Code cleanup and updated to reflect to new
	video API.

	* term/gfxterm.c: Likewise.

	* video/video.c: Likewise.

	* conf/i386-pc.rmk (pkgdata_MODULES): Added tga.mod and bitmap.mod.
	(vbe_mod_SOURCES): Added video/i386/pc/vbeutil.c.
	(bitmap_mod_SOURCES): New entry.
	(bitmap_mod_CFLAGS): Likewise.
	(bitmap_mod_LDFLAGS): Likewise.
	(tga_mod_SOURCES): Likewise.
	(tga_mod_CFLAGS): Likewise.
	(tga_mod_LDFLAGS): Likewise.

	* include/grub/video.h (grub_video_blit_operators): New enum type.
	(grub_video_render_target): Changed as forward declaration and moved
	actual definition to be video driver specific.
	(grub_video_adapter.blit_bitmap): Added blitting operator.
	(grub_video_adapter.blit_render_target): Likewise.
	(grub_video_blit_bitmap): Likewise.
	(grub_video_blit_render_target): Likewise.

	* include/grub/i386/pc/vbe.h (grub_video_render_target): Added
	driver specific render target definition.
	(grub_video_vbe_map_rgba): Added driver internal helper.
	(grub_video_vbe_unmap_color): Updated to use
	grub_video_i386_vbeblit_info.
	(grub_video_vbe_get_video_ptr): Likewise.

	* include/grub/i386/pc/vbeblit.h
	(grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8): Updated to use
	grub_video_i386_vbeblit_info.
	(grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
	(grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
	(grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
	(grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
	(grub_video_i386_vbeblit_index_R8G8B8): Likewise.
	(grub_video_i386_vbeblit_index_index): Likewise.
	(grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): New blitter function.
	(grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
	(grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
	(grub_video_i386_vbeblit_blend): Added generic blitter for blend
	operator.
	(grub_video_i386_vbeblit_replace): Added generic blitter for replace
	operator.

	* video/i386/pc/vbeblit.c: Updated to reflect changes on
	include/grub/i386/pc/vbeblit.h.

	* include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8):
	Updated to use grub_video_i386_vbeblit_info.
	(grub_video_i386_vbefill_R8G8B8): Likewise.
	(grub_video_i386_vbefill_index): Likewise.
	(grub_video_i386_vbefill): Added generic filler.

	* video/i386/pc/vbefill.c: Updated to reflect changes on
	include/grub/i386/pc/vbefill.h.

	* video/i386/pc/vbe.c (grub_video_vbe_get_video_ptr): Updated to use
	grub_video_i386_vbeblit_info.
	(grub_video_vbe_unmap_color): Likewise.
	(grub_video_vbe_blit_glyph): Likewise.
	(grub_video_vbe_scroll): Likewise.
	(grub_video_vbe_draw_pixel): Removed function.
	(grub_video_vbe_get_pixel): Likewise.
	(grub_video_vbe_fill_rect): Moved all blitters to vbefill.c and
	updated code to use it.
	(common_blitter): Added common blitter for render target and bitmap.
	(grub_video_vbe_blit_bitmap): Updated to use common_blitter.
	(grub_video_vbe_blit_render_target): Likewise.
2006-07-31 14:21:36 +00:00
otavio
7188e4dc42 Add an empty line on changelog. 2006-07-30 21:56:07 +00:00
jrydberg
bc8c036d11 2006-07-30 Johan Rydberg <jrydberg@gnu.org>
* kern/efi/efi.c (grub_efi_set_text_mode): Assume console already
        is in text mode if there is no console control protocol instance
        available.
2006-07-30 12:20:48 +00:00
rmh
445b33f551 * Fix FTBFS on amd64. Really closes: #372548. 2006-07-29 12:46:21 +00:00
rmh
f532c9444b Oops. Actualy update README.Debian.in, not README.Debian. Remove README.Debian from version control as well. 2006-07-29 12:44:23 +00:00
rmh
784f2fb2f8 Also disable DEB_AUTO_UPDATE_DEBIAN_CONTROL. 2006-07-29 12:37:19 +00:00
chaac
684a8eff89 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi>
* include/grub/video.h: Code cleanup.

        * include/grub/i386/pc/vbe.h: Likewise.

        * video/i386/pc/vbe.c: Likewise.

        * video/i386/pc/vbeblit.c: Likewise.

        * video/i386/pc/vbefill.c: Likewise.

        * video/video.c: Likewise.  Also added more comments.
2006-07-29 11:22:52 +00:00
rmh
0a56a93759 Oops. Partly revert r271 after reading #360134. 2006-07-29 11:15:11 +00:00
rmh
eabe9d644c Actually install update-grub{,.8} :) 2006-07-29 10:59:37 +00:00
rmh
73535602de * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
to be an endless source of problems (and forbidden by policy as well).
2006-07-29 10:57:19 +00:00
rmh
8e633c2dec * Add grub to Conflicts/Replaces. Too many commands with the same name,
even if they don't use the same path yet (but will likely do in the
    future, see #361929).
2006-07-29 10:51:33 +00:00
rmh
48b9be9d51 * Update README.Debian with more recent (and easier) install instructions. 2006-07-29 10:35:24 +00:00
rmh
6028872ca5 * Fork update-grub from grub legacy, and tweak a few commands in output to
make it work for grub2.
2006-07-29 10:31:15 +00:00
rmh
32b7a77566 Copy update-grub from grub legacy to grub2. 2006-07-29 10:26:15 +00:00
chaac
5915059b61 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi>
* disk/i386/pc/biosdisk.c (struct grub_biosdisk_drp): Moved to ...
        (struct grub_biosdisk_dap): Likewise.

        * include/grub/i386/pc/biosdisk.h: ... to here.  Also corrected
        linkage settings for all functions.
2006-07-29 10:11:01 +00:00
marco_g
90ce5d5630 2006-07-12 Marco Gerards <marco@gnu.org>
* configure.ac (--enable-mm-debug): Fix typo.

	* genkernsyms.sh.in: Use proper quoting for `CC'.
2006-07-12 20:42:52 +00:00
jeroen
5dcace568a Regenerate conf/i386-pc.mk. 2006-07-04 20:00:28 +00:00
jeroen
43e7f879ae 2006-07-02 Jeroen Dekkers <jeroen@dekkers.cx>
* conf/i386-pc.rmk (COMMON_ASFLAGS): Add "-m32".
	(normal_mod_ASFLAGS): Remove "-m32".
2006-07-02 15:30:43 +00:00
okuji
571be610db Change the address of Johan to gnu.org. 2006-07-01 10:26:37 +00:00
okuji
4889bdeca3 2006-06-14 Yoshinori K. Okuji <okuji@enbug.org>
* util/misc.c: Include config.h.
        [!HAVE_MEMALIGN]: Do not include malloc.h.
        (grub_memalign): Use posix_memalign, if present. Then, use
        memalign, if present. Otherwise, emit an error.

        * util/grub-emu.c: Do not include malloc.h.

        * include/grub/util/misc.h: Include unistd.h. This is required for
        FreeBSD, because off_t is defined in unistd.h. Reported by Harley
        D. Eades III <hde@foobar-qux.org>.

        * configure.ac (AC_GNU_SOURCE): Added.
        (AC_CHECK_FUNCS): Check posix_memalign and memalign for the host
        type.
2006-06-13 22:50:01 +00:00
otavio
5c8152fcf0 * 01_fix_amd64_building.patch: dropped since it now supports amd64
native building.
2006-06-12 16:43:42 +00:00
otavio
1a457530e7 releasing version 1.94-3 2006-06-10 22:57:47 +00:00
otavio
5a1b207a5a releasing version 1.94-2 2006-06-09 12:29:30 +00:00
otavio
dd5d5ff604 * Fix FTBFS in amd64. Closes: #370803 2006-06-09 12:26:37 +00:00
okuji
fd39d4da42 2006-06-09 Yoshinori K. Okuji <okuji@enbug.org>
* loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Make sure that
        ADDR_MAX does not exceed GRUB_LINUX_INITRD_MAX_ADDRESS.
2006-06-08 22:30:25 +00:00
jeroen
b786f3b5c3 2006-06-07 Jeroen Dekkers <jeroen@dekkers.cx>
* include/grub/types.h (grub_host_addr_t): Rename to
	grub_target_addr_t.
	(grub_host_off_t): Rename to grub_target_off_t.
	(grub_host_size_t): Rename to grub_target_size_t.
	(grub_host_ssize_t): Rename to grub_target_ssize_t.
	Refer to GRUB_TARGET_SIZEOF_VOID_P to define those variables.

	* include/grub/kernel.h (struct grub_module_header): Change type
	of OFFSET to grub_target_off_t and type of SIZE to grub_target_size_t.
	(grub_module_info): Likewise.
2006-06-08 12:38:44 +00:00
otavio
71d62a17dd Fix code formating. 2006-06-08 01:27:10 +00:00
otavio
ba75d2bb2b * 01_fix_grub-install.patch: add to fix a problem with PowerPC
installation. Refs: #371069
2006-06-08 00:36:36 +00:00
otavio
3d5b82c4c2 * Update grub images paths in README.Debian 2006-06-08 00:26:05 +00:00
okuji
051988bb87 2006-06-05 Yoshinori K. Okuji <okuji@enbug.org>
* loader/i386/pc/linux.c (grub_rescue_cmd_initrd): The conditional
        of checking LINUX_MEM_SIZE was reverse. Reported by Jesus
        Velazquez <jesus.velazquez@gmail.com>.
2006-06-05 19:59:33 +00:00