]> git.ipfire.org Git - thirdparty/grub.git/log
thirdparty/grub.git
14 years agosimplify normal/term.c and fix mismerge
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 15:33:32 +0000 (17:33 +0200)] 
simplify normal/term.c and fix mismerge

14 years agoRename test kernels
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 14:51:36 +0000 (16:51 +0200)] 
Rename test kernels

14 years agokfreebsd-aout bootchecks
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 14:21:45 +0000 (16:21 +0200)] 
kfreebsd-aout bootchecks

14 years agontldr bootcheck
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 14:05:20 +0000 (16:05 +0200)] 
ntldr bootcheck

14 years agomerge mainline into newreloc
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 14:04:32 +0000 (16:04 +0200)] 
merge mainline into newreloc

14 years ago * grub-core/normal/term.c (print_more): Fix a memory leak.
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 13:39:34 +0000 (15:39 +0200)] 
* grub-core/normal/term.c (print_more): Fix a memory leak.
(grub_puts_terminal): Revert to dumb puts if memory allocation fails.
(grub_xputs_normal): Likewise.

14 years ago * grub-core/script/lexer.c (grub_script_lexer_init): Don't look before
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 13:35:43 +0000 (15:35 +0200)] 
* grub-core/script/lexer.c (grub_script_lexer_init): Don't look before
the begining of the string

14 years ago * grub-core/script/script.c (grub_script_parse): Free parsed on
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 13:34:29 +0000 (15:34 +0200)] 
* grub-core/script/script.c (grub_script_parse): Free parsed on
failure.

14 years ago * grub-core/normal/completion.c (grub_normal_do_completion): Free argv
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 13:31:21 +0000 (15:31 +0200)] 
* grub-core/normal/completion.c (grub_normal_do_completion): Free argv
on failure.

14 years ago * grub-core/normal/cmdline.c (grub_cmdline_get): Free cl_terms on
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 13:29:44 +0000 (15:29 +0200)] 
* grub-core/normal/cmdline.c (grub_cmdline_get): Free cl_terms on
return.

14 years ago * grub-core/term/gfxterm.c (grub_gfxterm_term_fini): Free the text buffer.
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 13:28:08 +0000 (15:28 +0200)] 
* grub-core/term/gfxterm.c (grub_gfxterm_term_fini): Free the text buffer.
(scroll_up): Fix a memory leak.

14 years ago * grub-core/fs/nilfs2.c (grub_nilfs2_load_sb): Handle grub_disk_read
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 13:25:12 +0000 (15:25 +0200)] 
* grub-core/fs/nilfs2.c (grub_nilfs2_load_sb): Handle grub_disk_read
errors.

14 years agoOpenBSD64 bootcheck
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 13:05:26 +0000 (15:05 +0200)] 
OpenBSD64 bootcheck

14 years agofix grub-emu compilation
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 12:52:25 +0000 (14:52 +0200)] 
fix grub-emu compilation

14 years agokOpenBSD bootcheck
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 12:51:54 +0000 (14:51 +0200)] 
kOpenBSD bootcheck

14 years agoFallback to dumb printf if malloc failes
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 09:35:02 +0000 (11:35 +0200)] 
Fallback to dumb printf if malloc failes

14 years agoAdd DEBUG_RELOCATOR parts
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 09:34:33 +0000 (11:34 +0200)] 
Add DEBUG_RELOCATOR parts

14 years agoPrevent deadloop in term.c in case of out-of-memory
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 09:34:05 +0000 (11:34 +0200)] 
Prevent deadloop in term.c in case of out-of-memory

14 years agoDon't try to malloc if grub_mm_base is 0
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 09:32:49 +0000 (11:32 +0200)] 
Don't try to malloc if grub_mm_base is 0

14 years agoSimplify knetbsd bootcheck by using specfile
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 01:17:59 +0000 (03:17 +0200)] 
Simplify knetbsd bootcheck by using specfile

14 years agoREmove leftover declaration
Vladimir 'phcoder' Serbinenko [Sat, 28 Aug 2010 01:17:07 +0000 (03:17 +0200)] 
REmove leftover declaration

14 years ago Handle USB pendrives exposed as floppies.
Vladimir 'phcoder' Serbinenko [Fri, 27 Aug 2010 01:44:55 +0000 (03:44 +0200)] 
Handle USB pendrives exposed as floppies.

* grub-core/boot/i386/pc/boot.S: Check LBA even on what appears to be
floppy.
* grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_open): Likewise.
Check for partitions on all devices.

14 years agoopenbsd ramdisk support
Vladimir 'phcoder' Serbinenko [Thu, 26 Aug 2010 00:46:30 +0000 (02:46 +0200)] 
openbsd ramdisk support

14 years agomerge mainline into newreloc
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 20:34:59 +0000 (22:34 +0200)] 
merge mainline into newreloc

14 years agoFix efiemu compilation on ieee1275
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 20:34:15 +0000 (22:34 +0200)] 
Fix efiemu compilation on ieee1275

14 years ago * grub-core/term/ieee1275/ofconsole.c (put): Correct prototype.
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 20:32:17 +0000 (22:32 +0200)] 
* grub-core/term/ieee1275/ofconsole.c (put): Correct prototype.
(readkey): Likewise.

14 years agopc-chainloader bootcheck
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 19:55:48 +0000 (21:55 +0200)] 
pc-chainloader bootcheck

14 years agoRemove grub_dl_unload_all. It's unnecessary and causes trouble
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 19:19:45 +0000 (21:19 +0200)] 
Remove grub_dl_unload_all. It's unnecessary and causes trouble

14 years agomultiboot and multiboot2 bootchecks
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 18:34:07 +0000 (20:34 +0200)] 
multiboot and multiboot2 bootchecks

14 years agoEnable boottests
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 14:59:11 +0000 (16:59 +0200)] 
Enable boottests

14 years ago Multiple variable names support to "export" command.
BVK Chaitanya [Wed, 25 Aug 2010 13:20:41 +0000 (18:50 +0530)] 
Multiple variable names support to "export" command.

* normal/context.c (grub_cmd_export): "export" command supports
multiple variable names.

14 years agoreview comment fixes
BVK Chaitanya [Wed, 25 Aug 2010 13:09:00 +0000 (18:39 +0530)] 
review comment fixes

14 years agoadd changelog
BVK Chaitanya [Wed, 25 Aug 2010 13:04:20 +0000 (18:34 +0530)] 
add changelog

14 years agomerge with mainline
BVK Chaitanya [Wed, 25 Aug 2010 08:35:05 +0000 (14:05 +0530)] 
merge with mainline

14 years agoMerge mainline into newreloc. For now without boot tests
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 01:25:18 +0000 (03:25 +0200)] 
Merge mainline into newreloc. For now without boot tests

14 years agoAdd mips multiboot2 mbi address calculation
Vladimir 'phcoder' Serbinenko [Wed, 25 Aug 2010 00:15:21 +0000 (02:15 +0200)] 
Add mips multiboot2 mbi address calculation

14 years agoFix non-loading of BSS
Vladimir 'phcoder' Serbinenko [Tue, 24 Aug 2010 17:33:08 +0000 (19:33 +0200)] 
Fix non-loading of BSS

14 years agofix multiboot compilation
Vladimir 'phcoder' Serbinenko [Tue, 24 Aug 2010 06:57:53 +0000 (08:57 +0200)] 
fix multiboot compilation

14 years agoUnify and macroify some code in x86 relocators
Vladimir 'phcoder' Serbinenko [Tue, 24 Aug 2010 06:57:18 +0000 (08:57 +0200)] 
Unify and macroify some code in x86 relocators

14 years ago2010-08-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault [Mon, 23 Aug 2010 20:41:14 +0000 (22:41 +0200)] 
2010-08-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* util/grub.d/30_os-prober.in: Fix conversion from grub-probe
--target=drive output to Mach device name.

14 years agoautomake based build system for grub
BVK Chaitanya [Mon, 23 Aug 2010 17:56:24 +0000 (23:26 +0530)] 
automake based build system for grub

14 years ago Replace --enable-grub-emu-modules with grub-emu-lite.
BVK Chaitanya [Mon, 23 Aug 2010 17:36:29 +0000 (23:06 +0530)] 
Replace --enable-grub-emu-modules with grub-emu-lite.

* kern/emu/cache.S: New file.  Wrapper for $target_cpu specific
cache.S.

* include/grub/emu/misc.h (grub_emu_init): New prototype.
* kern/emu/full.c: New file. For grub-emu specific initialization.
* kern/emu/lite.c: New file. For grub-emu-lite initialization.
* kern/emu/main.c: Call initialization function grub_emu_init.

* Makefile.in: Include grub-emu-lite in install.
* commands/parttool.c: Use grub_no_autoload to differentiate
between grub-emu and grub-emu-lite.
* include/grub/misc.h: New variable grub_no_autoload.

* conf/any-emu.rmk: New rules for grub-emu-lite.
* configure.ac: Remove --enable-grub-emu-modules.
* genmk.rb: Cleanup unnecessary rules.
* include/grub/dl.h: Remove GRUB_NO_MODULES macro.

* normal/main.c: Don't load list files on grub-emu-lite.
* util/misc.c (grub_arch_sync_caches): Removed.

14 years agomerge with mainline
BVK Chaitanya [Mon, 23 Aug 2010 16:20:38 +0000 (21:50 +0530)] 
merge with mainline

14 years agofix x86_64-efi build
BVK Chaitanya [Mon, 23 Aug 2010 15:53:39 +0000 (21:23 +0530)] 
fix x86_64-efi build

14 years ago* kern/mips/startup.S (grub_prefix): Update comment to refer to
Colin Watson [Mon, 23 Aug 2010 11:55:47 +0000 (12:55 +0100)] 
* kern/mips/startup.S (grub_prefix): Update comment to refer to
grub-mkimage rather than grub-mkelfimage.
* kern/powerpc/ieee1275/startup.S (grub_prefix): Likewise.

14 years agoforce bash for autogen.sh
BVK Chaitanya [Mon, 23 Aug 2010 08:37:29 +0000 (14:07 +0530)] 
force bash for autogen.sh

14 years agofix exit 1 in autogen.sh
BVK Chaitanya [Mon, 23 Aug 2010 08:02:59 +0000 (13:32 +0530)] 
fix exit 1 in autogen.sh

14 years agofinal touches
BVK Chaitanya [Mon, 23 Aug 2010 07:53:56 +0000 (13:23 +0530)] 
final touches

14 years agofix emu build
BVK Chaitanya [Mon, 23 Aug 2010 05:01:08 +0000 (10:31 +0530)] 
fix emu build

14 years agomerge with mainline
BVK Chaitanya [Sun, 22 Aug 2010 15:30:22 +0000 (21:00 +0530)] 
merge with mainline

14 years ago * term/at_keyboard.c (grub_at_keyboard_getkey_noblock): Don't discard
Vladimir 'phcoder' Serbinenko [Sun, 22 Aug 2010 15:10:39 +0000 (17:10 +0200)] 
* term/at_keyboard.c (grub_at_keyboard_getkey_noblock): Don't discard
a key after CapsLock or NumLock. It's just a qemu bug.

14 years agoremove wrong extension
BVK Chaitanya [Sat, 21 Aug 2010 15:53:42 +0000 (21:23 +0530)] 
remove wrong extension

14 years agopicks 10_${host_kernel} script
BVK Chaitanya [Sat, 21 Aug 2010 15:33:26 +0000 (21:03 +0530)] 
picks 10_${host_kernel} script

14 years agofix x86_64_efi build
BVK Chaitanya [Sat, 21 Aug 2010 11:52:19 +0000 (17:22 +0530)] 
fix x86_64_efi build

14 years agobuild fixes for mips and ieee1275 platforms
BVK Chaitanya [Sat, 21 Aug 2010 11:41:40 +0000 (17:11 +0530)] 
build fixes for mips and ieee1275 platforms

14 years ago*_sources now collect all values of all its groups
BVK Chaitanya [Sat, 21 Aug 2010 08:57:31 +0000 (14:27 +0530)] 
*_sources now collect all values of all its groups

14 years agoreview comments
BVK Chaitanya [Sat, 21 Aug 2010 04:18:27 +0000 (09:48 +0530)] 
review comments

14 years ago * include/grub/usb.h (grub_usb_device): Add 'data' field back. It's
Vladimir 'phcoder' Serbinenko [Sat, 21 Aug 2010 00:09:16 +0000 (02:09 +0200)] 
* include/grub/usb.h (grub_usb_device): Add 'data' field back. It's
needed by libusb wrapper.

14 years ago2010-08-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault [Fri, 20 Aug 2010 23:36:02 +0000 (01:36 +0200)] 
2010-08-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* docs/grub.texi (GNU/Hurd): Document booting GNU/Hurd.

14 years ago * loader/multiboot.c (grub_cmd_module): Don't unzip module if
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 22:57:12 +0000 (00:57 +0200)] 
* loader/multiboot.c (grub_cmd_module): Don't unzip module if
--nounzip is passed.

14 years ago USB hotunplugging and USB serial support.
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 19:34:52 +0000 (21:34 +0200)] 
USB hotunplugging and USB serial support.

* bus/usb/ohci.c (grub_ohci_transfer): Fill *actual and respect timeout.
* bus/usb/uhci.c (grub_free_queue): Compute *actual.
(grub_uhci_transfer): Respect timeout and set *actual.
* bus/usb/usb.c (grub_usb_device_initialize): Correctly skip fields of
non-standard length.
(grub_usb_device_attach): Autoload modules.
(GRUB_MOD_INIT): Set grub_term_poll_usb.
(GRUB_MOD_FINI): Unset grub_term_poll_usb.
* bus/usb/usbhub.c (grub_usb_hub): Replace speed with devices. All
users updated.
(grub_usb_add_hub): Fill nports and children.
(attach_root_port): Receive hub instead of controller.
All users updated. Fill hub->devices.
(grub_usb_root_hub): Allocate hub->devices.
(detach_device): New function.
(poll_nonroot_hub): Fill children and detach devices.
* bus/usb/usbtrans.c (grub_usb_bulk_readwrite): Accept timeout and
actual arguments. All users updated.
(grub_usb_bulk_read_extended): New function.
* bus/usb/serial/common.c: New file.
* bus/usb/serial/ftdi.c: Likewise.
* bus/usb/serial/pl2303.c: Likewise.
* commands/terminal.c (handle_command): Support wildcard.
* commands/usbtest.c: Output "Unknown" instead of empty string.
* conf/any-emu.rmk (pkglib_MODULES): Add usbserial_common.mod.
(usbserial_common_mod_SOURCES): New variable.
(usbserial_common_mod_CFLAGS): Likewise.
(usbserial_common_mod_LDFLAGS): Likewise.
(pkglib_MODULES): Add usbserial_pl2303.mod.
(usbserial_pl2303_mod_SOURCES): New variable.
(usbserial_pl2303_mod_CFLAGS): Likewise.
(usbserial_pl2303_mod_LDFLAGS): Likewise.
(pkglib_MODULES): Add usbserial_ftdi.mod.
(usbserial_ftdi_mod_SOURCES): New variable.
(usbserial_ftdi_mod_CFLAGS): Likewise.
(usbserial_ftdi_mod_LDFLAGS): Likewise.
(pkglib_MODULES): Add serial.mod.
(serial_mod_SOURCES): New variable.
(serial_mod_CFLAGS): Likewise.
(serial_mod_LDFLAGS): Likewise.
* conf/i386-pc.rmk: Likewise.
* conf/mips-yeeloong.rmk: Likewise.
* conf/i386.rmk (serial_mod_SOURCES): Add term/ns8250.c.
* conf/mips-yeeloong.rmk (kernel_img_SOURCES): Likewise.
* disk/usbms.c (first_available_slot): New variable.
(grub_usbms_attach): Don't reuse free slots due to potential cache
problems.
* include/grub/serial.h: Moved to ..
* include/grub/ns8250.h: ...this.
* include/grub/serial.h: New file.
* include/grub/term.h (grub_term_poll_usb): New variable.
* include/grub/terminfo.h (grub_terminfo_input_state): Pass term to
readkey. All users updated.
(grub_terminfo_output_state): Pass term to put.
* include/grub/usb.h (GRUB_USB_REQTYPE): New enum.
(grub_usb_controller_dev): Add timeout and actual arguments to
transfer. All users updated.
(grub_usb_interface): New field detach_data.
(grub_usb_device): New fields children and nports.
(grub_usb_ep_type_t): New type.
(grub_usb_get_ep_type): New function.
(grub_usb_bulk_read_extended): Likewise.
* include/grub/usbdesc.h (grub_usb_desc): New type.
* include/grub/usbserial.h: New file.
* include/grub/usbtrans.h (grub_usb_transaction): New field preceding.
* kern/term.c (grub_term_poll_usb): New variable.
(grub_getkey): Call grub_term_poll_usb if set.
(grub_checkkey): Likewise.
(grub_getkeystatus): Likewise.
* term/serial.c: Moved controller-specific parts to ...
* term/ns8250.c: ... here.
* term/serial.c: Mostly rewritten.
* term/usb_keyboard.c: Reorganised to use GET_REPORT only on attaching
according to spec.

14 years agoExport serial-related functions from kernel
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 19:31:33 +0000 (21:31 +0200)] 
Export serial-related functions from kernel

14 years agoAdd ChangeLog
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 19:26:27 +0000 (21:26 +0200)] 
Add ChangeLog

14 years agoEnable usbserial on yeeloong
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 19:26:04 +0000 (21:26 +0200)] 
Enable usbserial on yeeloong

14 years agoRemove unused buffer0
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 19:25:20 +0000 (21:25 +0200)] 
Remove unused buffer0

14 years agoadd USE_ASCII_FAILBACK define
BVK Chaitanya [Fri, 20 Aug 2010 19:20:12 +0000 (00:50 +0530)] 
add USE_ASCII_FAILBACK define

14 years agomerge with mainline
BVK Chaitanya [Fri, 20 Aug 2010 19:19:29 +0000 (00:49 +0530)] 
merge with mainline

14 years agoMake HID found dprintf instead of printf
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 18:26:57 +0000 (20:26 +0200)] 
Make HID found dprintf instead of printf

14 years agoMerge mainline into usb
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 18:12:26 +0000 (20:12 +0200)] 
Merge mainline into usb

14 years agoAcount for transfer->size being size-1 when counting *actual
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 17:54:40 +0000 (19:54 +0200)] 
Acount for transfer->size being size-1 when counting *actual

14 years agoSupport hot unplugging
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 17:34:29 +0000 (19:34 +0200)] 
Support hot unplugging

14 years agoFix OHCI error message
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 17:33:44 +0000 (19:33 +0200)] 
Fix OHCI error message

14 years agofix emu build on netbsd
BVK Chaitanya [Fri, 20 Aug 2010 17:04:19 +0000 (22:34 +0530)] 
fix emu build on netbsd

14 years agofix distcheck from source tree
BVK Chaitanya [Fri, 20 Aug 2010 15:31:13 +0000 (21:01 +0530)] 
fix distcheck from source tree

14 years agoCorrect *actual counting in OHCI
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 14:56:03 +0000 (16:56 +0200)] 
Correct *actual counting in OHCI

14 years agoDon't update status on 0 message
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 14:49:24 +0000 (16:49 +0200)] 
Don't update status on 0 message

14 years ago2010-08-20 Robert Millan <rmh@gnu.org>
Robert Millan [Fri, 20 Aug 2010 14:36:07 +0000 (16:36 +0200)] 
2010-08-20  Robert Millan  <rmh@gnu.org>

Make kFreeBSD code more generic to support ext2fs as root, ufs as
a separate module and maybe other interesting combinations.

* util/grub.d/10_kfreebsd.in (load_kfreebsd_module): New function.
(kfreebsd_entry): Use load_kfreebsd_module() to load modules.
(kfreebsd_entry): Add generic filesystem module load routine.
Map GRUB `ext2' to kFreeBSD `ext2fs'.

14 years agoScan descriptor rather than elying on hardcoded endpoint number
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 14:34:34 +0000 (16:34 +0200)] 
Scan descriptor rather than elying on hardcoded endpoint number

14 years agofix distcheck
BVK Chaitanya [Fri, 20 Aug 2010 13:17:22 +0000 (18:47 +0530)] 
fix distcheck

14 years agogenerate gcry rules from import_gcry
BVK Chaitanya [Fri, 20 Aug 2010 12:51:31 +0000 (18:21 +0530)] 
generate gcry rules from import_gcry

14 years agoUse GetReport only at initialisation as specified in the USBHID spec
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 12:36:29 +0000 (14:36 +0200)] 
Use GetReport only at initialisation as specified in the USBHID spec

14 years agoFix control msg type
Vladimir 'phcoder' Serbinenko [Fri, 20 Aug 2010 10:22:23 +0000 (12:22 +0200)] 
Fix control msg type

14 years agofix COND_APPLE_CC definition
BVK Chaitanya [Fri, 20 Aug 2010 07:30:11 +0000 (13:00 +0530)] 
fix COND_APPLE_CC definition

14 years agobetter fix for setjmp module
BVK Chaitanya [Fri, 20 Aug 2010 06:09:47 +0000 (11:39 +0530)] 
better fix for setjmp module

14 years agoupdate .bzrignore
BVK Chaitanya [Fri, 20 Aug 2010 05:43:37 +0000 (11:13 +0530)] 
update .bzrignore

14 years agominor fixes
BVK Chaitanya [Fri, 20 Aug 2010 05:40:42 +0000 (11:10 +0530)] 
minor fixes

14 years agoadded conf/Makefile.common and conf/Makefile.extra-dist
BVK Chaitanya [Fri, 20 Aug 2010 04:44:29 +0000 (10:14 +0530)] 
added conf/Makefile.common and conf/Makefile.extra-dist

14 years ago* commands/i386/pc/sendkey.c (keysym_table): Rename "numlock" to
Colin Watson [Thu, 19 Aug 2010 23:15:23 +0000 (00:15 +0100)] 
* commands/i386/pc/sendkey.c (keysym_table): Rename "numlock" to
"numcenter" (I misunderstood the purpose of this entry).
* docs/grub.texi (sendkey): Likewise.

14 years ago* commands/i386/pc/sendkey.c (options): Remove "keep" from all
Colin Watson [Thu, 19 Aug 2010 23:05:14 +0000 (00:05 +0100)] 
* commands/i386/pc/sendkey.c (options): Remove "keep" from all
status flag options; simply omitting the option is equivalent and
simpler.  Rename "wait" to "pause".  Rename "sysreq" to "sysrq".
(keysym_table): Rename "num5numlock" to "numlock".
(grub_cmd_sendkey): Reinitialise `andmask' and `ormask', so that we
can uniformly say that only the last of multiple `sendkey'
invocations has any effect.
* docs/grub.texi (sendkey): New section.

14 years ago* commands/i386/pc/sendkey.c (options): Fix three typos.
Colin Watson [Thu, 19 Aug 2010 20:53:50 +0000 (21:53 +0100)] 
* commands/i386/pc/sendkey.c (options): Fix three typos.

14 years ago Implement sendkey support.
Vladimir 'phcoder' Serbinenko [Thu, 19 Aug 2010 19:03:14 +0000 (21:03 +0200)] 
Implement sendkey support.

* commands/i386/pc/sendkey.c: New file.
* conf/i386-pc.rmk (pkglib_MODULES): Add sendkey.mod.
(sendkey_mod_SOURCES): New variable.
(sendkey_mod_CFLAGS): Likewise.
(sendkey_mod_LDFLAGS): Likewise.

14 years agominor cleanups
BVK Chaitanya [Thu, 19 Aug 2010 12:20:05 +0000 (17:50 +0530)] 
minor cleanups

14 years agomerge with mainline
BVK Chaitanya [Thu, 19 Aug 2010 11:24:00 +0000 (16:54 +0530)] 
merge with mainline

14 years agofix example_unit_test build
BVK Chaitanya [Thu, 19 Aug 2010 10:17:38 +0000 (15:47 +0530)] 
fix example_unit_test build

14 years agofixed grub-emu build
BVK Chaitanya [Wed, 18 Aug 2010 14:55:16 +0000 (20:25 +0530)] 
fixed grub-emu build

14 years agofixed distcheck
BVK Chaitanya [Wed, 18 Aug 2010 11:23:11 +0000 (16:53 +0530)] 
fixed distcheck

14 years ago* configure.ac: Move AM_INIT_AUTOMAKE after AC_CANONICAL_TARGET to
Colin Watson [Wed, 18 Aug 2010 10:15:08 +0000 (11:15 +0100)] 
* configure.ac: Move AM_INIT_AUTOMAKE after AC_CANONICAL_TARGET to
fix warnings from Autoconf.

14 years ago* acinclude.m4 (grub_ASM_USCORE): Use a more accurate grep pattern,
Colin Watson [Wed, 18 Aug 2010 10:08:00 +0000 (11:08 +0100)] 
* acinclude.m4 (grub_ASM_USCORE): Use a more accurate grep pattern,
to avoid false positives with some assemblers that output things
like "someprefix_func" as part of their output.

14 years agodistcheck almost done
BVK Chaitanya [Wed, 18 Aug 2010 06:27:51 +0000 (11:57 +0530)] 
distcheck almost done

14 years agorm grub-core/video/emu.moved
BVK Chaitanya [Tue, 17 Aug 2010 14:16:13 +0000 (19:46 +0530)] 
rm grub-core/video/emu.moved