- 08 Nov, 2013 23 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
RTS/CTS flow control.
-
Vladimir Serbinenko authored
divisions.
-
Vladimir Serbinenko authored
Use grub_fatal rather than divide by zero. * grub-core/lib/libgcrypt/mpi/mpi-pow.c (gcry_mpi_powm): Likewise.
-
Vladimir Serbinenko authored
truncate. (grub_fixed_fsf_divide): Likewise.
-
Vladimir Serbinenko authored
division by-zero and senseless negative divisions.
-
Vladimir Serbinenko authored
division by-zero and senseless negative divisions. (circprog_set_property): Don't accept negative num_ticks.
-
Vladimir Serbinenko authored
division by-zero and senseless negative divisions.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Testov authored
* grub-core/gfxmenu/gui_canvas.c: Likewise. * grub-core/gfxmenu/view.c: Likewise. * grub-core/video/fb/video_fb.c: Introduce new functions: grub_video_set_area_status, grub_video_get_area_status, grub_video_set_region, grub_video_get_region. * grub-core/video/bochs.c: Likewise. * grub-core/video/capture.c: Likewise. * grub-core/video/video.c: Likewise. * grub-core/video/cirrus.c: Likewise. * grub-core/video/efi_gop.c: Likewise. * grub-core/video/efi_uga.c: Likewise. * grub-core/video/emu/sdl.c: Likewise. * grub-core/video/radeon_fuloong2e.c: Likewise. * grub-core/video/sis315pro.c: Likewise. * grub-core/video/sm712.c: Likewise. * grub-core/video/i386/pc/vbe.c: Likewise. * grub-core/video/i386/pc/vga.c: Likewise. * grub-core/video/ieee1275.c: Likewise. * grub-core/video/i386/coreboot/cbfb.c: Likewise. * include/grub/video.h: Likewise. * include/grub/video_fb.h: Likewise. * include/grub/fbfill.h: Updated render_target structure. grub_video_rect_t viewport, region, area int area_offset_x, area_offset_y, area_enabled * include/grub/gui.h: New helper function grub_video_bounds_inside_region. * docs/grub-dev.texi: Added information about new functions. -
Vladimir Serbinenko authored
for alignment.
-
Vladimir Serbinenko authored
missing attribute. * grub-core/gdb/cstub.c (grub_gdb_trap): Likewise.
-
Vladimir Serbinenko authored
simple division on arm and ia64.
-
Vladimir Serbinenko authored
link with libgcc.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
prefix symbol, not @.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
NULL pointer dereference.
-
Vladimir Serbinenko authored
clang.
-
Vladimir Serbinenko authored
warnings.
-
Vladimir Serbinenko authored
function. * grub-core/loader/i386/xnu.c (hextoval): Likewise. * grub-core/disk/geli.c (ascii2hex): Likewise.
-
- 07 Nov, 2013 17 commits
-
-
Vladimir Serbinenko authored
Define TARGET_LDFLAGS_STATIC_LIBGCC and TARGET_LIBGCC. Change all occurences of -static-libgcc resp -lgcc to TARGET_LDFLAGS_STATIC_LIBGCC resp TARGET_LIBGCC.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
* conf/Makefile.common (CFLAGS_PLATFORM): Don't add -mrtd -mregparm=3 unconditionally. * configure.ac: Add -no-integrated-as when using clangfor asm files. Add -mrtd -mregparm=3 on i386 when not using clang. * grub-core/kern/misc.c (grub_memset): Add volatile when on clang.
-
Vladimir Serbinenko authored
bindings. * grub-core/lib/reed_solomon.c: Likewise. * include/grub/i386/gdb.h: Likewise. * include/grub/i386/pc/int.h: Likewise. * include/grub/i386/pc/pxe.h: Likewise. * include/grub/ieee1275/ieee1275.h: Likewise.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
support it.
-
Vladimir Serbinenko authored
* configure.ac: Likewise.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
either -falign-loops or -malign-loops work.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
resetting cflags to target_cflags in target tests.
-
Vladimir Serbinenko authored
function.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
Remove nested functions.
-