]> git.ipfire.org Git - thirdparty/grub.git/log
thirdparty/grub.git
16 years ago2010-02-24 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Wed, 24 Feb 2010 14:24:21 +0000 (15:24 +0100)] 
2010-02-24  Vladimir Serbinenko  <phcoder@gmail.com>

* normal/crypto.c (read_crypto_list): Fix a memory leak.
* normal/term.c (read_terminal_list): Likewise.
* normal/main.c (grub_normal_init_page): Likewise.
(grub_normal_read_line_real): Likewise.

16 years ago2010-02-24 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Wed, 24 Feb 2010 14:21:36 +0000 (15:21 +0100)] 
2010-02-24  Vladimir Serbinenko  <phcoder@gmail.com>

* loader/i386/multiboot_mbi.c (grub_multiboot_set_bootdev): Fix a
memory leak.
Reported by: Seth Goldberg.

16 years agoRemove trailing spaces in kern/device.c
Vladimir 'phcoder' Serbinenko [Wed, 24 Feb 2010 10:29:11 +0000 (11:29 +0100)] 
Remove trailing spaces in kern/device.c

16 years ago2010-02-24 Joey Korkames <joey+lists@kidfixit.com>
Colin Watson [Wed, 24 Feb 2010 10:02:16 +0000 (10:02 +0000)] 
2010-02-24  Joey Korkames  <joey+lists@kidfixit.com>

* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Remove
duplicate declaration of `start'.

16 years ago2010-02-10 Colin King <colin.king@ubuntu.com>
Colin Watson [Mon, 22 Feb 2010 12:42:13 +0000 (12:42 +0000)] 
2010-02-10  Colin King  <colin.king@ubuntu.com>
2010-02-10  Colin Watson  <cjwatson@ubuntu.com>

Shrink the pre-partition-table part of boot.img by eight bytes.

* boot/i386/pc/boot.S (ERR): New macro.
(chs_mode): Use ERR.
(geometry_error): Likewise.
(hd_probe_error): Remove.  This is only used once, so we wrwite
it inline instead.
(read_error): Instead of printing read_error_string, just set up
%si and fall through to ...
(error_message): ... this new function, also used by ERR.

16 years ago2010-02-20 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Mon, 22 Feb 2010 08:18:59 +0000 (09:18 +0100)] 
2010-02-20  Vladimir Serbinenko  <phcoder@gmail.com>

* fs/iso9660.c (grub_iso9660_iterate_dir): Strip version from joliet
filename.
Reported by: Georgy Buranov

16 years ago2010-02-20 Carles Pina i Estany <carles@pina.cat>
carles [Sat, 20 Feb 2010 23:31:35 +0000 (23:31 +0000)] 
2010-02-20  Carles Pina i Estany  <carles@pina.cat>

* util/grub-mkrawimage.c (usage): Change string formatting to
improve gettext.

16 years ago2010-02-20 Manoel Rebelo Abranches <mrabran@br.ibm.com>
Manoel Rebelo Abranches [Sat, 20 Feb 2010 10:23:13 +0000 (11:23 +0100)] 
2010-02-20  Manoel Rebelo Abranches <mrabran@br.ibm.com>

* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Add delete and
backspace keys.

16 years ago2010-02-20 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 20 Feb 2010 10:15:51 +0000 (11:15 +0100)] 
2010-02-20  Vladimir Serbinenko  <phcoder@gmail.com>

* video/fb/video_fb.c (grub_video_fb_scroll): Fix a pixel size bug.
Reported by: Michael Suchanek.

16 years ago2010-02-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault [Thu, 18 Feb 2010 07:56:31 +0000 (08:56 +0100)] 
2010-02-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* util/grub-mkconfig.in: Export GRUB_INIT_TUNE.
* util/grub.d/00_header.in: Handle GRUB_INIT_TUNE.

16 years agoWorking SPD reading in fwstart.img
Vladimir 'phcoder' Serbinenko [Wed, 17 Feb 2010 20:10:58 +0000 (21:10 +0100)] 
Working SPD reading in fwstart.img

16 years agoFirmware startup block (for now just output a string on console)
Vladimir 'phcoder' Serbinenko [Tue, 16 Feb 2010 21:41:29 +0000 (22:41 +0100)] 
Firmware startup block (for now just output a string on console)

16 years agoInitialise remaining UART registers on Yeeloong
Vladimir 'phcoder' Serbinenko [Tue, 16 Feb 2010 21:40:53 +0000 (22:40 +0100)] 
Initialise remaining UART registers on Yeeloong

16 years agoSMBus on CS5536 support
Vladimir 'phcoder' Serbinenko [Tue, 16 Feb 2010 21:39:59 +0000 (22:39 +0100)] 
SMBus on CS5536 support

16 years ago2010-02-16 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Tue, 16 Feb 2010 12:23:08 +0000 (13:23 +0100)] 
2010-02-16  Vladimir Serbinenko  <phcoder@gmail.com>

Remove any reference to non-free fonts.

* commands/videotest.c (grub_cmd_videotest): Use unifont by default.
* docs/gfxmenu-theme-example.txt: Removed. It's both outdated and
uses non-free components.
* font/font.c (grub_font_get_name): Remove example name.
* gfxmenu/gui_label.c (grub_gui_label_new): Use unifont by default.
* gfxmenu/gui_list.c (grub_gui_list_new): Likewise.
* gfxmenu/gui_progress_bar.c (grub_gui_progress_bar_new): Likewise.
* gfxmenu/view.c (grub_gfxmenu_view_new): Likewise.

16 years ago2010-02-16 Georgy Buranov <gburanov@gmail.com>
Georgy Buranov [Tue, 16 Feb 2010 12:13:02 +0000 (13:13 +0100)] 
2010-02-16  Georgy Buranov <gburanov@gmail.com>

* disk/efi/efidisk.c (grub_efidisk_get_device_name): Fix a typo.

16 years agoFix yeeloong compilation
Vladimir 'phcoder' Serbinenko [Mon, 15 Feb 2010 18:03:07 +0000 (19:03 +0100)] 
Fix yeeloong compilation

16 years ago2010-02-15 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Mon, 15 Feb 2010 18:01:38 +0000 (19:01 +0100)] 
2010-02-15  Vladimir Serbinenko  <phcoder@gmail.com>

* term/serial.c (serial_get_divisor) [GRUB_MACHINE_MIPS_YEELOONG]:
Double divisor.
(serial_hw_init) [GRUB_MACHINE_MIPS_YEELOONG]: Don't enable advanced
features.
(GRUB_MOD_INIT) [GRUB_MACHINE_MIPS_YEELOONG]: Default to 115200.

16 years ago2010-02-15 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Mon, 15 Feb 2010 17:59:40 +0000 (18:59 +0100)] 
2010-02-15  Vladimir Serbinenko  <phcoder@gmail.com>

* gensymlist.sh.in: Use TARGET_CC instead of CC.

16 years agoUse alias->path
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 19:05:09 +0000 (20:05 +0100)] 
Use alias->path

16 years agoMerge ofwfb into ofwclock
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 19:04:45 +0000 (20:04 +0100)] 
Merge ofwfb into ofwclock

16 years agoRename get_time_args to set_time_args
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 19:04:26 +0000 (20:04 +0100)] 
Rename get_time_args to set_time_args

16 years agoRevert gratuituos change of alias.name
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 19:03:19 +0000 (20:03 +0100)] 
Revert gratuituos change of alias.name

16 years ago2010-02-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault [Sun, 14 Feb 2010 17:36:26 +0000 (18:36 +0100)] 
2010-02-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* commands/i386/pc/play.c (GRUB_MOD_INIT(play)): Fix help.
* docs/grub.texi (Command-line and menu entry commands): Document play
command.

16 years ago2010-02-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault [Sun, 14 Feb 2010 17:14:16 +0000 (18:14 +0100)] 
2010-02-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* commands/i386/pc/play.c (grub_cmd_play): If grub_file_open fails,
parse arguments as inline tempo and notes.  Move code for playing notes
to...
(play): ... new function.

16 years ago2010-02-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault [Sun, 14 Feb 2010 16:25:52 +0000 (17:25 +0100)] 
2010-02-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* commands/i386/pc/play.c (T_REST, T_FINE, struct note, beep_on): Use
grub_uint16_t instead of short.
(grub_cmd_play): Use grub_uint32_t instead of int, convert data from
disk from little endian to cpu endianness.

16 years ago2010-02-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault [Sun, 14 Feb 2010 16:07:34 +0000 (17:07 +0100)] 
2010-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* commands/i386/pc/play.c (BASE_TEMPO): Set to 60 *
GRUB_TICKS_PER_SECOND instead of 120.

16 years ago2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 13:52:10 +0000 (14:52 +0100)] 
2010-02-14  Vladimir Serbinenko  <phcoder@gmail.com>

* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Wait for possible
escape sequence after \e.

16 years ago2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 13:51:06 +0000 (14:51 +0100)] 
2010-02-14  Vladimir Serbinenko  <phcoder@gmail.com>

* term/ieee1275/ofconsole.c (grub_ofconsole_putchar): Don't output
non-ASCII characters.

16 years ago2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 13:47:50 +0000 (14:47 +0100)] 
2010-02-14  Vladimir Serbinenko  <phcoder@gmail.com>

* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Enclose
set root in single quotes to prevent \, from being unescaped.

16 years ago2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 13:46:19 +0000 (14:46 +0100)] 
2010-02-14  Vladimir Serbinenko  <phcoder@gmail.com>

Prevent unknown commands from stopping menuentry execution.

* script/execute.c (grub_script_execute_cmdline): Print error after
unknown command.

16 years agoIncrease stack size on sparc
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 13:32:21 +0000 (14:32 +0100)] 
Increase stack size on sparc

16 years ago2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 12:18:33 +0000 (13:18 +0100)] 
2010-02-14  Vladimir Serbinenko  <phcoder@gmail.com>

* fs/i386/pc/pxe.c (GRUB_MOD_INIT): Fix typo.
Reported by: Pavel Pisa.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 14 Feb 2010 01:10:46 +0000 (02:10 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* io/gzio.c (grub_gzio_open): Use grub_zalloc.

16 years agoFix raw image addresses
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 17:48:33 +0000 (18:48 +0100)] 
Fix raw image addresses

16 years agoMerge mainline int sparc-mkimage-unify
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:49:21 +0000 (16:49 +0100)] 
Merge mainline int sparc-mkimage-unify

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:48:22 +0000 (16:48 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

Merge grub_ieee1275_map_physical into grub_map and rename to
grub_ieee1275_map

* include/grub/ieee1275/ieee1275.h (grub_ieee1275_map): New proto.
* include/grub/sparc64/ieee1275/ieee1275.h (grub_ieee1275_map_physical):
Remove.
* kern/ieee1275/openfw.c (grub_map): Rename to ...
(grub_ieee1275_map): ... this. All users updated. Add phys_lo when
necessary.
* kern/sparc64/ieee1275/ieee1275.c (grub_ieee1275_map_physical): Remove.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:44:34 +0000 (16:44 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* disk/ieee1275/ofdisk.c (grub_ofdisk_open): Check device type before
opening and not after.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:40:29 +0000 (16:40 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Macroify
constants.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:32:24 +0000 (16:32 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* loader/sparc64/ieee1275/linux.c (align_addr): Remove.
(alloc_phys): Use ALIGN_UP instead of align_addr.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:30:22 +0000 (16:30 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* loader/sparc64/ieee1275/linux.c (alloc_phys): Correct bounds checking.

16 years agoaout image support
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:26:50 +0000 (16:26 +0100)] 
aout image support

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:23:20 +0000 (16:23 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* kern/sparc64/ieee1275/crt0.S (codestart): Move modules backwards.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:16:40 +0000 (16:16 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* disk/ieee1275/ofdisk.c (grub_ofdisk_read): Remove excessively
verbose dprintf.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 15:13:28 +0000 (16:13 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

Fix over-4GiB seek on sparc64.

* include/grub/ieee1275/ieee1275.h (grub_ieee1275_seek):
Replace pos_i and pos_lo with pos. All users updated.
* include/grub/powerpc/ieee1275/ieee1275.h (GRUB_IEEE1275_CELL_SIZEOF):
New constant.
* include/grub/sparc64/ieee1275/ieee1275.h (GRUB_IEEE1275_CELL_SIZEOF):
Likewise.
* kern/ieee1275/ieee1275.c (grub_ieee1275_seek): Split pos into pos_hi
and pos_lo.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 14:57:42 +0000 (15:57 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* util/grub-mkrawimage.c (main): Call set_program_name.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 14:54:27 +0000 (15:54 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

Properly align 64-bit targets.

* util/grub-mkrawimage.c (ALIGN_ADDR): New macro.
(generate_image): Use ALIGN_ADDR.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 14:40:13 +0000 (15:40 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

Properly create cross-endian images.

* include/grub/types.h (grub_host_to_target_addr): New macro
* util/grub-mkrawimage.c (generate_image): Add missing host_to_target.

16 years ago2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sat, 13 Feb 2010 14:25:37 +0000 (15:25 +0100)] 
2010-02-13  Vladimir Serbinenko  <phcoder@gmail.com>

* util/grub-mkrawimage.c (generate_image): Add forgotten ALIGN_UP.

16 years agomerge sparc grub-mkimage into grub-mkrawimage
Vladimir 'phcoder' Serbinenko [Fri, 12 Feb 2010 19:08:56 +0000 (20:08 +0100)] 
merge sparc grub-mkimage into grub-mkrawimage

16 years agofix off-by-one error in menuentry cmd
BVK Chaitanya [Thu, 11 Feb 2010 13:19:57 +0000 (18:49 +0530)] 
fix off-by-one error in menuentry cmd

16 years ago2010-02-10 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 19:27:12 +0000 (20:27 +0100)] 
2010-02-10  Vladimir Serbinenko  <phcoder@gmail.com>

Pass SIMPLE framebuffer size in bytes and not 64K blocks.

* loader/i386/efi/linux.c (grub_linux_setup_video): Don't divide by 64K.
* loader/i386/linux.c (grub_linux_setup_video): Likewise.
(grub_linux_boot): Divide by 64K when on VESA.

16 years ago2010-02-10 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 18:53:13 +0000 (19:53 +0100)] 
2010-02-10  Vladimir Serbinenko  <phcoder@gmail.com>

Support GRUB_GFXPAYLOAD_LINUX.

* util/grub-mkconfig.in: Export GRUB_GFXPAYLOAD_LINUX.
* util/grub.d/10_linux.in (linux_entry): Handle GRUB_GFXPAYLOAD_LINUX.

16 years ago2010-02-10 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 17:09:44 +0000 (18:09 +0100)] 
2010-02-10  Vladimir Serbinenko  <phcoder@gmail.com>

* script/execute.c (grub_script_execute_cmdline): Use grub_print_error
to show messages instead of discarding them.
Process errors after executing command and not before. Keep old method
too as precaution.

16 years agomerge cleanbuild int emu-modload
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 01:03:04 +0000 (02:03 +0100)] 
merge cleanbuild int emu-modload

16 years agoRemove useless efi grub-setup
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 00:51:02 +0000 (01:51 +0100)] 
Remove useless efi grub-setup

16 years agoAdd missing tailing newline
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 00:50:40 +0000 (01:50 +0100)] 
Add missing tailing newline

16 years agoFix yeeloong compilation
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 00:49:47 +0000 (01:49 +0100)] 
Fix yeeloong compilation

16 years agoShare common compilation flags
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 00:39:23 +0000 (01:39 +0100)] 
Share common compilation flags

16 years agoRemove leftover __ASSEMBLY__
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 00:10:09 +0000 (01:10 +0100)] 
Remove leftover __ASSEMBLY__

16 years agoUnify lexer.c_DEPENDENCIES
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 00:09:23 +0000 (01:09 +0100)] 
Unify lexer.c_DEPENDENCIES

16 years agoMerge kernel_img_HEADERS
Vladimir 'phcoder' Serbinenko [Wed, 10 Feb 2010 00:05:40 +0000 (01:05 +0100)] 
Merge kernel_img_HEADERS

16 years agounify symlist.c
Vladimir 'phcoder' Serbinenko [Tue, 9 Feb 2010 23:16:28 +0000 (00:16 +0100)] 
unify symlist.c

16 years agoUnify efi rmk
Vladimir 'phcoder' Serbinenko [Tue, 9 Feb 2010 23:05:19 +0000 (00:05 +0100)] 
Unify efi rmk

16 years agoFix libusb compilation
Vladimir 'phcoder' Serbinenko [Tue, 9 Feb 2010 20:16:17 +0000 (21:16 +0100)] 
Fix libusb compilation

16 years agoGRUB_FILE implementation
Vladimir 'phcoder' Serbinenko [Tue, 9 Feb 2010 14:32:42 +0000 (15:32 +0100)] 
GRUB_FILE implementation

16 years ago2010-02-09 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Tue, 9 Feb 2010 13:09:08 +0000 (14:09 +0100)] 
2010-02-09  Vladimir Serbinenko  <phcoder@gmail.com>

* configure.ac: Check for ft2build.h.

16 years agoGCJ
Vladimir 'phcoder' Serbinenko [Mon, 8 Feb 2010 01:01:10 +0000 (02:01 +0100)] 
GCJ

16 years agoType 240
Vladimir 'phcoder' Serbinenko [Mon, 8 Feb 2010 00:44:06 +0000 (01:44 +0100)] 
Type 240

16 years agoType 216
Vladimir 'phcoder' Serbinenko [Mon, 8 Feb 2010 00:26:59 +0000 (01:26 +0100)] 
Type 216

16 years agoSave forgotten registers
Vladimir 'phcoder' Serbinenko [Mon, 8 Feb 2010 00:21:54 +0000 (01:21 +0100)] 
Save forgotten registers

16 years agoSupport above_right diacritics
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 23:38:09 +0000 (00:38 +0100)] 
Support above_right diacritics

16 years agomerge cleanbuild into emu-modload
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 23:21:55 +0000 (00:21 +0100)] 
merge cleanbuild into emu-modload

16 years agoClean building system
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 22:49:49 +0000 (23:49 +0100)] 
Clean building system

16 years agoMerge ofwclock into cleanbuild
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 22:01:41 +0000 (23:01 +0100)] 
Merge ofwclock into cleanbuild

16 years agoInitial implementation of ofwclock
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 21:56:25 +0000 (22:56 +0100)] 
Initial implementation of ofwclock

16 years ago2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 21:49:45 +0000 (22:49 +0100)] 
2010-02-07  Vladimir Serbinenko  <phcoder@gmail.com>

* kern/ieee1275/openfw.c (grub_halt): Try executing "poweroff".

16 years agoMerge mainline into emu-mod
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 18:59:37 +0000 (19:59 +0100)] 
Merge mainline into emu-mod

16 years agoFix yeeloong compilation
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 18:59:19 +0000 (19:59 +0100)] 
Fix yeeloong compilation

16 years ago2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 18:57:55 +0000 (19:57 +0100)] 
2010-02-07  Vladimir Serbinenko  <phcoder@gmail.com>

* genkernsyms.sh.in: Use TARGET_CC.

16 years ago2010-02-07 Colin Watson <cjwatson@ubuntu.com>
Colin Watson [Sun, 7 Feb 2010 18:27:03 +0000 (10:27 -0800)] 
2010-02-07  Colin Watson  <cjwatson@ubuntu.com>

* NEWS: Update.

16 years agomissing files
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 17:10:36 +0000 (18:10 +0100)] 
missing files

16 years agoMerge emu-mod into emu-modload
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 16:52:11 +0000 (17:52 +0100)] 
Merge emu-mod into emu-modload

16 years agoAdd fno-builtin
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 16:39:52 +0000 (17:39 +0100)] 
Add fno-builtin

16 years agoUse nostdinc
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 16:30:16 +0000 (17:30 +0100)] 
Use nostdinc

16 years agomerge mainline into emu-mod
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 15:55:30 +0000 (16:55 +0100)] 
merge mainline into emu-mod

16 years ago2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 15:52:47 +0000 (16:52 +0100)] 
2010-02-07  Vladimir Serbinenko  <phcoder@gmail.com>

* include/grub/normal.h [GRUB_UTIL]: Remove leftover declarations.
* include/grub/partition.h [GRUB_UTIL]: Likewise.

16 years ago2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 15:51:16 +0000 (16:51 +0100)] 
2010-02-07  Vladimir Serbinenko  <phcoder@gmail.com>

* include/grub/multiboot2.h: Remove leftover file.

16 years agoChangeLog
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 15:48:11 +0000 (16:48 +0100)] 
ChangeLog

16 years agoCleanup
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 15:47:50 +0000 (16:47 +0100)] 
Cleanup

16 years agomodule support in grub-emu
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 15:13:59 +0000 (16:13 +0100)] 
module support in grub-emu

16 years ago2010-02-07 Yves Blusseau <blusseau@zetam.org>
Yves Blusseau [Sun, 7 Feb 2010 15:02:51 +0000 (16:02 +0100)] 
2010-02-07  Yves Blusseau  <blusseau@zetam.org>

    * gnulib/getdelim.c: add missing header (type ssize_t must be defined).

16 years agoBuild system support for grub-emu modules
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 14:17:26 +0000 (15:17 +0100)] 
Build system support for grub-emu modules

16 years agofix remaining scripts
BVK Chaitanya [Sun, 7 Feb 2010 05:01:04 +0000 (10:31 +0530)] 
fix remaining scripts

16 years agofixed mkconfig and mkrescue scripts
BVK Chaitanya [Sun, 7 Feb 2010 04:44:50 +0000 (10:14 +0530)] 
fixed mkconfig and mkrescue scripts

16 years agoREmove the need for disable-werror
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 03:50:30 +0000 (04:50 +0100)] 
REmove the need for disable-werror

16 years agoDon't create useless .lst
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 03:47:46 +0000 (04:47 +0100)] 
Don't create useless .lst

16 years agoRemove the need for explicit make grub-emu
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 03:45:54 +0000 (04:45 +0100)] 
Remove the need for explicit make grub-emu

16 years agoRemove -DGRUB_UTIL when compiling grub-emu
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 03:23:44 +0000 (04:23 +0100)] 
Remove -DGRUB_UTIL when compiling grub-emu

16 years agoAdd missing dependency
Vladimir 'phcoder' Serbinenko [Sun, 7 Feb 2010 03:01:22 +0000 (04:01 +0100)] 
Add missing dependency